@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('font-awesome.min.css');
*{ margin:0; padding:0;}
body {
  background-color: #f8f8f8;
  color: #727272;
  font-family: "Open Sans",sans-serif;
  font-size: 13px;
  font-stretch: normal;
  font-style: normal;
  line-height: 28px;
}

.btn{ border-radius: 3px;}

a{ color:#2e92de;}
img {
  border: 0 none;
  height: auto;
  max-width: 100%;
-webkit-transition: all .3s ease-out;
   -moz-transition: all .3s ease-out;
   -o-transition: all .3s ease-out;
   transition: all .3s ease-out;
  vertical-align: middle;
}
hr{ border-color: #e5e5e5;}
.sign-wrapper{
	overflow:hidden;
	padding:10px 0 20px;
}
.sign-box{
	width:100%;
	max-width:450px;
	margin:0 auto;
}
.s-top{  margin: 0 0 23px; overflow:hidden;}
.dt-logo{ float:left;}
.s-top ul {
  float: right;
  font-size: 14px;
  line-height: 32px;
  list-style:  none;
}
.s-top ul li {
  border-right: 1px solid #eaeaea;
  display: inline-block;
  padding: 0 13px;
}
.s-top ul li:last-child { border: none;  padding-right: 0;}
.s-top ul li a {  color: #727272;  display: block;}
.s-top ul .active a{ font-weight:600; color:#505050;}
.w-box {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.06);
  margin: 0 0 33px;
  overflow: hidden;
  padding: 35px 45px 30px;
}
.w-box h3 {
  color: #464646;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 5px;
}
.w-box form { padding: 8px 0 0;}
.form-input {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  box-shadow: 0 1px 0 0 #f5f5f5;
  color: #525252;
  display: block;
  font-size: 15px;
  font-weight: 600;
  height: 45px;
  line-height: 45px;
  margin: 0 0 15px;
  outline:0;
  padding: 0 10px;
  width: 100%;
}
.w-box label {
  color: #464646;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 7px;
}
.chacek-box {
  color: #464646;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 16px;
  position: relative;
}
.chacek-box input[type="checkbox"] {
  height: 23px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 23px;
}
.chacek-box input[type="checkbox"] + label {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  display: inline-block;
  float: left;
  height: 23px;
  margin: 0 10px 0 0;
  padding: 0;
  vertical-align: top;
  width: 23px;
}
.chacek-box input[type="checkbox"]:checked + label{  background:url(../images/check-icon.png)50% 50% no-repeat #49b050;	border-color:#49b050;}
.btn-green {
   background-color: #49b050;
    border: 0 none;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: 46px;
    line-height: 45px;
    min-width: 150px;
    outline: 0 none;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
  -webkit-transition: all .3s ease-out;
   -moz-transition: all .3s ease-out;
   -o-transition: all .3s ease-out;
   transition: all .3s ease-out;
}
.btn-green:hover { box-shadow: 0 0 45px rgba(0, 0, 0, 0.2) inset;  color: #ffffff; text-decoration:none;}
.w-box .btn-green{ margin-bottom:10px;}
.w-box p.small {  font-size: 14px; margin:0;  line-height: 26px;}
.text-center.bot-link { font-size: 14px;  font-weight: 600;}  
.text-center.bot-link a{color: #2e92de; text-decoration:underline;}
.footer { text-align: center;  font-size: 14px; overflow:hidden; width:100%; margin:0 0 20px;}
.foot-nav {
  display: inline-block;
  line-height: 1.2;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.foot-nav li {
  border-right: 1px solid #dcdcdc;
  display: inline-block;
  margin: 0 0 20px;
  padding: 0 28px;
}
.foot-nav li:last-child { border: 0;}
.foot-nav li a{ color:#909090;}
.bot-icons {  list-style: none;  padding: 27px;}
.bot-icons li{ display:inline-block;  padding: 0 15px;}
.almost-box {
  margin: 0 auto;
  max-width: 460px;
  text-align: center;
}
.almost-box .dt-logo {
  display: inline-block;
  float: none;
  margin: 0 0 24px;
}
.almost-box img{ margin:0 0 13px;}
.almost-box p strong { color: #333333;  font-weight: 600;}
.almost-box .w-box h3 { color: #49b050;  margin: 0 0 10px;}
.confirm-box{
	background:url(../images/top-border.png) left top no-repeat #ffffff;
	background-size:100% auto;
    border: 1px solid #ebebeb;
    color: #555555;
    margin: 0 auto;
    max-width: 864px;
    overflow: hidden;
    padding: 45px 47px 70px;
    text-align: center;
}
.confirm-box .dt-logo {
  display: table;
  float: none;
  margin: 0 auto 34px;
}
.btn-green.lg {
  font-size: 16px;
  height: auto;
  line-height: 64px;
  padding: 0 24px;
}
.confirm-box p{ margin:0 0 20px;}
.confirm-box h4 { margin: 0 0 5px;}
.confirm-box p a { font-weight: 600;  overflow-wrap: break-word;  text-decoration: underline;}
.confirm-box .btn-green.lg { margin-bottom: 23px;}
.confirm-box hr { border-color: #e5e5e5;  margin: 0 0 42px;}
.top-head {
  background-color: #262626;
  line-height: 1;
  padding: 0;
  width: 100%;
}
.top-head .logo-dt {
  float: left;
  padding: 10px 0;
}
.sett-link {
  color: #ffffff !important;
  float: right;
  line-height: 40px;
  margin: 10px 0 0;
}
.alert-top {
  background-color: #5ab463;
  color: #ffffff;
  line-height: 1.2;
  overflow: hidden;
  padding: 15px 0;
  width: 100%;
}
.alert-top p{ margin:0; float:left;}
.close-alert {  color: #ffffff;  float: right;  font-size: 17px;}
.step-wrapper{
	padding:34px 0;
	overflow:hidden;
	position:relative;
}
.step-wrapper .w-box {
  margin: 0 auto;
  max-width: 510px;
  padding: 40px 50px 50px;
}
.w-box.steps2{ max-width:450px; padding: 40px 45px 50px;}
.step-nav {
  display: table;
  list-style:none;
  margin: 0 auto 30px;
  overflow: hidden;
  position: relative;
}
.step-nav li { float: left;  margin: 0 40px 0 0;}
.step-nav li:last-child {margin: 0;}
.step-nav li a {
  background-color: #f8f8f8;
  border: 3px solid #5ab463;
  border-radius: 50%;
  color: #5ab463;
  display: block;
  height: 40px;
  line-height: 35px;
  position: relative;
  text-align: center;
  width: 40px;
  z-index: 1;
}
.step-nav .active a{ background:url(../images/check-icon.png) 50% 50% no-repeat #5ab463;   text-indent: -9999em;}
.step-nav .current a{ background:url(../images/loading-bubbles.svg) 50% 50% no-repeat #5ab463; text-indent: -9999em;}
.step-nav:after {
  background-color: #5ab463;
  content: "";
  display: block;
  height: 3px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.steps-text h4 {
  color: #000000;
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 35px;
}
.avatar-box{ text-align:center;}
.avatar-box img {
  border-radius: 50%;
  display: block;
  margin: 0 auto 28px;
  max-width: 194px;
}
.avatar-box a{ font-weight:600;}
.steps-text hr { border-color: #e5e5e5;  margin: 35px 0 20px;}
.w-box label i {
  color: #bfbfbf;
  font-size: 20px;
  margin-right: 6px;
}
.loc-input label{ margin-bottom:10px;}
.loc-input .next-btn {  display: table;  margin: 20px auto 0;}
.steps-iam h3{ text-align:center; margin:0 0 25px;}
.for-radio { position: relative;}
.for-radio input[type="radio"]{ display:none;}
.for-radio input[type="radio"] + label {
background: rgba(255,255,255,1);
/* Old Browsers */background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 100%);
 /* FF3.6+ */background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(248,248,248,1)));
/* Chrome, Safari4+ */background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 100%);
 /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 100%);
 /* Opera 11.10+ */background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 100%);
 /* IE 10+ */background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 100%);
/* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8', GradientType=0 );
/* IE6-9 */
  border: 1px solid #efefef;
  text-transform:capitalize;
  border-radius: 4px;
  line-height: 44px;
  margin: 0;
  padding: 0 18px 0 12px;
  vertical-align: middle;
}
.for-radio input[type="radio"] + label:before {
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 18px;
  margin: 0 7px 0 0;
  padding: 0;
  vertical-align: middle;
  width: 18px;
}
.for-radio input[type="radio"]:checked + label:before {  background: #49b050;  border-color: #49b050;  box-shadow: 0 0 0 2px #ffffff inset;}
.steps-iam > label { margin: 0 0 10px;}
.steps-iam ul {  list-style: none;    width: 110%;  overflow:hidden;  margin: 0 0 29px;  padding: 0;}
.steps-iam ul li{ float:left; margin:0 12px 12px 0;}
.next-back{ overflow:hidden;}
.btn-green.back-btn {  background-color: #eeeeee;  color: #464646;}
.next-back .btn-green{ float:left;} 
.next-back .btn-green.next-btn{ float:right;}
.wel-top {
  color: #464646;
  margin: 0 auto 30px;
  max-width: 510px;
  text-align: center;
}
.wel-top img{ border-radius: 50%;  max-width: 102px;}
.steps-indic h4 {
  color: #464646;
  font-weight: 600;
  margin: 0 0 40px;
  text-align: center;
}
.btn-group.bootstrap-select{  text-transform:capitalize;  width:100% !important; margin:0 0 24px;}
.btn-group.bootstrap-select > .dropdown-toggle{
	 background: rgba(255,255,255,1);
/* Old Browsers */background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 100%);
 /* FF3.6+ */background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(248,248,248,1)));
/* Chrome, Safari4+ */background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 100%);
 /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 100%);
 /* Opera 11.10+ */background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 100%);
 /* IE 10+ */background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 100%);
/* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8', GradientType=0 );
/* IE6-9 */
    border: 1px solid #efefef !important;
    box-shadow: none;
    color: #b8b8b8;
    font-size: 16px;
    font-weight: 600;
    height: 44px;
    line-height: 44px;
    outline: 0 none !important;
    padding: 0 17px;
}
.btn-group.bootstrap-select .caret {
    border-left: 5px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px dashed;
}
.steps-indic label{ margin:0 0 10px;}
.steps-indic h4 span {
  color: #727272;
  display: block;
  font-size: 15px;
  font-weight: 400;
}
.steps-indic hr { margin: 20px 0 35px;}
.fiel-list {  list-style:  none;  margin: 0 0 7px; overflow:hidden;}
.fiel-list li{ float:left; width:50%;  margin: 0 0 4px;}
.steps-indic .next-back {padding: 15px 0 0;}
.choose-modal .modal-header{ border-bottom:0; padding: 15px 24px;}
.choose-modal .close {
  color: #dd2c00;
  font-size: 14px;
  font-weight: 600;
  opacity: 1;
}
.choose-modal .close span {  display: inline-block;  font-size: 20px;  line-height: 1;  vertical-align: middle;}
.choose-modal .modal-content { box-shadow: none;}
.choose-modal .modal-title {
	border-bottom:solid 1px #f3f6f8; 
	padding:0 0 18px;
  color: #333333;
  font-weight: 600;
  margin: 0;
}
.choose-modal .modal-body{ padding: 34px 24px 20px;}
.choose-modal .modal-body .col-sm-2 {  width: 20%;}
.choose-modal .modal-body ul {  list-style: none;  margin: 0;}
.choose-modal .modal-body ul li { margin: 0 0 20px;  min-height: 26px;  overflow: hidden;}
.choose-modal  .chacek-box {  color: #727272;  font-weight: 500;  margin: 0;}
.choose-modal  .chacek-box input[type="checkbox"] + label{
	background:none;  
     border: 0 none;
    float: none;
    font-weight: 500;
    height: auto;
    line-height: 1.2;
    margin: 0;
	padding:0 0 0 21px;
	position:relative;
    vertical-align: middle;
    width: auto;
 
}
.choose-modal .chacek-box input[type="checkbox"] + label:after {
    background-color: #cccccc;
    border-radius: 50%;
    color: #ffffff;
    content: "\f00c";
    display: inline-block;
    float: left;
    font-family: FontAwesome;
    font-size: 9px;
    height: 13px;
    left: 0;
    line-height: 15px;
    margin-top: -6px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 13px;
	  -webkit-transition: all .3s ease-out;
   -moz-transition: all .3s ease-out;
   -o-transition: all .3s ease-out;
   transition: all .3s ease-out;
}
.choose-modal .chacek-box input[type="checkbox"]:checked + label:after{ background-color: #49b050;}
.choose-modal .chacek-box input[type="checkbox"]:checked + label{ font-weight:600; color:#333333;}
.choose-modal .modal-footer {
  background-color: #f7f7f7;
  border: 0 none;
  border-radius: 0 0 4px 4px;
  color:#727272;
  text-align:left;
  padding: 12px 12px 12px 26px;
}
.choose-modal .modal-footer p {
  float: left;
  line-height: 44px;
  margin: 0;
}
.choose-modal .modal-footer p a{ color:#49b050;}
.choose-modal .btn-green {
  float: right;
  min-width: 219px;
  text-transform: none;
}
.choose-modal .modal-header .close { margin-top: 10px;}
.btn-select {
  background-color: #2e92de;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  line-height: 34px;
  margin: 0 6px 8px 0;
  min-width: 94px;
  padding: 0 28px 0 14px;
  position: relative;
}
.btn-select a {
  color: #ffffff;
  font-size: 22px;
  padding: 0 12px;
  position: absolute;
  right: 0;
  text-decoration:none;
}
.select-language {  display: none;  margin: 0 0 10px;}
.steps-final { text-align: center;}
.steps-final .fiel-list { padding: 20px 0 0;}
.steps-final .fiel-list li {  width: 100%;}
.steps-final .fiel-list .chacek-box {
  font-weight: 500;
  margin: 0 0 26px;
  padding: 0 0 0 37px;
  text-align: left;
}
.steps-final .chacek-box input[type="checkbox"] + label {
  left: 0;
  margin-top: -12px;
  position: absolute;
  top: 50%;
}
.dropdown.user-box .dropdown-menu > li > a {  padding: 9px 20px;}
/*{
    background-color: #5ab463;
    color: #ffffff;
    line-height: 1.2;
    overflow: hidden;
    padding: 15px 0;
    width: 100%;
}*/
.bg-title {
  border-bottom: 1px solid #e4e7ea;
  margin-bottom: 25px;
  margin-left: -25.5px;
  margin-right: -25.5px;
  overflow: hidden;
  padding: 15px 15px 10px;
}
.white-box {
  background: #ffffff;
  margin-bottom: 15px;
  padding: 25px;
}
.white-box.bg-success { background-color: #00c292;}
.white-box.bg-inverse { background-color: #3e4d6c;}
.white-box.bg-info { background-color: #008efa;}
.white-box.bg-danger { background-color: #f75b36;}
.text-white { color: #ffffff;}
.white-box .box-title {
  color: #2b2b2b;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 12px;
  text-transform: capitalize;
}
.list-task .list-group-item, .list-task .list-group-item:first-child {
  border: 0 none;
  border-radius: 3px;
    padding: 9px 15px;
  line-height: 1.1;
}
.checkbox input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  outline: 0 none;
  z-index: 1;
}
.checkbox label:before {
  background-color: #fff;
  border: 1px solid rgba(120, 130, 140, 0.21);
  border-radius: 1px;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  outline: 0 none;
  position: absolute;
  transition: all 0.3s ease-in-out 0s;
  width: 17px;
}
.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #008efa;
  border-color: #008efa;
  color: #ffffff;
 content: "\f00c";
  font-family: FontAwesome;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
}
.checkbox label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
}

.message-center a {
  border-bottom: 1px solid rgba(120, 130, 140, 0.21);
  color: #2b2b2b;
  display: block;
  line-height: 1.3;
  padding: 9px 15px;
  text-decoration: none;
}
.message-center .user-img {
  float: left;
  margin: 0 10px 15px 0;
  position: relative;
  width: 40px;
}
.message-center .user-img .profile-status {
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  left: 30px;
  position: absolute;
  top: 1px;
  width: 10px;
}
.message-center .user-img .online {  background: #00c292;}
.message-center .user-img .busy { background: #f75b36;}
.message-center .user-img .away, .message-center .user-img .offline {  background: #f8c255;}
.message-center .mail-contnet h5 {
  font-weight: 400;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.message-center .mail-contnet .mail-desc {
  color: #3e4d6c;
  display: block;
  font-size: 12px;
  margin: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.message-center .mail-contnet .time {
  color: #3e4d6c;
  display: block;
  font-size: 10px;
}
.message-center a:last-child { border:none;}
.message-center a:hover { background: #f7fafc;}
.chat-list {
  list-style: none;
  max-height: 332px;
  overflow-y: auto;
  padding: 0 20px;
}
.chat-list li {
  margin-bottom: 24px;
  overflow: auto;
}
.chat-list .chat-image {
  display: inline-block;
  float: left;
  text-align: center;
  width: 50px;
}
.chat-list .chat-body {
  display: inline-block;
  float: left;
  font-size: 12px;
  margin-left: 12px;
  width: 65%;
}
.chat-list .chat-text {
  background: #f7fafc;
   border-radius: 3px;
    display: inline-block;
    line-height: 1.2;
    padding: 15px;
    position: relative;
}
.chat-list .chat-text h4 {
  color: #1a2942;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  margin: 0;
  position: relative;
}
.chat-list .chat-text p {
  margin: 0;
  padding-top: 3px;
}
.chat-list .chat-text b {
  font-size: 10px;
  opacity: 0.8;
}
.chat-list .chat-image img {
  border-radius: 100%;
  width: 100%;
}
.chat-list .odd .chat-body {
  color: #fff;
  float: right;
  margin-right: 12px;
  text-align: right;
}
.chat-list .odd .chat-image {
  float: right;
}
.chat-list .odd .chat-text { background: #008efa ;}
.chat-list .odd .chat-text h4,.chat-list .odd .chat-text h4 { color: #fff;}

.left-aside {
  background: #fff none repeat scroll 0 0;
  border-right: 1px solid rgba(120, 130, 140, 0.21);
  height: 100%;
  padding: 20px;
  position: absolute;
  width: 250px;
}
.right-aside {
  margin-left: 250px;
  padding: 20px;
}
/*dashboard */
a:focus ,a:hover{
  outline: 0 none;
  outline-offset: 0;
  text-decoration: none;
}
.full-panel {
  background-color: #ffffff;
  overflow-x: hidden;
  width: 100%;
}

.nav-side-menu .brand {
  background-color: #fff;
  display: block;
  font-size: 14px;
  line-height: 50px;
  margin: 0 0 20px;
  min-height: 66px;
  text-align: center;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 52px;
  cursor: pointer;
 
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content:"\f107";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
.nav-side-menu ul .sub-menu li:before, .nav-side-menu li .sub-menu li:before {display:none;}
.nav-side-menu li.collapsed .arrow:before {
  content:"\f104";
 
}
.menu-content > li.active > a {
  border-left: 3px solid #2e92de;
  background-color: #edf6fd;
}

.nav-side-menu li.active > a { color: #2e92de; font-weight:700;}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #fff;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #fff;
  margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #edf6fd;
}
/*.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}*/
.nav-side-menu li {
  padding-left: 0px;
 
}
.nav-side-menu li a {
  color: #8c8c8c;
  display: block;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.nav-side-menu li a i {
  width: 20px;
  text-align: center;
}
<!--full panel--->

#validation-errors {
	color: red;
}

#validation-errors p {
	color: red;
	margin-bottom: 5px;
	font-size: 12px;
    line-height: 16px;
}
#validation-errors.alert {
	margin-bottom: 0px;
}
label.error {
    color: red;
    font-style: italic;
}
input.error {
    border: 1px dotted red;
    margin: 0px;
}
small {
	color: red;
	line-height: 25px;
}

/*Style added by Atul Dhanawat*/
.parsley-errors-list{
  color: red;
  list-style: outside none none;
}

.rowWhite{ background:#fff; box-shadow: 0 1px 3px #ccc;}
.iconWrap{ background:#f57c00;}
.pt20{ padding-top:20px;}
.pt10{ padding-top:10px;}
.mb25{margin-bottom: 25px;}
.pt15{padding-top:15px;}
.pb10{padding-bottom:10px;}
.iconWrapinn{ color:#fff; padding:5px;}
.pBox p.huge {    font-size: 40px;}
.pBox p {    margin: 0; font-size: 13px;}
.pBox p.text-muted {font-size: 11px;}
 .panel { border-radius: 2px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);}
 .pl0{ padding-left:0;}
 .pr0{ padding-right:0;}
 .panel-default > .panel-heading{background-color: #fff; font-size:16px; color:#000; border: medium none;}
 
.panel.panel-top{  box-shadow: none;}

.table > thead > tr > th{  border-bottom: 1px solid #ddd;}

.btn{text-transform: capitalize;}

.table > thead > tr > th {
  color: #000;
    font-weight: 600;
}

.grey-box .panel-banner h3 {    font-size: 16px; margin: 0;}

.panel-banner  p {     line-height: normal;}

.icn {    max-width: none;    position: relative;    right: -6px;}

.icn2{ right: -2px;}
.icn3{ right: -2px;}
.icn4{ right: -6px;}

.title-header .nav-right > li > a{ text-transform:uppercase; font-size:11px; font-size: 12px;    font-weight: 600;}

.bLabel{ margin:20px 0px 20px 0px;}

.mWraper{  margin: 0 15%;}





/* Simple setup for this demo */

.mdl-card_supporting-text {
  width: 100%;
  padding: 0;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step {
  width: 35%;
  /* 100 / no_of_steps */
}


/* Begin actual mdl-stepper css styles */

.mdl-stepper-horizontal-alternative {
  display: table;
  margin: 0 auto;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step {
  display: table-cell;
  position: relative;
  padding: 24px;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step:active {
  border-radius: 15% / 75%;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step:first-child:active {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step:last-child:active {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step:first-child .mdl-stepper-bar-left{
  display: none;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-circle {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background:none;
  border:2px solid #4cae4c;
  border-radius: 50%;
  text-align: center;
  line-height: 3em;
  font-size: 12px;
  color: #4cae4c;
  font-weight:bold;
}

.mdl-stepper-horizontal-alternative .currentItem .mdl-stepper-circle{  background:#4cae4c; color:#fff;}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step .mdl-stepper-circle {
  background-color: #4cae4c;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.step-done .mdl-stepper-circle:before {
  content: "\2714";
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.step-done .mdl-stepper-circle *,
.mdl-stepper-horizontal-alternative .mdl-stepper-step.editable-step .mdl-stepper-circle * {
  display: none;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.editable-step .mdl-stepper-circle {
  -moz-transform: scaleX(-1);
  /* Gecko */
  -o-transform: scaleX(-1);
  /* Opera */
  -webkit-transform: scaleX(-1);
  /* Webkit */
  transform: scaleX(-1);
  /* Standard */
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.editable-step .mdl-stepper-circle:before {
  content: "\270E";
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-title {
  margin-top: 16px;
  font-size: 14px;
  font-weight: normal;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-title,
.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-optional {
  text-align: center;
  }

.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step .mdl-stepper-title {
  font-weight: 500;
  
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step.step-done .mdl-stepper-title,
.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step.editable-step .mdl-stepper-title {
  font-weight: 300;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-optional {
  font-size: 12px;
}


.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-left,
.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-right {
  position: absolute;
  top: 44px;
  height: 1px;
  border-top: 1px solid #4cae4c;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-right {
  right: 0;
  left: 50%;
  margin-left: 20px;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-left {
  left: 0;
  right: 50%;
  margin-right: 20px;
}


.mdl-stepper-horizontal-alternative .mdl-stepper-bar-right.st1{border: medium none;    margin-left: 30px;    top: 30px;}

.title-header .nav.navbar-nav.nav-right {    margin-bottom: -15px;}

.title-header .nav-right > li:hover > a {border-bottom: 2px solid #4cae4c; background:none;}

.title-header .nav-right > li > a {border-bottom: 2px solid #fff; }

.title-header .nav-right > li.active > a {border-bottom: 2px solid #4cae4c; }
.fInn {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px dashed #ccc;
    padding: 30px;
}
.uploaderPlaceholder {
    margin: 20px 0;
}	
.ui-widget-content {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  color: #333;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-menu .ui-menu-item {
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  margin: 0;
}
.ui-menu .ui-menu-item-wrapper {
  padding: 3px 1em 3px 0.4em;
  position: relative;
}
.ui-menu {
  display: block;
  list-style: outside none none;
  margin: 0;
  outline: 0 none;
  padding: 0;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete{
  display: none;
  left: 124.5px;
  top: 230.4px;
  width: 217px;
}

.navigation-panel {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.clear {
    clear: both;
}

.dropdown-menu > li > a{ padding: 10px 20px;    border-bottom: 1px dotted #ddd;}

.contentWraper{ background: #f4f4f4; padding-top: 20px;}

.titleBar {
    background: #f5f5f5;
}

.titleBar .panel-body {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
	border-top: medium none;
}

.dropdown-menu li.active > a{ color:#fff;}

.panel-heading{   border-top-left-radius: 0;
    border-top-right-radius: 0;}
	
.form-control{  border-radius: 0;}

.panel-banner h3 {    font-size: 20px;      margin: 0 0 15px;}

button.close {
    background: red none repeat scroll 0 0;
    border: 0 none;
    border-radius: 50%;
    cursor: pointer;
    padding: 4px 8px;
    z-index: 999; color: #fff; opacity: 1;font-size: 21px; margin-right: -10px;
    margin-top: -10px;
}

.modal-content.chstatus{ border: none;}

.chstatus .modal-body{ padding: 0px;}
.btn-group-lg > .btn, .btn-lg{ padding: 15px 16px;}

.hs350{ height:350px; overflow-y:auto;}

h4.bx-title{    font-size: 17px;    font-weight: bold;    text-transform: uppercase;}
.tx-green{ color:#4cae4c;}
.tx-blue{color: #2e6da4;}
.tx-orange{color: #f57c00;}

.btnarea .fa.fa-arrow-circle-right {
    font-size: 45px;
}

.btnarea.tx-green {    padding-top: 20px;}

#createNewOrder .modal-header .close {    margin-right: -25px;    margin-top: -24px;}

.bdr2 {    border-left: 1px solid #e5e5e5;    border-right: 1px solid #e5e5e5;}

.sameHeight {    height: 100px;}

#createNewOrder .modal-header h3 {    margin: 5px 0;}

.fa.fa-arrow-circle-right:hover {
    color: #999;
}

#loading {
  background-color: #fff;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99;
}
#loder {
  margin: 0;
  padding: 0;
}
#loading-image {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #bbb;
  box-shadow: 0 0 3px #aaa;
  padding: 15px 20px;
  top: 40%;
}
#loading-image {
  left: 40%;
  position: absolute;
  z-index: 100;
}
#loading-image img {
  height: 50px;
  padding: 0 10px;
}
  
p.stxt{font-size: 11px;color: #666;}  
.nav > li > a { padding: 14px 5px;}
.approvalm p{ line-height:normal;}
.valuec{ display:block;}
.approvalm .btn-success{font-weight: bold; font-size:16px;}
.approvalm .btn-warning{ background: none;    color: #eea236;    font-weight: bold; font-size:16px;}
.approvalm .btn-danger{ background: none;    color: #d9534f;    font-weight: bold; font-size:16px;}

.approvalm .btn-warning:hover{ background: #eea236;    color: #fff;    font-weight: bold;}
.approvalm .btn-danger:hover{ background: #d9534f;    color: #fff;    font-weight: bold;}

.w40{ width:40%;}

#createNewOrder h3{ font-size: 20px;}
#invinfo .text {
    display: inline;
}
.datepicker table td.day:hover{ background:#e5e5e5; cursor:pointer;}

.datepicker table td.day.active{background: #ffc11a;}
.datepicker table td.disabled{background: #F4F4F4;}
 
.btn.btn-primary.btn-custom {
	padding: 6px 5px;
	font-size: 13px;
}

@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
  
  .w40{ width:auto;}
}
@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}

/*Responsive start here*/
@media (min-width:1200px){
 	.choose-modal .modal-dialog{ width:1170px;}
	.container{ padding-left:0; padding-right:0;}
}
@media (min-width:990px) and (max-width:1200px) { 
 }
@media (min-width: 768px) and (max-width:990px) {
	.foot-nav li{padding: 0 16px;}

}

@media (max-width:767px) {
  .foot-nav li{  padding: 0 10px;} 
  .confirm-box{ padding:20px;}
  .btn-green.lg {  display: inline-block;  line-height: 1.2;  padding: 10px 20px;}
  .step-wrapper .w-box{ padding: 30px 25px;}
  .choose-modal .modal-header,.choose-modal .modal-body{ padding:15px;}
  .choose-modal .modal-body .col-sm-2 {  float: left;  width: 50%;}
   .choose-modal .modal-footer{ text-align:center;}
  .choose-modal .modal-footer p {  float: none;  line-height: 1.2;  margin: 0 0 15px;}
  .choose-modal .btn-green{ float:none;}
  .sign-wrapper{ padding:20px 0;}
}
@media (max-width:400px) {
.dt-logo { max-width: 127px;}
.w-box{padding: 35px 24px 30px;}
.bot-icons li{ padding:0 4px;}
.step-nav li{margin: 0 14px 0 0;}
.next-back .btn-green {  display: block;  float: none !important;  margin: 0 auto 15px;}
.fiel-list li{ width:100%;}
}

