﻿@font-face {
    font-family: 'HoneywellSans-Book';
    src: url('../fonts/Honeywell_Fonts/HoneywellSans-Book.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Honeywell_Fonts/HoneywellSans-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Honeywell_Fonts/HoneywellSans-Book.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/Honeywell_Fonts/HoneywellSans-Book.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Honeywell_Fonts/HoneywellSans-Book.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

body {
    font-family: 'HoneywellSans-Book',Helvetica,Arial,sans-serif !important;
}
.main-header .navbar {
    background: rgb(23,146,229);
    background: linear-gradient(90deg, rgba(23,146,229,1) 34%, rgba(17,115,178,1) 59%);
}
.main-header {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,0.03), 
        0 0.9375rem 1.40625rem rgba(4,9,20,0.03), 
        0 0.25rem 0.53125rem rgba(4,9,20,0.05),
        0 0.125rem 0.1875rem rgba(4,9,20,0.03);
}
.small-box {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,0.03), 0 0.9375rem 1.40625rem rgba(4,9,20,0.03), 0 0.25rem 0.53125rem rgba(4,9,20,0.05), 0 0.125rem 0.1875rem rgba(4,9,20,0.03);
}
.skin-black-light .main-header .navbar .navbar-custom-menu .navbar-nav > li > a {
    border-left: 1px solid rgba(10, 27, 62, 0.20);
}
.skin-black-light .main-header .navbar > .sidebar-toggle {
    border-right: 1px solid rgba(10, 27, 62, 0.20);
    background: #1173b2;
}
.skin-black-light .main-header .navbar .sidebar-toggle:hover {
    background: #1173b2;
    color: #f3f3f3;
}
.skin-black-light .main-header .navbar .nav > li > a {
    color: #f1f1f1;
}
    .skin-black-light .main-header .navbar .nav > li > a:hover, .skin-black-light .main-header .navbar .nav > li > a:active, .skin-black-light .main-header .navbar .nav > li > a:focus, .skin-black-light .main-header .navbar .nav .open > a, .skin-black-light .main-header .navbar .nav .open > a:hover, .skin-black-light .main-header .navbar .nav .open > a:focus, .skin-black-light .main-header .navbar .nav > .active > a {
        background: #1792e5;
        color: #13035c;
    }
.center-navbar {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 20px !important;
    font-weight: 600;
    padding-top: 0px !important;
    line-height: 50px;
}
.sidebar-menu > li > a > .fa{
    opacity:0.6;
}
.skin-black-light .sidebar-menu > li.active > a {
    font-weight: 600;
    border-left: 3px solid #eeda2e;
 /*   background-color: #13035c;
    color:white;*/
}

.box {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,0.03), 0 0.9375rem 1.40625rem rgba(4,9,20,0.03), 0 0.25rem 0.53125rem rgba(4,9,20,0.05), 0 0.125rem 0.1875rem rgba(4,9,20,0.03);
    border: 0.5px solid rgba(121, 121, 121, 0.28) !important;
    border-radius: 20px;
    
}
.box-body {
    padding: 15px;
}

.bg-blue, .btn-primary {
    background: #367fa9;
}
.btn .fa{
    margin-right:5px;
}
.btn, .btn-group-sm > .btn, .btn-sm {
    border-radius: 0px;
}
.invoice {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,0.03), 0 0.9375rem 1.40625rem rgba(4,9,20,0.03), 0 0.25rem 0.53125rem rgba(4,9,20,0.05), 0 0.125rem 0.1875rem rgba(4,9,20,0.03);
    border: 0.5px solid rgba(121, 121, 121, 0.28) !important;
    border-radius: 15px;
}
.invoice-col > label {
    margin-bottom: 15px;
    font-size:15px;
}
.invoice-col > label small{
    font-size:12px;
}
.btn-danger {
    background-color: rgb(220, 32, 46);
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background: #367fa9;
}
.login-page, .register-page {
    /* background: #ffffff;*/
    background: url(../../Images/login_bg.jpg) center center no-repeat;
    background-size: cover;
    /*    background: rgb(23,146,229);
    background: linear-gradient(90deg, rgba(23,146,229,1) 34%, rgba(17,115,178,1) 59%);*/
}
.login-box, .register-box {
    width: 400px;
    margin: 12% auto 12% 60%;
    margin: 8% auto;
    /*border-radius: 15px;
    position: relative;
    min-height: 100vh;
    background-color: #ced9e3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Fira Sans", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top:20px;*/
}
.login-box-body, .register-box-body {
    background: rgba(255, 255, 255, 0.98);
    padding-top:50px;
    padding-right:50px;
    padding-bottom:50px;
    padding-left:50px;
    border-top: 0;
    color: #666;
    box-sizing: border-box;
    border-radius: 35px;
    border: 1px solid #ccc;
}
.rma-username {
    border-radius: 20px;
    border: solid 2px #13035c;
}
#Division {
    border-radius: 20px;
    border: solid 2px #13035c;
}
.rma-password {
    border-radius: 20px;
    border: solid 2px #13035c;
}
.rma_btn {
    border-radius: 20px !important;
    background: #3c8dbc;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    color: #fff!important;
    border:none;
}
    .rma_btn:hover {
        background: #eeda2e;
        font-family: Helvetica, sans-serif;
        font-weight: bold;
        color: #000!important;
        border: none;
    }
    .group-start {
        background: rgba(153, 160, 175, 0.28) /*#3c8dbc*/ !important;
    }

    @media (max-width:768px) {
        .login-box, .register-box {
            width: 90%;
            margin: 0% auto;
            height: 100vh;
            padding-top: 30%;
        }

        .skin-black-light .main-header > .logo {
            background-color: #fff;
        }
    }




   /*
       Toggle
   */
body {
    font-family: 'Montserrat', 'Lato', 'Open Sans', 'Helvetica Neue', Helvetica, Calibri, Arial, sans-serif;
    color: #6b7381;
    background: #f2f2f2;
}

.jumbotron {
    background: #6b7381;
    color: #bdc1c8;
    border-radius: 0;
    padding: 2rem;
}

    .jumbotron h1 {
        color: #fff;
    }

.switch > .row {
    padding-bottom: 2rem;
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid rgba(189, 193, 200, 0.5);
}

.switch h3 {
    font-weight: 400;
}

    .switch h3 > small {
        font-weight: 200;
        font-size: 0.75em;
        color: #939aa5;
    }

.switch h6 {
    font-weight: 700;
    font-size: 0.65rem;
    letter-spacing: 3.32px;
    text-transform: uppercase;
    color: #bdc1c8;
    margin: 0;
    line-height: 5rem;
}

.switch .btn-toggle {
    top: 50%;
    transform: translateY(-50%);
}

.btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background-color: #29b5a8;
}

    .btn-toggle:focus,
    .btn-toggle.focus,
    .btn-toggle:focus.active,
    .btn-toggle.focus.active {
        outline: none;
    }

    .btn-toggle:before,
    .btn-toggle:after {
        line-height: 1.5rem;
        width: 4rem;
        text-align: center;
        font-weight: 600;
        font-size: 0.75rem;
        text-transform: uppercase;
        letter-spacing: 2px;
        position: absolute;
        bottom: 0;
        transition: opacity 0.25s;
    }

    .btn-toggle:before {
        content: 'Off';
        left: -4rem;
    }

    .btn-toggle:after {
        content: 'On';
        right: -4rem;
        opacity: 0.5;
    }

    .btn-toggle > .handle {
        position: absolute;
        top: 0.1875rem;
        left: 0.1875rem;
        width: 1.125rem;
        height: 1.125rem;
        border-radius: 1.125rem;
        background: #fff;
        transition: left 0.25s;
    }

    .btn-toggle.active {
        transition: background-color 0.25s;
    }

        .btn-toggle.active > .handle {
            left: 1.6875rem;
            transition: left 0.25s;
        }

        .btn-toggle.active:before {
            opacity: 0.5;
        }

        .btn-toggle.active:after {
            opacity: 1;
        }

    .btn-toggle.btn-sm:before,
    .btn-toggle.btn-sm:after {
        line-height: -0.5rem;
        color: #fff;
        letter-spacing: 0.75px;
        left: 0.4125rem;
        width: 2.325rem;
    }

    .btn-toggle.btn-sm:before {
        text-align: right;
    }

    .btn-toggle.btn-sm:after {
        text-align: left;
        opacity: 0;
    }

    .btn-toggle.btn-sm.active:before {
        opacity: 0;
    }

    .btn-toggle.btn-sm.active:after {
        opacity: 1;
    }

    .btn-toggle.btn-xs:before,
    .btn-toggle.btn-xs:after {
        display: none;
    }

    .btn-toggle:before,
    .btn-toggle:after {
        color: #6b7381;
    }

    .btn-toggle.active {
        /*background-color: #29b5a8;*/
        background: #bdc1c8;
    }

    .btn-toggle.btn-lg {
        margin: 0 5rem;
        padding: 0;
        position: relative;
        border: none;
        height: 2.5rem;
        width: 5rem;
        border-radius: 2.5rem;
    }

        .btn-toggle.btn-lg:focus,
        .btn-toggle.btn-lg.focus,
        .btn-toggle.btn-lg:focus.active,
        .btn-toggle.btn-lg.focus.active {
            outline: none;
        }

        .btn-toggle.btn-lg:before,
        .btn-toggle.btn-lg:after {
            line-height: 2.5rem;
            width: 5rem;
            text-align: center;
            font-weight: 600;
            font-size: 1rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            position: absolute;
            bottom: 0;
            transition: opacity 0.25s;
        }

        .btn-toggle.btn-lg:before {
            content: 'Scan Mode';
            left: -9rem;
        }

        .btn-toggle.btn-lg:after {
            content: 'Manually';
            right: -7rem;
            opacity: 0.5;
        }

        .btn-toggle.btn-lg > .handle {
            position: absolute;
            top: 0.3125rem;
            left: 0.3125rem;
            width: 1.875rem;
            height: 1.875rem;
            border-radius: 1.875rem;
            background: #fff;
            transition: left 0.25s;
        }

        .btn-toggle.btn-lg.active {
            transition: background-color 0.25s;
        }

            .btn-toggle.btn-lg.active > .handle {
                left: 2.8125rem;
                transition: left 0.25s;
            }

            .btn-toggle.btn-lg.active:before {
                opacity: 0.5;
            }

            .btn-toggle.btn-lg.active:after {
                opacity: 1;
            }

        .btn-toggle.btn-lg.btn-sm:before,
        .btn-toggle.btn-lg.btn-sm:after {
            line-height: 0.5rem;
            color: #fff;
            letter-spacing: 0.75px;
            left: 0.6875rem;
            width: 3.875rem;
        }

        .btn-toggle.btn-lg.btn-sm:before {
            text-align: right;
        }

        .btn-toggle.btn-lg.btn-sm:after {
            text-align: left;
            opacity: 0;
        }

        .btn-toggle.btn-lg.btn-sm.active:before {
            opacity: 0;
        }

        .btn-toggle.btn-lg.btn-sm.active:after {
            opacity: 1;
        }

        .btn-toggle.btn-lg.btn-xs:before,
        .btn-toggle.btn-lg.btn-xs:after {
            display: none;
        }

    .btn-toggle.btn-sm {
        margin: 0 0.5rem;
        padding: 0;
        position: relative;
        border: none;
        height: 1.5rem;
        width: 3rem;
        border-radius: 1.5rem;
    }

        .btn-toggle.btn-sm:focus,
        .btn-toggle.btn-sm.focus,
        .btn-toggle.btn-sm:focus.active,
        .btn-toggle.btn-sm.focus.active {
            outline: none;
        }

        .btn-toggle.btn-sm:before,
        .btn-toggle.btn-sm:after {
            line-height: 1.5rem;
            width: 0.5rem;
            text-align: center;
            font-weight: 600;
            font-size: 0.55rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            position: absolute;
            bottom: 0;
            transition: opacity 0.25s;
        }

        .btn-toggle.btn-sm:before {
            content: 'Off';
            left: -0.5rem;
        }

        .btn-toggle.btn-sm:after {
            content: 'On';
            right: -0.5rem;
            opacity: 0.5;
        }

        .btn-toggle.btn-sm > .handle {
            position: absolute;
            top: 0.1875rem;
            left: 0.1875rem;
            width: 1.125rem;
            height: 1.125rem;
            border-radius: 1.125rem;
            background: #fff;
            transition: left 0.25s;
        }

        .btn-toggle.btn-sm.active {
            transition: background-color 0.25s;
        }

            .btn-toggle.btn-sm.active > .handle {
                left: 1.6875rem;
                transition: left 0.25s;
            }

            .btn-toggle.btn-sm.active:before {
                opacity: 0.5;
            }

            .btn-toggle.btn-sm.active:after {
                opacity: 1;
            }

        .btn-toggle.btn-sm.btn-sm:before,
        .btn-toggle.btn-sm.btn-sm:after {
            line-height: -0.5rem;
            color: #fff;
            letter-spacing: 0.75px;
            left: 0.4125rem;
            width: 2.325rem;
        }

        .btn-toggle.btn-sm.btn-sm:before {
            text-align: right;
        }

        .btn-toggle.btn-sm.btn-sm:after {
            text-align: left;
            opacity: 0;
        }

        .btn-toggle.btn-sm.btn-sm.active:before {
            opacity: 0;
        }

        .btn-toggle.btn-sm.btn-sm.active:after {
            opacity: 1;
        }

        .btn-toggle.btn-sm.btn-xs:before,
        .btn-toggle.btn-sm.btn-xs:after {
            display: none;
        }

    .btn-toggle.btn-xs {
        margin: 0 0;
        padding: 0;
        position: relative;
        border: none;
        height: 1rem;
        width: 2rem;
        border-radius: 1rem;
    }

        .btn-toggle.btn-xs:focus,
        .btn-toggle.btn-xs.focus,
        .btn-toggle.btn-xs:focus.active,
        .btn-toggle.btn-xs.focus.active {
            outline: none;
        }

        .btn-toggle.btn-xs:before,
        .btn-toggle.btn-xs:after {
            line-height: 1rem;
            width: 0;
            text-align: center;
            font-weight: 600;
            font-size: 0.75rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            position: absolute;
            bottom: 0;
            transition: opacity 0.25s;
        }

        .btn-toggle.btn-xs:before {
            content: 'Off';
            left: 0;
        }

        .btn-toggle.btn-xs:after {
            content: 'On';
            right: 0;
            opacity: 0.5;
        }

        .btn-toggle.btn-xs > .handle {
            position: absolute;
            top: 0.125rem;
            left: 0.125rem;
            width: 0.75rem;
            height: 0.75rem;
            border-radius: 0.75rem;
            background: #fff;
            transition: left 0.25s;
        }

        .btn-toggle.btn-xs.active {
            transition: background-color 0.25s;
        }

            .btn-toggle.btn-xs.active > .handle {
                left: 1.125rem;
                transition: left 0.25s;
            }

            .btn-toggle.btn-xs.active:before {
                opacity: 0.5;
            }

            .btn-toggle.btn-xs.active:after {
                opacity: 1;
            }

        .btn-toggle.btn-xs.btn-sm:before,
        .btn-toggle.btn-xs.btn-sm:after {
            line-height: -1rem;
            color: #fff;
            letter-spacing: 0.75px;
            left: 0.275rem;
            width: 1.55rem;
        }

        .btn-toggle.btn-xs.btn-sm:before {
            text-align: right;
        }

        .btn-toggle.btn-xs.btn-sm:after {
            text-align: left;
            opacity: 0;
        }

        .btn-toggle.btn-xs.btn-sm.active:before {
            opacity: 0;
        }

        .btn-toggle.btn-xs.btn-sm.active:after {
            opacity: 1;
        }

        .btn-toggle.btn-xs.btn-xs:before,
        .btn-toggle.btn-xs.btn-xs:after {
            display: none;
        }

    .btn-toggle.btn-secondary {
        color: #6b7381;
        background: #bdc1c8;
    }

        .btn-toggle.btn-secondary:before,
        .btn-toggle.btn-secondary:after {
            color: #6b7381;
        }

        .btn-toggle.btn-secondary.active {
            background-color: #ff8300;
        }














