@charset "utf-8";
@font-face {
    font-family: 'Sofia Pro';
    src: url('../webfonts/subset-SofiaPro-Light.eot');
    src: url('../webfonts/subset-SofiaPro-Light.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/subset-SofiaPro-Light.woff2') format('woff2'),
        url('../webfonts/subset-SofiaPro-Light.woff') format('woff'),
        url('../webfonts/subset-SofiaPro-Light.ttf') format('truetype'),
        url('../webfonts/subset-SofiaPro-Light.svg#SofiaPro-Light') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
:root {
    --color-blue: #007AC0;
    --color-white: #ffffff;
    --color-red: #ba0020;
    --color-gray1: #efefef;
    --color-gray2: #cdcdcd;
    --color-gray3: #868686;
    --color-gray4: #5c5c5c;
    --color-gray5: #202020;
    --color-lightblue: #dde5f0;
}
* {
    margin:0;
    padding:0;
}
html, body {
    height: 100%;
}
body {
    background: var(--color-gray1);
    font-family: AvenirNext,Arial,sans-serif;
    color: var(--color-gray5);
    font-size: 1.3em;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
body:before {
    content: '';
    position: fixed;
    top: 0;
    bottom: 50px;
    left: 0;
    right: 50px;
    z-index: -1;
    background: url(../images/pecat-bg.svg) no-repeat;
    background-size: 15vw;
    background-position: right bottom;
}
h1 {
    text-align: center;
    margin: 20px;
    color: var(--color-gray4);
}
main {
    display: flex;
    justify-content: center;
    /*text-align: -webkit-center;*/
}
.prodtable {
    padding: 50px;
    display: flex;
    justify-content: center;
    text-align: -webkit-center;
}
img {
    width: 200px;
}
.logo {
    margin-left: 25px;
    /*    margin-top: 12px;
        width:80%;
        height:80%;*/
}

.iconcontainer {
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.iconcontainer img {
    max-width:100px;
    max-height: 65px;

}
#result {
    width: 90%;
}
table.table {
    background-color: #fff;
    text-align: left;
    border-collapse: collapse;
    margin-bottom: 30px auto;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    border-radius: 10px;
}
/*table.table td {
    padding: 10px 20px;
}*/
table.table td:last-child {
    text-align: right;
}
table.table td a {
    font-weight: bold;
    text-decoration: none;
    color: var(--color-blue);
    cursor: pointer;
}
table.table td a:hover {
    text-decoration: underline;
}
table.table td button {
    font-weight: bold;
    background-color: transparent;
    border: none;
    color: var(--color-blue);
    cursor: pointer;
    font-family: 'Sofia Pro', sans-serif;
    text-transform: none;
    margin: 0;
}
table.table td button:hover {
    text-decoration: underline;
}
table.table tr:nth-child(even) {
    background: var(--color-lightblue);
}
table.table th {
    border-bottom: 1px solid var(--color-gray3);
    color: var(--color-gray3);
    text-align: left;
    padding: 30px 20px;
    font-weight: bold;
}
table.table th a.table_filter {
    cursor: pointer;
}
.gradient-btn {
    padding: 10px 30px;
    text-decoration: none;
    display: table;
    /*margin: 0 auto;*/
    margin-bottom: 30px;
    margin-top: 30px;
    color: var(--color-blue);
    background-color: #fff;
    border: 2px solid var(--color-blue);
    border-radius: 7px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Sofia Pro', sans-serif;
    transition: 0.4s;
    font-weight: bold;
    font-size: 16px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}
.gradient-btn:hover {
    background-color: var(--color-blue);
    color: #fff;
}
.gradient-btn-gray {
    padding: 10px 30px;
    text-decoration: none;
    float: right;
    margin-bottom: 30px;
    margin-top: 30px;
    color: var(--color-gray3);
    background-color: #fff;
    border: 2px solid var(--color-gray3);
    border-radius: 7px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Sofia Pro', sans-serif;
    transition: 0.4s;
    font-weight: bold;
    font-size: 16px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}
.gradient-btn-gray:hover {
    background-color: var(--color-gray3);
    color: #fff;
}
.tsscolor {
    background-color: #0a7dc2 !important;
}
.paging {
    text-align: center;
    padding: 20px;
}
.page {
    padding: 10px;
    text-decoration: none;
    color:var(--color-gray3);
    cursor: pointer;
}
.paging a:first-child, .paging a:last-child {
    font-size: 15px;
}
.curr_page {
    padding: 10px;
    color: var(--color-gray4);
    cursor: default;
}
#search_text, #search_text_contact {
    padding: 10px 15px;
    color: var(--color-gray3);
    width: 30%;
    font-size: 16px;
    border: none;
    background-color: white;
    font-family: 'Sofia Pro', sans-serif;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    border-radius: 10px;
}
.login_window {
    height: 370px;
    width: 500px;
    max-width: 90%;
    background-color: var(--color-white);
    border: 1px solid var(--color-gray3);
    ;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    color: var(--color-gray3);
}
.login_form {
    text-align: center;
    /*margin-top: 30px;*/
}
.login_form div input {
    padding: 10px 35px;
    color: var(--color-gray4);
    background-color: var(--color-gray1);
    border: none;
    width: 20em;
    font-family: 'Sofia Pro', sans-serif;
    font-size: 16px;
    margin-bottom: 15px;
    border-radius: 10px;
    width: 90%;

}
.form_window {
    width: 500px;
    background-color: var(--color-white);
    border: 1px solid var(--color-gray3);
    ;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    color: var(--color-gray3);
}
.form {
    text-align: center;
    margin-top: 10%;
}
.form h4 {
    margin-bottom: 10px;
    color: var(--color-blue);
}
.form div {
    margin-bottom: 1em;
}
.form div select {
    padding: 10px 15px;
    color: var(--color-gray5);
    background-color: var(--color-gray1);
    border: none;
    width: 27em;
    font-family: 'Sofia Pro', sans-serif;
    font-size: 16px;
    margin-bottom: 15px;
    border-radius: 10px;
    cursor: pointer;
}
.form div input {
    padding: 10px 15px;
    color: var(--color-gray5);
    background-color: var(--color-gray1);
    border: none;
    width: 27em;
    font-family: 'Sofia Pro', sans-serif;
    font-size: 16px;
    margin-bottom: 15px;
    border-radius: 10px;
}
.login {
    background: url(../images/user-icon.svg) no-repeat left;
    background-size: 25px;
    background-position-x: 6px;
    transition: 0.6s;
}
.pass {
    background: url(../images/pass-icon.svg) no-repeat left;
    background-size: 25px;
    background-position-x: 6px;
    transition: 0.6s;
}
.navbar-inverse {
    background-color: var(--color-white) !important;
    width: 100%;
    height: 80px;
    margin: 0;
    list-style: none;
    border-bottom: 3px solid var(--color-blue) !important;
}
.pr-nav {
    padding-right: 200px;
}
.menu {
    background-color: #fff;
    width: 100%;
    height: 80px;
    margin: 0;
    list-style: none;
    padding: 0;
    border-bottom: solid 3px var(--color-blue);
}

.dropdown {
    padding-left: 27%;
}
.dropdown-content {
    background-color: var(--color-white);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-content button {
    color: var(--color-gray4);
    padding: 0;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 15px;
    border: none;
    font-family: 'Sofia Pro', sans-serif;
    font-weight: 700;
    background-color: transparent;
    width: 172px;
    padding: 10px;
    cursor: pointer;
}
.dropdown-content button:hover {
    background-color: var(--color-gray1);
}

.menu .dropdown:hover .dropdown-content {
    display: block;
}
.menu span {
    font-size: 17px;
    color: var(--color-blue);
}
.menu p {
    font-size: 12px;
    color: var(--color-blue);
    width: 100%;
    text-align: left;
}
.menu span {
    font-size: 17px;
    color: var(--color-gray4);
    text-align: left;
}
.uppmenu {
    background-color: var(--color-gray3);
    padding: 10px;
}
.form_checkbox {
    width: 25em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: auto;
    background-color: var(--color-gray1);
    margin-right: auto;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 15px;
}
.form_checkbox div input {
    width: unset;
    margin: 5px 0;
}
.form_checkbox p {
    color: var(--color-gray5);
    margin-bottom: 1em;
}
/*.show {
    background-color: black;
    width: 1920px;
    height: 1080px;
    border: 1px solid var(--color-gray5);
}*/
.show main {
    height: 100%;
    align-items: center;
}
.show .showColumn {
    text-align: center;
    font-size: 130px;
    color: var(--color-white);
    padding: 50px;
    width: 50%;
    max-height: 100%;
}
.show table {
    max-height: 90%;
    width: 1700px;
    font-size: 70px;
    color: var(--color-white);
    text-align: center;
}
.show table td {
    width: 50%;
}
.show .showRow5 table {
    font-size: 130px;
}
.show .showRow7 table {
    margin-top: 100px;
    font-size: 90px;
}
.show .showText {
    color: var(--color-white);
    font-size: 100px;
    position: fixed;
    bottom: 50px;
}
.show .showRoom {
    color: var(--color-white);
    font-size: 700px;
    text-align: center;
}
.mainSelect {
    height: 100%;
    align-items: center;
}
.divSelect {
    border: 1px solid var(--color-gray3);
    background-color: var(--color-white);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    border-radius: 10px;
    padding: 60px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 80%;
    flex-wrap: wrap;
}
.selectRoom {
    border: 2px solid var(--color-blue);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    border-radius: 10px;
    padding: 20px 10px;
    margin: 30px;
    color: var(--color-blue);
    font-weight: bolder;
    font-size: 30px;
    text-transform: uppercase;
    width: 25%;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
table.tableCall th {
    text-align: center;
}
.tableCall td {
    text-align: center;
}
table.tableCall td:last-child {
    text-align: center;
}
.stat-box {
    display: flex;
    height: 80%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.stat-btn {
    padding: 10px 30px;
    text-decoration: none;
    color: var(--color-blue);
    background-color: #fff;
    border: 2px solid var(--color-blue);
    border-radius: 7px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Sofia Pro', sans-serif;
    transition: 0.4s;
    font-weight: bold;
    font-size: 16px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    width: 20%;
    margin: 10px;
}
.stat-btn:hover {
    background-color: var(--color-blue);
    color: #fff;
}
#formMessage {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
#formMessage input {
    padding: 10px 20px;
    color: var(--color-gray4);
    background-color: var(--color-white);
    width: 300px;
    font-family: 'Sofia Pro', sans-serif;
    font-size: 16px;
    margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
}
.ql-toolbar.ql-snow {
    border: 1px solid #ccc;
    width: 80%;
    background-color: white;
    margin-top: 20px;
}
.ql-container.ql-snow {
    height: 300px;
    outline: none;
    overflow-y: auto;
    padding: 12px 15px;
    width: 80%;
    background-color: white;
    margin-bottom: 20px;
}
.showProject {
    width: 80%;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.showProject div {
    width: 100%;
}
.projects {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
}
.projects a {
    color: var(--color-blue);
    text-decoration: none;
    font-size: 20px;
    margin: 10px;
}
a,a:hover {
    color: black;
    text-decoration: none;
}
.form_contract {
    margin: 0;
    text-align: left;
    /*display: flex;*/
    flex-direction: column;
    /*align-items: center;*/
    padding: 25px;
}
/*.form_contract div {
    display: flex;
    flex-direction: column;
}*/
.form_contract .label {
    color: var(--color-blue);
}
.warning {
    /*padding: 20px;*/
    color: var(--color-red);
    /*text-align: center;*/
}
.flexSpace {
    display: inline-block;
    justify-content: space-evenly;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 26px;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--color-blue);
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider:before {
    -webkit-transform: translateX(34px);
    -ms-transform: translateX(34px);
    transform: translateX(34px);
}
.langSetup {
    position: absolute;
    right: 100px;
    font-size: smaller;
    top: 26px;
}
.lang {
    color: var(--color-blue);
    text-decoration: underline;
    cursor: pointer;
}
.card-body {
    height: 150px;
    color: var(--color-white);
    /*text-align: left;*/
}
.row-flex {
    display: flex;
    flex-wrap: wrap;
}
.btn-primary {
    float: right;
}

.conntent {
    height: 300px;
    width: 100%;
    margin-bottom: 20px;
    /*white-space: nowrap;*/
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.loader {
    margin-top: 23px;
    font-size: 0px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}
.genVoucherSbox {
    display: inline;
    width: auto;
}
.parent {
    margin: 1rem;
    padding: 2rem 2rem;
    text-align: center;
}
.child {
    display: inline-block;
    padding: 1rem 1rem;
    vertical-align: middle;
}
/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.vat {
    font-size: 15px;
    color: grey;
}
.vatline {
    /*width:100px;*/
    line-height: 0;
}
.col-md-3, .col-sm-6,.col-xs-12 {
    background-color: #007cbf;
    border: 1px solid lightgrey;
    padding-bottom: 35px;
    min-width: 300px;
    text-align: center;
}
.table-responsive {
    padding:10px;
}

.field {
    width: 80%;
}
.delBtn {
    width: 70px;
    margin-left: 10px;
    padding:0px;
    margin-bottom: 15px;
}
#uploadFileButton {
    font-family: calibri;
    width: 300px;
    padding: 10px 20px;
    margin-bottom: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px dashed #BBB;
    border-radius: 10px;
    text-align: center;
    background-color: #DDD;
    cursor: pointer;
}
@media (max-width: 1200px) {
    .gradient-btn, .gradient-btn-gray {
        width: 90%;
        text-align: center;
    }
/*    .flexSpace {
        display: grid;
    }*/
    .login_form div input {
        width: 90%;
    }
    .child {
        display: block;
    }

    .form div select,.form div input {
        width: 90%;
    }

    .form_window {
        width: 95%;

    }
    .navbar-nav {
        text-align: center;
    }
    .langSetup {
        top: 17px;
    }
    .navbar-inverse {
        width: 100%;
        height: auto;
        list-style: none;
    }
    .logo {
        /*text-align: center;*/
        max-height: 30px;
        width: 50vw;
        margin-top: 0px;
        margin-left: 2vw;
    }
    .navbar-brand {
        text-align: center;
        padding: 0px !important;
        height: 39px;
    }


    body:before {
        display:none;
    }
    .dropdown {
        text-align: center;
        width: 100%;
        padding-left: 0px;
    }
    .pr-nav {
        padding-right: 0px;
    }
    .dropdown-menu {
        border: 0px;
    }
    .menu li {
        width: 100%;
        background-color: white;

    }
    .menu li:first-child {
        margin-top: 20px;
        width: 100%;
        height:auto;
        display: unset;
        text-align: center;
    }

    .menu li:nth-child(n+2):last-child {

    }
    .menu {
        min-height: 54vh;
    }
    .menu span, .menu p {
        text-align:center;
    }
    .dropdown-content {
        box-shadow: none;
        text-align: -webkit-center;
    }
    .dropdown-content button {
        font-size: unset;
        text-align:center;
        font-weight: 100;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .prodtablesalign{
        justify-content: center!important;
    }
}