@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

@media print { 

    body {
        -webkit-print-color-adjust: exact !important;
    }
    .nav_menu, .x_title, footer , .no-print{
        display: none;
    }
    .profile_img{ 
        margin-bottom: 20px;
        background-image: url(./assets/images/banner-bg.png) no-repeat !important;  
        min-height: 200px;
        background-size: 100% 100% !important;
        -webkit-print-color-adjust: exact !important; 
        color-adjust: exact !important; 
    }
    .invoice-header{width: 50%!important;}
    .invoice-col{width: 33%!important;}
    .invoice{width: 100%; margin-left: auto;  margin-right: auto;} 

    .layout-box {
        -webkit-print-color-adjust: exact !important;
        background-color: #f0f3f5 !important;
        text-align: center;
        border-radius: 10px;
        margin-bottom: 20px;
        padding: 10px;
    }
    .layout-box img {
        -webkit-print-color-adjust: exact !important;
        background-color: #337ab7 !important;
        padding: 3px;
        border-radius: 5px;
    }

    @page { margin: 0; }  

}




 body.login{  background: url(../images/logo-bg.jpg);  background-position: fixed;
/*background: linear-gradient(3deg, rgba(8,6,55,1) 0%, rgba(16,7,113,1) 100%); background-repeat: no-repeat;  */}

.foter-inner p{ color: #000; } 

.foter-inner p a{ color: #000; } 




/* RAM CSS */
/*.bootstrap-select.btn-group .dropdown-menu{ height: 200px !important}*/

.nav.side-menu>li.active a ul.child_menu li a{ color: #000; } 

span.dropout{ line-height: 1; background: #ff0000 ; font-weight: bold; color: #fff  !important; border-radius: 100px; display: inline-block; padding:4px 8px;  animation: blink 1s linear infinite; font-size: 12px; text-align: center; }

span.inclass_no_attendance{ line-height: 1; background: #0b4195; color: #fff  !important; font-weight: bold; border-radius: 100px; display: inline-block; padding:4px 8px;  animation: blink 1s linear infinite; font-size: 12px; text-align: center; width: 150px }

span.inclass_excellent{ line-height: 1; background: #00FF00 ; color: #fff  !important; font-weight: bold; border-radius: 100px; display: inline-block; padding: 4px 8px;  animation: blink 1s linear infinite; font-size: 12px; text-align: center; width: 130px }

span.inclass_regular{ line-height: 1; background: #0b4195 ; color: #fff  !important; font-weight: bold; border-radius: 100px; display: inline-block; padding: 4px 8px;  animation: blink 1s linear infinite; font-size: 12px; text-align: center; width: 130px }

span.inclass_improving{ line-height: 1; background: #0b4195 ; color: #fff  !important; font-weight: bold; border-radius: 100px; display: inline-block; padding: 4px 8px;  animation: blink 1s linear infinite; font-size: 12px; text-align: center; width: 130px }

span.inclass_irregular{ line-height: 1; background: #0b4195 ; color: #fff  !important; font-weight: bold; border-radius: 100px; display: inline-block; padding: 4px 8px;  animation: blink 1s linear infinite; font-size: 12px; text-align: center; width: 130px }

span.inclass_new{ line-height: 1; background: #0b4195 ; color: #fff  !important; font-weight: bold; border-radius: 100px; display: inline-block; padding: 4px 8px;  animation: blink 1s linear infinite; font-size: 12px; text-align: center; }

span.batch_not_started{ line-height: 1; background: #808080 ; color: #fff  !important; font-weight: bold; border-radius: 100px; display: inline-block; padding: 4px 8px;  animation: blink 1s linear infinite; font-size: 12px; text-align: center; width: 130px }

span.on_ojt{ line-height: 1; background: #18a7ff ; color: #fff  !important; font-weight: bold; border-radius: 100px; display: inline-block; padding:4px 8px;  animation: blink 1s linear infinite; font-size: 12px; text-align: center; }

span.batch_not_assigned{ line-height: 1; background: #FFFDD0; color: #000  !important; font-weight: bold; border-radius: 100px; display: inline-block; padding: 4px 8px;  animation: blink 1s linear infinite; font-size: 12px; width: 130px; text-align: center; }
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}





/* A STUDENT */
.main_menu_side { height: 90vh; overflow-x: auto;}
.btn-inline{ display: flex; }
.btn-tracker-colm{ text-align: right; }
.timeline {
  position: relative;
  margin: 0 auto;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 65px;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background-color: #43797b;
  z-index: 0;
}
.timeline .timeline-entry {
  display: flex;
  margin-bottom: 20px;
}
.timeline .timeline-entry .timeline-date {
  flex: 1;
  max-width: 90px;
  margin-right: 15px;
  color: #000;
  font-size: 12px !important;
  font-weight: bold;
  text-align: left;
  position: relative;
  padding: 3px 0 0 0;
}
 
.timeline .timeline-entry .timeline-date::after {
  content: "";
  position:absolute;
  display: inline-block;
  top: 1px;
  right: -4px;
  border: 3px solid #005aaa;
  background-color: #fff;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  z-index: 9;
}
.timeline .timeline-entry .timeline-content {
  flex: 3;
  position: relative; padding: 3px 0 0 0;
}
.timeline .timeline-entry .timeline-content .timeline-header {
  color: #204e79 !important;
}
 

[data-layout=vertical]::before {
  top: 0;
  left: 85px;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
}
[data-layout=vertical] .timeline-entry {
  flex-direction: row;
  padding: 0;
  align-items: normal;
}
[data-layout=vertical] .timeline-entry .timeline-date {
  top: 0;
  text-align: unset;
}


button.view-transactions-btn{ background: #1646b7; border: 1px solid #1646b7; font-size: 11px; padding: 3px 4px; color: #fff !important }
button.view-transactions-btn i.fa{ color: #fff }
button.view-transactions-btn:hover{ background: #000; border: 1px solid #000; color: #fff }
button.view-remark-btn{ background: #005aaa; border: 1px solid #005aaa; font-size: 11px; padding: 3px 4px;  color: #fff !important}
button.view-remark-btn:hover{ background: #000; border: 1px solid #000; color: #fff }
button.view-remark-btn i.fa{ color: #fff }
.color-bg1{background: #fff2d3;}
.color-bg2{background: #b8efff;}
.color-bg3{background: #a6ffae;}
.color-bg4{background: #fdb4bc;}
.color-bg5{background: #bcd4ff;}
.inner-stud-data{ padding: 15px 5px; border-radius: 14px; margin: 5px 0; }

span.title-1-stud{ font-size: 12px !important;  }
.student-inner-block{}
.student-inner-block{ background: #fff;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 5px;
  -webkit-box-shadow: -2px 1px 12px -3px rgba(0,0,0,0.49);
  -moz-box-shadow: -2px 1px 12px -3px rgba(0,0,0,0.49);
  box-shadow: -2px 1px 12px -3px rgba(0,0,0,0.49);
  border-radius: 16px;
 }
 .student-inner-block h2{ font-size: 20px; font-weight: bold; }
.student-inner-block h3{ font-size: 18px; margin: 4px 0; padding: 0; }

.student-inner-block2{
background: #fff;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 5px;
  -webkit-box-shadow: -2px 1px 12px -3px rgba(0,0,0,0.49);
  -moz-box-shadow: -2px 1px 12px -3px rgba(0,0,0,0.49);
  box-shadow: -2px 1px 12px -3px rgba(0,0,0,0.49);
  border-radius: 16px;

}
 .student-inner-block2 h2{ font-size: 20px; font-weight: bold; }

 
#bar-chart {
  width: 100%;
  height: 300px;
  position: relative;
}
#line-chart {
  width: 100%;
  height: 300px;
  position: relative;
}
/*#bar-chart::before, #line-chart::before {
  content: "";
  position: absolute;
  display: block;
  width: 240px;
  height: 30px;
  left: 155px;
  top: 254px;
  background: #FAFAFA;
  box-shadow: 1px 1px 0 0 #DDD;
}*/
#pie-chart {
  width: 100%;
  height: 250px;
  position: relative;
}
#pie-chart::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 115px;
  left: 315px;
  top: 0;
  background: #FAFAFA;
  box-shadow: 1px 1px 0 0 #DDD;
}
#pie-chart::after {
  content: "";
  position: absolute;
  display: block;
  top: 260px;
  left: 70px;
  width: 170px;
  height: 2px;
  background: rgba(0,0,0,0.1);
  border-radius: 50%;
  box-shadow: 0 0 3px 4px rgba(0,0,0,0.1);
}


/*  A STUDENT END */

.timeline {
  position: relative;
  margin: 0 auto;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 65px;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background-color: #43797b;
  z-index: 0;
}
.timeline .timeline-entry {
  display: flex;
  margin-bottom: 20px;
}
.timeline .timeline-entry .timeline-date {
  flex: 1;
  max-width: 90px;
  margin-right: 15px;
  color: #000;
  font-size: 12px !important;
  font-weight: bold;
  text-align: left;
  position: relative;
}
 
.timeline .timeline-entry .timeline-date::after {
  content: "";
  position:absolute;
  display: inline-block;
  top: 1px;
  right: -4px;
  border: 3px solid #005aaa;
  background-color: #fff;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  z-index: 9;
}
.timeline .timeline-entry .timeline-content {
  flex: 3;
  position: relative; padding: 3px 0 0 0;
}
.timeline .timeline-entry .timeline-content .timeline-header {
  color: #204e79 !important;
}
 

[data-layout=vertical]::before {
  top: 0;
  left: 85px;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
}
[data-layout=vertical] .timeline-entry {
  flex-direction: row;
  padding: 0;
  align-items: normal;
}
[data-layout=vertical] .timeline-entry .timeline-date {
  top: 0;
  text-align: unset;
}
 



.tile_count .tile_stats_count .count{ background: #005aaa; font-size: 19px;  color: #fff; font-weight: 600; display: inline-block; padding:10px 15px;   border-radius: 6px;  }

.skillkonnet-dashboard{ padding: 15px; }
.clear-box{ clear: both; }
.tile_count .tile_stats_count .count_top{ padding-top: 5px; padding-bottom: 5px; display: inline-block; }
.title_ba{ font-size: 22px; padding: 5px 0 10px 20px; font-weight: bold;}
.count-newcolor1{ background: #005aaa; font-size: 19px;  color: #000; font-weight: 600; display: inline-block; padding:10px 15px;   border-radius: 6px; }

.user_box_student .count-newcolor1{ background: #0a1c78; font-size: 19px;  color: #fff; font-weight: 600; display: inline-block; padding:10px 15px;   border-radius: 6px; }

.stats-count-inner-yellow{ background:#005aaa; color: #000; border-radius: 14px;   padding: 10px; margin-bottom: 5px;  }
.stats-count-inner-blue{ background:#0a1c78; color: #fff; border-radius: 14px;   padding: 10px; margin-bottom: 5px;  }
.stats-count-inner-grey{background:#ebebeb; color: #000; border-radius: 14px;   padding: 10px; margin-bottom: 5px;  }
.title-box-center{ text-align: center; font-size: 16px; font-weight: bold;}

.left-box-s{ float: left; width: 70%}
.right-box-s{ float: right; width: auto; display: inline-block; }


.count_desc{ padding:0 ; min-height: 50px;}
.count_top{}
.toggle-box{ float: left; width: 80px; }
.school-name-box{float: left; width: 250px;}
.user-box{ float: right; }
.nav_menu .school-name-box .school-name{ padding-top: 14px; font-size: 18px; font-weight: 600; line-height: 1; color: #fff !important; }

.notification_dropdown{}
.notification_dropdown a:hover{ color: #fff; }
.notification_dropdown a:hover .navbar-right .fa{color: #fff !important;}
.navbar-right .fa{color: #2A3F54 !important;}

.login .has-feedback{ margin-bottom: 15px; }

ul.dropdown-usermenu li{}
ul.dropdown-usermenu li{ border-bottom: 1px solid #ccc; }

.nav-tabs > li.active > a{ color: #fff !important;; background: #0b4195 !important; border: 0px solid #000!important; }
.nav-tabs > li > a{ border: 0px solid #000; background: #e8e8e8; line-height: 1;  padding: 8px 10px !important;}
.nav-tabs > li > a:hover{  border: 0px solid #000; background: #a6a6a6; color: #0d0e0e; }
.nav-tabs i {  color: #0d0e0e !important;}
.nav-tabs .active i{color: #fff !important;}

.student-login-btn{ margin-top: 20px; }
.student-login-btn .btn-border-blue { text-align: center; border-radius: 6px; border: 1px solid #0b4195; color: #000; padding: 10px 20px; display: block; width: 100%; margin: 5px auto; }
.student-login-btn .btn-border-blue:hover { border: 1px solid #0b4195; background: #0b4195; color: #fff; width: 100%;   }

.student-login-btn .btn-bg-blue { text-align: center; border-radius: 6px; border: 1px solid #0b4195; background: #0b4195; color: #fff; padding: 10px 20px; display: block; width: 100%; margin: 5px auto; }
.student-login-btn .btn-bg-blue:hover { border: 1px solid #005aaa; background: #005aaa; color: #000; width: 100%;   }

#login .form-control{ height: 45px !important; }
#login .form-control-feedback { margin-top: 10px !important;  height: 26px !important;}

ul.dtr-details{ width: 100% !importamt; display: block; }
table.dataTable > tbody > tr.child ul.dtr-details{ width: 100% !importamt; }
table.dataTable > tbody > tr.child ul.dtr-details{ display: block !important; }
table.dataTable > tbody > tr.child span.dtr-title{ padding-right: 15px; position: relative; }
span.dtr-title::before{  content: ": "; position: absolute; top: 0; right: 0px;   width: 10px; }

@media screen and (max-width: 768px) { 
body .container.body .right_col {
  background: #fff !important;
}

    .x_panel{ border: 0; }
 
.toggle-box{ float: left; width: 50px; }
.school-name-box{float: left; left; width: 120px; }
.nav_menu .school-name-box .school-name{ padding-top: 8px; }
.user-box{ float: right; margin: 0 5px 0 0; } 

.nav_menu .school-name-box .school-name{ font-size: 15px; line-height: 1; }
.nav_menu .nav>li>a { padding: 5px 2px 5px}

.nav-md .container.body .right_col{ padding-top: 70px !important;}
.nav_menu{ position: fixed !important; z-index: 50; }
.nav-sm .container.body .right_col {  padding-top: 70px !important; }
}

@media screen and (max-width: 640px) { 
.modal-body .table-responsive-rm{ width: 100%; overflow-x: auto; padding-bottom: 5px; }
.modal-body .table { width: 600px; }

.login_wrapper {
    right: 0px;
    margin: 15px auto;  
    max-width: 280px;
    position: relative
}

.nav-tabs > li{  display: block; border-bottom: 1px solid #fff; width: 50% !important; }

}


@media screen and (max-width: 480px) {  
.nav-tabs > li{ float: none !important; display: block; width: 100% !important; }

}
/* RAM CSS END */



.full-width {
    width:100%;
}

.full-height{
    height:100%;
}

.left_col {
    background: #2A3F54
}



.nav-sm .container.body .col-md-3.left_col {
    height: 100%;
    width: 90px; height: 100vh;
    padding: 0;
    z-index: 9999;
    position: fixed; transition: all 0.3s ease;
}
.nav-sm .container.body .col-md-3.left_col.menu_fixed {
    position: fixed;
    height: 100%
}
.nav-sm .container.body .col-md-3.left_col .mCSB_container,
.nav-sm .container.body .col-md-3.left_col .mCustomScrollBox {
    overflow: visible
}
.nav-sm .hidden-small {
    visibility: hidden
}
.nav-sm .container.body .right_col {
     padding: 10px 10px 0;
    margin-left: 90px;
    z-index: 2
}
.nav-sm .navbar.nav_title {
    width: auto;
}
.nav-sm .navbar.nav_title a span {
    display: none
}
.nav-sm .navbar.nav_title a i {
    font-size: 27px;
    margin: 13px 0 0 3px
}
.site_title i {
    border: 1px solid #EAEAEA;
    padding: 5px 6px;
    border-radius: 50%
}
.nav-sm .main_container .top_nav {
    display: block;
    margin-left: 90px;
    z-index: 2
}
.nav-sm .nav.side-menu li a {
    text-align: center !important;
    font-weight: 400;
    font-size: 12px;
    padding: 5px 5px; line-height: 1;
}
.nav-sm .nav.child_menu li.active,
.nav-sm .nav.side-menu li.active-sm {
    border-right: 5px solid #1ABB9C
}
.nav-sm ul.nav.child_menu ul,
.nav-sm .nav.side-menu li.active-sm ul ul {
    position: static;
    width: 200px;
    background: none
}
.nav-sm>.nav.side-menu>li.active-sm>a {
    color: #1ABB9C !important
}

.nav-sm .nav.side-menu > li a span.fa{  display: none }

.nav-sm .nav.side-menu li a i.toggle-up {
    display: none !important
}
.nav-sm .nav.side-menu li a i {
    font-size: 15px !important;
    text-align: center;
    width: 100% !important;
    margin-bottom: 5px
}
.nav-sm ul.nav.child_menu {
    left: 100%;
    position: absolute;
    top: 0;
    width: 210px;
    z-index: 4000;
    background: #3E5367;
    display: none
}
.nav-sm ul.nav.child_menu li {
    padding: 0 10px
}
.nav-sm ul.nav.child_menu li a {
    text-align: left !important
}
.nav-sm .profile {
    display: none
}


.menu_section {
    margin-bottom: 35px
}
.menu_section h3 {
    padding-left: 15px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 0;
    margin-top: 0;
    text-shadow: 1px 1px #000
}
.menu_section>ul {
    margin-top: 10px
}
.profile_pic {
    width: 35%;
    float: left
}
.img-circle.profile_img {
    width: 70%;
    background: #fff;
    margin-left: 15%;
    z-index: 1000;
    position: inherit;
    margin-top: 20px;
    border: 1px solid rgba(52, 73, 94, 0.44);
    padding: 4px
}
.profile_info {
    padding: 25px 10px 10px;
    width: 65%;
    float: left
}
.profile_info span {
    font-size: 13px;
    line-height: 30px;
    color: #BAB8B8
}
.profile_info h2 {
    font-size: 14px;
    color: #ECF0F1;
    margin: 0;
    font-weight: 300
}
.profile.img_2 {
    text-align: center
}
.profile.img_2 .profile_pic {
    width: 100%
}
.profile.img_2 .profile_pic .img-circle.profile_img {
    width: 50%;
    margin: 10px 0 0
}
.profile.img_2 .profile_info {
    padding: 15px 10px 0;
    width: 100%;
    margin-bottom: 20px;
    float: left
}
.main_menu span.fa {
    float: right;
    text-align: center;
    margin-top: 5px;
    font-size: 10px;
    min-width: inherit;
    color: #C4CFDA
}
.active a span.fa {
    text-align: right !important;
    margin-right: 4px
}
.nav-sm .menu_section {
    margin: 0
}



.nav-sm .menu_section h3 {
    display: none
}
.nav-sm li li span.fa {
    display: inline-block
}
.nav_menu {
    float: left;
    background: #EDEDED;
    border-bottom: 0px solid #D9DEE4;
    margin-bottom: 0px; padding: 8px 0;
    width: 100%;
    position: relative

}

@media (min-width: 480px) {
    .nav_menu {
        position: static
    }
}

.nav_title .logo{ height: 59px}

.nav-md .container.body .col-md-3.left_col {
    min-height: 100%;
    width: 230px;
    padding: 0;
    position: fixed;
    display: -ms-flexbox;
    display: flex;
    z-index: 1
}
.nav-md .container.body .col-md-3.left_col.menu_fixed {
    height: 100%;
    position: fixed
}
body .container.body .right_col {
    background: #eee
}
.nav-md .container.body .right_col {
    padding: 10px 10px 0;
    margin-left: 230px
}
.nav_title {
    width: 230px;
    float: left;
   /* background: #2A3F54;*/
    border-radius: 0;
    /*min-height: 75px;*/
    border-bottom: 0px solid #455680 !important;
}
.nav_title span {  
    line-height: 22px;
    margin-left: 5px;
    margin-top: 17px;
    font-size: 35px;
    width: 120px;
    float: right;
    margin-right: 10px;
}
@media (max-width: 991px) {
    .nav-md .container.body .right_col,
    .nav-md .container.body .top_nav {
        width: 100%;
        margin: 0
    }
    .nav-md .container.body .col-md-3.left_col {
        display: none; transition: all 0.3s ease;

    }
    .nav-md .container.body .right_col {
        width: 100%;
 /*       padding-right: 0*/
    }
    .right_col {
        padding: 10px;
    }
}
@media (max-width: 1200px) {
    .x_title h2 {
        width: 62%;
        font-size: 17px
    }
    .tile,
    .graph {
        zoom: 85%;
        height: inherit
    }
}
@media (max-width: 1270px) and (min-width: 192px) {
    .x_title h2 small {
        display: none
    }
}
.left_col .mCSB_scrollTools {
    width: 6px
}
.left_col .mCSB_dragger {
    max-height: 400px !important
}
.blue {
    color: #3498DB
}
.purple {
    color: #9B59B6
}
.green {
    color: #1ABB9C
}
.aero {
    color: #9CC2CB
}
.red {
    color: #E74C3C
}
.dark {
    color: #34495E
}
.border-blue {
    border-color: #3498DB !important
}
.border-purple {
    border-color: #9B59B6 !important
}
.border-green {
    border-color: #1ABB9C !important
}
.border-aero {
    border-color: #9CC2CB !important
}
.border-red {
    border-color: #E74C3C !important
}
.border-dark {
    border-color: #34495E !important
}
.bg-white {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #73879C
}
.bg-green {
    background: #1ABB9C !important;
    border: 1px solid #1ABB9C !important;
    color: #fff
}
.bg-red {
    background: #E74C3C !important;
    border: 1px solid #E74C3C !important;
    color: #fff
}
.bg-blue {
    background: #3498DB !important;
    border: 1px solid #3498DB !important;
    color: #fff
}
.bg-orange {
    background: #F39C12 !important;
    border: 1px solid #F39C12 !important;
    color: #fff
}
.bg-purple {
    background: #9B59B6 !important;
    border: 1px solid #9B59B6 !important;
    color: #fff
}
.bg-blue-sky {
    background: #50C1CF !important;
    border: 1px solid #50C1CF !important;
    color: #fff
}
.container {
    width: 100%;
    padding: 0
}
.navbar-nav>li>a,
.navbar-brand,
.navbar-nav>li>a {
    color: #fff !important
}
.top_nav .nav>li>a:focus,
.top_nav .nav>li>a:hover,
.top_nav .nav .open>a,
.top_nav .nav .open>a:focus,
.top_nav .nav .open>a:hover {
    background: none;
}
body {
    color: #151515;
    background: #fff;
/*    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;*/
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.2;
}
.main_container .top_nav {
    display: block;
    margin-left: 230px
}
.no-padding {
    padding: 0 !important
}
.page-title {
    width: 100%;
    height: 65px;
    padding: 10px 0
}
.page-title .title_left {
    width: 45%;
    float: left;
    display: block
}
.page-title .title_left h3 {
    margin: 9px 0
}
.page-title .title_right {
    width: 55%;
    float: left;
    display: block
}
.page-title .title_right .pull-right {
    margin: 10px 0
}
.fixed_height_320 {
    height: 320px
}
.fixed_height_390 {
    height: 390px
}
.fixed_height_200 {
    height: 200px
}
.overflow_hidden {
    overflow: hidden
}
.progress-bar-dark {
    background-color: #34495E !important
}
.progress-bar-gray {
    background-color: #BDC3C7 !important
}
table.no-margin .progress {
    margin-bottom: 0
}
.main_content {
    padding: 10px 20px
}
.col-md-55 {
    width: 50%;
    margin-bottom: 10px
}
@media (min-width: 768px) {
    .col-md-55 {
        width: 20%
    }
}
@media (min-width: 992px) {
    .col-md-55 {
        width: 20%
    }
}
@media (min-width: 1200px) {
    .col-md-55 {
        width: 20%
    }
}
@media (min-width: 192px) and (max-width: 1270px) {
    table.tile_info span.right {
        margin-right: 7px;
        float: left
    }
}
.center-margin {
    margin: 0 auto;
    float: none !important
}
.col-md-55,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-right: 10px;
    padding-left: 10px
}
.row {
    margin-right: -10px;
    margin-left: -10px
}
.grid_slider .col-md-6 {
    padding: 0 40px
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 8px;
    margin-bottom: 8px
}
a {
    color: #0d0e0e;
    text-decoration: none
}
a,
a:visited,
a:focus,
a:active,
:visited,
:focus,
:active,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 0
}
a:hover,
a:focus {
    text-decoration: none
}
.navbar {
    margin-bottom: 0
}
.navbar-header {
    background: #34495E
}
.navbar-right {
    margin-right: 0
}
.top_nav .navbar-right {
    margin: 0;
    width: auto;
    float: right
}
.top_nav .navbar-right li {
    display: inline-block;
    float: right;
    position: static
}
@media (min-width: 480px) {
    .top_nav .navbar-right li {
        position: relative
    }
}
.top_nav .dropdown-menu li {
    width: 100%
}
.top_nav .dropdown-menu li a {
    width: 100%;
    padding: 8px 10px
}
.top_nav li a i {
    font-size: 15px
}
.navbar-static-top {
    position: fixed;
    top: 0;
    width: 100%
}
.sidebar-header {
    border-bottom: 0;
    margin-top: 46px
}
.sidebar-header:first-of-type {
    margin-top: 0
}
.nav.side-menu>li {
    position: relative;
    display: block;
    cursor: pointer; border-bottom: 1px solid #293444;
}
.nav.side-menu>li>a {
    margin-bottom: 0px
}
.nav.side-menu>li>a:hover {
    color: #F2F5F7 !important
}
.nav.side-menu>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background: transparent
}
.nav.child_menu {
    display: none
}
.nav.child_menu li:hover,
.nav.child_menu li.active {
    background-color: rgba(255, 255, 255, 0.06)
}
.nav.child_menu li {
    padding-left: 28px
}
.nav-md ul.nav.child_menu li:before {
    background: #425668;
    bottom: auto;
    content: "";
    height: 8px;
    left: 12px;
    margin-top: 10px;
    position: absolute;
    right: auto;
    width: 8px;
    z-index: 1;
    border-radius: 50%
}
.nav-md ul.nav.child_menu li:after {
    border-left: 1px solid #425668;
    bottom: 0;
    content: "";
    left: 16px;
    position: absolute;
    top: 0
}
.nav-md ul.nav.child_menu li:last-child::after {
    bottom: 50%;
}
.nav.side-menu>li>a,
.nav.child_menu>li>a {
    color: #E7E7E7;
    font-weight: 500
}
.nav.child_menu li li:hover,
.nav.child_menu li li.active {
    background: none
}
.nav.child_menu li li a:hover,
.nav.child_menu li li a.active {
    color: #fff
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 5px 10px 5px
}
.nav.side-menu>li.current-page,
.nav.side-menu>li.active {
    border-right: 5px solid #1ABB9C
}
.nav li.current-page {
    background: rgba(255, 255, 255, 0.05)
}
.nav li li li.current-page {
    background: none
}
.nav li li.current-page a {
    color: #fff
}
.nav.side-menu>li.active>a {
    text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
    background: linear-gradient(#334556, #2C4257), #2A3F54;
   /* box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0*/
}
.navbar-brand,
.navbar-nav>li>a {
    font-weight: 500;
    color: #ECF0F1 !important;
    margin-left: 0 !important;
    line-height: 32px
}
.site_title {
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 400;
    font-size: 30px;
    width: 100%;
    color: #ECF0F1 !important;
    margin-left: 0 !important;
    line-height: 59px;
    display: block;
    height: 55px;
    margin: 0;
    padding-left: 10px
}
.site_title:hover,
.site_title:focus {
    text-decoration: none
}
.nav.navbar-nav>li>a {
    color: #515356 !important
}
.nav.top_menu>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #34495E !important
}
.nav>li>a:hover,
.nav>li>a:focus {
    background-color: transparent
}

.toggle {
    float: left;
    margin: 0;
    padding-top: 10px;
    width: 50px
}
.toggle a {
    padding: 15px 15px 0;
    margin: 0;
    cursor: pointer
}
.toggle a i {
    font-size: 26px
}
.nav.child_menu>li>a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;
    padding: 6px
}
.panel_toolbox {
    float: right;
    min-width: auto
}
.panel_toolbox>li {
    float: left;
    cursor: pointer
}
.panel_toolbox>li>a {
    padding: 5px;
    color: #C5C7CB;
    font-size: 14px
}
.panel_toolbox>li>a:hover {
    background: #F5F7FA
}
.line_30 {
    line-height: 30px
}
.main_menu_side {
    padding: 0
}
.bs-docs-sidebar .nav>li>a {
    display: block;
    padding: 4px 6px
}
footer {    
    padding: 15px 20px;
    display: block
}
.nav-sm footer {
    margin-left: 70px
}
.footer_fixed footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%
}
@media (min-width: 768px) {
    .footer_fixed footer {
        margin-left: 0
    }
}
@media (min-width: 768px) {
    .footer_fixed .nav-sm footer {
        margin-left: 0
    }
}
.tile-stats.sparkline {
    padding: 10px;
    text-align: center
}
.jqstooltip {
    background: #34495E !important;
    width: 30px !important;
    height: 22px !important;
    text-decoration: none
}
.tooltip {
    display: block !important
}
.tiles {
    border-top: 1px solid #ccc;
    margin-top: 15px;
    padding-top: 5px;
    margin-bottom: 0
}
.tile {
    overflow: hidden
}
.top_tiles {
    margin-bottom: 0
}
.top_tiles .tile h2 {
    font-size: 30px;
    line-height: 30px;
    margin: 3px 0 7px;
    font-weight: bold
}
article.media {
    width: 100%
}
*,
*:before,
*:after {
    box-sizing: border-box
}

h2 {
    font-size: 30px;
    font-weight: 400
}
#left,
#right {
    display: table
}
#sup {
    display: table-cell;
    vertical-align: middle;
    width: 80%
}
.detail a {
    text-decoration: none;
    color: #C0392B;
    border: 1px solid #C0392B;
    padding: 6px 10px 5px;
    font-size: 13px;
    margin-right: 7px
}
.detail {
    margin: 10px 0 10px 0px;
    display: none;
    line-height: 22px;
    height: 150px
}
.detail span {
    margin: 0
}
.right-arrow {
    width: 10px;
    float: right;
    font-weight: bold;
    font-size: 20px
}

.x_panel {
    position: relative;
    width: 100%;
    margin: 20px 0%;
    padding: 10px 1%;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    transition: all .2s ease
}
.x_title {
    border-bottom: 2px solid #E6E9ED;
    padding: 1px 5px 6px;
    margin-bottom: 10px
}
.x_title .filter {
    width: 40%;
    float: right
}
.x_title h2 {
    margin: 5px 0 6px;
    float: left;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}
.x_title h2 small {
    margin-left: 10px
}
.x_title span {
    color: #000;
}
.x_content {
    position: relative;
    width: 100%;
    float: left;
    clear: both;
}
.x_content h4 {
    font-size: 16px;
    font-weight: 500
}
legend {
    padding-bottom: 7px
}
.demo-placeholder {
    height: 280px
}
.profile_details:nth-child(3n) {
    clear: both
}
.profile_details .profile_view {
    display: inline-block;
    padding: 10px 0 0;
    background: #fff
}
.profile_details .profile_view .divider {
    border-top: 1px solid #e5e5e5;
    padding-top: 5px;
    margin-top: 5px
}
.profile_details .profile_view .ratings {
    margin-bottom: 0
}
.profile_details .profile_view .bottom {
    background: #F2F5F7;
    padding: 9px 0;
    border-top: 1px solid #E6E9ED
}
.profile_details .profile_view .left {
    margin-top: 20px
}
.profile_details .profile_view .left p {
    margin-bottom: 3px
}
.profile_details .profile_view .right {
    margin-top: 0px;
    padding: 10px
}
.profile_details .profile_view .img-circle {
    border: 1px solid #E6E9ED;
    padding: 2px
}
.profile_details .profile_view h2 {
    margin: 5px 0
}
.profile_details .profile_view .ratings {
    text-align: left;
    font-size: 16px
}
.profile_details .profile_view .brief {
    margin: 0;
    font-weight: 300
}
.profile_details .profile_left {
    background: white
}
.pagination.pagination-split li {
    display: inline-block;
    margin-right: 3px
}
.pagination.pagination-split li a {
    border-radius: 4px;
    color: #768399;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px
}
table.tile h3,
table.tile h4,
table.tile span {
    font-weight: bold;
    vertical-align: middle !important
}
table.tile th,
table.tile td {
    text-align: center
}
table.tile th {
    border-bottom: 1px solid #E6ECEE
}
table.tile td {
    padding: 5px 0
}
table.tile td ul {
    text-align: left;
    padding-left: 0
}
table.tile td ul li {
    list-style: none;
    width: 100%
}
table.tile td ul li a {
    width: 100%
}
table.tile td ul li a big {
    right: 0;
    float: right;
    margin-right: 13px
}
table.tile_info {
    width: 100%
}
table.tile_info td {
    text-align: left;
    padding: 1px;
    font-size: 15px
}
table.tile_info td p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    line-height: 28px
}
table.tile_info td i {
    margin-right: 8px;
    font-size: 17px;
    float: left;
    width: 18px;
    line-height: 28px
}
table.tile_info td:first-child {
    width: 83%
}
td span {
    line-height: 28px
}
.sidebar-widget {
    overflow: hidden
}
.error-number {
    font-size: 90px;
    line-height: 90px;
    margin: 20px 0
}
.col-middle {
    margin-top: 5%
}
.mid_center {
    width: 370px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 20px
}

.dataTables_paginate a {
    padding: 6px 9px !important;
    background: #ddd !important;
    border-color: #ddd !important
}
.paging_full_numbers a.paginate_active {
    background-color: rgba(38, 185, 154, 0.59) !important;
    border-color: rgba(38, 185, 154, 0.59) !important
}
button.DTTT_button,
div.DTTT_button,
a.DTTT_button {
    border: 1px solid #E7E7E7 !important;
    background: #E7E7E7 !important;
    box-shadow: none !important
}
table.jambo_table {
    border: 1px solid rgba(221, 221, 221, 0.78)
}
table.jambo_table thead {
    background: rgba(52, 73, 94, 0.94);
    color: #ECF0F1
}
table.jambo_table tbody tr:hover td {
    background: rgba(38, 185, 154, 0.07);
    border-top: 1px solid rgba(38, 185, 154, 0.11);
    border-bottom: 1px solid rgba(38, 185, 154, 0.11)
}
table.jambo_table tbody tr.selected {
    background: rgba(38, 185, 154, 0.16)
}
table.jambo_table tbody tr.selected td {
    border-top: 1px solid rgba(38, 185, 154, 0.4);
    border-bottom: 1px solid rgba(38, 185, 154, 0.4)
}
.dataTables_paginate a {
    background: #ff0000
}
.dataTables_wrapper {
    position: relative;
    clear: both;
    zoom: 1
}
.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 30px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px 0 2px 0;
    border: 1px solid #ddd;
    text-align: center;
    color: #999;
    font-size: 14px;
    background-color: white
}
.dataTables_length {
    width: 40%;
    float: left
}
.dataTables_filter {
    width: 50%;
    float: right;
    text-align: right
}
.dataTables_info {
    width: 60%;
    float: left
}
.dataTables_paginate {
    float: right;
    text-align: right
}
table.dataTable th.focus,
table.dataTable td.focus {
    outline: 2px solid #1ABB9C !important;
    outline-offset: -1px
}
table.display {
    margin: 0 auto;
    clear: both;
    width: 100%
}
table.display thead th {
    padding: 8px 18px 8px 10px;
    border-bottom: 1px solid black;
    font-weight: bold;
    cursor: pointer
}
table.display tfoot th {
    padding: 3px 18px 3px 10px;
    border-top: 1px solid black;
    font-weight: bold
}
table.display tr.heading2 td {
    border-bottom: 1px solid #aaa
}
table.display td {
    padding: 3px 10px
}
table.display td.center {
    text-align: center
}
table.display thead th:active,
table.display thead td:active {
    outline: none
}
.dataTables_scroll {
    clear: both
}
.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch
}
.top .dataTables_info {
    float: none
}
.clear {
    clear: both
}
.dataTables_empty {
    text-align: center
}
tfoot input {
    margin: 0.5em 0;
    width: 100%;
    color: #444
}
tfoot input.search_init {
    color: #999
}
td.group {
    background-color: #d1cfd0;
    border-bottom: 2px solid #A19B9E;
    border-top: 2px solid #A19B9E
}
td.details {
    background-color: #d1cfd0;
    border: 2px solid #A19B9E
}
.example_alt_pagination div.dataTables_info {
    width: 40%
}
.paging_full_numbers {
    width: 400px;
    height: 22px;
    line-height: 22px
}
.paging_full_numbers a:active {
    outline: none
}
.paging_full_numbers a:hover {
    text-decoration: none
}
.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
    border: 1px solid #aaa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 2px 5px;
    margin: 0 3px;
    cursor: pointer
}
.paging_full_numbers a.paginate_button {
    background-color: #ddd
}
.paging_full_numbers a.paginate_button:hover {
    background-color: #ccc;
    text-decoration: none !important
}
.paging_full_numbers a.paginate_active {
    background-color: #99B3FF
}
table.display tr.even.row_selected td {
    background-color: #B0BED9
}
table.display tr.odd.row_selected td {
    background-color: #9FAFD1
}
div.box {
    padding: 10px;
}
ul.msg_list li {
    background: #f7f7f7;
    padding: 5px;
    display: -ms-flexbox;
    display: flex;
    margin: 6px 6px 0;
    width: 96% !important
}
ul.msg_list li:last-child {
    margin-bottom: 6px;
    padding: 10px
}
ul.msg_list li a {
    padding: 3px 5px !important
}
ul.msg_list li a .image img {
    border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    float: left;
    margin-right: 10px;
    width: 11%
}
ul.msg_list li a .time {
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    float: right;
    right: 35px
}
ul.msg_list li a .message {
    display: block !important;
    font-size: 11px
}
.dropdown-menu.msg_list span {
    white-space: normal
}
.dropdown-menu {
    border: medium none;
    box-shadow: none;
    display: none;
    float: left;
    font-size: 12px;
    left: 0;
    list-style: none outside none;
    padding: 0;
    position: absolute;
    text-shadow: none;
    top: 100%;
    z-index: 9998;
    border: 1px solid #D9DEE4;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.dropdown-menu>li>a {
    color: #5A738E
}
.navbar-nav .open .dropdown-menu {
    position: absolute;
    background: #fff; border-radius: 10px; overflow: hidden;
    margin-top: 5px;
    border: 0px solid #D9DEE4;
    /*-webkit-box-shadow: none;*/
    right: 10px;
    left: auto;
    width: 200px;
    -webkit-box-shadow: -2px -2px 12px -3px rgba(0,0,0,0.75);
-moz-box-shadow: -2px -2px 12px -3px rgba(0,0,0,0.75);
box-shadow: -2px -2px 12px -3px rgba(0,0,0,0.75);
}
.navbar-nav .open .dropdown-menu.msg_list {
    width: 300px
}
.info-number .badge {
    font-size: 10px;
    font-weight: normal;
    line-height: 13px;
    padding: 2px 6px;
    position: absolute;
    right: 2px;
    top: 8px
}

span.right {
    float: right;
    font-size: 14px !important
}
.tile_info a {
    text-overflow: ellipsis
}
.sidebar-footer {
    bottom: 0px;
    clear: both;
    display: block;
    padding: 5px 0 0 0;
    position: fixed;
    width: 230px;
    background: #2A3F54;
    z-index:999;
}
.sidebar-footer a {
    padding: 7px 0 3px;
    text-align: center;
    width: 25%;
    font-size: 17px;
    display: block;
    float: left;
    background: #172D44;
    cursor: pointer;
}
.sidebar-footer a:hover {
    background: #425567
}
.tile_count {
    margin-bottom: 20px;
    margin-top: 20px
}
 
@media (min-width: 992px) {
    footer {
        margin-left: 230px
    }
}
@media (min-width: 992px) {
    .tile_count .tile_stats_count {       
        border-bottom: 0;
        padding-bottom: 10px
    }
}
.tile_count .tile_stats_count:before {
    content: "";
    position: absolute;
    left: 0;
    height: 65px;   
    margin-top: 10px
}
@media (min-width: 992px) {
    .tile_count .tile_stats_count:first-child:before {
        border-left: 0
    }
}
 

@media (min-width: 992px) and (max-width: 1100px) {
    .tile_count .tile_stats_count .count {
        font-size: 15px
    }
}
.tile_count .tile_stats_count span {
    font-size: 18px; font-weight: bold; min-width: 45px; display: inline-block;
}
@media (min-width: 768px) {
    .tile_count .tile_stats_count span {
        font-size: 16px;  display: block;

    }
}
.tile_count .tile_stats_count .count_bottom i {
    width: 12px
}
.dashboard_graph {
    background: #fff;
    padding: 7px 10px
}
.dashboard_graph .col-md-9,
.dashboard_graph .col-md-3 {
    padding: 0
}
a.user-profile {
    color: #5E6974 !important
}
.user-profile img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 2px
}
ul.top_profiles {
    height: 330px;
    width: 100%
}
ul.top_profiles li {
    margin: 0;
    padding: 3px 5px
}
ul.top_profiles li:nth-child(odd) {
    background-color: #eee
}
.media .profile_thumb {
    border: 1px solid;
    width: 50px;
    height: 50px;
    margin: 5px 10px 5px 0;
    border-radius: 50%;
    padding: 9px 12px
}
.media .profile_thumb i {
    font-size: 30px
}
.media .date {
    background: #ccc;
    width: 52px;
    margin-right: 10px;
    border-radius: 10px;
    padding: 5px
}
.media .date .month {
    margin: 0;
    text-align: center;
    color: #fff
}
.media .date .day {
    text-align: center;
    color: #fff;
    font-size: 27px;
    margin: 0;
    line-height: 27px;
    font-weight: bold
}
.event .media-body a.title {
    font-weight: bold
}
.event .media-body p {
    margin-bottom: 0
}
h4.graph_title {
    margin: 7px;
    text-align: center
}
.fontawesome-icon-list .fa-hover a:hover {
    background-color: #ddd;
    color: #fff;
    text-decoration: none
}
.fontawesome-icon-list .fa-hover a {
    display: block;
    line-height: 32px;
    height: 32px;
    padding-left: 10px;
    border-radius: 4px
}
.fontawesome-icon-list .fa-hover a:hover .fa {
    font-size: 28px;
    vertical-align: -6px
}
.fontawesome-icon-list .fa-hover a .fa {
    width: 32px;
    font-size: 16px;
    display: inline-block;
    text-align: right;
    margin-right: 10px
}
.main_menu .fa {
    width: 23px;
    opacity: .99;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.tile-stats {
    position: relative;
    display: block;
    margin-bottom: 12px;
    border: 1px solid #E4E4E4;
    -webkit-border-radius: 5px;
    overflow: hidden;
    padding-bottom: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    background: #FFF;
    transition: all 300ms ease-in-out
}
.tile-stats:hover .icon i {
    animation-name: transformAnimation;
    animation-duration: .5s;
    animation-iteration-count: 1;
    color: rgba(58, 58, 58, 0.41);
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-name: transformAnimation;
    -webkit-animation-duration: .5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: transformAnimation;
    -moz-animation-duration: .5s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards
}
.tile-stats .icon {
    width: 20px;
    height: 20px;
    color: #BAB8B8;
    position: absolute;
    right: 53px;
    top: 22px;
    z-index: 1
}
.tile-stats .icon i {
    margin: 0;
    font-size: 60px;
    line-height: 0;
    vertical-align: bottom;
    padding: 0
}
.tile-stats .count {
    font-size: 38px;
    font-weight: bold;
    line-height: 1.65857
}
.tile-stats .count,
.tile-stats h3,
.tile-stats p {
    position: relative;
    margin: 0;
    margin-left: 10px;
    z-index: 5;
    padding: 0
}
.tile-stats h3 {
    color: #BAB8B8
}
.tile-stats p {
    margin-top: 5px;
    font-size: 12px
}
.tile-stats>.dash-box-footer {
    position: relative;
    text-align: center;
    margin-top: 5px;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none
}
.tile-stats>.dash-box-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15)
}
.tile-stats>.dash-box-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15)
}
table.tile_info {
    padding: 10px 15px
}
table.tile_info span.right {
    margin-right: 0;
    float: right;
    position: absolute;
    right: 4%
}
.tile:hover {
    text-decoration: none
}
.tile_header {
    border-bottom: transparent;
    padding: 7px 15px;
    margin-bottom: 15px;
    background: #E7E7E7
}
.tile_head h4 {
    margin-top: 0;
    margin-bottom: 5px
}
.tiles-bottom {
    padding: 5px 10px;
    margin-top: 10px;
    background: rgba(194, 194, 194, 0.3);
    text-align: left
}
a.star {
    color: #428bca !important
}
.mail_content {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px;
    margin-top: 20px;
    min-height: 500px;
    padding: 10px 11px;
    width: 100%
}
.list-btn-mail {
    margin-bottom: 15px
}
.list-btn-mail.active {
    border-bottom: 1px solid #39B3D7;
    padding: 0 0 14px
}
.list-btn-mail>i {
    float: left;
    font-size: 18px;
    font-style: normal;
    width: 33px
}
.list-btn-mail>.cn {
    background: none repeat scroll 0 0 #39B3D7;
    border-radius: 12px;
    color: #FFFFFF;
    float: right;
    font-style: normal;
    padding: 0 5px
}
.button-mail {
    margin: 0 0 15px !important;
    text-align: left;
    width: 100%
}
button,
.buttons,
.btn,
.modal-footer .btn+.btn {
    margin-bottom: 5px;
    margin-right: 5px
}
.btn-group-vertical .btn,
.btn-group .btn {
    margin-bottom: 0;
    margin-right: 0
}
.mail_list_column {
    border-left: 1px solid #DBDBDB
}
.mail_view {
    border-left: 1px solid #DBDBDB
}
.mail_list {
    width: 100%;
    border-bottom: 1px solid #DBDBDB;
    margin-bottom: 2px;
    display: inline-block
}
.mail_list .left {
    width: 5%;
    float: left;
    margin-right: 3%
}
.mail_list .right {
    width: 90%;
    float: left
}
.mail_list h3 {
    font-size: 15px;
    font-weight: bold;
    margin: 0px 0 6px
}
.mail_list h3 small {
    float: right;
    color: #ADABAB;
    font-size: 11px;
    line-height: 20px
}
.mail_list .badge {
    padding: 3px 6px;
    font-size: 8px;
    background: #BAB7B7
}
@media (max-width: 767px) {
    .mail_list {
        margin-bottom: 5px;
        display: inline-block
    }
}
.mail_heading h4 {
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-top: 20px
}
.attachment {
    margin-top: 30px
}
.attachment ul {
    width: 100%;
    list-style: none;
    padding-left: 0;
    display: inline-block;
    margin-bottom: 30px
}
.attachment ul li {
    float: left;
    width: 150px;
    margin-right: 10px;
    margin-bottom: 10px
}
.attachment ul li img {
    height: 150px;
    border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 10px
}
.attachment ul li span {
    float: right
}
.attachment .file-name {
    float: left
}

.attachment .links {
    width: 100%;
    display: inline-block
}


.compose {
    padding: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    background: #fff;
    border: 1px solid #D9DEE4;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 5px;
    z-index: 9999;
    display: none
}
.compose .compose-header {
    padding: 5px;
    background: #169F85;
    color: #fff;
    border-top-left-radius: 5px
}
.compose .compose-header .close {
    text-shadow: 0 1px 0 #ffffff;
    line-height: .8
}
.compose .compose-body .editor.btn-toolbar {
    margin: 0
}
.compose .compose-body .editor-wrapper {
    height: 100%;
    min-height: 50px;
    max-height: 180px;
    border-radius: 0;
    border-left: none;
    border-right: none;
    overflow: auto
}
.compose .compose-footer {
    padding: 10px
}
.editor.btn-toolbar {
    zoom: 1;
    background: #F7F7F7;
    margin: 5px 2px;
    padding: 3px 0;
    border: 1px solid #EFEFEF
}


.input-group {
    margin-bottom: 10px
}
.ln_solid {
    border-top: 1px solid #e5e5e5;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 20px 0
}
span.section {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}
.form-control {
    border-radius: 0;
    width: 100%
}
.form-horizontal .control-label {
    padding-top: 8px;
    font-size: 12px;
}
.form-control:focus {
    border-color: #CCD0D7;
    box-shadow: none !important
}
legend {
    font-size: 18px;
    color: inherit
}
.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0
}
.form-control-feedback {
    margin-top: 5px;
    height: 23px;
    color: #bbb;
    line-height: 24px;
    font-size: 15px
}
.form-control-feedback.left {
    border-right: 1px solid #ccc;
    left: 13px
}
.form-control-feedback.right {
    border-left: 1px solid #ccc;
    right: 13px
}
.form-control.has-feedback-left {
    padding-left: 45px
}
.form-control.has-feedback-right {
    padding-right: 45px
}
.form-group {
    margin-bottom: 5px
}

.btn {
    border-radius: 3px
}
a.btn-success,
a.btn-primary,
a.btn-warning,
a.btn-danger {
    color: #fff
}
.btn-success {
    background: #26B99A;
    border: 1px solid #169F85
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background: #169F85
}
.btn-dark {
    color: #E9EDEF;
    background-color: #4B5F71;
    border-color: #364B5F
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
    color: #FFFFFF;
    background-color: #394D5F;
    border-color: #394D5F
}
.btn-round {
    border-radius: 30px
}
.btn.btn-app {
    position: relative;
    padding: 15px 5px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    height: 60px;
    box-shadow: none;
    border-radius: 0;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
    background-color: #fafafa;
    font-size: 12px
}
.btn.btn-app>.fa,
.btn.btn-app>.glyphicon,
.btn.btn-app>.ion {
    font-size: 20px;
    display: block
}
.btn.btn-app:hover {
    background: #f4f4f4;
    color: #444;
    border-color: #aaa
}
.btn.btn-app:active,
.btn.btn-app:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}
.btn.btn-app>.badge {
    position: absolute;
    top: -3px;
    right: -10px;
    font-size: 10px;
    font-weight: 400
}
textarea {
    padding: 10px;
    vertical-align: top;
    width: 200px
}
textarea:focus {
    outline-style: solid;
    outline-width: 2px
}

/*
.bs-glyphicons {
    margin: 0 -10px 20px;
    overflow: hidden
}
.bs-glyphicons-list {
    padding-left: 0;
    list-style: none
}
.bs-glyphicons li {
    float: left;
    width: 25%;
    height: 115px;
    padding: 10px;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
    background-color: #f9f9f9;
    border: 1px solid #fff
}
.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px
}
.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word
}
.bs-glyphicons li:hover {
    color: #fff;
    background-color: #1ABB9C
}
@media (min-width: 768px) {
    .bs-glyphicons {
        margin-right: 0;
        margin-left: 0
    }
    .bs-glyphicons li {
        width: 12.5%;
        font-size: 12px
    }
}
.tagsinput {
    border: 1px solid #CCC;
    background: #FFF;
    padding: 6px 6px 0;
    width: 300px;
    overflow-y: auto
}
span.tag {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    float: left;
    padding: 5px 9px;
    text-decoration: none;
    background: #1ABB9C;
    color: #F1F6F7;
    margin-right: 5px;
    font-weight: 500;
    margin-bottom: 5px;
    font-family: helvetica
}
span.tag a {
    color: #F1F6F7 !important
}
/*
/*
.tagsinput span.tag a {
    font-weight: bold;
    color: #82ad2b;
    text-decoration: none;
    font-size: 11px
}
.tagsinput input {
    width: 80px;
    margin: 0px;
    font-family: helvetica;
    font-size: 13px;
    border: 1px solid transparent;
    padding: 3px;
    background: transparent;
    color: #000;
    outline: 0px
}
.tagsinput div {
    display: block;
    float: left
}
.tags_clear {
    clear: both;
    width: 100%;
    height: 0px
}
.not_valid {
    background: #FBD8DB !important;
    color: #90111A !important
}
ul.bar_tabs {
    overflow: visible;
    background: #F5F7FA;
    height: 25px;
    margin: 21px 0 14px;
    padding-left: 14px;
    position: relative;
    z-index: 1;
    width: 100%;
    border-bottom: 1px solid #E6E9ED
}
ul.bar_tabs>li {
    border: 1px solid #E6E9ED;
    color: #333 !important;
    margin-top: -17px;
    margin-left: 8px;
    background: #fff;
    border-bottom: none;
    border-radius: 4px 4px 0 0
}
ul.bar_tabs>li.active {
    border-right: 6px solid #D3D6DA;
    border-top: 0;
    margin-top: -15px
}
ul.bar_tabs>li a {
    padding: 10px 17px;
    background: #F5F7FA;
    margin: 0;
    border-top-right-radius: 0
}
ul.bar_tabs>li a:hover {
    border: 1px solid transparent
}
ul.bar_tabs>li.active a {
    border-bottom: none
}
ul.bar_tabs.right {
    padding-right: 14px
}
ul.bar_tabs.right li {
    float: right
}
a:focus {
    outline: none
}
ul.timeline li {
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    clear: both
}
.timeline .block {
    margin: 0;
    border-left: 3px solid #e8e8e8;
    overflow: visible;
    padding: 10px 15px;
    margin-left: 105px
}
.timeline.widget {
    min-width: 0;
    max-width: inherit
}
.timeline.widget .block {
    margin-left: 5px
}
.timeline .tags {
    position: absolute;
    top: 15px;
    left: 0;
    width: 84px
}
.timeline .tag {
    display: block;
    height: 30px;
    font-size: 13px;
    padding: 8px
}
.timeline .tag span {
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis
}
.tag {
    line-height: 1;
    background: #1ABB9C;
    color: #fff !important
}
.tag:after {
    content: " ";
    height: 30px;
    width: 0;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    pointer-events: none;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 11px solid #1ABB9C
}
.timeline h2.title {
    position: relative;
    font-size: 16px;
    margin: 0
}
.timeline h2.title:before {
    content: "";
    position: absolute;
    left: -23px;
    top: 3px;
    display: block;
    width: 14px;
    height: 14px;
    border: 3px solid #d2d3d2;
    border-radius: 14px;
    background: #f9f9f9
}
.timeline .byline {
    padding: .25em 0
}
.byline {
    -webkit-font-smoothing: antialiased;
    font-style: italic;
    font-size: .9375em;
    line-height: 1.3;
    color: #aab6aa
}
ul.social li {
    border: 0
}
.social-sidebar,
.social-body {
    float: right
}
.social-sidebar {
    background: #EDEDED;
    width: 22%
}
.social-body {
    border: 1px solid #ccc;
    width: 78%
}

*/
.thumb img {
    width: 50px;
    height: 50px;
    border-radius: 50%
}
/*
.chat .thumb img {
    width: 27px;
    height: 27px;
    border-radius: 50%
}
.chat .status {
    float: left;
    margin: 16px 0 0 -16px;
    font-size: 14px;
    font-weight: bold;
    width: 12px;
    height: 12px;
    display: block;
    border: 2px solid #FFF;
    z-index: 12312;
    border-radius: 50%
}
.chat .status.online {
    background: #1ABB9C
}
.chat .status.away {
    background: #F39C12
}
.chat .status.offline {
    background: #ccc
}
.chat .media-body {
    padding-top: 5px
}
.dashboard_graph .x_title {
    padding: 5px 5px 7px
}
.dashboard_graph .x_title h3 {
    margin: 0;
    font-weight: normal
}
.chart {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center
}
.chart canvas {
    position: absolute;
    top: 0;
    left: 0
}
.percent {
    display: inline-block;
    line-height: 110px;
    z-index: 2;
    font-size: 18px
}
.percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em
}
.angular {
    margin-top: 100px
}
.angular .chart {
    margin-top: 0
}
.widget {
    min-width: 250px;
    max-width: 310px
}
.widget_tally_box .btn-group button {
    text-align: center
}
.widget_tally_box .btn-group button {
    color: inherit;
    font-weight: 500;
    background-color: #f5f5f5;
    border: 1px solid #e7e7e7
}
ul.widget_tally,
ul.widget_tally li {
    width: 100%
}
ul.widget_tally li {
    padding: 2px 10px;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 4px
}
ul.widget_tally .month {
    width: 70%;
    float: left
}
ul.widget_tally .count {
    width: 30%;
    float: left;
    text-align: right
}
.pie_bg {
    border-bottom: 1px solid rgba(101, 204, 182, 0.16);
    padding-bottom: 15px;
    border-radius: 4px;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    padding-bottom: 10px;
    box-shadow: 0 4px 6px -6px #222
}
.widget_tally_box .flex {
    display: -ms-flexbox;
    display: flex
}
ul.widget_profile_box {
    width: 100%;
    height: 42px;
    padding: 3px;
    background: #ececec;
    margin-top: 40px;
    margin-left: 1px
}
ul.widget_profile_box li:first-child {
    width: 25%;
    float: left
}
ul.widget_profile_box li:first-child a {
    float: left
}
ul.widget_profile_box li:last-child {
    width: 25%;
    float: right
}
ul.widget_profile_box li:last-child a {
    float: right
}
ul.widget_profile_box li a {
    font-size: 22px;
    text-align: center;
    width: 35px;
    height: 35px;
    border: 1px solid rgba(52, 73, 94, 0.44);
    display: block;
    border-radius: 50%;
    padding: 0px
}
ul.widget_profile_box li a:hover {
    color: #1ABB9C !important;
    border: 1px solid #26b99a
}
ul.widget_profile_box li .profile_img {
    width: 85px;
    height: 85px;
    margin: 0;
    margin-top: -28px
}
.widget_tally_box p,
.widget_tally_box span {
    text-align: center
}
.widget_tally_box .name {
    text-align: center;
    margin: 25px
}
.widget_tally_box .name_title {
    text-align: center;
    margin: 5px
}
.widget_tally_box ul.legend {
    margin: 0
}
.widget_tally_box ul.legend p,
.widget_tally_box ul.legend span {
    text-align: left
}
.widget_tally_box ul.legend li .icon {
    font-size: 20px;
    float: left;
    width: 14px
}
.widget_tally_box ul.legend li .name {
    font-size: 14px;
    margin: 5px 0 0 14px;
    text-overflow: ellipsis;
    float: left
}
.widget_tally_box ul.legend p {
    display: inline-block;
    margin: 0
}
.widget_tally_box ul.verticle_bars li {
    height: 140px;
    width: 23%
}
.widget .verticle_bars li .progress.vertical.progress_wide {
    width: 65%
}
ul.count2 {
    width: 100%;
    margin-left: 1px;
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    padding: 10px 0
}
ul.count2 li {
    width: 30%;
    text-align: center
}
ul.count2 li h3 {
    font-weight: 400;
    margin: 0
}
ul.count2 li span {
    font-weight: 300
}

ul.messages {
    padding: 0;
    list-style: none
}
ul.messages li,
.tasks li {
    border-bottom: 1px dotted #e6e6e6;
    padding: 8px 0
}
ul.messages li img.avatar,
img.avatar {
    height: 32px;
    width: 32px;
    float: left;
    display: inline-block;
    border-radius: 2px;
    padding: 2px;
    background: #f7f7f7;
    border: 1px solid #e6e6e6
}
ul.messages li .message_date {
    float: right;
    text-align: right
}
ul.messages li .message_wrapper {
    margin-left: 50px;
    margin-right: 40px
}
ul.messages li .message_wrapper h4.heading {
    font-weight: 600;
    margin: 0;
    cursor: pointer;
    margin-bottom: 10px;
    line-height: 100%
}
ul.messages li .message_wrapper blockquote {
    padding: 0px 10px;
    margin: 0;
    border-left: 5px solid #eee
}
ul.user_data li {
    margin-bottom: 6px
}
ul.user_data li p {
    margin-bottom: 0
}
ul.user_data li .progress {
    width: 90%
}
.project_progress .progress {
    margin-bottom: 3px !important;
    margin-top: 5px
}
.projects .list-inline {
    margin: 0
}
.profile_title {
    background: #F5F7FA;
    border: 0;
    padding: 7px 0;
    display: -ms-flexbox;
    display: flex
}
ul.stats-overview {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    margin-bottom: 10px
}
ul.stats-overview li {
    display: inline-block;
    text-align: center;
    padding: 0 15px;
    width: 30%;
    font-size: 14px;
    border-right: 1px solid #e8e8e8
}
ul.stats-overview li:last-child {
    border-right: 0
}
ul.stats-overview li .name {
    font-size: 12px
}
ul.stats-overview li .value {
    font-size: 14px;
    font-weight: bold;
    display: block
}
ul.stats-overview li:first-child {
    padding-left: 0
}
ul.project_files li {
    margin-bottom: 5px
}
ul.project_files li a i {
    width: 20px
}
.project_detail p {
    margin-bottom: 10px
}
.project_detail p.title {
    font-weight: bold;
    margin-bottom: 0
}


.pricing {
    background: #fff
}
.pricing .title {
    background: #1ABB9C;
    height: 110px;
    color: #fff;
    padding: 15px 0 0;
    text-align: center
}
.pricing .title h2 {
    text-transform: capitalize;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
    margin: 0;
    font-weight: 400
}
.pricing .title h1 {
    font-size: 30px;
    margin: 12px
}
.pricing .title span {
    background: rgba(51, 51, 51, 0.28);
    padding: 2px 5px
}
.pricing_features {
    background: #FAFAFA;
    padding: 20px 15px;
    min-height: 230px;
    font-size: 13.5px
}
.pricing_features ul li {
    margin-top: 10px
}
.pricing_footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    text-align: center;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.pricing_footer p {
    font-size: 13px;
    padding: 10px 0 2px;
    display: block
}
.ui-ribbon-container {
    position: relative
}
.ui-ribbon-container .ui-ribbon-wrapper {
    position: absolute;
    overflow: hidden;
    width: 85px;
    height: 88px;
    top: -3px;
    right: -3px
}
.ui-ribbon-container.ui-ribbon-primary .ui-ribbon {
    background-color: #5b90bf
}
.ui-ribbon-container .ui-ribbon {
    position: relative;
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    transform: rotate(45deg);
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    line-height: 20px;
    background-color: #555;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3)
}
.ui-ribbon-container.ui-ribbon-primary .ui-ribbon:after,
.ui-ribbon-container.ui-ribbon-primary .ui-ribbon:before {
    border-top: 2px solid #5b90bf
}
.ui-ribbon-container .ui-ribbon:before {
    left: 0;
    bottom: -1px
}
.ui-ribbon-container .ui-ribbon:before {
    right: 0
}
.ui-ribbon-container .ui-ribbon:after,
.ui-ribbon-container .ui-ribbon:before {
    position: absolute;
    content: " ";
    line-height: 0;
    border-top: 2px solid #555;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent
}
*/

.divider {
    border-bottom: 1px solid #ddd;
    margin: 10px
}
.divider-dashed {
    border-top: 1px dashed #e7eaec;
    background-color: #ffffff;
    height: 1px;
    margin: 10px 0
}
.avatar img {
    border-radius: 50%;
    max-width: 45px
}
.thumbnail .image {
    height: 120px;
    overflow: hidden
}
.caption {
    padding: 9px 5px;
    background: #F7F7F7
}
.caption p {
    margin-bottom: 5px
}
.thumbnail {
    height: 190px;
    overflow: hidden
}
.view {
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default
}
.view .mask,
.view .content {
    position: absolute;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0
}
.view img {
    display: block;
    position: relative
}
.view .tools {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 3px;
    background: rgba(0, 0, 0, 0.35);
    margin: 43px 0 0 0
}
.mask.no-caption .tools {
    margin: 90px 0 0 0
}
.view .tools a {
    display: inline-block;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    padding: 0 4px
}
.view p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center
}
.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000
}
.view-first img {
    transition: all 0.2s linear
}
.view-first .mask {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease-in-out
}
.view-first .tools {
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.2s ease-in-out
}
.view-first p {
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.2s linear
}
.view-first:hover img {
    transform: scale(1.1)
}
.view-first:hover .mask {
    opacity: 1
}
.view-first:hover .tools,
.view-first:hover p {
    opacity: 1;
    transform: translateY(0px)
}
.view-first:hover p {
    transition-delay: 0.1s
}
.form-group.has-feedback span {
    display: block !important;
}
.form-group .btn {
    margin-bottom: -6px;
}

.input-group-btn .btn { 
    margin-bottom:0;
}

.login_wrapper {
    right: 0px;
    margin: 15px auto;  
    max-width: 350px;
    position: relative; padding: 0 20px;
}
.login_wrapper h1{
    padding: 15px 0px;
    background: #005aaa;
    color: #000; margin: 0; font-size: 22px;
}
.login_form{
   background: white;  border-radius: 20px;
overflow: hidden;
margin-top: 30px; 
-webkit-box-shadow: -1px 0px 19px -3px rgba(0,0,0,0.57);
-moz-box-shadow: -1px 0px 19px -3px rgba(0,0,0,0.57);
box-shadow: -1px 0px 19px -3px rgba(0,0,0,0.57);
}

.login_content{
    padding: 20px 10px;
}

.login_box {
    padding: 20px;
    margin: auto
}
.left {
    float: left
}
.alignleft {
    float: left;
    margin-right: 15px
}
.alignright {
    float: right;
    margin-left: 15px
}
.clearfix:after,
form:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}



/* Login Form Start */

.logo{
    padding: 10px;
    /*float: left;*/
}

.separator {
    margin-top: 10px;
    padding-top: 10px
}

.button a:hover {
    background-position: 0 -135px;
    color: #00aeef
}
header {
    width: 100%
}

.dropdown-menu a {
    cursor: pointer
}

.alert-success {
    color: #ffffff;
    background-color: rgba(38, 185, 154, 0.88);
    border-color: rgba(38, 185, 154, 0.88)
}
.alert-info {
    color: #E9EDEF;
    background-color: rgba(52, 152, 219, 0.88);
    border-color: rgba(52, 152, 219, 0.88)
}
.alert-warning {
    color: #E9EDEF;
    background-color: rgba(243, 156, 18, 0.88);
    border-color: rgba(243, 156, 18, 0.88)
}
.alert-danger,
.alert-error {
    color: #E9EDEF;
    background-color: rgba(231, 76, 60, 0.88);
    border-color: rgba(231, 76, 60, 0.88)
}
.ui-pnotify.dark .ui-pnotify-container {
    color: #E9EDEF;
    background-color: rgba(52, 73, 94, 0.88);
    border-color: rgba(52, 73, 94, 0.88)
}
.custom-notifications {
    position: fixed;
    margin: 15px;
    right: 0;
    float: right;
    width: 400px;
    z-index: 4000;
    bottom: 0
}
ul.notifications {
    float: right;
    /*display: block;*/
    margin-bottom: 7px;
    padding: 0;
    width: 100%
}
.notifications li {
    float: right;
    /*margin: 3px;*/
    width: 36px;
    box-shadow: 3px 3px 3px rgba(214, 214, 214, 0.3)
}
.notifications li:last-child {
    margin-left: 0
}
.notifications a {
    display: block;
    text-align: center;
    text-decoration: none;
    /*text-transform: uppercase;*/
    padding: 9px 8px
}
.tabbed_notifications .text {
    padding: 5px 15px;
    height: 140px;
    border-radius: 7px;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3)
}
.tabbed_notifications div p {
    display: inline-block
}
.tabbed_notifications h2 {
    font-weight: bold;
    text-transform: uppercase;
    width: 80%;
    float: left;
    height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block
}
.tabbed_notifications .close {
    padding: 5px;
    color: #E9EDEF;
    float: right;
    opacity: 1
}
.fc-state-default {
    background: #f5f5f5;
    color: #73879C
}
.fc-state-down,
.fc-state-active {
    color: #333;
    background: #ccc
}
.dropzone {
    min-height: 300px;
    border: 1px solid #e5e5e5
}

.main_menu .label {
    line-height: 11px;
    margin-top: 4px;
}

input[type=text].error,
input[type=file].error,
input[type=email].error,
input[type=number].error,
input[type=password].error,
select.error,
textarea.error{
    border: 1px solid red;
}
label.error{
    color: red;
    font-size: 13px;
    font-weight: normal;
}


@media (max-width: 460px) {
    .dataTables_wrapper .col-sm-6 {
        width: 100%;
        margin-bottom: 5px;
    }
    .dataTables_wrapper .col-sm-6 .dataTables_filter {
        float: none;
    }
}



@media (max-width: 767px) {
    .dataTables_length { float:none; }
    /*.dt-buttons{display: none;}*/
}

.daterangepicker.xdisplay { width:228px; }

.dataTables_wrapper > .row{
    overflow:auto !important; 
}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
    border-bottom-width: 0px;
    background-color: #f5f5f5 !important; 
}

/*MY CSS */
.user_box{ width: 100%; background: #e5e5e5; border-radius: 16px; padding: 10px; margin: 15px 0; display: inline-block; }
.user_box_student{ background: #fee4bc; border-radius: 16px; padding: 10px; margin: 15px 0; display: inline-block; }

.user_box .count_desc{ font-size: 15px }
.user_box_student .count_desc{ font-size: 15px }

.required{
    color: red;
}

.table>tbody>tr>td{
    padding: 4px;
}
.stats-count-inner{
    background: #fff;
    padding: 10px;
   /* border-radius: 10px; */
    margin-bottom: 5px;
-webkit-box-shadow: -2px 1px 12px -3px rgba(0,0,0,0.49);
-moz-box-shadow: -2px 1px 12px -3px rgba(0,0,0,0.49);
box-shadow: -2px 1px 12px -3px rgba(0,0,0,0.49); border-radius: 16px; min-height:  165px;

}
.count_top{ min-height: 40px; }
.box-icon-dash{ font-size: 22px; }

.sub-tabs{
    background: #d6d6d6;
    padding-top: 3px;
}
.sub-tabs >li>a{
    border: 0;
}

.layout-box{
    background: #f0f3f5 !important;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 10px;
}
.layout-box img{
    background: #337ab7;
    padding: 3px;
    border-radius: 5px;
}


.lang-label{
    background: lightgray;
    padding: 5px;
    word-wrap:break-word;
    margin-bottom: 5px;    
}

.head-title{
    margin-top: 2px;
    margin-bottom: -20px;
    float: left;
}
.head-title i.fa{
    font-size: 20px;
}
.small-field{
    width: 80px;
    padding: 2px;
}
.form-control {
    margin-bottom: 3px;
}

input[type=file] {
    display: block;
    position: absolute;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    opacity: 0;
    filter: alpha(opacity=0);
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.btn.btn-file {
    position: relative;
    overflow: hidden;
}

.theme-box{
    padding: 15px 2px;
    margin-bottom: 20px;
    text-align: center;
}
.theme-box img{
    border: 1px solid #efefef;
    width: 100%;  
}
.theme-box button{
    width: 100%;
    margin-top: 10px;
}
.school-name{
    font-size: 22px;
    text-align: left;
    padding-top: 5px; line-height: 1;
}

.profile_img{
    text-align: center;
    /* background: #f7f7f7;*/
    margin-bottom: 20px;
    background-image: url(../../assets/images/banner-bg.png);
    min-height: 200px;
}
.profile_img img{
    /*border-radius: 50%;*/
    margin: 10px;
    border: 1px solid lightgrey;
}
.display{
    display: none;
}
.pagination {   
    margin: 0;  
}

.form-group textarea{
    height: 120px;
}
.form-control {
    border-radius: 8px;
    box-shadow: none;
    border: 1px solid #e0e0e0;
    font-size: 14px;
}
.quick-link{
    font-size: 12px;
    color: #656565;
    margin-bottom: 10px;
}
.quick-link a{
    color: #1646b7;
}
.quick-link span{
    float:left;
    padding: 0px 10px 0 0;
}
.quick-link select{
    width: auto;
}

.li-class-list{
    float:  right !important;
    padding-right: 8px;    
}
.li-class-list select{
    border-bottom: 0;
    border-radius: 3px 3px 0px 0px;
    margin-bottom: -3px; 
    height: 30px;
}
.nav-tabs>li {    
    margin-bottom: -0px;
}

.filter-box{
    background: #F7F7F7;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 15px;
}
.table>thead>tr>td {
    padding: 3px;
}

.instructions{
    padding: 10px;
    border-radius: 5px;
    color: #404040;
    background-color: #fff1c9;
    margin: 20px;
}

#login .btn-primary, #login .btn-primary:active {
    color: #fff !important;
    background-color: #0b4195 !important;
    border-color: #0b4195 !important;
}
#login .btn-primary:hover{   
    background-color: #005aaa !important;
    border-color: #005aaa!important; color: #000 !important;
}

.login .btn-primary, .login .btn-primary:active {
    color: #fff !important;
    background-color: #0b4195 !important;
    border-color: #0b4195 !important;
}
.login .btn-primary:hover{   
    background-color: #005aaa !important;
    border-color: #005aaa!important; color: #000 !important;
}



.btn-primary, .btn-primary:active {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
}
.btn-primary:hover{   
    background-color: #e6e6e6;
    border-color: #adadad;
}
.nav-tabs>li>a:hover {   
    border-bottom: 0;
}

.fa-angle-down, .fa-angle-up{
    color: #171717 !important; 
} 
.btn-group .btn{
    padding: 6px 5px;
}

.dataTables_wrapper{
    overflow: auto; padding: 0 2px;
}

.text-info {
    color: #31708f;
    padding-top: 8px;
}

/*Message*/
.text-left {
    text-align: left !important;
}
.mail-menu-box{
    border: 1px solid #f3eeee;
    background-color: #ffffff;
    height: auto !important;
}    
.mail-menu-box .nav-stacked>li {
    border-bottom: 1px solid #f4f4f4;    
}
.mail-menu-box .nav-stacked>li:last-child {
    border-bottom: 0;
}
.mail-menu-box .nav>li:hover, .mail-menu-box .nav>li:active, .mail-menu-box .nav>li:focus {
    color: #444;
    background: #f7f7f7;
}

.mail-menu-box .nav>li.nav-active {
    font-weight: bold;
}

.box-header.with-border {
    border-bottom: 1px solid #f3eeee;
}
.box-header {   
    padding: 10px;   
}
.box-header .box-title {  
    font-size: 16px;  
}
div.box {   
    border: 1px solid #f3eeee;
    background-color: #ffffff;
    height: auto !important;
    float: left;
    width: 100%;
}
.dataTables_filter {
    width: auto;
}
table.jambo_table thead {
    background: #ececec;
    color: #464646;
}
.mailbox-controls{
    padding: 6px;
}
.box-header {
    padding: 2px 10px;
    background: #f1f1f1;
}
.text-yellow {
    color: #f39c12 !important;
}
.nav-stacked>li+li {
    margin-top: 0px;
}

table.fa {
    color: #a7a3a3;
}

.routine-text{
    font-size: 12px;
    padding: 4px 4px;
}

footer{
    color:#fff;
}

/* Certificate Extra CSS*/
.certificate-top {
    position: relative;
}

.sub-title-img {
    font-family: 'Prosto One', cursive;
    left: 50%;
    position: absolute;
    top: 40%;
    transform: translate(-50%, 50%);                   
}

.name-text {
    font-family: 'Michroma', sans-serif;
    font-size: 25px;  
    color: #333;
    text-align: center;

}                
.top-heading-title {
    text-align: center;
    font-family: 'Allerta Stencil', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
} 
.main-text-block {
    margin-top: 30px; 

}
.main-text {
    font-family: 'Great Vibes', cursive;
    font-size: 24px;                    
    line-height: 24px;
    letter-spacing: 2px;
}              
.main-text span{
    padding: 0px 20px 0px 20px;                    
    text-decoration: underline;
}
.name-ection {
    margin-top: 100px;
}
.footer-section {
    margin-top: 30px;
}
.footer_text {
    font-family: 'Prosto One', cursive;
    font-size: 14px;
    border-top: 1px dashed;
    text-align: center;
    padding-top: 10px;
    margin :0px  10px 0px 10px;
    width: 30%; 
}
/* Certificate Extra CSS END*/

/* Tab start */
.tabs-left,
.tabs-right {
    border-bottom: none;
    padding-top: 2px
}
.tabs-left {
    border-right: 1px solid #F7F7F7
}
.tabs-right {
    border-left: 1px solid #F7F7F7
}
.tabs-left>li,
.tabs-right>li {
    float: none;
    margin-bottom: 2px
}
.tabs-left>li {
    margin-right: -1px
}
.tabs-right>li {
    margin-left: -1px
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
    border-bottom-color: #F7F7F7;
    border-right-color: transparent
}
.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
    border-bottom: 1px solid #F7F7F7;
    border-left-color: transparent
}
.tabs-left>li>a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display: block;
    background: #F7F7F7;
    text-overflow: ellipsis;
    overflow: hidden
}
.tabs-right>li>a {
    border-radius: 0 4px 4px 0;
    margin-right: 0;
    background: #F7F7F7;
    text-overflow: ellipsis;
    overflow: hidden
}
/* Tab end */

div#preloader {
    background: #000 url("../images/loader.gif") no-repeat scroll center center;
    height: 100%;
    left: 0;
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.textarea-4column{
    height: 60px !important;
}
.column-title{
    padding: 10px;
    background: #ecebeb;
}
.quick-field{
    width: 100%;
}
.quick-add{
    float: right;
    display: none;
}
label{
    width: 100%;
}

.profile-pic img{
    border-radius: 50%;
    margin: 10px;
}
.multi-check{
    width: 50%; 
    float: left;
}

.help-block{
    width: 100%;
    float: left; 
}
.form-control{
    padding: 3px;
}
.signature{
    border-top: 1px solid lightgray;
    line-height: 30px;
}
.nav_menu .school-name,
.top_nav .nav.navbar-nav>li>a
{
    color:#fff !important;
}
.modal-title {    
    color: #000;
}
.auto-width{
    width:auto;
    margin-right: 2px;
}

.fa .fa-long-arrow-down, 
.fa .fa-long-arrow-right{
    color: #2A3F54 !important;
}

.btn#submt_six_month,.btn#handwritten_appln{
    /*width: 100%;*/
    white-space: unset;
}







#counselling_stages li span a{
    background: #ffdb00;
    color: #2a3f54;
    padding: 14px 39px;
    border-radius: 50%;
    width: 76%;
    float: left;
    margin-left: 12%;
}

#admission_stages li span a{
    background: #005aaa;
    color: #000;
    padding:13px 20px;
    border-radius: 10px;
    width: 90%;
    float: left;
    margin: 0 0%;
}






ul.nav-tabs#counselling_stages{
    margin-top: 25px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 25px;
}

ul.nav-tabs#admission_stages{
    margin-top: 25px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 25px;
}

#counselling_stages li:first-child p{
    width: 66%;
    margin-left: 35%;
}

#counselling_stages li:last-child p{
    width: 66%;
    margin-right: 35%;
}

#admission_stages li:first-child p{
    width: 66%;
    margin-left: 35%;
}

#admission_stages li:last-child p{
    width: 66%;
    margin-right: 35%;
}

/* //////////////  stylish radio ///////////////// */

/* The container */
.course_radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 50px;
    margin: 1%;
    float: left;
}

/* Hide the browser's default radio button */
.course_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    padding: 12px 31px;
    color: #fff;
    background: #2a3f54;
    width: 100%;
    text-align: center;
}

/* On mouse-over, add a grey background color */
.course_radio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.course_radio input:checked ~ .checkmark {
    background-color: #02c702;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.course_radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.course_radio .checkmark:after {
    /* 	top: 9px;
            left: 9px;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: white;*/
}


/* //////////////  stylish radio ///////////////// */

.font_16{
    font-size: 16px;
}

#counselling_stages li.active span a{
    background: #02c702;
}

#admission_stages li.active span a{
    background: #0f5ef7;
    color: #fff;
}

#admission_stages li .stage_completed{
    background: #02c702;
    color: #fff;
}

.right_align{
    text-align: right;
}

.padding_0{
    padding: 0;
}
.small_font{
    font-size: 11px;
}

@media (min-width: 768px) {
    .gender_title{
        text-align: right;
    }

    #admission_stages li{
        width: 20%;
        margin-bottom: 24px;
        text-align: center;
    }

    #admission_stages li p{
        border-bottom: 1px solid black;
        margin-bottom: -23px;
    }

    #counselling_stages li{
        width: 25%;
        margin-bottom: 24px;
        text-align: center;
    }

    #counselling_stages li p{
        border-bottom: 1px solid black;
        margin-bottom: -22px;
    }

    .course_radio {
        width: 12%;
    }
    /* .course_radio:last-child {
        width: 40%;
    }*/
}

@media (max-width: 767px) {
    #admission_stages li{
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    #admission_stages li p{
        margin-bottom: -9px;
    }

    #counselling_stages li{
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    #counselling_stages li p{
        margin-bottom: -9px;
    }
    .course_radio {
        width: 100%;
    }
    
    #cedp_head_name_id .course_radio{
        height: 40px !important;
    }
    
    .student_head .course_radio{
        height: 40px !important;
    }
}

.btn-group.my-btn-group>.btn:first-child{
    margin-bottom: 5px;
    padding: 2px 5px;
}

.btn-group.my-btn-group .dropdown-menu{
    background-color: #e4f2f7;
}

.center{
    text-align: center;
}

.left_align{
    text-align: left;
}

#add_new_organisation_btn{
    float: right;
    margin-top: 12px;
}

.organisation_row{
    border: 1px solid #efefef;
    margin: 2px;
    padding: 16px 12px;
    background: #fbfbfb;
    margin-bottom: 25px;
}

.mt12{
    margin-top: 12px;
}

.webcam_img{
    width: 200px;
    height: 150px;
    margin: 24px 4px;
}

.doc_side_img{
    width: 100px;
}


.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:fixed;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

#add_feedback .table>tbody>tr>td{
    padding: 7px;
}

.feedback_table .fa{
    color: #ffc700;
    font-size: 20px;
}

.dropdown-menu>li>a{
    padding: 3px 16px;
}


.font_16{
    font-size: 16px;
}

#counselling_stages li.active span a{
    background: #3090f1;
    color: #fff;
}
.batch_name{
    float:right;
    font-weight:600;
}

.inner_td,.inner_td table td{
    padding:0 !important;
}

.inner_td table{
    margin-bottom:0;
}

.double_table td,.double_table th{
    width : 20%;
    text-align:center;
}

.double_table_5 table td,.double_table_5 table th{
    width : 20%;
    text-align:center;
} 

.double_table_6 table td,.double_table_6 table th{
    width : 16.66%;
    text-align:center;
} 

.fa-check{
    color: #86bb75 !important;
}
.fa-database{
    color: #ec3838 !important;
}

.greenText{ background-color:green;color:white }

.whiteText{ background-color:white;color:black }

.redText{ background-color:red;color:white }

#it_retun_submitted_img[disabled],#last_six_month_bank_statement_submitted_img[disabled],#handwritten_application_for_sholarship_submitted_img[disabled]{
    opacity: 0;
}


#append_course_info{text-align: center;
                    font-weight: 600;
                    color: #2a3f54;

}

#welcome_message{

    font-weight: 600;
    color: #2a3f54;

}
#batch_start_date,#batch_end_date,#last_date_of_enrolment{
    color: #2a3f54;
}
.reference{
    float: left;
    font-weight: bold;
}


#show_status_if_data a, #show_status_if_data_for_mail a{
    padding: 7px 8px;
    background: #e8f0fe;
    border: 1px solid #cedef9;
    border-radius: 3px;
    margin-top: -38px;
    position: absolute;
    top: 62px;
    right: 10px;
}

#show_status_if_no_data i, #show_status_if_no_data_mail i{
    padding: 10px 8px;
    background: #e8f0fe;
    border: 1px solid #cedef9;
    border-radius: 3px;
    margin-top: -38px;
    position: absolute;
    top: 62px;
    right: 10px;        
}


#tab_add_visitor #show_status_if_data a, #tab_add_visitor #show_status_if_data_for_mail a{
    padding: 7px 8px;
    background: #e8f0fe;
    border: 1px solid #cedef9;
    border-radius: 3px;
    margin-top: -38px;
    position: absolute;
    top: 37px;
    right: 10px;
}

#tab_add_visitor #show_status_if_no_data i, #tab_add_visitor #show_status_if_no_data_mail i{
    padding: 10px 8px;
    background: #e8f0fe;
    border: 1px solid #cedef9;
    border-radius: 3px;
    margin-top: -38px;
    position: absolute;
    top: 37px;
    right: 10px;        
}

#welcome_message p, #append_course_info p{
    text-align: center;
    font-size: 17px;
    font-style: italic;
}

#batch_start_end span{
    text-align: center;
    font-size: 17px;
    font-style: italic;
    font-weight: 600;
}

#tab_section_timetable_list .dt-buttons,#tab_course_timetable_list .dt-buttons{
    /*display: none;*/
}

.dt-buttons_new{
    position: relative;
    float: left;
    margin-bottom: -34px;
    z-index: 9;
}

.transparent_text{
    width: 100%;
    background: transparent;
    border: none;
}

.small_radio .checkmark{
    padding : 9px 9px;
}

.small_radio .course_radio{
    height : auto;
}



.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 23px;
}

.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fb0404;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #06dd06;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}   
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


#counselling_stages li .stage_completed {
    background: #02c702;
    color: #fff;
}

.top_string{
     text-align: center; 
}

.top_string span{
    font-size: 16px;
    padding: 4px 30px;
    font-weight: 600;
    color: #2a3f54; 
}

.top_string2{
    /*text-align: center;*/
}

.top_string2 span{
    font-size: 16px;
    padding: 4px 30px;
    font-weight: 600;
    color: #2a3f54;
    display: inline-block;
  width: 33%;
}

.top_string2 span.globalstyle{ color:#0f5ef7 !important;}

.top_string2 span.nametxt {
  text-transform: lowercase;
}

.top_string2 span.nametxt  { text-transform: lowercase; }    /* Make all letters lowercase */
.top_string2 > span.nametxt { display: inline-block; } /* :first-letter is applicable to blocks */

.top_string2 > span:first-letter {
  text-transform: uppercase;        /* Make the first letters uppercase      */
}

/*select#report{
    display: none;
}*/


/* The container */
.my_radio_style {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 17px;
}

/* Hide the browser's default checkbox */
.my_radio_style input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.my_radio_checkmark {
  position: absolute;
  top: 0;
  left: 12px;
  height: 25px;
  width: 25px;
  background-color: #d5d5d5;
}

/* On mouse-over, add a grey background color */
.my_radio_style:hover input ~ .my_radio_checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.my_radio_style input:checked ~ .my_radio_checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.my_radio_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.my_radio_style input:checked ~ .my_radio_checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.my_radio_style .my_radio_checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

a[disabled]{
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
.bt_table.table-bordered>thead>tr>th{
	width: 7.69%;
}
	
.star_div{
    width: 173px;
}

.dropdown-toggle.btn-default:hover{
    background-color: #fff; 
    border-color: #8c8c8c; 
}

.open>.dropdown-toggle.btn-default:hover{
    background-color: #fff; 
    border-color: #8c8c8c; 
}

.open>.dropdown-toggle.btn-default{
    background-color: #fff; 
}

.bootstrap-select{
    margin-bottom: 3px !important;
}

.t_and_c{
    height: 300px;
    overflow-y: scroll;
}

.checkbox_like_button{
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 17px;
    margin-top: 22px;
    margin-bottom: 22px;
}

.checkbox_like_button input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox_like_button input:checked ~ .my_radio_checkmark1{
    background-color: #02c702;
    pointer-events: none;
    cursor: default;
}

.checkbox_like_button input:checked{
    
    text-decoration: none;
    background-color: initial;
    background-color: rgb(235, 235, 228);
}

.my_radio_checkmark1{
    position: absolute;
    top: 0;
    left: 12px;
    height: 28px;
    width: 231px;
    background-color: #2a3f54;
    font-size: 16px;
    padding: 2px 14px;
    color: #fff;
}

.timetable_icon{
    padding: 5px 8px;
    background: #e8f0fe;
    border: 1px solid #cedef9;
    border-radius: 3px;
    margin-top: -38px;
    position: absolute;
    top: 62px;
    right: 10px;
    color: #86bb75 !important;
    z-index: 99;
    font-size: 20px;
}

#edit_batch_details span,#add_batch_details span{
    text-align: center;
    font-size: 17px;
    font-style: italic;
    font-weight: 600;
}
.help-block{
   height: 13px;
}

.optionGroup{
    font-weight: bold;
}

.optionChild{
   padding-left: 12px; 
}

#tab_section_timetable_list .bootstrap-select,#tab_course_timetable_list .bootstrap-select{
    width : 100px;
}

#tab_section_timetable_list .bootstrap-select li a,#tab_course_timetable_list .bootstrap-select li a{
    white-space: normal !important;
}

#tab_section_timetable_list .bootstrap-select .dropdown-menu,#tab_course_timetable_list .bootstrap-select .dropdown-menu{
    width: 180px;
}

#tab_section_timetable_list .bootstrap-select .dropdown-menu li:nth-child(even),#tab_course_timetable_list  .bootstrap-select .dropdown-menu li:nth-child(even){
    background: #f1fbfd;
}

#tab_section_timetable_list .bootstrap-select.batch_purpose,#tab_course_timetable_list .bootstrap-select.batch_purpose{
    width : 100px;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    background-color: #148bf4 !important;
    background-image: -moz-linear-gradient(top, #0C8AF7, #034986) !important;
    background-image: -ms-linear-gradient(top, #0C8AF7, #034986) !important;
     background-image: -webkit-gradient(linear, 0 0, 0 100%, from( #0C8AF7), to(#034986)) !important ; 
     background-image: -webkit-linear-gradient(top, #0c8af8, #034986) !important; 
    background-image: -o-linear-gradient(top, #1a2229, #034986) !important;
    background-repeat: repeat-x;
}


.close_modal{
    position: absolute;
    top: 0;
    right: 8px;
    font-size: 23px;
}

.close_button{
    padding-left: 24px;
    font-weight: 600;
    color: #ff2121;
}

.no-list-style{
    list-style: none;
}

.send_mail_to_div span{
    font-size: 16px;
}


.notifications-icon{
    font-size: 18px;
    padding: 4px 12px 4px 12px;
    line-height: 50px;
    height: 40px;
}

.notifications-icon .fa-bell-o{
    font-size: 22px;
}

.notifications-icon .icon-total-indicator.icon-notifications{
    line-height: 12px;
    padding: 2px 5px;
    padding-bottom: 3px;
    color: #fff;
    position: absolute;
    right: 4px;
    font-size: 11px;
    top: 7px;
    font-family: Verdana,serif;
    vertical-align: middle;
    text-align: center;
    border-radius: 8px;
    background: #ff6f00;
}

.divider.top-dropdown-btn-divider {
    background-color: #f0f0f0;
    margin: 0;
}

.navbar-nav .dropdown-menu.notifications{
    width: 250px;
}

.dropdown-menu.notifications li a{
        padding: 0;
} 

.notification-box-all.unread, .notification-box.unread {
    background: #f0f4fd;
    border-bottom: 1px solid #f7f9fa;
        padding: 7px 7px;
    font-size: 12px;
}

.not-mark-as-read-inline {
    width: auto!important;
    position: absolute;
    right: 5px;
    bottom: 7px;
}

.navbar-right .dropdown-menu.notifications li:not(:last-child)>a {
    padding: 0;
}

.notification-box {
    padding: 10px 10px;
    border-bottom: 1px solid #f0f0f0;
}

.navbar-right .dropdown-menu.notifications li:last-child {
    padding: 15px;
    font-weight: 500;
    text-align: center;
}

.notifications_div{
    padding: 0;
}
.notifications_div a .fa{
    color: #5b5b5b;
    font-size: 13px;
}
.notifications_div .notification-box.unread, .notifications_div .notification-box.unread{
    border-bottom: 1px solid #dedede;
}

.notifications  .notification-link{
    width: 100%;
    overflow-wrap: break-word;
    white-space: normal; 
    text-align: left;
}

.nav-tabs.dashboard_tab>li{
    font-size: 13px;
}

.nav-tabs.dashboard_tab>li.active>a, .nav-tabs.dashboard_tab>li.active>a:focus, .nav-tabs.dashboard_tab>li.active>a:hover {
   /* background-color: #f7f7f7; */
   border-bottom: none;
   /* font-weight: bold;*/
}

.unfullfilled_batch,.unfullfilled_batch td,.unfullfilled_batch .batch_name_new{
    color: #f30606;
}

.fullfilled_batch,.fullfilled_batch td,.fullfilled_batch .batch_name_new{
    color: #03ab03;
}


.no_of_propose_date .rate:not(:checked) > label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 20px;
    color: #f4db05;
}

#calendar td span {
    line-height: 20px;
}

#calendar .fc-event-container .fc-content {
    white-space: unset;
}

.underline{
    text-decoration: underline;
}

#hm_timer{
    font-size: 16px;
    font-weight: 600; margin: 0 0 10px 0;
}


.file_name_div{
    width:64%;
    float:right;
}

.file_name_div .fa-check{
    color: #06dd06 !important;
    font-size: 15px;
}
.border_right{
    border-right: 1px solid #e5e5e5;
}

.feedback_div{
    width: 98.5%;
    float: left;
    background: #f7fafe;
    margin: 0 9px;
    padding: 6px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.underline{
    text-decoration: underline;
}

.timetable_data{
    padding: 4px;
}

.no_top_border{
    border-top: none !important;
}

@media (min-width: 992px) {
    .training_tbl{
        margin: 0 78px;
    }
}


.red-block{
    color:red;
}

.external_link_form{
    right: 0px;
    margin: 0px auto;
    margin-top: 2%;
    max-width: 750px;
    position: relative;
}

select[readonly] + .btn-group button{
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.ojt_tracker_block{
    background: #f4db05;
    text-align: center;
    padding: 13px;
    border-radius: 9px;
    color: #2b40b7;
}


.ojt_tracker_block_row { display: flex;   }
.ojt_tracker_block_row .second_heading b{ font-weight: bold; }
.ojtequl {flex-wrap: wrap;}
.ojt_tracker_block_row .col-md-3 {
    background: #fff;  
    text-align: left; 
    border-radius: 9px;
    color: #000; margin: 20px 1%;  width: 23%;
    -webkit-box-shadow: -2px 1px 12px -3px rgba(0,0,0,0.49);
-moz-box-shadow: -2px 1px 12px -3px rgba(0,0,0,0.49);
box-shadow: -2px 1px 12px -3px rgba(0,0,0,0.49);
}

.ojt_tracker_block_inner{ padding: 13px;color: #000; }


.top_heading{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.second_heading{
    font-size: 14px;
    font-weight: 400;
}

.second_row .col-md-3{
    margin-top: 20px;
}

.ln_solid_for_tracker{
    border-top: 1px solid #2b40b7;
    color: #ffffff;
    background-color: #2b40b7;
    height: 1px;
    margin: 5px 0px;
}
.stud_name{
    text-transform: uppercase;
    font-weight: 800;
}

.tracker-x-content{
    margin-bottom: 34px;
    background: #f7f7f7;
    padding: 26px;
    border-radius: 15px;
    border: 3px solid #ebebeb;
}

/*---------- Start Style By Uday Sharma ----------*/
#loading_img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    z-index: 9999; /* Ensure it appears on top of everything */
    display: flex;
    justify-content: center;
    align-items: center;
}

#loading_img img {
    max-width: 100px;
    height: auto;
}
/*---------- End Style By Uday Sharma ----------*/

/* Responsive handling for smaller screens */
@media (max-width: 768px) {
    .nav-sm ul.nav.child_menu {
        position: relative;
        left: 0;
        width: 100%;
        background: #3E5367;
    }

    .nav-sm ul.nav.side-menu>li.active>ul.child_menu {
        display: block;
    }

    .nav-sm ul.nav.side-menu>li:hover>ul.child_menu {
        display: block;
    }
}