@charset "utf-8";
/* CSS Document */
@import url(font-awesome.css);
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600');
body,h1, h2, h3, h4, h5, h5, p, span, strong, label, div, tr, dl, dt, dd , ul, li, ol { margin:0px; padding:0px; }
.clear { line-height:0px; font-size:0px; clear:both; height:0px; }
body { font-family: 'Open Sans', sans-serif; font-size:14px; color:#515151; background:#fafafa !important; }

* {box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}

.login-page {align-items: center; background-color: rgba(255,255,255,0.5); display:flex; height: 100vh; justify-content: center; width:100%}
.login-page-in {background:#fff; box-shadow: 0px 0px 15px #000; display:block; max-width: 500px; padding:30px;text-align:center; width:100%;}
.top-header-login { display:block; text-align:center; margin:0px 0px 20px 0px; }
.top-header-login img{height: 80px;}
.login-page-in h2 {font-size:18px; font-weight:400; color:#212121; margin:0px 0px 10px 0px; padding:10px; background:#f1f1f1;  }
.login-page-in p{font-size:12px;color:#222;margin:0px 0px 10px 0px;}

.login-page-in label {font-size:14px;color:#fff;margin:0px 0px 10px 0px; display:inline-block; }

.login-page-in .login-input{border:1px solid #ccc !important; display: block; margin-bottom: 10px; position: relative;}
.login-page-in .login-input i{color:#999; float: left; font-size: 18px; height: 40px; line-height: 40px; position: absolute; width: 40px; z-index: 9;}
.login-page-in input[type="text"] ,.login-page-in input[type="password"]{color:#212121;width:100%;text-align:left;padding:10px 10px 10px 40px; background:#fff; font-size:16px; border:none !important; margin:0px auto;}
.keeplogin { padding:15px 0px; display:block; }
.login-page-in .form-list .buttons-set{display:block;margin:10px 0px 0px 0px;padding:0px;border:0;}
.login-page-in  input[type="submit"] {cursor: pointer; display:inline-block;float:none;padding:14px 30px !important;background:#0001FA !important; color:#fff !important; font-size:16px;margin:0px; border:0; text-transform: capitalize;}
.login-page-in  #login-element{ display:inline-block; }
.login-page-in  a { display:inline-block; color:#414141; }
.login-page-in .errors { list-style:none; color:#ff0000; padding:0px 0px 5px 0px; }
/* ---------------- header css start ------------------------------- */
.dr-header { background:#fff; padding:0px; margin:0px;  border-bottom:2px solid #F0E9F4; display:inline-block; width:100%; }

.dr-logo { display:block; margin:0px 0px 30px 0px;  border-right:1px solid #ccc; padding:10px; background:#fff; text-align:center; }
.dr-logo img { /*width:80%;*/ max-height: 51px;}

/* ---------------- header css End ------------------------------- */
.dr-main { display:table; width:100%; }
.dr-main-in { display:table-row; height:100%; }
.dr-sidebar { background:#0001fa;  width:250px; min-height: 100%; padding: 0; position: absolute ; z-index: 1; }
.dr-container {  /*display:block; margin:0px 0px 0px 250px; display:block;*/ background:#F7F7F7;  }

/* ---------------- header css start ------------------------------- */

.crm-nav { display:block; line-style:none; clear:both; }
.crm-nav li { display:block; }
.crm-nav li a { color:#fff; font-size:14px; font-weight:300; padding:10px; display:block; text-decoration:none; }
.crm-nav li a i{font-size: 16px; padding: 3px; transform: rotate(180deg); transition-duration: 0.3s;}
.crm-nav li a:hover,.crm-nav li.active { background:#01cc00; }
.crm-nav li a:hover,.crm-nav li.active a{color: #0001FA;}
.crm-nav li.active a i{transform: rotate(270deg);}
.crm-nav li a:focus{outline: none;}

.crm-nav li.active ul li a{color: #fff;}
.crm-nav li ul { display:block; padding:0px 0px 0px 0px; background:rgb(0,100,250); }
.crm-nav li ul li { display:block; padding:0px 0px 0px 0px; }
.crm-nav li ul li a { padding:10px 10px 10px 27px;font-size:13px;  color:#fff; border-bottom:1px solid rgba(255, 255, 255, 0.05); }
.crm-nav li ul li a:hover ,.crm-nav li ul li.active { background:rgba(255, 255, 255, 0.09); }

.crm-nav li ul li ul { display:block; padding:0px 0px 0px 10px; }
.crm-nav li ul li ul li { display:block; padding:0px 0px 0px 0px; background:#35495d; }
.crm-nav li ul li ul li a { padding:10px 10px 10px 27px;  color:#fff; border-bottom:1px solid rgba(255, 255, 255, 0.05); }
.crm-nav li ul li ul li a:hover ,.crm-nav li ul li ul li.active { background:rgba(255, 255, 255, 0.05); }

/* ---------------- container css start ------------------------------- */
 
.dr-containt-in { background:#fff; margin:15px; padding:20px; border:1px solid #F0E9F4; }

.dr-containt-top { display:block;  margin-bottom:10px;border-bottom:1px solid #ccc;}
.dr-containt-top h3 { float: left; }
.dr-containt-top strong { display:block; color:#515151; float:left; font-size:18px; font-weight:400; padding:0px 0px 8px 0px; }

.dr-containt-top a ,.dr-containt-top button, .dr-containt-top input[type="button"] { display:block; float:right; background:#0001FA; margin:0px 0px 0px 5px; border:0px ; padding:8px; cursor:pointer; color:#fff; font-size:12px; text-decoration:none; padding:6px 10px; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; }
.dr-containt-top a:hover ,.dr-containt-top button:hover  { background:#01CC00; color:#fff; text-decoration:none; }

.email-btn ,.download-btn { display:block; float:right; background:#1ABB9C; margin:0px 0px 0px 5px; border:0px ;   cursor:pointer; color:#fff; font-size:13px; text-decoration:none; padding:7px 15px;  border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; }
.email-btn:hover .download-btn:hover { background:#2a3f54; color:#fff; text-decoration:none; }

.heder-all { display:block; background:#f1f1f1; padding:10px; margin-bottom:10px;}
.heder-all2 { display:block; background:#f1f1f1; padding:15px 15px 0px 15px; margin-bottom:10px;}
.heder-all p { float:left; padding:5px; }
/*.heder-all label { float:left; padding:5px; }*/
.heder-all input[type="text"] { float:left; margin:0px 5px 0px 0px; border:1px solid #ccc; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; padding:5px; width:150px;}
.heder-all select { float:left; height:34px !important; line-height:34px; margin:0px 5px 0px 0px; border:1px solid #ccc; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; padding:5px; width:150px;}

.heder-all button ,.heder-all input[type="submit"] { display:block; float:left; background:#0001FA; margin:0px 0px 0px 5px; border:0px; cursor:pointer; color:#fff; font-size:13px; text-decoration:none; padding:7px 15px; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; }
.heder-all button:hover ,.heder-all input[type="submit"]:hover { background:#01CC00; color:#fff; text-decoration:none; }

.heder-all2 input[type="text"] { float:left; margin:0px 5px 0px 0px; border:1px solid #ccc; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; padding:5px;}
.heder-all2 select { float:left; height:34px !important; line-height:34px; margin:0px 5px 0px 0px; border:1px solid #ccc; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; padding:5px;}
.heder-all2 button ,.heder-all2 input[type="submit"] { display:block; float:left; background:#0001FA; margin:0px; border:0px; cursor:pointer; color:#fff; font-size:13px; text-decoration:none; padding:7px 15px; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; }
.heder-all2 button:hover ,.heder-all2 input[type="submit"]:hover { background:#01CC00; color:#fff; text-decoration:none; }
.heder-all2 a { display:block; float:right; background:#1ABB9C; margin:0px 0px 0px 5px; border:0px ;  cursor:pointer; color:#fff; font-size:13px; text-decoration:none; padding:7px 15px; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; }
.heder-all2 a:hover { background:#2a3f54; color:#fff; text-decoration:none; }
.heder-all2 dt { float:left; }

.heder-all a { display:block; float:right; background:#1ABB9C; margin:0px 0px 0px 5px; border:0px ;  cursor:pointer; color:#fff; font-size:13px; text-decoration:none; padding:7px 15px; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; }
.heder-all a:hover { background:#2a3f54; color:#fff; text-decoration:none; }
.heder-all dt { float:left; }

.crm-footer-bottom { display:block; background:#f1f1f1; padding:10px;}
.crm-footer-bottom strong { display:block;  color:#515151; font-size:18px; padding:0px 0px 8px 0px; border-bottom:1px solid #ccc; }
.crm-footer-bottom .crm-footer-btn { display:block; float:right; }
.crm-footer-bottom .crm-footer-btn a { display:block; float:right; background:url(images/sidebar-nav-bg.png) repeat-x 0px -110px; margin:0px 0px 0px 5px; border:0px ; cursor:pointer; color:#fff; font:bold 12px Arial, Helvetica, sans-serif; text-decoration:none; padding:6px 10px; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; box-shadow:1px 1px 3px #666; -moz-box-shadow:1px 1px 3px #666; -webkit-box-shadow:1px 1px 3px #666; }
.crm-footer-bottom .crm-footer-btn a:hover { background:#2a3f54; }

.crm-container-middle { display:block; padding:0px 0px 20px 0; }
.crm-container-middle table { background:#ccc; }

.crm-container-middle table tr { background:#fafafa ; }
.crm-container-middle table tr:nth-child(even) { background:#f6f6f6; }

.crm-container-middle table tr:first-child { background:#333 !important; color:#fff; }
.crm-container-middle table tr a { color:#fff; text-decoration:none; display:block;  }
/*.crm-container-middle table tr:first-child  a { color:#fff; text-decoration:none; display:block; float:inherit; background:none; }
*/
.crm-container-middle table tr:last-child { background:#fff;  }
 
.dr-delete { display:block; float:left; background:url(../../images/delete.png) no-repeat 0px 0px; width:24px; height:24px; margin:0px 0px 0px 5px; }
.dr-update { display:block; float:left; background:url(../../images/update.png) no-repeat 0px 0px; width:24px; height:24px; margin:0px 0px 0px 5px; }
.dr-edit { display:block; float:left; background:url(../../images/edit.png) no-repeat 0px 0px; width:24px; height:24px; margin:0px 0px 0px 5px; }
.dr-active { display:block; float:left; background:url(../../images/active.png) no-repeat 0px 0px; width:24px; height:24px; margin:0px 0px 0px 5px; }
.dr-inactive { display:block; float:left; background:url(../../images/inactive.png) no-repeat 0px 0px; width:24px; height:24px; margin:0px 0px 0px 5px; }

/* ---------------- container css End ------------------------------- */

.main-login h1{
	font-size:56px;
}
.main-login h2{
	font-size:20px;
	padding:0px 0px 40px 0px;
	color:#aaa;
}
.main-login h2 span{
	color:#ffa800;
}
.main-login a{
	color:#777;
}
.main-login a:hover{
	color:#222;
}
.main-login p{
	padding:5px 0px;
}
.main-login .wrapper{
	width:960px;
	margin:120px auto 0px;
	min-height:550px;
}
.main-login .box{
	width:49%;
}
.main-login .left{
	float:left;
}
.main-login .right{
	float:right;
}
.main-login .clear{
	clear:both;
}
.main-login a.back{
	color:#777;
	position:fixed;
	top:5px;
	right:10px;
	text-decoration:none;
}
/* Form Style */
.main-login .form_wrapper{
	background:#fff;
	border:1px solid #ddd;
	margin:0 auto;
	width:350px;
	font-size:16px;
	-moz-box-shadow:1px 1px 7px #ccc;
	-webkit-box-shadow:1px 1px 7px #ccc;
	box-shadow:1px 1px 7px #ccc;
}
.login-top { padding:20px 30px 20px 30px;
	background-color:#0081B5; border-bottom:1px solid #ddd; }
.login-top img{ float:left; display:inline; }
.main-login .form_wrapper h3{
	float:right; display:inline;
	color:#fff;
	font-size:25px;
	
}
.main-login .form_wrapper form{
	display:none;
	background:#fff;
}
.main-login .form_wrapper .column{
	width:47%;
	float:left;
}
.main-login form.active{
	display:block;
}
.main-login form.login{
	width:350px;
}
.main-login form.register{
	width:550px;
}
.main-login form.forgot_password{
	width:450px;
}
.main-login .form_wrapper a{
	text-decoration:none;
	color:#777;
	font-size:12px;
}
.main-login .form_wrapper a:hover{
	color:#000;
}
.main-login .form_wrapper label{
	display:block;
	padding:10px 30px 0px 30px;
	margin:10px 0px 0px 0px;
}
.main-login .form_wrapper input[type="text"],
.main-login .form_wrapper input[type="password"]{
	border: solid 1px #E5E5E5;
	background: #FFFFFF;
	margin: 5px 30px 0px 30px;
	padding: 9px;
	display:block;
	font-size:16px;
	width:81%;
	background: 
		-webkit-gradient(
			linear,
			left top,
			left 25,
			from(#FFFFFF),
			color-stop(4%, #EEEEEE),
			to(#FFFFFF)
		);
	background: 
		-moz-linear-gradient(
			top,
			#FFFFFF,
			#EEEEEE 1px,
			#FFFFFF 25px
			);
	-moz-box-shadow: 0px 0px 8px #f0f0f0;
	-webkit-box-shadow: 0px 0px 8px #f0f0f0;
	box-shadow: 0px 0px 8px #f0f0f0;
}
.main-login .form_wrapper input[type="text"]:focus,
.main-login .form_wrapper input[type="password"]:focus{
	background:#feffef;
}


.main-login .form_wrapper .bottom{
	background:#444;
	border-top:1px solid #ddd;
	margin-top:20px;
	clear:both;
	color:#fff;
	text-shadow:1px 1px 1px #000;
}
.main-login .form_wrapper .bottom a{
	display:block;
	clear:both;
	padding:10px 30px;
	text-align:right;
	color:#ffa800;
	text-shadow:1px 1px 1px #000;
}
.main-login .form_wrapper a.forgot{
	float:right;
	font-style:italic;
	line-height:24px;
	color:#ffa800;
	text-shadow:1px 1px 1px #fff;
}
.main-login .form_wrapper a.forgot:hover{
	color:#000;
}
.main-login .form_wrapper div.remember{
	float:left;
	width:140px;
	margin:20px 0px 20px 30px;
	font-size:11px;
}
.main-login .form_wrapper div.remember input{
	float:left;
	margin:2px 5px 0px 0px;
}
.main-login .form_wrapper span.error{
	visibility:hidden;
	color:red;
	font-size:11px;
	font-style:italic;
	display:block;
	margin:4px 30px;
}
.main-login .form_wrapper input[type="submit"] {
	background: #e3e3e3;
	border: 1px solid #ccc;
	color: #333;
	font-family: "Trebuchet MS", "Myriad Pro", sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0 9px;
	text-align: center;
	width: 150px;
	cursor:pointer;
	float:right;
	margin:15px 20px 10px 10px;
	text-shadow: 0px 1px 0px #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 0px 2px #fff inset;
	-webkit-box-shadow: 0px 0px 2px #fff inset;
	box-shadow: 0px 0px 2px #fff inset;
}
.main-login .form_wrapper input[type="submit"]:hover {
	background: #d9d9d9;
	-moz-box-shadow: 0px 0px 2px #eaeaea inset;
	-webkit-box-shadow: 0px 0px 2px #eaeaea inset;
	box-shadow: 0px 0px 2px #eaeaea inset;
	color: #222;
}

.header-menu { float:right; margin:0px; }
.header-menu .click-div { display:block; padding:25px 30px; font-size:14px; border:0; color:#212121; background:none; text-decoration:none;  }
.header-menu .click-div.active { background:#D9DEE4; }
.header-menu .click-div:focus{outline:none;}

.header-menu .show-div { display:none; padding:0px; font-size:16px; border:0; background:#0001FA; position:absolute; right:0px; width:200px;  }
.header-menu .show-div li { display:block; }
.header-menu .show-div li a { display:block; padding:10px 20px; font-size:14px; font-weight:300; border:0; color:#fff;  text-decoration:none; border-bottom:1px solid rgba(255,255,255,0.2);  }

.btn-danger { display:block; padding:25px 30px; font-size:16px; border:0; background:none; }
.btn-danger.dropdown-open { background:#ccc; }

.dr-header button  { display:block; padding:25px 30px; font-size:14px; border:0; color:#212121; background:none; text-decoration:none; }
.dr-header .dropdown { float:right; }
.dr-header button:focus { box-shadow:0; }
.dr-header .dropdown:focus { box-shadow:0; }

 
.dr-form {  }
.form-in { display:inline-block; width:100%; clear:both; margin:0px 0px 10px 0px; }
.form-in label { display:block; float:left; width:220px; font-size:14px; line-height:35px; }
.form-in input[type="text"] ,.form-in input[type="password"] { display:block; float:left; width:400px; padding:10px; border:1px solid #ccc; font-size:14px; }

.form-in select { display:block; float:left; width:400px; padding:10px; border:1px solid #ccc; height:40px; line-height:40px; font-size:14px; }
.form-in textarea { display:block; float:left; width:400px; padding:10px; border:1px solid #ccc;font-size:14px; }

 .form-in  .radio-input { display:block; float:left; width:70%; }
  .form-in  .radio-input label { width:25%; }
.form-in-small {display: block; float: left;}
.form-in-small input {float:none !important;}

.dr-form .button-set {display:inline-block; width:100%; margin:20px 0px 0px 0px;padding:20px 0 0 0;border-top:2px solid #F0E9F4;  }
.dr-form .button-set label { display:block; float:left; width:220px; font-size:14px; line-height:35px; }

.dr-form .button-set input[type="button"] {display:inline-block;float:none;padding:14px 30px !important;background:#1ABB9C !important; color:#fff !important; font-size:16px;margin:0px 20px 0px 0px; border:0;}


.paginationControl { padding:0px; background: #fff; display:inline-block; width:100%; margin:10px 0px 0px 0px;  }
 .paginationControl ul { float:right; list-style: none; margin:0px; }
 .paginationControl ul li { line-height: 14px; background:#fff; margin: 0 0 0 3px; border: 1px solid #ccc; padding: 8px 12px; float:left; }
 .paginationControl ul li a   { color:#111; font-size: 12px; font-weight: 400; width:100%; height:100%; }
 .paginationControl ul li span { color:#111; font-size: 12px; font-weight: 400; width:100%; height:100%;} 
  .paginationControl ul li#current_page , .paginationControl ul li:hover { background:#0001FA; color:#fff; border: 1px solid #0001FA; }
  .paginationControl ul li#current_page span,.paginationControl ul li:hover span {  color:#fff; width:100%; height:100%;  }

.paginationControl ul li:hover a { color:#fff;  }

.viewing {float: left; margin-right: 20px; display:block; padding:0px 0px 10px 0px; }
.view-manifest {background: #0001FA none repeat scroll 0 0; color:#fff; float:left; margin:0px 2px 2px 0px; padding: 6px 10px; text-align: center; width: auto; }
 
 .wrapper {
    position: relative
}
.sidebar-left {
    background-color: #0001FA;
    margin: 0;
    border: none;
    border-radius: 0
}
.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0
}
.sidebar-menu a {
    color: #b8c7ce;
    text-decoration: none
}
.sidebar-menu > li {
    position: relative;
    margin: 0;
    padding: 0
}
.sidebar-menu > li > a {
    padding: 12px 5px 12px 15px;
    display: block;
    border-left: 3px solid transparent
}
.sidebar-menu > li > a > .fa {
    width: 20px
}
.sidebar-menu > li:hover > a,
.sidebar-menu > li.active > a {
    color: #fff; text-decoration:none;
    background: #01CC00;
    border-left-color: #fff
}
.sidebar-menu > li > .treeview-menu {
    margin: 0 1px;
    background: #223243
}
.sidebar-menu > li .label,
.sidebar-menu > li .badge {
    margin-top: 3px;
    margin-right: 5px
}
.sidebar-menu li.header {
    padding: 10px 25px 10px 15px;
    font-size: 12px;
    color: #4b646f;
    background: #1a2226
}
.sidebar-menu li > a > .fa-angle-left {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
    margin-top: 3px;
    transform: rotate(-180deg);
    transition: all 0.3s ease;
}
.sidebar-menu li.active > a > .fa-angle-left {
    transform: rotate(-90deg)
}
.sidebar-menu li.active > .treeview-menu {
    display: block
}
.sidebar-menu .treeview-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 5px
}
.sidebar-menu .treeview-menu .treeview-menu {
    padding-left: 20px
}
.sidebar-menu .treeview-menu > li {
    margin: 0
}
.sidebar-menu .treeview-menu > li > a {
    padding: 8px 5px 8px 15px;
    display: block;
    font-size: 14px;
    color: #8aa4af
}
.sidebar-menu .treeview-menu > li > a > .fa {
    width: 20px
}
.sidebar-menu .treeview-menu > li > a > .fa-angle-left,
.sidebar-menu .treeview-menu > li > a > .fa-angle-down {
    width: auto
}
.sidebar-menu .treeview-menu > li.active > a,
.sidebar-menu .treeview-menu > li > a:hover {
    color: #fff; text-decoration:none;
}
@media (min-width: 768px) {
    .sidebar-left {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 250px;
        height: 100%;
        z-index: 2016
    }
    .sidebar-left .navbar-header {
        float: none
    }
    .sidebar-left .navbar-collapse {
        padding: 0
    }
    .content {
        position: relative;
        margin-left: 250px;
        height: 100%;
        min-height: 100%
    }
}
 
 .sidebar-left .container-fluid { padding:0; margin:0; } 

 @media (min-width: 320px) and ( max-width:767px ) {

.sidebar-left { background:#fff; }
 .dr-logo img { width:100px; }
 .dr-logo { margin:0px 0px 0px 52px; padding:5px; float:left; border-right:0; }
 .dr-containt-in { display:inline-block; }
.crm-container-middle { width:300px; max-width:100%; display:inline-block; overflow-x:scroll; }  
.crm-container-middle table { width:1200px; }
 
.navbar-inverse .navbar-toggle { position:absolute; top:0px; left:10px;   margin:0px; height:60px; width:60px; border:0; border-radius:0; }
.dr-header { background:#fff; }
.navbar-header { position:relative; }
.dr-header .dropdown { position:absolute; top:0px; right:0px; }
.dr-header button { padding:19px 0px; }
.navbar-inverse { background:none !important; border:none !important; }
.navbar-collapse { background:#2a3f54; }
.navbar { margin-bottom:0px !important; min-height:60px !important; }
.navbar-inverse .navbar-toggle .icon-bar { background-color:#111 !important; }
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover { background:none !important; }

 }
 
 .submit-button label{    display: block;
    float: left;
    width: 220px;
    font-size: 14px;
    line-height: 35px;}
.submit-button input[type="submit"] { display:block; float:left; background:#1ABB9C; margin:0px 0px 0px 5px; border:0px ; padding:12px 30px; cursor:pointer; color:#fff; font-size:15px; text-transform:uppercase;  text-decoration:none;  border-radius:0; -moz-border-radius:0; -webkit-border-radius:0; }
.submit-button input[type="submit"]:hover { background:#2a3f54; }

.dr-form input[type="submit"] { display:block; float:left; background:#1ABB9C; margin:0px 0px 0px 5px; border:0px ; padding:12px 30px; cursor:pointer; color:#fff; font-size:15px; text-transform:uppercase;  text-decoration:none;  border-radius:0; -moz-border-radius:0; -webkit-border-radius:0; }
.dr-form input[type="submit"]:hover { background:#2a3f54; }
.dr-form input[type="button"] { display:block; float:left; background:#1ABB9C; margin:0px 0px 0px 5px; border:0px ; padding:12px 30px; cursor:pointer; color:#fff; font-size:15px; text-transform:uppercase;  text-decoration:none;  border-radius:0; -moz-border-radius:0; -webkit-border-radius:0; }
.dr-form input[type="button"]:hover { background:#2a3f54; }
.dr-form button { display:block; float:left; background:#1ABB9C; margin:0px 0px 0px 5px; border:0px ; padding:12px 30px; cursor:pointer; color:#fff; font-size:15px; text-transform:uppercase;  text-decoration:none;  border-radius:0; -moz-border-radius:0; -webkit-border-radius:0; }
.dr-form button:hover { background:#2a3f54; }
/* 27 jan 2017 css for dasjboard */
.dashboard-icon { display:block;  }
.dashboard-icon ul { display:block; list-style:none;  }
.dashboard-icon ul li { display:block; float:left; border:1px solid #ccc; width:200px; height:200px; margin:0px 20px 20px 0px; }
.dashboard-icon ul li span { display:block; text-align:center; color:#212121;   }
.dashboard-icon ul li img { display:block; margin:0px auto 20px;  }
.dashboard-icon ul li a { width:100%; height:100%; display:block; text-decoration:none; padding-top: 30px;}

.required {color:#f00;}
.errors { float: left;}
.errors li { display: block; color:#f00; margin-left: 10px; padding-top: 5px;}
.form-in dt { display: none;}

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');

.register-percel-top { display:block; background:#f1f1f1; margin:0px 0px 20px 0px; }
.register-percel-top h4 { font-family: 'Roboto', sans-serif; display:block; float:left; color:#515151; font-size:18px; font-weight:normal; padding:10px; margin:0; }

.register-percel-top .show-msg-icon { float:right; width:20px; height:20px; background:url(../../images/show-icon.png) no-repeat center center; position:relative; margin:0px 10px 0px 0px;  } 
.register-percel-top .show-msg { display:none;  position:absolute; bottom:30px; width:400px; background:#2a3f54; right:-15px; padding:10px; z-index:1;   border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; }
.register-percel-top .show-msg span { font-family: 'Roboto', sans-serif; color:#fff;  font-size: 13px; }
.register-percel-top .show-msg .arrow-icon { width:10px; height:10px; position:absolute; bottom:-5px; margin-left:-10px; background:#2a3f54; right:20px; -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.register-percel-top .show-msg-icon:hover .show-msg  { display:block; }

.addresss-1 { width:20%; float:left; color:#212121; padding:3px 5px 3px 5px; font-size:12px; }
.addresss-1 span {     font-family: 'Roboto', sans-serif; font-size: 13px; line-height: 39px; display: block; background: #f7931e; color: #fff;  padding: 1px 5px; margin: 0px 0px 5px 0px; }
.register-percel-1 { display:inline-block; width:100%; clear:both; margin:0px 0px 30px 0px; }
.register-percel-1 span {font-family: 'Roboto', sans-serif;  display:block; float:left; width:140px; font-size:14px; line-height:35px; font-weight:bold; }
.register-percel-1 input[type="text"] { display:block; float:left; width:250px; padding:10px; border:1px solid #ccc; font-size:14px; border-radius:5px; }
.register-percel-1 label {font-family: 'Roboto', sans-serif;  display:block; float:left; font-size:14px; line-height:14px; margin:8px 20px 0px 0px; }
.register-percel-1 input[type="radio"]  { display:block; float:left; margin:0px 10px 0px 0px;}
  
 
 
 
 
 
 
.register-percel-2 { display:inline-block; width:100%; clear:both; margin:0px 0px 30px 0px; }
.register-percel-2 span { font-family: 'Roboto', sans-serif; display:block; float:left; width:180px; font-size:14px;  padding:8px 0px 0px 0px ;font-weight:bold; }
.register-percel-2 strong { font-family: 'Roboto', sans-serif; display:block; float:left; font-size:14px; padding:8px 0px 0px 0px ;  line-height:20px; font-weight:normal; overflow:hidden; width:60%; }

.register-percel-2 ul { list-style:none; }
 
.register-percel-2 ul li { font-family: 'Roboto', sans-serif; display:block; float:left; padding:0px 0px 10px 0px; min-height:40px; width:47%; }
.register-percel-2 ul li.full-li { width:100%; }
 
 
.register-percel-2 ul li input[type="text"] { font-family: 'Roboto', sans-serif; display:block; float:left; width:280px; padding:9px; border:1px solid #ccc; font-size:14px; border-radius:5px; height:inherit; }
.register-percel-2 ul li textarea { font-family: 'Roboto', sans-serif; display:block; float:left; width:760px; padding:10px; border:1px solid #ccc; font-size:14px; height:100px; border-radius:5px;}
.register-percel-2 ul li select { font-family: 'Roboto', sans-serif; display:block; float:left; width:280px; padding:7px; line-height:39px; height:39px; border:1px solid #ccc; font-size:14px; border-radius:5px;}

 
 .register-percel-2 ul li .dimantion input[type="text"], .register-percel-2 ul li .dimantion select { font-family: 'Roboto', sans-serif; display:block; float:left; width:64px; padding:9px; border:1px solid #ccc; font-size:14px; margin:0px 5px 0px 0px; }
 .register-percel-2 ul li .dimantion select { width:70px;}
 .register-percel-2 ul li.value-dimension select {margin-right:5px; width:70px;}
 .register-percel-2 ul li.value-dimension input {width:205px;}

 .register-percel-2 ul li .dimantion .dimantion1 { font-family: 'Roboto', sans-serif; position:relative; float:left; overflow:hidden; }
 .register-percel-2 ul li .dimantion .errors { font-family: 'Roboto', sans-serif; position:absolute; top:50px; width:330px; }
 
 
  .register-percel-2 input[type="button"] { font-family: 'Roboto', sans-serif; display:block; background:#1ABB9C; margin:0px 0px 0px 5px; border:0px ; padding:8px; cursor:pointer; color:#fff; font-size:16px; text-transform:uppercase; text-decoration:none; padding:15px 30px;  }
.register-percel-2 input[type="button"]:hover { background:#2a3f54; }

.user-main-detail .register-percel { width:49%; margin:0px 0px 0px 0px; float:left; }
.user-main-detail .register-percel1 { float:right; }


.user-main-detail .register-percel-2 ul li { width:100%; }


 .register-percel-2 ul li dt { display:none; }

#whatcontenttype ,#volumn_weight { display:block; float:left; width:280px; padding:9px; border:1px solid #ccc; font-size:14px; border-radius:5px; height:inherit; }

 
 
 .form-in-horizontal {display: block; }
.form-in-horizontal input[type="text"], .form-in-horizontal input[type="password"] {font-family: 'Roboto', sans-serif;  float: left; margin-bottom: 20px; margin-right: 10px; width: 140px; display: block; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px;}
	
#airportlist {   }
	
.detail-des { display:inline-block; width:100%; clear:both; padding:20px; background:#f7f7f7; margin:20px 0px 0px 0px; }


.detail-des ul { list-style:none; display:inline-block; width:100%; }
.detail-des ul li { display:block; float:left; padding:0px 0px 10px 0px; min-height:40px; width:31%; }
 
.detail-des span { font-family: 'Roboto', sans-serif; display:block; float:left; width:140px; font-size:14px;  padding:8px 0px 0px 0px ;font-weight:bold; }
.detail-des strong { font-family: 'Roboto', sans-serif; display:block; float:left; font-size:14px; padding:8px 0px 0px 0px ;  line-height:20px; font-weight:normal; width:60%; }
.form-2 { width:auto;  }
.heder-all input[type="text"] { line-height:22px; font-size:13px; }
.heder-all button ,.heder-all input[type="button"] ,.dr-form button ,.dr-form input[type="button"] ,.dr-form input[type="submit"]  ,.heder-all button  { display:block; float:left; background:#0001FA; margin:0px 0px 10px 5px; border:0px ; padding:7px 20px; cursor:pointer; color:#fff; font-size:13px;  text-decoration:none;  border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; }
.heder-all button:hover,.heder-all input[type="button"]:hover ,.dr-form button:hover ,.heder-all button:hover { background:#01cc00; }

.dimantion { display:block !important; }
.detail-des1 h4 { font-family: 'Roboto', sans-serif; display:block; float:left; color:#515151; font-size:18px; font-weight:normal; padding:0px 0px 0px 0px; margin:0; }


.full-li { width:100% !important; }

.detail-des1 { display:inline-block; width:100%; clear:both; padding:20px; background:#f7f7f7; margin:0px 0px 10px 0px; }


.detail-des1 ul { list-style:none; display:inline-block; width:100%; }
.detail-des1 ul li { display:block; float:left; padding:0px 0px 5px 0px; min-height:32px; width:49%; }
 
.detail-des1 span { font-family: 'Roboto', sans-serif; display:block; float:left; width:140px; font-size:14px;  padding:0px 0px 0px 0px ;font-weight:bold; }
.detail-des1 strong { font-family: 'Roboto', sans-serif; display:block; float:left; font-size:14px; padding:0px 0px 0px 0px ;  line-height:20px; font-weight:normal; width:60%; }

.rateinput{ width:15% !important; }

.tariff-popup {background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0; height: 100%; position: absolute; top: 0; width: 100%;}
.tariff-popup .popup-content {background-color: #ffffff; margin: 10% auto 0; padding: 40px; position:relative; width: 30%;}
.tariff-popup .popup-content input { margin-bottom:10px;}
.tariff-popup .popup-content input[type="submit"] {margin:0px;}
.tariff-popup .popup-content .close-popup { position:absolute; right:0; top:0; background: #1abb9c none repeat scroll 0 0; color: #ffffff; padding: 5px 10px; cursor:pointer;}
/*29nov17*/
.chart-title {display: block; float: left; font-size: 14px; font-weight: 700; line-height: 35px; margin-right:20px;}
/*22jan18*/
.customer-edit ul li a{color:#555555;}
.customer-edit ul li.active a{color:#1ABB9C;}
.customer-edit ul li.active a:focus{color:#1ABB9C;}
.customer-edit ul li a:focus{outline:none;}
.heading-block{ background-color:#2A3F54; padding:5px 10px; color:#fff;}
.address-block{ background-color: #fafafa; border-bottom: 1px solid #cccccc; padding:10px 15px;}
.address-block:hover{background-color: #eee;}
.address-block label{ display:block;}
.customer-block{margin-bottom:20px; padding:15px;}
/* 1feb18 */
.hub-manifest{border:1px solid #ccc; margin-bottom: 20px; width:620px;}
.hub-manifest-heading{background-color:#ccc; padding: 10px;}
.hub-manifest-heading h5{margin:0px;}
.hub-manifest-content{padding: 10px 10px 20px 10px;}
.hub-manifest-content table {width:100%; border-collapse: collapse; text-align: center;}
.hub-manifest-content table thead th{background-color: #999 !important; color:#fff; padding: 10px; text-align: center;}
.hub-manifest-content table tbody tr td{padding:10px;}
.hub-manifest-content table tbody tr:nth-child(odd) td{background-color: #eee; color:#333;}
.hub-manifest-content table tfoot td{background-color: #999 !important; color:#fff; padding: 10px;}
.error {padding: 10px; display: block; color: #f00; float: left;}
.expense-popup { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.5);}
.expense-popup-block { position: absolute; margin:auto; left: 0; right: 0; width:500px; padding: 30px; background-color: #fff; top: 50px;}
.expense-popup-block h5 {margin-top: 0px;}
.expense-popup-block textarea { min-width: 100%; max-width: 100%; min-height: 100px; max-height: 100px; margin-bottom: 20px; border-color: #eee;}
.expense-popup-block input[type=submit]{background-color: #1ABB9C; color: #fff; border: none;}
.expense-popup-block a {color: #333;}
.text-height textarea{max-height:150px;}
.dataTables_wrapper .dataTables_paginate .paginate_button{float:left;}
.radio-block label {width:200px; position:relative; padding-left:30px;}
.radio-block label input[type=radio] { width:20px; height:20px; margin-right:20px; position:absolute; left:0px; top:4px;}
.dash-total{margin-bottom:10px;}
.dash-total label { float:left; margin-bottom:0px; margin-right:10px;}
.table-show select{float:none; width:auto;}

.mr-0,.mx-0{margin-right:0!important}
.ml-0,.mx-0{margin-left:0!important}
.m-0{margin:0!important}
.mr-1,.mx-1{margin-right:10px !important}
.ml-1,.mx-1{margin-left:10px !important}
.mt-1,.my-1{margin-top:10px !important}
.mb-1,.my-1{margin-bottom:10px !important}
.m-1{margin:10px !important}
.mr-2,.mx-2{margin-right:20px !important}
.ml-2,.mx-2{margin-left:20px !important}
.mt-2,.my-2{margin-top:20px !important}
.mb-2,.my-2{margin-bottom:20px !important}
.m-2{margin:20px !important}
.mr-3,.mx-3{margin-right:30px !important}
.ml-3,.mx-3{margin-left:30px !important}
.mt-3,.my-3{margin-top:30px !important}
.mb-3,.my-3{margin-bottom:30px !important}
.m-3{margin:30px !important}
.dr-form a {
    background: #0001FA none repeat scroll 0 0;
    border: 0 none;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 13px;
    margin: 0 0 0 5px;
    padding: 7px 15px;
    text-decoration: none;
}

/*4sep18- wallet payment*/
.wallet-item{float:left;}
.wallet-item-box {border:1px solid #ccc; float:left; padding:10px;}
.wallet-item-box .wallet-amount{font-size:24px;}
.wallet-item span {float:left; font-size:24px; padding:20px;}

/*design 6nov18*/
.form-value-block{float:left;}
.form-value-block .load_city, .form-value-block .load_country{ float:left; width:600px;}
.form-value-block .load_city label, .form-value-block .load_country label{width:200px;}
.form-value-block .load_city label input[type="checkbox"], .form-value-block .load_country label input[type="checkbox"]{margin-right:10px;}
.form-value-label{float:left; width:400px;}
.form-value-label label{float:left; width:200px;}
.form-value-label label input[type="checkbox"]{margin-right:10px;}
.zone_load{float:left;}
.zone_load ul {margin:0px;}
.zone_load ul li {list-style:none;}
.zone_load ul li input[type="checkbox"]{margin-right:10px;}
.zone_load ul li select{width:200px; margin-right:10px;}
.zone_load1{float:left;}
.zone_load1 ul {margin:0px;}
.zone_load1 ul li {list-style:none;}
.zone_load1 ul li input[type="checkbox"]{margin-right:10px;}
.zone_load1 ul li select{width:200px; margin-right:10px;}

/*add parcel design 19dec18*/
/*.addparcel-address{background-color: #fff; display: block; box-shadow: 0 0 10px #cccccc; margin-bottom: 20px; padding: 15px;}*/
.addparcel-address{background-color: #fff; display: block; margin-bottom: 20px; padding: 0px;}
.selected-address {display: block; width: 100%;}
.selected-address h4{margin-top: 0px;}
a.address-edit { color: #333; display: block; float: right !important; font-size:18px;  margin: 0px; padding: 0px !important; position: relative;}
.select-address{position: relative;}
.select-address .address-list{ background: #fff; box-shadow: 0 0 5px #cccccc; display: none; left: 0px; position: absolute; top: 100%; width:100%; max-height:330px; overflow-y:auto; overflow-x:hidden; z-index: 999;}
.select-address .address-list ul{margin-bottom: 0px;}
.select-address .address-list ul li{border-bottom: 1px solid#ccc; list-style: none; }
.select-address .address-list ul li:hover{background-color: #f5f5f5;}
.select-address .address-list ul li label{ margin: 0px; padding: 15px; width: 100%; cursor: pointer; font-weight: 400; position:relative;}
.select-address .address-list ul li label .address-list-check{display: none; position: absolute; right: 10px; top:10px;}
.select-address .address-list ul li label .address-list-check i{font-size: 30px; color: #0001FA;}
.select-address .address-list ul li label input[type=radio]:checked ~ .address-list-check{display: block;}
.select-address .address-list ul li label input[type=radio]{height: 0px; opacity: 0; position: absolute; cursor: pointer;}
.select-address .address-list ul li h4{margin-top: 0px;}
.select-address .address-list ul li p{margin-bottom: 0px;}
.select-address .address-list ul li:last-child{border: none;}
.select-address input{ border: 1px solid #cccccc; border-radius: 5px; height: 40px; padding: 5px 40px 5px 10px; width: 100%;}
.select-address a.address-search{ background: #0001FA !important; border-top-right-radius: 5px !important; border-bottom-right-radius: 5px !important; color:#fff; font-size: 18px; height: 40px; padding: 10px !important; position: absolute; right: 0px; top: 0px; width: 40px;}

.add-parcel-table{background-color:#fafafa;  width:100%;}
.add-parcel-table tr:first-child {background-color: rgba(255,255,255, 0) !important; color: #333 !important;}

table.add-parcel-table{background-color:transparent !important; border: 1px solid #ccc; margin-bottom: 20px; width:100%;}
table.add-parcel-table tr:first-child {background-color: rgba(255,255,255, 0) !important; color: #333 !important;}
table.add-parcel-table th span{margin-bottom: 10px; width:100%;}
table.add-parcel-table td span{width:100%;}
table.add-parcel-table th p{font-weight: 400;}
table.add-parcel-table tr th {background-color: #f1f1f1; padding:10px;  vertical-align: top; border-bottom: 1px solid #ccc !important; border-right: 1px solid #ccc !important;}
table.add-parcel-table tr td {padding:10px;  vertical-align: top;}
table.add-parcel-table tr th:last-child{border-right: none  !important;}
table.add-parcel-table tr:last-child td{border-bottom :none !important;}
table.add-parcel-table tr:last-child{background-color: transparent;}
table.add-parcel-table tr td:first-child, table.add-parcel-table tr td:nth-child(2),  table.add-parcel-table tr td:nth-child(3){
    position: relative;
}
table.add-parcel-table tr td:nth-child(4){border-right: 1px solid #ccc !important;}
table.add-parcel-table tr td:first-child:after, table.add-parcel-table tr td:nth-child(2):after,  table.add-parcel-table tr td:nth-child(3):after{
    color: #999999;
    content: "X";
    display: block;
    font-size: 20px;
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translate(0px, -50%);
}
table.add-parcel-table tr td input[type=text]{border: 1px solid #ccc; height: 34px; padding: 0px 5px; width:100%;}
table.add-parcel-table tr td select{border: 1px solid #ccc; height: 34px;}
table.add-parcel-table tr td .weight-block{min-width:150px;}
table.add-parcel-table tr td .weight-block input[type=text], table.add-parcel-table tr td .weight-block select{width: 50%; float: left;}
table.add-parcel-table tr td .weight-block select{margin-left: -1px;}
table.add-parcel-table tr td a{
    background-color: #0001FA !important;
    border-radius: 4px !important;
    color: #ffffff !important;
    float: right !important;
    padding: 7px 15px !important;
}
table.add-parcel-table tr td .remove-btn{min-width: 200px;}
table.add-parcel-table tr td .remove-btn input[type=text]{width:50%;float: left;}
table.add-parcel-table tr td .remove-btn a{width:45%;float: right;}
.shipment-detail-bottom{width: 100%; margin: auto; padding: 0px 20px;}
.shipment-detail-bottom span{font-size: 18px; width:20%; font-weight: 400; margin-right: 20px;}
.shipment-detail-bottom label{margin-right: 20px;}
.shipment-detail-bottom label input[type=radio]{margin-right: 10px;}
.shipment-parcel-type{display: flex; justify-content: center; padding-bottom: 30px; text-align: center; width:100%;}
.shipment-parcel-type label{ background-color: #fff; border-radius: 5px; box-shadow: 0px 0px 5px #ccc; cursor:pointer; float: left; height: 150px; margin:0px 10px; padding: 20px; position: relative; text-align: center; width: 200px;}
.shipment-parcel-type label:hover{background-color:#eee;}
.shipment-parcel-type label input[type=radio]{opacity: 0;position: absolute;}
.shipment-parcel-type label.parceltype input[type=radio]:checked ~ i{display: none;}
.shipment-parcel-type label i{font-size: 70px; transition-duration:0.4s;}
.shipment-parcel-type label input[type=radio]:checked ~ i{color: #0001FA;}
.shipment-parcel-type label .parcel-type-check{display: none; padding: 0px; position: absolute; right:10px; top:10px; width: auto;}
.shipment-parcel-type label .parcel-type-check i{font-size: 30px; color: #0001FA;}
.shipment-parcel-type label input[type=radio]:checked ~ .parcel-type-check { display: block;}

.service-detail-label label{background-color: #fff; border-radius: 5px; box-shadow: 0px 0px 9px #ccc; float: left; margin-right: 20px; min-height: 180px; padding: 10px; position: relative; width:30%;}
.service-detail-label label input[type=radio]{opacity: 0; position: absolute;}
.service-detail-label label .label-icon {float: left; margin-top: -10px; position: relative;}
.service-detail-label label .label-icon .label-icon1{color: #555; font-size: 90px; transition-duration: 0.4s;}
.service-detail-label label .label-icon .label-icon2{color: #ffffff; font-size: 24px; left: 50%; position: absolute; top: 15%; transform: translate(-30%, 0px);}
.service-detail-label label input[type=radio]:checked ~ div .label-icon .label-icon1{color: #0001FA;}
.service-detail-label label:hover .label-icon .label-icon1{opacity:0.7;}
.service-detail-label label .label-service-name{font-size: 18px; font-weight: 400; margin-bottom: 20px; padding: 10px 30px 10px 90px; width: 100%;}
.service-detail-label label .label-date {border-right: 1px solid #cccccc; float: left; min-height: 40px; padding: 10px; text-align: center; width: 33%;}
 .service-detail-label label .label-discount-price {
    border-right: 1px solid #cccccc;
    color: #999999;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    min-height: 40px;
    padding: 10px;
    text-align: center;
    text-decoration: line-through;
    width: 33%;
}
.service-detail-label label .label-price {font-size: 24px; font-weight: 400; line-height: 18px; padding: 10px; text-align: center;}
.service-detail-label label .service-detail-check{display: none; position: absolute; right: 10px; top:10px;}
.service-detail-label label .service-detail-check i{font-size: 30px; color: #0001FA;}
.service-detail-label label input[type=radio]:checked ~ .service-detail-check{display: block;}

.payment-detail-label{text-align: center;}
.payment-detail-label label{background-color: #fff; border-radius: 5px; box-shadow: 0px 0px 9px #ccc; margin-right: 20px; min-height: 180px; padding: 30px; position: relative; text-align: center; width:200px;}
.payment-detail-label label .payment-label-icon{font-size: 60px; color:#555; transition-duration:0.4s;}
.payment-detail-label label input[type=radio]:checked ~ .payment-label-icon{color: #0001FA;}
.payment-detail-label label .payment-label-name{font-size: 18px; font-weight: 400; margin-top: 10px;}
.payment-detail-label label input[type=radio]{opacity: 0; position: absolute;}
.payment-detail-label label .payment-detail-check{display: none; position: absolute; right: 10px; top:10px;}
.payment-detail-label label .payment-detail-check i{font-size: 30px; color: #0001FA;}
.payment-detail-label label input[type=radio]:checked ~ .payment-detail-check{display: block;}
.register-percel-2 label input[type=radio]{margin-right:10px;}
/*.register-percel-2 label{margin-right:20px; padding-top:8px;}*/

/*2jan19*/
.add-ship-btn{
    display: block !important;
    float: left !important;
    background: #0001FA !important;
    margin: 0px 0px 0px 5px !important;
    border: 0px !important;
    padding: 7px 20px !important;
    cursor: pointer !important;
    color: #fff !important;
    font-size: 13px !important;
    text-decoration: none !important;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
}
.add-ship-btn:hover{
    background: #01cc00 !important;
}
.popup{position: absolute; width:100%; height:100%;top: 0; left: 0; background: rgba(255,255,255,0.7)}
        .popup-block {
    background: #fff;
    top: 20%;
    width: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}
.popup-content {
    padding: 50px 30px 30px 30px;
    position: relative;
    box-shadow: 0px 0px 10px #ccc;
    border: 1px solid #ccc;
}
.close-popup {
    position: absolute;
    top: 20px;
    right: 20px;
}

span.select2, .select2 span{padding-top:0px; float:left; /*height:34px;*/ font-size:14px; margin-right: 5px; /*line-height: 34px !important;*/ width:100%;}
span.select2 .select2-selection, span.select2 .select2-selection__arrow{height:34px;}

.add-parcel-table1{background-color:#fafafa;  width:100%;}
.add-parcel-table1 tr:first-child {background-color: rgba(255,255,255, 0) !important; color: #333 !important;}

table.add-parcel-table1{background-color:transparent !important; border-collapse: collapse; margin-bottom: 20px; width:100%;}
table.add-parcel-table1 thead th{background-color: #f1f1f1;}
table.add-parcel-table1 tr:first-child {background-color: rgba(255,255,255, 0) !important; color: #333 !important;}
table.add-parcel-table1 th span{margin-bottom: 10px; width:100%;}
table.add-parcel-table1 td span{width:100%;}
table.add-parcel-table1 th p{font-weight: 400;}
table.add-parcel-table1 tr th {padding:10px;  vertical-align: top}
table.add-parcel-table1 tr td {padding:10px;  vertical-align: top;}
table.add-parcel-table1 tr th:last-child{border-right: none  !important;}
table.add-parcel-table1 tr:last-child td{border-bottom :none !important;}
table.add-parcel-table1 tr:last-child{background-color: transparent;}
table.add-parcel-table1 tr td:first-child, table.add-parcel-table tr td:nth-child(2),  table.add-parcel-table tr td:nth-child(3){
    position: relative;
}

table.add-parcel-table1 tr td:first-child:after, table.add-parcel-table tr td:nth-child(2):after,  table.add-parcel-table tr td:nth-child(3):after{
    color: #999999;
    content: "";
    display: block;
    font-size: 20px;
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translate(0px, -50%);
}
table.add-parcel-table1 tr td input[type=text]{border: 1px solid #ccc; height: 34px; padding: 0px 5px; float: left;}
table.add-parcel-table1 tr td select{border: 1px solid #ccc; height: 34px;float: left;width: 50%;}
table.add-parcel-table1 tr td .weight-block{min-width:150px;}
table.add-parcel-table1 tr td .weight-block input[type=text], table.add-parcel-table tr td .weight-block select{width: 50%; float: left;}
table.add-parcel-table1 tr td .weight-block select{margin-left: -1px;}
table.add-parcel-table1 tr td a{
    background-color: #0001FA !important;
    border-radius: 4px !important;
    color: #ffffff !important;
    float: right !important;
    padding: 7px 7px !important;
}
table.add-parcel-table1 tr td .remove-btn{min-width: 200px;}
table.add-parcel-table1 tr td .remove-btn input[type=text]{width:100%;float: left;}
table.add-parcel-table1 tr td .remove-btn a{width:45%;float: right;}

/*4mar2020*/
fieldset label{line-height: 34px;}
.radio-option label{margin-right: 10px;}
.radio-option label input{margin-right: 10px;}
.panel-title a{background-color: #666; border-radius: 0px; color: #fff !important; float: none; margin:0px; padding: 10px 15px; text-decoration: none !important; transition-duration: 0.3s;}
.panel-title a.collapsed{background-color: #f5f5f5; color: #333 !important;}
.collapse-heading h4{margin: 0px;}
.panel-default > .panel-heading{background-color: transparent !important; padding: 0px;}
.dr-form .panel{border-radius: 0px !important;}
.dt-buttons .dt-button{margin-bottom: 5px;}
.dr-form .dataTables_paginate a{background-color: inherit;}
.register-percel-2 dt{height: 0px;}
/*span.select2{width:100% !important;}*/
.select2-container--default .select2-selection--single{border-color: #ccc;}
.table-scroll{overflow-x: auto; width:100%;}
table.add-parcel-table .delete-btn{background: transparent url(../../images/delete.png) no-repeat 0px 0px !important;}


/*3mar20*/
.acc-dash{display: block;}
.acc-dash-card-block{display: block;}
.acc-dash-card-block .acc-dash-card{box-shadow: 5px 5px 10px #bbb; color:#fff; display: block; float: left; margin: 10px; max-width: 400px; min-height: 127px; padding:10px; text-shadow:1px 1px 1px #999; width: 100%; }
.acc-dash-card a{color: #fff; text-decoration: none;}
.acc-dash-card a:hover{color: #fff;}
.dash-card-top{display: block;}
.dash-card-top h4{float: left; margin: 0px;}
.dash-card-main{display: block; float: right; font-size: 26px; font-weight: bold; margin-bottom: 10px; min-height: 57px; text-align: right;}
.acc-dash-card span{display: block; font-size: 14px; font-weight: normal;}
.dash-card-bottom{min-height: 40px;}
.dash-card-bottom p{display: block; float: left; margin: 0px; padding: 0px; width: 50%;}
.dash-card-bottom p:last-child{text-align: right;}
.acc-dash-card.dash-card1{
    background-image: -webkit-gradient(linear,left top,right top,from(#704ACF),to(#AC92EC));
    background-image: -webkit-linear-gradient(left,#704ACF 0,#AC92EC 100%);
    background-image: -moz-linear-gradient(left,#704ACF 0,#AC92EC 100%);
    background-image: -o-linear-gradient(left,#704ACF 0,#AC92EC 100%);
    background-image: linear-gradient(to right,#704ACF 0,#AC92EC 100%);
    background-repeat: repeat-x;
}
.acc-dash-card.dash-card2{
    background-image: -webkit-gradient(linear,left top,right top,from(#F06292),color-stop(50%,#E91E63),to(#F48FB1));
    background-image: -webkit-linear-gradient(left,#F06292,#E91E63 50%,#F48FB1);
    background-image: -moz-linear-gradient(left,#F06292,#E91E63 50%,#F48FB1);
    background-image: -o-linear-gradient(left,#F06292,#E91E63 50%,#F48FB1);
    background-image: linear-gradient(to right,#F06292,#E91E63 50%,#F48FB1);
    background-repeat: no-repeat;
}
.acc-dash-card.dash-card3{
    background-image: -webkit-gradient(linear,left top,left bottom,from(#1976D2),to(#64B5F6));
    background-image: -webkit-linear-gradient(top,#1976D2 0,#64B5F6 100%);
    background-image: -moz-linear-gradient(top,#1976D2 0,#64B5F6 100%);
    background-image: -o-linear-gradient(top,#1976D2 0,#64B5F6 100%);
    background-image: linear-gradient(to bottom,#1976D2 0,#64B5F6 100%);
    background-repeat: repeat-x;
}
.acc-dash-card.dash-card4{
    background-image: -webkit-radial-gradient(circle,#EFA50B,#FFCE54);
    background-image: -moz-radial-gradient(circle,#EFA50B,#FFCE54);
    background-image: -o-radial-gradient(circle,#EFA50B,#FFCE54);
    background-image: radial-gradient(circle,#EFA50B,#FFCE54);
    background-repeat: no-repeat;
}
.acc-dash-card.dash-card5{
    background-image: -webkit-linear-gradient(45deg,#228EB6,#4FC1E9);
    background-image: -moz-linear-gradient(45deg,#228EB6,#4FC1E9);
    background-image: -o-linear-gradient(45deg,#228EB6,#4FC1E9);
    background-image: linear-gradient(45deg,#228EB6,#4FC1E9);
    background-repeat: repeat-x;
}
.acc-dash-card.dash-card6{
    background-image: -webkit-gradient(linear,left top,left bottom,from(#298D74),to(#48CFAD));
    background-image: -webkit-linear-gradient(top,#298D74 0,#48CFAD 100%);
    background-image: -moz-linear-gradient(top,#298D74 0,#48CFAD 100%);
    background-image: -o-linear-gradient(top,#298D74 0,#48CFAD 100%);
    background-image: linear-gradient(to bottom,#298D74 0,#48CFAD 100%);
    background-repeat: repeat-x;
}

/*2FEB21*/
.notification-block{
    float: right;
    position: relative;
}
.notification-block button.notify-icon {
    color:#01CC00;
    font-size: 24px;
    padding: 23px 0px;
    position: relative;
}
.notification-block button.notify-icon span{
    background-color: #0001FA;
    border-radius: 100%;
    color:#fff;
    display: block;
    font-size: 12px;
    height: 18px;
    line-height: 16px;
    right:-10px;
    position: absolute;
    top: 15px;
    width:18px;
}
.notify-popup {
    background-color: #fff;
    box-shadow: 0px 0px 5px #ccc;
    display: block;
    max-height: 300px;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 100%;
    width: 250px;
    z-index: 999;
}
.notify-popup ul{
    margin: 0px;
    padding: 0px;
}
.notify-popup ul li{
    border-bottom: 1px solid #ccc;
    display: block;
    list-style: none;
}
.notify-popup ul li:last-child{
    border-bottom:none;
}
.notify-popup ul li a{
    color:#000;
    display: block;
    padding: 10px;
    text-decoration: none;
}