/* Removed remote Font Awesome import to avoid conflicts and mixed-content issues.
   Rely on the local Font Awesome loaded by the layout templates. */
body {
  padding: 50px 0 0 0;
  margin: 0;
  background: #fff;
  font-size: 13px;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #000;
}
table tr td em {
  font-style: normal;
  font-size: 13px;
  font-family: 'Arial', 'Helvetica', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 34px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 14px;
}
a {
  color: #09c;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
}
.copyright {
  padding: 15px;
  text-align: center;
  font-size: 13px;
  margin: 0;
}
.form-control,
.btn {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #eee;
}
.btn {
  border-color: transparent;
}
.form-control:focus,
.btn:focus,
.btn:hover,
a:focus {
  outline: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-color: transparent;
}
.form-control:focus {
  background: #eee;
}
.dropdown-menu {
  border-radius: 0;
  background: #eee;
  border: 0;
  padding: 10px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: 0;
}
.breadcrumb {
  border-radius: 0;
  background-color: #fff;
  font-size: 13px;
  color: #999;
  position: relative;
  margin: 20px 0;
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  letter-spacing: 1px;
}
.breadcrumb > li {
  font-family: 'Arial', sans-serif;
}
.breadcrumb > li.active {
  color: #888;
}
label,
.table > thead > tr > th,
.table > tfoot > tr > th {
  font-family: 'Lato', sans-serif;
}
.table {
  background: #fff;
  width: 100% !important;
}
input[type="text"],
input[type="search"],
input[type="tel"],
input[type="email"],
input[type="password"],
select,
textarea {
  border: 1px solid #ddd;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  font-family: 'Lato', sans-serif;
  padding: 5px;
  height: 30px;
}
input[type="text"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  outline: 0;
  box-shadow: none;
  border-color: #ddd;
}
textarea {
  height: auto;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background: #09c;
}
.input-group-addon {
  border-radius: 0;
  border-color: transparent;
}
.input-group-addon .fa {
  width: 14px;
  text-align: center;
}
/* Data tables 
======================================== */
.dataTables_wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.dataTables_length,
.dataTables_info {
  float: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 639px) {
  .dataTables_length,
  .dataTables_info {
    float: none;
    text-align: left;
  }
}
.dataTables_filter,
.dataTables_paginate {
  float: right;
  margin-bottom: 0px;
}
@media screen and (max-width: 639px) {
  .dataTables_filter,
  .dataTables_paginate {
    float: none;
    text-align: left;
    margin-bottom: 10px;
  }
}
.dataTables_paginate {
  margin-top: 0px;
}
.dataTables_paginate a {
  cursor: pointer;
  padding: 10px;
  border: 0;
  margin-left: 1px;
  color: #fff;
  background: #65bf67;
  font-family: 'Lato', sans-serif;
}
.dataTables_paginate a:hover {
  color: #fff;
  background: #59ab5b;
}
/********* New added from jquery.dataTables.css*****/
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333333 !important;
  border: 1px solid #cacaca;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, gainsboro 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, gainsboro 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, gainsboro 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, gainsboro 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
/********* New added from jquery.dataTables.css*****/
.table > thead > tr > th {
  position: relative;
}
.table > thead > tr > th.sorting_asc:before,
.table > thead > tr > th.sorting_desc:before,
.table > thead > tr > th.sorting:before {
  content: "\f0dc";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  color: #888;
}
.table > thead > tr > th.sorting_asc:before {
  content: "\f0dd";
}
.table > thead > tr > th.sorting_desc:before {
  content: "\f0de";
}
/* Stylesheets 
======================================== */
@media screen and (max-width: 767px) {
  .admin-wrap {
    
  }
}
.admin-header {
  background: #131724;
  border-color: transparent;
}
.admin-header a {
  color: #fff;
}
.admin-body {
  background: #e0e9f0;
}
@media screen and (min-width: 980px) {
  .admin-sidebar {
    width: 220px;
    padding: 0;
    left: 0;
    bottom: 0;
    top: 50px;
    position: fixed;
    overflow: auto;
  }
}
.admin-sidebar .panel {
  background: none;
  border: 0;
}
.admin-sidebar .panel-heading {
  background: none;
  border: 0;
  color: #fff;
  padding: 0;
}
.admin-sidebar .panel-title {
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  padding: 0;
}
.panel-title i {
  width: 24px;
  height: auto;
  text-align: center;
}
.admin-sidebar .panel-title a {
  padding: 6px 10px;
  line-height: 25px;
  display: block;
  color: #9fa8b8;
  transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
}
.admin-sidebar .panel-title a:hover {
  color: #fff;
  background: #3b4461;
}
.admin-sidebar .panel-title a:hover,
.admin-sidebar .panel-title a.active {
  color: #fff;
}
.admin-sidebar .panel-title a.active,
.panel-collapse.collapse.in {
  background: #2c4468;
}
.panel-search-collapse.collapse.in {
  background: #09c;
}
.panel-search-searchbar {
  background: #09c;
}
.admin-sidebar .panel-title a.active.collapsed {
  background: none;
}
.panel-group .panel {
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 0;
  border-bottom: 1px solid #2c3248;
}
.panel-group .panel:last-child {
  border-bottom: 0;
}
.panel-group .panel:first-child {
  border-top: 0;
}
.admin-sidebar {
  background: #333a54;
}
.admin-sidebar ul.sub-nav {
  margin: 0;
  padding: 0;
}
.admin-sidebar ul.sub-nav li {
  list-style: none;
  display: block;
  text-transform: none;
}
.admin-sidebar ul.sub-nav li a {
  color: #9fa8b8;
  font-size: 13px;
  display: block;
  line-height: 15px;
  text-transform: lowercase;
  padding: 10px 10px 10px 50px;
  position: relative;
  border-left: 4px solid transparent;
}
.admin-sidebar ul.sub-nav li a:hover,
.admin-sidebar ul.sub-nav li.active a {
  color: #fff;
  background: #2d4f7c;
  border-color: #CB268C;
}
.admin-sidebar ul.sub-nav li.active a {
  background: #09c;
}
.admin-sidebar ul.sub-nav li a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  top: 10px;
  left: 40px;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border: 0;
  padding: 0;
}
.admin-content {
  background: #e0e9f0;
  position: relative;
}
.page-content {
  padding: 20px;
  background: #fff;
  margin-left: 220px;
  min-height: 600px;
  padding-bottom: 60px;
}
@media screen and (max-width: 979px) {
  .page-content {
    margin: 0;
    padding: 0;
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .page-content {
    padding: 20px;
  }
}
.logo {
  float: left;
  margin: 5px;
}
.logo img {
  max-height: 40px;
  width: auto;
}
.navbar-form.search {
  max-width: 220px;
  float: right;
  margin: 0;
}
.btn-search {
  margin: 0;
  padding: 0;
  border: 0;
  display: inline-block;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
}
.btn-search:focus {
  outline: 0;
}
.search.open .btn-search {
  background: #2d4f7c;
}
.search .dropdown-menu {
  background: #2d4f7c;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin-top: 0;
}
.navbar-links {
  float: right;
  padding: 0;
  margin: 15px 0;
}
.navbar-links li {
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
}
.page-title,
.section-title,
.box-title {
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  color: #444;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.section-title {
  font-size: 18px;
}
.box-title {
  font-size: 14px;
}
.box-message {
  font-size: 14px;
  line-height: 1.0;
  color: #ed9c28;
}
/* Login */
.login-wrap {
  padding: 0;
  background: #333a54;
}
.login {
  max-width: 545px;
  margin: 50px auto;
}
@media screen and (max-width: 767px) {
  .login {
    margin: 20px auto;
  }
}
.login-header {
  padding: 20px 0;
}
.login-form-wrap {
  background: rgba(0, 0, 0, 0.2);
}
.login-register-wrap {
  background: #09c;
  color: #fff;
  position: relative;
}
.login-register-wrap .btn-reg {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .login-register-wrap .btn-reg {
    position: initial;
    position: inherit;
  }
}
.login .col-sm-6 {
  display: table-cell;
  float: none;
  padding: 20px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .login .col-sm-6 {
    display: block;
  }
}
.login .section-title {
  color: #fff;
}
.login .section-title small {
  color: rgba(255, 255, 255, 0.6);
}
.login .form-actions {
  padding: 10px 0;
}
/* Admin Form Elements */
.help-block-sucess {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 15px;
  color: #5cb85c;
}
.help-block-white {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #fff;
}
.help-block-bold {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #000;
  font-weight: bold;
}
.box-search,
.box-form {
  padding: 10px;
  margin-bottom: 20px;
  background: #e5ebf1;
}
.box-search-header {
  padding: 2px 20px;
  background: #09c;
}
.datepicker.dropdown-menu {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  z-index: 1050 !important;
}
.form-actions {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.form-actions-top {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.form-actions.top-actions {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.modal .form-control {
  border: 1px solid #ddd;
}
.modal label {
  font-size: 13px;
}
/* Register */
.register-wrap {
  padding: 0;
  background: #333a54;
}
.register {
  max-width: 850px;
  margin: 50px auto;
}
.register-header {
  padding: 20px 0;
}
.register-form-wrap {
  background: rgba(0, 0, 0, 0.2);
}
.register-register-wrap {
  background: #09c;
  color: #fff;
  position: relative;
}
.register-register-wrap .btn-reg {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.register .col-sm-12 {
  display: table-cell;
  float: none;
  padding: 20px;
  color: #fff;
}
.register .col-lg-6 {
  padding: 5px 0px;
}
.register .section-title {
  color: #fff;
}
.register .section-title small {
  color: rgba(255, 255, 255, 0.6);
}
.register .form-actions {
  padding: 10px 0;
}
.register label {
  color: #FFF;
}
.register .has-error .help-block,
.register .has-error .control-label,
.register .has-error .radio,
.register .has-error .checkbox,
.register .has-error .radio-inline,
.register .has-error .checkbox-inline {
  color: #FF0000;
}
.register .has-feedback .form-control-feedback {
  height: 34px;
  line-height: 34px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 2px;
  width: 56px;
}
#example {
  float: left;
}
@media screen and (min-width: 980px) {
  #admin_footer {
    position: absolute;
    bottom: 0;
    left: 220px;
    right: 0;
    border-top: 1px solid #ddd;
  }
}
table.dataTable.dtr-inline.collapsed tbody td:first-child,
table.dataTable.dtr-inline.collapsed tbody th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed tbody td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
  top: 8px;
  left: 4px;
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 16px;
  text-align: center;
  line-height: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  content: '+';
  background-color: #31b131;
}
table.dataTable.dtr-inline.collapsed tbody td:first-child.dataTables_empty:before,
table.dataTable.dtr-inline.collapsed tbody th:first-child.dataTables_empty:before {
  display: none;
}
table.dataTable.dtr-inline.collapsed tbody tr.parent td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody tr.parent th:first-child:before {
  content: '-';
  background-color: #d33333;
}
table.dataTable.dtr-inline.collapsed tbody tr.child td:before {
  display: none;
}
table.dataTable.dtr-column tbody td.control,
table.dataTable.dtr-column tbody th.control {
  position: relative;
  cursor: pointer;
}
table.dataTable.dtr-column tbody td.control:before,
table.dataTable.dtr-column tbody th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 16px;
  text-align: center;
  line-height: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  content: '+';
  background-color: #31b131;
}
table.dataTable.dtr-column tbody tr.parent td.control:before,
table.dataTable.dtr-column tbody tr.parent th.control:before {
  content: '-';
  background-color: #d33333;
}
table.dataTable tr.child {
  padding: 0.5em 1em;
}
table.dataTable tr.child:hover {
  background: transparent !important;
}
table.dataTable tr.child ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
table.dataTable tr.child ul li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
  white-space: nowrap;
}
table.dataTable tr.child ul li:first-child {
  padding-top: 0;
}
table.dataTable tr.child ul li:last-child {
  border-bottom: none;
}
table.dataTable tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}
.table {
  width: 100% !important;
}
.table-responsive {
  border: 0;
}
.dataTables_processing {
  position: fixed;
  z-index: 100;
  background: rgba(255, 255, 255, 0.9) url('/dps/template/resources/img/ajax-loader.gif') no-repeat center center;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  text-indent: -99999px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  margin-left: -40px;
  margin-top: -40px;
}
#showmenu[type=checkbox],
.showmenu-label {
  position: fixed;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  background: #333333;
  color: #fff;
  z-index: 10050;
  line-height: 40px;
  text-align: center;
  display: none;
}
@media screen and (max-width: 979px) {
  #showmenu[type=checkbox],
  .showmenu-label {
    display: block;
  }
}
.showmenu-label .fa-times {
  display: none;
}
.admin-sidebar {
  transition: all 0.2s ease-in-out 0.1s;
  -moz-transition: all 0.2s ease-in-out 0.1s;
  -webkit-transition: all 0.2s ease-in-out 0.1s;
}
#showmenu[type=checkbox] {
  opacity: 0;
  filter: alpha(opacity=0);
}
#showmenu[type=checkbox]:checked ~ .admin-sidebar {
  left: 0;
  bottom: 0;
}
#showmenu[type=checkbox]:checked .admin-wrap {
  left: 220px;
}
#showmenu[type=checkbox]:checked ~ .showmenu-label .fa-times {
  display: inline-block;
}
#showmenu[type=checkbox]:checked ~ .showmenu-label .fa-bars {
  display: none;
}
.nav-search {
  float: right;
  position: relative;
  margin: 5px 0;
  width: 150px;
  text-align: right;
}
.nav-search input[type=text].form-control {
  transition: width 0.1s ease-in-out 0;
  -moz-transition: width 0.1s ease-in-out 0;
  -webkit-transition: width 0.1s ease-in-out 0;
  width: 40px;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 40px;
  margin: 0;
  display: inline-block;
  z-index: 2;
  position: relative;
}
.nav-search input[type=text].form-control:focus {
  width: 120px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.nav-search .btn-search {
  position: absolute;
  right: 25px;
  top: 11px;
  border: 0;
  background: none;
  width: 20px;
  height: 20px;
  color: #fff;
  line-height: 1;
  font-size: 11px;
  z-index: 1;
}

/** Robert: Code for show hand curson on datepicker : START 
Terry wants to show hand curson on datepicker instead of show red circus 
**/
.datepicker { cursor: pointer !important; } 


.admin-body .admin-content {
  transition: left .2s;
  -moz-transition: left .2s;
  -webkit-transition: left .2s;
  background: #fff;
  z-index: 2;
    
}

.nav-trigger {
  position: absolute;
    clip: rect(0, 0, 0, 0);
}

label[for=nav-trigger] {
    position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  color: #fff;
  width: 46px;
  height: 46px;
  line-height: 50px;
  text-align: center;
  margin: 0;
  padding: 0;
}
 
.nav-trigger:checked ~ .admin-body .admin-content {
    left: 220px;
    z-index: 2;
}

.nav-trigger:checked  #admin_leftbar .sidebar-offcanvas {
  left: 0;
}

@media screen and (max-width: 979px) {
  .admin-body {
    background: #fff;
  }

  .admin-content .page-content {
    padding: 20px;
  }

  #admin_leftbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    z-index: 1;
    background: #3B4361;
    bottom: 0;
  }
}

@media (min-width: 768px) {
  label[for=nav-trigger],
  .nav-trigger {
    display: none;
  }

  .admin-sidebar {
    z-index: 2;
  }
}

.modal-backdrop,
.modal-backdrop.fade.in {
z-index: 1;
}


@media screen and (min-width: 768px) {
.modal-dialog {
  width: 60%;
  margin: 60px auto;
}








.dropdown {
  width: 100%;
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  width: 100%;
  box-shadow: 0px 8px 16px 2px rgba(1,0,0,1);
  z-index: 1;
}

.dropdown-content a {
  background-color: #236092;
  padding: 12px 16px;
  width: 100%;
  text-decoration: none;
  display: block;
}

.dropdown:hover .dropdown-content 
{
  display: block;
  background-color: #0097CE;
  font-weight:bolder;
}





/*	Disable background and show wait spinner logo for referesh	*/

#cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.5);
    //background-color: rgba(14,38,57,0.25);
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

#cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:75px;height:75px;
    border-style:dashed;	//solid;
    border-color:#236092;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.alert-danger-striked {
  color: #a94442;
  background-color: #f7e1b5;
  border-color: #ebccd1;
  text-decoration: line-through;
}

table.dataTable thead tr {
  background-color: #EEEEEE;
}




#drop_file_zone {
    background-color: #EEE;
    border: #999 5px dashed;
    width: 700px;
    height: 200px;
    padding: 8px;
    font-size: 18px;
}
#drag_upload_file {
  width:90%;
  margin:0 auto;
}
#drag_upload_file p {
  text-align: center;
}
#drag_upload_file #selectfile {
  display: none;
}
