/* Add here all your CSS customizations */

#frm_add_role{
	padding : 20px 10px;
}

.access_modules #addModule{
	font-size : 40px;
	color : #0088cc;
}
.error{
	color: red;
}
#dt_cost_codes td.details-control {
	background: url('../images/details_open.png') no-repeat center center;
	cursor: pointer;
}
#dt_cost_codes tr.shown td.details-control {
	background: url('../images/details_close.png') no-repeat center center;
}
.primary-acc-info{
	background-color: yellow;
	text-align: center;
	padding: 5px;
	margin-bottom: 20px;
}
.directoryList , .directoryForm{
	display: none;
}
.directoryList.active , .directoryForm.active{
	display: block;
}
.AddItem{
	border-radius: 50%;
	float: right;
	margin-top: -40px;
	font-weight: bold;
}

.projectList td:nth-child(1) span {
	width: 205px;
}

.projectList td:nth-child(2) span {
	/* width: 92px; */
}

.projectList .project-name{
	/*width: 230px;*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
}
.mailbox .mailbox-email-list .multiselect-container li {
	border-bottom: 0px solid #f7f7f7;
	height: auto;
	line-height: 50px;
	padding: 0;
	position: relative;
}

@media only screen and (min-width: 768px) {
	html.fixed .projects .mailbox-email-list {
		top: 120px;
	}
}
.inner-menu{
	background-color: white;
	color: #1D2127;
}
.projectList .edit-project{
	display: none;
	padding: 2px 10px;
	background-color: black;
	color: white;
}
.projectList .edit-project:hover{
	cursor: pointer;
}
.newAddMenu{
	z-index: 5;
	display: block;
	position: absolute;
	cursor: pointer;
	margin-top: -46px;
}

.newAddSubMenu{
	margin-top: -35px;
	padding-left: 5px !important;
	overflow: visible !important;
}

.module table tr{
	cursor: pointer;
}

.directory-name{
	display: block;
}

.directory-email{
	display: block;
}

.directory-phone{
	display: block;
}

.directory-groups,.directory-company{
	display: block;
}

.table-module-list span{
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
}

.table-module-list td:nth-child(2){
	text-align: right;
}
.form-control{
	font-weight: 400;
}
.csv-instruct{
	font-weight: 600;
	color: red;
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover{
	color: #333;
}
.dropdown-menu	> .active	> a, .dropdown-menu	> .active	> a:hover, .dropdown-menu	> .active	> a:focus{
	background-color: #0088CC;
	color: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered{
	color:#555 !important;
	font-weight: 400;
}

.customer-items div, .contractor-items div, .employee-items div, .project-items div{
	display: inline-block;
}
.customer-items span, .contractor-items span{
	min-width: 100px;
}
.project-items span{
	min-width: 120px;
}
.employee-items span{
	min-width: 135px;
}

#modalAddProjectItem button{
	width : 150px;
}


hr.separator {
	margin-bottom: 10px !important;
}

.sub-header{
	margin:5px 0px 10px 0px;
}

.page-header .user_company_name{
	display: inline;
}

.page-header .user_company_name h2{
	float: none;
	border: none;
}

.select2-container--default .select2-results > .select2-results__options{
	max-height: 315px !important;
}

.datepicker{
    z-index: 1050 !important;
}
.dropdown-menu{
	z-index: 1500 !important;
}
.form-sub-header{
	text-align: center; 
	padding-bottom: 15px;
    padding-top: 5px;
}


@media only screen and (min-width: 768px){
	html.fixed .inner-body {
		margin-left: 350px;
	}
	html.fixed .inner-menu{
		height: 90%;
		/*overflow: scroll;*/
		width: 350px;
	}
	html.fixed .inner-menu-content{
		height: 90%;
	}
	.inner-menu-header{
		height: 15%;
	}
	html.fixed .inner-menu-content-list{
		height: 85%;
	}
	/* .table-module-list span {
		width: 190px;
	} */
	.table-module-list .pull-right span {
		width: 110px;
	}
	.table-module-list .actions-hover{
		position: absolute;
		right: 17px;
	}
}

@media only screen and (max-width: 1365px) and (min-width: 768px) {
	html.fixed .inner-body, html.scroll .inner-body, html.boxed .inner-body{
		margin-left: 0;
	}
	html.fixed.inner-menu-opened .inner-body, html.scroll.inner-menu-opened .inner-body, html.boxed.inner-menu-opened .inner-body{
		margin-right: -350px;
	}
	html.fixed.inner-menu-opened .inner-body {
		margin-left: 350px;
	}

}
.module-filter{
    cursor:pointer;
}

#modalMultiDirectories.modal-block{
    max-width: 90%;
}

#tb_manage_appointments.table-module-list .pull-right span {
	width: 125px;
}

.scrollable.scrollable-padding .scrollable-content {
    padding: 10px 4px 10px 0px;
}

#modalMultiDirectories .selection-body .tab-content .directory-list{
    height: inherit;
    overflow-y: auto;
}

#modalMultiDirectories .selection-group .selected div{
    color : #0088cc;
}

#modalMultiDirectories ul.widget-todo-list li{
    padding : 3px;
}

#modalMultiDirectories .selection-group .dd-list li, #modalMultiDirectories .selected-group .widget-todo-list li {
    cursor: pointer;
}

.modal-block .tabs {
    margin-bottom: 0;
}

#modalMultiDirectories .groupDiv{
    border: 1px solid #CCC;
    background: #F6F6F6;
    padding: 5px;
    height: 34px;
    color: #333;
    font-weight: bolder;
    font-size: 15px;
    margin-top: 10px;
}
#modalMultiDirectories .groupDiv:hover {
    background: #FFF;
    color: #0088cc;
}
ul.nav-main > li > a{
	padding: 7px 15px !important;
}

ul.nav-main > li > a.pull-right{
	top: 0.7em !important;
}

ul.nav-main > li > a.pull-right > span{
	top: -1px;
    position: relative;
}

section.holds-the-iframe iframe {
    display: block;       /* iframes are inline by default */
    border: none;         /* Reset default border */
    height: calc(100vh - 150px);        /* Viewport-relative units */
    width: 100vw;
}

.toggle-on.btn {
	color:#fff; /* Need to make the selected switch text color to white instead of blue (overwritten by default theme) */
}
.preview-restrict-msg{
    font-weight: bold;
    color: #ed143d;
}

.multiselect-container > li.disabled.active label.checkbox{
	color:#fff !important;
}

#tb_manage_safety_meetings .leader-name{
    width: 50%;
    display:inline-block;
}
#tb_manage_safety_meetings .topic-name{
    width: 100%;
    max-width: 300px;
}
#tb_manage_safety_meetings .meeting-date{
    width: 50%;
    display:inline-block;
    text-align: right;
}
#tb_safety_topic .dd-item{
    background: #F6F6F6;
    margin: 5px;
    padding : 5px;
}

#tb_safety_topic .dd-item{
    cursor: pointer;
}
#tb_safety_topic .dd-item .topic-description
{
    margin-top: 10px;
    border-top: 3px solid;
    padding-left: 25px;
}
.body-sign.beta-signup{
    max-width: 800px;
}

.weather-logs .weather-date{
    font-size: smaller;
}
.weather-logs .weather-day, .weather-logs .weather-date{
    display: block;
}
.weather-logs img{
	margin:-9px;
}
.dashboard-modules .panel-actions a{
    width: auto;
    padding: 5px;
}
.dashboard .dashboard-last-safety-meeting-date{
    margin-top: 50px;
}
.dashboard-modules .module-list{
    float: none;
}
#frm_add_safety_meeting #tb_meeting_topic_text{
    height: 400px;
}

#modalMultiDirectories .selection-group .dir-info{
    font-weight: 400;
}

/* Fixed top header dropdown css*/
.userbox.open .dropdown-menu{
	z-index: 992 !important;
}


.sal_dtl
{
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin: 1px !important;
}.form-control {
    padding: 6px 6px;
}


.no-list-panel {
	margin-left: 0px !important;
}

.table>tbody>tr>td {
 line-height: 22px !important; 
}

.dt-responsive, .table-bordered, .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child {
    border: 1px solid #ddd !important;
}

/* Harshit ajana 11/8/2022  */       
#div_body {
	/* height: 75vh; */
	height: 100%;
}
.nav {
	padding-left: 12px;
}
.tebal-border::-webkit-scrollbar {
	display: none;
}
.panel-body::-webkit-scrollbar {
	display: none;
}
/* Harshit ajana 11/8/2022 	End */

