@import url(https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,latin-ext);

* {
    outline: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
}

body {
    background: #FFFFFF !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 100%;
}

*:focus {
    outline: none !important;
}

input:focus, button:focus, textarea:focus, select:focus {
    outline: none !important;
    box-shadow: none;
    -webkit-box-shadow: none;
}

input:focus, textarea:focus, select:focus {
    border-color: #999A9A !important;
    box-shadow: none;
    -webkit-box-shadow: none;
}

input:not([type=checkbox]):not([type=radio]), input[type=text], input[type=password], input[type=search], textarea, select {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    padding: 4px 0;
    font-size: 12px;
    line-height: normal;
    box-sizing: border-box;
}

input:not([type=checkbox]):not([type=radio]), input[type=text], input[type=password], input[type=search], select {
    height: 24px;
}

input[readonly] {
    border: 1px solid #EFEFEF !important;
}

input[type=time] {
    width: 78px;
    font-family: 'Roboto', sans-serif;
    text-indent: 1px !important;
}
input[type=date] {
    width: 92px;
    max-width: 92px;
    font-family: 'Roboto', sans-serif;
    text-indent: 1px !important;
}
input[type=time]::-webkit-calendar-picker-indicator,
input[type=date]::-webkit-calendar-picker-indicator {
    margin: 0px;
}

input[type=file] {
    padding: 0;
    vertical-align: middle;
    cursor: pointer;
    font-size: 12px;
    border: none;
    margin: 2px 0;
}

input[type=radio] {
    height: auto;
    line-height: normal;
}

input[type=file]::-webkit-file-upload-button {
    visibility: hidden;
}

.entryTable input[type=checkbox] {
    display: block;
    margin: 5px 0;
}

#searchInput td, #clientSelectorWrapper td {
    font-size: 10pt;
}

input[type=file]::before {
    content: 'Upload file';
    display: inline-block;
    background: #068dcd !important;
    border: none;
    height: 24px;
    line-height: 24px;
    padding: 0 5px 0 2px;
    border-radius: 4px;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 11px;
    color: #FFFFFF;
    transition: background-color 0.25s ease;
}

input[type=file]:hover::before {
    background-color: #06aef1 !important;
}

select[multiple] {
    height: auto;
    line-height: normal !important;
}

textarea {
    resize: none;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    padding: 4px;
    font-size: 12px;
    height: auto;
    max-height: 100px;
    line-height: normal !important;
}

.input-error {
    border: 1px solid red !important;
    background-color: #ffe6e6 !important;
}

input[type=datetime-local] {
    font-family: 'Roboto', sans-serif;
}

.cke_editor.input-error .cke_editable {
    background-color: #ffe6e6 !important;
}

button {
    display: inline-block;
    width: auto;
    min-width: 100px;
    height: 36px;
    line-height: normal;
    text-align: center;
    cursor: pointer;
    padding: 0 6px;
    border-radius: 4px;
    color: #FFFFFF !important;
    border: none !important;
    transition: background-color 0.25s ease;
    font-family: 'Roboto', sans-serif
}

button:not(.gridMoveUp):not(.gridMoveDown) {
    background: #068dcd;
}

button[class~=buttonSave]:not(.gridMoveUp):not(.gridMoveDown) {
    background-color: darkblue;
}

button[class~=buttonCancel]:not(.gridMoveUp):not(.gridMoveDown) {
    background-color: maroon;
}

button * {
    padding: 0;
}

button:not(.gridMoveUp):not(.gridMoveDown):hover {
    background-color: #06aef1;
}

.fullScreenWrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2147483647;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);

    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 150px;
    box-sizing: border-box;
}

.dialogMessage,
.linkQuoteMessage {
    flex-direction: column;
    display: flex;
    max-width: 90%;
    padding: 16px 16px 0px 16px;
    font-size: 16px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.65) !important;
    border: 2px solid #ccc;
    background: #fff;
}

.dialogMessage {
    min-height: 120px;
    overflow: hidden;
}

.linkQuoteMessage {
    max-height: 60%;
    overflow: auto;
}

.dialogMessage h3,
.errorMessage span {
    display: block;
    margin: 0 auto 8px;
    text-align: center;
}

#selectList {
    margin-top: 8px;
    margin-bottom: 0px;
}

.dialogEditButton {
    display: inline-block;
    padding: 2px 4px;
    background-color: #068dcd;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #068dcd;
    font-size: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    float: right;
    position: relative;
    top: 6px;
}

.dialogButtonslWrapper {
    margin: 16px auto;
    display: inline-block;
    overflow: hidden;
}

body {
    background: #FFFFFF !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 100%;
}

center {
    padding: 0 8px;
}

.pageBody {
    margin: 80px 0 0 0;
    background: #FFFFFF;
}

.pageBody:not(body) {
    margin-top: 75px;
}

.pageBody.editMode:not(body) {
    margin: 110px 0;
}

.noLargeToolbarMargin {
    margin: unset !important;
}

body.pageBody div.pageBody section {
    display: inline-block;
    width: 40%;
    text-align: left;
    box-sizing: border-box;
    padding: 0 10px;
}

.pageLogo {
    margin: 3px 0;
}

.pageHeader {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0 32px;
}

.pageHeaderLogoContainerr {
    width: 100%;
    height: 43px;
    position: fixed;
    box-sizing: border-box;
    padding: 0 32px;
    /*    line-height:40px;*/
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background: -webkit-linear-gradient(left, white, #068dcd);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, white, #068dcd);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, white, #068dcd);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, white, #068dcd);
    /* Standard syntax */
    border-bottom: solid 3px #068dcd;
}

/*---- page table header ----*/

.pageHeaderTable {
    height: 40px;
    overflow: hidden;
    ;
    border-spacing: 0;
}

.pageHeaderTable tr,
.pageHeaderTable td {
    height: 32px !important;
}

.pageHeaderTable td {
    vertical-align: top !important;
    padding: 0 !important;
}

.pageHeader .pageHeaderTable td:last-child div {
    color: #FFFFFF;
    height: auto !important;
    width: auto !important;
    overflow: hidden;
    display: inline-block;
    margin-top: -20px;
    font-size: 13px;
    letter-spacing: -1px;
}

.pageHeader .pageHeaderTable td:last-child div br {
    display: none !important;
}

.pageHeader .pageHeaderTable td:last-child div font a {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    color: #EFEFEF;
    text-decoration: none;
    font-weight: bold;
    margin-left: 10px;
}

.pageHeaderTableInner table[role=menu]:first-of-type {
    margin-top: 3px;
    border: 3px solid #068dcd;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    box-sizing: border-box !important;
    overflow: hidden;
    border-spacing: 0;
    table-layout: fixed;
}

.pageHeaderTableInner table[role=menu]:first-of-type tbody {
    line-height: normal !important;
    background: #FFFFFF;
}

.pageHeaderTableInner table[role=menu]:first-of-type tr {
    line-height: normal !important;
}

.pageHeaderTableInner table[role=menu]:first-of-type tr td {
    height: 100% !important;
    line-height: normal !important;
    border-left: 1px solid #068dcd;
    padding: 0 !important;
    text-align: center;
}

.pageHeaderTableInner table[role=menu]:first-of-type tr td:first-of-type {
    border: none;
}

.pageHeaderTableInner table[role=menu]:first-of-type tr td.pageHeaderMenuLast {
    display: none !important;
}

.pageHeaderTableInner table[role=menu]:first-of-type tr td a {
    display: block;
    line-height: 25px;
    padding: 0 15px;
    text-decoration: none;
    font-weight: bold;
    border-top: 4px solid white;
    font-size: 13px !important;
    background-color: #FFFFFF;
    color: #515B71;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.pageHeaderTableInner table[role=menu]:first-of-type tr td a:hover {
    border-top: 4px solid #7f909a;
    background-color: #bec9de;
}

.pageHeaderTableInner table[role=menu]:first-of-type tr td.pageHeaderMenuSelected a {
    border-top: 4px solid #1e1f23;
    background-color: #90959a;
    color: white;
}

.componentHolder {
    position: relative;
    background: #FFFFFF !important;
    width: 100%;
    box-sizing: border-box;
    padding: 0 16px 16px !important;
    zoom: 1;
    font-family: 'Roboto', sans-serif;
}

.componentHolder:before, .componentHolder:after {
    content: "";
    display: table;
    clear: both;
}

.componentHolder:after {
    clear: both;
}

.componentHolder#component-submenu {
    background: #FFFFFF;
    padding-bottom: 0 !important;
}

#component-submenu {
    padding-top: 0px;
    margin-top: -5px;
}

div.pageHeaderTable {
    margin: 0px auto 5px auto;
}

div.pageHeaderTable span {
    cursor: pointer;
}

div.pageHeaderTable a, 
div.pageHeaderTable span {
    display: inline-block;
    text-align: center;
    line-height: 32px;
    background-color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    border-top: 4px solid white;
    font-size: 13px !important;
    font-family: 'Roboto', sans-serif;
    padding: 0 10px;
    color: #999A9A;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
    white-space: nowrap;
}

div.pageHeaderTable a:hover,
div.pageHeaderTable span:hover {
    border-top: 4px solid #666868;
    background-color: #999A9A;
    color: #FFFFFF;
}

div.pageHeaderTable td.pageHeaderMenuSelected a,
div.pageHeaderTable li.active a {
    border-top: 4px solid #333333;
    background-color: #666868;
    color: #FFFFFF;
}

.pageHeaderHeading {
    font-size: 15px;
    color: #333636;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
    margin: 32px auto 0;
}

.entryForm {
    position: relative;
    width: auto;
    max-width: 1920px;
    margin: 0 auto;
    padding-bottom: 10px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    /* overflow: hidden; */
}

.formName {
    text-shadow: none !important;
    text-transform: uppercase;
    font-size: 17px !important;
    margin: 12px auto;
    font-family: 'Roboto', sans-serif !important;

}

.entryTable {
    box-sizing: border-box;
    border-color: #CCCCCC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: auto;
    margin: 0 auto;
    padding: 16px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

.entryTable td {
    line-height: normal;
    vertical-align: top;
}

.entryTable .entryTableCaption {
    color: #999A9A;
    line-height: 26px;
    height: 26px;
    padding: 0 4px 0 0;
    font-weight: bold;
}

.entryTable .groupName {
    color: #515B71;
    margin-top: 5px;
    display: inline-block;
}

.entryTable hr {
    display: block;
    height: 1px;
    border: none;
    clear: both;
    width: 95%;
    margin: 5px auto;
    background-color: #EFEFEF;
}

.entryTable .fileShow {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
}

.entryTable #productTable, .entryTable #productTable th, .entryTable #productTableSummary, .entryTable #productTableSummary th {
    border-radius: 0;
}

input, textarea, select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #CCCCCC;
    outline: none;
    padding-top: 2px;
    padding-bottom: 2px;
    box-shadow: none;
}

input:focus, textarea:focus, select:focus {
    border-color: #999A9A !important;
    box-shadow: none;
    -webkit-box-shadow: none;
}

button {
    display: inline-block;
    width: auto;
    min-width: 100px;
    height: 36px;
    line-height: normal;
    text-align: center;
    cursor: pointer;
    padding: 0 6px;
    border-radius: 4px;
    color: #FFFFFF !important;
    border: none !important;
    transition: background-color 0.25s ease;
    font-family: 'Roboto', sans-serif
}

button:not(.gridMoveUp):not(.gridMoveDown) {
    background: #068dcd;
}

button[class~=buttonSave]:not(.gridMoveUp):not(.gridMoveDown) {
    background-color: darkblue;
}

button[class~=buttonCancel]:not(.gridMoveUp):not(.gridMoveDown) {
    background-color: maroon;
}

button * {
    padding: 0;
}

button:not(.gridMoveUp):not(.gridMoveDown):hover {
    background-color: #06aef1;
}

.pageFooter {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #068dcd !important;
    font-size: 11px;
    padding: 3px 0;
    z-index: 3;
}

.pageFooter a {
    color: #FFFFFF;
}

* {
    outline: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
}

#hamburger {
    cursor: pointer;
}

#hamburger img {
    margin: 0;
    padding: 9px 5px 0px 9px;
}

#hamburger-menu {
    z-index: 5000;
    position: absolute;
    left: 3px;
    top: calc(100%);
    display: none;
    border: 3px solid #068dcd;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#hamburger-menu a {
    border: none;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: white;
}

#hamburger-menu a:hover {
    background-color: lightgray;
}

.hmActive {
    color: white !important;
    background-color: #90959a !important;
}

.navWrapper {
    position: fixed;
    top: 43px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    line-height: normal !important;
    /* background: white; */
    z-index: 50;
}

.navWrapper nav {
    display: inline-block;
    width: auto;
    overflow: visible;
    border: solid 3px #068dcd;
    border-top: none !important;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #fff;
}

.navWrapper nav ul {
    padding: 0;
    margin: 0;
}

.navWrapper nav ul li {
    display: inline-block;
    float: left;
    border-left: solid 1px #068dcd;
    padding: 0;
}

.navWrapper nav ul li {
    overflow: visible;
}

.navWrapper nav ul li:first-child {
    border-left: none;
}

.navWrapper nav ul li:first-child a {
    border-bottom-left-radius: 5px;
}

.navWrapper nav ul li:last-child a {
    border-bottom-right-radius: 5px;
}

.navWrapper nav ul li a,
.navWrapper nav ul li span
 {
    display: block;
    line-height: 25px;
    padding: 0 15px;
    text-decoration: none;
    font-weight: bold;
    border-top: 4px solid white;
    font-size: 13px !important;
    color: #515B71;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.navWrapper nav ul li span {
    cursor: pointer;
}

.navWrapper nav ul li a:hover,
.navWrapper nav ul li span:hover {
    border-top: 4px solid #7f909a;
    background-color: #bec9de;
}

.navWrapper nav ul li.active a,
.navWrapper nav ul li.active span {
    border-top: 4px solid #1e1f23;
    background-color: #90959a;
    color: white;
}

#userInfo {
    font-size: 16px;
    color: #FFFFFF;
}

.menu-container {
    width: 100%;
    position: relative;
    visibility: visible;
}

.sub-menu-container {
    visibility: visible;
}

#mainMenu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: nowrap;
}

#mainMenu>li {
    white-space: nowrap;
    position: relative;
}

#submenu {
    justify-items: center;    
}

#sub-menu { 
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: nowrap;
}

#submenu>li {
    padding: 10px 20px;
    white-space: nowrap;
    position: relative;
}

.more-dropdown {
    display: none;    
    position: absolute;
    top: calc(100% + 0px);
    right: 3px;
    background: #fff;
    border: 1px solid #ccc;
    list-style: none;
    margin: 0;
    padding: 5px 0;
    z-index: 100;
    border: solid 3px #068dcd !important; 
}

.more-dropdown li {
    padding: 10px 20px;
    width: 100%;   
    border-left: 0px !important;     
}

.more-dropdown li a {    
    border-top: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.more-dropdown li:not(:first-child) a {
    border-top: solid 1px #068dcd !important; 
}

.sub-more-dropdown {
    display: none;    
    position: absolute;
    top: calc(100% - 9px);
    right: 3px;
    background: #fff;
    border: 1px solid #ccc;
    list-style: none;
    margin: 0;
    padding: 0px 0;
    z-index: 100;
    border: 1px solid #ccc !important; 
}

.sub-more-dropdown li a {
    display: block;     
}

.show-dropdown {
    display: block !important;
}

/*---- TABLES ----*/

.filtredtable, .fixedHeaderTable, .gridTable {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    margin: 0 auto 10px;
    border-collapse: separate;
    font-size: 12px;
    width: auto;
    max-width: 100%;
    min-width: 640px;
    background-color: white;
}

.filtredtable thead tr {
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

.filtredtable > .filtered > tr > th {
    background: #caeef7; /* Old browsers */
    background: -moz-linear-gradient(top, #f7fcff 0%, #caeef7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7fcff), color-stop(100%, #caeef7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f7fcff 0%, #caeef7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f7fcff 0%, #caeef7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f7fcff 0%, #caeef7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #FFF9E8 0%, #FFEDB2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7fcff', endColorstr='#caeef7', GradientType=0); /* IE6-9 */
}

.filtredtable thead, .fixedHeaderTable thead, .gridTable th {
    background: #caeef7; /* Old browsers */
    background: -moz-linear-gradient(top, #f7fcff 0%, #caeef7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7fcff), color-stop(100%, #caeef7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f7fcff 0%, #caeef7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f7fcff 0%, #caeef7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f7fcff 0%, #caeef7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f7fcff 0%, #caeef7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7fcff', endColorstr='#caeef7', GradientType=0); /* IE6-9 */
}

.filtredtable thead .gridCellRow th {
    background: #D1B5FF; /* Old browsers */
    background: -moz-linear-gradient(top, #f7fcff 0%, #E5E5FF 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7fcff), color-stop(100%, #E5E5FF)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f7fcff 0%, #E5E5FF 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f7fcff 0%, #E5E5FF 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f7fcff 0%, #E5E5FF 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f7fcff 0%, #E5E5FF 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7fcff', endColorstr='#E5E5FF', GradientType=0); /* IE6-9 */
    color: navy;
    text-align: left;
}

.filtredtable td, .fixedHeaderTable td, .gridTable td {
    vertical-align: middle;
    padding: 2px 4px 2px 9px;
    border: none
}


.filtredtable tr td, .fixedHeaderTable tr td, .gridTable tr td {
    border-bottom: 1px solid #EFEFEF;
}

.gridTable tr td {
    border-bottom: 1px solid #EFEFEF;
}

.gridTable tr:last-child td {
    border-bottom: none;
}

.filtredtable tr:last-child td, .fixedHeaderTable tr:last-child td {
    border: none;
}

.gridCellSummary {
    font-weight: bold;
}

.gridHeaderCell {
    white-space: nowrap;
    letter-spacing: -1px;
    vertical-align: top;
}

.gridHeaderCell:first-of-type {
    border-top-left-radius: 5px;
}

.gridHeaderCell:last-of-type {
    border-top-right-radius: 5px;
    padding-right: 4px;
    padding-top: 4px;
    text-align: right;
    vertical-align: middle;
}

.gridHeaderCellLast button {
    margin: 0 auto;
}

.gridCell {
    vertical-align: middle;
}

.gridCell:last-of-type {
    border-right: none;
    text-align: right !important;
}

.filtredtable th span.thtext2-full {
}

.filtredtable th, .fixedHeaderTable th {
    position: relative;
    background: transparent;
    border: none;
    border-bottom: 1px solid #CCCCCC;
    color: #515B71;
    vertical-align: top;
}

.gridTable th {
    position: relative;
    border: none;
    border-bottom: 1px solid #CCCCCC;
    color: #515B71;
    vertical-align: middle;
}

.filtredtable th span {
    color: #515B71;
    margin: 0;
    text-align: left;
}

.filtredtable th input {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
}

.filtredtable th input, .filtredtable th select {
    margin: 1px 0;
}

.filtredtable th span.thtext2 {
    display: block;
    padding: 5px 5px 5px 0;
}

.filtredtable th.gridHeaderCellLast span.thtext2 {
    display: none;
}

.filtredtable th span.thtext2 span {
    display: inline-block;
    height: 100%;
}

.filtredtable th span.thtext2 span:first-child {
    padding-right: 10px;
}

.filtredtable th span.thtext2 span:last-child a {
    display: inline-block;
    float: right;
}

.filtredtable th span.thaction {
    padding-left: 2px;
    display: inline-block;
    padding-top: 5px;
}

.gridActionButton {
    min-width: 50px;
    height: 36px;
    margin: 0 0 0 2px;
    filter: none;
}

.gridActionButton.disabled {
    pointer-events: none;       /* Disable mouse events */
    opacity: 0.5;               /* Dimmed appearance */
    filter: grayscale(100%);    /* Optional: make it look disabled */
    transform: none !important; /* Prevent push-down effect */
    box-shadow: none !important; /* Remove shadow if any */
    position: relative;
    top: 0 !important;         /* Cancel any shift from :active */
}

.gridMoveUp, .gridMoveDown {
    background-color: #7f909a;
    width: 21px;
    min-width: 21px;
    border-radius: 50%;
    filter: none;
}

.gridMoveUp:hover, .gridMoveDown:hover {
    background-color: #f7fcff;
    filter: none;
    border-radius: 50%;
}

/*---- PAGINATOR ----*/

.paginator {
    height: 32px !important;
    padding: 0 !important;
    box-sizing: border-box;
    background: #EFEFEF;
    border: 1px solid #CCCCCC;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 8px;
}

.navigationbgright {
    width: 100%;
    height: 32px;
    padding-top: 2px;
    box-sizing: border-box;
    display: block;
    color: #333636;
}

.navigationbgright * {
    margin: 0;
    padding: 0;
}

.navigationbgright span, .navigationbgright a {
    border: none !important;
}

.paginator span.borderline {
    display: none;
}

.paginator input, .paginator select {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    height: 24px;
    line-height: normal;
    margin-top: -2px;
}

#maskModal {
    background-color: rgba(140, 140, 140, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
}

#maskModal > div.modal {
    background: #fff;
    width: 40vw;
    max-height: 40vh;
    padding: 2vw;
    margin: 20vh auto;
    position: relative;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.65) !important;
    border: 2px solid #ccc;

}

#maskModal > div.modal form > div.flexDiv {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#maskModal > div.modal form div.group {
    width: 32%;
    text-align: left;
    padding: 5px;
}

#maskModal > div.modal form div.group label {

}

#maskModal > div.modal form div.group input {
    margin-right: 5px;
}

#maskModal > div.modal form button {
    margin: 2vw auto 0;
}

#maskModal > div.modal button.close {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 20px;
    height: 20px;
    min-width: 22px;
}

button[disabled] {
    opacity: 0.6;
    pointer-events: none;
}

button[disabled]:hover {
    background-color: #068dcd !important;
}

.formSubmitButton {
    margin:0 2px;
    display:block;
    float:left;
    border: solid 3px #068dcd;
    color: #068dcd;
    font-weight: 700;
    background: #fff;
    text-shadow: 0px 0px 0px #fff !important;
}
.formSubmitButton:hover {
    border: solid 3px #068dcd;
    background: #fff;
    text-shadow: 0px 0px 0px #fff !important;
    cursor: pointer;
}

.formSubmitButton[disabled] {
    opacity:0.6;
    pointer-events: none;
}
.formSubmitButton[disabled]:hover {
    background-color:#068dcd !important;
}
a.formSubmitButton{
	display: inline-block;
    width: auto;
    min-width: 100px;
    height: 36px;
    line-height: normal;
    text-align: center;
    cursor: pointer;
    padding: 0 6px;
	border:none !important;
	text-decoration: none;
	vertical-align:middle;
	line-height: 36px;
	font-size: 15px;
    border-radius: 4px;
    color: #FFFFFF!important;
    transition: background-color 0.25s ease;
    font-family: 'Roboto',sans-serif;
	background: #068dcd;
}
a.formSubmitButton:hover{
	background: rgb(6, 174, 241);
}


.editDropdownList {
    display: inline-block;
    padding: 2px 4px;
    background-color: #068dcd;
    color: white;
    text-align: center;  
    text-decoration: none;  
    border-radius: 5px;
    border: 1px solid #068dcd;
    font-size: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    float: right;
    position: relative;
    top: 4px;
    height: 10px;
    margin-left: 4px;
}

input[type="color"].formInputEdit {
    max-width: 50px;
    padding: 0px;
}

.chzn-container {
    margin-top: 2px;
}

.cke_combo__format, .cke_button__bidiltr, .cke_button__bidirtl {
    display: none !important;
}

input[type="checkbox"], input[type="radio"] {
    accent-color: rgb(6, 141, 205);
}

.tool-button {    
    padding: 5px;
    background-color: rgb(6,  141, 205);
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    margin-left: 4px;
}

.tool-button:hover {    
    background-color: rgb(6,  174, 241);
}

.tool-button:active {    
    background-color: rgb(58, 198, 253);
}

#loading-page-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
  
.loading-text {
    color: white;
    font-size: 2em;
    font-family: sans-serif;
}
  
#loading-page-overlay.fade-out {
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.save-tabrow {
    padding-bottom: 6px !important;
}

.space {
    display: none;
}

.sp-choose {
    text-transform: capitalize;
}

.sp-cancel {
    display: none;
}

.sp-choose:hover {
    background: #06aef1 !important;
}

.deleted-row {
    background-color: #fcefeb;
}

table[id$="ur-table"] .buttFinal {
    display: none;
}