﻿body {
    /*margin:0;*/
    font-family: Roboto,sans-serif;
    /*font-size:1rem;*/
    /*font-weight:300;*/
    /*line-height:1.5;*/
    color: #444444;
    /*text-align:left;*/
    /*background-color:#fff;*/
}

.m-login-rl {
    margin: 0px 130px 0px 130px;
}

.bg-form-login {
    background: linear-gradient(135deg,#3d7aef,#2b4be4);
}

.bg-info-login {
    background-color: #fff;
    flex: 100%;
}

.p-login {
    padding: 100px !important;
}

@media (min-width: 300px) {
    .p-login {
        padding: 30px !important;
    }
}

@media (min-width: 768px) {
    .p-login {
        padding: 60px !important;
    }
}

@media (min-width: 992px) {
    .p-login {
        padding: 70px !important;
    }
}

p {
    font-size: 14px;
    font-weight: 300;
    color: #000;
    line-height: 26px;
    font-family: 'Roboto';
}

.color-white {
    color: #fff;
}

.btn-login {
    background-color: #e44081;
    border: none;
    border-radius: initial;
}

.b-1 {
    border: 1px solid #ccc;
    background-color: #fff;
}

.bb-1 {
    border-bottom: 1px solid #ccc;
}

.h3-title {
    font-weight: 300;
}

.mtb-auto {
    /*margin:0 auto;*/
}

.page-footer.dark {
    background-color: transparent;
}

.clean-block.dark {
    background-color: #fff;
}

.clean-block .block-content, .clean-block .content {
    box-shadow: 0 0px 20px rgba(0,0,0,.1);
    background-color: #fff;
}

.nav-tabs {
    border-bottom: none;
}

    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        border-color: #e9ecef #e9ecef #dee2e6;
        color: #000;
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        border-radius: inherit;
    }

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 30px;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (max-width: 768px) {
    .m-login-rl {
        margin: 20px;
    }
}

@media (min-width:768px) {
    .clean-block.clean-product .block-content {
        padding: 40px;
    }
}

.text-header {
    color: #e44081;
}

.img-header {
    width: 530px;
    height: 150px;
}

@media (max-width: 300px) {
    .img-header {
        display: none;
    }
}

@media (max-width: 576px) {
    .img-header {
        display: none;
    }
}

.nav-tabs .nav-link {
    border: none;
}

.nav-tabs a.nav-link {
    color: #ffffff;
}

    .nav-tabs a.nav-link.login.active {
        background-color: #ffffff;
    }

    .nav-tabs a.nav-link.login {
        background-color: #3b99e0;
    }

a.bg-info:hover {
    background-color: #ffffff !important;
}

a.bg-info:visited {
    background-color: #ffffff !important;
}

a.bg-info:focus {
    background-color: #ffffff !important;
}

.form-control {
}

    .form-control:focus {
        color: #444;
        /* font-weight:300; */
    }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #fff !important;
}

.block-content {
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    section.clean-block {
        padding-top: 0px !important;
    }
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #bd356b;
}

/*.bg-info-login, .bg-form-login, .nav-item {
    display: table-cell;
    width: 50%;
}*/

.bg-form-login {
    background-color: #3D7AEF;
}

.bg-info-login {
    background-color: #f2f2f2;
}


@media(max-width: 767px) {
    .bg-info-login, .bg-form-login {
        display: block;
        width: 100%;
        max-width: 100%
    }

    img.img-fluid.mb-5 {
        max-width: 400px;
    }
}

#siteContent table {
    border-collapse: separate;
    border-spacing: 0;
    min-width: 350px;
}

    #siteContent table tr th,
    #siteContent table tr td {
        border-right: 1px solid #d0d0d0;
        border-bottom: 1px solid #d0d0d0;
        padding: 5px;
    }

        #siteContent table tr th:first-child,
        #siteContent table tr td:first-child {
            border-left: 1px solid #d0d0d0;
        }

    #siteContent table tr th {
        border-top: 1px solid #d0d0d0;
        text-align: left;
        font-weight: bold;
    }

    /*#siteContent table tr td {
        background-color: #e4e4e4;
    }*/

    /* top-left border-radius */
    #siteContent table tr:first-child th:first-child {
        border-top-left-radius: 6px;
    }

    /* top-right border-radius */
    #siteContent table tr:first-child th:last-child {
        border-top-right-radius: 6px;
    }

    /* bottom-left border-radius */
    #siteContent table tr:last-child td:first-child {
        border-bottom-left-radius: 6px;
    }

    /* bottom-right border-radius */
    #siteContent table tr:last-child td:last-child {
        border-bottom-right-radius: 6px;
    }

.nav-pills .nav-link {
    background-color: #e4e4e4;
}

/*.dropdown-item {
    width: auto !important;
}*/

.MainTopMenu {
    margin-bottom: 0 !important;
}

.navbar {
    padding: 5px !important;
    border-bottom: 1px solid #008aed;
}

.nav-item {
    text-align: center;
}

.navbar-nav .nav-link {
    font-weight: 600;
}

#siteTabs {
    background-color: #92929275;
    border-radius: 5px;
    width: fit-content;
}

.loaderMain {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    background-color: #d0d0d09c;
    display: block;
}

.loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background-color: #ffffff;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #7fafe2;
}

.spinner {
    color: #008aed;
    vertical-align: middle;
    font-size: 30px;
    margin-right: 10px;
    margin-left: 10px;
}

.dialog-modal {
    position: fixed;
    width: 500px;
    margin: .5rem;
}

.dialog-modal {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0;
    border-radius: 0.3rem;
}

.dialog-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.dialog-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.dialog-content {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.dialog-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

.validation-summary ul li {
    list-style-type: none;
    color: #721c24;
}

.validation-summary ul {
    padding: 0;
}