/* =======================================================
*
* SWAPPSI color customizing
*
* ========================================================
*
* File: theme.css
* Author: eduardomolina.es
*
* [Table of Contents]
*
*   1. Body
*   2. Customer & Branch name
*   3. Mainbar
*   4. Background styles - Level1
*   5. Background styles - Level2 
*   6. Background styles - Level3
*   7. Background styles - Level4
*   8. Navbar
*   9. Buttons
*   10. Tabs
*   11. Text
*   12. Arrow
*   13. Radio and checkbox custom
*   14. Margin and padding control
*   15. DevEx controls
*
* ---------------
* Colors summary:
* ---------------
*
* Corporate orange	    #EF6C00 - rgb(239, 108, 0)
* Corporate yellow	    #FFB300 - rgb(255, 179, 0)
* Corporate dark grey   #3F3F3F - rgb(63, 63, 63)
*
* ======================================================== */


/* ----------------------------------------------- */
/* 1. Body                                         */
/* ----------------------------------------------- */

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background-color: #d1d1d1;
    overflow-x: hidden;
}

body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    color: #3f3f3f;
    line-height: 1.428571429;
    background-color: transparent;
    -webkit-font-smoothing: antialiased;
}

    body.container {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }

    body.container {
        border-left-color-ltr-source: physical;
        border-left-color-rtl-source: physical;
        border-left-color-value: #CFCFCF;
        border-left-style-ltr-source: physical;
        border-left-style-rtl-source: physical;
        border-left-style-value: solid;
        border-left-width-ltr-source: physical;
        border-left-width-rtl-source: physical;
        border-left-width-value: 1px;
        border-right-color-ltr-source: physical;
        border-right-color-rtl-source: physical;
        border-right-color-value: #CFCFCF;
        border-right-style-ltr-source: physical;
        border-right-style-rtl-source: physical;
        border-right-style-value: solid;
        border-right-width-ltr-source: physical;
        border-right-width-rtl-source: physical;
        border-right-width-value: 1px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}


/* ----------------------------------------------- */
/* 2. Customer & Branch name & Avatar              */
/* ----------------------------------------------- */

.fnt-customer {
    color: #ef6c00 !important; /* Change color - customer & branch name */
}

.fnt-customer-bd {
    font-weight: 700;
    font-size: 14px;
}

.fnt-noir {
    color: #c31d64 !important; /* Change text color to black where needed */
}

.fnt-wht {
    color: #fff !important; /* Change text color to white where needed */
}

.fnt-grey {
    color: #d9d9d9 !important; /* Change text color to white where needed */
}


.avatar {
    border: 1px solid rgba(239, 108, 0, 1.0); /* Change color - avatar contour line */
    display: block;
    border-radius: 500px;
    white-space: nowrap;
}

    .avatar img {
        border-radius: 500px;
    }


/* ----------------------------------------------- */
/* 3. Mainbar [.mainbar]                           */
/* ----------------------------------------------- */

.mainbar {
    width: 100%;
    padding: 0 0 15px 0;
    text-align: center;
    background-color: #3f3f3f; /* Change color - mainbar (equal=112,119,120,164,165,171 and 226 lines)*/
}

    .mainbar .mainbar-nav {
        text-align: left;
    }

        .mainbar .mainbar-nav > li > a {
            color: #fff;
            font-weight: 600;
        }

            .mainbar .mainbar-nav > li > a > i {
                margin-right: 5px;
            }

            .mainbar .mainbar-nav > li > a:hover,
            .mainbar .mainbar-nav > li > a:focus {
                background-color: #3f3f3f;
            }

        .mainbar .mainbar-nav > .open > a,
        .mainbar .mainbar-nav > .open > a:hover,
        .mainbar .mainbar-nav > .open > a:focus {
            color: #fff;
            background-color: #3f3f3f;
            border-color: #3f3f3f;
        }

    .mainbar .mainbar-toggle {
        display: block;
        width: 100%;
        margin: 0 auto;
        color: #0a463a;
        font-size: 18px;
        background: transparent;
    }

@media (min-width: 768px) {
    .mainbar {
        height: auto;
        padding: 0;
    }

        .mainbar .mainbar-nav {
            float: none;
            margin-top: 0;
        }

            .mainbar .mainbar-nav > li {
                margin-right: 4px;
            }

                .mainbar .mainbar-nav > li > a {
                    padding: 8px 10px;
                    font-size: 12px;
                    font-weight: 400;
                    text-align: center;
                    border: 1px solid transparent;
                    text-shadow: 1px 1px 2px #3E8851;
                    border-top-right-radius: 5px;
                    border-top-left-radius: 5px;
                    border-bottom-right-radius: 5px;
                    border-bottom-left-radius: 5px;
                }

                    .mainbar .mainbar-nav > li > a > i {
                        display: block;
                        margin-right: 0;
                        margin-bottom: 6px;
                        font-size: 24px;
                    }

                    .mainbar .mainbar-nav > li > a:hover,
                    .mainbar .mainbar-nav > li > a:focus {
                        border-color: #3f3f3f;
                        background-color: #3f3f3f;
                    }

            .mainbar .mainbar-nav > .active > a,
            .mainbar .mainbar-nav > .active > a:hover,
            .mainbar .mainbar-nav > .active > a:focus {
                color: #fff;
                background-color: #3f3f3f;
                border-color: transparent;
            }

                .mainbar .mainbar-nav > .active > a::after,
                .mainbar .mainbar-nav > .active > a:hover::after,
                .mainbar .mainbar-nav > .active > a:focus::after {
                    content: '';
                    display: inline-block;
                    border-left: 10px solid transparent;
                    border-right: 10px solid transparent;
                    border-top: 10px solid transparent;
                    border-top-color: #148e76;
                    position: absolute;
                    top: 100%;
                    left: 50%;
                    margin-left: -10px;
                }

        .mainbar .mainbar-toggle {
            display: none;
        }

        .mainbar .mainbar-collapse {
            width: auto;
            border-top: 0;
            box-shadow: none;
        }

            .mainbar .mainbar-collapse.collapse {
                display: block !important;
                height: auto !important;
                padding-bottom: 0;
                overflow: visible !important;
            }

            .mainbar .mainbar-collapse.in {
                overflow-y: visible;
            }
}

@media (min-width: 992px) {
    .mainbar {
        height: auto;
    }

        .mainbar .mainbar-nav > li {
            margin-right: 10px;
        }

            .mainbar .mainbar-nav > li > a {
                padding: 12px 12px;
                font-size: 14px;
            }

                .mainbar .mainbar-nav > li > a > i {
                    font-size: 28px;
                }
}

.mainbar .dropdown-menu > li > a:hover,
.mainbar .dropdown-menu > li > a:focus {
    color: #3f3f3f;
    background-color: #3f3f3f;
}

@media (max-width: 768px) {
    .mainbar .dropdown-menu > li > a:hover,
    .mainbar .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: #ffb300 !important; /* @smartphone change color - mainbar menu hover */
    }
}

/* ----------------------------------------------- */
/* 4. Background styles - LEVEL 1                  */
/* ----------------------------------------------- */

.bg-level1 {
    background-color: #3f3f3f;
    color: #fff;
}

.bg-login {
    color: #ef6c00 !important;
    background-color: #3f3f3f !important; /* Change color - background-login1 active */
}

.bg-level1.lt,
.bg-level1 .lt {
    background-color: #374b5e;
}

.bg-level1.lter,
.bg-level1 .lter {
    background-color: #41586e;
}

.bg-level1.dk,
.bg-level1 .dk {
    background-color: #3f3f3f;
}

.bg-level1.dker,
.bg-level1 .dker {
    background-color: #ef6c00;
}

.bg-level1.dker,
.bg-level1 .dker-selected {
    background-color: #ffb300 !important; /* NEW */
}

.bg-level1.wht,
.bg-level1 .wht {
    background-color: #fff !important;
    color: #3f3f3f;
}

.bg-level1 > ul {
    margin-left: -15px;
}

/*--- bg-light ---*/

.bg-light.lt,
.bg-light .lt {
    background-color: #f7f7f7 !important;
}

.bg-light.lter,
.bg-light .lter {
    background-color: #fefefe;
}

.bg-light.dk,
.bg-light .dk {
    background-color: #ebebeb;
}

.bg-light.dker,
.bg-light .dker {
    background-color: #e4e4e4;
    /* vers3*/
    border-top: 1px solid #ef6c00;
    border-bottom: 1px solid #ef6c00;
}

.bg-light .bg {
    background-color: #f1f1f1;
}


.bg-level1 .bg {
    background-color: #3f3f3f;
}

.bg-level1 a {
    color: #adbece;
}

    .bg-level1 a:hover {
        color: #fff;
    }

.bg-level1.label-blue a {
    color: #3f3f3f !important;
}

    .bg-level1.label-blue a:hover {
        color: #fff;
    }

.bg-level1 a.list-group-item:hover,
.bg-level1 a.list-group-item:focus {
    background-color: inherit;
}

.bg-level1 .nav .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.bg-level1 .nav > li > a {
    color: #fff;
    background-color: #EF6C00;
}

    .bg-level1 .nav > li > a:hover {
        color: #fff;
        background-color: #ffb300;
    }

        .bg-level1 .nav > li > a:hover .caret {
            border-top-color: #fff;
            border-bottom-color: #fff;
        }

.bg-level1 .nav .open > a {
    background-color: #25313e;
}

.bg-level1.navbar .nav > li.active > a {
    color: #fff;
    background-color: #25313e;
}

.bg-level1 .open > a,
.bg-level1 .open > a:hover,
.bg-level1 .open > a:focus {
    color: #fff;
}

.bg-level1 .text-muted {
    color: #8da4bb !important;
}

.bg-level1 .icon-muted {
    color: #4a647e !important;
}


.panel-level1 {
    border-color: #3f3f3f !important;
}

    .panel-level1 > .panel-heading {
        color: #ffffff;
        background-color: #ef6c00;
        border-color: #ef6c00;
    }

        .panel-level1 > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #ef6c00;
        }

        .panel-level1 > .panel-heading > .dropdown .caret {
            border-color: #ffffff transparent;
        }

.panel--level1 > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ef6c00;
}

.panel-footer td {
    padding: 4px 6px;
    /* ajustes de la tipografia */
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    white-space: nowrap;
    color: #717171 !important;
    /* caracteristicas del borde y del background */
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 2px;
    border-color: #dadada;
    border-bottom-color: #ccc;
    /* para add sombra a las cajas */
    box-shadow: 0 1px 1px rgba(90,90,90,0.1);
    -webkit-box-shadow: 0 1px 1px rgba(90,90,90,0.1);
}

.panel-footer a {
    text-decoration: none;
    font-weight: bold;
    color: black;
}

.breadcrumb > .active {
    color: #3f3f3f;
    font-size: 18px;
}


/* ----------------------------------------------- */
/* 5. Background styles - LEVEL 2                  */
/* ----------------------------------------------- */

.bg-level2 {
    background-color: #ffb300; /* Change color - bg-level2 */
    color: #fff; /* Change color - bg-level2 text */
}

    .bg-level2.lt,
    .bg-level2 .lt {
        background-color: #d1d1d1; /* Change color - bg-level2 background */
    }

    .bg-level2.lter,
    .bg-level2 .lter {
        background-color: #fff; /* Change color - bg-level2 background */
    }

    .bg-level2.dk,
    .bg-level2 .dk {
        background-color: #3f3f3f;
    }

    .bg-level2.dker,
    .bg-level2 .dker {
        background-color: #EF6C00;
    }

    .bg-level2 .bg {
        background-color: #ffb300;
    }

    .bg-level2 a {
        color: #ffffff;
    }

        .bg-level2 a:hover {
            color: #fff;
        }

        .bg-level2 a.list-group-item:hover,
        .bg-level2 a.list-group-item:focus {
            background-color: inherit;
        }

    .bg-level2 .nav > li > a {
        color: #fff !important;
    }

        .bg-level2 .nav > li > a:hover {
            color: #3f3f3f; /* #fff; */
            background-color: #ef6c00; /* Change color - bg-level2 a:hover */
        }

    .bg-level2 .nav .caret {
        border-top-color: #fff; /* Change color - bg-primary caret */
        border-bottom-color: #fff; /* idem */
    }

    .bg-level2 .nav > li > a:hover .caret {
        border-top-color: #fff; /* Change color - bg-level2 a:hover caret */
        border-bottom-color: #fff; /* idem */
    }

    .bg-level2 .nav .open > a {
        background-color: #ffb300 !important; /* Change color - bg-level2 open */
    }

    .bg-level2.navbar .nav > li.active > a {
        color: #fff;
        background-color: #ef6c00; /* Change color - bg-level2 active */
    }

    .bg-level2 .open > a,
    .bg-level2 .open > a:hover,
    .bg-level2 .open > a:focus {
        color: #fff;
    }

    .bg-level2.dker,
    .bg-level2 .dker-selected {
        background-color: #ffb300 !important; /* Change color - bg-level2 active */
    }

.panel-level2 {
    border-color: #3f3f3f !important;
}

    .panel-level2 > .panel-heading {
        color: #ffffff;
        background-color: #3f3f3f;
        border-color: #3f3f3f;
    }

        .panel-level2 > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #3f3f3f;
        }

        .panel-level2 > .panel-heading > .dropdown .caret {
            border-color: #ffffff transparent;
        }

.panel--level2 > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #e8e8e8;
}

.badge-level2 {
    background-color: #8ec165; /* bg-color #ffc333; */
    color: #fff;
}

.bg-level2 .text-muted {
    color: #c3c3c3 !important;
}

.bg-level2 .icon-muted {
    color: #c3c3c3 !important;
}

/* -- breadcrumb -- */

.breadcrumb {
    background-color: #ffb300;
    font-size: 12px;
    margin-bottom: 0;
}

    .breadcrumb a {
        color: #fff;
    }


/* ----------------------------------------------- */
/* 6. Background styles - LEVEL 3                  */
/* ----------------------------------------------- */

li[role="presentation"] {
    border-right-color: #3f3f3f;
    border-right-style: solid;
    border-right-width: 1px;
}

.nav-tabs > li > a {
    width: 100% !important;
}

.bg-level3 {
    background-color: #fff;
    color: #3f3f3f;
}

    .bg-level3.lt,
    .bg-level3 .lt {
        background-color: #b3b3b3;
    }

    .bg-level3 a {
        color: #fff;
    }

    .bg-level3 .table-condensed a {
        color: #3f3f3f;
    }

        .bg-level3 .table-condensed a:hover {
            color: #ef6c00;
        }

    .bg-level3 .accordion-heading a {
        color: #b94a48;
        font-style: italic;
        font-weight: bold;
    }

        .bg-level3 .accordion-heading a:hover {
            color: #3f3f3f;
        }

    .bg-level3 .text-muted {
        color: #979797 !important;
    }

.bg-level3-only {
    background-color: #fff;
}

.panel-level3 {
    border-color: #dddddd;
}

    .panel-level3 > .panel-heading {
        color: #ffffff;
        background-color: #22394A;
        border-color: #22394A;
    }

        .panel-level3 > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #dddddd;
        }

        .panel-level3 > .panel-heading > .dropdown .caret {
            border-color: #333333 transparent;
        }

    .panel-level3 > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #dddddd;
    }

.headerLink {
    color: #EF6C00 !important;
}

/* ----------------------------------------------- */
/* 7. Background styles - LEVEL 4                  */
/* ----------------------------------------------- */
.bg-level4 a {
    color: #3f3f3f;
}

.bg-level4 {
    background-color: #ffb300;
    color: #3f3f3f;
}

    .bg-level4 a:hover {
        color: #3f3f3f;
    }

    .bg-level4 .text-muted {
        color: #979797 !important;
    }

.bg-level4-only {
    background-color: #fff;
}


/* ----------------------------------------------- */
/* 7. Background styles - LEVEL 5                  */
/* ----------------------------------------------- */

.bg-level5 {
    background-color: #fff;
    color: #3f3f3f;
}

    .bg-level5 a {
        color: #3f3f3f;
    }

        .bg-level5 a:hover {
            color: #3f3f3f;
        }

    .bg-level5 .text-muted {
        color: #979797 !important;
    }

.bg-level5-only {
    background-color: #fff;
}

.bg-level2 .nav > li > a {
    color: #fff !important;
}

    .bg-level2 .nav > li > a:hover {
        color: #3f3f3f !important; /* #fff; */
        background-color: #FFB300;
    }

    .bg-level2 .nav > li > a.top-bar {
        color: #3f3f3f !important;
        background-color: none;
    }

        .bg-level2 .nav > li > a.top-bar:hover,
        .bg-level2 .nav > li > a.top-bar:focus {
            color: #3f3f3f; /* #fff; */
            background-color: #f7f7f7;
        }

.bg-level2 .nav .caret {
    border-top-color: #3f3f3f;
    border-bottom-color: #3f3f3f;
}


.bg-level2 .nav > li > a:hover .caret {
    border-top-color: #3f3f3f;
    border-bottom-color: #3f3f3f;
}

.bg-level2 .nav .caret.caret-w {
    border-top-color: #fff;
    border-bottom-color: #fff;
}


.bg-level2 .nav > li > a:hover .caret {
    border-top-color: #3f3f3f;
    border-bottom-color: #3f3f3f;
}



/* ----------------------------------------------- */
/* 8. Navbar [.nav .navbar]                        */
/* ----------------------------------------------- */

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .nav:before,
    .nav:after {
        display: table;
        content: " ";
    }

    .nav:after {
        clear: both;
    }

    .nav:before, .nav:after {
        display: table;
        content: " ";
    }

    .nav:after {
        clear: both;
    }

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 25px;
        }

            .nav > li > a:hover,
            .nav > li > a:focus {
                text-decoration: none;
                color: #3f3f3f; /* Change color text - nav hover focus */
            }

        .nav > li.disabled > a {
            color: #999999;
        }

            .nav > li.disabled > a:hover,
            .nav > li.disabled > a:focus {
                color: #999999;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent;
            }

    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        background-color: #ef6c00; /* Change color - nav hover focus */
        border-color: #ef6c00;
        opacity: 0.5;
    }

    .nav .y-alt .open > a,
    .nav .y-alt .open > a:hover,
    .nav .y-alt .open > a:focus {
        background-color: #EF6C00 !important; /* Change color - nav hover focus */
        border-color: #EF6C00 !important;
        opacity: 0.5;
    }

    .nav .open > a .caret,
    .nav .open > a:hover .caret,
    .nav .open > a:focus .caret {
        border-top-color: #fff; /* Change color - nav caret */
        border-bottom-color: #fff; /* idem */
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #dddddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.428571429;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eeeeee #eeeeee #dddddd;
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #ffffff !important;
            cursor: default;
            background-color: #ffb300 !important; /* Change color - nav-tabs active */
            border: 1px solid #dddddd;
            border-bottom-color: transparent;
        }

.nav-tabs-muted > li.active > a,
.nav-tabs-muted > li.active > a:hover,
.nav-tabs-muted > li.active > a:focus {
    color: #3f3f3f !important;
    cursor: default !important;
    background-color: #fff !important; /* Change color - nav-tabs-muted active */
    border: 1px solid #dddddd !important;
    border-bottom-color: transparent !important;
}



.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

    .nav-tabs.nav-justified > li {
        float: none;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 5px;
            text-align: center;
        }

    .nav-tabs.nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width:768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dddddd;
}

@media (min-width:768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a,
    .nav-pills > li.active > a:hover,
    .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #428bca;
    }

        .nav-pills > li.active > a .caret,
        .nav-pills > li.active > a:hover .caret,
        .nav-pills > li.active > a:focus .caret {
            border-top-color: #fff;
            border-bottom-color: #fff;
        }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            margin-bottom: 5px;
            text-align: center;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width:768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border: 1px solid #dddddd;
    }

@media (min-width:768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav .caret {
    border-top-color: #3f3f3f; /* Change color - nav caret */
    border-bottom-color: #3f3f3f; /* idem */
}

.nav a:hover .caret {
    border-top-color: #3f3f3f; /* Change color - nav caret a:hover */
    border-bottom-color: #3f3f3f; /* idem */
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 4px;
    border: 1px solid transparent;
}

    .navbar.no-borders {
        border-width: 0 !important;
    }

    .navbar:before,
    .navbar:after {
        display: table;
        content: " ";
    }

    .navbar:after {
        clear: both;
    }

    .navbar:before,
    .navbar:after {
        display: table;
        content: " ";
    }

    .navbar:after {
        clear: both;
    }

@media (min-width:768px) {
    .navbar {
        border-radius: 4px;
    }
}

.navbar-header:before,
.navbar-header:after {
    display: table;
    content: " ";
}

.navbar-header:after {
    clear: both;
}

.navbar-header:before,
.navbar-header:after {
    display: table;
    content: " ";
}

.navbar-header:after {
    clear: both;
}

@media (min-width:768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    max-height: 340px;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse:before,
    .navbar-collapse:after {
        display: table;
        content: " ";
    }

    .navbar-collapse:after {
        clear: both;
    }

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: auto;
        }

        .navbar-collapse .navbar-nav.navbar-left:first-child {
            margin-left: -15px;
        }

        .navbar-collapse .navbar-nav.navbar-right:last-child {
            margin-right: -15px;
        }

        .navbar-collapse .navbar-text:last-child {
            margin-right: 0;
        }
}

.container > .navbar-header,
.container > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width:768px) {
    .container > .navbar-header,
    .container > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width:768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: none;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    display: inline-block;
    padding: 0 15px;
    font-weight: bold;
    height: 130px;
}

    .navbar-brand:hover {
        text-decoration: none;
    }

    .navbar-brand img {
        max-height: 120px;
        margin-top: 8px;
        margin-bottom: 8px;
        vertical-align: middle !important;
    }

    .navbar-brand:hover,
    .navbar-brand:focus {
        text-decoration: none;
    }

@media (min-width:768px) {
    .navbar > .container .navbar-brand {
        margin-left: -15px;
    }
}

.brand-p-l {
    padding-left: 18px;
}

.navbar-header {
    position: relative;
}

    .navbar-header > .btn {
        position: absolute;
        font-size: 1.3em;
        padding: 9px 16px;
        line-height: 30px;
        left: 0;
    }

    .navbar-header .navbar-brand + .btn {
        right: 0;
        top: 0;
        left: auto;
    }

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width:768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
        border-right: 0px solid #3f3f3f;
    }

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover,
            .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

        .navbar-form .radio input[type="radio"],
        .navbar-form .checkbox input[type="checkbox"] {
            float: none;
            margin-left: 0;
        }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu .pull-right {
    right: 0;
    left: auto;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-text {
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width:768px) {
    .navbar-text {
        margin-right: 15px;
        margin-left: 15px;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777777;
    }

        .navbar-default .navbar-brand:hover,
        .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777777;
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            color: #333333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #555555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a,
    .navbar-default .navbar-nav > .disabled > a:hover,
    .navbar-default .navbar-nav > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #dddddd;
    }

        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background-color: #dddddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #cccccc;
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .dropdown > a:hover .caret,
    .navbar-default .navbar-nav > .dropdown > a:focus .caret {
        border-top-color: #333333;
        border-bottom-color: #333333;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        color: #555555;
        background-color: #e7e7e7;
    }

        .navbar-default .navbar-nav > .open > a .caret,
        .navbar-default .navbar-nav > .open > a:hover .caret,
        .navbar-default .navbar-nav > .open > a:focus .caret {
            border-top-color: #555555;
            border-bottom-color: #555555;
        }

    .navbar-default .navbar-nav > .dropdown > a .caret {
        border-top-color: #777777;
        border-bottom-color: #777777;
    }

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777777;
}

    .navbar-default .navbar-link:hover {
        color: #333333;
    }


/* ----------------------------------------------- */
/* 7. Buttons                                      */
/* ----------------------------------------------- */

.btn-link {
    color: #717171;
}

    .btn-link.active {
        webkit-box-shadow: none;
        box-shadow: none;
    }

/* Default button */

.btn-default {
    color: #717171 !important; /* Change text color - default button */
    background-color: #fafafa; /* Change color - default button */
    border-color: #dadada; /* Change line color - default button */
    border-bottom-color: #ccc; /* Change line-bottom color - default button */
    -webkit-box-shadow: 0 1px 1px rgba(90,90,90,0.1);
    box-shadow: 0 1px 1px rgba(90,90,90,0.1);
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        color: #717171 !important; /* Change text color - default button hover */
        background-color: #ededed; /* Change color - default button hover */
        border-color: #c6c6c6; /* Change line color - primary button hover */
    }

    .btn-default:active,
    .btn-default.active, .open
    .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled,
    .btn-default.disabled:hover,
    .btn-default.disabled:focus,
    .btn-default.disabled:active,
    .btn-default.disabled.active,
    .btn-default[disabled],
    .btn-default[disabled]:hover,
    .btn-default[disabled]:focus,
    .btn-default[disabled]:active,
    .btn-default[disabled].active,
    fieldset[disabled] .btn-default,
    fieldset[disabled] .btn-default:hover,
    fieldset[disabled] .btn-default:focus,
    fieldset[disabled] .btn-default:active,
    fieldset[disabled] .btn-default.active {
        background-color: #fafafa; /* Change color - default button disabled */
        border-color: #dadada; /* Change line color - default button disabled */
    }

    .btn-default.btn-bg {
        border-color: rgba(0,0,0,0.1);
        background-clip: padding-box;
    }

/* Primary button */

.btn-primary {
    color: #fff !important; /* Change text color - primary button */
    background-color: #ef6c00; /* Change color - primary button */
    border-color: #ef6c00; /* Change line color - primary button */
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        color: #fff !important;
        background-color: #EF6C00;
        border-color: #EF6C00;
    }

    .btn-primary:active, .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled,
    .btn-primary.disabled:hover,
    .btn-primary.disabled:focus,
    .btn-primary.disabled:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled],
    .btn-primary[disabled]:hover,
    .btn-primary[disabled]:focus,
    .btn-primary[disabled]:active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary,
    fieldset[disabled] .btn-primary:hover,
    fieldset[disabled] .btn-primary:focus,
    fieldset[disabled] .btn-primary:active,
    fieldset[disabled] .btn-primary.active {
        background-color: #fafafa; /* Change color - primary button disabled */
        border-color: #dadada; /* Change line color - primary button disabled */
    }

/* Orange-off button */

.btn-orange-off {
    color: #717171 !important; /* Change text color - orange button */
    background-color: #fafafa; /* Change color - default button */
    border-color: #dadada; /* Change line color - default button */
    /* background-color:#FF8000;                       Change color - orange button */
    /*border-color:#FF8000;                            Change line color - orange button */
}

    .btn-orange-off:hover,
    .btn-orange-off:focus,
    .btn-orange-off:active,
    .btn-orange-off.active,
    .open .dropdown-toggle.btn-orange-off {
        color: #fff !important;
        background-color: #F27900; /* Change color - orange button hover */
        border-color: #FF8000; /* Change line color - orange button hover */
    }

    .btn-orange-off:active, .btn-orange-off.active,
    .open .dropdown-toggle.btn-orange-off {
        background-image: none;
    }

    .btn-orange-off.disabled,
    .btn-orange-off.disabled:hover,
    .btn-orange-off.disabled:focus,
    .btn-orange-off.disabled:active,
    .btn-orange-off.disabled.active,
    .btn-orange-off[disabled],
    .btn-orange-off[disabled]:hover,
    .btn-orange-off[disabled]:focus,
    .btn-orange-off[disabled]:active,
    .btn-orange-off[disabled].active,
    fieldset[disabled] .btn-orange-off,
    fieldset[disabled] .btn-orange-off:hover,
    fieldset[disabled] .btn-orange-off:focus,
    fieldset[disabled] .btn-orange-off:active,
    fieldset[disabled] .btn-orange-off.active {
        background-color: #fafafa; /* Change color - orange button disabled */
        border-color: #dadada; /* Change line color - orange button disabled */
    }


/* Orange-off button */

.btn-orange-on {
    color: #fff !important; /* Change text color - orange button */
    background-color: #FF8000; /* Change color - orange button */
    border-color: #FF8000; /* Change line color - orange button */
}

    .btn-orange-on:hover,
    .btn-orange-on:focus,
    .btn-orange-on:active,
    .btn-orange-on.active,
    .open .dropdown-toggle.btn-orange-on {
        color: #fff !important;
        background-color: #F27900; /* Change color - orange button hover */
        border-color: #FF8000; /* Change line color - orange button hover */
    }

    .btn-orange-on:active, .btn-orange-on.active,
    .open .dropdown-toggle.btn-orange-on {
        background-image: none;
    }

    .btn-orange-on.disabled,
    .btn-orange-on.disabled:hover,
    .btn-orange-on.disabled:focus,
    .btn-orange-on.disabled:active,
    .btn-orange-on.disabled.active,
    .btn-orange-on[disabled],
    .btn-orange-on[disabled]:hover,
    .btn-orange-on[disabled]:focus,
    .btn-orange-on[disabled]:active,
    .btn-orange-on[disabled].active,
    fieldset[disabled] .btn-orange-on,
    fieldset[disabled] .btn-orange-on:hover,
    fieldset[disabled] .btn-orange-on:focus,
    fieldset[disabled] .btn-orange-on:active,
    fieldset[disabled] .btn-orange-on.active {
        background-color: #fafafa; /* Change color - orange button disabled */
        border-color: #dadada; /* Change line color - orange button disabled */
    }

/* ----------------------------------------------- */
/* 8.Tabs                                          */
/* ----------------------------------------------- */


.panel-default {
    border-color: #dddddd;
}

    .panel-default > .panel-heading {
        color: #fff;
        background-color: #ef6c00; /* Change color - tab & panel heading */
        border-color: #ef6c00; /* Change line color - tab & panel heading */
    }

        .panel-default > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #dddddd;
        }

        .panel-default > .panel-heading > .dropdown .caret {
            border-color: #333333 transparent;
        }

    .panel-default > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #dddddd;
    }


/* -- panel -- */

.panel-login {
    border-color: #3d3d3d !important;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
}

.panel {
    border-radius: 2px;
}

    .panel.panel-default {
        border-color: #e8e8e8;
    }

        .panel.panel-default > .panel-heading,
        .panel.panel-default > .panel-footer {
            border-color: #e8e8e8;
        }

.panel-swappsi {
    border-color: #ef6c00 !important;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
}

    .panel-swappsi > .panel-heading,
    .panel-ecce > .panel-footer {
        border-color: #e8e8e8;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
    }

.panel-ecce-v3 {
    border-color: #ef6c00 !important;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
}

    .panel-ecce-v3 > .panel-heading,
    .panel-ecce-v3 > .panel-footer {
        border-color: #e8e8e8;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
    }



.panel .list-group-item {
    border-color: #f0f0f0;
}

.panel.no-borders {
    border-width: 0;
}

    .panel.no-borders .panel-heading, .panel.no-borders .panel-footer {
        border-width: 0;
    }

.panel .table td, .panel .table th {
    padding: 6px 15px;
    border-top: 1px solid #f1f1f1;
}

.panel .table thead > tr > th {
    border-bottom: 1px solid #ebebeb;
}

.panel .table tbody > tr > th {
    border-bottom: 1px solid #b2ceec;
}

.panel .table-striped > tbody > td:nth-child(odd) > td {
    background-color: #f9f9f9;
}

.panel .table-striped .bg-red {
    background-color: #ffe5e5 !important;
    border-left: 1px solid #f9f9f9 !important;
}

.panel .table-striped > thead th, .panel .table-striped > tbody > tr:nth-child(odd) > th,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #3f3f3f;
    border-right: 1px solid #e4e4e4;
}

.panel .table-striped > tbody th {
    background-color: #3f3f3f !important;
    border-right: 1px solid #b2ceec;
}

.panel .table-striped > thead th:last-child {
    border-right: none;
}

.panel-heading {
    border-radius: 2px 2px 0 0;
}

    .panel-heading.no-border {
        margin: -1px -1px 0 -1px;
        border: none;
    }

    .panel-heading .nav {
        font-size: 13px;
        margin: -10px -15px -11px;
        border: none;
    }

        .panel-heading .nav > li > a {
            border-radius: 0;
            margin: 0 0 8px 0; /* 0; */
            border-width: 0;
        }

    .panel-heading .nav-tabs.nav-justified {
        width: auto;
    }

        .panel-heading .nav-tabs.nav-justified > li:first-child > a,
        .panel-heading .nav-tabs.pull-left > li:first-child > a {
            border-radius: 2px 0 0 0;
        }

        .panel-heading .nav-tabs.nav-justified > li:last-child > a,
        .panel-heading .nav-tabs.pull-right > li:last-child > a {
            border-radius: 0 2px 0 0;
        }

    .panel-heading .nav-tabs > li > a {
        line-height: 3.5; /* 1.5; */
    }

        .panel-heading .nav-tabs > li > a:hover, .panel-heading .nav-tabs > li > a:focus {
            border-width: 0;
            background: transparent;
            border-color: transparent;
        }

    .panel-heading .nav-tabs > li.active > a,
    .panel-heading .nav-tabs > li.active > a:hover,
    .panel-heading .nav-tabs > li.active > a:focus {
        color: #717171;
        background-color: #fff;
    }

    .panel-heading .list-group {
        background: transparent;
    }

.panel-footer {
    border-radius: 0 0 2px 2px;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #eaedef;
}

/* ---- */

.table {
    width: 100%;
    margin-bottom: 0;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.428571429;
        vertical-align: top;
        border-top: 1px solid #dddddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #dddddd;
    }

    .table > tbody > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #dddddd;
    }

    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #dddddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #dddddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > td:nth-child(odd) > td {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    display: table-column;
    float: none;
}

table td[class*="col-"], table th[class*="col-"] {
    display: table-cell;
    float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

@media (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        border: 1px solid #dddddd;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}


/* ----------------------------------------------- */
/* 9. Text                                         */
/* ----------------------------------------------- */

.text-primary {
    color: #ffb300;
}

.text-info {
    color: #3f3f3f !important;
}

.text-success {
    color: #8ec165;
}

.text-warning {
    color: #ffc333;
}

.text-danger {
    color: #fb6b5b;
}

.text-light {
    color: #f1f1f1;
}

.text-white {
    color: #fff !important;
}

.text-dark {
    color: #3f3f3f;
}

.text-muted {
    color: #979797;
}

.text-cyan {
    color: #57b3df;
}

small {
    font-size: 90%;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #fc988d !important;
}

.text-Primary-Color {
    color: #ef6c00;
}


/* ----------------------------------------------- */
/* 10. Arrow                                       */
/* ----------------------------------------------- */

.arrow {
    border-width: 8px;
    z-index: 10;
}

    .arrow, .arrow:after {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
    }

        .arrow:after {
            border-width: 7px;
            content: "";
        }

        .arrow.top {
            left: 50%;
            margin-left: -8px;
            border-top-width: 0;
            border-bottom-color: #eee;
            border-bottom-color: rgba(0,0,0,0.1);
            top: -8px;
        }

            .arrow.top:after {
                content: " ";
                top: 1px;
                margin-left: -7px;
                border-top-width: 0;
                border-bottom-color: #22394a;
            }

@media (min-width:768px) {
    .arrow.top:after {
        content: " ";
        top: 1px;
        margin-left: -7px;
        border-top-width: 0;
        border-bottom-color: #fff;
    }
}

.arrow.top.green:after {
    content: " ";
    top: 1px;
    margin-left: -7px;
    border-top-width: 0;
    border-bottom-color: #3f3f3f;
}

@media (min-width:768px) {
    .arrow.top.green:after {
        content: " ";
        top: 1px;
        margin-left: -7px;
        border-top-width: 0;
        border-bottom-color: #fff;
    }
}

.arrow.top.white:after {
    content: " ";
    top: 1px;
    margin-left: -7px;
    border-top-width: 0;
    border-bottom-color: #fff;
}

@media (min-width:768px) {
    .arrow.top.white:after {
        content: " ";
        top: 1px;
        margin-left: -7px;
        border-top-width: 0;
        border-bottom-color: #fff;
    }
}


/* ----------------------------------------------- */
/* 11. radio and checkbox custom                   */
/* ----------------------------------------------- */

.radio-custom,
.checkbox-custom {
    margin-left: -20px;
}

    .radio-custom input[type="radio"],
    .checkbox-custom input[type="checkbox"] {
        left: -9999em;
        position: absolute;
    }

    .radio-custom > i:before,
    .checkbox-custom > i:before {
        color: #DDDDDD;
        font-size: 1.333em;
        margin-left: 0;
        margin-right: 4px;
        vertical-align: -10%;
    }

    .radio-custom > i.checked:before,
    .checkbox-custom > i.checked:before {
        color: #ef6c00; /* Change color - radio & check buttons */
    }

    .radio-custom > i.disabled:before,
    .checkbox-custom > i.disabled:before {
        color: #EEEEEE;
    }

    .radio-custom > i.checked:before {
        content: '\f111';
    }

    .checkbox-custom > i.checked:before {
        content: '\f046';
    }

.inline {
    margin-left: 0 !important;
    padding-top: 7px;
    font-weight: 400;
}


/* ----------------------------------------------- */
/* 12. marging and padding control                 */
/* ----------------------------------------------- */

.wrapper-sm {
    padding: 10px;
}

.wrapper {
    padding: 0 0 15px 0;
}

@media (min-width:768px) {
    .wrapper {
        padding: 15px;
    }
}

.wrapper.footer {
    padding: 15px;
}

.wrapper.wrp-m-none {
    margin: 0;
}

.wrapper-lg {
    padding: 30px;
}

.wrapper-xl {
    padding: 50px;
}

.padder {
    padding-left: 15px;
    padding-right: 15px;
}

.padder-v {
    padding-top: 15px;
    padding-bottom: 15px;
}

.no-padder {
    padding: 0 !important;
}

.pull-in {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width:768px) {
    .pull-in {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.pull-out {
    margin: -10px -15px;
}

.b-a {
    border: 1px solid #cfcfcf;
}

.b-t {
    border-top: 1px solid #cfcfcf;
}

.b-t-dark-green {
    border-top: 8px solid #3f3f3f !important;
}

.b-r {
    border-right: 1px solid #3f3f3f;
}

.border-right {
    border-right: 1px solid #3f3f3f;
}

.b-b {
    border-bottom: 1px solid #cfcfcf;
}

.b-l {
    border-left: 1px solid #cfcfcf;
}

.b-light {
    border-color: #e4e4e4;
}

.border-color-none {
    border-color: #fff;
}

.b-dark {
    border-color: #374b5e;
}

.b-primary {
    border-color: #5e94d6;
}

.b-success {
    border-color: #9bc877;
}

.b-info {
    border-color: #5fc7c8;
}

.b-warning {
    border-color: #ffcb4d;
}

.b-danger {
    border-color: #fc8174;
}

.b-black {
    border-color: #353535;
}

.b-white {
    border-color: #fff;
}

.b-2x {
    border-width: 2px;
}

.b-3x {
    border-width: 3px;
}

.r {
    border-radius: 2px 2px 2px 2px;
}

.r-l {
    border-radius: 2px 0 0 2px;
}

.r-r {
    border-radius: 0 2px 2px 0;
}

.r-t {
    border-radius: 2px 2px 0 0;
}

.r-b {
    border-radius: 0 0 2px 2px;
}

.m-xs {
    margin: 5px;
}

.m-sm {
    margin: 10px;
}

.m {
    margin: 15px;
}

.m-md {
    margin: 20px;
}

.m-lg {
    margin: 30px;
}

.m-n {
    margin: 0 !important;
}

.m-l-none {
    margin-left: 0;
}

.m-l-xxs {
    margin-left: 2px;
}

.m-l-xs {
    margin-left: 5px;
}

.m-l-sm {
    margin-left: 10px;
}

.m-l {
    margin-left: 0;
}

@media (max-width:767px) {
    .m-l {
        margin-left: 15px;
    }
}

.m-l-md {
    margin-left: 20px;
}

.m-l-lg {
    margin-left: 30px;
}

.m-l-xl {
    margin-left: 40px;
}

.m-l-n-xxs {
    margin-left: -1px;
}

.m-l-n-xs {
    margin-left: -5px;
}

.m-l-n-sm {
    margin-left: -10px;
}

.m-l-n {
    margin-left: -15px;
}

.m-l-n-md {
    margin-left: -20px;
}

.m-l-n-lg {
    margin-left: -30px;
}

.m-l-n-xl {
    margin-left: -40px;
}

.m-l-n-xxl{
    margin-left: -150px;
}

.m-t-none {
    margin-top: 0;
}

@media (max-width:767px) {
    .m-t-none {
        margin-top: 15px;
    }
}

.m-t-xxs {
    margin-top: 1px;
}

.m-t-xs {
    margin-top: 5px;
}

.m-t-sm {
    margin-top: 10px;
}

.m-t-sm-per {
    margin-top: 3.5%;
}

.m-t {
    margin-top: 0px;
}

@media (max-width:767px) {
    .m-t {
        margin-top: 15px;
    }
}

.m-t-md {
    margin-top: 20px !important;
}

.m-t-mlg {
    margin-top: 25px;
}

.m-t-lg {
    margin-top: 30px;
}

.m-t-xl {
    margin-top: 40px;
}

.m-t-sxl {
    margin-top: 100px;
}

.m-t-n-xxs {
    margin-top: -1px;
}

.m-t-n-xs {
    margin-top: -5px;
}

.m-t-n-sm {
    margin-top: -10px;
}

.m-t-n {
    margin-top: -15px;
}

.m-t-n-md {
    margin-top: -20px;
}

.m-t-n-lg {
    margin-top: -30px;
}

.m-t-n-xl {
    margin-top: -40px;
}

.m-r-none {
    margin-right: 0 !important;
}

.m-r-xxs {
    margin-right: 2px;
}

.m-r-xs {
    margin-right: 5px;
}

.m-r-sm {
    margin-right: 10px;
}

.m-r {
    margin-right: 15px;
}

.m-r-md {
    margin-right: 20px;
}

.m-r-lg {
    margin-right: 30px;
}

.m-r-xl {
    margin-right: 40px;
}

.m-r-xxl {
    margin-right: 50px;
}

.m-r-n-xxs {
    margin-right: -1px;
}

.m-r-n-xs {
    margin-right: -5px;
}

.m-r-n-sm {
    margin-right: -10px;
}

.m-r-n {
    margin-right: -15px;
}

.m-r-n-md {
    margin-right: -20px;
}

.m-r-n-lg {
    margin-right: -30px;
}

.m-r-n-xl {
    margin-right: -40px;
}

.m-b-none {
    margin-bottom: 0;
}

.m-b-xs {
    margin-bottom: 5px;
}

.m-b-ssm {
    margin-bottom: 8px;
}

.m-b-sm {
    margin-bottom: 10px;
}

.m-b {
    margin-bottom: 15px;
}

.m-b-md {
    margin-bottom: 20px;
}

.m-b-lg {
    margin-bottom: 30px;
}

.m-b-xl {
    margin-bottom: 40px;
}

.m-b-sxl {
    margin-bottom: 100px;
}

.m-b-n-xxs {
    margin-bottom: -1px;
}

.m-b-n-xs {
    margin-bottom: -5px;
}

.m-b-n-sm {
    margin-bottom: -10px;
}

.m-b-n {
    margin-bottom: -15px;
}

.m-b-n-md {
    margin-bottom: -20px;
}

.m-b-n-lg {
    margin-bottom: -30px;
}

.m-b-n-xl {
    margin-bottom: -40px;
}

.m-t-none {
    margin-top: 0;
}

.p-t-none {
    padding-top: 0 !important;
}

.p-t-xs {
    padding-top: 6px !important;
}

.p-t-sm {
    padding-top: 8px !important;
}

.p-t-lg {
    padding-top: 30px !important;
}

.p-none {
    padding: 0 !important;
}

.p-b-xs {
    padding-bottom: 5px !important;
}

.p-b-sm {
    padding-bottom: 8px !important;
}

.p-b-lg {
    padding-bottom: 30px;
}

.p-b-none {
    padding-bottom: 0 !important;
}

.p-l-xs {
    padding-left: 5px !important;
}

.p-l-sm {
    padding-left: 10px !important;
}

.p-l-md {
    padding-left: 15px !important;
}

.p-l-xl {
    padding-left: 30px !important;
}

.p-r-xs {
    padding-right: 5px !important;
}

.p-r-sm {
    padding-right: 10px !important;
}

.p-r-md {
    padding-right: 15px !important;
}

.p-l-none {
    padding-left: 0 !important;
}

/* ----------------------------------------------- */
/* 15. DevEx Controls			                   */
/* ----------------------------------------------- */


.dxICheckBox_Moderno,
.dxICheckBox_Moderno dxichSys,
.dxeIRadioButton_Moderno,
.dxeIRadioButton_Moderno dxichCellSys {
    background-repeat: no-repeat !Important;
}

/*Hover Menu*/
.popupMenu, table table-striped b-t b-light text-sm .popupMenu,
.table-responsive .popupMenu, .linkTable .popupMenu {
    position: absolute;
    visibility: hidden;
    background-color: #F5F7F8;
    opacity: .9;
    filter: alpha(opacity=90);
}

.popupHover {
    position: absolute;
    visibility: visible;
    background-color: #F5F7F8;
    opacity: .9;
    filter: alpha(opacity=90);
}

/*For progress "bar*/
#blur {
    width: 100%;
    background-color: white;
    /*moz-opacity: 0.4;
    khtml-opacity: .4;*/
    opacity: .4;
    filter: alpha(opacity=40);
    z-index: 120;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#progress {
    z-index: 200;
    background-color: #F1F1F1;
    /*position:relative;*/ /* relative may be required if the message isn't centered on the screen */
    top: 40%;
    left: 50%;
    margin-left: -150px;
    position: absolute;
    border: solid 1px black;
    padding: 25px 5px 25px 5px;
    text-align: center;
    font-size: small;
    font-weight: bolder;
    vertical-align: middle;
    width: 300px;
}

/* BEGIN - For tabs */
.dxtcLite > .dxtc-content {
    font: inherit;
    color: inherit;
    padding: inherit;
}

.dxpc-content, .dxpc-contentWrapper, .dxdz-pnlPlcHolder {
    height: 100% !important;
    /* 
		The line "width:auto !important;" used to be commented out, but it is necessary for the widgets to take full width when docked. 
		Comment it out again if there are other issues as it still works without it 
	*/
    width: auto !important;
}

.dxdpLite_Moderno, .dxdpLite_Moderno, .dxdz-pnlPlcHolder {
    width: auto !important;
    height: 100% !important;
}
/* END - For tabs */

/* For progress bar */
.dxdzControlFill {
    width: 100% !important;
    min-height: 300px;
    /*height: auto !important;*/
    height: 300px;
    overflow: auto;
}

/* BEGIN - AutoComplete */

/*AutoComplete flyout*/
.AutoExtenderListSidebar {
    cursor: pointer;
    background-color: white;
    overflow: auto;
    text-align: left;
    min-height: 50px;
    height: auto !important;
    max-height: 200px;
    list-style-type: none;
    margin: 0px 0px 0px 4px;
    padding: 0px 3px 0px 3px;
    border: 1px solid #ffb300;
}

.AutoExtenderList {
    border-bottom: dotted 1px #006699;
    cursor: pointer;
}

.AutoExtenderHighlight {
    background-color: #ffb300;
    cursor: pointer;
    color: white;
    border-bottom: dotted 1px #ffb300;
}
/* BEGIN - AutoComplete */

/* BEGIN - To use with <fa> icons in buttons */
.noStyle {
    text-decoration: none !important;
    color: black !important;
}

    .noStyle span {
        display: none;
    }
/* END - To use with <fa> icons in buttons */

.new a {
    color: #3f3f3f !important;
}

    .new a:hover {
        color: #ef6c00 !important;
    }

/*DTANTO - COMMENTED OUT BECAUSE IT MAKES THE DEVEX FILE MANAGER FILE BROWSER UNABLE TO WORK */

/*input[type="file"] {
    display: none;
}*/

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

/* Tharstern Elements */

.tharsternTablelement {
    vertical-align: middle;
}

.tharsternHeaderBackground {
    background-color: #3f3f3f;
    color: #ffffff;
}

.ok-status {
    color: #66cc00;
}

/* Processing Order Graphic*/
.processSpinner {
    background-image: url("../../Images/Order-Being-Processed.jpg");
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: center;
}
