body {
  font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  background-color: #ecf0f1 !important;
}



.add_new_cmp_btn {
  padding: 3px 10px 2px 10px !important;
  border-radius: 5px !important;
  margin-left: 5px;
  font-size: 11px !important;
  margin-top: 0px;
}

.input-daterange .input-group-addon {
  width: auto;
  min-width: 8px !important;
  padding: 4px 1px 3px !important;
  line-height: 1.42857143;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
  font-size: 12px;
  border: 1px solid #ddd !important;
}

#mRadio {
  margin-top: -6px !important;
}

.form-control {
  display: block;
  width: 100%;
  height: 22px;
  padding: 6px 12px;
  font-size: 11px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #9a9a9a;
  /* border-radius: 0px !important; */
  -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: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

thead .form-control {
  display: block;
  height: 24px;
  width: 100%;
  font-weight: 400 !important;
  padding: 2px 4px;
  font-size: 11px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #9a9a9a;
  border-radius: 3px !important;
  -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: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#mRadio .form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  padding-top: 0px;
  margin-top: 0;
  margin-bottom: 0;
}

.disabledTab {
  pointer-events: none;
}

.navbar-inverse {
  background-color: transparent !important;
}

.min-width-30 {
  min-width: 30px;
}

.min-width-50 {
  min-width: 50px;
}

.min-width-80 {
  min-width: 80px;
}

.min-width-100 {
  min-width: 100px;
}

.min-width-150 {
  min-width: 150px;
}

.min-width-200 {
  min-width: 200px;
}

.min-width-250 {
  min-width: 250px;
}

.min-width-300 {
  min-width: 300px;
}

.bottom_margin {
  margin-bottom: 100px;
}

/*sandeep css*/
.background-color-all-withborder {
  background-color: #fff;
  border: 1px solid;
}

.padding-top-all {
  padding-top: 30px;
}

.padding-left-all {
  padding-left: 30px;
}

.padding-right-all {
  padding-right: 30px;
}

.padding-bottom-all {
  padding-bottom: 30px;
}

.row-zero {
  margin-top: 15px;
}

.padding-top-15 {
  padding-top: 15px;
}

.center {
  margin: auto;
  text-align: center;
}

.cell-align-left {
  text-align: left !important;
}

.margin-top-five {
  margin-top: 5px;
}


/*====================================================================================================END CSS BY BHARAT SIR===========================================================*/
.top-menu {
  width: 100%;
  /*background-color: #fff;*/

  /*background-image: url('../img/menu_bg_dark.png');*/
  padding-top: 6px;
}

.logo-side {
  width: 100%;
  height: 64px;
  /* background-image: url(images/ee.png);
  -webkit-background: linear-gradient(0deg, #dcdcdc 2%, #ffffff 56%);
  -moz-background: linear-gradient(0deg, #dcdcdc 2%, #ffffff 56%);
  -o-background: linear-gradient(0deg, #dcdcdc 2%, #ffffff 56%);
  background: linear-gradient(0deg, #858a8e 2%, #e0e0e0 56%);*/
}

.logo-company {}

.logobox {
  /* max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  margin-left: 20px; */
  text-align: center;
}

.logobox img {
  width: 50px;
  height: 50px;
  margin-top: 1px;
  /*border-radius: 50%;
    background-color: rgba(167, 167, 167, 0.28);
    padding: 3px;*/
}

.comp_name {
  font-size: 15px;
  color: #fff;
  display: inline-block;
  position: absolute;
  top: 0px;
  margin-left: 8px;
}

.text-title {
  margin-top: 0px;
  padding-top: 5px;
  font-family: 'proximanova', sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.supper_adimin_font {
  font-size: 11px !important;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.p-l-r-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.p-l-0 {
  padding-left: 0px !important;
}

.p-l-r-10 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}


.p-r-0 {
  padding-right: 0px !important;
  margin-right: -1px;
  /*margin-top: -1px;*/
}





.sidebar {
  width: 100%;
  height: auto;
  min-width: 220px !important;
}

.background_color {

  /*background-color: #3b3b3b;*/

  /*background-color: #3a424e;*/
  background-color: rgba(54, 65, 80, 0.88);
}

.logo-mobile-menu {
  display: none;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
  background-color: #ededed;
}

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

fieldset.scheduler-border {
  border: 1px solid #ddd !important;
  position: relative;
  border-radius: 4px;
  background-color: #f5f5f5;
  padding: 0 20px !important;
  min-height: 408px;
}

legend.scheduler-border {
  display: block;
  width: 50%;
  padding: 5px 15px;
  margin-bottom: 12px;
  font-size: 13px;
  line-height: inherit;
  color: #555;
  border: 1px solid #e5e5e5;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  background-color: #fff;
  border-radius: 4px;
}

h4.student-dashboard {
  display: block;
  width: 50%;
  padding: 5px 15px;
  margin-bottom: 12px;
  font-size: 13px;
  line-height: inherit;
  color: #555;
  border: 1px solid #e5e5e5;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  background-color: #fff;
  border-radius: 4px;
}

.summernote {
  margin-bottom: -14px;
}

.logo-image-preview {
  border: 1px solid #ededed;
  border-radius: 4px;
  padding: 1%;
  width: 100%;
}

.logo-image-preview.bdr-right {
  border-right-color: transparent !important;
  border-radius: 4px 0px 0px 4px !important;
  padding: 4px;
}

/*
===============================================================================top menu icon =============================================================================*/

/****user dropdown menu***/

.notificationdropdown_menu ul {
  width: 300px;
  background-color: #fff;
  border-radius: 5px;
}

/*.top_right .menu_notification li ul li a {
    padding: 5px 5px;
    color: #7e8c8d;
    font-size: 12px;
}*/

.notificationdropdown_menu ul a {
  background-color: #fff;
  color: black;
  display: block;
  padding: 12px;
  text-decoration: none;
  border: 0px solid;
}

.notificationdropdown_menu .media-body p {
  margin: 0px;
}

.notificationdropdown_menu li {
  padding: 0px 5px;
}

.notificationdropdown_menu li:first-child {
  border-bottom: 1px solid #ddd;
}

.notificationdropdown_menu .notifi-title {
  padding: 5px 5px;
  display: block;
  float: none !important;
  clear: left;
  font-size: 13px;
}

.notificationdropdown_menu .footer-title {
  padding: 5px 8px;
  font-size: 13px !important;
  cursor: pointer;
}

.notificationdropdown_menu .notifi-title .label {
  border-radius: 4px;
  background-color: #5bb95c;
  border-radius: 4px !important;
}

.dropdown-menu.xyz {
  border: 1px solid #ccc;
  left: -254px !important;
  top: 21px;
  z-index: 6;
}

#table-history #table-attachment .table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
  font-size: 11px;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
  text-align: center;
}

#container1 .highcharts-button-box {
  display: none;
}

#table-history #table-attachment .table {
  margin-top: 15px;
}

.notificationdropdown_menu ul a:hover {
  background-color: rgba(204, 204, 204, 0.26);
}

.notificationdropdown_menu a.active {
  background-color: #4CAF50;
  color: white;
}

.notifications-tital .dropdown-footer {
  padding: 10px 15px !important;
  background-color: #f4f4f4 !important;
  font-size: 12px;
}

.content-img {
  width: 40px;
  height: 40px;
  margin: 10px 0 0 10px;
  border: 1px solid #ededed;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  margin-top: 10px;
  float: left;
}

.content-img img {
  width: 100%;
}

.content-notification-div {
  height: 250px;
  overflow: auto;
}

.content-notification {
  display: inline-block;
  width: 74%;
  vertical-align: middle;
  margin: -24px 0 -15px 0;
  padding-left: 15px;
}

.content-notification p {
  font-size: 12px !important;
  font-family: 'Proximanova', sans-serif !important;
  /* color: !important; */
  margin-top: -5px;
  width: 100%;
  height: 15px;
  overflow: hidden;
  color: #7f8c8d !important;
}

.content-notification h3 {
  font-size: 12px;
  font-weight: 500;
}

.controls .upload {
  border: 1px solid #b9b5b5;
  padding: 4px;
  width: 100%;
  border-radius: 4px 3px 19px 5px;
}

.controls .btn.upload1 {
  padding: 4px 9px;
  margin-left: -14px !important;
  border: 2px solid #2ab051 !important;
}

.multiimg-action-icon ul {
  list-style-type: none;
  margin-top: -10px;
  margin-left: -39px;
}

.multiimg-action-icon ul li {
  float: left;
  padding-right: 4px;
}

.multiimg-action-icon ul li i {
  color: #fff;
  padding: 3px;
  background-color: #2ecc71;
  border-radius: 3px;
}

.multiimg-action-icon a i {
  color: #fff;
  padding: 3px 2px 3px 4px;
  background-color: #81c868;
  border-radius: 3px;
  font-size: 10px;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da !important;
}

/*=================================================================================end menu icon =============================================================================*/

/*=================================================================================chart section============================================================================*/
#camp-chart .progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

#school-register-chart .school-reg-heading h2 {
  font-size: 16px;
  color: #000000;
  /* font-family: 'Proximanova' ,sans-serif; */
  text-transform: uppercase;
  /* font-weight: 600; */

  /* margin-left: 20px; */
  letter-spacing: 1px;
}

.school-indicator {
  text-align: right;
  padding-right: 14px;
}

.school-indicator .indi {
  text-align: right
}

.school-indicator ul li div {
  display: inline-block;
  margin-left: 20px;
  margin-top: 5px;
}

.indi-color {
  width: 60px;
  height: 15px;
  background-color: #eee;
}

.indi-color1 {
  width: 60px;
  height: 15px;
  background-color: #00b5ef;
}

#school-register-chart .school-reg-total-no {
  display: inline-block;
  position: relative;
  float: left;
  border-right: 1px solid;
}

#school-register-chart .school-reg-total-no ul {
  list-style-type: none;
  /*border-right: 1px solid ;*/
  padding-right: 10px;
  position: relative;
  margin-top: 3px;
}

#school-register-chart .school-reg-total-no ul li {
  padding-top: 15px;
}

#school-register-chart .school-reg-total-no ul li:last-child {
  padding-bottom: 25px;
}

#school-register-chart ul {
  list-style-type: none;
}

#school-register-chart li.chart-inner-field:first-child {
  display: inline-block;
  float: left;
  margin-left: 0px;
}

#school-register-chart li.chart-inner-field {
  display: inline-block;
  float: left;
  margin-left: 5px;
}

#school-register-chart .chart-outer-section {
  height: 210px;
  width: 40px;
  margin-top: 20px;
  background-color: #eee;
  display: inline-block;
}

#school-register-chart .chart-outer-section:first-child {
  height: 210px;
  width: 35px;
  margin-top: 20px;
  background-color: #eee;
  display: inline-block;
  margin-left: 20px;
}

#school-register-chart .chart-section ul li .chart-inner-section {
  height: 120px;
  width: 100%;
  background-color: #00b5ef;
  margin-top: 90px;
}

#school-register-chart .chart-section ul li .chart-inner-section:first-child {
  height: 100px;
  width: 100%;
  background-color: #00b5ef;
  margin-top: 110px;
}

#school-register-chart .school-reg-manth {
  border-top: 1px solid;
}

#school-register-chart .school-reg-manth ul {
  list-style-type: none;
  display: block;
}

#school-register-chart .school-reg-manth ul li {
  float: left;
  padding-left: 40px;
  padding-top: 5px;
}

#school-register-chart .school-reg-manth ul li:first-child {
  float: left;
  padding-left: 20px;
}

#school-register-chart .school-reg-manth ul li:nth-child(9) {
  float: left;
  padding-left: 27px;
}

.space-progress-bar {}

.padding-zero {
  padding: 0 !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.p-r-0 {
  padding-right: 0px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}
.m-l-20{
  margin-left: 20px !important;
}
.p-r-25{
  padding-right: 25px !important;
}

.table-data-ratio-cal-table .select2-container .select2-selection--single {
  height: 22px !important;
  line-height: 22px !important;
  overflow: hidden;
}

.table-data-ratio-cal .table-body-border input {
  height: 22px;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 24px !important;
  user-select: none;
  -webkit-user-select: none;
}

.m-t-1 {
  margin-top: 1px;
}

.m-t-2 {
  margin-top: 2px;
}

.m-t-3 {
  margin-top: 3px;
}

.m-t-4 {
  margin-top: 4px;
}

.m-t-5 {
  margin-top: 5px;
}

#side_menu ul li.dropdown a.active {
  background: #3A57E8 !important;
  color: #fff !important;
}

.submit_other button {
  font-size: 11px;
  color: #fff;
  background-color: #3a57e8;

  width: 70px;
  padding: 3px;
}


.table-body-border .button_edit_module {
  height: 18px;
  font-size: 10px;
  line-height: 12px;
  padding: 0px 10px;
  /*margin-right: 6px;*/
  color: #fff;
}



.m-t-20 {
  margin-top: 20px;
}

#create-form-section .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #555;
  line-height: 22px !important;
}

.padding-zero-right {
  padding: 0 64px 0 0 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  border-radius: 3px;
  height: 20px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option:hover {
  background-color: #3a57e8 !important;
  color: #fff !important;
  font-size: 11px;
  letter-spacing: 0px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #3a57e8 !important;
  color: #fff !important;
  font-size: 11px;
}

.select2-container--default .select2-results__option {
  font-size: 11px;
}

.select2-dropdown {
  background-color: #f5f5f5 !important;
}

/*==========================================================image upload and preview=================================*/
.image-preview-input {
  position: relative;
  overflow: hidden;
  margin: 0px;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.image-preview-input input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.image-preview-input-title {
  margin-left: 2px;
}

/*end */
/*#browse-button .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.33);
  border-radius: 0px 4px 4px 0px;
}*/

/*#browse-button .btn.upload-image-button {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.33);
  border-radius: 4px;
  margin-left: 5px;
}*/

/*================================================================================= end chart section============================================================================*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
  border-radius: 3px !important;
  background-color: #F4F4F4;
  height: 22px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  max-width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
  font-family: 'Jost', sans-serif;
  font-size: 10px;
  color: #000;
}

.select2-dropdown {
  background-color: white;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .5);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -1px;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  width: 0;
}

#exTab1 ul li a {
  font-size: 12px;
  text-transform: uppercase !important;
  /* font-weight:; */
  color: #333;
}

.tab-content>.tab-pane {
  /* border: 1px solid #cef6fd; */
  min-height: 300px;
  overflow-y: auto;
  margin-top: 0px;
  padding: 8px 8px;
  border-radius: 0px 4px 4px 4px;
  overflow-x: hidden;
}

.nav-pills>li+li {
  margin-left: 1px !important;
}

.Create_user_heading {
  color: #797979;
  font-size: 12.5px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin: 5px 0px;
  outline: 0;
}

.Create_user_heading a:focus {
  outline: 0;
}


#exTab1 .nav {
  padding-left: 0;
  list-style: none;
  margin: 0px;
  line-height: .8em;
  background-color: #E8F1FF;
  border-radius: 5px;
}

.ctr_tabe #exTab1 .nav {
  padding-left: 0;
  margin-bottom: 1px;
  list-style: none;
  background: #E8F1FF;
  border-radius: 5px !important;
}

/*#exTab1  .nav-pills>li {
      float: left;
    background-color: #ddd;
    border-radius: 5px 5px 0px 0px;
    margin-top: 0px;
}*/

#exTab1 .nav-pills>li.active {}

#exTab1 .nav-pills>li.active>a {
  opacity: 1;
  background-color: #3a57e8;
  border: none;
  color: #fff !important;
  cursor: pointer;
  line-height: 0.5;
  padding-left: 7px;
  padding-right: 7px;
  letter-spacing: 0.2px;
  text-transform: capitalize !important;
  font-weight: 600;
  margin-right: 3px;
  border-radius: 5px;
  font-size: 10px;
  font-family: 'Raleway', sans-serif;
  padding-top: 11px;
  padding-bottom: 10px;
}

button.add_new_template {
  padding: 3px 10px;
  font-size: 12px;
  margin-bottom: 5px;
}

.dash_heading_h2 h2 {
  font-size: 12px;
  padding-left: 15px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px 5px 0px 0px;
  font-weight: 700;
  color: #6b6b6b !important;
  text-transform: uppercase;
  margin: 0px;
}

#exTab1 .nav>li>a:focus,
#exTab1 .nav>li>a:hover {

  background-color: #3a57e8;
  border: none;
  color: #fff !important;
  cursor: pointer;
}

#exTab1 .nav>li>a {
  opacity: 0.5;
  background-color: transparent;
  border: none;
  color: #0062ff !important;
  cursor: pointer;
  line-height: 0.5;
  padding-top: 11px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  letter-spacing: 0.2px;
  text-transform: capitalize !important;
  font-weight: 600;
  margin-right: 5px;
  border-radius: 5px 5px 5px 5px;
  font-size: 10px;
  font-family: 'Raleway', sans-serif;
}

.height_455px {
  min-height: 430px;
  max-height: 430px;
  overflow-y: auto;
}

#verticalbar2 {
  display: block;
  background: #fff;
  width: 100%;
  border-radius: 2px;
  position: relative;
  margin-top: 0px;
  /* min-height: 455px; */
  overflow-y: auto;
}

#verticalbar6 {
  display: block;
  background: rgba(0, 0, 0, .6);
  width: 100%;
  border-radius: 2px;
  position: relative;
  margin-top: 6px;
  border: 1px solid #ccc;
}

/*------------------disable box-------------------------------------*/
.disable_layer {
  background: rgba(0, 0, 0, 0.46);
  color: white;
  font-size: 44px;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  text-align: center;
}

.disable_layer .disable_txt i {
  font-size: 80px;
}

.disable_layer .disable_txt h2 {
  margin: 0px;
  font-size: 18px
}

.disable_layer .disable_txt {
  max-width: 500px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  height: 150px;
}

/*------------------ end of disable box-------------------------------------*/
.image-size-text {
  font-size: 10px;
}

.background-color-width {
  width: 75px !important;
  padding: 0px !important;
}

#verticalbar2 #create-form-section .form-group label {
  padding-left: 8px !important;
  padding-right: 0px !important;
}

#create-form-section .form-group label {
  /* display: block;
  max-width: 100%;
  margin-bottom: 4px;
  /*font-weight: 300;*/
  /* font-size: 12px;
  text-align: left;
  height: 23px;
  line-height: 23px;
  color: #0062FF;
  text-transform: capitalize; */
  /* background-color: #ebeff2; */
  font-size: 10px !important;
    font-weight: 600;
    padding-left: 6px;
    color: #0062FF;
    padding: 5px 3px 3px 5px;
    text-align: left;
    margin-bottom: 0px;
  font-family: 'Raleway', sans-serif;


}

.form-group label {
  /* display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 12px;
    text-align: left;
    height: 23px;
    line-height: 23px;
    color: #0062FF;
    text-transform: capitalize; */
  /* background-color: #ededed; */
  padding-top: 0px;
  /* padding-left: 10px; */
  font-size: 11px !important;
  font-weight: 600;
  padding-left: 6px;
  color: #0062FF;
  padding: 5px 3px 3px 15px;
  text-align: left;
  margin-bottom: 0px;
  font-family: 'Raleway', sans-serif;
}

.form-group .col-xs-12 {
  margin-bottom: 4px;
}

#create-form-section .input_mandatory,
#myTable thead th.input-mandatory-tb {
  background-color: #d2e6fc57 !important;
  color: #000000 !important;
  border-color: #d2e6fc57 !important;
}

.br_rad_lr_0 {
  border-radius: 0px 5px 5px 0px !important;
  border-left: 0px solid;
}

#create-form-section .form-group .label_radio {
  background-color: transparent;
}

#create-form-section .form-group {
  margin-bottom: 6px;
}

#create-form-section .form-group input.form-control {
  display: block;
  width: 100%;
  height: 24px;
  padding: 6px 8px;
  border-radius: 3px !important;
  font-size: 11px;
  line-height: 2.428571;
  color: #000000;
  background-color: #F4F4F4;
  background-image: none;
  border: 1px solid #F4F4F4;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  text-align: left;
  background-color: #F4F4F4;
  border: 1px solid #F4F4F4;
  border-radius: 3px;
  color: #000000;
  padding: 2px 6px;
  height: 23px;
  max-width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
  font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 11px;
  /*background-color: #f5f5f5ab !important;*/
}

#create-form-section .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #555;
  line-height: 28px;
}

.form-control[disabled],
.form-control[readonly] {
  background-color: #f5f5f5ab !important;

}

#create-form-section .form-group textarea.form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 11px;
  line-height: 1.42857143;
  color: #000;
  border-radius: 5px !important;
  background-color: #F4F4F4;
  background-image: none;
  border: 1px solid #F4F4F4;
  border-radius: 5px;
  -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: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border-radius: 0px;
  /*background-color: #f5f5f5ab !important;*/
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 0px !important;
}

#create-form-section span {
  /* color:; */
}

.custom_model .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  background: #4dccf1;
  text-align: left;
  color: #fff;
  height: 30px;
  padding: 0px 15px !important;
  line-height: 30px;
}

.custom_model .modal-header .close {
  margin-top: 2px;
  color: #fff;
  position: relative;
  background-color: #000;
  padding: 0px 6px 3px;
  margin-right: -10px;
}

.custom_model .modal-header h4 {
  font-size: 12px;
  display: inline;
}

.input-top-margin {
  margin-top: 10px;
  margin-bottom: 3px;
}

.submit {
  padding-top: 10px;
  padding-bottom: 9px;
  text-align: center;
}

#create-form-section .sp-replacer {
  margin-top: 7px;
  padding: 2px;
  margin-left: 0px;
  border: 1px solid #c7c5c5;
  background-color: #c4f0e5;
  border-radius: 4px;
}

.submit button,
.submit a {
  font-size: 11px;
  color: #fff;
  background-color: #3a57e8;
  /* border-color: #36d3ed; */
  width: 70px;
  padding: 3px;
}

.note-toolbar-wrapper .btn-default .note-recent-color {
  color: #333;
  font-size: 10px;
  margin-top: 5px;
  padding: 0px 3px 2px;
}


.note-popover .popover-content>.btn-group,
.panel-heading.note-toolbar>.btn-group {
  margin-top: 1px !important;
  margin-right: 1px !important;
  margin-left: 0;
}

/* #create-form-section span.input-group-addon {
  background-color: #d0cccc;
  border: 1px solid #bdbdbd;
  font-size: 11px;
  background: #3a57e8;
  color: #fff;
  border-radius: 0px 6px 6px 1px;
} */
#create-form-section span.input-group-addon {
  background-color: #d0cccc;
  border: 1px solid #bdbdbd;
  font-size: 11px;
  background: #3a57e8;
  color: #fff;
  border-radius: 0px 6px 6px 1px;
  margin-top: -1px !important;
  margin-right: -2px !important;
  /* margin-left: -10px !important; */
  position: absolute;
  right: 0;
  z-index: 2;
  line-height: 16px;
  width: 26px;
}

#breadcrumbs-two {
  overflow: hidden;
  width: 100%;
  margin-left: 0px;
  margin-bottom: 4px;
}

#breadcrumbs-two li {
  float: left;
  margin-left: -10px;
  list-style-type: none;
}

#breadcrumbs-two a {
  padding: 10px 13px 6px;
  float: left;
  color: #fff;
  position: relative;
  background: #3a57e8 !important;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
}

#breadcrumbs-two a::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-width: 1.5em 0 1.5em 1em;
  border-style: solid;
  border-color: #3a57e8 #3a57e8 #3a57e8 transparent !important;
  left: -1em;
}

#breadcrumbs-two a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid;
  border-left-color: #3a57e8 !important;
  right: -1em;
}

.sidebar .navbar-inverse {
  border-color: transparent !important;
}

/*========================================table scetion========================================*/
.setup {
  text-transform: uppercase !important;
  margin-top: -32px !important;
  position: absolute;
  text-decoration: none;
  right: 5px;
  color: #fff;
  /*left: -17px;*/
  top: 1px;
  cursor: pointer;
}

.setup i.drop {
  position: absolute;
  top: -1px;
  right: -12px;
}

.drop-menu-h li {
  text-decoration: none;
  list-style-type: none;
}

.drop-menu-h .dropdown {}

.drop-menu-h .dropdown-menu>li>a {
  background-color: #fff;
  color: black;
  display: block;
  padding: 7px 17px;
  text-decoration: none;
  font-size: 12px;
  color: #7f8c8d !important;
}

.drop-menu-h .dropdown-menu .divider {
  height: 1px;
  margin: 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.drop-menu-h .dropdown-menu>li>a span {
  font-size: 12px;
  color: #7f8c8d !important;
  margin-top: 4px;
  margin-right: 5px;
}

.drop-menu-h .dropdown ul.dropdown-menu {
  border-radius: 0px;
  box-shadow: none;
  margin-left: 177px;
  margin-top: 0px;
  border: 1px solid #ededed;
}

.drop-menu-h .dropdown ul.dropdown-menu:before {
  content: "";
  border-bottom: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  top: -10px;
  right: 16px;
  z-index: 10;
}

.drop-menu-h .dropdown ul.dropdown-menu:after {
  content: "";
  border-bottom: 12px solid #ccc;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  position: absolute;
  top: -12px;
  right: 14px;
  z-index: 9;
}

/*#myTable_next {
border-left: 1px solid #ededed !important;
}*/

/******css modify for nav mwnu***/
.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
  margin-right: 0;
  margin-left: -30px !important;
}

#side_menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/*#search form {
width: auto;
height: 32px;
overflow: hidden;
padding-top: 0;
}*/
#search form .query {
  color: #000;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 2px;
  margin-right: 5px;
  outline: none;
  float: left;
  display: block;
  width: 235px;
  height: 22px;
  font-size: 12px;
  padding: 0 4px 0 8px;
  vertical-align: middle;
  line-height: 28px;
  border: 1px solid #FC5A5A;

}

#search form a i {
  position: absolute;
  right: 3px;

  top: 11px;
  font-size: 12px !important;
  color: #8e8e8e !important;
}

#search form .submit {
  outline: none;
  float: left;
  display: block;
  width: 79px;
  height: 33px;
  font-size: 15px;
  padding: 0;
  vertical-align: middle;
  border: none;
  background-color: transparent;
  background-image: url(//d85wutc1n854v.cloudfront.net/live/imgs/categories_searchbtn.png);
  cursor: pointer;
}

#side_menu ul li.logo-side {
  margin-bottom: 0px;
  background-color: #364150 !important;
}

#side_menu ul li.dropdown {}

/* #side_menu ul li.logo-side a {
 display: block;
 color: #95A5A6;
 padding: 14px 16px;
 text-decoration: none;
 margin-left: 0px;
 border-top: 0px solid #ccc !important;
 position: relative;
 z-index: 1000px;
 }
*/
.datepicker.dropdown-menu {
  position: absolute;
  top: 90%;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  min-width: 220px;
  padding: 0px 0;
  margin: 2px 0 0;
  font-size: 14px;
  left: auto;
  text-align: left;
  list-style: none;
  background-color: #fff !important;
  -webkit-background-clip: padding-box;
  right: 0px;
  width: 213px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .5);
}

#side_menu ul li.dropdown a {
  display: block;
  font-size: 12px;
  text-decoration: none;
  /* border-bottom: 1px solid #5d6f77; */
  webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  font-family: Calibri, Arial, sans-serif;
  transition: all 500ms ease;
  padding: 0px;
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
  padding-right: 10px;
  color: #cacaca;
  font-family: 'Jost', sans-serif !important;
}

.mendetory_feild .tab-content .tab-pane:first-child:after {
  content: 'Mandatory Field';
  bottom: 12px;
  display: inline-block;
  padding-left: 5px;
  border-left: 10px solid #d2e6fc57;
  height: 10px;
  line-height: 10px;
  font-size: 12px;
  margin-left: 2px;
  margin-top: 15px;
  position: absolute;
}

#side_menu ul li.dropdown a i {
  line-height: 35px;
}

#side_menu ul.side-submenu li a {
  display: block;
  color: #cccccc;
  font-size: 11px;
  text-decoration: none;
  transition: .5s;
  position: relative;
  height: 35px;
  line-height: 35px;
  padding-left: 20px;
}

#side_menu ul li a.top_heading {
  background-color: #3a57e8 !important;
  color: #fff;
  /* margin-top: 30px; */
}

.navbar.navbar-inverse:before {
  content: "\f122";
  float: right;
  color: #c8c6c9;
  font: normal normal normal 22px/1 FontAwesome;
  width: 16px;
  height: 15px;
  top: 6px;
  right: 18px;
  font-size: 18px;
  position: absolute;
}

#side_menu ul>li.logo-side:hover:after {
  color: #ffffff;
}

.maoncontainer-1 {
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 595px;
  /* background-color: #f5f5f5; */
  overflow: auto;
}

.margin-top-create {
  margin-top: 10px;
  background-color: #fff;
  text-align: center;
}

.background-color-height-1 {
  background-color: #fff;
  margin-top: 10px;
  margin-left: 20px;
}

.m-left {
  margin-left: -30px;
}

.background-color-height {

  /*background-color: #fff;*/

  /*height: 44px;*/

  /*border-top: 1px solid rgba(0, 0, 0, 0.08);*/
  position: relative;
}

.background-color-height1 {
  background: #f5f5f5;
  height: 29px;
  line-height: 13px;
  position: relative;
  display: none;
}

/*
#exTab1 {
  background-color: #f5f5f5;
  margin-top: -10px !important;
}*/

.tab-content {

  /*border: 1px solid #ddd;*/
  margin-bottom: 0px;
}

.background-color-height1 i {
  position: absolute;
  line-height: 25px;
  /* margin-left:; */
  background: #4c5662 !important;
  padding: 2px 18px 2px 9px;
  color: #fff;
}

.background-color-height1 p {
  font-size: 12px;
  color: #70797a;
  margin-top: 8px;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.background-color-height1 p:before {
  content: '>>';
  padding: 0 5px 0 0;
}

#side_menu ul.side-submenu li a:before {
  content: "";
  position: absolute;
  left: 20;
  bottom: 0;
  height: 1px;
  width: 78%;
  /*border-bottom: 1px solid #5d6f77;*/
}

/*#side_menu ul  a:before {
content: "";
  position: absolute;
  left: 20;
  bottom: 0;
  height: 1px;
  width: 83%;
  border: 0px solid #353535;
  -moz-box-shadow: inset 1px 1px 0 #1D1D1D;
  -webkit-box-shadow: inset 1px 1px 0 #1D1D1D;
  box-shadow: inset 1px 1px 0 #1D1D1D;
  border-bottom: 1px solid #3a57e8;
}*/

/*#side_menu > ul > li:first-child a:before{

  border: 0px solid #454545;
  -moz-box-shadow: inset 0px 0px 0 #1D1D1D;
  -webkit-box-shadow: inset 0px 0px 0 #1D1D1D;
  box-shadow: inset 0px 0px 0 #1D1D1D;
  border-bottom: 0px solid #323232;
}
*/
#side_menu>ul>li>ul li {
  border-bottom: 1px solid #3a57e8;
}

#side_menu>ul>li>ul li:last-child {
  border-bottom: 0px;
}


#side_menu>ul>li:first-child {
  display: none;
}

#side_menu ul li.dropdown a i.side-menu-left-icon {
  font-size: 12px !important;
  width: 15px;
}

#side_menu ul li.dropdown a:hover {
  position: relative;
  background-color: #3a57e8 !important;
  color: #ffffff;
}

#side_menu ul.side-submenu li a.active {
  background: #3a57e8 !important;
  color: #fff !important;
}

#create-form-section .form-group label.heading-text-group {
  font-size: 16px !important;
  color: #2C3E50 !important;
  padding-bottom: 8px !important;
  text-transform: uppercase;
  border-bottom: 1px solid #ededed;
  font-weight: 600;
  background-color: #ededed;
}

#create-form-section .form-group .heading-text-group label {
  font-size: 13px !important;
  color: #282f35 !important;
  padding-bottom: 15px !important;
  text-transform: uppercase;
  border-bottom: 1px solid #ededed;
  font-weight: 500;
  background-color: #ededed;
  /* padding: 10px; */
  margin-bottom: 5px;
}

#create-form-section .form-group label.heading-text-group1 {
  font-size: 16px !important;
  color: #2C3E50 !important;
  padding-bottom: 8px !important;
  text-transform: uppercase;
  border-bottom: 1px solid #ededed;
  font-weight: 600;
  background-color: #ededed;
}

#create-form-section .form-group .heading-text-group1 label {
  font-size: 13px !important;
  color: #282f35 !important;
  padding-bottom: 15px !important;
  text-transform: uppercase;
  border-bottom: 1px solid #ededed;
  font-weight: 500;
  background-color: #ededed;
  /* padding: 10px; */
  margin-bottom: 13px;
}

.m-l-35 {
  margin-left: 35px !important;
}

.m-l-1 {
  margin-left: 1px !important;
}

.maoncontainer {
  width: 100%;
  height: 700px;
  background-color: #ECF0F1;
  padding: 0px 8px 4px 9px;
}

.fa_font_size {
  font-size: 15px !important;
  padding-right: 5px;
}

.fa_indicator_font {
  font-size: 12px !important;
}

/****** top right date and time*****/
.top_right {
  margin-top: 0px;
  display: inline-block;
  padding: 17px 8px 16px;
  width: 100%;
}

.text_color {
  color: #95A5A6;
  padding-top: 6px;
}

/****left side top menu*****/
#company_left {
  float: left;
  height: 75px;
  width: 100%;
  margin-left: -15px;
}

#company_left .logo-company {
  height: 20px;
  text-align: center;
  overflow: hidden;
  float: left;
  margin-right: 17px;
  margin-top: 16px;
  margin-left: 15px;
}

#company_left .logo-company img {

  /*width: 100%;*/
  height: 100%;
  /*border-radius: 60%;*/
  text-align: center;
  margin-top: 0px;
}

#company_left h2 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
  color: #ffffff;
  text-transform: capitalize;
}

#company_left ul {
  margin-top: -5px;
}

#company_left ul li {
  list-style-type: none;
  font-size: 14px;
  color: rgb(118, 119, 119);
  margin-top: 3px;
  /*font-weight: 600;*/
}

.top-label {
  position: absolute;
  top: 2px;
  right: 2px;
}

.top_right .menu_notification li a.selected-nitification-icon {
  width: 40px;
  height: 21px;
  float: left;
  text-align: center;
}

.top_right .menu_notification li a.selected-nitification-icon_1 {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0px 13px 0px 5px;
  color: #000 !important;
  line-height: 20px;
  position: relative;
  font-size: 11px;
  font-weight: 600;
}

.top_right .menu_notification li a:focus {

  /*border: 1px solid #ccc;*/
  border-bottom-color: white;
  z-index: 9;
  position: relative;
}

.dropdown-menu.abc {
  top: 25px;
  z-index: 6;
}

/**** end left side top menu css***/

/***** right side top menu css***/


ul li:after {}

.top_right .menu_notification .dropdown ul.dropdown-menu::after {
  content: "";
  border-bottom: 12px solid #ccc;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  position: absolute;
  top: -12px;
  right: 14px;
  z-index: 9;
}

.top_right .menu_notification .dropdown ul.dropdown-menu::before {
  content: "";
  border-bottom: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  top: -10px;
  right: 16px;
  z-index: 10;
}

.top_right .menu_notification ul li {
  float: left;
  list-style-type: none;
  position: relative;
  margin-right: 0px;
  font-size: 14px;
  color: #7F8C8D;
  font-weight: 600;
}

.r-p-o {
  padding-right: 5px !important;
}

.l-p-o {
  padding-left: 5px !important;
}

.top_right .menu_notification ul li i {
  font-size: 15px !important;
  color: #7F8C8D;
  /* border: 1px solid #454545;
    background: #353535 url(//d85wutc1n854v.cloudfront.net/live/imgs/search_bg.png) repeat-x;
    -moz-box-shadow: inset 1px 1px 0 #1D1D1D;
    -webkit-box-shadow: inset 1px 1px 0 #1D1D1D;
    box-shadow: inset 1px 1px 0 #1D1D1D;
    padding: 5px;*/
  margin-top: -5px;
}

.top_right p.time {
  font-size: 11px;
  letter-spacing: 0px;
  font-family: 'Rubik', sans-serif !important;
  float: right;
  margin: 0px;
  display: inline-block;
  color: #000;
  margin-top: 3px;
}

.top_right p.time a {
  color: #669a93;
  font-size: 13px;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-family: 'Rubik', sans-serif !important;
}

.top_right .menu_notification {
  /*display: inline-block;*/
  display: inline-block;
  float: right;
}

/*.top_right .menu_notification li a {
padding: 0;
}
*/
.top_right .menu_notification li ul li a {
  padding: 7px 0;
  color: #7e8c8d;
  font-size: 13px;
}

.top_right .menu_notification .dropdown-footer,
.top_right .menu_notification .dropdown-footer:hover {
  position: relative;
  bottom: 0;
  width: 100%;
  border: 1px solid #ededed;
  font-size: 13px;
  font-weight: 400;
  background-color: #f5f5f5;
  margin-bottom: -5px;
}

.top_right .menu_notification .dropdown-header,
.top_right .menu_notification .dropdown-header:hover {
  width: 100%;
  /*border-bottom: 1px solid #ededed;*/
  font-size: 13px;
  font-weight: 400;
  background-color: #f5f5f5;
  margin-top: 0px;
}

.top_right .menu_notification li ul li a i {
  color: #a2a0a0;
  font-size: 13px;
}

.noti_background_color {
  background-color: #F3A69E !important;
}

.fa_font_size {
  padding-right: 3px;
  color: #7F8C8D;
}

/***** search box css***/
.form_search {
  float: right;
  margin-top: 8px;
}

.form_search .btn {
  display: inline-block;
  padding: 0px 12px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 8px 9px 0px 0px;
}

.form_search i {
  color: #7F8C8D;
  font-size: 12px !important;
  margin: -8px;
}

.top_right input[type=text].search {
  width: 140px;
  border: none;
  font-size: 12px;
  background-color: transparent;
  color: #333;
  padding-left: 10px;
  text-transform: uppercase;
}

.top_right input[type=text].search:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

.navbar-top-links .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: transparent;
  border: 1px solid;
}

#right-notification .label {
  display: inline;
  padding: .6em;
  font-size: 60%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 50%;
  z-index: 10;
}

.m-l-26 {
  margin-left: -26px;
}

.userdropdown_menu ul {

  /*width: 176px;*/
}

.userdropdown_menu ul a {
  background-color: #fff;
  display: block;
  padding: 6px;
  text-decoration: none;
  font-size: 11px;
  color: #333 !important;
  display: block;
  clear: both;
  font-weight: 300;
  line-height: 1.42857143;
  white-space: nowrap;
}

.label-success {
  background-color: #81c868 !important;
}

.dropdown.abc {
  border: 1px solid #ccc;
  left: -126px;
  top: 21px;
  z-index: 6;
}


.userdropdown_menu ul a:hover {
  /* background-color: rgba(204, 204, 204, 0.26); */
  background-color: #3a57e8;
  color: #ffffff !important;
}

.userdropdown_menu a.active {
  background-color: #4CAF50;
  color: white;
}

/***** end right side top menu css***/

/**** info box css******/
.info-box {
  display: block;
  min-height: 110px;
  background: #fff;
  width: 100%;
  /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);*/
  border-radius: 2px;
  margin-bottom: 10px;
  margin-top: 10px;
}

/* .info-box small {
font-size: 14px;
} */

/*.info-box-icon {
float: left;
height: 50px;
width: 50px;
font-size: 18px;
line-height: 46px;
text-align: center;
color: #fff;
border-radius: 50%;
margin: 29px 17px 13px 40px;
}
*/
.info-box-icon>img {
  max-width: 100%;
}

.info-box-content {
  padding: 32px;
}

.info-box-number {
  display: block;
  font-weight: bold;
  font-size: 18px;
}

.info-box-text {
  text-transform: uppercase;
}

.info-box-more {
  display: block;
}

.bg-red {
  background-color: #dd4b39 !important;
}

.bg-yellow {
  background-color: #f39c12 !important;
}

.bg-aqua {
  background-color: #00c0ef !important;
}

.bg-#eee {
  background-color: #0073b7 !important;
}

.bg-light-#eee {
  background-color: #3c8dbc !important;
}

.bg-#00b5ef {
  background-color: #00a65a !important;
}

/****end info box ***/

/*****chart css*****/
@media(max-width:978px) {
  #company_left {
    height: auto;
    width: 100%;
    margin-left: 0px;
    clear: both;
  }

  #company_left .logo-company {
    width: 175px;
    height: 112px;
    text-align: center;
    overflow: hidden;
  }

}

/*====================dashbord==========================*/
.dash_heading h2 {
  padding: 8px;
  padding-left: 8px;
  margin: -4px -4px 0px;
  margin-bottom: 0px;
  margin-bottom: 5px;
  font-size: 14px;
  padding-left: 8px;
  background-color: #f5f5f5;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px 5px 0px 0px;
  font-weight: 700;
  color: #6b6b6b !important;
  text-transform: uppercase;
}

.zero-margin {
  margin: 0 auto;
  float: none !important;
  clear: both;
}

.p-5 {
  padding: 5px;
}

.company_heading {
  text-transform: uppercase;
  margin: 15px 0px 2px;
  font-size: 14px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px 5px 0px 0px;
  font-weight: 700;
  letter-spacing: .5px !important;
  color: #7b7b7b;
}

table>tbody>tr>td>a.biz_label_cust {
  font-size: 100%;
  font-weight: 300;
  display: inline-block;
  width: 60px !important;
  height: 20px !important;
  line-height: 13px !important;
  font-size: 10px;
}

.btn-inactive {
  font-weight: 300;
  background-color: #f05050;
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  width: 60px !important;
  height: 20px !important;
  line-height: 20px !important;
  font-size: 10px;
  text-align: center;
}

/*===================================================================================================================================================================
new css added by BHARAT SIR
===================================================================================================================================================================*/

/**** info box css******/
.info-box {
  display: block;
  min-height: 104px;
  /* background: #fff; */
  width: 100%;
  margin-top: 10px;
  padding: 2px;
  border: 1px solid rgba(54, 64, 74, 0.05);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius: inherit;
  background-clip: padding-box;
  margin-bottom: 10px;
}

/* .info-box small {
font-size: 14px;
} */
.info-box-icon {
  float: left;
  height: 70px;
  width: 70px;
  font-size: 25px;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  background-color: #9c42c1;
  padding-top: 16px;
  margin: 16px;
}

#container {
  min-width: 320px;
  height: 280px;
  margin: 0 auto;
}

.info-box-icon>img {
  max-width: 100%;
}

.info-box-content {
  padding: 25px 15px 0px 0px;
}

.info-box-content:first-child {
  background-color: #3598dc;
}

.info-box-number {
  font-size: 23px;
  font-weight: 600;
  font-family: '', sans-serif;
  color: #fff;
}

.high-chart {
  margin: 0px 0px 10px;
  padding: 10px 15px 10px;
  background: #fff6f6;
  border-radius: 5px 5px 0px 0px;
  font-size: 13px;
  margin-bottom: 0;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 600;
  margin-top: 0;
  color: #545454 !important;
  text-transform: uppercase;
  letter-spacing: .3px;
}

#container .highcharts-button {
  display: none;
}

#container1 .highcharts-button {
  display: none;
}

.info-box-text {
  text-transform: capitalize;
  font-size: 11px;
  color: #ffffff;
  font-weight: 400;
}

.info-box-more {
  display: block;
}

.bg-red {
  background-color: #2bd3e2 !important;
}

.bg-yellow {
  background-color: #f39c12 !important;
}

.bg-aqua {
  background-color: #00c0ef !important;
}

.bg-#eee {
  background-color: #0073b7 !important;
}

.bg-light-#eee {
  background-color: #3c8dbc !important;
}

.bg-#00b5ef {
  background-color: #00a65a !important;
}

/****end info box ***/

/*****chart css*****/

/*
 * Component: Progress Bar
 * -----------------------
 */
#verticalbar {
  display: block;
  height: 400px;
  background: #fff;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ececec;
}

.progress-bar.compnies {
  background-color: #2ECC71;
}

#verticalbar .progress-group .rectangle {
  text-align: right;
  margin-bottom: 6px
}

#verticalbar .progress-group .rectangle .rect_expected {
  width: 20px;
  background: #ECEEEE;
  padding: 0px 0px 0px 14px;
  margin: 2px 0px 5px 8px;
}

#verticalbar .progress-group .rectangle .rect_return {
  width: 20px;
  background: #2ECC71;
  padding: 0px 0px 0px 14px;
  margin: 2px 0px 5px 8px;
}

#verticalbar .progress-group .progress-text {
  font-size: 12px;
  color: #7F8C8D;
}

.progress_height {
  height: 15px !important;
  margin-bottom: 11px !important;
}

#verticalbar .heading-text-color {
  font-size: 15px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
}

hr.margin-top-bottom-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

/****end Progress Bar****/

/*****supper admin maimtaintablecss*****/
#maindash {
  display: block;
  min-height: 240px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 6px 3px 0px 2px;
  margin-top: 15px;
}

#maindash h2 {
  font-size: 14px;
  margin-left: 15px;
}

.table-custom th {
  text-align: left;
  background-color: #014AB7;
  font-size: 12px;
  padding: 6px !important;
}

.table-custom td {
  font-size: 11px;
  padding: 6px !important;
}

.active_button {
  background: #2ECC71;
  padding: 3px 10px 3px 10px;
  border-radius: 8px;
  color: #fff;
}

/*****supper admin maimtaintablecss*****/
.m-r-14 {
  margin-right: 14px;
}

.summernote1 {
  margin: 0 0 -20px 0;
}

.font-selection {
  height: 29px;
  border: 1px solid;
  border-color: #ededed;
  margin-top: 5px;
  margin-right: 23px;
  border-radius: 4px;
}

.color-boton {
  display: block;
  width: 100%;
  height: 28px;
  padding: -7px 0px;
  font-size: 11px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ededed;
  -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: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border-radius: 4px;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/*====================================theme modification css============================*/
.form-group .img-clr-btn {
  margin-top: 7px;
  /* margin-left:; */
  border-radius: 0px 4px 4px 0;
  padding: 7px 0;
  font-size: 11px;
  border: 1px solid #a29f9f;
}

/**---------------login page css */

/*2053*/

.btnsub {
  text-align: center;
  padding-top: 17px;
}

.btnsub1 .btn-primary1 {
  color: #32c0b1;
  background-color: rgb(49, 116, 122);
  font-size: 20px;
  border-radius: 0px;
  padding: 21px 199px;
  margin-left: -20px;
  border-color: transparent;
  position: relative;
  z-index: 1000;
  top: -90px;
}

.btnsub .btn-primary {
  color: #32c0b1;
  background-color: rgb(255, 255, 255);
  font-size: 20px;
  border-radius: 0px;
  padding: 10px 187px;
  margin-left: -32px;
  border-color: transparent;
}

.btnsub:before {
  display: block;
  content: "";
  width: 19px;
  height: 15px;
  background: transparent url('img/indi/right.png') no-repeat;
  margin-left: -34px;
  margin-top: -24px;
  position: relative;
  z-index: 1000;
  bottom: 0px;
  left: -5px;
}

.btnsub:after {
  content: "";
  width: 16px;
  height: 15px;
  background: transparent url('img/indi/left.png') no-repeat;
  position: relative;
  top: -65px;
  right: -37px;
  float: right;
}

.loginitems .input::-webkit-input-placeholder {

  /* WebKit, Blink, Edge */
  color: #bbb3b3;
}

.loginitems .input:-moz-placeholder {

  /* Mozilla Firefox 4 to 18 */
  color: #bbb3b3;
  opacity: 1;
}

.loginitems .input::-moz-placeholder {

  /* Mozilla Firefox 19+ */
  color: #bbb3b3;
  opacity: 1;
}

.loginitems .input:-ms-input-placeholder {

  /* Internet Explorer 10-11 */
  color: #bbb3b3;
}

.loginitems .input::-ms-input-placeholder {

  /* Microsoft Edge */
  color: #bbb3b3;
}

/*****************check box**************/
.regular-checkbox {
  display: none;
}

.options {
  padding: 15px 0px 20px 20px;
}

.regular-checkbox+label {
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 6px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  top: 7px;
  right: 13px;
}

.regular-checkbox+label:active,
.regular-checkbox:checked+label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.regular-checkbox:checked+label {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}

.regular-checkbox:checked+label:after {
  content: '\2714';
  font-size: 14px;
  position: absolute;
  top: -4px;
  left: 0px;
  color: red;
}

/*------------end of login css-----------*/

/*===========================END MODEL=====================================*/

/*comon =======================================model=================*/

.costom-model .modal-header {
  padding: 8px;
  line-height: 21px;
  height: 32px;
  color: #fff;
  background-color: #5bc0de;
  border-radius: 4px 4px 0px 0px;
}

.costom-model .modal-header .close {
  margin-top: -6px;
}

.costom-model .modal-header .close {
  float: right;
  font-size: 23px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 1;
}

.costom-model .modal-header .close:focus {
  outline: none;
}

.costom-model .btn {
  display: inline-block;
  padding: 3px 10px;
  margin-bottom: 3px;
  font-size: 13px;
  margin-top: 0;
}

.costom-model .modal-footer {
  padding: 6px;
  margin-top: 6px;
  text-align: center;
  border-top: 1px solid #e2e2e2;
}

.costom-model .modal-footer .btn-custom {

  font-size: 11px;
  padding: 3px 15px;
}

.costom-model label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 6px;
  font-weight: 400;
  color: #669a93;
  font-size: 13px;
  margin-left: 6px;
}

.form-control {

  /* background-color: #fff !important;*/

  /*height: 27px !important;*/
}

.costom-model h4 {
  font-size: 13px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0px;
}

.costom-model .modal-content-custom {
  /*background-image: url('../img/backgroundimage.jpg');*/
  border-radius: 4px 4px 0px 0px;
}

/*=============================spinner for ajax uploading documents===========================*/
.uploading-spinner {
  float: right;
  position: relative;
  left: 32px;
  top: -26px;
}

.schoollicense-div h2 {
  font-size: 15px;
  text-transform: uppercase;
  padding-bottom: 10px;
  color: #000;
  margin: 0;
  border-bottom: 1px solid #000;
}

.schoollicense-div p {
  margin: 8px 0px;
  font-size: 13px;
  color: #848484;
  font-weight: 400;
  font-family: 'Rubick', sans-serif;
}

.top-banner-class {
  width: 100%;
  height: 150px;
  overflow: hidden;
  background-image: url('../img/banner.png');
  background-position: cover;
  /*position: relative;*/
}

.image-div-logo {
  border: 1px solid;
  width: 150px;
  height: 150px;
  overflow: hidden;
}

.image-div-logo img {
  width: 100%;
  height: 100%;
}

.label-custom-finance {
  padding: .2em .9em .2em !important;
  font-size: 78% !important;
  font-weight: 300 !important;
  letter-spacing: 0.4px !important;
}


/*================Summer notes==============*/
.note-toolbar-wrapper .btn-group-sm>.btn,
.note-toolbar-wrapper .btn-sm {
  padding: 3px 7px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}

/*.note-toolbar-wrapper .note-popover .popover-content, .note-toolbar-wrapper .panel-heading.note-toolbar {
    padding: 3px 0 5px 5px;
    margin: 0px;
    border-radius: 4px 4px 0px 0px;
}
*/

.note-toolbar-wrapper .note-popover .popover-content,
.note-toolbar-wrapper .panel-heading.note-toolbar {
  padding: 3px 0 2px 5px;
  margin: 0px;
  border-radius: 4px 4px 0px 0px;
}

.note-toolbar-wrapper .btn-default {
  color: #fff;
  background-color: #3a57e8 !important;
  border-color: #3a57e8 !important;
}

.note-editor.note-frame .note-editing-area .note-editable {
  /*padding: 25px 5px !important;*/
  overflow: auto;
  color: #000;
  word-wrap: break-word;
  background-color: #fff;
}

.note-editor.note-frame.panel {
  margin-bottom: 10px;
}

.note-editor.note-frame {
  border: 1px solid #eceaea !important;
}

/*==================upload btn==================*/
#browse-button .btn {
  display: inline-block;
  padding: 2px 12px;
  margin-bottom: 0;
  font-size: 13px;
  height: 23px;
  font-weight: 400;
  line-height: 20px !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid rgb(202, 202, 202);
  border-radius: 0px 4px 4px 0px;
  /* margin-top: -2px; */
}

#browse-button .btn.upload-image-button, .btn-info-up {
  display: inline-block;
  padding: 2px 12px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid rgb(202, 202, 202);
  border-radius: 4px;
  margin-left: 5px;
}

/*====================table custom================*/
.mytable_last_col>tbody td:last-child {
  text-align: center;
}

.mytable_last_col>tbody td:nth-last-child(2) {
  text-align: center;
}

#income1 h2 {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  margin: -3px -5px;
  /* background-color: rgb(119, 215, 230); */
  /* color: #fff; */
  padding: 7px;
}

.multiimg-action-icon-financial a i {
  font-size: 10px;
  padding: 4px 6px 4px !important;
}

.multiimg-action-icon-financial a i.fa-italic {
  background-color: #5bc0de !important;
}

#income1 td strong {
  font-weight: 300;
}

.m-l-5{
  margin-left: 5px !important;
}

.option_value {
  font-size: 15px;
  vertical-align: middle;
  padding-right: 5px;
}

/*.text_area_min_height textarea{
  min-height: 24px  !important;
  height: 26px !important;
  overflow: auto;
  font-size: 11px  !important;
  line-height: 1  !important;
}*/

.heading_for_role h3 {
  font-size: 13px;
  text-align: center;
}

.min_width_table_th {
  width: 50px !important;
}

label.control-label-radio {
  text-align: center;
  padding-left: 0px !important;
  line-height: 28px;
}

/*=========================================*/
.check_lable {
  background-color: #ebeff2;
  text-align: center;
  height: 23px;
  width: 99%;
  display: block;
  padding-top: 1px;
}

.edit-icon {
  position: absolute;
  top: 4px;
  right: 2px;
  font-size: 11px !important;
  background-color: #3a57e8;
  padding: 7px 6px 4px;
  margin-right: -2px;
  margin-top: -4px;
  border-radius: 0px 4px 4px 0px;
  color: #fff;
}

.rating_contents {
  margin-top: 4px;
}

.form-control-textarea #create-form-section .form-group textarea.form-control {
  padding: 3px 5px;
  margin-top: -1px;
  border-color: #ddd;
}

.costom-model .modal-title {
  margin: 0;
  line-height: 1;
  font-size: 15px;
  text-transform: uppercase;
}

.costom-model-summernote .submit {
  padding: 0px;
}

.costom-model-summernote .form-group {
  margin-bottom: 0px;
}

/*=================================== helper ======================================*/
.myTable_searching_option_create_quiz.myTable_searching_option>tbody>tr:first-child td {
  padding: 0px 4px 0px;
  height: 24px !important;
  /* color: #928d8d; */
  font-size: 11px;
  position: relative;
}

.myTable_searching_option_create_quiz.myTable_searching_option>tbody>tr:first-child td input[type=checkbox],
.myTable_searching_option_create_quiz.myTable_searching_option>tbody>tr:first-child td input[type=radio] {
  margin: 1px 0px 0px !important;
  margin-top: 1px\9;
  line-height: normal;
}

.note-editor.note-frame.panel .note-toolbar-wrapper.panel-default {
  height: 31px !important;
}

#table-attachment table {
  border: 1px solid #ededed;
  border-radius: 4px;
  margin-top: 0px !important;
}





/*=====================
ratio_config
====================*/


.input-group-table .input-group-addon {
  background-color: transparent;
  border: 1px solid transparent;
  padding: 6px 10px;
}

.input-group-table .edit-icon {
  right: 2px;
  padding: 7px 6px 4px;
  cursor: pointer;
}

.table-data-ratio-cal .table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 0px solid #ddd;
}

.table-data-ratio-cal .table>tbody>tr>td,
.table-data-ratio-cal .table>tbody>tr>th,
.table-data-ratio-cal .table>tfoot>tr>td,
.table-data-ratio-cal .table>tfoot>tr>th,
.table-data-ratio-cal .table>thead>tr>td,
.table-data-ratio-cal .table>thead>tr>th {
  padding: 4px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;

}

.table-data .header-back-ground-table th.input-mandatory-tb {
  background-color: #d2e6fc57 !important;
  color: #000 !important;
}


.table-data-ratio-cal .table>tbody>tr:first-child td {
  /* padding: 0px !important; */
}

.table-data-ratio-cal .table>tbody>tr>td,
.table-data-ratio-cal .table>tbody>tr>th,
.table-data-ratio-cal .table>tfoot>tr>td,
.table-data-ratio-cal .table>tfoot>tr>th,
.table-data-ratio-cal .table>thead>tr>td,
.table-data-ratio-cal .table>thead>tr>th {
  padding: 3px 5px;
  vertical-align: middle;
  font-size: 11px;
  color: #8a8a8a;
  border-top: 1px solid #ddd;
}



.table-data-ratio-cal .table>tbody>tr>th,
.table-data-ratio-cal .table>tfoot>tr>th,
.table-data-ratio-cal .table>thead>tr>th {
  padding: 4px !important;
}

h2.liq_ratio_heading {
  text-transform: uppercase;
  padding: 0px 0px 6px;
  margin: 0px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
  font-weight: 700;
  color: #6b6b6b !important;
  font-size: 13px;
}

#exTab1 .exTab2 .nav-pills>li.active>a {
  font-size: 9px;
  color: #fff !important;
  background-color: #fb6d9d !important;
  height: 18px;
}

#exTab1 .exTab2 .nav>li>a {
  /* background-color: #7266ba !important; */
  color: #000 !important;
  line-height: 0px !important;
  font-size: 9px !important;
}

#exTab1 .exTab2 .nav>li>a:hover {
  color: #fff !important;
  background-color: #fb6d9d !important;
}

.header-back-ground-table tr th:last-child {
  /* border-right: 1px solid #ebeff2 !important; */
}




#wrapper {
  min-height: 605px;
  overflow-y: auto !important;
  width: 100%;
  overflow: hidden;
}

.sidebar {
  width: 200px;
  height: 100%;
  min-width: 200px !important;
  position: fixed;
  background: #fff;
  left: 0;
  top: 56px;
  z-index: 9;
}

div#side_menu {
  position: fixed;
  width: 200px;
  height: 100%;
  background: #fff;
  top: 56px;
}

#side_menu ul.side-submenu li a {
  color: #000 !important;
}

#side_menu ul li a {
  color: #000 !important;
}

#side_menu ul li a.top_heading {
  background-color: #3a57e8 !important;
  color: #fff !important;
}

#side_menu ul li.dropdown a:hover {
  background-color: #3a57e8 !important;
  color: #fff !important;
}

.nw_portlet-body {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 30px;
  padding-top: 15px;
  background: #fff;
  /* box-shadow: 0 10px 13px rgb(17 38 146/5%); */
  border-radius: 8px;
}

.nw_portlet-heading {
  -webkit-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  background-clip: padding-box;
  padding: 4px 1px;
  color: #434343;
}

.nw_portlet-heading .nw_portlet-title {
  float: left;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500;
  margin-top: 0;
  color: #202020;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  padding-left: 24px;
}

table.dataTable thead th {
  color: white !important;
  padding: 6px 6px !important;
  font-size: 10px;
}

.text-center{
  text-align: center !important;
}

table.dataTable thead td {
  color: white !important;
  padding: 3px 2px !important;
  font-size: 11px;
}

table>thead>tr:first-child>th:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 0px;
}

table>thead>tr:first-child>th:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0px;
}

table.tbl-th-input>thead>tr:first-child>th:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 0px;
}

table.tbl-th-input>thead>tr:first-child>th:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
}

table.tbl-th-input thead td:first-child {
  border-bottom-left-radius: 5px;
}

table.tbl-th-input thead td:last-child {
  border-bottom-right-radius: 5px;
}

table.tbl-th-input thead td {
  padding: 3px 2px !important;
  border-right: 0 !important;
  padding-top: 0px !important;
}

table.tbl-th-input thead th {
  padding: 6px 6px !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
}

table.dataTable.display tbody tr.odd:first-child {
  background: transparent !important;
}

.nw_portlet-heading .nw_portlet-widgets {
  display: inline-block;
  float: right;
  font-size: 15px;
  line-height: 24px;
  padding-left: 15px;
  position: relative;
  text-align: right;
}

.content-page {
  padding: 114px 14px 0px 214px !important;
}

.o-auto {
  overflow: auto;
}





.min-w-150 {
  min-width: 150px !important;
}

.min-w-160 {
  min-width: 160px !important;
}

.min-w-170 {
  min-width: 170px !important;
}

.min-w-175 {
  min-width: 175px !important;
}

.min-w-180 {
  min-width: 180px !important;
}

.min-w-185 {
  min-width: 185px !important;
}

.min-w-190 {
  min-width: 190px !important;
}

.min-w-200 {
  min-width: 200px !important;
}

.min-w-210 {
  min-width: 210px !important;
}

.min-w-220 {
  min-width: 220px !important;
}

.min-w-230 {
  min-width: 230px !important;
}

.min-w-240 {
  min-width: 240px !important;
}

.min-w-250 {
  min-width: 250px !important;
}

.min-w-300 {
  min-width: 300px !important;
}

.min-w-20 {
  min-width: 20px !important;
}

.min-w-25 {
  min-width: 25px !important;
}

.min-w-30 {
  min-width: 30px !important;
}

.min-w-35 {
  min-width: 35px !important;
}

.min-w-40 {
  min-width: 40px !important;
}

.min-w-45 {
  min-width: 45px !important;
}

.min-w-50 {
  min-width: 50px !important;
}

.min-w-55 {
  min-width: 55px !important;
}

.min-w-56 {
  min-width: 56px !important;
}

.min-w-60 {
  min-width: 60px !important;
}

.min-w-65 {
  min-width: 65px !important;
}

.min-w-67 {
  min-width: 66px !important;
}

.min-w-70 {
  min-width: 70px !important;
}

.min-w-72 {
  min-width: 72px !important;
}

.min-w-73 {
  min-width: 73px !important;
}

.min-w-75 {
  min-width: 75px !important;
}

.min-w-80 {
  min-width: 80px !important;
}

.min-w-85 {
  min-width: 85px !important;
}

.min-w-89 {
  min-width: 89px !important;
}

.min-w-90 {
  min-width: 90px !important;
}

.min-w-91 {
  min-width: 91px !important;
}

.min-w-95 {
  min-width: 95px !important;
}

.min-w-100 {
  min-width: 100px !important;
}

.min-w-105 {
  min-width: 105px !important;
}

.min-w-110 {
  min-width: 110px !important;
}

.min-w-115 {
  min-width: 115px !important;
}

.min-w-120 {
  min-width: 120px !important;
}

.min-w-125 {
  min-width: 125px !important;
}

.min-w-130 {
  min-width: 130px !important;
}

.min-w-135 {
  min-width: 135px !important;
}

.min-w-140 {
  min-width: 140px !important;
}

.min-w-145 {
  min-width: 145px !important;
}

.min-w-500 {
  min-width: 500px !important;
}

.min-w-400 {
  min-width: 400px;
}




.max-width-100 {
  max-width: 100px !important;
}

.max-width-120 {
  max-width: 120px !important;
}

.max-width-40 {
  max-width: 40px !important;
}

.max-width-42 {
  max-width: 42px !important;
}

.max-width-45 {
  max-width: 45px !important;
}

.max-width-30 {
  max-width: 30px !important;
}

.max-width-50 {
  max-width: 50px !important;
}

.max-width-55 {
  max-width: 55px !important;
}

.max-width-60 {
  max-width: 60px !important;
}

.max-width-65 {
  max-width: 65px !important;
}

.max-width-130 {
  max-width: 130px !important;
  min-width: 130px;
}

.max-width-140 {
  max-width: 140px !important;
  min-width: 140px;
}

.max-width-150 {
  max-width: 150px !important;
}

.max-width-160 {
  max-width: 160px !important;
}

.max-width-165 {
  max-width: 165px !important;
}

.max-width-170 {
  max-width: 170px !important;
}

.max-width-250 {
  max-width: 250px !important;
}

.max-width-90 {
  max-width: 90px !important;
}

.min-width-35 {
  width: 35px;
}

.min-width-45 {
  width: 45px;
}

.min-width-55 {
  width: 55px;
}

.min-width-65 {
  width: 65px;
}

.min-width-20 {
  min-width: 20px;
}

.min-w-25 {
  min-width: 25px;
}

.min-width-30 {
  min-width: 30px;
}

.min-w-150 {
  min-width: 150px !important;
}

.min-w-160 {
  min-width: 160px !important;
}

.min-w-165 {
  min-width: 165px !important;
}

.min-w-170 {
  min-width: 170px !important;
}

.min-w-175 {
  min-width: 175px !important;
}

.min-w-180 {
  min-width: 180px !important;
}

.min-w-185 {
  min-width: 185px !important;
}

.min-w-190 {
  min-width: 190px !important;
}

.min-w-200 {
  min-width: 200px !important;
}

.min-w-250 {
  min-width: 250px !important;
}

.min-w-300 {
  min-width: 300px !important;
}

.min-w-30 {
  min-width: 30px !important;
}

.min-w-35 {
  min-width: 35px !important;
}

.min-w-40 {
  min-width: 40px !important;
}

.min-w-45 {
  min-width: 45px !important;
}

.min-w-50 {
  min-width: 50px !important;
}

.min-w-55 {
  min-width: 55px !important;
}

.min-w-56 {
  min-width: 56px !important;
}

.min-w-60 {
  min-width: 60px !important;
}

.min-w-65 {
  min-width: 65px !important;
}

.min-w-67 {
  min-width: 66px !important;
}

.min-w-70 {
  min-width: 70px !important;
}

.min-w-72 {
  min-width: 72px !important;
}

.min-w-73 {
  min-width: 73px !important;
}

.min-w-75 {
  min-width: 75px !important;
}

.min-w-80 {
  min-width: 80px !important;
}

.min-w-85 {
  min-width: 85px !important;
}

.min-w-89 {
  min-width: 89px !important;
}

.min-w-90 {
  min-width: 90px !important;
}

.min-w-91 {
  min-width: 91px !important;
}

.min-w-95 {
  min-width: 95px !important;
}

.min-w-100 {
  min-width: 100px !important;
}

.min-w-105 {
  min-width: 105px !important;
}

.min-w-110 {
  min-width: 110px !important;
}

.min-w-115 {
  min-width: 115px !important;
}

.min-w-120 {
  min-width: 120px !important;
}

.min-w-125 {
  min-width: 125px !important;
}

.min-w-130 {
  min-width: 130px !important;
}

.min-w-135 {
  min-width: 135px !important;
}

.min-w-140 {
  min-width: 140px !important;
}

.min-w-145 {
  min-width: 145px !important;
}

.min-w-50 {
  min-width: 50px !important;
}

.min-w-500 {
  min-width: 500px !important;
}

.min-w-400 {
  min-width: 400px;
}

.min-width-40 {
  min-width: 40px !important;
}

.min-width-45 {
  width: 45px !important;
}

.min-w-45 {
  min-width: 45px !important;
}

.min-width-70 {
  min-width: 75px !important;
}

.min-width-400 {
  min-width: 400px !important;
}





.max-width-100 {
  max-width: 100px !important;
}

.max-width-120 {
  max-width: 120px !important;
}

.max-width-40 {
  max-width: 40px !important;
}

.max-width-42 {
  max-width: 42px !important;
}

.max-width-45 {
  max-width: 45px !important;
}

.max-width-30 {
  max-width: 30px !important;
}

.max-width-50 {
  max-width: 50px !important;
}

.max-width-55 {
  max-width: 55px !important;
}

.max-width-60 {
  max-width: 60px !important;
}

.max-width-65 {
  max-width: 65px !important;
}

.max-width-130 {
  max-width: 130px !important;
}

.max-width-140 {
  max-width: 140px !important;
}

.max-width-80 {
  max-width: 80px !important;
}

.max-width-150 {
  max-width: 150px !important;
}

.max-width-160 {
  max-width: 160px !important;
}

.max-width-165 {
  max-width: 165px !important;
}

.max-width-170 {
  max-width: 170px !important;
}

.max-width-250 {
  max-width: 250px !important;
}

.max-width-90 {
  max-width: 90px !important;
}

.min-width-35 {
  width: 35px;
}

.min-width-45 {
  width: 45px;
}

.min-width-55 {
  width: 55px;
}

.min-width-65 {
  width: 65px;
}

.min-width-20 {
  min-width: 20px;
}

.min-w-25 {
  min-width: 25px;
}

.min-width-30 {
  min-width: 30px;
}

.min-w-150 {
  min-width: 150px !important;
}

.min-w-160 {
  min-width: 160px !important;
}

.min-w-165 {
  min-width: 165px !important;
}

.min-w-170 {
  min-width: 170px !important;
}

.min-w-175 {
  min-width: 175px !important;
}

.min-w-180 {
  min-width: 180px !important;
}

.min-w-185 {
  min-width: 185px !important;
}

.min-w-190 {
  min-width: 190px !important;
}

.min-w-200 {
  min-width: 200px !important;
}

.min-w-250 {
  min-width: 250px !important;
}

.min-w-300 {
  min-width: 300px !important;
}

.min-w-30 {
  min-width: 30px !important;
}

.min-w-35 {
  min-width: 35px !important;
}

.min-w-40 {
  min-width: 40px !important;
}

.min-w-45 {
  min-width: 45px !important;
}

.min-w-50 {
  min-width: 50px !important;
}

.min-w-55 {
  min-width: 55px !important;
}

.min-w-56 {
  min-width: 56px !important;
}

.min-w-60 {
  min-width: 60px !important;
}

.min-w-65 {
  min-width: 65px !important;
}

.min-w-67 {
  min-width: 66px !important;
}

.min-w-70 {
  min-width: 70px !important;
}

.min-w-72 {
  min-width: 72px !important;
}

.min-w-73 {
  min-width: 73px !important;
}

.min-w-75 {
  min-width: 75px !important;
}

.min-w-80 {
  min-width: 80px !important;
}

.min-w-85 {
  min-width: 85px !important;
}

.min-w-89 {
  min-width: 89px !important;
}

.min-w-90 {
  min-width: 90px !important;
}

.min-w-91 {
  min-width: 91px !important;
}

.min-w-95 {
  min-width: 95px !important;
}

.min-w-100 {
  min-width: 100px !important;
}

.min-w-105 {
  min-width: 105px !important;
}

.min-w-110 {
  min-width: 110px !important;
}

.min-w-115 {
  min-width: 115px !important;
}

.min-w-120 {
  min-width: 120px !important;
}

.min-w-125 {
  min-width: 125px !important;
}

.min-w-130 {
  min-width: 130px !important;
}

.min-w-135 {
  min-width: 135px !important;
}

.min-w-140 {
  min-width: 140px !important;
}

.min-w-145 {
  min-width: 145px !important;
}

.min-w-50 {
  min-width: 50px !important;
}

.min-w-500 {
  min-width: 500px !important;
}

.min-w-400 {
  min-width: 400px;
}

.min-width-40 {
  min-width: 40px !important;
}

.min-width-45 {
  width: 45px !important;
}

.min-w-45 {
  min-width: 45px !important;
}

.min-width-70 {
  min-width: 75px !important;
}

.min-width-400 {
  min-width: 400px !important;
}

.select2-container {
  width: 100% !important;
}

.input_mand .select2-container--default .select2-selection--single .select2-selection__rendered {
  background-color: #d2e6fc57;
}

@media (min-width: 1400px) {

  .prl_20 {
    padding: 0px 25px !important;
  }
}

@media (min-width: 1200px) {

  .prl_20 {
    padding: 0px 20px !important;
  }
}

@media (min-width: 991px) {

  .prl_20 {
    padding: 0px 20px !important;
  }
}

/* td .btn-edit {
  background: #5CD259 !important;
  padding: 3px 5px 0px 5px !important;
  height: 20px !important;
  width: 20px !important;
  color: #fff !important;
  font-size: 10px !important;
  border-radius: 4px !important;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  outline: none !important;
}

td .btn-view {
  background: #0062FF !important;
  padding: 0px 3px 0px 3px !important;
  height: 20px !important;
  width: 20px !important;
  color: #fff !important;
  font-size: 12px !important;
  border-radius: 4px !important;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  outline: none !important;
} */

.btn-income {
  background: #5bd25900 !important;
  padding: 2px 4px 2px 4px !important;
    height: 17px !important;
    width: 22px !important;
  color: #5CD259 !important;
    font-size: 10px !important;
    border-radius: 3px !important;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    border: 1px solid #5CD259;
    outline: none !important;
}
.btn-income:hover{
background: #5CD259 !important;
color: #fff !important;
}

.btn-sheet {
  background: #0062FF !important;
  padding: 2px 3px 0px 3px !important;
  height: 20px !important;
  width: 20px !important;
  color: #fff !important;
  font-size: 10px !important;
  border-radius: 4px !important;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  outline: none !important;
}

.btn-asses {
  background: transparent !important;
  padding: 2px 4px 2px 4px !important;
  height: 17px !important;
  width: 22px !important;
  color: #4a5461 !important;
  font-size: 10px !important;
  border-radius: 3px !important;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border: 1px solid #4a5461;
  outline: none !important;
}
.btn-asses:hover{
background: #5CD259 !important;
color: #fff !important;
border: 1px solid #5CD259;
}
.btn-report {
  background: #0062FF !important;
  padding: 2px 3px 0px 3px !important;
  height: 20px !important;
  width: 20px !important;
  color: #fff !important;
  font-size: 10px !important;
  border-radius: 4px !important;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  outline: none !important;
}

.btn-pdf {
  background: #0062FF !important;
  padding: 2px 3px 0px 3px !important;
  height: 20px !important;
  width: 20px !important;
  color: #fff !important;
  font-size: 10px !important;
  border-radius: 4px !important;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  outline: none !important;
}

.btn-upload-file {
  background: #3a57e8 !important;
  padding: 2px 6px 2px 6px !important;
  width: auto !important;
  height: 23px;
  color: #fff !important;
  font-size: 12px !important;
  border-radius: 4px !important;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 2px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  outline: none !important;
}

.btn-preview {
  background: #3a57e8 !important;
  padding: 2px 6px 2px 6px !important;
  width: auto !important;

  color: #fff !important;
  font-size: 12px !important;
  border-radius: 4px !important;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 2px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  outline: none !important;
}

.btn-send-mail {
  background: #3a57e8 !important;
  padding: 2px 6px 2px 6px !important;
  width: auto !important;

  color: #fff !important;
  font-size: 12px !important;
  border-radius: 4px !important;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 2px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  outline: none !important;
}


.btn-add {
  background: #3a57e8 !important;
  padding: 3px 8px 3px 8px !important;
  width: auto !important;

  color: #fff !important;
  font-size: 12px !important;
  border-radius: 4px !important;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 2px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  outline: none !important;
}

td .btn-add {
  padding: 2px 8px 2px 8px !important;
}

.btn-search {
  background: #5CD259 !important;
  padding: 2px 8px 2px 8px !important;
  width: auto !important;
  color: #fff !important;
  font-size: 12px !important;
  border-radius: 4px !important;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  outline: none !important;
  border-color: transparent !important;
}

.btn-save {
  background: #5CD259 !important;
  padding: 2px 8px 2px 8px !important;
  width: auto !important;
  color: #fff !important;
  font-size: 12px !important;
  border-radius: 4px !important;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  outline: none !important;
  border-color: transparent !important;
}

td .btn-save {
  padding: 2px 8px 2px 8px !important;
}

.btn-plus {
  background: #3a57e8 !important;
  padding: 2px 4px 2px 4px !important;
  width: 21px;
  height: 22px;
  color: #fff !important;
  font-size: 12px !important;
  border-radius: 4px !important;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  outline: none !important;
  border-color: transparent !important;
}

.btn-minus {
  background: #d9534f !important;
  padding: 2px 4px 2px 4px !important;
  width: 21px;
  height: 22px;
  color: #fff !important;
  font-size: 12px !important;
  border-radius: 4px !important;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  outline: none !important;
  border-color: transparent !important;
}

.btn-edit {
  background: #f0ad4e !important;
  padding: 2px 8px 2px 8px !important;
  width: auto !important;
  color: #fff !important;
  font-size: 12px !important;
  border-radius: 4px !important;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  outline: none !important;
  border-color: transparent !important;
}

.mt_14 {
  margin-top: 14px !important;
}

.mt_13 {
  margin-top: 13px !important;
}

.mt_12 {
  margin-top: 12px !important;
}

.mt_8 {
  margin-top: 8px !important;
}

.text-left {
  text-align: left;
}

.btn-warning:focus {
  border-color: transparent !important;
  outline: none !important;
}

.btn-info:focus {
  border-color: transparent !important;
  outline: none !important;
}

.btn-primary:focus {
  border-color: transparent !important;
  outline: none !important;
}

.btn-success:focus {
  border-color: transparent !important;
  outline: none !important;
}

.btn-default:focus {
  border-color: transparent !important;
  outline: none !important;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: transparent !important;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: transparent !important;
}

.input-mandatory, .input-mandatory-tb .th-inner, th.input-mandatory-tb {
    background-color: #D2E6FC57 !important;
    color: #000000 !important;
}