/*Admin*/

body {
    background-color: #F4F2FB;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

/*Fonts*/
h1 {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 30px;
    font-weight: bold;
}
h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #111E6C;
}
h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #111E6C;
}
h4 {
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    color: #111E6C;
}

.expl {
    color: #888EB5;
    font-size: 10px !important;
    line-height: 12px !important;
    margin-top: 3px !important;
}

.cms .pp-info-icon {
    color: #111E6C !important;
}

/*Divider*/

hr {
    border-top: 2px solid #E0E0F5;
}

/*Buttons*/
.btn {
    font-weight: bold;
    border-radius: 6px;
}
.btn:hover,
.formbutton:hover {
    background-color: #091247;
    border-color: #091247;
    color: #fff;
    text-decoration: none;
}
.btn.disabled {
    background-color: #ddd;
    border-color: #ddd;
}
.btn i {
    margin: 0 5px;
}
.btn i +  i {
    margin-left: -3px;
}
.btn-primary {
    background-color: #111E6C;
    border-color: #111E6C;
    color: #fff;
}
.btn-secondary,
.btn-info {
    background-color: #E0E0F5;
    border-color: #E0E0F5;
    color: #111E6C;
}
.formbutton {
    background-color: #E0E0F5;
    border-color: #E0E0F5;
    color: #111E6C;
    font-weight: bold;
    border-radius: 6px;
    padding: 0.375rem 0.75rem;
    cursor: pointer;
    text-decoration: none;
}
.btn-success {
    background-color: #2BAA5E;
    border-color: #2BAA5E;
}
.flink {
    color: #F98E2C !important;
    text-decoration: none;
}
.flink.red {
    color: red !important;
}
.flink:hover {
    color: #111E6C !important;
}
a.nohref {
    color: #111E6C;
}
a.nohref:hover {
    color: #F98E2C;
    text-decoration: none;
}

/*Inputs*/
.form-control,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    background-color: #E6E6F7;
    border-color: #CACCE3;
    border-radius: 6px;
}
.form-control:focus {
    border-color: #111E6C;
    box-shadow: 0 0 0 0.2rem rgba(17,30,108,.25);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #ceceef;
    border-color: #ceceef;
    color: #111E6C;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #F98E2C;
}
select {
    background-color: #E6E6F7;
    border-color: #CACCE3;
    border-radius: 6px;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
}

/*Header*/
.mainnav {
    background-color: #fff;
}
.mainnav .tpm-navbar a,
.mainnav .tpm-navbar span.ttl,
.mainnav .tpm-navbar .tpm-dropdown .tpm-dropbtn {
    padding: 14px 10px;
    color: #111E6C;
}
.mainnav .tpm-navbar a:hover,
.mainnav .tpm-navbar span.ttl:hover,
.mainnav .tpm-navbar .tpm-dropdown .tpm-dropbtn:hover {
    background-color: #E0E0F5;
}
.mainnav .tpm-navbar .tpm-dropdown-content {
    border-radius: 6px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fff;
}
.mainnav .tpm-navbar .tpm-dropdown-content a {
    font-size: 12px;
    padding: 6px 10px;
}
.mainnav .tpm-login {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 0;
}
.mainnav .tpm-login a {
    font-size: 12px;
    text-transform: uppercase;
    color: #F98E2C;
    padding: 14px 10px;
    font-weight: bold;
}
.subnav {
    background-color: #F4F2FB;
    margin-bottom: 50px;
}
nav.breadcrump {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #E0E0F5;
    padding-top: 20px;
}
nav.breadcrump .between {
    font-size: 0;
    position: relative;
    margin: 0 10px;
}
nav.breadcrump .between:before {
    content: "";
    width: 1px;
    height: 6px;
    transform: rotate(45deg);
    background-color: #F98E2C;
    display: block;
    position: absolute;
    bottom: -5px;
}
nav.breadcrump .between:after {
    content: "";
    width: 1px;
    height: 6px;
    transform: rotate(-45deg);
    background-color: #F98E2C;
    display: block;
    position: absolute;
    top: -5px;
}
nav.breadcrump a {
    color: #111E6C;
}
nav.breadcrump span {
    color: #888EB5;
}

/*Main content*/
#main {
    padding-bottom: 50px;
}
#maincolumn {
    border: 0;
    padding: 0;
}

/*Tables*/
.cmstable,
.table {
    background-color: #fff;
    border-radius: 6px 6px 0 0;
    border-bottom: 2px solid #E0E0F5;
}
.cmstable thead tr th:first-child,
.cmstable tbody tr td:first-child,
.table thead tr th:first-child,
.table tbody tr td:first-child {
    padding-left: 10px;
}
.cmstable thead tr th:last-child,
.cmstable tbody tr td.edit-cell,
.table thead tr th:last-child,
.table tbody tr td.edit-cell {
    padding-right: 10px;
}
.cmstable thead tr th,
.table thead tr th {
    padding: 6px 0 4px 0;
    border-bottom: 2px solid #E0E0F5;
    color: #111E6C;
    font-size: 10px;
    border-top: 0;
}
.cmstable thead tr th a,
.table thead tr th a {
    color: #111E6C;
}
.cmstable tbody tr td,
.table tbody tr td {
    border-bottom: 1px solid #E0E0F5;
}
.cmstable tbody tr:nth-child(even) td,
.table tbody tr:nth-child(even) td {
    background-color: transparent;
}
.cmstable tbody tr:hover td,
.table tbody tr:hover td {
    background-color: #F4F2FB !important;
}
.cmstable tbody tr td.edit-cell a,
.table tbody tr td.edit-cell a {
    color: #F98E2C;
    cursor: pointer;
}
table td a {
    color: #111E6C;
}

/*Pagination*/
.pageslist {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.pageslist * {
    padding: 5px 10px;
    border-radius: 6px;
}
.pageslist a {
    color: #111E6C;
    background-color: #E0E0F5;
}
.pageslist a:hover {
    text-decoration: none;
    background-color: #111E6C;
    color: #fff;
}

/*Search*/
.cms-search-cont {
    border-bottom: 0;
    margin-bottom: 30px;
}
.cms-search-cont .search-field-div label {
    font-weight: bold;
    color: #111E6C;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    color: #F98E2C;
    font-size: 16px;
}
#batchSelectRow {
    margin-bottom: 10px;
}

/*Steps*/
.cms .stepsNavigation {
    padding-right: 20px;
    border-bottom: 2px solid #E0E0F5;
}
.cms .stepsNavigation span {
    margin-right: 10px;
    margin-left: 10px;
    color: #111E6C;
}
.cms .stepsNavigation span el.stepnum {
    border-radius: 6px;
    background-color: #E0E0F5;
    border-color: #E0E0F5;
    color: #111E6C;
}
.cms .stepsNavigation span.selected el.stepnum {
    background-color: #111E6C;
    border-color: #111E6C;
}
.cms .stepsNavigation span.selected {
    color: #111E6C;
}

/*HR*/
.hr-planposition form {
    border-radius: 6px;
    padding-top: 10px;
}
.hr-planposition .appFieldRow {
    padding: 10px 20px;
}
.hr-planposition .cp-list-div {
    border-top: 2px solid #E0E0F5;
    padding: 20px;
}

/*Tabs*/
.ui-widget-content {
    background: transparent;
    border-radius: 0;
}
.ui-widget.ui-widget-content {
    border: 0;
    padding: 0;
}
.ui-widget-header {
    border: 0;
    border-bottom: 2px solid #E0E0F5;
    background: transparent;
    border-radius: 0;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 15px !important;
}
.ui-tabs .ui-tabs-panel {
    padding: 30px 20px;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited,
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
    color: #111E6C;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 0;
    color: #111E6C;
    background: transparent;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 0;
    color: #111E6C !important;
    background: #E0E0F5;
}


/*Evidenca ur*/
.single-timelog {
    background: #fff;
    margin: 0 !important;
    border-bottom: 1px solid #E0E0F5 !important;
}
.single-timelog table tr td .appFieldRow .left {
    font-size: 10px;
    color: #111E6C;
}
.single-timelog table tr td a {
    color: #F98E2C;
}

.timelog form {
    background-color: #fff;
    border-radius: 6px;
    padding-top: 10px;
}
.timelog .appFieldRow {
    padding: 10px 20px;
}
.timelog .cp-list-div {
    border-top: 2px solid #E0E0F5;
    padding: 20px;
} 

/*Administracija*/

.calculate-timetable form,
.calculate-availability form {
    background-color: #fff;
    border-radius: 6px;
}
.calculate-timetable form > div > div,
.calculate-availability form > div > div {
    padding: 0 20px;
}
.calculate-timetable form > div:last-child,
.calculate-availability form > div:last-child {
    padding-bottom: 20px;
}
.calculate-timetable form .stepsNavigation,
.calculate-availability form .stepsNavigation {
    padding-right: 20px;
}

/*Drugo*/
.cms #filterBox {
    margin-bottom: 20px !important;
}

.cms-mail-containers form {
    border-radius: 6px;
    padding-top: 20px; 
}
.cms-mail-containers .row .appFieldRow {
    padding: 0 35px;
}
.cms-mail-containers .cp-list-div {
    border-top: 2px solid #E0E0F5;
    padding: 20px;
} 
.cms-mail-containers #fileDiv_logo .appFieldRow {
    border-top: 2px solid #E0E0F5;
    padding-top: 15px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.cms-mail-containers #fileDiv_logo .appFieldRow .left {
    font-size: 16px;
    font-weight: bold;
}
.cms-mail-containers #paramsColDiv {
    border-left: 1px dashed #E0E0F5 !important;
}
.cms-mail-containers #paramsColDiv h3 {
    color: #111E6C !important;
}

.cost-categories .tree-structure {
	list-style: none;
}

/*My profile*/
.myprofile form {
    border-radius: 6px;
    padding-top: 10px; 
}
.myprofile #tabs-personal hr {
    border-width: 1px !important;
    margin: 20px 0 !important;
}
.myprofile .cp-list-div {
    border-top: 2px solid #E0E0F5;
    padding: 20px;
} 

.cp-list-div.v2 { display: flex; }
.cp-list-div.v2 > div { flex-grow: 0;}
.cp-list-div.v2 > div.xlsx-exp-imp-div { flex-grow: 1; text-align: right;}