@import "../screen/glyphicons.css";
html, body {
  background-color: #fff;
  height: 100%;
}
#TB_window{
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

#breadcrumb {
  margin: 0 0 14px 100px;
  padding-top: 11px;
  font-weight: bold;
  font-size: large;
  border-bottom: 1px solid #f3f5f6;
  padding-bottom: 14px;
}

/* rounded backgrounds */
.top-left, .top-right, .bottom-left, .bottom-right {
  background-image: url('../../images/corners1280x18.gif');
  height: 9px;
  font-size: 2px;
}
.top-left, .bottom-left {margin-right: 9px;}
.top-right, .bottom-right {margin-left: 9px;margin-top: -9px;}
.top-right {background-position: 100% 0;}
.bottom-left  {background-position: 0 -9px;}
.bottom-right {background-position: 100% -9px; }
.inside {
  border-left: 1px solid #a2a2a2;
  border-right: 1px solid #a2a2a2;
  background: #fff;
  color: #000000;
  padding: 0 7px;
}

#header form #rounded table td div.inside {min-width:300px;}
.nogap {margin-top: 0;margin-bottom: 0;text-align:center; height:25px;}
#rounded table {margin:0; border: 0;}
/************** progress-bar ********************/
 .container-fluid div.progress-bar, .container div.progress-bar {
  height: 30px;
  padding: 0 0 0 15px;
  margin-bottom: 2px;
  float: none !important;
  width:auto !important;
  background:none !important;
  box-shadow:none !important;
  margin-bottom: 12px;
}

div.progress-bar > span.button {
  display: block;
  float: left;
  position: relative;
  height: 30px;
  margin: 0 0 0 -15px;
  padding: 0 15px 0 0;
  background-repeat: no-repeat;
  background-position: top right;
}

div.progress-bar > span.button a {
  display: block;
  height: 26px;
  line-height: 26px;
  padding: 0 7px 0 18px;
  color: black;
  background-color: #f0f0f0;
}

div.progress-bar > span.button {
  background-image: url("../screen/grey/progress_bar/arrow.png");
}

div.progress-bar > span.button > span {
  display: block;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  background-color: white;
  padding: 1px 0 1px 1px;
  height: 30px;
}

div.progress-bar > span.inactive a {
  color: #999;
}

div.progress-bar > span.extension {
  display: block;
  float: none;
  position: relative;
  height: 30px;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
  background-color: #f0f0f0;
  border-radius: 4px;
}

div.progress-bar > span.end {
  clear: both;
}

div.progress-bar > span.past {
  background-image: url("../screen/grey/progress_bar/arrow_past.png");
}
div.progress-bar > span.past a {
  background-color: #cfcfcf;
  text-decoration: none;
}

div.progress-bar > span.current {
  background-image: url("../screen/grey/progress_bar/arrow_current.png");
}
div.progress-bar > span.current a {
  background-color: #919496;
  color:#fff;
  text-decoration: none;
}

div.progress-bar > span.button:hover {
  background-image: url("../screen/grey/progress_bar/arrow_hover.png");
}

div.progress-bar > span.button:hover a {
  color: white;
  background-color: #4d5052;
  text-decoration: none;
}
.wizard-buttons{margin-bottom: 10px}
/*************** end progress-bar *******/
/*******************form popup**************/
.width-label{
  width: 10.5em;
}
.width-label-long{
  width: 27.5em;
}
.spacing-label{
  padding-right:4em;
}
option {
  padding-left: 3px;
  margin: auto;
}
.navbar-header .navbar-brand img{height:100%;}
.mandatory, .footnote {
    color: #f00 !important;
    font-weight: bold !important;
}
.row.form-inline {
    margin-left: 0px;
    margin-right: 0px;
}
.c50l.col-sm-6{padding-left: 0px;}
.c50r.col-sm-6{padding-right: 0px;}
.form-inline img{top:auto !important;}
.file .form-control{
  border: none;
  background: none;
  box-shadow: none;
  padding-left: 0;
}
.form-control-max{max-width: 250px;}
a.remove_child {float: right;}
#document fieldset {
  border-bottom: 1px solid #EEE;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.field_error input {
    border: solid 1px red;
}
.addressForm ul{margin-left:15px;}

ul, ol {
  margin-left: 0px;
  padding-left: 2em;
}

.boot-row {
  margin-left: -15px;
  margin-right: -15px;
}

.boot-row:before, .boot-row:after {
  content: " ";
  display: table;
}

.boot-row:after {
  clear: both;
}

.dashboard-section .links,
.dashboard-section .show-all {
  padding: 7px 0;
  overflow: auto;
  border-top: 1px dashed #a8a8a8;
  margin-top: 5px;
}

.portal-dashboard .item{
  padding: 10px 0;
  border-top: 1px solid #ccc;
}

.portal-dashboard .no-items{
  padding: 15px 0;
}

.portal-dashboard .item:first-child {
  border-top: none;
}

.portal-dashboard .unread {
  background-color: #f0f0f0;
}

.portal-dashboard .unread .title,
.portal-dashboard .unread .category {
  font-weight: bold;
}

.link {
  color: #e24a37;
  text-decoration: none;
  cursor: pointer;
}
.user_student .link{
  color: #4D87C7;
}
.user_student .link:hover {
  color: #1E3071;
  text-decoration: underline;
}
.container-fluid.main-fluid > .row{
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto !important;
  position: relative;
  min-height: 100%;
}
.menu-left {
  flex-basis: 25%;
  max-width: 25%;
}
.main-container {
  flex-basis: 75%;
  max-width: 75%;
}
@media (min-width: 1200px) {
  .menu-left {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .main-container {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
}
.main-container,
.menu-left {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.table th a{
  color: #fff;
  text-decoration: none;
}
.table th a:hover{
  text-decoration: none;
  color:inherit;
}
table .nohover td[colspan]{padding:0px;}
.mceLayout {width: 100%;}
#hour-format input[type=checkbox],
#dom-format input[type=checkbox],
#mon-format input[type=checkbox],
#dow-format input[type=checkbox]
{position: absolute !important;clip: rect(1px 1px 1px 1px);clip: rect(1px,1px,1px,1px);}
#hour-format label,
#dom-format label,
#mon-format label,
#dow-format label
{margin-top: 0;margin-bottom: 0;}
.ui-button-text{ padding: 8px 0;}
.cluetip-default h3#cluetip-title {
  background-color: #4d4d4f;
  color: #fff;
  font-size: 1em;
  padding: 5px;
}
.hide_body_cluetip #cluetip-inner{
  display: none !important;
}
.hide_body_cluetip, .hide_body_cluetip #cluetip-outer{
  background: none !important;
}
.pagination .summary  {
  padding: 8px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #e24a37;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.pagination .summary:first-child  {
  border-right: none;
}
.fix-left-multi-checkbox .checkbox-inline {
    margin-left: 0px;
    margin-right: 10px;
}
.fix-top-image img{margin-top: -6px;}
.margin-left-3em {margin-left: 3em;}
.border-icon{
  border: 1px solid #dddddd;
  border-radius: 8px;
  padding: 7px 7px 5px 8px;
  float: right;
  position: absolute;
  top:14px;
  z-index: 50;
}
h1.page-header{margin: 12px 0 18px 0px; border-bottom: none}
.table-responsive{padding-right: 15px;padding-left: 15px;}
/*********glyphicon*********/
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-info-sign,
.glyphicon-exclamation-sign,
.remove-file,.alert .glyphicon,
.panel-heading .glyphicon-plus{
  font-size: 15px !important;
  top:3px;
}
#contacts .glyphicon-minus-sign,
#emails .glyphicon-minus-sign,
.addressForm .glyphicon-minus-sign{
  font-size: 18px ;
  top:6px;
}
.alert .glyphicon,
.panel-heading .glyphicon-plus{color: #fff !important;}
/*********************report_builder***************************/
.glyphicon-file:before {
  content: "\e022";
}
.treeview .hitarea {
  margin-top: 4px;
}
.filetree li.expandable span.folder,
.filetree span.folder,
.filetree span.file{
  background: none;
  padding-left:7px;
}
.glyphicon-folder-close,.glyphicon-file{
  font-size: 14px !important;
}
.filetree span.folder .glyphicon-folder-close:before{
 content: "\e118";
}
.filetree li.expandable span.folder .glyphicon-folder-close:before{
 content: "\e117";
}
.display-name .glyphicon-file,
#available-sort .glyphicon-file,
#active-sort .glyphicon-file{display: none;}
.display-name .glyphicon-folder-close:before,
#available-sort .glyphicon-folder-close:before,
#active-sort .glyphicon-folder-close:before{content: "\e022";}
#reportbuilder ul.selectlist li{background: none; padding-left: 2px;}
#reportbuilder .inputarea .selected span.glyphicon {
  color: #4d4d4f;
  background-color: #fff;
}
#reportbuilder div.inputarea {
  border-radius: 4px;
}
#hour-every-slider{border: 1px solid #ccc !important;}
#hour-out_slider{margin-top: 40px !important;}
#reportbuilder div.inputarea{
  height: 340px;
}
#reportbuilder div.inputarea.high {
    height: 449px;
}
#reportbuilder div.inputarea.low {
    height: 180px;
}
/***********************calendar***********************/
.jColorSelect{width: auto !important;}
.ul-calendar{padding-left: 0;margin-bottom: 5px;}
.ul-calendar,.ul-calendar li{float: left;list-style: none;}
.calendar_navigate{
  vertical-align: middle;
  height: 28px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  line-height: 1.2;
  border-radius: 0;
  padding: 7px;
  display: inline-block;
  height: 31px;
  cursor: pointer;
  padding-bottom: 5px;
  padding-top: 7px;
}
.today:hover{
  text-decoration: none !important;
  color:inherit !important;
}
.previous,.next{
  background-color: #006dcc;
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.previous,.day{
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-right:none;
}
.previous:hover,.next:hover{
  background-color: #0044cc;
  background-image: linear-gradient(to bottom, #0044cc, #0044cc);
  color: #ffffff;
  text-decoration: none !important;
}
.next,.all{
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-left:none;
}
.series{border-radius: 4px;}
.day,.week,.month,.all,.series {
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.day:hover,.week:hover,.month:hover,.all:hover,.series:hover,
.day:focus,.week:focus,.month:focus,.all:focus,.series:focus{
  background-color: #f89406;
  color: #ffffff;
  background-image: linear-gradient(to bottom, #f89406, #f89406);
  text-decoration: none !important;
}
.calendar_contents,.calendar_label{
  border: 1px solid #e1e1e1 !important;
}
.calendar_label{
  background-color: #f3f5f6 !important;
  font-weight: bold;
  color: #333333 !important;
}
.calendar_contents {
  background-color: #fff !important;
  color: #fff !important;
}
.calendar_contents:hover {
  color: #bbbbbb !important;
}
.calendar_day {
  background-color: #f3f5f6 !important;
  border: 1px solid #e1e1e1 !important;
  font-size: 1em !important;
}
.ui-selected {
  background: #727ea3 none repeat scroll 0 0;
  color: #fff;
}
.ui-selecting {
  border: 1px solid #e3bc08 ;
  background-color: #fdf1ba ;
  color: #0088cc ;
}
/**************forum**************/
.forum .c100.col-sm-12,
#new_topic .c100.col-sm-12,
#new_post .c100.col-sm-12{
  padding-left: 0px;
  padding-right: 0px;
}
.forum .post .header .author {
  float: left;
  width: 50%;
}

.forum .post .header .actions {
  float: right;
  width: 50%;
  text-align: right;
}

.forum .post .avatar {
  float: left;
  padding: 7px;
}
.forum .post .avatar img {
  border: 1px solid #dddddd;
  max-width: 64px;
  max-height: 64px;
}

.forum .post .body {
  padding: 7px;
  float: left;
}

.forum .show-forums {
  display: block;
  padding-left: 16px;
  background: url("/images/collapsed.gif") no-repeat;
}

.width100{width:98% !important;}
#new_topic .short_label{width: 6em !important;}
.inside .glyphicon,
.border-icon .glyphicon{
  padding-left: 2px;
  padding-right: 2px;
}
/**************menu student************/
.menu-left {
  padding-left: 0;
  padding-right: 0;
}
#menu_title{
  padding-left: 15px;
  border: none;
  color: #fff;
}
.menu-left .dropdown-toggle .caret{
  position: absolute;
  right: 13px;
  top: 17px;
}
.dropdown-menu-right{
  right: -179px;
  top: -3px;
  left: inherit;
  border-radius: 2px;
}
.nav > li.menu_title > a,
.menu-default > ul > li > a{
  padding: 10px 15px 10px 25px;
}
.nav-stacked > li + li {
  margin-top: 0px;
}
.nav-pills > li,.nav-pills > li > ul > li {
  border-top: 1px solid rgba(255,255,255,0.3);
  margin-top: -1px !important;
}
.nav-pills > li > a {
  border-radius: 0;
}
.in{
  border-bottom: 1px solid #ddd;
}
.dropdown-toggle[aria-expanded="true"] .caret{
  border-bottom: 4px solid;
  border-top: 0px solid !important;
  color: inherit;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: rgba(255,255,255,0.6);
  color: #4d4d4f;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: rgba(255,255,255,0.4);
  color: #4d4d4f !important;
}
.nav-pills > li a {
  color: inherit;
}
.dropdown-menu-right > li a{
  color: #4d4d4f;
}
.nav-pills > li > ul > li {
  border: none;
}
.nav-pills > li.active > ul > li.active > a{
  background-color: rgba(255,255,255,0.5);
  color: #4d4d4f !important;
}
.nav-pills > li a:hover{
  background-color: rgba(255,255,255,0.6);
  color: #4d4d4f !important;
}
.nav-pills > li a:focus{
  background-color: rgba(255,255,255,0.2);
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus{
  background-color: rgba(255,255,255,0.4);
  color: #4d4d4f;
}
.border-top {border-top: none !important}
a[aria-expanded="true"],
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus{
  border-bottom: 2px solid rgba(255,255,255,0.3);
}
.dropdown-menu-collapse .dropdown,
.dropdown-menu-collapse .dropdown a{
  border-bottom: 0 !important;
}
.dropdown-menu-collapse > li > a {
  padding-left: 43px;
}
.dropdown-menu-right > li a{
  color: #4d4d4f !important;
}
.dropdown-menu-right > li:hover{
  background-color: rgba(0,0,0,0.2);
}
.dropdown .dropdown-menu-collapse .dropdown-toggle .caret{
  border-bottom: 4px solid transparent;
  border-left: 4px solid;
  border-top: 4px solid transparent !important;
  right: 10px;
}
.dropdown .dropdown-menu-collapse .open .dropdown-toggle[aria-expanded="true"] .caret{
  border-right: 4px solid;
  border-left:0;
  right: 15px;
}
footer {
  margin-top: 0px !important;
}
.main-container{background-color: #fff;}
.invoice_list #main-fluid,
.user_student.attendance #main-fluid{
  background-color: #f5f5f5;
}
.navbar-fixed-top .employer_logo{
  padding: 5px;
  text-align: right;
}
.payment_list #main-fluid{
  background-color: #f5f5f5;
}
.navbar-fixed-top .employer_logo img{
  max-height: 100% !important;
  max-width: 100% !important;
}
#navbar-main{
  border-bottom: none;
}
.navbar-nav > li > a {
  padding-bottom: 30px ;
  padding-top: 30px ;
}
/******************/
@media (max-width: 800px) {
  .main-container,.menu-left{min-height: auto;}
}
@media (max-width: 600px) {
  .col-sm-6, .col-md-6, .col-lg-6, .col-xs-6 {padding-left: 0px;}
  .dropdown-menu-right{
    right: -0px;
    top: unset;
  }
  .navbar-fixed-top .navbar-nav > li > a{
    padding-bottom: 11px;
    padding-top: 13px;
  }
  .navbar-fixed-top .navbar-right{
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center;
  }
  #navbar-main  {
    margin-left: 0;
    min-width: 224px;
    padding-left: 0;
    padding-right: 0;
  }
  #navbar-main .navbar-nav {
    margin: 0;
  }
  .employer_logo{
    display: none !important;
  }
  #menu_title {
    display: none;
  }
  #menu_title.display_device {
    display: block;
  }
  .mobile_full .menu-left {
    flex-basis: 165px;
    max-width: 165px;
  }
  .mobile_full .main-container {
    flex-basis: calc(100% - 182px);
    max-width: calc(100% - 182px);
  }
}

.glyphicon-back:before{
  content: "\e132";
}
.new_close {
  position: absolute;
  font-size: 20px;
  color: gray;
  right: 17px;
  cursor: pointer;
}
.total_notification.unread .notification,
.notification_count{
  position: initial !important;
  border-radius: 11px;
  background: #006dcc;
  color: #fff;
  padding: 0 8px 0 7px !important;
  line-height: 1.6em !important;
  font-size: 1em !important;
  display: inline !important;
  background: #006dcc;
  color: #fff;
}
.menu-left .glyphicons-chat::before{
  padding: 4px 2px 0px 0;
}
.notification_danger{
  color: #ffffff;
  background-color: #aa2a2a;
  border-color: #a22828;
}
.ui-dialog-modal {
  z-index: 9999 !important;
}
.ui-dialog-modal {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}
.ui-dialog-modal .ui-dialog-titlebar {
  border: 0;
  background: none !important;
  color: #000;
  background-color: #f3f5f6 !important;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.4286px;
  padding: 15px;
}
.ui-dialog-modal .ui-widget-header .ui-icon {
  background: none;
  position: relative;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  text-indent: inherit;
  color: transparent;
}
.ui-dialog-modal .ui-dialog-titlebar-close {
  width: auto;
  height: auto;
}
.ui-dialog-modal .ui-widget-header .ui-icon:before {
  padding: 3px 1px;
  content: "\E208";
  position: absolute;
  color: #000;
  text-align: center;
  left: 0;
}
.pagination .input-group {
  margin-bottom: 0;
  padding: 0;
}
.pagination input[type="text"] {
  border: 1px solid #dddddd;
  border-radius: 0;
  box-shadow: none;
  color: #e24a37;
  display: inline-block !important;
  height: 36px;
  margin-bottom: 0;
  padding: 1px 5px;
  text-align: center;
  width: 34px !important;
  float: left;
  margin-left: -1px;
}
.pagination .input-group-addon {
  background-color: #eee;
  display: inline-block;
  font-size: 9px;
  font-weight: normal;
  padding: 11px 22px 7px 10px;
}
/******select2 custom*******/
.select2-container--default .select2-selection--single .select2-selection__arrow b{
  border-color: white transparent transparent;
  top: 55%;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
  border-color: transparent transparent white;
}
.select2-selection.select2-selection--single.btn.btn-warning.floppy-disk{
  padding-right: 20px;
}
.btn.btn-warning .select2-selection__rendered,
.btn.btn-info .select2-selection__rendered{
  padding:0;
  line-height: 26px;
}
.btn.btn-warning .select2-selection__placeholder,
.btn.btn-warning .select2-selection__rendered,
.btn.btn-info .select2-selection__placeholder,
.btn.btn-info .select2-selection__rendered{
  color: #ffffff;
  text-align: left;
}
.select2-container--open .select2-dropdown--below{
  border-top: 1px solid #aaa;
  min-width: 230px !important;
}
.select2-container--open .select2-dropdown--above{
  border-bottom: 1px solid #aaa;
  min-width: 230px !important;
}
.select2-selection.select2-selection--single.btn.btn-warning,
.select2-selection.select2-selection--single.btn.btn-info{
  height: 30px;
  padding-top: 1px;
}
.select2-container--default .select2-selection--single.btn.btn-warning{
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
#filter_form .printer_hide label{
  width: 100%;
}
.btn.btn-warning .glyphicon, .btn.btn-warning.floppy-disk .glyphicon_custom, button span.glyphicon {
  color: inherit;
  font-size: 1em;
}
.btn.btn-warning .glyphicon_custom:before {
  content: "\e138";
}
#filter_form .glyphicon-floppy-disk:before,
#filter_form .btn.btn-warning.floppy-disk .glyphicon_custom:before {
  content: "\e172";
}
.btn .glyphicon {
  font-size: 1em;
}
.btn.btn-primary .glyphicon {
   color: #fff;
}
.btn.btn-primary,
#filter_form .btn.btn-primary, .wizard-buttons .btn.btn-primary {
  background-color: #337ab7;
  border-color: #2e6da4;
  color: #fff;
}
#filter_form .btn.btn-primary.focus, #filter_form .btn-primary:focus, .wizard-buttons .btn.btn-primary:focus {
  background-color: #286090;
  border-color: #122b40;
  color: #fff;
}
#filter_form .btn.btn-primary:hover, .wizard-buttons .btn.btn-primary:hover {
  background-color: #286090;
  border-color: #204d74;
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary,
#filter_form .btn.btn-primary.active,
#filter_form .btn-primary:active,
#filter_form .open > .dropdown-toggle.btn-primary,
.wizard-buttons .btn.btn-primary:active {
  background-color: #286090;
  border-color: #204d74;
  color: #fff;
}
#filter_form .btn.btn-warning {
  background-color: #f0ad4e;
  border-color: #eea236;
  color: #fff;
}
#filter_form input.form-control,
#filter_form span.select2-selection,
#filter_form span.select2-selection__placeholder,
#filter_form span.select2-selection__rendered {
  height: 36px;
  line-height: 32px;
}
#filter_form span.select2-selection__arrow{
  height: 32px;
}
#filter_form .btn .glyphicon:hover{
  color: inherit;
}
#document-type-tabs {
  margin-right: -15px;
  margin-left: -15px;
}
.dropdown .badge,
.nav-tabs .badge {
  margin-left: 3px;
  background-color: #006dcc;
  color:#fff;
}
.layout_black .tab-bar .current span.badge {
  color: #fff !important;
}
ul.tab-bar li.current span.badge {
  color: #fff;
  background-color: #006dcc;
}
.nav-pills > .active > a > span.badge-danger,
.total_notification.portal .badge.badge-danger,
.dropdown .badge.badge-danger,
.panel-primary > .panel-heading .badge.badge-danger{
  background-color: red;
  color: #fff;
}
.badge.badge-info {
  color: #fff;
  background-color: #006dcc;
}

.widget-box {
  box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-clip: padding-box;
  margin-bottom: 20px;
  background-color: #fff;
  width: 25%;
  display: block;
  padding: 10px 15px;
  position: relative;
  color: #fff !important;
}

.widget-box .mdi {
  font-size: 25px;
}
.widget-two-info {
  background-color: rgba(53, 152, 220, 0.7);
  border-color: rgba(53, 152, 220, 0.9);
}

.widget-two-active {
  background-color: rgba(142, 68, 173, 0.7);
  border-color: rgba(142, 68, 173, 0.9);
}

.widget-two-year {
  background-color: rgba(231, 80, 90, 0.7);
  border-color: rgba(231, 80, 90, 0.9);
}

.widget-two-week {
  background-color: rgba(50, 197, 210, 0.7);
  border-color: rgba(50, 197, 210, 0.9);
}

.widget-box .glyphicon,
.widget-box .glyphicons {
  position: absolute;
  right: 15px;
  font-size: 40px !important;
  top: 32px;
  overflow: hidden;
  vertical-align: middle;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.7) !important;
  border: 2px solid rgba(255, 255, 255, 0.7) !important;
}
.widget-qualified .widget-box .glyphicons
{
  line-height: 55px;
  display: none;
}
.widget-box .glyphicons:before {
  padding: 1px 0;
}
.widget-box h2 {
  font-size: 30px;
  margin: 8px 0;
  color: #fff;
}
.widget-box p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
.widget-box.sales-consultants {
  background: linear-gradient(to bottom,#f86c6c 0,#be1314 100%)
}
.widget-box.sales-managers{
  background: linear-gradient(to bottom,#caeef1 0,#2ab5c2 100%)
}
.widget-box.service-advisors{
  background: linear-gradient(to bottom,#fcda55 0,#a7833a 100%)
}
.widget-box.service-managers{
  background: linear-gradient(to bottom,#fca044 0,#8c3202 100%)
}
.widget-box.service-technician{
  background: linear-gradient(to bottom,#D4E157 0,#C0CA33 100%)
}
.main-fluid,
.container-fluid.main-fluid {
  background-color: #fff;
  height: calc(100% - 48px);
  min-height: 100%;
}
.tag.tag_default{
  border: 1px solid #ddd;
  color: #000;
}
.tag.tag_default.tag-show {
  background-color: #e4e4e4;
  border: none;
  font-size: 85%;
  line-height: initial;
  border-width: 0;
  padding: 5px 8px;
}

.tag.color_white{
  color: #fff;
}
.tag.color_black{
  color: #000;
}
.glyphicon-moodle::before {
  content: "";
  display: block;
  text-indent: -9999px;
  width: 1em;
  height: 1em;
  background: transparent url(/images/glyphicon-moodle.svg) no-repeat scroll 0 0;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
}

.dropdown-menu a:hover .glyphicon-moodle::before {
  background-image: url(/images/glyphicon-moodle-hover.svg);
}
.glyphicon-white-moodle::before {
  content: "";
  display: block;
  text-indent: -9999px;
  width: 1em;
  height: 1em;
  background: transparent url(/images/glyphicon-moodle-white.svg) no-repeat scroll 0 0;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
}
.panel-card {
  border: 0;
  border-top: 1px solid #E5E5E5;
  border-radius: 5px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.17);
  color: #656d78;
  position: relative;
  width: 100%;
  height: calc(100% - 20px);
}
.panel-card .card-cogwheel {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
  display: none;
}
.card-cogwheel a{
  width: 26px;
  height: 26px;
  font-size: 14px;
  color: #FFF;
  border: 2px solid #FFF;
  line-height: 25px;
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 0px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  margin-bottom: 5px;
}
.card-cogwheel:hover,
.panel-card:hover .card-cogwheel {
  display: inline-block;
}
.card-cogwheel .glyphicons:before{
  padding: 6px;
}
.card-cogwheel a:hover .glyphicons:before {
  color: #DDD;
}
.card-cogwheel a:hover {
  border-color: #DDD;
    color: #DDD;
}
.panel-body.profile{
  border-radius: 5px 5px 0px 0px;
  text-align: center;
  background: #2d3945;
  min-height: 155px;
}
.panel-card img {
  width: 100px !important;
  height: 100px;
  border: 3px solid #FFF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
.panel-body.profile h5 {
  margin-bottom: 3px;
  margin-top: 10px;
}
.panel-body.profile h5 > a,
.panel-body.profile h5{
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.panel-card .relationship{
  font-size: 12px;
  font-weight: 400;
  color: #999;
}
.panel-body.contact small{
  font-weight: 700;
  padding-bottom: 5px;
  display: inline-block;
}
.panel-body.contact > .row{
  padding: 0;
}
.panel-body.contact > .row:not(:last-child) {
  padding: 0 0 10px 0;
}
.panel-card .card-cogwheel .glyphicons:before{
  padding: 5px;
  font-size: 13px;
}
.panel-card .relationship .tag {
  border-radius: 0.25rem;
  color: #fff;
  display: inline-block;
  font-size: 85%;
  font-weight: 700;
  line-height: 1;
  padding: 0.5em 0.8em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  background-color: #e4e4e4;
  color: #000 !important;
}
.jr-toggle-checkbox input[type="checkbox"] ~ label.btn {
  padding: 3px 15px;
}
.jr-toggle-checkbox input:checked ~ label.btn {
  color: #ffffff;
  background-color: #aa2a2a;
  border-color: #a22828;
}
.form-group .col-lg-7 input[type="text"] {
  width: 50%;
}
.form-group .col-lg-7 select {
  width: 100px;
}
.navbar-toolbar {
  margin-top: 30px;
  border-color: transparent;
  border: 0;
  border-radius: 0;
  min-height: 0;
}
.navbar-toolbar .navbar-header {
  height: auto;
  padding: 0;
  float: none;
  padding-left: 50px;
}
.navbar-toolbar-edit .navbar-header {
  padding-left: 0;
}
.navbar-toolbar.navbar-toolbar-edit .navbar-header {
  padding-left: 0;
}
.content-state-show input[type="checkbox"]{
  margin-bottom: 0px;
}
.navbar-toolbar .navbar-left,
.navbar-toolbar .navbar-right {
  padding: 0;
}
.navbar-toolbar .navbar-header .navbar-brand {
  font-size: 2.2em;
  font-weight: bold;
  height: auto;
  padding: 0px 5px 5px 0px;
  float: none;
  line-height: 29px;
}
.navbar-toolbar .navbar-header .navbar-brand .navbar-brand-number {
  font-size: 15px !important;
  padding-top: 10px;
  color:#666;
}
.navbar-toolbar .navbar-buttonset li {
  margin-left: 5px;
  display: inline-block;
  vertical-align: top;
}
.navbar-toolbar .navbar-buttonset {
  display: inline-block;
}
.navbar-toolbar .navbar-right .navbar-buttonset {
  text-align: right;
  float: right;
}
.navbar-toolbar .navbar-left .navbar-buttonset {
  float: left;
}
.navbar-toolbar .navbar-buttonset .btn
{
  background-color: #f3f5f6;
  border-color: #cccccc;
  padding: 0;
}
.navbar-toolbar .navbar-buttonset .glyphicon:before
{
  padding: 5px 8px 7px;
  font-weight: 500;
  display: inline-block;
  font-size: 15px;
}

.navbar-toolbar-edit .navbar-right{
  text-align: right;
}

.navbar-buttonset .btn-counter {
  position: relative;
}
.navbar-buttonset .btn-counter .number{
  position: absolute;
  right: -4px;
  top: -6px;
  font-size: 11px;
  border-radius: 50%;
  width: 16px;
  border: 0;
  font-weight: 500;
  color: #fff;
  height: 16px;
  line-height: 16px;
  background-color: #f7c800;
  text-align: center;
}
.navbar-buttonset .dropdown-menu a {
  line-height: 25px;
}
.navbar-toolbar .navbar-header .navbar-brand h1 {
  font-size: 33px !important;
  display: inline-block;
  margin: 0;
}
.navbar-toolbar .navbar-header .navbar-buttonset {
  margin-top: 5px;
}
#party-modal {
  position: fixed;
  border-bottom: 0;
}
#full-avatar .modal-dialog,
#party-modal .modal-dialog {
  border-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#party-modal.in {
  display: flex !important;
}
#full-avatar.modal {
  background: rgba(0,0,0,0.4);
  box-shadow: none;
}
#full-avatar .modal-dialog {
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
#full-avatar .modal-dialog .modal-content {
  margin: 0 auto;
}
.jr-toggle-checkbox input[type="checkbox"] ~ label.btn {
  padding: 3px 15px;
  height: auto;
  width: auto;
  line-height: normal;
  margin-bottom:10px;
}
.jr-toggle-checkbox input:checked ~ label.btn:hover,
.jr-toggle-checkbox input:checked ~ label.btn:focus,
.jr-toggle-checkbox input:checked ~ label.btn {
  color: #ffffff;
  background-color: #aa2a2a;
  border-color: #a22828;
}
.jr-toggle-blue-checkbox input[type="checkbox"] ~ label.btn {
  padding: 3px 15px;
  height: auto;
  width: auto;
  line-height: normal;
  margin-bottom:10px;
}
.jr-toggle-blue-checkbox input:checked ~ label.btn:hover,
.jr-toggle-blue-checkbox input:checked ~ label.btn:focus,
.jr-toggle-blue-checkbox input:checked ~ label.btn {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.span-red-toggle {
  padding: 3px 15px;
  height: auto;
  width: auto;
  line-height: normal;
  margin-bottom:10px;
  color: #ffffff !important;
  font-size: 95% !important;
  background-color: #aa2a2a;
  border-color: #a22828;
}
.span-blue-toggle {
  padding: 3px 15px;
  height: auto;
  width: auto;
  line-height: normal;
  margin-bottom:10px;
  color: #ffffff !important;
  font-size: 95% !important;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.jr-input-group {
  display: inline-flex;
  height: 30px;
  position:relative;
  border-collapse: separate;
}
.jr-input-group.dependon-role-agent .form-control {
  width: 50px;
}
.jr-input-group.input-group .form-control{
  min-height: 28px;
}
.jr-input-group .input-group-addon{
  padding: 8px 12px;
  width: 10px;
}
.tag {
  border-radius: 0.25rem;
  color: #fff;
  display: inline-block;
  font-size: 85%;
  font-weight: 700;
  line-height: 1;
  padding: 0.5em 0.8em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
.primary_emergency {
  margin-top: 10px;
  margin-bottom: 10px;
}
.welcome-message-portal {
  padding: 10px;
}
.welcome-message-portal > p {
  margin-bottom: 0px;
}
.btn.btn-white {
  color: #000;
  background-color: #ffffff;
  border-color: #cccccc;
}
a.btn.btn-white {
  line-height: 25px;
  padding: 5px 10px 5px 0;
  margin-left: 15px;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  color: #000;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.panel-referral-student .form-control{
  height: 30px;
}
.panel-referral-student .btn {
  padding: 5px 6px;
}
.btn-referral-cancel .glyphicon{
  color: #fff;
}
#report-download-progress, .open-progress{
  left: 61% !important;
  line-height: 26px;
}

.btn.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active,
.btn.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}

.hyperlink {
  color: #4D87C7;
}

small > a, div > a, td > a, p > a {
  color: #4D87C7;
}

a:hover {
  color: #1E3071;
}
.user_student.enrolment_show h1.page-header{
  margin: 25px 0 18px;
  border-bottom: none;
}
.user_student.enrolment_show #main-fluid {
  background-color: #f5f5f5;
  padding-left: 20px;
  padding-right: 20px;
}
.user_agent.student_list #main-fluid{
  background-color: #f5f5f5;
}
.user_agent.student_list #title.page-header{
  border-bottom: none;
}
#agent-student-list{
  margin-top: 20px;
}
#agent-student-list h3{
  margin-top: 0px;
  margin-bottom: 0px;
}
.main-container .main-portal .fixed-table-toolbar,
.main-portal .pagination {
  margin: 0 0 10px 0 !important;
}
.main-portal .pagination .summary {
  display: inline-block;
}
#agent-student-list .fixed-table-toolbar{
  margin: 18px 0;
}
.blocker {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100%; height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.75);
  z-index: 99999;
}
.blocker:before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.balance-out-label {
  display: inline;
  padding: .3em .6em .3em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  margin: 0 0 0 10px!important;
}

.balance-out-label-custom {
  display: inline-block;
  color: #ffffff;
  line-height: 1.4;
  margin-left: 0px!important;
}

.bo-label-danger { background-color: red; }
.bo-label-info { background-color: #006dcc; }
.bo-label-success { background-color: #449d44; }
