@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

html, body {
    height: 100%;
    min-height: 100%;
}

body {
    font-family: 'Poppins', sans-serif;
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
	line-height: normal;
    color: #555;
    background: #ececec;
}
.marg-top {
	margin-top: 20px;
}
.marg-btm-10 {
	margin-bottom: 10px;
}
.logo {
    
}
.logo img {
    width: 100%;
    margin: 0 auto;
    display: block;
    max-width: 320px;
}

.page-login h1 {
    color: #5fa1fc;
    text-align: center;
    margin: 0 0 20px;
}
.page-login h4 {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 20px;
}


.am-logo img {
    width: 100px;
}
a, a:hover { 
	text-decoration: none;
}
.dropdown-backdrop {
    display: none !important;
}

/* == Login Page CSS == */
.mrg-top20 {
    margin-top: 20px;
}
.page-login .logo {
    padding-top: 180px;
}
.login-tab {
    margin-bottom: 20px;
}
.login-tab ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.login-tab ul li {
    float: left;
    width: 49%;
}
.login-tab ul li:last-child {
    float: right;
}
.login-tab ul li a {
    display: block;
    text-align: center;
    background: #0051ba;
    padding: 10px;
    font-size: 14px;
	line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
	border:1px solid #0051ba;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.login-tab ul li a:hover {
    background-color: #fff;
    border-color: #0051ba;
    color: #0051ba;
}
.inner-page {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
	padding: 0 15px;
}


.form-login h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0;
    color: #0051ba;
    font-weight: 500;
    text-align: center;
    position: relative;
}
.form-login h3 span {
    position: relative;
    display: inline-block;
    border-bottom: 2px solid #0051ba;
    padding: 0 20px 10px;
}
.form-login h3 span:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: -7px;
    left: 50%;
    border: 2px solid #0051ba;
    border-radius: 100%;
    background: #fff;
    transform: translateX(-50%);
}
.input-group-addon {
    border-radius: 0;
    color: #fff;
    background: #0051ba;
    min-width: 50px;
    padding: 10px 0;
}
.page-login {
    padding: 0px;
    width: 100%;
    background: #fff;
}
.page-login .center-block {
    border: 1px solid #ddd;
}
.btn-custom {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
    width: 100%;
    border-radius: 0;
    padding: 8px;
    font-size: 16px;
    font-weight: normal;
	cursor: pointer;
	outline: none; 
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.btn-custom:hover {
	 background-color: #fff;
    border-color: #0051ba;
    color: #0051ba;
}
.login-box {
    margin-bottom: 25px;
    padding-top: 100px;
    padding-bottom: 100px;
}
.login-contact {
    color: #fff;
    background-color: #0051ba;
    border-color: #ebccd1;
    padding: 10px;
    text-align: center;
	font-weight: 500;
}

.dropdown-notification .nav-noti .icon {
    font-size: 32px;
}
/* == Login Page CSS End == */

/* == Admin Page CSS == */

.wapper-grp {
    height: 100%;
    min-height: 100%;
    width: 100%;
}

.right-side {
    width: calc(100% - 240px);
    float: right;
	padding: 15px;
}

.left-side {
    width: 240px;
	position: fixed;
	top: 54px;
	left: 0;
    float: left;
    height: 100%;
    min-height: 100%;
	background: #fff;
    -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
}
.a_header {
    box-shadow: 0px 2px 5px #ccc;
    width: 100%;
    background: #fff;  
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
}
.l_logo {
    padding: 10px;
    width: 240px;
    float: left;
}
.l_logo img {
    width: 100%;
    max-width: 100px;
    display: block;
    margin: 0 auto;
}
.menu-trigger {
    float: left;
    font-size: 21px;
    line-height: 1;
    color: #0051ba;
    padding: 0 10px;
    margin-top: 15px;
    display: none;
    border-right: 2px solid #0051ba;
	cursor: pointer;
}

ul.sub_menu {
	display: none;
}
.opne > ul.sub_menu {
	display: block;
}
.nav-menu {
    width: 100%;
    padding: 15px 0;
	height: 100%;
    overflow-y: auto;
	padding-bottom: 70px;
}
.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-menu ul li {
    display: block;
}
.nav-menu ul li a {
    color: #607d8b;
    padding: 10px 15px;
    display: block;
    font-size: 14px;
	position: relative;
	text-decoration: none;
	border-left: 3px solid transparent;
}
.nav-menu ul li a .fa {
    margin-right: 5px;
}

.nav-menu ul li a.arrow:after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #607d8b;
    right: 15px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 17px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.nav-menu ul li.opne > a.arrow:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nav-menu > ul > li.active > a {
    border-color: #0051ba;
    color: #0051ba;
	font-weight: 600;
}
.nav-menu > ul > li > ul li.active a {
    background: transparent !important;
    color: #0051ba !important;
    font-weight: 500;
}
.nav-menu .sub_menu {
    position: static;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    padding-left: 20px;
	float: none;
}

/* == Login Page CSS End == */


.form-grp {
    padding: 20px;
    background: #fff;
	margin-bottom: 10px;
}
.form-grp h3 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0;
    color: #007bff;
    font-weight: 300;
    text-align: center;
    position: relative;
} 
.form-grp h3 span {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #007bff;
    padding: 0 20px 10px;
}
.form-grp h3 span:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: -6px;
    left: 50%;
    border: 1px solid #007bff; 
    border-radius: 100%;
    background: #fff;
    transform: translateX(-50%);
}
.form-group label {
    font-weight: 500;
    display: block;
} 
.btn_grp {
    padding-top: 15px;
    text-align: right;
}
.btn_grp .btn-custom {
    min-width: 80px;
    width: auto;
    text-align: center;
    display: inline-block;
    border: 1px solid #007bff;
    padding: 5px 20px;
    cursor: pointer;
}
.btn_grp .btn-custom:hover {
    border-color: #0051ba;
}

.form-group label.inline {
    display: inline-block;
    vertical-align: top;
}

a.chk-schd {
    padding-top: 35px;
    display: block;
}

.checkBox_label {
    position: relative;
	display: block;
    padding-left: 35px;
    padding-top: 2px;
    margin-top: 10px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkBox_label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}
.checkBox_label:hover input ~ .checkmark {
    background-color: #ccc;
}
.checkBox_label input:checked ~ .checkmark {
    background-color: #2196F3;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkBox_label input:checked ~ .checkmark:after {
    display: block;
}

.checkBox_label .checkmark:after {
    left: 7px;
    top: 4px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-group textarea {
    width: 100%;
    min-height: 70px;
}
.padTop20 {
	padding-top: 10px;
}
.form-table th {
    font-weight: 500;
}

a.e_edit {
    display: inline-block;
    padding: 0 10px;
}

.add_new_link {
    float: right;
	display: block;
    background-color: #007bff;
    border: 1px solid #007bff;
    color: #fff;
    border-radius: 0;
    padding: 9px 15px;
    font-size: 14px;
    font-weight: normal;
	text-decoration: none;
	position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.add_new_link:hover,
.add_new_link:focus {
    background-color: #fff;
    color: #0051ba;
	text-decoration: none;
}
.show {
	opacity: 1 !important;
}

.form-group.pad-top {
    margin-top: 35px;
    margin-bottom: 0;
}



.separate-line {
    width: 100%;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 20px;
    margin-top: 20px;
}
.grid-view .checkBox_label input {
    top: 0;
    left: 0;
    margin: 0;
    width: 20px;
    height: 20px;
    padding: 0;
}
.grid-view .checkBox_label {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0 auto;
	display: inline-block;
}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border-bottom-width: 0;
}

.cntr-text thead tr th,
.cntr-text tbody tr td {
	text-align: center;
}
.cntr-text thead tr th:first-child,
.cntr-text tbody tr td:first-child {
	text-align: left;
}
.table-bordered thead tr th .checkBox_label {
    vertical-align: middle;
    margin-left: 10px;
}
/*.inner-group h4 {
    position: relative;
    border-bottom: 2px solid #555;
    display: inline-block;
    margin: 0 0 15px;
    color: #555;
    padding: 0 5px 2px 10px;
}*/

.inner-group h4 {
    color: #444;
    font-weight: 400;
    margin: 0 0 20px;
    font-size: 22px;
}

/*.inner-group h4:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    border-right: 8px solid transparent;
    border-top: 0px solid transparent;
    border-bottom: 8px solid #555;
}*/
.scroll-fix .top-tile-fix {
	position: fixed;
	top: 55px;
	box-shadow: 0 2px 3px #ddd;
}
.gab_section {
    padding: 30px;
}
.form-group.job-chng {
    float: right;
    margin-right: 20px;
    position: relative;
	width: 200px;
    margin-top: -60px;
	
}
.dataTables_wrapper .dataTables_filter input[type="search"] {
    border: 1px solid #ddd;
}
.dataTables_wrapper .dataTables_paginate {
    padding-top: 10px;
}


@supports (-moz-appearance:none) {
    input[type=file] {
		padding:0;
	}
}

/* autopopulate suggestion box  */

ul#empl-list {
	padding: 0;
	margin: 0;
	list-style: none;
	border: 1px solid #ccc;
	border-top: 0;
}
ul#empl-list li {
	border-bottom: 1px solid #ddd;
	padding: 10px;
	cursor: pointer;
} 


.table-simple tbody {
    background: #fff;
}
.table-simple thead tr th,
.table-simple tbody tr td {
    border: 1px solid #ccc;
}
.table.table-simple {
    border-collapse: collapse;
    border: 1px solid #ccc;
}
.table-simple thead tr th {
    background-color: #f8f9fa;
}
.dataTables_length select {
    padding: 9px 0px;
}

.list-group-item.color-details {
	padding: 6px 15px;
}
	
.marg-botm-zero {
    margin: 0;
}	
.job-status-bg {
    max-height: 300px;
    overflow-y: auto;
    padding: 0;
    overflow-x: hidden;
}
.blck-rep {
    height: 80px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    color: #fff;
    display: flex;
    align-items: center;
	border-radius: 10px;
    font-size: 12px;
}
.blck-rep a {
    display: block;
    color: #fff;
    text-align: center;
    width: 100%;
	padding: 10px 0;
}
.blck-rep a span {
    display: block;
    font-size: 24px;
}

.inner-group .table {
    margin: 0;
}
.docmt-list {
    border: 1px solid #ccc;
}
.docmt-list h5 {
    font-size: 12px;
    text-align: center;
    padding: 6px 10px;
    border-bottom: 1px solid #ccc;
    margin: 0;
}
.docmt-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.docmt-list ul li {
    display: block;
    padding: 5px 10px;
    border-top: 1px solid #ccc;
	font-size: 12px;
}
.docmt-list ul li:first-child {
    border: 0;
}	
.view-details-pagess .table th, 
.view-details-pagess .table td {
    padding: 6px 10px;
    font-size: 12px;
}
.view-details-pagess .inner-group h4 {
    font-weight: 500;
    margin: 0 0 10px;
    font-size: 15px;
}
.view-details-pagess .form-grp h3 {
    font-size: 18px;
    font-weight: 500;
}
.view-details-pagess .form-grp h3 span {
    position: relative;
    display: inline-block;
    border-bottom: 2px solid #007bff;
    padding: 0 15px 5px;
}
.view-details-pagess .form-grp h3 span:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid #007bff;
}
.view-details-pagess .table {
    margin: 0;
}
.view-details-pagess .form-grp {
    padding: 15px 20px;
}
	
.separate-line-small {
    width: 100%;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 5px;
    margin-top: 5px;
}	
.view-details-pagess .tab-widt th, 
.view-details-pagess .tab-widt td {
    width: 50%;
}
/* view-customer.php */
.doc-list {
    margin-left: 10px;
}
.uploaded-by {
    font-size: 10px;
}
/* end view-customer.php */	

.table-all-grp {
    overflow: hidden;
}
.table-inner-grp {
    overflow-x: auto;
	padding-bottom: 20px;
}

.table-inner-grp::-webkit-scrollbar {
    height: 10px;
}

.table-inner-grp::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}
.table-inner-grp::-webkit-scrollbar-thumb {
    background: #0051ba; 
    border-radius: 10px;
}


.view-details-pagess .all-report-bg .table th {
    min-width: 200px;
    text-align: center;
    padding: 5px 5px;
    font-size: 10px;
}
.superAdmnJob .d-flex {
    justify-content: space-between;
}
.superAdmnJob .d-flex div {
    width: 32%;
    padding: 10px;
    background: #0051ba;
    border-radius: 5px;
    border: 1px solid #ccc;
    text-align: center;
    color: #fff;
}
.superadmn-color {
    background: #fff;
    margin-top: 20px;
    padding-top: 20px;
	    padding-bottom: 20px;
}
.superadmn-color ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: inherit;
    justify-content: space-between;
    margin-top: 0;
}
.superadmn-color ul li {
    width: 32%;
}
	
.superadmn-color .widget-list-group .list-group-item {
    border-top: 0;
    border-bottom: 1px solid #e9ecef;
	margin-bottom: 0 !important;
}
	
#count-box {
	display: block;
	border: 2px #ccc solid;
	color: #ccc;
	font-size: 4em;
	border-radius: 50%;
	line-height: 200px;
	height: 200px;
	width: 200px;
	text-align: center;
}
/* Bootstrap modal */
.modal-lg {
    width: 100%;
}
.alert-group {
    position: fixed;
    top: 60px;
    left: 270px;
    z-index: 9;
    width: calc(100% - 300px);
}
.btn-custom.green-btn {
    background: #007328;
    border: 2px solid #038630;
	display: block;
	text-align: center;
}
.btn-custom.green-btn:hover {
    background: #fff;
	color: #007328;
    border: 2px solid #038630;
}
.files-list a {
    display: block;
    padding-left: 25px;
    position: relative;
}	
.files-list a i {
    position: absolute;
    top: 0;
    left: 0;
	font-size: 20px;
}	
.filter-btn {
    display: block;
    width: 100%;
}	
ul.dtr-details {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.dtr-details li {
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
}
ul.dtr-details li:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}
ul.dtr-details span.dtr-title {
    font-weight: bold;
    margin-right: 10px;
    color: #000;
}
table.dataTable.nowrap th:first-child, 
table.dataTable.nowrap td:first-child {
    min-width: 15px;
}
.login-box .form-control {
    height: 50px;
    border-radius: 0;
    border-color: #ddd;
    background: #fff;
}
.login-bottom-enquy {
    text-align: center;
    padding-top: 75px;
}
.forgt-paswrd {
    text-align: left;
    padding: 10px 0 25px;
}
.forgt-paswrd a {
    color: #0051ba;
}
.e-blk {
    color: #555;
}

i.fa.fa-plus {
    color: #007bff;
    font-size: 20px;
	padding:5px;
}

.dispatched{
    border:none !important;
    width: 115px !important;
}
tr.assemb_po {
    background-color: greenyellow;
}
.print-only { display: none; }
@media print {
.print-only { display: block; }
}

.image_link_dashboard img {max-width:100%; height:auto;}

.link_dashboard_box {
    padding: 0 0 40px;
}
.link_dashboard_box a {
    display: block;
}
.link_dashboard_box img {
    width: 100%;
    max-width: 280px;
    display: block;
    margin: 0 auto;
}
.image_txt_dashboard {
    display: block;
    padding-top: 15px;
    font-size: 24px;
    color: #333;
    text-align: center;
}


.traint-box a {
    display: block;
    font-size: 72px;
    box-sizing: border-box;
    height: 160px;
    width: 160px;
    border-radius: 50%;
    text-align: center;
    line-height: 160px;
    color: #fff;
    font-weight: 900;
    margin: 0 auto;
	box-shadow: 2px 2px 5px #999;
}
.train-yellow a {
	background-color: #fc0;
}
.train-red a {
	background-color: #ec1d23;
}
.train-green a {
	background-color: #11d626;
}

.traint-box h5 {
    display: block;
    text-align: center;
    padding: 20px;
    font-size: 24px;
    text-transform: uppercase;
}

.am-header-left form {
    width: 320px;
    margin: 10px;
    position: relative;
}
.am-header-left form input.form-control {
    padding-left: 45px;
}
.am-header-left form button {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    font-size: 28px;
}

.product-search form {
    position: relative;
    width: 100%;
    max-width: 260px;
    float: right;
}
.product-search button {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background: blue;
    color: #fff;
    width: 40px;
    height: 40px;
}
.purchase-bx a {
    display: inline-block;
    font-size: 24px;
}

.left-tabber-cont {
    width: 220px;
    float: left;
}
.right-tabber-cont {
    width: calc(100% - 220px);
    float: left;
    padding: 0;
}
.left-tabber-cont .nav-link {
    border-radius: 0;
    display: block;
    width: 100%;
    text-align: left;
    padding: 15px 15px;
    font-size: 18px;
    color: #495057;
}

h4.right-tit {
    background: #bdd7ed;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    padding: 15px;
}
.right-box-txt ul {
    padding: 0;
    margin: 0;
    list-style: none;
	overflow: hidden;
    overflow-y: scroll;
    height: -webkit-fill-available;
}
.right-box-txt ul li {
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
}
.right-box-txt ul li:after {
    display: block;
    clear: both;
    content: "";
}
.right-box-txt ul li a {
    float: right;
}


.frm-bx {
    width: 20%;
    float: left;
    text-align: center;
    min-height: 140px;
}
.frm-bx label {
    display: block;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
.frm-bx input[type="radio"] {
    display: inline-block;
    margin: 10px;
    text-align: center;
}

.radio-style {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
	text-align: center;
    margin-top: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radio-style input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    top: 0;
    left: 48%;
    margin: 0 !important;
    width: 25px;
    height: 25px;
    z-index: 9;
}
.radio-style .checkmark {
  position: absolute;
  top: 0;
  left: 48%;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}
.radio-style:hover input ~ .checkmark {
  background-color: #ccc;
}
.radio-style input:checked ~ .checkmark {
  background-color: #2196F3;
}
.radio-style .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio-style input:checked ~ .checkmark:after {
  display: block;
}
.radio-style .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.frm-bx p {
    padding: 10px;
    margin: 0;
}

.frm-txtara {
    width: 60%;
    float: left;
	    padding: 0 20px;
}
.frm-txtara label {
    margin: 0;
    vertical-align: middle;
}
.frm-txtara textarea {
    width: calc(100% - 220px);
    margin-left: 20px;
    vertical-align: middle;
    min-height: 90px;
}
.duty-btn {
    text-align: center;
    width: 200px;
    float: left;
    padding-top: 25px;
}

.btn_add_new_rtansit{
	float: right;
    padding: 10px;
    font-size: 20px;
}
.tran_frm_on{border: 1px solid;}
.trn_pp{border: 1px solid !important;}


.frm-btn button {
    width: 150px;
    color: #fff;
    border-radius: 0;
    padding: 8px;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
    outline: none;
}
.frm-btn .btn-default {
    color: #444;
}
.common-popup .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: #2699fb;
    text-align: center;
    width: 100%;
}
.top-trans label {
    text-align: center;
}
.right-box-txt {
    padding: 0;
}
.mar-top {
    margin-top: 25px;
}

.padd-40 {
	padding: 20px;
}
#signUp-popup {
    background: rgba(0,0,0,0.9);
}

.form-grp-2 {
    background: #fff;
    height: 100%;
    min-height: calc(100vh - 260px);
}
.left-tabber-cont h4 {
    font-size: 22px;
    text-align: center;
    margin: 0;
    padding: 15px;
    color: #000;
    font-weight: normal;
    background: #bdd7ed;
}
.noti-list {
    width: 280px;
    float: left;
    border-left: 1px solid #fff;
}
.noti-list h4 {
    font-size: 22px;
    text-align: center;
    margin: 0;
    padding: 15px;
    color: #000;
    font-weight: normal;
    background: #bdd7ed;
}
.noti-list ul li {
    border: 0;
    background: #d9edff;
    text-align: center;
    margin: 15px 0 0;
}
.noti-chat {
    width: calc(100% - 350px);
    float: left;
    padding-left: 10px;
}

.noti-chat h6 {
    background: #d9edff;
    padding: 19px;
    text-align: center;
}
.noti-chat h6 a {
    color: #000;
    float: right;
    font-size: 21px;
    line-height: 1;
}

.messages_lst_all ul li {
    border: 0;
    background: #d9edff;
    text-align: center;
    margin: 15px 0 0;
}
.message_type_txt input[type="text"]{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #4c4c4c;
    font-size: 15px;
    min-height: 48px;
    width: 100%;
}
.msg_send_btn {
    background: #05728f none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    height: 33px;
    position: absolute;
    right: 0;
    top: 11px;
    width: 33px;
}
.message_type_txt {
    border-top: 1px solid #c4c4c4;
    position: relative;
}
.wiht_btn{
	display:inline-block;
}

span.wiht_btn{
	float:right;
}

tr:hover {
    cursor: pointer;
    /*font-weight: 700;*/
	background-color: #D8DCE3;
}
.train-gray a {
background-color:#536354;
}
.heading_with_underline{
	font-size:18px;
	border-bottom:1px solid #007bff;
	text-transform: uppercase;
    padding: 5px 15px 5px 0px;

}
.btn-popup-custom {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
    border-radius: 0;
    padding: 8px;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.btn-popup-custom:hover {
    background-color: #fff;
    border-color: #0051ba;
    color: #0051ba;
}
.hide{display:none;}

.listcheckmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #504949;
}
.checkBox_label:hover input ~ .listcheckmark {
    background-color: #2196F3;
}
.checkBox_label input:checked ~ .listcheckmark {
    background-color: #2196F3;
}
.listcheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkBox_label input:checked ~ .listcheckmark:after {
    display: block;
}

.checkBox_label .listcheckmark:after {
    left: 7px;
    top: 4px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.small_size{
	width:40px;
}
.train-purple a {
    background-color: purple;
}
.viewsaleheading{
    border-bottom: 11px solid #007bff;
}
i.fa.fa-print.print-adj {
    font-size: 20px;
    color: #007bff;
    margin-top: 10px;
}
p.salscommnt_head {
    font-size: 20px;
    text-align: center;
    border-bottom: 1px solid;
}

.salescmmnt_type_txt .note-statusbar{
    display:none;
}

.noti-chat-so {
    height: 315px;
    overflow-y: scroll;
}
.so_cmmnt_send_btn {
    background: #05728f none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    height: 33px;
    position: absolute;
    right: 0;
    top: 375px;
    width: 33px;
}

.salescmmnt_type_txt{
    position:relative;
}
.thread-entry {
    /*background-color: #06bbf1;*/
    padding: 10px;
    margin-bottom: 10px;
    /* margin: 0 0 1.2em 4rem; */
    padding: 1.2em 1.2em 0.2em;
    min-height: 5rem;
    position: relative;
    background: #faf8f7;
    border-radius: 1.6rem;

}

span.cmmnt_name {
    font-size: 16px;
    font-weight: 600;
}
span.cmmnt_date {
    font-size: 10px;
    display: inherit;
}

.row.border-bottom {
    border-bottom: 1px solid;
    padding: 10px;
}
.manage_heignt ul {
    height: 500px;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

a.sort
{
	padding-right: 18px;
    position: relative;
}
a.sort:before,
a.sort:after {
	border: 4px solid transparent;
	content: "";
	display: block;
	height: 0;
	right: 5px;
	top: 50%;
	position: absolute;
	width: 0;
}
a.sort:before {
	border-bottom-color: #666;
	margin-top: -9px;
}
a.sort:after {
	border-top-color: #666;
	margin-top: 1px;
}
.SerialNumbersPanel
{
    z-index: 1000;
    position: absolute;
    display: none;
    background-color: #ffffff;
    border: 1px solid #888888;
    padding: 10px;
    min-width: 300px;
    max-width: 1000px;
    text-align: left;
    white-space: normal;
    margin-top: 10px;
    margin-left: -450px;
    border: 1px solid #aaaaaa;
    -webkit-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.28);
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.btn-new-serial-1
{
    color: #F8730E;
    background: #FFFFFF;
    border: 1px solid #F68026;
    text-decoration: none;
    white-space: nowrap;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    font-weight: normal;
    font-size: 14px;
    font-family: 'Lato', 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    cursor: pointer;
    display: inline;
    padding: 8px 17px;
    -webkit-border-radius: 4px;
}

.btn-new-serial-2
{
    color: #666666;
    background: #FFFFFF;
    border: 1px solid #AAAAAA;
    text-decoration: none;
    white-space: nowrap;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    font-weight: normal;
    font-size: 14px;
    font-family: 'Lato', 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    cursor: pointer;
    display: inline;
    padding: 8px 17px;
    -webkit-border-radius: 4px;
}

.btn-new-serial-1:hover,.btn-new-serial-2:hover
{
    background: #EFEFEF;
}

/*dimentions css by sabina*/
.dimensionss h5
{
    font-size: 16px;
    text-align: center;
    margin-bottom: 26px;
}
.dimensionss .dimen-row
{
    margin: 1px 0 16px 0px;
}
.dimensionss label input
{
    padding: 5px 7px;
    margin: 1px 6px;
    border: 1px solid rgb(189 189 189 / 57%);
    border-radius: 3px;
}
.dimensionss label span
{
    margin-right: 12px;
}