/* - - - fonts   - - - - - - - - - - - - - - - */

@font-face {
	font-family:'NunitoBold';
	src: url('/fonts/Nunito-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* - - - - - - - - - - - - - - - - - - - - - - */


/* - - -  generic  - - - - - - - - - - - - - - */

#header {
	/*background-color: #f4f4f5;*/
}

#content {
	background-color: #f0f0f0;
}

#footer {
	/*background-color: #f4f4f5;*/
}

.content-center {
	padding: 40px;
}

.al-r {
	text-align: right;
}
.al-c {
	text-align: center;
}


/* topbar */

.topbar {
	position: relative;
	margin: auto;
	max-width: 1280px;
	height: 100px;
}

.topbar-item-l, .topbar-item-c, .topbar-item-r {
	display: inline-block;
}

.topbar-item-l {
	float: left;
}

.topbar-item-r {
	float: right;
}

.topbar-logo{
	padding: 10px 15px 10px 15px;
}

.topbar-menu{
	padding: 28px 15px 28px 15px;
}

.topbar-menu-list {
    list-style: none;
	padding-inline-start: 0px;
	margin-bottom: 0px;
}

.topbar-menu-item {
	display: inline;
}

.topbar-menu-link-black, .topbar-menu-link-grey, .topbar-menu-link-button {
	font-family: Arial;
	font-size: 18px;
	text-align: center;
	padding: 5px 20px;
	display: inline-block;
}
.topbar-menu-link-black {
	color: #000;
	font-weight: 400;
	text-decoration: none;
}
.topbar-menu-link-black:hover {
	color: #de0e26;
	text-decoration: none;
}
.topbar-menu-link-grey {
	color: #cccccc;
	text-decoration: none;
}
.topbar-menu-link-grey:hover {
	color: #7fc9ec;
	text-decoration: none;
}
.topbar-menu-separator {
	margin: 20px;
	text-decoration: none;
}
.topbar-menu-link-button {
	color: #fff;
	background-color: #0094da;
	text-decoration: none;
}
.topbar-menu-link-button:hover {
	color: #fff;
	background-color: #cccccc;
	text-decoration: none;
}


/* dropdown */

.dropdown-content {
	display: none;
	position: absolute;
	z-index: 1;
}

.dropdown-menu-box {
	top: 67px;
	left: 5px;
	background-color: #fff;
}

.dropdown-menu-box a {
	display: block;
	font-family: Arial;
	font-style: normal;
	font-size: 13px;
	color: #10253f;
	text-decoration: none;
	padding: 12px 16px;
}

.dropdown-menu-box a:hover {
	background-color: #ddd;
	color: #10253f;
	text-decoration: none;
}

.dropdown-menu-entry {
	cursor: pointer;
	width: 195px;
	padding: 15px 10px 15px 20px;
	font-size: 15px;
	/*text-align: center;*/
	text-decoration: normal;
	font-weight: 500;
	color: #10253f;
	background-repeat: no-repeat;
}

.dropdown-menu-entry:hover {
	text-decoration: normal;
	color: #de0e26;
}

.dropdown-menu-separator {
	height: 1px;
	margin: 0px 10px 0px 10px;
	background-color: #e4e9ee;
}

.show {
	display:block;
}


/* home content */

.home-content, .footer-content {
	position: relative;
	margin: auto;
	width: 100vw;
	max-width: 1280px;
}

.home-div {
	width:400px;
	padding:20px;
	margin: 20px 10px 20px 10px;
	display:inline-block;
	background-color:#fff;
}
.home-event-img {
	width: 360px;
}
.home-event-text {
	padding: 5px;
}
.home-event-date, .home-event-location {
	display: inline-block;
	font-size: 0.8rem;
}
.home-event-date {
	width: 39%;
	padding-left: 5px;
}
.home-event-location {
	width: 59%;
}
.home-event-icon {
	height: 16px;
    padding-right: 5px;
    margin-bottom: 5px;
}
.home-event-button {
	display: inline-block;
	width: 50%;
	padding-right: 5px;
    font-weight: 600;
    font-size: 0.8rem;
	text-align: right;
}
.home-event-button a {
	color: #de0e26;
}
.home-event-button a:hover {
	opacity: 60%;
	text-decoration: none;
}
.home-event-button img {
	height: 10px;
    padding-right: 5px;
    margin-bottom: 3px;
}

.footer-newsletter {
	background-color: #de0e26;
}

.newsletter-text {
	display: inline-block;
	padding: 30px 20px 30px 10px;
	font-size: 2.5rem;
	font-weight: bold;
	color: #fff;
}

.newsletter-field {
	display: inline-block;
	padding: 30px 20px 30px 10px;
}

.newsletter-button {
	display: inline-block;
}

.newsletter-field input {
	border-radius: 32px;
    border: 1px solid #a4b0fd;
	background: #fff;
	font-size: 1.2rem;
	color: #0c2871;
    padding: 20px 30px 20px 30px;
    width: 300px;
    height: 64px;    
}

.newsletter-field input::placeholder {
	color: #0c2871;
}

.newsletter-button input {
	border-radius: 32px;
	border: 0px;
	background: #113aa2;
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	width: 200px;
	height: 64px;
}

.newsletter-button input:hover {
	background: #0c2871;
	color: #fff;
	cursor: pointer;
}

.footer-links {
	background-color: #113aa2;
}

.footer-links-column {
	display: inline-block;
	width: 33%;
	padding: 30px 20px 20px 10px;
	vertical-align: top;
}

.footer-links-title {
	font-size: 1.3rem;
	font-weight: bold;
	color: #de0e26;
	/*text-shadow: 0.03rem 0.03rem #ff98a4*/;
}

.footer-links-text {
	color: #fff;
}
.footer-links-text a {
	color: #fff;
	text-decoration: none;
}
.footer-links-text a:hover {
	color: #de0e26;
	text-decoration: none;
}
.footer-links-text div {
	display: inline-block;
	width: 50px;
}
.footer-links-text img {
	width: 30px;
	height: 30px;
}

.footer-note {
	background-color: #000;
	text-align: center;
}

.footer-note-text {
	font-style: normal;
	font-size: 15px;
	padding: 15px 10px 15px 10px;
	color: #fff;
	text-decoration: none;
}



/* ADMIN ***************************************/

.adm-topbar {
	position: relative;
	margin: auto;
	height: 60px;
	background-color: #6585f5;
}

.adm-topbar-item-l, .adm-topbar-item-r {
	display: inline-block;
}

.adm-topbar-item-l {
	float: left;
}

.adm-topbar-item-r {
	float: right;
}

.adm-topbar-logo{
	width: 18%;
	height: 60px;
	text-align: center;
	padding-top: 7px;
	background-color: #fff;
}

.adm-topbar-menu{
	padding: 0px 0px 0px 0px;
}

.adm-topbar-menu-list {
    list-style: none;
	padding-inline-start: 0px;
	margin-bottom: 0px;
}

.adm-topbar-menu-item {
	display: inline;
}

#adm-content {
	display: flex;
}

.adm-content-left {
	position:relative;
    float: left;
	width: 18%;
	min-height: calc(100vh - 60px);
	background-color: #c0d9fa;
}

.adm-content-center {
	width:80%;
	padding: 40px;
}



.sidebar-standard {
	position: relative;
	padding-top: 40px;
	white-space: nowrap;
}

.sidebar-standard a {
	display: block;
	font-size: 20px;
	padding: 8px 8px 8px 32px;
	color: #10253f;
	text-decoration: none;
}

.sidebar-standard a:hover {
	color: #707c8c;
	text-decoration: none;
}

.sidebar-submenu {
	margin-left: 10px;
}
.sidebar-subsubmenu {
	margin-left: 20px;
}

.material-icons,
.icon-text {
	vertical-align: middle;
}

.material-icons {
	margin-right: 15px
}






.content-title-text2 {
	font-size: 22px;
}

.content-title-line, .content-title-line-spacer {
	border-top: 1px solid #c3c4c4;
	padding-bottom:40px;
}




.admin-table {
	width: 100%;
	max-width: 1100px;
}
.admin-table thead th {
    border-bottom: solid 1px #10253f;
    padding: 10px 5px 10px 5px;
	font-size: 15px;
}
.admin-table tbody tr {
	vertical-align: top;
	border-bottom: solid 1px #10253f;
}
.admin-table tbody td {
    padding: 10px 5px 10px 5px;
}

.admin-table tbody tr.grey-line:nth-child(even) {
	background-color: #ededed;
}
.admin-table tbody tr.grey-line:nth-child(odd) {
	background-color: #f6f6f6;
}

.admin-table tbody tr.yellow-line:nth-child(even) {
	background-color: #f8f7d0;
}
.admin-table tbody tr.yellow-line:nth-child(odd) {
	background-color: #fcfbe8;
}

.admin-table tbody tr.blue-line:nth-child(even) {
	background-color: #dae6f0;
}
.admin-table tbody tr.blue-line:nth-child(odd) {
	background-color: #edf3f8;
}

.admin-table tbody tr.red-line:nth-child(even) {
	background-color: #fedede;
}
.admin-table tbody tr.red-line:nth-child(odd) {
	background-color: #ffefef;
}

.list-1-button {
	width: 56px;
}
.list-2-buttons {
	width: 94px;
}
.list-3-buttons {
	width: 132px;
}
.list-4-buttons {
	width: 160px;
}

.view_input, .edit_input, .edit_multiple {
	min-width: 450px;
	padding: 0 20px;
	margin-bottom: 20px;
}
.view_input label, .edit_input label {
	display: block;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: 600;
}
/* ---  view_input textarea when we need to show the field's content in more than one line  ----- */
.view_input textarea {
	overflow: hidden;
	width: 100%;
	max-width: 900px;
	font-size: 24px;
	font-weight: 300;
	/*padding: 5px 0;*/
	color: #6d6d6d;
	border: 0;
	border-bottom: 1px solid #10253f;
	outline: none;
}
/* ---------------------------------------------------------------------------------------------- */

.view_input input, .view_input2 input, .edit_input input, .edit_input select {
	width: 100%;
	background-color: #fff;
}
.view_input input, .view_input2 input {
	max-width: 900px;
	font-size: 24px;
	font-weight: 300;
	padding: 5px 0;
	border: 0;
	outline: none;
}
.view_input input {
	border-bottom: 1px solid #10253f;
}
.edit_input input, .edit_input select {
	font-size: 18px;
	padding: .35rem .5rem;
    line-height: 1.2;
	border: 1px solid #ced4da;
	background-color: #fdfdfd;
}
.edit_input input:disabled {
	background-color: #e8e8e8;
}
.view_input input[type=checkbox], .edit_input input[type=checkbox] {
    width: auto;
	margin-left: 5px;
}

.edit_multiple input[type=checkbox], .edit_multiple input[type=radio] {
    box-sizing: border-box;
    margin: 7px 20px;
}
.edit_multiple label {
	display: inline-block;
	margin-left: -1rem;
	padding-bottom: 0.5rem;
}
.edit_link {
	font-size: 16px;
	font-weight: 300;
	color: #10253f;
}
.edit_link:hover {
	text-decoration: underline;
	color: #a6b0d4;
}

.adm-frm-bt-l, .adm-frm-bt-r {
	font-weight: bold;
	text-decoration: none;
    padding: 1em;
	color: #666;
    background: #ececec;
    cursor: pointer;
}
.adm-frm-bt-l {
	margin: 0.5em 0.4em 0.4em 0;
}
.adm-frm-bt-r {
	margin: 0.5em 0 0.4em 0.4em;
}
.adm-frm-bt-l:hover, .adm-frm-bt-r:hover {
    text-decoration: none;
    color: #666;
}
.border-fade {
    display: inline-block;
    transition-duration: 0.3s;
    transition-property: box-shadow;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
    box-shadow: inset 0 0 0 4px #ececec, 0 0 1px rgb(0 0 0 / 0%);
}
.border-fade:hover {
	box-shadow: inset 0 0 0 4px #cccccc, 0 0 1px rgba(0, 0, 0, 0); /* Hack to improve aliasing on mobile/tablet devices * /
}





/* *********************************************/

/*

.content-full, .content-center {
	position: relative;
	min-height: 750px;
    float: left;
	background-color: #fff;
	padding: 40px;
}

.content-full {
	width:100%;
}

.content-center {
	width:80%;
}

.no-left {
	margin-left: 11%;
}

.content-left {
	position:relative;
    float: left;
	width: 18%;
	background-color: #f0f2f3;
}

.content-breadcrumb {
	font-family: Arial;
	font-size: 16px;
}

.content-breadcrumb a {
	color: #212529;
	text-decoration: none;
}

.content-breadcrumb a:hover {
	color: #a0a0a0;
	text-decoration: none;
}

.content-title-text, .content-title-text2 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #10253f;
}
.content-title-text {
	font-size: 18px;
}
.content-title-text2 {
	font-size: 22px;
}

.content-title-line, .content-title-line-spacer {
	border-top: 1px solid #c3c4c4;
	padding-bottom:40px;
}

.content-box {
	display: inline-block;
	cursor: pointer;
	width: 300px;
	text-align: center;
	padding-top:20px;
	padding-bottom:60px;
}

.content-box .content-category {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #c3c4c4;
	padding-top: 30px;
	padding-bottom: 10px;
}

.content-box:hover .content-category {
	text-decoration: none;
	color: #10253f;
}

.content-separator {
	display: block;
	height: 40px;
}

.prod-box {
	margin-right: 20px;
}

.prod-sortby {
	margin-bottom: 10px;
}

.in-b {
	display: inline-block;
}
.fl-r {
	float: right;
}


/* --- will maybe be abandoned, check this out later ------- * /
.category-select-title, .featured-products-title, .product-title {
	font-family: Arial;
	font-size: 18px;
	padding-top: 40px;
	padding-bottom: 10px;
}

.category-select-box {
	max-width: 300px;
	min-width: 180px;
	display: inline-block;
	padding: 5px 5px 15px 5px;
	margin-right: 10px;
	margin-bottom: 12px;
	text-align: center;
	background: #f4f4f4;
}

.category-select-box img {
	width: 100%;
}

.category-select-box span {
	font-family: Arial;
	font-size: 20px;
}
/* ----------------------------------------------------------* /





form {
	/*max-width: 900px;* /
}

textarea {
	resize: none;
}

table {
	border-spacing: 0px;
	border-collapse: collapse;
}

.al-r {
	text-align: right;
}
.al-c {
	text-align: center;
}

.mg-tp-10 {
    margin-top: 12px;
}

.pd-r-5 {
    padding-right: 5px;
}
.pd-r-10 {
    padding-right: 10px;
}

.readonly {
	background-color:#eee
}

hr.line {
	background-color: #fff;
	border-top: 2px #8c8b8b;
}
hr.dots {
	background-color: #fff;
	border-top: 2px dotted #8c8b8b;
}

/* - - - - - - - - - - - - - - - - - - - - - - * /


/* - - -  top bar  - - - - - - - - - - - - - - * /





.topbar-search {
	width: 49%;
	text-align: center;
	padding: 55px 0; /* align vertically * /
}

form.top-search {
	display: inline-block;
	width: 50%;
}

form.top-search input[type=text] {
	float: left;
	width: 84%;
	padding: 12px 18px;
	font-size: 16px;
	outline: none;
	color: #a0a0a0;
	border: 1px solid #e7e5e3;
	border-right: none;
	border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
	background: #fff;
}
form.top-search input[type=text]::placeholder {
	color: #d9d6d3;
	opacity: 1; /* Firefox * /
}
form.top-search input[type=text]::-ms-input-placeholder { /* Microsoft Edge * /
	color: #d9d6d3;
}

form.top-search button {
	float: left;
	cursor: pointer;
	width: 16%;
	padding: 9px;
	border: 1px solid #e7e5e3;
	border-left: none;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
	background: #fff;
}

form.top-search button:hover {
	opacity: 0.5;
}

form.top-search::after {
	content: "";
	clear: both;
	display: table;
}

.topbar-user{
	min-width: 300px;
	padding: 30px 0; /* align vertically * /
}

.topbar-user-img{
	float: right;
	width: 80px;
	height: 80px;
}

.profile-img {
	margin: 0;
	border:3px solid #10253f;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.topbar-user-text {
	float: right;
	cursor: pointer;
	height: 80px;
	line-height: 13px;
	margin: 0 5px 0 5px;
	padding: 14px 5px;
	text-align: center;
}

.topbar-user-caret {
	float: right;
	cursor: pointer;
	height: 80px;
	padding: 25px 12px;
}

.topbar-user-sep-container {
	float: right;
	height: 80px;
	margin: 17px 2px;
}

.topbar-user-sep-container {
	height: 46px;
	border-left: 1px solid #10253f;
}

.topbar-login{
	min-width: 300px;
	padding: 10px 0; /* align vertically * /
}

.topbar-login-text {
	float: right;
	font-size: 11px;
    line-height: 11px;
    margin: 0 5px 0 5px;
}

.topbar_center{
	text-align: center;
}

.topbar_right{
	float: right;
	margin-top: 18px;
}

.separator {
	height: 34px;
	width: 2px;
	background-color: #bbb;
	margin: 0px 5px 3px 5px;
	display: inline-block;
}

.topbar_icon_div {
	width: 45px;
	height: 45px;
	display: inline-block;
	text-align: center;
	padding-top: 4px;
}
.topbar_icon_link {
	text-decoration: none;
}
.topbar_icon_link:hover {
	opacity: 75%;
	text-decoration: none;
}

.user_text_adjust {
	position: relative;
    right: 0px;
    top: 10px;
}

.link_username {
	font-family: Arial;
	font-size: 15px;
	text-align: center;
	color: #000;
	text-decoration: none;
}

.link_username:hover {
	color: #a0a0a0;
	text-decoration: none;
}

.user_name {
	font-family: Arial;
	font-size: 16px;
	text-align: center;
	color: #000;
	text-decoration: none;
}
.user_cargo {
	position: relative;
	font-family: Arial;
    font-size: 11px;
	font-style: italic;
	text-align: center;
	top: 12px;
    color: #a0a0a0;
}



/* - - - - - - - - - - - - - - - - - - - - - - * /


/* - - -  menu bar   - - - - - - - - - - - - - * /

.menubar {
    left: 0;
    right: 0;
    height: 43px;
    background-color: #10253f;
}

.menubar_menus {
	width:  calc(100vw - 226px);
	height: 33px;
	text-align: center;
	display: inline-block;
	margin-top: 4px;
}

.menubar_company {
	width: 200px;
	height: 33px;
	text-align: right;
	margin-top: 4px;
	margin-right: 4px;
	display: inline-block;
}



.menubar_menus_item {
	display: inline;
}

.menubar_menu_link, .menubar_menu_inactive, .menubar_comp_adm_link, .menubar_comp_part_link, .menubar_comp_cust_link {
	font-family: Arial;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}

.menubar_menu_link, .menubar_menu_inactive {
	padding: 5px 50px;
}
.menubar_menu_link {
	color: #fff;
}
.menubar_menu_inactive {
	color: #cccccc;
}
.menubar_menu_link:hover {
	color: #10253f;
	text-decoration: none;
	background-color: #f4f4f5;
}

.menubar_comp_adm_link, .menubar_comp_part_link, .menubar_comp_cust_link {
	padding: 5px 10px;
}
.menubar_comp_adm_link:hover, .menubar_comp_part_link:hover, .menubar_comp_cust_link:hover {
	text-decoration: none;
}

.menubar_comp_adm_link {
	color: #10253f;
	background-color: #c4c4c4;
}
.menubar_comp_adm_link:hover {
	color: #10253f;
	background-color: #f4f4f5;
}
.menubar_comp_part_link {
	color: #10253f;
	background-color: #bfda2d;
}
.menubar_comp_part_link:hover {
	color: #10253f;
	background-color: #dbe895;
}
.menubar_comp_cust_link {
	color: #fff;
	background-color: #08a93a;
}
.menubar_comp_cust_link:hover {
	color: #fff;
	background-color: #096b28;
}

/* - - - - - - - - - - - - - - - - - - - - - - * /



/* --- home ------------------------------------------------------------------------------ * /

.home-title-text {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #10253f;
}

.home-title-line {
	border-bottom: 1px solid #c3c4c4;
}

.home-content {
	
}

.home-box, .home-box2 {
	display: inline-block;
	cursor: pointer;
	width: 24%;
	text-align: center;
}

.home-box .home-category, .home-box2 .home-category {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #c3c4c4;
	padding-top:40px;
	padding-bottom:10px;
}

.home-box:hover .home-category {
	text-decoration: none;
	color: #10253f;
}

/* --- home images w/ links to the 4 areas of the app (catalog, repairs, kbase, hdesk) --- * /

.home-box-img {
    width: 100%;
    height: 18vw;
    background-size: 90%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.home-box #home-catalog, .home-box2 #home-catalog {
    background-image: url(/img/layout/catalog_off.png);
}
.home-box:hover #home-catalog {
	background-image: url(/img/layout/catalog_on.png);
}

.home-box #home-repairs, .home-box2 #home-repairs {
	background-image: url(/img/layout/repairs_off.png);
}
.home-box:hover #home-repairs {
	background-image: url(/img/layout/repairs_on.png);
}

.home-box #home-kbase, .home-box2 #home-kbase {
	background-image: url(/img/layout/kbase_off.png);
}
.home-box:hover #home-kbase {
	background-image: url(/img/layout/kbase_on.png);
}

.home-box #home-hdesk, .home-box2 #home-hdesk {
	background-image: url(/img/layout/hdesk_off.png);
}
.home-box:hover #home-hdesk {
	background-image: url(/img/layout/hdesk_on.png);
}

.home-box #home-faq, .home-box2 #home-faq {
	background-image: url(/img/layout/faq_off.png);
}
.home-box:hover #home-faq {
	background-image: url(/img/layout/faq_on.png);
}

/* --------------------------------------------------------------------------------------- */




/***** ADMIN ************ /

.admin-menus {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
	
	color: #10253f;
    background-color: #d7eab7;
	
    border: 1px solid transparent;
    border-radius: .25rem;
	border-color: #afd570;
}

.admin-area-title, .admin-area-list, .admin-page-title {
	font-family: Arial;
	font-size: 26px;
	padding: 10px 0px;
	color: #10253f;
}

.admin-area-title, .admin-page-title {
	font-weight: bold;
}

.admin-page-title, .admin-page-icon {
	display: inline-block;
}

.admin-page-title {
	margin-left: -10px;
}

.admin-page-icon {
	font-size: 30px;
}

.admin-area-main-list {
	
}

.admin-area-sub-list {
	
}

.admin-area-list-link {
	color: #10253f;
	text-decoration: none;
}
.admin-area-list-link:hover {
	color: #a0a0a0;
	text-decoration: none;
}

.admin-table {
	width: 100%;
	max-width: 1100px;
}
.admin-table thead th {
    border-bottom: solid 1px #10253f;
    padding: 10px 5px 10px 5px;
	font-size: 15px;
}
.admin-table tbody tr {
	vertical-align: top;
	border-bottom: solid 1px #10253f;
}
.admin-table tbody td {
    padding: 10px 5px 10px 5px;
}

.admin-table tbody tr.grey-line:nth-child(even) {
	background-color: #ededed;
}
.admin-table tbody tr.grey-line:nth-child(odd) {
	background-color: #f6f6f6;
}

.admin-table tbody tr.yellow-line:nth-child(even) {
	background-color: #f8f7d0;
}
.admin-table tbody tr.yellow-line:nth-child(odd) {
	background-color: #fcfbe8;
}

.admin-table tbody tr.blue-line:nth-child(even) {
	background-color: #dae6f0;
}
.admin-table tbody tr.blue-line:nth-child(odd) {
	background-color: #edf3f8;
}

.admin-table tbody tr.red-line:nth-child(even) {
	background-color: #fedede;
}
.admin-table tbody tr.red-line:nth-child(odd) {
	background-color: #ffefef;
}

.list-date {
	width: 105px;
}
.list-1-button {
	width: 56px;
}
.list-2-buttons {
	width: 94px;
}
.list-3-buttons {
	width: 132px;
}
.list-4-buttons {
	width: 160px;
}
.list-4-bt-img-add {
	margin-right: 2px;
}

.list-2-mini-buttons {
	width: 68px;
}
.list-mini-buttons-col-txt {
	padding-top: 20px;
	padding-bottom: 8px;
}
.list-mini-buttons-col-img {
	padding-top: 8px;
	padding-bottom: 8px;
}
.list-mini-buttons-col-bt {
	padding-top: 5px;
	padding-bottom: 8px;
}

.adm-prod-cat-list-link {
	font-weight: normal;
	color: #7daf64;
	text-decoration: underline;
}
.adm-prod-cat-list-link:hover {
	color: #598344;
}

.adm-tbl-sep {
	background: #8bb545;
}
.adm-tbl-row-special {
	background: #ff0000;
}


.border-fade {
  display: inline-block;
  $borderWidth: 4px;

  transition-duration: $defaultDuration;
  transition-property: box-shadow;

  @include hideTapHighlightColor();
  @include hardwareAccel();
  box-shadow: 
      inset 0 0 0 $borderWidth $primaryColour,
      0 0 1px rgba(0, 0, 0, 0); /* Hack to improve aliasing on mobile/tablet devices * / 
  
  &:hover {
    box-shadow: 
      inset 0 0 0 $borderWidth $secondaryColour,
      0 0 1px rgba(0, 0, 0, 0); /* Hack to improve aliasing on mobile/tablet devices * /
  }
}


.adm-frm-bt-l, .adm-frm-bt-r {
	font-weight: bold;
	text-decoration: none;
    padding: 1em;
	color: #666;
    background: #ececec;
    cursor: pointer;
}
.adm-frm-bt-l {
	margin: 0.5em 0.4em 0.4em 0;
}
.adm-frm-bt-r {
	margin: 0.5em 0 0.4em 0.4em;
}
.adm-frm-bt-l:hover, .adm-frm-bt-r:hover {
    text-decoration: none;
    color: #666;
}
.border-fade {
    display: inline-block;
    transition-duration: 0.3s;
    transition-property: box-shadow;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
    box-shadow: inset 0 0 0 4px #ececec, 0 0 1px rgb(0 0 0 / 0%);
}
.border-fade:hover {
	box-shadow: inset 0 0 0 4px #cccccc, 0 0 1px rgba(0, 0, 0, 0); /* Hack to improve aliasing on mobile/tablet devices * /
}


.arrow-right {
  width: 0; 
  height: 0;
  
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent; 
  border-left: 8px solid #10253f; 
  
  display: inline-block;
  
  margin-right: 10px;
}

.tab-on, .tab-off, .tab2-off {
	font-weight: bold;
	display: inline-block;
	padding: 10px;
}
.tab-on {
	background-color: #bdd6eb;
}
.tab-off {
	background-color: #e8eff5;
}
.tab-off:hover {
	cursor: pointer;
	background-color: #d2e2ef;
}
.tab2-off {
	background-color: #f0f1e4;
}
.tab2-off:hover {
	cursor: pointer;
	background-color: #e6e7d7;
}

/* it's the line below the tabs, to get the color of the active tab * /
.tab-on-line {
	width: 97%;
    height: 20px;
}

.adm-tab-link, .adm-tab-link:hover {
	color: #212529;
	text-decoration: none;
}

.adm-textarea {
    color: #000;
    padding: .35rem .5rem;
    line-height: 1.2;

    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: .9rem;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}



/************************ /


.colored_square {
  float: left;
  width: 20px;
  height: 20px;
  margin: 5px;
  border: 1px solid rgba(0, 0, 0, .2);
}

.cat_filters {
	background-color: #efefef;
	border: 1px solid #dedede;
	max-width: 1068px;
	padding: 10px;
	margin-bottom: 60px;
}
.filter_input, .filter_input2 {
	appearance: none;
    background-color: #fff;
    border-color: #e5e5e5;
    border-width: 1px;
    border-radius: .375rem;
    padding: .25rem .5rem;
    font-size: inherit;
    line-height: 1.5rem;	
}
.filter_input2 {
	width: 100px;
}
.filter_cols {
	width: 33%;
	display: inline-block;
}
.filter_col_submit {
	width: 100%;
	text-align: right;
	padding: 10px;
}





.responsive-table li {
	border-radius: 3px;
	padding: 15px 20px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}
.responsive-table .table-header {
	color: #fff;
	background-color: #1e437b;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}
.responsive-table .table-row {
	background-color: #fff;
	box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
}
.responsive-table .col-1 {
	flex-basis: 10%;
}
.responsive-table .col-2 {
	flex-basis: 40%;
}
.responsive-table .col-3 {
	flex-basis: 25%;
}
.responsive-table .col-4 {
	flex-basis: 25%;
}





.value-button {
	display: inline-block;
	border: 1px solid #ddd;
	margin-top: -5px;
	margin-right: 15px;
	width: 40px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	padding: 7px 0;
	background: #eee;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.value-button:hover {
  cursor: pointer;
}

form #decrease {
  margin-right: -4px;
  /*border-radius: 8px 0 0 8px;* /
}

form #increase {
  margin-left: -4px;
  /*border-radius: 0 8px 8px 0;* /
}

form #input-wrap {
  margin: 0px;
  padding: 0px;
}

input#number {
  text-align: center;
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-top: -2px;
  width: 40px;
  height: 40px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.table-row-txt {
	padding-top: 10px;
}



.order_bt {
	box-shadow: 0px 1px 0px 0px #f0f7fa;
	background:linear-gradient(to bottom, #1e437b 5%, #10253f 100%);
	background-color:#1e437b;
	border-radius:6px;
	border:1px solid #057fd0;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
}
.order_bt:hover {
	background:linear-gradient(to bottom, #10253f 5%, #1e437b 100%);
	background-color:#10253f;
}
.order_bt:active {
	position:relative;
	top:1px;
}





/* - - -  footer   - - - - - - - - - - - - - - * /

#footer {
	position:relative;
	height: 56px;
	padding-top: 15px;
	background-color: #10253f;
	text-align: center;
}

.footer-text {
    font-family: Arial;
	font-style: normal;
	font-size: 15px;
	color: #fff;
}

/* - - - - - - - - - - - - - - - - - - - - - - * /





/* The container <div> - needed to position the dropdown content * /
.dropdown {
	position: relative;
	display: inline-block;
}

/* Dropdown Content (Hidden by Default) * /
.dropdown-content {
	display: none;
	position: absolute;
	z-index: 1;
}

.dropdown-success {
	margin-top: -56px;
	margin-left: 225px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	background-color: #8fda8d;
}

.dropdown-title, .dropdown-text {
	display: block;
	font-family: Arial;
	font-style: normal;
	padding: 12px 16px;
	color: #10253f;
}


/*** dropdown user (main) ********************************* *** /

.dropdown-usermenu-box {
	cursor: default;
	width: 162px;
	top: 115px;
	margin-left: -15px;
	background-color: #fff;
	border: 1px solid #c3c4c4;
}

.dropdown-usermenu-box a {
	display: block;
	font-family: Arial;
	font-style: normal;
	font-size: 13px;
	color: #10253f;
	text-decoration: none;
	padding: 12px 16px;
}

.dropdown-usermenu-box a:hover {
	background-color: #ddd;
	color: #10253f;
	text-decoration: none;
}

.dropdown-usermenu-entry {
	cursor: pointer;
	width: 160px;
	padding: 13px 18px 13px 48px;
	font-size: 15px;
	text-align: center;
	text-decoration: normal;
	color: #c3c4c4;
	background-repeat: no-repeat;
}
.dropdown-usermenu-entry:hover {
	text-decoration: normal;
	color: #10253f;
}

.dropdown-usermenu-top, .dropdown-usermenu-bottom {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
}

.dropdown-usermenu-separator {
	width: 140px;
	height: 1px;
	margin: 3px 10px;
	border-bottom: 1px solid #c3c4c4;
}

#dropdown-usermenu-settings {
	background-image: url(/img/layout/icon_usermenu_settings_off.png);
}
#dropdown-usermenu-settings:hover {
	background-image: url(/img/layout/icon_usermenu_settings_on.png);
}
#dropdown-usermenu-favorites {
	background-image: url(/img/layout/icon_usermenu_favorites_off.png);
}
#dropdown-usermenu-favorites:hover {
	background-image: url(/img/layout/icon_usermenu_favorites_on.png);
}
#dropdown-usermenu-recent {
	background-image: url(/img/layout/icon_usermenu_recent_off.png);
}
#dropdown-usermenu-recent:hover {
	background-image: url(/img/layout/icon_usermenu_recent_on.png);
}
#dropdown-usermenu-notifications {
	background-image: url(/img/layout/icon_usermenu_notifications_off.png);
}
#dropdown-usermenu-notifications:hover {
	background-image: url(/img/layout/icon_usermenu_notifications_on.png);
}
#dropdown-usermenu-logout {
	background-image: url(/img/layout/icon_usermenu_logout_off.png);
}
#dropdown-usermenu-logout:hover {
	background-image: url(/img/layout/icon_usermenu_logout_on.png);
}

/*** ****************************************************** *** /


/*** dropdown menu (main) ********************************* *** /

.dropdown-menu-box {
	width: 195px;
	top: 40px;
	background-color: #fff;
	border: 1px solid #10253f;
}

/* Links inside the dropdown * /
.dropdown-menu-box a {
	display: block;
	font-family: Arial;
	font-style: normal;
	font-size: 13px;
	color: #10253f;
	text-decoration: none;
	padding: 12px 16px;
}

/* Change color of dropdown links on hover * /
.dropdown-menu-box a:hover {
	background-color: #ddd;
	color: #10253f;
	text-decoration: none;
}* /

.dropdown-menu-entry {
	cursor: pointer;
	width: 195px;
	padding: 8px 0px 8px 0px;
	font-size: 15px;
	text-align: center;
	text-decoration: normal;
	font-weight: 500;
	color: #10253f;
	background-repeat: no-repeat;
}
.dropdown-menu-entry:hover {
	text-decoration: normal;
	color: #fff;
	background-color: #10253f;
}

.dropdown-menu-top, .dropdown-menu-bottom {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
}

.dropdown-menu-separator {
	height: 1px;
	margin: 0px;
	border-bottom: 1px solid #10253f;
}

/*** ****************************************************** *** /


.dropdown-title {
	font-weight: bold;
	font-size: 20px;
	text-decoration: underline;
}

.dropdown-text {
	font-size: 14px;
	text-decoration: normal;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) * /
.show {
	display:block;
}




.catalog-filters {
	height: 800px;
}





/* --- product card for listings --- * /
.w-450 {
    width: 450px;
}

.card-img-top {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px
}

span.text-muted {
    font-size: 12px
}

small.text-muted {
    font-size: 8px
}

h5.mb-0 {
    font-size: 1rem
}

small.ghj {
    font-size: 9px
}

.mid {
    background: #ECEDF1
}

h6.ml-1 {
    font-size: 13px
}

small.key {
    text-decoration: underline;
    font-size: 9px;
    cursor: pointer
}

.btn-danger {
    color: #FFCBD2
}

.btn-danger:focus {
    box-shadow: none
}

small.justify-content-center {
    font-size: 9px;
    cursor: pointer;
    text-decoration: underline
}
/* --------------------------------- * /


/* --- product tabs (desc, specs, ...) --- * /
.tab-container {
	border-bottom: 1px solid #dee2e6;
}

.tab-nav {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
	margin-right: 0 !important;
}

.tab-item {
	flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
	margin-bottom: -1px;
}

.tab-container .tab-nav .tab-item .active {
    border-bottom: 2px solid #10253f;
}

.tab-link {
    cursor: pointer;
    padding: 0.5rem;
    font-size: 0.94rem;
    text-align: center;
    flex-wrap: wrap;
    border: none;
    color: black;
    font-weight: 400;
    display: block;
    margin-right: 5px;
    float: unset!important;
	text-decoration: none;
}

.tab-link:hover {
	color: #a0a0a0;
	text-decoration: none;
}

.tab-pane {
    box-sizing: border-box;
	padding-top: 10px;
}

.table-specs {
    width: 100%;
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-color: grey;
}

.table-prices {
    width: 100%;
    border: 1px;
    border-color: grey;
}

.table-prices td {
	width: 25%;
}

.price_col_title {
	color: grey;
}


/* --------------------------------------- * /


/* ----- product prices ------------------ * /

.prod-button {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
    padding: 0.8em;
	color: #fff;
    background: #1e437b;
    cursor: pointer;
}

.prod-button:hover {
    text-decoration: none;
    color: #fff;
}

.prod-bt-fade {
    display: inline-block;
    transition-duration: 0.3s;
    transition-property: box-shadow;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
    box-shadow: inset 0 0 0 4px #1e437b, 0 0 1px rgb(0 0 0 / 0%);
}

.prod-bt-fade:hover {
	box-shadow: inset 0 0 0 4px #10253f, 0 0 1px rgba(0, 0, 0, 0); /* Hack to improve aliasing on mobile/tablet devices * /
}

/* --------------------------------------- * /




.sidebar-standard {
	position: relative;
	padding-top: 40px;
	white-space: nowrap;
}

.sidebar-standard a {
	display: block;
	font-size: 20px;
	padding: 8px 8px 8px 32px;
	color: #10253f;
	text-decoration: none;
}

.sidebar-standard a:hover {
	color: #707c8c;
	text-decoration: none;
}

.sidebar-submenu {
	margin-left: 10px;
}
.sidebar-subsubmenu {
	margin-left: 20px;
}

.material-icons,
.icon-text {
	vertical-align: middle;
}

.material-icons {
	margin-right: 15px
}





.user-input {
	padding: 0 20px;
}
/*
.user-input label {
	display: block;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: 600;
}
.user-input input {
	width: 100%;
	font-size: 14px;
	font-weight: 300;
	padding: 5px 0;
	border: 0;
	border-bottom: 1px solid #10253f;
	outline: none;
	background-color: #fff;
}
* /
.user-input-label {
	display: inline-block;
	width: 80px;
	text-align: right;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
}
.user-input-field {
	display: inline-block;
	width: 160px;
	text-align: right;
}
.user-input-field input {
	width: 100%;
	font-size: 14px;
	font-weight: 300;
	padding: 5px 0;
	border: 0;
	border-bottom: 1px solid #10253f;
	outline: none;
	background-color: #fff;
}
.user-actions {
	text-align: right;
	padding: 0 20px;
}
.user-button {
	font-weight: bold;
	text-decoration: none;
    padding: 1em;
	color: #fff;
    background: #10253f;
    cursor: pointer;
}
.user-button:hover {
    text-decoration: none;
    color: #fff;
}
.usr-bt-fade {
    display: inline-block;
    transition-duration: 0.3s;
    transition-property: box-shadow;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
    box-shadow: inset 0 0 0 4px #10253f, 0 0 1px rgb(0 0 0 / 0%);
}
.usr-bt-fade:hover {
	box-shadow: inset 0 0 0 4px #a6b0d4, 0 0 1px rgba(0, 0, 0, 0); /* Hack to improve aliasing on mobile/tablet devices * /
}
.user-register {
	font-size: 14px;
	font-weight: 300;
	text-decoration: underline;
	color: #10253f;
	padding: 0 10px;
}
.user-register:hover {
	text-decoration: underline;
	color: #a6b0d4;
}

.edit_header .label, .edit_header .values {
	display: inline-block;
}
.edit_header .label span {
    font-size: 16px;
	font-weight: 600;
}
.edit_header .values span {
    font-size: 16px;
}

.line_selected {
	background-color: #e5f2ff !important;
}

.view_input, .edit_input, .edit_multiple {
	min-width: 450px;
	padding: 0 20px;
	margin-bottom: 20px;
}
.view_input label, .edit_input label {
	display: block;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: 600;
}
/* ---  view_input textarea when we need to show the field's content in more than one line  ----- * /
.view_input textarea {
	overflow: hidden;
	width: 100%;
	max-width: 900px;
	font-size: 24px;
	font-weight: 300;
	/*padding: 5px 0;* /
	color: #6d6d6d;
	border: 0;
	border-bottom: 1px solid #10253f;
	outline: none;
}
/* ---------------------------------------------------------------------------------------------- * /
.view_input input, .view_input2 input, .edit_input input, .edit_input select {
	width: 100%;
	background-color: #fff;
}
.view_input input, .view_input2 input {
	max-width: 900px;
	font-size: 24px;
	font-weight: 300;
	padding: 5px 0;
	border: 0;
	outline: none;
}
.view_input input {
	border-bottom: 1px solid #10253f;
}
.edit_input input, .edit_input select {
	font-size: 18px;
	padding: .35rem .5rem;
    line-height: 1.2;
	border: 1px solid #ced4da;
	background-color: #fdfdfd;
}
.edit_input input:disabled {
	background-color: #e8e8e8;
}
.view_input input[type=checkbox], .edit_input input[type=checkbox] {
    width: auto;
	margin-left: 5px;
}

.edit_multiple input[type=checkbox], .edit_multiple input[type=radio] {
    box-sizing: border-box;
    margin: 7px 20px;
}
.edit_multiple label {
	display: inline-block;
	margin-left: -1rem;
	padding-bottom: 0.5rem;
}
.edit_link {
	font-size: 16px;
	font-weight: 300;
	color: #10253f;
}
.edit_link:hover {
	text-decoration: underline;
	color: #a6b0d4;
}
.volfix_blue_link {
	font-size: 16px;
	font-weight: 600;
	color: #3e5fac;
}
.volfix_blue_link:hover {
	text-decoration: none;
	color: #1ec6f4;
}
.edit_dropzone {
	margin: 0 20px 20px 20px;
}

.button-dark, .button-red { 
	font-weight: bold;
	text-decoration: none;
    padding: 1em;
    cursor: pointer;
}
.button-dark:hover, .button-red:hover {
    text-decoration: none;
}
.bt-dark-fade, .bt-red-fade {
    display: inline-block;
    transition-duration: 0.3s;
    transition-property: box-shadow;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
}

.button-dark { 
	color: #fff;
    background: #10253f;
}
.button-dark:hover {
    color: #fff;
}
.bt-dark-fade {
    box-shadow: inset 0 0 0 4px #10253f, 0 0 1px rgb(0 0 0 / 0%);
}
.bt-dark-fade:hover {
	box-shadow: inset 0 0 0 4px #a6b0d4, 0 0 1px rgba(0, 0, 0, 0); /* Hack to improve aliasing on mobile/tablet devices * /
}

.button-red { 
	color: #10253f;
    background: #fae2e2;
	margin-right: 6px;
}
.button-red:hover {
    color: #10253f;
}
.bt-red-fade {
    box-shadow: inset 0 0 0 4px #fae2e2, 0 0 1px rgb(0 0 0 / 0%);
}
.bt-red-fade:hover {
	box-shadow: inset 0 0 0 4px #fdbdbd, 0 0 1px rgba(0, 0, 0, 0); /* Hack to improve aliasing on mobile/tablet devices * /
}


.bt-small-l, .bt-small-r {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
    padding: 0.5em;
	color: #666;
    background: #ececec;
    cursor: pointer;
}
.bt-small-l {
	margin: 0.5em 0.4em 0.4em 0;
}
.bt-small-r {
	margin: 0.5em 0 0.4em 0.4em;
}
.bt-small-l:hover, .bt-small-r:hover {
    text-decoration: none;
    color: #666;
}


.edit_input .mandatory {
    border-left: 4px solid #ff0000;
}

.edit_input .optional {
    border-left: 4px solid #f7e834;
}

.edit_text {
    font-size: 18px;
	padding: 0 20px;
    line-height: 1.2;
}

.edit_link2 {
	font-size: 18px;
	font-weight: 350;
	color: #10253f;
}
.edit_link2:hover {
	text-decoration: underline;
	color: #a6b0d4;
}


.serial-part-numbers {
	width: 80%;
	background-color: #eeeeee;
}


.field_note {
    background-color: #dddddd;
	margin-bottom: 10px;
	padding-left: 5px;
}


.link_comments {
	color: #10253f;
    text-decoration: underline;	
}
.link_comments:hover {
	color: #707c8c;
    text-decoration: underline;	
}


.alert-notice {
    color: #919329;
    background-color: #f8f7d7;
    border-color: #f4f593;
}
.alert-ok {
    color: #3e9f4e;
    background-color: #e6fcee;
    border-color: #84d48a;
}
.alert-blue {
    color: #10253f;
    background-color: #f4f9fe;
    border-color: #a5c3e2;
}


.tbl-row {
	background-color: #f3f3f3;
	border-bottom: solid 1px #10253f;
}
.tbl-cell {
	position: relative;
	display: inline-block;	
}

/* dont know if i only use this on the attachments list divs, so will keep it available * /
.w-5 { width: 5%; }
.w-10 { width: 10%; }
.w-16 { width: 16%; }
.w-64 { width: 64%; }


.attach-list-icon {
	width: 50px;
}
.attach-list-name-1 {
	width: calc(100% - 185px);
}
.attach-list-name-2 {
	width: calc(100% - 220px);
}
.attach-list-size {
	width: 80px;
}
.attach-list-button-1 {
	width: 40px;
}
.attach-list-button-2 {
	width: 75px;
}

.inactive {
	display: none;
}


.notifs_home {
  padding: 20px;
  background-color: #eaedf5;
}
.notifs_home_title {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #10253f;
}
.notifs_home_left{
	display: inline-block;
}
.notifs_home_right{
	display: inline-block;
	text-align: right;
}
.notifs_link {
	font-family: Arial;
	font-style: normal;
	font-size: 13px;
	color: #10253f;
	text-decoration: underline;
	margin-left: 10px;
}
.notifs_link:hover {
	color: #7b8798;
	text-decoration: underline;
}

/*.loader{
    position: absolute;
    top:0px;
    right:0px;
    width:100%;
    height:100%;
    background-color:#eceaea;
	background-image:url('/img/layout/ajax-loader.gif');
    background-size: 50px;
    background-repeat:no-repeat;
    background-position:center;
    z-index:10000000;
    opacity: 0.6;
    filter: alpha(opacity=60);
}* /

.loader{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('/img/layout/ajax-loader.gif')
		50% 50% no-repeat #eceaea;
	background-size: 120px;
	opacity: 0.6;
}



/* ----- lower screen resolutions ------------------------------------------- * /

@media screen and (max-width: 1420px) {
	
	.content-left {
		width: 20%;
	}
	
	.content-center {
		width:78%;
	}
	
	.topbar-search {
		width: 48%;
	}
	
	form.top-search {
		width: 55%;
	}
	
}

@media screen and (max-width: 1280px) {
	
	.content-left {
		width: 22%;
	}
	
	.content-center {
		width:76%;
	}
	
	.topbar-search {
		width: 46%;
	}
	
	form.top-search {
		width: 60%;
	}
	
	.menubar_menu_link {
		padding: 5px 40px;
	}
	
}

@media screen and (max-width: 1145px) {
	
	.content-left {
		width: 27%;
	}
	
	.content-center {
		width:71%;
	}
	
	.topbar-search {
		width: 40%;
	}
	
	form.top-search {
		width: 75%;
	}
	
	.menubar_menu_link {
		padding: 5px 30px;
	}
	
}

/* -------------------------------------------------------------------------- */





/*

/*
.overlay {
  position: relative;
}
.overlay:after {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
  content:"";
  cursor: pointer;
}
.overlay:hover:after  {
  opacity: .5;
}
* /

.hover-darkblue:hover {
  background-color: #b6cde1;
  cursor: pointer;
}
.hover-red:hover {
  background-color: #e4b1b7;
  cursor: pointer;
}

p.title {
    font-family: Calibri;
	font-weight: bold;
	font-size: 18px;
	color: #505d7a;
}
p.text {
    font-family: Calibri;
	font-style: normal;
	font-size: 16px;
	color: #505d7a;
}
.link_button {
font-family: Calibri;
font-size: 16px;
text-align: center;
text-decoration: none;
color: #304c93;
display: inline-block;
padding: 5px 20px;
}
.link_button:hover {
color: #304c93;
background-color: #b6cde1;
text-decoration: none;
}


/* novos (de testes ou não, dp 'filtra-se' isto * /
.container {
	height: 95px;
}




.canvas-preview{
	position: relative;
	width: 140px; height: 70px;
}
.preview-textfield{
	position: relative; top: -15px; left: 0; right: 0;
	font-family: 'Amaranth', sans-serif; font-size: 15px; font-weight: bold;
	color: black;
}
.preview-label{
	position: relative; top: -15px; left: 0; right: 0;
}
.inline{
	display: inline-block;
}

.input-search {
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius: 3px;
	background: #f8fbfd;
    border: 1px solid #e8eaeb;
    padding: 8px; 
    width: 435px;
    height: 30px;   
}

.profile-img2 {
	border:4px solid #22465f;
}
.profile-img3 {
	border:3px solid #22465f;
}

.separator {
  height: 34px;
  width: 2px;
  background-color: #bbb;
  margin: 0px 5px 3px 5px;
  display: inline-block;
}
.circle {
  width: 29px;
  height: 29px;
  margin: 4px 8px 0px 8px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  line-height: 29px;
  text-align: center;
  vertical-align: middle;
  background: #22465f;
  display: inline-block;
}
.obliqua {
	position: relative;
    right: 0px;
    top: 13px;
    color: #000;
    font-size: 11px;
    line-height: 13px;
	text-align: center;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); 
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -sand-transform: rotate(-45deg);
    transform: rotate(-45deg);
	display: inline-block;
}

.dropdown-menu-adjust {
	position: relative;
    right: 0px;
    top: 0px;
}

.dropdown-item2 {
    display: block;
    width: 100%;
    padding: .25rem 1.2rem;
    clear: both;
    /*font-weight: 300;* /
	font-weight: bold;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item2:hover {
	color: #212529;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-submenu {
    display: none;
}

.search {
    position: relative;
    top: -26px;
    left: 408px;
    height: 22px;
    width: 22px;
    border-radius: 3px;
    border: none;
    /*color: #fff;* /
    background-color: #f8fbfd;
	text-align: center;
}
.search:hover {
  background-color: #eee;
  cursor: pointer;
}
.search_circle {
	width: 10px;
	height: 10px;
	border: 2px solid #ccc;
	border-radius: 10px;
	position: relative;
	top: 4px;
	left: 4px;
}
.search_rectangle {
	width: 7px;
	transform: rotate(45deg);
	border: 1px solid #ccc;
	border-top-right-radius: 1px;
	border-bottom-right-radius: 1px;
	position: relative;
	top: 4px;
	left: 11px;
}

.obj_on {  display: block; }
.obj_off {  display: none; }
.float_left { position: relative; float: left; }

.alert2{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid #999;border-radius:.25rem;z-index: 10}

.portlet_box,.homebox {
	margin-bottom: 20px;
	float: left;
    background-color: #fff;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(120,120,120,1);
	-moz-box-shadow: 0px 0px 1px 1px rgba(120,120,120,1);
	box-shadow: 0px 0px 1px 1px rgba(120,120,120,1);
}
.portlet_box {
    width: 100%;
}
.homebox {
    width: 100%;
}
.portlet_title,.homebox_title {
	position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    background-color: #22465f;
	font-family: Calibri;
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	color: #fff;
}
.homebox_title_fixed{
	position: fixed;
	top: 122px;
	z-index: 5;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
.homebox_title_right{
	position: relative;
	right: 4px;
	text-align: right;
	font-size: 14px;
	font-weight: normal;
}
.homebox_links_div{
	position:relative;
	padding-right:5px;
	padding-left:5px;
	float:right
}
.homebox_link{
	color: #fff;
	text-decoration: underline;
}
.homebox_link:hover {
	color: #ccc;
	text-decoration: underline;
}
.portlet_text, .homebox_text {
	padding: 20px;
}

.userbox_photo {
	top:10px;
}
.userbox_photo_fixed {
	top:8px;
}

.userbox_name, .companybox_name, .supplierbox_name {
	top:10px;
	font-family: Calibri;
	font-size: 26px;
	line-height: 30px;
	color: #000;
}
.userbox_name {
	left:45px;
}
.companybox_name, .supplierbox_name {
	left:8px;
	margin-top:10px;
}

.userbox_status, .companybox_status, .supplierbox_status, .userbox_status_fixed, .companybox_status_fixed, .supplierbox_status_fixed {
	color: #fff;
	text-align: center;
	border: 0px solid #000;
}
.userbox_status, .companybox_status, .supplierbox_status {
	float:left;
	font-size: 22px;
	font-weight: bold;
	border-radius: 35px;
	margin-top: 5px;
	/*margin-bottom: 15px;* /
}
.userbox_status_fixed, .companybox_status_fixed, .supplierbox_status_fixed {
	float:left;
	font-size: 18px;
	font-weight: bold;
	border-radius: 20px;
}
.userbox_created, .companybox_created, .supplierbox_created {
	font-size: 13px;
	text-align: right;
	/*border-bottom: 1px solid #ccc;* /
	padding-top: 6px;
	padding-bottom: 2px;
}


.userbox_created_name, .companybox_created_name, .supplierbox_created_name, .userbox_modified_name, .companybox_modified_name, .supplierbox_modified_name {
	height: 55%;
}
.userbox_created_date, .companybox_created_date, .supplierbox_created_date, .userbox_modified_date, .companybox_modified_date, .supplierbox_modified_date {
	position: relative;
	top: -5px;
	height: 45%;
}

.homebox_top {
	/* NOTHING 4 NOW * /
}
.homebox_top_related {
	margin-bottom: 15px;
}
.homebox_top_related_comp, .homebox_top_related_sup {
	margin-top: -15px;
}
.homebox_top_fixed {
	position: fixed;
	top: 162px;
	/*min-height: 95px;* /
	z-index: 5;
	border-bottom: 2px solid #999;
	background-color:#fff;
}

.userbox_name_fixed, .companybox_name_fixed, .supplierbox_name_fixed, .userbox_buttons_fixed, .companybox_buttons_fixed, .supplierbox_buttons_fixed {
	font-family: Calibri;
	line-height: 20px;
	color: #000;
}
.userbox_name_fixed, .companybox_name_fixed, .supplierbox_name_fixed {
	font-size: 22px;
	/*height: 65px;* /
	/*border-bottom: 1px solid #ccc;* /
}
.userbox_buttons, .companybox_buttons, .supplierbox_buttons {
	top: 5px;
}
.userbox_buttons_fixed, .companybox_buttons_fixed, .supplierbox_buttons_fixed {
	font-size: 22px;
	padding-top: 10px;
	/*height: 65px;* /
	/*border-bottom: 1px solid #ccc;* /
}
.userbox_created_fixed, .companybox_created_fixed, .supplierbox_created_fixed {
	font-family: Calibri;
	font-size: 14px;
	text-align: right;
	line-height: 20px;
	color: #000;
	height: 45px;
	top: 15px;
	/*border-bottom: 1px solid #ccc;* /
}
.userbox_section_actions, .companybox_section_actions, .supplierbox_section_actions {
	font-family: Calibri;
	font-size: 14px;
	text-align: right;
	color: #000;
}

.fill, .fill_red, .fill_fixed {
	font-family: Calibri;
	font-weight: bold;
	background-color: #fff;
}
.fill {
	color: #000;
	font-size: 19px;
	border: 3px solid #000;
	border-radius: 35px;	
}
.fill_red {
	color: #cc0000;
	font-size: 19px;
	border: 3px solid #cc0000;
	border-radius: 35px;
}
.fill_fixed {
	color: #000;
	font-size: 17px;
	border: 2px solid #000;
	border-radius: 25px;	
}
.fill:hover, .fill_red:hover, .fill_fixed:hover {
	color: #fff;
	background-color: #000;
	border-color: #fff;
}

.selectPhotoFilename {
	font-family: Calibri;
	font-size: 14px;
	margin-bottom: 10px;
}

.elm_dsp_none {
	display: none;
}

/* ### links glossary ### * /
ul.glossary {
	display: inline-block;
    vertical-align: middle;
	height: 25px;
	list-style-type: none;
	padding-top: 2px;
	padding-left: 18px;
}
li.glossary, li.glossary2 {
	display: inline-block;
	height: 25px;
	margin: 3px 3px 0px 0px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color:#fff;
	background-color:#000;
	text-align: center;
	font-family: Calibri;
	font-size: 14px;
	padding-top: 1px;
	cursor: pointer;
}
li.glossary:hover, li.glossary2:hover {
	background-color:#a0a0a0;
}
li.glossary {
	width: 25px;
}
li.glossary2 {
	width: 28px;
}
span.glossary {
	color:#fff;
}
li.glossary_selected {
	background-color:#ff9900;
}
/* ###################### * /

/* ### options datatable top bar ### * /
.bluediv {
	font-size: 14px;
	color: #000;
    background-color: #d7d7d7;
	padding: 4px;
}
.bluediv_top {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.bluediv_bottom {
	margin-bottom: 10px;
}
.bluediv_fixed {
	position: fixed;
	top: 162px;
	z-index: 5;
	border-bottom: 1px solid #999;
}
.filters {
	padding-bottom: 4px;
}
.closed {
	display: none;
}
.toolbar_select {
	font-family: Calibri;
	font-size: 14px;
}
.list_titles_fixed {
	position: fixed;
	top: 201px;
	z-index: 5;
	border-bottom: 2px solid #999;
}
.list_titles_relative {
	position: relative;
}
.link_title {
	font-family: Calibri;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.link_title:hover {
color: #666;
text-decoration: none;
}
.link_list_record {
	/*font-family: Calibri;
	font-size: 18px;* /
	color: #000;
	text-decoration: underline;
}
.link_list_record:hover {
color: #fa9664;
text-decoration: none;
}


.list-bottom-relative{position:relative;float:left;}
.list-bottom-left{position:relative;float:left;width:47%;height:1px;}
.list-bottom-left2{width:38%;/*margin-left:-15px;* /}
.list-bottom-left3{padding-left:18px;}
.list-bottom-right{position:relative;float:right;width:53%;height:1px;}
.list-bottom-right2{width:42%;margin-left:-20px;}
.list-bottom-right3{padding-right:12px;}
.list-bottom-fixed {position: fixed;bottom:25px;z-index:5;background-color:#fff;height:40px;}
.list-bottom-fixed2 {position: fixed;bottom: 65px;z-index:5;background-color:#fff;height:20px;border-top:1px solid #ccc;}
.user-list-end {height:60px;}


/* ################################# * /

/* ###### 4.1 Datatables ###### * /
table.dataTable {
  border: 1px solid #dee2e6;
  margin-bottom: 15px; }
  table.dataTable thead th, table.dataTable thead td {
	background-color:#a0a0a0;
    padding: 0.75rem;
    border-bottom: 1px solid #dee2e6;
    position: relative; }
	
    table.dataTable thead th.sorting, table.dataTable thead th.sorting_asc, table.dataTable thead th.sorting_desc, table.dataTable thead td.sorting, table.dataTable thead td.sorting_asc, table.dataTable thead td.sorting_desc {
		background-image: none; }
    table.dataTable thead th.sorting::after, table.dataTable thead th.sorting_asc::after, table.dataTable thead th.sorting_desc::after, table.dataTable thead td.sorting::after, table.dataTable thead td.sorting_asc::after, table.dataTable thead td.sorting_desc::after {
        content: '';
        border: 4px solid transparent;
        border-top-color: #bbb;
        position: absolute;
        z-index: 1;
        /*top: 18px;* /
        right: 8px; }
    table.dataTable thead th.sorting::before, table.dataTable thead th.sorting_asc::before, table.dataTable thead th.sorting_desc::before, table.dataTable thead td.sorting::before, table.dataTable thead td.sorting_asc::before, table.dataTable thead td.sorting_desc::before {
        content: '';
        border: 4px solid transparent;
        border-bottom-color: #bbb;
        position: absolute;
        z-index: 1;
        /*top: 8px;* /
        right: 8px; }

	/* - -  to better position the up and down arrows  - - - - - - - - - - - - - - - - - - - - - - - - - - * /
	table.dataTable thead th.sorting_top::after, table.dataTable thead td.sorting_top::after { top: 18px; }
	table.dataTable thead th.sorting_top::before, table.dataTable thead td.sorting_top::before { top: 8px; }
	/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * /

    table.dataTable thead th.sorting_asc::before, table.dataTable thead td.sorting_asc::before {
		border-bottom-color: #343640; }
    table.dataTable thead th.sorting_desc::after, table.dataTable thead td.sorting_desc::after {
		border-top-color: #343640; }
  table.dataTable tbody th, table.dataTable tbody td {
    padding: 0.75rem; }
  table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top-color: #dee2e6; }
  table.dataTable.no-footer {
    border-bottom-color: #dee2e6; }

.dataTables_length {
  padding-bottom: 10px; }
  .dataTables_length .select2-container {
    width: 60px;
    margin-left: 0;
    margin-right: 10px; }

.dataTables_filter {
  padding-bottom: 10px;
  padding-right: 5px; }

.dataTables_wrapper .dataTables_info {
  height: 40px;
  display: flex;
  align-items: center;
  padding-top: 0; }

.dataTables_wrapper .dataTables_paginate {
  padding-top: 0; }
  .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding-top: 0.54rem;
    padding-bottom: 0.54rem;
    background-color: #e9ecef;
    border-color: transparent;
    border-radius: 0;
    line-height: 1.481; }
    .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:focus {
      background-color: #ced4da;
      background-image: none;
      border-color: transparent;
      color: #343640 !important; }
    .dataTables_wrapper .dataTables_paginate .paginate_button:active {
      box-shadow: none; }
    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current:focus {
      background-color: #007bff;
      background-image: none;
      border-color: transparent;
      color: #fff !important; }
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:focus {
      background-color: #e9ecef;
      color: #969dab !important; }
/* ############################ * /


table.dataTable{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0}table.dataTable thead th,table.dataTable tfoot th{font-weight:bold}table.dataTable thead th,table.dataTable thead td{padding:5px 5px;border-bottom:1px solid #111111}table.dataTable thead th:active,table.dataTable thead td:active{outline:none}table.dataTable tfoot th,table.dataTable tfoot td{padding:10px 18px 6px 18px;border-top:1px solid #111111}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer;*cursor:hand;background-repeat:no-repeat;background-position:center right}table.dataTable thead .sorting{background-image:url("../images/sort_both.png")}table.dataTable thead .sorting_asc{background-image:url("../images/sort_asc.png")}table.dataTable thead .sorting_desc{background-image:url("../images/sort_desc.png")}table.dataTable thead .sorting_asc_disabled{background-image:url("../images/sort_asc_disabled.png")}table.dataTable thead .sorting_desc_disabled{background-image:url("../images/sort_desc_disabled.png")}table.dataTable tbody tr{background-color:white}table.dataTable tbody tr.selected{background-color:#b0bed9}table.dataTable tbody th,table.dataTable tbody td{padding:5px 5px}table.dataTable.row-border tbody th,table.dataTable.row-border tbody td,table.dataTable.display tbody th,table.dataTable.display tbody td{border-top:1px solid #dddddd}table.dataTable.row-border tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.display tbody tr:first-child td{border-top:none}table.dataTable.cell-border tbody th,table.dataTable.cell-border tbody td{border-top:1px solid #dddddd;border-right:1px solid #dddddd}table.dataTable.cell-border tbody tr th:first-child,table.dataTable.cell-border tbody tr td:first-child{border-left:1px solid #dddddd}table.dataTable.cell-border tbody tr:first-child th,table.dataTable.cell-border tbody tr:first-child td{border-top:none}table.dataTable.stripe tbody tr.odd,table.dataTable.display tbody tr.odd{background-color:#fff}table.dataTable.stripe tbody tr.odd.selected,table.dataTable.display tbody tr.odd.selected{background-color:#abb9d3}table.dataTable.hover tbody tr:hover,table.dataTable.display tbody tr:hover{background-color:whitesmoke}table.dataTable.hover tbody tr:hover.selected,table.dataTable.display tbody tr:hover.selected{background-color:#a9b7d1}table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3,table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3{background-color:#f9f9f9}table.dataTable.order-column tbody tr.selected>.sorting_1,table.dataTable.order-column tbody tr.selected>.sorting_2,table.dataTable.order-column tbody tr.selected>.sorting_3,table.dataTable.display tbody tr.selected>.sorting_1,table.dataTable.display tbody tr.selected>.sorting_2,table.dataTable.display tbody tr.selected>.sorting_3{background-color:#acbad4}table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{background-color:#f1f1f1}table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2{background-color:#f3f3f3}table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3{background-color:whitesmoke}table.dataTable.display tbody tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1{background-color:#a6b3cd}table.dataTable.display tbody tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2{background-color:#a7b5ce}table.dataTable.display tbody tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3{background-color:#a9b6d0}table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:#f9f9f9}table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2{background-color:#fbfbfb}table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3{background-color:#fdfdfd}table.dataTable.display tbody tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1{background-color:#acbad4}table.dataTable.display tbody tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2{background-color:#adbbd6}table.dataTable.display tbody tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3{background-color:#afbdd8}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1{background-color:#eaeaea}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2{background-color:#ebebeb}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3{background-color:#eeeeee}table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1{background-color:#a1aec7}table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2{background-color:#a2afc8}table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3{background-color:#a4b2cb}table.dataTable.no-footer{border-bottom:1px solid #111111}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable.compact thead th,table.dataTable.compact thead td{padding:4px 17px 4px 4px}table.dataTable.compact tfoot th,table.dataTable.compact tfoot td{padding:4px}table.dataTable.compact tbody th,table.dataTable.compact tbody td{padding:4px}table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty{text-align:center}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}/*table.dataTable,table.dataTable th,table.dataTable td{box-sizing:content-box}* /.dataTables_wrapper{position:relative;clear:both;*zoom:1;zoom:1}.dataTables_wrapper .dataTables_length{float:left}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter input{margin-left:0.5em}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:0.755em}.dataTables_wrapper .dataTables_paginate{float:right;text-align:right;padding-top:0.25em}.dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:0.5em 1em;margin-left:2px;text-align:center;text-decoration:none !important;cursor:pointer;*cursor:hand;color:#333333 !important;border:1px solid transparent;border-radius:2px}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333333 !important;border:1px solid #979797;background-color:white;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));background:-webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-o-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{cursor:default;color:#666 !important;border:1px solid transparent;background:transparent;box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:white !important;border:1px solid #111111;background-color:#585858;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));background:-webkit-linear-gradient(top, #585858 0%, #111 100%);background:-moz-linear-gradient(top, #585858 0%, #111 100%);background:-ms-linear-gradient(top, #585858 0%, #111 100%);background:-o-linear-gradient(top, #585858 0%, #111 100%);background:linear-gradient(to bottom, #585858 0%, #111 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));background:-webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);box-shadow:inset 0 0 3px #111}.dataTables_wrapper .dataTables_paginate .ellipsis{padding:0 1em}.dataTables_wrapper .dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:white;background:-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%)}.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate{color:#333333}.dataTables_wrapper .dataTables_scroll{clear:both}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{*margin-top:-1px;-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td{vertical-align:middle}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing{height:0;overflow:hidden;margin:0 !important;padding:0 !important}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #111111}.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,.dataTables_wrapper.no-footer div.dataTables_scrollBody>table{border-bottom:none}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width: 767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.dataTables_wrapper .dataTables_paginate{margin-top:0.5em}}@media screen and (max-width: 640px){.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter{float:none;text-align:center}.dataTables_wrapper .dataTables_filter{margin-top:0.5em}}

table.dataTable.display tbody tr.even{background-color:#fff}
table.dataTable.display tbody tr:hover.even{background-color:#d7d7d7}

table.dataTable.display tbody tr.odd{background-color:#ebebeb}
table.dataTable.display tbody tr:hover.odd{background-color:#d7d7d7}

.table thead th {
	vertical-align: middle;
}

.table-text {
	user-select: none; /* CSS3 (little to no support) * /
	-ms-user-select: none; /* IE 10+ * /
	-moz-user-select: none; /* Gecko (Firefox) * /
	-webkit-user-select: none; /* Webkit (Safari, Chrome) * /
}

.table-title-small {
	font-size: 13px;
}
.table-text-small {
	font-size: 12px;
}

/* ----- an alternative to the standard TABLE-STRIPED  ----- * /
.table-tasks-tabs thead tr{background-color:#efefef}
.table-tasks-tabs thead th{padding: 2px 0px 1px 6px;}
.table-tasks-tabs tbody td{padding: 2px 0px 2px 6px; border-bottom: 1px solid #dee2e6; vertical-align: middle;}

.tr-tasks-tabs-even{background-color:#f0f6f8}
.tr-tasks-tabs-odd{background-color:#e4eef1}
.tr-tasks-tabs-on{background-color:#bbbbbb}

.tr-notifs-draft-even{background-color:#f2f3d4}
.tr-notifs-draft-odd{background-color:#f1f3bb}
.tr-notifs-queue-even{background-color:#f9ecda}
.tr-notifs-queue-odd{background-color:#f7e4c9}
.tr-notifs-sent-even{background-color:#f0f6f8}
.tr-notifs-sent-odd{background-color:#e4eef1}
.tr-notifs-on{background-color:#bbbbbb}
/* ----- - - - - - - - - - - - - - - - - - - - - - - - ----- * /

.divright{margin-left:auto; margin-right:0;}

.pagination{display:inline-block;padding-left:0;margin:-10px 0;border-radius:4px;float: right;}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#000;text-decoration:none;background-color:#fff;border:1px solid #787878}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#000;background-color:#eee;border-color:#787878}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color:#000;border-color:#000}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}
.pagination>li>a, .pagination>li>span {border-radius: 50% !important;margin: 0 2px;line-height: 2;font-family: Calibri;font-size:14px;}
.pagination-text{display:inline-block;padding-left:8px;padding-right:8px;float:right;color:#ddd}
.pagination-link{color:#000;text-decoration:underline;}
.pagination-link:hover{color:#666;text-decoration:underline;}

.pagination2{margin:5px 0;}
.pagination-text2{padding-top:15px;}

/*****  FOR ALL -> to use in several elements, and not having one for each type  ***** /
.element-active {  display: block;  }
.element-inactive {  display: none;  }

/************** BEGIN: Notes-Box *********** /
.notes-box {  position: absolute;  z-index: 9999;  padding: 8px 4px;  width: 600px;  background-color: #fff;  border: solid 1px #dfdfdf;  box-shadow: 1px 1px 2px #cfcfcf;  }
.notes-box__close_text { float:right; text-align:right; margin: -10px 5px; }
.notes-box__close_link { font-family: Calibri; font-size:11px; color: #666; text-decoration: underline; }
.notes-box__close_link:hover {  color: #999;  }
.notes-box__body_text { font-family: Calibri; font-size:14px; color: #000; margin: 10px 10px 10px 10px; }
.notes-box__body_link { color: #666; text-decoration: underline; }
.notes-box__body_link:hover {  color: #999;  }
/************** END: Export-Box *********** /

/************** BEGIN: Export-Box *********** /
.export-box {  position: absolute;  z-index: 9999;  padding: 8px 4px;  width: 450px;  background-color: #fff;  border: solid 1px #dfdfdf;  box-shadow: 1px 1px 2px #cfcfcf;  }
.export-box__close_text { float:right; text-align:right; margin: -10px 5px; }
.export-box__close_link { font-family: Calibri; font-size:11px; color: #666; text-decoration: underline; }
.export-box__close_link:hover {  color: #999;  }
.export-box__body_text { font-family: Calibri; font-size:14px; color: #000; margin: 10px 10px 10px 10px; }
.export-box__body_link { color: #666; text-decoration: underline; }
.export-box__body_link:hover {  color: #999;  }
/************** END: Export-Box *********** /


/************** BEGIN: Context-Menu *********** /
.context-menu {  position: absolute;  z-index: 9999;  padding: 12px 0;  width: 250px;  background-color: #fff;  border: solid 1px #dfdfdf;  box-shadow: 1px 1px 2px #cfcfcf;  }
.context-menu__submenu { border: solid 1px #dfdfdf;  box-shadow: 1px 1px 2px #cfcfcf; }
.context-menu__items { list-style: none;  margin: 0;  padding: 0;  }
.context-menu__item { display: block;  margin-bottom: 4px;  }
.context-menu__item:last-child {  margin-bottom: 0;  }
.context-menu__link {  display: block;  padding: 4px 12px;  color: #0066aa;  text-decoration: none;  }
.context-menu__link:hover {  color: #fff;  background-color: #0066aa;  }
.context-menu__inactive {  display: block;  padding: 4px 12px;  color: #999;  text-decoration: none;  }
.context-menu__visible {  display: block; }
.context-menu__invisible {  display: none; }
.context-menu__close_link { font-family: Calibri; font-size:11px; color: #000; text-decoration: underline; }
.context-menu__close_link:hover {  color: #666;  }
.context-menu__close_text { float:right; text-align:right; margin: -10px 10px; }
.context-menu__items ul {  position: absolute;  white-space: nowrap;  z-index: 1;  left: -99999em;}
.context-menu__items > li:hover > ul {  left: auto;  padding-top: 5px  ;  min-width: 100%;  }
.context-menu__items > li li ul {  border-left:1px solid #fff;}
.context-menu__items > li li:hover > ul {  left: 100%;  top: -1px;  }
.context-menu__item ul { background-color: #fff; padding: 7px 11px;  list-style-type: none;  text-decoration: none; margin-left: 40px; }
.page-media .context-menu__items ul li { display: block; }
/************** END: Context-Menu *********** /



.blink_text {
    animation:1s blinker linear infinite;
    -webkit-animation:1s blinker linear infinite;
    -moz-animation:1s blinker linear infinite;
    color: red;
    }

    @-moz-keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

    @-webkit-keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

    @keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }


/* - - - - -  for the tooltips on the lists  - - - - - * /
[data-tooltip] {
    display: inline-block;
    position: relative;
    cursor: help;
    padding: 0px;
}
/* Tooltip styling * /
[data-tooltip]:before {
    content: attr(data-tooltip);
    display: none;
    position: absolute;
    background: #000;
    color: #fff;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1.4;
    min-width: 300px;
    text-align: center;
    border-radius: 4px;
	white-space: pre-line;
}
/* Dynamic horizontal centering * /
[data-tooltip-position="top"]:before,
[data-tooltip-position="bottom"]:before {
    left: 50%;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/* Dynamic vertical centering * /
[data-tooltip-position="right"]:before,
[data-tooltip-position="left"]:before {
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
[data-tooltip-position="top"]:before {
    bottom: 100%;
    margin-bottom: 6px;
}
[data-tooltip-position="right"]:before {
    left: 100%;
    margin-left: 6px;
}
[data-tooltip-position="bottom"]:before {
    top: 100%;
    margin-top: 6px;
}
[data-tooltip-position="left"]:before {
    right: 100%;
    margin-right: 6px;
}

/* Tooltip arrow styling/placement * /
[data-tooltip]:after {
    content: '';
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
/* Dynamic horizontal centering for the tooltip * /
[data-tooltip-position="top"]:after,
[data-tooltip-position="bottom"]:after {
    left: 50%;
    margin-left: -6px;
}
/* Dynamic vertical centering for the tooltip * /
[data-tooltip-position="right"]:after,
[data-tooltip-position="left"]:after {
    top: 50%;
    margin-top: -6px;
}
[data-tooltip-position="top"]:after {
    bottom: 100%;
    border-width: 6px 6px 0;
    border-top-color: #000;
}
[data-tooltip-position="right"]:after {
    left: 100%;
    border-width: 6px 6px 6px 0;
    border-right-color: #000;
}
[data-tooltip-position="bottom"]:after {
    top: 100%;
    border-width: 0 6px 6px;
    border-bottom-color: #000;
}
[data-tooltip-position="left"]:after {
    right: 100%;
    border-width: 6px 0 6px 6px;
    border-left-color: #000;
}
/* Show the tooltip when hovering * /
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    display: block;
    z-index: 50;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - * /

.content {
	/*height:1221px;* /
	/*height:100%;* /
}

.content-left, .content-center {
	position:relative;
	width:100%;
	/*min-height:1px;* /
}
.content-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
	/*height:100%;* /
    float: left;
	padding-left:20px;
}
.content-center {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    width: 80%;
	/*height:100%;* /
    float: left;
	padding-right:20px;
	padding-left:20px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - * /

.summary-title-div {
	width: 100%;
	background-color: #787878;
}
.summary-title-text {
	font-family: Calibri;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	color: #fff;
}
.summary-sub-title {
	font-family: Calibri;
	font-weight: bold;
	font-size: 15px;
}
.summary-table {
	width: 100%;
    max-width: 100%;
    /*margin-bottom: 20px;* /
}
.summary-tr {
	padding: 8px;
    border-top: 1px solid;
	border-color: #000;
}
.summary-tr2 {
	padding: 8px;
}
.summary-td {
	font-family: Calibri;
	font-size: 12px;
}
.summary-ar {
	text-align: right;
}

.userlist-col-sm-12{position:relative;width:100%;min-height:1px;/*padding-top:10px;padding-right:10px;padding-bottom:5px;padding-left:10px;* /}
.userlist-col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;width:100%;}

.summary-col-left-4,.summary-col-left-5,.summary-col-sm-12{position:relative;width:100%;min-height:1px;padding-top:10px;padding-right:10px;padding-bottom:5px;padding-left:10px;}
.summary-col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;width:100%;}
.summary-col-left-5{-webkit-box-flex:0;-ms-flex:0 0 41.66666667%;flex:0 0 41.66666667%;width:41.66666667%;float:left;}
.summary-col-left-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333333%;flex:0 0 33.33333333%;width:33.33333333%;float:left;}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - * /



.collapse-group {
	padding: 10px;
	margin-bottom: 10px;
}

.collapse-default {
    border: 1px solid #787878;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
	margin-bottom: 20px;
}

.collapse-heading {
	font-family: Calibri;
	font-size: 20px;
	font-weight: bold;
    color: #000;
    background-color: #c8c8c8;
    /*padding-top: 5px;* /
    min-height: 32px;
}

.collapse-heading2 {
	font-family: Calibri;
	font-size: 20px;
	font-weight: bold;
    color: #fff;
    background-color: #787878;
    /*padding-top: 5px;* /
    min-height: 32px;
}

.collapse-body {
	padding-top: 8px;
	padding-bottom: 5px;
	background-color: #fff;
}

/* --- simple standard css configs --- * /
.fl-l { float: left; }
.fl-r { float: right; }
.al-l {	text-align: left; }
.al-r {	text-align: right; }
/* ----------------------------------- * /

.label-control{ color: #000 }

.control-label{ margin-bottom: .1rem; }

.form-control{ color:#000;padding:.35rem .5rem;line-height:1.2; }
.form-control:disabled,.form-control[readonly]{border:1px solid #ced4da;-webkit-box-shadow: none;box-shadow: none;}

.form-control2{margin-bottom:23px;padding:.375rem .75rem;font-size:.9rem;line-height:1.2;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}
.form-control2:disabled,.form-control2[readonly]{background-color:#e9ecef;opacity:1}

.form-control3 { display: block; width: 99%; margin-top: 4px; padding: .15rem .5rem; font-size: 15px; line-height: 18px; color: #495057; background-color: #fff; border: 1px solid #ced4da; }
.form-control3:disabled, .form-control3 [readonly] { background-color: #e9ecef; opacity: 1 }

.form-control-less-padding{ padding: .4rem .3rem; }

.form-control-error{ display: block; width: 99%; margin-top: -2px; padding: .4rem .3rem; font-size: 15px; line-height: 18px; color: #000; background-color: #ffeaea; border: 2px solid #ff4e4e80; background-clip:padding-box; border-radius:.25rem; -webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}

.form-control-cb{ color:#000;padding:.35rem .75rem;line-height:1.2; }

.text-area{ font-size:.875rem; }

.mandatory { border-left: 5px solid red; }
.mandatory-failed { -webkit-box-shadow: 0 0 0 .2rem #f9d6d5; box-shadow: 0 0 0 .2rem #f9d6d5; }

.semi-mandatory { border-left: 5px solid #ffcc22; }
.semi-mandatory-failed { -webkit-box-shadow: 0 0 0 .2rem #ffcc88; box-shadow: 0 0 0 .2rem #ffcc88; }

select.form-control:not([size]):not([multiple]){height:2rem}
select.form-control{ padding:.35rem .5rem; }

.btn_usrfrm_rel,.btn_compfrm_rel,.btn_supfrm_rel { margin-right: 10px; line-height: 28px; }
.btn_usrfrm_fix,.btn_compfrm_fix,.btn_supfrm_fix { margin-right: 10px; line-height: 20px; }

.open_close_sections {
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}
.open_close_sections:hover {
	text-decoration: underline;
	color: #666;
}

.small_links {
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}
.small_links:hover {
	color: #666;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
}
.inputfile + label {
	font-family: Calibri;
	font-size: 14px;
	font-weight: bold;
	/*text-decoration: underline;* /
	color: #000;
	margin-bottom: 5px;
}
.inputfile + label:hover {
    color: #6a85a2;
}

/************** BEGIN: Status-Summary *********** /
.status-summary {  position: absolute;  z-index: 9999;  padding: 8px 4px;  width: 600px;  background-color: #fff;  border: solid 1px #dfdfdf;  box-shadow: 1px 1px 2px #cfcfcf;  }
.status-summary__close_text { float:right; text-align:right; margin: -10px 5px; }
.status-summary__open_link, .status-summary__close_link { font-family: Calibri; color: #666; text-decoration: underline; }
.status-summary__open_link:hover, .status-summary__close_link:hover {  color: #999;  }
.status-summary__open_link { font-size:12px; }
.status-summary__close_link { font-size:11px; }
.status-summary__body_text { font-family: Calibri; font-size:14px; color: #000; margin: 10px 10px 10px 10px; }
.status-summary__body_link { color: #666; text-decoration: underline; }
.status-summary__body_link:hover {  color: #999;  }
/************** END: Status-Summary *********** /


.collapse-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:.8rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}


/***** MODAL em listagens (COMPANY-LIST, USER-LIST, ...) ***** /
.gold-background>.modal-dialog>.modal-content{background-color:#ffd700}

/***** MODAL de sub-forms, chamado no form principal ***** /
.modal-body2{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding-top:1rem;padding-bottom:1rem;}
.modal-w640{max-width:640px;}

/***** MODAL - acertos nas classes ***** /
.modal-header{padding-top:.6rem;padding-right:1rem;padding-bottom:.6rem;padding-left:1rem;}

/***** title links @ COMPANY-FORM > Tab List ***** /
.tabLinkSectionClosed { font-family: Calibri; font-weight: bold; color: #000; }
.tabLinkSectionClosed:hover {  color: #999; text-decoration: underline; }
.spanCompTabsON, .spanSupTabsON { background-color: #f00; }
.spanCompTabsOFF, .spanSupTabsOFF { /*background-color: #ccc;* / }
.linkCompTabsON, .linkSupTabsON { font-family: Calibri; font-weight: bold; color: #fff; }
.linkCompTabsON:hover, .linkSupTabsON:hover { color: #fff; text-decoration: none; }
.linkCompTabsOFF, .linkSupTabsOFF { font-family: Calibri; font-weight: bold; color: #fff; text-decoration: underline; }
.linkCompTabsOFF:hover, .linkSupTabsOFF:hover {  color: #999;  }

.link-not-active {  pointer-events: none; cursor: default;  }

.radio-bt {  position: relative; top: 5px;  }
.radio-bt2 {  position: relative; top: 1px;  }
.radio-lb {  position: relative; width: 25%; top: 3px;  }

.scroll-y { overflow-y: scroll; }

/***** font-effects for the IMPORTANCE field (FILENOTES) ***** /
.imp-low { font-weight: bold; color: #38ca43; }
.imp-med { font-weight: bold; color: #ece000; }
.imp-high { font-weight: bold; color: #ff0000; }

.transparent_50perc  { opacity: .5; }

.scroll-y-auto { overflow-y: auto; }
.scroll-y-hidden { overflow-y: hidden; }

.form-control-listbar {
    color: #000;
    padding: .15rem .35rem;
    line-height: 1.2;
    font-size: 14px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.button-listbar {
	margin: 0;
    font-family: Calibri;
    font-size: 14px;
    line-height: 1.2;
}

/***** title links @ TASKS-FORM > Bottom ***** /
.linkTaskTabsON { font-family: Calibri; font-weight: bold; color: #fff; }
.linkTaskTabsON:hover { color: #fff; text-decoration: none; }
.spanTaskTabsON { background-color: #f00; }
.spanTaskTabsOFF { /*background-color: #ccc;* / }
.spanTaskTabsDISABLED { font-family: Calibri; font-weight: bold; font-style: italic; color: #ccc; }
.linkTaskTabsOFF { font-family: Calibri; font-weight: bold; color: #000; text-decoration: underline; }
.linkTaskTabsOFF:hover {  color: #666;  }

.btn_tasks_tabs {
	font-family: Calibri;
	font-size: 12px;
	line-height: 24px;
	color: #666;
	background-color: #fafbfd;
    border: 1px solid #666;
    border-radius: 10px;
    margin-top: 15px;
    margin-right: 5px;
    padding: 2px 8px 2px 8px;
}
.btn_tasks_tabs:hover {
	background-color: #e4eef1;
	color: #000;
	border-color: #000;
}

/* - - - - - -  for the TASKS-NOTIFS editor  - - - - - - * /
/* - - -  HEADER  - - - * /
.notif-email-header {
	background-color: #293E40;
	padding: 10px 0px 12px 0px;
	min-height: 72px;
}
.notif-email-container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.notif-email-header-left, .notif-email-header-right {
	width: 45%;
	height: 50px;
	vertical-align: middle;
	margin: 0;
}
.notif-email-header-left {
	float: left;
	margin-left: 15px;
}
.notif-email-header-right {
	float: right;
	text-align: right;
	margin-right: 15px;
}
.notif-email-recipients-subject {
	height: 75px;
	background: #fafafa;
}
.notif-email-horiz-line {
	height: 1px;
	background: #ccc;
}
/* - - -  SEND-FORM button  - - - * /
.editor-send {
	width: 75px;
	height: 65px;
	margin: 5px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #ccc;
}
.editor-send:hover {
	cursor: auto;
	background-color: #dee0e2;
}

/* - - -  this will work on boxes with 3 buttons: SAVE [left], DONT SAVE, CANCEL   - - - - - - - - - - - - * /
.modal-footer>.btn-save-dontsave-cancel-left {
  margin-right: 228px;  /*** it's a "FORCED" align left, by spacing the button to the ones on the right **** /
}
/* - - -  this will work on boxes with 2 buttons: SAVE [left], CANCEL  - - - - - - - - - - - - - - - - - - * /
.modal-footer>.btn-save-cancel-left {
  margin-right: 334px;  /*** it's a "FORCED" align left, by spacing the button to the ones on the right **** /
}
/* - - -  this will work on boxes with 2 buttons: YES [left], NO   - - - - - - - - - - - - - - - - - - - - * /
.modal-footer>.btn-yes-no-left {
  margin-right: 366px;  /*** it's a "FORCED" align left, by spacing the button to the ones on the right **** /
}
/* - - -  and the style is shared for both  - - - * /
.modal-footer>.btn-save-dontsave-cancel-left, .modal-footer>.btn-save-cancel-left, .modal-footer>.btn-yes-no-left {
    color: #fff;
    background-color: #3490dc;
    border-color: #3490dc;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * /

/* - - -  needed to call the standard font (family and size) when applying a PRE tag on HTML   - - - - - - * /
.std-font {
	font-family: Nunito,sans-serif;
    font-size: .9rem;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * /

*/

