auditmenu_icon{
    padding: 0px;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height:100%;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 0.7rem;
}

#course_date_modal .modal-header{
  font-size:10px !important;
}

.assign-users-notify-btn{
  white-space:normal;
  height:auto;
  font-size:10px;
  font-weight:bold;
}

/*added for user survey success message*/
.user_survey_modal{
  margin-top:15% !important;
}

#manage_batch_modal .stepper{

  overflow-x: auto;
 /* white-space: nowrap;*/
}

/*code for column adjustments*/
#assessment_create td{
  word-wrap:break-word;
}

#course_table td{
  word-wrap:break-word;
}

#department_detail_report td{
  word-wrap:break-word;
}

#department_summary_report td{
  word-wrap:break-word;
}

#manage_course_table td{
  word-wrap:break-word;
}

#downloadReport td{
  word-wrap:break-word;
}

/*code for show more / less text in table*/
.morecontent span {
  display: none;
}
.morelink {
  display: block;
}

#mymodal_download_report{

  width:85% !important;
}

#choose_edit_option {
    width: 350px; 
    height: 250px;
}

/*code for month stylling in calendar*/
.datepicker-controls .select-month input{
  width: 80px !important;
}

/*code for trainer feedback bulk button*/
#trainerBulkFeedbackUploadForm .file-field{
  width:100%;
}
/*code for trainer feedback bulk button ends*/
.training-type{
  margin-right:5%;
}

.no-course-available, .no-batch-available{
  width:100%;
  margin-top:2%;
}

/*code for hiding alt button for chip starts here*/
.chip img{
  color: transparent !important;
}
 
/*code for adding search filter option-tweaking select2 */

.filter_label{
  margin-top:-30px;
}
.select2 .selection .select2-selection--single, .select2-container--default .select2-search--dropdown .select2-search__field {
    border-width: 0 0 1px 0 !important;
    border-radius: 0 !important;
    height: 2.05rem;
}

.select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-width: 0 0 1px 0 !important;
    border-radius: 0 !important;
}

.select2-results__option {
    color: #000;
    padding: 8px 16px;
    font-size: 12px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #2196F3  !important;
    color: #FFF !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #2196F3  !important;
    color: #FFF !important;
}

.select2-dropdown {
    border: none !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.select2-container--default .select2-results__option[role=group] .select2-results__group {
    background-color: #333333;
    color: #fff;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0 !important;
}

.select2-container .select2-search--inline .select2-search__field:focus {
    border-bottom: none !important;
    box-shadow: none !important;
}

.select2-container .select2-selection--multiple {
    min-height: 2.05rem !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #ddd !important;
    color: rgba(0,0,0,0.26);
    border-bottom: 1px dotted rgba(0,0,0,0.26);
}

.select2-container--default .select2-results>.select2-results__options{
  max-height: 170px;
}
.select-wrapper input.select-dropdown{
  z-index: 0;
}
.dropify-wrapper input{
  z-index: 0;
}

.select2_dropdown{
  margin-top: 15px; 
  margin-bottom: 25px;
}
.dropify_input_div{
  margin-top: 15px; 
  margin-bottom: 25px; 
}
/* Style The Dropdown Button - Lanaguage */
.dropbtn {
  background-color: #FFF;
  color: black;
  font-size: 18px;
  border: none;
  cursor: pointer;
}

.dropbtn .text{
  font-size: 16px; 
}
/* The container <div> - needed to position the dropdown content */
.dropdown-language {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-lang-content {
  display: none;
  right: 0;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-lang-content a {
  color: black;
  text-decoration: none;
  display: block;
  font-size: 12px;
}

/* Change color of dropdown links on hover */
.dropdown-lang-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown-language:hover .dropdown-lang-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown-language:hover .dropbtn {
  background-color: #9f9f9f;
  color: black;
}

.image_capture_class{
  font-size: 16px;
  height: 100%;
}

div.dt-button-background{
  z-index: 1;
}

.group-master-fields{
  height:10px !important;
}

#display_checklist_table input{
  height: 1.5rem !important;
}

/*code for adding search filter option-tweaking select2 ends*/
[type="radio"]:not(:checked)+span, [type="radio"]:checked+span, [type="checkbox"]:not(:checked)+span, [type="checkbox"]:checked+span{
	height: auto;
}

.helper-text-enable-certificate{
  height:30px !important;
}

.user-details .menu-text{
    font-size: 14px; /* Increased font-size */
    color: white; /* White text color */
}

#ajax-content{
    padding-right: 10px;
}

#twb_image{
    width: 200px;
}

/*style for showing hyper link in mapped courses in Performance Dashboard*/
.hyper_link_style{
    color:#0000EE !important;
    text-decoration:underline;
    cursor:pointer;
}
/*style for showing hyper link in mapped courses in Performance Dashboard ends*/

/*Context menu*/

.context_close{
    display: none !important;
}

.context_open{
    display: block !important;
}
        
#items-context-menu{
    list-style:none;
    margin:0px;
    margin-top:4px;
    margin-left:10px;
    margin-right:10px;
    margin-bottom:3px;
    font-size:17px;
    color: #333333;
}

#cntnr{
    display:none;
    position:absolute;
    border:1px solid #B2B2B2;
    width: auto;
    background:#F9F9F9;
    box-shadow: 3px 3px 2px #E9E9E9;
    border-radius:4px;
    z-index: 5000;
}

#items-context-menu li{
    padding: 3px;
    padding-left:10px;
}


#items-context-menu :hover{
    color: white;
    background:#284570;
    border-radius:2px;
}

.context_menu{
    cursor: pointer;
    font-size: 18px !important;
}

.launch_bbb_anchor{
    cursor: pointer;
    color: blue;
}

#idle_timout{
    display: flex;
}

#quick_link_carousel, #news_carousel{
    height: 500px !important;
    border-radius: 15px;
    margin-bottom: 20px;
}

.carousel-item{
    padding: 10px;
}

.carousel .indicators .indicator-item{
    background-color: rgba(49, 4, 4, 0.5) !important;
    margin: 10px 4px;
}

.carousel.carousel-slider .carousel-fixed-item.with-indicators{
    bottom: 35px;
}

.carousel .indicators .indicator-item.active{
    background-color: #4b0084 !important;
}

.assessment_excel_indicator{
    display: none;
    color:#FFF;
}

/* Login Page Styles*/

.login-form {
    background: rgba(255, 255, 255, 1);
    padding-bottom: 3% !important;
    float: none;
    margin-top: 4%;
    margin-left: 25%;
    padding-top: 2% !important;
    display: flex;
    min-height: 30em !important;
    flex-direction: column;
}

.login_title{
    font-size: 40px;
    padding: 5px;
    color: #860091;
}

.login_sub_title{
    font-size: 18px;
    padding: 5px;
    color: #b4b4b4;
}

.login-form-text{
    display: flex;
    min-height: 30em !important;
    flex-direction: column;
    background: rgba(97, 200, 179, 0.50);
    color: #fff;
    padding-bottom: 3% !important;
    padding-left: 2% !important;
    float: none;
    box-shadow: 10px 2px 5px rgba(0, 0, 0, 0.03);
    margin-top: 5%;
    padding-top: 2% !important;
}

.login-form .mdi{
    color: #b4b4b4;
}

.main_login_bg{
    background: url(../img/login/bg.png) no-repeat left top fixed !important; 
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-size: 500px 700px !important;
    height: inherit;
    z-index: 100;
    pointer-events:visible;
}


/*Home screen styling*/

nav{
    color: #000000 !important;
    background: #FFF !important;
}

nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i{
    height:  56px !important;
    line-height: 56px !important;
}

.navbar{
    padding: 0px !important;
}

.sidemenu-logo{
    padding-top: 10px !important;
}

.user-view {
    padding: 20px 0 10px 0 !important
}

.user-view .user-image{
    padding-left: 25px;
}
.nav-link{
    padding: 0 !important;
    margin-left: 5px;
}

.sidenav .user-view .circle{
    background: wheat; 
}
.user-view .user-details span{
    display: block;
    line-height: 25px;
}

.user-view .user-details .user-name{
    font-weight: 700;
}

.LogOut{
    color: red !important;
}

/*.ajax_overlay{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8) url("../img/loading32x32.gif") center no-repeat;
}*/

/* Turn off scrollbar when body element has the loading class */
/*body.loading-spinner{
    overflow: hidden;   
}*/
/* Make spinner image visible when body element has the loading class */
/*body.loading-spinner .ajax_overlay{
    display: block;
}*/

.loading-spinner {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*z-index: 999;*/
    background: rgba(255,255,255,0.8) url("../img/loading32x32.gif") center no-repeat;
}

.nav-bar .col{
    margin: 0 !important;
}
.brand-logo{
    background: #ffffff !important;
}

.avatar-status {
    position: relative;
    display: inline-block;
    width: 35px;
    white-space: nowrap;
    border-radius: 1000px;
    vertical-align: bottom;
}

.body-expanded, .modal-open {
    overflow-y:hidden;
    margin-right: 15px;
}

.modal-open #content {z-index: inherit;}

.body-expanded .expanded-panel, .fancybox-margin .expanded-panel, .modal-open .expanded-panel {
    margin-right: 15px;
}

.body-screensaver {
    overflow: hidden;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin:0;
}

#logo a {
    color: #fff;
    display: block;
    line-height: 50px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#logo a:hover {
    background-position: right 25px;
    text-decoration: none;
}

.body-expanded .navbar {
    z-index: 9;
}

.page-details{
    height: 50px;
}

#content {
  position: relative;
  z-index: 10;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  min-height: 600px; 
  border-radius: 15px;
}

.content_withbackgroud{
  background-color: #fff;
  padding: 1%;
  margin: 1%;
  /*margin-top: 2%;*/
}

.content_withoutbackgroud{
  background-color: transparent;
}

#course_holder{
    display: flex;
    padding: 0 !important;
}

#last_accessed{
    position: relative;
    z-index: 10;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    min-height: 338px;
    padding: 1.5%;
    margin-right: 1%;
    margin-top: 1%; 
    border-radius: 15px;
    background-color: #fff;
    margin-bottom: 0;
    padding-bottom: 0px !important;
    width: 24%;
}

.continue-learning {
    font-size: 1rem !important;
    line-height: 1rem !important;
    font-weight: 500;
}

#course_list, #user_profile_form_div{
    position: relative;
    z-index: 10;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    min-height: 338px;
    padding: 1.5%;
    /*margin-right: 2%;*/
    margin-top: 1%; 
    border-radius: 15px;
    background-color: #fff;
    margin-bottom: 0;
    padding-bottom: 0px !important;
    width: 100%;
}

#user_profile_div{
  position: relative;
  z-index: 10;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  min-height: 270px; 
  padding: 1.5%;
  margin-right: 2%;
  margin-top: 1%; 
  border-radius: 15px;
  background-color: #fff;
  margin-bottom: 1.5%;
}

.course-batch-tab {
    display: flex;
    width: 100%;
    flex-direction: row;
    /*justify-content: space-between;*/
}

.tab-group {
    margin: 1rem;
}

.tab-btn {
    background: #039be5;
    color: #FFF;
    padding: 8px 14px !important;
    margin: -1px !important;
}

.tab-group .tab-btn:first-child{
    border-radius: 15px 0px 0px 15px !important
}

.tab-group .tab-btn.active{
    background: #0371b1;
    color: #FFF;
    text-decoration: none;
}

.tab-group .tab-btn:focus {
    background: #0371b1;
    color: #FFF;
    text-decoration: none;
}

.tab-group .tab-btn:hover {
    background: #0371b1;
    color: #FFF;
    text-decoration: none;
}

.tab-group .tab-btn:last-child{
    border-radius: 0px 15px 15px 0px !important
}

#additional_information_section, #statistic_section{
  position: relative;
  z-index: 10;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  padding: 1.5%;
  margin-right: 2%;
  margin-top: 1%; 
  border-radius: 15px;
  background-color: #fff;
  margin-bottom: 1.5%;
}
/*#additional_information_section{
  display: block;
  position: relative;
  z-index: 10;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  padding: 1.5%;
  margin-right: 2%;
  margin-top: 1%; 
  border-radius: 15px;
  background-color: #fff;
  max-height: 400px;
  height: 350px;
  margin-bottom: 30px;
}*/

#demo-carousel-auto{
  display: -webkit-inline-box;
  position: relative;
  z-index: 10;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin-right: 1.5%;
  margin-top: 1%; 
  margin-left: 1%; 
  border-radius: 15px;
  background-color: #b4b4b4;
  max-height: 300px;
  height: 350px;
  min-height: 350px;
  margin-bottom: 30px;
  width: 47.5%;
}

#demo-carousel-auto1{
  
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin-right: 1.5%;
  margin-top: 1%; 
  border-radius: 15px;
  background-color: #b4b4b4;
  max-height: 430px;
  height: 430px;
  min-height: 430px;
  margin-bottom: 40px;
  width: 98%;
}

#news_section{
  display: -webkit-inline-box;
  position: relative;
  z-index: 10;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin-left: 1%;
  margin-top: 1%; 
  border-radius: 15px;
  background-color: #b4b4b4;
  max-height: 300px;
  height: 350px;
  min-height: 350px;
  margin-bottom: 30px;
  width: 47.5%;
}

#course_status_chart_div{
  display: inline-flex;
  position: relative;
  z-index: 10;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-radius: 15px;
  background-color: #FFF;
  margin-bottom: 30px;
  width: 100%;
}


#training_hours_chart_div{
  display: inline-flex;
  position: relative;
  z-index: 10;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-radius: 15px;
  background-color: #FFF;
  margin-bottom: 30px;
  width: 100%;
}

/*a.show-sidebar {
  margin-top:3px;
  float: left;
  color:#ffffff;
  outline: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

a.show-sidebar:hover {
  color:#eb6408;
}*/
/*.menu_left{
  margin-top: 25px;
  padding-top: 55px;
}*/
.full-content {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
/*.nav .main-menu, .nav.msg-menu {
  margin:6px -15px;
  background-color: transparent;
}*/
/*.main-menu > li
{
  padding: 5px; 
}*/

#select_org_struct_field_div{
    margin-top: 2%;
}

.nav .main-menu > li > a:hover, .nav .main-menu > li > a:focus, .nav .main-menu > li.active > a, .nav .main-menu .open > a, .nav .main-menu .open > a:hover, .nav .main-menu .open > a:focus, 
.nav.msg-menu > li > a:hover, .nav.msg-menu > li > a:focus, .nav.msg-menu > li.active > a, .nav.msg-menu .open > a, .nav.msg-menu .open > a:hover, .nav.msg-menu .open > a:focus {
  background:#d8d5c2;
  color:#333333;
border-right: 6px solid #2368f5;
}
.nav .main-menu a.active, .nav.msg-menu a.active {
  background:#fcf3ca;
  border-right: 6px solid #2368f5;
  color:#666666;
}
.nav .main-menu a.active:hover, .nav.msg-menu a.active:hover {
  background:rgba(0, 0, 0, 0.2);
}
.nav .main-menu a.active-parent, .nav.msg-menu a.active-parent {
  background: rgba(0, 0, 0, 0.1);
  background:#42a5f5;
  color:#333333;
}
.nav .main-menu a.active-parent:hover, .nav.msg-menu a.active-parent:hover {
  background: rgba(0, 0, 0, 0.3);
}
.nav .main-menu > li > a > i, .nav.msg-menu > li > a > i {
  font-size: 18px;
  width: auto;
  display: inline;
  text-align: left;
  vertical-align: middle;
}
.nav .main-menu .dropdown-menu {
  position: absolute;
  z-index: 2001;
  left: 100%;
  top: 0;
  float: none;
  margin: 0;
  border: 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  padding: 0;
  background: #f5f5f5 url(../img/devoops_pattern_b10.png) 0 0 repeat;
  box-shadow: none;
  visibility:hidden;
}
.nav .main-menu .active-parent:hover + .dropdown-menu {
  visibility:visible;
}
.nav .main-menu .active-parent + .dropdown-menu:hover {
  visibility:visible;
}
.nav .main-menu .dropdown-menu > li > a {
  padding:5px 15px 5px 40px;
  color:#fff;
}
.nav .main-menu .dropdown-menu > li:first-child > a {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.nav .main-menu .dropdown-menu > li:last-child > a {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
#top-panel {
  line-height: 30px;
  height: 30px;
  /*background: #ebebeb;*/
}

#main {
  height: 250px;
}

.search-group{
    position: relative;
    padding-top: 15px;  `
    padding-bottom: 15px;
    
}
.search-group .search-icon{
    cursor: pointer;
    color: #777777;
    font-size: 12pt;
    position: absolute;
    padding: 6px;
    right: 12px;
}

#search {
  position: relative;
  vertical-align:middle;
}
#search > input {
  width: 100%;
  background: #ffffff;
  border: 1px solid #C7C7C7;
  text-shadow:0 1px 1px #EEE;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 20px;
  color: #686868;
  line-height: 1em;
  height: 25px;
  padding: 0 35px 0 10px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
    font-size: 12pt;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
#search > input + i {
  opacity:0;
  position: absolute;
  top: 6px;
  right: 15px;
  color: #484848;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
    cursor:pointer;
}
#search > input:focus {
 /* width:100%;*/
  outline:none;
}
#search > input:focus + i {
  opacity:1;
}
.panel-menu {
  margin: 0;
}
.top-panel-right {
  padding-left: 0;
}
.panel-menu > li > a {
  padding: 0 5px 0 10px;
  line-height: 30px;
}
.panel-menu > li > a:hover {
  background: none;
}
.panel-menu a.account {
  height: 25px;
  padding: 5px 05 px 0;
  line-height: 20px;
}
.panel-menu i {
  margin-top: 8px;
  padding: 0px;
  font-size: 30px;
  color: #42a5f5;
  line-height: 1em;
  vertical-align: top;
  /*-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);*/
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.panel-menu > li > a:hover > i {
 /* background: #f5f5f5;*/
}
.panel-menu i.pull-right {
  color: #313131;
  border: 0;
  box-shadow: none;
  font-size: 18pt;
  background: none !important;
}
.panel-menu .badge {
  margin-top: 3px;
  padding: 3px 6px;
  vertical-align: top;
 /* background: #CEA9A9;*/
}

.panel-menu .dropdown-menu {
  position: absolute !important;
  background: rgba(255, 255, 255, 1) !important;
  padding: 0;
    border: none !important;
  right: 0;
  left: auto;
  min-width: 100%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.panel-menu .dropdown-menu > li > a {
  padding:5px 10px;
  color:#505050;
}
.panel-menu .dropdown-menu > li > a > i {
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 14px;
  width: 20px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.panel-menu .dropdown-menu > li > a:hover, .panel-menu .dropdown-menu > li > a :focus {
  background: #F5F5F5;
    border:none !important;
}

.avatar {
  width: 120px;
  float: left;
  margin-right: 5px;
}

.avatar_home {
  width: 80px;
  float: left;
  margin-right: 5px;
}


.avatar > img {
  width:40px;
  height:60px;
  border: 1px solid #F8F8F8;
}

.avatar_home > img {
  width:60px;
  height:60px;
  border: 1px solid #F8F8F8;
}

.user-mini > span {
  display: block;
  color:#ffffff;
  margin-bottom: -4px;
}
.user-mini > span.welcome {
  /*font-weight: bold;
  margin-top: 0px;
    color: #2b2b2b;
    font-size: 5pt;*/
}

.well {
  padding:15px;
}

.box_assessments {
  display: block;
  z-index: 20;
  position: relative;
  border: 1px solid #f8f8f8;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  background: transparent;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 10px;
} 
.box {
  display: block;
  /*z-index: 1999;*/
  position: relative;
  border: 1px solid #f8f8f8;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  background: transparent;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 10px;
}

.box_replies {
  display: block;
  z-index: 1999;
  position: relative;
  border-width: 0.01em;
  border-color:#f8f8f8;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background: transparent;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding:10px;
}

.box-topic {
  display: block;
  z-index: 1999;
  position: relative;
  border: 1px solid #f8f8f8;
  box-shadow: 0 0 4px #D8D8D8;
  background:#f5f5f5;
  margin-bottom: 15px;
  padding:5px 5px 5px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}


.full-content .box {
  border: 0;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.box-header {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  color: #363636;
  /*font-size: 10pt;*/
  position:relative;
  overflow: hidden;
  background: #f5f5f5;
  border-bottom: 1px solid #E4E4E4;
  height: 28px;
}

.box-header-Assessment {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  color: #363636;
  /*font-size: 10pt;*/
  position:relative;
  overflow: hidden;
  background: #f5f5f5;
  border-bottom: 1px solid #E4E4E4;
  border-top: 1px solid #E6E3D9;
}

.box-name, .modal-header-name, .modal_heading {
  padding-left: 5px;
  line-height: 28px;
  word-wrap: break-word;
  font-size: 14px;
}
.box-name:hover {
  cursor: move;
}
.box-name > i {
  margin-right:5px;
}

.box-name span {
  color:#424242;
  font-weight:bold;
  
}

.box-icons {
  position: absolute;
  top:0;
  right:0;
  z-index: 9;
}

.box-timer {
  position: absolute;
  top:0;
  right:40%;
  margin: 0 auto;
  z-index: 9;
}

.no-move {
  display: none;
}
.expanded .no-move {
  position: absolute;
  top:0;
  left: 0;
  width:100%;
  height: 100%;
  z-index: 1;
  display: block;
}
.box-content {
  position: relative;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  padding: 2px;
  /*background: #FCFCFC;*/
    /*background: #FFFFFF;*/
}

.box-content .box{
 /*   box-shadow: none;*/
}

.box-content .small{
    box-shadow: none !important;
}


.box-content-footer {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  padding: 2px;
  text-align:right;
  z-index:100;
  font-size:11px;
  font-weight:bold;
}

.box-content-topics {
  position: relative;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  padding: 5px;
  background: #FCFCFC;
}

.box-content-footer-home {
  background: #ffffff;
  position: fixed;
  bottom: 0;
  width:100%;
  z-index:3000; 
  font-size:12px;
    height: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.30);
 }

.box-content-footer-home span{
    display: inline-block;
    /*padding-left: 20px;
    padding-right: 20px;
    vertical-align:middle;*/
    position: relative;
}
/* Through for the days CSS classess*/
.box-content-bestview {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  border-top:solid 1px #e4e4e4; 
  position: fixed;
  bottom: 0;
  width:68%;
  z-index:3000; 
  font-size:14px;
  height: 30px;
  margin-left: -17px;
 }

 .marquee-sibling {
  padding: 0;
  background: rgb(255, 255, 255);
  width: 20%;
  height: 30px;
  line-height: 25px;
  font-weight: normal;
  color: #424242;
  text-align: center;
  float: left;
  left: 0;
  z-index: 2000;
  border-right: 1px solid #BDBDBD;
}

marquee {
  display: inline-block;
  margin: 0;
  height: 30px;
  width: 80%;
  white-space: nowrap;
}

.box-content-file {
  position: relative;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  padding: 2px;
  background: #FCFCFC;
}


.box-content.dropbox, .box-content.sortablebox {
  overflow: hidden;
}
.full-content .box-content {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.box-icons a {
  cursor: pointer;
  text-decoration: none !important;
  border-left: 1px solid #fafafa;
  height: 26px;
  line-height: 26px;
  width: 28px;
  display: block;
  float: left;
  text-align: center;
  color: #b8b8b8 !important;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.box-icons a.beauty-table-to-json {
  width: auto;
  padding: 0 10px;
  font-size: 14px;
}
.box-icons a:hover {
  box-shadow:inset 0 0 1px 0 #CECECE;
}
/* Section Report */
/* Added on 06-06-2017 */
.section-name{
  color: blue;
  font-weight: bold;
}
.section-percent{
  color: blue;
  font-weight: bold;
  float: right;
  padding-right: 30%;
}
.expanded a.close-link {
  display:none;
}
#sidebar-left.col-xs-2 {
  opacity: 0;
  width: 0%;
  padding: 0;
  
}
.sidebar-show #sidebar-left.col-xs-2 {
  opacity: 1;
  width: 57%;
  padding: 0 15px;
}
.sidebar-show #content.col-xs-12 {
  opacity: 1;
  /*width: 83.33333333333334%;*/
}

.sidebar-show #content.col-xs-5 {
  opacity: 1;
  /*width: 50.33333333333334%;*/
}


.expanded {
  overflow-y:scroll;
  border: 0;
  z-index: 3000 !important;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.expanded-padding {
  background: rgba(0, 0, 0, 0.7);
  padding:50px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.no-padding {
  padding:0 !important;
}
.padding-15 {
  padding:15px !important;
}

.padding-5 {
  padding:5px !important;
}

.no-padding .table-bordered {
  border:0;
  margin:0;
}
.no-padding .table-bordered thead tr th:first-child, .no-padding .table-bordered tbody tr th:first-child, .no-padding .table-bordered tfoot tr th:first-child, .no-padding .table-bordered thead tr td:first-child, .no-padding .table-bordered tbody tr td:first-child, .no-padding .table-bordered tfoot tr td:first-child {
  border-left: 0px !important;
}
.no-padding .table-bordered thead tr th:last-child, .no-padding .table-bordered tbody tr th:last-child, .no-padding .table-bordered tfoot tr th:last-child, .no-padding .table-bordered thead tr td:last-child, .no-padding .table-bordered tbody tr td:last-child, .no-padding .table-bordered tfoot tr td:last-child {
  border-right: 0px !important;
}
.table-heading thead tr {
  background-color: #f0f0f0;
  background-image: -webkit-linear-gradient(top, #f0f0f0, #dfdfdf);
  background-image:    -moz-linear-gradient(top, #f0f0f0, #dfdfdf);
  background-image:     -ms-linear-gradient(top, #f0f0f0, #dfdfdf);
  background-image:      -o-linear-gradient(top, #f0f0f0, #dfdfdf);
  background-image:         linear-gradient(to bottom, #f0f0f0, #dfdfdf);
}
table.no-border-bottom tr:last-child td {
  border-bottom:0;
}
/*.dataTables_wrapper {
  overflow: hidden;
}
.dataTables_wrapper table.table {
  clear: both;
  max-width: inherit;
  margin-bottom: 0;
}

.table-datatable *, .table-datatable :after, .table-datatable :before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.table-datatable label {
  position: relative;
  display: block;
  font-weight: 400;
}
.table-datatable tbody td {
  vertical-align: middle !important;
}
.table-datatable img {
  margin-right: 10px;
  border: 1px solid #F8F8F8;
  width: 40px;
}
.table-datatable .sorting {
  background:url(../img/sort.png) right center no-repeat;
  padding-right:16px;
  cursor:pointer;
}
.table-datatable .sorting_asc {
  background:url(../img/sort-asc.png) right center no-repeat;
  padding-right: 16px;
  cursor:pointer;
}
.table-datatable .sorting_desc {
  background:url(../img/sort-desc.png) right center no-repeat;
  padding-right: 16px;
  cursor:pointer;
}

.dataTables_filter input { 
  display: block;
  height: 24px;
  font-size: 12px;
  text-align:center;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-sizing:border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-appearance: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}*/

.dataTables_length {
  padding-top: 20px;
  padding-right: 10%;
  padding-left: 10px;
  float: left;
}

div.dt-buttons {
  position: relative;
  float: left;
  padding-top: 20px;
  padding-right: 2%;
    /* width: 66%; */
}

.dataTables_filter {
  width: 100%;
  /* float: right; */
  text-align: right;
  padding-right: 10px;
}

div.DTTT_collection_background {
  z-index: 2002;
}
div.DTTT .btn {
  color: #333 !important;
  font-size: 12px;
}
ul.DTTT_dropdown.dropdown-menu {
  z-index: 2003;
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 0;
  border: 0;
  margin: 0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  min-width: 157px;
}
ul.DTTT_dropdown.dropdown-menu li {
  position: relative;
}
ul.DTTT_dropdown.dropdown-menu > li > a {
  position: relative;
  display: block;
  padding: 5px 10px !important;
  color: #f0f0f0 !important;
}
ul.DTTT_dropdown.dropdown-menu > li:first-child > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
ul.DTTT_dropdown.dropdown-menu > li:last-child > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
ul.DTTT_dropdown.dropdown-menu > li:hover > a {
  background:rgba(0, 0, 0, 0.3);
  color:#f0f0f0;
}
/*.dataTables_wrapper input[type="text"] {
  display: block;
  width: 90%;
  height: 24px;
  font-size: 12px;
  text-align:center;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-sizing:border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-appearance: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}*/
/*.dataTables_wrapper input[type="text"]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
*/
.btn-small
{
  line-height: 25.4px
}

.btn-small i
{
  font-size: 0.9rem;
}

.edit.btn-floating.btn-small{
  padding: 2px;
  width: 25.4px;
  height: 25.4px;
}

.edit.btn-floating.btn-small i{
  line-height: 24px;
}

.edit .material-icons{
  line-height: 25.4px !important;
}
/* Breadcrumb styles */

.breadcrumb > li > a {
  color:#5c27f9 !important;
}
.breadcrumb > li > a:hover, .breadcrumb > li:last-child > a {
  color:#0006bd !important;
}

.breadcrumb > li + li:before {
    color: #ccc;
    content: ">>" !important;
    padding: 0 5px;
}

.bs-callout {
  padding: 15px;
  border-left: 3px solid #525252;
  background: #dfdfdf;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
  color: #525252;
}
.no-padding .bs-callout {
  border:0;
}
.page-header {
  margin: 0 0 10px;
  border-bottom: 1px solid #c7c7c7;
}
.box-content .page-header, .full-calendar .page-header {
  margin: 0 0 10px;
  border-bottom: 1px solid #B6B6B6;
}
.invoice-header {
  margin: 0 0 10px;
  border-bottom: 1px dashed #B6B6B6;
  display: inline-block;
}
.box-content .form-group, .devoops-modal-inner .form-group {
  margin-top:5px;
  margin-bottom:5px;
}
.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #525252;
  background-color: rgba(129, 199, 199, 0.2);
  border: 1px solid #ebebeb;
}
.show-grid [class^="col-"]:hover {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(107, 134, 182, 0.2);
  border: 1px solid #ebebeb;
}
.show-grid, .show-grid-forms {
  margin-bottom: 15px;
}
.show-grid-forms [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th,
td.beauty-hover {
  background-color: rgba(219, 219, 219, 0.3) !important;
}
.table-hover > tbody > tr:hover > td.beauty-hover:hover {
  background-color: rgba(219, 219, 219, 0.9) !important;
}
.DTTT.btn-group {
  position: absolute;
  top: -28px;
  right: 83px;
  border-right:1px solid #DBDBDB;
}
.DTTT.btn-group a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: 1em;
  font-size: 14px;
  font-weight: bold;
  outline: none;
  box-shadow: none !important;
  padding: 6px 12px;
  margin: 0;
  background: #F7F7F7;
  border: 0;
}
#screensaver {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
  background: #000;
  display: none;
}
#screensaver.show {
  display: block;
}
#canvas {
  position: relative;
}
#screensaver i {
  position: absolute;
  top: 50px;
  right: 50px;
  background: rgba(255, 255, 255, 0.5);
  line-height: 100px;
  width: 100px;
  height: 100px;
  text-align: center;
  font-size: 60px;
  color: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.well pre {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  border: 0;
  white-space: nowrap;
}
.well pre code {
  white-space: normal;
}

.btn-label-left, .btn-label-right {
  padding: 0 10px;
}
.btn-label-left span {
  position: relative;
  left: -10px;
  display: inline-block;
  padding: 0px 8px;
  background: rgba(0, 0, 0, 0.1);
}
.btn-label-right span {
  position: relative;
  right: -10px;
  display: inline-block;
  padding: 0px 8px;
  background: rgba(0, 0, 0, 0.1);
}
.btn i {
  vertical-align: middle;
}
.btn-app {
  width: 80px;
  height: 80px;
  padding: 0;
  font-size: 16px;
}
.btn-app i {
  font-size: 36px;
  line-height: 78px;
  display: block;
}
.btn-app-sm {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 12px;
}
.btn-app-sm i {
  font-size: 18px;
  line-height: 48px;
  display: block;
}
.btn-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.25);
}
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button.dt-button, div.dt-button, a.dt-button {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 0.333em;
    padding: 0.5em 1em;
    border: 1px solid #999;
    /* border-radius: 2px; */
    cursor: pointer;
    font-size: 0.88em;
    /* color: black; */
    white-space: nowrap;
    overflow: hidden;
    background-color: #e9e9e9;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: -moz-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: -ms-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#e9e9e9');
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    outline: none;
}

.dt-button {
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 0;
    font-weight: 550;
    line-height: 1.828571429;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 6px;
    color: #fff !important; 
    background-color: #012A20; 
    background: #1976D2 !important; 
}

.btn-default, .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active, .progress-bar {
 /* background-color: #1269b3;*/
     background-color: #D8D8D8;
  border-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}

.btn-success, .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active, .progress-bar-success,
.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  background-color: #63CC9E;
  border-color: rgba(0, 0, 0, 0.3);
  color: #f8f8f8;
}
.btn-info, .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active, .progress-bar-info,
.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
  background-color: #7BC5D3;
  border-color: rgba(0, 0, 0, 0.3);
  color: #f8f8f8;
}
.btn-warning, .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active, .progress-bar-warning,
.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
  background-color: #FFC200;
  border-color: rgba(0, 0, 0, 0.3);
  color: #f8f8f8;
}
.btn-danger, .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active, .progress-bar-danger,
.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
  background-color: #D15E5E;
  border-color: rgba(0, 0, 0, 0.3);
  color: #f8f8f8;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  color: #525252;
  background-color: #b8b8b8;
  border-color: rgba(0, 0, 0, 0.3);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary,
.table-hover > tbody > tr > td.primary:hover, .table-hover > tbody > tr > th.primary:hover, .table-hover > tbody > tr.primary:hover > td, .table-hover > tbody > tr.primary:hover > th {
      color: #fff !important;
/*  background-color: #012A20;*/
     background: #009cff !important;
  /*border-color: rgba(0, 0, 0, 0.3);*/
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success,
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
  color: #fff;
  background-color: #54ae86;
 /* border-color: rgba(0, 0, 0, 0.3);*/
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info,
.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
  color: #fff;
  background-color: #69a8b4;
  border-color: rgba(0, 0, 0, 0.3);
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning,
.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
  color: #fff;
  background-color: #beb360;
  border-color: rgba(0, 0, 0, 0.3);
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger,
.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
  color: #fff;
  background-color: #b25050;
  border-color: rgba(0, 0, 0, 0.3);
}
.progress {
  overflow: visible;
}

.progress_footer {
  overflow: visible;
  height:2px;
}


.progress-ui {
  height: 10px;
}
.progress-bar {
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  background-color: #00580f  !important;
  border-color: rgba(0, 0, 0, 0.3)  !important;
  color: #f8f8f8  !important;
  height: 5px !important;
}
.progress-bar.ui-widget-content {
  background: none;
  border: 0;
  height: 100%;
  position: relative;
}
.progress-bar .ui-state-default {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 10px;
  width: 10px;
  top: 0;
  margin-left: -5px;
  cursor:pointer;
  border:0px solid #d3d3d3;
  outline:none !important;
  background-color: #f0f0f0;
  background-image: -webkit-linear-gradient(top, #f0f0f0, #dfdfdf);
  background-image:    -moz-linear-gradient(top, #f0f0f0, #dfdfdf);
  background-image:     -ms-linear-gradient(top, #f0f0f0, #dfdfdf);
  background-image:      -o-linear-gradient(top, #f0f0f0, #dfdfdf);
  background-image:         linear-gradient(to bottom, #f0f0f0, #dfdfdf);
}
.progress-bar .ui-widget-header {
  background: #D8D8D8;
}
.progress-bar-primary .ui-widget-header {
  background: #6AA6D6;
  color:#f8f8f8;
}
.progress-bar-success .ui-widget-header {
  background: #63CC9E;
  color:#f8f8f8;
}
.progress-bar-info .ui-widget-header {
  background: #7BC5D3;
  color:#f8f8f8;
}
.progress-bar-warning .ui-widget-header {
  background: #FFC200;
  color:#f8f8f8;
}
.progress-bar-danger .ui-widget-header {
  background: #D15E5E;
  color:#f8f8f8;
}
.progress-bar .ui-state-default {
  background: #b8b8b8;
}
.progress-bar-primary .ui-state-default {
  background: #5a8db6;
}
.progress-bar-success .ui-state-default {
  background: #54ae86;
}
.progress-bar-info .ui-state-default {
  background: #69a8b4;
}
.progress-bar-warning .ui-state-default {
  background: #beb360;
}
.progress-bar-danger .ui-state-default {
  background: #b25050;
}
.slider-range-min-amount, .slider-range-max-amount, .slider-range-amount {
  border: 0;
  background: none;
  outline: none !important;
}
.progress-bar.ui-slider-vertical {
  width:20px;
}
.progress-bar.ui-slider-vertical .ui-state-default {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 20px;
  width: 20px;
  top: auto;
  margin-left: 0px;
  left: 0;
}
#equalizer .progress {
  height:160px;
  display:inline-block;
  margin:15px;
}
.beauty-table {
  width:100%;
  border-collapse:separate;
  border-spacing:0;
}
.beauty-table input {
  border:1px solid transparent;
  background: none;
  font-size: 16px;
  text-align: center;
  padding:2px 15px !important;
  width:100%;
  outline:none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.beauty-table input:focus {
  border:1px solid #dfdfdf;
  background: #fefefe;
  font-size: 16px;
  text-align: center;
  padding: 2px 15px !important;
  width:100%;
  outline:none;
}
/*.c {
  color: #999;
  display: block;
}*/
.nt {
  color: #2f6f9f;
}
.na {
  color: #4f9fcf;
}
.sa {
  color: #d44950;
}
.radio, .checkbox, .radio-inline, .checkbox-inline {
  position: relative;
}
.radio label, .checkbox label, .radio-inline label, .checkbox-inline label {
  font-weight: normal;
  cursor: pointer;
  padding-left: 8px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.radio + .radio, .checkbox + .checkbox {
  margin-top: 10px;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.checkbox i, .checkbox-inline i, .radio i, .radio-inline i {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.checkbox i.small, .checkbox-inline i.small, .radio i.small, .radio-inline i.small {
  font-size: 18px;
  top:2px;
}
.checkbox input[type=checkbox]:checked + i:before, .checkbox-inline input[type=checkbox]:checked + i:before {
  content:"\f046";
}
.radio input[type=radio]:checked + i:before, .radio-inline input[type=radio]:checked + i:before {
  content:"\f192";
}
.toggle-switch {
  position: relative;
  width: 60px;
}
.toggle-switch input {
  display: none;
}
.toggle-switch label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.toggle-switch-inner {
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  -moz-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.toggle-switch-inner:before, .toggle-switch-inner:after {
  float: left;
  width: 50%;
  height: 20px;
  padding: 0;
  line-height: 20px;
  font-size: 12px;
  text-shadow: 1px 1px 1px #FFFFFF;
  color:#929292;
  background-color: #F5F5F5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.toggle-switch-inner:before {
  content: "ON";
  padding-left: 15px;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}
.toggle-switch-inner:after {
  content: "OFF";
  padding-right: 15px;
  text-align: right;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
}
.toggle-switch-switch {
  width: 20px;
  margin: 0;
  border: 2px solid #d8d8d8;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  color: #f8f8f8;
  line-height: 1em;
  text-shadow: 0 0px 1px #ADADAD;
  text-align: center;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  background-color: #f0f0f0;
  background-image: -webkit-linear-gradient(top, #f0f0f0, #dfdfdf);
  background-image:    -moz-linear-gradient(top, #f0f0f0, #dfdfdf);
  background-image:     -ms-linear-gradient(top, #f0f0f0, #dfdfdf);
  background-image:      -o-linear-gradient(top, #f0f0f0, #dfdfdf);
  background-image:         linear-gradient(to bottom, #f0f0f0, #dfdfdf);
}
.toggle-switch input:checked + .toggle-switch-inner {
  margin-left: 0;
}
.toggle-switch input:checked + .toggle-switch-inner + .toggle-switch-switch {
  right: 0px; 
}
.toggle-switch-danger input:checked + .toggle-switch-inner + .toggle-switch-switch {
  border:2px solid #D15E5E;
  background: #D15E5E;
}
.toggle-switch-warning input:checked + .toggle-switch-inner + .toggle-switch-switch {
  border:2px solid #DFD271;
  background: #DFD271;
}
.toggle-switch-info input:checked + .toggle-switch-inner + .toggle-switch-switch {
  border:2px solid #7BC5D3;
  background: #7BC5D3;
}
.toggle-switch-success input:checked + .toggle-switch-inner + .toggle-switch-switch {
  border:2px solid #63CC9E;
  background: #63CC9E;
}
.toggle-switch-primary input:checked + .toggle-switch-inner + .toggle-switch-switch {
  border:2px solid #6AA6D6;
  background: #6AA6D6;
}
.select2-container {
  width: 100% !important;
}
.select2-container .select2-choice {
  height: 30px;
}
.knob-slider {
  position: relative;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}
.knob-slider > div {
  display: inline-block !important;
}
.knob-slider input {
  outline: none !important;
}
.ipod {
  background:#dedede;
  text-align: center;
  padding:50px 0;
}
.knob-clock {
  text-align: center;
}
.knob-clock > div {
  font-size:50px;
  text-align: center;
  color:#a2a2a2;
}
.knob {
  border:0;
  background: 0;
}
.box-pricing:hover {
  box-shadow: 0 0 5px #525252;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.box-pricing .row-fluid > div {
  padding: 5px 5px 2px;
  line-height: 1.428571429;
  vertical-align: top;
}
.box-pricing .row-fluid.centered > div {
  background-color: #f5f5f5;
  padding: 8px;
  text-align: left;
}
.box-pricing .row-fluid.centered > div:nth-child(odd) {
  background-color: #f9f9f9;
}
.box-pricing .box-header {
  height: 30px;
  padding: 2px 0;

}
.box-pricing .box-name {
  padding: 0 5px;
  text-align: left;
}
.box-pricing .box-name:hover {
  cursor: inherit;
}
#messages #breadcrumb {
  margin-bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 2;
}
#messages-menu {
  position:fixed;
  top:90px;
  background:#a5a5a5;
  margin:0;
  height: 100%;
  z-index: 2;
}
#messages-list {
  margin-top: 40px;
  padding: 0;
}
.one-list-message {
  background: #F1F1F1;
  border-bottom: 1px solid #CCC;
  padding: 15px 15px 15px 25px;
  margin: 0;
}
.one-list-message .checkbox {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
}
.one-list-message .message-title {
  overflow: hidden;
  white-space: nowrap;
  width: 80%;
}
.one-list-message .message-date {
  overflow: hidden;
  white-space: nowrap;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  right: 10px;
  font-weight: bold;
  background: #D8D8D8;
  padding: 0;
  width: 50px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #000;
}
/*.form-control {
  height: 26px;
  padding: 2px 12px;
}
.input-lg {
  height:39px;
}
.input-sm {
  height:18px;
}*/
.bg-default {
  background: #D8D8D8 !important;
}
.bg-primary {
  background: #6AA6D6 !important;
  color:#f8f8f8 !important;
}
.bg-success {
  background: #63CC9E !important;
  color:#f8f8f8 !important;
}
.bg-info {
  background: #7BC5D3 !important;
  color:#f8f8f8 !important;
}
.bg-warning {
  background: #DFD271 !important;
  color:#f8f8f8 !important;
}
.bg-danger {
  background: #D15E5E !important;
  color:#f8f8f8 !important;
}
.txt-default {
  color: #D8D8D8 !important;
}
.txt-primary {
  color: #6AA6D6 !important;
}
.txt-success, .has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
  color: #63CC9E !important;
}
.txt-info {
  color: #7BC5D3 !important;
}
.txt-warning, .has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
  color: #DFD271 !important;
}
.txt-danger, .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
  color: #D15E5E !important;
}
.has-success .form-control {
  border-color:#63CC9E;
}
.has-warning .form-control {
  border-color:#DFD271;
}
.has-error .form-control {
  border-color:#D15E5E;
}
.has-success .form-control:focus {
  border-color: #63CC9E;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #63CC9E;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #63CC9E;
}
.has-warning .form-control:focus {
  border-color: #DFD271;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #DFD271;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #DFD271;
}
.has-error .form-control:focus {
  border-color: #D15E5E;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #D15E5E;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #D15E5E;
}
.select2-container-multi .select2-choices {
  min-height: 26px;
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: linear-gradient(top, #fff 0%, #eee 50%);
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 0;
  margin: 0;
}
.has-feedback .form-control-feedback {
  width: 26px;
  height: 26px;
  line-height: 26px;
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  min-height: inherit;
  padding-top: 0;
}
.form-horizontal .control-label {
  padding-top: 4px;
}

.control-label-course {
  padding-top: 1px;
  font-weight:bold;
}


.input-group-addon {
  padding: 0px 6px;
}
.form-group .form-control, .form-group .input-group {
  margin-bottom: 5px;
}
.input-group .form-control {
  margin:0;
}
/*#ui-datepicker-div {
  background: rgba(0, 0, 0, 0.7) !important;
  border:0;
}
#ui-datepicker-div .ui-widget-header {
  background: rgba(0, 0, 0, 0.2);
  border: 0;
  border-bottom: 1px solid #686868;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #f8f8f8;
  padding: 1px 0;
}*/
/*#ui-datepicker-div.ui-widget-content {
  color:#f8f8f8 !important;
}*/
/*#ui-datepicker-div .ui-state-default, #ui-datepicker-div .ui-widget-content .ui-state-default, #ui-datepicker-div .ui-widget-header .ui-state-default {
  background: none;
  border:0;
  color:#f8f8f8;
  text-align: center;
}*/
/*#ui-datepicker-div .ui-state-hover, #ui-datepicker-div.ui-widget-content .ui-state-hover, #ui-datepicker-div .ui-widget-header .ui-state-hover, #ui-datepicker-div .ui-state-focus, #ui-datepicker-div.ui-widget-content .ui-state-focus, #ui-datepicker-div .ui-widget-header .ui-state-focus,
#ui-datepicker-div .ui-state-highlight, #ui-datepicker-div.ui-widget-content .ui-state-highlight, #ui-datepicker-div .ui-widget-header .ui-state-highlight {
  background: rgba(0, 0, 0, 0.3) !important;
  border:none !important;
  top:2px;
}
#ui-datepicker-div .ui-datepicker-group {
  border-left: 1px solid #686868;
}
#ui-datepicker-div .ui-datepicker-group:first-child {
  border-left:0;
}
#ui-datepicker-div .ui-datepicker-buttonpane {
  margin: 0;
}
#ui-datepicker-div .ui-datepicker-group table {
  margin:0 auto !important;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px !important;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px !important;
  cursor: pointer;
}*/
/*.ui-icon-circle-triangle-w {
  background: url(../img/ui-left.png) 0 0 no-repeat !important;
}
.ui-icon-circle-triangle-e {
  background: url(../img/ui-right.png) 0 0 no-repeat !important;
}
.ui-icon-circle-arrow-s {
  background: url(../img/ui-accordion-down.png) 0 0 no-repeat !important;
}
.ui-icon-circle-arrow-e {
  background: url(../img/ui-accordion-right.png) 0 0 no-repeat !important;
}
#ui-datepicker-div .ui-slider-horizontal {
  background: rgba(0, 0, 0, 0.5);
  height: 4px;
  border: 0;
}
#ui-datepicker-div .ui-slider-horizontal .ui-slider-handle {
  background: #D8D8D8 !important;
  border: 1px solid #f8f8f8;
  height: 8px;
  width: 8px;
  top:-2px;
  margin-left: -4px;
  outline: none;
  cursor: pointer;
}
.ui-spinner-input {
  margin:0;
}
.ui-spinner .form-control {
  margin-bottom: 0;
}

.ui-timepicker-div{
  padding-left:15px;
  padding-right:15px;
}*/

#tabs.ui-widget-content, #tabs .ui-widget-header {
  border:0;
  background: none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#tabs .ui-widget-header {
  border-bottom: 1px solid #d8d8d8;
}
#tabs .ui-state-default, #tabs.ui-widget-content .ui-state-default, #tabs .ui-widget-header .ui-state-default {
  border:0;
  margin: 0 0 -1px 0;
  background: none !important;
}
#tabs .ui-state-active, #tabs.ui-widget-content .ui-state-active, #tabs .ui-widget-header .ui-state-active {
  background: none !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin: 0;
  padding: 0;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 5px 15px;
  outline: none !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  background:#fcfcfc;
  border:1px solid #d8d8d8;
  border-bottom: 0;
  color: #454545;
}
.ui-tabs .ui-tabs-nav {
  padding: 0;
}
.ui-tabs .ui-tabs-panel {
  padding: 1em 0;
    overflow-x: auto;
}
.ui-widget {
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}
.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border:0!important;
  text-align:center !important;
  margin:0px!important;
  width:50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding:0px;
}
.ui-accordion .ui-accordion-header {
  padding: 6px 12px;
  margin: 0;
  top:0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom:2px;
  /*color:#666 !important;*/

}
.ui-accordion .ui-accordion-icons {
  padding-left:28px;
}
.ui-accordion-header.ui-state-default {
  /*background: #94a7b3 !important;*/
  background: #F1F1F1 !important;
    border: 0 0 1px rgba(0, 0, 0, 0.3);
    /*border: none !important;
  /* border: 1px solid #fff;*/
  /*border-left: 0;
  border-right: 0;*/
  /*border-bottom: 0;*/
  /*-webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;*/

  
}
.ui-accordion-header.ui-state-hover, .ui-accordion-header.ui-state-focus {
  background: #fff !important;
    border: 0 0 1px rgba(0, 0, 0, 0.3);
}
.ui-accordion-header.ui-state-active {
 
    background: #fff !important;
    border: none !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.ui-accordion .ui-accordion-content {
  padding:10px 12px;
  background: #fff;
  /*border:1px solid #fff;*/
  border-top:0;
  border-bottom:0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
    border: none !important;
    overflow-x: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#simple_gallery {
  text-align: center;
}

#simple_gallery a.fancybox {
  display: inline-block;
  padding: 5px;
}

#simple_gallery a.fancybox img {
  width: 100%;
  padding: 2px;
  border: 1px solid #979797;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#simple_gallery a.fancybox img:hover {
  box-shadow: 0 0 10px #C7C7C7;
}
.justifiedGallery {
  overflow: hidden;
  width: 100%;
}
.jg-row {
  position: relative;
  white-space: nowrap;
}
.justifiedGallery .jg-image {
  position: absolute;
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
}
.justifiedGallery .jg-image a {
  text-decoration: none;
}
.justifiedGallery .jg-image img {
  border: none;
}
.justifiedGallery .jg-image-label {
  white-space: normal;
  font: normal 12px arial;
  background: #000;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  padding: 5px 5px 10px 8px;
  text-align: left;
  opacity: 0;
}
.ex-tooltip {
  position: absolute;
  display: none;
  z-index: 2000;
}
.morris-hover {
  position:absolute;
  z-index:1000;
}
.morris-hover.morris-default-style, .ex-tooltip {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 6px 20px;
  color: #525252;
  background: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  text-align: center;
}
.morris-hover.morris-default-style .morris-hover-row-label{
  font-weight:bold;
  margin:0.25em 0;
}
.morris-hover.morris-default-style .morris-hover-point{
  white-space:nowrap;
  margin:0.1em 0;
}

.dashboard-card-header{
  height: 33px;
  padding: 10px;
}

.chart-settings-button{
  padding-right: 15px !important;
}
.dashboard-content{
  padding: 15px;
  background: #FFF;
  border-radius: 10px;
  margin-top: 5px;
}

.dashboard_chart_content{
  background: #FFF;
  border-radius: 10px;
  padding: 7px;
  margin-bottom: 5px;
}

.dashboard_chart_content_user_activities{
  background: #FFF;
  border-radius: 10px;
  padding: 25px;
}

.dashboard-data-card{
  padding: 10px;
  border-radius: 10px;
  color: #FFF;
  font-size: 15px;
  margin-bottom: 7px;
}
.dashboard-data-card-header{
  padding: 5px;
  font-weight: 200;
}

.dashboard-data-card-data{
  padding: 1px;
  font-weight: 600;
}
.dashboard-data-card-data i{
  padding: 0;
  font-weight: 500;
  font-size: 18px;
}

#dashboard-header {
  margin-bottom:20px !important;
}
#dashboard_links {
  padding: 0;
}
#dashboard_links .nav {
  background:#3575A0 url(../img/devoops_pattern_b10.png) 0 0 repeat;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  overflow: hidden;
}
#dashboard_links .nav-stacked > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  padding: 0;
  margin: 0;
}
#dashboard_links .nav-pills > li > a {
  color: #f8f8f8;
  display: block;
  padding: 20px 10px 20px 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline:none;
}
#dashboard_links .nav-pills > li.active {
  border-top-color: rgba(0, 0, 0, 0.11);
  position: relative;
  margin: 0;
}
#dashboard_links .nav-pills > li.active > a, #dashboard_links .nav-pills > li.active > a:hover, #dashboard_links .nav-pills > li.active > a:focus, #dashboard_links .nav > li > a:hover, #dashboard_links .nav > li > a:focus {
  background:rgba(0, 0, 0, 0.1);
}
#dashboard_links .nav-pills > li.active > a:before {
  font-family: FontAwesome;
  content: "\f0da";
  position: absolute;
  left: -2px;
  font-size: 30px;
  color: #f8f8f8;
}
#dashboard_tabs {
  background:#f8f8f8;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
#dashboard-overview {
  padding-bottom:15px;
}
.sparkline-dashboard {
  float: left;
  margin-right: 10px;
  text-align: center;
}
.sparkline-dashboard-info {
  float: left;
  display: block;
  text-align: center;
}
.sparkline-dashboard-info span {
  display: block;
  font-weight: bold;
  color: #b25050;
}
#ow-marketplace {
  margin-top: 20px;
  color: #fff;
}
.ow-server {
  padding-top: 8px;
  padding-bottom: 25px;
}
.ow-server:hover {
  background:#e7e7e7;
}
.ow-server .page-header {
  padding-bottom: 3px;
}
.ow-server h4 i {
  position: absolute;
  left: 15px;
}
.ow-server small {
  position: absolute;
  right: 15px;
  top: 51px;
}
.ow-server-bottom {
  margin-top:25px;
}
.ow-server-bottom .knob-slider {
  font-size: 11px;
}
#ow-server-footer {
  overflow: hidden;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.ow-settings {
  position: absolute;
  top: 7px;
  left: 40px;
  display:none;
}
.ow-settings a {
  color:#525252;
}
.ow-server:hover .ow-settings {
  display: block;
}
#ow-server-footer a{
  display: block;
  padding:10px 0;
  border-left:1px solid #f8f8f8;
  text-decoration:none;
}
#ow-server-footer a:first-child {
  border-left:0;
}


#ow-server-footer span {
  display: block;
  padding:10px 0;
  margin-right:1px;
  margin-bottom:1px;
}
.m-table > thead > tr > th, .m-table > tbody > tr > th, .m-table > tfoot > tr > th, .m-table > thead > tr > td, .m-table > tbody > tr > td, .m-table > tfoot > tr > td {
  vertical-align: middle;
  padding: 2px 5px;
}
.m-ticker span {
  display: block;
  font-size: 0.8em;
  line-height: 1em;
}
.m-price {
  text-align: right;
}
.m-change .fa-angle-up {
  color:#54ae86;
  font-weight: bold;
}
.m-change .fa-angle-down {
  color:#b25050;
  font-weight: bold;
}
#ow-summary {
  font-size: 12px;
}
#ow-summary b {
  float:right;
  padding:1px 4px;
  margin:1px;
  border:1px solid #d8d8d8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#ow-donut {
  margin:0 0 20px;
}
#ow-donut > div {
  padding:0;
}
#ow-activity .row {
  margin: 0 0 0 -15px;
  font-size: 13px;
}


#ow-setting {
  border: 1px solid #C7C7C7;
  padding: 0;
  position: absolute;
  width: 158px;
  height: 28px;
  top: 1px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  opacity: 0;
  right: -200px;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
#ow-marketplace:hover #ow-setting {
  opacity:1;
  right:15px;
}
#ow-setting a {
  text-align: center;
  float: left;
  margin-left: 10px;
  color: #d8d8d8;
  font-size: 16px;
  display:block;
  line-height: 28px;
  width:20px;
  height:26px;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
#ow-setting a:hover {
  font-size:16px;
  color:#222;
  line-height:24px;
}
#ow-licenced {
  margin:20px 0;
}
#ow-licenced .row {
  margin:0;
}
#ow-stat .row {
  margin: 0;
}
#dashboard-clients .one-list-message {
  background:none;
  padding:10px 15px;
}
#dashboard-clients .one-list-message:last-child {
  border-bottom: 0;
}
#dashboard-clients .one-list-message .message-date {
  position: relative;
  width: auto;
  right: auto;
  left: 15px;
  padding: 0 15px;
}

.role_filters_card{
  padding: 10px;
  margin: 5px;
  border-radius: 10px;
  height: 100px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

.role_filters_card_title {
  border-radius: 10px;
  display: block;
  font-size: 14px;
  padding: 3px;
  margin-bottom: 15px;
  color: #FFF;
}

.vaccination_note{
    font-size: 15px;
}

.vaccination_remarks{
    padding-bottom: 10px;
}

.vaccination_div{
    border: 1px solid #ccc!important
}

.audit_lable{
    font-size: 14px;
    padding: 5px;
}

.vaccination_inner_div::after{
    content: " ";
    display: block;
    height: 1px;
    background: #ece6e6;
    /*width: 50%;*/
}

.vaccination_remarks_date_div{
    font-size: 13px;
    font-style: italic;
    padding: 10px;
}

.vaccination_submitted_div{
    font-size: 13px;
    font-style: italic;
    padding: 10px;
}

.vaccination_action_div{
    font-size: 16px;
    padding: 10px;
}

.vaccination_reason_div{
    font-weight: bold;
    font-size: 16px;
    padding: 10px;
    color: red;
}

#vaccinate_header{
    font-size: bold;
    /*color: white;
    background-color: black;*/
}

#vaccination_table{
    font-size: bold;
    /*color: white;*/
    font-size: 15px;
}

#vaccination_modal .modal-content
{
  padding-top: 0px;
  padding-bottom: 0px;
}

#vaccination_table th{
    font-size: bold;
    /*color: white;*/
    font-size: 15px;
    text-align: center;
}

#total_users_tr{
    font-weight: bold;
    color: white;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#499bea+0,207ce5+100;Blue+3d+%237 */
    background: #5f5fec; /* Old browsers */
    /*background: -moz-linear-gradient(top, #499bea 0%, #207ce5 100%); /* FF3.6-15 */*/
    /*background: -webkit-linear-gradient(top, #499bea 0%,#207ce5 100%); /* Chrome10-25,Safari5.1-6 */*/
    /*background: linear-gradient(to bottom, #499bea 0%,#207ce5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 ); /* IE6-9 */*/
    /*color: #5f5fec;*/
}

#not_vaccinated_tr{
    font-weight: bold;
    color: white;
    background: #ff0000; /* Old browsers */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff3019+0,cf0404+100;Red+3D */
    /*background: #ff3019; /* Old browsers */*/
    /*background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6-15 */*/
    /*background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10-25,Safari5.1-6 */*/
    /*background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */*/

    /*color: #ff0000;*/
}

#partial_vaccinated_tr{
    font-weight: bold;
    color: white;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9c667+0,f79621+100;Orange+3D+%234 */
    background: #efb509; /* Old browsers */
    /*background: -moz-linear-gradient(top, #f9c667 0%, #f79621 100%); /* FF3.6-15 */*/
    /*background: -webkit-linear-gradient(top, #f9c667 0%,#f79621 100%); /* Chrome10-25,Safari5.1-6 */*/
    /*background: linear-gradient(to bottom, #f9c667 0%,#f79621 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c667', endColorstr='#f79621',GradientType=0 ); /* IE6-9 */*/
    /*color: #efb509;*/
}

#full_vaccinated_tr{
    font-weight: bold;
    color: white;
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b4ddb4+0,83c783+9,52b152+24,008a00+53,009600+83,005608+100 */
    background: #80c380; /* Old browsers */
    /*background: -moz-linear-gradient(top,  #b4ddb4 0%, #83c783 9%, #52b152 24%, #008a00 53%, #009600 83%, #005608 100%); /* FF3.6-15 */*/
    /*background: -webkit-linear-gradient(top,  #b4ddb4 0%,#83c783 9%,#52b152 24%,#008a00 53%,#009600 83%,#005608 100%); /* Chrome10-25,Safari5.1-6 */*/
    /*background: linear-gradient(to bottom,  #b4ddb4 0%,#83c783 9%,#52b152 24%,#008a00 53%,#009600 83%,#005608 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#005608',GradientType=0 ); /* IE6-9 */*/

    /*color: #80c380;*/
}

#dose1_details_td{
    font-size: bold;
    color: white;
    background-color: #efb509;
    /*color: #efb509;*/
}

#dose2_details_td{
    font-size: bold;
    color: white;
    background-color: #80c380;
    /*color: #80c380;*/
}

#uploaded_td{
    font-size: bold;
    color: white;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9c667+0,f79621+100;Orange+3D+%234 */
    background: #efb509; /* Old browsers */
    /*background: -moz-linear-gradient(top, #f9c667 0%, #f79621 100%); /* FF3.6-15 */*/
    /*background: -webkit-linear-gradient(top, #f9c667 0%,#f79621 100%); /* Chrome10-25,Safari5.1-6 */*/
    /*background: linear-gradient(to bottom, #f9c667 0%,#f79621 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c667', endColorstr='#f79621',GradientType=0 ); /* IE6-9 */*/
    /*color: #efb509;*/
}

#approved_div{
    font-size: bold;
    color: white;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b4ddb4+0,83c783+9,52b152+24,008a00+53,009600+83,005608+100 */
    background: #80c380; /* Old browsers */
    /*background: -moz-linear-gradient(top,  #b4ddb4 0%, #83c783 9%, #52b152 24%, #008a00 53%, #009600 83%, #005608 100%); /* FF3.6-15 */*/
    /*background: -webkit-linear-gradient(top,  #b4ddb4 0%,#83c783 9%,#52b152 24%,#008a00 53%,#009600 83%,#005608 100%); /* Chrome10-25,Safari5.1-6 */*/
    /*background: linear-gradient(to bottom,  #b4ddb4 0%,#83c783 9%,#52b152 24%,#008a00 53%,#009600 83%,#005608 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#005608',GradientType=0 ); /* IE6-9 */*/

    /*color: #80c380;*/
}

#rejected_div{
    font-size: bold;
    color: white;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff3019+0,cf0404+100;Red+3D */
    background: #ff0000; /* Old browsers */
    /*background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6-15 */*/
    /*background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10-25,Safari5.1-6 */*/
    /*background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */*/

    /*color: #ff0000;*/
}

#content_table_batch {
  display:block;
  overflow-x:scroll;
}

#role_filter_div, #rolewise_skill_graph_div{
  margin-bottom: 1px !important;
}
#data_load_filter_div .collapsible-body{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.collapsible-header .role_filters_card_title {
  border-radius: 10px;
  display: block;
  font-size: 14px;
  padding: 5px !important;
  margin-bottom: 1px;
  color: #FFF;
}
.role_filters_drop_down{
  padding-top: 8px;
  background: #e8e8e8;
}

.role_filters_drop_down .btn-floating.btn-small{
  width: 18.4px;
  height: 18.4px;
  background: #f73162;
}
.role_percentage{
  margin-top: 7px;
  margin-left: 20px;
  font-size: 15px;
  border-bottom: 1px solid #CCC;
}

.role_filters_drop_down .btn-floating.btn-small i{
      line-height: 17.4px;
}

.role_filters_drop_down .btn-small {
    line-height: 20.4px;
}

#rolewise_skill_parameter_graph .collapsible{
  border-top: 0;
  border-right: 0;
  border-left: 0;
  margin: 0 ;
  box-shadow: none;
}

#rolewise_skill_parameter_graph .collapsible-header{
  border-bottom: 0;
}





.progressbar_bg{
  position: relative;
  z-index: 0;
  width: 100%; /* Full width */
  background: #ddd; /* Grey background */
  height: 15px;
}

.indicator-green{
  background: #4CAF50; /* Green */
  position: absolute;
  z-index: 1;
  height: 15px;
}

.indicator-red{
  background: #f33535; /* Red */
  position: absolute;
  z-index: 1;
  height: 15px;
}

.benchmarkindicator{
  position: absolute;
  z-index: 2;
  height: 15px;
  background: #2196F3; /* Green */
}

.score {
  text-align: right; /* Right-align text */
  height: 15px;
  color: white; /* White text color */
}


}

.minicolors-theme-default.minicolors{
  margin-left: 25px;
}
.minicolors-theme-default .minicolors-swatch{
  left: -20px;
  top: 13px;
}

.v-txt {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  position: absolute;
  top: 60px;
  left: -20px;
  color: #d8d8d8;
  font-size: 18px;
  box-shadow: 0 0 10px #d8d8d8;
  padding: 0px 5px;
}
.full-calendar {
  padding: 25px 0;
  background: #FCFCFC;
}
.external-event {
  padding: 2px 6px;
  margin: 4px 0;
  background: #f5f5f5;
}
.external-event:hover {
  cursor: move;
  background: #6AA6D6;
  color:#f8f8f8;
}
#add-new-event {
  background: #EBEBEB;
  margin-bottom: 30px;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.modal-backdrop {
  z-index: 2000;
}
.modal {
  z-index: 2001;
  max-width: 100% !important;
}
.fc-event {
  border: 1px solid #6AA6D6;
  background-color: #6AA6D6;
}
.qq-upload-drop-area {
  position: absolute;
  background: #fcfcfc;
  width: 100%;
  height: 100%;
}
.qq-upload-button {
  float:right;
  margin:20px 15px 0 0;
}
.qq-upload-list {
  position: relative;
  z-index: 3;
  margin: 60px 15px 0;
  padding: 0;
  list-style: none;
}
.qq-upload-list li {
  position: relative;
  display: inline-block;
  padding: 15px;
  margin: 15px;
  border: 1px solid #E6E6E6;
  text-align: center;
  font-size: 12px;
  background: rgba(245, 245, 245, 0.9);
}
.qq-upload-settings {
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 7px 0;
  background: #FFF;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.qq-upload-list li:hover .qq-upload-settings {
  opacity: 1;
  visibility: visible;
}
.qq-upload-list li img {
  border:1px solid #b4b4b4;
  margin-bottom: 5px;
}
.qq-upload-filename {
  display: block;
  overflow: hidden;
}
.qq-upload-file, .qq-upload-size, .qq-upload-status-text {
  display: block;
}
.qq-dropped-zone {
  position: absolute;
  top: 5%;
  left: 50%;
  margin-left: -71px;
  text-align: center;
  font-weight: bold;
}
.qq-dropped-zone i {
  font-size: 5em;
  display: block;
  color: #f5f5f5;
  text-shadow: 0 -1px 1px #d8d8d8;
}
#page-500 h1, .page-404 h1 {
  font-size: 5em;
}
.page-404 .form-inline {
  margin: 40px auto;
  width: 60%;
  padding: 15px;
  background: #FAFAFA;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.page-404 .input-group-btn:last-child > .btn, .page-404 .input-group-btn:last-child > .btn-group {
  margin-left: -1px;
  margin-bottom: 0;
  height: 39px;
}
#page-500 h3, .page-404 h3 {
  margin: 5px 0 20px;
}

.preloader {
  position: absolute;
  left: 45%;
  top: 5%;
  z-index: 5010;
}

#myOverlay{
  position:absolute;
  height:100%;
  width:100%;
  background:black;
  opacity:.3;
  z-index:5005;
}

.devoops-getdata {
  position: absolute;
  top: 25px;
  left: 15px;
  color:#ebebeb;
}

.leftclip
{
  margin-left:-120px;
    position:fixed; bottom:0; 
}
.rightclip
{
margin-right:500px;
padding-left:270px;
    position:fixed;bottom:0;
    
}

#page-500, #page-login {
  position: absolute;
  height: 100%;
  width: 100%;
  background:url(img/login/LBg.png);
}
#page-500 {
  background: #ebebeb;
}
#page-500 img {
  display: block;
  margin:30px auto;
}
#page-login .logo {
  position:absolute;
}
#page-login h3 {
  font-size:20px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#page-login .text-right {
  margin-top: 15px;
}
#page-login .box {
  margin-top: 14%;
  border: none;
  
}
.one-result {
  margin-bottom:20px;
}
.one-result-head {
  font-weight:bold;
  font-size: 1.0em;
  color:#428BCA !important;  
}


.one-result p {
  margin:0;
}
.large {
  font-size: 1.2em;
}

.one-result-sub{
  color:#428BCA !important;
  font-weight:bold;
  font-style:italic;
}

.nav-search > li.active > a {
  background: #F0F0F0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #525252;
  border-bottom: 1px solid #CECECE;
  font-weight: bold;
}
.page-feed .avatar {
  width: 60px;
  float: left;
  margin: 5px 5px;
  text-align: left;
  overflow: hidden;
  font-style: italic;  
}
.page-feed .avatar img {
  width: 60px;
  height: 60px;
  border: 1px solid #F8F8F8;
}
.page-feed-content {
  position: relative;
  padding: 3px 15px 5px;
  background: #F0F0F0;
  margin-left:80px;
  min-height: 80px;
}
.page-feed-content small.time {
  font-style: italic;
}
.page-feed .page-feed-content:before {
  font-family: FontAwesome;
  content: "\f0d9";
  position: absolute;
  left: -10px;
  top: 15px;
  font-size: 30px;
  color: #F0F0F0;
}
.likebox {
  overflow: hidden;
}
.likebox .navbar-nav {
  margin:0;
}
.likebox .navbar-nav li {
  margin-right: 15px;
  float: left;
}
.likebox .fa-thumbs-up {
  color:#6AA6D6;
}
.likebox .fa-thumbs-down {
  color:#D15E5E;
}
#modalbox {
  display:none;
  position: fixed;
  overflow: auto;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5000;
  background:rgba(0,0,0,0.8);
}
#modalbox .devoops-modal {
  position:absolute;top:90px;margin-left: -300px;left: 50%;
  border: 1px solid #f8f8f8;
  box-shadow: 0 0 20px #6AA6D6;
  background: transparent;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 600px;
  z-index:6000;
}
#modalbox .devoops-modal-header {
  color: #363636;
  font-size: 16px;
  position:relative;
  overflow: hidden;
  background: #f5f5f5;
  border-bottom: 1px solid #E4E4E4;
  height: 28px;
}
#modalbox .devoops-modal-inner {
  position: relative;
  overflow: hidden;
  padding: 15px;
  background: #FCFCFC;
}
#modalbox .devoops-modal-bottom {
  position: relative;
  overflow: hidden;
  padding: 15px;
  background: #d8d8d8;
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 4px 4px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #969696;
  text-decoration: none;
  background-color: #F5F5F5;
  border: 1px solid #D8D8D8;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #8A8A8A;
  background-color: #eee;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #979797;
  cursor: not-allowed;
  background-color: #FCFCFC;
  border-color: #D8D8D8;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #6AA6D6;
  border-color: #6AA6D6;
}
.fancybox-nav {
  position: fixed;
  width: 50%;
}
.fancybox-close {
  position: fixed;
  top: 20px;
  right: 36px;
  background: url(../img/times.png) 0 0 no-repeat;
}
.fancybox-prev span {
  left: 21px;
  background: url(../img/chevron-left.png) 0 0 no-repeat;
}
.fancybox-next span {
  right: 36px;
  background: url(../img/chevron-right.png) 0 0 no-repeat;
}
#social a {
  margin: 10px 3px;
  color: #666;
  display: block;
  float: left;
}
#event_delete {
  margin-left:20px;
}

#card_user_view{
    margin-right: 2%;
    margin-left: 1%;
    border-radius: 10px;
    display: inline-grid;
    min-width: 18vw;
}

#card_user_view img {
  border-radius: 10px;
  width: auto;
  height: auto;
}

#card .card-image{
  height: 260px !important;
}

#card_user_view .card-image{
  height: 155px;
}

.card .card-content {
    padding: 25px 12px !important;
}

#card_user_view .card-image .btn-floating i{

  font-size: 1.3rem;
  line-height: 28px;
}
#card_user_view .card-image .btn-floating{
  width: 28px;
  height: 28px;
  line-height: 28px;
}
#card_user_view .btn-floating.halfway-fab{
  bottom: -20px;
  right: 20px;
}

#card_user_view .enrollment-indicator{
  display: inline-block;
  position: absolute;
  bottom: 100px;
  right: 5px;
  /*border-radius: 16px;*/
  color: #fff;
  height: 24px !important;
  font-size: 10px !important;
  line-height: 24px !important;
}

#card_user_view .teams_indicator{
  top:0px !important;
}

#card_user_view .enrollment-indicator i{
  font-size: 22px;
  padding: 4px;
}

#card_user_view .enrollment-indicator img{
    border-radius: 18px;
    width: 24px;
    height: 23px;
}


.progress{
    margin: 0.5rem 0 0.5rem 0 !important;
}
.action{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user_action_lists>ul{
    width: 550px !important;
}

#course_list_content{
    display: flex;
    flex-direction: row;
    overflow-y: clip;
    overflow-x: scroll;
    width: 100%;
}

#course_list_content::-webkit-scrollbar {
    width: 4px;
    background-color: #fff;
    height: 1px;
}

#course_list_content::-webkit-scrollbar-thumb {
    background-color: #ffffff;
}

#course_list_content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgb(0 0 0 / 0%);
    background-color: #fff;
}


@media (min-width: 1700px) {
  .panel {
    /*min-height:450px !important;*/
    max-height:450px !important;
  }
  
  #com_video{
    height:400px !important;
  }
  
  #newsframe{
    height:400px !important;
  }
}

@media (min-width: 992px) {
  .nav .main-menu > li > a, .nav.msg-menu > li > a {
    text-align: left;
  /*border-bottom:dashed 1px;*/
  }
  .nav .main-menu > li > a > i, .nav.msg-menu > li > a > i {
    font-size:14px;
    width: 32px;
    display: inline-block;
  }
  .nav .main-menu .dropdown-menu {
    position: relative;
    z-index: inherit;
    left:0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    /*background:rgba(0, 0, 0, 0.2);*/
    visibility: visible;
  }
  .nav .main-menu .dropdown-menu > li > a {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
  }
  .page-404 .form-inline {
    width: 40%;
  }
}
@media (max-width: 767px) {  
  #logo1 img {
    width:0px;
  }
  #logo2 img {
    width:100px;
  }
  
  #messages-menu {
    top:140px;
  }
  .page-404 .form-inline {
    width: 100%;
  }
  #dashboard_links .nav {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }
  #dashboard_links .nav-stacked > li {
    float:left;
  }
  #dashboard_links .nav-pills > li > a {
    padding:15px;
  }
  #dashboard_links .nav-pills > li.active > a:before {
    bottom: 0;
    left: 50%;
    margin-left: -9px;
  }
}
@media (max-width: 620px) {
  #logo1 img {
    width:0px;
  }

  #logout {
    height: 29% !important;
    width: 85% !important;
  }

  #ajax-content{
    padding-right: 10px;
    padding-left: 10px;
  }

  #message_modal{
    width: 80%;
    max-height: 60%;
  }

  #content_form_modal{
    height: 80% !important;
  }

  #organization_role_switch{
    height: 35% !important;
    width:75% !important;
    padding: 10px !important;
    margin-top:10px !important; 
  }

  #logo2 img {
    width:0px;
  }

  #homelogo1 img {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  #homelogo2 img {
    display: block;
    margin-right: auto;
    margin-left: auto;
  } 

  #card_user_view{
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 10px;
    display: inline-grid;
    min-width: 155px;
  }

  #card_user_view img {
    border-radius: 10px;
  }

  .main-menu li a i, .main-menu li a span, .sidenav li>a {
    font-size:12px !important;
  }
}




@media (max-width: 600px) {
  #logo img{
    width: 80%;
  }

  #logout {
    height: 29% !important;
    width: 85% !important;
  }

  #ajax-content{
    padding-right: 10px;
    padding-left: 10px;
  }

  #message_modal{
    width: 80%;
    max-height: 60%;
  }

  #organization_role_switch{
    height: 50% !important;
    width:85% !important;
    padding: 10px !important;
    margin-top:10px !important; 
  }

  #logo1 img {
    width:170px;
    display:block;
    margin:auto;    
  }

  #logo2 img {
    width:0px;
  }

  #homelogo1 img {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  #homelogo2 img {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  /* #card_user_view{
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 10px;
    display: inline-grid;
    min-width: 155px;
  } */

  #card_user_view{
    margin-right: 5px;
    margin-left: 30px;
    border-radius: 10px;
    display: inline-grid;
    min-width: 155px;
  } 

  #card_user_view img {
    border-radius: 10px;
  }

}

@media (max-width: 640px) {
  #logo1{
    text-align:right;
  }
  #logo1 img {
    display:block;
    margin-right: auto;
    margin-left: auto;
  }
  #logout {
    height: 29% !important;
    width: 85% !important;
  }

  #ajax-content{
    padding-right: 10px;
    padding-left: 10px;
  }

  #message_modal{
    width: 80%;
    max-height: 60%;
  }

  #organization_role_switch{
    height: 50% !important;
    width:85% !important;
    padding: 10px !important;
    margin-top:10px !important; 
  }


  .main_footer_conl{
      padding-top:18px !important;
  }
  
}


@media (max-width: 400px){
  #twb_image{
    width: 145px !important
  }
}

.main_logo{
  width: 200px;
  padding-top: 10px;
  padding-bottom: 20px;
}


.main_logo_2{
    width: 120px;
    padding-top: 7px;
    padding-bottom: 10px;
    padding-left: 10px;
    position: fixed;
}

.main_logo_2_right{
    
    padding-top: 4px;
    padding-bottom: 4px;
}


.top_header{
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.30);
    pointer-events:none;
    z-index: 101;
}

.main_footer{
    background: transparent;
    z-index: 100;
    height: 40px;
    position: fixed;
    bottom: 30px;
    width: 68%;
}
.main_footer span{
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align:middle;
}

.box-content-footer-home p{
    top:-10px !important;
    right: 30px;
    position: relative;
}

.footer-grp{
    vertical-align: middle;
    position: relative;
}

.main_footer_con1{
    width: 35px;
    position: relative;
    margin-left: 15px;
}
.main_footer_conl{
    padding-left: 8px;
    position: absolute !important;
    padding-top: 8px;
    font-size: 12pt;
    color: #757575;
    
}
.main_footer_con2{
    color: #757575;
   text-align: left;
    font-size: 10pt;
    position: relative;
    padding-bottom: 10px;
    margin-left: -10px;
    
}

.main_footer_con3{
    width: 100px;
    position: relative;
    margin-top: 0;
    right: 20px;
}

#footer-img1{
  height:  25px;
}

#footer{
  margin:0; 
  margin-top:10px;
  clear:both; 
  text-align:right;
  color:#333;
  background-color:#4a85be;
  font-size:0.6em;
  border-top:1px solid #dadada;
  line-height:1.6em;
  padding-top:5px;
  padding-bottom:5px;
  padding-right:5px;
  color:#FFF;
  position: fixed;
  bottom: 0;
}

#footer_style{
  background: url(../img/footer.png) no-repeat center !important; 
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  height: 270px;
  /*z-index: 100;*/
}
#trademark_text{
  /*height: 100px;*/
}
#copyright_text{
  bottom: 0;
  /*height: 100px;*/
}

/* ALERTS */
/* inspired by Twitter Bootstrap */

/*.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #eed3d7;
  border-radius: 4px;
  position: absolute;
  bottom: 0px;
  right: 21px;
   Each alert has its own width 
  float: right; 
  clear: right;
}*/

.alert-red {
  color: white;
  background-color: #DA4453;
}
.alert-green {
  color: white;
  background-color: #37BC9B;
}
.alert-blue {
  color: white;
  background-color: #4A89DC;
}
.alert-yellow {
  color: white;
  background-color: #F6BB42;
}
.alert-orange {
  color:white;
  background-color: #E9573F;
}

#ohsnap{
  padding-left: 10px;
  padding-right: 10px;
  height:40px;
  margin-top:5px;
  vertical-align:middle;
}


/* calendar */
table.calendar    { border-left:1px solid #dddddd; }
tr.calendar-row {  }
td.calendar-day { min-height:80px; font-size:11px; position:relative; } * html div.calendar-day { height:80px; }
td.calendar-day-small { min-height:30px; font-size:11px; position:relative; } * html div.calendar-day-small { height:30px; }
td.calendar-day:hover { background:#eceff5; }
td.calendar-day-np  { background:#eee; min-height:80px; } * html div.calendar-day-np { height:80px; }
td.calendar-day-np-small  { background:#eee; min-height:30px; } * html div.calendar-day-np-small { height:30px; }
td.calendar-day-head { background:#fff; font-weight:bold; text-align:center; width:120px; padding:5px; border-bottom:1px solid #dddddd; border-top:1px solid #dddddd; border-right:1px solid #dddddd; }
td.calendar-details-head { background:#ccc; font-weight:bold; text-align:right;border-bottom:1px solid #dddddd; border-top:1px solid #dddddd; border-right:1px solid #dddddd; }
td.calendar-navi { background:#E8E8E8; font-weight:bold; text-align:center; padding-top:2px; padding-bottom:2px; border-bottom:1px solid #dddddd; border-top:1px solid #dddddd; border-right:1px solid #dddddd; }


div.day-number   { 
  background:#999; 
  position:absolute; 
  z-index:2; 
  top:-5px; 
  right:-25px; 
  padding:5px; 
  color:#fff; 
  font-weight:bold; 
  width:20px; 
  text-align:center; 
}


td.calendar-day, td.calendar-day-np { 
  width:120px; 
  padding:5px 25px 5px 5px; 
  border-bottom:1px solid #dddddd; 
  border-right:1px solid #dddddd; 
}

td.calendar-day-small, td.calendar-day-np-small { 
  width:30px; 
  padding:5px 25px 5px 5px; 
  border-bottom:1px solid #dddddd; 
  border-right:1px solid #dddddd; 
}

.event{
  background-color:#EBF4FA;
  border:1px solid #0CF;
  margin:1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  
  
}

td.calendar-day-today {background: #f00;}

div.day-today  { 
  background:#00F; 
  position:absolute; 
  z-index:2; 
  top:-5px; 
  right:-25px; 
  padding:5px; 
  color:#fff; 
  font-weight:bold; 
  width:20px; 
  text-align:center; 
}


td.calendar-event-head { background:#ccc; font-weight:bold; text-align:center; padding:5px; border-bottom:1px solid #dddddd; border-top:1px solid #dddddd; border-right:1px solid #dddddd; }
td.calendar-event { min-height:80px; font-size:11px; border-bottom:1px solid #dddddd; border-right:1px solid #dddddd; } 
td.calendar-event-details { min-height:80px;font-size:11px; border-bottom:1px solid #dddddd; border-right:1px solid #dddddd; border-top:1px solid #dddddd;} 
td.calendar-event-head { background:#ccc; font-weight:bold; padding:2px; border-bottom:1px solid #dddddd; border-top:1px solid #dddddd; border-right:1px solid #dddddd; text-align:left; }
td.calendar-date-head { background:#999; font-weight:bold; color:#FFF; padding:5px; border-bottom:1px solid #dddddd; border-top:1px solid #dddddd; border-right:1px solid #dddddd; }

.forms-div{
  border: 1px solid #aaaaaa/*{borderColorContent}*/;
  /*border-top: 1px solid #aaaaaa;  
  border-bottom: 1px solid #aaaaaa;*/
  border-radius:4px;
  padding: 20px 10px 20px 10px;  
  margin-bottom:1px;
  margin-left:5px;
  margin-right:5px; 
}


.txthighlite {
  background-color: #FF0;
}

.timer{
  font-size:16px;
  font-weight:bold;
  color:#C00;
}


.highlight
{
  background-color: yellow;
}

.progress_shell{
  background-color:#f1f1f1 ;
  border-color: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height:20px  
}

.progress_shell_small{
  background-color:#f1f1f1 ;
  border-color: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height:4px ;
  font-size:6px;
  
}

.progress_shell_report{
  background-color:#F50408 ;
  border-color: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height:6px ;
  font-size:6px;
  
}

.course_name{
  font-weight:bold;
}

.titre {
  color:#000000;
  /*font-size:14px;*/
}

.ques_warning {
  color:#2196f3;
  /*background-color:#f1b40e;*/
  padding:7px 7px 0px 7px;
  font-weight:bold;
}


.btn_noir_disabled{
  border-width: 1px;
  border-style: solid;
  border-width: 1px;
  text-decoration: none;
  border-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  outline: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-weight: bold;
  text-align: center;
  background-color: #257cbf;
  line-height: 20px;
  margin: 10px 0 5px 0;
  padding: 5px 40px;
  -moz-user-select: none;
  -webkit-user-select: none;
  color:#ffffff;
  outline: none !important;
}

.champtxt
{
  width:300px;
  font-size:16px;
  padding:5px;
  margin:0px;
}

.btn_noir:hover{
  background-color:#000000;
}

#btn_recherche{
  background-color:#f5f5f5;
  width:200px;
  margin-bottom:20px;
  color:#000000;
  font-weight:bold;
  text-align:center;
  padding:10px;
  border-radius:0px 0px 3px 3px;
  cursor:pointer;
}

.div_cache{
  text-align:left;
}

.quiz{
 margin:0 auto;
 text-align:center;
}

.form-control-quiz {
  height: 20px;
  padding: 2px 12px;
}

.timer{
  color:#F00;
  font-weight:bold;
}

.q_results{
/*  background-color:#CCC;*/
  border:thin 2px #999;
  overflow:hidden;
}

.score_ticker{
  color:#257cbf;
  font-weight:bold;
}

.text-center{
   text-align: center;
}

.quiz_question{
  vertical-align:text-top !important;
}

.lib_div{
  background-color:#eeeeee;
  padding:5px 5px 5px 5px;  
  margin-bottom:2px;  
}

.lib_div h3{
  font-size:14px;
  font-weight:bold;
  color:#3008F7;
  padding-bottom:5px;
}

.home_icon{
  font-weight:bold;
  color:#000;
  padding-bottom:0px !important;
  padding-top:5px !important; 

}

.home_icon_awsome{
  cursor:pointer;
  /*color:#00513d;*/
  color:grey;
}


#timer_div{
  z-index:2000;
  background-color:#f5f5f5;
  padding: 5px 5px 5px 5px ;
}

.loading { margin: auto; }

.loading span {
  line-height: 32px;
  margin-left: 12px;
  font-size: 16px;
  vertical-align: middle;
}

.loading img { vertical-align: middle; }

.loading_wrp {
  background-color: #FFF;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1020;
}

.loading_wrp .x16 span {
  line-height: 16px;
  font-size: 12px;
  margin-left: 6px;
}

.loading_wrp .x32 img {
  width: 32px;
  height: 32px;
}

.home_top{
  /*background-color:#ffffff;*/

  padding:5px 10px 10px 25px; 

}

.home_tagline{
  height:35px;
  font-size:20px;
  font-weight:bold;
  padding:10px 0px 10px 0px;
}

.home_bottom{
  position: fixed;
  bottom: 0;
  width:100%;

}
.Logo_btm{
  background-color:#00513d;
  text-align:right;   
  padding:5px 100px 5px 5px;    
  }
.Login-error{
  font-size: 10pt;
}

/*.ajax-link{
  font-weight:bold;
}*/

/*.dropdown{
  font-weight:bold;
}*/

.hidden-xs{
  /*font-weight:500;*/
    font-size: 10pt;
}

.padding-left-15{
  padding-left:15px;
}

.icon-panel{
  /*background-color:rgba(126, 126, 126, 0.9); */
  background-color: rgba(146, 141, 154, 0.9);
  /*margin-left:1px; 
  margin-right:1px;*/
  margin-bottom:8px;
  margin-top:20px;
  border: 1px solid transparent;
    border-radius: 0;
    min-height: 200px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); 
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); 
}

#msg_submit{
  color:#DD1A1D;
  font-weight:bold;
  
}

#silde_number{
  font-weight:bold;
}

#thought{
  background-color:#cad1d9;
  height:25px;
}

.home_box{
  padding:1.2em 1.2em 1.2em 1.5em;
  text-align:left;
  color:#000000;
  background-color:#f0f0f0;
  min-height:250px;
  margin: 10px 15px 10px 40px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";  
  filter: alpha(opacity=80);  
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

.home_box_login{
  padding:1.2em 2.0em 1.5em 2.0em;
  text-align:left;
  color:#000000;
  background-color:#f0f0f0;
  margin: 20px 0px 0px 0px;
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";  
  filter: alpha(opacity=80);  
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;*/
}


.home_box h2{
  font-size:16px;
  font-weight:bold;
  padding-bottom:5px;
}

.home_box_heading{
  padding:1.2em 1.2em 1.2em 1.5em;
  text-align:left;
  color:#000000;
  background-color:#f0f0f0;
  margin: 10px 5px 5px 5px;
  margin-left:50%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";  
  filter: alpha(opacity=50);  
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

.result_msg{
  color:#FFFFFF;
  font-weight:bold;
  font-size:16px;
}

.mandatory{
  color:#DD1A1D !important;
  font-weight:bolder;
  font-size:16px !important;
}

.mandatory-indicator{
    background: #DD1A1D !important;
    font-weight: 400;
    font-size: 9px !important;
    color: #FFF !important;
    height: 16px !important;
    line-height: 15px !important;
    margin-left: 6rem !important;;
}

.fielderror{
  background-color:#FBF901;
  border-color:#DD1A1D;
}

/*.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
  color:#DD1A1D;
  font-weight:bold;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%)
}
*/
/*---custom scroll --*/
body::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.5);
  background-color: #ffffff;
}

body::-webkit-scrollbar
{
  width: 6px;
  background-color: #fff;
}

body::-webkit-scrollbar-thumb
{
  background-color: #42A5F5;
}

#sidebar-left::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.5);
  background-color: #ffffff;
}

#sidebar-left::-webkit-scrollbar
{
  width: 4px;
  background-color: #fff;
}

#sidebar-left::-webkit-scrollbar-thumb
{
  background-color: #42A5F5;
}

.ui-tabs .ui-tabs-panel::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.5) !important;
  background-color: #ffffff !important;
}
.ui-tabs .ui-tabs-panel::-webkit-scrollbar
{
    height: 8px !important;
  background-color: #fff !important;
}
.ui-tabs .ui-tabs-panel::-webkit-scrollbar-thumb
{
  background-color: #42A5F5 !important;
} 
/*---end of code --*/

/*---Icon Panel--*/
.cus-btn-grp{
    line-height: 185px;
}

.cus-btn{
    vertical-align: middle;
}

.cus-btn{
    background: #fff;
    min-width: 120px;
    min-height: 120px;
    padding: 16px 16px 16px 16px;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 101;
    border-radius: 5px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}


@media (max-width: 1024px) {
    .cus-btn{
        background: #fff;
        min-width: 120px;
        min-height: 120px;
        padding: 16px 16px 16px 16px;
        /*border: 1px solid #E0E0E0;*/
        border-radius: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        position: relative;
        z-index: 101;
         border-radius: 5px;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    }
    /*for ipad menu*/
    .main-menu li a i, .main-menu li a span, .sidenav li>a {
      font-size:12px !important;
    }
    /*for ipad menu ends*/
}

/*for ipad pro starts here*/
@media all and (device-width: 1024px) and (device-height: 1366px) and (orientation:portrait) {

  #footer_style{
    height: 430px !important;
  }
}
/*for ipad pro ends here*/

/*for samsung m30 starts here*/
@media all and (device-width: 1080px) and (device-height: 2280px) and (orientation:portrait) {

  #footer_style{
    height: 967px  !important;
  }
}
/*for samsung m30 ends here*/

@media (max-width: 768px) {
    .cus-btn{
        background: #fff;
        min-width: 120px;
        min-height: 120px;
        padding: 16px 16px 16px 16px;
        /*border: 1px solid #E0E0E0;*/
        border-radius: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        position: relative;
        z-index: 101;
         border-radius: 5px;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    }
}

.cus-btn:hover{
    -webkit-transform: scale(1.2,1.2);
  transform: scale(1.2,1.2);
    opacity: 1;
    z-index: 102;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.30);
    border: 1px solid #E0E0E0;
}
.cus-btn:hover .icon-text, .cus-btn:focus .icon-text{
    /*top:0;
    opacity: 1;
    visibility: visible;*/
}

.cus-btn:hover img, .cus-btn:focus img{
    /*color: #1976D2;*/
}

.cus-btn i{
    font-size: 42pt;
    color: #42A5F5;
    position: relative;
    top: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cus-btn img{
    width: 50px;
    top: 5px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.icon-text{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: -5px;
    /*opacity: 0;
    top: -12px;
    visibility: hidden;*/
    position: relative;
    color: #7F7F7F;
    font-weight: bold;
}

.nopadding {
   padding: 0 0.2px 0 0.2px !important;
   margin: 0 !important;
}

.mycolumn{
    padding-left: 20px !important;
    position: relative;
}
/*---end of code --*/

/*---panel --*/
.panel-primary {
    border: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border-top-left-radius:0;
    border-top-right-radius:0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    
}
.panel-primary .panel-heading{
    background-color: #009cff;
    border-radius: 0;
    border: none;
    padding-top: 3px;
    padding-bottom: 3px;
}
.panel-primary .panel-heading span{
    /*font-weight: normal !important;*/
    display: inline-block;

}

.panel-primary-1{
    background-color: rgba(108, 192, 103, 0.9);
}
.panel-primary-2{
    background-color: rgba(0, 156, 218, 0.9);
}
.panel-primary-3{
    background-color: rgba(146, 141, 154, 0.9);
}


.panel-primary-1 .panel-heading{
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
}
.panel-primary-2 .panel-heading{
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
}
.panel-primary-3 .panel-heading{
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
}

.panel-primary .panel-heading img{
    width: 35px;
    display: inline-block;
    margin-right: 8px;
}

/*.panel-grp-1 {
    min-width: 380px !important;
}
.panel-grp-2 {
    min-width: 380px !important;
}
.panel-grp-3 {
    min-width: 380px !important;
}*/

.panel-primary #courses{
    min-height: 230px;
    max-height: 500px;
    overflow: auto;
}
.panel-primary #quick_links{
    min-height: 230px;
    max-height: 500px;
    overflow: auto;
}
.panel-primary #news{
    min-height: 230px;
    max-height: 500px;
    overflow: auto;
}
/*---end of code --*/

/*---topbar---*/
.topbar-group{
    position: relative;
    height: 75px;
    padding-top: 5px;
    padding-bottom: 5px; 
}

.topbar-group .user-group{
    padding-top: 10px;
    display: block;
}
.user-group usericon{
    color:#2b2b2b !important;
}

.user-control span i{
    font-size: 15pt;
    padding-left: 5px;
    color: #7E7E7E;
}

.help-control span i{
    font-size: 15pt;
    padding-left: 5px;
    color: #7E7E7E;
}

.user-control span.welcome{
    font-size: 9pt;
    color: #7E7E7E;
    font-weight: normal;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.help-control span.welcome{
    font-size: 9pt;
    color: #7E7E7E;
    font-weight: normal;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.help-control:hover i,.help-control:hover .welcome,.help-control:focus i,.help-control:focus .welcome, .user-control:hover i,.user-control:hover .welcome,.user-control:focus i,.user-control:focus .welcome{
    color:#757575;
}
/*---end of code --*/

/*--menu-left--*/
.nav .main-menu i {
    font-size: 18px !important;
}


/* login footer */
.home_footer-grp{
    vertical-align: middle;
    position: relative;
}

.main_home_footer_con1{
    width: 50px;
    position: relative;
    margin-left: 15px;
    margin-top: -6px;
}
.main_home_footer_conl{
    padding-left: 0px !important;
    position: absolute !important;
    padding-top: 24px !important;
    font-size: 16pt;
    color: #757575;
    
}
.main_home_footer_con2{
    color: #757575;
   text-align: left;
    font-size: 10pt;
    position: relative;
    padding-bottom: 34px;
    margin-left: 34px;
    top:10px;
    right:-20px;
}

.main_home_footer_con3{
    width: 100px;
    position: relative;
    margin-top: -35px;
    right: 5px;
}

.alert-dark{
  background-color: #b0bec5 !important;
  margin-right: -26px !important;
  margin-bottom: 0px !important;
  margin-left: -26px !important;
  border-radius: 0px !important;
  margin-top: -10px !important;
  line-height: 0px !important;
}
/* end of code */

/*Overlay*/
.fademe { 
  background: rgba(255, 255, 255, 0.8); 
  width:      100%;
  height:     100%; 
  z-index:    0;
  top:        0; 
  left:       0; 
  position:   fixed; 
}

 .Table
    {
        display: table;
    width:100%;
    }
    .Title
    {
        display: table-caption;
        text-align: center;
        font-weight: bold;
    }
    .Heading
    {
        display: table-row;
        font-weight: bold;
        text-align: center;
    
    }
    .Row
    {
        display: table-row;
        text-align: left;
    }
    .Cell
    {
        display: table-cell;
       /* border: solid;*/
        border-width: thin;
        padding-left: 5px;
        padding-right: 5px;
    width:40%;
    }
  
  .headingfont
  {
        font-weight: bold;
        text-align: center;
    color:#5092be;
  }
  
  .notattempt{
        font-weight: bold;
    color:blue;
  }
  .passed{
        font-weight: bold;
    color:green;
  }

  .failed{
        font-weight: bold;
    color:red;
  }

  .inprogress{
        font-weight: bold;
    color:orange;
  }
  /* IE has layout issues when sorting (see #5413) */
  .group { zoom: 1 }

  #sortable { list-style-type: none; margin: 0; padding: 0; width: 60%; }
  #sortable li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; height: 18px; }
  #sortable li span { position: absolute; margin-left: -1.3em; }
   .ui-menu { position: absolute; width: 100px; }
/*end of code*/

.btn_min_width{
  min-width:90px;
  min-height:30px;
}



#change_password_form_div
{
    margin-right: 20px;
}


.btn-dash, .btn-dash.disabled, .btn-dash[disabled], fieldset[disabled] .btn-dash, .btn-dash.disabled:hover, .btn-dash[disabled]:hover, fieldset[disabled] .btn-dash:hover, .btn-dash.disabled:focus, .btn-dash[disabled]:focus, fieldset[disabled] .btn-dash:focus, .btn-dash.disabled:active, .btn-dash[disabled]:active, fieldset[disabled] .btn-dash:active, .btn-dash.disabled.active, .btn-dash[disabled].active, fieldset[disabled] .btn-dash.active,
.table > thead > tr > td.dash, .table > tbody > tr > td.dash, .table > tfoot > tr > td.dash, .table > thead > tr > th.dash, .table > tbody > tr > th.dash, .table > tfoot > tr > th.dash, .table > thead > tr.dash > td, .table > tbody > tr.dash > td, .table > tfoot > tr.dash > td, .table > thead > tr.dash > th, .table > tbody > tr.dash > th, .table > tfoot > tr.dash > th {
  background-color: #8f9da5;
  border:solid 1px #8f9da5;
  color: #FFFFFF;
  font-weight:600;
}

/*.card {
  display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    transition: box-shadow .25s;
}*/
.card:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.cardselected {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  background-color: #b0bed9;
}


/*
.img-card {
  background-color: rgba(238, 238, 238, 0.9);
  width: 100%;
  height:75px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:block;
  overflow: hidden;
}
.img-card img{
  height: 75px;
  object-fit:cover;
  transition: all .25s ease;
}
.card-content {
  padding:5px;
  text-align:left;
  min-height:135px;
}
.card-title {
  margin-top:0px;
  font-weight: 700;
  font-size: 1.05em;
}
.card-title a {
  color: #000;
  text-decoration: none !important;
}
.card-read-more {
  border-top: 1px solid #D4D4D4;
}
.card-read-more a {
  text-decoration: none !important;
  padding:5px;
  font-weight:600;
  text-transform: uppercase
}*/

.help{
  cursor:help;
}

@media (max-width: 600px){
    #logout {
        height: 29% !important;
        width: 85% !important;
    }

    #message_modal{
        width: 80%;
        max-height: 60%;
    }
    .main_footer {
        display: none;
    }

    .search-group{
        display: none;
        position: relative;
        padding-top: 5px;
        padding-bottom: 5px;  
    }

    .topbar-group{
        position: relative;
        height: 50px;
        padding-top: 5px;
        padding-bottom: 5px; 
    }

    .nav .main-menu > li > a, .nav.msg-menu > li > a {
        display: none;
        /*text-align: center;*/
        color:#080808;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        border-bottom: 1px solid #e7e7e7;
    }

    .topbar-group .user-group{
        padding-top: 0px;
        display: block;
    }

    #sidebar-left {
        position:absolute;
        z-index: 1000;
    }

    .card-content {
        padding:5px;
        text-align:left;
        min-height:60px;
    }

    .nav .main-menu .dropdown-menu > li > a {
        padding:5px 15px 5px 10px;
        /* color:#fff;*/
    }
  
    .sidebar-show #sidebar-left .nav .main-menu > li > a, .nav.msg-menu > li > a{
        display: block;
    }
}

@media (max-width: 620px){
    .main_footer {
        display: none;
    }

    .search-group{
        display: none;
        position: relative;
        padding-top: 5px;
        padding-bottom: 5px;  
    }

    .topbar-group{
        position: relative;
        height: 50px;
        padding-top: 5px;
        padding-bottom: 5px; 
    }

    .nav .main-menu > li > a, .nav.msg-menu > li > a {
        display: none;
        /*text-align: center;*/
        color:#080808;
        min-height: 5px;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        border-bottom: 1px solid #e7e7e7;
    }
    .topbar-group .user-group{
        padding-top: 0px;
        display: block;
    }

    #sidebar-left {
        position:absolute;
        z-index: 1000;
    }

    .card-content {
        padding:5px;
        text-align:left;
        min-height:60px;
    }

    .nav .main-menu .dropdown-menu > li > a {
        padding:5px 15px 5px 10px;
        /* color:#fff;*/
    }

    .sidebar-show #sidebar-left .nav .main-menu > li > a, .nav.msg-menu > li > a{
        display: block;
    }
  
}

@media (max-width: 640px){
    .main_footer{
        display: none;
    }

    .search-group{
        display: none;
        position: relative;
        padding-top: 5px;
        padding-bottom: 5px;  
    }

    .topbar-group{
        position: relative;
        height: 50px;
        padding-top: 5px;
        padding-bottom: 5px; 
    }

    .nav .main-menu > li > a, .nav.msg-menu > li > a {
        display: none;
        /*text-align: center;*/
        color:#080808;
        min-height: 5px;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        border-bottom: 1px solid #e7e7e7;
    }
    .topbar-group .user-group{
        padding-top: 0px;
        display: block;
    }

    #sidebar-left {
        position:absolute;
        z-index: 5001 !important
    }

    .card-content {
        padding:5px;
        text-align:left;
        min-height:60px;
    }

    .nav .main-menu .dropdown-menu > li > a {
        padding:5px 15px 5px 10px;
        /* color:#fff;*/
    }

    .sidebar-show #sidebar-left .nav .main-menu > li > a, .nav.msg-menu > li > a{
        display: block;
    }
  
}

.note-q-type{
  color: red;
  font-style: italic;
  font-size: 12px;
}

.login-note{
  font-size: 12px;
}

/*Other details icon */
.icon-design{
  font-size:40px !important; 
  display: inline-block !important; 
  vertical-align: middle; 
  float: none; 
  padding-top:5px; 
  padding-left:5px;
}

#bar-chart-style{
  width:50%;
  float: none;
  margin: 0 auto;
}

#pie-chart-style{
  width:50%;
  float: none;
  margin: 0 auto;
}

#bar-chart-style1{
  width:50%;
  /*float: right;*/
}

#pie-chart-style1{
  /*float: left;*/
}

/* Materialize CSS Overrife style*/

.input-field
{
      margin-top: 0rem !important;
}

.btn-login{
  border-radius: 20px !important;
  text-transform: none !important;
}

.btn-home-screen {
    background-color: #f50057 !important;
    border-radius: 20px !important;
    text-transform: none !important;
    font-size: 9px !important;
    height: 25px !important;
    line-height: 24px !important;
}

.card-title {
    font-size: 11px !important;
    line-height: 10px !important;
    font-weight: 500 !important;
    margin-bottom: 0 !important;
}

.btn, .btn-large, .btn-small, .btn-flat
{
  text-transform: none;
}

 .carousel-title {
    font-size: 16px !important;
    font-weight: 400;
 }

 .carousel-text {
    font-size: 12px !important;
 }

/* Materialize customization */
.switch
{
  margin-left: 40px !important;
}

.input-field .prefix
{
  font-size: 1.5rem !important;
  top: .5rem !important;
}

#logout 
{
  height: 29% !important;
  width: 45% !important;
  z-index: 6000 !important;
}

#message_modal
{
    position: fixed;
    left: 0;
    right: 0;
    background-color: #fafafa;
    padding: 0;
    max-height: 60%;
    width: 20%;
    margin: auto;
    overflow-y: auto;
    border-radius: 2px;
    will-change: top, opacity;
    z-index: 10000 !important;
}

#message_body
{
    margin: 0px;
    height: 100%;
}

#organization_role_switch{
  height: 35% !important;
  width:25% !important;
  padding: 10px !important;
  margin-top:10px !important; 
}

#create_role_modal
{
  height: 50% !important;
  width: 40% !important;
}

#group_form_modal
{
  height: 40% !important;
  width: 35% !important;
}

#org_form_modal
{
  height: 70% !important;
  width: 30% !important;
}

#sync_rules_modal, #update_dp_modal
{
  height: 55% !important;
  width: 40% !important;
}

#user_assessment_modal{
  /*top: 2% !important;*/
  height: 75% !important;
  width: 65% !important;
  padding: 0 !important;
  max-height: 100% !important;
}

#course_form_modal, #attach_content_topic_form_modal, #assessment_create_modal, #user_create_modal, #manage_course_modal, #permission_modal, #report_assessment_user_modal ,#report_assessment_user_detail_modal, #report_modal,#manual_update_bulk_modal,#manual_update_print_question_modal, #manage_survey_modal, #certificate_modal,#declaration_modal,#show_data_modal, #show_pending_modal, #pending_enroll_modal, #mymodal, #question_modal, #template_download_popup,#question_modal1,#user_create_modal_details_intervention, #skill_parameter_details_modal, #user_create_modal_details_man_hour, #training_plan_modal, #groupField_modal, #manage_group_field_modal, #open_camera_modal,#kaushal_batch_modal, #kaushal_placement_report_modal, #assign_trainer_modal, #report_response_user_modal, #report_response_user_question_modal, #view_survey_result_modal, #view_survey_question_result_modal, #user_log_in_modal, #manage_bbb_modal, #content_form_modal, #batch_attendance_modal_all, #upload_form_first_modal, #upload_form_second_modal, #attemptwise_modal, #vaccination_create_modal, #vaccination_modal, #vaccination_details_modal, #view_attempt_detalis, #attempt_form_modal
{
  /*top: 3% !important;*/
  height: 85% !important;
  width: 75% !important;
  padding: 0 !important;
  max-height: 100% !important;
}

#batch_attendance_modal {
    width: 80%;
}

#confirmDataModal, #upload_performance_score_view_modal
{
  /*top: 3% !important;*/
  height: 85% !important;
  width: 80% !important;
  padding: 0 !important;
  max-height: 100% !important;
}

#notification_form_modal
{
  /*top: 3% !important;*/
  height: 87% !important;
  width: 65% !important;
  padding: 0 !important;
  max-height: 100% !important;
}

#manage_batch_modal, #manage_partner_modal, #center_modal, #download_list_modal{
  /*top: 4% !important;*/
  height: 85% !important;
  width: 85% !important;
  padding: 0 !important;
  max-height: 100% !important;
}

#course_category_form_modal
{
  height: 70% !important;
  width: 60% !important;
}

#module_form_modal
{
  height: 100% !important;
  width: 60% !important;
}

#set_benchmark_value_modal{
  width: 40% !important;
}

#topic_credit_form_modal, #topic_dependency_form_modal, #attach_content_assessment_form_modal, #attach_content_feedback_form_modal
{
  height: 40% !important;
  width: 40% !important;
}


#topic_dependency_form_modal
{
  height: 40% !important;
  width: 35% !important;
}

#course_form_modal .modal-content, #manage_batch_modal .modal-content,  #user_create_modal .modal-content, #assessment_create_modal .modal-content, #user_assessment_modal .modal-content, #manage_survey_modal .modal-content, #notification_form_modal .modal-content, #mymodal .modal-content, #question_modal .modal-content, #report_modal .modal-content, #skill_parameter_details_modal .modal-content, #manage_partner_modal .modal-content, #center_modal .modal-content, #download_list_modal .modal-content,  #attempt_form_modal .modal-content, #user_question_dispaly_modal .modal-content
{
  /*height: 100% !important;*/
  padding: 0px !important;
}

#user_create_modal .modal-content, #user_files_configured_modal .modal-content{
  padding-bottom: 70px !important;
}

#groupField_modal .modal-content #displayViewSub{   
    margin-bottom: 110px;
}
#filter_modal .modal-content{
  margin-top: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 10px !important;
}

#feedback_modal{
  /*top: 2% !important;*/
  height: 80% !important;
  width: 80% !important;
  padding: 0 !important;
  max-height: 100% !important;

}
.modal-content
{
  /*comment for height issue in Permission*/
  /*height: 100% !important;*/
  border-radius: 0 !important;
}

.modal.modal-fixed-footer .modal-header{
  background-color: #fafafa !important;
  border-bottom: 1px solid rgba(0,0,0,0.1); 
  border-radius: 0 0 2px 2px;
  height: 50px;
  font-size: 14px;
  /*position: absolute;*/
  /*top: 0;*/
}


.modal.modal-fixed-footer .modal-footer {
  border-top: 1px solid rgba(0,0,0,0.1);
  position: absolute;
  bottom: 0;
  height: 50px;
}

.datepicker-modal{
    top: 10% !important;
    background: none !important;
    /*height: 425px !important;*/
    width: 500px !important;
}

.datepicker-day-button{
    line-height: 38px !important;
}

.timepicker-modal{
  background: none !important;
  width:500px !important
}

.datepicker-table td, .datepicker-table  th {
    padding: 1px !important;
}

.datepicker-date-display{
    padding: 22px 12px;
    flex: 0 1 235px;
}

.datepicker-date-display .date-text{
    font-size: 2rem;
    line-height: 40px;
}

.datepicker-date-display .year-text{
    font-size: 1rem;
    line-height: 15px;
}

.check-box-align{
    text-align:center;
}


/*style for fixing image in discussion table*/

#audit_report_table .column_width{
  word-wrap: break-word;
}

#audit_report_table .column_width img{
  width:100%; 
  height:auto;
  display:block;
}

#discussion_table .column_width img{
  width:100%; 
  height:auto;
  display:block;
}

#ask_quetion_table .column_width img{
  width:100%; 
  height:auto;
  display:block;
}


#news_table .column_width img{
  width:100%; 
  height:auto;
  display:block;
}


#organisation_structure_div tr{

  
}


@media only screen and (min-width: 993px){
  ul.stepper.horizontal .step-title{
    padding: 0 10px 0 55px !important;
    line-height: 58px;
    height: 58px;
  }
  ul.stepper.horizontal:before{
    min-height: 58px;
  }

  ul.stepper.horizontal .step{
    height: 58px!important;
  }

  ul.stepper.horizontal .step .step-title:before{
    top: 14.5px;
  }

  ul.stepper.horizontal .step-content{
    padding: 20px 20px 0px !important;
    top: 59px;
    height: calc(100% - 100px);
  }
}


.sidenav li>a>i, .sidenav li>a>[class^="mdi-"], .sidenav li>a li>a>[class*="mdi-"], .sidenav li>a>i.material-icons
{
  /*margin: 0 15px 0 0;*/
  /*color: #FFF;*/
  width: 0;
  font-size: 18px;
}

.collection .collection-item.avatar
{
  width: 100%;
  min-height:0px;
  cursor:pointer;
}

/*.sidenav li>a
{
  padding: 0 10px;
  color: #FFF;
  text-decoration: none;
  font-weight: inherit; 
}*/


/*Bootstrap customization */

/*.nav-link
{
  padding: 0rem 1rem 0rem 1rem !important;
}*/

.nav-pills .nav-link.active, .nav-pills .show>.nav-link
{
  color: #fff !important;
  background-color: #fa005e !important;

}

.nav-pills .nav-link
{
  border-radius: 0;
  background: #b4b4b4;
  color: #fff;
}

.nav-link:focus, .nav-link:hover
{
  text-decoration: none;
}

.popover-body
{
  padding: .5rem .75rem
}


/* Select 2 customization*/
.select2-container--default .select2-selection--single
{
  border: 0px;
  margin-top: -5px;
  border-bottom: 1px solid #aaa;
  border-radius: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow
{
  top: -15px;
  right: 4px;
}
/* Dropdown for dashboard */
.role_filters_drop_down .select2-container--default .select2-selection--single .select2-selection__arrow
{
  top: -15px;
  right: 4px;
}
.role_filters_drop_down .select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 20px;
  top: 0px;
  background: #f73162;
  border-radius: 10px;
}
.role_filters_drop_down .select2-container--default .select2-selection--single .select2-selection__arrow b{
  border-color: #ffffff transparent transparent transparent;
}

.role_filters_drop_down .select2-container--default .select2-selection--single{
    border: 0px;
    margin-top: -5px;
     border-bottom: 0px solid #aaa; 
    border-radius: 0px;
    background: #b4b4b42b;

}


[type="checkbox"].filled-in:not(:checked)+span:not(.lever):after
{
  height: 16px !important;
  width: 17px !important;
  background-color: transparent !important;
  border: 2px solid #5a5a5a !important;
  top: 5px !important;
  z-index: 0 !important;
}

[type="checkbox"].filled-in:checked+span:not(.lever):before
{
  top: 5px !important;
  left: 1px !important;
  width: 6px !important;
  height: 10px !important;
}
[type="checkbox"].filled-in:checked+span:not(.lever):after
{
  top: 5px !important;
  height: 16px !important;
  width: 17px !important;
}
[type="checkbox"]+span {
  font-size: .8rem !important;
}
.topics_details {
  margin-left: 0.3em;
  margin-right: 1em;
}

#topic_details_name {
  font-style: 1.2rem;
}

.collection .collection-item.active i {
  color: #eafaf9  !important;
}

.star {
  color: #FFDF00 !important;
  font-size: 1.2 rem !important;
  line-height: 50px;
}

.star_top {
  color: #eacd00 !important;
  line-height: 52px !important;
}

.display_point {
  font-size: 14px;
  color: #e8002c;
}

.points_div{
  padding-right: 10px;
  border-right: 2px solid #dee2e6 !important;
}

.indicator
{
  font-size: 1.2rem;
}

/*Nav bar*/
/*.main-menu > li > a {
  color: #ffffff;
  min-height: 5px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}*/
/*.main-menu > li > a:hover, .main-menu > li > .active{
  background: rgba(225, 225, 225, 0.10)
}

.main-menu > li > a, .main-menu > li > a:hover
{
  text-decoration: none;
}*/

.sub_menu
{
  display: none;
  background: rgba(175, 12, 136, 0.5)
}

.sub_menu > li
{
  padding-left: 15px;
}

.sub_menu > li > a:hover, .sub_menu > li > .active 
{
  background: rgba(225, 225, 225, 0.10)
  color: #FFF;
}


/* Dropify */
#organization_form .dropify-wrapper
{
  height: 140px;
}

@media (min-width: 768px) {
  .sidebar-show #sidebar-left.col-sm-2 {
    opacity: 0;
    width:0;
    padding:0;
  }
  .sidebar-show #content.col-sm-10 {
    opacity: 1;
    width:100%;
  }
  .page-404 .form-inline {
    width: 60%;
  }
}


@media (min-width: 1800px) {
  #sidebar-left {
    opacity: 1;
    width: 20%;
  }
  .sidebar-show #sidebar-left.col-sm-2 {
    opacity: 0;
    width:0;
    padding:0;
  }
  .sidebar-show #content.col-sm-10 {
    opacity: 1;
    width:100%;
  }
  .page-404 .form-inline {
    width: 60%;
  }
}




/*Drop down*/


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    /*border-left-color: #ccc;*/
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    /*border-left-color: #fff;*/
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/*Icon Picker*/

.material-icon-picker {
  position: absolute;
  background: #fcfcfc;
  text-align: center;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
  padding: 20px;
  z-index: 5000;
}

.material-icon-picker:focus {
  outline: none;
}

.material-icon-picker-prefix {
  top: .5rem;
}

.material-icon-picker .icons {
  max-width: 300px;
  max-height: 200px;
  overflow: scroll;
}

div.material-icon-picker input[type="text"] {
  width: 100%;
}

.material-icon-picker .mdi {
  font-size: 30px;
  cursor: pointer;
  border-radius: 50%;
  padding: 10px;
  margin: 3px;
  transition: .2s;
}

.material-icon-picker .material-icons:hover {
  background: #ececec;
}

.vakata-context { z-index:10052 !important; }

#displayView{
  padding-bottom: 40px;
  min-height: 150px;
}

.navbarDropdown
{
  min-width: 12rem !important;

}

.navbarDropdown .dropdown-item
{
  padding: 0rem 1.5rem;
}

#name_block {
    line-height: 1.5 !important;
    font-size: 12px;
    width: 170px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

nav .dropdown-item i, nav .dropdown-item [class^="mdi-"], nav .dropdown-item [class*="mdi-"], nav .dropdown-item i.material-icons
{
    display: block;
    font-size: 18px;
}

/*assessment csss*/
.titre {
     color: black;
     font-size:14px;
     border-radius: 5px;
     display: box;
     width: 300px;
     height: 100%;
     background-color: #f5f5f5;
     font-family: "Times New Roman", Times, serif;
     font-size: 16px;

    }
    .Correct{
        display: block;
        background-color: #86F065;
        border-radius: 5px;
        font-style: bold;
        text-align: center;
    }
    .Wrong{
        display: block;
        background-color: #E17070;
        border-radius: 5px;
        font-style: bold;
        text-align: center;
    }
    .Correct_Answer{
        font-family: "Times New Roman", Times, serif;
     
     font-size: 18px;
        font-style: bold;
    }
    .Your_Answer{
        font-family: "Times New Roman", Times, serif;
     
     font-size: 18px;
        font-style: bold;
    }
.countdown{font-family: arial; text-transform: uppercase;}
.countdown > div{display: inline-block; align-content: center;}
.countdown > div > span{display: block; text-align: center;}
.countdown-container{margin:0 3px;}
.countdown-container .countdown-heading{font-size: 11px; margin: 3px; color: #666}
.countdown-container .countdown-value{font-size: 18px; background: #6273c9; padding:10px; color:#fff; text-shadow: 2px 2px 2px rgba(0,0,0,0.4)}
.countdown-container .countdown-value-idle{font-size: 12px; background: #6273c9; padding:4px; color:#fff; text-shadow: 2px 2px 2px rgba(0,0,0,0.4); border-radius: 5px;}
.header-icon {
    font-size: 20px !important;
}

.assessments_box{
  background-color:#f5f5f5; 
  font-size: 20px;
  display: block;
  border-radius: 5px;
  margin-top: 5px;
}
#quesrion_list{
  color:#F00;
  display: block; 
  font-weight:bold; 
  text-align: right;
}

#assessment_details, #scorm_details
{
    border: 1px solid #b4b4b4;
    border-radius: 4px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 13px;
}

.select-dropdown {
    top: 0 !important;
}

.pagination li a{
  font-size: 0.8rem !important;
}

td, th{
  padding: 9px 5px !important;
}

#survey_section_box{
  background: #FFF;
}

/*.arrow-up, .icon-bar
{
    Change Seconds(here it's 0.5s) as per your requirement 
  -webkit-transition: all 0.5s ease-in-out; 
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}*/

.first_column{
  padding-left: 30px !important;
}

.first_column, .column_width{
  max-width: 200px !important;
}

.display_question{
  margin-left: 5%;
  margin-right: 5%;
}

.section_heading{
  padding-top: 2%;
  margin-bottom: 2%;
}

.section_div{
  padding-bottom: 2%;
  margin-top: 2%;
}

.report-generation{
  margin-left: 25px !important;
}


/*Added by Sunil Kumar*/
table.dataTable>tbody>tr.child ul.dtr-details {
    word-break: break-word !important;
}

.label_heading{
  font-weight: bold;
}

#confirmation{
  height: 29% !important;
  min-height: 300px;
  min-width: 60%
}

#language_confirmation{
  height: 275px;
  min-height: 300px;
  min-width: 60%
}

.surveydetails_div{
  padding: 2%;
}

.report_wrapper {
  margin-bottom: 0px !important;
}

#selected_list, #selected_module, #selected_course, #selected_topic, #selected_batches  {
  font-size: 14px;
}

#report_dump_message {
  font-size: 14px;
  font-style: italic;
}

@media (max-width: 400px) {

  #logout 
  {
    height: 29% !important;
    width: 85% !important;
  }

  #ajax-content{
    padding-right: 10px !important;
    /*margin-left: 10px !important;*/
    padding-left: 10px !important;
  }
  #course_list{
    padding-right: 10px !important;
    /*margin-left: 10px !important;*/
    margin-right: 10px !important;
    padding-left: 10px !important;
  }
  #card_user_view
  {
    margin-left: 20px !important;
  }

  #message_modal{
    width: 80%;
    max-height: 65%;
  }
  #organization_role_switch{
    height: 50% !important;
    width:75% !important;
    padding: 10px !important;
    margin-top:10px !important; 
  }

  .panel-menu a.account {
    padding: 5px 0px 5px 0;
  }
  .avatar {
    margin: 0;
  }
  .panel-menu i.pull-right {
    margin-left: 0;
  }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: none;
  }
  #dashboard_links .nav-stacked > li {
    float:none;
  }
  #dashboard_links .nav-pills > li.active > a:before {
    display: none;
  }
    
  #logo1 img {
    width:160px;
  }

  #log02 img {
    width:0px;
    display: block;
    margin-right: auto;
    margin-left: auto;    
  }
  
  #homelogo1 img {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  #homelogo2 img {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  /* Login Page Styles*/

  .login-form {
    background: rgba(255, 255, 255, 1);
    /*margin-left: 3% !important;*/
    padding-bottom: 3% !important;
    float: none;
    box-shadow: 5px 2px 5px rgba(0, 0, 0, 0.1);
    margin-top: 30%;
    padding-top: 9% !important;
    display: flex;
    min-height: 32em !important;
    flex-direction: column;
    border-radius: 35px !important;
    padding-left: 15% !important;
    padding-right: 15% !important;
    margin-right: 2% !important;
    margin-left: 1%;
  }

  .login_title {
    font-size: 30px;
    padding: 5px;
    color: #860091;
  }
  .login_sub_title {
    font-size: 13px;
    padding: 5px;
    color: #b4b4b4;
  }
/*
.login-form-text{
  display: none;
  min-height: 32em !important;
  flex-direction: column;
  background: rgba(97, 255, 173, 0.5);
  color: #fff;
  padding-bottom: 3% !important;
  padding-left: 2% !important;
  float: none;
  box-shadow: 10px 2px 5px rgba(0, 0, 0, 0.03);
  margin-top: 5%;
  padding-top: 2% !important;
}*/

.main_login_bg{
  background: url(../img/login/bg.png) no-repeat left top fixed !important; 
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-size: 250px 650px !important;
  height: inherit;
  z-index: 100;
  pointer-events:visible;
}

.marquee-sibling {
  padding: 0;
  background: rgb(255, 255, 255);
  width: 30%;
  height: 30px;
  line-height: 30px;
  font-weight: normal;
  color: #424242;
  text-align: center;
  float: left;
  left: 0;
  z-index: 2000;
  border-right: 1px solid #BDBDBD;
}

marquee {
  display: inline-block;
  margin: 0;
  height: 30px;
  width: 60%;
  line-height: 10px;
  white-space: nowrap;
}

.box-content-bestview {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  border-top:solid 1px #e4e4e4;
  padding: 1px;
  background: #f8f8f8;
  position: fixed;
  bottom: 0;
  text-align:center;
  width:100%;
  z-index:3000; 
  font-size:12px;
  display: none;
 }

 #card_user_view{
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 10px;
    display: inline-grid;
    min-width: 210px;
  }

  #card_user_view img {
    border-radius: 10px;
    height: 150px;
    vertical-align: middle;
  }

  nav .sidenav-trigger{
    margin: 0px;
  }


  #user_assessment_modal{
    top: 2% !important;
    height: 80% !important;
    width: 95% !important;
    padding: 0 !important;
    max-height: 100% !important;
  }

  .countdown-container .countdown-value-idle{
    font-size: 10px;
    padding: 2px;
  }

}

#happay_card_info_div, #other_payment_div, #admit_card_yes_div, #admit_card_no_div, #appearance_exam_absent_div, #appearance_exam_present_div, #status_div {
  width: 100%;
  padding-top: 35px !important;
}

td.drill-down-link{
    color: #039be5;
    text-decoration: underline;
    cursor:pointer;
}

