@import url('font.css');
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');*/
body {
    color: #555;
	font-family: 'Open Sans', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
	font-size:14px;
	font-weight: 400;
	display: block;
	background: #fff repeat-y 0 0;
}
#dvPreLoader{
	position: fixed;
	z-index: 99999;
	margin-left: 28%;
	font-size: 12px;
	padding-top:120px;
}
button i{display:none!important}

.levelTopPaddingSeachSec
{
	padding-top: 10px;
}
.inputTopPaddingSeachSec 
{
	padding-top: 5px;
}
#cke_47, #cke_42, #cke_66, #cke_80, #cke_84, #cke_34, #cke_27,#cke_32, #cke_36, #cke_44, #cke_22, #cke_30
{
	display:none;
}

#clsPageCustomerLeadsV2 .col-sm-1 .fa-list-ul
{
	padding-top:6px;
}

.dashboadLeaveBox
{
	width:18%; 
	float:left; 
	min-height:170px;
	background-color:#fff; 
	margin:0px 10px 10px 10px; 
	padding:12px; 
	border:1px solid #ccc;
	border-radius: 15px;
}
.dashboadLeaveBox:hover{
  /*background: rgba(0, 0, 0, 0.04);*/
  border-color: #e0e0e0;
  color: #000;
  box-shadow: 0px 5px 4px #ccc;
}
.dashboadLeaveBox img{
	transition: 0.5s all ease-in-out;
}
.dashboadLeaveBox:hover img{
  background: rgba(0, 0, 0, 0.04);
  padding:10px;
  box-shadow: 0px 5px 4px #ccc;
  
  transform: scale(1.0);
}
.dashboardBodyText {
    font-size: 15px;
    border-bottom: 1px solid #dff4ff;
    padding: 14px 0px 20px;
    width: 50%;
    float: left;
}
.dashboardDocLeft {
    width: 65%;
    float: left;
    text-transform: none;
	font-size: 15px;
}
.empLavelLeft {
    width: 25%;
    float: left;
    text-transform: uppercase;
    padding-right: 5px;
    padding-left: 5px;
}
.empLavelMiddle {
    width: 8%;
    float: left;
    text-transform: uppercase;
    padding-right: 5px;
    padding-left: 5px;
}
.empLavelRight {
    width: 67%;
    float: left;
    padding-right: 5px;
    padding-left: 5px;
}
.pendingDocumentToggleIcon {
    width: 50px;
    float: left;
}
.nav.nav-tabs .nav-item .nav-link {
    padding: 1rem;
    font-size: 1em;
}
.nav-tabs {
    background: #fff;
}
.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}
.dashboardRightIcon {
    width: 50px;
    float: left;
    padding-left: 5px;
    padding-top: 1px;
}
hr {
    border-top: 1px solid #dde6ed;
    width: 100%;
    float: left;
}
.sticky {
  background: #ffffff;
  height: 60px;
}
.fixedTitlePadding {
    padding-top: 37px;
}
.topSection
{
	width:100%; 
	float:left;
	padding-top:10px;
}
.bodyTopSection
{
	background-color:#fbfbfb;
	/*padding-top: 6px;*/
	padding-bottom: 8px !important;
}
.topButtonSection
{
	width:100%; 
	float:left;
	padding:8px 0;
	text-align:center;
}
.mobButtonSection
{
	width:100%; 
	float:left;
	padding:0px 0;
	text-align:center;
}

.sectionPanel
{
	border: 1px solid #dde6ed;
	border-radius: 4px;
	width: 100%;
	float: left;
	background-color: #fff;
}
.sectionPanelBody
{
	width: 100%;
	float: left;
	padding: 0px 0px 10px 0px;
}
.tableHeading {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    padding: 10px 14px;
    background-color: #9e9e9e;
    border-bottom: 2px solid #fff;
}
.headingWithBackgroundColor {
    width: 100%;
    float: left;
    font-size: 20px;
    padding: 16px 8px 0px 10px;
    text-transform: uppercase;
	text-align:left;
	
}
.headingWithoutBackgroundColor {
    width: 100%;
	float: left;
	font-size: 16px;
	padding: 15px 10px 15px 10px;
	color: #165d98;
	font-weight: 500;
	text-transform: uppercase;
}
.headingWithBackgroundColor i
{
	font-size: 28px !important;
	padding-top: 1px;
	line-height: 35px;
vertical-align: middle;
}
.headingWithBackgroundColor span
{
	vertical-align: top;
}
.singleRow
{
	padding-bottom: 18px;
}
.singleRow span {
    vertical-align: middle;
}
.editDetailsBtn {
    padding: 10px 15px !important;
    border-radius: 10px !important;
    height: auto !important;
}
.leftIconDiv
{
	width:5%; float:left;
}
.rightContentDiv
{
	width:95%; float:left;line-height: 1.0;
}
.rightContentDiv span
{
	font-size:14px;
}
.rightContentDiv p
{
	color: #4c99bc;
	font-weight: 300;
}

.nav.nav-tabs .nav-item .nav-link.active {
    background-color: #9e9e9e;
    border-radius: 0.25rem 0.25rem 0 0;
    color: #fff;
}
.nav.nav-tabs .nav-item .nav-link.active i {
    color: #fff !important;
}
.bodySection
{
	background-color: #edf3ff;
	padding-top: 55px ;
	padding-bottom: 10px !important;
	width: 100% !important;
	float: left;
}

.logoHeight {
    height: 42px;
}
.brand-text
{
	display:none !important;
	text-align:center;
}
.brand-logo {
    display:block;
}
.titleBarMiddle .fa-ellipsis-v
{
	padding-top:1px;
}
.btn-primary {
    color: #fff;
    background-color: #42a1f3;
	border-color: #42a1f3;
}
.btn-primary:hover {
    color: #fff;
   background-color: #388cd4 !important;
	border-color: #388cd4;
}
.btn-primary:active {
     color: #fff;
    background-color: #2c6ba1 !important;
    border-color: #337ab7;
}
.btn-primary:focus {
     color: #fff;
    background-color: #2c6ba1 !important;
    border-color: #337ab7;
}
.btn-primary:visited  {
     color: #fff;
    background-color: #2c6ba1 !important;
    border-color: #337ab7;
}
.btn-primary:disabled  {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.btn-orange {
    color: #fff;
    background-color: #ffa545;
    border-color: #ffa545;
}
.btn-orange:hover {
    color: #fff;
    background-color: #e18e36;
    border-color: #e18e36;
}

.btn-warning:hover {
    color: #fff;
    background-color: #737373;
    border-color: #FFA87D;
}

.btn-warning.focus, .btn-warning:focus {
   color: #fff;
    background-color: #737373;
    border-color: #FFA87D;
}
.btn-warning.clicked, .btn-warning:clicked {
   color: #fff;
    background-color: #737373;
    border-color: #FFA87D;
}

.btn {
    display: inline-block;
    padding: 3px 22px 2px;
    font-size: 12px;
	height:34px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 20px;
	margin-bottom: 2px;
	text-transform: uppercase;
}
.bootstrap-select > .dropdown-toggle {
    height: 26px;
}

.navbar-nav .nav-link {
    padding-bottom: 2.425rem;
}

section {
    float: left;
    width: 100%;
    padding: 8px 8px;
    margin-top: 8px;
}

/*/////////////////////////////////////////////////////////*/
.topPaddingMiddle {
    padding-top: 60px;
}
/*.navbar-fixed-top {
    left: 14%;
    width: 86%;
}*/
/*//////////////////////////////////////////////////////////*/

/*text-transform:uppercase; */
.header
{
	margin-top:3px; 
	font-size:14px;
	font-weight: 400 !important;
	color:yellow;
}
.titleBarMiddle .fa-search
{
	padding-top:3px;
}
.pageSubHeading {
    width: 100%;
    float: left;
    font-size: 16px;
    padding: 7px 0px 10px 0px;
    text-transform: uppercase;
}
#material .table > tbody > tr > td {
    padding: 4px !important;
}
.headerText
{
	width: 100%; 
	float: left; 
	padding-top: 1%; 
	font-size:22px;
	text-transform: uppercase;
}
.dashboardDocLeft
{
	width: 33.33333333%;
	float:left;
}

.dashboardBodyText
{
	text-decoration: none;
	padding: 12px 10px 12px;
	width:100%; float:left;
	margin-top: 0px;
	font-size: 13px;
}
.dashboardHeading {
	width:100%; 
	float:left; 
	font-size: 18px; 
	padding: 30px 0px 10px 5px; 
	color:#1261a6;
	font-weight:500;
}
.subHeaderText
{
	padding: 5px 8px; 
	font-size:15px;
	text-transform: uppercase;
}
.bootstrap-select > .btn {
    text-transform: none;
}
thead > tr {
    background-color: #E1E1E1;
}
.table > thead > tr > th {
    padding: 14px 7px 14px 8px !important;
    background-color:   #E1E1E1;
}
/*.table > thead > tr > th a:hover{
	padding: 12px 7px 12px 5px !important;
    background-color:   #fff!important;
	width:15%;
	cursor:pointer;
}*/
.input-group-btn .btn {
    height: 24px !important;
}
.btn-group .btn {
    height: 26px;
	text-transform: none;
	text-align: left;
}
.btn .caret {
    margin-left: 0;
    float: right;
    margin-top: 7px;
}
a {
    color: #123374;
}
a:focus, a:hover {
    color: #337ab7;
    text-decoration: none;
}
.pageTableHeader {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    padding: 10px 14px;
    background-color: #9e9e9e;
    border-bottom: 2px solid #fff;
}
.pageTableHeader i{
	color:#fff;
}
.text-top-small
{
	padding-top:5px;
}
.subHeading {
    width: 100%;
    float: left;
    font-size: 16px;
    padding: 7px 0px 10px 0px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #1261a6;
    text-transform: uppercase;
    font-weight: 400;
}
.customer_fieldset {
    width: 33%;
    float: left;
}
textarea
{
	height:54px !important;
	/*resize: none;*/
}
.topPadding
{
	padding-top:21px;
}
/*.btn-purple {
    color: #fff !important;
    background-color: #6c89c5 !important;
    border-color: #6c89c5 !important;
}*/
.btn-purple {
    color: #fff !important;
    background-color: #2495a7 !important;
    border-color: #2495a7 !important;
}

.dashboardSubHeading {
	width:100%; 
	float:left; 
	font-size: 16px; 
	padding: 7px 0px 10px 0px; 
	text-transform:uppercase;
	color:#1261a6;
}
h4 {
    /*margin-bottom: 13px !important;*/
}
.titleBarRight .btn:hover {
    color: #fff;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.titleBarRight .bootstrap-select .btn:focus {
    outline: 0px dotted #6c89c5 !important;
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
	color: #fff;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
.table {
    margin-bottom: 0px;
	margin-left: 0px;
	width:100%;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f6f9ff !important;
}
tr.edit_tr:nth-child(2n) {
    background: #fff7fc !important;
}
.table > tbody > tr > td{
	border-top: none;
	padding: 10px 7px 10px 9px !important;
	vertical-align: middle;
}
.nav > li > a:hover, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
}
thead tr
{
	background-color: #FFF;
}
.dashboadrBox
{
	width:30%; 
	float:left; 
	min-height:170px;
	background-color:#fff; 
	margin:15px; 
	padding:10px; 
	border:1px solid #ccc;
}
.processedStatus
{
	color:#029802;
	text-transform:uppercase;
}
input[type="file"] {
    font-size: 13px !important;
}
.partiallyStatus
{
	color:#0a26ff;
	text-transform:uppercase;
}
.unprocessedStatus
{
	color:#f00;
	text-transform:uppercase;
}
.pendingStatus
{
	color:#000;
	text-transform:uppercase;
}
#header {
    width: 100%;
    height: 90px;
    border-bottom: 1px solid #B7B4B4;
    position: relative;
    z-index: 15;
}
option{
	white-space: pre;
}
.show_profile {
    float: right;
}
#operationReassign
{
	float:right;
	padding-right:5px;
}
#operationMessage {
    float: left;
    padding-left: 15px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #1261a6;
}
#show_raise_issue {
    float: right;
    width: 100%;
    text-align: right;
}
input[type="radio"] {
    margin: 2px 0 0;
}
.header_top_middle_section {
    float: left;
    width: 55%;
    text-align: center;
}
.show_left_menu {
    width: 16%;
    float: left;
}
.bodyMiddle {
    width: 100%;
    float: left;
    padding-top: 57px;
}
.show_content {
    width: 84%;
    float: left;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    width: 94% !important;
}
#content {
    background: #f6f6f6;
    width: 100%;
    min-height: 950px;
    min-height: 1257px;
    padding-bottom: 25px;
    margin-right: 1px;
    position: relative;
    left: auto;
    top: auto;
    float: left;
}
section .container{
	width: 78%;
	background: #fff;
	margin-left:auto;
	margin-right:auto;
	box-shadow: 6px 0px 4px 2px #484747;
	padding-right: 0px;
	padding-left: 0px;
}
#sidebar {
    width: 100%;
    display: block;
    float: left;
    position: relative;
    z-index: 16;
}
.dropdown-menu li {
    margin: 0px;
}
.bootstrap-select.btn-group .dropdown-menu {
    max-width: 250px;
	}
#main-nav {
	width: 100%;
	padding: 0;
	position: relative;
	top: 0px;
}

#selected {
	background: #066ECD;
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#f0f0f0));
	background-image: -webkit-linear-gradient(top, #ffffff, 0%, #f0f0f0, 100%);
	background-image: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background-image: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff0f0f0', GradientType=0);
	border-top: none;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.075);
	color: #17a2b8;
	text-shadow: none;
	font-weight: 400;
}
#main-nav > li.active > a {
	/*background: #066ECD;
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#f0f0f0));
	background-image: -webkit-linear-gradient(top, #ffffff, 0%, #f0f0f0, 100%);
	background-image: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background-image: linear-gradient(to bottom, #fffcdc 0%, #f0f0f0 100%);
	background-repeat: repeat-x;
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff0f0f0', GradientType=0);
	background: #e6e5de;  */
	border-top: none;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.075);
	color: #17a2b8;
	text-shadow: none;
	font-weight: 600;
}
#main-nav > li.active > a i {
	/*color: #1864a6;*/
	color: #17a2b8;
}
#main-nav > li.dropdown > a {
	padding-bottom: 9px;
	text-transform: uppercase;
	font-weight: 500;
}

#main-nav .sub-nav > li > a i {
	position: relative;
	top: 1px;
	margin-right: .65em;
	color: #fff;
	font-size: 13px;
}
/* ---------------------------------- */
#page-content-wrapper {
    background: #FFF;
	width: 100%;
    min-height: 970px;
    padding-bottom: 25px;
    margin-right: 1px;
    left: auto;
    top: auto;
    float: left;
}
.dropdown-menu {
	min-width: 154px;
	padding: 0;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #e5412d;
    background-image: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
	background-repeat: repeat-x;
}
.nav-stacked > li + li {
    margin-top: 0px;
    margin-left: 0;
}
.sub-nav {
    background: #fff;
   /* background: transparent url("../images/body-bg.jpg") repeat scroll 0px 0px;*/
    width: 100%;
    display: none;
    list-style-type: none;
    padding-left: 15px;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: none;
    position: relative;
	border-left:none;
    top: 0;
}
.page_header {
    color: #fff;
    padding-top: 8px;
    font-size: 16px;
	padding-bottom: 8px;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important;
}
#top-bar .nav > li {
    float: left;
    font-size: 12px;
}
.navbar-nav > li > a {
	padding: 6px 5px 6px 6px;
	font-size: 14px !important;
}
.navbar {
    min-height: auto;
	padding: 0;
margin-bottom: 0px;
min-height: auto;
}
.second_col {
    width: 100%;
    float: left;
    text-align: center;
}

#navbar-mobile .dropdown-toggle::after {

    font-family: 'FontAwesome';
    content: "\f107";
    border: none !important;
    position: relative;
    top: 0px;
    right: 0px;
    padding: 0 2px 30px 6px;
    margin: 0 0.3em 0 0;
}
.nav-item i {
    margin-right: 0;
}
.dropdown-toggle .user-name {
    top: 0px;
}
.checkbox label, .radio label {
    padding-left: 0px;
}

.navbar-dark .nav-tabs li, .navbar-dark .navbar-nav li {
    padding: 2px;
}

.dropdown-menu > li > a {
    padding: 3px 2px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 5px;
    padding-left: 5px;
}

.form-control {
    display: block;
    width: 100%;
    height: 32px;
	padding:2px 6px;
    color: #555;
	font-size: 12px;
    background-color: #FFFFDF;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
	/*white-space: nowrap;*/
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

select {
    background-color: #ffc;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 2px;
    padding-left: 3px;
	height: 25px;
	line-height: 27px;
	white-space: nowrap;
}
label {
	font-weight: 400;
}
.wrap table {
    table-layout: fixed;
	margin-bottom: 0px;
}
.inner_table table tr td {
    padding: 5px;
    word-wrap: break-word;
	/*border:1px solid #ccc;*/
}
.inner_table {
   height: 200px;
    width: 100%;
    overflow: auto;
}
.bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding-right: 2px;
    font-size: 12px;
    font-weight: normal;
	border-radius: 2px;
}
.dropdown-menu > li > a span {
    font-size: 11px;
    font-weight: normal;
}
.btn {
    display: inline-block;
    padding: 3px 22px 2px;
    font-size: 12px;
	height:30px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 5px;
	margin-bottom: 2px;
	text-transform: uppercase;
}
.bootstrap-select > .dropdown-toggle {
    height: 32px;
}

.btn-group-vertical > .btn, .btn-group > .btn {
    border-radius: 2px;
	padding:6px 6px;
}
.btn-success
{
	border:none;
}
.btn-warning
{
	border:none;
}
.btn-danger
{
	border:none;
}
.divAdvSearchPanel
{
	max-height: 200px; 
	border: 1px solid #C2BEBE; 
	background-color:#F9F3D1; 
	z-index:999;
	position: absolute; 
	overflow-y: auto;
	display: none; 
	margin-top: -1px;
	width:100%;
	border-radius: 3px;
	box-shadow: 8px 8px 30px #888888;
}
.divAdvSearchPanel li:hover
{
	background-color: #83827c;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
}
.divAdvSearchPanel ul
{
	padding: 0;
	margin: 0 0 10px 0px;
}
.divAdvSearchPanel ul  li
{
	padding-left:5px;
	color: #000000;
	list-style:none;
}

/*.modal-header {
    border-bottom: 1px solid #e5e5e5;
    background-color: #1261a6;
    width: 100%;
    color: #fff;
	height: 45px;
	display: flex;
	align-items: center;
}*/
/*.btn-primary {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-primary:hover {
    color: #fff;
    background-color: #12899b;
    border-color: #12899b;
}
.modal-header {
    border-bottom: 1px solid #e5e5e5;
    background-color: #e3e3e3;
    width: 100%;
    color: #000;
	height: 45px;
	display: flex;
	align-items: center;
}*/

.text_top {
    padding-top: 5px;
}
.hideElement {
    display: none;
}
.modal-dialog {
    width: 950px;
}
.modal-title {
    margin: 0;
    text-transform: uppercase;
	color: #fff;
	padding-left: 0px;
}
/*.modal-body {
    position: relative;
    padding: 2px 10px 10px 10px;
    width: 100%;
    float: left;
    font-size: 11.5px;
	background-color: #fbfbfb !important;
}
*/
.btn-default {
    color: #888;
    background-color: #FFFFDF;
    border-color: #ccc;
}
.btn-default:hover {
    color: #333;
    background-color: #faffa6;
	border-color: #ccc;
}
.btn-default.focus, .btn-default:focus {
    color: #333;
    background-color: #faffa6;
	border-color: #ccc;
}
.btn-default.active, .btn-default:active {
    color: #333;
    background-color: #faffa6;
	border-color: #ccc;
}
.modal-footer {
    width: 100%;
    height: 65px;
}
.modal-footer button {
position: absolute;

right: 27px;
}
.modal-content{
	width: 100%;
	float: left;
}
fieldset {
    border: 1px solid #d8d8d8;
	padding:7px;
	margin:3px;
	border-radius:5px;
}
legend {
    display: block;
    width: auto;
    padding: 10px;
    margin-bottom: 0px;
    font-size: 11px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: none;
}
label {
    font-weight: 400;
	text-transform: uppercase;
	font-size:11px;
	padding-top: 7px;
	margin-bottom:0px;
}

.table-bordered thead tr th, .table-bordered tfoot tr th {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: transparent;
    border-bottom-width: 1px;
    vertical-align: middle;
	color: #000;
}
.editboxFees {
    font-size: 14px;
    width: 105px;
    background-color: #FFC;
    border: 1px solid #000;
    padding: 3px;
    height: 23px;
}
.table thead:first-child tr:first-child th{
    border-top: 0,;
    font-size: 11px;
    text-transform: uppercase;
	font-weight: 400;
	vertical-align:middle;
}
.company_label
{
	color:#FFF; 
	padding-top:3px;
	text-transform:uppercase;
}
.dropdown-menu > li > a {
    font-size: 13px;
	font-weight: 400;
	color: #333;
	white-space: normal;
	border-radius:5px;
	padding: 6px 6px;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}
.bootstrap-select.btn-group .btn .caret {
    right: 5px !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #bf544f ;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #bf544f ;
}
.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    color: #FFF;
    background-color: #bf544f;
    border-color: #bf544f;
}
.bootstrap-select.btn-group .btn .filter-option {
    left: 6px !important;
    right: 6px !important;
	
}

.bootstrap-select.btn-group, .bootstrap-select.btn-group[class*="span"] {
    margin-bottom: 0px !important;
}
.footerBg	
{
	width:100%;
	float:left;
	background-color:rgb(255, 255, 255);
	bottom:0px;
	color:#000;
	z-index:99999;
		}
#footer	{
		width:100%;
		float:left;
		background-color:rgb(255, 255, 255);
		bottom:0px;
		color:#000;
		z-index:99999;
		}
#footer .ftCopyright .copyright {
		color:#fff;
		font-size:13px;
		margin-left:10px;
		}		
		
/* ********** Password strength ************** */

#passwordStrength
{
	height:5px;
	display:block;
	float:left;
}
.strength0
{
	/*width:40px;	
	background:#ff0000;*/
	color:#ff0000;
}
.strength1
{
	/*width:80px;
	background:#e6840d;*/
	color:#e6840d;	
}
.strength2
{
	/*width:120px;	
	background:#56e500;*/
	color:#56e500;
}
.strength3
{
	/*width:150px;
	background:#399800;*/
	color:#399800;
}
.strength4
{
	/*background:#4dcd00;
	width:180px;*/
	color:#4dcd00;
}
.strength5
{
	/*background:#399800;
	width:200px;*/
	color:#399800;
}
/* ********** End Password strength ************** */
.disable {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

/*.dropdown-menu {
    left: -85px;
}*/
.top-bar-collapse
{
	display:block;
}
.table > tbody > tr > td,  .table > thead > tr > th {
    padding: 5px 5px 5px 4px;
}
.dataTables_wrapper .dataTables_filter input, .dataTables_wrapper .dataTables_length select {
    vertical-align: middle;
    font-size: 12px;
    height: 30px;
    padding: 6px 8px;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    width: 63%;
	margin-right: 16px;
}

/*#back-to-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1001;
	width: 45px;
	height: 45px;
	display: block;
	background: #222;
	background: rgba(0, 0, 0, 0.75);
	font-size: 16px;
	text-align: center;
	line-height: 45px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	cursor: pointer;
	transition: background 0.25s linear;
}
#back-to-top:hover {
	text-decoration: none;
	background-color: #1261a6;
	background:#1261a6;
}
#back-to-top i {
	color: #fff;
	padding-left: 0px;
}*/
ul, ol {
    padding: 0;
    margin: 0 0 10px 0px;
}
.checkbox-inline, .radio-inline {
    margin-right: 20px;
}

.checkbox-inline + .checkbox-inline{
    margin-left: 0px;
}
input[type="checkbox"] {
    margin: 3px 0 0;
}

.tooltip-inner {
    max-width: 150px;
	width: 150px;
}
.tooltip{
    max-width: 150px;
	width: 150px;
}
.table-width-half{
	width:50%;
}

.collapse {
    display: block;
}

.logoSection
{
	width:30%;
	float:left;
	padding:2px 0px;

}
.middleSection
{
	width:65%;
	float:left;
	text-align:center;
}
.middleContain {
    width: 100%;
    float: left;
}
.rightSection
{
	text-align:right;
	padding-top:0px;
}

/*.titleBarLeft
{
	width: 37%;
    float: left;
	color: #fff;
	padding-top: 5px;
	padding-left: 4px;
	font-weight:400;
}
.titleBarMiddle
{
	width: 38%;
    float: left;
	color:#fff;
	text-align:left;
	font-size:14px;
	padding:19px 0 0 0;
	text-transform: uppercase;
}
*/
#main {
    width: 100%;
    float: left;
    min-height: 100%;
    min-height: 87vh;
    padding-bottom: 15px;
}
.middle_header {
    background-color: #bf544f;
    display: flex;
    flex: 1;
    color: #fff;
}
.titleBarLeft
{
	/*float: left;*/
	color: #fff;
	padding: 10px 0px 6px 10px;
	font-weight:400;
	width:36%;
}
.titleBarMiddle
{
	width:44%; 
	display:flex;
    /*float: left;*/
	color:#fff;
	text-align:left;
	font-size:13px;
	text-transform: uppercase;
	align-items: center;
}
.titleBarMiddle a {
    color: #fff;
}
.titleBarRight
{
	width: 20%;
    float: right;
	background-color: #5bb0f9;
	/*background-color: #6c89c5;*/
	color:#fff; 
	text-transform:capitalize;
	padding-top: 0px;
}
.companyLeft
{
	width: 100%;
    float: left;
	padding:6px;
	padding-left: 8px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	border-bottom: 1px solid #E2E2CA;
}
.companyRight
{
	width: 100%;
    float: left;
	padding:3px;
}

.ddBottomLine
{
	width: 100%;
    float: left;
	padding: 2px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	border-bottom: 1px solid #dff0ff;
}
.titleBarMiddle, .blanckTitleBarMiddle {
    width: 44%;
    display: flex;
    float: left;
    color: #fff;
    text-align: left;
    font-size: 13px;
    text-transform: uppercase;
}
.ddBottomLine1
{
	width: 100%;
    float: left;
	padding: 2px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	border-bottom: none;
}


.btn-purple {
    color: #fff !important;
    background-color: #bf544f !important;
    border-color: #bf544f !important;
}
.btn-purple {
    color: #fff !important;
    background-color: #d56f6a !important;
    border-color: #d56f6a !important;
}
.submenu {
    background-color: #e4e5ff;
	z-index: 2;
	position: relative;
	border-radius: 2px;
	list-style-type: none;
	width: 100%;
	padding: 5px 5px 6px 2px;
	font-size: 12px;
	display:flex;
	justify-content: center;
}
h4 {
    margin-top: 8px;
    margin-bottom: 8px;
	font-size:17px;
}
.btnSection
{
	float:right; width:13%; text-align:center;
}
.btnRightSection
{
	float:right; width:16%; text-align:center; padding-top:0px;
}
.fileUploadSection
{
	float:right; width:17%; text-align:center;
}
.tree
{
	width: 80%; margin:1% 0 0 2%; float:left; max-height: 1000px; overflow: auto;
}
/*.woBtnSection
{
	float:right; width:25%; text-align:center;
}*/
.woBtnSection
{
	float:right; width:53%; text-align:center; padding-top:10px;
}
.poBtnSection
{
	float:right; width:50%; text-align:right; padding-top:10px;
}

/*///////////////////////////////COLOR CODE///////////////////////////////////////////////////*/
#main-nav > li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: relative;
	border-bottom:1px solid #edf3ff;
}

#main-nav > li > a {
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
   	color: #000;
    display: inline-block;
    padding: 10px 18px 10px 10px;
    /*padding-bottom: 11px;*/
    outline: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#main-nav > li > a i {
	position: relative;
	top: 1px;
	width: 15px;
	display: inline-block;
	text-align: center;
	margin-right: 3px;
	color: #000;
	font-size: 13px;
	text-shadow: none;
}
#main-nav > li.active {
	border-top: none;
}
#main-nav > li.dropdown > a .caret {
    width: 0;
    height: 0;
    display: inline-block;
    border-top-color: #5e204f;
    border-bottom-color: #030303;
    position: absolute;
    top: 16px;
    right: 9px;
}
#main-nav > li.active > a .caret {
    border-top-color: #1261a6;
    border-bottom-color: #1261a6;
}
#main-nav .sub-nav {
	/*background: transparent url("../images/body-bg.jpg") repeat scroll 0px 0px;*/
	width: 100%;
	display: none;
	list-style-type: none;
	padding: 0px 0 0 5px;
	padding-left: 0px;
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: none;
	position: relative;
	top: 0;
}

#main-nav .sub-nav > li {
	background: none;
	list-style-type: none;
	padding: 0;
	margin: 0 1em 0 0;
}
#main-nav .sub-nav > li > a {
	width: auto;
	font-size: 13px;
	display: block;
	padding: 5px 0px 5px 15px;
	color: #000;
}
#main-nav .sub-nav > li .selected_menu {
	width: auto;
	font-size: 13px;
	display: block;
	padding: 5px 0px 5px 15px;
	color: #f00;
	background-color: transparent;
}

#main-nav .sub-nav > li > a:hover {
	text-decoration: none;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	color:#f00;
}

.bodyTopSection
{
	background-color:#fbfbfb;;
}
.bodyMiddleSection
{
	background-color:#fff9f9;;
}


tr.edit_tr:nth-child(2n) {
    background: #FFFCE7;
}
tr.edit_tr:nth-child(2n+1) {
    background: #F5F5F5 ;
}

.titleBar {
   width:100%; float:left; padding-top: 0px; padding-bottom: 6px; padding-left: 5px;  padding-bottom: 0px;
}
.selected_text {
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 15px;
    font-size: 13px;
    margin-bottom: 5px;
}
.selected_text label {
    color: #0089ff;
	font-size: 13px;
	text-transform:uppercase;
    /*font-size: 15px;*/
    font-weight: 400;
}

.selected_text span {
    color: #000;
	font-size: 13px;
    text-transform:uppercase;
}
.modal-body .selected_text {
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 15px;
    font-size: 13px;
    margin-bottom: 5px;
	color:#1261a6;
}
.header_section{
	background-color: #edf3ff;
	padding-bottom: 8px;
	padding-top: 2px;
	border-bottom: 1px solid #e3e3e3;
	width:100%; float:left;
}

.nav-tabs > li > a {
	font-weight:400;
	text-transform:uppercase;
	font-size:12px;
	color:#000;
}
.nav-tabs ul, li
{
	margin: 0px 0 0 0px !important;
}
header .navbar-collapse ul.navbar-nav {
    float: right;
    margin-right: 0;
    margin: 0px 0px;
}

.star-rating{
	font-size: 0;
}
.star-rating__wrap{
	display: inline-block;
	font-size: 1rem;
}
.star-rating__wrap:after{
	content: "";
	display: table;
	clear: both;
}
.star-rating__ico{
	float: right;
	padding-left: 2px;
	cursor: pointer;
	color: #FFB300;
}
.star-rating__ico:last-child{
	padding-left: 0;
}
.star-rating__input{
	display: none;
}
.star-rating__ico:hover:before,
.star-rating__ico:hover ~ .star-rating__ico:before,
.star-rating__input:checked ~ .star-rating__ico:before
{
	content: "\f005";
}	
.modal-small
{
	width:50% !important;
}
.modal-medium
{
	width:60% !important;
}
.modal-lead
{
	width:70% !important;
}
.container1 {
    position: relative;
    padding-left:18px;
	padding-bottom:9px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	padding-top: 0px;
}
table th .container1 {
	padding-top: 4px !important;
}

.container1 input {
    position: absolute;
    opacity: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #FFFFBC;
    border: 1px solid #bf544f;
    border-radius: 2px;
	cursor: pointer;
}
.disabled {
	background-color: #eee !important;
	opacity: 1;
	cursor: not-allowed;
}

.container1 input:checked ~ .checkmark {
    background-color: #bf544f;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.container1 input:checked ~ .checkmark:after {
    display: block;
}
.container1 .checkmark:after {
    left: 3.5px;
	top: 1px;
	width: 5px;
	height: 8px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.checkbox, .radio {
    margin-top: 2px;
    margin-bottom: 2px;
}

.container2 {
    display: block;
    position: relative;
    padding-left: 22px;
    margin-bottom: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	padding-top: 0;
}

.container2 input {
    position: absolute;
    opacity: 0;
}

/* Create a custom radio button */
.checkmark2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #FFFFBC;
    border: 1px solid #4379ff;
    border-radius: 50%;
	cursor: pointer;
}

.container2 input:checked ~ .checkmark2 {
    background-color: #2196F3;
}

.checkmark2:after {
    content: "";
    position: absolute;
    display: none;
}

.container2 input:checked ~ .checkmark2:after {
    display: block;
}

.container2 .checkmark2:after {
 	top: 4px;
	left: 3.7px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: white;
}
.bodyLeftSection
{
	width:83%; float:left;
}
.leadTopMenu
{
	display:block;
}
.leadTopMenuMobile
{
	display:none;
}
.modal-mid
{
	width:38% !important;
}
/*.preloader
{	
	padding-top:162px;
	position:absolute;
	padding-left:33%;
	display:none;
	z-index:99999;
}*/
.preloader{padding-top:230px;position:absolute;padding-left:33%;display:none;z-index:99999}
.addIcon
{
	width:2%; float:right; text-align:center; padding:1% 0;
}

.pagingLeft{width:85%;float:left;padding:10px 0 10px 10px;text-align:center;align-items:center;display:flex}
.pagingLeft .sectionPanelBody{padding-top:15px}
.pagingLeft table{padding-top:15px}
.pagingRight{width:15%;float:right;padding:20px 10px 10px;text-align:right}

.pagingLeft
{
	width: 85%;
	float: left;
	padding: 10px 0px 10px 10px;
	text-align: center;
	align-items: center;
	display: flex;
}
.pagingLeftSec
{
	width:20%;
	float:left;	
}
.pagingMiddleSec
{
	width:50%;
	float:left;	
	text-align: center;
}

.pagingRightSec
{
	width:20%;
	float:left;	
}

.pagingRight
{
	width: 15%;
	float: right;
	padding: 14px 0px 10px 10px;
	text-align: center;
}
.quotationLeft
{
	width:82%; float:left;
}
.quotationRight
{
	width:18%; float:right; text-align:left;
}

.first_col {
    width: 10%;
    float: left;
}
.third_col {
    width: 10%;
    float: right;
    text-align: right;
}
.paging a:not([href]):not([tabindex]) {
    color: #0064bb;
    text-decoration: none;
	padding: 7px;
}

.scrollSection
{
	width:100%; float:left; padding:1% 0;
}

.perfectHorizentalScrollDiv
{
	width:100%; float:left;
}
.leftSection
{
	font-size: 14px;
	padding-left: 0px;
	padding-top: 11px;
	width: 35.5%;
	float:left;
}
.middleTextSection
{
	font-size:14px; padding-top: 11px; width: 45px; float:left;
}
.leftBodySection
{
	font-size:14px; padding-left:0px; padding-top: 11px; width:26%; float:left;
}

.middleBodySection
{
	font-size:14px; padding-top: 11px; width: 45px; float:left;
}
.quotLeftSection
{
	font-size:14px; padding-left:0px; padding-top: 11px; width:35.5%; float:left;
}

.quotMiddleSection
{
	font-size:14px; padding-top: 11px; width: 45px; float:left;
}

.irTopRightSec
{
	display:flex; flex:1; justify-content: right;/*! align-items: center; */padding: 0%;
}
.quoteLeftSec
{
	float: left;
	width: 41.666667%;
	padding: 0 5px;
}
.quoteRightSec
{
	float: left;
	width: 58.333333%;
	padding: 0 5px;
}
.roundBox {
    width: 5%;
	display: inline-block;
	border-radius: 20%;
}
.label_light_color {
    padding: 3px 6px 3px 4px;
	margin: 3px;
	border: 1px solid #a0a0a0;
	background-color: #e9eaff;
	color: #000;
}
.label_dark_blue {
    padding: 3px 6px 3px 4.6px;
	margin: 3px;
	border: 1px solid #a0a0a0;
	background-color: #fff5f5;
	color: #23527c;
}
.middlePanel {
    padding: 8px 8px;
	width:100%;
	float:left;
}
.quotRightSecRow
{
	display: flex;
	justify-content: center;
	align-content: center;
	padding-top: 9px;
}
.quotRightSecRow label
{	
	 font-size:14px;
	 padding:2px 2%;
}
.quotBox{
width:100%; float:left; background-color:#fff; padding:8px 16px; border:1px solid #dde6ed; border-radius:4px;
}

.relatedLinksBtn {
    width: 100%;
    display: none;
}
.topnav {width: 100%;  overflow: hidden;}
.topnav a {float: left;  display: block;  text-align: center;  padding: 0px 5px;  text-decoration: none;}
.topnav a:hover, .dropdown:hover .dropbtn {color: yellow;}
.relatedLinksBtn{width:100%; display: none;}
.percentageValue{float: left;}
.percentageLevel{float: left;}
.submenu .col-sm-2
{
	width: auto;
	float: left;
	padding-right: 15px !important;
	
}
.middlePanel {
    width: 100%;
    float: left;
    padding: 8px 0px;
}

.buttonSec {
    width: 100%;
    float: left;
    padding-top: 0px;
}
.empTopMenuMobile {
    display: none;
}
.empTopMenu {
    display: block;
}
.inputWithRightIconBox {
    width: 66%;
    float: left;
}
.inputSecForRightIconBox {
    width: 76%;
    float: left;
}
.inputWithRightIconBox i {
    padding-top:5px !important;
}
.col-offset-1 {
    margin-left: 5.333%;
}
.custom-placeholder {
    display: none;
}
.custom-select-placeholder {
    display: none;
}

/*///////////////////////////////COLOR CODE///////////////////////////////////////////////////*/
@media only screen and (min-width: 320px) and (max-width: 450px) {
.middlePanel {
    width: 100%;
    float: left;
    padding: 8px 0px;
    overflow: auto;
}
/*.showLabel{display:none}*/
.btn-group .btn {
    height: 35px;
	text-transform: none;
	text-align: left;
	background: #fff;
}
.modal-body .input-group-btn .btn {
    height: 34px !important;
}
.submenu .col-sm-2
{
	width: auto;
	float: left;
	line-height:25px;
}
.quotRightSecRow label
{	
	 padding:2px 1%;
}
.quotRightSecRow label:last-child {
	padding:5px 1% 2px 1%;
}
.quotBox{
 padding:8px 6px;
}
.bodySection {
    background-color: #edf3ff;
}
.quoteNoLabel
{
	width:42% !important;
}
.emailLabel
{
	width:50%;
	float:left;
}
.printLabel
{
	width:50%;
	float:left;
}
.salesOrderLabel
{
	width:100%;
	float:left;
}
.quotRightSecRow {
    display: block;
}
.topnav a, .dropdown .dropbtn {display: none;}
.topnav a.icon {float: right; display: block;}
.topnav a {padding: 0px 5px; width:100%;}
.topnav{ position: absolute; background-color: #fff; border: 1px solid #ccc; top: 43px; z-index: 1; left:0; width:250px; display:none;}
.relatedLinksBtn { display: block; padding-top: 5px; font-size:17px;}
.topnav.responsive{display: block;}
.topnav.responsive a{display: block; color:#000; text-align:left; padding: 5px 5px; border-bottom: 1px dotted}
.topnav.responsive a:hover{color:#333;}
.topnav.responsive i{color:#000 !important;}
.titleBarMiddle{margin-right: 5px; width: 20px !important;}
.blanckTitleBarMiddle{margin-right: 0px; width: 0px !important;}
.middle_header{display:flex; flex-wrap:wrap;}
.titleBarLeft {order:2;}
.titleBarMiddle, .blanckTitleBarMiddle {order:1;}  
.titleBarMiddleRight {order:3;}
.titleBarRight {order:4; min-height: 50px;}
.form-control::placeholder {
    color: #333;
    opacity: 1;
}
.form-control {
    height: 35px;
    border-radius: 6px;
    background-color: #FFF !important;
    font-size: 12px;
}
label {
    font-size: 12px;
}
.btn-group-vertical > .btn, .btn-group > .btn {
    border-radius: 6px;
    padding: 7px 6px;
}
.bootstrap-select > .dropdown-toggle {
    height: 35px;
	font-size: 12px;
    font-weight: 400;
}
.btn-default {
    color: #333;
    /*background-color: #fff !important;*/
}
.btn {
    padding: 3px 25px;
    font-size: 12px;
    height: 38px;
    border-radius: 6px;
    margin-bottom: 2px;
}
.companyLeft {
    display: none;
}
.buttonSec {
    width: 100%;
    float: left;
    padding-top: 12px;
}
.modal-dialog .modal-footer .btn {
    padding: 3px 12px 2px;
    height: 35px;
}
.bootstrap-select .btn{
	margin-bottom:0px;
	background:#fff;
}
textarea.form-control {
    height: 60px !important;
    padding: 6px;
}
}
@media only screen and (min-width: 451px) and (max-width: 680px) {
.middlePanel {
    width: 100%;
    float: left;
    padding: 8px 0px;
    overflow: auto;
}
/*.showLabel{display:none}*/
.submenu .col-sm-2
{
	width: auto;
	float: left;
}
.quotRightSecRow label
{	
	 padding:2px 1%;
}
.quotRightSecRow label:last-child {
	padding:5px 1% 2px 1%;
}
.quotBox{
 padding:8px 6px;
}
.bodySection {
    background-color: #edf3ff;
}
.quoteNoLabel
{
	width:42% !important;
}
.emailLabel
{
	width:50%;
	float:left;
}
.printLabel
{
	width:50%;
	float:left;
}
.salesOrderLabel
{
	width:100%;
	float:left;
}
.quotRightSecRow {
    display: block;
}
.topnav a, .dropdown .dropbtn {display: none;}
.topnav a.icon {float: right; display: block;}
.topnav a {padding: 0px 5px; width:100%;}
.topnav{ position: absolute; background-color: #fff; border: 1px solid #ccc; top: 43px; z-index: 1; left:0; width:250px; display:none;}
.relatedLinksBtn { display: block; padding-top: 5px; font-size:17px;}
.topnav.responsive{display: block;}
.topnav.responsive a{display: block; color:#000; text-align:left; padding: 5px 5px; border-bottom: 1px dotted}
.topnav.responsive a:hover{color:#333;}
.topnav.responsive i{color:#000 !important;}
.titleBarMiddle{margin-right: 5px; width: 20px !important;}
.blanckTitleBarMiddle{margin-right: 0px; width: 0px !important;}
.middle_header{display:flex; flex-wrap:wrap;}
.titleBarLeft {order:2;}
.titleBarMiddle, .blanckTitleBarMiddle {order:1;}  
.titleBarMiddleRight {order:3;}
.titleBarRight {order:4; min-height: 50px;}
.form-control::placeholder {
    color: #333;
    opacity: 1;
}
.form-control {
    height: 35px;
    border-radius: 6px;
    background-color: #FFF !important;
    font-size: 12px;
}
label {
    font-size: 12px;
}
.btn-group .btn {
    height: 35px;
	text-transform: none;
	text-align: left;
	background: #fff;
}
.modal-body .input-group-btn .btn {
    height: 34px !important;
}
.companyLeft {
    display: none;
}
.buttonSec {
    width: 100%;
    float: left;
    padding-top: 12px;
}
.modal-dialog .modal-footer .btn {
    padding: 3px 12px 2px;
    height: 35px;
}
.bootstrap-select .btn{
	margin-bottom:0px;
	background:#fff;
}

}
@media only screen and (min-width: 320px) and (max-width: 543px) {
.btnMobileSec
{
	padding-top: 10px;
	text-align: center;
}
.bodySection {
    background-color: #edf3ff;
}
}
@media only screen and (min-width: 320px) and (max-width: 1200px) {
.irTopRightSec
{
	display:flex; flex:1; justify-content: center;/*! align-items: center; */padding: 2%;
}
.submenu {
    z-index: 0;
}
/*.header-navbar .navbar-header {
    height: 3.5rem;
}*/
.header-navbar .navbar-header {
    height: auto;
}
.leftBodySection
{
	font-size:14px; padding-left:0px; padding-top: 11px; width:40%; float:left;
}
.middleBodySection
{
	font-size:14px; padding-top: 11px; width: 10%; float:left;
}
.quotLeftSection
{
	font-size:14px; padding-left:0px; padding-top: 11px; width:200px; float:left;
}

.quotMiddleSection
{
	font-size:14px; padding-top: 11px; width: 45px; float:left;
}

.tableHeading {
    padding: 10px 6px;
}
.leftSection
{
	font-size: 14px;
	padding-left: 0px;
	padding-top: 11px;
	width: 35%;
}
.middleTextSection
{
	font-size:14px; padding-top: 11px; width: 10px;
}

.mobButtonSection
{
	width:100%; 
	float:left;
	padding:8px 0;
	text-align:center;
}

.scrollSection
{
	width:100%; float:left; overflow:auto;
}

.hidden-xs {
    display: block !important;
}
.second_col h2 {
    margin-bottom: 0px;
}
.third_col {
    width: 10%;
    float: right;
    text-align: right;
}
.logoHeight {
    height: 30px;
}
.navbar-nav {
    margin: 0px -15px;
}
.navbar-nav .nav-link {
    padding-top: 0px;
    padding-bottom: 0px;
}
.header-navbar.navbar-with-menu .navbar-container {
    padding: 0rem 0;
}

.middle_header {
    display: flex;
	flex-wrap: wrap;
}

.navbar-nav .open .dropdown-menu {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
}
.companyLeft {
    width: 100px;
    font-size: 11px;
	border-bottom: none;
}
.companyRight {
    width: 100%;
	padding: 0 3px
}
.titleBarLeft h4 {
    margin-bottom: 0px !important;
    font-size: 15px;
}
.titleBarLeft {
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
	padding:5px 0 3px 10px;
}



.quotationLeft
{
	width:98%; float:left;
}
.quotationRight
{
	width:100%; float:right; text-align:left;
}
.roundBox {
    width: 25px !important;
}
.pagingLeft
{
	width: 98%;
	float: left;
	padding: 2px 0px 2px 2px;
	text-align: left;
	display: grid;
}
.pagingLeftSec
{
	width:98%;
	float:left;	
	padding: 1% 7px;
}
.pagingMiddleSec
{
	width:98%;
	float:left;	
	text-align: center;
	padding:1px 5px;
}

.pagingRightSec
{
	width:98%;
	float:left;
	padding:1%;	
}
.pagingRight
{
	width: 98%;
	float: right;
	padding: 7px 0px 7px 2px;
	text-align: left;
}
.addIcon
{
	width:10%; float:right; text-align:center; padding:3%;
}
.modal-mid
{
	width:95% !important;
}
.modal-body {
    padding: 2px 6px 10px 6px;
	
}
.modal-header h4
{
	font-size:14px;
}
.ui-timepicker-wrapper {
    width: 20% !important;
}
.bodyMiddle {
    padding-top: 65px;
}
.sticky {
  border-bottom:1px solid #ccc;
}
.topPadding
{
	padding-top:5px;
}
.leadTopMenu
{
	display:none;
}
.leadTopMenuMobile
{
	display:block;
}
.dashboardDocLeft
{
	width: 50%;
	float:left;
}
.bodyLeftSection
{
	width:100%; float:left;
}
.customer_fieldset {
    width: 100%;
    float: left;
}

.modal-small
{
	width:96% !important; 
}
.modal-medium
{
	width:96% !important;
}
.modal-lead
{
	width:96% !important;
}
.project_name {
	padding-top:1px;
}

.dashboadrBox
{
	width:90%; 
	float:left; 
	min-height:220px; 
	background-color:#fff; 
	margin:15px; 
	padding:10px; 
	border:1px solid #ccc;
}

.dashboadLeaveBox
{
	width:90%; 
	float:left; 
	min-height:170px;
	background-color:#fff; 
	margin:15px; 
	padding:12px; 
	border:1px solid #ccc;
	border-radius: 15px;
}


.navbar-toggle {
    position: relative;
	float: right;
	padding: 0px;
	margin-top: 4px;
	margin-right: 12px;
	margin-bottom: 0px;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	font-size: 20px;
	color: #f00;

}
.navbar-fixed-top {
    left: 0%;
    width: 100%;
	z-index:1;
}
.logoSection{
	display:none;
	padding-top:2px; 
	padding-bottom:2px;
}
.topPadding {

    padding-top: 5px;

}
.btnSection
{
	float:left; width:100%; text-align:right;
}
.btnRightSection
{
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 3%;
}
.fileUploadSection
{
	float:left; width:100%; text-align:right;
}
.woBtnSection
{
	float:right; width:100%; text-align:center;
}
.poBtnSection
{
	float:right; width:100%; 
}


#top-bar .nav > li {
     float: none !important;
}
.show_profile {
    float: left;
    width: 100%;
}
.topPaddingMiddle {
    padding-top: 0px;
}
#wrapper.toggled {
    padding-left: 0px;
    overflow: hidden;
}
#wrapper.toggled #sidebar-wrapper {
    width: 100%;
}
#sidebar-wrapper {
	padding:0px;
}

.sidebar-nav {
   width: 100%;
}
.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}
#wrapper.toggled #sidebar-wrapper {
    width: 100%;
}
#wrapper.toggled {
    padding-left: 250px;
    overflow: hidden;
	width:100%;
}
#show_raise_issue
{
	display:none;
}

#sidebar {
    width: 100%;
    float: none;
    position: static;
	display: block;
	z-index: 16;
}
.show_left_menu {
    width: 100%;
    float: left;
}
.show_content {
    width: 100%;
    float: left;
}
.collapse {
    display: none;
}
#header .navbar-toggle {
    margin-top: 6px;
}
/*#header .navbar-toggle {
    float: right;
    padding: 5px 7px;
    margin-top: -8px;
    margin-bottom: 0;
    color: #666;
    font-size: 18px;
    line-height: 0;
    border-color: transparent;
    background: #F00;
    color: #FFF;
    margin-right: 3px;
}*/
.logoSection img {
    width: 100%;
}
.logoSection
{
	float: left;
	width: 20%;
	padding-top: 8px;
	text-align: center;
}
.middleSection
{
	width: 90%;
	float: left;
	text-align: left;
	padding-top: 8px;
}
.project_name {
    font-size: 15px;
    text-align: center;
}
#top-bar {
    position: static;
    padding: 0 7px;
    margin-left: 0;
    background-color: #DDD;
    border-top: 1px solid #a8a7a7;
    border-bottom: 1px solid #a8a7a7;
	width:100%;
}
.dropdown-menu {
    min-width: 100%;
}
.pull-right {
    float: left !important;
}
#top-bar .nav > li > a {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 13px;
}
#top-bar .nav > li > a {
    padding: 4px 10px;
    padding-right: 10px;
    padding-left: 10px;
    color: #000;
}
.middleContain{
    width:100%; 
	float:left; 
	overflow:auto;
}
.modal-dialog {
    width: 96%;
}
#content {
    background: #FFF;
    width: 100%;
    padding-left: 0px;
}

.header_section {
    background-color: #FFF;
    padding-bottom: 0px;
    padding-top: 0px;
}
.titleBar {
   /* background: #484848;*/
    margin-bottom: 0px;
    padding-left: 0px;
}
.rightSection
{
	text-align:left;
	padding-top:10px;
}
.titleBarLeft
{
width:72% !important;padding:12px 0 12px 10px !important; float:left;
}
.titleBarLeft {
    order: 1;
}
/*.titleBarMiddle, .blanckTitleBarMiddle {
    order: 1;
}
.titleBarRight {
    order: 4;
    min-height: 50px;
}*/

.titleBarLeft span
{
	display:none;
}

.titleBarMiddle
{
	margin-right: 5px;
	width: 20px !important;
	padding: 0px 8px 0 8px !important
}
/*.titleBarMiddle a
{
	color:#FFF;
}*/
.titleBarRight {
    padding: 6px 0 3px 0 !important;
    background-color: #fff;
}
/*.btn-purple {
    color: #666 !important;
    border-color: #fff !important;
    background-color: #fff !important;
}*/
.companyRight .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    border: 1px solid #ccc !important;
    border-radius: 6px;
}
.titleBarRight
{
	width: 100%;
    float: left;
	color: #fff;
	padding: 5px 0 5px 5px;
}
.text-right {
    text-align: left;
}
.tree
{
	width: 98%; margin:1% 0 0 2%; float:left; max-height: 300px; overflow: auto;
}

.quoteLeftSec
{
	float: left;
	width: 98.666667%;
	padding: 0 5px;
}
.quoteRightSec
{
	float: left;
	width: 98.333333%;
	padding: 0 5px;
}
.relatedLinksBtn {
    display: block;
    padding-top: 5px;
    font-size: 17px;
}
.bodySection {
    background-color: #edf3ff;
}
.topnav a, .dropdown .dropbtn {display: none;}
.topnav a.icon {float: right; display: block;}
.topnav a {padding: 0px 5px; width:100%;}
.topnav{ position: absolute; background-color: #fff; border: 1px solid #ccc; top: 43px; z-index: 1; left:0; width:250px; display:none;}
.relatedLinksBtn { display: block; padding-top: 5px; font-size:17px;}
.topnav.responsive{display: block;}
.topnav.responsive a{display: block; color:#000; text-align:left; padding: 10px 8px; border-bottom: 1px dotted}
.topnav.responsive a:hover{color:#333;}
.topnav.responsive i{color:#000 !important;}
.empTopMenuMobile {
    display: block;
}
.empTopMenu {
    display: none;
}
}
@media (min-width:768px) and (max-width: 1200px){
.perfectHorizentalScrollDiv {
    width: 100% !important;
    float: left;
    overflow: auto;
}
.bootstrap-select.btn-group .dropdown-menu {
    max-width: 150px;
}
.dashboadrBox
{
	width:90%; float:left; min-height:220px; background-color:#fff; margin:15px; padding:10px; border:1px solid #ccc;
}

.navbar-toggle {
	display: block
}
.titleBarLeft
{
	width: 50%;
    float: left;
}
.titleBarRight
{
	width: 50%;
    float: left;
	padding:5px 0 0 0 ;
}
.companyLeft
{
	width: 100px;
    float: left;
	padding-top:3px;
	padding-right:3px;	
	text-align:left;
	/*color:#FFF; */
}
.companyRight
{
	width: 70%;
    float: left;
	padding-right:3px;
}
#dvFav {
    display:block !important;
}

.navbar-nav {
    margin: auto;
}
.dropdown-content {
    top: 11px;
}
.titleBarRight {
    width: 100%;
    float: left;
    padding: 5px 0 0 0;
}
.companyRight {
    width: 85%;
    float: left;
    padding-right: 3px;
}

}
@media only screen and (min-width: 961px) and (max-width: 1200px) {
.middleContain
{
    width:1180px; float:left; overflow:auto;
}
.dashboadrBox
{
	width:90%; float:left; min-height:220px; background-color:#fff; margin:15px; padding:10px; border:1px solid #ccc;
}
.dashboadLeaveBox
{
	width:25%; 	
}
.leftSection {
    padding-left: 7px;
    padding-top: 11px;
    width: 30%;
}
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {


.dashboadLeaveBox
{
	width:28%; 	
}
.leftSection {
    padding-left: 7px;
    padding-top: 11px;
    width: 30%;
}
}


/*@media only screen and (min-width: 510px) and (max-width: 768px) {
.companyRight {
    width: 80%;
    padding: 0 3px;
}
.dashboadLeaveBox
{
	width:40%;	
}
}*/
.label_dark_blue {
    padding: 3px 6px 3px 4px;
	margin: 3px;
	border: 1px solid #b6b6b6;
	background-color: #fff5f5;
	color: #23527c;
}
.roundBox {
    /*width: 5%;
    float: left;*/
    border-radius: 16%;
}
.btn .multiselect-selected-text
{
	text-align: left;
	float: left;
	font-weight:400;
	font-size: 10.5px;
	text-transform:capitalize;
}
.multiselect .caret {
    float:right;
	margin-top: 6px;
}
.multiselect-container {
    max-height: 300px;
    overflow-y: auto;
	width: 100%;
}
.nav > li > a {
    padding: 10px 15px 10px 8px;
}
.input-append, .input-prepend {
    display: inline-block;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
    width: 100%;
}
.input-append .add-on, .input-prepend .add-on {
   /* display: inline-block;
    width: auto;
    height: 24px;
    min-width: 16px;*/
	position: absolute;
	right: 0;
	z-index: 99;
    padding: 3px 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    background-color: #eee;
    border: 1px solid #ccc;
}
.input-group {
    width: 100%;
}
.bootstrap-select .btn{
	margin-bottom:0px;
}
/*.fa, .fab, .fal, .far, .fas {
    color: #000;
}*/
.fa-file-excel
{
	color:green !important;
	font-size:15px !important;
}
.fa-search
{	
	font-size:12px !important;
}
.fa-chevron-circle-right, .fa-chevron-circle-left
{
	font-size:12px !important;
}
.fa-times
{
	font-size:15px !important;
	color:#ef5b0a !important;
	position: relative;
    top: 2px; 
}
.fa-file-pdf
{
	font-size:15px !important;
}
.fa-save
{
	color:#00B62D !important;
	font-size:15px !important;
}
.fa-paperclip
{
	font-size:15px !important;
}
.fa-envelope
{
	font-size:15px !important;
}
.fa-comments
{
	font-size:15px !important;
}

.btn .fa, .btn .fab, .btn .fal, .btn .far, .btn .fas, .titleBarMiddle .fa, .titleBarMiddle .fab, .titleBarMiddle .fal, .titleBarMiddle .far, .titleBarMiddle .fas{
	color: #fff;
}
.fa-plus-circle, .fa-minus-circle
{
	font-size:14px;
}
.titleBarMiddle .fa-plus-circle
{
	color:#fff !important;
}
.fa-question-circle
{
	font-size:17px !important;
}
.fa-list-ul
{
	color:#1261a6 !important
}
.selectpicker[disabled]{
    background-color: #eee  !important;
    opacity: 1;
}
.spanText
{
	color:#777676;
}

/*///////////////////////////////////CUSTOMER MENU START////////////////////////////////////////////*/

.navbar-collapse.collapse {
   /* display: inline-block !important;*/
}
.navbar-light .navbar-toggler
{
	
}
.navbar-light .navbar-toggler
{
	border:none;
	display:none;
}
.navbar-light .navbar-nav .active.nav-link {
    background: none;
	color:#f00;
}
.customerMenu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.navbar-brand {
    margin-right: 0rem;
	padding: 1px 35px;
}
.customerMenu > li > a {
    padding:0px 12px 0px 12px !important;
}
.navbar-nav .nav-item {
    float: right;
}
.customerMenu .nav-link {
    padding-bottom: 0px;
}
.navbar-nav .nav-link {
    padding-bottom: 0rem;
}
/*.pageContent .bodySection
{
	padding:20px 35px !important;
	background: #f9f9f9;
}*/
.pageContent
{
	width:100%; 
	float:left;
}
.pageContent .bodySection{background-color:#f9f9f9;padding:15px 10px!important;}

.bodySectionApp{background-color:#f9f9f9;padding-top:0!important;padding-bottom:0!important;width:100%!important;float:left;}

.navbar-light {
    background: #FFFFFF;
    padding: 8px 0px !important;
    background: url(../images/body-bg.jpg) repeat scroll 0px 0px;
    border-bottom: 1px solid #e7e7e7;
}
/*.navbar-light {
	
    background: #FFFFFF;
    padding: 8px 0px !important;
	border-bottom: 1px solid #e7e7e7;
}*/
.navbar-nav {
    margin: 0;
   
}
.customerMenu > li > a {
    font-size: 15px !important;
}
.navbar-collapse.collapse {
   /* display: flex !important;*/
	padding: 0 20px;
}
.menu_navbar
{
	width: 100%;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menu_navbar_right
{
	
}
.selected_menu {
    color:#f00;
}
.menuRightSec
{
	width:135px; float:right;
}
.menuRightSec .dropdown-toggle .user-name {
    top: 20px;
}
#mobileLogo
{
	display:none;
}
#webLogo
{
	display:block;
	padding-top: 10px;
	padding-bottom: 10px;
}
.dropdown .dropdown-menu .dropdown-item {
    
    line-height: 1.5;
}
.empTextColumnPart1
{
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	width: 30%;
}
.empImgColumnPart
{
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	width: 10%;
}
.empTextColumnPart2
{
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	width: 50%;
}
.empTextColumnPart3
{
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	width: 33.333333%;
}
.empLevelPartForFull
{
	float: left;
	width: 17%;
	padding-right: 5px;
	padding-left: 5px;
}
.empLevelPart
{
	float: left;
	width: 34%;
	padding-right: 5px;
	padding-left: 5px;
}
.empValuePartForFull
{
	float: left;
	width: 80%;
	padding-right: 5px;
	padding-left: 5px;
}
.empValuePart
{
	float: left;
	width: 65%;
	padding-right: 5px;
	padding-left: 5px;
}
.rightSideActions {
    display: flex;
    justify-content: center;
    align-content: center;
    padding-top: 9px;
}
.rightSideActions label {
    padding: 2px 2%;
}
@media only screen and (max-width: 768px) {
.preloader{padding-top:230px;padding:2%}
#navbarNavAltMarkup .user-name
{
	display:none;
}
.inlineDisplay {
    display: inline-block;
}
.col-offset-1 {
    margin-left: auto;
}
.menuRightSec
{
	width:75px; float:right;
}
.inputWithRightIconBox {
    width: 100%;
    float: left;
}
.inputSecForRightIconBox {
    width: 92%;
    float: left;
}
.inputWithRightIconBox i {
    padding-top:10px !important;
}
.dropdown_menu_btn {
    width: 23%;
    float: left;
	padding-top:10px;
}
#clsPageSsCustomerProfile .navbar-brand{
	width: 50%;
	text-align: center;
	float: left;
	display: flex;
	justify-content: center;	
}
.customerMenu {
	display: none;
	position: absolute;
	top: 64px;
	background-color: #fff;
	width: 200px;
	border: 1px solid #ccc;
	transform-origin: top;
	animation-fill-mode: forwards;
	 -webkit-transition: all 2s ease-in-out;
	transition: all 0.2s linear;
	left:9px;
	box-shadow: 0px 0px 5px #ccc;
}
.topButtonSection
{
	width:100%; 
	float:left;
	padding:12px 0;
	text-align:center;
}
.customerMenu li a{
	padding:10px !important;
	border-bottom:1px solid #ccc;
	background-color: #fff;
}
.customerMenu li a:hover{
	padding:10px;
	border-bottom:1px solid #ccc;
	background-color: #F5F7FA;
}
.collapsed 
{
	display: block;
	-webkit-transition: all 2s ease-in-out; 
	transform: scale(1, 1);
	opacity: 1;
	z-index: 1;
}
#navbarNavAltMarkup ul
{
	margin-bottom:0px;
}
#clsPageSsCustomerProfile .dropdown-menu
{
	line-height: 1.5;
}
#mobileLogo
{
	display:block;
}
#webLogo
{
	display:none;
}

.empLevelPart, .empLevelPartForFull
{	
	width: 30%;
}
.empValuePart, .empValuePartForFull
{
	width: 70%;
}
.empTextColumnPart1, .empImgColumnPart, .empTextColumnPart2, .empTextColumnPart3
{	
	width: 100%;
}
textarea.form-control {
    height: 60px !important;
    padding: 6px;
}

}

.dataTables_wrapper .dataTables_processing {position: fixed !important; height: 150px !important;}
.mobLead
{
	float:left;
	text-align:center;
}
.mobLead i
{
	width:100%;
	float:left;
	text-align:center;
	font-size:18px;
} 
.mobLead span
{
	width:100%;
	float:left;
	text-align:center;
	font-size: 11px;
	padding-top: 4px;
} 
.leadMobileMenu
{
	width:100%;float:left; padding:0% 1% 2%; display:none
}
.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-name {
    display: inline-block;
    margin-bottom: 0rem;
    margin-left: 0rem;
}
.dropdown-toggle .user-name {
    padding: 0 0px 0 6px;
}
.header-navbar .navbar-container ul.nav li a.dropdown-user-link {
    padding: 0.6rem 0.6rem 0.1rem 0.6rem;
}
.header-navbar .navbar-header {position: fixed;}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 2px 10px !important;
}
.header-navbar .navbar-container {
    height: 4.1rem;
}

/*///////////////////////////////////CUSTOMER MENU END////////////////////////////////////////////*/

@media only screen and (max-width:768px) {
.showLabel {
    display: none;
}
.form-control::placeholder{color:#888;opacity:1}
.bootstrap-select.btn-group .btn .filter-option {
    color:#888
}
.mobileMt5 {
    margin-top: 10px;
}
.custom-placeholder {
    display: block;
    position: absolute;
    top: 10px;
    right: 12px;
	color:#888;
}	
.ddBottomLine .custom-select-placeholder {
    display: block;
    position: absolute;
    top: 10px;
	right: 27px;
	color:#888;
}
.bootstrap-select.btn-group .btn .caret {
    right: 5px !important;
    color: #888;
}
/*.btn-purple {
    color: #666 !important;
    border-color: #fff !important;
    background-color: #FFFFDF !important;
}*/
.companyRight {
    width: 100% !important;
    padding: 2px 10px;
}
.nav > li > a {
    padding: 10px 5px 10px 8px;
        padding-top: 10px;
        padding-bottom: 10px;
}
.ddBottomLine {
    width: 100%;
    float: left;
    padding: 2px 2% 7px 2%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
}
.ddBottomLine1 {
    width: 100%;
    float: left;
    padding: 7px 2% 5px 2%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;

}
.ddBottomLine .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    border: 1px solid #ccc !important;
    border-radius: 6px;
}

.ddBottomLine1 .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    border: 1px solid #ccc !important;
    border-radius: 6px;
}
.leadMobileMenu
{
	width:100%;float:left; padding:1% 1% 2%; display:flex
}
.header-navbar .navbar-header {
    position: relative;
}
.second_col {
    width: 77%;
}
.main-menu.menu-fixed {
    top: 3.9rem;
}
.fixedTitlePadding {
    padding-top: 108px;
}
.brand-text
{
	font-size: 1.2rem;
	display:block !important;
}
.brand-logo {
    display:none;
}
}

.customBtn{
    background:none !important;
    border:none !important;
    box-shadow:none !important;
    font-size:13px !important;
    padding:0 5px !important;
    color:#0d6efd !important;
}

.empmt{
	margin-top:10px;
}

.fa-history, .fa-file-pdf, .fa-file-prescription {
    position: relative;
    top: 2px;
}

.fa-edit, .fa-play-circle {
    position: relative;
    top: 1px;
}
