
.changecolor + .tooltip > .tooltip-inner {
    background-color: #fff;
    color: #000;
    border: 1px solid #CCCCCC;
}

.vuCarousel {
    /*background-image: ;*/
    background: rgba(0, 0, 0, 0) url("../images/carousel2.png") no-repeat scroll 0 0 / 100% auto;
    /*background-image: url("../images/carousel.jpg");*/
    background-repeat: no-repeat;
    background-color: #3b3b3b;
    width: 100%;
    height: 100%;
    /*background-color: #777777;*/
    padding-top: 40px;
}

.dull-link {
    color: #ababab;
}

.dull-link:hover {
    color: #a3a3a3;
}

.vuCarousel1 {
    background-image: url("../images/carousel3.png");
    /*background-image: url('../images/carousel1.jpg');*/
    /*background: rgba(0, 0, 0, 0) url("http://p.w3layouts.com/demos/learner/web/images/slider_bg.jpg") no-repeat scroll 0 0 / 75% auto;*/
    /*background-image: url("../images/carousel.jpg");*/
    background-repeat: no-repeat;
    background-color: #3b3b3b;
    background-size: 100%;
    height: 280px;
    /*background-color: #777777;*/
    padding-top: 40px;
}

.vuCircle {
    background-color:rgba(172,20,19,0.7);
    height: 150px;
    width: 150px;
    color: snow;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
}

.vuRounded {
    background-color:rgba(172,20,19,0.7);
    color: snow;
    font-weight: bold;
    padding: 15px;
}

.index-header {
    font-family: adelle-sans,sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    text-transform: uppercase;"
}

.newBackground {
    position: absolute;
    height: 120px;
    right: -100px;
    bottom: 70px;
    z-index: -1;
    background-image: url("../images/books.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
}

.vuBackground {
    /*background-image: url("../images/books.jpg");*/
    /*background-repeat: no-repeat;*/
    /*background-position: bottom left;*/
}

.bg {
    background: #ab1f24 none repeat scroll 0 0;
    border-radius: 75px;
    /*transition: all 0.3s ease-in-out 0s;*/
    height: 100%;
}

.bg .content {
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
}

.bubble-link {
    color: #ffffff;
}

.bubble-link:hover {
    color: #ffffff;
}

.bg .content .center {
    display: table-cell;
    vertical-align: middle;
    color: #F3F1E7;
    font-weight: bold;
}

.draggable-form {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 10px;
}

.sortable-text-field {
    height: 50px;
}

.carousel-quote {
    padding: 5px;
    border-radius: 4px;
    font-size: 14pt;
    color: #AD1615;
    font-style: italic;
    background-color:rgba(243, 241, 231, 0.50);
}

.index-program-header{
    color: #AB1F24;
    font-size: 14px;
    font-weight: 700;
    margin-top: 0;
    text-transform: uppercase;
}

.index-program {
    padding: 20px 20px 10px 20px;
    min-height: 170px;
    background-color: #F3F1E7;
    border-color: #e1dfd5;
    color: #000000;
}

.vu-text {
    font-family: Georgia;
}

.images_1_of_4 span {
    display: block;
    height: 120px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 120px;
}

.vuCircle a {
    color: snow;
}

.vuJumbotron {
    border-radius: 6px;
    background-color: #e7e2d3;
    margin-bottom: 30px;
}

.vuQuoteStyle {
    font-family: "Open Sans Regular";
    color: #ab1f24;
    font-style: italic;
    font-size: 120%;
}

.vuJumbotron a {
    color: #666;
    /*font-weight: bold;*/
}

.vuJumbotron a:hover {
    color: #ab1f24;
}

.vuJumbotron-content {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    font-family: "Open Sans Regular";
}

.vuJumbotron-header {
    /*border-style: solid;*/
    border-bottom-style: solid;
    margin: 0px;
    color: #9d8430;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 8px;
    border-bottom-color: #ab1f24;
}

.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

#header {
    background: url('../images/header_bg.jpg') no-repeat scroll left top transparent;
    height: 92px;
    overflow: hidden;
    width: 1000px;
}

#header-left .logo {
    background: url('../images/logo.jpg') no-repeat scroll 0px 0px transparent;
    border-bottom: 0px none;
    float: left;
    height: 73px;
    margin: 8px 0px 0px 22px;
    text-indent: -9999px;
    width: 350px;
}

.changecolor + .tooltip.top > .tooltip-arrow{
    bottom:0;
    left:50%;
    margin-left:-5px;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-top:5px solid #CCC
}
.changecolor + .tooltip.left > .tooltip-arrow{
    top:50%;
    right:0;
    margin-top:-5px;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-left:5px solid #CCC;
}
.changecolor + .tooltip.bottom > .tooltip-arrow{
    top:0;
    left:50%;
    margin-left:-5px;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-bottom:5px solid #CCC;
}
.changecolor + .tooltip.right > .tooltip-arrow{
    top:50%;
    left:0;
    margin-top:-5px;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-right:5px solid #CCC;
}


.vu_logo{
    background-size:60px;
    background-repeat:no-repeat;
    background-position: center;
    width: 60px;
    height: 80px;
    display: inline;
    margin: auto;
    background-image:url("../images/vu_logo.svg");
}

.nav-sidebar > li > a {
    color: #AC1413;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    /*transition: all 0.3s ease-in-out 0s;*/
}

.nav-sidebar {
    margin-bottom: 20px;
    margin-left: -20px;
    margin-right: -21px;
}

.sidebar {
    background-color: #F3F1E7;
    border-right: 1px solid #AC1413;
    display: block;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px;
    position: fixed;
    z-index: 1000;
}

.nav-sidebar > li > a:hover, .nav-sidebar > li > a:focus {
    color: #FFFFFF;
    background-color: #AC1413;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
}

.navbar-botton {
    border-bottom: 0px;
    border-top: 5px solid;
    border-color: #AC1413;
}

/* Active colors */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #AC1413;
    color: #FFF;
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background-color: #AC1413;
    border-color: #AC1413;
    color: #fff;
    z-index: 2;
}

a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    background-color: #fff;
    color: #AC1413;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #AC1413;
    color: #fff;
    outline: 0 none;
    text-decoration: none;
}

/* end of active colors */

.vu_add_program_button {
    right: 0;
}

/* make sidebar nav vertical */
@media (min-width: 768px) {
    .sidebar-nav .navbar .navbar-collapse {
        padding: 0;
        max-height: none;
    }
    .sidebar-nav .navbar ul {
        float: none;
        display: block;
    }
    .sidebar-nav .navbar li {
        float: none;
        display: block;
    }
    .sidebar-nav .navbar li a {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

.vu_list_group_header{
    background-color: #F3F1E7;
}

.navbar-default .navbar-nav > li > a {
    color: #AC1413;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
    text-decoration: none;
    /*transition: all 0.3s ease-in-out 0s;*/
    /*padding: 10px 15px;*/
}

.nav > li > a {

}

.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar {
    min-height: 40px;
}

.vu_footer {
    border-top: 5px solid #AC1413;
    border-bottom: none; padding: 12px 17px 14px;
    font-size: 11px;
    color: #666;
}

.vu_footer a {
    color: #666;
    text-decoration: none;
    border-bottom: 1px dotted #666;

}

.vu_list_group_header a :hover{
    background-color: #F3F177;
}

.vu_list_group_item{
    padding-left: 30px;
}

.vu_table_description{
    text-align:center;
    margin-left: auto;
    margin-right: auto;
}

.program_detail{
    padding-top: 1%;
}

.program_edit{
    padding-bottom: 1%;
}

.program_detail thead tr {
    background-color: #F3F1E7;
}

.program_edit thead tr {
    background-color: #F3F1E7;
}

.small_input{
    width: 100px;
    height: 100%;
}


.long_input {
    width: 100%;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.popup_content {
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}

html {
    position: relative;
    min-height: 100%;
}

/*body {*/
/*background-color: #F1F1F2;*/
/*}*/

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 65px;
    background-color: #F3F1E7;
    border-top: 5px solid #AC1413;
}

.alert-VU {
    background-color: #AC1413;
    /*border-color: #BCE8F1;*/
    /*color: #0;*/
}

.container .text-muted {
    margin: 20px 0;
}

.button_as_link {
    background-color: #428BCA;
    background:none!important;
    border:none;
    padding:0!important;
}

a.list-group-VU {
    background-color: #F3F1E7;
    font-weight: bold;
    color: #AC1413;
}

a.list-group-VU-clickable {
    background-color: #F3F1E7;
    font-weight: bold;
    color: #AC1413;
}

a.list-group-VU-clickable:hover {
    background-color: #DDD;
}

a.list-group-VU:hover {
    background-color: #F3F1E7;
}

.progress-bar-empty {
    background-color: #F5F5F5;
    color: #737373;
}

.progress-bar-inner {
    border-left: solid;
    border-radius: 1px;
    border-color: #285e8e;
}

.administration-content {
    min-height: 600px;
}

.vu-header {
    border-bottom: 1px solid #AC1413;
}

.vu-modal-header {
    background-color: #f3f1e7;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom: 1px solid #AC1413;
}

.vu-glyphicon-top {
    /*top: 15% !important;*/
}

.vu-modal-footer {
    background-color: #f3f1e7;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 1px solid #AC1413;
}


/* Charts */
.chart-legend ul {
    list-style: none;
    width: 100%;
    margin: 30px auto 0;
}
.chart-legend li {
    padding-top: 10px;
    position: relative;
    display: block;
    float: left;
    width: 50%;
}


/** Social Button CSS **/

.share-btn {
    display: inline-block;
    color: #ffffff;
    border: none;
    padding: 0.5em;
    width: 4em;
    box-shadow: 0 2px 0 0 rgba(0,0,0,0.2);
    outline: none;
    text-align: center;
}

.share-btn:hover {
    color: #eeeeee;
}

.share-btn:active {
    position: relative;
    top: 2px;
    box-shadow: none;
    color: #e2e2e2;
    outline: none;
}

.share-btn.twitter     { background: #55acee; }
.share-btn.google-plus { background: #dd4b39; }
.share-btn.facebook    { background: #3B5998; }
.share-btn.linkedin    { background: #4875B4; }
.share-btn.email       { background: #444444; }

.extra-bottom-margin {
    margin-bottom: 10px;
}

/* Django crispy forms */
span.asteriskField {
    color: red;
    padding-left: 3px;
    font-size: 1.2em;
}

/* Administrator menu */
ul.nav-admin li a.dropdown-toggle,
ul.nav-admin .dropdown-menu > li > a:hover {
    background-color: #AC1413;
    color: #FFF;
}
ul.nav-admin > li.open > a.dropdown-toggle:hover,
ul.nav-admin > li.open > a.dropdown-active {
    background-color: #891c2e;
    color: #FFF;
}
