@charset "UTF-8";
/* common css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline:none;
}
body {
  font-family: 'Lato', sans-serif;
  background: #f6f8fc;
  counter-reset: section;
}
a {
  text-decoration: none;
  color: #008bcd;
  transition: all 0.5s ease-in-out;
}
a:hover {
  color: #333;
}
:-ms-input-placeholder{/* IE 10+ */color: #e6e8ec;}
::-ms-input-placeholder{/* Firefox 18- */color: #e6e8ec;}
::placeholder{color: #e6e8ec;opacity:0.4;}
#iframe_loader{position:absolute;width:100%;height:100%;}
#iframe_loader img{display:block !important;margin:0 auto !important;padding-top:20%;}
.required{color:#e9433a;}
.lable .required{color:#e9433a;font-size:18px;position:absolute;/*top:5px;*/padding:0 2px;}
input[type="text"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="file"]:not(.uploader),
input[type="date"],
textarea,
select {
  border: 1px solid #dbe3f3;
  padding: 10px;
  width: 100%;
  display: block;
  color: #6d7995;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  
}
input[type="text"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="file"]:not(.uploader),
input[type="date"],
textarea{max-height:38px;min-height:38px;}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 9px 10px;
  height:38px;
  background:#fff;
}
textarea{max-height:initial;resize:vertical;}
input[type="file"]:not(.uploader) {
  padding: 8px 10px;
}
.clearfix,
.clearfix:after,
.clearfix:before {
  clear: both;
  margin: 0;
  padding: 0;
}
.clearfix:after,
.clearfix:before {
  content: "";
  position: relative;
  display: block;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.btn-submit {
  background: #0072bc;
  cursor: pointer;
  /*padding: 8px 20px;*/
  padding: 8px 10px;
  color: #fff;
  border: 1px solid #0072bc;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.5s ease-in-out;
  display:inline-block;
  height:37px;
  vertical-align:top;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.btn-submit:hover {
  color: #1e7ec2;
  background: transparent;
}
/* common css */
/* placeholder */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8ca5d9;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #8ca5d9;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #8ca5d9;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #8ca5d9;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
}
::placeholder {
  color: #8ca5d9;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
}
/* placeholder */
/* html5 elements */
main,
nav,
header,
footer,
section,
aside,
article,
video,
audio,
figure,
figcaption {
  display: block;
}
/* html5 elements */
/* search */
.search-container .col5,.col5{width:19.4%;float:left;margin:5px 0.3%;}
.search-fields-container{/*width:85%;float:left;*/}
.search-button-container{/*width:15%;float:right;*/}
.reset{display:inline-block;vertical-align:top;}
.reset i,.failed{padding:8px 10px 10px;background:#ed1c24;border:1px solid #ed1c24;color:#fff;font-size:16px;display:block;height:37px;}
.reset i:hover,.failed:hover{background:transparent;color:#ed1c24;}
.failed{display:inline-block;}
.danger{padding:8px 10px;background:#e88933;border:1px solid #e88933;margin:5px 0;color:#fff;font-size:16px;}
.danger:hover{background:transparent;color:#e88933;}
.lable{font-size:13px;color:#6d7995;display:block;margin-bottom:5px;position:relative;font-weight:bold;}
/* search */
/* top */
.top {
  background: #edf7fc;
  position: relative;
  z-index: 12;
  box-shadow: 0 -8px 15px #333;
}
.top.fixed {
  width: 84%;
  float: right;
}
.top a,
.top .menu,.top .menu_switch_user {
  color: #0072bc;
  font-size: 22px;
  display: inline-block;
  padding: 20px 13px;
  position: relative;
  cursor: pointer;
}
.top a .count,
.top .menu .count {
  border-radius: 100%;
  width: 17px;
  height: 17px;
  background: #ee4281;
  color: #fff;
  position: absolute;
  top: 18px;
  right: 6px;
  font-size: 10px;
  text-align: center;
  padding: 2px 0;
}
.top .top-dropdown,.top .top-dropdown1 {
  position: absolute;
  min-width: 300px;
  background: #fff;
  padding: 0;
  display: none;
  right: 0;
  top: 67px;
  box-shadow: 0 5px 5px #eff2fa;
  border: 1px solid #dbe3f3;
}
/* valid till */
.valid-till-container{float:left;padding:10px 0;}
.valid-till{position:relative;top:13px;}
.valid-till img{border-radius:8px;border:1px solid #eee;}
.valid-till-text{display:inline-block;position:relative;top:3px;padding-left:5px;font-size:14px;color:#9f9fa0;font-size:13px;}
.valid-till-text strong{color:#f2832f;font-weight:900;font-size:14px;}
.valid-till-text small{display:block;font-size:11px;font-style:italic;padding-top:5px;color:#838383;}
/* valid till */

.success-alert{background:rgba(76,176,80,0.2);border:1px solid #4cb050;padding:10px;margin:5px 0;color:#4cb050;font-size:13px;border-radius:5px;}
.error-alert{background:rgba(252,27,1,0.2);border:1px solid #fc1b01;padding:10px;margin:5px 0;color:#fc1b01;font-size:13px;border-radius:5px;}
.orange-contianer .error-alert,.blue-contianer .error-alert,.green-contianer .error-alert,.purple-contianer .error-alert{background:rgba(255,255,255,0.2);border:1px solid #fff;color:#fff;}
.top .top-dropdown a,.top .top-dropdown1 a {
  font-size: 12px;
  display: block;
  text-align: left;
  color: #666;
  padding: 11px 11px 11px 0;
  border-bottom: 1px dotted #dbe3f3;
  margin-left: 10px;
}
.top .top-dropdown a.view-all,.top .top-dropdown1 a.view-all {
  background: #45ba7e;
  border: 1px solid #21a562;
  border-radius: 3px;
  padding: 5px;
  margin: 0 10px 15px;
  text-align: center;
  color: #fff;
}
.top .top-dropdown a.view-all:hover,.top .top-dropdown1 a.view-all:hover {
  background: transparent;
  color: #21a562;
}
.top .top-dropdown .viewport {
  max-height: 300px;
  min-height: 350px;
  margin: 20px 0;
  /* overflow:hidden; */
}
.top .top-dropdown .viewport .mCSB_inside > .mCSB_container {
  margin-right: 16px;
}
.top .top-dropdown .viewport a:nth-last-child(1) {
  border-bottom: none;
}
.top .menu .top-dropdown.notification-active,.top .menu_switch_user .top-dropdown1.notification-active {
  display: block;
}
.top .left {
  float: left;
  width: 20%;
}
.top .center {
  float: left;
  width: 25%;
  text-align: center;
}
.top .center img {
  display: block;
  max-width: 90%;
  margin: 20px auto;
}
.top .right {
  float: right;
  width: 50%;
  text-align: right;
}
.search{display:inline-block;width:345px;position:relative;}
.search .go{position:absolute;right:0;top:0;height:100%;background:#7dc249;color:#fff;font-size:12px;text-transform:uppercase;padding:5px 8px;border-radius:0 5px 5px 0;border:none;}
.search .go:hover{background:#fdc963;color:#fff;}
.search input{border-radius:5px;border:1px solid #dcf0fa;}
/* top */
/* left menu */
.left-menu {
  background: #0072bc;
  color: #fff;
  /*min-width:50px;*/
  height: 100%;
  position: absolute;
  /*top:0;*/
  left: 0;
  z-index: 11;
}
.left-menu > ul {
  list-style: none;
  /*margin-top:67px;*/
  width: 44px;
}
.left-menu li {
  display: block;
  position:relative;
}
.left-menu > ul li > a {
  display: block;
  color: inherit;
  padding: 14px 2px;
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
  font-size: 12px;
}
.left-menu a i {
  text-align: center;
  display: block;
  font-size: 14px;
}
.left-menu a.active{background:#22ade2;}
.left-menu a:hover,.left-menu li:hover {
  background: #1e7ec2;
}
.left-menu ul .menu-text {
  display: none;
  padding: 6px 0;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  transition-delay: 0.5s ease-in-out;
  text-align: center;
}
.left-menu ul.large {
  width: 110px;
  transition: all 0.5s ease-in-out;
}
.left-menu ul.large .menu-text {
  opacity: 1;
  display: block;
}
.left-menu ul.large a {
  padding: 14px 5px;
}
.left-menu.fixed {
  position: fixed;
}
/* dropdown */
/* default menu */
.left-menu ul.default {
  width: 200px;
}
.left-menu ul.default i {
  display: inline-block;
  width: 30px;
}
.left-menu ul.default .menu-text {
  display: inline-block;
}
.left-menu ul.default a {
  padding: 8px 5px;
}
/* default menu */
.left-menu ul.dropdown {
  position: absolute;
  width: 209px;
  left: 100%;
  background: #1e7ec2;
  /*top:67px;
  height: 100%;*/
  top: 0;
  visibility: hidden;
  /*transition: all 0.5s ease-in-out;*/
  opacity: 0;
}
.left-menu ul > li ul.dropdown li a {
  font-size: 12px;
  padding: 15px;
}
.left-menu ul > li:hover ul.dropdown {
  visibility: visible;
  white-space: nowrap;
  opacity: 1;
}
.left-menu ul > li ul.dropdown li a:hover {
  color: #a1cae7;
}
.left-menu ul > li.title {
  padding: 15px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1;
  position: relative;
}
.left-menu ul > li.title i {
  position: absolute;
  right: 8px;
  top: 19px;
  font-size: 12px;
}
/* dropdown */
/* left menu */
/* right body */
.right-body {
  /*width: 84%;*/
  width: 80%;
  float: right;
  transition: all 0.5s ease-in-out;
}
.right-body.large {
  width: 93%;
}
.right-body .login-info {
  background: #fff;
  border-radius: 5px;
  margin: 15px;
  color: #949090;
  font-weight: 300;
  font-size: 18px;
  position: relative;
}
.right-body .login-info .left {
  max-width: 70%;
  float: left;
  padding: 20px;
  min-width:60%;
}
.right-body .login-info .right {
  max-width: 30%;
  float: right;
  font-size: 11px;
  font-weight: 300;
  padding: 0 20px;
  line-height: 22px;
}
.right-body .login-info .cname {
  color: #424242;
  font-weight: 700;
}
.right-body .login-info .type {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  padding: 8px 0;
}
.right-body .login-info .user-type {
  display: inline-block;
  background: #fbf3e7;
  color: #e89409;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 5px;
}
.right-body .login-info .data-consumed {
  text-align: center;
}
.right-body .login-info .data-consumed .title {
  display: block;
  font-weight: 400;
}
/* right body */
/* user-profile */
.user-profile {
  float: left;
  width: 13.2%;
  background: #1f7ec2 url(../images/menu-bg.jpg) no-repeat;
  /*padding:20px;*/
  height: 100%;
  background-size: cover;
  position: absolute;
  /*left: 44px;*/
  left:110px;
  transition: all 0.5s ease-in-out;
}
/*.user-profile:before{position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(0,114,188,0.6);content:"";}*/
.user-profile.large {
  left: -100%;
  transition: all 0.5s ease-in-out;
  /*display:none;*/
}
.user-profile.fixed {
  position: fixed;
}
.user-profile .content {
  /*position:relative;z-index:3;*/
  padding: 20px 10px;
}
.user-profile .title {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}
.user-profile .time-container{background:#f8b344;border-radius:3px;padding:3px;position:relative;font-size:11px;color:#fff;z-index:1;margin:10px 0;}
.user-profile .time-container .date{background:#f1a327;padding:7px 3px 7px 2px;border-radius:3px 0 0 3px;display:inline-block;margin-right:4px;}
.user-profile .user-thumb {
  border-radius: 100%;
  width: 100px;
  height: 100px;
  margin: 10px auto;
  border: 10px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  display: block;
}
.user-profile .user-thumb img{display:block;max-width:100%;min-height:80px;margin:0 auto;object-fit:cover;}
.user-profile .user-type {
  position: relative;
}
.user-profile .user-type .type {
  width: 25px;
  position: absolute;
  height: 25px;
  box-sizing: border-box;
  padding: 5px 0;
  text-align: center;
  font-size: 11px;
  background: #7dc249;
  color: #fff;
  border-radius: 100%;
  right: 33px;
  top: 15px;
}
.name {
  color: #fff;
  font-size: 14px;
  text-align: center;
  display: block;
}
.user-profile .type {
  color: #fff;
  font-size: 14px;
  text-align: center;
  display: block;
  font-size: 12px;
  padding: 8px;
  font-family:'arial',sans-serif;
}
.spacer {
  height: 10px;
  clear: both;
}
.user-profile .btn {
  background: #0072bc;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  padding: 5px 15px;
  border-radius: 50px;
  width: 90px;
  text-align: center;
  display: block;
  margin: 5px auto;
  border: 1px solid #0072bc;
  transition: all 0.5s ease-in-out;
}
.user-profile .btn:hover {
  background: transparent;
  border: 1px solid #fff;
}
/* user-profile */
/* main body */
.main-content {
  background: #fff;
  margin: 15px;
  padding: 20px;
}
.main-content .main-head {
  color: #6d7995;
  font-size: 20px;
  font-weight: 300;
  display: block;
  padding: 0 0 10px;
}
.sub-head {
  color: #585959;
  font-size: 12px;
  padding: 5px 0;
}
/* main body */
/* task remarks */
.remarks-list {
  border-top: 1px dashed #e8e8e8;
}
.remarks-list .user-thumb {
  border-radius: 100%;
  width: 60px;
  height: 60px;
  overflow: hidden;
  display: block;
  margin: 10px;
  float: left;
  max-width: 18%;
}
.remarks-list .user-thumb img {
  width: 60px;
  display: block;
}
.remarks-list .list {
  width: 80%;
  display: block;
  float: left;
  padding: 15px 0;
  padding-left: 10px;
  box-sizing: border-box;
}
.remarks-list .list .title {
  display: block;
  color: #5d5d5d;
}
.remarks-list .list .title small {
  display: inline-block;
  font-size: 12px;
  color: #919191;
}
.remarks-list .list .title .type {
  display: inline-block;
  background: #fbf3e7;
  color: #f8b344;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 11px;
  margin-left: 5px;
  text-transform: uppercase;
}
.remarks-list .list .message {
  display: block;
  color: #9e9d9e;
  padding: 3px 0;
  font-style: italic;
  font-size: 13px;
  line-height:22px;
  text-align:justify;
}
/* task remarks */
/* toolbox */
.toolbox {
  background: #0072bc;
  position: fixed;
  right: -100%;
  height: 100%;
  width: 275px;
  top: 0;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  /*z-index:12;*/
}
.toolbox.show {
  visibility: visible;
  opacity: 1;
  right: 0;
}
.toolbox ul {
  list-style: none;
  margin-top: 75px;
  text-align: center;
}
.toolbox ul li {
  display: inline-block;
  color: #fff;
  width: 45%;
  vertical-align: top;
}
.toolbox ul li a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px 5px;
  font-size: 11px;
  background: #1e7ec2;
  border-radius: 5px;
  margin: 8px 5px;
}
.toolbox ul li a i {
  display: block;
  font-size: 25px;
  padding: 10px 0;
}
/* toolbox */
/* add status */
.add-status {
  border: 1px solid #dbe3f3;
  padding: 15px;
}
.form-container .col-5 {
  width: 20%;
  float: left;
  font-size: 13px;
  color: #6a748d;
  padding: 8px 0;
}
.form-container textarea {
  min-height: 100px;
  resize: vertical;
}
/* add status */
/* checkbox */
.checkbox {
  position: relative;
  cursor: pointer;
}
.checkbox.radio span {
  border-radius: 100%;
}
.checkbox input[type='checkbox'],
.checkbox input[type='radio'] {
  opacity: 0;
  position: relative;
  z-index: 1;
  width: 19px;
  height: 19px;
  top: 2px;
  cursor: pointer;
  top: 6px;
  left: -1px;
}
.checkbox span {
  position: absolute;
  background: #f9f9fb;
  height: 17px;
  width: 17px;
  left: 0;
  top: 0;
  border: 1px solid #ccc;
  transition: all 0.5s ease-in-out;
}
.checkbox span:before {
  content: "\f00c";
  position: absolute;
  left: 2px;
  top: 2px;
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 11px;
  color: transparent;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: rotate(90deg);
}
input[type='checkbox']:checked + span:before,
input[type='radio']:checked + span:before {
  color: #fff;
  opacity: 1;
  transform: rotate(0deg);
}
input[type='checkbox']:checked + span,
input[type='radio']:checked + span {
  background: #43cb83;
  border: 1px solid #33b973;
}
/* checkbox */
/* sliding checkbox */
.switch input[type="checkbox"],
.switch input[type="radio"] {
  opacity: 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
  top: 2px;
}
.switch {
  position: relative;
  cursor: pointer;
  display:block;
  width:36px;
}
.switch span {
  position: absolute;
  background: #ffdfdf;
  height: 18px;
  width: 35px;
  left: 0;
  top: 0;
  border-radius: 10px;
  /*overflow:hidden;*/
  transition: all 0.5s ease-in-out;
  border: 1px solid #ffcece;
  cursor: pointer;
}
.switch span:before {
  position: absolute;
  background: #fff;
  content: "";
  height: 16px;
  width: 16px;
  left: 0;
  top: 0;
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.switch input:checked + span:before {
  left: 17px;
  top: 0;
}
/* sliding checkbox */
/* buttons */
.btn-success {
  background: #7dc249;
  color: #fff;
  border: 1px solid #77bc43;
  padding: 5px 15px;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  transition: all 0.5s ease-in-out;
}
.btn-success:hover {
  background: transparent;
  color: #77bc43;
}
.btn-error {
  background: #7dc249;
  color: #fff;
  border: 1px solid #77bc43;
  padding: 5px 15px;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  transition: all 0.5s ease-in-out;
  background: #f1583f;
  border: 1px solid #ef4729;
}
.btn-error:hover {
  background: transparent;
  color: #f1583f;
}
/* buttons */
/* forms elements */
.steps-container {
  /*float: left;
  width: 25%;*/
  padding:10px 0;
}
.steps-container ol {
  list-style: decimal;
}
.steps-container li {
  position: relative;
  font-size: 13px;
  padding: 10px 15px;
  margin-left: 15px;
  display:inline-block;
}
.steps-container li a {
  color: #6d7995;
  font-size:16px;font-weight:bold;
}
.steps-container li.active a {
  color: #7dc249;
}
.steps-container li:before {
  position: absolute;
  /*content:"1";*/
  color: #6d7995;
  z-index: 1;
  left: -19px;
  counter-increment: section;
  /* Increment the value of section counter by 1 */
  content: counter(section);
  top: 11px;
  width: 26px;
  text-align: center;
}
.steps-container li:after {
  position: absolute;
  top: 5px;
  left: -20px;
  content: "";
  background: #f7fafc;
  color: #6d7995;
  border: 1px solid #cad0dd;
  border-radius: 100%;
  padding: 0px;
  text-align: center;
  width: 26px;
  height: 26px;
}
.steps-container li.active:before {
  color: #7dc249;
}
.steps-container li.active:after {
  background: #ebf5e3;
  color: #7dc249;
  border: 1px solid #70b844;
}
.form-container .forms {
  border: 1px solid #f6f8fc;
  box-shadow: 0 2px 5px #eee;
  padding: 20px;
  box-sizing: border-box;
}
.form-container.steps .forms .col-4,.viewport .col-4,.col-4{
  display: inline-block;
  width: 24.6%;
  margin: 5px 0;
  font-size:13px;
}
.form-container .forms .col-2,.viewport .col-2,.blue-head .col-2,.grey-head .col-2 {
  display: inline-block;
  width: 49.6%;
  margin: 5px 0;
  font-size:13px;
  vertical-align:top;
}
.form-container .forms .col-2 .col-2{margin:0;}
.form-container .forms .col-4 {
  display: inline-block;
  width: 24.7%;
  margin: 5px 0;
  vertical-align: top;
  font-size:13px;
}
.form-container.steps .forms {
  /*width: 75%;
  float: right;*/
}
.terms {
  font-size: 13px;
  text-align: center;
  padding: 10px;
  color: #979daa;
}
.select {
  position: relative;
  display: block;
}
.select:before {
  content: "\f0dc";
  position: absolute;
  padding: 10px;
  font-family: 'FontAwesome';
  z-index: 1;
  right: 1px;
  /*top: 1px;*/
  top: 0;
  background: #f7fafc;
  height: 100%;
  box-sizing: border-box;
  border-left: 1px solid #eceff6;
  border-top: 1px solid #dbe3f3;
  border-bottom: 1px solid #dbe3f3;
  color: #b6bdd0;
  font-size: 14px;
  pointer-events:none;
}
#ui-datepicker-div{z-index:13 !important;}
.ui-datepicker-title select{padding:2px 4px;box-sizing:border-box;display:inline-block;font-size:14px !important;height:30px;margin:0;position:relative;}
.ui-datepicker-title select::before{font-family:'FontAwesome';content: "\f0dc";position:absolute;padding:10px;pointer-events:none;z-index:1;top:0;right:0;}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{/*top:4px;*/}
.ui-datepicker-header,.ui-datepicker-calendar th{background:#fff !important;border:none !important;}
.ui-datepicker-calendar{border:none;}
.ui-datepicker-prev-hover, .ui-datepicker-next-hover{top:initial !important;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{text-align:center;}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br{border-radius:0 !important;}
/* forms elements */
/* sidebox */
.sidebox-overlay {
  background: rgba(0, 85, 137, 0.3);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 12;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.sidebox {
  width: 50%;
  position: absolute;
  height: 100%;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s ease-in-out;
  left: 50%;
  text-align:left;
}
.sidebox iframe{left:20px;}
.sidebox-overlay.active {
  visibility: visible;
  opacity: 1;
}
.sidebox-overlay.active .sidebox {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  left: 0;
}
.sidebox-overlay.active .sidebox.full,#facebox.full {
  width: 100% !important;
}
.sidebox .content {
  padding: 20px;
}
.sidebox .content .main-head,.popup-main-head{
  color: #6d7995;
  font-size: 20px;
  font-weight: 300;
  display: block;
  padding: 0 0 10px;
}
.sidebox .content .main-head,.popup-main-head1{
  color: #e1a060;
  font-size: 20px;
  font-weight: 300;
  display: block;
  padding: 0 0 10px;
}


.sidebox .content .btn-action {
  display: inline-block;
  background: #f1f9fe;
  color: #9eb6c3;
  padding: 7px 2px;
  font-size: 13px;
  width: 30px;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
.sidebox .content .btn-action:hover {
  background: #9eb6c3;
  color: #f1f9fe;
}
.sidebox .content .viewport {
  max-height: 600px;
}
/* sidebox */

/* facebox */
iframe .btn-action:hover,#facebox .close:hover {
  background: #9eb6c3;
  color: #f1f9fe;
}
iframe .btn-action,#facebox .close,#facebox .btn-action{
  display: inline-block;
  background: #f1f9fe;
  color: #9eb6c3;
  padding: 7px 2px !important;
  font-size: 13px;
  width: 30px;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
iframe .main-head {
  color: #6d7995;
  font-size: 20px;
  font-weight: 300;
  display: block;
  padding: 0 0 10px;
}
#facebox .close{position:static !important;}
#facebox .pull-right{position:absolute;right:5px;}
iframe .btn-action{margin-right:36px;}
#facebox iframe{position:absolute;height:100%;width:100%;padding:20px 0 0 20px;}
#facebox_overlay{background:rgba(0, 85, 137, 0.3);opacity:1 !important;}
#facebox{position:fixed !important;width:50% !important;height:100% !important;top:0 !important;left:0 !important;background:#fff;transition:all 0.5s ease-in-out;}
#facebox .popup{width:100%;border-radius:0;box-shadow:none;min-height:100%;max-height:90%;position:absolute;}
#facebox .viewport{position:absolute;height:100%;width:100%;max-height:90%;padding:0px 0px 0 20px;}
/* facebox */
.para p{font-size:13px;line-height:25px;color:#6a748d;margin-bottom:10px;}

/* document-preview */
/*.document-overlay{background:rgba(0,85,137,0.3);position:fixed;width:100%;height:100%;top:0;left:0;z-index:12;visibility:hidden;opacity:0;transition:@transition;}
.document-overlay.active{visibility:visible;opacity:1;}
.document-preview{background:#fff;position:absolute;width:60%;top:10%;left:20%;min-height:600px;border-radius:5px;overflow:hidden;}
.document-preview .head{font-size:18px;font-weight:300;color:#43c1c7;background:#ecf7fb;padding:10px 15px;}
.document-preview .content{padding:20px;height:500px;}
.uploader{opacity:0;height:100px;padding:0;position:absolute;cursor:pointer;width:100%;top:0;left:0;}
.file-uploader{border:1px dashed #e8ecf7;border-radius:5px;position:relative;height:100px;padding:40px 20px;box-sizing:border-box;text-align:center;font-size:12px;color:#7a7a7a;}
.file-uploader .add{color:#3879bd;font-size:13px;}
.document-preview #close-preview{cursor:pointer;}
.file-list{list-style:none;}
.file-list li{display:block;padding:15px 5px;border-bottom:1px dotted #eee;font-size:12px;margin:3px 0;position:relative;}
.file-list li a{color:#9babcc;position:relative;}
.file-list li a[type$=".pdf"]:before{content:"pdf";background:#fc4e7d;color:#fff;font-weight:700;color:#fff;padding:5px;position:relative;border-radius:@radius;margin-right:5px;}
.file-list li i{position:absolute;border-radius:100%;padding:3px;width:20px;height:20px;box-sizing:border-box;text-align:center;background:#fc4e7d;color:#fff;font-size:12px;top:12px;right:5px;cursor:pointer;border:1px solid #fc2c65;}*/
/* document-preview */
/* notification */
.head {
  font-size: 18px;
  font-weight: 300;
  color: #747576;
  background: #f6f8fc;
  padding: 10px 15px;
}
.notification-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 85, 137, 0.3);
  z-index: 12;
}
.notification {
  position: absolute;
  width: 30%;
  left: 35%;
  top: 20%;
  min-height: 135px;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
}
.notification-overlay.hide {
  display: none;
}
/* notification */
/* table */
table,
th {
  border: 1px solid #d9f0ff;
  border-collapse: collapse;
}
th {
  /*background: #f8fcff;*/
  background: #f0f9ff;
  font-size: 13px;
  font-weight: 400;
  color: #6d7995;
}
th,
td {
  padding: 10px;
  text-align: left;
}
td {
  font-size: 12px;
  color: #a7b3cd;
}
td .thumb {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
  display: block;
}
td .thumb img {
  width: 50px;
}
td .name {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  color: #6d7995;
  text-align:left;
  text-transform:capitalize;
}
td .country {
  font-size: 12px;
  color: #e68c62;
  display: inline-block;
}
td .refrence-no {
  font-size: 12px;
  color: #a7b3cd;
  display: block;
}
.quick-action,.facebox-action {
  background: #45ba7e;
  border: 1px solid #21a562;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 3px;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  font-size: 12px;
  margin: 5px 0;
  cursor: pointer;
}
.quick-action:hover,.facebox-action:hover {
  background: transparent;
  color: #45ba7e;
}
.action {
  background: #45ba7e;
  border: 1px solid #21a562;
  color: #fff;
  display: inline-block;
  padding: 3px 2px;
  border-radius: 3px;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  font-size: 12px;
  margin: 2px 0;
  cursor: pointer;
  width: 25px;
  text-align: center;
}
.action.delete{background:#ff0000;border:1px solid #e60000;padding:2px 0;font-size:14px;vertical-align:top;}
.action.delete:hover{color:#e60000;}
.action:hover {
  background: transparent;
  color: #45ba7e;
}
table.details {
  border: none;
}
table.details th {
  font-style: italic;
  color: #9babcc;
  border: 1px solid #f3f5fb;
  width: 20%;
  vertical-align:top;
}
table.details td {
  color: #6d7995;
  font-size: 13px;
  border: 1px solid #f3f5fb;
  /*width:80%;*/
}
table.details tr {
  box-shadow: 0px 3px 5px #faf9f9;
  margin-bottom: 10px;
  display: table;
  width: 100%;
}
table.details th,
table.details td {
  padding: 15px;
  display: table-cell;
}
/* listing */
table.listing {
  border: none;
}
table.listing th {
  color: #9babcc;
  border: 1px solid #f3f5fb;
  padding: 10px;
}
table.listing td {
  color: #6d7995;
  font-size: 13px;
  border: 1px solid #f3f5fb;
  /*border-right:0;border-left:0;*/
  vertical-align:top;
}
table.listing tr {
  margin: 5px 0;
  /*display:table;*/
  width: 100%;
}
table.details td {
  padding:15px 10px;
  display: table-cell;
  vertical-align:top;
}
.highlighted th,.highlighted td{background:#f1d7b4;/*border:1px solid red !important;*/}
.body-fixed{overflow:hidden;}
.small-button{padding:1px 4px;width:auto;background:#d7932d;border:1px solid #d08d28;}
.small-button:hover{background:transparent;color:#d08d28;}
/* listing */
/* table */
.paginate {
  border: 1px solid #f3f6fb;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 10px;
  display: inline-block;
  font-size: 13px;
}
.paginate i {
  font-size: 12px;
}
.paginate .prev,
.paginate a,.paginate .disabled,.paginate .current, .paginate .pagination_dot{
  border-right: 1px solid #f3f6fb;
  padding: 11px;
  color: #9dabcc;
  display: block;
  float: left;
  min-width: 40px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.paginate .current {
  cursor: default;
  font-weight: 900;
  display:inline-block;
}
.paginate .current,
.paginate a:hover {
  background: #f4fbfe;
  color: #0093d2;
}
.paginate .disabled {
  color: #d8deec;
  cursor: not-allowed;
}
.paginate .next {
  padding: 11px;
  color: #9dabcc;
  display: block;
  float: left;
  min-width: 40px;
  text-align: center;
  cursor: pointer;
}
/* dark theme */
.dark-skin .left-menu {
  background: #2d1c43;
}
.dark-skin .left-menu ul.dropdown {
  background: #3c2c4c;
}
.dark-skin .left-menu a.active,
.dark-skin .left-menu a:hover {
  background: #3c2c4c;
}
.dark-skin .user-profile {
  background: #3c2c4c url(../images/dark-theme-bg.jpg) no-repeat;
  background-size: cover;
}
.dark-skin .user-profile .btn {
  background: #3c2c4c;
  border: 1px solid #3c2c4c;
}
.dark-skin .user-profile .btn:hover {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
/* dark theme */

/* notes */
.fr-box{width:auto !important;border:1px solid #cecece;border-top:4px solid #333;border-radius:3px;}
.fr-separator{display:inline-block;border-right:1px solid #ccc;height:25px;vertical-align:middle;margin:0;}
.fr-wrapper{padding:10px;height:500px !important;}
.fr-box button{background:#fff;font-size:14px;border:none;padding:8px 13px;}
.fr-toolbar{border-bottom:1px solid #ccc;}
.fr-box button i{color:#333;}
.fr-view{height:480px !important;}
/* notes */
.seprator{border-bottom:1px dashed #ccc;padding:5px 0;margin-bottom:5px;}
.total{display:inline-block;font-size:13px;font-weight:900;background:#fbf3e7;color:#f8b344;padding:5px 8px;border-radius:3px;}
.blue-head{background:#008acc;color:#fff;text-transform:uppercase;padding:10px 15px;font-size:12px;letter-spacing:1px;}
.blue-head a{color:#f5bf50;font-size:12px;display:inline-block;vertical-align:middle;}
.grey-head{background:#f6f8fc;color:#6d7995;padding:12px 15px;font-size:13px;}
.grey-head a{/*color:#6d7995;*/}
.application-action{background:#eff1f8;color:#a7b5dd;border-radius:100%;width:35px;height:35px;vertical-align:middle;display:inline-block;text-align:center;}
.application-action:hover{background:#a7b5dd;color:#eff1f8;}
.application-action i{display:block;padding:9px;font-size:16px;}
.application-action.delete{background:#fde7ea;color:#f0556c;}
.application-action.delete:hover{background:#f0556c;color:#fde7ea;}
.application-action.edit{background:#e6f6fd;color:#608fca;}
.application-action.edit:hover{background:#608fca;color:#e6f6fd;}
.submenu{display:none;}

.gauge.gauge-big{font-size:40px !important;}
.gauge .gauge-arrow{width:0.055em;}
.gauge .gauge-arrow, .gauge .gauge-arrow::before{background:red;}
.gauge .gauge-arrow::before{border:2px solid #fff;box-shadow:0 2px 2px #ccc;height:0.18em;width:0.18em;margin-left:-0.092em;}
/*table.details th{width:150px;}*/
.sidebox{position:relative;}
table.details td{width:30%;}
.sidebox iframe{position:absolute;height:90%;width:95%;}
.sidebox.full iframe{width:98%;}
.hidden-iframe{height:0;position:static;width:0;visibility:hidden;}
.col-3{width:32.33%;float:left;font-size:13px;color:#6a748d;padding:5px 0;margin:0 0.3%;}
.col-2 .col-3{padding:0;width:32.7%;}
.badge{display:inline-block;width:32.3%;margin:0.5%;font-size:13px;color:#6a748d;padding:10px;border:1px solid #dbe3f3;border-radius:5px;position:relative;padding-left:65px;}
.badge.col-2{width:49%;}
.badge small{display:inline-block;color:#d57775;}
.badge .number{position:absolute;left:0px;top:0px;background:#f0f3fb;color:#6a748d;padding:10px 3px;min-width:44px;text-align:center;height:100%;font-weight:900;}
.badge .number .fa-trash-o{color:red;}
.detail-input{border:1px solid #dbe3f3;padding:10px;width:100%;display:block;color:#6d7995;font-family:'Lato', sans-serif;font-size:13px;background:#eee;}
.mCSB_scrollTools .mCSB_draggerRail{width:6px !important;}
.rslides{list-style:none;}
.top a.menu-button{display:none;}
@media screen and (min-width:1px) and (max-width:768px){
.top .left{width:100%; text-align:center;}
.right-body,.right-body.large{width:100%;float:none;}
.right-body .login-info{margin:10px; font-size: 15px;}
.right-body .login-info .left{max-width:100%;padding:10px;}
.valid-till-container{padding:10px;}
.right-body .login-info .right{max-width:100%;float:left; width: 100%;}
.main-content{padding:10px;}
.search-container .col5, .col5{width:100%;}
.remarks-list .user-thumb{max-width:100%;}
.pull-left,.pull-right{width:100%;float:none;text-align:center;}
.top .center{width:100%;float:left;display:block;}
.top .right{width:100%;text-align:center;}
.top a, .top .menu, .top .menu_switch_user{padding:11px 4px;font-size:16px;}
#facebox{width:100% !important;}
.left-menu{opacity:0;left:-100%;transition:all 0.5s ease-in-out;}
.left-menu.open{opacity:1;left:0;}
.top a.menu-button{display:inline-block;}
.badge,.badge.col-2{display:block;width:100% !important;margin:5px 0;}
.main-content .left-table,.application-chart,.container-left{width:100% !important;}
}
@media screen and (min-width:1px) and (max-width:480px){
  table.details th, table.details td{padding:8px;display:block;width:100%;}
  table.listing th, table.listing td{display:block;width:100%;}
  .form-container .forms .col-2, .viewport .col-2, .blue-head .col-2, .grey-head .col-2,.col-3,.search-container .col5, .col5,.col-2 .col-3,.form-container.steps .forms .col-4, .viewport .col-4{display:block;width:100%;clear:both;}
  input[type="submit"], input[type="reset"], input[type="button"], button, .btn-submit{margin:2px 0;}
  .col-2 .col-3{margin:3px 0;}
}
@media screen and (min-width:1100px) and (max-width:1400px){
  .right-body.large{width:91%;}
  .right-body{width:78%;}
  .user-profile .time-container .date{padding:7px 1px 6px 1px;margin-right:4px;}
  .user-profile .time-container{font-size:11px;padding:2px;}
  input[type="submit"],input[type="reset"],input[type="button"],button,.btn-submit{padding:8px 10px;}
  .search{width:265px;}
}
@media screen and (min-width:1158px) and (max-width:1366px){
  .form-container.steps .forms .col-4, .viewport .col-4{width:24.5%;}
  .detail-input{font-size:12px;}
  .top a, .top .menu, .top .menu_switch_user{padding:20px 7px;}
}
@media screen and (min-width:1100px) and (max-width:1200px){
.right-body .login-info .left{padding:10px;min-width:initial;}
.search{width:190px;}  
}
@media screen and (min-width:1100px) and (max-width:1196px){
.steps-container li{margin-left:22px;font-size:12px;}
.top a, .top .menu, .top .menu_switch_user{padding:20px 7px;}
}
.top .menu .top-dropdown.notification-active .view-all{display:none;}


/* 12-feburary-2019 */
.sub-head1{font-weight:bold;font-size:16px;}
.buttons .quick-action{margin:5px 1px;}
.button-container{display:table;background:#f8fcff;padding:8px;/*display:none;*/}
.button-group{display:table-row;}
.button-group .button-head{background:#dce9f1;color:#3a4342;font-weight:bold;font-size:16px;text-align:center;text-transform:uppercase;padding:8px;width:150px;display:table-cell;vertical-align:middle;}
.button-group .button-content{display:table-cell;padding:0 4px;text-align:center;position:relative;}
.button-group .button-content .quick-action{width:175px;padding:5px 1px;font-size:11px;margin:2px 0;}
.button-group1 .button-head{background:#d5f0ff;}
.button-group1 .button-content .quick-action{background:#d7932d;border:1px solid #d08d28;}
.button-group1 .button-content .quick-action:hover{background:transparent;color:#d08d28;}
.button-group .button-content .quick-action.active{background:transparent;border:1px solid #f72240;color:#f72240;}
.dropdown{position:relative;}
.sub-menu{display:none;position:absolute;z-index:2;width:100%;left:0;background:#fff;}
.sub-menu a.quick-action{display:block;padding:5px;width:initial !important;}
.dropdown:hover .sub-menu{display:block;}
/* 12-feburary-2019 */

/* 20-feburary-2019 */

.sticky{background:#ff2d2d;color:#fff;padding:8px 10px;position:fixed;top:40%;right:0;font-size:12px;border:1px solid #ff2d2d;text-transform:uppercase;z-index:2;}
  .sticky:hover{background:#fff;color:#ff2d2d;}


.logoAb{
  position:absolute;
  top:-12px;
  left:0;
}


.colorRed{
  color: #ff0000;
}

.crm-row{
  margin-left: -10px;
  margin-right: -10px;
}

.crm-col-1,
.crm-col-2,
.crm-col-3,
.crm-col-4,
.crm-col-5,
.crm-col-6,
.crm-col-7,
.crm-col-8,
.crm-col-9,
.crm-col-10,
.crm-col-11,
.crm-col-12{
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.crm-col-12{
  width: 100%;
}
.crm-col-11{
  width: 91.66666667%;
}
.crm-col-10{
  width: 83.33333333%;
}
.crm-col-9 {
  width: 75%;
}
.crm-col-8 {
  width: 66.66666667%;
}
.crm-col-7 {
  width: 58.33333333%;
}
.crm-col-6 {
  width: 50%;
}
.crm-col-5 {
  width: 41.66666667%;
}
.crm-col-4 {
  width: 33.33333333%;
}
.crm-col-3 {
  width: 25%;
}
.crm-col-2 {
  width: 16.66666667%;
}
.crm-col-1 {
  width: 8.33333333%;
}
.crm-form-group{
  width: 100%;
  margin-bottom: 15px;
}
.crm-form-control{
  height: 38px;
  color: #6d7995;
  font-weight: normal;
  border: 1px solid #dbe3f3;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
textarea.crm-form-control {
  height: auto;
}
.crm-form-control:focus {
  border: 1px solid #61c5fa;
}


@media (min-width: 200px) and (max-width: 767px) {
  .crm-col-1,
  .crm-col-2,
  .crm-col-3,
  .crm-col-4,
  .crm-col-5,
  .crm-col-6,
  .crm-col-7,
  .crm-col-8,
  .crm-col-9,
  .crm-col-10,
  .crm-col-11,
  .crm-col-12{
    width: 100%;
  }
  .top .center img {
    margin: 0 auto 10px auto;
    position: inherit !important;
  }
  .logoAb{
    top:0px;
  }
  .search{
    display: block;
    width: 280px;
    margin: 0px auto !important;
  }
  .top .top-dropdown{
    min-width: 250px;
    right: -115px;
    top: 35px;
  }
  .top .top-dropdown a{
    padding: 10px !important;
    height: auto !important;
  }
  .top .top-dropdown1{
    min-width: 220px;
    left: -155px;
    top: 35px;
  }
  .top .top-dropdown1 a.view-all {
    width: auto !important;
    margin: 0 10px 10px !important;
  }
  .viewport .details td{
    width: 100% !important;
  }
  .user-profile{
    width: 100%;
    left: 0px;
    z-index: 99;
  }
  .search .go{
    margin: 0px;
  }
  .sidebox{
    width: 100%;
  }
  #facebox iframe {
    padding: 35px 15px 20px 20px;
  }
}