﻿@import url("https://fonts.googleapis.com/css?family=Muli:200,300,400,600,700,800,900");
.headerfull {
  background: rgb(63, 7, 7) !important;
}
body {
  font-family: "Muli", sans-serif !important;
  overflow-x: hidden;
  min-height: 100%;
  float: left;
  width: 100%;
}
.smllogo {
  height: 58px;
  background: rgb(63, 7, 7) !important;
}
.wsmain, .wsmenu {
  background: rgb(63, 7, 7) !important;
}
.smllogo {
  padding: 9px 9px !important;
  margin: 0;
  float: left;
  width: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#single-tree .icon-close:before,
#treeview-model .icon-close:before,
#treeview .icon-close:before,
.treeview .icon-close:before {
  content: "";
  background: url(../img/minus.png) no-repeat;
  width: 15px;
  height: 15px;
  float: left;
  /* padding: 10px; */
  background-size: 100%;
}
.control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 200px;
  height: 210px;
  margin: 10px;
}
.wsmenu i {
  color: #f04c4c;
  margin-right: 8px;
  font-size: 15px;
}
.roll {
  width: 100%;
  height: 150px;
  border: 1px solid #f1f1f1;
  border-radius: 6px;
  padding: 10px;
  overflow: auto;
}
ul#treeview-model .li-odd {
  padding: 10px 0;
}
ul#treeview .li-odd {
  padding: 10px 0;
}
ul#treeview-model {
  padding: 0px 0;
}
ul#treeview {
  margin-top: 0;
  padding: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px !important;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown-submenu > .dropdown-menu a i {
  color: #d5464e !important;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  /* right: 77%; */
  left: -158px !important;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 6px 6px 6px 6px;
  font-size: 12px !important;
}
.roll .form-group {
  margin-bottom: 5px !important;
  border-bottom: 1px dotted #dddddd;
}
.col-xs-2.react1 button {
  background: #fff;
  border: 1px solid #e4e7ea;
}
.col-xs-2.react1 {
  margin-top: 42px;
}
.col-xs-2.react1 button:hover {
  background: #f3ecec;
}
.btn-default.dropdown-toggle {
  color: #fff !important;
}
.control {
  display: flex;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
  width: 30px;
  margin: -11px auto;
  clear: both;
  align-items: center;
  justify-content: center;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #fff;
  border: 1px solid;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: #fff;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #fff;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 11px;
  border: solid #2ac02d;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

.wsmenu-list > li > .navtext > span {
  font-size: 16px !important;
  line-height: 30px !important;
  color: #ffffff !important;
}
.gr-banner {
  background: #f7f7f7;
  padding: 5px 0;
  margin: 0px 0 15px;
  box-shadow: 1px 1px 1px #ccc;
  display: flex;
  align-items: center;
}
.ppl {
  margin-top: 12px;
  margin-bottom: -6px;
}
.gr-banner input {
  font-size: 10px;
  padding: 0 5px;
}
button:focus {
  outline: none;
}
.btn:focus {
  outline: none;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  position: absolute;
  filter: alpha(opacity=20);
  right: 12px;
  top: 4px;
}
.dis-blk {
  display: block;
}
.schedule-drop > li > a {
  display: flex;
  font-size: 12px;
  text-align: left;
  align-items: center;
  padding: 9px 15px !important;
}
.schedule-drop > li > a i {
  margin-right: 5px;
  color: #ce2329;
}
.btn-default.dropdown-toggle {
  background-color: #4285f4 !important;
  color: #fff;
  margin-bottom: 10px;
  padding: 10px 15px;
  height: 38px;
}
.schedule-drop {
  border-radius: 6px;
  margin-top: -8px;
}
.wid-40 {
  width: 26px;
}

.white-banner {
  background: #fff;
}
/* Ensure that the demo table scrolls 
   th, td { white-space: nowrap; }
    div.dataTables_wrapper {
        width: 100%;
        margin: 0 auto;
    }*/

.force {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid #21245c;
}
.force1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

span.check-data img {
  max-width: 100%;
}
span.check-data .green {
  background: #ccc;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
span.check-data .red {
  background: #ccc;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
span.check-data {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid #21245c;
  padding: 0 0px;
  float: right;
  border-radius: 50%;
}

.gr-banner .picr {
  font-size: 13px;
  font-weight: 400;
  margin-left: 0px;
  display: inline-flex;
  align-items: center;
  margin-top: 3px;
}
table.dataTable thead th {
  padding-left: 10px !important;
  padding-right: 10px;
}
.gr-banner .picr img {
  margin-right: 5px;
}
.gr-banner h3.col-sm-12 {
  font-size: 17px;
  color: #505050;
  margin: 0px 0 0;
}
.gr-banner label {
  font-weight: 400;
  font-size: 12px;
  margin-top: 15px;
  color: #828181;
}
.gr-banner input.form-control {
  border-radius: 0;
}
.gr-banner span.input-group-addon {
  border-radius: 0;
  background: #f5f5f5;
}
.co-lead ul {
  padding: 0;
}
.seperator {
  border-bottom: 1px solid #ccc;
}

.co-lead ul li {
  display: inline;
  padding: 0px 7px;
  width: 50%;
  float: left;
  text-align: center;
}
.co-lead ul li arc {
  border: 1px solid #1f69d2;
  padding: 2px 9px;
  border-radius: 4px;
  background: #1580c3;
  color: #fff;
  font-size: 10px;
  font-weight: 300;
  box-shadow: 1px 1px 1px #ccc;
}
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  background: #fff;
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: 300 !important;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
  font-weight: 300;
  font-size: 12px;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 0.5px solid #c5c5c5 !important;
  border-right: 1px solid #c5c5c5;
  border-top: 1px solid #c5c5c5;
}

table.dataTable thead th:nth-child(1) {
  border-left: 1px solid #c5c5c5;
}
table.dataTable tbody td:nth-child(1) {
  border-left: 1px solid #c5c5c5;
}
table.dataTable tbody td:last-child {
  border-right: 1px solid #c5c5c5;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 0.5px solid #c5c5c5 !important;
}
th {
  text-align: left;
  background: #fff;
}
span.force.no-border {
  border: none;
}
.addpm {
  width: 20px;
  height: 20px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  margin-top: -2px;
}
.point {
  width: 20px;
  height: 20px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  margin-top: -2px;
}
.m-t-2 {
  margin-top: 2px !important;
  margin: -6px;
  margin-bottom: -7px;
}
.tag-no-wrap tbody td {
  white-space: nowrap;
}

tr.n-content td {
  cursor: pointer;
}
.tag-no-wrap tr.n-content.active td {
  background-color: #d33c45 !important;
  /* border: 1px solid #000; */
  color: #fff;
}

ul.maple {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}
ul.maple li {
  padding: 5px 10px;
  overflow: hidden;
  position: relative;
}
.red-bg {
  background: #cc2228 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff;
  margin-right: -6px;
  margin-bottom: 10px !important;
}
ul.maple li a {
  display: block;
  color: #353535;
  background: #e8e8e8a1;
  text-decoration: none;
  padding: 10px;
  font-weight: 500;
  font-size: 12px;
  position: relative;
}
.li-odd {
  background: #e7ffedc7;
}
ul#treeview-request.sec-ing li {
  padding: 10px 10px;
}
ul#treeview-request.sec-ing li ul {
  background: #fff !important;
}

ul.maple li a:before,
ul.maple li a:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 17px;
  width: 10px;
  height: 2px;
  background: #353535 !important;
}
.succ-st {
  background: #ebeeef5e;
  color: #20a23e !important;
}
.succ-rt {
  background: #ebeeef5e;
  color: #cc2228 !important;
}

ul.maple li a:after {
  width: 2px;
  height: 10px;
  right: 14px;
  top: 9px;
  bottom: 12px;
  margin: auto;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}
ul.maple li a.show:after {
  height: 0;
}
ul.maple li div {
  border: none !important;
  border-top: none;
  padding: 10px;
  color: #3e3c3c;
  font-size: 14px;
  line-height: 20px;
  display: none;
}
span.page-title {
  font-size: 13px;
  color: #616161 !important;
}
tbody {
  color: #474747 !important;
}
#nip tr > td {
  font-size: 13px !important;
  padding: 0px 8px !important;
  height: 38px;
  vertical-align: middle;
  white-space: inherit;
}
h3.tip-vb {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  margin-top: 4px;
  text-transform: capitalize;
  color: #333;
  /* text-shadow: 3px 4px 4px #ccc; */
  display: inline;
  padding: 0;
  display: flex;
  align-items: center;
}
h3.tip-vb button {
  background: none;
  border: none;
  /* display: inline-flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* top: 5px; */
  margin-top: 0px;
  color: #cc2228;
  padding: 5px 7px !important;
}
h3.moreclick {
  font-weight: 600;
  font-size: 16px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 3px;
  display: inline;
}
.col-sm-4.h-152 h5 {
  font-weight: 600;
  border-bottom: 2px solid #cc2228;
  padding-bottom: 3px;
  float: left;
  font-size: 16px;
}
.col-xs-5.h-152 select option {
  border-bottom: 1px solid #6868681a;
  padding: 10px 10px;
  background: #fbfbfbab;
  color: #3a3a3a;
}
h5 {
  font-weight: 600;
}
.rect1 .btn {
  background: #f1f1f1 !important;
  display: flex !important;
  align-items: cente !importantr;
  justify-content: center !important;
  width: 74px !important;
  margin: 5px auto !important;
  padding: 0 !important;
  height: 32px !important;
}
h3.moreclick {
  font-weight: 600;
  font-size: 17px;
  border-bottom: 2px solid #cc2228;
  padding: 0px 5px 2px 0px;
  display: inline;
  margin-bottom: 13px !important;
  float: left;
}
.moreclick {
  font-weight: 600;
  font-size: 16px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
  font-weight: 600;
  font-size: 16px;
}
.modal-body label {
  font-weight: 600;
  color: #3a3a3a !important;
}
.u-text span {
  color: #2b2b2b;
}
.secti table td {
  color: #333;
}
ul.new-cl li .sec-ing {
  display: flex;
  align-items: center;
}
.u-icon h4 {
  margin: 0;
  border-bottom: none !important;
}
ul.new-cl li {
  list-style: none;
  padding: 0 15px;
  display: block;
}
ul.new-cl {
  padding: 0;
}
ul.new-cl li:nth-child(odd) {
  background: #f5f5f5;
}
.t-v-t i {
  color: #cd2228;
  font-size: 15px;
  vertical-align: bottom;
}
td.notes-pp span {
  display: inline-block;
  width: 100%;
  min-height: 30px;
  border-radius: 6px;
}
td.notes-pp span:hover {
  background: #ffffff;
  border: 1px solid #5a65712e;
  cursor: pointer;
  border-radius: 6px;
}
@media only screen and (min-width: 1400px) {
  .smllogo {
    width: 3% !important;
  }
  .smllogo img {
    width: 85% !important;
  }
}
@media only screen and (min-width: 768px) {
  .modal-dialog.col-800 {
    width: 800px !important;
  }
}
@media only screen and (max-width: 600px) {
  .d-flex li {
    margin-right: 5px;
    margin-top: 3px !important;
    margin-bottom: 4px !important;
    clear: left;
  }
  .d-flex {
    display: block;
    align-items: center;
    margin-bottom: 4px;
    justify-content: flex-end;
    margin-right: 0;
  }
}

@media only screen and (min-width: 1700px) {
  td.acr-wid12 {
    width: 36%;
  }

  .bas-wid {
    width: 39% !important;
  }
  td.acr-wid21 {
    width: 34.7% !important;
  }
  td.acr-wid11 {
    width: 35%;
  }
  td.acr-wid1 {
    width: 39% !important;
  }
  td.acr-wid2 {
    width: 45% !important;
  }
  .acr-wid11 label {
    display: flex;
    align-items: baseline;
  }
}
.acr-wid11 label span {
  font-size: 14px;
  padding-right: 3px;
  padding-left: 2px;
  margin-top: 2px !important;
  margin-right: 3px;
  margin-left: 3px;
  padding-top: 4px;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 5px 10px !important;
}
ul.project-leg li .grl {
  background: #41aa3b;
  width: 12px;
  height: 12px;
  /* float: left; */
  display: inline-flex;
  margin-right: 6px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

ul.project-leg li .reld {
  background: #ce2329;
  width: 12px;
  height: 12px;
  /* float: left; */
  display: inline-flex;
  margin-right: 6px;
  border-radius: 3px;
  border: 1px solid #ccc;
}
ul.project-leg li .yel {
  background: #ffd900;
  width: 12px;
  height: 12px;
  /* float: left; */
  display: inline-flex;
  margin-right: 6px;
  border-radius: 3px;
  border: 1px solid #ccc;
}
ul.project-leg li {
  display: inline;
  padding: 0 15px;
}
ul.project-leg {
  padding: 0;
}
.dropdown-submenu ul.dropdown-menu li a {
  padding: 9px 10px !important;
}
.dropdown-submenu ul.dropdown-menu i {
  margin-right: 5px;
  color: #d43c45;
}

.moda-c h3 {
  font-size: 16px;
  font-weight: 500;
}
.moda-c h3 span {
  font-size: 12px;
  color: #848484;
}
html input[disabled] {
  background: #ccc;
}
.left-sec {
  height: 80vh;
  background: #ffffff;
  overflow-y: scroll;
  position: fixed;
  left: 0;
  border-bottom: 1px solid #ebeeef;
  /* box-shadow: 13px 1px 1px #ccc; */
}
ul.left-cont li i {
  color: #ce2329;
  margin-right: 5px;
}
.wsmenu-submenu li a:hover {
  background: #f3f3f3 !important;
  text-decoration: none;
}
.wsmenu-submenu li a {
  transition: all linear 0.3s;
}
.border {
  border: 1px solid #ebeeef !important ;
}
.pad-5 {
  padding: 5px !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.form-group.m-b-0 {
  margin-bottom: 0 !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
ul.left-cont li {
  padding: 10px 14px;
  border-bottom: 1px solid #ebeeef;
}
ul.left-cont {
  padding: 0;
  border: 1px solid #ebeeef;
}
.right-sec {
  max-height: 80vh;
  float: right;
  right: 0;
  overflow-y: scroll;
  position: fixed;
  padding-bottom: 17px !important;
  border-bottom: 1px solid #ebeeef;
}
.t-v-t .p-r-7 {
  padding-right: 7.5px !important;
}

.t-v-t .tab-content {
  border-top: none !important;
  padding-left: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0;
}
.with-bod {
  border: 1px solid #ebeeef;
  margin-top: 2px;
}
.t-v-t .tabs-vertical {
  min-width: 300px !important;
  min-height: 100vh;
  overflow-y: scroll;
  border-top: 1px solid #ebeeef;
  border-right: 1px solid #ebeeef;
  border: 1px solid #ebeeef;
}
.p-r-2 {
  padding-right: 2px;
}

.t-v-t .table > thead > tr > th {
  border-right: 1px solid #ebeeef !important;
}
.t-v-t .table > thead > tr > th:last-child {
  border: none !important;
}
.treeview ul.list-group li:nth-child(odd) {
  background: #f3fcfa;
  border-bottom: 1px solid #ebeeef;
  margin-bottom: 2px;
}
.treeview span.icon {
  width: 19px !important;
  margin-right: 10px !important;
  height: 19px !important;
  border: 1px solid #1c84e6;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #1c84e6;
}
.treeview span.icon.glyphicon {
  display: none;
}
.t-v-t .tabs-vertical li a {
  padding: 10px !important;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #ebeeef !important;
}
tr > td {
  font-size: 13px !important;
}
.wid-180 {
  width: 180px;
}
.cmn-t1 tr:hover {
  background: #fbd1d1 !important;
  color: #292929 !important;
  transition: all 0.5s ease;
}
.hummingbird-base {
  padding: 0;
}

.hummingbird-base li span.description {
  float: right;
  margin-right: 15px;
  width: 44%;
}

.hummingbird-base li span.name {
  float: right;
  width: 44%;
  margin-right: 15px;
}
.hummingbird-base li i {
  width: 30px;
}
.hummingbird-base li label {
  width: 30px;
  margin: 0 auto;
  align-items: center;
  display: inline-flex;
  align-items: top;
}
input[type="radio"],
input[type="checkbox"] {
  height: auto;
}
.disp-in {
  display: inline !important;
}
.u-icon h4 {
  margin: 0;
  border-bottom: 1px solid #ccc;
  padding: 0px 5px 2px 5px;
}
select.form-control {
  height: 38px !important;
}
input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0;
}
For Chrome input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@import url("https://fonts.googleapis.com/css?family=Muli:200,300,400,600,700,800,900");
.headerfull {
  background: #000;
}
body {
  font-family: "Muli", sans-serif !important;
  overflow-x: hidden;
  min-height: 100%;
  float: left;
  width: 100%;
}
.smllogo {
  height: 58px;
  background: #fff;
}
.smllogo {
  padding: 9px 9px !important;
  margin: 0;
  float: left;
  width: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 200px;
  height: 210px;
  margin: 10px;
}
.btn-default.dropdown-toggle {
  color: #fff !important;
}
.control {
  display: flex;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
  width: 30px;
  margin: -11px auto;
  clear: both;
  align-items: center;
  justify-content: center;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #fff;
  border: 1px solid;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: #fff;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #fff;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 11px;
  border: solid #2ac02d;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: 600 !important;

  -webkit-font-smoothing: antialiased;
  color: #333 !important;
}
.col-xs-5.h-152 h5 {
  font-weight: 600;
  border-bottom: 2px solid #cc2228;
  padding: 0px 5px 5px 0px;
  float: left;
}
.ppr-i {
  background: #fff;
  padding: 7px 0 15px 0;
  border-radius: 7px;
  box-shadow: 0px 0px 9px #ececec;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.wsmenu-list > li > .navtext > span {
  font-size: 16px !important;
  line-height: 30px !important;
  color: #ffffff !important;
}
.gr-banner {
  background: #f7f7f7;
  padding: 5px 0;
  margin: 0px 0 15px;
  box-shadow: 1px 1px 1px #ccc;
  display: flex;
  align-items: center;
}
.ppl {
  margin-top: 12px;
  margin-bottom: -6px;
}
.gr-banner input {
  font-size: 10px;
  padding: 0 5px;
}
button:focus {
  outline: none;
}
.btn:focus {
  outline: none;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  position: absolute;
  filter: alpha(opacity=20);
  right: 12px;
  top: 4px;
}
.dis-blk {
  display: block;
}
.schedule-drop > li > a {
  display: flex;
  font-size: 12px;
  text-align: left;
  align-items: center;
  padding: 9px 15px !important;
}
.schedule-drop > li > a i {
  margin-right: 5px;
  color: #ce2329;
}
.btn-default.dropdown-toggle {
  background-color: #4285f4 !important;
  color: #fff;
  margin-bottom: 10px;
  padding: 10px 15px;
  height: 38px;
}
.schedule-drop {
  border-radius: 6px;
  margin-top: -8px;
}
.wid-40 {
  width: 26px;
}

.white-banner {
  background: #fff;
}
/* Ensure that the demo table scrolls 
   th, td { white-space: nowrap; }
    div.dataTables_wrapper {
        width: 100%;
        margin: 0 auto;
    }*/

.force {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid #21245c;
}
.force1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

span.check-data img {
  max-width: 100%;
}
span.check-data .green {
  background: #ccc;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
span.check-data .red {
  background: #ccc;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
span.check-data {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid #21245c;
  padding: 0 0px;
  float: right;
  border-radius: 50%;
}

.gr-banner .picr {
  font-size: 13px;
  font-weight: 400;
  margin-left: 0px;
  display: inline-flex;
  align-items: center;
  margin-top: 3px;
}
table.dataTable thead th {
  padding-left: 10px !important;
  padding-right: 10px;
}
.gr-banner .picr img {
  margin-right: 5px;
}
.gr-banner h3.col-sm-12 {
  font-size: 17px;
  color: #505050;
  margin: 0px 0 0;
}
.gr-banner label {
  font-weight: 400;
  font-size: 12px;
  margin-top: 15px;
  color: #828181;
}
.gr-banner input.form-control {
  border-radius: 0;
}
.gr-banner span.input-group-addon {
  border-radius: 0;
  background: #f5f5f5;
}
.co-lead ul {
  padding: 0;
}
.seperator {
  border-bottom: 1px solid #ccc;
}

.co-lead ul li {
  display: inline;
  padding: 0px 7px;
  width: 50%;
  float: left;
  text-align: center;
}
.co-lead ul li arc {
  border: 1px solid #1f69d2;
  padding: 2px 9px;
  border-radius: 4px;
  background: #1580c3;
  color: #fff;
  font-size: 10px;
  font-weight: 300;
  box-shadow: 1px 1px 1px #ccc;
}
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  background: #fff;
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: 300 !important;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
  font-weight: 300;
  font-size: 12px;
}
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1,
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background: #fff;
} /* kindly dont use important on default classes */

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 0.5px solid #c5c5c5 !important;
  border-right: 1px solid #c5c5c5;
  border-top: 1px solid #c5c5c5;
}

table.dataTable thead th:nth-child(1) {
  border-left: 1px solid #c5c5c5;
}
table.dataTable tbody td:nth-child(1) {
  border-left: 1px solid #c5c5c5;
}
table.dataTable tbody td:last-child {
  border-right: 1px solid #c5c5c5;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 0.5px solid #c5c5c5 !important;
}
th {
  text-align: left;
  background: #fff;
}
span.force.no-border {
  border: none;
}
.addpm {
  width: 20px;
  height: 20px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  margin-top: -2px;
}
.point {
  width: 20px;
  height: 20px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  margin-top: -2px;
}
.m-t-2 {
  margin-top: 2px !important;
  margin: -6px;
  margin-bottom: -7px;
}
.tag-no-wrap tbody td {
  white-space: nowrap;
}

tr.n-content td {
  cursor: pointer;
}
.tag-no-wrap tr.n-content.active td {
  background-color: #d33c45 !important;
  /* border: 1px solid #000; */
  color: #fff;
}

ul.maple {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}
ul.maple li {
  padding: 5px 10px;
  overflow: hidden;
  position: relative;
}

ul.maple li a:before,
ul.maple li a:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 16px;
  width: 10px;
  height: 2px;
  background: #2f2f2f;
}
ul.maple li a:after {
  width: 2px;
  height: 10px;
  right: 14px;
  top: 9px;
  bottom: 12px;
  margin: auto;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}
ul.maple li a.show:after {
  height: 0;
}
ul.maple li div {
  border: solid thin #ebeeef;
  border-top: none;
  padding: 10px;
  color: #3e3c3c;
  font-size: 14px;
  line-height: 20px;
  display: none;
}
span.page-title {
  font-size: 13px;
  color: #616161 !important;
}

.u-text span {
  color: #2b2b2b;
}
.secti table td {
  color: #333;
}
ul.new-cl li .sec-ing {
  display: flex;
  align-items: center;
}
.u-icon h4 {
  margin: 0;
  border-bottom: none !important;
}
ul.new-cl li {
  list-style: none;
  padding: 0 15px;
  display: block;
}
ul.new-cl {
  padding: 0;
}
ul.new-cl li:nth-child(odd) {
  background: #f5f5f5;
}
.t-v-t i {
  color: #cd2228;
  font-size: 15px;
  vertical-align: bottom;
}
@media only screen and (min-width: 1400px) {
  .smllogo {
    width: 3% !important;
  }
  .smllogo img {
    width: 85% !important;
  }
}
@media only screen and (min-width: 768px) {
  .modal-dialog.col-800 {
    width: 800px !important;
  }
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 5px 10px !important;
}
ul.project-leg li .grl {
  background: #41aa3b;
  width: 12px;
  height: 12px;
  /* float: left; */
  display: inline-flex;
  margin-right: 6px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

ul.project-leg li .reld {
  background: #ce2329;
  width: 12px;
  height: 12px;
  /* float: left; */
  display: inline-flex;
  margin-right: 6px;
  border-radius: 3px;
  border: 1px solid #ccc;
}
ul.project-leg li .yel {
  background: #ffd900;
  width: 12px;
  height: 12px;
  /* float: left; */
  display: inline-flex;
  margin-right: 6px;
  border-radius: 3px;
  border: 1px solid #ccc;
}
ul.project-leg li {
  display: inline;
  padding: 0 15px;
}
ul.project-leg {
  padding: 0;
}
.dropdown-submenu ul.dropdown-menu li a {
  padding: 9px 10px !important;
}
.dropdown-submenu ul.dropdown-menu i {
  margin-right: 5px;
  color: #d43c45;
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: 600 !important;
  -webkit-font-smoothing: antialiased;
  color: #333 !important;
}
.moda-c h3 {
  font-size: 16px;
  font-weight: 500;
}
.moda-c h3 span {
  font-size: 12px;
  color: #848484;
}
html input[disabled] {
  background: #ccc;
}
.left-sec {
  height: 80vh;
  background: #ffffff;
  overflow-y: scroll;
  position: fixed;
  left: 0;
  border-bottom: 1px solid #ebeeef;
  /* box-shadow: 13px 1px 1px #ccc; */
}
ul.left-cont li i {
  color: #ce2329;
  margin-right: 5px;
}
.wsmenu-submenu li a:hover {
  background: #f3f3f3 !important;
}
.wsmenu-submenu li a {
  transition: all linear 0.3s;
}
.border {
  border: 1px solid #ebeeef !important ;
}
.pad-5 {
  padding: 5px !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.form-group.m-b-0 {
  margin-bottom: 0 !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
ul.left-cont li {
  padding: 10px 14px;
  border-bottom: 1px solid #ebeeef;
}
ul.left-cont {
  padding: 0;
  border: 1px solid #ebeeef;
}
.right-sec {
  max-height: 80vh;
  float: right;
  right: 0;
  overflow-y: scroll;
  position: fixed;
  padding-bottom: 17px !important;
  border-bottom: 1px solid #ebeeef;
}
.t-v-t .p-r-7 {
  padding-right: 7.5px !important;
}

.t-v-t .tab-content {
  border-top: none !important;
  padding-left: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0;
}
.with-bod {
  border: 1px solid #ebeeef;
  margin-top: 2px;
}
.t-v-t .tabs-vertical {
  min-width: 300px !important;
  min-height: 100vh;
  overflow-y: scroll;
  border-top: 1px solid #ebeeef;
  border-right: 1px solid #ebeeef;
  border: 1px solid #ebeeef;
}
.p-r-2 {
  padding-right: 2px;
}

.t-v-t .table > thead > tr > th {
  border-right: 1px solid #ebeeef !important;
}
.t-v-t .table > thead > tr > th:last-child {
  border: none !important;
}
.treeview ul.list-group li:nth-child(odd) {
  background: #f3fcfa;
  border-bottom: 1px solid #ebeeef;
  margin-bottom: 2px;
}
.treeview span.icon {
  width: 19px !important;
  margin-right: 10px !important;
  height: 19px !important;
  border: 1px solid #1c84e6;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #1c84e6;
}
.treeview span.icon.glyphicon {
  display: none;
}
.t-v-t .tabs-vertical li a {
  padding: 10px !important;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #ebeeef !important;
}
tr > td {
  font-size: 13px !important;
}
.wid-180 {
  width: 180px;
}
.cmn-t1 tr:hover {
  background: #fbd1d1 !important;
  color: #292929 !important;
  transition: all 0.5s ease;
}
.hummingbird-base {
  padding: 0;
}

.hummingbird-base li span.description {
  float: right;
  margin-right: 15px;
  width: 44%;
}

.hummingbird-base li span.name {
  float: right;
  width: 44%;
  margin-right: 15px;
}
.hummingbird-base li i {
  width: 30px;
}
.hummingbird-base li label {
  width: 30px;
  margin: 0 auto;
  align-items: center;
  display: inline-flex;
  align-items: top;
}
input[type="radio"],
input[type="checkbox"] {
  height: auto;
}
.disp-in {
  display: inline !important;
}
.u-icon h4 {
  margin: 0;
  border-bottom: 1px solid #ccc;
  padding: 0px 5px 2px 5px;
}
select.form-control {
  height: 38px !important;
}
input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0;
}
For Chrome input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.tab-nowrap th,
.tab-nowrap td {
  white-space: nowrap;
}
.tab-nowrap select {
  width: 160px;
}
.modal-footer {
  padding: 10px 15px;
  text-align: right;
  border-top: 1px solid #fbfbfb !important;
  bottom: 0;
  right: 0;
  width: 100%;
  float: left;
}
.t-v-t i {
  color: #cd2228;
  margin: 5px 9px;
}
.head-pr {
  padding: 10px;
  font-weight: 600;
  font-size: 15px;
}
#sortable1 table tr td {
  display: none;
}

#sortable1 table tr td:first-child {
  display: block;
}

#sortable1 li {
  border: none;
  background: #fff !important;
  border-bottom: 1px solid #e9eff1 !important;
  color: red !important;
  font-weight: 600;
  padding: 8px 10px;
  font-size: 16px !important;
}
.sort1-c {
  border: 1px solid #ebeeef;
  padding: 0;
}
#sortable1 li td {
  color: #1e252b;
  font-size: 16px !important;
  font-weight: 600;
}
#sortable2 table {
  border-bottom: 1px solid #ebeeef;
}

#sortable1 li:nth-child(odd) {
  background: #f3f8fa !important;
}
#sortable1,
#sortable2 {
  display: block;
  min-height: 20px;
  list-style-type: none;
  margin: 0;
  padding: 0 0 0;
  float: left;
  margin-right: 10px;
  width: 100%;
}
.modal-content {
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 0px !important;
  margin-top: 10px;
  float: left;
  width: 100%;
  max-width: 1110px;
  margin: 0px auto;
  max-height: 100vh;
  overflow-y: auto !important;
}
#sortable1 li,
#sortable2 li {
  margin: 0;
  padding: 5px;
  font-size: 1.2em;
  width: 100%;
  border: none;
  background: #267ba80d;
}

.drag-pp th {
  background: #d7555e;
  color: #fff !important;
  font-weight: 600 !important;
  padding: 10px !important;
}
.head-pr {
  padding: 10px;
  font-weight: 600;
  font-size: 15px;
  background: #cc2228c2;
  color: #fff;
}

.drag-pp table > tbody > tr > td {
  padding: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.drag-pp table > tbody > tr > td li {
  padding: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.drag-pp table > tbody > tr > td li td {
  padding: 10px 10px !important;
}
.ppro {
  background: #eeeeee75 !important;
  padding: 0 10px !important;
  border-bottom: 1px solid #ccc !important;
  border-radius: 4px !important;
  box-shadow: 1px 1px 1px #ccc !important;
  font-size: 15px !important;
  color: #3f9fb1 !important;
}
.ppro span {
  color: #565656;
  font-size: 14px;
}

.fl-icon {
  display: flex;
}

.fl-l {
  float: left;
}

.dataTables_wrapper .dataTables_info {
  /*display: none !important;*/
}

.dataTables_wrapper .dataTables_paginate {
  /*display: none !important;*/
}

.n-border {
  border: 1px solid #ddd;
  padding: 0px 10px;
  border-radius: 4px;
}

.min_hgt_auto {
  min-height: 150px;
  overflow: auto;
}

.fl-icon-1 {
  border-bottom: 1px solid #e5e5e5;
}

.check_group {
  float: left;
  width: 100%;
}

.check_1 {
  float: left;
  border: 1px solid #e5e5e5;
  padding: 10px;
}
.check_2 {
  float: left;
}
.div_2 {
  border: 1px solid #e5e5e5;
  padding: 10px;
  float: left;
}
.check_1 .checkbox {
  margin: 0;
}
.div_4 {
  float: left;
}
.has-error .help-block {
  margin: 0;
  position: absolute;
}
.roll_1 p {
  border-bottom: 1px dotted #dddddd;
}
.n-border.min_hgt_auto ul li {
  margin: 10px 0px;
}

.modal-body {
  /*height: 80vh;*/
  overflow: auto;
}


