.bg_body {
}

.login-form {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 40px;
}

.breadcrumbs {
    font-size: 18px;
    color: #695959; /*#333366*/
    font-weight: bold;
    padding: 4px 5px 4px 13px;
    background: #fff !important; /*#293c6e;*/ /*Gainsboro#333366;*/
}

.footer {
    position: fixed;
    text-align: center;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #8C0A0C;
    color: #fff;
    text-align: center;
    padding-top: 10px !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: 1px;
    font-size: 11px;
}

.logo {
    height: 150px !important;
    border-radius: 8px;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    display: inline-block;
    margin: 4px auto;
}

.card {
    overflow: hidden;
    border: 0 !important;
    box-shadow: 0 0.5rem 2rem 0 black;
}

.img-left {
    width: 45%;
    background: url(../Picture/CignalLogo1.2.jpg);
    max-width: 100%;
    max-height: 100%;
}

.card-body {
    padding: 2rem;
}

.title {
    margin-bottom: 2rem;
}

.form-input {
    position: relative;
}

    .form-input input {
        width: 100%;
        height: 45px;
        padding-left: 40px;
        margin-bottom: 20px;
        box-sizing: border-box;
        box-shadow: none;
        border: 1px solid #00000020;
        border-radius: 10px;
        outline: none;
        background: transparent;
    }

    .form-input span {
        position: absolute;
        top: 10px;
        padding-left: 15px;
        color: #D00B1C;
    }

    .form-input input::placeholder {
        color: black;
        padding-left: 0px;
    }

    .form-input input:focus, .form-input input:valid {
        border: 2px solid #D00B1C;
    }

        .form-input input:focus::placeholder {
            color: #454b69;
        }

.custom-checkbox .custom-control-input:checked ~
.custom-control-label::before {
    background-color: #007bff !important;
    border: 0px;
}

.form-box button[type="submit"] {
    margin-top: 10px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    background: #007bff;
    color: #fff;
    font-size: 90%;
    font-weight: bold;
    letter-spacing: .1rem;
    transition: 0.5s;
    padding: 12px;
}

    .form-box button[type="submit"]:hover {
        background: #0069d9;
    }

.forget-link, .register-link {
    color: #007bff;
    font-weight: bold;
}

    .forget-link:hover, .register-link:hover {
        color: #0069d9;
        text-decoration: none;
    }

.btn {
    margin: 5px;
}

/*Menu*/
.header {
    height: 100vh;
}

.navbar-style {
    box-shadow: 0 5px 10px #efefef;
    text-transform: uppercase;
}

nav {
    background-color: #8C0A0C;
    font-family: 'Source Sans Pro', sans-serif;
}

.nav-link {
    color: #fff !important;
}

.navbar-logo {
    height: 35px !important;
    padding: 2px 5px;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #8C0A0B;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 50px;
}

    #myBtn:hover {
        background-color: #E2DEDF;
        color: black;
    }


#myBtn {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #8C0A0B;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 50px;
}

    #myBtn:hover {
        background-color: #E2DEDF;
        color: black;
    }

/*Submenu */
@media (min-width: 992px) {
    .dropdown-menu .dropdown-toggle:after {
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }

    .dropdown-menu .dropdown-menu {
        margin-left: 0;
        margin-right: 0;
    }

    .dropdown-menu li {
        position: relative;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover {
        background-color: #f1f1f1
    }

        .dropdown-menu > li:hover > .submenu {
            display: block;
            background-color: #8C0A0C;
        }
}

.menu-bar {
    text-align: center;
}

    .menu-bar ul li {
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 5px;
        margin-right: 5px;
    }

        .menu-bar ul li a {
            list-style: none;
        }

.dropdown-menu.show {
    display: block;
    background-color: #8C0A0C !important;
    font-family: 'Source Sans Pro', sans-serif !important;
    width: 170px;
}

.dropdown-item {
    color: #fff !important;
    background-color: #8C0A0C !important;
    width: 170px;
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #fff;
        text-decoration: none;
        background-color: #cc0000 !important;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #cc0000 !important;
    }

.active, .menu-bar ul li:hover {
    /*background: #F1F3F4;*/
    background: #dbe5e9;
    border-radius: 5px;
}


.sub-menu ul li a:hover {
    background: #f1f1f1;
}

.fa-caret-right {
    float: right;
}

.hidden {
    visibility: hidden !important;
    display: none !important;
}

.dropdown-item i {
    margin-left: 20px;
    margin-top: 4px;
}

.nav-item {
    padding: 0px 5px 0px 5px;
    margin: 0px 6px 0px 6px;
    border-radius: 5px;
    transition-duration: 0.4s;
    border: 0px solid #f1f1f1;
}

    .nav-item:hover {
        padding: 0px 5px 0px 5px;
        margin: 0px 6px 0px 6px;
        border-radius: 5px;
        background: #cc0000;
        border: 0px solid #f1f1f1;
    }


caption {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}


/*.RadGrid .rgGroupItem input, .RadGrid .rgCommandRow img, .RadGrid .rgCommandRow a, .RadGrid .rgHeader input {
    vertical-align: top !important;
}*/
.RadToolBar .rtbText {
    display: inline-block;
    vertical-align: middle !important;
}

.rtbText {
    font: 12px/1.42857143 "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-style: normal !important;
    font-variant-ligatures: normal !important;
    font-variant-caps: normal !important;
    font-variant-numeric: normal !important;
    font-variant-east-asian: normal !important;
    font-weight: normal !important;
    font-stretch: normal !important;
    font-size: 12px !important;
    line-height: 1.42857 !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/*Navigation - Start*/
.bgNavigation {
    background-color: #8C0A0C;
}

.navbtn {
    color: #fff;
    padding: 0px 5px 0px 5px;
    margin: 0px 6px 0px 6px;
    border-radius: 5px;
    transition-duration: 0.4s;
}

    .navbtn:hover {
        color: #fff !important;
        border-radius: 5px;
        background: #cc0000;
        border: 0px solid #f1f1f1;
    }

.navicon {
    color: #fff;
}

    .navicon:hover {
        color: gray;
        cursor: pointer;
    }

.nav-pills .nav-link {
    color: #fff !important;
}
/* Navigation - End */

.layout-top-nav .wrapper .main-sidebar {
    max-width: 290px;
}

.sidebar .user-panel .info {
    display: flex !important;
    padding: 0px 5px 0px 10px;
}

.sidebar .info a {
    overflow: hidden;
    text-wrap: wrap;
    line-height: 1;
    display: flex !important;
    align-items: center;
}

/*Side bar - Mobile View - Start*/
.layout-top-nav .wrapper .main-sidebar {
    width: max-content !important;
    max-width: 290px;
}

.sidebar {
    width: 100% !important;
}

.sidebar-collapse .main-sidebar, .sidebar-collapse .main-sidebar::before {
    margin-left: -290px !important;
}

.nav-sidebar {
    width: 270px;
}
/*Side bar - Mobile View - End*/

/* Dropdown Menu - Start */
.dropdown-menu {
    display: block;
    background-color: #8C0A0C !important;
    font-family: 'Source Sans Pro', sans-serif !important;
}

    .dropdown-menu.show {
        display: block;
        background-color: #8C0A0C !important;
        font-family: 'Source Sans Pro', sans-serif !important;
    }

.dropdown-item {
    color: #fff !important;
    background-color: #8C0A0C !important;
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #fff;
        text-decoration: none;
        background-color: #cc0000 !important;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #cc0000 !important;
    }
/* Dropdowwn Menu - End */

.navbar-toggler {
    background: #fff;
}


.RadGrid_Bootstrap .rgEditForm.rgEditPopup {
    padding: 10px !important;
}

.required-fields {
    color: red;
    font-weight: bold;
}

.action-buttons {
    margin: 6px;
}

.no-access-message {
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.radgrid_marginbottom2 {
    margin-bottom: 50px;
}

.radgrid_marginbottom2 {
    margin-bottom: 65px;
}

.login-btn {
    width: 100%;
    background: #8C0A0C !important;
    text-transform: uppercase;
    border-color: #8C0A0C !important;
}

.file-ot-btn {
    width: 150px;
    background: #8C0A0C !important;
    text-transform: uppercase;
    border-color: #8C0A0C !important;
}

.dashboard-table-mb {
    margin-bottom: 20px !important;
}

.title-sel {
    display: inline-block !important;
}

.subtitle-sel {
    display: inline-block !important;
}

@media (min-width: 1440px) {
    .container {
        max-width: 1390px !important;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: calc(100% - 50px) !important;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 768px) {
}

@media (min-width: 576px) {
}

.alert {
    padding: .3rem 1.25rem !important;
    margin-bottom: 0.12rem !important;
}

.close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: .1rem 1.25rem !important;
    color: inherit;
}