html,
body{
  height: 100%;
}

body{
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #F9F9F9;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a{
  color: #007AFF;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

a:hover,
a:focus{
  color: #0062cc;
  text-decoration: none;
  outline: 0;
}

button:focus{
  outline: 0 !important;
}

#landing-welcome{
  height: 100%;
  position: relative;
  z-index: 2000;
  background: #000;
  color: #fff;
  padding: 120px 0;
}

.landing-overlay{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #007AFF;
  opacity: .85;
}

.main-container{
  position: relative;
}

.content{
  position: relative;
  width: calc(100% - 250px);
  left: 250px;
  margin-top: 50px;
  padding: 0 0 15px;
}

#sec-login{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99999999;
  background-color: #fff;
  background-size: cover;
  padding: 120px 0;
}

#sec-login .overlay{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #00005a;
  opacity: 0.7;
}

.login-box{
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24);
}

.login-heading{
  border-bottom: 1px dashed #DFDFDF;
  padding: 15px;
}

.login-heading h3{
  margin: 0;
  color: #555;
  font-size: 18px;
  font-weight: 600;
}

.login-body{
  padding: 15px;
}

.login-body .btn{
  padding: 12px 15px;
  font-size: 16px;
  font-weight: 600;
}
.login-body .input-group{
  padding-left: 30px;
}

.login-body .input-group input.active ~ i,
.login-body .input-group input:focus ~ i{
  color: #2196F3;
}

.login-body .input-group label{
  font-weight: 500;
  left: 35px;
}

.login-body .input-group i{
  position: absolute;
  top: 5px;
  left: 0;
  color: #9E9E9E;
  font-size: 22px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.login-body .error{
  font-size: 12px;
  font-weight: 600;
  color: #F44336 !important;
}

.page-title{
  position: relative;
  background: #fff;
  padding: 10px 15px;
  font-size: 18px;
  color: #007AFF;
  border-bottom: 1px solid #DEE1EC;
  margin-bottom: 15px;
}

.page-title span{
  font-weight: 600;
}

.page-title i{
  font-size: 12px;
  color: #777;
}

/*   Start Navbar    */
.navbar-default{
  background: #fff;
  border-radius: 0;
  border: 0;

  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.26);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.26);
  box-shadow: 0 1px 2px rgba(0,0,0,.26);
}

.navbar-default .navbar-brand{
  color: #007AFF;
  min-width: 250px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.navbar-default .navbar-brand img{
  height: 100%;
  padding-left: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus{
  color: #0D47A1;
}

.navbar-default .navbar-nav > li{
  position: relative;
}

.navbar-default .navbar-nav > li > a{
  color: #aaa;
}

.navbar-default .navbar-nav > li.nav-icon-link > a{
  padding-top: 14px;
  padding-bottom: 14px;
}

.navbar-default .navbar-nav > li.nav-icon-link > a > i{
  font-size: 20px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus{
  color: #aaa;
  background: #F7F7F8;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
  color: #aaa;
  background: #F7F7F8;
}

.navbar-nav >li > .dropdown-menu{
  border-top: 3px solid #007AFF;
  min-width: 250px;
  border-radius: 2px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  padding: 0;
  margin-top: 10px;
}

.navbar .nav > li.dropdown.open .dropdown-menu:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  right: 11px;
  bottom: 100%;
  border-width: 0 10px 10px;
  border-bottom-color: #007AFF;
}

.navbar-nav >li > .dropdown-menu .dropdown-header{
  padding: 8px;
  background: #FAFAFA;
  border-bottom: 1px solid #E5E5E5;
  display: block;
  color: #777;
  font-size: 14px;
  color: #007AFF;
}

.dropdown-menu > li{
  position: relative;
  overflow: hidden;
  background-color: #FFF;
  border-bottom: 1px solid #E7E7E7;
}

.dropdown-menu > li:last-child{
  border-bottom: 0;
}

.dropdown-menu > li > a{
  padding: 12px;
  color: #666;
  font-size: 13px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
  background: #F5F5F5;
}


/*   End Navbar    */

/*   Start Sidebar   */
aside{
  position: fixed !important;
  height: calc(100% - 50px) !important;
  top: 50px;
  left: 0;
  width: 250px !important;
  background: #007AFF;
  overflow: auto;
}

aside .aside-header{
  font-size: 14px;
  padding: 15px 15px 5px;
  color: #004EA5;
  text-transform: uppercase;
  font-weight: 500;
  cursor: default;
}

aside .panel-group{
  margin-bottom: 0;
}

aside .panel-group .panel{
  border: 0;
  border-radius: 0;
}

aside .panel-group .panel + .panel{
  margin-top: 0;
}

aside .panel-group .panel .panel-heading{
  padding: 0;
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

aside .panel-group .panel .panel-heading a{
  display: block;
  padding: 11px 15px 11px 45px;
  background: #1179EA;
  border: 0;
  border-bottom: 1px solid #0071EC;
  color: #fff;
  position: relative;
}

aside .panel-group .panel .panel-heading a i{
  position: absolute;
  top: 50%;
  left: 15px;
  font-size: 20px;
  margin-top: -10px;
}

aside .panel-group .panel .panel-heading a:hover{
  text-decoration: none;
}

aside .panel-group .panel .panel-heading a.collapsed{
  background: #007AFF;
  color: #F0F4F6;
}

aside .panel-group .panel .panel-body{
  border-radius: 0;
}

aside .panel-group .panel ul{
  position: relative;
  background: #1363B9;
  padding-left: 0;
  margin-bottom: 0;
}

aside .panel-group .panel ul:before{
  content: '';
  height: 100%;
  width: 1px;
  background: #1179EA;
  position: absolute;
  top: 0;
  left: 25px;
}

aside .panel-group .panel ul li{
  list-style: none;
  display: block;
  position: relative;
  overflow: hidden;
}

aside .panel-group .panel ul li a{
  padding: 10px 10px 10px 40px;
  display: block;
  font-size: 12px;
  position: relative;
  color: #6DABEE;
}

aside .panel-group .panel .aside-header{
  background: #1363B9;
  font-size: 12px;
  padding: 10px 15px 0;
  color: #064384;
}

aside .panel-group .panel ul li a:before{
  content: '';
  height: 6px;
  width: 6px;
  background: #1179EA;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  margin-top: -3px;
  left: 22.5px;
}

aside .panel-group .panel ul li a:hover{
  color: #fff;
  text-decoration: none;
}

aside .panel-group .panel ul li a:hover:before{
  background: #fff;
}

/*   End Sidebar   */


/*   Start utilities   */
.font-11{
  font-size: 11px;
}

/*   End utilities   */


/*   Start Panel   */
.card {
  border-radius: 2px;
  background-color: #FFF;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.26);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.26);
  box-shadow: 0 1px 2px rgba(0,0,0,.26);
}

.card .card-table-header{
  font-size: 16px;
  color: #555;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px;
}

.card-table-header span{
  font-weight: 400;
  color: #999;
  font-size: 12px;
}

.card-body-input{
  border-top: 1px solid #eee;
}

.card-body{
  padding: 15px;
}
.card-error{
  padding: 30px;
  font-size: 18px;
  font-weight: bold;
}

.card-error i{
  font-size: 250px;
  margin-bottom: 15px;
  display: block;
  color: #ddd;
}
.card .card-footer{
  background: #fff;
  padding: 8px 15px;
  border-top: 1px solid #eee;
}
.card .card-table{
  margin-bottom: 0;
  border-top: 1px solid #ddd;
}

.card .card-table th{
  border-right: 1px solid #ddd;
}


.card .card-table.tablesorter th{
  padding-right: 25px;

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card-overflow{
  max-width: 100%;
  overflow: auto;
}

.card .card-table th:last-child{
  border-right: 0;
}

.card .card-table tbody tr td{
  border-right: 1px solid #ddd;
}



.card .card-table tbody tr td:last-child{
  border-right: 0;
}
/*   End Panel   */
.odd-input-group .input-group,
.even-input-group .input-group{
  margin-bottom: 0;
}

.odd-input-group .input-group select,
.even-input-group .input-group select{
  font-size: 14px;
  display: block;
  border: none;
  padding: 0 10px 0;
  border-radius: 0;
  width: 100% !important;
  height: 34px;
  background: transparent;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.odd-input-group .input-group .bar,
.even-input-group .input-group .bar{
  display: none;
}


.odd-input-group .input-group input,
.even-input-group .input-group input,
.odd-input-group .input-group select,
.even-input-group .input-group select,
.odd-input-group .input-group textarea,
.even-input-group .input-group textarea{
  color: #555;
  border-radius: 2px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  border: 1px solid #ddd;
}

.odd-input-group .input-group input:focus,
.even-input-group .input-group input:focus,
.odd-input-group .input-group select:focus,
.even-input-group .input-group select:focus,
.odd-input-group .input-group textarea:focus,
.even-input-group .input-group textarea:focus{
  border-color: #2196F3;
}

.odd-input-group .input-group input.error,
.even-input-group .input-group input.error,
.odd-input-group .input-group select.error,
.even-input-group .input-group select.error,
.odd-input-group .input-group textarea.error,
.even-input-group .input-group textarea.error{
  border-color: #F44336;
}

.odd-input-group .input-group label,
.even-input-group .input-group label{
  top: -19px !important;
}


.odd-input-group .input-group label.error,
.even-input-group .input-group label.error{
  position: relative;
  top: auto !important;
  color: #F44336 !important;
  margin-bottom: 0;
}

.odd-input-group .input-group select.multiselect,
.even-input-group .input-group select.multiselect{
  min-height: 80px;
}

.odd-input-group .input-group select:not(.multiselect) ~ .arrow:after,
.even-input-group .input-group select:not(.multiselect) ~ .arrow:after
{
  font-family: 'BluFont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  content: '\ea7f';
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  pointer-events: none;
  color: #555;
  font-size: 13px;
  bottom: 1px;
  right: 1px;
  text-align: center;
  line-height: 28px;
  width: 28px;
  height: 28px;
}

.odd-input-group .input-group select:focus,
.even-input-group .input-group select:focus {
  outline: none;
}

.odd-input-group .input-group select:focus ~ .bar:before,
.odd-input-group .input-group select:focus ~ .bar:after,
.even-input-group .input-group select:focus ~ .bar:before,
.even-input-group .input-group select:focus ~ .bar:after {
  width: 50%;
}

.odd-input-group{
  background: #fdfdfd;
  padding: 29px 15px 15px;
  color: #aaa;
  font-size: 12px;
}

.even-input-group{
  padding: 29px 15px 15px;
  color: #aaa;
  font-size: 12px;
}

.odd-input-group .input-group a,
.even-input-group .input-group a{
  color: #aaa;
}

.input-group {
  display: block;
  position: relative;
  margin-bottom: 35px;
  /*   Set values   */
  /*   Disabled input group    */
}
.input-group input,
.input-group textarea {
  font-size: 14px;
  padding: 10px;
  display: block;
  border: none;
  width: 100%;
  height: 34px;
  background: transparent;
  border-bottom: 1px solid #ddd;
}
.input-group input:focus,
.input-group textarea:focus {
  outline: none;
}
.input-group input:focus ~ label, .input-group input:focus input:valid ~ label,
.input-group textarea:focus ~ label,
.input-group textarea:focus input:valid ~ label {
  top: -14px;
  font-size: 11px;
  font-weight: 600;
}
.input-group input:focus ~ .bar:before, .input-group input:focus ~ .bar:after,
.input-group textarea:focus ~ .bar:before,
.input-group textarea:focus ~ .bar:after {
  width: 50%;
}
.input-group input.active,
.input-group textarea.active {
  background: none !important;
}
.input-group input.active ~ label, .input-group input.active input:valid ~ label,
.input-group textarea.active ~ label,
.input-group textarea.active input:valid ~ label {
  top: -14px;
  font-size: 11px;
  font-weight: 600;
}
.input-group textarea {
  min-height: 80px;
  resize: none;
}
.input-group .bar {
  position: relative;
  display: block;
}
.input-group .bar:before, .input-group .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 0;
  position: absolute;
  background: #2196F3;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;

}
.input-group .bar:before {
  left: 50%;
}
.input-group .bar:after {
  right: 50%;
}
.input-group label {
  color: #555;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 7px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.input-group.input-group-set label {
  top: -14px;
  font-size: 11px;
  font-weight: 600;
}
.input-group.input-group-disabled input {
  color: #bbb;
  border-bottom-style: dotted;
  cursor: not-allowed;
}
.input-group.input-group-disabled label {
  top: -14px;
  font-size: 11px;
  font-weight: 600;
}
.input-group.input-group-select select {
  font-size: 14px;
  display: block;
  border: none;
  padding: 0 10px 0;
  border-radius: 0;
  width: 100%;
  height: 34px;
  background: transparent;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.input-group.input-group-select select:focus {
  outline: none;
}
.input-group.input-group-select select:focus ~ .bar:before, .input-group.input-group-select select:focus ~ .bar:after {
  width: 50%;
}
.input-group.input-group-select label {
  top: -14px;
  font-size: 11px;
  font-weight: 600;
}
.input-group.input-group-select:after {
  font-family: 'BluFont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  content: '\ea7f';
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  pointer-events: none;
  color: #555;
  font-size: 13px;
  bottom: 1px;
  right: 1px;
  text-align: center;
  line-height: 28px;
  width: 28px;
  height: 28px;
}
.input-group.input-group-select.input-group-disabled select {
  color: #bbb;
  border-bottom-style: dotted;
  cursor: not-allowed;
}
.input-group.input-group-select.input-group-disabled:after {
  color: #bbb;
}

.input-group.input-group-bordered input,
.input-group.input-group-bordered select{
  border: 1px solid #ddd;
  border-radius: 2px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.input-group.input-group-bordered input:focus,
.input-group.input-group-bordered select:focus{
  border-color: #2196F3;
}

.input-group.input-group-bordered label{
  top: -19px !important;
}

.input-group label input[type="checkbox"]{
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 5px;
  position: relative;
  z-index: 2;
  pointer-events: auto;
  cursor: pointer;
}
.input-group.input-group-select.input-group-bordered:after{
  bottom: auto;
  top: 3px;
}

.ink {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 100%;
    transform: scale(0);
    z-index: 2;
    cursor: pointer;
}
/*animation effect*/
.ink.animate {animation: ripple 0.65s linear;}
@keyframes ripple {
    /*scale the element to 250% to safely cover the entire link and fade it out*/
    100% {opacity: 0; transform: scale(2.5);}
}
.ripple-container{
  display: inline-block;
  position: relative;
}


/*   tables    */
/*table{
  table-layout: fixed;
}*/
.table>tbody>tr>td{
  padding: 6px 8px;
}
th{
  color: #777;
}
.data-icon{
  padding: 7px 8px;
}
.data-icon a {
  color: #007AFF !important;
}
.data-icon i{
  font-size: 18px;
  margin: 0 2px;
}
.progress-icon{
  font-size: 18px;
  line-height: 1;
}
.td-separator{
  background: #ddd;
  padding: 0px !important;
}
.header{
  position: relative;
  cursor: pointer;
}

.header:before{
  content: '\e80a';
  font-family: 'BluFont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 10px;
  bottom: 17px;
  right: 8px;
  color: #999;
}

.header:after{
  content: '\e801';
  font-family: 'BluFont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 10px;
  bottom: 9px;
  right: 8px;
  color: #999;
}

.header.headerSortDown:before{
  content: "\e80a";
}

.header.headerSortDown:after{
  content: "";
}

.header.headerSortUp:before{
  content: "";
}
.header.headerSortUp:after{
  content: '\e801';
}

/*   buttons    */
.btn{
  text-transform: uppercase;
  font-weight: 600;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0,0,0,.26);

  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.btn:hover,
.btn:focus{
  box-shadow: 0 2px 5px rgba(0,0,0,.4);
  outline: 0;
}

.btn-default,
.btn-default:hover,
.btn-default:focus{
  background: #E6E6E6 !important;
}

.btn-link{
  box-shadow: none !important;
  color: #555;
}
.btn-link:hover,
.btn-lin:focus{
  color: #555;
  text-decoration: none;
  background: #E6E6E6;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:focus{
  background: #007AFF !important;
}

.btn-success,
.btn-success:hover,
.btn-success:focus{
  background: #4CAF50;
}

.btn i.bf{
  margin-right: 5px;
}

.text-primary{
  color: #007AFF !important;
}

.text-green{
  color: #4CAF50 !important;
}

.text-amber{
  color: #FFC107 !important;
}

.text-red{
  color: #F44336 !important;
}

.link-green{
  color: #4CAF50 !important;
}

.link-green:hover{
  color: #3d8b40 !important;
}

.link-red{
  color: #F44336 !important;
}

.link-red:hover{
  color: #ea1c0d !important;
}

.link-amber{
  color: #FFC107 !important;
}

.link-amber:hover{
  color: #d39e00 !important;
}

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

.bg-green{
  background: #4CAF50;
  color: #fff !important;
}

.cd-section {
  display: inline-block;
  position: absolute;
  top: 7px;
  right: 15px;
}
.cd-section p {
  margin: 2em 0;
  line-height: 1.6;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-modal {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
  -moz-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
}
.cd-modal::after {
  /* gradient overlay at bottom of modal window */
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  pointer-events: none;
  background: transparent;
  background: -webkit-linear-gradient( bottom , #007AFF, rgba(52, 56, 60, 0));
  background: linear-gradient(to top, #007AFF, rgba(52, 56, 60, 0));
}
.cd-modal .cd-modal-content {
  height: 100%;
  width: 100%;
  color: #fff;
  text-align: left;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-modal p {
  color: #ffffff;
  line-height: 1.6;
  margin: 2em 0;
}
.modal-is-visible .cd-modal {
  z-index: 1;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
  -moz-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
  transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
}
.modal-is-visible .cd-modal .cd-modal-content {
  -webkit-overflow-scrolling: touch;
}

.cd-modal-action {
  position: relative;
  display: inline-block;
}
.cd-modal-action .btn, .cd-modal-action .cd-modal-bg {
  height: 32px;
  background-color: #007AFF;
}
.cd-modal-action .btn {
  width: 12.5em;
  border-radius: 5em;
  color: #ffffff;
  white-space: nowrap;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s 0.3s, width 0.3s 0s;
  -moz-transition: color 0.2s 0.3s, width 0.3s 0s;
  transition: color 0.2s 0.3s, width 0.3s 0s;
}
.cd-modal-action .btn.to-circle {
  width: 32px;
  color: transparent;
  -webkit-transition: color 0.2s 0s, width 0.3s 0.2s;
  -moz-transition: color 0.2s 0s, width 0.3s 0.2s;
  transition: color 0.2s 0s, width 0.3s 0.2s;
}
.cd-modal-action .cd-modal-bg {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  width: 32px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(-2em);
  -moz-transform: translateX(-2em);
  -ms-transform: translateX(-2em);
  -o-transform: translateX(-2em);
  transform: translateX(-2em);
  -webkit-transition: visibility 0s 0.5s;
  -moz-transition: visibility 0s 0.5s;
  transition: visibility 0s 0.5s;
}
.cd-modal-action .cd-modal-bg.is-visible {
  opacity: 1;
  visibility: visible;
}

.cd-modal-close {
  position: fixed;
  z-index: 1;
  top: 70px;
  right: 5%;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  /* image replacement */
  overflow: hidden;
  text-align: center;
  line-height: 54px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
}
.no-touch .cd-modal-close:hover {
  background-color: #fff;
}
.modal-is-visible .cd-modal-close {
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.search-header{
  font-weight: 300;
  font-size: 50px;
}

.crew-box{
  height: 300px !important;
  margin-top: 5px;
}

.crew-box .row{
  margin-right: -7.5px;
    margin-left: -7.5px;
}

.crew-box .col-md-3{
  padding-right: 7.5px;
    padding-left: 7.5px;
}





/*   START JQUERY UI OVERRIDES   */
.dataTables_wrapper .ui-toolbar{
  padding: 0;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr{
  border-radius: 0;
}
.ui-widget-header{
  border: 0;
  background: transparent;
}
.ui-state-default .ui-icon{
  background: none !important;
  text-indent: 0;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus{
  background: transparent;
  border: 0;
  color: inherit;
}
.datatable-button-header{
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
}
.dataTables_wrapper{
  padding: 0;
}
.DTTT_container{
  margin: 0;
  padding: 5px 8px;
}
.DTTT_button,
.DTTT_button:focus,
.DTTT_button:hover,
.DTTT_button:active{
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  margin: 0 2px;
  background: #4CAF50 !important;
  text-transform: uppercase;
  font-weight: 600;
  border: 0 !important;
  color: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0,0,0,.26);
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  cursor: pointer;
}
.DTTT_button:hover,
.DTTT_button:focus{
  box-shadow: 0 2px 5px rgba(0,0,0,.4) !important;
}
.fg-toolbar{
  position: relative;
  padding: 0 8px;
}

.fg-toolbar:after{
  content: '';
  display: table;
  clear: both;
}
/*   END JQUERY UI OVERRIDES   */

.modal-body{
  max-height: 400px;
  overflow: auto;
}

#searchform{
  padding: 0 15px;
}

.collapse ~ div .card-table{
  border-top-width: 0;
}
.collapse.in ~ div .card-table{
  border-top-width: 1px;
}

.search-container{
  padding: 30px 15px 15px;
  border-radius: 2px;
  background: #fdfdfd;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 2px dashed #ddd;
}

.search-container small{
  margin-top: 15px;
  display: inline-block;
  font-style: italic;
}

.mbottom-0{
  margin-bottom: 0;
}

.display th{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-bold{
  font-weight: bold;
}

.list-holder{
  background: #eee;
  padding: 5px;
  margin-bottom: 5px;
}
.nav-tabs{
  background: #007AFF;
  padding: 10px 15px 0;
  border-bottom: 0;
}

.nav-tabs > li{
  margin-bottom: 0;
}

.nav-tabs > li > a{
  border: 0 !important;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  color: #87C1FF;
  font-weight: 600;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus{
  background: transparent;
  color: #fff;
}

.list-report{
  padding: 0 15px;
  margin: 0 15px 15px;
  background: #FDFDFD;
  border: 2px solid #ddd;
  padding: 15px;
  list-style: none;

}

.list-report li{
  position: relative;
  margin-bottom: 5px;
  padding-left: 30px;
  font-size: 16px;
  color: #555;
}

.list-report li i{
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 20px;
}

.mbottom-15{
  margin-bottom: 15px !important;
}

#nestedAccordion{

}

#nestedAccordion h2{
  cursor: pointer;
  margin: 0 0 5px;
  font-size: 15px;
  font-weight: 400;
  padding: 8px 24px 8px 16px;
  background: #EBEBEB;
  line-height: 24px;
}

#nestedAccordion > div{
  padding: 0 15px;
}

.checkbox-container{
  position: relative;
  min-height: 20px;
}

.checkbox-container input[type=checkbox]{
  opacity: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
  position: absolute;
  margin-top: 0;
  margin-bottom: 0;
  cursor: pointer;
}

.checkbox-container label{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 25px;
}

.checkbox-container label:before{
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.checkbox-container input[type=checkbox]:checked+label::before{
    background-color: #007AFF;
    border-color: #007AFF;
}
.checkbox-container label:after{
  display: inline-block;
position: absolute;
width: 20px;
height: 20px;
line-height: 20px;
left: 0;
top: 0;
text-align: center;
padding-top: 1px;
font-size: 12px;
color: #76838f;
}

.checkbox-container input[type=checkbox]:checked+label::after{
  color: #fff;
}

.checkbox-container input[type=checkbox]:checked+label::after {
    font-family: "BluFont";
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    content: "\e84e";
}

.data-checkbox .checkbox-container label{
  position: absolute;
  width: 20px;
  height: 20px;
  padding-left: 0;
}

.data-checkbox .checkbox-container input[type=checkbox],
.data-checkbox .checkbox-container label,
.data-checkbox .checkbox-container label:before,
.data-checkbox .checkbox-container label:after{
  top: 0;
  left: 50%;
  margin-left: -10px;
}

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

.modal-body p{
  margin-bottom: 0;
}

.input-group-checkbox{
  padding: 15px;
}

.input-group-checkbox label{
  color: #555;
}

.input-group-checkbox label.check-label{
      font-size: 11px;
    font-weight: 600;
    color: #555;
}

.nav-profile{
  padding-left: 150px;
  position: relative;
  margin-top: 75px;
}

.prof-image{
  position: absolute;
  bottom: 5px;
  left: 15px;
  border-radius: 50%;
  height: 120px;
  width: 120px;
  border: 4px solid #007AFF;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

.prof-name{
  position: absolute;
    left: 150px;
    font-weight: 600;
    top: -45px;
    font-size: 30px;

}

.prof-action{
  position: absolute;
  right: 0;
  font-weight: 600;
  top: -45px;
  font-size: 30px;
}

#accordion-profile .panel{
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

#accordion-profile .panel-heading{
  padding: 0;
  background: none;
}

#accordion-profile .panel-body{
  border: 0 !important;
}

#accordion-profile .panel-heading a{
  display: block;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  padding: 8px 24px 8px 16px;
  background: #EBEBEB;
  line-height: 24px;
}
.data-header{
  background: #fafafa;
}
.table-repeating{
  margin-top: 15px;
  table-layout: fixed;
}

.table-repeating thead th,
.table-repeating tr td{
  border-right: 1px solid #ddd;
}

.table-repeating thead th:last-child{
  border-right: 0;
}

.table-repeating tr td:last-child{
  position: relative;
  border-right: 0;
}
.table-repeating.table-remove tr td:last-child .form-control{
  width: calc(100% - 20px);
}
.table-repeating.table-remove tr td:last-child i.bf{
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -7px;
}
.table-repeating tr td.data-checkbox{
  vertical-align: middle;
}

.modal-body-form{
  padding: 0;
}
.modal-body-form .modal-footer{
  padding: 10px 15px;
  border-top: 0;
}
.modal-body-form table,
.modal-body-form tbody,
.modal-body-form tr,
.modal-body-form td{
  display: block;
}
.modal-body-form td{
  padding: 0 !important;
}
.modal-body-form tbody tr:nth-child(odd){
  background: #fdfdfd;
}
.modal-body-form tbody tr{
  padding: 15px;
  border-bottom: 1px solid #ddd;
}

.modal-body-form tbody td input,
.modal-body-form tbody td textarea{
  width: 100%;
  font-size: 14px;
padding: 10px;
display: block;
width: 100%;
border-bottom: 1px solid #ddd;
border-radius: 2px;
box-shadow: none;
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
border: 1px solid #ddd;
}

.modal-body-form tbody td input:focus,
.modal-body-form tbody td textarea:focus{
  outline: none;
box-shadow: none;
border-color: #2196F3;

}

.modal-body-form tbody td input{
  height: 34px;
}

.modal-body-form tbody td label{
  font-size: 11px;
    font-weight: 600;
    color: #555;
}

.modal-uploader{
  border-bottom: 1px solid #ddd;
  padding: 15px;
}

.row-gray input,
.row-gray input:focus,
.row-gray select,
.row-gray select:focus{
  border-color: #007AFF !important;
}

.print-wrapper{
  border: 2px dashed #ddd;
  color: #777;
  padding: 20px 10px;
  display: block;
  text-align: center;
}
.print-wrapper i{
  display: block;
  font-size: 30px;
}

.print-wrapper:hover,
.print-wrapper:focus{
  border-color: #4CAF50;
  color: #4CAF50;
}
