﻿/* Space out content a bit */
.tabcontent {
    min-height:200px;
}
#saveButton[type="submit"] {
    margin-top:0;
}
.hideColumn {
    display: none;
}
.jsgrid-pager-container {
    font-size:1.2em;
}
.third-party-login-list {
    display: flex;
}
    .third-party-login-list li {
        width: 100%;
        text-align: center;
    }
.divider {
    text-align: center;
    overflow: hidden;
    width: 100%;
    margin: 10px 0px;
}
.divider--content {
    position: relative;
    padding: 0 5px;
    background-color: #fff;
}
    .divider--content:before {
        margin-left: -1000px;
        left: 0;
    }

    .divider--content:after {
        margin-right: -1000px;
        right: 0;
    }

    .divider--content:after, .divider--content:before {
        width: 1000px;
        height: 1px;
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        border-top: 1px solid #d6d6d6;
    }
/*.headervisual {
    background-image: url(../img/cms_visual_1.jpg_1490285453_1400x560_0.85_p.jpg);*/
    /* position: fixed; */
    /*margin-top: 30px;*/
    /* top: 48px; */
    /* left: 0; */
    /* right: 0; */
    /*width: 100%;
    height: 300px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 5;
    overflow: hidden;
}*/
.body-content {
    /*margin-top:350px;*/
}
#infoPart {
    background-color: rgb(218, 243, 248);
    border-radius: 15px;
    margin-top: 14px;
}
#NameOfFileBox {
    display: inline-block;
    max-width: 300px;
}
.oneQuestion {
    margin-bottom:50px;
}
li a span {
    font-size: 20px!important;
    margin-top: 10px;
    margin-right:10px;
}
.tablinks span {
    word-wrap: break-word;
}
.theLoginPanel {
    margin-top: 100px;
}
.fa-check {
    color: #5cb85c;
}
.botTable {
    margin-top: 100px;
}
#avaTable, #unTable {
    margin-top: 50px;
}
.btn-custom-contact {
    width: 100%;
}

input[id$=IbanNumber] {
    min-width: 110px;
}
label {
    text-align: left !important;
}
@media (max-width: 260px) {
    .nav-name {
        max-width: 100px;
    }
}
@media (max-width: 480px) {
    .nav-name {
        max-width: 270px;
    }
}
@media (max-width: 360px) {
    .nav-name {
        max-width: 170px;
    }
}
    @media (max-width: 768px) {
        .col-extra-5 {
            float: left;
            position: relative;
            width: 100%;
            padding-right: 15px;
            padding-left: 15px;
        }
    }

.stepNode:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    z-index: -1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.transform:before {
    -webkit-transform: rotate(90deg) !important;
    -moz-transform: rotate(90deg)!important;
    -ms-transform: rotate(90deg)!important;
    -o-transform: rotate(90deg)!important;
    transform: rotate(90deg)!important;
}
    .datetimepickerCustom input {
        min-width: 90px;
    }

    @media (min-width: 768px) {
        .col-extra-5 {
            float: left;
            position: relative;
            padding-right: 15px;
            padding-left: 15px;
            width: 20%;
        }
    }
    /* Everything but the jumbotron gets side spacing for mobile first views */
    .header,
    .marketing,
    .footer {
        padding-right: 15px;
        padding-left: 15px;
    }

    .tabcontent label {
        text-align: left !important;
    }

    .Datarows {
        margin-top: 30px;
    }
    /* Custom page header */
    .header {
        padding-bottom: 20px;
        border-bottom: 1px solid #e5e5e5;
    }
        /* Make the masthead heading the same height as the navigation */
        .header h3 {
            margin-top: 0;
            margin-bottom: 0;
            line-height: 40px;
        }

    /* Custom page footer */
    .footer {
        padding-top: 19px;
        color: #777;
        border-top: 1px solid #e5e5e5;
    }

    /* Customize container */
    @media (min-width: 768px) {
        .container {
            max-width: 730px;
        }
    }

    @media (min-width: 500px) and (max-width: 768px) {
        .container {
            width: 80%;
        }
    }

    @media (max-width: 500px) {
        .container {
            margin-left: unset;
            margin-right: unset;
        }
    }

    .container-narrow > hr {
        margin: 30px 0;
    }

    /* Main marketing message and sign up button */
    .jumbotron {
        text-align: center;
        border-bottom: 1px solid #e5e5e5;
    }

        .jumbotron .btn {
            padding: 14px 24px;
            font-size: 21px;
        }

    /* Supporting marketing content */
    .marketing {
        margin: 40px 0;
    }

        .marketing p + h4 {
            margin-top: 28px;
        }

    /* Responsive: Portrait tablets and up */
    @media screen and (min-width: 768px) {
        /* Remove the padding we set earlier */
        .header,
        .marketing,
        .footer {
            padding-right: 0;
            padding-left: 0;
        }
        /* Space out the masthead */
        .header {
            margin-bottom: 30px;
        }
        /* Remove the bottom border on the jumbotron for visual effect */
        .jumbotron {
            border-bottom: 0;
        }
    }

    .form-control {
        -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
        box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
    }
