﻿.body {
    position: absolute;
    /*background-color: #1775ff;*/
    /*background-image: -webkit-linear-gradient(332deg, #1775ff, #31dbd2 98%);
    background-image: linear-gradient(118deg, #1775ff, #31dbd2 98%);*/
    /*background-color: #3b5998;
    background-image: -webkit-linear-gradient(332deg, #3b5998, #237cfd 98%);
    background-image: linear-gradient(118deg, #3b5998, #237cfd 98%);*/
    /*background-color: #3b5b98;*/
    /*background-image: -webkit-linear-gradient(332deg, #13316b, #3b5b98 98%);
    background-image: linear-gradient(118deg, #13316b, #3b5b98 98%);*/
    /*background-image: -webkit-linear-gradient(332deg, #13316b, #266559 98%);
    background-image: linear-gradient(118deg, #13316b, #266559 99%);*/
    height: 100%;
    width: 100%;
}

.container {
    position: relative;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.logo-main {
    margin-top: 60px;
    margin-bottom: 20px;
}

    .logo-main img {
        max-width: 200px;
        width: 100%;
    }


.chester .logo-main img {
    max-width: 350px !important;
}

.tabs {
    z-index: 3;
    width: 100%;
    margin-bottom: 40px;
}

    .tabs .tab {
        float: left;
        height: 100% !important;
        padding: 14px;
        text-align: center;
        cursor: pointer;
        border-bottom: 1px solid #c2c1c1;
    }

        .tabs .tab i {
            font-size: 18px;
            line-height: 20px;
            margin-right: 5px;
        }

    .tabs .tab-2 {
        width: 50% !important;
    }

    .tabs .tab-4 {
        width: 25% !important;
    }

    .tabs .tabopen {
        color: #337ab7;
        border-bottom: 2px #337ab7 solid;
        font-weight: bold;
    }

.theme-1 {
    color: #393535;
    /*font-family: cursive;*/
    font-family: "Open Sans",sans-serif !important;
    font-size: 13px !important;
}

    .theme-1 .input-group {
        position: relative;
        width: 100%;
    }

        .theme-1 .input-group .icon-group {
            position: absolute;
            left: 5px;
            font-size: 18px;
            top: 5px;
            line-height: 20px;
            color: #c2c1c1;
            width: 18px;
            text-align: center;
        }

        .theme-1 .input-group .label-group {
            position: absolute;
            left: 29px;
            top: 6px;
            line-height: 20px;
        }

            .theme-1 .input-group .label-group + input {
                padding-left: 55px !important;
            }

        .theme-1 .input-group .link-group {
            position: absolute;
            right: 0;
            top: 7px;
            font-size: 11px;
            z-index: 2;
        }

            .theme-1 .input-group .link-group a {
                color: #337ab7;
                text-decoration: none !important;
            }

        .theme-1 .input-group input {
            padding-left: 30px;
        }

    .theme-1 input:not([type="checkbox"]) {
        border: none;
        width: 100%;
        padding-top: 7px;
        padding-bottom: 5px;
        background-color: transparent !important;
        border-bottom: 1px solid #c2c1c1;
        width: 100%;
    }

    .theme-1 input:focus {
        outline-width: 0;
    }

    .theme-1 textarea {
        border: none;
        width: 100%;
        padding-top: 7px;
        padding-bottom: 5px;
        background-color: transparent !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.35);
        width: 100%;
    }

        .theme-1 textarea:focus {
            outline-width: 0;
        }

    .theme-1 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #c2c1c1;
    }

    .theme-1 ::-moz-placeholder { /* Firefox 19+ */
        color: #c2c1c1;
    }

    .theme-1 :-ms-input-placeholder { /* IE 10+ */
        color: #c2c1c1;
    }

    .theme-1 :-moz-placeholder { /* Firefox 18- */
        color: #c2c1c1;
    }

    .theme-1 .input-buton {
        margin-top: 30px;
        color: #fff;
    }

        .theme-1 .input-buton button {
            padding: 7px;
            width: 100%;
            /*background-color: #237cfd;*/
            /*background-color: rgba(45, 68, 134, 0.8);*/
            /*background-color: rgb(6, 53, 187);*/
            background-color: #13336b; /*#13336b*/
            ;
            border: 0;
            outline-width: 0;
        }

    .theme-1 .bootstrap-select {
        width: 100%;
    }

        .theme-1 .bootstrap-select button {
            border: none !important;
            outline: none !important;
            background-color: transparent !important;
            box-shadow: none !important;
        }

            .theme-1 .bootstrap-select button:focus {
                outline: none !important;
            }

        .theme-1 .bootstrap-select.btn-group .dropdown-toggle .filter-option {
            left: 0;
        }

        .theme-1 .bootstrap-select.btn-group .dropdown-menu {
            width: 100%;
        }

            .theme-1 .bootstrap-select.btn-group .dropdown-menu li a:focus {
                outline: none !important;
            }

            .theme-1 .bootstrap-select.btn-group .dropdown-menu li span.text {
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                width: 90%;
            }

            .theme-1 .bootstrap-select.btn-group .dropdown-menu.inner {
                margin-top: 5px;
            }

    .theme-1 .bootstrap-tagsinput {
        background-color: transparent;
        border: none;
        box-shadow: none;
        padding-top: 2px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        width: 100%;
    }

        .theme-1 .bootstrap-tagsinput .tag {
            padding-left: 10px;
            padding-right: 10px;
            margin-bottom: 5px;
            display: inline-block !important;
            line-height: 20px;
            font-size: 14px;
        }

        .theme-1 .bootstrap-tagsinput input {
            padding: 4px 0 5px !important;
        }

    .theme-1 .tt-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        list-style: none;
        font-size: 14px;
        background-color: #ffffff;
        border: 1px solid #cccccc;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        background-clip: padding-box;
        cursor: pointer;
    }

    .theme-1 .tt-suggestion {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #333333;
        white-space: nowrap;
    }

        .theme-1 .tt-suggestion:hover,
        .theme-1 .tt-suggestion:focus,
        .theme-1 .tt-cursor {
            color: #ffffff;
            text-decoration: none;
            outline: 0;
            background-color: #428bca;
        }

    .theme-1 .help-text {
        margin-top: 10px;
    }

        .theme-1 .help-text span {
            color: rgba(255, 255, 255, 0.35);
        }

        .theme-1 .help-text a {
            color: #fff;
            text-decoration: none !important;
        }

    .theme-1 .line-text {
        margin-top: 30px;
        margin-bottom: 30px;
        display: flex;
    }

        .theme-1 .line-text .line {
            flex-grow: 1;
            background-color: rgba(255, 255, 255, 0.35);
            height: 1px;
            position: relative;
            margin: 7px 0;
        }

        .theme-1 .line-text .text {
            color: rgba(255, 255, 255, 0.35);
            line-height: 15px;
            margin: 0 8px;
            text-transform: uppercase;
        }

    .theme-1 .facebook-button {
        text-align: center;
    }

        .theme-1 .facebook-button a {
            color: #fff;
            text-decoration: none !important;
        }

    .theme-1 .has-error label, .theme-1 .has-error span, .theme-1 .has-error i {
        /*color: #a94442;*/
        color: rgb(212, 16, 11);
    }

/*.theme-1 .has-success .form-control {
        border-color: inherit;
    }*/

form.theme-1 {
    padding: 15px;
}

.switch {
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 15px;
    right: 0;
    top: 2px;
}

    .switch .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(204, 204, 204, 0.3);
        -webkit-transition: .4s;
        transition: .4s;
    }

        .switch .slider:before {
            position: absolute;
            content: "";
            height: 20px;
            width: 20px;
            left: -2px;
            bottom: -2px;
            background-color: #ccc;
            -webkit-transition: .4s;
            transition: .4s;
        }

        .switch .slider.round {
            border-radius: 34px;
        }

            .switch .slider.round:before {
                border-radius: 50%;
            }

    .switch input {
        display: none;
    }

        .switch input:checked + .slider {
            background-color: rgba(66, 130, 224, 0.62);
        }

        .switch input:focus + .slider {
            box-shadow: 0 0 1px #2196F3;
        }

        .switch input:checked + .slider:before {
            -webkit-transform: translateX(26px);
            -ms-transform: translateX(26px);
            transform: translateX(26px);
            background-color: rgb(66, 130, 224);
        }

.bottom-group {
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 20px;
}

    .bottom-group.keyboard-show {
        position: relative;
        margin-top: 40px;
    }

    .bottom-group hr {
        margin-top: 0;
        border-color: #c2c1c1;
    }

    .bottom-group span {
        color: #9b9b9b;
    }

    .bottom-group a {
        color: #337ab7;
        text-decoration: none !important;
    }

@font-face {
    font-family: "Open Sans";
    src: url("../plugin/fonts/open-sans.otf") format("opentype");
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (max-width: 767px) {
    .logo-main {
        /*height: 106px;*/
    }

        .logo-main img {
            max-width: 200px;
            width: 100%;
        }
}
