


html,
body {
    /*	background: #ecedf0;*/
    /*	background-color: #f5f6fa;*/
    background: #ebedf1eb;
    width: 100%;
}

html {
    font-size: 10px;
}

body {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 1.34rem;
    line-height: 1.5;
    color: #545454;
    line-height: 1.5;
    line-height: 22px;
    margin: 0;
    overflow-x: hidden;
    overflow-y: scroll;
}

a {
    color: #cccccc;
}

    a:hover, a:focus {
        color: #d9d9d9;
    }

    a:active {
        color: #bfbfbf;
    }

/* Layout Base - Main Wrapper	*/
.body {
    min-height: 100vh;
    width: 100%;
}

/* Layout Base - Header */
.header {
    height: 60px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

/* Layout Base - Inner Wrapper */
.inner-wrapper {
    display: table;
    min-height: 94vh;
    padding-top: 60px;
    table-layout: fixed;
    overflow: hidden;
    width: 100%;
    /*	background-color:#f5f6fa ;*/
}

/* Layout Base - Content Body */
.content-body {
    display: table-cell;
    /* padding: 40px; */
    padding: 10px 27px;
    position: relative;
    vertical-align: top;
    padding-bottom:24px;
}

    .content-body > .row + .row {
        padding-top: 10px;
    }

/* Layout Base - Page Header */
.page-header {
    /* background: #34495e; */
    /* background: #e4e8ed; */
    background-color: #ffffff;
    /* background: #dee1e4; */
    border-bottom: solid 1px #d9cece;
    /* border-left: 1px solid #3a3a3a; */
    /* box-shadow: 1px 3px 0 1px #cccccc; */
    min-height: 46px;
    margin: -40px -40px 40px -40px;
    padding: 0;
    border-top: solid 1px #769ab982;
    height: auto;
}

.page-header-label {
    float: left;
    height: 40px;
    padding: 4px;
    margin-right: 10px;
}

.page-header-label-voyage {
    line-height: 1.5;
    font-weight: 500;
    font-size: 1.5rem;
}

.label-voyageno {
    font-weight: 600;
    color: inherit;
}

.label-weight-600 {
    font-weight: 600;
    color: inherit;
}

.label-last-event-date {
    font-weight: 600;
    color: darkslateblue;
    font-size: 0.9rem;
}

.page-header-buttons-right {
    padding: 1px 20px !important;
}



/* Layout Base - Flexbox supported */
@media only screen and (min-width: 768px) {
    html.flexbox .inner-wrapper,
    html.flexboxlegacy .inner-wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }

    html.flexbox .content-body,
    html.flexboxlegacy .content-body {
        -webkit-box-flex: 2;
        -moz-box-flex: 2;
        box-flex: 2;
        -webkit-flex: 2;
        -moz-flex: 2;
        -ms-flex: 2;
        flex: 2;
    }
}
/* Layout Fixed */
@media only screen and (min-width: 768px) {
    /* Layout Fixed - Reseting Styles */
    html.fixed .inner-wrapper,
    html.fixed .content-body {
        display: block;
    }

    /* Layout Fixed - Header */
    html.fixed .header {
        position: fixed;
        z-index: 1020;
    }

    /* Layout Fixed - Inner Wrapper */
    html.fixed .inner-wrapper {
        /* padding-top: 110px; */
        padding-top: 100px;
    }

    /* Layout Fixed - Content Body */
    html.fixed .content-body {
        /* margin-left: 300px; */
        margin-left: 0px;
        /*NB*/ /*padding-bottom: 7px;*/
    }

        html.fixed .content-body.has-toolbar {
            padding-top: 92px;
        }

    /* Layout Fixed - Page header */
    html.fixed .page-header {
        /* left: 300px; */
        left: 0px;
        margin: 0;
        position: fixed;
        right: 0;
        top: 60px;
    }
}
/* Layout Boxed - small than min-width */
@media only screen and (max-width: 1199px) {
    html.boxed .header {
        border-color: #cccccc;
    }
}
/* Layout Boxed - larger or equal min width */
@media only screen and (min-width: 1200px) {
    /* Layout Boxed - Body Tag */
    html.boxed body {
        background: url(../images/patterns/denim.png) repeat;
    }
    /* Layout Boxed - Main Wrapper */
    html.boxed .body {
        position: relative;
        max-width: 1200px;
        margin: 0 auto;
        background-color: transparent;
    }

    /* Layout Boxed - Header */
    html.boxed .header {
        border-top: 3px solid #cccccc;
        height: 63px;
        position: absolute;
        top: 25px;
    }

    /* Layout Boxed - Inner Wrapper */
    html.boxed .inner-wrapper {
        padding-top: 88px;
        padding-bottom: 25px;
    }

    /* Layout Boxed - Content Body */
    html.boxed .content-body {
        background-color: #ecedf0;
    }

    /* Layout Boxed - Border Radius */
    html.boxed .header {
        border-radius: 5px 5px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    html,
    body {
        background: #ecedf0;
    }

    body {
        min-height: 100vh;
    }

    .inner-wrapper,
    .content-body {
        display: block;
    }

    .body {
        min-height: 0;
        overflow: visible;
    }

    .header {
        background: none;
        border: none;
        height: auto;
        position: static;
    }

        .header .logo-container {
            height: 60px;
            left: 0;
            position: fixed;
            right: 0;
            top: 0;
            z-index: 99;
        }

        .header .menu-container {
            float: left;
            height: 100%;
            /*		min-width: 60px;*/
            /*		margin: 9px 8px;*/
            background-color: #7eace600;
        }

        .header .header-right {
            background: #FFF;
            float: none !important;
            height: 60px;
            margin-top: 60px;
            width: 100%;
        }

    .inner-wrapper {
        min-height: 0;
        padding-top: 0;
    }

    .content-body {
        padding: 0 15px 15px;
    }

    .page-header {
        margin: 0 -15px 0px;
    }


    /* If desktop is seeing mobile res, fix scrollbars */
    html.no-mobile-device body {
        min-height: 0;
    }

    html.no-mobile-device .body {
        min-height: 100vh;
        overflow: hidden;
    }

    html.no-mobile-device .inner-wrapper {
        overflow-y: auto;
    }
}


/* Fix IE Scrollbar Overlaying content */
@-ms-viewport {
    width: auto !important;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------
BOOTSTRAP EXTEND
------------------------------------------------------------------------------------------------------------------------------------------ */
/* Add New Grid Tier FOR NON BOXED LAYOUT */
html.scroll,
html.fixed {
    /* UNDO original bootrap LG helper classes*/
    /* Helper classes for XL */;
}

@media (min-width: 1600px) {
    html.scroll .container,
    html.fixed .container {
        width: 1570px;
    }
}

html.scroll .col-xl-1, html.scroll .col-xl-2, html.scroll .col-xl-3, html.scroll .col-xl-4, html.scroll .col-xl-5, html.scroll .col-xl-6, html.scroll .col-xl-7, html.scroll .col-xl-8, html.scroll .col-xl-9, html.scroll .col-xl-10, html.scroll .col-xl-11, html.scroll .col-xl-12,
html.fixed .col-xl-1,
html.fixed .col-xl-2,
html.fixed .col-xl-3,
html.fixed .col-xl-4,
html.fixed .col-xl-5,
html.fixed .col-xl-6,
html.fixed .col-xl-7,
html.fixed .col-xl-8,
html.fixed .col-xl-9,
html.fixed .col-xl-10,
html.fixed .col-xl-11,
html.fixed .col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1600px) {
    html.scroll .col-xl-1, html.scroll .col-xl-2, html.scroll .col-xl-3, html.scroll .col-xl-4, html.scroll .col-xl-5, html.scroll .col-xl-6, html.scroll .col-xl-7, html.scroll .col-xl-8, html.scroll .col-xl-9, html.scroll .col-xl-10, html.scroll .col-xl-11, html.scroll .col-xl-12,
    html.fixed .col-xl-1,
    html.fixed .col-xl-2,
    html.fixed .col-xl-3,
    html.fixed .col-xl-4,
    html.fixed .col-xl-5,
    html.fixed .col-xl-6,
    html.fixed .col-xl-7,
    html.fixed .col-xl-8,
    html.fixed .col-xl-9,
    html.fixed .col-xl-10,
    html.fixed .col-xl-11,
    html.fixed .col-xl-12 {
        float: left;
    }

    html.scroll .col-xl-12,
    html.fixed .col-xl-12 {
        width: 100%;
    }

    html.scroll .col-xl-11,
    html.fixed .col-xl-11 {
        width: 91.66666667%;
    }

    html.scroll .col-xl-10,
    html.fixed .col-xl-10 {
        width: 83.33333333%;
    }

    html.scroll .col-xl-9,
    html.fixed .col-xl-9 {
        width: 75%;
    }

    html.scroll .col-xl-8,
    html.fixed .col-xl-8 {
        width: 66.66666667%;
    }

    html.scroll .col-xl-7,
    html.fixed .col-xl-7 {
        width: 58.33333333%;
    }

    html.scroll .col-xl-6,
    html.fixed .col-xl-6 {
        width: 50%;
    }

    html.scroll .col-xl-5,
    html.fixed .col-xl-5 {
        width: 41.66666667%;
    }

    html.scroll .col-xl-4,
    html.fixed .col-xl-4 {
        width: 33.33333333%;
    }

    html.scroll .col-xl-3,
    html.fixed .col-xl-3 {
        width: 25%;
    }

    html.scroll .col-xl-2,
    html.fixed .col-xl-2 {
        width: 16.66666667%;
    }

    html.scroll .col-xl-1,
    html.fixed .col-xl-1 {
        width: 8.33333333%;
    }

    html.scroll .col-xl-pull-12,
    html.fixed .col-xl-pull-12 {
        right: 100%;
    }

    html.scroll .col-xl-pull-11,
    html.fixed .col-xl-pull-11 {
        right: 91.66666667%;
    }

    html.scroll .col-xl-pull-10,
    html.fixed .col-xl-pull-10 {
        right: 83.33333333%;
    }

    html.scroll .col-xl-pull-9,
    html.fixed .col-xl-pull-9 {
        right: 75%;
    }

    html.scroll .col-xl-pull-8,
    html.fixed .col-xl-pull-8 {
        right: 66.66666667%;
    }

    html.scroll .col-xl-pull-7,
    html.fixed .col-xl-pull-7 {
        right: 58.33333333%;
    }

    html.scroll .col-xl-pull-6,
    html.fixed .col-xl-pull-6 {
        right: 50%;
    }

    html.scroll .col-xl-pull-5,
    html.fixed .col-xl-pull-5 {
        right: 41.66666667%;
    }

    html.scroll .col-xl-pull-4,
    html.fixed .col-xl-pull-4 {
        right: 33.33333333%;
    }

    html.scroll .col-xl-pull-3,
    html.fixed .col-xl-pull-3 {
        right: 25%;
    }

    html.scroll .col-xl-pull-2,
    html.fixed .col-xl-pull-2 {
        right: 16.66666667%;
    }

    html.scroll .col-xl-pull-1,
    html.fixed .col-xl-pull-1 {
        right: 8.33333333%;
    }

    html.scroll .col-xl-pull-0,
    html.fixed .col-xl-pull-0 {
        right: auto;
    }

    html.scroll .col-xl-push-12,
    html.fixed .col-xl-push-12 {
        left: 100%;
    }

    html.scroll .col-xl-push-11,
    html.fixed .col-xl-push-11 {
        left: 91.66666667%;
    }

    html.scroll .col-xl-push-10,
    html.fixed .col-xl-push-10 {
        left: 83.33333333%;
    }

    html.scroll .col-xl-push-9,
    html.fixed .col-xl-push-9 {
        left: 75%;
    }

    html.scroll .col-xl-push-8,
    html.fixed .col-xl-push-8 {
        left: 66.66666667%;
    }

    html.scroll .col-xl-push-7,
    html.fixed .col-xl-push-7 {
        left: 58.33333333%;
    }

    html.scroll .col-xl-push-6,
    html.fixed .col-xl-push-6 {
        left: 50%;
    }

    html.scroll .col-xl-push-5,
    html.fixed .col-xl-push-5 {
        left: 41.66666667%;
    }

    html.scroll .col-xl-push-4,
    html.fixed .col-xl-push-4 {
        left: 33.33333333%;
    }

    html.scroll .col-xl-push-3,
    html.fixed .col-xl-push-3 {
        left: 25%;
    }

    html.scroll .col-xl-push-2,
    html.fixed .col-xl-push-2 {
        left: 16.66666667%;
    }

    html.scroll .col-xl-push-1,
    html.fixed .col-xl-push-1 {
        left: 8.33333333%;
    }

    html.scroll .col-xl-push-0,
    html.fixed .col-xl-push-0 {
        left: auto;
    }

    html.scroll .col-xl-offset-12,
    html.fixed .col-xl-offset-12 {
        margin-left: 100%;
    }

    html.scroll .col-xl-offset-11,
    html.fixed .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }

    html.scroll .col-xl-offset-10,
    html.fixed .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }

    html.scroll .col-xl-offset-9,
    html.fixed .col-xl-offset-9 {
        margin-left: 75%;
    }

    html.scroll .col-xl-offset-8,
    html.fixed .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }

    html.scroll .col-xl-offset-7,
    html.fixed .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }

    html.scroll .col-xl-offset-6,
    html.fixed .col-xl-offset-6 {
        margin-left: 50%;
    }

    html.scroll .col-xl-offset-5,
    html.fixed .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }

    html.scroll .col-xl-offset-4,
    html.fixed .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }

    html.scroll .col-xl-offset-3,
    html.fixed .col-xl-offset-3 {
        margin-left: 25%;
    }

    html.scroll .col-xl-offset-2,
    html.fixed .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }

    html.scroll .col-xl-offset-1,
    html.fixed .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }

    html.scroll .col-xl-offset-0,
    html.fixed .col-xl-offset-0 {
        margin-left: 0;
    }
}

html.scroll .visible-xl,
html.fixed .visible-xl {
    display: none !important;
}

html.scroll .visible-xl-block,
html.scroll .visible-xl-inline,
html.scroll .visible-xl-inline-block,
html.fixed .visible-xl-block,
html.fixed .visible-xl-inline,
html.fixed .visible-xl-inline-block {
    display: none !important;
}

@media (min-width: 1200px) and (max-width: 1599px) {
    html.scroll .visible-lg,
    html.fixed .visible-lg {
        display: block !important;
    }

    html.scroll table.visible-lg,
    html.fixed table.visible-lg {
        display: table;
    }

    html.scroll tr.visible-lg,
    html.fixed tr.visible-lg {
        display: table-row !important;
    }

    html.scroll th.visible-lg,
    html.scroll td.visible-lg,
    html.fixed th.visible-lg,
    html.fixed td.visible-lg {
        display: table-cell !important;
    }

    html.scroll .visible-lg-block,
    html.fixed .visible-lg-block {
        display: block !important;
    }

    html.scroll .visible-lg-inline,
    html.fixed .visible-lg-inline {
        display: inline !important;
    }

    html.scroll .visible-lg-inline-block,
    html.fixed .visible-lg-inline-block {
        display: inline-block !important;
    }

    html.scroll .hidden-lg,
    html.fixed .hidden-lg {
        display: none !important;
    }
}

@media (min-width: 1600px) {
    html.scroll .visible-lg-block,
    html.fixed .visible-lg-block {
        display: none !important;
    }

    html.scroll .visible-lg-inline,
    html.fixed .visible-lg-inline {
        display: none !important;
    }

    html.scroll .visible-lg-inline-block,
    html.fixed .visible-lg-inline-block {
        display: none !important;
    }
}

@media (min-width: 1600px) {
    html.scroll .visible-xl,
    html.fixed .visible-xl {
        display: block !important;
    }

    html.scroll table.visible-xl,
    html.fixed table.visible-xl {
        display: table;
    }

    html.scroll tr.visible-xl,
    html.fixed tr.visible-xl {
        display: table-row !important;
    }

    html.scroll th.visible-xl,
    html.scroll td.visible-xl,
    html.fixed th.visible-xl,
    html.fixed td.visible-xl {
        display: table-cell !important;
    }

    html.scroll .visible-xl-block,
    html.fixed .visible-xl-block {
        display: block !important;
    }

    html.scroll .visible-xl-inline,
    html.fixed .visible-xl-inline {
        display: inline !important;
    }

    html.scroll .visible-xl-inline-block,
    html.fixed .visible-xl-inline-block {
        display: inline-block !important;
    }

    html.scroll .hidden-xl,
    html.fixed .hidden-xl {
        display: none !important;
    }
}

@media screen and (max-width: 991px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .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;
            }
}
/* Fix img-thumbnail - IE10 and below */
.img-thumbnail {
    width: auto \9;
}

/* Header */
.header {
    /* background-color: #f6f6f6; */
    background-color: #273070;
    /* background-image: -webkit-linear-gradient(#f6f6f6 0%, white 45%); */
    /* background-image: linear-gradient(#f6f6f6 0%, white 45%); */
    /* border-bottom: 1px solid #E9E9E6; */
    /* border-top: 3px solid #EDEDED; */
    z-index: 1000;
}

.logo-container {
    float: left;
    height: 100%;
    min-width: 60px;
    /*background-color: #7eace6;*/
}

.menu-container {
    float: left;
    height: 100%;
    min-width: 60px;
    /*margin: 0px 8px;*/
    margin: 0px 8px 0px -10px;
    background-color: #7eace600;
}

.header .logo {
    float: left;
    margin: 19px 0 0 15px;
}

    .header .logo img {
        color: transparent;
        width: 80%;
    }

    .header .logo .logo-name {
        display: flex;
        /* margin-top: -1px; */
        font-size: 1.53rem;
        color: #dae8f4;
        font-weight: 700;
        position: relative;
        left: -10px;
        text-decoration: none;
        text-shadow: 0 2px 4px #28373e54;
    }

.header .header-vessel {
    float: left;
    padding: 9px 14px;
}

    .header .header-vessel span {
        display: block;
        float: left;
        color: #0c51a6;
        line-height: 16px;
        font-size: 1.6rem;
        width: 100%;
    }

        .header .header-vessel span small {
            font-size: 1.1rem;
            color: #0c51a6cf;
        }

.header .separator {
    background-color: #55568d94;
    display: inline-block;
    height: 100%;
    margin: 0 8px 0;
    width: 2px;
    vertical-align: middle;
}

.header .search {
    width: 240px;
    display: inline-block;
    vertical-align: middle;
}

.header .toggle-sidebar-left {
    background: #cccccc;
    border-radius: 100px;
    color: white;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 14px;
    width: 30px;
}

.header-right {
    float: right;
    height: 56px;
}

/* Header Mobile */
@media only screen and (max-width: 767px) {
    .header .logo-container {
        background-color: #f6f6f6;
        background-image: -webkit-linear-gradient(#f6f6f6 0%, white 45%);
        background-image: linear-gradient(#f6f6f6 0%, white 45%);
        border-bottom: 1px solid #E9E9E6;
        border-top: 3px solid #EDEDED;
    }

        .header .logo-container .logo {
            float: none;
            display: inline-block;
            line-height: 57px;
            margin-top: 0;
        }

    .header .search,
    .header .separator {
        display: none;
    }
}
/* Page Header */
.page-header {
    z-index: 1001;
}

    .page-header h2 {
        color: #363636;
        /* border-bottom: 1px solid #cccccc; */
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        display: inline-block;
        float: left;
        height: 34px;
        font-size: 1.3rem;
        font-weight: 600;
        letter-spacing: 0px;
        line-height: 40px;
        margin: 0 0 0 -1px;
        padding: 0 17px 0 19px;
    }

    .page-header .right-wrapper {
        float: right;
        padding: 5px;
    }

        .page-header .right-wrapper .right-wrapper-search {
            width: 200px;
        }

    .page-header .breadcrumbs {
        display: inline-block;
        font-size: 0;
        line-height: 50px;
        margin: 0;
        padding: 0;
    }

        .page-header .breadcrumbs li {
            color: #c3c3c3;
            display: inline-block;
            font-weight: 300;
        }

            .page-header .breadcrumbs li:after {
                content: '/';
                display: inline-block;
                font-size: 14px;
                font-size: 1.4rem;
                margin: 0 10px;
                vertical-align: middle;
            }

            .page-header .breadcrumbs li:last-child:after {
                display: none;
            }

        .page-header .breadcrumbs .fa-home {
            font-size: 20px;
            font-size: 2rem;
        }

        .page-header .breadcrumbs i {
            vertical-align: middle;
        }

        .page-header .breadcrumbs a,
        .page-header .breadcrumbs span {
            color: #c3c3c3;
            display: inline-block;
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 20px;
            vertical-align: middle;
        }

.page-header-last-event {
    font-size: 10px;
    display: block;
    height: auto;
}

    .page-header-last-event .lable {
        font-weight: 500;
        float: left;
        padding: 10px;
    }

/* Header Dark - Page Header */
html.dark .page-header,
html.header-dark .page-header {
    border-left-color: #171717;
    /*box-shadow: 1px 3px 0 1px #2f3139;*/
}

html.sidebar-right-opened .page-header .sidebar-right-toggle i:before {
    content: "\f054";
}

/* Page Header - Mobile */
@media only screen and (max-width: 767px) {

    .page-header h2 {
        font-size: 16px;
        padding: 0 15px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%;
    }

    .page-header .sidebar-right-toggle {
        position: absolute;
        right: 0;
        top: 0;
    }
}
/* Headings */
h1,
h2,
h3,
.h1,
.h2,
.h3 {
    letter-spacing: -1px;
}

h1,
.h1 {
    font-size: 36px;
    font-size: 3.6rem;
}

h2,
.h2 {
    font-size: 30px;
    font-size: 3rem;
}

h3,
.h3 {
    font-size: 19px;
    font-size: 2.02rem;
}

h4,
.h4 {
    font-size: 18px;
    font-size: 1.8rem;
}

h5,
.h5 {
    font-size: 14px;
    font-size: 1.4rem;
}

h6,
.h6 {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0;
}

/* Alternative Font Style */
.alternative-font {
    color: #cccccc;
    font-family: "Shadows Into Light", cursive;
    font-size: 1.6em;
}

/* Drop Caps */
p.drop-caps:first-child:first-letter {
    float: left;
    font-size: 75px;
    line-height: 60px;
    padding: 4px;
    margin-right: 5px;
    margin-top: 5px;
    font-family: Georgia;
    color: #171717;
}

p.drop-caps.secundary:first-child:first-letter {
    background-color: #171717;
    color: #FFF;
    padding: 6px;
    margin-right: 5px;
    border-radius: 4px;
}

p.drop-caps.colored:first-child:first-letter {
    color: #cccccc;
}

p.drop-caps.colored.secundary:first-child:first-letter {
    background-color: #cccccc;
    color: #FFF;
}

/* Blockquote */
blockquote {
    font-size: 1em;
}

/* Hightlight */
.highlight {
    background-color: #cccccc;
    color: #FFF;
    padding: 3px 6px;
}

/* Divider Line */
hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    margin: 22px 0 22px 0;
}

    hr.short {
        margin: 11px 0 11px 0;
    }

    hr.tall {
        margin: 44px 0 44px 0;
    }

    hr.taller {
        margin: 66px 0 66px 0;
    }

    hr.light {
        background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
        background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
        background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
        background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    }

    hr.dotted {
        height: 0;
        border-bottom: 1px dotted #ddd;
    }

    hr.solid {
        height: 0;
        border-bottom: 1px solid #ddd;
    }

/* Buttons Icon */
.btn-icon i {
    margin-right: 10px;
}

.btn-icon-right i {
    margin-right: 0;
    margin-left: 10px;
}

/* Form Elements */
.form-control {
    font-size: inherit;
    padding: .675rem .75rem;
}

input {
    outline: none;
}

label {
    font-weight: normal;
}

textarea {
    resize: vertical;
}

    textarea[data-toggle=autosize] {
        -webkit-transition: height 0.15s ease-in;
        -moz-transition: height 0.15s ease-in;
        transition: height 0.15s ease-in;
    }

select {
    border: 1px solid #E5E7E9;
    border-radius: 6px;
    /* height: 26px;
	padding: 8px; */
    outline: none;
}

/* Forms Validations */
label.valid {
    display: inline-block;
    text-indent: -9999px;
}

label.error {
    color: #C10000;
    font-size: 0.9em;
    margin-top: -5px;
    padding: 0;
}

/* Miscellaneous */
body a, body a:focus, body a:hover, body a:active, body a:visited {
    outline: none !important;
}

.center {
    text-align: center;
}

ul,
ol {
    margin-bottom: 0;
    padding-left: 27px;
}

/* Arrows */
.arrow {
    background: transparent url(../images/arrows.png) no-repeat 0 0;
    width: 47px;
    height: 120px;
    display: inline-block;
    position: relative;
}

    .arrow.vtl {
        background-position: 0 0;
        width: 47px;
        height: 96px;
    }

    .arrow.vtr {
        background-position: -101px 0;
        width: 47px;
        height: 96px;
    }

    .arrow.vbl {
        background-position: 0 -144px;
        width: 47px;
        height: 96px;
    }

    .arrow.vbr {
        background-position: -101px -144px;
        width: 47px;
        height: 96px;
    }

    .arrow.hlt {
        background-position: -209px 0;
        width: 120px;
        height: 47px;
    }

    .arrow.hlb {
        background-position: -209px -101px;
        width: 120px;
        height: 47px;
    }

    .arrow.hrt {
        background-position: -353px 0;
        width: 120px;
        height: 47px;
    }

    .arrow.hrb {
        background-position: -353px -101px;
        width: 120px;
        height: 47px;
    }

.img-thumbnail {
    border-radius: 8px;
    position: relative;
}

    .img-thumbnail .zoom {
        display: block;
        position: absolute;
        right: 8px;
        bottom: 8px;
        height: 30px;
        width: 30px;
        padding: 6px;
        font-size: 14px;
        line-height: 18px;
        background: #CCC;
        border-radius: 100%;
        color: #FFF;
        text-align: center;
    }

        .img-thumbnail .zoom i {
            position: relative;
            top: -1px;
            left: -1px;
        }

/* Thumbnail Gallery */
.thumbnail-gallery {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

    .thumbnail-gallery .img-thumbnail,
    .thumbnail-gallery .thumbnail {
        margin: 10px 10px 0 0;
    }

/* Navs */
ul.nav-list.primary > li {
    margin: 0;
    padding: 0;
}

    ul.nav-list.primary > li:last-child a {
        border-bottom: transparent !important;
    }

    ul.nav-list.primary > li a {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        background-position: 9px 16px;
        background-repeat: no-repeat;
        border-bottom: 1px solid #EDEDDE;
        padding: 8px 20px;
    }

.text-xs {
    font-size: 10px;
    font-size: 1rem;
}

.text-sm {
    font-size: 13px;
    font-size: 1.3rem;
}

.text-md {
    font-size: 16px;
    font-size: 1.6rem;
}

.text-lg {
    font-size: 19px;
    font-size: 1.9rem;
}

.text-xl {
    font-size: 22px;
    font-size: 2.2rem;
}

.text-muted {
    color: #999999 !important;
}



/*.text-primary {
	color: #cccccc !important;*/
/* font-size: 1.35rem; */
/*}*/

.text-secondary {
    color: #e36159 !important;
}

.text-tertiary {
    color: #2baab1 !important;
}

.text-quartenary {
    color: #734ba9 !important;
}

.text-success {
    color: #47a447 !important;
}

.text-warning {
    color: #ed9c28 !important;
}

.text-danger {
    color: #d2322d !important;
}

.text-info {
    color: #5bc0de !important;
}

.text-dark {
    color: #171717 !important;
}

.text-primary-inverse {
    color: white !important;
}

.text-secondary-inverse {
    color: white !important;
}

.text-tertiary-inverse {
    color: white !important;
}

.text-quartenary-inverse {
    color: white !important;
}

.text-success-inverse {
    color: white !important;
}

.text-warning-inverse {
    color: white !important;
}

.text-danger-inverse {
    color: white !important;
}

.text-info-inverse {
    color: white !important;
}

.text-dark-inverse {
    color: white !important;
}

/* weights */
.text-light {
    font-weight: 300;
}

.text-normal {
    font-weight: 400;
}

.text-semibold {
    font-weight: 600;
}

.text-bold {
    font-weight: 700;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.rounded {
    border-radius: 5px;
}

.b-thin {
    border-width: 3px;
}

.b-normal {
    border-width: 5px;
}

.b-thick {
    border-width: 7px;
}

.bg-default {
    background: #ebebeb;
    color: #777777;
}

.bg-primary {
    background: #cccccc;
    color: white;
}

.bg-secondary {
    background: #e36159;
    color: white;
}

.bg-tertiary {
    background: #2baab1;
    color: white;
}

.bg-quartenary {
    background: #734ba9;
    color: white;
}

.bg-success {
    background: #47a447;
    color: white;
}

.bg-warning {
    background: #ed9c28;
    color: white;
}

.bg-danger {
    background: #d2322d;
    color: white;
}

.bg-info {
    background: #5bc0de;
    color: white;
}

.bg-dark {
    background: #171717;
    color: white;
}

/* Form - iOS Override */
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
    -webkit-appearance: none;
}

    .form-control::-webkit-input-placeholder,
    input[type="text"]::-webkit-input-placeholder,
    input[type="password"]::-webkit-input-placeholder,
    input[type="datetime"]::-webkit-input-placeholder,
    input[type="datetime-local"]::-webkit-input-placeholder,
    input[type="date"]::-webkit-input-placeholder,
    input[type="month"]::-webkit-input-placeholder,
    input[type="time"]::-webkit-input-placeholder,
    input[type="week"]::-webkit-input-placeholder,
    input[type="number"]::-webkit-input-placeholder,
    input[type="email"]::-webkit-input-placeholder,
    input[type="url"]::-webkit-input-placeholder,
    input[type="search"]::-webkit-input-placeholder,
    input[type="tel"]::-webkit-input-placeholder,
    input[type="color"]::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #bdbdbd;
    }

    .form-control::-moz-placeholder,
    input[type="text"]::-moz-placeholder,
    input[type="password"]::-moz-placeholder,
    input[type="datetime"]::-moz-placeholder,
    input[type="datetime-local"]::-moz-placeholder,
    input[type="date"]::-moz-placeholder,
    input[type="month"]::-moz-placeholder,
    input[type="time"]::-moz-placeholder,
    input[type="week"]::-moz-placeholder,
    input[type="number"]::-moz-placeholder,
    input[type="email"]::-moz-placeholder,
    input[type="url"]::-moz-placeholder,
    input[type="search"]::-moz-placeholder,
    input[type="tel"]::-moz-placeholder,
    input[type="color"]::-moz-placeholder,
    textarea::-moz-placeholder {
        color: #bdbdbd;
    }

    .form-control:-ms-input-placeholder,
    input[type="text"]:-ms-input-placeholder,
    input[type="password"]:-ms-input-placeholder,
    input[type="datetime"]:-ms-input-placeholder,
    input[type="datetime-local"]:-ms-input-placeholder,
    input[type="date"]:-ms-input-placeholder,
    input[type="month"]:-ms-input-placeholder,
    input[type="time"]:-ms-input-placeholder,
    input[type="week"]:-ms-input-placeholder,
    input[type="number"]:-ms-input-placeholder,
    input[type="email"]:-ms-input-placeholder,
    input[type="url"]:-ms-input-placeholder,
    input[type="search"]:-ms-input-placeholder,
    input[type="tel"]:-ms-input-placeholder,
    input[type="color"]:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #bdbdbd;
    }
input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
    cursor:pointer;
}

/* Form - Bootstrap Override */
.btn {
    font-size: 1.3rem;
}

.btn-lg,
.btn-group-lg > .btn {
    line-height: 1.334;
}

select.input-sm, select.input-lg {
    line-height: 1;
}

/* Form - Custom Fields */
.required {
    display: inline-block;
    color: #d2322d;
    font-size: 1.2em;
    font-weight: bold;
    position: relative;
    top: 0.2em;
    margin-right: 0.5rem;
}

label.error {
    color: #B94A48;
    margin-top: 2px;
}

/* Form - Group Override */
.form-group:after {
    clear: both;
    display: block;
    content: '';
}

.form-group:last-child, .form-group:last-of-type {
    margin-bottom: 0;
}

/* Form - Bordered */
.form-bordered .form-group {
    border-bottom: 1px solid #eff2f7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

    .form-bordered .form-group:last-child, .form-bordered .form-group:last-of-type {
        border-bottom: none !important;
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }

/* Dark - Form - Bordered */
html.dark .form-bordered .form-group {
    border-bottom: 1px solid #242830;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

/* Form - Vertical Group / Stacked */
.form-group-vertical {
    position: relative;
    white-space: nowrap;
}

    .form-group-vertical .form-control {
        border-radius: 0;
        margin-top: -1px;
        z-index: 1;
    }

        .form-group-vertical .form-control:first-child, .form-group-vertical .form-control:first-of-type {
            border-radius: 4px 4px 0 0;
        }

        .form-group-vertical .form-control:last-child, .form-group-vertical .form-control:last-of-type {
            border-radius: 0 0 4px 4px;
        }

        .form-group-vertical .form-control:focus {
            position: relative;
            z-index: 2;
        }

    .form-group-vertical .input-group {
        margin-top: -1px;
    }

        .form-group-vertical .input-group .form-control {
            margin-top: 0;
        }

        .form-group-vertical .input-group:first-child .input-group-addon, .form-group-vertical .input-group:first-of-type .input-group-addon {
            border-radius: 4px 0 0 0;
        }

        .form-group-vertical .input-group:first-child .form-control, .form-group-vertical .input-group:first-of-type .form-control {
            border-radius: 0 4px 0 0;
        }

        .form-group-vertical .input-group:last-child .input-group-addon, .form-group-vertical .input-group:last-of-type .input-group-addon {
            border-radius: 0 0 0 4px;
        }

        .form-group-vertical .input-group:last-child .form-control, .form-group-vertical .input-group:last-of-type .form-control {
            border-radius: 0 0 4px 0;
        }

        .form-group-vertical .input-group.input-group-icon:first-child .input-group-addon, .form-group-vertical .input-group.input-group-icon:first-of-type .input-group-addon {
            border-radius: 4px 4px 0 0;
        }

        .form-group-vertical .input-group.input-group-icon:first-child .form-control, .form-group-vertical .input-group.input-group-icon:first-of-type .form-control {
            border-radius: 4px 4px 0 0;
        }

        .form-group-vertical .input-group.input-group-icon:last-child .input-group-addon, .form-group-vertical .input-group.input-group-icon:last-of-type .input-group-addon {
            border-radius: 0 0 4px 4px;
        }

        .form-group-vertical .input-group.input-group-icon:last-child .form-control, .form-group-vertical .input-group.input-group-icon:last-of-type .form-control {
            border-radius: 0 0 4px 4px;
        }

/* Form - Input Override */
.input-lg {
    border-radius: 4px;
}

/* Form - Input Icon */
.input-group-icon,
.input-search {
    width: 100%;
    table-layout: fixed;
}

    .input-group-icon input.form-control,
    .input-search input.form-control {
        font-size: 12px;
        font-size: 1.2rem;
        padding-right: 36px;
    }

        .input-group-icon input.form-control:first-child, .input-group-icon input.form-control:last-child,
        .input-search input.form-control:first-child,
        .input-search input.form-control:last-child {
            border-radius: 4px;
        }

    .input-group-icon .input-group-btn,
    .input-search .input-group-btn {
        border-radius: 500px;
        width: 0;
    }

        .input-group-icon .input-group-btn:first-child, .input-group-icon .input-group-btn:last-child,
        .input-search .input-group-btn:first-child,
        .input-search .input-group-btn:last-child {
            border-radius: 500px;
        }

        .input-group-icon .input-group-btn button,
        .input-search .input-group-btn button {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            border: 0;
            z-index: 3;
            background: transparent;
        }

            .input-group-icon .input-group-btn button:active,
            .input-search .input-group-btn button:active {
                -webkit-box-shadow: none;
                box-shadow: none;
            }

        .input-group-icon .input-group-btn:last-child button,
        .input-search .input-group-btn:last-child button {
            left: auto;
            right: 0;
        }

        .input-group-icon .input-group-btn + input.form-control,
        .input-search .input-group-btn + input.form-control {
            padding-right: 12px;
            padding-left: 36px;
        }

    .input-group-icon .input-group-addon,
    .input-search .input-group-addon {
        position: relative;
        padding: 0;
        border: 0 none;
        width: 0;
    }

        .input-group-icon .input-group-addon span.icon,
        .input-search .input-group-addon span.icon {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            border: 0;
            z-index: 3;
            width: auto;
            display: inline-block;
            vertical-align: middle;
            text-align: center;
            padding: 6px 12px;
            background: transparent;
            line-height: 1.42857143;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
            pointer-events: none;
        }

            .input-group-icon .input-group-addon span.icon.icon-lg,
            .input-search .input-group-addon span.icon.icon-lg {
                padding: 10px 14px;
                font-size: 18px;
            }

        .input-group-icon .input-group-addon:last-child span.icon,
        .input-search .input-group-addon:last-child span.icon {
            left: auto;
            right: 0;
        }

        .input-group-icon .input-group-addon + input.form-control,
        .input-search .input-group-addon + input.form-control {
            padding-right: 12px;
            padding-left: 36px;
        }

/* Form - Input Search */
.input-search {
    width: 100%;
}

    .input-search input.form-control:focus {
        border-color: #ccc;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .input-search .input-group-btn {
        color: #ccc;
    }

        .input-search .input-group-btn .btn {
            padding-left: 15px;
        }

        .input-search .input-group-btn .btn-default {
            color: #ccc;
        }

/* Dark */
.input-search {
    width: 100%;
}

    .input-search input.form-control:focus {
        border-color: #1d2127;
    }

    .input-search .input-group-btn .btn {
        background: transparent !important;
    }

/* Form - Round Input */
input.input-rounded {
    -webkit-border-radius: 500px;
    border-radius: 500px;
}

.input-group-rounded input.form-control,
.input-search input.form-control {
    -webkit-border-radius: 500px;
    border-radius: 500px;
}

    .input-group-rounded input.form-control:first-child, .input-group-rounded input.form-control:last-child,
    .input-search input.form-control:first-child,
    .input-search input.form-control:last-child {
        border-radius: 500px;
    }

.input-group-rounded .input-group-addon:first-child,
.input-search .input-group-addon:first-child {
    border-radius: 500px 0 0 500px;
}

.input-group-rounded .input-group-addon:last-child,
.input-search .input-group-addon:last-child {
    border-radius: 0 500px 500px 0;
}

/* Form - Custom Checkbox */
.checkbox-custom {
    position: relative;
    padding: 20px 0 0 20px;
    margin-bottom: 7px;
    margin-top: 0;
    border: solid 1px #cdcdcd;
    width: 25px;
    height: 25px;
}

    .checkbox-custom.checkbox-inline {
        display: inline-block;
        vertical-align: middle;
    }

.form-group .checkbox-custom.checkbox-inline {
    margin-top: 7px;
    padding-top: 0;
}

.checkbox-custom:last-child, .checkbox-custom:last-of-type {
    margin-bottom: 0;
}

.checkbox-custom input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 3px;
    margin: -6px 0 0 0;
    z-index: 2;
    cursor: pointer;
}

    .checkbox-custom input[type="checkbox"]:checked + label:after {
        position: absolute;
        display: inline-block;
        font-family: 'FontAwesome';
        content: '\F00C';
        top: 50%;
        left: 4px;
        margin-top: -5px;
        font-size: 11px;
        line-height: 1;
        width: 16px;
        height: 16px;
        color: #333;
    }

    .checkbox-custom input[type="checkbox"]:disabled {
        cursor: not-allowed;
    }

        .checkbox-custom input[type="checkbox"]:disabled:checked + label:after {
            color: #999;
        }

        .checkbox-custom input[type="checkbox"]:disabled + label {
            cursor: not-allowed;
        }

            .checkbox-custom input[type="checkbox"]:disabled + label:before {
                background-color: #FFF;
            }

.checkbox-custom label {
    cursor: pointer;
    margin-bottom: 0;
    text-align: left;
    line-height: 1.2;
}

    .checkbox-custom label:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -9px;
        width: 19px;
        height: 18px;
        display: inline-block;
        border-radius: 2px;
        border: 1px solid #bbb;
        background: #fff;
    }

    .checkbox-custom label + label.error {
        display: block;
    }

html.dark .checkbox-custom label:before {
    background: #282d36;
    border-color: #21262d;
}

html.dark .checkbox-custom input[type="checkbox"]:checked + label:after {
    color: #fff;
}

html.dark .checkbox-custom input[type="checkbox"]:disabled + label:before {
    background: #242830;
    border-color: #242830;
}

html.dark .checkbox-primary input[type="checkbox"]:checked + label:after,
.checkbox-primary input[type="checkbox"]:checked + label:after {
    color: #fff;
}

html.dark .checkbox-primary label:before,
.checkbox-primary label:before {
    background: #cccccc;
    border-color: #bfbfbf;
}

html.dark .checkbox-text-primary input[type="checkbox"]:checked + label:after,
.checkbox-text-primary input[type="checkbox"]:checked + label:after {
    color: #cccccc;
}

html.dark .checkbox-success input[type="checkbox"]:checked + label:after,
.checkbox-success input[type="checkbox"]:checked + label:after {
    color: #fff;
}

html.dark .checkbox-success label:before,
.checkbox-success label:before {
    background: #47a447;
    border-color: #3f923f;
}

html.dark .checkbox-text-success input[type="checkbox"]:checked + label:after,
.checkbox-text-success input[type="checkbox"]:checked + label:after {
    color: #47a447;
}

html.dark .checkbox-warning input[type="checkbox"]:checked + label:after,
.checkbox-warning input[type="checkbox"]:checked + label:after {
    color: #fff;
}

html.dark .checkbox-warning label:before,
.checkbox-warning label:before {
    background: #ed9c28;
    border-color: #e89113;
}

html.dark .checkbox-text-warning input[type="checkbox"]:checked + label:after,
.checkbox-text-warning input[type="checkbox"]:checked + label:after {
    color: #ed9c28;
}

html.dark .checkbox-danger input[type="checkbox"]:checked + label:after,
.checkbox-danger input[type="checkbox"]:checked + label:after {
    color: #fff;
}

html.dark .checkbox-danger label:before,
.checkbox-danger label:before {
    background: #d2322d;
    border-color: #bd2d29;
}

html.dark .checkbox-text-danger input[type="checkbox"]:checked + label:after,
.checkbox-text-danger input[type="checkbox"]:checked + label:after {
    color: #d2322d;
}

html.dark .checkbox-info input[type="checkbox"]:checked + label:after,
.checkbox-info input[type="checkbox"]:checked + label:after {
    color: #fff;
}

html.dark .checkbox-info label:before,
.checkbox-info label:before {
    background: #5bc0de;
    border-color: #46b8da;
}

html.dark .checkbox-text-info input[type="checkbox"]:checked + label:after,
.checkbox-text-info input[type="checkbox"]:checked + label:after {
    color: #5bc0de;
}

html.dark .checkbox-dark input[type="checkbox"]:checked + label:after,
.checkbox-dark input[type="checkbox"]:checked + label:after {
    color: #fff;
}

html.dark .checkbox-dark label:before,
.checkbox-dark label:before {
    background: #171717;
    border-color: #0a0a0a;
}

html.dark .checkbox-text-dark input[type="checkbox"]:checked + label:after,
.checkbox-text-dark input[type="checkbox"]:checked + label:after {
    color: #171717;
}

/* Form - Custom Radio */
.radio-custom {
    position: relative;
    padding: 0 0 0 25px;
    margin-bottom: 7px;
    margin-top: 0;
}

    .radio-custom.radio-inline {
        display: inline-block;
        vertical-align: middle;
    }

.form-group .radio-custom.radio-inline {
    margin-top: 7px;
    padding-top: 0;
}

.radio-custom:last-child, .radio-custom:last-of-type {
    margin-bottom: 0;
}

.radio-custom input[type="radio"] {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 3px;
    margin: -6px 0 0 0;
    z-index: 2;
    cursor: pointer;
}

    .radio-custom input[type="radio"]:checked + label:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 4px;
        margin-top: -5px;
        display: inline-block;
        font-size: 11px;
        line-height: 1;
        width: 10px;
        height: 10px;
        background-color: #444;
        border-radius: 50px;
        -webkit-box-shadow: 0px 0px 1px #444;
        box-shadow: 0px 0px 1px #444;
    }

    .radio-custom input[type="radio"]:disabled {
        cursor: not-allowed;
    }

        .radio-custom input[type="radio"]:disabled:checked + label:after {
            color: #999;
        }

        .radio-custom input[type="radio"]:disabled + label {
            cursor: not-allowed;
        }

            .radio-custom input[type="radio"]:disabled + label:before {
                background-color: #FFF;
            }

.radio-custom label {
    cursor: pointer;
    margin-bottom: 0;
    text-align: left;
    line-height: 1.2;
}

    .radio-custom label:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -9px;
        width: 18px;
        height: 18px;
        display: inline-block;
        border-radius: 50px;
        border: 1px solid #bbb;
        background: #fff;
    }

    .radio-custom label + label.error {
        display: block;
    }

html.dark .radio-custom label:before {
    background: #282d36;
    border-color: #21262d;
}

html.dark .radio-custom input[type="radio"]:checked + label:after {
    background-color: #fff;
}

html.dark .radio-custom input[type="radio"]:disabled + label:before {
    background: #242830;
    border-color: #242830;
}

html.dark .radio-primary input[type="radio"]:checked + label:after,
.radio-primary input[type="radio"]:checked + label:after {
    background: #cccccc;
    -webkit-box-shadow: 0px 0px 1px #cccccc;
    box-shadow: 0px 0px 1px #cccccc;
}

html.dark .radio-success input[type="radio"]:checked + label:after,
.radio-success input[type="radio"]:checked + label:after {
    background: #47a447;
    -webkit-box-shadow: 0px 0px 1px #47a447;
    box-shadow: 0px 0px 1px #47a447;
}

html.dark .radio-warning input[type="radio"]:checked + label:after,
.radio-warning input[type="radio"]:checked + label:after {
    background: #ed9c28;
    -webkit-box-shadow: 0px 0px 1px #ed9c28;
    box-shadow: 0px 0px 1px #ed9c28;
}

html.dark .radio-danger input[type="radio"]:checked + label:after,
.radio-danger input[type="radio"]:checked + label:after {
    background: #d2322d;
    -webkit-box-shadow: 0px 0px 1px #d2322d;
    box-shadow: 0px 0px 1px #d2322d;
}

html.dark .radio-info input[type="radio"]:checked + label:after,
.radio-info input[type="radio"]:checked + label:after {
    background: #5bc0de;
    -webkit-box-shadow: 0px 0px 1px #5bc0de;
    box-shadow: 0px 0px 1px #5bc0de;
}

html.dark .radio-dark input[type="radio"]:checked + label:after,
.radio-dark input[type="radio"]:checked + label:after {
    background: #171717;
    -webkit-box-shadow: 0px 0px 1px #171717;
    box-shadow: 0px 0px 1px #171717;
}

/* Form - Error Container */
div.validation-message ul {
    display: none;
    list-style: none;
    margin: -15px -15px 15px -15px;
    padding: 15px;
    border-bottom: 1px solid #FFCBCB;
    background: #FFEFEF;
}

    div.validation-message ul label.error {
        display: block;
        padding-left: 22px;
        position: relative;
    }

        div.validation-message ul label.error:before {
            font-family: 'FontAwesome';
            content: '\f00d';
            position: absolute;
            top: 0;
            left: 0;
            font-size: 16px;
            color: #D9534F;
            display: inline-block;
        }

html.dark .fileupload .uneditable-input {
    background-color: #282d36;
    border-color: #282d36;
}

html.dark .fileupload-new .input-append .btn-file {
    border-color: #21262d;
}

/* Nano Scroller Plugin */
html.no-overflowscrolling .nano {
    height: 100%;
    position: relative;
    overflow: hidden;
    width: 100%;
}

    html.no-overflowscrolling .nano > .nano-content {
        bottom: 0;
        left: 0;
        position: absolute;
        overflow: hidden;
        right: 0;
        top: 0;
    }

        html.no-overflowscrolling .nano > .nano-content:focus {
            outline: none;
        }

        html.no-overflowscrolling .nano > .nano-content::-webkit-scrollbar {
            display: none;
            visibility: hidden;
        }

    html.no-overflowscrolling .nano.has-scrollbar > .nano-content::-webkit-scrollbar {
        display: block;
        visibility: visible;
    }

    html.no-overflowscrolling .nano > .nano-pane {
        bottom: 0;
        position: absolute;
        opacity: .01;
        right: 0;
        top: 0;
        visibility: hidden\9;
        /* Target only IE7 and IE8 with this hack */
        width: 4px;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
    }

        html.no-overflowscrolling .nano > .nano-pane > .nano-slider {
            background: #cccccc;
            margin: 0;
            position: relative;
            visibility: hidden;
        }

    html.no-overflowscrolling .nano:hover > .nano-pane,
    html.no-overflowscrolling .nano .nano-pane.active,
    html.no-overflowscrolling .nano .nano-pane.flashed {
        opacity: 0.99;
    }

        html.no-overflowscrolling .nano:hover > .nano-pane > .nano-slider {
            visibility: visible;
        }

html.no-overflowscrolling.custom-scroll .nano > .nano-content {
    overflow: scroll;
    overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
    html.no-overflowscrolling .nano > .nano-content {
        overflow: scroll !important;
        overflow-x: hidden !important;
    }
}

@media only screen and (min-width: 768px) {
    html.overflowscrolling.fixed .sidebar-left .nano,
    html.overflowscrolling.fixed .sidebar-right .nano,
    html.overflowscrolling.fixed .inner-menu .nano {
        height: 100%;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
    }

        html.overflowscrolling.fixed .sidebar-left .nano > .nano-pane > .nano-slider,
        html.overflowscrolling.fixed .sidebar-right .nano > .nano-pane > .nano-slider,
        html.overflowscrolling.fixed .inner-menu .nano > .nano-pane > .nano-slider {
            visibility: visible;
        }

    html.overflowscrolling.fixed.custom-scroll .sidebar-left .nano > .nano-content,
    html.overflowscrolling.fixed.custom-scroll .sidebar-right .nano > .nano-content,
    html.overflowscrolling.fixed.custom-scroll .inner-menu .nano > .nano-content {
        overflow-y: scroll;
        overflow-x: hidden;
    }
}
/* Toolbar */
.inner-toolbar {
    background: #1d2127;
    margin: -40px -40px 30px;
    padding: 0;
    border-left: 1px solid #121418;
}

    .inner-toolbar > ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .inner-toolbar > ul > li {
            display: inline-block;
            padding: 15px;
            font-size: 13px;
            border-right: 1px solid #121418;
        }

            .inner-toolbar > ul > li > a {
                display: inline-block;
                padding: 0;
                color: #abb4be;
            }

                .inner-toolbar > ul > li > a:hover, .inner-toolbar > ul > li > a:focus {
                    color: #fff;
                    text-decoration: none;
                }

            .inner-toolbar > ul > li.right {
                float: right;
                padding-right: 10px;
            }

            .inner-toolbar > ul > li i.fa {
                font-size: 14px;
            }

            .inner-toolbar > ul > li > .btn {
                margin-top: -6px;
            }

    .inner-toolbar .nav-pills {
        margin-top: -8px;
    }

        .inner-toolbar .nav-pills > li > label {
            margin-bottom: 0;
            margin-right: 12px;
            margin-top: 8px;
        }

        .inner-toolbar .nav-pills a {
            color: #abb4be;
            padding-top: 8px;
            padding-bottom: 8px;
        }

            .inner-toolbar .nav-pills a:hover {
                background: #171717;
                color: #FFF;
            }

        .inner-toolbar .nav-pills .active a {
            color: #FFF;
        }



/* Toolbar - Responsive */
@media only screen and (max-width: 767px) {
    .inner-toolbar {
        padding: 0 15px;
        margin: -40px -15px 30px;
    }

        .inner-toolbar ul > li {
            border-right: 0;
        }

            .inner-toolbar ul > li:first-child {
                padding-left: 0;
            }

            .inner-toolbar ul > li.right {
                float: none;
                padding-left: 0;
                padding-right: 0;
            }
}

@media only screen and (max-width: 480px) {
    .inner-toolbar .nav-pills a {
        padding-left: 10px;
        padding-right: 10px;
    }
}
/* Toolbar + Layout Fixed */
@media only screen and (min-width: 768px) {
    html.fixed .inner-toolbar {
        left: 300px;
        right: 0;
        margin: 0;
        padding: 0;
        position: fixed;
        top: 114px;
        z-index: 1001;
    }
}
/* dark */
html.dark .inner-toolbar {
    border-left: none;
    border-bottom: 1px solid #242830;
}

    html.dark .inner-toolbar > ul > li {
        border-color: #242830;
    }

.img-rounded {
    border-radius: 6px;
}

.img-circle {
    border-radius: 50%;
}

.img-thumbnail {
    border-radius: 8px;
    position: relative;
}

body {
    /* Button Basic */
    /* Buttons - Social */
    /* Buttons - States */;
}

    body .btn:focus,
    body .btn:active:focus,
    body .btn.active:focus {
        outline: none;
    }

    body .btn {
        white-space: normal;
        ;
        /*		font-weight:600;*/
    }

    body .btn-primary {
        border-color: #cccccc;
        background-color: #cccccc;
        border-color: #cccccc #cccccc #b3b3b3;
        color: white;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }

        body .btn-primary:hover {
            border-color: #d9d9d9;
            background-color: #d9d9d9;
            color: white;
        }

        body .btn-primary:active, body .btn-primary:focus {
            border-color: #bfbfbf;
            background-color: #bfbfbf;
            color: white;
        }

        body .btn-primary.dropdown-toggle {
            border-left-color: #bfbfbf;
        }

        body .btn-primary[disabled] {
            border-color: white;
            background-color: white;
        }

    body .btn-success {
        border-color: #47a447;
        background-color: #47a447;
        border-color: #47a447 #47a447 #388038;
        color: white;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }

        body .btn-success:hover {
            border-color: #51b451;
            background-color: #51b451;
            color: white;
        }

        body .btn-success:active, body .btn-success:focus {
            border-color: #3f923f;
            background-color: #3f923f;
            color: white;
        }

        body .btn-success.dropdown-toggle {
            border-left-color: #3f923f;
        }

        body .btn-success[disabled] {
            border-color: #86cb86;
            background-color: #86cb86;
        }

    body .btn-warning {
        border-color: #ed9c28;
        background-color: #ed9c28;
        border-color: #ed9c28 #ed9c28 #d18211;
        color: white;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }

        body .btn-warning:hover {
            border-color: #efa740;
            background-color: #efa740;
            color: white;
        }

        body .btn-warning:active, body .btn-warning:focus {
            border-color: #e89113;
            background-color: #e89113;
            color: white;
        }

        body .btn-warning.dropdown-toggle {
            border-left-color: #e89113;
        }

        body .btn-warning[disabled] {
            border-color: #f5c786;
            background-color: #f5c786;
        }

    body .btn-danger {
        border-color: #d2322d;
        background-color: #d2322d;
        border-color: #d2322d #d2322d #a82824;
        color: white;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }

        body .btn-danger:hover {
            border-color: #d64742;
            background-color: #d64742;
            color: white;
        }

        body .btn-danger:active, body .btn-danger:focus {
            border-color: #bd2d29;
            background-color: #bd2d29;
            color: white;
        }

        body .btn-danger.dropdown-toggle {
            border-left-color: #bd2d29;
        }

        body .btn-danger[disabled] {
            border-color: #e48481;
            background-color: #e48481;
        }

    body .btn-info {
        border-color: #5bc0de;
        background-color: #5bc0de;
        border-color: #5bc0de #5bc0de #31b0d5;
        color: white;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }

        body .btn-info:hover {
            border-color: #70c8e2;
            background-color: #70c8e2;
            color: white;
        }

        body .btn-info:active, body .btn-info:focus {
            border-color: #46b8da;
            background-color: #46b8da;
            color: white;
        }

        body .btn-info.dropdown-toggle {
            border-left-color: #46b8da;
        }

        body .btn-info[disabled] {
            border-color: #b0e1ef;
            background-color: #b0e1ef;
        }

    body .btn-dark {
        border-color: #171717;
        background-color: #171717;
        border-color: #171717 #171717 black;
        color: white;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }

        body .btn-dark:hover {
            border-color: #242424;
            background-color: #242424;
            color: white;
        }

        body .btn-dark:active, body .btn-dark:focus {
            border-color: #0a0a0a;
            background-color: #0a0a0a;
            color: white;
        }

        body .btn-dark.dropdown-toggle {
            border-left-color: #0a0a0a;
        }

        body .btn-dark[disabled] {
            border-color: #4a4a4a;
            background-color: #4a4a4a;
        }

html.dark .btn-default {
    background-color: #282d36;
    border-color: #282d36;
    color: #FFF;
}

    html.dark .btn-default:hover {
        background-color: #2a3039;
        border-color: #2a3039;
    }

    html.dark .btn-default:focus, html.dark .btn-default:active {
        background-color: #242830;
        border-color: #242830;
    }

    html.dark .btn-default:hover,
    html.dark .btn-default:focus,
    html.dark .btn-default:active,
    html.dark .btn-default.active,
    html.dark .open > .dropdown-toggle.btn-default {
        color: #EEE;
        background-color: #242830;
        border-color: #242830;
    }

/* Notifications */
.notifications {
    display: inline-block;
    list-style: none;
    /*margin: 4px -10px 0 0;*/
    margin: 0 -10px 0 0;
    padding: 0;
    vertical-align: middle;
}

    .notifications > li {
        float: left;
        margin: 0 10px 0 0!important;
        position: relative;
    }

        .notifications > li .notification-icon {
            background: #48529d;
            border-radius: 20%;
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
            display: inline-block;
            height: 30px;
            position: relative;
            padding: 2px 0 0 0;
            width: 30px;
            text-align: center;
        }

            .notifications > li .notification-icon i {
                color: #fff;
                line-height: 18px;
                vertical-align: middle;
                font-size: 1.8rem;
            }

                .notifications > li .notification-icon i.fa-tasks {
                    line-height: 32px;
                }

            .notifications > li .notification-icon .badge {
                background: #D2312D;
                color: #FFF;
                font-size: 10px;
                font-weight: normal;
                height: 16px;
                padding: 3px 5px 3px 5px;
                position: absolute;
                right: -8px;
                top: -3px;
            }

        .notifications > li > a {
            border: none;
            display: inline-block;
        }

    .notifications .notification-menu {
        border: none;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
        left: auto;
        margin: 10px 0 0 0;
        padding: 0;
        right: -5px;
        width: 245px;
        background-color: #f6f7f8;
        /* padding: 0px!important; */
    }

        .notifications .notification-menu.large {
            width: 325px;
        }

        .notifications .notification-menu .notification-title {
            background: #57a4ff;
            border-radius: 3px 3px 0 0;
            color: white;
            font-size: 11px;
            font-size: 1.1rem;
            line-height: 15px;
            line-height: 1.5rem;
            padding: 8px 6px 8px 12px;
            text-transform: uppercase;
        }

            .notifications .notification-menu .notification-title .label {
                font-size: 10px;
                font-size: 1rem;
                font-weight: 200;
                line-height: 14px;
                margin-left: 10px;
                margin-top: -2px;
                min-width: 35px;
            }

            .notifications .notification-menu .notification-title .label-default {
                background: #edeeef;
                color: #FFF;
            }

        .notifications .notification-menu .content {
            padding: 12px;
        }

        .notifications .notification-menu hr {
            background: #e6e6e6;
            height: 1px;
            margin: 12px 0;
        }

        .notifications .notification-menu .view-more {
            color: #acacac;
            font-size: 11px;
            font-size: 1.1rem;
            line-height: 11px;
            line-height: 1.1rem;
            text-transform: uppercase;
        }

        /* notification menu - pin */
        .notifications .notification-menu:before,
        .notifications .notification-icon:before {
            border-bottom: 6px solid #cccccc;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            content: '';
            height: 0;
            margin-right: -3px;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        .notifications .notification-menu:before {
            bottom: 100%;
            right: 16px;
        }

    .notifications .notification-icon:before {
        display: none;
        right: 11px;
        top: 35px;
        z-index: 9999;
    }

/* notification menu - emails */
.notification-menu {
    color: #acacac;
}

    .notification-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .notification-menu li {
        margin: 0 0 12px;
    }

        .notification-menu li:last-child {
            margin-bottom: 0;
        }

    .notification-menu a {
        display: block;
        text-decoration: none;
    }

    .notification-menu .image {
        float: left;
        font-size: 2.1rem;
        padding-top: 2%;
        /* margin: 0 10px 0 0; */
    }

        .notification-menu .image i {
            border-radius: 35px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            width: 35px;
        }

    .notification-menu .truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .notification-menu .title {
        color: #000011;
        display: block;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 17px;
        line-height: 1.7rem;
        padding: 2px 0 0;
    }

    .notification-menu .message {
        color: #acacac;
        display: block;
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 15px;
        line-height: 1.5rem;
        padding: 0;
    }

.sync-alert {
    color: gray;
}
/* Notifications Mobile */
@media only screen and (max-width: 767px) {
    .header .logo .logo-name {
        display: none;
    }

    .notifications {
        float: right;
        margin: 16px 8px 0 0;
    }

        .notifications > li {
            position: static;
        }

            .notifications > li.open .notification-icon:before {
                display: block;
            }

            .notifications > li .notification-menu {
                left: 15px;
                right: 15px;
                top: auto;
                width: auto !important;
            }

                .notifications > li .notification-menu:before {
                    display: none;
                }
}
/* Userbox */
.userbox {
    display: inline-block;
    /*	margin: 3px 17px 0 0;*/
    margin: 9px 17px 0 0;
    position: relative;
    vertical-align: middle;
}

    .userbox > a {
        display: inline-block;
        text-decoration: none;
    }

    .userbox a:hover {
        text-decoration: none;
    }

    .userbox .profile-info,
    .userbox .profile-picture {
        display: inline-block;
        vertical-align: middle;
    }

        .userbox .profile-picture img {
            width: 40px;
            color: transparent;
            /*padding-top: 4px;*/
        }

    .userbox .profile-info {
        margin: 0 25px 0 10px;
    }

    .userbox .name,
    .userbox .role {
        display: block;
    }

    .userbox .name {
/*        color: #0a58ca;*/
        color: #0e70ff;
        font-size: 13px;
        font-weight: 600;
        font-size: 1.3rem;
        line-height: 1.2em;
    }

    .userbox .role {
        color: #ACACAC;
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 1.2em;
    }

    .userbox .custom-caret {
        color: #a4afd9;
        font-size: 16px;
        font-weight: bold;
    }

        .userbox .custom-caret:before {
            content: "\f107";
        }

    /* Userbox - Open */
    .userbox.open > a {
        position: relative;
        z-index: 993;
    }

        .userbox.open > a .custom-caret:before {
            content: "\f106";
        }

    .userbox.open .dropdown-menu {
        border: none;
        box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        left: -6px !important;
        padding: 45px 10px 0;
        top: -57px !important;
        width: 100%;
        z-index: 992;
    }

        .userbox.open .dropdown-menu li {
            margin-bottom: 5px;
        }

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.userbox.open .dropdown-menu a {
    border-radius: 2px;
    color: #7d7d7d;
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 15px;
    line-height: 1.5rem;
    padding: 5px 10px;
}

    .userbox.open .dropdown-menu a:hover {
        background: #cccccc;
        color: white;
    }

.userbox.open .dropdown-menu i {
    font-size: 17px;
    font-size: 1.7rem;
    margin-right: 3px;
    vertical-align: middle;
}

/* Userbox - Mobile */
@media only screen and (max-width: 767px) {
    .userbox {
        float: left;
        margin: 16px 0 0 12px;
        position: relative;
    }

        .userbox:after {
            background: #E9E9E6;
            content: '';
            height: 63px;
            margin: 0;
            position: absolute;
            right: -21px;
            top: -18px;
            width: 1px;
        }

        .userbox .profile-picture {
            display: none;
        }

        .userbox.open .dropdown-menu {
            left: -5px;
            padding: 43px 0 0 0;
        }
}

.nav-pills > .active a, .nav-pills > .active a:hover, .nav-pills > .active a:focus {
    background-color: #cccccc;
}

.pagination > li a {
    color: #cccccc;
}

    .pagination > li a:hover, .pagination > li a:focus {
        color: #d9d9d9;
    }

.pagination > li.active a, .pagination > li.active a:hover, .pagination > li.active a:focus,
.pagination > li.active span,
.pagination > li.active span:hover,
.pagination > li.active span:focus {
    background-color: #cccccc;
    border-color: #cccccc;
}

.pagination > li.active a {
    background-color: #cccccc;
}

.border-radious-15 {
    border-radius: 1.5rem !important;
    border-radius: 15px !important;
}

.border-radious-tl-15 {
    border-top-left-radius: 1.5rem !important;
    border-top-left-radius: 15px !important;
}

.border-radious-tr-15 {
    border-top-right-radius: 1.5rem !important;
    border-top-right-radius: 15px !important;
}

.border-radious-bl-15 {
    border-bottom-left-radius: 1.5rem !important;
    border-bottom-left-radius: 15px !important;
}

.border-radious-br-15 {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-right-radius: 15px !important;
}

.border-radious-tl-0 {
    border-top-left-radius: 0rem !important;
    border-top-left-radius: 0px !important;
}

.border-radious-tr-0 {
    border-top-right-radius: 0rem !important;
    border-top-right-radius: 0px !important;
}

.border-radious-bl-0 {
    border-bottom-left-radius: 0rem !important;
    border-bottom-left-radius: 0px !important;
}

.border-radious-br-0 {
    border-bottom-right-radius: 0rem !important;
    border-bottom-right-radius: 0px !important;
}



.panel {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.panel-latest-event {
    margin-top: 15px;
}

.panel-heading {
    /*	background: #f6f6f6;*/
    background: #f6fbfd;
    border-radius: 12px 12px 0 0;
    border-bottom: 1px solid #DADADA;
    padding: 10px;
    position: relative;
}

.panel-body {
    padding: 15px;
}

.panel-default-backcolor {
    background-color: #e7e6ec;
    /*border-top: 1px solid #dddddd;*/
}

.panel-heading.bg-primary {
    background: #cccccc;
    color: white;
    border-bottom: 0 none;
    border-right: 0 none;
}

.panel-heading.bg-secondary {
    background: #e36159;
    color: white;
    border-bottom: 0 none;
    border-right: 0 none;
}

.panel-heading.bg-tertiary {
    background: #2baab1;
    color: white;
    border-bottom: 0 none;
    border-right: 0 none;
}

.panel-heading.bg-quartenary {
    background: #734ba9;
    color: white;
    border-bottom: 0 none;
    border-right: 0 none;
}

.panel-heading.bg-success {
    background: #47a447;
    color: white;
    border-bottom: 0 none;
    border-right: 0 none;
}

.panel-heading.bg-warning {
    background: #ed9c28;
    color: white;
    border-bottom: 0 none;
    border-right: 0 none;
}

.panel-heading.bg-danger {
    background: #d2322d;
    color: white;
    border-bottom: 0 none;
    border-right: 0 none;
}

.panel-heading.bg-info {
    background: #5bc0de;
    color: white;
    border-bottom: 0 none;
    border-right: 0 none;
}

.panel-heading.bg-dark {
    background: #171717;
    color: white;
    border-bottom: 0 none;
    border-right: 0 none;
}

.panel-heading.bg-white {
    background: #fff;
    border-bottom: 0 none;
    border-right: 0 none;
}

.panel-actions {
    right: 15px;
    position: absolute;
    top: 10px;
}

    .panel-actions a {
        background-color: transparent;
        border-radius: 2px;
        color: #b4b4b4;
        font-size: 14px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        width: 24px;
    }

        .panel-actions a:hover {
            background-color: #eeeeee;
            color: #b4b4b4;
            text-decoration: none;
        }

        .panel-actions a, .panel-actions a:focus, .panel-actions a:hover, .panel-actions a:active, .panel-actions a:visited {
            outline: none !important;
            text-decoration: none !important;
        }

            .panel-actions a:before {
                --fa: "\f0d8";
            }

    .panel-actions .collapsed {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.panel-title {
    color: #363636;
    font-family: 'Poppins';
    font-size: 17px;
    font-weight: 500;
    line-height: 6px;
    letter-spacing: 0px;
    text-transform: none;
    display: inline;
}

.panel-subtitle {
    color: #808697;
    font-size: 14px;
    line-height: 1.2em;
    margin: 7px 0 0;
    padding: 0;
}

/*.panel-body {
	background: #fdfdfd;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
}*/
.panel-body {
    background: #fdfdfd;
    -webkit-box-shadow: 0px 17px 35px rgba(74, 74, 115, 0.1), 0px 5px 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 17px 35px rgba(74, 74, 115, 0.1), 0px 5px 15px rgba(0, 0, 0, 0.07);
    border-radius: 12px;
}

.panel-body-nopadding {
    padding: 0;
}

.panel-heading + .panel-body {
    border-radius: 0 0 5px 5px;
}

.panel-footer {
    border-radius: 0 0 5px 5px;
    margin-top: -5px;
}

.panel-footer-btn-group {
    display: table;
    width: 100%;
    padding: 0;
}

.panel-footer-line {
    margin-top: 10px;
    border-top: solid 1px lightgray;
    padding-top: 1px !important;
}

.panel-footer-btn-group a {
    background-color: #f5f5f5;
    display: table-cell;
    width: 1%;
    border-left: 1px solid #ddd;
    padding: 10px 15px;
    text-decoration: none;
}

    .panel-footer-btn-group a:hover {
        background-color: #f0f0f0;
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) inset;
    }

    .panel-footer-btn-group a:first-child {
        border-left: none;
    }

.panel-body.bg-primary {
    background: #cccccc;
    color: white;
}

.panel-body.bg-secondary {
    background: #e36159;
    color: white;
}

.panel-body.bg-tertiary {
    background: #2baab1;
    color: white;
}

.panel-body.bg-quartenary {
    background: #734ba9;
    color: white;
}

.panel-body.bg-success {
    background: #47a447;
    color: white;
}

.panel-body.bg-warning {
    background: #ed9c28;
    color: white;
}

.panel-body.bg-danger {
    background: #d2322d;
    color: white;
}

.panel-body.bg-info {
    background: #5bc0de;
    color: white;
}

.panel-body.bg-dark {
    background: #171717;
    color: white;
}

.panel-featured {
    border-top: 3px solid #33353f;
}

    .panel-featured .panel-heading {
        border-radius: 0;
    }

.panel-featured-top {
    border-top: 3px solid #33353f;
}

.panel-featured-right {
    border-right: 3px solid #33353f;
}

.panel-featured-bottom {
    border-bottom: 3px solid #33353f;
}

.panel-featured-left {
    border-left: 3px solid #33353f;
}

.panel-featured-primary {
    border-color: #cccccc;
}

    /*.panel-featured-primary .panel-title {
        color: #cccccc;
    }*/

.panel-featured-secondary {
    border-color: #e36159;
}

    .panel-featured-secondary .panel-title {
        color: #e36159;
    }

.panel-featured-tertiary {
    border-color: #2baab1;
}

    .panel-featured-tertiary .panel-title {
        color: #2baab1;
    }

.panel-featured-quartenary {
    border-color: #734ba9;
}

    .panel-featured-quartenary .panel-title {
        color: #734ba9;
    }

.panel-featured-success {
    border-color: #47a447;
}

    .panel-featured-success .panel-title {
        color: #47a447;
    }

.panel-featured-warning {
    border-color: #ed9c28;
}

    .panel-featured-warning .panel-title {
        color: #ed9c28;
    }

.panel-featured-danger {
    border-color: #d2322d;
}

    .panel-featured-danger .panel-title {
        color: #d2322d;
    }

.panel-featured-info {
    border-color: #5bc0de;
}

    .panel-featured-info .panel-title {
        color: #5bc0de;
    }

.panel-featured-dark {
    border-color: #171717;
}

    .panel-featured-dark .panel-title {
        color: #171717;
    }

.panel-highlight .panel-heading {
    background-color: #cccccc;
    border-color: #cccccc;
    color: #fff;
}

.panel-highlight .panel-title {
    color: #fff;
}

.panel-highlight .panel-subtitle {
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
}

.panel-highlight .panel-actions a {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
}

.panel-highlight .panel-body {
    background-color: #cccccc;
    color: #fff;
}

.panel-highlight-title .panel-heading {
    background-color: #2BAAB1;
}

.panel-highlight-title .panel-title {
    color: #fff;
}

.panel-highlight-title .panel-subtitle {
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
}

.panel-highlight-title .panel-actions a {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
}

.panel-heading-icon {
    margin: 0 auto;
    font-size: 42px;
    font-size: 4.2rem;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 55px;
    border-radius: 55px;
}

    .panel-heading-icon.bg-primary {
        background: #cccccc;
        color: white;
    }

    .panel-heading-icon.bg-secondary {
        background: #e36159;
        color: white;
    }

    .panel-heading-icon.bg-tertiary {
        background: #2baab1;
        color: white;
    }

    .panel-heading-icon.bg-quartenary {
        background: #734ba9;
        color: white;
    }

    .panel-heading-icon.bg-success {
        background: #47a447;
        color: white;
    }

    .panel-heading-icon.bg-warning {
        background: #ed9c28;
        color: white;
    }

    .panel-heading-icon.bg-danger {
        background: #d2322d;
        color: white;
    }

    .panel-heading-icon.bg-info {
        background: #5bc0de;
        color: white;
    }

    .panel-heading-icon.bg-dark {
        background: #171717;
        color: white;
    }

.panel-heading-profile-picture img {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border: 4px solid #fff;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.panel-icon {
    color: #fff;
    font-size: 42px;
    float: left;
}

    .panel-icon ~ .panel-title, .panel-icon ~ .panel-subtitle {
        margin-left: 64px;
    }

/* Dark - Panels */
html.dark .panel-heading {
    background: #282d36;
    border-bottom-color: #1d2127;
}

html.dark .panel-actions a:hover {
    background-color: #242830;
}

html.dark .panel-body {
    background: #2e353e;
}

html.dark .panel-footer {
    background: #242830;
    border-top-color: #191c21;
}

html .panel-primary .panel-heading {
    background: #cccccc;
}

html .panel-primary .panel-subtitle {
    opacity: 0.8;
    color: white;
}

html .panel-primary .panel-title {
    color: white;
}

html .panel-primary .panel-actions a {
    background-color: transparent !important;
    color: white;
}

html .panel-secondary .panel-heading {
    background: #e36159;
}

html .panel-secondary .panel-subtitle {
    opacity: 0.8;
    color: white;
}

html .panel-secondary .panel-title {
    color: white;
}

html .panel-secondary .panel-actions a {
    background-color: transparent !important;
    color: white;
}

html .panel-tertiary .panel-heading {
    background: #2baab1;
}

html .panel-tertiary .panel-subtitle {
    opacity: 0.8;
    color: white;
}

html .panel-tertiary .panel-title {
    color: white;
}

html .panel-tertiary .panel-actions a {
    background-color: transparent !important;
    color: white;
}

html .panel-quartenary .panel-heading {
    background: #734ba9;
}

html .panel-quartenary .panel-subtitle {
    opacity: 0.8;
    color: white;
}

html .panel-quartenary .panel-title {
    color: white;
}

html .panel-quartenary .panel-actions a {
    background-color: transparent !important;
    color: white;
}

html .panel-success .panel-heading {
    background: #47a447;
}

html .panel-success .panel-subtitle {
    opacity: 0.8;
    color: white;
}

html .panel-success .panel-title {
    color: white;
}

html .panel-success .panel-actions a {
    background-color: transparent !important;
    color: white;
}

html .panel-warning .panel-heading {
    background: #ed9c28;
}

html .panel-warning .panel-subtitle {
    opacity: 0.8;
    color: white;
}

html .panel-warning .panel-title {
    color: white;
}

html .panel-warning .panel-actions a {
    background-color: transparent !important;
    color: white;
}

html .panel-danger .panel-heading {
    background: #d2322d;
}

html .panel-danger .panel-subtitle {
    opacity: 0.8;
    color: white;
}

html .panel-danger .panel-title {
    color: white;
}

html .panel-danger .panel-actions a {
    background-color: transparent !important;
    color: white;
}

html .panel-info .panel-heading {
    background: #5bc0de;
}

html .panel-info .panel-subtitle {
    opacity: 0.8;
    color: white;
}

html .panel-info .panel-title {
    color: white;
}

html .panel-info .panel-actions a {
    background-color: transparent !important;
    color: white;
}

html .panel-dark .panel-heading {
    background: #171717;
}

html .panel-dark .panel-subtitle {
    opacity: 0.8;
    color: white;
}

html .panel-dark .panel-title {
    color: white;
}

html .panel-dark .panel-actions a {
    background-color: transparent !important;
    color: white;
}

html .panel-transparent > .panel-heading {
    background: none;
    border: 0;
    padding-left: 0;
    padding-right: 0;
}

    html .panel-transparent > .panel-heading .panel-actions {
        right: 0;
    }

    html .panel-transparent > .panel-heading + .panel-body {
        border-radius: 5px;
    }

html .panel-transparent > .panel-body {
    padding: 0;
    border-radius: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

html .panel .panel-heading-transparent {
    background: none;
    border: 0;
    padding-left: 0;
    padding-right: 0;
}

    html .panel .panel-heading-transparent .panel-actions {
        right: 0;
    }

    html .panel .panel-heading-transparent + .panel-body {
        border-radius: 5px;
    }

.panel-horizontal {
    display: table;
    width: 100%;
}

    .panel-horizontal .panel-heading,
    .panel-horizontal .panel-body,
    .panel-horizontal .panel-footer {
        display: table-cell;
        vertical-align: middle;
    }

    .panel-horizontal .panel-heading {
        border-radius: 5px 0 0 5px;
    }

        .panel-horizontal .panel-heading + .panel-body {
            border-radius: 0 5px 5px 0;
        }

    .panel-horizontal .panel-footer {
        border-radius: 0 5px 5px 0;
        margin-top: 0;
    }

@media only screen and (max-width: 767px) {
    .panel-actions {
        float: none;
        /* 
            margin-bottom: 15px;
		    position: static;
        */
        text-align: right;
    }

        .panel-actions a {
            vertical-align: top;
        }
}
/* tabs */
.tabs {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 35px;
}

/* navigation */
.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 #eeeeee;
                border-right: 1px solid #eeeeee;
                border-top: 3px solid #dddddd;
                color: #555555;
            }

                .nav-tabs li a:hover {
                    border-bottom-color: transparent;
                    border-top: 3px solid #555555;
                    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: white;
            border-left-color: #eeeeee;
            border-right-color: #eeeeee;
            border-top: 3px solid #555555;
            color: #555555;
        }

/* content */
.tab-content {
    border-radius: 0 0 4px 4px;
    /*box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);*/
    box-shadow: 0 1px 1px rgb(59 62 65 / 21%);
    background-color: white;
    border: 1px solid #eeeeee;
    border-top: 0;
    padding: 15px;
}

    /* content - footer inside */
    .tab-content .panel-footer {
        margin: -15px;
        margin-top: 15px;
    }

/* Justified */
.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: white;
            border-left-color: #eeeeee;
            border-right-color: #eeeeee;
            border-top: 3px solid #555555;
            color: #555555;
        }

        .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: #555555;
                border-top-width: 3px;
                border-left: none;
                border-right: none;
            }

                .nav-tabs.nav-justified li.active a:hover {
                    border-bottom: 1px solid #FFF;
                }

/* Bottom Tabs */
.tabs.tabs-bottom .tab-content {
    border-radius: 4px 4px 0 0;
    border-bottom: 0;
    border-top: 1px solid #eeeeee;
}

.tabs.tabs-bottom .nav-tabs {
    border-bottom: none;
    border-top: 1px solid #dddddd;
}

    .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 #dddddd;
                border-top: 1px solid #dddddd;
            }

                .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 #555555;
                    border-top: 1px solid #dddddd;
                }

        .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 #555555;
            border-top-color: transparent;
        }

/* Bottom Tabs with Justified Nav */
.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: #dddddd;
    }

    .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;
    }

/* Vertical */
.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;
            }

/* Vertical - Left Side */
.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 #eeeeee;
        border-left: 3px solid #dddddd;
        margin-right: 1px;
        margin-left: -3px;
    }

        .tabs-left .nav-tabs > li a:hover {
            border-left-color: #555555;
        }

    .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 #555555;
        border-right-color: #FFF;
    }

/* Vertical - Right Side */
.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 #dddddd;
        border-left: 1px solid #eeeeee;
        margin-right: 1px;
        margin-left: 1px;
    }

        .tabs-right .nav-tabs > li a:hover {
            border-right-color: #555555;
        }

    .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 #555555;
        border-left: 1px solid #FFF;
    }


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: #cccccc;
}

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: #cccccc;
}

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: #cccccc;
}

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: #cccccc;
}

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: #cccccc;
}

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: #cccccc;
}

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;
}

/* dark */
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;
}

html.dark body .tabs-dark.tabs-vertical.tabs-left li a:hover {
    border-left-color: #FFF;
}

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: #FFF;
}

html.dark body .tabs-dark.tabs-vertical.tabs-right li a:hover {
    border-right-color: #FFF;
}

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: #FFF;
}

/* Alert new states */
.alert-default {
    background-color: #ebebeb;
    border-color: #e3e3e3;
    color: #6c6c6c;
}

    .alert-default .alert-link {
        color: #454545;
    }

.alert-primary {
    background-color: #cccccc;
    border-color: #c4c4c4;
    color: white;
}

    .alert-primary .alert-link {
        color: #999999;
    }

.alert-dark {
    background-color: #313131;
    border-color: black;
    color: #cacaca;
}

    .alert-dark .alert-link {
        color: #f0f0f0;
    }

.alert-info {
    --bs-alert-bg: #cff4fc8f;
}
/* Notification */
.ui-pnotify {
    right: 15px;
    top: 15px;
}

    .ui-pnotify .notification {
        border-radius: 5px;
        box-shadow: none;
        padding: 15px 15px 15px 75px;
    }

        .ui-pnotify .notification .ui-pnotify-icon {
            left: 0;
            position: absolute;
            top: 0;
            width: 75px;
            text-align: center;
        }

            .ui-pnotify .notification .ui-pnotify-icon > span {
                border: 2px solid #FFF;
                border-radius: 50%;
                display: inline-block;
                float: none;
                font-size: 35px;
                height: 50px;
                line-height: 48px;
                margin: 8px 0 0;
                padding: 0;
                width: 50px;
                text-align: center;
            }

        .ui-pnotify .notification .ui-pnotify-title {
            font-size: 14px;
            letter-spacing: 0;
        }

        .ui-pnotify .notification .ui-pnotify-text {
            font-size: 12px;
            line-height: 1.3em;
        }

        .ui-pnotify .notification.notification-danger .ui-pnotify-icon > span.fa-times {
            line-height: 47px;
        }

    .ui-pnotify .ui-pnotify-shadow {
        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    }

    .ui-pnotify.ui-pnotify-no-icon .notification {
        padding-left: 15px;
    }

    .ui-pnotify .ui-pnotify-sharp {
        border-radius: 0;
    }

body .ui-pnotify.icon-nb .notification .ui-pnotify-icon > span {
    border-color: transparent;
    border-radius: 0;
}

.ui-pnotify.stack-bar-top {
    right: 0;
    top: 0;
}

    .ui-pnotify.stack-bar-top .notification {
        border-radius: 0;
    }

        .ui-pnotify.stack-bar-top .notification .ui-pnotify-icon > span {
            margin-top: 7px;
        }

.ui-pnotify.stack-bar-bottom {
    bottom: 0;
    left: auto;
    margin-left: 15%;
    right: auto;
    top: auto;
}

    .ui-pnotify.stack-bar-bottom .notification {
        border-radius: 0;
    }

        .ui-pnotify.stack-bar-bottom .notification .ui-pnotify-icon > span {
            margin-top: 9px;
        }

.ui-pnotify.click-2-close {
    cursor: pointer;
}

/* Notification States */
.ui-pnotify .notification-primary {
    background: rgba(204, 204, 204, 0.95);
    color: rgba(255, 255, 255, 0.7);
}

    .ui-pnotify .notification-primary .ui-pnotify-icon > span {
        border-color: rgba(255, 255, 255, 0.7);
    }

.ui-pnotify.stack-bar-top .notification-primary, .ui-pnotify.stack-bar-bottom .notification-primary {
    background: #cccccc;
}

.ui-pnotify.notification-primary .notification,
.ui-pnotify.notification-primary .notification-primary {
    background: rgba(204, 204, 204, 0.95);
    color: rgba(255, 255, 255, 0.7);
}

    .ui-pnotify.notification-primary .notification .ui-pnotify-icon > span,
    .ui-pnotify.notification-primary .notification-primary .ui-pnotify-icon > span {
        border-color: rgba(255, 255, 255, 0.7);
    }

.ui-pnotify.notification-primary.stack-bar-top .notification,
.ui-pnotify.notification-primary.stack-bar-top .notification-primary, .ui-pnotify.notification-primary.stack-bar-bottom .notification,
.ui-pnotify.notification-primary.stack-bar-bottom .notification-primary {
    background: #cccccc;
}

.ui-pnotify .notification-success {
    background: rgba(71, 164, 71, 0.95);
    color: rgba(255, 255, 255, 0.7);
}

    .ui-pnotify .notification-success .ui-pnotify-icon > span {
        border-color: rgba(255, 255, 255, 0.7);
    }

.ui-pnotify.stack-bar-top .notification-success, .ui-pnotify.stack-bar-bottom .notification-success {
    background: #47a447;
}

.ui-pnotify.notification-success .notification,
.ui-pnotify.notification-success .notification-success {
    background: rgba(71, 164, 71, 0.95);
    color: rgba(255, 255, 255, 0.7);
}

    .ui-pnotify.notification-success .notification .ui-pnotify-icon > span,
    .ui-pnotify.notification-success .notification-success .ui-pnotify-icon > span {
        border-color: rgba(255, 255, 255, 0.7);
    }

.ui-pnotify.notification-success.stack-bar-top .notification,
.ui-pnotify.notification-success.stack-bar-top .notification-success, .ui-pnotify.notification-success.stack-bar-bottom .notification,
.ui-pnotify.notification-success.stack-bar-bottom .notification-success {
    background: #47a447;
}

.ui-pnotify .notification-warning {
    background: rgba(237, 156, 40, 0.95);
    color: rgba(255, 255, 255, 0.7);
}

    .ui-pnotify .notification-warning .ui-pnotify-icon > span {
        border-color: rgba(255, 255, 255, 0.7);
    }

.ui-pnotify.stack-bar-top .notification-warning, .ui-pnotify.stack-bar-bottom .notification-warning {
    background: #ed9c28;
}

.ui-pnotify.notification-warning .notification,
.ui-pnotify.notification-warning .notification-warning {
    background: rgba(237, 156, 40, 0.95);
    color: rgba(255, 255, 255, 0.7);
}

    .ui-pnotify.notification-warning .notification .ui-pnotify-icon > span,
    .ui-pnotify.notification-warning .notification-warning .ui-pnotify-icon > span {
        border-color: rgba(255, 255, 255, 0.7);
    }

.ui-pnotify.notification-warning.stack-bar-top .notification,
.ui-pnotify.notification-warning.stack-bar-top .notification-warning, .ui-pnotify.notification-warning.stack-bar-bottom .notification,
.ui-pnotify.notification-warning.stack-bar-bottom .notification-warning {
    background: #ed9c28;
}

.ui-pnotify .notification-danger {
    background: rgba(210, 50, 45, 0.95);
    color: rgba(255, 255, 255, 0.7);
}

    .ui-pnotify .notification-danger .ui-pnotify-icon > span {
        border-color: rgba(255, 255, 255, 0.7);
    }

.ui-pnotify.stack-bar-top .notification-danger, .ui-pnotify.stack-bar-bottom .notification-danger {
    background: #d2322d;
}

.ui-pnotify.notification-danger .notification,
.ui-pnotify.notification-danger .notification-danger {
    background: rgba(210, 50, 45, 0.95);
    color: rgba(255, 255, 255, 0.7);
}

    .ui-pnotify.notification-danger .notification .ui-pnotify-icon > span,
    .ui-pnotify.notification-danger .notification-danger .ui-pnotify-icon > span {
        border-color: rgba(255, 255, 255, 0.7);
    }

.ui-pnotify.notification-danger.stack-bar-top .notification,
.ui-pnotify.notification-danger.stack-bar-top .notification-danger, .ui-pnotify.notification-danger.stack-bar-bottom .notification,
.ui-pnotify.notification-danger.stack-bar-bottom .notification-danger {
    background: #d2322d;
}

.ui-pnotify .notification-info {
    background: rgba(91, 192, 222, 0.95);
    color: rgba(255, 255, 255, 0.7);
}

    .ui-pnotify .notification-info .ui-pnotify-icon > span {
        border-color: rgba(255, 255, 255, 0.7);
    }

.ui-pnotify.stack-bar-top .notification-info, .ui-pnotify.stack-bar-bottom .notification-info {
    background: #5bc0de;
}

.ui-pnotify.notification-info .notification,
.ui-pnotify.notification-info .notification-info {
    background: rgba(91, 192, 222, 0.95);
    color: rgba(255, 255, 255, 0.7);
}

    .ui-pnotify.notification-info .notification .ui-pnotify-icon > span,
    .ui-pnotify.notification-info .notification-info .ui-pnotify-icon > span {
        border-color: rgba(255, 255, 255, 0.7);
    }

.ui-pnotify.notification-info.stack-bar-top .notification,
.ui-pnotify.notification-info.stack-bar-top .notification-info, .ui-pnotify.notification-info.stack-bar-bottom .notification,
.ui-pnotify.notification-info.stack-bar-bottom .notification-info {
    background: #5bc0de;
}

.ui-pnotify .notification-dark {
    background: rgba(23, 23, 23, 0.95);
    color: rgba(255, 255, 255, 0.7);
}

    .ui-pnotify .notification-dark .ui-pnotify-icon > span {
        border-color: rgba(255, 255, 255, 0.7);
    }

.ui-pnotify.stack-bar-top .notification-dark, .ui-pnotify.stack-bar-bottom .notification-dark {
    background: #171717;
}

.ui-pnotify.notification-dark .notification,
.ui-pnotify.notification-dark .notification-dark {
    background: rgba(23, 23, 23, 0.95);
    color: rgba(255, 255, 255, 0.7);
}

    .ui-pnotify.notification-dark .notification .ui-pnotify-icon > span,
    .ui-pnotify.notification-dark .notification-dark .ui-pnotify-icon > span {
        border-color: rgba(255, 255, 255, 0.7);
    }

.ui-pnotify.notification-dark.stack-bar-top .notification,
.ui-pnotify.notification-dark.stack-bar-top .notification-dark, .ui-pnotify.notification-dark.stack-bar-bottom .notification,
.ui-pnotify.notification-dark.stack-bar-bottom .notification-dark {
    background: #171717;
}

/* Notification Responsive */
@media only screen and (max-width: 767px) {
    html > body > .ui-pnotify {
        bottom: auto !important;
        left: 0 !important;
        margin: 0 !important;
        right: 0 !important;
        top: 60px !important;
        width: auto !important;
    }

        html > body > .ui-pnotify .notification {
            border-radius: 0 !important;
            height: auto !important;
            position: static !important;
            width: 100%;
        }

            html > body > .ui-pnotify .notification .ui-pnotify-title,
            html > body > .ui-pnotify .notification .ui-pnotify-text {
                padding-right: 35px !important;
            }

            html > body > .ui-pnotify .notification .ui-pnotify-sticker {
                display: none !important;
            }

            html > body > .ui-pnotify .notification .ui-pnotify-closer {
                display: block !important;
                font-size: 24px !important;
                visibility: visible !important;
            }
}


.panel-group .panel-accordion {
    border: 1px solid #DDD;
}

    .panel-group .panel-accordion .panel-heading {
        border-radius: 5px;
        padding: 0;
    }

        .panel-group .panel-accordion .panel-heading a {
            color: #cccccc;
            display: block;
            padding: 15px;
            font-size: 16px;
            border-radius: 5px;
        }

            .panel-group .panel-accordion .panel-heading a:hover, .panel-group .panel-accordion .panel-heading a:focus {
                text-decoration: none;
            }

            .panel-group .panel-accordion .panel-heading a .fa {
                margin-right: 4px;
            }

    .panel-group .panel-accordion .panel-body {
        border-radius: 0 0 5px 5px;
    }

    .panel-group .panel-accordion.panel-accordion-first {
        border-radius: 0 0 5px 5px;
    }

        .panel-group .panel-accordion.panel-accordion-first .panel-heading {
            border-radius: 0 0 5px 5px;
        }

.panel-group .panel-accordion-primary .panel-heading .panel-title a {
    background: #cccccc;
    color: #FFF;
}

.panel-group .panel-accordion-success .panel-heading .panel-title a {
    background: #47a447;
    color: #FFF;
}

.panel-group .panel-accordion-warning .panel-heading .panel-title a {
    background: #ed9c28;
    color: #FFF;
}

.panel-group .panel-accordion-danger .panel-heading .panel-title a {
    background: #d2322d;
    color: #FFF;
}

.panel-group .panel-accordion-info .panel-heading .panel-title a {
    background: #5bc0de;
    color: #FFF;
}

.panel-group .panel-accordion-dark .panel-heading .panel-title a {
    background: #171717;
    color: #FFF;
}

html.dark .panel-group .panel-accordion {
    border-color: #282d36;
}

    html.dark .panel-group .panel-accordion .panel {
        background-color: #282d36;
    }

    html.dark .panel-group .panel-accordion .panel-default {
        border-color: #282d36;
    }

    html.dark .panel-group .panel-accordion .panel-heading {
        background-color: #2e353e;
    }

    html.dark .panel-group .panel-accordion .form-control {
        background-color: #21262d;
        border-color: #21262d;
    }

.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .dd-list .dd-list {
        padding-left: 30px;
    }

.dd-collapsed .dd-list {
    display: none;
}

.dd-item, .dd-empty, .dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
}

.dd-handle {
    display: block;
    height: 34px;
    margin: 5px 0;
    padding: 6px 10px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid #CCC;
    background: #F6F6F6;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .dd-handle:hover {
        color: #cccccc;
        background: #fff;
    }

.dd-item > button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 7px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}

    .dd-item > button:before {
        content: '+';
        display: block;
        position: absolute;
        width: 100%;
        text-align: center;
        text-indent: 0;
    }

    .dd-item > button[data-action="collapse"]:before {
        content: '-';
    }

.dd-placeholder {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: white;
    border: 1px dashed #cccccc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, white 25%, transparent 25%, transparent 75%, white 75%, white), -webkit-linear-gradient(45deg, white 25%, transparent 25%, transparent 75%, white 75%, white);
    background-image: -moz-linear-gradient(45deg, white 25%, transparent 25%, transparent 75%, white 75%, white), -moz-linear-gradient(45deg, white 25%, transparent 25%, transparent 75%, white 75%, white);
    background-image: linear-gradient(45deg, white 25%, transparent 25%, transparent 75%, white 75%, white), linear-gradient(45deg, white 25%, transparent 25%, transparent 75%, white 75%, white);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

    .dd-dragel > .dd-item .dd-handle {
        margin-top: 0;
    }

    .dd-dragel .dd-handle {
        -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
    }

/* dark */
html.dark .dd-handle {
    background: #282d36;
    border-color: #21262d;
    color: #808697;
}

    html.dark .dd-handle:hover {
        background: #21262d;
    }

.owl-carousel .item.spaced {
    margin: 5px;
}

.toggle {
    margin: 10px 0 0;
    position: relative;
    clear: both;
}

    .toggle > input {
        cursor: pointer;
        filter: alpha(opacity=0);
        height: 45px;
        margin: 0;
        opacity: 0;
        position: absolute;
        width: 100%;
        z-index: 2;
    }

    .toggle > label {
        -webkit-transition: all 0.15s ease-out;
        -moz-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
        background: #F4F4F4;
        border-left: 3px solid #cccccc;
        border-radius: 5px;
        color: #cccccc;
        display: block;
        font-size: 1.1em;
        min-height: 20px;
        padding: 12px 20px 12px 10px;
        position: relative;
        cursor: pointer;
        font-weight: 400;
    }

        .toggle > label:-moz-selection {
            background: none;
        }

        .toggle > label i.fa-minus {
            display: none;
        }

        .toggle > label i.fa-plus {
            display: inline;
        }

        .toggle > label:selection {
            background: none;
        }

        .toggle > label:before {
            border: 6px solid transparent;
            border-left-color: inherit;
            content: '';
            margin-top: -6px;
            position: absolute;
            right: 4px;
            top: 50%;
        }

        .toggle > label:hover {
            background: #f5f5f5;
        }

        .toggle > label + p {
            display: block;
            overflow: hidden;
            padding-left: 30px;
            text-overflow: ellipsis;
            white-space: nowrap;
            height: 25px;
        }

        .toggle > label i {
            font-size: 0.7em;
            margin-right: 8px;
            position: relative;
            top: -1px;
        }

    .toggle > .toggle-content {
        display: none;
    }

        .toggle > .toggle-content > p {
            margin-bottom: 0;
            padding: 10px 0;
        }

    .toggle.active i.fa-minus {
        display: inline;
        color: #FFF;
    }

    .toggle.active i.fa-plus {
        display: none;
    }

    .toggle.active > label {
        background: #cccccc;
        border-color: #cccccc;
        color: #FFF;
    }

        .toggle.active > label:before {
            border: 6px solid transparent;
            border-top-color: #FFF;
            margin-top: -3px;
            right: 10px;
        }

    .toggle.active > p {
        white-space: normal;
    }

    .toggle > p.preview-active {
        height: auto;
        white-space: normal;
    }

/* dark */
html.dark .toggle > label {
    background: #282d36;
}

.label-default {
    background: #ebebeb;
    color: #777777;
}

.label-sm {
    font-size: 50%;
}

.label-primary {
    background: #cccccc;
    color: white;
}

.label-success {
    background: #47a447;
    color: white;
}

.label-warning {
    background: #ed9c28;
    color: white;
}

.label-danger {
    background: #d2322d;
    color: white;
}

.label-info {
    background: #5bc0de;
    color: white;
}

.label-dark {
    background: #171717;
    color: white;
}

.mfp-bg {
    z-index: 10000;
}

.mfp-wrap {
    z-index: 10001;
}

.modal-block {
    background: transparent;
    padding: 0;
    text-align: left;
    max-width: 600px;
    margin: 40px auto;
    position: relative;
}

    .modal-block.modal-block-xs {
        max-width: 200px;
    }

    .modal-block.modal-block-sm {
        max-width: 400px;
    }

    .modal-block.modal-block-md {
        max-width: 600px;
    }

    .modal-block.modal-block-lg {
        max-width: 900px;
    }

    .modal-block.modal-block-full {
        max-width: 98%;
    }

    .modal-block.modal-header-color .panel-heading h2 {
        color: #FFF;
    }

    .modal-block.modal-full-color {
        color: #FFF;
    }

        .modal-block.modal-full-color .panel-heading {
            border: 0;
        }

            .modal-block.modal-full-color .panel-heading h2 {
                color: #FFF;
            }

        .modal-block.modal-full-color .panel-footer {
            border: 0;
        }

        .modal-block.modal-full-color .panel-body {
            background-color: transparent;
        }

        .modal-block.modal-full-color .fa {
            color: #FFF !important;
        }

/* Modal Wrapper */
.modal-wrapper {
    position: relative;
    padding: 25px 0;
}

/* Modal Icon */
.modal-icon {
    float: left;
    width: 20%;
    text-align: center;
}

    .modal-icon .fa {
        font-size: 52px;
        position: relative;
        top: -10px;
        color: #cccccc;
    }

    .modal-icon.center {
        float: none;
        width: auto;
        padding-top: 20px;
    }

        .modal-icon.center + .modal-text {
            float: none;
            width: auto;
        }

    .modal-icon + .modal-text {
        float: left;
        width: 80%;
    }

/* Modal Text */
.modal-text {
    padding: 0 5px;
}

    .modal-text h1, .modal-text h2, .modal-text h3, .modal-text h4, .modal-text h5, .modal-text h6 {
        padding: 0;
        margin: -7px 0 4px 0;
    }

.modal-block-primary .bi {
    color: #cccccc;
}

.modal-block-primary.modal-header-color .panel-heading {
    background-color: #cccccc;
}

.modal-block-primary.modal-full-color .panel {
    background-color: #e0e0e0;
}

.modal-block-primary.modal-full-color .panel-heading {
    background-color: #cccccc;
}

.modal-block-primary.modal-full-color .panel-footer {
    background-color: #e0e0e0;
}

.modal-block-success .bi {
    color: #47a447;
}

.modal-block-success.modal-header-color .panel-heading {
    background-color: #47a447;
}

.modal-block-success.modal-full-color .panel {
    background-color: #5cb85c;
}

.modal-block-success.modal-full-color .panel-heading {
    background-color: #47a447;
}

.modal-block-success.modal-full-color .panel-footer {
    background-color: #5cb85c;
}

.modal-block-warning .bi {
    color: #ed9c28;
}

.modal-block-warning.modal-header-color .panel-heading {
    background-color: #ed9c28;
}

.modal-block-warning.modal-full-color .panel {
    background-color: #f0ad4e;
}

.modal-block-warning.modal-full-color .panel-heading {
    background-color: #ed9c28;
}

.modal-block-warning.modal-full-color .panel-footer {
    background-color: #f0ad4e;
}

.modal-block-danger .bi {
    color: #d2322d;
}

.modal-block-danger.modal-header-color .panel-heading {
    background-color: #d2322d;
}

.modal-block-danger.modal-full-color .panel {
    background-color: #d9534f;
}

.modal-block-danger.modal-full-color .panel-heading {
    background-color: #d2322d;
}

.modal-block-danger.modal-full-color .panel-footer {
    background-color: #d9534f;
}

.modal-block-info .bi {
    color: #5bc0de;
}

.modal-block-info.modal-header-color .panel-heading {
    background-color: #5bc0de;
}

.modal-block-info.modal-full-color .panel {
    background-color: #7dcde5;
}

.modal-block-info.modal-full-color .panel-heading {
    background-color: #5bc0de;
}

.modal-block-info.modal-full-color .panel-footer {
    background-color: #7dcde5;
}

.modal-block-dark .bi {
    color: #171717;
}

.modal-block-dark.modal-header-color .panel-heading {
    background-color: #171717;
}

.modal-block-dark.modal-full-color .panel {
    background-color: #2b2b2b;
}

.modal-block-dark.modal-full-color .panel-heading {
    background-color: #171717;
}

.modal-block-dark.modal-full-color .panel-footer {
    background-color: #2b2b2b;
}

html.dark .modal-content {
    background-color: #1d2127;
}

html.dark .modal-header,
html.dark .modal-footer {
    border-color: #282d36;
}

/* Close */
.mfp-close,
.mfp-close-btn-in .mfp-close {
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #838383;
}

/* No Margins */
.mfp-no-margins img.mfp-img {
    padding: 0;
}

.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
}

.mfp-no-margins .mfp-container {
    padding: 0;
}

/* Zoom */
.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
    opacity: 0.001;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

/* Animnate */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0.001;
    /* Chrome opacity transition bug */
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-bg {
    opacity: 0.01;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

/* Dialog */
.dialog {
    background: white;
    padding: 20px 30px;
    text-align: left;
    margin: 40px auto;
    position: relative;
    max-width: 600px;
}

    .dialog.dialog-xs {
        max-width: 200px;
    }

    .dialog.dialog-sm {
        max-width: 400px;
    }

    .dialog.dialog-md {
        max-width: 600px;
    }

    .dialog.dialog-lg {
        max-width: 900px;
    }

/* White Popup Block */
.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 600px;
    margin: 40px auto;
    position: relative;
}

    .white-popup-block.white-popup-block-xs {
        max-width: 200px;
    }

    .white-popup-block.white-popup-block-sm {
        max-width: 400px;
    }

    .white-popup-block.white-popup-block-md {
        max-width: 600px;
    }

    .white-popup-block.white-popup-block-lg {
        max-width: 900px;
    }

/* Dark */
html.dark .white-popup-block,
html.dark .dialog {
    background: #1d2127;
}

/*
Animate.css - http: //daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.appear-animation {
    opacity: 0;
}

.appear-animation-visible {
    opacity: 1;
}

.animated,
.appear-animation {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

@-moz-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@-o-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    -moz-animation-name: flash;
    -o-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        opacity: 1;
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
    }
}

@-moz-keyframes shake {
    0%, 100% {
        -moz-transform: translateX(0);
        opacity: 1;
    }

    10%, 30%, 50%, 70%, 90% {
        -moz-transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -moz-transform: translateX(10px);
    }
}

@-o-keyframes shake {
    0%, 100% {
        -o-transform: translateX(0);
        opacity: 1;
    }

    10%, 30%, 50%, 70%, 90% {
        -o-transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -o-transform: translateX(10px);
    }
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0);
        opacity: 1;
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        transform: translateX(10px);
    }
}

.shake {
    -webkit-animation-name: shake;
    -moz-animation-name: shake;
    -o-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }

    40% {
        -webkit-transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        opacity: 1;
    }

    40% {
        -moz-transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -o-transform: translateY(0);
        opacity: 1;
    }

    40% {
        -o-transform: translateY(-30px);
    }

    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
        opacity: 1;
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
    }

    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        opacity: 1;
    }
}

@-moz-keyframes tada {
    0% {
        -moz-transform: scale(1);
    }

    10%, 20% {
        -moz-transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -moz-transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -moz-transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -moz-transform: scale(1) rotate(0);
        opacity: 1;
    }
}

@-o-keyframes tada {
    0% {
        -o-transform: scale(1);
    }

    10%, 20% {
        -o-transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -o-transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -o-transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -o-transform: scale(1) rotate(0);
        opacity: 1;
    }
}

@keyframes tada {
    0% {
        transform: scale(1);
    }

    10%, 20% {
        transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        transform: scale(1) rotate(0);
        opacity: 1;
    }
}

.tada {
    -webkit-animation-name: tada;
    -moz-animation-name: tada;
    -o-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes swing {
    20%, 40%, 60%, 80%, 100% {
        -webkit-transform-origin: top center;
    }

    20% {
        -webkit-transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        opacity: 1;
    }
}

@-moz-keyframes swing {
    20% {
        -moz-transform: rotate(15deg);
    }

    40% {
        -moz-transform: rotate(-10deg);
    }

    60% {
        -moz-transform: rotate(5deg);
    }

    80% {
        -moz-transform: rotate(-5deg);
    }

    100% {
        -moz-transform: rotate(0deg);
        opacity: 1;
    }
}

@-o-keyframes swing {
    20% {
        -o-transform: rotate(15deg);
    }

    40% {
        -o-transform: rotate(-10deg);
    }

    60% {
        -o-transform: rotate(5deg);
    }

    80% {
        -o-transform: rotate(-5deg);
    }

    100% {
        -o-transform: rotate(0deg);
        opacity: 1;
    }
}

@keyframes swing {
    20% {
        transform: rotate(15deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    60% {
        transform: rotate(5deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
        opacity: 1;
    }
}

.swing {
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    -moz-animation-name: swing;
    -o-animation-name: swing;
    animation-name: swing;
}

/* originally authored by Nick Pettit - https: //github.com/nickpettit/glide */
@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        -webkit-transform: translateX(0%);
        opacity: 1;
    }
}

@-moz-keyframes wobble {
    0% {
        -moz-transform: translateX(0%);
    }

    15% {
        -moz-transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        -moz-transform: translateX(20%) rotate(3deg);
    }

    45% {
        -moz-transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        -moz-transform: translateX(10%) rotate(2deg);
    }

    75% {
        -moz-transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        -moz-transform: translateX(0%);
        opacity: 1;
    }
}

@-o-keyframes wobble {
    0% {
        -o-transform: translateX(0%);
    }

    15% {
        -o-transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        -o-transform: translateX(20%) rotate(3deg);
    }

    45% {
        -o-transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        -o-transform: translateX(10%) rotate(2deg);
    }

    75% {
        -o-transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        -o-transform: translateX(0%);
        opacity: 1;
    }
}

@keyframes wobble {
    0% {
        transform: translateX(0%);
    }

    15% {
        transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        transform: translateX(20%) rotate(3deg);
    }

    45% {
        transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        transform: translateX(10%) rotate(2deg);
    }

    75% {
        transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        transform: translateX(0%);
        opacity: 1;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    -moz-animation-name: wobble;
    -o-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes wiggle {
    0% {
        -webkit-transform: skewX(9deg);
    }

    10% {
        -webkit-transform: skewX(-8deg);
    }

    20% {
        -webkit-transform: skewX(7deg);
    }

    30% {
        -webkit-transform: skewX(-6deg);
    }

    40% {
        -webkit-transform: skewX(5deg);
    }

    50% {
        -webkit-transform: skewX(-4deg);
    }

    60% {
        -webkit-transform: skewX(3deg);
    }

    70% {
        -webkit-transform: skewX(-2deg);
    }

    80% {
        -webkit-transform: skewX(1deg);
    }

    90% {
        -webkit-transform: skewX(0deg);
    }

    100% {
        -webkit-transform: skewX(0deg);
        opacity: 1;
    }
}

@-moz-keyframes wiggle {
    0% {
        -moz-transform: skewX(9deg);
    }

    10% {
        -moz-transform: skewX(-8deg);
    }

    20% {
        -moz-transform: skewX(7deg);
    }

    30% {
        -moz-transform: skewX(-6deg);
    }

    40% {
        -moz-transform: skewX(5deg);
    }

    50% {
        -moz-transform: skewX(-4deg);
    }

    60% {
        -moz-transform: skewX(3deg);
    }

    70% {
        -moz-transform: skewX(-2deg);
    }

    80% {
        -moz-transform: skewX(1deg);
    }

    90% {
        -moz-transform: skewX(0deg);
    }

    100% {
        -moz-transform: skewX(0deg);
        opacity: 1;
    }
}

@-o-keyframes wiggle {
    0% {
        -o-transform: skewX(9deg);
    }

    10% {
        -o-transform: skewX(-8deg);
    }

    20% {
        -o-transform: skewX(7deg);
    }

    30% {
        -o-transform: skewX(-6deg);
    }

    40% {
        -o-transform: skewX(5deg);
    }

    50% {
        -o-transform: skewX(-4deg);
    }

    60% {
        -o-transform: skewX(3deg);
    }

    70% {
        -o-transform: skewX(-2deg);
    }

    80% {
        -o-transform: skewX(1deg);
    }

    90% {
        -o-transform: skewX(0deg);
    }

    100% {
        -o-transform: skewX(0deg);
        opacity: 1;
    }
}

@keyframes wiggle {
    0% {
        transform: skewX(9deg);
    }

    10% {
        transform: skewX(-8deg);
    }

    20% {
        transform: skewX(7deg);
    }

    30% {
        transform: skewX(-6deg);
    }

    40% {
        transform: skewX(5deg);
    }

    50% {
        transform: skewX(-4deg);
    }

    60% {
        transform: skewX(3deg);
    }

    70% {
        transform: skewX(-2deg);
    }

    80% {
        transform: skewX(1deg);
    }

    90% {
        transform: skewX(0deg);
    }

    100% {
        transform: skewX(0deg);
        opacity: 1;
    }
}

.wiggle {
    -webkit-animation-name: wiggle;
    -moz-animation-name: wiggle;
    -o-animation-name: wiggle;
    animation-name: wiggle;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

/* originally authored by Nick Pettit - https: //github.com/nickpettit/glide */
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.1);
    }

    100% {
        -moz-transform: scale(1);
        opacity: 1;
    }
}

@-o-keyframes pulse {
    0% {
        -o-transform: scale(1);
    }

    50% {
        -o-transform: scale(1.1);
    }

    100% {
        -o-transform: scale(1);
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.pulse {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -o-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -o-transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    -moz-animation-name: fadeInUpBig;
    -o-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    -moz-animation-name: fadeInDownBig;
    -o-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    -moz-animation-name: fadeInLeftBig;
    -o-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    -moz-animation-name: fadeInRightBig;
    -o-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(0.3);
    }

    50% {
        opacity: 1;
        -moz-transform: scale(1.05);
    }

    70% {
        -moz-transform: scale(0.9);
    }

    100% {
        -moz-transform: scale(1);
        opacity: 1;
    }
}

@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(0.3);
    }

    50% {
        opacity: 1;
        -o-transform: scale(1.05);
    }

    70% {
        -o-transform: scale(0.9);
    }

    100% {
        -o-transform: scale(1);
        opacity: 1;
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }

    70% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@-moz-keyframes bounceInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateY(-30px);
    }

    80% {
        -moz-transform: translateY(10px);
    }

    100% {
        -moz-transform: translateY(0);
        opacity: 1;
    }
}

@-o-keyframes bounceInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -o-transform: translateY(-30px);
    }

    80% {
        -o-transform: translateY(10px);
    }

    100% {
        -o-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        transform: translateY(-30px);
    }

    80% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    -moz-animation-name: bounceInUp;
    -o-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@-moz-keyframes bounceInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateY(30px);
    }

    80% {
        -moz-transform: translateY(-10px);
    }

    100% {
        -moz-transform: translateY(0);
        opacity: 1;
    }
}

@-o-keyframes bounceInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -o-transform: translateY(30px);
    }

    80% {
        -o-transform: translateY(-10px);
    }

    100% {
        -o-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        transform: translateY(30px);
    }

    80% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    -moz-animation-name: bounceInDown;
    -o-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}

@-moz-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(30px);
    }

    80% {
        -moz-transform: translateX(-10px);
    }

    100% {
        -moz-transform: translateX(0);
        opacity: 1;
    }
}

@-o-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -o-transform: translateX(30px);
    }

    80% {
        -o-transform: translateX(-10px);
    }

    100% {
        -o-transform: translateX(0);
        opacity: 1;
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        transform: translateX(30px);
    }

    80% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    -moz-animation-name: bounceInLeft;
    -o-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}

@-moz-keyframes bounceInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(-30px);
    }

    80% {
        -moz-transform: translateX(10px);
    }

    100% {
        -moz-transform: translateX(0);
        opacity: 1;
    }
}

@-o-keyframes bounceInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -o-transform: translateX(-30px);
    }

    80% {
        -o-transform: translateX(10px);
    }

    100% {
        -o-transform: translateX(0);
        opacity: 1;
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        transform: translateX(-30px);
    }

    80% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    -moz-animation-name: bounceInRight;
    -o-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@-moz-keyframes rotateIn {
    0% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}

@-o-keyframes rotateIn {
    0% {
        -o-transform-origin: center center;
        -o-transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        -o-transform-origin: center center;
        -o-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    -moz-animation-name: rotateIn;
    -o-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@-moz-keyframes rotateInUpLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}

@-o-keyframes rotateInUpLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    -moz-animation-name: rotateInUpLeft;
    -o-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@-moz-keyframes rotateInDownLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}

@-o-keyframes rotateInDownLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    -moz-animation-name: rotateInDownLeft;
    -o-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@-moz-keyframes rotateInUpRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}

@-o-keyframes rotateInUpRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    -moz-animation-name: rotateInUpRight;
    -o-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@-moz-keyframes rotateInDownRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}

@-o-keyframes rotateInDownRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    -moz-animation-name: rotateInDownRight;
    -o-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

.thumb-info {
    position: relative;
}

    .thumb-info .thumb-info-title {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        background: rgba(36, 27, 28, 0.9);
        bottom: 10%;
        color: #FFF;
        font-size: 18px;
        font-weight: 700;
        left: 0;
        letter-spacing: -1px;
        padding: 9px 11px 9px;
        position: absolute;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        text-transform: uppercase;
        z-index: 1;
    }

    .thumb-info .thumb-info-inner {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        display: block;
        white-space: nowrap;
    }

    .thumb-info .thumb-info-type {
        background-color: #cccccc;
        border-radius: 2px;
        display: inline-block;
        float: left;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0;
        margin: 8px -2px -15px -2px;
        padding: 2px 9px;
        text-transform: none;
    }

/* Widget - Widget Toggle/Expand */
.widget-toggle-expand .widget-header {
    position: relative;
    margin: 0;
    padding: 5px 0;
}

    .widget-toggle-expand .widget-header h6 {
        font-size: 13px;
        font-size: 1.3rem;
        margin: 0;
        padding: 0;
    }

    .widget-toggle-expand .widget-header .widget-toggle {
        font-size: 21px;
        font-size: 2.1rem;
        line-height: 21px;
        line-height: 2.1rem;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        text-align: center;
        color: #b4b4b4;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: transform;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: linear;
        -moz-transition-timing-function: linear;
        transition-timing-function: linear;
    }

.widget-toggle-expand.widget-collapsed .widget-content-expanded {
    display: none;
}

.widget-toggle-expand.widget-collapsed .widget-header .widget-toggle {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

/* Widget - Simple User List */
ul.simple-user-list {
    list-style: none;
    padding: 0;
}

    ul.simple-user-list li {
        margin: 0 0 20px;
    }

        ul.simple-user-list li .image {
            float: left;
            margin: 0 10px 0 0;
        }

        ul.simple-user-list li .title {
            color: #000011;
            display: block;
            line-height: 1.334;
        }

        ul.simple-user-list li .message {
            display: block;
            font-size: 11px;
            font-size: 1.1rem;
            line-height: 1.334;
        }

/* Widget - Simple Post List */
ul.simple-post-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.simple-post-list li {
        border-bottom: 1px dotted #E2E2E2;
        padding: 15px 0;
    }

        ul.simple-post-list li:after {
            content: "";
            display: table;
            clear: both;
        }

        ul.simple-post-list li:last-child {
            border-bottom: 0;
        }

        ul.simple-post-list li .post-image {
            float: left;
            margin-right: 12px;
        }

        ul.simple-post-list li .post-meta {
            color: #888;
            font-size: 0.8em;
        }

        ul.simple-post-list li:last-child {
            border-bottom: none;
        }

/* Widget - Simple Todo List */
ul.simple-todo-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    ul.simple-todo-list li {
        position: relative;
        padding: 0 0 0 20px;
    }

        ul.simple-todo-list li.completed {
            color: #A7A7A7;
        }

            ul.simple-todo-list li.completed:before {
                position: absolute;
                top: 3px;
                left: 0;
                font-family: FontAwesome;
                content: "\f00c";
                z-index: 1;
            }

/* Widget - Social Icons */
.social-icons-list {
    display: block;
    margin: 0;
    padding: 0;
}

    .social-icons-list a {
        background: #cccccc;
        border-radius: 25px;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        text-align: center;
        width: 30px;
    }

        .social-icons-list a:hover {
            text-decoration: none;
        }

        .social-icons-list a span {
            display: none;
        }

        .social-icons-list a i {
            font-size: 13.5px;
            font-size: 1.35rem;
            color: #FFF;
            font-weight: normal;
        }

/* Widget - Simple Compose Box */
.simple-compose-box {
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
}

    .simple-compose-box textarea {
        background-color: transparent;
        display: block;
        width: 100%;
        padding: 10px 10px 5px;
        border: 0;
        resize: none;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

        .simple-compose-box textarea:focus {
            border: 0 none;
            outline: none;
        }

    .simple-compose-box .compose-box-footer {
        background-color: #F6F7F8;
        -webkit-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
    }

        .simple-compose-box .compose-box-footer:after {
            content: "";
            display: table;
            clear: both;
        }

        .simple-compose-box .compose-box-footer .compose-toolbar {
            list-style: none;
            margin: 0;
            padding: 0 3px;
            float: left;
        }

            .simple-compose-box .compose-box-footer .compose-toolbar li {
                display: inline-block;
            }

                .simple-compose-box .compose-box-footer .compose-toolbar li a {
                    display: block;
                    text-align: center;
                    font-size: 16px;
                    line-height: 30px;
                    width: 30px;
                    color: #B3B7BD;
                }

                    .simple-compose-box .compose-box-footer .compose-toolbar li a:hover {
                        background-color: #e8eaed;
                    }

        .simple-compose-box .compose-box-footer .compose-btn {
            list-style: none;
            margin: 0;
            padding: 3px;
            float: right;
        }

/* Widget - Simple Card List */
ul.simple-card-list {
    list-style: none;
    padding: 0;
}

    ul.simple-card-list li {
        padding: 10px 15px;
        margin: 15px 0;
        -webkit-border-radius: 7px;
        border-radius: 7px;
    }

        ul.simple-card-list li h3 {
            font-size: 26px;
            font-size: 2.6rem;
            font-weight: 600;
            margin: 0;
        }

        ul.simple-card-list li p {
            margin: 0;
            opacity: .7;
        }

.simple-card-list li.primary {
    background: #cccccc;
    color: white;
}

.simple-card-list li.success {
    background: #47a447;
    color: white;
}

.simple-card-list li.warning {
    background: #ed9c28;
    color: white;
}

.simple-card-list li.danger {
    background: #d2322d;
    color: white;
}

.simple-card-list li.info {
    background: #5bc0de;
    color: white;
}

.simple-card-list li.dark {
    background: #171717;
    color: white;
}

div.simple-card-list {
    display: table;
    width: 100%;
}

    div.simple-card-list .card {
        display: table-cell;
    }

        div.simple-card-list .card .card-content {
            background-color: rgba(0, 0, 0, 0.1);
            -webkit-border-radius: 3px;
            border-radius: 3px;
            margin: 0 7px;
            padding: 5px;
        }

        div.simple-card-list .card h3 {
            font-size: 26px;
            font-size: 2.6rem;
            font-weight: 600;
            margin: 0;
        }

        div.simple-card-list .card p {
            margin: 0;
            opacity: .7;
        }

/* Widget - Simple Button List */
ul.simple-bullet-list {
    list-style: none;
    padding: 0;
}

    ul.simple-bullet-list li {
        position: relative;
        padding: 0 0 0 20px;
        margin: 0 0 10px;
    }

        ul.simple-bullet-list li:before {
            border: 6px solid #cccccc;
            border-radius: 100px;
            content: '';
            display: inline-block;
            left: 0;
            margin: 0;
            position: absolute;
            top: 5px;
            z-index: 2;
        }

        ul.simple-bullet-list li .title {
            display: block;
            font-weight: 700;
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1.4;
            color: #171717;
        }

        ul.simple-bullet-list li .description {
            display: block;
            color: #999999;
            font-size: 11px;
            font-size: 1.1rem;
            line-height: 1.334;
        }

        ul.simple-bullet-list li.red:before {
            border-color: #d64b4b;
        }

        ul.simple-bullet-list li.green:before {
            border-color: #4dd79c;
        }

        ul.simple-bullet-list li.blue:before {
            border-color: #0090d9;
        }

        ul.simple-bullet-list li.orange:before {
            border-color: #E2A917;
        }

/* Widget - Summary */
.widget-summary {
    display: table;
    width: 100%;
}

    .widget-summary:after {
        content: "";
        display: table;
        clear: both;
    }

    .widget-summary .widget-summary-col {
        display: table-cell;
        vertical-align: top;
        width: 100%;
    }

        .widget-summary .widget-summary-col.widget-summary-col-icon {
            width: 1%;
        }

    .widget-summary .summary-icon {
        margin-right: 15px;
        font-size: 42px;
        font-size: 4.2rem;
        width: 93px;
        height: 93px;
        line-height: 75px;
        text-align: center;
        color: #fff;
        -webkit-border-radius: 55px;
        border-radius: 55px;
    }

    .widget-summary .summary {
        min-height: 93px;
        word-break: break-all;
    }

        .widget-summary .summary .title {
            margin: 0;
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 22px;
            line-height: 2.2rem;
            color: #333333;
            font-weight: 500;
        }

        .widget-summary .summary .title-x {
            margin-right: .2em;
            font-size: 2.02rem;
            font-weight: 600;
            color: #333333;
            vertical-align: middle;
            padding: 0px;
        }

        .widget-summary .summary .sub-title-x {
            margin-right: .2em;
            font-size: 1.3rem;
            font-weight: 400;
            color: #333333;
            vertical-align: middle;
            line-height: 0;
            font-family: 'Open Sans';
        }

        .widget-summary .summary .info {
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 30px;
            line-height: 3rem;
        }

            .widget-summary .summary .info span {
                vertical-align: middle;
            }

        .widget-summary .summary .amount {
            margin-right: .2em;
            font-size: 24px;
            font-size: 2.4rem;
            font-weight: 600;
            color: #333333;
            vertical-align: middle;
        }

    .widget-summary .summary-footer {
        padding: 5px 0 0;
        border-top: 1px dotted #ddd;
        text-align: right;
    }

.bg-primary .widget-summary .summary-icon {
    background-color: rgba(0, 0, 0, 0.1);
}

.bg-primary .widget-summary .summary .title,
.bg-primary .widget-summary .summary .amount {
    color: white;
}

.bg-primary .widget-summary .summary-footer {
    border-top: 1px solid #fff;
    border-top-color: rgba(255, 255, 255, 0.2);
}

    .bg-primary .widget-summary .summary-footer a {
        color: white;
        opacity: 0.6;
    }

.bg-secondary .widget-summary .summary-icon {
    background-color: rgba(0, 0, 0, 0.1);
}

.bg-secondary .widget-summary .summary .title,
.bg-secondary .widget-summary .summary .amount {
    color: white;
}

.bg-secondary .widget-summary .summary-footer {
    border-top: 1px solid #fff;
    border-top-color: rgba(255, 255, 255, 0.2);
}

    .bg-secondary .widget-summary .summary-footer a {
        color: white;
        opacity: 0.6;
    }

.bg-tertiary .widget-summary .summary-icon {
    background-color: rgba(0, 0, 0, 0.1);
}

.bg-tertiary .widget-summary .summary .title,
.bg-tertiary .widget-summary .summary .amount {
    color: white;
}

.bg-tertiary .widget-summary .summary-footer {
    border-top: 1px solid #fff;
    border-top-color: rgba(255, 255, 255, 0.2);
}

    .bg-tertiary .widget-summary .summary-footer a {
        color: white;
        opacity: 0.6;
    }

.bg-quartenary .widget-summary .summary-icon {
    background-color: rgba(0, 0, 0, 0.1);
}

.bg-quartenary .widget-summary .summary .title,
.bg-quartenary .widget-summary .summary .amount {
    color: white;
}

.bg-quartenary .widget-summary .summary-footer {
    border-top: 1px solid #fff;
    border-top-color: rgba(255, 255, 255, 0.2);
}

    .bg-quartenary .widget-summary .summary-footer a {
        color: white;
        opacity: 0.6;
    }

.bg-success .widget-summary .summary-icon {
    background-color: rgba(0, 0, 0, 0.1);
}

.bg-success .widget-summary .summary .title,
.bg-success .widget-summary .summary .amount {
    color: white;
}

.bg-success .widget-summary .summary-footer {
    border-top: 1px solid #fff;
    border-top-color: rgba(255, 255, 255, 0.2);
}

    .bg-success .widget-summary .summary-footer a {
        color: white;
        opacity: 0.6;
    }

.bg-warning .widget-summary .summary-icon {
    background-color: rgba(0, 0, 0, 0.1);
}

.bg-warning .widget-summary .summary .title,
.bg-warning .widget-summary .summary .amount {
    color: white;
}

.bg-warning .widget-summary .summary-footer {
    border-top: 1px solid #fff;
    border-top-color: rgba(255, 255, 255, 0.2);
}

    .bg-warning .widget-summary .summary-footer a {
        color: white;
        opacity: 0.6;
    }

.bg-danger .widget-summary .summary-icon {
    background-color: rgba(0, 0, 0, 0.1);
}

.bg-danger .widget-summary .summary .title,
.bg-danger .widget-summary .summary .amount {
    color: white;
}

.bg-danger .widget-summary .summary-footer {
    border-top: 1px solid #fff;
    border-top-color: rgba(255, 255, 255, 0.2);
}

    .bg-danger .widget-summary .summary-footer a {
        color: white;
        opacity: 0.6;
    }

.bg-info .widget-summary .summary-icon {
    background-color: rgba(0, 0, 0, 0.1);
}

.bg-info .widget-summary .summary .title,
.bg-info .widget-summary .summary .amount {
    color: white;
}

.bg-info .widget-summary .summary-footer {
    border-top: 1px solid #fff;
    border-top-color: rgba(255, 255, 255, 0.2);
}

    .bg-info .widget-summary .summary-footer a {
        color: white;
        opacity: 0.6;
    }

.bg-dark .widget-summary .summary-icon {
    background-color: rgba(0, 0, 0, 0.1);
}

.bg-dark .widget-summary .summary .title,
.bg-dark .widget-summary .summary .amount {
    color: white;
}

.bg-dark .widget-summary .summary-footer {
    border-top: 1px solid #fff;
    border-top-color: rgba(255, 255, 255, 0.2);
}

    .bg-dark .widget-summary .summary-footer a {
        color: white;
        opacity: 0.6;
    }

@media only screen and (min-width: 480px) {
    .widget-summary.widget-summary-xlg {
        padding: 5px 0;
    }

        .widget-summary.widget-summary-xlg .summary-icon {
            width: 110px;
            height: 110px;
            line-height: 110px;
            font-size: 48px;
            font-size: 4.8rem;
        }

        .widget-summary.widget-summary-xlg .summary {
            min-height: 80px;
        }

            .widget-summary.widget-summary-xlg .summary .title {
                font-size: 20px;
                font-size: 2rem;
                line-height: 28px;
                line-height: 2.8rem;
            }

            .widget-summary.widget-summary-xlg .summary .info {
                font-size: 16px;
                font-size: 1.6rem;
                line-height: 30px;
                line-height: 3rem;
            }

            .widget-summary.widget-summary-xlg .summary .amount {
                font-size: 28px;
                font-size: 2.8rem;
            }
}

.widget-summary.widget-summary-lg {
    padding: 0;
}

    .widget-summary.widget-summary-lg .summary-icon {
        width: 90px;
        height: 90px;
        line-height: 90px;
        font-size: 42px;
        font-size: 4.2rem;
    }

    .widget-summary.widget-summary-lg .summary {
        min-height: 65px;
    }

        .widget-summary.widget-summary-lg .summary .title {
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 22px;
            line-height: 2.2rem;
        }

        .widget-summary.widget-summary-lg .summary .info {
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 30px;
            line-height: 3rem;
        }

        .widget-summary.widget-summary-lg .summary .amount {
            font-size: 24px;
            font-size: 2.4rem;
        }

.widget-summary.widget-summary-md {
    padding: 0;
}

    .widget-summary.widget-summary-md .summary-icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 32px;
        font-size: 3.2rem;
    }

    .widget-summary.widget-summary-md .summary {
        min-height: 0;
        margin-top: 12px;
    }

        .widget-summary.widget-summary-md .summary .title {
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 18px;
            line-height: 1.8rem;
        }

        .widget-summary.widget-summary-md .summary .info {
            font-size: 11px;
            font-size: 1.1rem;
            line-height: 22px;
            line-height: 2.2rem;
        }

        .widget-summary.widget-summary-md .summary .amount {
            font-size: 18px;
            font-size: 1.8rem;
            font-weight: 700;
        }

    .widget-summary.widget-summary-md .summary-footer {
        display: none;
    }

.widget-summary.widget-summary-sm {
    padding: 0;
}

    .widget-summary.widget-summary-sm .summary-icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 22px;
        font-size: 2.2rem;
    }

    .widget-summary.widget-summary-sm .summary {
        min-height: 0;
        margin-top: 4px;
    }

        .widget-summary.widget-summary-sm .summary .title {
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 18px;
            line-height: 1.8rem;
        }

        .widget-summary.widget-summary-sm .summary .info {
            font-size: 11px;
            font-size: 1.1rem;
            line-height: 18px;
            line-height: 1.8rem;
        }

        .widget-summary.widget-summary-sm .summary .amount {
            font-size: 16px;
            font-size: 1.6rem;
            font-weight: 700;
        }

    .widget-summary.widget-summary-sm .summary-footer {
        display: none;
    }

.widget-summary.widget-summary-xs {
    padding: 0;
}

    .widget-summary.widget-summary-xs .summary-icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        font-size: 1.8rem;
    }

    .widget-summary.widget-summary-xs .summary {
        min-height: 0;
    }

        .widget-summary.widget-summary-xs .summary .title {
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 40px;
        }

        .widget-summary.widget-summary-xs .summary .info {
            display: none;
        }

    .widget-summary.widget-summary-xs .summary-footer {
        display: none;
    }

/* Widget - Todo List */
ul.widget-todo-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

    ul.widget-todo-list li {
        border-bottom: 1px dotted #ddd;
        padding: 15px 15px 15px 0;
        position: relative;
    }

        ul.widget-todo-list li label.line-through span {
            text-decoration: line-through;
        }

        ul.widget-todo-list li .checkbox-custom {
            margin-bottom: 0;
        }

            ul.widget-todo-list li .checkbox-custom label {
                padding-left: 10px;
            }

        ul.widget-todo-list li .todo-actions {
            position: absolute;
            top: 14px;
            right: 0;
            bottom: 14px;
        }

            ul.widget-todo-list li .todo-actions .todo-remove {
                font-size: 10px;
                vertical-align: middle;
                color: #999999;
            }

        ul.widget-todo-list li:last-child {
            border-bottom: 0 none;
        }

/* Widget - Profile Info */
.widget-profile-info {
    display: table;
    width: 100%;
}

    .widget-profile-info .profile-picture {
        display: table-cell;
        vertical-align: middle;
        width: 1%;
    }

        .widget-profile-info .profile-picture img {
            display: block;
            width: 100px;
            height: 100px;
            margin-right: 15px;
            border: 4px solid #fff;
            -webkit-border-radius: 50px;
            border-radius: 50px;
        }

    .widget-profile-info .profile-info {
        display: table-cell;
        vertical-align: bottom;
        width: 100%;
    }

        .widget-profile-info .profile-info .profile-footer {
            padding: 5px 0 0;
            border-top: 1px solid rgba(255, 255, 255, 0.6);
            text-align: right;
        }

            .widget-profile-info .profile-info .profile-footer a {
                color: #fff;
                opacity: 0.6;
            }

/* Widget - Twitter Profile */
.widget-voyage-profile {
    background-color: #112e7c;
    border-radius: 5px;
    color: #fff;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);*/
    box-shadow: 0 1px 1px rgb(59 62 65 / 21%);
    border-radius: 5px;
}

    .widget-voyage-profile .top-image {
        width: 100%;
        border-radius: 5px 5px 0 0;
        min-height: 20px;
    }

        .widget-voyage-profile .top-image img {
            width: 100%;
            border-radius: 5px 5px 0 0;
        }

    .widget-voyage-profile .profile-info {
        padding: 15px;
        min-height: 75px;
    }

        .widget-voyage-profile .profile-info:after {
            content: "";
            display: table;
            clear: both;
        }

        .widget-voyage-profile .profile-info .profile-picture {
            float: left;
            margin-right: 15px;
            position: relative;
        }

            .widget-voyage-profile .profile-info .profile-picture img {
                display: block;
                width: 100px;
                height: 100px;
                margin: -25px 0;
                border: 4px solid #fff;
                -webkit-border-radius: 50px;
                border-radius: 50px;
            }

        .widget-voyage-profile .profile-info .profile-account {
            float: left;
        }

            .widget-voyage-profile .profile-info .profile-account .name {
                margin: 0;
            }

            .widget-voyage-profile .profile-info .profile-account .account {
                color: white;
                margin: 0;
                line-height: 1.4;
            }

        .widget-voyage-profile .profile-info .profile-stats {
            float: right;
            list-style: none;
            padding: 5px 0;
            margin: 0;
        }

            .widget-voyage-profile .profile-info .profile-stats li {
                float: left;
                padding: 0 10px;
            }

                .widget-voyage-profile .profile-info .profile-stats li .stat {
                    /*font-size: 10px;*/
                    /*font-size: 1rem;*/
                    margin: 0;
                }

                .widget-voyage-profile .profile-info .profile-stats li .count {
                    display: block;
                    margin: 0;
                    line-height: 1.4;
                    font-weight: 600;
                }

                .widget-voyage-profile .profile-info .profile-stats li .port {
                    display: block;
                    margin: 0;
                    /*font-size: 1.2rem;*/
                    line-height: 1.4;
                    font-weight: 600;
                }

                .widget-voyage-profile .profile-info .profile-stats li .port-date {
                    display: block;
                    margin: 0;
                    /*font-size: 0.9rem;*/
                    line-height: 1;
                    font-weight: 500;
                }


    .widget-voyage-profile .profile-quote {
        background-color: #9cdeff;
        border-radius: 0 0 5px 5px;
        /*	padding: 15px 10px 5px 150px;*/
        padding: 2px 12px 5px 10px;
        color: #006697
    }

    .widget-voyage-profile .voyage-status {
        /*
        font-size: 1.8rem;
        color: #006697;

        */
        z-index: 9;
        position: absolute;
        font-weight: 700;
        width: 110px;
    }

        .widget-voyage-profile .voyage-status .voyage-status-event {
            font-size: small;
            color: #FFF
        }

    .widget-voyage-profile .profile-quote blockquote {
        padding: 0;
        margin: 0;
        border: 0;
    }

        .widget-voyage-profile .profile-quote blockquote p {
            position: relative;
            font-style: italic;
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 1.6;
            padding: 15px 0;
            margin: 0 0 10px;
            font-family: Georgia, serif;
        }

            .widget-voyage-profile .profile-quote blockquote p:before {
                position: absolute;
                top: 0;
                left: -45px;
                content: '\201C';
                font-size: 80px;
                font-size: 8rem;
                line-height: 1;
                font-family: Georgia, serif;
                font-style: normal;
            }

    .widget-voyage-profile .profile-quote .quote-footer {
        border-top: 1px solid #505358;
        padding: 5px 0;
        text-align: right;
        color: white;
        display: inline-block;
        width: 100%;
    }

        .widget-voyage-profile .profile-quote .quote-footer a {
            color: white;
        }

    .widget-voyage-profile .profile-quote {
        /* background-color: #0096e0; */
        /* background-color: #9cdeff; */
        background-color: #fff;
        color: #006697;
    }

        .widget-voyage-profile .profile-quote .quote-footer {
            /* border-top-color: rgba(0, 170, 255, 0.7); */
            border-top: 1px dotted #ddd;
            text-align: right;
        }

.widget-profile-info .profile-info .profile-footer {
    border-top-color: rgba(0, 170, 255, 0.7);
}

.widget-voyage-profile .profile-quote p span {
    /* border-top-color: rgba(0, 170, 255, 0.7); */
    width: calc(100% - 84px);
    display: inline-block;
}

/* Widget - Twitter Profile Responsive */
@media only screen and (max-width: 479px) {
    .widget-voyage-profile .profile-info .profile-stats {
        clear: both;
        float: right;
        padding: 15px 0 0;
        text-align: right;
    }

        .widget-voyage-profile .profile-info .profile-stats li {
            display: inline-block;
            float: none;
        }
}

@media only screen and (max-width: 767px) {
    .widget-voyage-profile .profile-quote {
        padding-left: 10px;
    }

        .widget-voyage-profile .profile-quote blockquote {
            padding-left: 45px;
        }
}

html.dark {
    /* Widget Summary */
    /* Panel Footer - Button Group */
    /* To-do List */
    /* Simple Post List */
    /* Simple User List */
    /* Simple Bullet List */
    /* Simple Compose Box */;
}

    html.dark .widget-summary .summary .title,
    html.dark .widget-summary .summary .amount {
        color: #EEE;
    }

    html.dark .widget-summary .summary-footer {
        border-color: #4C4C4C;
    }

    html.dark .panel-footer-btn-group a {
        background-color: #282d36;
        border-color: #21262d;
    }

        html.dark .panel-footer-btn-group a:hover {
            background-color: #2e353e;
        }

    html.dark ul.widget-todo-list li {
        border-color: #242830;
    }

    html.dark ul.simple-post-list li {
        border-color: #4c4c4c;
    }

    html.dark ul.simple-user-list li .title {
        color: #EEE;
    }

    html.dark ul.simple-bullet-list li .title {
        color: #EEE;
    }

    html.dark .simple-compose-box {
        background-color: #282d36;
        border-color: #282d36;
    }

        html.dark .simple-compose-box .compose-box-footer {
            background-color: #21262d;
        }

/* Buttons - States */
.nav-pills-primary > li a:hover,
.nav-pills-primary > li a:focus {
    color: #cccccc;
    background-color: white;
}

.nav-pills-primary > li.active > a, .nav-pills-primary > li.active > a:hover, .nav-pills-primary > li.active > a:active, .nav-pills-primary > li.active > a:focus {
    background-color: #cccccc;
}

.nav-pills-success > li a:hover,
.nav-pills-success > li a:focus {
    color: #47a447;
    background-color: #bfe2bc;
}

.nav-pills-success > li.active > a, .nav-pills-success > li.active > a:hover, .nav-pills-success > li.active > a:active, .nav-pills-success > li.active > a:focus {
    background-color: #47a447;
}

.nav-pills-warning > li a:hover,
.nav-pills-warning > li a:focus {
    color: #ed9c28;
    background-color: #fbe4cd;
}

.nav-pills-warning > li.active > a, .nav-pills-warning > li.active > a:hover, .nav-pills-warning > li.active > a:active, .nav-pills-warning > li.active > a:focus {
    background-color: #ed9c28;
}

.nav-pills-danger > li a:hover,
.nav-pills-danger > li a:focus {
    color: #d2322d;
    background-color: #f2c0c3;
}

.nav-pills-danger > li.active > a, .nav-pills-danger > li.active > a:hover, .nav-pills-danger > li.active > a:active, .nav-pills-danger > li.active > a:focus {
    background-color: #d2322d;
}

.nav-pills-info > li a:hover,
.nav-pills-info > li a:focus {
    color: #5bc0de;
    background-color: #f0fafc;
}

.nav-pills-info > li.active > a, .nav-pills-info > li.active > a:hover, .nav-pills-info > li.active > a:active, .nav-pills-info > li.active > a:focus {
    background-color: #5bc0de;
}

.nav-pills-dark > li a:hover,
.nav-pills-dark > li a:focus {
    color: #171717;
    background-color: #707070;
}

.nav-pills-dark > li.active > a, .nav-pills-dark > li.active > a:hover, .nav-pills-dark > li.active > a:active, .nav-pills-dark > li.active > a:focus {
    background-color: #171717;
}

.portlet-handler {
    cursor: move;
}

.portlet-placeholder {
    margin-bottom: 15px;
    padding: 0;
    border: 1px dashed #dddddd;
    background: #fafafa;
    color: #444444;
}

/* Tables - Basic */
.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;
    font-size: 1.4rem;
}

.table > thead:first-child > tr:first-child > th {
    background-color: #92a3d452
}

.table > thead > tr > th {
    vertical-align: bottom;
    /*    border-bottom: 2px solid #ddd;*/
}


th {
    text-align: left;
}

td, th {
    padding: 0;
}

.table-striped > tbody > tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.table {
    width: 100%;
}

    .table .table {
        background: transparent;
    }

    .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: 6px;
        /* line-height: 1.42857143; */
        vertical-align: top;
        border-top: 1px solid #ccccd759;
    }
    /* Bootstrap uses important, we need to force it here */
    .table.mb-none {
        margin-bottom: 0 !important;
    }

    /* In case you dont want a border in some row */
    .table .b-top-none td {
        border-top: none;
    }

.label-link {
    padding: 0px;
    color: gray
}

.label-link-active {
    padding: 0px;
    color: #0088cc
}
/* Tables - Actions */
.table .actions,
.table .actions-hover {
    vertical-align: middle;
}

    .table .actions a,
    .table .actions-hover a {
        display: inline-block;
        margin-right: 5px;
        color: #666;
    }

        .table .actions a:last-child,
        .table .actions-hover a:last-child {
            margin-right: 0;
        }

        .table .actions a:hover,
        .table .actions-hover a:hover {
            color: #333;
        }

    .table .actions-hover a {
        opacity: 0;
    }

.table tr:hover .actions-hover a {
    opacity: 1;
}

.table .actions-fade a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
/*datatable row color*/
.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;
    font-size: 1.4rem;
    background-color: #92a3d452;
    padding: 10px 4px;
}

.row-active {
    font-weight: 600;
    color: darkslateblue;
}
/* Tables - No More Tables technique (991px is the bootstrap SM max-width) */
@media only screen and (max-width: 991px) {
    .table.table-no-more,
    .table.table-no-more thead,
    .table.table-no-more tbody,
    .table.table-no-more tr,
    .table.table-no-more th,
    .table.table-no-more td {
        display: block;
    }

        .table.table-no-more thead tr {
            left: -9999px;
            position: absolute;
            top: -9999px;
        }

        .table.table-no-more tr {
            border-bottom: 1px solid #DDD;
        }

        .table.table-no-more td {
            border: none;
            position: relative;
            padding-left: 50%;
            text-align: left;
            white-space: normal;
        }

            .table.table-no-more td:before {
                content: attr(data-title);
                font-weight: bold;
                left: 6px;
                padding-right: 10px;
                position: absolute;
                text-align: left;
                top: 8px;
                white-space: nowrap;
                width: 45%;
            }

        .table.table-no-more.table-bordered td {
            border-bottom: 1px solid #EFEFEF;
        }

        .table.table-no-more.table-condensed td:before {
            top: 5px;
        }
}
/* Dark - Tables */
html.dark .table > thead > tr > th,
html.dark .table > tbody > tr > th,
html.dark .table > tfoot > tr > th,
html.dark .table > thead > tr > td,
html.dark .table > tbody > tr > td,
html.dark .table > tfoot > tr > td,
html.dark .table-bordered {
    border-color: #262b33;
}

html.dark .table-striped > tbody > tr:nth-child(2n+1) > td,
html.dark .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #282d36;
}

html.dark .table-hover > tbody > tr:hover > td,
html.dark .table-hover > tbody > tr:hover > th {
    background-color: #272c34;
}

html.dark .table .actions a,
html.dark .table .actions-hover a {
    color: #808697;
}

@media screen and (max-width: 991px) {
    html.dark .table-responsive {
        border-color: #262b33;
    }
}

@media only screen and (max-width: 991px) {
    html.dark .table.table-no-more tr,
    html.dark .table.table-no-more.table-bordered td {
        border-bottom-color: #262b33;
    }
}
/* Tables - States */
.table > thead > tr > td.primary,
.table > tbody > tr > td.primary,
.table > tfoot > tr > td.primary,
.table > thead > tr > th.primary,
.table > tbody > tr > th.primary,
.table > tfoot > tr > th.primary,
.table > thead > tr.primary > td,
.table > tbody > tr.primary > td,
.table > tfoot > tr.primary > td,
.table > thead > tr.primary > th,
.table > tbody > tr.primary > th,
.table > tfoot > tr.primary > th {
    color: #FFF;
    background-color: #cccccc;
}

.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 {
    color: #FFF;
    background-color: #47a447;
}

.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 {
    color: #FFF;
    background-color: #ed9c28;
}

.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 {
    color: #FFF;
    background-color: #d2322d;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    color: #FFF;
    background-color: #5bc0de;
}

.table > thead > tr > td.dark,
.table > tbody > tr > td.dark,
.table > tfoot > tr > td.dark,
.table > thead > tr > th.dark,
.table > tbody > tr > th.dark,
.table > tfoot > tr > th.dark,
.table > thead > tr.dark > td,
.table > tbody > tr.dark > td,
.table > tfoot > tr.dark > td,
.table > thead > tr.dark > th,
.table > tbody > tr.dark > th,
.table > tfoot > tr.dark > th {
    color: #FFF;
    background-color: #171717;
}

.table > thead > tr > td.dark,
.table > tbody > tr > td.dark,
.table > tfoot > tr > td.dark,
.table > thead > tr > th.dark,
.table > tbody > tr > th.dark,
.table > tfoot > tr > th.dark,
.table > thead > tr.dark > td,
.table > tbody > tr.dark > td,
.table > tfoot > tr.dark > td,
.table > thead > tr.dark > th,
.table > tbody > tr.dark > th,
.table > tfoot > tr.dark > th {
    background-color: #4a4a4a;
    color: white;
}

/* Common Fixes */
.dt-container {
    position: relative;
}

.form-select-sm {
    font-size: inherit
}

.dt-container .DTTT.btn-group {
    display: inline-block !important;
}

.dt-container .datatables-header {
    margin-bottom: 15px;
}

    .dt-container .datatables-header label {
        font-weight: normal;
        margin: 0;
    }

.dt-container table thead th {
    padding-right: 21px !important;
}

.dt-container .dataTables_length .select2-container {
    margin-right: 10px;
    width: 75px;
}

@media only screen and (max-width: 991px) {
    .dt-container .dataTables_length {
        margin-bottom: 15px;
    }

        .dt-container .dataTables_length label {
            float: none;
            width: 100%;
        }
}
/* Filter */
.dt-container .dataTables_filter label {
    width: 50%;
}

.dt-container .dataTables_filter input {
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .dt-container .dataTables_filter label {
        width: 100%;
    }
}
/* Footer */
.dt-container .datatables-footer {
    margin-top: 15px;
}

    .dt-container .datatables-footer .dataTables_info {
        font-size: 11px;
        padding-top: 0;
        margin-top: 6px;
    }

    .dt-container .datatables-footer .dataTables_paginate .pagination {
        display: block;
        margin: 0;
    }

@media only screen and (max-width: 991px) {
    .dt-container .datatables-footer .dataTables_info {
        margin-bottom: 15px;
        text-align: center;
    }

    .dt-container .datatables-footer .dataTables_paginate {
        float: none;
        text-align: center;
    }

        .dt-container .datatables-footer .dataTables_paginate .pagination {
            display: inline-block;
        }
}
/* Empty Row */
.dt-container .dataTables_empty {
    padding: 50px 0;
    text-align: center;
}

.dt-paging {
    text-align: right;
}

    .dt-paging nav {
        display: inline-block
    }

.pagination li {
    --bs-pagination-padding-x: 1.3rem;
    font-size: 1.5rem;
}

.page-link {
    font-size: inherit;
}

.dataTables_processing {
    background: #cccccc;
    border-radius: 100px;
    box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.3);
    color: #FFF;
    left: 50%;
    margin-left: -36px;
    padding: 5px 10px;
    position: absolute;
    top: 3px;
}

@media only screen and (max-width: 991px) {
    .dataTables_processing {
        left: auto;
        margin-left: 0;
        right: 0;
    }
}




/* Datepicker - Input Group Addon */
.input-daterange .input-group-addon {
    min-width: 36px;
}

/* Datepicker - Base */
.datepicker {
    padding: 10px;
    margin: 0 auto;
    line-height: 1.1em;
}

    .datepicker.datepicker-inline {
        line-height: 1.7em;
        width: 100%;
    }

    .datepicker table {
        width: 100%;
    }

        .datepicker table tr td {
            border-radius: 0;
        }

        .datepicker table thead tr th {
            cursor: pointer;
            font-size: 13px;
            font-size: 1.3rem;
            text-align: center;
            font-weight: normal;
        }

            .datepicker table thead tr th.prev {
                content: '\f0d9';
                font-family: FontAwesome;
            }

            .datepicker table thead tr th.next {
                content: '\f0da';
                font-family: FontAwesome;
            }

        .datepicker table td {
            text-align: center;
            font-size: 12px;
            font-size: 1.2rem;
        }

            .datepicker table td.day {
                -webkit-transition: background-color 0.1s ease-in 0.1s, color 0.1s ease-in 0.1s;
                -moz-transition: background-color 0.1s ease-in 0.1s, color 0.1s ease-in 0.1s;
                transition: background-color 0.1s ease-in 0.1s, color 0.1s ease-in 0.1s;
                cursor: pointer;
            }

        /* Datepicker - Skin Default */
        .datepicker thead tr:first-child th:hover,
        .datepicker tfoot tr th:hover,
        .datepicker table tr td span:hover {
            background: #cccccc;
            color: white;
        }

        .datepicker table tbody tr td span.old,
        .datepicker table tbody tr td span.new {
            color: #CCC;
        }

            .datepicker table tbody tr td span.old:hover,
            .datepicker table tbody tr td span.new:hover {
                color: white;
            }

        .datepicker table tbody tr td.day:hover {
            background: #cccccc;
            color: white;
        }

        .datepicker table tbody tr td.day.active {
            background: #b3b3b3;
            color: white;
        }

        .datepicker table tbody tr td.day.new {
            color: #777777;
        }

            .datepicker table tbody tr td.day.new:hover {
                color: white;
            }

    /* Datepicker - Skin Dark */
    .datepicker.datepicker-dark {
        background: #33363F;
    }

        .datepicker.datepicker-dark table thead tr th.datepicker-switch {
            color: white;
        }

        .datepicker.datepicker-dark table thead tr th.dow {
            color: #777777;
        }

        .datepicker.datepicker-dark table tbody tr td span.old,
        .datepicker.datepicker-dark table tbody tr td span.new {
            color: #444;
        }

            .datepicker.datepicker-dark table tbody tr td span.old:hover,
            .datepicker.datepicker-dark table tbody tr td span.new:hover {
                color: white;
            }

        .datepicker.datepicker-dark table tbody tr td.day {
            color: white;
        }

            .datepicker.datepicker-dark table tbody tr td.day:hover {
                background: #cccccc;
                color: white;
            }

            .datepicker.datepicker-dark table tbody tr td.day.active {
                background: #b3b3b3;
                color: white;
            }

            .datepicker.datepicker-dark table tbody tr td.day.new {
                color: #777777;
            }

                .datepicker.datepicker-dark table tbody tr td.day.new:hover {
                    color: white;
                }

    /* Datepicker - Skin Primary */
    .datepicker.datepicker-primary {
        min-width: 255px;
    }

        .datepicker.datepicker-primary.datepicker-inline {
            background: #fff;
            border: 1px solid #eee;
        }

        .datepicker.datepicker-primary table thead tr:first-child {
            background-color: #cccccc;
            color: white;
        }

            .datepicker.datepicker-primary table thead tr:first-child th:hover {
                background-color: #b3b3b3;
            }

            .datepicker.datepicker-primary table thead tr:first-child th:first-child {
                border-radius: 4px 0 0 0;
            }

            .datepicker.datepicker-primary table thead tr:first-child th:last-child {
                border-radius: 0 4px 0 0;
            }

        .datepicker.datepicker-primary table thead tr:last-child {
            background-color: #d9d9d9;
            color: white;
        }

            .datepicker.datepicker-primary table thead tr:last-child th:hover {
                background-color: #cccccc;
            }

        .datepicker.datepicker-primary table thead tr th {
            border-radius: 0;
        }

html.dark .input-daterange .input-group-addon {
    text-shadow: none;
}

html.dark .datepicker-dropdown {
    color: #EEE;
    background-color: #282d36;
}

    html.dark .datepicker-dropdown:after {
        border-bottom-color: #282d36;
    }

    html.dark .datepicker-dropdown.datepicker-orient-bottom:before {
        border-top-color: rgba(0, 0, 0, 0.2);
    }

    html.dark .datepicker-dropdown.datepicker-orient-bottom:after {
        border-top-color: #282d36;
    }

html.dark .datepicker.datepicker-primary {
    border-color: #282d36;
    background: #282d36;
}

.select2-container.form-control {
    background: transparent;
    border: none;
    display: block;
    margin: 0;
    padding: 0;
}

.select2-container .select2-choices .select2-search-field input,
.select2-container .select2-choice,
.select2-container .select2-choices {
    background: none;
    border-radius: 4px;
    color: #555;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #FFF;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border-color: #ccc;
    padding: 0;
}

.select2-search input {
    border-radius: 4px;
    color: #555;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #FFF;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border-color: #ccc;
}

.select2-container .select2-choices .select2-search-field input {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-container .select2-choice {
    height: 34px;
    line-height: 1.42857;
}

.select2-container.select2-container-multi.form-control {
    height: auto;
}

.select2-container.input-sm .select2-choice {
    height: 30px;
    line-height: 1.5;
    border-radius: 3px;
}

.input-group-sm .select2-container .select2-choice {
    height: 30px;
    line-height: 1.5;
    border-radius: 3px;
}

.select2-container.input-lg .select2-choice,
.input-group-lg .select2-container .select2-choice {
    height: 45px;
    line-height: 1.33;
    border-radius: 6px;
}

.select2-container-multi .select2-choices .select2-search-field input {
    height: 32px;
    margin: 0;
}

.select2-container-multi.input-sm .select2-choices .select2-search-field input {
    height: 28px;
}

.input-group-sm .select2-container-multi .select2-choices .select2-search-field input {
    height: 28px;
}

.select2-container-multi.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-container-multi .select2-choices .select2-search-field input {
    height: 43px;
}

.select2-chosen,
.select2-choice > span:first-child,
.select2-container .select2-choices .select2-search-field input {
    padding: 6px 12px;
}

.input-sm .select2-chosen,
.input-group-sm .select2-chosen,
.input-sm .select2-choice > span:first-child,
.input-group-sm .select2-choice > span:first-child,
.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-choices .select2-search-field input {
    padding: 5px 10px;
}

.input-lg .select2-chosen,
.input-group-lg .select2-chosen,
.input-lg .select2-choice > span:first-child,
.input-group-lg .select2-choice > span:first-child,
.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-choices .select2-search-field input {
    padding: 10px 16px;
}

.select2-container-multi .select2-choices .select2-search-choice {
    margin-top: 5px;
    margin-bottom: 3px;
    color: #fff;
    background: #cccccc;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0 none;
    font-size: 75%;
    font-weight: bold;
}

.select2-container-multi.input-sm .select2-choices .select2-search-choice {
    margin-top: 3px;
    margin-bottom: 2px;
}

.input-group-sm .select2-container-multi .select2-choices .select2-search-choice {
    margin-top: 3px;
    margin-bottom: 2px;
}

.select2-container-multi.input-lg .select2-choices .select2-search-choice,
.input-group-lg .select2-container-multi .select2-choices .select2-search-choice {
    line-height: 24px;
}

.select2-container .select2-choice .select2-arrow, .select2-container .select2-choice div {
    border-left: 1px solid #ccc;
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.select2-dropdown-open .select2-choice .select2-arrow, .select2-dropdown-open .select2-choice div {
    border-left-color: transparent;
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.select2-container .select2-choice .select2-arrow b, .select2-container .select2-choice div b {
    background-position: 0 3px;
}

.select2-dropdown-open .select2-choice .select2-arrow b, .select2-dropdown-open .select2-choice div b {
    background-position: -18px 3px;
}

.select2-container.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-container .select2-choice .select2-arrow b,
.select2-container.input-sm .select2-choice div b,
.input-group-sm .select2-container .select2-choice div b {
    background-position: 0 1px;
}

.select2-dropdown-open.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-sm .select2-choice div b,
.input-group-sm .select2-dropdown-open .select2-choice div b {
    background-position: -18px 1px;
}

.select2-container.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-container .select2-choice .select2-arrow b,
.select2-container.input-lg .select2-choice div b,
.input-group-lg .select2-container .select2-choice div b {
    background-position: 0 9px;
}

.select2-dropdown-open.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-lg .select2-choice div b,
.input-group-lg .select2-dropdown-open .select2-choice div b {
    background-position: -18px 9px;
}

.has-warning .select2-choice,
.has-warning .select2-choices {
    border-color: #c09853;
}

.has-warning .select2-container-active .select2-choice,
.has-warning .select2-container-multi.select2-container-active .select2-choices {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    border-color: #a47e3c;
}

.has-warning.select2-drop-active {
    border-color: #a47e3c;
}

    .has-warning.select2-drop-active.select2-drop.select2-drop-above {
        border-top-color: #a47e3c;
    }

.has-error .select2-choice,
.has-error .select2-choices {
    border-color: #b94a48;
}

.has-error .select2-container-active .select2-choice,
.has-error .select2-container-multi.select2-container-active .select2-choices {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    border-color: #953b39;
}

.has-error.select2-drop-active {
    border-color: #953b39;
}

    .has-error.select2-drop-active.select2-drop.select2-drop-above {
        border-top-color: #953b39;
    }

.has-success .select2-choice,
.has-success .select2-choices {
    border-color: #468847;
}

.has-success .select2-container-active .select2-choice,
.has-success .select2-container-multi.select2-container-active .select2-choices {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    border-color: #356635;
}

.has-success.select2-drop-active {
    border-color: #356635;
}

    .has-success.select2-drop-active.select2-drop.select2-drop-above {
        border-top-color: #356635;
    }

.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -webkit-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;
    border-color: #66afe9;
}

.select2-drop-active {
    border-color: #66afe9;
}

.select2-drop-auto-width,
.select2-drop.select2-drop-above.select2-drop-active {
    border-top-color: #66afe9;
}

.input-group.select2-bootstrap-prepend [class^=select2-choice] {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.input-group.select2-bootstrap-append [class^=select2-choice] {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.select2-dropdown-open [class^=select2-choice] {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.select2-dropdown-open.select2-drop-above [class^=select2-choice] {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-results .select2-highlighted {
    color: #FFF;
    background-color: #428bca;
}

.select2-bootstrap-append .select2-container-multiple,
.select2-bootstrap-prepend .select2-container-multiple {
    vertical-align: top;
}

.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-prepend .input-group-btn {
    vertical-align: top;
}

    .select2-bootstrap-append .input-group-btn .btn,
    .select2-bootstrap-prepend .input-group-btn .btn {
        vertical-align: top;
    }

.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #ebebeb;
    color: #333;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #adadad;
}

.select2-search-choice-close {
    background: none;
    margin-top: -8px;
    top: 50%;
}

    .select2-search-choice-close:after {
        content: 'x';
        font-size: 10px;
        color: #fff;
        padding: 0 4px;
        font-weight: bold;
    }

.select2-container .select2-choice abbr {
    top: 50%;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background-color: #fcf8e3;
    color: #c09853;
}

.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choices {
    cursor: not-allowed;
    background-color: #eee;
    border-color: #ccc;
}

    .select2-container.select2-container-disabled .select2-choice .select2-arrow, .select2-container.select2-container-disabled .select2-choice div {
        background-color: transparent;
        border-left: 1px solid transparent;
    }

    .select2-container.select2-container-disabled .select2-choices .select2-arrow, .select2-container.select2-container-disabled .select2-choices div {
        background-color: transparent;
        border-left: 1px solid transparent;
    }

.select2-search input.select2-active,
.select2-container-multi .select2-choices .select2-search-field input.select2-active,
.select2-more-results.select2-active {
    background-position: right 4px center;
}

html.dark .select2-container .select2-choices .select2-search-field input,
html.dark .select2-container .select2-choice,
html.dark .select2-container .select2-choices {
    color: #EEE;
    background-color: #282d36;
    border-color: #282d36;
}

html.dark .select2-search {
    position: relative;
}

    html.dark .select2-search input {
        color: #EEE;
        background: #2e353e;
        border-color: #242830;
    }

        html.dark .select2-search input.select2-active {
            background: #2e353e;
        }

    html.dark .select2-search:before {
        font-family: 'FontAwesome';
        content: "\f002";
        position: absolute;
        right: 15px;
        top: 50%;
        color: #EEE;
        font-size: 12px;
        margin: -11px 0 0;
    }

html.dark .select2-drop {
    background-color: #282d36;
    border-color: #21262d;
}

html.dark .select2-container-multi .select2-choices .select2-search-choice {
    color: #EEE;
}

html.dark .select2-container .select2-choice .select2-arrow,
html.dark .select2-container .select2-choice div {
    border-color: #282d36;
}

html.dark .select2-results .select2-result-label {
    color: #EEE;
}

.panel .panel-bottom {
    padding-top: 7px;
    width: 100%;
}

.panel .panel-bottom-right {
    text-align: right;
    display: inline-block;
    float: right;
}

.panel .panel-bottom-left {
    text-align: left;
    display: inline-block;
}


.panel-body .wizard-tabs {
    margin: -15px -15px 15px;
}

.panel-body-nopadding .wizard-tabs {
    margin: 0;
}

.wizard-tabs ul {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

    .wizard-tabs ul > li {
        display: table-cell;
        border-bottom: 1px solid #eeeeee;
    }

        .wizard-tabs ul > li.active {
            border-bottom-color: transparent;
        }

            .wizard-tabs ul > li.active > a, .wizard-tabs ul > li.active > a:hover, .wizard-tabs ul > li.active > a:focus {
                background: white;
                color: #555555;
            }

                .wizard-tabs ul > li.active > a:after {
                    border-left-color: white;
                }

            .wizard-tabs ul > li.active .badge {
                background-color: #cccccc;
            }

        .wizard-tabs ul > li.disabled > a, .wizard-tabs ul > li.disabled > a:hover, .wizard-tabs ul > li.disabled > a:focus {
            color: #cccccc;
        }

        .wizard-tabs ul > li.disabled .badge {
            background-color: #cccccc;
        }

        .wizard-tabs ul > li > a {
            position: relative;
            display: block;
            padding: 5px;
            font-size: 13px;
            font-size: 1.3rem;
            text-decoration: none;
            color: #555555;
        }

            .wizard-tabs ul > li > a, .wizard-tabs ul > li > a:hover {
                background: #f4f4f4;
                color: #555555;
            }

                .wizard-tabs ul > li > a:hover {
                    box-shadow: none;
                }

                .wizard-tabs ul > li > a:active, .wizard-tabs ul > li > a:focus {
                    border-bottom: 0;
                }

                .wizard-tabs ul > li > a:before, .wizard-tabs ul > li > a:after {
                    display: block;
                    content: '';
                    position: absolute;
                    top: 0;
                    right: -10px;
                    z-index: 1;
                    border: 17px solid transparent;
                    border-right: 0;
                    border-left: 10px solid transparent;
                    width: 0;
                    height: 0;
                }

                .wizard-tabs ul > li > a:before {
                    z-index: 1;
                    right: -11px;
                    border-left-color: #e0e0e0;
                }

                .wizard-tabs ul > li > a:after {
                    z-index: 2;
                    border-left-color: #f4f4f4;
                }

        .wizard-tabs ul > li:last-child > a:before, .wizard-tabs ul > li:last-child > a:after {
            display: none;
        }


/* Form Group Invisible */
.form-group-invisible {
    position: relative;
}

    .form-group-invisible.focus .control-label-invisible {
        color: #0088cc;
    }

    .form-group-invisible .control-label-invisible {
        bottom: 0;
        display: block;
        float: none;
        left: 0;
        line-height: 64px;
        margin: 0;
        padding-left: 50px;
        position: absolute;
        right: 0;
        top: -15px;
        -webkit-transition: color ease-in-out 0.15s;
        -moz-transition: color ease-in-out 0.15s;
        transition: color ease-in-out 0.15s;
        width: auto;
    }

    .form-group-invisible .form-control-invisible, .form-group-invisible .form-control-invisible:focus, .form-group-invisible .form-control-invisible:active, .form-group-invisible .form-control-invisible + .bootstrap-tagsinput {
        background: transparent !important;
        border-color: transparent !important;
        box-shadow: none !important;
    }

        .form-group-invisible .form-control-invisible + .bootstrap-tagsinput {
            margin-bottom: 4px;
        }

@media only screen and (max-width: 767px) {
    .form-group-invisible {
        padding-top: 30px;
    }

        .form-group-invisible .control-label-invisible {
            padding-left: 27px;
        }
}

html.dark .CodeMirror pre {
    background: transparent;
    border: none;
}

@media only screen and (max-width: 767px) {
    #gmap {
        margin: -40px -15px 0 -15px;
    }

    html.mobile-device #gmap {
        min-height: 100px;
    }
}

@media only screen and (min-width: 768px) {
    #gmap {
        bottom: 0;
        height: auto !important;
        left: 0;
        position: absolute !important;
        right: 0;
        top: 0;
        min-height: 0;
    }
}
/* List Containing Markers */
.list-markers {
    border-bottom: 1px solid #21262d;
    padding-bottom: 10px;
}

    .list-markers li {
        position: relative;
    }

    .list-markers p {
        margin: 0 0 2px 0;
        padding: 3px 55px 3px 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
    }

    .list-markers .location-action {
        position: absolute;
        right: 0;
        top: 2px;
    }

        .list-markers .location-action.location-edit {
            right: 15px;
            top: 3px;
        }

        .list-markers .location-action.location-center {
            right: 37px;
        }

/* Modal Add/Edit Markers */
.marker-modal .modal-dialog {
    max-width: 450px;
}


.pagination > li a {
    color: #0088cc;
}

    .pagination > li a:hover,
    .pagination > li a:focus {
        color: #0099e6;
    }

.pagination > li.active a,
.pagination > li.active span,
.pagination > li.active a:hover,
.pagination > li.active span:hover,
.pagination > li.active a:focus,
.pagination > li.active span:focus {
    background-color: #0088cc;
    border-color: #0088cc;
}

.pagination > li.active a {
    background-color: #0088cc;
}

html .pagination > li.active a,
html.dark .pagination > li.active a,
html .pagination > li.active span,
html.dark .pagination > li.active span,
html .pagination > li.active a:hover,
html.dark .pagination > li.active a:hover,
html .pagination > li.active span:hover,
html.dark .pagination > li.active span:hover,
html .pagination > li.active a:focus,
html.dark .pagination > li.active a:focus,
html .pagination > li.active span:focus,
html.dark .pagination > li.active span:focus {
    background-color: #0088cc;
    border-color: #0088cc;
}

html .pagination > li.active a,
html.dark .pagination > li.active a {
    background-color: #0088cc;
}

body .btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0088cc;
    border-color: #0088cc;
}

    body .btn-primary:hover {
        border-color: #0099e6 !important;
        background-color: #0099e6;
    }

    body .btn-primary:active,
    body .btn-primary:focus {
        border-color: #0077b3 !important;
        background-color: #0077b3;
    }

    body .btn-primary[disabled] {
        border-color: #33bbff !important;
        background-color: #33bbff;
    }

body .btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #47a447;
    border-color: #47a447;
}

    body .btn-success:hover {
        border-color: #51b451 !important;
        background-color: #51b451;
    }

    body .btn-success:active,
    body .btn-success:focus {
        border-color: #3f923f !important;
        background-color: #3f923f;
    }

    body .btn-success[disabled] {
        border-color: #86cb86 !important;
        background-color: #86cb86;
    }

body .btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ed9c28;
    border-color: #ed9c28;
}

    body .btn-warning:hover {
        border-color: #efa740 !important;
        background-color: #efa740;
    }

    body .btn-warning:active,
    body .btn-warning:focus {
        border-color: #e89113 !important;
        background-color: #e89113;
    }

    body .btn-warning[disabled] {
        border-color: #f5c786 !important;
        background-color: #f5c786;
    }

body .btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #d2322d;
    border-color: #d2322d;
}

    body .btn-danger:hover {
        border-color: #d64742 !important;
        background-color: #d64742;
    }

    body .btn-danger:active,
    body .btn-danger:focus {
        border-color: #bd2d29 !important;
        background-color: #bd2d29;
    }

    body .btn-danger[disabled] {
        border-color: #e48481 !important;
        background-color: #e48481;
    }

body .btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bc0de;
    border-color: #5bc0de;
}

    body .btn-info:hover {
        border-color: #70c8e2 !important;
        background-color: #70c8e2;
    }

    body .btn-info:active,
    body .btn-info:focus {
        border-color: #46b8da !important;
        background-color: #46b8da;
    }

    body .btn-info[disabled] {
        border-color: #b0e1ef !important;
        background-color: #b0e1ef;
    }

body .btn-dark {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #171717;
    border-color: #171717;
}

    body .btn-dark:hover {
        border-color: #242424 !important;
        background-color: #242424;
    }

    body .btn-dark:active,
    body .btn-dark:focus {
        border-color: #0a0a0a !important;
        background-color: #0a0a0a;
    }

    body .btn-dark[disabled] {
        border-color: #4a4a4a !important;
        background-color: #4a4a4a;
    }

.page {
    /*    padding-bottom: 25px;
    margin-bottom: 5px;*/
    padding-bottom: 1px;
    margin-bottom: 1px;
}

/* Error Pages - Responsive */
@media only screen and (max-width: 1150px) {
    .body-error.error-inside {
        margin-top: 50px;
        padding-bottom: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1150px) {
    .body-error.error-inside .error-code {
        font-size: 100px;
        font-size: 10rem;
        line-height: 100px;
        line-height: 10rem;
        letter-spacing: -7px;
    }

    .body-error.error-inside .error-explanation {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 32px;
        line-height: 3.2rem;
    }
}

@media only screen and (max-width: 767px) {
    .body-error .error-code {
        font-size: 90px;
        font-size: 9rem;
        line-height: 90px;
        line-height: 9rem;
        letter-spacing: -7px;
    }

    .body-error .error-explanation {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 28px;
        line-height: 2.8rem;
    }

    .body-error.error-outside {
        height: auto;
        padding: 20px;
    }
}
/* Sign Screens - Wrappers */
.body-sign {
    display: table;
    height: 100vh;
    margin: 0 auto;
    max-width: 500px;
    padding: 0 15px;
    width: 100%;
}

    .body-sign .center-sign {
        display: table-cell;
        padding-top: 20px;
        vertical-align: middle;
    }

    .body-sign .panel-sign {
        background: transparent;
    }

        .body-sign .panel-sign .panel-title-sign .title {
            background-color: #cccccc;
            border-radius: 5px 5px 0 0;
            color: #FFF;
            display: inline-block;
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 20px;
            line-height: 2rem;
            padding: 13px 17px;
            vertical-align: bottom;
        }

        .body-sign .panel-sign .panel-body {
            background: #FFF;
            border-top: 5px solid #cccccc;
            border-radius: 5px 0 5px 5px;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
            padding: 33px 33px 15px;
        }

    /* Sign Screens - Elements */
    .body-sign .input-group-icon .input-group-addon i {
        width: 14px;
    }

    .body-sign .checkbox-custom {
        margin-top: 8px;
    }

    .body-sign .line-thru {
        display: block;
        font-size: 12px;
        font-size: 1.2rem;
        position: relative;
    }

        .body-sign .line-thru span {
            color: #CCC;
            position: relative;
            z-index: 3;
        }

        .body-sign .line-thru:before {
            background-color: #FFF;
            content: '';
            height: 10px;
            left: 50%;
            position: absolute;
            margin: -5px 0 0 -20px;
            top: 50%;
            width: 40px;
            z-index: 2;
        }

        .body-sign .line-thru:after {
            border-bottom: 1px solid #DADADA;
            content: '';
            display: block;
            left: 10%;
            position: absolute;
            top: 47%;
            width: 81%;
            z-index: 1;
        }

/* Lock Screen */
.body-locked {
    background: url(../images/patterns/noisy_net.png) repeat;
    max-width: none;
    min-height: 400px;
}

    .body-locked.body-locked-inline {
        background: none;
        bottom: 0;
        height: 100%;
        left: 0;
        min-height: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 9999;
    }

    .body-locked .panel-sign {
        margin: 0 auto;
        max-width: 400px;
        padding-top: 40px;
    }

        .body-locked .panel-sign .panel-body {
            border-radius: 5px;
            position: relative;
        }

    .body-locked .current-user {
        margin-top: 60px;
        margin-bottom: 35px;
    }

        .body-locked .current-user .user-image {
            border: 5px solid #cccccc;
            border-radius: 150px;
            height: 150px;
            left: 50%;
            position: absolute;
            margin-left: -75px;
            top: -75px;
            width: 150px;
        }

        .body-locked .current-user .user-name {
            font-size: 30px;
            font-size: 3rem;
            line-height: 36px;
            line-height: 3.6rem;
        }

        .body-locked .current-user .user-email {
            font-size: 11px;
            font-size: 1.1rem;
            line-height: 14px;
            line-height: 1.4rem;
        }

/* Locked Screen - Responsive Landscape */
@media only screen and (max-width: 767px) and (orientation: landscape) {
    .body-locked .panel-sign, .body-locked.body-locked-inline .panel-sign {
        padding-top: 0;
    }

    .body-locked .center-sign, .body-locked.body-locked-inline .center-sign {
        padding-top: 0;
    }

        .body-locked .center-sign .current-user, .body-locked.body-locked-inline .center-sign .current-user {
            margin-bottom: 45px;
            margin-left: 100px;
            margin-top: 10px;
        }

            .body-locked .center-sign .current-user .user-image, .body-locked.body-locked-inline .center-sign .current-user .user-image {
                height: 100px;
                left: 35px;
                margin-left: 0;
                margin-top: 0;
                top: 15px;
                width: 100px;
            }
}
/* Lock Screen - Modal */
.mfp-lock-screen.mfp-bg {
    background: black url(../images/patterns/noisy_net.png) repeat;
    opacity: 0.99;
    z-index: 9998;
}

.mfp-lock-screen.mfp-wrap {
    background: none;
    z-index: 9999;
}

/* dark */
html.dark .body-sign .panel-sign .panel-body {
    background-color: #2e353e;
}

html.dark .body-sign .line-thru:before {
    background-color: #2e353e;
}

html.dark .body-sign .line-thru:after {
    border-bottom-color: #282d36;
}

.footer {
    /*	padding: 1px 0;*/
    width: 100%;
    background: #e1e1e1;
    color: #fff;
    border-top: solid 1px #e1e1e1;
    
}

.footer-bottom {
    width: 100%;
    color: #f4f5f8;
    background: rgb(39 48 112);
    font-size: 1.1rem;
    display: flow-root;
    padding-right: 10px;
    height: 42px
}

    .footer-bottom .left {
        text-align: left;
        float: left;
        /* background: #e1e1e1; */
        /* width: 60px; */
        padding-left: 8px;
        height: 41px;
        padding-top: 8px;
    }

        .footer-bottom .left img {
            height: 35px;
        }

    .footer-bottom .right {
        text-align: right;
        float: right;
        padding-top: 8px;
    }

#map {
    height: 280px;
}

svg path {
    fill: blue;
}

.border-radius-tr-12 {
    border-top-right-radius: 0.75rem !important;
    border-top-right-radius: 12px !important;
}

.border-radius-tl-12 {
    border-top-left-radius: 0.75rem !important;
    border-top-left-radius: 12px !important;
}

.border-radius-br-12 {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-right-radius: 12px !important;
}

.border-radius-bl-12 {
    border-bottom-left-radius: 0.75rem !important;
    border-bottom-left-radius: 12px !important;
}


.border-radius-5 {
    border-radius: 0.313rem !important;
    border-radius: 5px !important;
}

.box-shadow-1 {
    box-shadow: 0px 17px 35px rgba(74, 74, 115, 0.1), 0px 5px 15px rgba(0, 0, 0, 0.07) !important;
}

.panel {
    transition: transform 0.3s ease;
    transform: translateY(3px);
}

/* .panel:hover {
	transition: transform 0.3s ease;
	transform: translateY(-3px);
} */

.font-3 {
    font-size: 3rem !important;
}

.color-gray {
    color: #C0BDBE;
}

h3.panel-title {
    font-size: 16px;
    display: block;
    margin-bottom: 13px;
}

.label-vslname {
    font-weight: 600;
    font-size: 1.5rem;
    color: inherit;
}

.broadcast-icon-cont {
    display: block;
    float: right;
    margin: 9px 20px 0px 10px;
    position: relative;
}

    .broadcast-icon-cont i {
        font-size: 25px;
        color: #777;
    }

    .broadcast-icon-cont .badge {
        background: #7eace6; /* #D2312D; */
        color: #FFF;
        font-size: 10px;
        font-weight: normal;
        height: 16px;
        padding: 3px 5px 3px 5px;
        position: absolute;
        right: -8px;
        top: -3px;
    }

.mbottom {
    margin-bottom: 30px;
}



.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    /*    background-color: var(--bs-carousel-indicator-active-bg);*/
    background-color:#0088cc; 
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 22%;
    margin-bottom: 0.9rem;
    margin-left: 15%;
}
    .carousel-indicators button.active {
        background-color: #171717;
    }


    .carousel-inner {
        overflow: visible;
    }

.mh-700 {
    min-height: 700px;
}

.mh-570 {
    min-height: 570px;
}

.search_voyage {
    width: 40%;
    position: absolute;
    right: 0px;
}

.voyge-dropdown {
    width: 30%;
    margin-left: 10px;
    right: 42%;
    position: absolute;
}

.position-relative {
    position: relative !important;
}

.inline-block {
    display: inline-block !important;
}

.nb-heading {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc !important;
}

.nb-margin-top-15 {
    margin-top: 15px;
}

.right-20 {
    right: 20px !important;
}

.color-363636 {
    color: #363636 !important;
}


.display-flex {
    display: flex;
    align-items: center;
}

/* .small-chart {
    margin: 0 20px 0 0;
    
} */



.oil-name {
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 15px 0;
}

.oil-info {
    font-size: 12px;
    color: #545454;
    font-weight: 600;
    line-height: 15px;
}

    .oil-info small {
        color: #777;
        font-size: 12px;
        font-weight: 400;
    }


.carousel-indicators-vessel {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 16%;
    margin-bottom: -3rem;
    margin-left: 11%;
}

    .carousel-indicators-vessel [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        padding: 0;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: var(--bs-carousel-indicator-active-bg);
        background-clip: padding-box;
        border: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease;
    }

.font-poppins {
    font-family: 'poppins';
}

.font-opensans {
    font-family: "Open Sans", Arial, sans-serif;
}

.m0 {
    margin-bottom: 0px;
}

.table-scroll {
    height: 386px;
    overflow-y: auto;
}

.carousel-mt-20 {
    margin-top: 20px;
}

.userbox .fa-chevron-down {
    color: #a4afd9;
    font-size: 16px;
    font-weight: bold;
}

select.voyge-dropdown option:checked {
    color: red;
    font-weight: bold;
}

.p-2 {
    padding: .5rem !important;
}

.min-height-165 {
    height: 165px;
    overflow-y:auto;
}

.alert-highlight-red {
    border-left: 3px solid #e01101;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.alert-highlight-yellow {
    border-left: 3px solid #ffca00;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.alert-highlight-green {
    border-left: 3px solid #018e01;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.alert-icon-position {
    position: absolute;
    right: 10px;
}

.alert-highlight-red i.bi-info-circle-fill {
    color: #e01101;
}

.alert-highlight-yellow i.bi-info-circle-fill {
    color: #ffca00;
}

.alert-highlight-green i.bi-info-circle-fill {
    color: #018e01;
}

/*datatable row color*/
.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;
    font-size: 1.4rem;
    background-color: #92a3d452;
    padding: 10px 4px;
}

.border-with-noshadow {
    border: 1px solid #ccc;
    box-shadow: none;
}

.oil-body {
    height: 269px;
    overflow: auto;
}

.broadcast-icons {
    color: #363636 !important;
    margin-right: 3px;
    font-size: 15px;
}
.modal-box-without-shade {
    border-bottom: 1px solid #ccc;
    box-shadow: none !important;
    border-radius: 0px !important;
}

.dashboard-docking-img {
    height: 26px;
    margin-left: 10px;
    position: relative;
    top: 0px;
}

.map-refresh-action {
    cursor: pointer;
    font-size: 2.6rem !important;
}

.grid-sorting-icon {
    float: right;
    width: 20px;
}
@media screen and (max-width: 920px) and (min-width: 768px) {
    .header-right {
        /*        margin-top: -58px;*/
        margin-top:0;
    }
}

@media screen and (max-width: 920px) and (min-width: 768px) {
    .voy-list {
        max-height: 712px;
        overflow: scroll;
    }
}
.map-port-dot-icons {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    outline: none;
}
.map-port-arrow-icons {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    outline: none;
    color: #cfd2d2;
    transform-origin: center;
}
.help-msg{margin-top: -40px;}
.w-85{width:85px;}

.cursor-pointer {
    cursor: pointer
}

.vessel-header-btn-alignment {
    display: flex;
    align-items: center;
    justify-content: center;
}
.scrollable-container
{
    padding-top:65px;
}