/* 
light blue #99a1b5
dark blue #0e1a3b

Top bar #364260
*/

/* For WebKit browsers (Chrome, Safari, Opera, and many mobile browsers) */
::-webkit-scrollbar {
  display: none; 
  width: 0;  
  background: transparent; 
}

/* For Firefox */
html {
  scrollbar-width: none;  
}

/* For Internet Explorer and Edge */
html {
  -ms-overflow-style: none;  
}

.offcanvas-header {
    background: #0e1a3b;
}

.bold, b, strong {
    font-family: 'Metropolis Bold' !important;
    font-weight: 900 !important;
}

.regular {
    font-family: 'Metropolis Regular' !important;
    font-weight: 400 !important;    
}

.normal, td, div, p, body, html {
    font-size: 16px !important;
    font-family: 'Metropolis Regular' !important;
}

.huge {
   font-size: 22px !important; 
}

.largest {
    font-size: 20px !important;
}

.larger {
    font-size: 18px !important;
}

.smaller {
    font-size: 14px !important;
}

.smallest {
    font-size: 12px !important;
}

.low, .lowercase {
    text-transform:lowercase !important;
}

.up, .uppercase {
    text-transform:uppercase !important;
}

.bb-grey {
    border-bottom: thin solid #c1c1c1;
}

.tiny {
    font-size: 10px !important;
}

.lh18 {
    line-height: 18px;
}

.lh16 {
    line-height: 16px;
}

.lh14 {
    line-height: 14px;
}


.lh12 {
    line-height: 12px;
}

.caps {
    text-transform: uppercase !important;
}

.bg-n {
    background:none;
}

.bb-t-grey {
    border-bottom: thin solid #c1c1c1;
}



/* heading sizes */

h1 {
  font-size: 30px;
  font-family: 'Metropolis Bold' !important;
}

h2 {
  font-size: 28px;
  font-family: 'Metropolis Bold' !important;
}

h3 {
  font-size: 26px;
  font-family: 'Metropolis Bold' !important;
}

h4 {
  font-size: 24px;
  font-family: 'Metropolis Bold' !important;
}

h5 {
  font-size: 22px;
  font-family: 'Metropolis Bold' !important;
}

h6 {
  font-size: 20px;
  font-family: 'Metropolis Bold' !important;
}


h1,h2,h3,h4,h5,h6  {
    text-transform: capitalize;
}

.f-l {
    float: left;
}

.u-line {
    border-bottom: thin solid #c1c1c1 !important;
}

.cptl {
   text-transform: capitalize !important; 
}

/* buttons */
.bg-primary {
    background: #0e1a3b !important;
    color: #FFF;
}

.bg-secondary {
  background: #fff !important;
  color: #0e1a3b;
}

.bg-success {
  background: #34C759 !important;
  color: #FFF;
}

.bg-danger {
  background: #EC4433 !important;
  color: #FFF;
}

.bg-warning {
  background: #FE9500 !important;
  color: #FFF;
}

.bg-info {
  background: #592BCA !important;
  color: #FFF;
}

.bg-light {
  background: rgba(255, 255, 255, 0.5) !important;
}

.bg-dark {
  background: #222 !important;
  color: #FFF;
}

.darkblue {
    color: #0e1a3b !important;
}

.lightblue {
    color: #99a1b5 !important;
}

.grey {
    color: #c1c1c1 !important;
}

.green {
	color: green !important;
}

.red {
	color: red !important;
}


.black {
    color: black !important;
}

.dropdown-item, .dropdown-item a {
    text-transform: capitalize !important;
}


/* pointers */
.clickable:active,
.clickable:focus,
.active-link:active,
.active-link:focus {
    /*
    background: #c1c1c135 !important;
    */
    padding: 5px;
    border-radius: 5px;
    border: thin dashed #4d4d4da8 !important;
}

/* header section */
.header-logo {
	width: 100px;
}

#company i {
	color: white !important;
}

#home .chevron {
	display: none;
}

#home .page-title { 
	display: none;
}

#dashboard {
    background: #364260 !important;
    color: white !important;
}

/* .img-logo */ 
#company .img-logo,
#entity .img-logo,
#invite .img-logo,
#pending .img-logo,
#myprofile .img-logo,
#job .img-logo,
#dashboard .img-logo,
#procedures .img-logo,
#actions .img-logo {
	display: none;
}

/* right */
#invite .right,
#myprofile .right {
	display: none ;
}

/* .refreash-button */
#home .refreash-button,
#company .refreash-button,
#pending .refreash-button {
	display: none;
}

#company .directory-menu,
#entity .directory-menu,
#pending .directory-menu,
#myprofile .directory-menu,
#job .directory-menu {
	display: none;
}

#entity .headerButton,
#pending .headerButton,
#myprofile .headerButton,
#job .headerButton,
#dashboard .headerButton,
#procedures .headerButton,
#actions .headerButton {
	color: #ffffff !important;
}


#dashboard .directory-menu a {
    color: #ffffff !important;
}


/* notification popup */
#ajax-notice .subtitle, #ajax-notice .text {
    color: #3a3a3a !important;
}


/* jobs top select menu */

#jselect {
    background: #364260;
    color: white;
    font-size: 18px;
    border: 0;
    font-weight: 900;
    text-transform: uppercase;
}


.right .refreash-button,
.right .directory-menu {
    min-width: 36px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    position: relative;
}


.mobile-top-bar {
    margin-top:-35px;
    height:48px;
    background:white;
    position:fixed;
    width:100%;
    padding: 0 16px;
}


.mtb-lhs {
    width:25%;
    height:60px;
    float:left;
}

.mtb-cen {
    width:50%;
    height:60px;
    float:left;
    text-align:center;
}

.mtb-rhs {
    width:25%;
    height:60px;
    float:right;
    text-align:right;
}



/* general formatting */
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}



#notification-get .subtitle, #notification-get .text {
    color: #3a3a3a !important;
}

.modal {
	z-index: 99999 !important;
}


/* sidebar menu */
ul.listview li a.item {
    width: 90%;
    float: left;
    height: 66px;
}

.menu-plus {
    width: 10%;
    float: right;
    height: 66px;
    padding-top: 25px;
}

a.item .in {
    font-size: 17px !important;
    font-family: 'Metropolis Regular' !important;
    letter-spacing: -0.6px !important;
    line-height: 30px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
}

ul.listview li {
    width: 100%;
    float: left;
    height: 54px;
}

.clickable {
    cursor: pointer !important;
}

.user-avator ion-icon {
    width: 24px !important;
    height: 24px !important;
    background-color: #ffffff;
    padding: 8px;
    color: #848282;
    border-radius: 30px;
}

.type-select {
	width: 100%;
	height: 40px;
	background: white;
	float: left;
}

.directorybox {
    height: 56px;
    width: 399px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    align-items: center;
    position: relative;
    background: #0e1a3b;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    position: fixed;
    z-index: 100;
    right: 0; 
    top: 0; 
    margin-top: env(safe-area-inset-top);    
}


/* for All mobile */
@media only screen and (max-width: 992px) { 
    
    .wide-block {
	    margin: 0px;
    }    
    
    #jselect {
        font-size: 14px;
    }    
    
    .offcanvas-end, .directorybox { 
	    width: 100% !important;
    }    

	/* old paddings/margins */
	.m-lr-0-d {
	    margin-left: 0 !important;
	    margin-right: 0 !important;
	}

	.m-r-0-d {
	    margin-right: 0 !important;
	}

	.m-l-0-d  {
	    margin-left: 0 !important;
	}

	.m-r-1-d {
	    margin-right: 10 !important;
	}

	.m-l-1-d  {
	    margin-left: 10 !important;
	}    

	.m-r-32-d {
	    margin-right: 32px !important;
	}

	.m-l-32-d  {
	    margin-left: 32px !important;
	}

	.m-t-12-d {
	    margin-top: 120px !important;
	}

	.m-t-2-d {
	    margin-top: 20px !important;
	}      

	.m-t-4-d {
	    margin-top: 40px !important;
	}       

	.m-t-6-d {
	    margin-top: 60px !important;
	}   

	.m-t-8-d {
	    margin-top: 80px !important;
	}       

	.m-t--12-d {
	    margin-top: -120px !important;
	}

	.m-t--6-d {
	    margin-top: -60px !important;
	}    

    .dv {
        display: none !important;
    }
    
    .section {
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 100% !important; 
		height: 100vh;   
		border: none; 
		overflow-y: scroll !important;
    }
    
    .extraHeader {
        width: 100%;
        margin: 0 auto;
        display: flex !important; 
    }    
    
    .wide-block {
        width: 100% !important;
    }
    
    #appCapsule {
        width: 100% !important;
        display: flex !important; 
		left:0;
		position: fixed;  
    }
    
    .offcanvas-start {
        width: 100% !important;
    }
    
    

}



/* for all tops */
@media only screen and (min-width: 993px) { 
    
    .wide-block {
	    margin: 16px;
    }      

	/* old paddings/margins */
	.p-lr-40-d {
    	padding: 0 40px !important;
	}

	.p-lr-0-d {
	    padding-left: 0 !important;
	    padding-right: 0 !important;
	}

	.p-r-0-d {
	    padding-right: 0 !important;
	}

	.p-l-0-d {
	    padding-left: 0 !important;
	}

	.p-r-32-d {
	    padding-right: 32px !important;
	}

	.p-r-34-d {
	    padding-right: 34px !important;
	}    

	.p-l-32-d {
	    padding-left: 32px !important;
	} 

	.p-r-4-d {
	    padding-right: 41px !important;
	}        

	.p-r-5-d {
	    padding-right: 50px !important;
	}    

	.p-r-64-d {
	    padding-right: 64px !important;
	}

	.p-l-64-d {
	    padding-left: 64px !important;
	}    

	.p-r-16-d {
	    padding-right: 16px !important;
	}

	.p-l-16-d {
	    padding-left: 16px !important;
	}   

    .mv {
        display: none !important;
    }

    .section {
		margin-left: auto;
		margin-right: auto;
		width: 900px; 
		height: 100vh;   
		border: none; 	
    }
    
    .extraHeader {
        max-width: 900px;
        margin: 0 auto;
    }
    
}



/* general stuff */

.menu-devider {
    width:78%;
    float:left;
    background:#c1c1c1;
    height:1px;
    margin:25px 20px 20px 40px;
}

.line-below {
	border-bottom: thin solid #c1c1c1;
}

.line-above{
	border-top: thin solid #c1c1c1;
}

.line-break {
	width: 100%;
	border-top: thin solid #c1c1c1;
	float: left;
	height: 2px;
}

.bottom-100 {
	width: 100%;
	float: left;
	height: 100px;
}

.bottom-200 {
	width: 100%;
	float: left;
	height: 200px;
}

.bottom-400 {
	width: 100%;
	float: left;
	height: 400px;
}

.page-filler {
    width: 100%;
    height: 100px;
    float: left;
}

.b-top {
    border-top: thin solid #c1c1c1; 
}

.b-bottom {
    border-bottom: thin solid #c1c1c1; 
}

.w-dash {
    width:1100px !important;
    margin:0 auto;
}

.v-s, .s-v, .scroll {
    overflow-y: auto;
    height:100vh;
}


.w-100 {
	width: 100%;
}

.f-l {
	float: left;
}

.f-r {
	float: right;
}

.h-200 {
    height:200px;
}


.h-100 {
    height:100px;
}

.h-50 {
    height:50px;
}

.info-container {
	width: 100%;
	float: left;
	padding: 20px 0;
}

.display-none {
	display: none;
}

.section {
	background: #ffffff;
}


.form-body {
    overflow-y: scroll !important;
    height: 90vh;
    float: left;
    width: 100%;
}

.nav-item {
    text-transform: capitalize;
}


.blank {
    border: 0;
    background: none;
}

.blank i {
    color: white
}


.thin-line {
    border-bottom: thin solid #c1c1c1;
    float: left;
    width: 100%;
    margin: 20px 0;
}


.hide {
    display: none !important;
}


.clickable {
    cursor: pointer !important;
}


.backgroundblack {
  background: black !important;
}

.zero-padding {
  padding:  0 0px !important;
}


.paddingtop20, .pt-2 {
  padding-top: 20px;
}

.paddingtop10, .pt-1 {
  padding-top: 10px;
}

.pt-02 {
    padding-top:2px;
}

.padding-left-right-zero {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.position-relative {
  position: relative !important;
}

.colorred .color-red {
  color: red !important;
}

.ciqu-blue {
  background: #364260 !important;
}

.fontwhite, .white {
  color: white !important;
}

.color-black, .black {
    color: black;
}


.color-main {
  color: #364260 !important
}

.opacity-five {
    opacity: .5;
}

.opacity-three {
    opacity: .3;
}

.form-option-select {
	width: 100%; 
	background: #ffffff; 
	position: absolute; 
	z-index: 999;
	padding-top: 10px;
}

.h-0 {
	height: 0px;
	width: 100%;
	float: left;
}

.h-2 {
	height: 2px;
	width: 100%;
	float: left;
}

.h-3 {
	height: 3px;
	width: 100%;
	float: left;
}

.h-5 {
	height: 5px;
	width: 100%;
	float: left;
}

.h-10 {
	height: 10px;
}

.h-20 {
	height: 20px;
}

.h-30 {
	height: 30px;
}

.h-40 {
	height: 40px;
}

.h-50 {
	height: 50px;
}

.h-60 {
	height: 60px;
}

.h-70 {
	height: 70px;
}

.h-80 {
	height: 80px;
}

.h-90 {
	height: 90px;
}

.h-100 {
	height: 100px;
}

.h-100px {
	height: 100px !important;
}

.w-100pe {
    width: 100% !important;
}

.h-100pe {
    height:100%;
}

.bg-grey {
    background: #c1c1c1;
}

.bg-black {
    background: #000000;
}

.bg-cq-grey {
    background: #0e1a3b;
}

.bg-cq-blue {
    background: #364260;
}

.bg-none {
    background: none;
}

.bbc-none {
    border-color: none;
}

.bbc-grey {
    border-color: #c1c1c1;
}

.bbc-black {
    border-color: #000000;
}

.bbc-cq-grey {
    border-color: #0e1a3b;
}

.bbc-cq-blue {
    border-color: #364260;
}

.bw-tk {
    border-width: thick;
}

.bw-tn {
    border-width: thin;
}

.bw-0 {
    border-width: 0 !important;
}

.f-l {
    float: left !important;
}

.f-r {
    float: right;
}

.lst-none {
    list-style-type:none;
}

.d-il {
   display:inline; 
}

.normal {
    font-weight:normal !important;
}


.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.width-100 {
	width: 100%;
}

.f-10 {
    font-size:10px !important;
}

.f-12 {
    font-size:12px !important;
}

.f-14 {
    font-size:14px !important;
}

.f-16 {
    font-size:16px !important;
}

.f-18 {
    font-size:18px !important;
}

.f-20 {
    font-size:20px !important;
}

.f-22 {
    font-size:22px !important;
}

.f-24 {
    font-size:24px !important;
}

.f-26 {
    font-size:26px !important;
}

.f-28 {
    font-size:28px !important;
}

.f-30 {
    font-size:30px !important;
}

.f-32 {
    font-size:32px !important;
}

.f-34 {
    font-size:34px !important;
}

.f-36 {
    font-size:36px !important;
}

.f-40 {
    font-size:40px !important;
}

.f-50 {
    font-size:50px !important;
}

.f-60 {
    font-size:60px;
}

.f-70 {
    font-size:70px;
}

.f-80 {
    font-size:80px;
}

.f-90 {
    font-size:90px;
}

.f-100 {
    font-size:100px;
}

.lh-10 {
    line-height: 10px;
}

.lh-12 {
    line-height: 12px;
}

.lh-14 {
    line-height: 14px;
}

.lh-16 {
    line-height: 16px;
}

.lh-18 {
    line-height: 18px;
}

.lh-20 {
    line-height: 20px;
}

.t-capz {
    text-transform: capitalize;
}

.t-upz {
    text-transform: uppercase;
}

.t-loz {
    text-transform: lowercase;
}

.p-10 {
    padding:10px;
}

.br-10 {
    border-radius:10px;
}

/* forms */



.form-label {
	margin-bottom: 8px !important;
	font-size: 12px;
}

.response-container {
	text-align: center;
}

.response-container i {
	font-size: 80px;
}

.t-0 {
    top:0 !important;
}

.b-0 {
    bottom:0 !important;
}

.l-0 {
   left:0 !important; 
}

.r-0 {
   right:0 !important; 
}


.t-a {
    top:auto !important;
}

.b-a {
    bottom:auto !important;
}

.l-a {
   left:auto !important; 
}

.r-a {
   right:auto !important; 
}


/* margin bottom */
.mb-0 {
	margin-bottom: 0px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-4 {
    margin-bottom: 40px !important;
}

.mb-6 {
    margin-bottom: 60px !important;
}

.mb-8 {
    margin-bottom: 80px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mb-120 {
    margin-bottom: 120px !important;
}

.mb-140 {
    margin-bottom: 140px !important;
}

.mb-160 {
    margin-bottom: 160px !important;
}

.mb-170 {
    margin-bottom: 170px !important;
}

.mb-08 {
	margin-bottom: 8px !important;
}

.mb-0 {
    margin-bottom:0 !important;
}


/* margin top */
.mt--2 {
    margin-top: -20px !important;
}

.mt--4 {
    margin-top: -40px !important;
} 

.mt-2 {
    margin-top: 20px !important;
}

.mt-4 {
    margin-top: 40px !important;
}   

.mt-6 {
    margin-top: 60px !important;
}   

.mt-8 {
    margin-top: 80px !important;
}   

.mt-10 {
    margin-top: 100px !important;
}

.mt-12 {
    margin-top: 120px !important;
}

.mt-14 {
    margin-top: 140px !important;
}

.mt-16 {
    margin-top: 160px !important;
}

.mt-17 {
    margin-top: 170px !important;
}


/* margin left */
.ml-05 {
    margin-left:5px !important;
}

.ml-1 {
    margin-left:10px !important;
}

.ml-2 {
    margin-left: 20px !important;
}

.ml-4 {
    margin-left: 40px !important;
}

.ml-6 {
    margin-left: 60px !important;
}

.ml-8 {
    margin-left: 80px !important;
}

.ml-10 {
    margin-left: 100px !important;
}

.ml-15 {
    margin-left: 150px !important;
}

.ml-20 {
    margin-left: 200px !important;
}

/* margin right */
.mr-2 {
    margin-right: 20px !important;
}

.mr-4 {
    margin-right: 40px !important;
}

.mr-6 {
    margin-right: 60px !important;
}

.mr-8 {
    margin-right: 80px !important;
}

.mr-10 {
    margin-right: 100px !important;
}

.m-0 {
	margin: 0;
}


/* padding bottom */
.pb-2 {
    padding-bottom: 20px !important;
}

.pb-4 {
    padding-bottom: 40px !important;
}

.pb-6 {
    padding-bottom: 60px !important;
}

.pb-8 {
    padding-bottom: 80px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pb-120 {
    padding-bottom: 120px !important;
}

.pb-140 {
    padding-bottom: 140px !important;
}

.pb-160 {
    padding-bottom: 160px !important;
}

.pb-170 {
    padding-bottom: 170px !important;
}


/* padding top */

.pt-03 {
    padding-top: 3px !important;
}

.pt-05 {
    padding-top: 5px !important;
}

.pt-1 {
    padding-top: 10px !important;
}

.pt-2 {
    padding-top: 20px !important;
}

.pt-3 {
    padding-top: 30px !important;
}

.pt-4 {
    padding-top: 40px !important;
}   

.pt-6 {
    padding-top: 60px !important;
}   

.pt-8 {
    padding-top: 80px !important;
}   

.pt-10 {
    padding-top: 100px !important;
}

.pt-12 {
    padding-top: 120px !important;
}

.pt-14 {
    padding-top: 140px !important;
}

.pt-16 {
    padding-top: 160px !important;
}

.pt-17 {
    padding-top: 170px !important;
}


/* padding left */
.pl-16 {
    padding-left: 16px !important;
}

.pl-1 {
    padding-left: 16px !important;
}

.pl-2 {
    padding-left: 20px !important;
}

.pl-32 {
    padding-left: 32px !important;
}

.pl-4 {
    padding-left: 40px !important;
}

.pl-6 {
    padding-left: 60px !important;
}

.pl-8 {
    padding-left: 80px !important;
}

.pl-10 {
    padding-left: 100px !important;
}



/* padding right */
.pr-16 {
    padding-right: 16px !important;
}

.pr-1 {
    padding-right: 16px !important;
}

.pr-2 {
    padding-right: 20px !important;
}

.pr-32 {
    padding-right: 32px !important;
}

.pr-4 {
    padding-right: 40px !important;
}

.pr-6 {
    padding-right: 60px !important;
}

.pr-8 {
    padding-right: 80px !important;
}

.pr-10 {
    padding-right: 100px !important;
}

.p-2 {
    padding: 20px;
}

.p-1 {
    padding: 10px;
}

.w-5 {
    width: 5% !important;
}

.w-10 {
    width: 10% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-50 {
    width: 50% !important;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-90 {
    width: 90% !important;
}

.w-100 {
    width: 100% !important;
}

.w-120 {
    width: 100% !important;
}

.a-but {
    padding: 3px 5px 5px 5px;
}

.d-menu {
    position: absolute; 
    inset: 0px auto auto 0px; 
    margin: 0px; transform: translate(0px, 42px);
    text-transform:capitalize;
}

.border-0, .b-0 {
    border:0 !important;
}

.h-fc {
    height: fit-content;
}

.d-fx {
    display:flex;
}

.form-group.basic {
    width:100%;
    float:left;
    height:auto;
}

.ta-l {
    text-align: left !important;
}

.ta-c {
    text-align: center !important;
}
.ta-r {
    text-align: right !important;
}

td.b-grey {
    border: thin solid #c1c1c1;
}

td.b-black {
    border: thin solid black;
}

/* checkbox overwrite */

input[type=checkbox] {
   -webkit-appearance: none;
   display: inline-block;
   width: 20px;
   height: 20px;
   background-color: white;
   border-radius: 4px;
   border: 2px solid #0e1a3b;
   margin-right: 10px;
}
input[type=checkbox]:checked {
   background-color: #0e1a3b;
   border: 2px solid #0e1a3b;
   padding: 3px;
   content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="white" viewBox="0 0 24 24"><path d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z"/></svg>');
}

/* header of app */

.appHeader i {
	font-size: 26px;
}

.pl-58 {
    padding-left: 58px;
}

.ss-close {
    margin-top: 5px; 
    right: 13px;
}

.ss-chev {
    font-size:24px;
    color: white;
}



/* tooltips */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 0px dotted black;  
}

.tooltip .tooltiptext {
    visibility: hidden;
    max-width: 520px;
    background-color: #555;
    color: #fff;
    text-align: left;
    padding: 10px 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -260px;
    opacity: 0;
    transition: opacity 0.3s;
}


.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltipx .tooltiptextx {
    visibility: hidden;
    max-width: 600px;
    background-color: #d8d8d9;
    color: #000;
    text-align: left;
    padding: 6px 10px;
    border-radius: 5px;
    font-size: 13px;
    position: absolute;
    z-index: 1;
    text-transform:none !important;
}


.tooltipx:hover .tooltiptextx {
  visibility: visible !important;
}

.tooltip-topx {
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
}


.wrap { 
   white-space: pre-wrap;       
   white-space: -moz-pre-wrap;  
   white-space: -pre-wrap;      
   white-space: -o-pre-wrap;    
   word-wrap: break-word;       
}

[data-tooltip]::before {
    content: attr(data-tooltip);
    position: absolute;
    opacity: 0;
    transition: all 0.15s ease;
    padding: 2px 10px;
    color: black;
    border-radius: 20px;
    font-size: 12px;
    border: thin solid #737373;
    box-shadow: 2px 2px 1px silver;
}

[data-tooltip]:hover::before {
    opacity: 1;
    background: #fff;
    margin-top: 20px;
    margin-left: 20px;

}

[data-tooltip]:not([data-tooltip-persistent])::before {
    pointer-events: none;
}

/* message box */
.message-box {
	margin: 0 auto;
	width: 300px;
	text-align: center;
}

.message-box i {
	font-size: 90px;
}

.green {
	color: green;
}

.red {
	color: red;
}

.searchbox .form-control  {
    height: 42px !important;
    border-radius: 4px !important;
    border: 1px solid #E1E1E1 !important;
    padding: 0 16px 0 36px;
    font-size: 15px;
    box-shadow: none !important;
    color: #141515;
}

.ms-1.close.toggle-searchbox {
    width: 24px; 
    height: 44px;
}

.searchbox .input-icon {
    top: 4px;
}



/* trix editor */
.trix-button--icon-link,
.trix-button--icon-heading-1,
.trix-button--icon-quote,
.trix-button--icon-code,
.trix-button--icon-attach,
.trix-button--icon-undo,
.trix-button--icon-redo,
.trix-button-group--history-tools,
.trix-button-group--file-tools {
    display: none !important;
}



.trix-button--icon-decrease-nesting-level, 
.trix-button--icon-increase-nesting-level {
    display: none !important;
}

trix-toolbar {
    border-top: 2px solid #c1c1c1 !important;
    border-left: 2px solid #c1c1c1 !important;
    border-right: 2px solid #c1c1c1 !important;
    border-radius: 5px 5px 0px 0px !important;
    padding: 9px 10px !important;
    height: 46px !important;
}
    
trix-editor {
    border: 2px solid #c1c1c1 !important;
    border-radius: 0px 0px 5px 5px !important;
    padding: 10px !important;        
}


/* bottom menus */
button#editor {
    color:  #0e1a3b;
    background: white;
    border: white;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Metropolis Bold' !important;
    font-size: 18px;
}


.appBottomMenu {
    
    border-top: 0 !important;
    -webkit-box-shadow: 0px 2px 36px -18px rgba(145,145,145,1);
    -moz-box-shadow: 0px 2px 36px -18px rgba(145,145,145,1);
    box-shadow: 0px 2px 36px -18px rgba(145,145,145,1);
    
}

.widedesk {
    width: 1100px;
    margin: 0 auto;
    padding-top: 16px;
}

/* ==================== Directory CSS ======================== */
/* for All mobile */
@media only screen and (max-width: 767px) { 

   #directory-full .mt-8 {
        margin-top: 80px !important;
   }

    .directory-lhs {
        width: 60%;
        float: left;
        height: 60px;
        line-height: 12px !important;
        font-size: 11px !important;
    }

    .directory-lhs span {
        font-size: 14px !important;
    }

    .directory-cen {
        width: 14%;
        float: left;
        height: 60px;
        font-size: 22px !important;
        padding-top: 13px;
        text-align: center;
    }

    .directory-cenr {
        width: 13%;
        float: left;
        height: 60px;
        font-size: 22px !important;
        padding-top: 13px;
        text-align: center;
    }

    .directory-rhs {
        width: 13%;
        float: right;
        height: 60px;
        font-size: 22px !important;
        padding-top: 13px;
        text-align: center;
    }

    .full-rhs {
        padding-right: 23px !important;
    }    

}


/* for all tops */
@media only screen and (min-width: 768px) { 


    .directory-lhs {
        width: 70%;
        float: left;
        height: 60px;
        line-height: 12px;
        font-size: 13px !important;
    }

    .directory-lhs span {
        font-size: 16px !important;
    }
    
    .directory-lhs font {
        font-size:10px;
        line-height:12px;
    }

    .directory-cen {
        width: 10%;
        float: left;
        height: 60px;
        font-size: 20px;
        padding-top: 15px;
    }

    .directory-cenr {
        width: 10%;
        float: left;
        height: 60px;
        font-size: 20px;
        padding-top: 15px;
    }

    .directory-rhs {
        width: 10%;
        float: right;
        height: 60px;
        font-size: 20px;
        padding-top: 15px;
    }



}

#offcanvas-right {
    position:absolute;
    z-index:999999;
}

.full-rhs {
    width: 100%;
    float: left;
    text-align: right;
    font-size: 20px;
    padding-right: 36px;
    padding-bottom: 10px;
}


.directory-row {
    height: 60px;
    width: 100%;
    float: left;
    padding-top: 12px;
    border-bottom: thin solid #c1c1c1;
}

.slhs {
    width: 80%;
    float:left;
    height: 40px;
}
   
.srhs {
    width: 20%;
    float:right;
    height: 40px;
    text-align:right;
} 

.dir-drop {
    padding: 3px 16px !important;
}

.underline {
    border-bottom: thin solid #c1c1c1;
}

#ajax-main {
    width:100% !important;
}

#ajax-main #ajax-upper, 
#ajax-main #ajax-lower {
    width: 100%;
    float:left;
    display:inline-block;
    
}

.imgrow {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
  margin-top:20px;
}

/* Create four equal columns that sits next to each other */
.imgcolumn {
  flex: 50%;
  max-width: 50%;
  padding: 0 4px;
}

.imgcolumn img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .imgcolumn {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .imgcolumn {
    flex: 100%;
    max-width: 100%;
  }
}

/* ########### Contracts Change order form */
.cot-row {
    width: 100%;
    height: 90px;
    float: left;
    padding-top: 15px;
}


.cot-cena {
    width: 90%;
    float: left;
    height:100px;
    padding-top: 3px;
    line-height: 16px;   
}

.cot-rh1a {
    width: 100%;
    float: left;
    height: 90px;
    padding-top: 7px;   
    text-align: right;
}

/* DASHBOARD HEADERS */

.vh {
    padding-top: 14px;
}

.b-tab {
    width: 100%;
    height: 30px;
}

.budget-header {
    background: #ffffff;
    height: 70px;
    width: 100%;
    float: left;
    position: fixed;
    top: 56px;
    max-width: 1100px;
    padding: 10px;
    z-index: 9;
}

.budget-tabs {
    background: #ffffff;
    height: 80px;
    width: 100%;
    float: left;
    position: fixed;
    top: 120px;
    max-width: 1100px;
    padding: 20px 20px;
    z-index: 9;
}


.h-row {
    width: 100%;
    height: 40px;
    padding-top: 11px;
}

.h-row {
    width: 100%;
    height: 40px;
    padding-top: 11px;
}

.h-cell {
    min-width: 5%;
    height: 40px;
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900; 
    padding: 0 20px;
    font-family: 'Metropolis Bold' !important;
}

.h-spac {

    height: 40px;
    float: left;
    text-transform: uppercase;
    font-weight: 900;    
}


.h-cell {
    min-width: 5%;
    height: 40px;
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900; 
    padding: 0 20px;
    font-family: 'Metropolis Bold' !important;
}

.h-spac {

    height: 40px;
    float: left;
    text-transform: uppercase;
    font-weight: 900;    
}


.vh {
    padding-top: 14px;
}

.b-tab {
    width: 100%;
    height: 30px;
}


.t-row {
    padding-top: 5px;
    text-transform: uppercase !important;
}


.t-lhs {
   width: 50%; 
   float: left;
   height: 30px;    
}

.t-rhs {
   width: 50%; 
   float: right;
   height: 30px;    
}

.t-lhs-s {
   width: 25%; 
   float: left;
   height: 30px;
   text-transform: uppercase;
   font-weight: 900;
   font-family: 'Metropolis Bold' !important;
   padding-top: 3px;
}

.t-lhs-t {
   width: 10%; 
   float: left;
   height: 30px;
   text-transform: uppercase;
   font-weight: 900;
   font-family: 'Metropolis Bold' !important;
   padding-top: 3px;
}

.t-lhs-b {
   width: 15%; 
   float: left;
   height: 30px;
   text-transform: uppercase;
   font-weight: 900;
   font-family: 'Metropolis Bold' !important;
   padding-top: 3px;
}

.t-lhs-c {
   width: 15%; 
   float: left;
   height: 30px;
   text-transform: uppercase;
   font-weight: 900;
   font-family: 'Metropolis Bold' !important;
   padding-top: 3px;
}


.t-cen-s.alts {
    text-transform: uppercase; 
    font-weight: 900;
    font-family: 'Metropolis Bold' !important; 
}

.t-cen-s {
   width: 13%; 
   float: left;
   height: 30px;
   text-transform: capitalize;
   font-weight: 200;   
}

.t-btn i,
.t-btn i,
.t-btn i {
    font-size: 12px !important;
} 


.t-cen-h {
   width: 10.5%; 
   float: left;
   height: 30px;
   text-transform: capitalize;
   font-weight: 200;   
}

.t-rhs-h {
   width: 5%; 
   float: left;
   height: 30px;
   text-align: right;
}

.t-btn {
    border: thin solid #0e1a3b;
    padding: 3px 10px 5px 10px;
    border-radius: 16px;
    height: 31px;
    text-align: center;
    text-transform: capitalize !important;
    font-size: 12px !important;
    font-weight: 700;
    background: white;
    min-width: 130px;
}

i.fa-file-export {
    font-size: 22px !important;
}


.filter-button {
    color: black;
    background: none;
    border: none; 
    font-family: 'Metropolis Bold' !important;
}

.s-thumb {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-size: 30px 30px;
    background-image: url('../../assets/img/favicon/android-icon-96x96.png');
    background-repeat: no-repeat;
}

.sbar-button-fixed {
    position: fixed;
    bottom: 20px;
    left: 16px;
    width: 529px !important;
}

.tab-pane {
    padding-top: 20px;
}

.drop-button {
    position: absolute; 
    inset: 0px auto auto 0px; 
    margin: 0px; 
    transform: translate(0px, 42px);
}

#editor {
    margin-top: 18px;
}

.page-filler {
    width: 100%;
    height: 50px;
    float: left;
}

.thin-line {
    border-bottom: thin solid #c1c1c1;
    float: left;
    width: 100%;
    margin: 20px 0;
}


/* lower menu styling */
i.lg {
    font-size: 26px !important;
    
}

/* top menu styling */
.dd-std {
    color: #0e1a3b;
    background: white;
    border: white;
    text-transform: capitalize;
    font-weight: bold;
    font-family: 'Metropolis Regular' !important;
    font-size: 16px;
}




/* ACTIONS TAB */

.actions-tabs {
    width: 100%;
    padding-top:25px;
    float:left;
    position:fixed;
    background:white;
}

.at-row {
    width: 1100px;
    margin:0 auto;
    height: 50px;
}

.act-row {
    width:100%;
    float:left;
    height:70px;
    padding-top:10px;
}

.act-ico {
    width: 5%;
    float:left;
    height:60px;    
}

.act-lhs {
    width: 31%;
    float:left;
    height:50px;    
}

.act-cena {
    width: 13%;
    float:left;
    height:50px;    
}

.act-cenaa {
    width: 8%;
    float:left;
    height:50px;    
}

.act-cenb {
    width: 11%;
    float:left;
    height:50px;    
}

.act-cenc {
    width: 11%;
    float:left;
    height:50px;        
}

.act-cend {
    width: 6%;
    float:left;
    height:50px;        
}

.act-rhs {
    width: 15%;
    float:right;
    height:50px;        
}

.msg-row {
    width:100%;
    float:left;
    height:auto;
}

.my-msg {
    margin-left:20px;
    border-radius: 10px;
    background:#e6f2ff;
    padding:10px;
    font-size:12px;
}

.yr-msg {
    margin-right:20px;
    border-radius: 10px;
    background:#f2f2f2;
    padding:10px;
    font-size:12px;
}

.my-tag, .yr-tag {
    font-size:10px !important;
}

.comms-btn {
    padding: 1px 4px;
    font-size:11px !important;
    border: thin solid #c1c1c1;
    margin-left:10px;
    border-radius:5px;
    line-height:19px;
}

.comms-btn i {
    font-size: 12px;
}

/* ======== Actions Item Log Mobile ========== */

.atm-row {
    width:100%;
    float:left;
    height:60px;

}

.atm-lhs {
    width:13%;
    height:60px;
    float:left;
}

.atm-cen {
    width:77%;
    height:60px;
    float:left;
    line-height:14px;
    padding:6px 0 0 0 ;
}

.atm-rhs {
    width:10%;
    height:60px;
    float:left;
    text-align:center;
    padding-top:2px;
}

.mobile-select {
    height:40px;
}

.chip.chip-media {
    
    margin:4px 0;
}
