html{
    height: 100%;
}

body{ 
    overflow:hidden;
    height:100%;
}

.overflow-hidden {
    overflow: hidden !important;
}
.overflow-auto {
    overflow: auto !important;
}
.page-heading {
	padding-top: 0px;
}
@media (min-width: 992px) {
	.container_full {
		padding: 0 0px;
	}
}
.footer {
    background: #eaeef3;
    position: fixed;
    width: 100%;
    bottom: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
    z-index: 10;
    
}

/* modal */
.modal {
    display: grid;
    grid-template-rows: 100px auto 100px;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050;
    background: #fff;
   -webkit-animation: expand 1s;
}}

@-webkit-keyframes expand{
    0%{height:0px}
    100%{height:1000px}
}

.modal.open {

}
.modal_header {
    background: #f4f5f8;
    padding: 10px;
    /*position: fixed;*/
    top: 0px;
    width: 100%;
    font-weight: 400;
    font-size: 1.5rem;
    background-color: #F4F5F8;
    border-bottom: 2px solid #d4d7dc;
    height: 58px;
    /*margin: 15px 0 0 20px;*/
}
.modal_content {
    /*margin: 80px 0 0 20px;*/
    margin: 10px 0 0 20px;
    padding-right: 30px;
    /*overflow-y: auto;*/
}
.modal_footer {
    background: #393a3d;
    padding: 10px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 10;
}
/* modal */



/* spinner */
.spinner-show .spinner-view {
    display: block;
    top: 48px;
    left: 165px;
}

.is-mobile .spinner-show .spinner-view {
    left: 0;
}

.spinner-show .spinner-view.expanded-left {
    left: 0;
}

.spinner-main > .spinner-view > .busyIndicator {
    top: auto;
    left: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.spinner-view {
    /* display: none; */
    z-index: 50000;
    background: rgba(255, 255, 255, 0.7);
    position: fixed;
    width: 100%;
    height: 100%;
}

.is-mobile .spinner-view .busyIndicator {
    margin-top: 50%;
    width: 105px;
    margin-left: auto;
    margin-right: auto;
}

.is-not-mobile .spinner-view .busyIndicator {
    position: fixed;
    top: 45%;
    left: 50%;
}

.spinner-view .busyIndicator .ie11.spinner {
    display: none;
    width: 120px;
    height: 120px;
    animation: spinner 2.5s linear infinite;
    background-size: 120px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .spinner-view .busyIndicator .ie11.spinner {
        display: block;
    }

    .spinner-view .busyIndicator .circular {
        display: none;
    }
}

@keyframes spinner {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.spinner-view .circular {
    animation: spinnerrotate 4s linear infinite;
    transform-origin: center center;
    width: 120px;
    height: 120px;
}

.spinner-view .track {
    stroke: #f4f5f8;
    stroke-width: 2px;
}

.spinner-view .path {
    stroke-dasharray: 1, 200;
    stroke-width: 2px;
    animation: spinnerdash 4s cubic-bezier(0.15, 0, 0, 1) infinite, spinnercolor 4s linear infinite;
    stroke-linecap: round;
}

@keyframes spinnerrotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spinnerdash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 126, 200;
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dasharray: 126, 200;
        stroke-dashoffset: -126;
    }
}

@keyframes spinnercolor {
    0% {
        stroke: #108000;
    }

    50% {
        stroke: #2CA01C;
    }

    100% {
        stroke: #2CA01C;
    }
}

/* spinner */

/* File View */

.boxelement
{
  height: 130px;
  padding: 10px; 
  background: #FFF;    
}
.boxelement:hover { 
  background-color: #f3f4f4;
}

.boxelement img
{
    max-height: 100px !important;
    max-width: 100px !important;
    margin: 0px auto;
}

.bg-light-yellow
{
   background-color: #f1f1ea !important;
}
.img-name-lst
{
    font-size: 12px;
    word-break: break-all;
    margin-right: 5px;
    line-height: 15px;
}
.icn-btm
{
    position:absolute;
    bottom:0;
    float: right;
}

.lbl-add
{
    display: inline;
    padding: .2em .6em .3em;
    font-size: 50%;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.hidden-field {
    visibility: hidden;
    width: 0;
    position: absolute;
}

.hidden-project, .hidden-field {
    visibility: hidden;
    width: 0;
    position: absolute;
}

.popmodal {
    grid-template-rows: 100px auto 100px;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050;
    background: rgba(0, 0, 0, 0.5);
    -webkit-animation: expand 1s;
    padding-top: 10%;
}

/*Popup CSS*/
.signpopmodal, .leadpopmodal {
    grid-template-rows: 100px auto 100px;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050;
    background: rgba(0, 0, 0, 0.5);
    -webkit-animation: expand 1s;
   /* padding-top: 2%;*/
   overflow: auto !important;
}

.commonpopmodal {
    grid-template-rows: 100px auto 100px;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050;
    background: rgba(0, 0, 0, 0.5);
    -webkit-animation: expand 1s;
    /*padding-top: 2%;*/
    overflow: auto !important;
    padding-bottom: 2% !important;
}

.border-null {
    border-left: 0;
    border-top: 0;
    border-right: 0;
    width: 70%;
    border-bottom: 1px gray solid;
    margin-left: 15%;
    margin-top: 30px;
}

.mb10{
    margin-bottom: 10px;
}

.ml75{
    margin-left: 75%;
}

.ml25{
    margin-left: 25%;
}
.bdr1{
    border: 1px solid #e5e9ec;
}

.p20
{
    padding: 20px;
}

.mr-lft
{
    margin-left: 60px;
}

.container-setting
{
    margin-left: 2%;
    margin-right: 2%;
}

#frm_settings li.nav-item {
    width: 16.66%;
    text-align: center;
}

.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    background: gainsboro;
}

.btn-wdt{
    width: 100%;
    text-align: left;
}

.project-popup-button {
    width: 100%;
    text-align: left;
}

.directory-popup-button {
    width: 100%;
    text-align: left;
}
/*Project Pop up */
#projectSelectorModal .dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

#projectSelectorModal .dd-handle {
    display: block;
    height: 34px;
    margin: 5px 0;
    padding: 6px 10px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid #CCC;
    background: #F6F6F6;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    cursor: pointer;
}

#meetingSelectorModal .dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

#meetingSelectorModal .dd-handle {
    display: block;
    height: 34px;
    margin: 5px 0;
    padding: 6px 10px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid #CCC;
    background: #F6F6F6;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    cursor: pointer;
}

#modalMultiDirectories .dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 98%;
}

#modalMultiDirectories .dd-handle {
    display: block;
    height: 34px;
    margin: 5px 0;
    padding: 6px 10px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid #CCC;
    background: #F6F6F6;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    cursor: pointer;
}

#modalEmailMultiDirectories .dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 98%;
}

#modalEmailMultiDirectories .dd-handle {
    display: block;
    height: 34px;
    margin: 5px 0;
    padding: 6px 10px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid #CCC;
    background: #F6F6F6;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    cursor: pointer;
}

.dd-handle:hover {
    color: #0088cc !important;
}

.dd-handle:hover {
    color: #CCC;
    background: #fff;
}

.dd-handle {
    height: inherit !important;
}

.modal-header{
    color: #33353F;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    padding: 0;
    text-transform: none;
}    

.project-list, .directory-list, .meeting-list {
    height: 500px;
    overflow-y: auto;
}

#projectSelectorModal .selected-group .project-list {
    height: 400px;
    overflow-y: auto;
}

.center {
    text-align: center;
}

#modalMultiDirectories .nav-tabs.nav-justified, #projectSelectorModal .nav-tabs.nav-justified , #meetingSelectorModal .nav-tabs.nav-justified {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    margin-bottom: -1px;
    width: 100%;
    border-bottom: 0;
    display: block;
}

#modalEmailMultiDirectories .nav-tabs.nav-justified {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    margin-bottom: -1px;
    width: 100%;
    border-bottom: 0;
    display: block;
}

#modalMultiDirectories .nav>li>a, #modalEmailMultiDirectories .nav>li>a , #projectSelectorModal .nav>li>a, #meetingSelectorModal .nav>li>a {
    padding: 10px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

.nav-tabs.nav-justified li.active a, .nav-tabs.nav-justified li.active a:hover, .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #555;
    border-top-width: 3px;
    border-left: none;
    border-right: none;
}

.nav-tabs.nav-justified li.active a {
    border-bottom: 1px solid #FFF;
}

.nav-tabs.nav-justified li.active a, .nav-tabs.nav-justified li.active a:hover, .nav-tabs.nav-justified li.active a:focus {
    background: #FFF;
    border-left-color: #EEE;
    border-right-color: #EEE;
    border-top: 3px solid #555;
    color: #555;
}

.nav-tabs.nav-justified li:last-child a, .nav-tabs.nav-justified li:last-child a:hover {
    border-radius: 0 5px 0 0;
    border-right: none;
}

.nav-tabs.nav-justified li:first-child a, .nav-tabs.nav-justified li:first-child a:hover {
    border-radius: 5px 0 0 0;
    border-left: none;
}

.tab-content {
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    background-color: #FFF;
    border: 1px solid #EEE;
    border-top: 0;
    padding: 15px;
}

ul.widget-todo-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

ul, menu, dir {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

#modalMultiDirectories .selection-group .dd-list li{

    cursor: pointer;
    list-style: none;
}

#modalEmailMultiDirectories .selection-group .dd-list li{

    cursor: pointer;
    list-style: none;
}

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

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

ul.widget-todo-list li {
    border-bottom: 1px dotted #ddd;
    padding: 15px 15px 15px 0;
    position: relative;
}

#modalMultiDirectories .selected-group .directory-list .widget-todo-list li.ui-sortable-handle label.todo-label:nth-child(1) {
    width: 100%;
}

#modalEmailMultiDirectories .selected-group .directory-list .widget-todo-list li.ui-sortable-handle label.todo-label:nth-child(1) {
    width: 100%;
}

#projectSelectorModal .selected-group .directory-list .widget-todo-list li.ui-sortable-handle label.todo-label:nth-child(1) {
    width: 100%;
}

#meetingSelectorModal .selected-group .directory-list .widget-todo-list li.ui-sortable-handle label.todo-label:nth-child(1) {
    width: 100%;
}

#modalMultiDirectories .selected-group .directory-list .widget-todo-list li.ui-sortable-handle label.todo-label {
    text-align: left;
    /*width: calc(100% - 82px);*/
    width: calc(70% - 57px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;

}

#modalMultiDirectories .pull-right.contact-type,#modalEmailMultiDirectories .ui-sortable-handle .pull-right{
    padding-right: 19%;
}

@media (min-width:1366px) and (max-width:1367px) {

    #modalMultiDirectories .pull-right.contact-type,#modalEmailMultiDirectories .ui-sortable-handle .pull-right{
        padding-right: 0;
    }
}

@media only screen and (max-width: 944px) {
    #modalMultiDirectories .pull-right.contact-type,#modalEmailMultiDirectories .ui-sortable-handle .pull-right{
        padding-right: 0;
    }
}

#projectSelectorModal .selected-group .project-list .widget-todo-list li.ui-sortable-handle label.todo-label {
    text-align: left;
    width: calc(100% - 82px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
}

#meetingSelectorModal .selected-group .project-list .widget-todo-list li.ui-sortable-handle label.todo-label {
    text-align: left;
    /*width: calc(100% - 82px);*/
    width: calc(70% - 57px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
}

#modalEmailMultiDirectories .selected-group .directory-list .widget-todo-list li.ui-sortable-handle label.todo-label {
    text-align: left;
    /*width: calc(100% - 82px);*/
    width: calc(70% - 57px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
}

ul.widget-todo-list li .checkbox-custom {
    margin-bottom: 0;
}

.checkbox-custom:last-child, .checkbox-custom:last-of-type {
    margin-bottom: 0;
}

.checkbox-custom {
    padding: 0 0 0 25px;
    margin-bottom: 7px;
    margin-top: 0;
}

.checkbox-custom input[type="checkbox"] {
    position: absolute;
    top: 45%;
    left: 3px;
    margin: -6px 0 0 0;
    z-index: 2;
    cursor: pointer;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

#modalMultiDirectories .search-input{
    width: 65%;
    margin-bottom: 1%;
}

#modalEmailMultiDirectories .search-input{
    width: 65%;
    margin-bottom: 1%;
}

@media (min-width:1366px) and (max-width:1367px) {

    #modalEmailMultiDirectories .search-input {
        width: 63%;
    }
}

@media (min-width:1361px) and (max-width:1362px) {

    #modalMultiDirectories .search-input{
        width: 65%;
    }

    #modalEmailMultiDirectories .search-input{
        width: 65%;
    }
}

@media (min-width:1439) and (max-width:1441px) {

    #modalMultiDirectories .search-input{
        width: 63% !important;
    }

    #modalEmailMultiDirectories .search-input{
        width: 63% !important;
    }
}

#modalMultiDirectories .new-directory{
margin-top: 4px;
}

#modalEmailMultiDirectories .new-directory{
margin-top: 4px;
}

#modalMultiDirectories .groupDiv {
    border: 1px solid #CCC;
    background: #F6F6F6;
    padding: 5px;
    height: 34px;
    color: #333;
    font-weight: bolder;
    font-size: 15px;
    margin-top: 10px;
}

#modalEmailMultiDirectories .groupDiv {
    border: 1px solid #CCC;
    background: #F6F6F6;
    padding: 5px;
    height: 34px;
    color: #333;
    font-weight: bolder;
    font-size: 15px;
    margin-top: 10px;
}

.email-label{
    margin-bottom: 0;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c9c9c9 !important;
  opacity: 1 !important; /* Firefox */
}

::-webkit-input-placeholder { /* WebKit browsers */
     color: #c9c9c9 !important;
     opacity: 1 !important;
}

.key-label{
   color: black;
   font-size: 12px;
   font-weight: 500;
   letter-spacing: 0.5px;
}

.key-label-dashboard{
   color: black;
   font-size: 13px;
   font-weight: 500;
   letter-spacing: 0.5px;
}

.value-label
{
    
}

h1.header_title.pull-left {
    margin-top: 10px;
}

.topic_text_read_more{
    height: 600px;
    overflow-y: auto;
}

.awsFiles-div .image, .awsFiles-div .document, .awsModuleFiles .image, .awsModuleFiles .document, .awsFiles-div-preview .image {
    display: inline-block;
    margin-top: 5px;
    vertical-align: top;
    margin-left: 2px; 
    width: 122px;
    height: 100px;
}

.aws-file-label {
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
}

.awsFiles-div img.img-responsive.file-image, .awsFiles-div-preview img.img-responsive.file-image
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    padding-right: 10px;
}

.model-overflow {
   /* height: 500px;*/
    overflow-y: auto;
}

#frm_add_safety_meeting_group .dropdown-menu.show, #frm_add_safety_meeting_individual .dropdown-menu.show
{
    min-width: 300px !important;
    max-width: 320px !important;
}

#frmAddFilter .dropdown-menu.show{
    min-width: 300px !important;
    max-width: 300px !important;
}

@media screen and (max-width: 1920px) {
      #frm_add_safety_meeting_group .dropdown-menu.show, #frm_add_safety_meeting_individual .dropdown-menu.show
    {
        min-width: 360px !important;
        max-width: 360px !important;
    }
    #frmAddFilter .dropdown-menu.show{
        min-width: 440px !important;
        max-width: 470px !important;
    }
}

@media screen and (max-width: 1680px) {
      #frm_add_safety_meeting_group .dropdown-menu.show, #frm_add_safety_meeting_individual .dropdown-menu.show
    {
        min-width: 315px !important;
        max-width: 315px !important;
    }
}

#safetymeetingfilter .dropdown-menu.show,#filterFile .dropdown-menu.show,#safetyMeetingDiv .dropdown-menu.show,#addScheduleMeetingPop .dropdown-menu.show
{
    min-width: 100% !important;
    max-width: 100% !important;
}

.error
{
    color: red;
    margin-top: 2px;
}

.has-error .form-control {
    border-color: #B94A48;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.required {
   display: inline-block;
   color: #d2322d;
   font-size: 0.8em;
   font-weight: bold;
   position: relative;
   top: -0.2em;
}

#modalMultiDirectories .selection-group .selected div, #modalEmailMultiDirectories .selection-group .selected div, #modalCompanyItems .selection-group .selected div, #projectSelectorModal .selection-group .selected div, #meetingSelectorModal .selection-group .selected div {
    color: #0088cc;
}

.edit .row, .preview .row{
    margin-right: 0px;
}

.chart_section .table-responsive tbody tr td{
    cursor: pointer;
}

/*For Dashboard Widgets*/
#my-details .form-group .checkbox-custom.checkbox-inline {
    margin-top: 7px;
    padding-top: 0;
}
#my-details .checkbox-custom:last-child, .checkbox-custom:last-of-type {
    margin-bottom: 0;
}
#my-details .checkbox-custom.checkbox-inline {
    display: inline-block;
    vertical-align: middle;
}

/*Page Scroll*/
.nano {height: 70vh; }
.custom-report-tbl {height: 35vh !important; }/*For Custom Report*/
@media only screen and (max-width: 1920px)  {
    .nano {height: 70vh; }
}

@media only screen and (max-width: 1600px)  {
    .nano {height: 60vh; }   
}

@media only screen and (max-width: 1350px)  {
    .nano {height: 50vh; }
}

@media only screen and (max-width: 1280px)  {
    .nano {height: 60vh; }
}

@media only screen and (max-width: 1024px)  {
    .nano {height: 45vh; }
}
.nano > .nano-content { padding: 10px; }
.nano > .nano-pane   { background: #888; }
.nano > .nano-pane > .nano-slider { background: #2a3142; }
.nano > .nano-content > .table{ width: 99% !important; }


/*Global Search*/

.custom-title-dashboard {
    margin-bottom: 0;
    color: #53505f;
    font-size: 18px;
    font-weight: 500;
    text-transform: none;    
}
/*hide paginatiopn scroll bar*/
.nano-pane{
    display: block !important;
}

/*Image Edit and Delete Icon*/

#awsFilesDic button{
    background-color: transparent;
    border: none;
}

#awsFilesDic .fa-edit::before, .fa-pencil-square-o::before {
   color: #0088cc;
    font-size: 20px;
    margin-top: 2px;
}

#awsFilesDic .fa-trash-o::before, .fa-pencil-square-o::before {
   color: #d2322d;
    font-size: 20px;
}

#awsFilesDic .btn.btn-primary.btn-sm.btn-preview {
    margin-top: 5px;
}

#awsFilesDic
.btn:active,
.btn:focus,
.btn.active,
.btn:active:focus {
   background-image: none;
   outline: 0;
   -webkit-box-shadow: none;
   box-shadow: none;
}

@media only screen and (max-width: 1366px) {
  #modalEmailMultiDirectories .modal-content{
        width: 80% !important;
        right: 1%!important;
        left: 10%!important;
        max-width: 100%!important;
        top: 5%!important;
        height: 620px;
        margin-bottom: 2%;
  }
  #modalEmailMultiDirectories .modal-content .directory-list{
        width: 100% !important;
        height: 380px;
  }
  #modalEmailMultiDirectories .search-input {
        width: 65%;
        margin-bottom: 1%;
  }

  #modalMultiDirectories .modal-content{
        width: 80% !important;
        right: 1%!important;
        left: 10%!important;
        max-width: 100%!important;
        top: 5%!important;
        height: 620px;
        margin-bottom: 2%;
  }
  #modalMultiDirectories .modal-content .directory-list{
        width: 100% !important;
        height: 380px;
  }
  #modalMultiDirectories .search-input {
        width: 65%!important;
        margin-bottom: 1%!important;
  }
  /*Project Popup*/
  #projectSelectorModal .modal-content{
        height: 600px;
        margin-bottom: 2%;
  }
  #projectSelectorModal .modal-content .project-list{
        height: 450px;
  }
}

@media only screen and (max-width: 1400px) {
  #modalEmailMultiDirectories .modal-content{
        width: 80% !important;
        right: 1%!important;
        left: 10%!important;
        max-width: 100%!important;
        top: 5%!important;
        height: 530px;
        margin-bottom: 2%;
  }
  #modalEmailMultiDirectories .modal-content .directory-list{
        width: 100% !important;
        height: 280px;
  }
  #modalEmailMultiDirectories .search-input {
        width: 65%;
        margin-bottom: 1%;
  }

  #modalMultiDirectories .modal-content{
        width: 80% !important;
        right: 1%!important;
        left: 10%!important;
        max-width: 100%!important;
        top: 5%!important;
        height: 530px;
        margin-bottom: 2%;
  }
  #modalMultiDirectories .modal-content .directory-list{
        width: 100% !important;
        height: 280px;
  }
  #modalMultiDirectories .search-input {
        width: 65%!important;
        margin-bottom: 1%!important;
  }
  /*Project Popup*/
  #projectSelectorModal .modal-content{
        height: 550px;
        margin-bottom: 2%;
  }
  #projectSelectorModal .modal-content .project-list{
        height: 400px;
  }
  #projectSelectorModal .modal-content .selected-group .tab-content .project-list{
        height: 305px;
  }
}

@media (min-width:1023px) and (max-width:1025px) {
     #modalEmailMultiDirectories .modal-content{
        width: 99% !important;
        right: 1%!important;
        left: 0!important;
        max-width: 100%!important;
        top: 5%!important;
      }
      
      #modalMultiDirectories .modal-content{
            width: 99% !important;
            right: 1%!important;
            left: 0!important;
            max-width: 100%!important;
            top: 5%!important;
      }

      #modalMultiDirectories .pull-right.contact-type,#modalEmailMultiDirectories .ui-sortable-handle .pull-right{
            padding-right: 0;
      }
      
}

@media only screen and (max-width: 1300px) {
    #modalMultiDirectories .pull-right.contact-type,#modalEmailMultiDirectories .ui-sortable-handle .pull-right{
            padding-right: 0;
      }
}

.view-signature-div .image {
    display: inline-block;
    margin-top: 5px;
    vertical-align: top;
    margin-left: 2px; 
}

/*Dropzone Preview Image Size in popup*/
.dropzone .dz-preview .dz-image {
    width: 110px;
    height: 110px;
}

.dropzone {
    padding: 2px 2px;
}

@media only screen and (max-width: 1450px) {
    #license_text label{
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
}

#modalMultiDirectories ul.widget-todo-list li.ui-sortable-handle,#modalEmailMultiDirectories ul.widget-todo-list li.ui-sortable-handle,#projectSelectorModal ul.widget-todo-list li.ui-sortable-handle{
height: 33px;
}


/* 5 Columns For Files*/

.col-xs-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    width: 16.66%;
    float: left;
}

@media only screen and (max-width: 1500px)  {
    .col-xs-15 {
        width: 20%;
        float: left;
    }
}

@media only screen and (max-width: 1200px)  {
    .col-xs-15 {
        width: 25%;
        float: left;
    }
}

@media only screen and (max-width: 992px)  {
    .col-xs-15 {
        width: 33.3333%;
        float: left;
    }
}

@media only screen and (max-width: 760px)  {
    .col-xs-15 {
        width: 50%;
        float: left;
    }
}

/*Date Formate*/
@media only screen and (max-width: 1500px)  {
    .custom-date-width {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media only screen and (max-width: 1200px)  {
    .custom-date-width {
        flex: 0 0 23%;
        max-width: 23%;
    }
}

@media only screen and (max-width: 1100px)  {
    .custom-date-width {
        flex: 0 0 26%;
        max-width: 26%;
    }
}

/*Date Formate incident Date*/
@media only screen and (max-width: 1500px)  {
    .custom-date-width-incident-date {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media only screen and (max-width: 1300px)  {
    .custom-date-width-incident-date {
        flex: 0 0 26%;
        max-width: 26%;
    }
}

@media only screen and (max-width: 1200px)  {
    .custom-date-width-incident-date {
        flex: 0 0 30%;
        max-width: 30%;
    }
}

@media only screen and (max-width: 1100px)  {
    .custom-date-width-incident-date {
        flex: 0 0 34%;
        max-width: 34%;
    }
}

/*Date Formate incident time*/
@media only screen and (max-width: 1500px)  {
    .custom-date-width-incident-time {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media only screen and (max-width: 1300px)  {
    .custom-date-width-incident-time {
        flex: 0 0 24%;
        max-width: 24%;
    }
}

@media only screen and (max-width: 1200px)  {
    .custom-date-width-incident-time {
        flex: 0 0 30%;
        max-width: 30%;
    }
}

@media only screen and (max-width: 1100px)  {
    .custom-date-width-incident-time {
        flex: 0 0 34%;
        max-width: 34%;
    }
}

/*Search In Select Result*/
.bootstrap-select .no-results {
    padding: 3px;
    background: #fff;
    margin: 0 14px;
    white-space: nowrap;
    margin-bottom: 5px;
    font-size: 14px;
}

.bs-searchbox .form-control{
    height: 30px;
}

.fit-text-div{
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
}

.form-button-active{
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.archive-record{
    margin-right: auto;
    margin-left: 6px;
    background: #e7a688;
}

.active-record{
    margin-right: auto;
    margin-left: 6px;
    background: #a2c596;
}

#tb_add_group_employee-error{
    color:#a94442;
    position: absolute;
    width: 100%;
    top: 28px;
    line-height: 34px;
    left: 17px;
}

ul.widget-todo-list li:last-child {
    border-bottom: 0 none;
}

.tbl-no-data-found{
    position: absolute;
}

.login-content .logo .logo-default{
    width: 60%;
}

.image-box img
{
    max-height: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.message_notification_count {
    background: #777;
    color: #FFF;
    font-size: 10px;
    font-weight: normal;
    height: 16px;
    padding: 3px 5px 3px 5px;
    position: absolute;
    right: -8px;
    top: 9px;
    border-radius: 100%;
}

.unread_msg_hr.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: 0.5;
    background-image:none !important;
}
.unread_msg_hr.hr-text:before {
    content: "";
    background: linear-gradient(to right, transparent, #818078, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}
.unread_msg_hr.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: #000;
    padding: 0 0.5em;
    line-height: 1.5em;
    background-color: #fcfcfa;
    left: -90px;
}

.awsFiles-div .image, .awsFiles-div .document, .awsModuleFiles .image, .awsModuleFiles .document, .awsFiles-div-preview .image {
    display: inline-block;
    margin-top: 5px;
    vertical-align: top;
    margin-left: 2px; 
}

#awsNotesFiles .image-thumb img, .image-signature img, .image-assoc img {
    max-width: 130px!important;
    height: 100px;
    margin-right: 2vh;
    border-radius: 15px;
    object-fit: cover;
}

.awsNotesFiles-div .image, .awsNoteFiles-div .image,
.awsNotesFiles-div .document, .awsNoteFiles-div .document {
    display: inline-block;
    vertical-align: top;
}

.pdf_details pre{
    white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
    white-space: -pre-wrap; /* Opera */
    white-space: -o-pre-wrap; /* Opera */
    white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
}

label.btn.btn-danger.btn-sm.action-required{
    margin-bottom:0px;
}

.customer-projects-dropdown,.customer-projects-dropdown .btn.dropdown-toggle{
    width:250px;
}

.file-view-icon{
    font-size: 20px;
    margin: 1px 9px 1px 1px;
    vertical-align: middle;
    cursor: pointer;
}

.folder_view {
    cursor: pointer;
    text-transform: capitalize;
}

.folder_res_files .image-box .document img{
    object-fit:contain;
}

.customer-projects-dropdown-div .dropdown-menu ul{
    position: absolute !important;
}

.customer-projects-dropdown-div .dropdown-menu.show ul{
    position: static !important;
}

.no-data-folder-file{
    margin: 20px auto auto 30%;
}

/* For Files & Photos */
.files-module .row, .files-module .row{
    align-content:flex-start;
}

.file-nano {height: calc(100vh - 300px);}
.folder_files {
    height: calc(100vh - 350px);
    overflow-x:auto;
}
/* End */

@media only screen and (max-width: 600px)  {
    #UploadSignModal .modal-content{
        width: 100% !important;
    }

    #signatureCollectSection .panel-custom{
        padding: 20px 90px;
    }
}

