@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%;
    max-width: 100px;
    margin: 0 auto;
    display: block;
}
.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-bottom: 25px;
	width: 100%;
	float: none;
}
.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: 400px;
    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: 40px;
    padding: 10px 0;
}
.page-login {
    padding: 100px 0 50px;
}
.page-login .center-block {
    width: 100%;
    border: 1px solid #ddd;
    padding: 20px;
    text-align: left;
    background-color: #f1f1f1;
}
.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;
}
.login-contact {
    color: #fff;
    background-color: #0051ba;
    border-color: #ebccd1;
    padding: 10px;
    text-align: center;
	font-weight: 500;
}
/* == 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;
}
.form-grp h3 {
    font-size: 24px;
    text-transform: capitalize;
    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: 40px;
    border-radius: 0;
    border-color: #ddd;
    background: #fff;
}
.forgt-paswrd {
    text-align: right;
    padding-top: 10px;
}
.forgt-paswrd a {
    color: #0051ba;
}

i.fa.fa-plus {
    color: green;
    font-size: 20px;
}

.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;
}

.wiht_btn{
	display:inline-block;
}

span.wiht_btn{
	float:right;
}
.ui-datepicker{
	z-index: 1151 !important;
}


.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: #fff;
}
.checkBox_label:hover input ~ .listcheckmark {
    background-color: #ccc;
}
.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;
}

.cyberinfominesdateformat
{
    font-size: 10px;
    font-family: cursive;
}

.thread-entry {
    margin: 0 0 1.2em 4rem;
    padding: 1.2em 1.2em 0.2em;
    min-height: 5rem;
    position: relative;
    background: #faf8f7;
    border-radius: 1.6rem;
}

.top_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;
    top: 0;
    right: 0;
    margin-left: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-transform: capitalize;
}
.top_link:hover,
.top_link:focus {
    background-color: #fff;
    color: #0051ba;
	text-decoration: none;
}

.manage_heignt ul {
    height: 500px;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.am-header-left form {
    width: 320px;
    margin: 10px;
    position: relative;
	display: inline-flex;
}
.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;
}

.am-header-left form input.top_serch_box {
    width:70%;
}

.am-header-left form select.top_serch_dd {
    width:30%;
}

.table-style-new {
    background-color: #fff;
    border-collapse: separate;
    border-spacing: 0;
    max-width: 100%;
    margin-bottom: 1rem;
}

.table-style-new th{
    border-top: 0;
    border-bottom: 0;
    font-weight: 700;
    font-size: 12px;
    text-transform: capitalize;
    background-color: #ffffff;
    color: #343a40;
    letter-spacing: 0.5px;
}

.table-style-new th, .table-style-new td {
    border-top-color: #fff;
    color: #444444;
    padding: 0.75rem;
    vertical-align: middle;
    border-bottom: 1px solid #dee2e6;
}

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;
}