.skin-blue .navbar{
	background-color: #602D91;
}

.bg-light-blue {
    background-color: #602D91 !important;
}

.box.box-primary {
    border-top-color: #602D91;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #602D91;
    border-color: #602D91;
}

.skin-blue .logo {
    background-color: #f1a91d;
    color: #f9f9f9;
}

.skin-blue .logo:hover {
	background: #eab753;
}

.bg-black {
    background-color: #602D91 !important;
}

.form-box .header {
	background: #f1a91d;
}

.bg-olive {
    background-color: #602D91 !important;
}

.full-box{
    width: 100%;
    height: 100%;
}

.show-thumbnail{
    height: 100px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.middle-position{
    margin:auto;
    display:block;
}


@media print {
  body * {
    visibility: hidden;
  }
  #section-to-print, #section-to-print * {
    visibility: visible;
  }
  #section-to-print {
    position: absolute;
    left: 0;
    top: 0;
  }
}



.ajax-load{
    background: #e1e1e1;
    padding: 10px 0px;
    width: 100%;
}

body {
    font-family: 'Short Stack', cursive;
}