@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kalam-Bold';
    src: local('Kalam Bold'), local('Kalam-Bold'),
        url('../fonts/Kalam-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

.tinyIco {
    background-image: url("../img/icons.png");
    background-size: 2400%;
    display: block;
    width: 15px;
    height: 13px;
}

.smallIco {
    background-image: url('../img/icons.png');
    background-size: 1200%;
    display: block;
}

.ico {
    background-image: url('../img/icons.png');
    display: block;
    background-size: 400%;
}

.icoPickerUser {
    width: 30px;
    height: 30px;
    background-position: -30px 0;
}

.icoWrapper30 {
    width: 30px;
    height: 30px;
    position: relative;
    display: inline-block;
    margin-bottom: -3px;
    margin-right: 10px;
}

.icoERTControls {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.icoERTCtrlFilter {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: text-bottom;
}

.iERTConHistory {background-position: 0 32px;}
.iERTConSettings {background-position: 0 16px;}
.iERTConPrint {background-position: -16px 32px;}
.iERTConInfo {background-position: -32px 32px;}
.iERTConGenerate {background-position: -32px 48px;}
.iERTBack {width: 32px !important; height: 32px !important; background-position: 0 96px;}
.iERTForward {transform: scaleX(-1);}
.iERTSave {background-position: -96px 16px;}
.iERTSaveAs {background-position: -16px 48px;}
.iERTClose {background-position: -112px 16px;}
.iERTAdd {background-position: -112px 16px; transform: scale(.707) rotate(45deg);}

.icoPickerUserIndex {
    width: 14px;
    height: 14px;
    position: absolute;
    top: -3px;
    right: -3px;
}

.icoPickerUserIndexCheck {background-position: -84px -140px;}
.icoPickerUserIndexFlag {background-position: -112px -140px;}
.icoPickerUserIndexStar {background-position: -98px -140px;}

.icoBlue {
    filter: brightness(52%) sepia(100%) hue-rotate(-218deg) saturate(355%);
}

.iSWColorDocked {
  filter: brightness(5%) sepia(76%) hue-rotate(132.8deg) saturate(110);
}

.icoTitleDocked {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 19px;
}

.iERTDockInfo {
    background-position: -50px 50px;
}

.iERTDockSettings {
    background-position: 1px 24px;
}

.iERTDockHistory {
    background-size: 1200% 2400%;
    height: 12px;
    background-position: -25px 24px;
}

.iERTHistoryRedo {background-position: -60px 29px;}
.iERTHistoryTakeBack {background-position: -60px 29px; transform: scaleX(-1);}

.icoGray99 {filter: brightness(60%);}
.icoGray80 {filter: brightness(50%);}
.icoGray66 {filter: brightness(40%);}
.icoGrayb3 {filter: brightness(70.3%);}
.icoBlack {filter: brightness(0);}

.menuItem {
    height: 30px;
    width: 30px;
    float: left;
    margin-right: 10px;
}
.menuItemUsers {background-position: -30px 0;}
.menuItemCategories {background-position: -60px 0;}
.menuItemDepartments {background-position: -90px 0;}
.menuItemShifts {background-position: 0 -30px;}
.menuItemHoliday {background-position: -30px -30px;}
.menuItemBHoliday {background-position: -60px -30px;}
.menuItemSchedule {background-position: -90px -30px;}
.menuItemRules {background-position: 0 -60px;}
.menuItemGroupsW {background-position: -30px -60px;}
.menuItemTemplates {background-position: -60px -60px;}
.menuItemWorkspaces {background-position: -90px -60px;}

.icoTitle {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: text-top;
    margin-right: 8px;
}

.icoTitleUsers {background-position: -40px 0;}
.icoTitleCategories {background-position: -80px 0;}
.icoTitleDepartments {background-position: -120px 0;}
.icoTitleShifts {background-position: 0 -40px;}
.icoTitleHoliday {background-position: -40px -40px;}
.icoTitleBHoliday {background-position: -80px -40px;}
.icoTitleSchedule {background-position: -120px -40px;}
.icoTitleRules {background-position: 0 -80px;}
.icoTitleGroupsW {background-position: -40px -80px;}
.icoTitleTemplates {background-position: -80px -80px;}
.icoTitleWorkspaces {background-position: -120px -80px;}

body {
    width: 100%;
    position: absolute;
    font-family: 'Source Sans Pro', Verdana, Geneva, Tahoma, sans-serif;
    min-height: 100vh;
}

.erColorBackground
{
    background-color: #2ac0e1;
    color: #fff;
}

h4
{margin-top: 0; padding-top: 12px;}

h3
{
    font-size: 19px;
    color: #808080;
    font-weight: normal;
    margin-top: 0;
    text-align: left;
}

select > option:disabled {
    display: none;
}

#rLogin
{
    z-index: 101;
}

#rLogin label, #rLogin input, #rFrgtPass label, #rFrgtPass input, #rChangePass label, #rChangePass input{
    font-size: 11pt;
}

#rLogin h3
{
    color: #fff;
    margin: revert;
}

#rLoading {
    position: fixed;
    top: 50%;
    left: 37.5%;
    margin-top: -121px;
    background-color: rgba(204,204,204,.85);
    z-index: 100;
}

#rLoading img {
    width: 50%; margin: 0 auto; display: block;
}

.contentLoading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(204,204,204,.85);
    font-size: 20pt;
    display: none;
}

.contentLoadingShort {
    position: relative;
    top: 50%;
    margin-top: -70px;
}

.contentLoadingShort .reason {
    font-size: 18px;
}

.contentLoadingShort .action {
    font-size: 22px;
}

#versionNote
{
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size: 11px;
    width: 100%;
    margin-bottom: 10px;
}

#versionNote p
{
    margin: 0;
}

#versionNote a {
    text-decoration: none;
}

#versionNote a:hover {
    text-decoration: underline;
}

#mainBar {
    color: #666;
    text-align: center;
    padding: 12px 20px 0;
    font-size: 16px;
}

#mainBar a {
    text-decoration: none;
    float: right;
}

#mainNavBig
{
  width: 240px;
  min-height: 100%;
  float: left;
  position: absolute;
}

#mainNavBig ul
{
    padding: 0;
    margin-left: 38px;
    margin-top: 18px;
    margin-bottom: 75px;
}

#mainNavBig ul li
{
    list-style-type: none;
    width: 200px;
    height: 25px;
    margin-top: 20px;
    padding: 0 !important;
    z-index: 3;
    position: relative;
    display: block;
}

#mainNavBig ul li a span
{
    float: left;
    font-size: 13px;
}

#mainNavBig ul li a span
{
    line-height: 30px;
}

#mainNavBig ul li a
{
    display: block;
    width: 100%;
    height: 100%;
}

#content {
  min-height: 100vh;  
  background-image: url(../img/contentBackground.png);
  background-repeat: no-repeat;
  background-position: center 6px;
  margin-left: 240px;
}

#screenContent
{
  padding: 0 16px;
}

#messages
{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 20%;
    z-index: 9999;
}

.message
{
    width: 90%;
    position: relative;
    margin: 10px;
    box-shadow: 2px 2px 5px #333;
    border: 1px #000 solid;
}

.messageGreen {background-color: #e0f0d6; color: #448950; border-color: #d6eac5;}
.messageYellow {background-color: #f0ecd6; color: #898444; border-color: #eae9c5;}
.messageRed {background-color: #f0d6d6; color: #894444; border-color: #eac5c5;}

.messageGreen .messageTimeout {background-color: #448950;}
.messageYellow .messageTimeout {background-color: #898444;}
.messageRed .messageTimeout {background-color: #894444;}

.messageClose
{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.messageTimeout
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
}

#modalMessageContent
{
    width: 300px;
}

#modalMessageButtons button
{
    font-size: 16px;
    margin: 0 8px;
}

#modalCheckboxLabel {
    display: inline;
    margin-left: 8px;
    vertical-align: top;
}

#modalPrompt {
    margin-bottom: 16px;
}

.note {
    font-size: 10pt;
    color: #333;
    font-style: italic;
    margin-top: 0;
    display: none;
}

.notePanel
{
    border-left: 3px #2ac0e1 solid;
    padding: 8px;
    background-color: rgba(42, 192, 225, .3);
}

.inputToolsSmall
{
    float: right;
    font-size: 9pt;
    margin-right: 25px;
}

.verifier
{
    float: right;
    width: 18px;
    height: 18px;
}

.verifierInput
{
    width: calc(100% - 25px);
}

.verifier > div
{
    display: none;
}

.verifierInvalidInput
{
    outline: 1px #f00 solid;
}

.inputTools, .holidayFormStatus
{
    font-size: 10pt;
}

#loginMessage, #loadingMessage, .content, #workersFilterNotMatching, #OnShiftLoading, .shiftPeriodContent
{
  display: none;
}

.hidden
{
    display: none;
}

.vertical-top
{
    vertical-align: top;
}

.buttonSelectList
{
    position: absolute;
    display: none;
    background-color: #fff;
    top: 0;
    left: 0;
    border: 1px #ccc solid;
    border-top: none;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
}

.buttonSelectList ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.buttonSelectList li
{
    display: block;
    width: 100%;
}

.buttonSelectList li:not(:last-of-type)
{
    border-bottom: 1px #ccc solid;
}

.buttonSelectList li a
{
    text-decoration: none;
    width: 100%;
    padding: 8px;
    display: block;
    height: 25px;
    line-height: 9px;
}

.buttonSelectList li a:hover
{
    background-color: #2ac0e1;
    color: #fff;
}

.vertical-middle
{
    vertical-align: middle;
}

#shiftsPeriod {
    color: #666;
}

#shiftsPeriodPicker
{
    /*width: 0;
    overflow: hidden;
    white-space: nowrap;*/
    display: inline-block;
    vertical-align: bottom;
}

#reportThumbWrap
{
    position: relative;
}

#reportThumbFill {
    margin-top: 100%;
}

#reportThumbnail
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}

#reportSettingsWrap
{
    margin-bottom: 8px;
}

#reportSettingsWrap > legend
{
    font-size: 19px;
    color: #888;
}

#reportMoreSettingsLinkParagraph
{
    margin-bottom: 0;
}

.noUnderline, .noUnderline a
{
    text-decoration: none;
}

.block
{
    display: block !important;
}

.inlineBlock
{
    display: inline-block !important;
}

.shiftChangePeriodButton
{
    text-decoration: none;
}

.bold
{
    font-weight: bold;
}

/*#MayBeOnShift
{
    width: 0;
    overflow: hidden;
}*/

#usersAddPermission span.smallIco {
    width: 24px;
    height: 24px;
    background-position: -96px -216px;
}

.permissionActionButton span.smallIco {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: top;
    background-position: -72px -378px;
    transform: rotate(45deg);
}

.permissionActionButton
{
    padding-left: 8px;
    position: relative;
    top: 1px;
}

.workerPickerFilterOptionBar
{
    width: 40px;
    font-size: 16px;
}

.workerPickerFilterOptionBar a
{
    text-decoration: none;
    margin-left: 4px; 
}

#reportsWorkerPickerFilterMenu
{
    right: 0;
    top: 42px;
}

.Picker {
    border-radius: 5px;
    overflow: hidden;
}

.Picker.disabled {
    background-color: #eee;
    pointer-events: none;
}

.Picker > div.resourceListReadonly > div > ul a.selectItemLink
{
    display: none;
    pointer-events: none;
}

#OnShift, #MayBeOnShift, .PickerHalf
{
    width: 47%;
}

.PickerMiddle {
    width: 5%;
    text-align: center;
    height: 278px;
    float: left;
    padding: 130px 0;
}

.PickerHeaderLeft {
    overflow: hidden;
    position: relative;
}

.resetInputButton {
    text-decoration: none;
    position: absolute;
    top: 5px;
    right: 8px;
    font-size: 20px;
    color: #767676;
}

.Picker input, .Picker select {
    height: 25px !important;
    font-size: 13px !important;
    margin-top: 8px;
    overflow: hidden;
}

.PickerHeader
{
    border-bottom: 1px #ccc solid;
    padding: 0 8px 8px 8px;
}

.Picker h4
{
    text-align: left;
    padding: 4px 8px;
    color: #808080;
    background-color: #f2f2f2;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
}

.resourceList{
    height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 8px;
}

.resourceListReadOnly {
    height: auto !important;
}

.resourceListReadOnly > ul > li > ul
{
    display: none;
}

.resourceList ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.resourceList ul li
{
    display: block;
    min-height: 25px;
    line-height: 25px;
    font-size: 13px;
    text-align: left;
    position: relative;
    margin-bottom: 2px;
    overflow: hidden;
    border: 1px #ccc solid;
    border-radius: 5px;
    padding-left: 35px;
}

.resParent
{
    font-weight: bold;
    text-align: left !important;
}

.catCountWrap {
    font-size: 14px;
    margin-right: 36px;
    float: right;
}

.resChild
{
    font-weight: normal;
    text-align: left !important;
    padding-left: 36px;
    border: none !important;
    border-radius: 0 !important;
    font-size: 15px !important;
    margin-bottom: 0 !important;
    max-height: 20px !important;
    min-height: 20px !important;
    line-height: 20px !important;
}

.resChild a span.smallIco {
    top: 2.5px;
    width: 15px;
    height: 15px;
    background-position: -60px -150px;
}

.resChild:not(:last-of-type)
{
    border-bottom: 1px #ccc solid !important;
}

.resChildUl {
    border: 1px #ccc solid;
    border-radius: 5px;
    max-height: 200px;
    overflow: auto;
    width: 350px;
    padding: 0;
    background-color: #fff;
    z-index: 2;
    margin-left: -35px !important;
}

.resourceList > div > ul > li {
    height: 20px;
    margin-top: 8px;
}

.resChildFiltered
{
    margin-left: 0 !important;
}

.pickerCollapseGroup
{
    width: 100% !important;
    padding-right: 8px;
    text-align: right;
    text-decoration: none;
}

.onShiftCategory .pickerCollapseGroup, .onShiftGroup .pickerCollapseGroup
{
    top: 2px !important;
}

.pickerCollapseGroup:hover {
    background-color: transparent !important;
}

.pickerCategoryAddLink
{
    height: 30px !important;
    z-index: 1;
}

.resourceList ul li a {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 33px;
}

.resourceList p {
    margin: 8px;
    color: #808080;
}

.resourceList ul li a:hover
{
    background-color: rgba(200,200,200,0.25);
}

.resourceList ul li a span
{
    float: left;
    margin-left: 8px;
    position: relative;
    top: 2px;
}

.selectItemLink span, .pickerCategoryAddLink span {
    width: 20px;
    height: 20px;
    background-position: -80px -200px;
}

.pickerCollapseGroup > span
{
    width: 20px;
    height: 20px;
    background-position: -80px -220px;
    float: right !important;
}

.pickerCollapseGroup > span > span
{
    width: 20px;
    height: 20px;
    background-position: -160px -220px;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    display: none;
}

.pickerAddRemoveAll
{
    padding: 4px !important;
    border: none;
    cursor: pointer;
}

.pickerAddRemoveAll:disabled
{
    opacity: .5;
    cursor: default;
}

.pickerAddRemoveAll > span.smallIco
{
    width: 16px;
    height: 16px;
    background-position: -112px 48px;
}

.pRemoveAll > span.smallIco
{
    transform: rotate(180deg);
}

.deselectItem {
    background-position-x: -100px !important;
}

.resChild a span.deselectItem {
    background-position-x: -75px !important;
}

/*.onShiftWorker{ background-color: lightsalmon;}*/

.ERmultiselect
{
    cursor: default;
    caret-color: transparent;
}

.ERmultiselectDrop
{
    width: 100%;
    min-height: 20px;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    left:0;
    background-color: white;
    display: none;
    z-index: 2;
    border: 1px #ccc solid;
    border-radius: 5px;
}

.ERmultiselectWrap
{
    width: 100%;
    position: relative;
    color: rgb(128,128,128);
}

.ERmultiselectCaret
{
    position: absolute;
    right: 15px;
    font-size: 15px;
    top: 50%;
    margin-top: -7.5px;
}

.ERMultiselectInputActive {
    box-shadow: 0 0 12px 2px #ccc inset;
}

.ERmultiselectItem
{
    width: 100%;
    position: relative;
    height: 24px;
}

.ERmultiselectItem:not(:last-of-type)
{
    border-bottom: 1px #ccc solid;
}

.ERmultiselectItem a
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    padding: 0 8px;
    overflow: hidden;
    font-size: 12px;
    line-height: 24px;
    color: #000;
}

.ERmultiselectItem a:hover
{
    background-color: #2ac0e1;
}

.rel
{
    position: relative;
}

.noMargin {
    margin: 0;
}

.margin10leftPer {
    margin-left: 10%;
}

.fourtyFivePer {
    width: 45%;
}

.padding-left {
    padding-left: 16px;
}

@media (max-width: 600px) {
  #screenContent
  {
    margin-left: 0;
  } 
}

input, select, textarea, .linkButton
{
    font-size: 9pt;
}

input[readonly="readonly"], input:disabled, textarea[readonly="readonly"], textarea:disabled, .disabled {
    background-color: rgb(227,227,227);
}

.disabled {
    color: #777;
}

.objectLineInfo
{
    min-height: 23px;
    margin-bottom: 4px;
}

.explicitlyEnabledText {
    color: #000 !important;
}

.explicitlyEnabled {
    color: #000 !important;
    background-color: #fff !important;
}

button {
    font-size: 9pt;
}

input, select, textarea
{
    padding: 4px !important;
    border-radius: 5px;
}

input:not([type="submit"]), select
{
    height: 15pt;
    font-size: 9pt;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border: 1px #ccc solid !important;
}

input.tableSearchField, input.tableSearchDate
{
    width: 100%;
    height: 100% !important;
    font-weight: normal;
    border: none !important;
    border-radius: 0 !important;
    padding-left: 8px !important;
}

input.tableSearchDate {
    padding-left: 30px !important;
    padding-top: 3px !important;
}

textarea {
    border-radius: 0;
}

input[type=submit], button
{
    padding: 8px !important;
}

.padding-right {
    padding-right: 8px;
}

label {
    font-size: 9pt;
    display: block;
    color: #666;
}

div > label:not(:first-of-type)
{
    margin-top: 12px;
}

table label {
    color: #666;
    margin-top: 0;
}

table tr.nonEditable {
    background-color: #eee;
    color: #555;
}

.tableSpread {
    width: 100%;
}

.tableSpread td {
    text-align: center;
}

td .w3-check {
    top: 3px;
}

h1 {
    margin: 18px 0 30px 0;
    padding: 0;
}

h2 {
    font-weight: bold;
    text-align: center;
    color: #2ac0e1;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    font-family: Kalam-Bold, Tahoma, sans-serif;
}

.textBlue {
    color: #2ac0e1;
}

hr
{
    border-top: 1px #ccc solid;
    margin: 8px 0 0 0;
}

#loggedUser .ico {
    width: 40px;
    height: 40px;
    background-position: -40px 0;
    display: inline-block;
}

#loggedUserDrop
{
    margin-top: 50px;
    margin-right: 20px;
    top: 0;
    right: 0;
}

.w3-dropdown-content
{
    z-index: 11;
    border-radius: 5px;
}

.w3-dropdown-content ul {
    padding: 0;
    font-size: 14px;
}

.w3-dropdown-content ul li {
    padding: 0 !important;
    height: 38px;
}

.w3-dropdown-content ul li a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 8px 16px;
    text-align: right;
    text-decoration: none;
    position: relative;
}

.listItemCheck
{
    position: absolute;
    top: 12px;
    left: 6px;
}

.selectDepartment
{
    width: 30%;
}

.miniLoader
{
    border: 3px solid #aaa;
    border-top: 3px solid #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    animation: spin 2s linear infinite;
    display: none;
    vertical-align: middle;
}

#loader {
    border: 16px solid #fff;
    border-top: 16px solid #2ac0e1;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Lists */
.list
{
    background-color: #fff;
    border: 1px #ccc solid;
    overflow: auto;
    height: 221px;
    border-radius: 8px;
    position: relative;
}

.rozpisTable
{
    font-size: 13px;
}

.rozpisTable td
{
    padding: 2px 8px 2px 16px !important;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rozpisTable th
{
    background-color: #f7f7f7;
    border: 1px #ccc solid;
    border-top: none;
    min-width: 150px;
    height: 26px;
    padding: 0 !important;
}

.rozpisTable th:first-of-type
{
    border-left: none;
}

.rozpisTable th:last-of-type
{
    border-right: none;
}

.w3-bordered tr:last-of-type{
    border-bottom: none;
}

.rozpisTableThTextWrap
{
    padding: 4px 8px 4px 16px;
}

.rozpisTableThTextWrap a {
    text-decoration: none;
}

.rozpisTableThWrap
{
    width: 100%;
    height: 100%;
    position: relative;
}

/* rozpis table search */

.tableSearchIco {
    width: 20px;
    height: 20px;
    background-position: -60px -440px;
}

.tableSearchFieldWrap
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.tableSearchDate
{
    padding-left: 45px !important;
}

.tableSearchDateLabel
{
    position: absolute;
    left: 8px;
    top: 4px;
}

.tableSearchSel
{
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-expand: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
    border: none;
    width: 100%;
    height: 100%;
    font-weight: normal;
    border-radius: 0 !important;
}

.tableSearchField:focus
{
    outline: none;
}

.invalidInput
{
    outline: 1px #f00 solid;
}

.tableSearchFieldClose{
    position: absolute;
    right: 8px;
    top: 50%;
    font-size: 12px;
    margin-top: -9px;
}

/* rozpis table search end */

#tableControls {
    text-align: center;
    position: relative;
    height: 63.6px;
}

#tableControls button {
    position: relative;
    z-index: 1;
}

#pager
{
    text-align: center;
    font-size: 10pt;
    margin: 16px 0;
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#pager a
{
    display: inline-block;
    width: 30px;
    height: 30px;
    text-decoration: none;
    color: #2ac0e1;
    line-height: 32px;
    border: 1px #ddd solid;
    border-right: none;
}

#pager a:first-of-type
{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#pager a:last-of-type
{
    border-right: 1px #ddd solid;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.pageCurrent
{
    color: #fff !important;
    background-color: #2ac0e1;
}

.searchInput
{
    padding-left: 40px !important;
}

.inputIcon
{
    position: absolute;
    top: 4px;
    left: 7px;
}

.columnSearch
{
    float: right;
}

a[disabled]
{
    pointer-events: none;
    opacity: 0.3;
}

.w3-button:not(.w3-bar-item), input[type=submit] {
    background-color: #2ac0e1;
    border: 1px #29b4d1 solid;
    color: #fff;
    border-radius: 5px;
}

.addButton, .addButtonSpecial, .removeButton {
    padding: 0 8px 0 0 !important;
    line-height: 30px;
}

#switchWorkspaceButton {
    padding: 0 8px !important;
}

.addButton, .addButtonSpecial {
    float: left;
}

.removeButton, .redButton {
    background-color: #db524a !important;
    border-color: #c8443f !important;
}

.removeButton {
    float: right;
}

.addButton .ico, .removeButton .ico, .addButtonSpecial .ico {
    width: 30px;
    height: 30px;
    float: left;
    margin: 0 8px 0 4px;
    position: relative;
}

.addButton .ctrlTopIco, .addButtonSpecial .ctrlTopIco {
    background-position: -36px -540px;
}

.removeButton .ctrlTopIco {
    background-position: -60px -540px;
}

.removeButton:disabled .ctrlTopIco {
    background-position: -36px -564px;
}

.addButton .ico .ctrlTopIco, .removeButton .ico .ctrlTopIco, .addButtonSpecial .ico .ctrlTopIco {
    position: absolute;
    top: 1px;
    right: -4px;
    width: 12px;
    height: 12px;
    margin: 0;
    background-size: 1200% 1200%;
}

.removeButton:disabled {
    background-color: #ccc !important;
    border-color: #b3b3b3 !important;
    color: #808080 !important;
}

.w3-button:not(.w3-bar-item):hover {
    color: #fff !important;
    background-color: #2ac0e1 !important;
}

.w3-button.removeButton:hover, .w3-button.redButton:hover {
    color: #fff !important;
    background-color: #db524a !important;
}

.button {
    font-size: 9pt;
    margin: 0 8px;
}

.w3-row::before {
    clear: none;
}

.mainFormPart {
    background-color: #f2f2f2;
}

.mainFormPartWrap {
    border: 1px #ccc solid;
    position: relative;
}

.mainGroupComplement {
    padding-left: 12px;
}

/* tabs region */

.tab-content-wrap:not(.current-tab) {
    display: none;
}

.tab-button.current-tab {
    background-color: #ccc !important;
}

/* tabs region end */

fieldset, .clear
{
    clear: both;
}

#reportRareSettings > div, #reportRareSettings > fieldset > div
{
    padding: 4px 8px;
}

#reportRareSettings label
{
    margin-top: 0 !important;
}

.CloudSyncWrap
{
  position: relative;
}

.CloudSyncSymbol
{
  color: #f2f2f2;
  position: absolute;
  top: 13px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 10pt;
}

.CloudSyncOK
{
  color: #4CAF50;
}

.CloudSyncError
{
  color: #f00;
}

.CloudSyncProgress
{
    color: #757575;
}

.CloudSyncProgressSymbol
{
    animation: spin 2s linear infinite;
}

.hpGadget
{
    margin-top: 8px;
    border-top: 1px #ccc solid;
    position: relative;
}

.hpGadget > header
{
    font-size: 16pt;
    color: #333;
}

.hpGadget > header > a.gadgetOptionsLink
{
    float: right;
    margin-right: 8px;
}

.gadgetOptionsMenu
{
    position: absolute;
    top: 25px;
    right: 8px;
}

.gadgetScreen
{
    display: inline-block;
    cursor: pointer;
    width: 203px;
}

.gadgetScreen:not(:last-of-type)
{
    margin-right: 8px;
}

.screensGadgetSection
{
    display: inline-block;
    vertical-align: top;
    margin-bottom: 16px;
}

.screensGadgetSection > header
{
    font-size: 14pt;
    color: #555;
    padding-bottom: 4px;
    margin-bottom: 8px;
    border-bottom: 1px #555 solid;
}

.screensGadgetSection > header > a.gadgetScreensSectionClose
{
    float: right;
    text-decoration: none;
}

.screensGadgetSection:not(:last-of-type)
{
    margin-right: 32px;
}

.gadgetScreen > .gadgetScreenGrab
{
    height: 15px;
    font-size: 14pt;
    text-align: right;
    padding: 0 8px;
}

.gadgetScreen > .gadgetScreenGrab a
{
    color: #555;
}

.gadgetScreen > a > .gadgetScreenImg > span
{
    color: #555;
    font-size: 100pt;
}

.gadgetScreen > a
{
    text-decoration: none;
}

.gadgetScreen > a > header
{
    background-color: #2ac0e1;
    color: #fff;
    font-size: 20pt;
}

.screenTitleNotPinned
{
    transform: rotate(-45deg);
}

#clientCrashMessage
{
    z-index: 1000;
}

#clientCrashMessageContent
{
    width: 950px;
}

.crashImage
{
    position: absolute;
    font-size: 70pt;
    left: 25px;
    font-family: Kalam-Bold, Tahoma, sans-serif;
    color: #2ac0e1;
}