/* CSS Document */
/*-------------------------
                   Layout
  -------------------------**/
/*-------------------------
                   Form components
  -------------------------**/
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{ cursor:text;}
.space-bootom{ margin-top:5px; margin-bottom:5px;}
/*-------------------------
                nav bar css
  -------------------------**/
.navbar-brand{ padding:0 15px;}
/*-------------------------
                search form css
  -------------------------**/
#searchInput{
    width:271px;
}
/*-------------------------
                Carousel css form css
  -------------------------**/
.carousel{
    margin-top:68px;
}
#slide1{}

.carousel-control.left{
    background-image: linear-gradient(to right, rgba(188, 209, 103, 0.2) 0px, rgba(0, 0, 0, 0) 100%);
}
.carousel-control.right{
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(188, 209, 103, 0.2) 100%);
}

/*-------------------------
                Carousel css form css
  -------------------------**/
#bigCallout{ margin-top:10px;}
.login #bigCallout{ margin-top:80px;}
.page-header{margin-top: 0; font-size: 24px; color: #ed1c24;}
#workspace-outer{ margin-bottom:10px;}
.quet-answ-img-correct, .quet-answ-img-incorrect{
    margin: 8px 0;
    text-align: center;
    vertical-align: middle;
}
/*-------------------------
                dropdown menu form css
  -------------------------**/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #dcdcdc;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/*----------------------------
                sidebar multilevel css
  -------------------------**/
.sub-level{ padding:0 0 0 10px;}
.sub-level ul > li{ border-left:1px solid #dcdcdc; margin:0 0 0 8px;}
.sub-level > li a{ color:#666666;}
.sub-level ul li > a{ color:#99CC33;}
aside .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

aside small{ color:#fff;}
/*---------------------------------
                content question palet css
  ------------------------------**/
#question-palet .row{ margin-bottom:10px;}
#question-palet .panel-body{ height:180px; overflow-x: auto;}

/*-------------------------
                footer css form css
  -------------------------**/
footer {
    color: #eee;
    background: #333;
    padding: 17px 0 18px 0;
    border-top: 1px solid #000;
}
footer a {
    color: #999;
}
footer a:hover {
    color: #efefef;
    text-decoration:none;
}
#copy_right{ text-align:center;}
tr.branch td:first-child{padding-left:30px !important; color:#FF6666; font-size:13px !important;}
tr.branch td{color:#FF6666; font-size:13px;}
.table-custom tr td:first-child{ font-weight:bold; font-size:14px;}

/* RESPONSIVE CSS
-------------------------------------------------- */
/* Portrait and Landscap phone */
@media (max-width: 480px) {
    #myCarousel .item{ height:auto;}
}

/* Landscape phone to portrait tablet */
@media (max-width: 768px) {

}

/* Up to small desktop */
@media (max-width: 979px) {

}

/* Small desktop and up */
@media (min-width: 979px) {
    #myCarousel .item{ height:350px;}
}
/* Large Desktop */
@media (min-width: 1200px) {
}
.input-group-custom {
  padding-right: 15px !important;
  padding-left: 15px !important;
    
}


#sortable { list-style-type: none; margin: 0; padding: 0; width: 60%;
            font-size: 62.5%;

}
#sortable li { 
    margin: 0 3px 3px 3px;
    padding: 0.4em; 
    padding-left: 1.5em;
    font-size: 1.4em;
    height: 30px; }
#sortable li span { position: absolute; margin-left: -1.3em; }
.container{
   
}

#bigCallout{
    min-height: 501px;
}
.font{
    color: #428bca;
}



fieldset.scheduler-border {
   border: 1px groove #ddd !important;
   padding: 0 10px 0px !important;
   margin: 32px 53px 1.5em 18px !important;
   -webkit-box-shadow:  0px 0px 0px 0px #000;
   box-shadow:  0px 0px 0px 0px #000;
}
legend.scheduler-border {
   font-size: 1.2em !important;
   font-weight: bold !important;
   text-align: left !important;
   width:auto;
   padding:0 10px;
   border-bottom:none;
}

.top-space{ margin-top:15px;}

.hide_tag{
    display: none;
}
.border-less,  .table.border-less>tbody>tr>td, .table.border-less>tfoot>tr>td{
    border-color: transparent;
    border: none;
}