﻿/* @import url('https://fonts.googleapis.com/css?family=Open+Sans&subset=latin-ext'); */
/*@import url('https://fonts.googleapis.com/css?family=Nunito&subset=latin-ext');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');*/

@font-face {
    font-family: UntitledSans;
    src: url('../fonts/untitled_sans/UntitledSans-Regular.otf');
}

@font-face {
    font-family: UntitledSans;
    src: url('../fonts/untitled_sans/UntitledSans-Bold.otf');
    font-weight: bold;
}

body {
    font-family: UntitledSans;
    padding-bottom: 20px;
    background-color: #f4f5f8;
}

a {
    color: #c3c7d4;
    text-decoration: none;
}
a:hover {
    color: #402060;
    text-decoration: underline;
}

.navbar {
    border-bottom: none;
    background-color: #f4f5f8 !important;
}

.locations-table {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: white;
}

.navbar-brand {
    background-image: url(../images/logo.png);
    color: #25376d !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    padding-left: 80px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: 400;
    font-size: 25px;
}
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
.border-top {
    border-top: 1px solid #e5e5e5;
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

body.login {
    background-image: url('/images/bg_login.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.footer {
    position: absolute;
    font-size: 11px;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 40px;
    line-height: 40px; /* Vertically center the text there */
}

.body-content {
    margin-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 11px;
}
h1 {
    color: #25376d;
}
h2 {
    font-size: 15px;
    color: #c3c7d4;
    padding-top: 40px;
    padding-bottom: 30px !important;
}

h4 {
    color: #25376d;
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 17px;
}
h3 {
    color: #25376d;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 17px;
}

.form-inline {
    border-left: 1px solid #dee2e6 !important;
    margin-right: 5px;
    border-left-width: 50px;
}

.form-control {
    border: 1px solid #c5c5c7;
    background-color: #f4f5f8;
}

img {
    padding-left: 15px;
    padding-right: 10px;
}
.btn-outline-secondary {
    color: #c3c7d4;
    background-color: white;
    background-image: none;
    border-color: white;
}
.btn-outline-secondary :hover {
    color: #28BE6B;
}

.btn-primary {
    color: #fff;
    background-color: #28BE6B;
    border-color: #28BE6B;
    width: 99%;
    height: 50px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #28BE6B;
    border-color: #28BE6B;
}
.btn-primary-profile {
    color: #fff;
    background-color: #25376d;
    border-color: #25376d;
    width: 398px;
    height: 50px;
}
.btn-primary-profile:hover {
    color: #fff;
    background-color: #25376d;
    border-color: #25376d;
}
.btn-primary-login {
    color: #fff;
    background-color: #25376d;
    border-color: #25376d;
    width: 580px;
    height: 50px;
}
.btn-primary-login:hover {
    color: #fff;
    background-color: #25376d;
    border-color: #25376d;
}
.btn.btn-default.ld-ext-right {
    background-color: #25376d;
    color: white;
}

.nav-link.active {
    color: #fff;
    background-color: #25376d !important;
}
.nav-link {
    color: #25376d;
}
a.nav-link.text-dark {
    color: #c3c7d4 !important;
    padding-right: 15px;
    font-size: 18px;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    border-radius: 6px;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, .06), 0 1px 4px rgba(0, 0, 0, .08);
    margin-bottom: 25px;
    transition: .3s ease;
    color: #25376d;
}

.reviews-table {
    font-size: 10pt;
    color: #25376d;
}

.mb-3 {
    margin-bottom: 1rem !important;
    border: 1px solid #c3c7d4;
    border-radius: 5px;
}

.input-group.mb-3 {
    width: 430px;
}

textarea {
    background-color: white;
    border-color: white !important;
    border-radius: 5px;
}


.card .card-overlay {
    z-index: 10;
    background-color: rgba(37,55,109,0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 6px;
    opacity: 0;
}

.card-not-active {
    background-color: #dcd9d9 !important;
}

.card-not-active:hover .card-overlay {
    opacity: 1;
}

.card-not-active .card-overlay > a {
    display:block;
    position:absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    cursor: pointer;
}

.card-not-active .icon {
    font-size: 60px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    transition: .3s ease;
}

a > .card-active:hover {
    background-color: #fbfcfc;
}

.card h3 {
    font-size: 18px;
    margin-top: 0;
    color: #25376d !important;
}

#forgot-password {
    font-size: 15px;
    text-align: left !important;
}

.card p {
    min-height: 15px;
    font-size: 12px;
    color: rgb(112, 101, 123);
    margin-top: 10px;
}

.form-check {
    padding-left: 0px !important;
}

a:hover {
    text-decoration: none;
}

.card-body {
    padding-top: 30px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 10px;
}

    .card-body p {
        text-align: right;   
    }

.card-body-a {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 10px;
}

.card-body p {
    text-align: right;
}

#dateto {
    border: none;
    background-color: #f4f5f8;
    font-size: 13px;
    color: #25376d;
}

#datefrom {
    border: none;
    background-color: #f4f5f8;
    font-size: 13px;
    color: #25376d;
}

.label-info {
    background-color: #639;
}

    
    .tt-query, /* UPDATE: newer versions use tt-input instead of tt-query */
    .tt-hint {
        /*width: 396px;
        height: 30px;
        padding: 8px 12px;
        font-size: 24px;
        line-height: 30px;
        border: 2px solid #ccc;
        border-radius: 8px;
        outline: none;
        */
    }
    
    .tt-query { /* UPDATE: newer versions use tt-input instead of tt-query */
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    }
    
    .tt-hint {
        color: #999;
    }
    
    
    .tt-menu { /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
        /*width: 422px;*/
        margin-top: 4px;
        padding: 8px 0;
        background-color: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 2px;
        /*box-shadow: 0 5px 10px rgba(0,0,0,.2);*/
    }
    
    .tt-suggestion {
        padding: 3px 20px;
        font-size: 18px;
        line-height: 24px;
    }
    
    .tt-suggestion.tt-is-under-cursor { /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
        color: #fff;
        background-color: #adb4b6;
    
    }
    
    .tt-suggestion p {
        margin: 0;
    }

div.input-field {
    position: relative;
    font-size: 12pt;
    transition: all .15s ease-out;
    height: 40px;
    line-height: 30px;
    top: 5px;
}

div.input-field::after {
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    content: attr(placeholder);
    z-index: -1;
}

div.input-field input {
    border: none;
	border-bottom: 1px #639 solid;
	width: 100%;
	height: 30px;
	outline: none;
	color: #639;
	background-color: rgba(0,0,0,0);
}

div.small {
	font-size: 7pt;
	line-height: 6px;
}

div.loader-status {
    display:block;
    margin-left: auto;
    margin-right:auto;
    text-align:center;
}

.select2-container--bootstrap .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
    background-color: #f4f5f8;
    border: none;
    border-radius: 3px;
    outline: 0;
    font-size: 13px;
    color: #25376d;
    width: 100%; /*na celou obr*/
}

.select2.select2-container.select2-container--bootstrap {
    width: 100%;
}

.but {
    height: 23px;
}

.table td {
    padding: .55rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    padding-top: 30px;
}
/*textareas & button*/
textarea {
    background-color: white;
    border-color: #f4f5f8;
    border-radius: 5px;
}

.textarea-container {
    /*position: relative;*/
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.textButton {
    position: absolute;
    top: 0;
    right: 0;
}

.textarea-container textarea {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

    .textarea-container button {
        position: absolute;
        top: 0;
        right: 0;
    }


/*checkbox*/

    .styled-checkbox {
        position: absolute;
        opacity: 0;
    }

    #Input_RememberMe {
        position: absolute;
        opacity: 0;
    }

    label {
        position: relative;
        cursor: pointer;
        padding: 0;
    }

/*#styled-checkbox-2*/

    .styled-checkbox + label:before {
        content: '';
        margin-right: 10px;
        display: inline-block;
        vertical-align: text-top;
        width: 20px;
        height: 20px;
        background: white;
        border-radius: 20%;
        box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
    }

    :checked + label:before {
        background: #25376d;
    }


    :checked + label:after {
        content: '';
        position: absolute;
        left: 5px;
        top: 9px;
        background: white;
        width: 2px;
        height: 2px;
        box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
        transform: rotate(45deg);
        border-radius: 20%;
    }

.btn-success {
    background-color: #28a745  !important
}
btn-danger {
    background-color: #dc3545 !important
}