a, a:hover, a:focus{outline: none!important;color: #0088CC;}
/* Mixines - START */
input[type="radio"], input[type="checkbox"]{margin: 5px 0 0;}
.btn-b-blue {
    background: rgba(0,136,204,0);
    border: 1px solid #0088cc;
    color: #0088cc;
    font-size: 13px;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}
.btn-link{color: #0088CC!important;}
.btn-b-blue:hover, .btn-b-blue:focus, .btn-b-blue:active {
    background: rgba(0,136,204,1);
    color: #fff;
}
.btn-lg-b-blue {
    background: rgba(0,136,204,0);
    border: 2px solid #0088cc;
    color: #0088cc;
    font: 300 20px 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}
.btn-lg-b-blue:hover {
    background: rgba(0,136,204,1);
    color: #fff;
}
.btn-blue,
.dash-logout .btn-blue {
    background: #0088cc;
    color: #fff;
    font-size: 13px;
    position: relative;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}
.btn-blue:hover,
.dash-logout .btn-blue:hover {
    background: #35a5e7;
    color: #fff;
}

.btn-success:hover,
.dash-logout .btn-success:hover, .btn-success:focus  {
    background: #6bcb6b;
    color: #fff;
}
.btn-blue .fa,
.dash-logout .btn-blue .fa {
    font-size: 15px;
    margin-right: 3px;
}
.btn-blue .badge,
.dash-logout .btn-blue .badge {
    width: 20px;
    height: 20px;
    background: #e3003c;
    font: 400 11px/20px 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    padding: 0;
    margin: 0;
    position: absolute;
    right: -10px;
    margin-top: -10px;
    top: 50%;
    z-index: 2;
}
.btn-b-red,
.dash-logout .btn-b-red {
    background: rgba(199,59,95,0);
    border: 1px solid rgba(199,59,95,1);
    color: #af002e;
    font-size: 13px;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}
.btn-b-red:hover,
.dash-logout .btn-b-red:hover {
    background: rgba(199,59,95,1);
    color: #fff;
}
.dash-logout .events-btn {
    display: none;
}
.dash-logout .messages-btn {
    display: none;
}
.btn-b-white {
    background: rgba(255,255,255,0);
    border: 2px solid #fff;
    color: #fff;
    font: 300 20px 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    padding: 6px 25px;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}
.btn-b-white:hover {
    background: #fff;
}
/* Mixines - END */

/* Basic styles - START */
body {
    background: #f2f2f2;
    color: #878787;
    font: 300 15px/24px 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
}
h2 {
    color: #000;
    font: 900 28px 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    margin: 15px 0 10px 0;
}
h1{font-size: 40px;font-weight: 700;color: #333;}
h2,h3,h4,h5{color: #221f51;font-weight: 700;}
h2 a {
    color: inherit;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}
h2 a:hover {
    color: #0088cc;
    text-decoration: none;
}
h3 {
    color: #221f51;
    font: 700 22px 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    margin: 15px 0 15px 0;
}
h3 small {
    color: #808080;
    font-size: 15px;
}
.container.wrapper {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 0 50px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 50px rgba(0,0,0,.1);
    -o-box-shadow: 0 0 50px rgba(0,0,0,.1);
    box-shadow: 0 0 50px rgba(0,0,0,.1);
    padding-bottom: 50px;
    /*z-index: 5;*/
}
/* Basic styles - END */

/* Header navbar - START */
.header {
    background: url("../images/chess-wizards-background.jpg") no-repeat center top;
    background-size: cover;
    /*background: #35a5e7;*/
    /*background: -moz-linear-gradient(left, #0070c2 0%, #35a5e7 100%);*/
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0070c2), color-stop(100%, #35a5e7));*/
    /*background: -webkit-linear-gradient(left, #0070c2 0%, #35a5e7 100%);*/
    /*background: -o-linear-gradient(left, #0070c2 0%, #35a5e7 100%);*/
    /*background: -ms-linear-gradient(left, #0070c2 0%, #35a5e7 100%);*/
    /*background: linear-gradient(to right, #0070c2 0%, #35a5e7 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070c2', endColorstr='#35a5e7', GradientType=1 );*/
    margin: 0 -15px;
    padding: 60px 30px 54px 30px;
}
.header .navbar-brand {
    padding: 0;
    margin: -16px 0 0 0;
}
.header .navbar-brand a img {
    max-width: 370px;
}
.header .navbar-nav {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,.5);
}
.header .navbar-nav li a {
    color: #0b4e84;
    font-size: 15px;
    font-weight: bold;
    padding-top: 13px;
    padding-bottom: 13px;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}
.header .navbar-nav li a:hover{color: #3da5f8}
.header .navbar-nav li:first-child a {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}
.header .navbar-nav li:last-child a {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}
.header .navbar-nav li.navbar-login a {
    background: #af002e;
    color: #fff;
}
.header .navbar-nav li.navbar-login a:hover {
    background: #d80b41;
}
.header .wrap-social-links {
    display: none;
}
/* Header navbar - END */

/* Head Slider - START*/
.head-slider {
    margin: 0 -30px -54px -30px;
}
.head-slider .da-slider {
    height: 347px;
}
/* Head Slider - END */

/* Register - START */
.header-signup {
    margin-top: -15px;
    margin-bottom: 60px;
    position: relative;
    text-align: center;
    z-index: 9999;
}
.header-signup a {
    background: #af002e;
    color: #fff;
    display: inline-block;
    font-size: 35px;
    font-weight: bold;
    line-height: 75px;
    padding: 0 30px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}
.header-signup a:hover {
    background: #d80b41;
}
.header-signup a:before {
    content: "";
    border-bottom: 15px solid #510e20;
    border-left: 15px solid transparent;
    height: 0;
    left: -15px;
    position: absolute;
    top: 0;
    width: 0;
}
/* Register - END */

/* Marketing - START */
.marketing-box {
    margin-bottom: 60px;
    padding: 0 15px;
    text-align: center;
    font-size: 13px;
}
.marketing-img {
    border: 1px solid #ccc;
    margin: 0 15px;
    padding: 8px;
}
.marketing-img img {
    max-width: 100%;
}
/* Marketing - END */

/* Footer - START */
.footer {
    border-top: 1px solid #d7d7d7;
    padding: 0 15px;
    margin: 0 -15px;
    background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(238,238,238,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(238,238,238,0)));
    background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,0) 100%);
    background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,0) 100%);
    background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,0) 100%);
    background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(238,238,238,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#00eeeeee',GradientType=0 );

}
.footer-feed {
    margin-top: 50px;
}
.footer-feed-box {
    background: url(../images/footer-feed-quote.png) no-repeat 20px top;
    padding: 27px 20px 0 20px;
}
.footer-feed-box p {
    font: 500 12px/18px 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    text-align: center;
}
.footer-feed-img {
    border: 1px solid #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-top: 10px;
    padding: 5px;
}
.footer-feed-box img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.foot-feed-name {
    color: #0088cc;
    font-size: 15px;
    line-height: 19px;
    padding-top: 23px;
    text-align: center;
    font-weight: 500;
}
.foot-feed-name small {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 300;
}
.footer-sub {
    color: #999;
    font-size: 13px;
    line-height: 70px;
    text-align: center;
    text-shadow: 1px 1px 0 #fff;
}
.footer-sub a {
    padding: 0 10px;
    color: inherit;
}
.footer-sub .wrap-social-links {
    display: none;
}
/* Footer - END */

/* Dashboard Tabs */
.dash-navbar {
    background: #f2f2f2;
    border: 0;
    border-bottom: 1px solid #e4e4e4;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin: 0 -15px;
    padding: 3px 30px 0 15px;
}
.dash-nav {
    border-bottom: 0;
    position: relative;
}
.dash-nav>li>a {
    color: #000;
    font-size: 17px;
    padding: 13px 15px;
}
.dash-nav>li>a:hover {
    background: rgba(0,0,0,.05);
}
.dash-logout {
    padding: 4px 0 10px;
}
.dash-logout>li {
    margin: 0 0 0 7px;
    padding-top: 5px;
}
.dash-logout>li>a {
    padding: 5px 15px;
}
.dash-logout .logout-btn {
    display: none;
}
.dash-main {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
}
.alert-warning {
    margin-top: 20px;
}
/* Dashboard Tabs */

/* School Address - START */
.dash-address {
    border-bottom: 1px solid #efefef;
}
.dash-address small {
    display: block;
}

.dash-agent .fa {
    color: #0088cc;
    font-size: 15px;
}
/* School Address - END */

/* My Childs - START */
.dash-child .list-group-item {
    color: #0088cc;
    font-size: 14px;
    padding: 8px 12px;
}
.child-color {
    border-right: 1px solid #f2f2f2;
    display: block;
    margin: -8px 12px -8px -12px;
    padding: 14px 13px;
}
.child-color span {
    background: #ccc;
    display: block;
    height: 12px;
    width: 12px;
}
.child-color-green span {
    background: #88b400;
}
.child-color-purple span {
    background: #6b00af;
}
.child-color-red span {
    background: #c73b5f;
}
.child-color-orange span {
    background: #ff8400;
}
.child-color-blue span {
    background: #5bc0de;
}
.child-color-yellow span {
    background: yellow;
}
.child-color-brown span{
    background: brown;
}
.child-color-black span{
    background: #000;
}
.child-list {
    margin-top: 15px;
}
.child-datepicker-label {
    color: #221f51;
}

/* My Childs - END */

/* My Events - START */
.my-events ul {
    max-height: 240px;
    overflow: auto;
}
.new-events ul {
    margin: 0 -15px;
}
.dash-events li {
    border-bottom: 1px solid #eee;
    padding: 13px 0 8px 0;
}
.new-events li {
    padding: 13px 15px 8px 15px;
}
.dash-event-icon {
    background: #f7f7f7;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #4c4c4c;
    font-size: 19px;
    height: 32px;
    padding-top: 3px;
    text-align: center;
    width: 32px;
    margin-bottom: 7px;
}
.dash-events h5,
.dash-events p {
    margin-left: 45px;
}
.dash-events h5 {
    color: #08c;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: -2px;
}
.dash-events h5 a {
    color: inherit;
}
.dash-events p {
    color: #4c4c4c;
    font-size: 13px;
    margin-bottom: 0;
}
/* My Events - END */

/* New Events - START */
.new-events {
    padding-bottom: 30px;
}
.panel-default>.new-events-heading {
    background: #fff;
}
.new-events-heading button {
    font-size: 15px;
    margin: 2px 0;
    -webkit-transition: background .15s;
    -moz-transition: background .15s;
    -o-transition: background .15s;
    transition: background .15s;
}
.dash-load-events {
    margin: -36px 0;
    text-align: center;
}
/* New Events - END */

/* Dashboard Rotator - START */
.dash-slider {
    background: #d9d9d9;
    background: -moz-linear-gradient(left, #d9d9d9 0%, #ededed 50%, #d9d9d9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d9d9d9), color-stop(50%, #ededed), color-stop(100%, #d9d9d9));
    background: -webkit-linear-gradient(left, #d9d9d9 0%, #ededed 50%, #d9d9d9 100%);
    background: -o-linear-gradient(left, #d9d9d9 0%, #ededed 50%, #d9d9d9 100%);
    background: -ms-linear-gradient(left, #d9d9d9 0%, #ededed 50%, #d9d9d9 100%);
    background: linear-gradient(to right, #d9d9d9 0%, #ededed 50%, #d9d9d9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#d9d9d9', GradientType=1 );
    margin: 50px -25px 40px -25px;
    padding: 20px 0;
    position: relative;
}
.dash-slider ul {
    list-style: none;
    padding: 0;
}
.dash-slider .slides {
    overflow: hidden;
}
.dash-slider:before {
    content: "";
    height: 0;
    border-top: 10px solid #737373;
    border-left: 10px solid transparent;
    bottom: -10px;
    position: absolute;
    left: 0;
    width: 0;
}
.dash-slider:after {
    content: "";
    height: 0;
    border-top: 10px solid #737373;
    border-right: 10px solid transparent;
    bottom: -10px;
    position: absolute;
    right: 0;
    width: 0;
}
.dash-slide {
    text-align: center;
}
.dash-slide h4 {
    color: #000;
    font: 300 32px 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
}
.dash-slide small {
    color: #666;
    display: block;
    font: 300 22px/25px 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    margin-top: 5px;
}

.dash-slider .flex-direction-nav a {
    background: url(../images/dash-slider-nav.png) no-repeat;
    display: block;
    height: 60px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    text-indent: -9999px;
    -webkit-transition: background .15s;
    -moz-transition: background .15s;
    -o-transition: background .15s;
    transition: background .15s;
    width: 30px;
}
.dash-slider .flex-direction-nav .flex-prev {
    background-position: 5px center;
    left: 15px;
}
.dash-slider .flex-direction-nav .flex-prev:hover {
    background-position: 0 center;
}
.dash-slider .flex-direction-nav .flex-next {
    background-position: -75px center;
    right: 15px;
}
.dash-slider .flex-direction-nav .flex-next:hover {
    background-position: -70px center;
}
/* Dashboard Rotator - END */

/* Dashboard Event Calendar - START */
.dash-event-calendar {
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.dash-event-calendar .eventsCalendar-currentTitle {
    color: #000;
    font: 300 18px/50px 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    text-align: center;
}
.dash-event-calendar .eventsCalendar-currentTitle a {
    color: inherit;
}
.dash-event-calendar .eventsCalendar-monthWrap {
    width: 100%;
}
.eventsCalendar-currentTitle .monthTitle {
    display: inline;
}
.dash-event-calendar .arrow {
    display: inline-block;
    height: 44px;
    font-size: 27px;
    color: rgba(0,0,0,.5);
    text-align: center;
    -webkit-transition: color .15s;
    -moz-transition: color .15s;
    -o-transition: color .15s;
    transition: color .15s;
    width: 20px;
}
.dash-event-calendar .arrow:hover {
    color: rgba(0,0,0,1);
}
/* Dashboard Event Calendar - END */

/* Navbar tabs style */
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{color: #555;
    cursor: default;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-bottom-color: rgba(0, 0, 0, 0);}
/***********************/

.eventsCalendar-list .eventTitle{margin-left: 10px;}
#world-map{margin: 0 auto;}


/*************** UI dialog  style *******************/
.ui-dialog { position: absolute; /*overflow: hidden;*/ top: 0; left: 0; padding: .2em; outline: 0; background-color: #fff; border: 2px solid #b3b3b3; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0; white-space: nowrap; width: 90%; overflow: hidden; text-overflow: ellipsis; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 20px; margin: -10px 0 0 0; padding: 1px; height: 20px; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: 0 1em; background: none; /*overflow: auto;*/ }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin-top: .5em; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {float: right;}
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 12px; height: 12px; right: -5px; bottom: -5px; background-position: 16px 16px; }
.ui-draggable .ui-dialog-titlebar {cursor: move;}
.ui-helper-hidden {display: none;}
.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before,
.ui-helper-clearfix:after { content: ""; display: table; border-collapse: collapse; }
.ui-helper-clearfix:after {clear: both;}
.ui-helper-clearfix {min-height: 0; /* support: IE7 */}
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter: Alpha(Opacity=0); }
.ui-front {z-index: 100;}
/**************************************************/

.event-dialog{-webkit-box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 0.19);
    -moz-box-shadow:    3px 3px 0px 0px rgba(50, 50, 50, 0.19);
    box-shadow:         3px 3px 0px 0px rgba(50, 50, 50, 0.19);}
.event-dialog label{font-weight: normal;font-size: 13px;}
.event-dialog .ui-dialog-titlebar{position: absolute;width: 100%;}
.event-dialog .ui-dialog-titlebar-close{font-size: 13px;color: #fff;font-weight: bold; width: 30px;height: 30px;background-color: #af002e;position: absolute;right: -29px;top: 20px;border: none;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;}
.event-dialog .ui-dialog-titlebar-close:hover{background-color: #d80b41;}
.event-dialog .head{border-bottom: 1px solid #ddd;margin-bottom: 15px;}
.event-dialog h4{margin-top: 0;}



/* Schedule calendar page style*/
.schedule-container{position: relative;padding-left: 25px;}
.schedule-container .slide-box{position: absolute;width: 1px;border-right: 1px solid #ccc;height: 100%;left: 0;overflow: visible!important;}
.schedule-container .calendar-container{padding: 30px 0 0;}
.schedule-container .overflow{overflow: hidden;}
.slide-box .slide-wrapper{padding: 17px 5px 17px 0;width: 180px;}
.slide-box .slide-bt{width: 10px;height: 50px;background-color: #fff;border: 1px solid #ccc;border-radius: 3px;top: 300px;right: -5px;position: absolute;margin: -25px 0 0 0;}
.slide-box.open .slide-bt:before{content: '';position: absolute;top: 50%;left: 50%;width: 0px;height: 0px;border-style: solid;border-width: 3.5px 4px 3.5px 0;border-color: transparent #cb3e61 transparent transparent;margin: -2.5px 0 0 -2.5px;}
.slide-box .slide-bt:before{content: '';position: absolute;top: 50%;left: 50%;width: 0px;height: 0px;border-style: solid;border-width: 3.5px 0 3.5px 4px;
    border-color: transparent transparent transparent #cb3e61; margin: -2.5px 0 0 -1.5px;}
.schedule-container .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {border-bottom-width: 1px;}
.schedule-container thead{color: #000;font-size: 14px;}
.schedule-container thead span{font-size: 13px;display: block;color: #666;line-height: 13px;}
.visual-week td.cur{background-color: #c73b5f;color: #fff;}
.schedule-container .filters{border-top: 1px solid #e5e5e5;margin-top: 35px;padding-top: 30px;overflow: hidden;}
.schedule-container .filters label{font-weight: normal;clear: both;}
.schedule-container .filters input[type="checkbox"]{margin-right: 5px;}
.schedule-container .filters h4{margin: 15px 0 10px;}
.td-calendar{background-color: #0188cc;color: #fff;width: 150px;height: 60px;}
.td-calendar p{margin: 0; line-height: 17px;}
#calendar *:before, #calendar *:after, #calendar *{-moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
#calendar .fc-header{/*width: 89%!important;*//*float: right;*/margin-bottom: 13px;}
/**************************/

/********** listings style ***********/
.listings-container td, .listings-container th{vertical-align: middle!important;}
.listings-container th{text-align: center;border-bottom-width: 1px!important;}
.listings-container {padding: 20px 0 0;}
.listings-container table a .fa{color: #000;opacity: 0.7;}
.listings-container a .fa:hover{opacity: 1;}
.listings-container .red{color: red!important;}
.listings-container .green{color: green!important;}
.listings-container .orange{color: orange!important;}
.listings-container .yellow{color: yellow!important;}
.listings-container .brown{color: brown!important;}
.listings-container .blue{color: blue!important;}
.listings-container .filter-box{padding-bottom: 20px;}
.listings-container p.name{margin: 3px 2px 0 2px;display: inline;}
.filter-form .text-help{position: absolute;top: 29px;font-size: 11px;text-align: center;width: 100%;line-height: 13px;}
.filter-box h3{margin: 0 0 10px;}
.filter-box form h3{margin-bottom: 0;margin-top: 3px;}
.filter-box .title{margin:3px 0 0;}
/*.filter-form{margin-bottom: 15px;}*/
.filter-form .form-group{position: relative;}
/*.listings-container .fa{font-size: 20px;}*/
.listings-container .amount-parents{margin: 25px 0}
.listings-container .pagination a{color: #000;}
.listings-container .accord-head{position: relative; cursor: pointer;min-height: 50px;line-height: 31px;}
.listings-container .accord-head .panel-title{line-height: 31px;}
.listings-container .accord-head:after {font-family: 'FontAwesome';content: "\f068";color: #6E6E6E;  margin: -15px 0 0; height: 35px;position: absolute;right: 30px;top: 50%;}
.listings-container .accord-head.collapsed:after {content: "\f067";}
.listings-container .apply{margin-top: 15px;}
.listings-container .bigBtn{font-size: 16px}
.listings-container .childs-form .list-group-item a{margin: 0 5px;}
.listings-container .childs-form .list-group-item a:first-child{margin-left: 0;}
.listings-container .find-parent .form-control{height: 32px;}
.listings-container .find-parent .btn{padding: 5px 12px;}
.event{line-height: 32px;}
.event .eve-camp {background-color: #99B40D;}
.event .eve-event {background: none repeat scroll 0 0 #4BABFC;}
.event .eve-tournament {background-color: #463265;}
.event span {background: none repeat scroll 0 0 #4BABFC;border-radius: 4px;color: #FFFFFF;display: block;height: 32px;line-height: 32px;margin-right: 10px;text-align: center;width: 32px;}
.sort-ico{position: relative;display: inline-block;margin-left: 30px;height: 10px;}
.sort-ico a{position: absolute;top: 0;}
.sort-ico .desc{bottom: 0;top: auto;}
.filter-box select.form-control{width: 100%; min-width: 190px;}
.filter-box .order-nb-inp{width: 80px;}
.filter-box select.status{width: 120px;}

.attendance-box .checkbox{width: 19%;display: inline-block;padding-right: 20px;margin: 10px 0;}
.attendance-box-cild .panel-body td{padding: 5px 10px;}
.attendance-box-cild .panel-heading .event{margin-bottom: 0;}
.attendance-box-cild .table-responsive{width: 33%;display: inline-block;}

.black{color: #000!important;}

.event-table .form-control{width: 100%;min-width: 100px;}
.event-tabs-container .tab-content{border: 1px solid #ddd;padding: 10px;}
.event-tabs-container .nav-tabs{border: none;}
/*.event-tabs-container table .arrow{display: inline-block;margin: 8px 5px;}*/
.event-tabs-container table .input-date{width: 140px;margin: 0 auto;}
.event-tabs-container table .input-time{width: 108px;margin: 0 auto;}
.lab-title{margin-right: 10px;}
.schools-schedule-box{margin-bottom: 10px;}
.input-date{width: 140px;}

.mar-b{margin-bottom: 15px;}
.mar-t{margin-top: 20px;}
.total-td{border-left: none!important;border-right: none!important;}
.edit-input{border-color: transparent;box-shadow: none;}
.weight{width: 50px;float: left;}
.delete-quest{margin: 7px 0 0 15px;display: inline-block;}
.question-box{width: 100%;margin-bottom: 15px;}
.question-box label{font-weight: 300;}
.margin{margin: 0 8px!important;}


.filter-box .box{margin: 0 0 15px;}
/*.filter-box .form-group, .filter-box .btn{margin: 5px 0;}*/
.filter-box .form-group .btn{margin: 0;}
.list-view{position: relative}
.list-view .select-all-box{position: absolute;top: -59px;left: 13px;font-weight: bold;}
.list-view .select-all-box input{vertical-align: -2px;margin-right: 5px;}
.filter-box .box{display: inline-block;}
.listings-container .checkbox-inline{width: 45%;margin-left: 10px;}
.listings-container .text-right.border{border: 1px solid #ddd;padding: 10px;}

.listings-container .add-schedule-box .checkbox-inline{width: auto;margin: 0 5px;}





/********************** parent style ********************/
.event-regist .panel-title {font-size: 28px;font-weight: 700;margin-top: 10px;text-align: left;padding-bottom: 16px;}
.event-regist .panel-heading p {font-size: 13px; margin: 0;}
.event-regist .checkout-total {text-align: right;}
.form-group.primary {background: none repeat scroll 0 0 #D9EDF7;border-radius: 4px;margin: 0 0 15px;padding: 15px 0;}
.new-event-box {font-size: 14px;line-height: 32px;margin-bottom: 10px;}
.new-event-box .eve-camp {background-color: #99B40D;}
.new-event-box .eve-tournament {background-color: #463265;}
.new-event-box span {background: none repeat scroll 0 0 #4BABFC;border-radius: 4px;color: #FFFFFF;display: block;height: 32px;line-height: 32px;margin-right: 10px;text-align: center;width: 32px;}
.new-event-box p {color: #222222;font-size: 13px;line-height: 10px;margin-right: 100px;padding-left: 42px;}
.new-event-box p em {line-height: 20px;}
.heading-to-top-h2 {margin-bottom: 15px;margin-top: -5px;}
.child-sidemenu {position: relative; z-index: 50;}
.child-sidemenu .list-group {margin-right: -31px;}
.child-sidemenu .list-group-item {background-color: #F5F5F5;}
.child-sidemenu .list-group-item:first-child {border-top-right-radius: 0;}
.child-sidemenu .list-group-item.active {background: none repeat scroll 0 0 #FFFFFF;border-color: #DDDDDD -moz-use-text-color #DDDDDD #DDDDDD;border-image: none;border-style: solid none solid solid;border-width: 1px medium 1px 1px;color: #555555;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
}
.child-sidemenu .list-group-item.active:hover, .child-sidemenu .list-group-item.active, .child-sidemenu .list-group-item.active:hover,  .child-sidemenu .list-group-item.active:focus{background: #fff;color: #555555;border-color: #DDDDDD;}
.child-sidemenu .list-group-item:hover {background: #FFF;}
.child-color-green {background: none repeat scroll 0 0 #A8BC7B;border: 1px solid #9DB36A;}
.child-color-orange {background: none repeat scroll 0 0 orange;border: 1px solid #9DB36A;}
.child-color-blue {background: none repeat scroll 0 0 blue;border: 1px solid #9DB36A;}
.child-color-yellow {background: none repeat scroll 0 0 yellow;border: 1px solid #9DB36A;}
.child-color-brown {background: none repeat scroll 0 0 brown;border: 1px solid #9DB36A;}
.child-color-black {background: none repeat scroll 0 0 black;border: 1px solid #9DB36A;}
.child-sidemenu .child-color {border-radius: 3px;display: inline-block;height: 20px;margin: 0 10px 0 0;vertical-align: middle;width: 20px;padding: 0;}
.child-color-purple {background-color: #A696CE;border: 1px solid #9785C6;}
.child-color-red {background-color: #D9534F;border-bottom: 1px solid #D43F3A;}
.child-homework p {font: 400 12px/17px 'Open Sans',Helvetica,Arial,Lucida,sans-serif;}
.child-homework p, .child-homework h6 {text-align: center;}
.child-homework-pdf {border-radius: 50%;display: inline-block;height: 50px;margin-top: 15px;padding-top: 12px;text-align: center;width: 50px;}
.listings-container .child-homework-pdf .fa{color: #fff;opacity: 1;}
.child-panel-event-bar {bottom: -20px;left: 0;position: absolute;text-align: center;width: 100%;z-index: 50;}
.child-messages .active-news .media {padding: 4px 0;}
.active-news .media {border-bottom: 1px solid rgba(0, 0, 0, 0.05);font: 400 13px/18px 'Open Sans',Helvetica,Arial,Lucida,sans-serif;margin-top: 7px;padding: 4px 15px;}
.active-news .media .active-news-icon {border-radius: 50%;color: #FFFFFF;display: block;height: 40px;margin-right: 15px;padding-top: 7px;text-align: center;transition: all 0.15s ease 0s;width: 40px;}
.active-news .media-body {border-radius: 5px;margin-bottom: 0;padding: 0;margin-top: 11px;}
.active-news-icon-cyan {background: none repeat scroll 0 0 #4BABFC;}
.active-news .media-heading {font: 600 13px/18px 'Open Sans',Helvetica,Arial,Lucida,sans-serif;margin: 0;}
.active-news-icon-purple {background: none repeat scroll 0 0 #A696CE;}
.active-news-icon-green {background: none repeat scroll 0 0 #A8BC7B;}
.child-alerts .alert {margin-bottom: 10px;}
.child-panel-event {position: relative;}
.child-panel-event .row.shown, .child-panel-event .active-news.shown {height: auto;}
.child-homework .row {overflow: hidden;}/*height: 154px;*/
.child-panel-event .row {transition: height 0.25s ease 0s;}
.child-panel-event .row.shown, .child-panel-event .active-news.shown {height: auto;}
.child-messages .active-news {overflow: hidden;}/*height: 185px;*/
.parent-form-label {line-height: 34px;margin-right: 5px;margin-bottom: 15px;}
.parent-form-label label {margin: 0;}
.parent-form-group {margin-right: 15px;margin-bottom: 15px;}
.parent-pay {font-size: 14px;}
.parent-pay-date {width: 10%;}
.parent-pay-price {width: 12%;}
.parent-pay-more {text-align: center;width: 8%;}
.parent-pay-pdf {text-align: center;width: 5%;}
.parent-pay-collapse {display: none;}
.parent-pay-collapse table {margin-bottom: 0;}
.parent-pay-collapse td {background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);}
.parent-pay-collapse .panel-heading{padding-top: 0;padding-bottom: 0; }

/********************************************************/



/************** Datepicker style *************/
.datepicker { top: 0; left: 0; padding: 4px; margin-top: 1px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; /*.dow {
border-top: 1px solid #ddd !important;
}*/ }
.datepicker:before { content: ''; display: inline-block; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #ccc; border-bottom-color: rgba(0, 0, 0, 0.2); position: absolute; top: -7px; left: 6px; }
.datepicker:after { content: ''; display: inline-block; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #ffffff; position: absolute; top: -6px; left: 7px; }
.datepicker > div {display: none;}
.datepicker table { width: 100%; margin: 0; }
.datepicker td,
.datepicker th { text-align: center; width: 20px; height: 20px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; padding: 2px 5px!important; }
.datepicker td.day:hover { background: #eeeeee; cursor: pointer; }
.datepicker td.day.disabled {color: #eeeeee;}
.datepicker td.old,
.datepicker td.new {color: #999999;}
.datepicker td.active,
.datepicker td.active:hover { color: #ffffff; background-color: #006dcc; background-image: -moz-linear-gradient(top, #0088cc, #0044cc); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc)); background-image: -webkit-linear-gradient(top, #0088cc, #0044cc); background-image: -o-linear-gradient(top, #0088cc, #0044cc); background-image: linear-gradient(to bottom, #0088cc, #0044cc); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0); border-color: #0044cc #0044cc #002a80; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #0044cc; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); /* Darken IE7 buttons by default so they stand out more given they won't have borders */ color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] { color: #ffffff; background-color: #0044cc; *background-color: #003bb3; }
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {background-color: #003399 9;}
.datepicker td span { display: block; width: 47px; height: 54px; line-height: 54px; float: left; margin: 2px; cursor: pointer; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.datepicker td span:hover {background: #eeeeee;}
.datepicker td span.active { color: #ffffff; background-color: #006dcc; background-image: -moz-linear-gradient(top, #0088cc, #0044cc); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc)); background-image: -webkit-linear-gradient(top, #0088cc, #0044cc); background-image: -o-linear-gradient(top, #0088cc, #0044cc); background-image: linear-gradient(to bottom, #0088cc, #0044cc); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0); border-color: #0044cc #0044cc #002a80; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #0044cc; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); /* Darken IE7 buttons by default so they stand out more given they won't have borders */ color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] { color: #ffffff; background-color: #0044cc; *background-color: #003bb3; }
.datepicker td span.active:active,
.datepicker td span.active.active {background-color: #003399 9;}
.datepicker td span.old {color: #999999;}
.datepicker th.switch {width: 145px;}
.datepicker th.next,
.datepicker th.prev {font-size: 21px;}
.datepicker thead tr:first-child th {cursor: pointer;}
.datepicker thead tr:first-child th:hover {background: #eeeeee;}
.input-append.date .add-on i,
.input-prepend.date .add-on i { display: block; cursor: pointer; width: 16px; height: 16px; }
.datepicker-inline {width: 220px;}
.datepicker-inline.datepicker td,.datepicker-inline.datepicker th {padding: 1px!important;}
.shedule .datepicker-inline {width: 180px;}
.shedule .datepicker-inline.datepicker td, .shedule  .datepicker-inline.datepicker th {font-size: 13px;}
.shedule .datepicker-inline.datepicker thead {border-bottom: 1px solid #ccc!important;}
.shedule .datepicker:after, .shedule .datepicker:before {content: none;}
.shedule .prev, .shedule .datepicker-switch,.shedule .next {display: none;}
.dash-child .child-color-purple, .dash-child .child-color-red, .dash-child .child-color-green, .dash-child .child-color-orange, .dash-child .child-color-blue, .dash-child .child-color-yellow, .dash-child .child-color-black, .dash-child .child-color-brown{background: none;border: none; border-right: 1px solid #F2F2F2;}

.scheduleCalendarTable td{width: 12.5%;}
.fc-widget-header{text-align: center;}
.fc-week-number{font-weight: bold;text-align: center;}
.fc-day-number {background-color: #F0F0F0;color: #000000;padding: 0 2px;}
.fc-day{vertical-align: top;}
.fc-event {background-color: rgba(215, 243, 254, 0.8);border: 1px solid #90CCEE;border-radius: 0 !important;color: #010101;cursor: default;font-size: 0.85em;display: block;margin: 1px 0;}
.fc-event span{display: block;}

/**************************************************/



/*************** multiselect style *********************/
.multiselect-container{position:absolute;list-style-type:none;margin:0;padding:0}
.multiselect-container .input-group{margin:5px}
.multiselect-container>li{padding:0}
.multiselect-container>li>a.multiselect-all label{font-weight:700}
.multiselect-container>li>label.multiselect-group{margin:0;padding:3px 20px;height:100%;font-weight:700}
.multiselect-container>li>a{padding:0}
.multiselect-container>li>a>label{margin:0;height:100%;cursor:pointer;font-weight:400;padding:3px 20px 3px 40px}
.multiselect-container>li>a>label.radio,.multiselect-container>li>a>label.checkbox{margin:0}
.multiselect-container>li>a>label>input[type=checkbox]{margin-bottom:5px}
.btn-group>.btn-group:nth-child(2)>.multiselect.btn{border-top-left-radius:4px;border-bottom-left-radius:4px}
/*******************************************************/


.innerTable { border-top: 1px solid #DDDDDD; margin: 7px -8px -9px -9px; padding-left: 170px;}
.innerTable .table { margin: -1px 0 0;}
.mr25{ margin-right: 25px;}
.border-lesson{/*border: 2px solid #264409;*/ /*background-color: #a9ffcd;*/ /*background-color: #def8e2;*/ background-color: #ebfaee;}
input.error, select.error, textarea.error{ border: 1px solid red; color: #555;}
.error, .errorMessage, .addMessageErrorItm{ color: red; }
.listingTable .ng-scope td { width: 25%;}

.ui-autocomplete { position: absolute; top: 0; left: 0; cursor: default; background: #fff;border: 1px solid #ccc; border-radius: 4px; padding: 5px; max-height: 300px; overflow-y: scroll;}
.ui-autocomplete li a{cursor: pointer;}

#content p{line-height: 27px;}
#content img[style='float: right;'],#content img[style='float:right;']{margin-left: 15px;margin-bottom: 15px;}
#content img[style='float: left;'],#content img[style='float:left;']{margin-right: 15px;margin-bottom: 15px;}
#content-form .checkbox-inline{width: auto;}

/*.panel-success>.panel-heading { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6;}*/

.bg-success{background-color: #dff0d8;}
#registerChildList li{list-style-type: none;}

.eventListingBlk .panel-heading{cursor: pointer;}
.colorBox{float: right;position: relative;padding-left: 50px;}
.colorBt{position: absolute;top: 0; left: 0;width: 40px;height: 34px;border: 1px solid #ccc;border-radius: 4px;}
.colorBt div{width: 100%;height: 100%;}
.squareColor{display: inline-block;}

#world-map{width: 100%!important;}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {color: #fff!important;}
.border-top{border-top: 1px solid #ddd!important;}

.filter-box .btn, .filter-box .form-group{margin-top: 2px;margin-bottom: 2px;}

.calendar-locations, .calendar-employee{overflow-x: auto;}
#calendar th{padding: 0 10px!important;}

.employees-buttons {
    padding-top: 24px;
}
.employees-filter {
    display: flex;
    justify-content: space-between;
}
.employees-filter .col {
    min-width: 19%;
}

/* Simple list styling */
.simple-list-form {
    padding: 15px;
}
.simple-list-box {
}
.simple-list-row {
    padding: 15px;
    border: 1px solid #dddddd;
    margin: 0;
}
.simple-list-box .form-control {
    width: 100%;
}
.simple-list-box .form-group {
    display: block;
}
.simple-list-btn {
    font-size: 14px;
}
.grid-view {
    overflow-x: scroll;
}

@media (max-width: 1199px) {
    .attendance-box .checkbox{width: 24%;}
    .attendance-box-cild .table-responsive{width: 49%;}
}

@media (max-width: 991px) {
    .event-tabs-container .nav-tabs{padding: 0 0 20px;}
    .event-tabs-container .table-responsive{border: 1px solid #DDDDDD;margin-bottom: 15px;overflow-x: scroll;overflow-y: hidden;width: 100%;}
    .event-tabs-container .table-responsive td, .event-tabs-container .table-responsive th{white-space: nowrap;}
    .child-sidemenu .list-group {margin-right: 0;}
    .child-sidemenu .list-group-item.active{border: 1px solid #ddd;}
    .table-responsive { width: 100%; margin-bottom: 15px; overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; /*border: 1px solid #ddd;*/ }
    .change-table.table-responsive { width: 100%; margin-bottom: 15px; overflow-x: inherit; overflow-y: inherit; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; /*border: 1px solid #ddd;*/ }
    .headRespons{overflow-x: auto;margin-bottom: 13px;}
    .headRespons td{white-space: nowrap;}
    #calendar .fc-header{margin-bottom: 0;}

    .footer-feed-img {
        margin: 0 auto;
        width: 86px;
    }
}


@media (max-width: 767px) {
    h2 {
        font-size: 24px;
    }
    .btn-lg-b-blue {
        border-width: 1px;
        font: 300 17px 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    }
    .head-slider {
        margin: 0 -15px -40px -15px;
    }
    .head-slider .da-slider {
        height: 175px;
    }
    .da-slide .da-title {
        font-size: 20px;
    }
    .da-slide .da-title .btn-b-white {
        font-size: 15px;
        border: 1px solid #fff;
    }
    .da-title-heading {
        margin-bottom: 15px;
    }
    .da-slide .da-img {
        display: none;
    }
    .header {
        padding: 40px 15px 40px 15px;
    }
    .header-signup a {
        font-size: 21px;
        line-height: 60px;
    }
    .header .navbar-collapse {
        margin: 0;
    }
    .header .navbar-brand {
        margin: -7px 0 0 15px;
    }
    .header .navbar-brand a img {
        max-width: 260px;
    }
    .header .navbar-toggle {
        margin: 2px 0 0 0;
    }
    .header .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .header .navbar-nav,
    .header .navbar-nav li:first-child a,
    .header .navbar-nav li:last-child a {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }
    .header .navbar-collapse {
        box-shadow: none;
        max-height: 376px;
    }
    .header .wrap-social-links {
        display: none;
    }
    .marketing-box {
        margin: 0 -15px 40px -15px;
        padding: 0 30px 30px 30px;
        border-bottom: 1px solid #ebebeb;
    }
    .marketing .col-md-4:last-child .marketing-box {
        margin-bottom: 0;
        border: none;
    }
    .marketing-img {
        width: auto;
        max-width: 350px;
        margin: 0 auto;
    }
    .footer-feed-img {
        margin: 0 auto 0 auto;
        width: 86px;
    }
    .foot-feed-name {
        margin-bottom: 30px;
        padding-top: 10px;
        text-align: center;
    }
    .dash-address-agent {
        border-top: 1px solid #efefef;
    }
    /* Dash Tabs */
    .dash-navbar {
        padding: 0;
    }
    .dash-logout {
        border-bottom: 1px solid #ddd;
        margin: 0 0 3px 0;
        padding: 10px 15px 15px 15px;
    }
    .dash-logout li {
        margin: 0;
    }
    .dash-nav {
        padding: 0 15px;
    }
    .dash-nav>li>a {
        font-size: 14px;
        padding: 12px 6px;
    }
    .dash-logout .logout-btn {
        display: none;
    }
    .dash-logout .events-btn {
        display: block;
    }
    .dash-logout .events-btn .btn {
        background-color: #e3003c;
        color: #ffffff;
    }
    .dash-navbar .newevents-btn {
        display: none;
    }
    /* Dash Rotator */
    .dash-slider {
        margin: 50px -15px 0px -15px;
    }
    .dash-slider:before,
    .dash-slider:after {
        display: none;
    }
    .dash-slide h4 {
        font-size: 24px;
        margin-left: 60px;
        margin-right: 60px;
    }
    .dash-slide small {
        font-size: 17px;
    }
    .dash-slide h4 br {
        display: none;
    }
    .new-events-heading button {
        font-size: 13px;
        margin-bottom: 4px;
    }
    .list-inline {
        margin-left: 0;
    }
    .list-inline>li,
    .list-inline>li:first-child {
        padding: 0 5px;
    }
    .filter-box .name{float: none!important;}
    .filter-box .form-group{margin-bottom: 20px}
    /*.listings-container .panel-body .panel-body{padding: 15px 0;}*/
    .listings-container .panel .panel{margin: 7px 0;}
    .attendance-box .checkbox{width: 32.5%;}
    .filter-box select.form-control, .filter-box .name{width: 100%;}
    .attendance-box-cild .panel-body table{width: 100%;max-width: 100%;}
    .attendance-box-cild .panel-body td{white-space: nowrap;}
    .attendance-box-cild .table-responsive{width: 100%;}
    .edit-input{min-width: 250px;}
    .weight{width: 80%}
    .filter-box .box{display: block;}
    .float-none{float: none!important;}
    .list-view .select-all-box{position: relative;top: 0;left: 0;padding: 10px;border: 1px solid #ddd;margin-bottom: 10px;}
    .parent-form-label{float: none!important;}
    .parent-form-group{margin-right: 0;}
    .filter-box .order-nb-inp, .input-date{width: 100%;}
    .br-hiden br{display: none;}
    .filter-box .btn-group{width: 100%;}
    .filter-box .multiselect{width: 100%;}
    .schedule-container{overflow-x: hidden;}
    .embed-responsive iframe{max-width: 100%;}
}

@media (max-width: 991px) {
    .dash-event-register-price {
        font-size: 18px;
        color: #4c4c4c;
        line-height: 32px;
        margin-left: 45px;
    }
    .dash-event-register-bulk {
        margin: 70px auto 40px;
    }
    .dash-event-register .btn:first-child {
        margin-right: auto;
    }

    .dash-event-register .btn:last-child {
        margin-left: auto;
    }
    .dash-event-register {
        display: flex!important;
        justify-content: space-between;
        align-items: center;
        margin-top: 14px;
    }
    .dash-calendar {
        display: none;
    }
    .dash-alert {
        text-align: center;
    }
    .dash-address-agent {
        display: none;
    }
    .event-regist .table {
        font-size: 12px;
    }
    .event-regist .multiselect.dropdown-toggle {
        width: auto!important;
        max-width: 130px;
        overflow: hidden;
    }
}

@media (max-width: 530px) {
    .attendance-box .checkbox{width: 49%;}
}

@media (max-width: 480px) {
    .attendance-box .checkbox{width: 100%;padding-right: 0;}
    .attendance-box .panel-footer button{margin: 5px;}
    h1{font-size: 33px;}
    h3{font-size: 18px;}
}


@media (min-width: 300px) and (max-width: 369px) {
    .header {
        padding: 25px 15px 40px 15px;
    }
    .header-signup a {
        width: 100%;
        font-size: 20px;
        padding: 0;
    }
    .header .navbar-brand {
        margin: 0 0 0 15px;
    }
    .header .navbar-brand a img {
        max-width: 200px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header {
        padding: 40px 30px 54px 30px;
    }
    .head-slider {
        margin: 0 -30px -54px -30px;
    }
    .head-slider .da-slider {
        height: 283px;
    }
    .da-slide .da-title {
        font-size: 36px;
    }
    .da-slide .da-title .btn-b-white {
        font-size: 15px;
        border: 1px solid #fff;
    }
    .header .navbar-header {
        float: none;
    }
    .header .navbar-brand {
        float: none;
        margin-bottom: 20px;
        text-align: center;
    }
    .header .navbar-brand a img {
        max-width: 350px;
    }
    .header .navbar-collapse {
        padding-left: 0;
    }
    .header .navbar-right {
        float: none!important;
    }
    .header .navbar-nav {
        text-align: center;
    }
    .header .navbar-nav li a {
        display: block;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        width: 103px;
    }
    .header .navbar-nav li.navbar-login a {
        width: 102px;
    }
    .dash-address-agent {
        border-top: 1px solid #efefef;
    }
    .marketing-box {
        margin: 0 -15px 50px -15px;
        padding: 0 30px 40px 30px;
        border-bottom: 1px solid #ebebeb;
    }
    .marketing .col-md-4:last-child .marketing-box {
        margin-bottom: 0;
        border: none;
    }
    .marketing-img {
        width: 350px;
        margin: 0 auto;
    }
    .footer-feed-box {
        background-position: left top;
        padding-left: 0;
        padding-right: 0;
    }

    .foot-feed-name {
        padding-top: 15px;
        text-align: center;
    }
    .dash-slide h4 {
        font-size: 28px;
    }
    .dash-slide small {
        font-size: 18px;
    }
    .dash-nav>li>a {
        font-size: 15px;
    }
    .question-box{text-align: center;}



}

@media (min-width: 992px) and (max-width: 1200px) {
    .head-slider {
        margin: 0 -30px -60px -30px;
    }
    .head-slider .da-slider {
        height: 326px;
    }
    .header {
        padding-bottom: 60px;
    }
    .navbar-brand {
        margin: -8px 0 0 0;
    }
    .navbar-brand a img {
        max-width: 300px;
    }
    /*.header-signup a {
         font-size: 25px;
        line-height: 55px;
    }*/
    .dash-address-agent {
        border-top: 1px solid #efefef;
    }
    .marketing-img {
        margin: 0;
    }
    .footer-feed-img {
        margin: 0 auto;
        width: 86px;
    }
    .foot-feed-name {
        padding-top: 15px;
        text-align: center;
    }
    .header .navbar-nav li a{padding-left: 12px;padding-right: 12px;}
}

.noData{border: 1px solid #ccc;border-top: none;padding: 4px;text-align: center;font-style: italic;}


.discount-count {
    display: block;
    text-align: right;

}
.discount-label {
    display: block;
    text-align: right;
}

.btn-coupon-submit {
    text-align: left;
    height: 34px;
}
.wrap-coupon-button {
    text-align: left;

}

.panel-form {
    display: inline-block;
    background: #f9f9f9;
    padding: 25px 15px;
    margin-bottom: 5px;

    max-height: 100px;
    min-width: 560px;
}
.panel-form .js-filter-datepicker {
    width: 150px;

}
.panel-form .input-group.date input {
    display: inline-block;

}
.panel-form .input-group.date button {
    margin-top: 0px;
    display: inline-block !important;
}
.panel-form .label-block {
    color: white;
    font-size: 45px;
    z-index: 0;
    position: relative;
    display: block;
    float: right;

}
.panel-form .box {

    position: relative;
    margin-top: 10px;
    margin-left: 10px;
}
.panel-form .box.margin-top-diff-15 {
    margin-top: -15px;
}
.box.pull-right.bottom-block {
    margin-right: 17px;
}

.social-links {
    margin: 0px;
    padding: 0px;

}
.social-links li {
    list-style: none;
    display: inline-block;
}
.wrap-social-links {
    top: 15px;
    position: absolute;
    text-align: right;
    right: 20px;
}

.wrap-contact-info, .wrap-copy-info {
    text-align: center;
    line-height: 30px;
}
.wrap-contact-info {
    margin: 12px 0;
}
.wrap-contact-info span {
    text-align:  center;
    margin-left: -11px;
}
.wrap-contact-info a {
    font-size: 24px;
    margin: 0 10px;
    padding: 8px;
    color: #0088CC;
}
.wrap-contact-info a:hover {
    color: #35a5e7;
}
.footer-sub .wrap-social-links {
    top: -10px;
    position: relative;
    text-align: left;
    left: 0px;
    right: inherit;
    max-height: 30px;
}
.footer-sub .wrap-social-links ul {
    max-height: 30px;
}
.footer-sub .wrap-social-links a {
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 29px;
}
.wrap-social-links a {
    width: 22px;
    height: 22px;
    display: block;
    background-color: #FFFFFF;
    color: #0b4e84;
    text-align: center;
    line-height: 19px;
    border-radius: 50%;
    font-size: 14px;
    border: 1px solid #FFFFFF;
}
.wrap-social-links a:hover {
    background-color: #0b4e84;
    color: #ffffff;
    border: 1px solid #ffffff;
    text-shadow: none;
}
.wrap-social-links a.twitter:hover {
    background-color: #55acee;
    color: #ffffff;
}
.wrap-social-links:after {
    clear: both;
    content: ' ';
}

.fc-lesson-status-flag {
    /*
    top: 0px;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #007bff transparent transparent;
    -webkit-transform: rotate(360deg);
    right: 0px;*/
    float: right;
    right: 0px;
    /* top: 0px; */
    position: static;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #007bff transparent transparent;
    -webkit-transform: rotate(360deg);
    /* margin-right: -1px; */
    text-align: right;
}
.fc-lesson-status-flag.hide {
    display: none;
}
.fc-lesson-status-flag.red {
    border-color: transparent red transparent transparent;
}
.fc-lesson-status-flag.yellow {
    border-color: transparent yellow transparent transparent;
}
.fc-lesson-status-flag.black {
    border-color: transparent black transparent transparent;
}

.wrap-tab-content {
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    max-width: 800px;

}

.js-list-recipients, .js-selected-recipients {
    height: 200px !important;
    max-width: 800px;
    overflow-x: hidden;
    overflow-y: auto;
}
.tab-pane .label, .js-selected-recipients .label {
    margin: 0px 3px;
    display: inline-block;
}
.js-badge-recipient-item, .js-badge-filter-item {
    cursor: pointer;
}
.current-filter {
    opacity: 0.7;
}

.fc-event-select-flag {
    padding: 5px;
}
.fc-event-select-flag input{
    float: right;
    border: 1px solid #cccccc;
    margin-bottom: 5px;
    position: static;

}

.innerLR.alert.alert-danger ul li {
    margin-left: 0px;

}

.innerLR.alert.alert-danger ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.newMessageStrong {
    font-weight: bold;
}


