﻿@import url(../fonts/IranSans/css/fontiran.css);
@import url(font-awesome.min.css);

:root{
    --org-color: #9912b1;
    --org-pink: #e51278;
    --org-light-blue:#83c7ff;
    --org-med-blue:#0f55bd;
    --org-dark-blue:#251b5f;
}

body {
    font-family: IRANSans;
    padding-top: 50px;
    box-sizing: border-box;
    direction: rtl;
    background-color: #f5f7f1;
    overflow-x: hidden;
    text-align: center;
}

html, body {
    min-height: 100%;
    height: 100%;
}


a {
    text-decoration: none;
    cursor: pointer;
}

    a:hover, a:active, a:visited {
        text-decoration: none;
        color: black;
    }

.btn {
    color: white !important;
}

.hidden {
    display: none;
}

.PreLine{
    white-space:pre-line !important;
}

* {
    margin: 0;
    direction: rtl;
    box-sizing: border-box;
    font-family: IranSans;
}
.chosen-container-multi .chosen-choices li {
    float: right !important;
}
    .chosen-container-multi .chosen-choices, .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
        display: block;
        width: 100%;
        height: 30px !important;
        font-family:IRANSans !important;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

.validation-summary-valid {
    display: none;
}
.mds-bootstrap-persian-datetime-picker-container .btn{
    color:black !important;
}
.popover-header{
    font-family:IRANSans !important;
}
#exportButton, .exportButton {
    background-color: rgb(2, 110, 57);
    border-color: rgb(3, 79, 41);
}
.OrgMedBlue {
    background-color:var(--org-med-blue)
}
.LightRed {
    background-color: #ffc9c9 !important;
}
    .LightRed > tr {
        background-color: #ffc9c9 !important;
    }

    .LightRed > td {
        background-color: #ffc9c9 !important;
    }

.red {
    background-color: #fd7d7d !important;
}

    .red > tr {
        background-color: #fd7d7d !important;
    }

    .red > td {
        background-color: #fd7d7d !important;
    }
.LightGreen {
    background-color: #aea !important;
}
    .LightGreen > tr {
        background-color: #aea !important;
    }

    .LightGreen > td {
        background-color: #aea !important;
    }

.LighterGreen {
    background-color: #deffde !important;
}
.LightBlue {
    background-color: #def9ff !important;
}
.LightOrange {
    background-color: #ffea51 !important;
}
    .LightOrange > tr {
        background-color: #ffea51 !important;
    }
    .LightOrange > td {
        background-color: #ffea51 !important;
    }

.orange {
    background-color: #ffbb51 !important;
}

    .orange > tr {
        background-color: #ffbb51 !important;
    }

    .orange > td {
        background-color: #ffbb51 !important;
    }

.yellow {
    background-color: #ffea51 !important;
}

    .yellow > tr {
        background-color: #ffea51 !important;
    }

    .yellow > td {
        background-color: #ffea51 !important;
    }
.LeftToRight {
    direction: ltr;
    text-align: left !important;
}
.RequiredStar{
    color:red;
    margin-right:5px;
}
.TableContainer {
    max-width: 100%;
    overflow-x: auto;
}
.MVCGridContainer{
    max-width:98%;
}
.FilterBtn {
    width: 150px;
    display: inline-block;
    height: 30px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    background-color: #3276b1;
    padding: 5px;
    text-align: center;
    color: White;
    vertical-align: top;
    margin-top: 10px;
    cursor: pointer;
    border: none;
    outline: none;
}
.AccordionTitle{
    display:inline-block;
    width:100%;
    text-align:right;
}

.Document a {
    color: #337ab7;
}

    .Document a:hover, a:visited, a:active {
        color: #337ab7;
    }
.DocFullBody {
    width: 70%;
    display: inline-block;
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid gray;
    margin-bottom:10px;
}
.GraySpan {
    background-color: #d2d2d2;
    border-radius: 5px;
    padding: 3px;
}
.Disassociated{
    color:gray !important;
}
.DailyMsgBox {
    background-color: var(--org-color);
    margin-bottom: 10px;
    padding: 15px;
    color: white;
    font-size: 17px;
    margin-top: 20px;
    white-space: pre-line;
    display:inline-block;
    max-width:500px;
}
.DocLeftSide {
    width: auto;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
    float: left;
}
.DocTitle {
    color: #070073;
    line-height:1.9em;
}
.DocVerTitle{
    font-size:11px;
    color:gray;
}
.DraftDoc .DocTitle {
    color: #c14444;
}

.UnseenDoc span {
    color: var(--org-pink);
}

.InlineTitle {
    color: var(--org-color);
    font-weight: bold;
}
.Unseen{
    background-color: var(--org-pink) !important;
}
.SideBarGroup.Unseen {
    background-color: var(--org-pink);
}
/*#region Container*/
.BackBtnContainer {
    margin-top: 10px;
}

.HalfContainers {
    display: inline-block !important;
    min-height: 20px;
    padding: 5px;
    width: 48% !important;
    vertical-align: top;
    overflow-x: auto;
}

.FullContainer {
    display: inline-block;
    min-height: 20px;
    padding: 5px;
    width: 100%;
    vertical-align: top;
    text-align: right;
}

.CaptchaContainer {
    text-align: center;
    margin-top: 10px;
}

.InnerContainer {
    width: auto;
    display: inline-block;
    transform: scale(0.8);
}
/*#endregion*/

.DashboardWlc2 {
    min-width: 100px;
    text-align: center;
    padding: 8px;
    display: inline-block;
    min-height: 20px;
    line-height: 44px;
    margin: 0px !important;
    margin-bottom: 5px !important;
    cursor: default;
    font-size: 20px;
    border-bottom: 3px solid rgb(0, 128, 156);
    width: 100%;
    text-align: right;
}


/*#region Colors*/
.PrimaryColor {
    background-color: var(--org-color) !important;
}

.White {
    background-color: white;
}
/*#endregion*/


/*#region Input*/

.formtable table {
    background: white;
    border-collapse: collapse;
    padding: 5px;
    display: inline-block;
    width: 200px !important;
}


.formtable tr {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
}

    .formtable tr:hover td {
        cursor: default;
    }


.formtable td:first-child {
    margin-left: 20px;
}

.formtable td:last-child {
    margin-left: 20px;
}


.formtable td {
    padding: 7px;
    text-align: right;
    font-weight: 400;
    font-size: 14px;
    vertical-align: middle !important;
}

.Input {
    width: 500px;
    max-width:100%;
}
.InputHalf {
    width: 248px;
    display:inline-block;
    max-width:100%;
}
.Input100{
    width:100%;
}
.RadioContainer{
    height:20px;
    line-height:20px;
}
    .RadioContainer label {
        margin-right: 10px;
    }

.mds-bootstrap-persian-datetime-picker-container .btn {
    color: black;
}

.InputCM {
    width: 100%;
    min-width: 260px;
    color: Black;
    font-size: 14px;
    height: 35px;
    border-radius: 5px;
    border: none;
    outline: none;
    padding: 5px;
    background-color: #f0f0f0;
    text-align: right;
}

.TextAreaCM {
    width: 96%;
    min-width: 260px;
    color: Black;
    font-size: 14px;
    height: 250px;
    border-radius: 5px;
    border: none;
    outline: none;
    text-align: right;
    margin-top: 5px;
    padding: 5px;
    padding-right: 5px;
    resize: none;
    padding-right: 10px;
    background-color: var(--neutral-color2);
}

.SendCM {
    width: 100%;
    margin: 0;
    margin-top: 15px;
    min-height: 35px;
    border-radius: 5px;
    display: inline-block;
    border: none;
    color: var(--neutral-color1);
    font-size: 14px;
    cursor: pointer;
    outline: none;
    background-color: var(--primary-theme-color);
}

.InputLabel {
    display: inline-block;
    width: 96%;
    vertical-align: top;
    margin-top: 10px;
    text-align: right;
    display: inline-block;
}

.InputDescription {
    font-size: 12px;
    color: var(--second-theme-color);
    width: 96%;
    display: inline-block;
}

.SaleStatistics {
    width: 30%;
    min-width: 300px;
    display: inline-block;
    background-color: var(--org-light-blue);
    border-radius: 10px;
    box-shadow: 2px 3px 4px 0px #bbb;
    margin-left: 20px;
    margin-bottom: 10px;
}

.SaleStatisticsTitle {
    font-size: 24px;
    font-weight: bold;
    background-color: var(--org-med-blue);
    border-radius: 10px 10px 0 0;
}

    .SaleStatisticsTitle span {
        padding: 10px;
        display: inline-block;
        color: white;
    }

.StatisticTable {
    font-family: arial,sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
}

    .StatisticTable td, th {
        text-align: right !important;
        font-family: iransans !important;
        font-size: 18px;
        text-align: left;
        padding: 8px;
        font-weight: bold;
    }

    .StatisticTable tr {
        border-bottom: 1px solid gray;
    }

        .StatisticTable tr:last-of-type {
            border-bottom: none;
        }

.Firsts {
    background-color: var(--org-pink) !important;
    color:white;
}

.Others {
    background-color: #f7f7f7 !important;
}

.Numbers {
    font-size: 18px !important;
}

@media screen and (min-width: 481px) {

    #Captcha {
       
        width: calc(80% - 200px);
    }
}

@media screen and (min-width: 1373px) {
}
/*#endregion*/
/*#region Tables*/
.InfoTable {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    color: black;
}

    .InfoTable td, th {
        text-align: right !important;
        border: 1px solid #c4c3c3;
        font-family: iransans !important;
        font-size: 14px;
        text-align: left;
        padding: 8px;
    }

    .InfoTable tr:nth-child(even) {
        background-color: #dddddd;
    }

.table table {
    background: white;
    border-radius: 3px;
    border-collapse: collapse;
    margin: auto;
    padding: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    animation: float 5s infinite;
}

.table th {
    color: #ffffff;
    background: #1d293a;
    border-bottom: 1px solid #9ea7af;
    border-right: 1px solid #343a45;
    font-size: 14px;
    font-weight: 400;
    padding: 24px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    vertical-align: middle;
}


.table tr {
    border-top: 1px solid #C1C3D1;
    border-bottom: 1px solid #C1C3D1;
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    /* text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1); */
}

    .table tr:hover td {
        background: #fffcd9;
        color: black;
        cursor: default;
    }

    .table tr:first-child {
        border-top: none;
    }

    .table tr:last-child {
        border-bottom: none;
    }

    .table tr:nth-child(odd) td {
        background: #EBEBEB;
    }

    .table tr:nth-child(odd):hover td {
        background: #fffcd9;
    }

    .table tr:last-child td:first-child {
        border-bottom-left-radius: 3px;
    }

    .table tr:last-child td:last-child {
        border-bottom-right-radius: 3px;
    }

.table td {
    background: #FFFFFF;
    padding: 20px;
    text-align: right;
    font-weight: normal;
    font-size: 12px;
    /* text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1); */
    border-right: 1px solid #C1C3D1;
    word-wrap: normal;
    vertical-align: middle !important;
}

/*#endregion*/
/*#region Sidebar*/


#header {
    width: 100%;
    height: 50px;
    background-color: #f9f9f9;
    padding: 5px;
    position: absolute;
    top: 0;
    box-shadow: 1px 0px 12px -4px black;
    z-index: 999;
}

.well {
    min-height: 0;
    display: none;
    width: 100%;
    padding: 5px;
    background: #ececec;
    border: 1px solid #cacaca;
}


#wrapper {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
}

#sidebar {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 200px;
    background-color: #f3f3f3;
    overflow-x: hidden;
    overflow-y: auto;
    border-left: 2px solid gray;
    z-index: 1000;
    display: inline-block;
    background-color: var(--org-dark-blue) !important;
    width: 215px !important;
    box-shadow: black 1px 0px 12px -4px !important;
    border-left: 1px solid white !important;
}

#pagebody {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 215px;
    overflow-x: auto;
    overflow-y: auto;
    padding: 10px;
}

    #pagebody h2 {
        margin-bottom: 25px;
    }


.header-title {
    color: Black;
    font-size: 17px;
    line-height: 40px;
    font-weight: 500;
}

.header-item {
    color: #484848;
    font-size: 14px;
    line-height: 40px;
    margin-right: 10px;
    margin-left: 10px;
    float: left;
}

.header-item a{
    color:var(--org-med-blue);
}

    .header-item:hover {
        color: Black;
    }

#sidebar ul > li {
    width: 100%;
    text-align: right;
    vertical-align: middle;
    line-height: 40px;
    padding-right: 10px;
    padding-left: 10px;
    border-bottom: 1px dotted #666e77;
}

#sidebar ul li:hover {
    cursor: pointer;
}

    #sidebar ul li:hover > a, #sidebar ul li:hover > span {
        cursor: pointer;
    }

#sidebar ul li > a, #sidebar ul li > span {
    font-weight: 400;
    cursor: pointer;
}

#sidebar ul li a {
    color: white;
    display: block;
    font-size: 13px;
}

#sidebar ul li i {
    vertical-align: middle;
    margin-left: 5px;
    font-size: 22px;
    color: white;
}
/*#endregion*/

/*#region nav-tabs*/
.panel-actions {
    float: none;
    margin-bottom: 15px;
    position: static;
    text-align: right
}

    .panel-actions a {
        vertical-align: top
    }


.tabs {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 35px
}

.nav-tabs {
    margin: 0;
    font-size: 0
}

    .nav-tabs li {
        display: inline-block;
        float: none
    }

        .nav-tabs li:last-child a {
            margin-right: 0
        }

        .nav-tabs li a {
            border-radius: 5px 5px 0 0;
            font-size: 13px;
            font-size: 1.3rem;
            margin-right: 1px
        }

            .nav-tabs li a, .nav-tabs li a:hover {
                background: #f4f4f4;
                border-bottom: none;
                border-left: 1px solid #eee;
                border-right: 1px solid #eee;
                border-top: 3px solid #ddd;
                color: #555
            }

                .nav-tabs li a:hover {
                    border-bottom-color: transparent;
                    border-top: 3px solid #555;
                    box-shadow: none
                }

                .nav-tabs li a:active, .nav-tabs li a:focus {
                    border-bottom: 0
                }

        .nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
            background: #fff;
            border-left-color: #eee;
            border-right-color: #eee;
            border-top: 3px solid #555;
            color: #555
        }

.tab-content {
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.04);
    background-color: #fff;
    border: 1px solid #eee;
    border-top: 0;
    padding: 15px
}

    .tab-content .panel-footer {
        margin: -15px;
        margin-top: 15px
    }

.nav-tabs.nav-justified {
    margin-bottom: -1px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent
}

    .nav-tabs.nav-justified li {
        margin-bottom: 0
    }

        .nav-tabs.nav-justified li:first-child a, .nav-tabs.nav-justified li:first-child a:hover {
            border-radius: 5px 0 0 0;
            border-left: none
        }

        .nav-tabs.nav-justified li:last-child a, .nav-tabs.nav-justified li:last-child a:hover {
            border-radius: 0 5px 0 0;
            border-right: none
        }

        .nav-tabs.nav-justified li a {
            border-left: none;
            border-right: none;
            border-bottom: 1px solid #ddd;
            border-radius: 0;
            margin-right: 0
        }

            .nav-tabs.nav-justified li a:hover, .nav-tabs.nav-justified li a:focus {
                border-bottom: 1px solid #ddd;
                border-left: none;
                border-right: none
            }

        .nav-tabs.nav-justified li.active a, .nav-tabs.nav-justified li.active a:hover, .nav-tabs.nav-justified li.active a:focus {
            background: #fff;
            border-left-color: #eee;
            border-right-color: #eee;
            border-top: 3px solid #555;
            color: #555
        }

        .nav-tabs.nav-justified li.active a {
            border-bottom: 1px solid #fff
        }

            .nav-tabs.nav-justified li.active a, .nav-tabs.nav-justified li.active a:hover, .nav-tabs.nav-justified li.active a:focus {
                border-top-color: #555;
                border-top-width: 3px;
                border-left: none;
                border-right: none
            }

                .nav-tabs.nav-justified li.active a:hover {
                    border-bottom: 1px solid #fff
                }

.tabs.tabs-bottom .tab-content {
    border-radius: 4px 4px 0 0;
    border-bottom: 0;
    border-top: 1px solid #eee
}

.tabs.tabs-bottom .nav-tabs {
    border-bottom: none;
    border-top: 1px solid #ddd
}

    .tabs.tabs-bottom .nav-tabs li {
        margin-bottom: 0;
        margin-top: -1px
    }

        .tabs.tabs-bottom .nav-tabs li:last-child a {
            margin-right: 0
        }

        .tabs.tabs-bottom .nav-tabs li a {
            border-radius: 0 0 5px 5px;
            font-size: 13px;
            font-size: 1.3rem;
            margin-right: 1px
        }

            .tabs.tabs-bottom .nav-tabs li a, .tabs.tabs-bottom .nav-tabs li a:hover, .tabs.tabs-bottom .nav-tabs li a:focus, .tabs.tabs-bottom .nav-tabs li a:active {
                border-bottom: 3px solid #ddd;
                border-top: 1px solid #ddd
            }

                .tabs.tabs-bottom .nav-tabs li a:hover, .tabs.tabs-bottom .nav-tabs li a:focus, .tabs.tabs-bottom .nav-tabs li a:active {
                    border-bottom: 3px solid #555;
                    border-top: 1px solid #ddd
                }

        .tabs.tabs-bottom .nav-tabs li.active a, .tabs.tabs-bottom .nav-tabs li.active a:hover, .tabs.tabs-bottom .nav-tabs li.active a:focus {
            border-bottom: 3px solid #555;
            border-top-color: transparent
        }

.tabs.tabs-bottom .nav.nav-tabs.nav-justified {
    border-top: none
}

    .tabs.tabs-bottom .nav.nav-tabs.nav-justified li a {
        margin-right: 0;
        border-top-color: #ddd
    }

    .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a {
        border-radius: 0 0 0 5px
    }

    .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a {
        margin-right: 0;
        border-radius: 0 0 5px 0
    }

    .tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a, .tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a:hover, .tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a:focus {
        border-top-color: transparent
    }

.tabs-vertical {
    display: table;
    width: 100%
}

    .tabs-vertical .tab-content {
        display: table-cell;
        vertical-align: top
    }

    .tabs-vertical .nav-tabs {
        border-bottom: none;
        display: table-cell;
        height: 100%;
        float: none;
        padding: 0;
        vertical-align: top
    }

        .tabs-vertical .nav-tabs > li {
            display: block
        }

            .tabs-vertical .nav-tabs > li a {
                border-radius: 0;
                display: block;
                padding-top: 10px
            }

                .tabs-vertical .nav-tabs > li a, .tabs-vertical .nav-tabs > li a:hover, .tabs-vertical .nav-tabs > li a:focus {
                    border-bottom: none;
                    border-top: none
                }

            .tabs-vertical .nav-tabs > li.active a, .tabs-vertical .nav-tabs > li.active a:hover, .tabs-vertical .nav-tabs > li.active:focus {
                border-top: none
            }

.tabs-left .tab-content {
    border-radius: 0 5px 5px 5px;
    border-left: none
}

.tabs-left .nav-tabs > li {
    margin-right: -1px
}

    .tabs-left .nav-tabs > li:first-child a {
        border-radius: 5px 0 0 0
    }

    .tabs-left .nav-tabs > li:last-child a {
        border-radius: 0 0 0 5px
    }

    .tabs-left .nav-tabs > li a {
        border-right: 1px solid #eee;
        border-left: 3px solid #ddd;
        margin-right: 1px;
        margin-left: -3px
    }

        .tabs-left .nav-tabs > li a:hover {
            border-left-color: #555
        }

    .tabs-left .nav-tabs > li.active a, .tabs-left .nav-tabs > li.active a:hover, .tabs-left .nav-tabs > li.active a:focus {
        border-left: 3px solid #555;
        border-right-color: #fff
    }

.tabs-right .tab-content {
    border-radius: 5px 0 5px 5px;
    border-right: none
}

.tabs-right .nav-tabs > li {
    margin-left: -1px
}

    .tabs-right .nav-tabs > li:first-child a {
        border-radius: 0 5px 0 0
    }

    .tabs-right .nav-tabs > li:last-child a {
        border-radius: 0 0 5px 0
    }

    .tabs-right .nav-tabs > li a {
        border-right: 3px solid #ddd;
        border-left: 1px solid #eee;
        margin-right: 1px;
        margin-left: 1px
    }

        .tabs-right .nav-tabs > li a:hover {
            border-right-color: #555
        }

    .tabs-right .nav-tabs > li.active a, .tabs-right .nav-tabs > li.active a:hover, .tabs-right .nav-tabs > li.active a:focus {
        border-right: 3px solid #555;
        border-left: 1px solid #fff
    }

html.dark .tabs .nav-tabs li a, html.dark .tabs .nav-tabs li a:focus {
    border-top-color: #282d36;
    border-left-color: #282d36;
    border-right-color: #282d36;
    background: #282d36
}

    html.dark .tabs .nav-tabs li a:hover {
        border-top-color: #808697
    }

html.dark .tabs .nav-tabs li.active a, html.dark .tabs .nav-tabs li.active a:hover, html.dark .tabs .nav-tabs li.active a:focus {
    border-top-color: #808697
}

html.dark .tabs .nav-tabs.nav-justified {
    border-left-width: 0;
    border-right-width: 0;
    border-left-color: transparent;
    border-right-color: transparent
}

    html.dark .tabs .nav-tabs.nav-justified li a, html.dark .tabs .nav-tabs.nav-justified li a:hover, html.dark .tabs .nav-tabs.nav-justified li a:focus {
        border-bottom-color: #282d36
    }

html.dark .tabs.tabs-left .nav-tabs > li a, html.dark .tabs.tabs-right .nav-tabs > li a {
    background: #282d36;
    border-left-color: #282d36;
    border-right-color: #282d36
}

html.dark .tabs.tabs-left .nav-tabs > li:last-child a, html.dark .tabs.tabs-right .nav-tabs > li:last-child a {
    border-bottom-color: #282d36
}

html.dark .tabs.tabs-left .nav-tabs > li.active a, html.dark .tabs.tabs-left .nav-tabs > li.active a:hover, html.dark .tabs.tabs-left .nav-tabs > li.active a:focus {
    border-left: 3px solid #555
}

html.dark .tabs.tabs-left .nav-tabs > li a:hover {
    border-left: 3px solid #555
}

html.dark .tabs .nav-tabs {
    border-color: #282d36
}

    html.dark .tabs .nav-tabs li.active a, html.dark .tabs .nav-tabs li.active a:hover, html.dark .tabs .nav-tabs li.active a:focus, html.dark .tabs .nav-tabs.nav-justified li.active a, html.dark .tabs .nav-tabs.nav-justified li.active a:hover, html.dark .tabs .nav-tabs.nav-justified li.active a:focus {
        background: #2e353e;
        border-left-color: #2e353e;
        border-right-color: #2e353e
    }

    html.dark .tabs .nav-tabs.nav-justified li.active a {
        border-bottom-color: #2e353e
    }

html.dark .tabs.tabs-vertical {
    border-top-color: #2e353e
}

html.dark .tabs.tabs-bottom .nav-tabs li a, html.dark .tabs.tabs-bottom .nav-tabs li a:focus {
    border-bottom-color: #282d36;
    border-top-color: #2e353e
}

    html.dark .tabs.tabs-bottom .nav-tabs li a:hover {
        border-bottom-color: #808697;
        border-top-color: #2e353e
    }

html.dark .tabs.tabs-bottom .nav-tabs li.active a, html.dark .tabs.tabs-bottom .nav-tabs li.active a:hover, html.dark .tabs.tabs-bottom .nav-tabs li.active a:focus {
    border-bottom-color: #808697;
    border-top-color: #2e353e
}

html.dark .tabs .tab-content {
    background: #2e353e;
    border-color: #2e353e
}

html.dark .tabs-primary.tabs-bottom .nav-tabs li a, html.dark .tabs-primary.tabs-bottom .nav-tabs li a:hover, html.dark .tabs-primary.tabs-bottom .nav-tabs li a:focus, html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a, html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover, html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:focus {
    border-top-color: #2e353e !important
}

html.dark .nav-tabs li.active a, html.dark .nav-tabs li.active a:hover, html.dark .nav-tabs li.active a:focus, html.dark .nav-tabs li a {
    color: #808697
}

html.dark .tab-content {
    background: #2e353e;
    border-color: #1d2127
}

html body .tabs-primary .nav-tabs li a, html body .tabs-primary .nav-tabs li a:hover, html body .tabs-primary .nav-tabs.nav-justified li a, html body .tabs-primary .nav-tabs.nav-justified li a:hover, html.dark body .tabs-primary .nav-tabs li a, html.dark body .tabs-primary .nav-tabs li a:hover, html.dark body .tabs-primary .nav-tabs.nav-justified li a, html.dark body .tabs-primary .nav-tabs.nav-justified li a:hover {
    color: #ccc
}

    html body .tabs-primary .nav-tabs li a:hover, html body .tabs-primary .nav-tabs.nav-justified li a:hover, html.dark body .tabs-primary .nav-tabs li a:hover, html.dark body .tabs-primary .nav-tabs.nav-justified li a:hover {
        border-top-color: #ccc
    }

html body .tabs-primary .nav-tabs li.active a, html body .tabs-primary .nav-tabs li.active a:hover, html body .tabs-primary .nav-tabs li.active a:focus, html body .tabs-primary .nav-tabs.nav-justified li.active a, html body .tabs-primary .nav-tabs.nav-justified li.active a:hover, html body .tabs-primary .nav-tabs.nav-justified li.active a:focus, html.dark body .tabs-primary .nav-tabs li.active a, html.dark body .tabs-primary .nav-tabs li.active a:hover, html.dark body .tabs-primary .nav-tabs li.active a:focus, html.dark body .tabs-primary .nav-tabs.nav-justified li.active a, html.dark body .tabs-primary .nav-tabs.nav-justified li.active a:hover, html.dark body .tabs-primary .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #ccc;
    color: #ccc
}

html body .tabs-primary.tabs-bottom .nav-tabs li a:hover, html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover, html.dark body .tabs-primary.tabs-bottom .nav-tabs li a:hover, html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #ccc
}

html body .tabs-primary.tabs-bottom .nav-tabs li.active a, html body .tabs-primary.tabs-bottom .nav-tabs li.active a:hover, html body .tabs-primary.tabs-bottom .nav-tabs li.active a:focus, html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a, html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover, html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus, html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a, html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a:hover, html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a:focus, html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a, html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover, html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #ccc
}

html body .tabs-primary.tabs-vertical.tabs-left li a:hover, html.dark body .tabs-primary.tabs-vertical.tabs-left li a:hover {
    border-left-color: #ccc
}

html body .tabs-primary.tabs-vertical.tabs-left li.active a, html body .tabs-primary.tabs-vertical.tabs-left li.active a:hover, html body .tabs-primary.tabs-vertical.tabs-left li.active a:focus, html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a, html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a:hover, html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #ccc
}

html body .tabs-primary.tabs-vertical.tabs-right li a:hover, html.dark body .tabs-primary.tabs-vertical.tabs-right li a:hover {
    border-right-color: #ccc
}

html body .tabs-primary.tabs-vertical.tabs-right li.active a, html body .tabs-primary.tabs-vertical.tabs-right li.active a:hover, html body .tabs-primary.tabs-vertical.tabs-right li.active a:focus, html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a, html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a:hover, html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #ccc
}

html body .tabs-success .nav-tabs li a, html body .tabs-success .nav-tabs li a:hover, html body .tabs-success .nav-tabs.nav-justified li a, html body .tabs-success .nav-tabs.nav-justified li a:hover, html.dark body .tabs-success .nav-tabs li a, html.dark body .tabs-success .nav-tabs li a:hover, html.dark body .tabs-success .nav-tabs.nav-justified li a, html.dark body .tabs-success .nav-tabs.nav-justified li a:hover {
    color: #47a447
}

    html body .tabs-success .nav-tabs li a:hover, html body .tabs-success .nav-tabs.nav-justified li a:hover, html.dark body .tabs-success .nav-tabs li a:hover, html.dark body .tabs-success .nav-tabs.nav-justified li a:hover {
        border-top-color: #47a447
    }

html body .tabs-success .nav-tabs li.active a, html body .tabs-success .nav-tabs li.active a:hover, html body .tabs-success .nav-tabs li.active a:focus, html body .tabs-success .nav-tabs.nav-justified li.active a, html body .tabs-success .nav-tabs.nav-justified li.active a:hover, html body .tabs-success .nav-tabs.nav-justified li.active a:focus, html.dark body .tabs-success .nav-tabs li.active a, html.dark body .tabs-success .nav-tabs li.active a:hover, html.dark body .tabs-success .nav-tabs li.active a:focus, html.dark body .tabs-success .nav-tabs.nav-justified li.active a, html.dark body .tabs-success .nav-tabs.nav-justified li.active a:hover, html.dark body .tabs-success .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #47a447;
    color: #47a447
}

html body .tabs-success.tabs-bottom .nav-tabs li a:hover, html body .tabs-success.tabs-bottom .nav-tabs.nav-justified li a:hover, html.dark body .tabs-success.tabs-bottom .nav-tabs li a:hover, html.dark body .tabs-success.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #47a447
}

html body .tabs-success.tabs-bottom .nav-tabs li.active a, html body .tabs-success.tabs-bottom .nav-tabs li.active a:hover, html body .tabs-success.tabs-bottom .nav-tabs li.active a:focus, html body .tabs-success.tabs-bottom .nav-tabs.nav-justified li.active a, html body .tabs-success.tabs-bottom .nav-tabs.nav-justified li.active a:hover, html body .tabs-success.tabs-bottom .nav-tabs.nav-justified li.active a:focus, html.dark body .tabs-success.tabs-bottom .nav-tabs li.active a, html.dark body .tabs-success.tabs-bottom .nav-tabs li.active a:hover, html.dark body .tabs-success.tabs-bottom .nav-tabs li.active a:focus, html.dark body .tabs-success.tabs-bottom .nav-tabs.nav-justified li.active a, html.dark body .tabs-success.tabs-bottom .nav-tabs.nav-justified li.active a:hover, html.dark body .tabs-success.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #47a447
}

html body .tabs-success.tabs-vertical.tabs-left li a:hover, html.dark body .tabs-success.tabs-vertical.tabs-left li a:hover {
    border-left-color: #47a447
}

html body .tabs-success.tabs-vertical.tabs-left li.active a, html body .tabs-success.tabs-vertical.tabs-left li.active a:hover, html body .tabs-success.tabs-vertical.tabs-left li.active a:focus, html.dark body .tabs-success.tabs-vertical.tabs-left li.active a, html.dark body .tabs-success.tabs-vertical.tabs-left li.active a:hover, html.dark body .tabs-success.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #47a447
}

html body .tabs-success.tabs-vertical.tabs-right li a:hover, html.dark body .tabs-success.tabs-vertical.tabs-right li a:hover {
    border-right-color: #47a447
}

html body .tabs-success.tabs-vertical.tabs-right li.active a, html body .tabs-success.tabs-vertical.tabs-right li.active a:hover, html body .tabs-success.tabs-vertical.tabs-right li.active a:focus, html.dark body .tabs-success.tabs-vertical.tabs-right li.active a, html.dark body .tabs-success.tabs-vertical.tabs-right li.active a:hover, html.dark body .tabs-success.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #47a447
}

html body .tabs-warning .nav-tabs li a, html body .tabs-warning .nav-tabs li a:hover, html body .tabs-warning .nav-tabs.nav-justified li a, html body .tabs-warning .nav-tabs.nav-justified li a:hover, html.dark body .tabs-warning .nav-tabs li a, html.dark body .tabs-warning .nav-tabs li a:hover, html.dark body .tabs-warning .nav-tabs.nav-justified li a, html.dark body .tabs-warning .nav-tabs.nav-justified li a:hover {
    color: #ed9c28
}

    html body .tabs-warning .nav-tabs li a:hover, html body .tabs-warning .nav-tabs.nav-justified li a:hover, html.dark body .tabs-warning .nav-tabs li a:hover, html.dark body .tabs-warning .nav-tabs.nav-justified li a:hover {
        border-top-color: #ed9c28
    }

html body .tabs-warning .nav-tabs li.active a, html body .tabs-warning .nav-tabs li.active a:hover, html body .tabs-warning .nav-tabs li.active a:focus, html body .tabs-warning .nav-tabs.nav-justified li.active a, html body .tabs-warning .nav-tabs.nav-justified li.active a:hover, html body .tabs-warning .nav-tabs.nav-justified li.active a:focus, html.dark body .tabs-warning .nav-tabs li.active a, html.dark body .tabs-warning .nav-tabs li.active a:hover, html.dark body .tabs-warning .nav-tabs li.active a:focus, html.dark body .tabs-warning .nav-tabs.nav-justified li.active a, html.dark body .tabs-warning .nav-tabs.nav-justified li.active a:hover, html.dark body .tabs-warning .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #ed9c28;
    color: #ed9c28
}

html body .tabs-warning.tabs-bottom .nav-tabs li a:hover, html body .tabs-warning.tabs-bottom .nav-tabs.nav-justified li a:hover, html.dark body .tabs-warning.tabs-bottom .nav-tabs li a:hover, html.dark body .tabs-warning.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #ed9c28
}

html body .tabs-warning.tabs-bottom .nav-tabs li.active a, html body .tabs-warning.tabs-bottom .nav-tabs li.active a:hover, html body .tabs-warning.tabs-bottom .nav-tabs li.active a:focus, html body .tabs-warning.tabs-bottom .nav-tabs.nav-justified li.active a, html body .tabs-warning.tabs-bottom .nav-tabs.nav-justified li.active a:hover, html body .tabs-warning.tabs-bottom .nav-tabs.nav-justified li.active a:focus, html.dark body .tabs-warning.tabs-bottom .nav-tabs li.active a, html.dark body .tabs-warning.tabs-bottom .nav-tabs li.active a:hover, html.dark body .tabs-warning.tabs-bottom .nav-tabs li.active a:focus, html.dark body .tabs-warning.tabs-bottom .nav-tabs.nav-justified li.active a, html.dark body .tabs-warning.tabs-bottom .nav-tabs.nav-justified li.active a:hover, html.dark body .tabs-warning.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #ed9c28
}

html body .tabs-warning.tabs-vertical.tabs-left li a:hover, html.dark body .tabs-warning.tabs-vertical.tabs-left li a:hover {
    border-left-color: #ed9c28
}

html body .tabs-warning.tabs-vertical.tabs-left li.active a, html body .tabs-warning.tabs-vertical.tabs-left li.active a:hover, html body .tabs-warning.tabs-vertical.tabs-left li.active a:focus, html.dark body .tabs-warning.tabs-vertical.tabs-left li.active a, html.dark body .tabs-warning.tabs-vertical.tabs-left li.active a:hover, html.dark body .tabs-warning.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #ed9c28
}

html body .tabs-warning.tabs-vertical.tabs-right li a:hover, html.dark body .tabs-warning.tabs-vertical.tabs-right li a:hover {
    border-right-color: #ed9c28
}

html body .tabs-warning.tabs-vertical.tabs-right li.active a, html body .tabs-warning.tabs-vertical.tabs-right li.active a:hover, html body .tabs-warning.tabs-vertical.tabs-right li.active a:focus, html.dark body .tabs-warning.tabs-vertical.tabs-right li.active a, html.dark body .tabs-warning.tabs-vertical.tabs-right li.active a:hover, html.dark body .tabs-warning.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #ed9c28
}

html body .tabs-danger .nav-tabs li a, html body .tabs-danger .nav-tabs li a:hover, html body .tabs-danger .nav-tabs.nav-justified li a, html body .tabs-danger .nav-tabs.nav-justified li a:hover, html.dark body .tabs-danger .nav-tabs li a, html.dark body .tabs-danger .nav-tabs li a:hover, html.dark body .tabs-danger .nav-tabs.nav-justified li a, html.dark body .tabs-danger .nav-tabs.nav-justified li a:hover {
    color: #d2322d
}

    html body .tabs-danger .nav-tabs li a:hover, html body .tabs-danger .nav-tabs.nav-justified li a:hover, html.dark body .tabs-danger .nav-tabs li a:hover, html.dark body .tabs-danger .nav-tabs.nav-justified li a:hover {
        border-top-color: #d2322d
    }

html body .tabs-danger .nav-tabs li.active a, html body .tabs-danger .nav-tabs li.active a:hover, html body .tabs-danger .nav-tabs li.active a:focus, html body .tabs-danger .nav-tabs.nav-justified li.active a, html body .tabs-danger .nav-tabs.nav-justified li.active a:hover, html body .tabs-danger .nav-tabs.nav-justified li.active a:focus, html.dark body .tabs-danger .nav-tabs li.active a, html.dark body .tabs-danger .nav-tabs li.active a:hover, html.dark body .tabs-danger .nav-tabs li.active a:focus, html.dark body .tabs-danger .nav-tabs.nav-justified li.active a, html.dark body .tabs-danger .nav-tabs.nav-justified li.active a:hover, html.dark body .tabs-danger .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #d2322d;
    color: #d2322d
}

html body .tabs-danger.tabs-bottom .nav-tabs li a:hover, html body .tabs-danger.tabs-bottom .nav-tabs.nav-justified li a:hover, html.dark body .tabs-danger.tabs-bottom .nav-tabs li a:hover, html.dark body .tabs-danger.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #d2322d
}

html body .tabs-danger.tabs-bottom .nav-tabs li.active a, html body .tabs-danger.tabs-bottom .nav-tabs li.active a:hover, html body .tabs-danger.tabs-bottom .nav-tabs li.active a:focus, html body .tabs-danger.tabs-bottom .nav-tabs.nav-justified li.active a, html body .tabs-danger.tabs-bottom .nav-tabs.nav-justified li.active a:hover, html body .tabs-danger.tabs-bottom .nav-tabs.nav-justified li.active a:focus, html.dark body .tabs-danger.tabs-bottom .nav-tabs li.active a, html.dark body .tabs-danger.tabs-bottom .nav-tabs li.active a:hover, html.dark body .tabs-danger.tabs-bottom .nav-tabs li.active a:focus, html.dark body .tabs-danger.tabs-bottom .nav-tabs.nav-justified li.active a, html.dark body .tabs-danger.tabs-bottom .nav-tabs.nav-justified li.active a:hover, html.dark body .tabs-danger.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #d2322d
}

html body .tabs-danger.tabs-vertical.tabs-left li a:hover, html.dark body .tabs-danger.tabs-vertical.tabs-left li a:hover {
    border-left-color: #d2322d
}

html body .tabs-danger.tabs-vertical.tabs-left li.active a, html body .tabs-danger.tabs-vertical.tabs-left li.active a:hover, html body .tabs-danger.tabs-vertical.tabs-left li.active a:focus, html.dark body .tabs-danger.tabs-vertical.tabs-left li.active a, html.dark body .tabs-danger.tabs-vertical.tabs-left li.active a:hover, html.dark body .tabs-danger.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #d2322d
}

html body .tabs-danger.tabs-vertical.tabs-right li a:hover, html.dark body .tabs-danger.tabs-vertical.tabs-right li a:hover {
    border-right-color: #d2322d
}

html body .tabs-danger.tabs-vertical.tabs-right li.active a, html body .tabs-danger.tabs-vertical.tabs-right li.active a:hover, html body .tabs-danger.tabs-vertical.tabs-right li.active a:focus, html.dark body .tabs-danger.tabs-vertical.tabs-right li.active a, html.dark body .tabs-danger.tabs-vertical.tabs-right li.active a:hover, html.dark body .tabs-danger.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #d2322d
}

html body .tabs-info .nav-tabs li a, html body .tabs-info .nav-tabs li a:hover, html body .tabs-info .nav-tabs.nav-justified li a, html body .tabs-info .nav-tabs.nav-justified li a:hover, html.dark body .tabs-info .nav-tabs li a, html.dark body .tabs-info .nav-tabs li a:hover, html.dark body .tabs-info .nav-tabs.nav-justified li a, html.dark body .tabs-info .nav-tabs.nav-justified li a:hover {
    color: #5bc0de
}

    html body .tabs-info .nav-tabs li a:hover, html body .tabs-info .nav-tabs.nav-justified li a:hover, html.dark body .tabs-info .nav-tabs li a:hover, html.dark body .tabs-info .nav-tabs.nav-justified li a:hover {
        border-top-color: #5bc0de
    }

html body .tabs-info .nav-tabs li.active a, html body .tabs-info .nav-tabs li.active a:hover, html body .tabs-info .nav-tabs li.active a:focus, html body .tabs-info .nav-tabs.nav-justified li.active a, html body .tabs-info .nav-tabs.nav-justified li.active a:hover, html body .tabs-info .nav-tabs.nav-justified li.active a:focus, html.dark body .tabs-info .nav-tabs li.active a, html.dark body .tabs-info .nav-tabs li.active a:hover, html.dark body .tabs-info .nav-tabs li.active a:focus, html.dark body .tabs-info .nav-tabs.nav-justified li.active a, html.dark body .tabs-info .nav-tabs.nav-justified li.active a:hover, html.dark body .tabs-info .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #5bc0de;
    color: #5bc0de
}

html body .tabs-info.tabs-bottom .nav-tabs li a:hover, html body .tabs-info.tabs-bottom .nav-tabs.nav-justified li a:hover, html.dark body .tabs-info.tabs-bottom .nav-tabs li a:hover, html.dark body .tabs-info.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #5bc0de
}

html body .tabs-info.tabs-bottom .nav-tabs li.active a, html body .tabs-info.tabs-bottom .nav-tabs li.active a:hover, html body .tabs-info.tabs-bottom .nav-tabs li.active a:focus, html body .tabs-info.tabs-bottom .nav-tabs.nav-justified li.active a, html body .tabs-info.tabs-bottom .nav-tabs.nav-justified li.active a:hover, html body .tabs-info.tabs-bottom .nav-tabs.nav-justified li.active a:focus, html.dark body .tabs-info.tabs-bottom .nav-tabs li.active a, html.dark body .tabs-info.tabs-bottom .nav-tabs li.active a:hover, html.dark body .tabs-info.tabs-bottom .nav-tabs li.active a:focus, html.dark body .tabs-info.tabs-bottom .nav-tabs.nav-justified li.active a, html.dark body .tabs-info.tabs-bottom .nav-tabs.nav-justified li.active a:hover, html.dark body .tabs-info.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #5bc0de
}

html body .tabs-info.tabs-vertical.tabs-left li a:hover, html.dark body .tabs-info.tabs-vertical.tabs-left li a:hover {
    border-left-color: #5bc0de
}

html body .tabs-info.tabs-vertical.tabs-left li.active a, html body .tabs-info.tabs-vertical.tabs-left li.active a:hover, html body .tabs-info.tabs-vertical.tabs-left li.active a:focus, html.dark body .tabs-info.tabs-vertical.tabs-left li.active a, html.dark body .tabs-info.tabs-vertical.tabs-left li.active a:hover, html.dark body .tabs-info.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #5bc0de
}

html body .tabs-info.tabs-vertical.tabs-right li a:hover, html.dark body .tabs-info.tabs-vertical.tabs-right li a:hover {
    border-right-color: #5bc0de
}

html body .tabs-info.tabs-vertical.tabs-right li.active a, html body .tabs-info.tabs-vertical.tabs-right li.active a:hover, html body .tabs-info.tabs-vertical.tabs-right li.active a:focus, html.dark body .tabs-info.tabs-vertical.tabs-right li.active a, html.dark body .tabs-info.tabs-vertical.tabs-right li.active a:hover, html.dark body .tabs-info.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #5bc0de
}

html body .tabs-dark .nav-tabs li a, html body .tabs-dark .nav-tabs li a:hover, html body .tabs-dark .nav-tabs.nav-justified li a, html body .tabs-dark .nav-tabs.nav-justified li a:hover, html.dark body .tabs-dark .nav-tabs li a, html.dark body .tabs-dark .nav-tabs li a:hover, html.dark body .tabs-dark .nav-tabs.nav-justified li a, html.dark body .tabs-dark .nav-tabs.nav-justified li a:hover {
    color: #171717
}

    html body .tabs-dark .nav-tabs li a:hover, html body .tabs-dark .nav-tabs.nav-justified li a:hover, html.dark body .tabs-dark .nav-tabs li a:hover, html.dark body .tabs-dark .nav-tabs.nav-justified li a:hover {
        border-top-color: #171717
    }

html body .tabs-dark .nav-tabs li.active a, html body .tabs-dark .nav-tabs li.active a:hover, html body .tabs-dark .nav-tabs li.active a:focus, html body .tabs-dark .nav-tabs.nav-justified li.active a, html body .tabs-dark .nav-tabs.nav-justified li.active a:hover, html body .tabs-dark .nav-tabs.nav-justified li.active a:focus, html.dark body .tabs-dark .nav-tabs li.active a, html.dark body .tabs-dark .nav-tabs li.active a:hover, html.dark body .tabs-dark .nav-tabs li.active a:focus, html.dark body .tabs-dark .nav-tabs.nav-justified li.active a, html.dark body .tabs-dark .nav-tabs.nav-justified li.active a:hover, html.dark body .tabs-dark .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #171717;
    color: #171717
}

html body .tabs-dark.tabs-bottom .nav-tabs li a:hover, html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li a:hover, html.dark body .tabs-dark.tabs-bottom .nav-tabs li a:hover, html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #171717
}

html body .tabs-dark.tabs-bottom .nav-tabs li.active a, html body .tabs-dark.tabs-bottom .nav-tabs li.active a:hover, html body .tabs-dark.tabs-bottom .nav-tabs li.active a:focus, html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a, html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:hover, html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:focus, html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a, html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a:hover, html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a:focus, html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a, html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:hover, html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #171717
}

html body .tabs-dark.tabs-vertical.tabs-left li a:hover, html.dark body .tabs-dark.tabs-vertical.tabs-left li a:hover {
    border-left-color: #171717
}

html body .tabs-dark.tabs-vertical.tabs-left li.active a, html body .tabs-dark.tabs-vertical.tabs-left li.active a:hover, html body .tabs-dark.tabs-vertical.tabs-left li.active a:focus, html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a, html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a:hover, html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #171717
}

html body .tabs-dark.tabs-vertical.tabs-right li a:hover, html.dark body .tabs-dark.tabs-vertical.tabs-right li a:hover {
    border-right-color: #171717
}

html body .tabs-dark.tabs-vertical.tabs-right li.active a, html body .tabs-dark.tabs-vertical.tabs-right li.active a:hover, html body .tabs-dark.tabs-vertical.tabs-right li.active a:focus, html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a, html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a:hover, html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #171717
}

html.dark body .tabs-dark .nav-tabs li a, html.dark body .tabs-dark .nav-tabs li a:hover, html.dark body .tabs-dark .nav-tabs.nav-justified li a, html.dark body .tabs-dark .nav-tabs.nav-justified li a:hover {
    color: #fff
}

    html.dark body .tabs-dark .nav-tabs li a:hover, html.dark body .tabs-dark .nav-tabs.nav-justified li a:hover {
        border-top-color: #fff
    }

html.dark body .tabs-dark .nav-tabs li.active a, html.dark body .tabs-dark .nav-tabs li.active a:hover, html.dark body .tabs-dark .nav-tabs li.active a:focus, html.dark body .tabs-dark .nav-tabs.nav-justified li.active a, html.dark body .tabs-dark .nav-tabs.nav-justified li.active a:hover, html.dark body .tabs-dark .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #fff;
    color: #fff
}

html.dark body .tabs-dark.tabs-bottom .nav-tabs li a:hover, html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #fff
}

html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a, html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a:hover, html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a:focus, html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a, html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:hover, html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #fff
}

.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-top:4px;
    padding-bottom:4px;
}
/*#endregion*/
/*#region hvr*/
.hvr-fadeSidebar {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

    .hvr-fadeSidebar:hover, .hvr-fadeSidebar:focus, .hvr-fadeSidebar:active {
        background-color: var(--org-color);
        color: white !important;
    }
/*#endregion*/

.LoginContainer {
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 30px;
    border-radius: 5px;
    max-width: 450px;
    border: 1px solid #bfbfbf;
    position: relative;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-45%);
}

.GeneralInfo {
    font-size: 18px;
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid black;
}

#OutputImages {
    border-spacing: 5px;
    border-collapse: separate;
}

.NoStyle {
    background: none;
    border: none;
}

.WorkFlowItem {
    display: none;
}
.chosen-container-single .chosen-single{
    height:30px !important;
}
.chosen-container{
    height:35px !important;
}


.SidebarIcon {
    width: 30px;
    text-align: center;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 22px !important;
    color: #fff;
}

.SidebarParentIcon {
    width: 30px;
    text-align: center;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 14px !important;
    color: #ccc;
    position: absolute;
    left: 0;
    top: 12px;
}

.SidebarItem {
    display: block;
    color: white;
    font-size: 13px;
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    text-align: right;
    vertical-align: middle;
    padding-right: 10px;
    padding-left: 10px;
    border-bottom: 1px dotted #666e77;
    text-decoration:none;
}

    .SidebarItem:hover, .SidebarItem:visited, .SidebarItem:active {
        color: white;
        text-decoration: none;
    }
.panel-collapse ul{
    margin-bottom:0;
}

@media screen and (max-width: 700px) {
    #header {
        height: 100px;
    }

    #wrapper {
        top:100px;
    }
    .Input {
        width: 100%;
    }

    .InputHalf {
        width: 48%;
    }

    .formtable {
        width: 100%;
    }
    .DailyMsgBox{
        width:95%;
    }
    .LoginContainer {
        width: 100% !important;
        max-width: 100% !important; 
    }
    
}

@media screen and (max-width: 850px) {
    .HalfContainers{
        width:100% !important;
    }
    
}