body,  html {
    background-color: #ebe7e2;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #000;
    height: 100%;
}
.page-container {
    margin: 0;
    padding: 0;
}
.page-content-wrapper {
    width: 100%;
}
.page-content {
    margin: 0;
    padding: 15px;
    min-height: 280px;
    border-radius: 0;
}
.form-top {
    margin: 0;
    padding: 20px 15px 0 15px;
}
.form-body {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.buttons-heading {
    margin-bottom: 15px;
    padding: 0 15px 15px 15px;
}
.buttons {
    margin-bottom: 30px;
    padding: 0 0 30px 0;
}
.fileupload-buttonbar {
    display: block;
    margin-bottom: 20px;
    padding: 0 0 20px 0;
}
.upload-heading {
    padding: 0 15px;
}
.upload-wrapper {
    display: block;
    padding-top: 10px;
}
.fileinfo-wrapper {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #dedede;
}
.fileupload-donebar {
    display: block;
    border-top: 1px solid #ddd;
    margin: 0;
    padding: 15px 0 45px 0 ;
}
.table-bottom-heading {
    margin-top: 20px;
    padding: 20px 15px 15px 15px;
    border-top: 1px solid #dedede;
}
.table-body {
    margin-top: 0;
    padding: 20px 0 0 0;
    border-top: 1px solid #dedede;
}
.buttons-body {
    margin: 0 0 30px 0;
    padding: 0 0 20px 0;
}
.panel-title {
    padding: 0;
    font-size: 26px;
    display: block;
    color: #f35b1c;
    margin: 0 0 15px 0;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
.form-control.search-box {
    margin-top: 7px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #000; /*#555;*/
    background-color: #fff;
    background-image: none;
    border: #bcd8db solid 1px;
    border-radius: 4px;
    box-shadow: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
    border-color: #31a3ae;
    outline: 0;
    /*-webkit-box-shadow: none;
    box-shadow: none;*/
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.has-success .form-control {
    border-color: #bcd8db;
    box-shadow: none;
}
.has-success .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
*:focus {
    outline: none !important;
}
.btn-default {
    color: #333;
    background-color: #f3f3f3;
    border-color: #ccc;
}
.btn-default:focus, .btn-default:hover {
    outline: none;
}
.btn-orange {
    color: #fff;
    background-color: #f36118;
    border-color: #f36018;
}
.btn-orange:hover, .btn-orange:focus, .btn-orange.active {
    color: #fff;
    background-color: #e44c14;
    border-color: #e44c14;
}
i {
    padding: 3px 0;
}
.btn-darkblue {
    color: #fff;
    background-color: #1195bb;
    border-color: #1187ae;
}
.btn-darkblue:hover, .btn-darkblue:focus, .btn-darkblue.active {
    color: #fff;
    background-color: #0885a4;
    border-color: #24709f;
}
.disabled {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
.btn-darkblue.disabled/*, .btn-darkblue[disabled]*/ {
    color: #d2d2d2;
    background-color: #0885a4;
    border-color: #24709f;
    cursor: not-allowed;
    filter: alpha(opacity=0);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
}
.btn-danger {
    color: #fff;
    background-color: #da2004;
    border-color: #d11c04;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.active {
    color: #fff;
    background-color: #c72923;
    border-color: #9e2723;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success:focus, .btn-success:hover, .btn-success:active {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}
.btn-warning {
    color: #fff;
    background-color: #ffb00c;
    border-color: #ffc107;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning.disabled/*, .btn-warning[disabled]*/ {
    color: #d2d2d2;
    background-color: #f0ad4e;
    border-color: #eea236;
    cursor: not-allowed;
    filter: alpha(opacity=100);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
}
a .target-group-wrapper {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 20%;
}
.btn-md {
    padding: 5px 12px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-md {
    padding: 3px 5px;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-warning {
     color: #856404;
     background-color: #fff3cd;
     border-color: #ffeeba;
 }
.alert-warning-info {
    color: #000000;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
input:invalid {
    border-color: #ff0000;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.01), 0 0 5px rgba(255, 42, 20, .4);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.01), 0 0 5px rgba(255, 42, 20, .4);
}
.has-error {
    border-color: #ff0000;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 42, 20, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 42, 20, .6);
}
.btn-white {
    color: #333;
    background-color: #ffffff;
    border-color: #d4d4d4;
    padding: 1px 6px;
    border-radius: 4px;
}
.btn-white:hover, .btn-white:focus {
    color: #333;
    background-color: #f3f3f3;
    border-color: #adadad;
    outline: none;
}
.label.label-sm {
    display: inline-block;
    padding: .3em .6em .3em;
    font-size: 12px !important;
    font-weight: 500;
}
.label.label-sm {
    margin-top: 1px;
    margin-bottom: 1px;
}
.label-danger,
.badge-danger {
    background-color: #da2004;
    background-image: none !important;
}
.red {
    color: #da2004;
}
.form-actions {
    padding: 20px 10px;
    margin-top: 20px;
    margin-left: -5px;
    margin-right: -5px;
    background-color: #f5f5f5;
    /*border: 1px solid #e5e5e5;*/
    border-radius: 4px;
    *zoom: 1;
}
.form-actions.fluid {
    /*padding: 20px 0;*/
}
.form-actions:before,
.form-actions:after {
    display: table;
    line-height: 0;
    content: "";
}
.form-actions:after {
    clear: both;
}
a {
    text-shadow: none !important;
    color: #2593a1 !important;
    text-decoration: none;
    outline: none !important;
}
a:focus, a:hover, a:active {
    color: #2593a1;
    text-decoration: underline !important;
    outline: none !important;
}
.vauu-title-3 {
    padding: 0;
    font-size: 18px;
    letter-spacing: -1px;
    display: inline-block;
    color: #000;
    margin: 0;
    font-weight: 600 !important;
    font-family: 'Open Sans', sans-serif;
}

.vauu-title-2 {
    padding: 0;
    font-size: 18px;
    letter-spacing: -1px;
    display: inline-block;
    color: #008c9e;
    margin: 0 0 15px 0;
    font-weight: 600 !important;
    font-family: 'Open Sans', sans-serif;
}

.margin-left-0 {
     margin-left: 0 !important;
 }
.buttons-box-15 {
    padding-left: 15px;
}
.buttons-box-25 {
    padding-left: 25px;
}
.buttons-box-50 {
    padding-left: 50px;
}
.left-box {
    padding-right: 30px;
    background: #ffffff;
}
.right-box {
    padding: 0 25px;
    background-color: #f5f5f5;
}
.padded-wrapper {
    margin-left: -5px;
    padding-top: 15px;
}
.padded-form-actions {
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.right-box .form-group {
    padding: 0 15px;
}
.right-box div.radio.radio-orange {
    padding-top: 15px;
}

/* //////////////////////////////////// */
/* CUSTOM 2 veeru STYLES */
/* //////////////////////////////////// */

/* Teine võimalus - https://www.w3schools.com/howto/howto_css_equal_height.asp*/
/*  https://css-tricks.com/complete-guide-table-element/ */

/* https://scotch.io/bar-talk/different-tricks-on-how-to-make-bootstrap-columns-all-the-same-height */
/* https://codepen.io/ShuvoHabib/pen/pyXQNv */

.equal {
    display: flex;
    flex-wrap: wrap;
}
.equal > div[class*='col-'] {
    display: flex;
    flex-direction: column;
}
@media screen and (min-width: 768px) {
    .equal2, .equal2 > div[class*='col-'] {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex:1 0 auto;
    }
}

input.calendar-trigger {
    background-image: url('../images/font-awesome/brown/svg/calendar.svg');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: right;
    background-position-x: 95%;
    padding-right: 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

input.clock-trigger {
    background-image: url('../images/font-awesome/brown/svg/clock-o.svg');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: right;
    background-position-x: 95%;
    padding-right: 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* //////////////////////////////////// */
/* CUSTOM TABS STYLES */
/* //////////////////////////////////// */

.tabbable-custom {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 0;
    overflow: hidden;
    height: 100%;
}
.tabbable-custom > .nav-tabs {
    border: none;
    margin: 0;
}
.tabbable-custom > .tab-content {
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px;
}
/* BS3.0.3 removed tabbable class so its added back */
.tabbable:before,
.tabbable:after {
    display: table;
    content: " ";
}
.tabbable:after {
    clear: both;
}
.tabbable:before,
.tabbable:after {
    display: table;
    content: " ";
}
.tabbable:after {
    clear: both;
}
.tabbable-custom  .nav-tabs {
    font-size: 16px;
    /*font-weight: 400;*/
}
.tabbable-custom  .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.tabbable-custom .nav-tabs > li > a {
    margin-right: 0 !important;
    line-height: 1.42857143;
    background-color: #f5eeeb;
    color: #512b2b !important;
    border: 1px solid #efe3df;
    border-bottom-color: transparent;
    border-radius: 4px 4px 0 0;
    text-decoration: none !important;
    outline: none;
}
.tabbable-custom .nav-tabs > li > a:hover {
    background-color: #feecbe;
}
.tabbable-custom > .nav-tabs > li.active > a,
.tabbable-custom > .nav-tabs > li.active > a:hover,
.tabbable-custom > .nav-tabs > li.active > a:focus {
    color: #512b2b !important;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.tabbable-custom > .tab-content > .tab-pane {
    margin: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.tabbable.tabbable-custom .radio-list > label.radio-inline:first-child {
    padding-left: 20px;
}

/* //////////////////////////////////// */
/* CUSTOM TABLE STYLES */
/* //////////////////////////////////// */

.vauu-table.gallery-list {
    /*table-layout:fixed;*/
}
.vauu-table tbody > td {
    max-width: 0;
}
.vauu-table > thead > tr > th {
    border-bottom: 0;
    background: #e9f7fb !important;
}
.vauu-table tbody > tr:first-child td  {
    border-top: 0;
}
.vauu-table tbody > tr:last-child td  {
    border-bottom: 1px solid #ddd;
}
.vauu-table tbody tr td  {
    border-bottom: 1px solid #ddd;
}
.vauu-table thead tr th {
    color: #008c9e; /* #257886 #005f71  */
    font-size: 14px !important;
    font-weight: 400;
}
.vauu-table.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.clickable-rows tr td,
.clickable-rows tr th {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    cursor: default;
}
.clickable-rows tr:hover {
    background-color: #f7f7f7;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    cursor: default;
    color: #333;
    background-color: #f3f3f3;
    border-color: #ccc;
}
.fa-lg {
    font-size: 1em;
    line-height: 0.5em;
    vertical-align: -15%;
}

@media (max-width: 480px) {
    h3, .center-button {
        text-align: center !important ;
        margin-bottom: 5px;
    }
}
@media (max-width: 800px) {
    .center-button {
        margin-bottom: 5px;
    }
}
@media (min-width: 801px) {
    .center-button {
        margin-bottom: 5px;
    }
}
@media (min-width: 1024px) {
    .year.center-button {
        margin-bottom: 15px;
    }
    .table-heading {
        padding: 0 15px 5px 15px;
    }
}

/* UPLOAD STYLES */

.files img {
    object-fit: cover;
    object-position: 100% 0;
}
.text-error {
    color: #ff0000;
}
span.ready {}
.progress-bar {
    height: 6px;
    width: 100%;
    margin-bottom: 4px;
    background: #e1e1e1;
    border-radius: 30px;
}
.progress-bar .progress {
    height: 100%;
    width: 0%;
    background: #419a41;
    border-radius: inherit;
    transition:width 3s linear;
}
.percent-bar {
    line-height: 1.5em;
}

/* SVG ICONS STYLES */

img, svg {vertical-align: middle;}
.svg-icon {fill: currentColor}
.svg-file_default, .svg-none {fill: #90A4AE}
.svg-application {fill: #0064c8}
.svg-archive {fill: #f8c560}
.svg-audio {fill: #55617e}
.svg-cd {fill: #e9967a}
.svg-code {fill: #f19a3a}
.svg-excel {fill: #94cba2}
.svg-font, .svg-font .svg-file-icon {fill: #607D8B}
.svg-image {fill: #8cbd61}
.svg-image .svg-file-text-bg {fill: #72a645}
.svg-pdf {fill: #ca4d50}
.svg-powerpoint {fill: #e67841}
.svg-text {fill: #90A4AE}
.svg-video {fill: #ec6068}
.svg-word {fill: #0399e1}
.svg-file-bg {fill: #e9e9e0}
.svg-file-flip {fill: #d9d7ca}
.svg-file-icon {fill: #c8bdb8}
.svg-check {
    stroke: #78a642;
    stroke-width: 0.15em;
}
.svg-error {
    stroke: #ff0000;
    stroke-width: 0.15em;
}
.svg-file-ext {
    fill: white;
    font-weight: 500;
    text-transform: uppercase;
    text-anchor: middle;
    font-size: 12px
}
.svg-folder-bg {
    fill: #FFA000
}
.svg-folder-fg {
    fill: #FFCA28
}
.svg-folder-symlink {
    fill: #ffe9a8
}
.svg-file-forbidden {
    fill: #dc3545
}
.svg-folder-forbidden {
    fill: tomato
}
.files-svg {
    display: block;
    width: 100%;
    height: 60px
}
.files-img {
    object-fit: cover
}
.files-img-svg {
    object-fit: contain !important
}
.svg-icon {
    width: 1em;
    height: 1em;
    font-size: 24px;
    vertical-align: bottom;
    pointer-events: none
}

.files .preview .svg-file {
    display: block;
    height: 70px;
    width: 70px;
    padding: 7px;
}
