﻿@font-face {
    font-family: Audiowide-Regular;
    src: url(../fonts/Audiowide-Regular.ttf);
}

@font-face {
    font-family: bauhaus-93;
    src: url(../fonts/bauhaus-93.ttf);
}

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.0.3);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff?v=4.0.3) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.0.3) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal;
}

body {
    background-image: url(../assets/images/solutions/container_bg.png);
    /*background-image: url(../assets/images/bg.jpg);*/
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /*background-color: #315c71 !important;
    background-image: linear-gradient(180deg, #a1a191, #315c71);
    background-image: radial-gradient(circle, #ada1a1, #2a87ab, #315c71);
    background-image: radial-gradient(#4383a3 5%, #5390ae 15%, #6b6b6b 60%);
    background-image: linear-gradient(to right, #315c71,#8e8b86,#4c8688,#7390d2,#3d6a88,#788081,#315c71);
    background-image: linear-gradient(#696464, #317597, #777c77);
    background-image: radial-gradient(circle, #ada1a1, #1f7da1, #1d3d4d);
    background-image: radial-gradient(circle, #489ab1, #1f7da1, #b1b1b1);
    background-image: radial-gradient(circle, #489ab1, #1e7a9d, #82b7c0);
    background-image: radial-gradient(circle, #489ab1, #3c7b99, #315c71);*/
    background-color: #3085a2;
    /*background-color: #0088b6;*/
    /*background-image: linear-gradient(#9a9d9a, #317597, #9a9d9a);*/
}
/*body {
    background: linear-gradient(45deg, #705cfb, #23d5ab, #04c6fc, #9436fc);
    background-size: 300% 300%;
    animation: gradient 15s ease infinite;
    height: 100vh;
}*/

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.container {
    /*background-color: #3085a2;*/
    /*width: 100% !important;
    height: 100% !important;*/
}

.top_header {
    height: 50px;
    margin: 10px 0px 0px 0px;
}

.wrp {
    width: 100%;
    text-align: center;
}

.frm {
    text-align: left;
    width: 500px;
    margin: auto;
    border: 1px solid black;
}

.fldLbl {
    white-space: nowrap;
}

.logo_div {
}

.header_icons_div a {
    float: right;
    width: 40px;
    height: 40px;
    padding-top: 5px;
    text-align: center;
    border-radius: 3px;
    margin: 5px 5px 0px 5px;
    font-size: 20px;
    /*border: 1px solid #265A88;*/
    border: 1px solid #fff;
    /*color: #265A88;*/
    /*background-color: #fff;*/
    color: #fff !important;
    background-color: transparent;
    border-radius: 15%;
    transition: all 0.5s;
}

    .header_icons_div a:hover {
        color: blue !important;
        background-color: #fff;
        border: 1px solid #fff;
    }

.header_icons_div i {
}

/*.middle_row {
    min-width: 1150px;
}*/

.login-col {
    text-align: center;
    /*background-image: url(../imgs/login_bg.png);
    background-repeat: repeat;*/
    /*border-radius: 10px;*/
    /*border: 1px solid #b3aaa3;*/
    /*padding: 20px !important;*/
    /*margin: 20px 10px 0px 10px;*/
    /*min-width: 250px;
    max-width: 300px;
    width: 280px;*/
    /*height: auto;*/
    /*float: right;*/
    /*box-shadow: 0px 0px 10px 0px #dbdbdb;*/
}

.login-div {
    text-align: center;
    background-image: url(../imgs/login_bg.png);
    background-repeat: repeat;
    border-radius: 10px;
    border: 1px solid #00d2ff;
    padding: 20px 25px !important;
    /*margin: 20px 10px 0px 10px;*/
    /*min-width: 250px;
    max-width: 300px;
    width: 280px;*/
    width: auto;
    height: auto;
    /*float: right;*/
    /*box-shadow: 0px 0px 10px 0px #00d2ff;*/
}

.user_icon_div {
    text-align: center;
    border-radius: 5px;
    background-color: #337AB7;
    width: 80px;
    height: 80px;
    padding: 5px;
}

.login_txt {
    width: 250px;
}

    .login_txt p {
        font-size: 16px;
        text-align: center;
        padding: 0px !important;
        margin: 0px !important;
        color: #315c71;
    }

    .login_txt img {
        width: 200px;
    }

.login_elements_top_margin {
    margin-top: 10px;
}

.login_text_input {
    background-color: transparent;
    height: 40px !important;
}

.input-group-addon {
    width: 40px;
    height: 40px;
    background-color: transparent !important;
}

.input-group {
    width: 100%;
}

.input_i {
    font-size: 20px;
    /*color: #747371 !important;*/
}

.captcha_text_input {
    height: 40px;
    background-color: transparent !important;
    width: 100%;
}

    .captcha_text_input:focus {
        background-color: rgba(255, 255, 255, 0.3) !important;
    }

.form-control:focus {
    background-color: rgba(255, 255, 255, 0.3);
}

.captcha-group {
}

.captcha_btn {
    font-size: 20px;
    color: #747371;
    width: 40px;
    height: 40px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.input-group-addon-refresh {
    border: 0px;
    padding: 0px;
}

.captcha_btn:hover {
    color: #d83c42;
}

.captcha-img {
    margin-left: 10px;
}

.login_btn {
    /* width: 100%;*/
    width: 97%;
    height: 40px;
    font-size: 15px;
    background: rgb(154 80 83);
}

    .login_btn:hover {
        /*font-size: 15px;*/
        /*background-color: rgb(251 251 251 / 86%);*/
        background: rgba(0,0,0,0.1);
        /*color: #f6f6f6;*/
    }

.footer_row {
    height: 200px;
    background-image: url(../imgs/tourism_bg.png);
    /*background-size: 100% 100%;*/
    background-repeat: repeat-x;
    /*background-position: 100% 100%;*/
    margin-top: -200px;
    /*border-top: 1px solid #dbdbdb;*/
    width: 100% !important;
    bottom: 0px;
    animation: anim_footer 20s linear infinite;
    position: absolute;
    bottom: 50px;
    z-index: -99;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes anim_footer {
    0% {
        background-position: 0% 100%;
    }

    50% {
        background-position: 100% 100%;
    }

    100% {
        background-position: 0% 100%;
    }
}

/* Standard syntax */
@keyframes anim_footer {
    0% {
        background-position: 0% 100%;
    }

    50% {
        background-position: 100% 100%;
    }

    100% {
        background-position: 0% 100%;
    }
}

.copyright_row {
    /*background-color: #eaeaea;
    border-top: 1px solid #315c71;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 50px;*/
    background-color: #eaeaea;
    border-top: 1px solid #506d17;
    position: fixed;
    bottom: 0px;
    width: 100%;
    /*height: 50px;*/
}

.copyrights_col p {
    /*font-size: 12px;*/
    font-size: 15px;
    /*padding: 15px;*/
    padding-top: 15px;
    /*color: #315c71;*/
    color:#555;
    text-align: left;
    float: left;
}

.social_icons_div {
    text-align: right !important;
    /*margin: 100px 0px 0px 0px;
    padding: 0px 20px 0px 20px;*/
    /*height: 40px;*/
    float: right;
}

    .social_icons_div li {
        list-style: none;
        /*display: inline-block;*/
        z-index: 99;
        margin: 5px;
    }

        .social_icons_div li a {
            color: #265A88;
            background-color: #fff;
            border-radius: 50%;
            text-decoration: none;
            display: block;
            padding-top: 4px;
            text-align: center;
            width: 32px;
            height: 32px;
            font-size: 18px;
            transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
        }

    .social_icons_div ul {
        margin: 0px !important;
        padding: 0px !important;
    }

    .social_icons_div li a:hover {
        color: #fff;
        background-color: #315c71;
    }

.show_hide_div {
    text-align: center;
    margin: 0px 0px 0px 0px;
    color: #fff;
    font-size: 16px;
    height: 250px;
    overflow: auto;
}

    .show_hide_div p {
        padding-top: 5px;
        font-size: 15px;
    }

    .show_hide_div h1 {
        margin: 0px;
        font-size: 20px;
        font-family: 'Audiowide-Regular';
    }

@media screen and (min-width: 750px) {
    .show_hide_div {
        margin: 0px 0px 50px 0px;
    }
}

.part_img {
    padding-left: 20px;
    /*color: #315c71;*/
    color:#555;
    padding-right: 10px;
}

.cert_img {
    padding-left: 10px;
    padding-right: 10px;
    color: #8a7e68;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

    .cert_img:hover .hidden_cert_img {
        display: block;
    }

.hidden_cert_img {
    text-align: center;
    padding-top: 10px;
    width: 170px;
    height: 190px;
    background: #747371;
    border-radius: 10px;
    position: absolute;
    top: -200px;
    right: 0px;
    display: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

    .hidden_cert_img:after {
        content: " ";
        width: 0px;
        height: 0px;
        border-top: 10px solid #747371;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        position: absolute;
        bottom: -10px;
        left: 70%;
    }

.cert_part_div {
    float: right;
    padding-top: 5px;
}

    .cert_part_div table {
        float: right;
    }

    .cert_part_div tr {
        height: 50px;
    }

/*.boxes_ul li:nth-child(1) {
    margin-top: 0px;
    margin-left: -20px;
}

.boxes_ul li:nth-child(2) {
    margin-top: 15px;
    margin-left: 50px;
}

.boxes_ul li:nth-child(3) {
    margin-top: 30px;
    margin-left: 120px;
}

.boxes_ul li:nth-child(4) {
    margin-top: 45px;
    margin-left: 190px;
}

.boxes_ul li:nth-child(5) {
    margin-top: 55px;
    margin-left: 260px;
}

.boxes_ul li:nth-child(6) {
    margin-top: 70px;
    margin-left: 330px;
}

.boxes_ul li:nth-child(7) {
    margin-top: 85px;
    margin-left: 400px;
}

.boxes_ul li:nth-child(8) {
    margin-top: 100px;
    margin-left: 470px;
}

.boxes_ul li:nth-child(9) {
    margin-top: 115px;
    margin-left: 540px;
}
.boxes_ul li:nth-child(10) {
    margin-top: 130px;
    margin-left: 610px;
}
.boxes_ul li:nth-child(11) {
    margin-top: 145px;
    margin-left: 680px;
}
.boxes_ul li:nth-child(12) {
    margin-top: 160px;
    margin-left: 750px;
}*/
.boxes_ul li:nth-child(1) {
    margin-top: 0px;
    margin-left: -20px;
}

.boxes_ul li:nth-child(2) {
    margin-top: 0px;
    margin-left: 50px;
}

.boxes_ul li:nth-child(3) {
    margin-top: 0px;
    margin-left: 120px;
}

.boxes_ul li:nth-child(4) {
    margin-top: 0px;
    margin-left: 190px;
}

.boxes_ul li:nth-child(5) {
    margin-top: 0px;
    margin-left: 260px;
}

.boxes_ul li:nth-child(6) {
    margin-top: 0px;
    margin-left: 330px;
}

.boxes_ul li:nth-child(7) {
    margin-top: 70px;
    margin-left: 400px;
}

.boxes_ul li:nth-child(8) {
    margin-top: 70px;
    margin-left: 470px;
}

.boxes_ul li:nth-child(9) {
    margin-top: 70px;
    margin-left: 540px;
}

.boxes_ul li:nth-child(10) {
    margin-top: 70px;
    margin-left: 610px;
}

.boxes_ul li:nth-child(11) {
    margin-top: 70px;
    margin-left: 680px;
}

.boxes_ul li:nth-child(12) {
    margin-top: 70px;
    margin-left: 750px;
}


.boxes_div {
    /*width: 1000px;*/
    height: 200px;
    margin-left: 65px;
    float: left;
    margin-top: -290px;
}

.boxes_ul {
    padding: 20px 0px 20px 0px;
    margin-left: 0px;
}

    .boxes_ul li {
        list-style: none;
        display: inline-block !important;
        position: absolute;
    }

        .boxes_ul li a {
            width: 55px;
            height: 35px;
            /*width: 42px;
            height: 27px;*/
            display: block;
            text-decoration: none !important;
            font-size: 55px !important;
            text-align: center;
            padding-top: 10px;
            color: rgba(231, 231, 231, 0.8);
            -ms-transform: skewX(-30deg); /* IE 9 */
            -webkit-transform: skewX(-30deg); /* Chrome, Safari, Opera */
            transform: skewX(-30deg);
            transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
        }

            .boxes_ul li a:hover {
                margin-top: 30px !important;
            }

                .boxes_ul li a:hover .line_div {
                    height: 100px;
                    margin-top: -80px;
                    color: #2E7DB6 !important;
                    border-color: #2E7DB6;
                }

                    .boxes_ul li a:hover .line_div:after {
                        background-color: #2E7DB6;
                    }

.line_div {
    position: absolute;
    z-index: 99;
    border-left: 2px dashed #fff;
    height: 50px;
    margin-top: -60px;
    color: #747371;
    -ms-transform: skewX(30deg); /* IE 9 */
    -webkit-transform: skewX(30deg); /* Chrome, Safari, Opera */
    transform: skewX(30deg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

    .line_div:after {
        content: " ";
        width: 10px;
        height: 10px;
        border-radius: 50%;
        position: absolute;
        top: 0px;
        left: -5px;
        background-color: #fff;
    }

    .line_div h1 {
        margin-left: 10px;
        margin-top: -5px;
        font-size: 15px;
        font-family: 'Audiowide-Regular';
        color: #fff;
    }

.gats_a {
    background-color: #16a086;
    background-image: url(../imgs/gats_logo.png);
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

    .gats_a:after {
        content: " ";
        width: 56px;
        height: 30px;
        position: absolute;
        bottom: -30px;
        left: 8px;
        background-color: #117867;
        -ms-transform: skewX(30deg); /* IE 9 */
        -webkit-transform: skewX(30deg); /* Chrome, Safari, Opera */
        transform: skewX(30deg);
        -webkit-box-shadow: 0px 30px 45px 0px #16a086;
        moz-box-shadow: 0px 30px 45px 0px #16a086;
        box-shadow: 0px 30px 45px 0px #16a086;
    }

    .gats_a:before {
        content: " ";
        width: 18px;
        height: 35px;
        position: absolute;
        top: 15px;
        right: -18px;
        background-color: #075241;
        -ms-transform: skewY(60deg); /* IE 9 */
        -webkit-transform: skewY(60deg); /* Chrome, Safari, Opera */
        transform: skewY(60deg);
    }

.imosonce_a {
    background-color: #eaeaea;
    background-image: url(../imgs/imosonce_logo.png);
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

    .imosonce_a:after {
        content: " ";
        width: 56px;
        height: 30px;
        position: absolute;
        bottom: -30px;
        left: 8px;
        background-color: #d8d8d8;
        -ms-transform: skewX(30deg); /* IE 9 */
        -webkit-transform: skewX(30deg); /* Chrome, Safari, Opera */
        transform: skewX(30deg);
        -webkit-box-shadow: 0px 30px 45px 0px #bfbebe;
        moz-box-shadow: 0px 30px 45px 0px #bfbebe;
        box-shadow: 0px 30px 45px 0px #bfbebe;
    }

    .imosonce_a:before {
        content: " ";
        width: 18px;
        height: 35px;
        position: absolute;
        top: 15px;
        right: -18px;
        background-color: #d8d8d8;
        -ms-transform: skewY(60deg); /* IE 9 */
        -webkit-transform: skewY(60deg); /* Chrome, Safari, Opera */
        transform: skewY(60deg);
    }

.gatsscore_a {
    background-color: #467d08;
    background-image: url(../imgs/gatsscore_logo.png);
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

    .gatsscore_a:after {
        content: " ";
        width: 56px;
        height: 30px;
        position: absolute;
        bottom: -30px;
        left: 8px;
        background-color: #366106;
        -ms-transform: skewX(30deg); /* IE 9 */
        -webkit-transform: skewX(30deg); /* Chrome, Safari, Opera */
        transform: skewX(30deg);
        -webkit-box-shadow: 0px 30px 45px 0px #467d08;
        moz-box-shadow: 0px 30px 45px 0px #467d08;
        box-shadow: 0px 30px 45px 0px #467d08;
    }

    .gatsscore_a:before {
        content: " ";
        width: 18px;
        height: 35px;
        position: absolute;
        top: 15px;
        right: -18px;
        background-color: #366106;
        -ms-transform: skewY(60deg); /* IE 9 */
        -webkit-transform: skewY(60deg); /* Chrome, Safari, Opera */
        transform: skewY(60deg);
    }

.samsonce_a {
    background-color: #5ca3c3;
    background-image: url(../imgs/samsONCE_logo.png);
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

    .samsonce_a:after {
        content: " ";
        width: 56px;
        height: 30px;
        position: absolute;
        bottom: -30px;
        left: 8px;
        background-color: #466d7f;
        -ms-transform: skewX(30deg); /* IE 9 */
        -webkit-transform: skewX(30deg); /* Chrome, Safari, Opera */
        transform: skewX(30deg);
        -webkit-box-shadow: 0px 30px 45px 0px #6dacca;
        moz-box-shadow: 0px 30px 45px 0px #6dacca;
        box-shadow: 0px 30px 45px 0px #6dacca;
    }

    .samsonce_a:before {
        content: " ";
        width: 18px;
        height: 35px;
        position: absolute;
        top: 15px;
        right: -18px;
        background-color: #3e5e6d;
        -ms-transform: skewY(60deg); /* IE 9 */
        -webkit-transform: skewY(60deg); /* Chrome, Safari, Opera */
        transform: skewY(60deg);
    }

.sams_a {
    background-color: #c13830;
    background-image: url(../imgs/sams_logo.png);
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

    .sams_a:after {
        content: " ";
        width: 56px;
        height: 30px;
        position: absolute;
        bottom: -30px;
        left: 8px;
        background-color: #972f24;
        -ms-transform: skewX(30deg); /* IE 9 */
        -webkit-transform: skewX(30deg); /* Chrome, Safari, Opera */
        transform: skewX(30deg);
        -webkit-box-shadow: 0px 30px 45px 0px #c13830;
        moz-box-shadow: 0px 30px 45px 0px #c13830;
        box-shadow: 0px 30px 45px 0px #c13830;
    }

    .sams_a:before {
        content: " ";
        width: 18px;
        height: 35px;
        position: absolute;
        top: 15px;
        right: -18px;
        background-color: #b53932;
        -ms-transform: skewY(60deg); /* IE 9 */
        -webkit-transform: skewY(60deg); /* Chrome, Safari, Opera */
        transform: skewY(60deg);
    }

.imas_a {
    background-color: #9dbd5a;
    background-image: url(../imgs/imas_logo.png);
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

    .imas_a:after {
        content: " ";
        width: 56px;
        height: 30px;
        position: absolute;
        bottom: -30px;
        left: 8px;
        background-color: #77933c;
        -ms-transform: skewX(30deg); /* IE 9 */
        -webkit-transform: skewX(30deg); /* Chrome, Safari, Opera */
        transform: skewX(30deg);
        -webkit-box-shadow: 0px 30px 45px 0px #9dbd5a;
        moz-box-shadow: 0px 30px 45px 0px #9dbd5a;
        box-shadow: 0px 30px 45px 0px #9dbd5a;
    }

    .imas_a:before {
        content: " ";
        width: 18px;
        height: 35px;
        position: absolute;
        top: 15px;
        right: -18px;
        background-color: #4d692f;
        -ms-transform: skewY(60deg); /* IE 9 */
        -webkit-transform: skewY(60deg); /* Chrome, Safari, Opera */
        transform: skewY(60deg);
    }

.tats_a {
    background-color: #2e7db6;
    background-image: url(../imgs/tats_logo.png);
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

    .tats_a:after {
        content: " ";
        width: 56px;
        height: 30px;
        position: absolute;
        bottom: -30px;
        left: 8px;
        background-color: #1f5f88;
        -ms-transform: skewX(30deg); /* IE 9 */
        -webkit-transform: skewX(30deg); /* Chrome, Safari, Opera */
        transform: skewX(30deg);
        -webkit-box-shadow: 0px 30px 45px 0px #2e7db6;
        moz-box-shadow: 0px 30px 45px 0px #2e7db6;
        box-shadow: 0px 30px 45px 0px #2e7db6;
    }

    .tats_a:before {
        content: " ";
        width: 18px;
        height: 35px;
        position: absolute;
        top: 15px;
        right: -18px;
        background-color: #1d3e5d;
        -ms-transform: skewY(60deg); /* IE 9 */
        -webkit-transform: skewY(60deg); /* Chrome, Safari, Opera */
        transform: skewY(60deg);
    }

.hrbs_a {
    background-color: #434a52;
    background-image: url(../imgs/hrbs_logo.png);
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

    .hrbs_a:after {
        content: " ";
        width: 56px;
        height: 30px;
        position: absolute;
        bottom: -30px;
        left: 8px;
        background-color: #333c45;
        -ms-transform: skewX(30deg); /* IE 9 */
        -webkit-transform: skewX(30deg); /* Chrome, Safari, Opera */
        transform: skewX(30deg);
        -webkit-box-shadow: 0px 30px 45px 0px #434a52;
        moz-box-shadow: 0px 30px 45px 0px #434a52;
        box-shadow: 0px 30px 45px 0px #434a52;
    }

    .hrbs_a:before {
        content: " ";
        width: 18px;
        height: 35px;
        position: absolute;
        top: 15px;
        right: -18px;
        background-color: #1b2830;
        -ms-transform: skewY(60deg); /* IE 9 */
        -webkit-transform: skewY(60deg); /* Chrome, Safari, Opera */
        transform: skewY(60deg);
    }

.acts_a {
    background-color: #d66fb0;
    background-image: url(../imgs/acts_logo.png);
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

    .acts_a:after {
        content: " ";
        width: 56px;
        height: 30px;
        position: absolute;
        bottom: -30px;
        left: 8px;
        background-color: #b35a92;
        -ms-transform: skewX(30deg); /* IE 9 */
        -webkit-transform: skewX(30deg); /* Chrome, Safari, Opera */
        transform: skewX(30deg);
        -webkit-box-shadow: 0px 30px 45px 0px #d66fb0;
        moz-box-shadow: 0px 30px 45px 0px #d66fb0;
        box-shadow: 0px 30px 45px 0px #d66fb0;
    }

    .acts_a:before {
        content: " ";
        width: 18px;
        height: 35px;
        position: absolute;
        top: 15px;
        right: -18px;
        background-color: #a55085;
        -ms-transform: skewY(60deg); /* IE 9 */
        -webkit-transform: skewY(60deg); /* Chrome, Safari, Opera */
        transform: skewY(60deg);
    }

.roms_a {
    background-color: #2e7db6;
    background-image: url(../imgs/roms_logo.png);
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

    .roms_a i {
    }

    .roms_a:after {
        content: " ";
        width: 56px;
        height: 30px;
        position: absolute;
        bottom: -30px;
        left: 8px;
        background-color: #1f5f88;
        -ms-transform: skewX(30deg); /* IE 9 */
        -webkit-transform: skewX(30deg); /* Chrome, Safari, Opera */
        transform: skewX(30deg);
        -webkit-box-shadow: 0px 30px 45px 0px #2e7db6;
        moz-box-shadow: 0px 30px 45px 0px #2e7db6;
        box-shadow: 0px 30px 45px 0px #2e7db6;
    }

    .roms_a:before {
        content: " ";
        width: 18px;
        height: 35px;
        position: absolute;
        top: 15px;
        right: -18px;
        background-color: #1d3e5d;
        -ms-transform: skewY(60deg); /* IE 9 */
        -webkit-transform: skewY(60deg); /* Chrome, Safari, Opera */
        transform: skewY(60deg);
    }

.apps_a {
    background-color: #16a086;
    background-image: url(../imgs/apps_logo.png);
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

    .apps_a:after {
        content: " ";
        width: 56px;
        height: 30px;
        position: absolute;
        bottom: -30px;
        left: 8px;
        background-color: #117867;
        -ms-transform: skewX(30deg); /* IE 9 */
        -webkit-transform: skewX(30deg); /* Chrome, Safari, Opera */
        transform: skewX(30deg);
        -webkit-box-shadow: 0px 30px 45px 0px #16a086;
        moz-box-shadow: 0px 30px 45px 0px #16a086;
        box-shadow: 0px 30px 45px 0px #16a086;
    }

    .apps_a:before {
        content: " ";
        width: 18px;
        height: 35px;
        position: absolute;
        top: 15px;
        right: -18px;
        background-color: #075241;
        -ms-transform: skewY(60deg); /* IE 9 */
        -webkit-transform: skewY(60deg); /* Chrome, Safari, Opera */
        transform: skewY(60deg);
    }

.gatsonce_a {
    background-color: #2fb3ca;
    background-image: url(../imgs/gatsonce_logo.png);
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

    .gatsonce_a:after {
        content: " ";
        width: 56px;
        height: 30px;
        position: absolute;
        bottom: -30px;
        left: 8px;
        background-color: #2293a7;
        -ms-transform: skewX(30deg); /* IE 9 */
        -webkit-transform: skewX(30deg); /* Chrome, Safari, Opera */
        transform: skewX(30deg);
        -webkit-box-shadow: 0px 30px 45px 0px #2999ad;
        moz-box-shadow: 0px 30px 45px 0px #2999ad;
        box-shadow: 0px 30px 45px 0px #2999ad;
    }

    .gatsonce_a:before {
        content: " ";
        width: 18px;
        height: 35px;
        position: absolute;
        top: 15px;
        right: -18px;
        background-color: #2293a7;
        -ms-transform: skewY(60deg); /* IE 9 */
        -webkit-transform: skewY(60deg); /* Chrome, Safari, Opera */
        transform: skewY(60deg);
    }

.alert {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 250px;
}

.validator_class {
    position: absolute;
    color: Red;
    /*font-size: 30px;*/
    font-size: 22px;
    top: 5px;
    right: 20px;
    z-index: 99;
}

.captcha_validator_class {
    position: absolute;
    color: Red;
    font-size: 30px;
    top: 170px;
    left: 70px;
    z-index: 99;
}

.cert_title {
    border-radius: 5px;
    background-color: #fff;
    width: 250px;
    margin: 10px;
}

    .cert_title h5 {
    }



.cert_div {
    /*float: left;
    margin-top: 40px;
    min-width: 200px;*/
    /*margin-left: 15px;*/
    /*bottom: 85px !important;*/
    /*position: absolute;*/
    text-align: center;
    /*clear: both;*/
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
    /*border: 1px solid #eaeaea;*/
    border: 1px solid #515151;
    /*margin-top: 20px;*/
}

    .cert_div img {
        /*width: 265px;
        height: 135px;*/
        /*margin-left:20px;*/
        /*width: 155px;*/
        /* height: 80px;
        padding: 3px;
        */


        width: 100%;
        height: 95px;
        padding: 0;
        margin: auto;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
    }

    .cert_div:hover {
        /*border: 1px solid #c13830;*/
        border: 1px solid #0000fe;
    }

    .cert_div .CertHeader {
        font-family: Arial;
        font-size: 14px;
        font-weight: 700;
    }

        .cert_div .CertHeader p {
            color: #000;
        }

    .cert_div:hover .CertHeader p {
        /*color: #af0000;*/
        color: #0000fe;
    }

    .cert_div .CertBorder {
        height: 1px;
        margin: 0px 0px 0px 0px;
        width: auto;
        background: #515151;
    }

    .cert_div:hover .CertBorder {
        /*border: .5px solid #c13830;*/
        border: .5px solid #0000fe;
    }

.cert_div2 {
    /*float: left;
    margin-top: 40px;
    min-width: 200px;*/
    /*margin-left: 15px;*/
    /*margin-left: 230px;*/
    /*bottom: 85px !important;*/
    /*position: absolute;*/
    text-align: center;
    /*clear: both;*/
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
    /*border: 1px solid #eaeaea;*/
    border: 1px solid #515151;
}

    .cert_div2 img {
        /*width: 265px;
        height: 135px;*/
        /*margin-left:20px;*/
        /*width: 155px;*/
        height: 90px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
    }

    .cert_div2:hover {
        border: 1px solid #c13830;
    }

    .cert_div2 .CertHeader {
        font-family: Arial;
        font-size: 14px;
        font-weight: 700;
    }

        .cert_div2 .CertHeader p {
            color: #000;
        }

    .cert_div2:hover .CertHeader p {
        color: #af0000;
    }

    .cert_div2 .CertBorder {
        height: 1px;
        margin: 0px 0px 0px 0px;
        width: auto;
        background: #515151;
    }

    .cert_div2:hover .CertBorder {
        border: .5px solid #c13830;
    }

.part_img_class {
    margin: 5px;
    border-radius: 10px;
}

.part_div {
    float: right;
    text-align: right;
}

/*.btn-danger {
    color: #fff;
    background-color: #105e78;
    border-color: #3085a2;
}*/

.btn-danger.focus, .btn-danger:focus {
    color: #fff;
    background-color: #e36864;
    border-color: #ac2925;
}

.btn-danger:hover {
    color: #fff;
    background-color: #e36864;
    border-color: #ac2925;
}

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #3085a2;
    border-color: #265A88;
}

    .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
        color: #fff;
        /*background-color: #265A88;*/
        background-color: #e36864;
        border-color: #761c19;
    }

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #105e78;
    border-color: #3085a2;
}

.btn-danger .badge {
    color: #105e78;
    background-color: #fff;
}

a {
    font-weight: 600 !important;
    color: #00d2ff !important;
    text-decoration: underline !important;
}

.BtnAccept {
    font-size: 15px;
    font-weight: 700;
    padding: 8px 15px;
    cursor: pointer;
    background: #466d7f;
    border-radius: 20px;
    margin: 0px 10px;
}

    .BtnAccept:hover {
        /*color: #337ab7;*/
        background: transparent;
        border-radius: 20px;
        border: 1px solid #337ab7;
    }

.privacyBannerPlacement {
    /*width: 100%;
    position: fixed;
    bottom: 0px;
    background: #E8E8E8;
    z-index: 1000;*/
    position: fixed;
    right: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,.75);
    /*background-color:#131313;*/
    z-index: 2;
    bottom: 0px;
    top: auto;
    display: block;
}

.P-alert {
    /*border-width: 2px;
    position: relative;
    padding: 20px;
    margin-bottom: 1rem;
    border: 2px solid transparent;
    border-radius: 6px;*/
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 1.5;
    font-size: 16px;
    color: #FFFFFF;
    padding: 20px 15px;
}

    .P-alert::after {
        display: table;
    }

    .P-alert::after, .ux-btn-set::after {
        content: "";
        clear: both;
    }


.BtnMore {
    font-size: 15px;
    font-weight: 700;
    padding: 8px 15px;
    cursor: pointer;
    /**/
    border-radius: 20px;
    margin: 0px 10px;
    background-color: #fff;
}

    .BtnMore:hover {
        /*color:#337ab7;
    background: #759041;
    border-radius:20px;
    border:1px solid #337ab7;
    color:#fff;*/
        color: #337ab7;
        background: transparent;
        border-radius: 20px;
        border: 1px solid #337ab7;
    }

.ALinkMore {
    color: #839b54;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
}

    .ALinkMore a:hover {
        color: #0026ff;
    }

.hdr-Security-Hint {
    background-color: #f5f1eb;
    width: auto;
    padding: 5px 0px 1px 15px;
    /*color: #c30505;*/
    /*border: 1px #ccc solid;*/
}

.headerSystem {
    /*width: 75%;*/
    /*margin-left: 25px;*/
    /*margin-top: 20px;*/
    /*padding-bottom: 20px;
    padding-top: 15px;*/
    /*padding-bottom: 30px;*/
    /*padding-top: 22px;*/
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
    border: 1px solid #eaeaea;*/
}

    .headerSystem h1 {
        /*margin: 0px !important;*/
    }

.AppSlogan h1 {
    margin: 0px !important;
    color: #181348;
    font-family: 'Bauhaus 93';
    text-shadow: 1px 2px #716d9a;
}

@media (max-width: 992px) {
    .Cert {
        /* margin-top: 370px !important;
        margin-left: 35px !important;*/
    }

    /*.col-md-2 {
        width: 14.666667% !important;
    }

    .col-md-3 {
        width: 22%;
    }*/
    /*  .copyrights_col {
        text-align: center;
        padding: 0;
        margin: 0;
    }*/
    .copyright_row {
        position: inherit;
        margin-top: 30px;
        padding: 0;
    }

    .copyrights_col p {
        text-align: center !important;
        width: 100%;
        margin-top: 10px;
    }

    .part_div {
        text-align: center !important;
    }

    /*
    .part_div {
        text-align: center;
        padding: 0;
        margin: 0;
    }*/

    /*
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        padding: 0px !important;
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding: 0px !important;
    }*/
}

.copyrights_col h1 {
    /*margin-right: 10px;*/
    /*margin-left: 10px;*/
}

ul {
    padding-left: 25px;
    padding-right: 10px;
}

.Hint {
    /*margin-bottom: 70px;*/
    /*padding: 0px !important;*/
    text-align: left;
}

@media (max-width:350px) {
    .Cert {
        margin-top: 10px;
        margin-left: 0px;
        /*margin-bottom: 100px;*/
    }

    .betweenCerts {
        display: none;
    }

    .login-div {
        margin-top: 20px;
        padding: 10px !important;
    }

    .systemHdr {
        margin-top: 0px;
    }

    .Hint {
        width: 310px !important;
    }

    .copyrights_col {
        text-align: center !important;
        padding: 0;
        margin: 0;
    }

        .copyrights_col h1 {
            text-align: center;
        }

    .part_div {
        text-align: center !important;
        padding: 0;
        margin: 0;
    }
}

/*
@media (max-width:400px) {
    .Cert {
        margin-top: 10px;
        margin-left: 0px;
    }

    .betweenCerts {
        display: none;
    }

    .login-div {
        margin-top: 20px;
        padding:10px !important;
    }
    .systemHdr{
        margin-top:0px;
    }
    .Hint {
        width: 310px !important;
    }
}
*/

/*
@media (max-width:500px) {
    .Cert {
        margin-top: 10px;
        margin-left: 0px;
    }

    .betweenCerts {
        display: none;
    }

    .login-div {
        margin-top: 20px;
        padding: 10px !important;
    }

    .systemHdr {
        margin-top: 0px;
    }

    .Hint {
        width: 310px;
    }
}

.clr{
    clear:both;
}
*/
.text {
    text-transform: uppercase;
    background: linear-gradient(to right, #127cb2 0%, #b644ef 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /*font-size: 1.5vw;
    font-weight: 700;*/
    font-size: 30px !important;
    padding-bottom: 10px !important;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
}

.textColor {
    text-transform: uppercase;
    background: linear-gradient(to right, #127cb2 20%, #0708fb 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /*font-size: 1.5vw;
    font-weight: 700;*/
    font-size: 30px !important;
    padding-bottom: 10px !important;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
}
.bg-text {
    background: linear-gradient(45deg, #705cfb, #23d5ab, #04c6fc, #9436fc);
    background-size: 300% 300%;
    animation: bgGradient 15s ease infinite;
}

.cert-container {
    padding: 40px 0 0;
    /*padding-top: 45px;*/
    /*margin-top: 35px;*/
    /*padding: 10px 0;*/
}

@media (max-width: 770px) {
    .cert-container {
        margin-top: 15px;
    }
}

.box {
    transform: translate(0%, -5%);
    /* width: initial; */
    /* width: auto; */
    /* height: 100%; */
    /* display: inline-block; */
    /* background: #111845a6; */
    /* box-sizing: border-box; */
    overflow: hidden;
    /*box-shadow: 0 20px 50px rgb(23 32 90);*/
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    border: 2px solid #2a3cad;
    color: white;
    padding: 5px 0;
}
    /*.box {
           transform: translate(-50%, -50%);
           width: 165px;
           height: 165px;
           display: inline-block;
           background: #111845a6;
           box-sizing: border-box;
           overflow: hidden;
           box-shadow: 0 20px 50px rgb(23, 32, 90);
           border: 2px solid #2a3cad;
           color: white;
           padding: 4px;
           }*/

    .box:before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        /*background: rgba(255,255,255,0.1);*/
        background: #a0a0f330;
        transition: 0.5s;
        pointer-events: none;
    }

    .box:hover:before {
        left: -50%;
        transform: skewX(-5deg);
    }


    .box .content {
        /*position:absolute;
                  top:15px;
                  left:15px;
                  right:15px;
                  bottom:15px;*/
        border: 1px solid #f0a591;
        /*padding:20px;*/
        text-align: center;
        box-shadow: 0 5px 10px rgba(9,0,0,0.5);
    }

    .box span {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        box-sizing: border-box;
    }

        .box span:nth-child(1) {
            transform: rotate(0deg);
        }

        .box span:nth-child(2) {
            transform: rotate(90deg);
        }

        .box span:nth-child(3) {
            transform: rotate(180deg);
        }

        .box span:nth-child(4) {
            transform: rotate(270deg);
        }

        .box span:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 2px;
            background: #50dfdb;
            animation: animate 4s linear infinite;
        }

@media (max-width: 770px) {
    .box span {
        display: none !important;
    }
}

@media (max-width: 990px) {
    .box span {
        display: none !important;
    }
}

@keyframes animate {
    0% {
        transform: scaleX(0);
        transform-origin: left;
    }

    50% {
        transform: scaleX(1);
        transform-origin: left;
    }

    50.1% {
        transform: scaleX(1);
        transform-origin: right;
    }

    100% {
        transform: scaleX(0);
        transform-origin: right;
    }
}

@media (max-width: 770px) {
    /*.exp-block {
                border-radius: 10px;
            }*/

    .contain-block {
        margin-top: 30px;
    }

    .block_1 {
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important;
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
    }

    .block_2 {
        border-top-right-radius: 0 !important;
        border-top-left-radius: 0 !important;
        border-bottom-right-radius: 10px !important;
        border-bottom-left-radius: 10px !important;
    }
}

@media (max-width: 770px) {
    .box {
        margin-top: 10px;
    }
}

.copyrights_col h1 {
    margin-top: 19px;
}

.solution_Logo {
    /*background-image: url(imgs/gats_once_logo.png);*/
    width: inherit;
    /*height: 80px;*/
    padding: 10px;
    /* width: 150px;
            height: 150px;*/
    display: inline-block;
    /*margin-top: 18px;*/
    /*margin-bottom: 20px;*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
    /*border: 1px solid #eaeaea;*/
    /*background-size: contain;*/
    /*margin: 0 70px !important;*/
    /*background-color: rgb(255, 255, 255);*/
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    width: 202px;
    min-width: 202px;
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
    flex: 0 auto;
}

.captcha_btn {
    height: 42px;
    border: 1px solid #ccc;
}

/*.textAppName {
    text-transform: uppercase;
    background: linear-gradient(to right, #127cb2 0%, #b644ef 50%);
    -webkit-background-clip: textAppName;
    -webkit-text-fill-color: transparent;
    font-size: 30px !important;
    padding-bottom: 10px !important;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
}*/

.textAppName {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    font-size: 30px !important;
    padding-bottom: 10px !important;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
}
.changeLogo {
    filter: drop-shadow(3px 2px 1px #aaa);
}