﻿/* Global color declarations */
:root {
    --zurich-dark-blue: #23366F;
    --zurich-blue: #2167AE;
    --zurich-light-blue: #91BFE3;
}

@font-face {
    font-family: "Zurich Sans";
    src: url(fonts/_ZurichSans-Regular.woff) format("woff"), url(fonts/_ZurichSans-Regular.ttf) format("truetype");
    font-weight: normal;
}

@font-face {
    font-family: "Zurich Sans";
    src: url(fonts/_ZurichSans-Bold.woff) format("woff"), url(fonts/_ZurichSans-Bold.ttf) format("truetype");
    ;
    font-weight: bold;
}

@media print {
    a[href]:after {
        display: none;
        visibility: hidden;
    }

    .modal-dialog {
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        padding: 0;
        overflow: visible !important;
        z-index:1!important;
    }
}

@media only screen and (min-width: 370px) {
    .topleftmenu {
        /*padding-right: 40px;*/
    }

}
@media only screen and (max-width: 370px) {
    .topleftmenu {
        /*padding-right: 15px;*/
    }
}

@media only screen and (min-width: 750px) {
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        /*margin-right: -30px;*/
    }
}

@media only screen and (max-width: 750px) {

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        margin-right: -30px;
    }
}


.menu-top {
    margin-right: -25px;
    border: none;
}

.navbar-collapse.in {
    overflow-y: auto;
    background-color: #292929 !important;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
    background-color: #292929 !important;
    /*margin-right: -30px;*/
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0;
}

html, body {
  overflow-x: hidden;
}
body {
  position: relative;
}

.body-content {
    width: 70%;
    margin: auto;
}

.header-image {
    top:0!important;
    max-width: 100%;
    width: 100%;
    height: 0%;
    margin: auto;
}
.header-image img{
    /*padding-top:60px!important;*/
}

.background-image {
    max-width: 100%;
    height: 90vh;
    margin: auto;
    padding:0px !important;
}

a, u {
    text-decoration: none !important;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.backButton, .backButtonResult{
    color:black!important;
}

.fix-header {
    /*height: 60px;*/
    /*line-height: 50px;*/
    background-color: #292929 !important;
}

.fix-header .img {
    /*padding-right: 5% !important;
    margin-left: -20% !important;*/
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.header-logo {
    margin-top: 10px !important;
}
.navbar-header {
    max-width: 100%;
    /*height: 80px !important;*/
    display: inline-block;
    padding-left: 0px !important;
    width: 100% !important;
}

.navbar-content {
    margin: 40px;
    top: 10% !important;
    position: fixed !important;
    left: 35% !important;
    right: 0!important;
    width: 500px;
}

.navbar-right {
    padding-right: 1% !important;
    display: flex;
    flex-direction: row;
}

.navbar-header-content {
    margin-left: 0.3em;
    color: white;
}

.topheader {
    display: grid;
    margin-top: 60px !important;
    margin-bottom: 20px;
}

li {
    display: inline;
}

footer {
    text-align: center;
    background-color: black;
    clear: both;
    position: fixed;
    height: 50px;
    line-height: 50px;
    width: 100%;
    bottom: 0;
    color: white;
}

.indexbtn{
    margin-top:5px;
}

.contactUs {
    background: none !important;
    color: white;
    border: none;
    padding: 0 !important;
    font: inherit;
    cursor: pointer;
}

.modal .in .modal-dialog {
    top: calc(50% - 200px) !important;
    -webkit-transform: translate(0, calc(50vh - 50%));
    -ms-transform: translate(0, 50vh) translate(0, -50%);
    -o-transform: translate(0, calc(50vh - 50%));
    transform: translate(0, 50vh) translate(0, -50%);
    width: 50% !important;
    background: none !important;
}

.modal-body {
    background: none !important;
    padding-top:0px!important;
}

.navigate-back {
    color: black !important;
    border: 1px solid darkgrey;
    margin-top:10px;
}

    .navigate-back :hover {
        color: lightblue !important;
    }

.logo-client {
    max-width: 150px;
    height: auto;
    /*z-index: 9998 !important;*/
    padding: 0px;
    position:relative;
}

.top-info p {
    font-size: 12px !important;
    text-align: right;
    top: 15%;
    vertical-align:top;
    float:right!important;
    margin-bottom: unset !important;
}
.under-write {
    padding: 0px !important;
    /*margin-top: 20px !important;*/
    margin-bottom: 10px !important;
}
/*.under-logo {
    padding: 0px !important;
}*/

.middle-info {
    /*margin-top: 1% !important;*/
    padding:5px;
}

.middle-info-secondary {
    /*margin-top: 150px !important;*/
    margin-bottom:5px!important;
    width:100%!important;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color:white !important;
}

@media only screen and (max-width: 1500px) {
    .header-image {
        height: auto !important;
    }
}



    /* For width 700px and smaller: */
    @media only screen and (max-width: 700px) {

        .navbar-right {
            /*padding: 0px !important;*/
            flex-direction: column;
            padding-top: 15px !important;
        }

        .body-content {
            padding: 0px !important;
            height: 700px !important;
        }

        .navbar-content {
            margin-left: 0px;
            top: 10% !important;
            position: fixed !important;
            left: 0 !important;
            right: 0 !important;
            width: 300px;
        }


        .fix-header, footer {
            /*height: 30px !important;
            line-height: 30px !important;*/
        }

        footer {
            height: 20px !important;
            line-height: 20px !important;
            font-size: 10px;
        }

        .fix-header {
            /*height: 20px !important;
            line-height: 20px !important;
            font-size: 10px;*/
        }

        .fix-header .img {
            /*height: 20px !important;
            padding-right: 0% !important;*/
            /*margin-left: 0% !important;*/
        }

        .navbar-image {
            margin-top: 70px !important;
            width: 100% !important;
            height: auto !important;
        }

        .logo-client {
            max-width: 125px;
            height: auto;
            /*z-index: 9998 !important;*/
            /*padding: 15px;*/
            top: 0 !important;
            position: relative;
            margin-top: -15px;
            left: 0 !important;
        }

        .navbar-header {
            padding-left: 0px !important;
            height: 60px !important;
        }

        .top-info p {
            font-size: 10px !important;
        }

        .middle-info {
            margin-top: 0px !important;
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 0px;
        }

        .middle-info-secondary {
            /*margin-top: 0px !important;*//*margin-top: 0px !important;*/
            margin-bottom: 0px !important;
        }

        .center-inner-panel {
            height: 700px;
        }

        .header-image img {
            /*padding-top: 60px !important;*/
        }
    }

    /* For width between 701px and 800px */
    /*@media (max-width:1025px) and (min-width:760px) {
        .navbar-content {
            margin-left: 0px;
            top: 10% !important;
            position: fixed !important;
            left: 0 !important;
            right: 0 !important;
            width: 300px;
        }

        .navbar-header {
            padding-left: 0px !important;
            height: 60px !important;*/
            /*margin-bottom: 20px !important;*/
        /*}

        .top-info p {
            font-size: 10px !important;
        }

        .middle-info {
            margin-top: 70px !important;
        }

        .header-img{
            width: 40% !important;
        }
    }*/

    @media (max-width:991px) and (min-width:700px) {


        .navbar-content {
            margin-left: 0px;
            top: 10% !important;
            position: fixed !important;
            left: 0 !important;
            right: 0 !important;
            width: 300px;
        }

        .navbar-header {
            padding-left: 0px !important;
            /*height: 60px !important;*/
            /*margin-bottom: 20px !important;*/
        }

        .top-info p {
            text-align: right;
            /*position: fixed;*/
            top: 7% !important;
            right: 10% !important;
            vertical-align: top;
            font-size: 11px !important;
        }

        .middle-info {
            margin-top: 10px !important;
        }

        .header-image img {
            /*padding-top: 60px !important;*/
        }
    }


    @media (max-width:580px) and (min-width:300px) {
        .logo-client {
            max-width: 125px;
            height: auto;
            z-index: 100 !important;
            padding: 0px;
            margin-left: 10px;
            position: relative;
        }

        .top-info p {
            font-size: 8px !important;
        }

        .middle-info {
            margin-top: 10px !important;
        }

        .main-content {
            font-size: 12px;
        }

        .center-inner-panel {
            margin: 0px !important;
            height: 100%;
        }

        .panel-body, panel {
            padding-left: 15px !important;
            padding-right: 15px !important;
            padding-top: 0px !important;
        }

        .list-group-item {
            font-size: 12px !important;
        }

        .body-content {
            height: 600px !important;
        }

        .view-option {
            padding: 5px;
        }

        .active_part {
            height: 500px !important;
        }

        .header-image img {
            /*padding-top: 60px !important;*/
        }

        .alert-info {
            font-size: 14px;
        }

        .middle-info {
            padding-top: 0px !important;
        }
    }

    @media (width:1024px) {
        .navbar-content {
            margin: 40px;
            top: 0 !important;
            position: fixed !important;
            left: 0 !important;
            right: 0 !important;
            width: 500px;
        }
    }

    @media (height:1024px) {
        .navbar-content {
            margin: 40px;
            top: 0 !important;
            position: fixed !important;
            left: 0 !important;
            right: 0 !important;
            width: 500px;
        }
    }

    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        /* IE10+ CSS styles go here */
        .title-small {
            margin-bottom: 10px;
        }
    }

    @media only screen and (max-width: 699px) {
        /*.logo-client {
            left: 5% !important;
        }*/

        .top-info p {
            top:0% !important;
        }

        .alert-info {
            margin-top: 30px;
            margin-bottom: 20px;
            font-size: 14px;
        }

        .title-main {
            font-size: small;
        }

        .title-span {
            margin: 5px 5px 5px 5px !important;
            font-size: small !important;
        }
    }

    @media only screen and (max-width: 450px) {
        /*.logo-client {
            left: 30% !important;
        }*/
    }

    @media only screen and (max-width: 400px) {
        .alert-info {
            margin-top: 30px;
            margin-bottom: 20px;
            font-size: 14px;
        }
        .header-img{
            width: 200px !important;
            height: 43px !important;
        }
    }

    @media only screen and (max-width: 300px) {
        .alert-info {
            margin-top: 60px;
        }
    }


/* For width 700px and smaller: */
@media only screen and (max-width: 980px) and (min-width:650px) {
    .middle-info-secondary {
        /*margin-top: 10px !important;*/
    }
    .center-inner-panel {
        width: 100% !important;
    }
}
