pehtml {
    height: 100%;
    min-height: 100%;
}
/* -----------------------------------------
		   Body styles
   ----------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&amp;subset=latin-ext');

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    direction: ltr;
    min-height: 100%;
    text-rendering: optimizeSpeed;
    padding-right: 0 !important;
}

    body:before, body:after {
        content: " ";
        display: table;
    }

    body:after {
        clear: both;
    }

    body .preloader {
        opacity: 1;
        position: fixed;
        z-index: 9999999;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

.content-full {
    padding-left: 0px;
    padding-right: 0px;
    width: 90%;
}

body.loading .preloader {
    -webkit-animation: animLoadedContent 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) both;
    animation: animLoadedContent 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) both;
}

body.loading .main-content, body.loading .left-sidebar, body.loading .top-bar {
    opacity: 0;
}

body.loaded .preloader {
    -webkit-animation: fadeOut 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) both;
    animation: fadeOut 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) both;
}

body.ovh {
    overflow: hidden;
}

body.top-bar-fixed .top-bar {
    position: fixed;
    top: 0;
}

body.top-bar-fixed .page-container {
    margin-top: 105px;
}

body.top-bar-fixed .content {
    padding-top: 80px;
}

body.top-bar-fixed .sidebar-header {
    margin-bottom: 0;
}

body.top-bar-fixed .sidebar-nav {
    padding-top: 100px;
    margin-top: -50px;
}

body.top-bar-fixed.left-sidebar-fixed .sidebar-nav {
    padding-top: 30px;
    margin-top: 0px;
}

body.top-bar-fixed:not(.left-sidebar-fixed) .left-sidebar {
    margin-top: 0;
}

    body.top-bar-fixed:not(.left-sidebar-fixed) .left-sidebar .sidebar-header {
        position: fixed;
        top: 0;
    }

    body.top-bar-fixed:not(.left-sidebar-fixed) .left-sidebar .sidebar-nav {
        padding-top: 51px;
        margin-top: -20px;
    }

    body.top-bar-fixed:not(.left-sidebar-fixed) .left-sidebar.left-sidebar-hide .sidebar-header {
        left: -480px;
    }

body.left-sidebar-fixed .left-sidebar {
    position: fixed;
    top: 125px;
    left: 0;
    /*bottom: 0;*/
    padding-bottom: 25px;
}

body.left-sidebar-fixed.boxed-layout .left-sidebar {
    left: auto;
    font-size: 14px;
    z-index: 999;
    padding-bottom: 30px;
}

body .scroll-area {
    width: 100%;
    height: 100%;
}

body.offCanvas {
    width: 100%;
    height: 100%;
}

    body.offCanvas:not(.left-sidebar-fixed) {
        overflow-x: hidden;
    }

    body.offCanvas.left-sidebar-fixed {
        /*overflow: hidden;*/
        overflow: auto;
    }

    body.offCanvas .top-bar .navbar {
        width: 100%;
    }

    body.offCanvas .content {
        width: 100%;
        overflow-y: auto;
        opacity: 0.9;
    }

    body.offCanvas #footer {
        width: 100%;
        overflow-y: auto;
        opacity: 0.9;
    }

body.onCanvas .top-bar .navbar {
    width: auto;
}

body.page-footer .content {
    padding-bottom: 76px;
}

.body-full {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}

.container-full {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}

@-webkit-keyframes animLoadedContent {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 200px, 0);
    }
}

@keyframes animLoadedContent {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 200px, 0);
        transform: translate3d(0, 0px, 0);
    }
}
/* -----------------------------------------
		   Left sidebar styles
		   ----------------------------------------- */
.left-sidebar-wrapper {
    position: absolute;
}

.left-sidebar {
    z-index: 5;
    width: 350px;
    float: left;
    position: relative;
    margin-right: -100%;
}

    .left-sidebar .sidebar-header {
        height: 50px;
        width: 350px;
        z-index: 10;
    }

        .left-sidebar .sidebar-header .navbar {
            border-radius: 0;
            margin-bottom: 0;
            min-height: 50px;
            height: 50px;
        }

            .left-sidebar .sidebar-header .navbar .navbar-header {
                width: 100%;
                height: 50px;
            }

                .left-sidebar .sidebar-header .navbar .navbar-header .navbar-brand {
                    text-indent: -9999px;
                    width: 350px;
                    padding: 0;
                    height: 50px;
                }

                    .left-sidebar .sidebar-header .navbar .navbar-header .navbar-brand .logo {
                        float: left;
                        margin-left: 10px;
                        margin-top: 4px;
                    }

                    .left-sidebar .sidebar-header .navbar .navbar-header .navbar-brand .logo-sm {
                        float: left;
                        margin-top: 4px;
                        margin-left: -1000px;
                    }

    .left-sidebar.left-sidebar-hide {
        margin-left: -1000px;
    }

    .left-sidebar.left-sidebar-toggle {
        /*width: 65px;*/
        width: 90px;
    }

        .left-sidebar.left-sidebar-toggle .sidebar-header {
            width: 60px;
        }

            .left-sidebar.left-sidebar-toggle .sidebar-header .navbar-brand {
                text-align: center;
                width: 60px !important;
            }

                .left-sidebar.left-sidebar-toggle .sidebar-header .navbar-brand .logo {
                    margin-left: -1000px !important;
                }

                .left-sidebar.left-sidebar-toggle .sidebar-header .navbar-brand .logo-sm {
                    margin-left: 8px !important;
                }

        .left-sidebar.left-sidebar-toggle .sidebar-nav li a {
            text-align: center;
            height: 50px;
        }

            .left-sidebar.left-sidebar-toggle .sidebar-nav li a .nav-item-text {
                margin-left: -1000px;
                margin-left: 280px;
            }

            .left-sidebar.left-sidebar-toggle .sidebar-nav li a .notifications {
                float: left;
                margin-left: -1000px;
            }

            .left-sidebar.left-sidebar-toggle .sidebar-nav li a .nav-sub-indicator {
                float: left;
                margin-left: -1000px;
            }

        .left-sidebar.left-sidebar-toggle .sidebar-nav li.nav-section-header h5 {
            text-indent: -9999px;
            width: 100%;
        }

            .left-sidebar.left-sidebar-toggle .sidebar-nav li.nav-section-header h5:after {
                width: 60px;
                z-index: 1;
            }

    .left-sidebar.left-sidebar-hover {
        /*width: 285px;*/
        width: 350px;
    }

        .left-sidebar.left-sidebar-hover .sidebar-header {
            width: 350px;
        }

            .left-sidebar.left-sidebar-hover .sidebar-header .navbar-brand {
                width: 350px !important;
            }

                .left-sidebar.left-sidebar-hover .sidebar-header .navbar-brand .logo {
                    margin-left: 0 !important;
                }

                .left-sidebar.left-sidebar-hover .sidebar-header .navbar-brand .logo-sm {
                    margin-left: -1000px !important;
                }

        .left-sidebar.left-sidebar-hover .sidebar-nav li a {
            text-align: left;
            height: auto;
        }

            .left-sidebar.left-sidebar-hover .sidebar-nav li a .nav-item-text {
                margin-left: 0;
            }

            .left-sidebar.left-sidebar-hover .sidebar-nav li a .notifications {
                margin-left: 0;
                float: right;
            }

            .left-sidebar.left-sidebar-hover .sidebar-nav li a .nav-sub-indicator {
                margin-right: 0;
                float: right;
            }

        .left-sidebar.left-sidebar-hover .sidebar-nav li.nav-section-header h5 {
            text-indent: 0;
            width: auto;
        }

            .left-sidebar.left-sidebar-hover .sidebar-nav li.nav-section-header h5:after {
                width: 28 0px;
                z-index: -1;
            }

    .left-sidebar .scroll-area {
        overflow: hidden;
        border-radius: 0 15px 0 0;
    }
/* -----------------------------------------
		   Sidebar navigation
		   ----------------------------------------- */
.sidebar-nav {
    margin: 0;
    padding: 30px 0 0 0;
    list-style: none;
    position: relative;
    min-height: 100%;
    height: calc(100vh - 90px);
    max-height: 100vh; /* 100% de la altura de la ventana */
    overflow-y: auto; /* Permite scroll vertical */
    padding-bottom: 60px;
}

.sidebar-nav::-webkit-scrollbar {
    width: 10px;
}

.sidebar-nav::-webkit-scrollbar-track {
    background: linear-gradient(180deg, rgba(154,106,79,0.3) 0%, rgba(45,48,71,0.3) 100%);
}

.sidebar-nav::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(154,106,79,1) 0%, rgba(45,48,71,1) 100%);
    border-radius: 5px;
}



.sidebar-nav li {
    /*margin: 0;*/
    margin: 12px;
    padding: 0 2px;
    display: block;
    position: relative;
}

.sidebar-nav li a {
    font-family: 'Montserrat', sans-serif;
    display: block;
    padding: 10px 14px;
    text-decoration: none;
    position: relative;
    color: #ffffff;
}
    .sidebar-nav li a.active {
        background-color: #fff;
        border-radius: 15px;
        color: #9A6A4F;
        font-weight: 700;
    }

    .sidebar-nav li a.active img {
        filter: invert(47%) sepia(16%) saturate(1203%) hue-rotate(338deg) brightness(90%) contrast(83%);
    }


    .sidebar-nav li a:hover {
        background-color: #fff;
        border-radius: 15px;
        color: #9A6A4F;
        font-weight:600;
    }
    .sidebar-nav li a:hover img {
        filter: invert(47%) sepia(16%) saturate(1203%) hue-rotate(338deg) brightness(90%) contrast(83%);
    }

            

            .sidebar-nav li a img {
                width: 28px;
                height: 28px;
            }

            .sidebar-nav li a i {
                font-size: 18px;
                vertical-align: middle;
                margin-top: 1px;
                float: left;
                width: 20px;
                text-align: center;
            }

            .sidebar-nav li a .nav-item-text {
                padding: 1px 8px;
                display: inline-block;
                margin-left: 0;
                font-size: 14px;
            }

.nav-subitem-text {
    font-family: 'Montserrat', sans-serif;
    padding: 0px 8px 0px 12px;
    display: inline-block;
    margin-left: 0;
    font-size: 13px;
}

.sidebar-nav li a .nav-sub-indicator {
    font-size: 14px;
    float: right;
    margin-top: 6px;
    text-transform: uppercase;
}

.sidebar-nav li a .notifications {
    float: right;
    margin-left: 0;
    margin-top: 1px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    text-align: center;
}

.sidebar-nav li.nav-section-header {
    padding: 8px 15px;
}

    .sidebar-nav li.nav-section-header h5 {
        text-transform: uppercase;
        font-size: 13px;
        margin: 0 -5px;
        padding: 0 5px;
        display: inline-block;
        z-index: 3;
        text-indent: 0;
    }

        .sidebar-nav li.nav-section-header h5:after {
            content: "";
            position: absolute;
            top: 17px;
            left: 0;
            width: 240px;
            height: 1px;
            z-index: -1;
        }

.sidebar-nav li .sub-nav {
    border-bottom: 1px solid transparent;
    padding: 0;
    margin: 0;
    display: none;
}

    .sidebar-nav li .sub-nav li a {
        padding: 8px 15px 8px 40px;
    }

        .sidebar-nav li .sub-nav li a i {
            font-size: 14px;
            vertical-align: middle;
            margin-top: 3px;
            width: 16px;
        }

    .sidebar-nav li .sub-nav li:last-child a {
        padding-bottom: 12px;
    }

/* -----------------------------------------
		   Header styles
		   ----------------------------------------- */
.top-bar {
    height: 100px;
    width: 100%;
    float: left;
    z-index: 999;
}

    .top-bar .navbar {
        border-radius: 0;
        margin-bottom: 0;
        min-height: 65px;
        height: 100px;
        padding: 0 0 0 0;
        border: none;
    }

        .top-bar .navbar .top-bar-search-form {
            margin: 0 15px;
            padding: 8px 0 7px;
            display: inline-block;
            float: left;
            border-top: 0;
            border-bottom: 0;
        }

            .top-bar .navbar .top-bar-search-form.shrink {
                position: absolute;
            }

                .top-bar .navbar .top-bar-search-form.shrink .input-group-addon i {
                    left: 5px;
                    transition: left 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
                }

                .top-bar .navbar .top-bar-search-form.shrink .form-control {
                    width: 48px;
                    border-radius: 15px;
                    transition: width 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
                }

                .top-bar .navbar .top-bar-search-form.shrink:hover .input-group-addon i {
                    left: 0;
                }

                .top-bar .navbar .top-bar-search-form.shrink:hover .form-control {
                    width: 100%;
                }

        .top-bar .navbar .navbar-nav > li h2 {
            font-family: 'Montserrat', sans-serif;
            margin: 0;
            line-height: 65px;
            font-weight: 600;
            color: #272838;
            font-size: 20px;
        }

        .top-bar .navbar .navbar-nav > li > a img {
            width: 24px !important;
            height: 24px !important;
        }

        .top-bar .navbar .navbar-nav > li > a {
            padding: 14px;
            min-height: 60px;
            transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);
        }

            .top-bar .navbar .navbar-nav > li > a .avatar {
                width: 36px;
                height: 36px;
                border-radius: 50%;
            }

            .top-bar .navbar .navbar-nav > li > a i {
                font-size: 16px;
                line-height: 1.5;
            }

            .top-bar .navbar .navbar-nav > li > a .unread-notification {
                position: absolute;
                right: 10px;
                top: 10px;
                border-radius: 50%;
                width: 12px;
                height: 12px;
                border: 2px solid transparent;
            }

        .top-bar .navbar .navbar-nav.navbar-right {
            margin-right: 0px;
            border-radius: 0px 0px 0px 15px;
            width: 94%;
            background-color: #FFF;
            height: 100px;
            align-content: center;
            box-shadow: -18px -3px 121px -11px rgba(187,189,194,0.75);
            -webkit-box-shadow: -18px -3px 121px -11px rgba(187,189,194,0.75);
            -moz-box-shadow: -18px -3px 121px -11px rgba(187,189,194,0.75);
        }

        .top-bar .navbar .scroll-it {
            height: 200px;
            padding-left: 0;
        }

    .top-bar .header {
        border-radius: 0;
        margin-bottom: 0;
        min-height: 60px;
        height: 60px;
        padding: 0 15px 0 0;
        border: none;
        margin-left: 240px;
    }

        .top-bar .header .top-bar-search-form {
            margin: 0 15px;
            padding: 8px 0 7px;
            display: inline-block;
            float: left;
            border-top: 0;
            border-bottom: 0;
        }

            .top-bar .header .top-bar-search-form.shrink {
                position: absolute;
            }

                .top-bar .header .top-bar-search-form.shrink .input-group-addon i {
                    left: 5px;
                    transition: left 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
                }

                .top-bar .header .top-bar-search-form.shrink .form-control {
                    width: 48px;
                    border-radius: 15px;
                    transition: width 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
                }

                .top-bar .header .top-bar-search-form.shrink:hover .input-group-addon i {
                    left: 0;
                }

                .top-bar .header .top-bar-search-form.shrink:hover .form-control {
                    width: 100%;
                }

        .top-bar .header .navbar-nav > li h2 {
            margin: 0;
            line-height: 60px;
            font-size: 18px;
            font-weight: 700;
            color: #0099cc;
        }

        .top-bar .header .navbar-nav > li > a {
            padding: 8px 15px;
            border-top: 2px solid;
            min-height: 50px;
            transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);
        }

            .top-bar .header .navbar-nav > li > a .avatar {
                width: 32px;
                height: 32px;
                border-radius: 50%;
            }

            .top-bar .header .navbar-nav > li > a i {
                font-size: 22px;
                margin-top: 3px;
            }

            .top-bar .header .navbar-nav > li > a .unread-notification {
                position: absolute;
                right: 10px;
                top: 10px;
                border-radius: 50%;
                width: 12px;
                height: 12px;
                border: 2px solid transparent;
            }

        .top-bar .header .navbar-nav.navbar-right {
            margin-right: 10px;
        }

        .top-bar .header .scroll-it {
            height: 200px;
            padding-left: 0;
        }

    .top-bar.left-sidebar-toggle .header {
        margin-left: 60px;
    }

    .top-bar.left-sidebar-hide .header {
        margin-left: 0;
    }

    .top-bar.left-sidebar-toggle .navbar {
        margin-left: 0px;
    }

    .top-bar.left-sidebar-hide .navbar {
        margin-left: 0;
    }

.sp-peoplepicker-topLevel, .sp-peoplepicker-topLevelDisabled {
    padding: 0 !important;
    width: 100% !important;
    border: 0px;
    !important;
}

    .sp-peoplepicker-topLevel .sp-peoplepicker-editorInput, .sp-peoplepicker-topLevelDisabled .sp-peoplepicker-editorInput {
        margin: 0px !important;
        padding: 0px !important;
    }

.sp-peoplepicker-autoFillContainer {
    z-index: 99999 !important;
}

    .sp-peoplepicker-autoFillContainer .sp-autoFill-scroll {
        width: 100%;
        border: none;
        margin: 0px;
        padding: 0px;
        max-height: 200px;
        min-width: 100%;
        padding-top: 3px;
        overflow-y: auto;
        overflow-x: hidden;
        margin-right: 10px;
        list-style-type: none;
        box-shadow: 0px 0px 0px 0px transparent;
        background-color: #ffffff;
    }

.sp-peoplepicker-autoFillContainer {
    z-index: 1;
    padding: 0px;
    display: none;
    cursor: default;
    max-width: 100%;
    min-width: 100%;
    position: absolute;
    border: 1px solid #dbdbdb !important;
    top: 28px !important;
}

.ms-formvalidation.sp-peoplepicker-errorMsg {
    margin-top: 9px;
}

.ms-core-menu-link:link, .ms-core-menu-link:visited {
    color: #48646e;
    font-size: 13px;
    text-decoration: none;
}

.ms-core-menu-footer {
    margin: 0px;
    cursor: default;
    padding: 0px 12px 7px 5px;
    font-size: 13px;
}

.ms-entity-resolved {
    text-decoration: none;
    display: inline-block;
    color: #48646e;
}

input[type=password], input[type=text], input[type=file], textarea, .ms-inputBox {
    padding: 8px 12px;
}
/* -----------------------------------------
		   Content styles
----------------------------------------- */
.page-container {
    position: relative;
    margin: 0;
    padding: 0;
}

    .page-container .main-content {
        float: left;
    }

        .page-container .main-content .content {
            position: relative;
            /*margin-left: 240px;*/
            padding: 0px 40px;
        }

            .page-container .main-content .content.left-sidebar-toggle {
                /*margin-left: 90px;*/
                margin-left: 115px;
                /*background: rgb(212,212,212)!important;
                background: linear-gradient(180deg, rgba(212,212,212,1) 0%, rgba(241,239,239,1) 100%)!important;*/
                background-color: #F7F8FA;
                box-shadow: 0px 12px 26px 0px rgba(211, 211, 214, 0.20) inset;
                margin-top: 20px;
                border-radius: 10px 0px;
                box-shadow: -22px -1px 31px -11px rgba(187,189,194,0.75);
                -webkit-box-shadow: -22px -1px 31px -11px rgba(187,189,194,0.75);
                -moz-box-shadow: -22px -1px 31px -11px rgba(187,189,194,0.75);
            }

            .page-container .main-content .content.left-sidebar-hide {
                margin-left: 0;
            }

.page-title h2 {
    font-size: 26px;
    margin-top: 0px;
}

.panel-title h3 {
    color: #00a8e0;
    font-size: 16px;
    margin-top: 0px;
}

.separador-vertical-ico-menu {
    height: 35px;
    background-color: #eaeaea;
    width: 1px;
    top: 15px;
}
/* -----------------------------------------
		   Page footer
		   ----------------------------------------- */
#footer {
    padding: 15px 25px;
    border-top: 1px solid #dee0e3;
    height: 51px;
    margin-left: 240px;
    bottom: 0;
    left: 0;
    right: 0;
    color: #879ca6; /* Hided Left sidebar */ /* Toggle state for sidebar */
}

    #footer p {
        margin-bottom: 0;
    }

    #footer.left-sidebar-hide {
        margin-left: 0;
    }

    #footer.left-sidebar-toggle {
        margin-left: 60px;
    }
/* -----------------------------------------
		   Animations keyframes
		   ----------------------------------------- */
/* ball-scale-multiple */
@-webkit-keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
/* ball-scale */
@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
/* Rotate */
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(1);
        transform: rotate(180deg) scale(1);
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(1);
        transform: rotate(180deg) scale(1);
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}
/* Scale */
@-webkit-keyframes scale {
    30% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale {
    30% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/* FadeIn */
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* FadeOut */
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/* dropdown scale */
@-webkit-keyframes dropdown-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes dropdown-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
/* -----------------------------------------
		   Preloader effects
		   ----------------------------------------- */
.loader-inner {
    -webkit-transform: translateY(-30px) translateX(-30px);
    -ms-transform: translateY(-30px) translateX(-30px);
    transform: translateY(-30px) translateX(-30px);
    position: absolute;
    top: 50%;
    left: 50%;
}

body.ball-scale-multiple .preloader .loader-inner > div:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

body.ball-scale-multiple .preloader .loader-inner > div:nth-child(3) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

body.ball-scale-multiple .preloader .loader-inner > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
    animation: ball-scale-multiple 1s 0s linear infinite;
}

body.ball-scale .preloader .loader-inner > div:nth-child(1) {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    height: 60px;
    width: 60px;
    -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
    animation: ball-scale 1s 0s ease-in-out infinite;
}

body.ball-clip-rotate .preloader .loader-inner {
    -webkit-transform: translateY(-24px) translateX(-24px);
    -ms-transform: translateY(-24px) translateX(-24px);
    transform: translateY(-24px) translateX(-24px);
}

    body.ball-clip-rotate .preloader .loader-inner > div:nth-child(1) {
        background-color: #fff;
        border-radius: 100%;
        margin: 2px;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        border: 3px solid #fff;
        border-bottom-color: transparent !important;
        height: 48px;
        width: 48px;
        background: transparent !important;
        display: inline-block;
        -webkit-animation: rotate 0.75s 0s linear infinite;
        animation: rotate 0.75s 0s linear infinite;
    }

body.ball-clip-rotate-pulse .preloader .loader-inner > div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 100%;
}

    body.ball-clip-rotate-pulse .preloader .loader-inner > div:nth-child(2) {
        background: #fff;
        height: 28px;
        width: 28px;
        top: 16px;
        left: 16px;
        -webkit-animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
        animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
    }

    body.ball-clip-rotate-pulse .preloader .loader-inner > div:nth-child(3) {
        position: absolute;
        border: 2px solid #fff;
        width: 60px;
        height: 60px;
        background: transparent;
        border: 2px solid;
        border-color: #fff transparent #fff transparent;
        -webkit-animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
        animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
    }

body.ball-clip-rotate-multiple .preloader .loader-inner > div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    left: 0px;
    top: 0px;
    border: 3px solid #fff;
    border-bottom-color: transparent !important;
    border-top-color: transparent !important;
    border-radius: 100%;
    height: 60px;
    width: 60px;
    -webkit-animation: rotate 1s 0s ease-in-out infinite;
    animation: rotate 1s 0s ease-in-out infinite;
}

    body.ball-clip-rotate-multiple .preloader .loader-inner > div:last-child {
        display: inline-block;
        top: 13px;
        left: 13px;
        width: 35px;
        height: 35px;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        border-color: #fff transparent #fff transparent;
        -webkit-animation-direction: reverse;
        animation-direction: reverse;
    }

    body.ball-clip-rotate-multiple .preloader .loader-inner > div:nth-child(2) {
        display: none;
    }
/* -----------------------------------------
		   Icon styles
		   ----------------------------------------- */
.icon-box {
    margin-bottom: 10px;
}

    .icon-box i {
        font-size: 22px;
        margin-right: 10px;
    }

    .icon-box:hover {
        cursor: pointer;
    }

        .icon-box:hover i {
            color: #2196f3;
            transition: color 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
        }

.glyphicon {
    top: -1px;
    vertical-align: middle;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
/* -----------------------------------------
		   Helpers
		   ----------------------------------------- */
/* Font sizes */
.s8 {
    font-size: 8px !important;
}

.s10 {
    font-size: 10px !important;
}

.s12 {
    font-size: 12px !important;
}

.s14 {
    font-size: 14px !important;
}

.s16 {
    font-size: 16px !important;
}

.s20 {
    font-size: 20px !important;
}

.s24 {
    font-size: 24px !important;
}

.s32 {
    font-size: 32px !important;
}

.s64 {
    font-size: 64px !important;
}
/* Colors */
.color-white {
    color: #ffffff !important;
}

.color-red-lighter {
    color: #ffebee !important;
}

.color-red-light {
    color: #ffcdd2 !important;
}

.color-red {
    color: #f44336 !important;
}

.color-red-dark {
    color: #d32f2f !important;
}

.color-red-darker {
    color: #b71c1c !important;
}

.color-blue-lighter {
    color: #e3f2fd !important;
}

.color-blue-light {
    color: #90caf9 !important;
}

.color-blue {
    color: #2196f3 !important;
}

.color-blue-dark {
    color: #1976d2 !important;
}

.color-blue-darker {
    color: #0d47a1 !important;
}

.color-green-lighter {
    color: #e8f5e9 !important;
}

.color-green-light {
    color: #a5d6a7 !important;
}

.color-green {
    color: #4caf50 !important;
}

.color-green-dark {
    color: #388e3c !important;
}

.color-green-darker {
    color: #1b5e20 !important;
}

.color-yellow-lighter {
    color: #fffde7 !important;
}

.color-yellow-light {
    color: #fff59d !important;
}

.color-yellow {
    color: #ffeb3b !important;
}

.color-yellow-dark {
    color: #fbc02d !important;
}

.color-yellow-darker {
    color: #f57f17 !important;
}

.color-gray-lighter1 {
    color: #fafafa !important;
}

.color-gray-lighter {
    color: #eceff1 !important;
}

.color-gray-light {
    color: #cfd8dc !important;
}

.color-gray {
    color: #607d8b !important;
}

.color-gray-dark {
    color: #455a64 !important;
}

.color-gray-darker {
    color: #263238 !important;
}
/* Hover colors */
.color-hover-white:hover {
    color: #ffffff !important;
}

.color-hover-red-lighter:hover {
    color: #ffebee !important;
}

.color-hover-red-light:hover {
    color: #ffcdd2 !important;
}

.color-hover-red:hover {
    color: #f44336 !important;
}

.color-hover-red-dark:hover {
    color: #d32f2f !important;
}

.color-hover-red-darker:hover {
    color: #b71c1c !important;
}

.color-hover-blue-lighter:hover {
    color: #e3f2fd !important;
}

.color-hover-blue-light:hover {
    color: #90caf9 !important;
}

.color-hover-blue:hover {
    color: #2196f3 !important;
}

.color-hover-blue-dark:hover {
    color: #1976d2 !important;
}

.color-hover-blue-darker:hover {
    color: #0d47a1 !important;
}

.color-hover-green-lighter:hover {
    color: #e8f5e9 !important;
}

.color-hover-green-light:hover {
    color: #a5d6a7 !important;
}

.color-hover-green:hover {
    color: #4caf50 !important;
}

.color-hover-green-dark:hover {
    color: #388e3c !important;
}

.color-hover-green-darker:hover {
    color: #1b5e20 !important;
}

.color-hover-yellow-lighter:hover {
    color: #fffde7 !important;
}

.color-hover-yellow-light:hover {
    color: #fff59d !important;
}

.color-hover-yellow:hover {
    color: #ffeb3b !important;
}

.color-hover-yellow-dark:hover {
    color: #fbc02d !important;
}

.color-hover-yellow-darker:hover {
    color: #f57f17 !important;
}

.color-hover-gray-lighter1:hover {
    color: #fafafa !important;
}

.color-hover-gray-lighter:hover {
    color: #eceff1 !important;
}

.color-hover-gray-light:hover {
    color: #cfd8dc !important;
}

.color-hover-gray:hover {
    color: #607d8b !important;
}

.color-hover-gray-dark:hover {
    color: #455a64 !important;
}

.color-hover-gray-darker:hover {
    color: #263238 !important;
}
/* Backgrounds */
.bg-white {
    background-color: #ffffff !important;
}

.bg-red-lighter {
    background-color: #ffebee !important;
}

.bg-red-light {
    background-color: #ffcdd2 !important;
}

.bg-red {
    background-color: #f44336 !important;
}

.bg-red-dark {
    background-color: #d32f2f !important;
}

.bg-red-darker {
    background-color: #b71c1c !important;
}

.bg-blue-lighter {
    background-color: #e3f2fd !important;
}

.bg-blue-light {
    background-color: #90caf9 !important;
}

.bg-blue {
    background-color: #2196f3 !important;
}

.bg-blue-dark {
    background-color: #1976d2 !important;
}

.bg-blue-darker {
    background-color: #0d47a1 !important;
}

.bg-green-lighter {
    background-color: #e8f5e9 !important;
}

.bg-green-light {
    background-color: #a5d6a7 !important;
}

.bg-green {
    background-color: #4caf50 !important;
}

.bg-green-dark {
    background-color: #388e3c !important;
}

.bg-green-darker {
    background-color: #1b5e20 !important;
}

.bg-yellow-lighter {
    background-color: #fffde7 !important;
}

.bg-yellow-light {
    background-color: #fff59d !important;
}

.bg-yellow {
    background-color: #ffeb3b !important;
}

.bg-yellow-dark {
    background-color: #fbc02d !important;
}

.bg-yellow-darker {
    background-color: #f57f17 !important;
}

.bg-gray-lighter1 {
    background-color: #fafafa !important;
}

.bg-gray-lighter {
    background-color: #eceff1 !important;
}

.bg-gray-light {
    background-color: #cfd8dc !important;
}

.bg-gray {
    background-color: #607d8b !important;
}

.bg-gray-dark {
    background-color: #455a64 !important;
}

.bg-gray-darker {
    background-color: #263238 !important;
}
/* ------------------ Borders --------------------*/
.b {
    border: 1px solid #cfd8dc !important;
}

.bt {
    border-top: 1px solid #cfd8dc !important;
}

.br {
    border-right: 1px solid #cfd8dc !important;
}

.bb {
    border-bottom: 1px solid #cfd8dc !important;
}

.bl {
    border-left: 1px solid #cfd8dc !important;
}

.btlr {
    border-top-left-radius: 2px !important;
}

.btrr {
    border-top-right-radius: 2px !important;
}

.bblr {
    border-bottom-left-radius: 2px !important;
}

.bbrr {
    border-bottom-right-radius: 2px !important;
}

.brall {
    border-radius: 2px !important;
}

.bn {
    border: none !important;
}

.bnt {
    border-top: none !important;
}

.bnb {
    border-bottom: none !important;
}

.bnl {
    border-left: none !important;
}

.bnr {
    border-right: none !important;
}

.brad0 {
    border-radius: 0 !important;
}

.btlr0 {
    border-top-left-radius: 0 !important;
}

.btrr0 {
    border-top-right-radius: 0 !important;
}

.bblr0 {
    border-bottom-left-radius: 0 !important;
}

.bbrr0 {
    border-bottom-right-radius: 0 !important;
}

.brad {
    border-radius: 2px !important;
}

.bbdashed {
    border-bottom: 1px dashed #cfd8dc !important;
}
/* Vertical align */
.vat {
    vertical-align: top !important;
}

.vam {
    vertical-align: middle !important;
}

.vab {
    vertical-align: bottom !important;
}
/* Rows */
.row.no-padding {
    margin-left: 0;
    margin-right: 0;
}

    .row.no-padding [class^="col-"] {
        padding: 0;
    }

.row.no-margin {
    margin-left: 0;
    margin-right: 0;
}

.row.padding [class^="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}
/* Margins */
.m0 {
    margin: 0 !important;
}

.m5 {
    margin: 5px !important;
}

.m10 {
    margin: 10px !important;
}

.m15 {
    margin: 15px !important;
}

.m20 {
    margin: 20px !important;
}

.m25 {
    margin: 25px !important;
}

.m30 {
    margin: 30px !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt25b {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mr0 {
    margin-right: 0 !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.ml0 {
    margin-left: 0 !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}
/* Minus margins */
.mlm5 {
    margin-top: -5px !important;
}

.mlm10 {
    margin-top: -10px !important;
}

.mlm15 {
    margin-top: -15px !important;
}

.mlm20 {
    margin-top: -20px !important;
}

.mlm25 {
    margin-top: -25px !important;
}

.mtm5 {
    margin-top: -5px !important;
}

.mtm10 {
    margin-top: -10px !important;
}

.mtm15 {
    margin-top: -15px !important;
}

.mtm20 {
    margin-top: -20px !important;
}

.mtm25 {
    margin-top: -25px !important;
}

.mrm5 {
    margin-top: -5px !important;
}

.mrm10 {
    margin-top: -10px !important;
}

.mrm15 {
    margin-top: -15px !important;
}

.mrm20 {
    margin-top: -20px !important;
}

.mrm25 {
    margin-top: -25px !important;
}

.mbm5 {
    margin-top: -5px !important;
}

.mbm10 {
    margin-top: -10px !important;
}

.mbm15 {
    margin-top: -15px !important;
}

.mbm20 {
    margin-top: -20px !important;
}

.mbm25 {
    margin-top: -25px !important;
}
/* Paddings */
.p0 {
    padding: 0 !important;
}

.p5 {
    padding: 5px !important;
}

.p10 {
    padding: 10px !important;
}

.p15 {
    padding: 15px !important;
}

.p20 {
    padding: 20px !important;
}

.p25 {
    padding: 25px !important;
}

.p30 {
    padding: 30px !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pr0 {
    padding-right: 0 !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pl0 {
    padding-left: 0 !important;
}

.pl5 {
    padding-left: 5px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl25 {
    padding-left: 25px !important;
}

.pl30 {
    padding-left: 30px !important;
}
/* Percent widths */
.per5 {
    width: 5% !important;
}

.per10 {
    width: 10% !important;
}

.per15 {
    width: 15% !important;
}

.per20 {
    width: 20% !important;
}

.per25 {
    width: 25% !important;
}

.per30 {
    width: 30% !important;
}

.per35 {
    width: 35% !important;
}

.per40 {
    width: 40% !important;
}

.per45 {
    width: 45% !important;
}

.per50 {
    width: 50% !important;
}

.per55 {
    width: 55% !important;
}

.per60 {
    width: 60% !important;
}

.per65 {
    width: 65% !important;
}

.per70 {
    width: 70% !important;
}

.per75 {
    width: 75% !important;
}

.per80 {
    width: 80% !important;
}

.per85 {
    width: 85% !important;
}

.per90 {
    width: 90% !important;
}

.per95 {
    width: 95% !important;
}

.per100 {
    width: 100% !important;
}
/* Typo */
.strong {
    font-weight: bold;
}

.uppercase {
    text-transform: uppercase;
}

.normal {
    font-weight: normal;
}

.text-ellipsis {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* Positions */
.relative {
    position: relative;
}

.absolute {
    position: absolute;
}
/* Rotate helpers */
.rotate0 {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.rotate15 {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}

.rotate30 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.rotate45 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rotate60 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.rotate75 {
    -webkit-transform: rotate(75deg);
    -ms-transform: rotate(75deg);
    transform: rotate(75deg);
}

.rotate90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.rotate105 {
    -webkit-transform: rotate(105deg);
    -ms-transform: rotate(105deg);
    transform: rotate(105deg);
}

.rotate120 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.rotate135 {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.rotate150 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.rotate165 {
    -webkit-transform: rotate(165deg);
    -ms-transform: rotate(165deg);
    transform: rotate(165deg);
}

.rotate180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rotateM15 {
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.rotateM30 {
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.rotateM45 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.rotateM60 {
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.rotateM75 {
    -webkit-transform: rotate(-75deg);
    -ms-transform: rotate(-75deg);
    transform: rotate(-75deg);
}

.rotateM90 {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.rotateM105 {
    -webkit-transform: rotate(-105deg);
    -ms-transform: rotate(-105deg);
    transform: rotate(-105deg);
}

.rotateM120 {
    -webkit-transform: rotate(-120deg);
    -ms-transform: rotate(-120deg);
    transform: rotate(-120deg);
}

.rotateM135 {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.rotateM150 {
    -webkit-transform: rotate(-150deg);
    -ms-transform: rotate(-150deg);
    transform: rotate(-150deg);
}

.rotateM165 {
    -webkit-transform: rotate(-165deg);
    -ms-transform: rotate(-165deg);
    transform: rotate(-165deg);
}

.rotateM180 {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
/* Other */
.bshadowNone {
    box-shadow: none !important;
}

.di {
    display: inline !important;
}

.dib {
    display: inline-block !important;
}

.db {
    display: block !important;
}

.transition {
    transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.divider-dashed {
    border-bottom: 1px dashed #cfd8dc;
    padding: 5px 0;
}
/* -----------------------------------------
		   Typography
		   ----------------------------------------- */

.page-header {
    padding-bottom: 0;
    margin: 20px 0 15px;
    border-bottom: 1px solid;
}

    .page-header small {
        margin-left: 5px;
    }

    .page-header .page-header-controls {
        padding: 15px 0 7px;
        margin-top: -48px;
        float: right;
    }

.header-content {
    padding: 0;
    border: none;
    margin: 0;
}

    .header-content h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        color: #152127;
        /*text-transform: uppercase;*/
        font-weight: 700;
        padding-left: 20px;
    }

    .header-content h3 {
        font-family: 'Montserrat', sans-serif;
        font-size: 17px;
        color: #999999;
        text-transform: uppercase;
    }

#s4-workspace {
    overflow: auto;
    position: relative;
    height: 100%;
}

#s4-bodyContainer {
    padding-bottom: 0;
    height: 100%;
}
/* -----------------------------------------
		   Modals
----------------------------------------- */


.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-body {
    /*max-height: calc(100vh - 210px);
    overflow-y: auto;*/
    margin: 0 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 10.61%, rgba(244, 244, 246, 1) 100%);
}
/* -----------------------------------------
		   Dropdown menus
  ----------------------------------------- */

.dropdown-menu {
    display: none;
    border-radius: 0px !important;
    margin-top: 0px !important;
    padding: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.175);
    width: 248px;
    padding: 10px;
}

    .dropdown-menu .divider {
        margin: 1px 0;
    }

    .dropdown-menu.dropdown-lg {
        min-width: 160px;
        max-width: 260px;
        width: 260px;
    }

    .dropdown-menu li {
        padding: 0;
        border-radius: 4px;
        width: 100% !important;
        margin: auto;
    }

        .dropdown-menu li.divider {
            padding: 0;
        }

        .dropdown-menu li a {
            padding: 8px 20px !important;
            color: #080b0d;
            font-size: 11px;
            transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);
        }

            .dropdown-menu li a i {
                margin-right: 10px;
                font-size: 14px;
            }

    .dropdown-menu > .active > a {
        color: #999 !important;
        text-decoration: none;
        background-color: #fff;
        outline: 0;
    }

    .dropdown-menu li.dropdown-header {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        padding: 5px 0 5px 0 !important;
        border-bottom: 1px solid;
    }

        .dropdown-menu li.dropdown-header:before, .dropdown-menu li.dropdown-header:after {
            content: " ";
            display: table;
        }

        .dropdown-menu li.dropdown-header:after {
            clear: both;
        }

        .dropdown-menu li.dropdown-header h4 {
            font-size: 13px;
            float: left;
            display: inline-block;
            padding-left: 15px;
        }

        .dropdown-menu li.dropdown-header a {
            position: absolute;
            font-size: 13px;
            top: 4px;
            right: 0;
        }

            .dropdown-menu li.dropdown-header a:hover {
                text-decoration: underline;
            }

    .dropdown-menu li.with-scroll .scroll-it {
        list-style: none;
    }

        .dropdown-menu li.with-scroll .scroll-it li a {
            display: inline-block;
            width: 100%;
        }

.menu-cerrar-sesion {
    display: flex;
    align-items: center;
    position: relative;
}

.menu-cerrar-sesion .dropdown a {
    color: #272838 !important;
    display: flex;
    justify-content: center;
}

.menu-cerrar-sesion .dropdown .dropdown-menu:after, .menu-cerrar-sesion .dropdown .dropdown-menu:before {
    bottom: 100%;
    right: 10px;
    top: -10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

    .dropdown-menu:after, .dropdown-menu:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .dropdown-menu:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 10px;
        margin-left: -10px;
    }

    .dropdown-menu:before {
        border-bottom-color: #cfd8dc;
        border-width: 11px;
        margin-left: -11px;
    }

    .dropdown-menu.right {
        right: 0;
        left: auto;
    }

        .dropdown-menu.right:before {
            left: auto !important;
            right: 17px;
        }

        .dropdown-menu.right:after {
            left: auto !important;
            right: 18px;
        }

    .dropdown-menu.left {
        left: 0;
        right: auto;
    }

        .dropdown-menu.left:before {
            right: auto !important;
            left: 29px;
        }

        .dropdown-menu.left:after {
            right: auto !important;
            left: 29px;
        }

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: 13px;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.175);
}

    .dropup .dropdown-menu:after, .dropup .dropdown-menu:before {
        top: 100%;
        bottom: auto;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .dropup .dropdown-menu:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #fff;
        border-width: 11px;
        margin-left: -12px;
    }

    .dropup .dropdown-menu:before {
        border-top-color: #cfd8dc;
        border-width: 12px;
        margin-left: -13px;
    }

    .dropup .dropdown-menu.right {
        right: 0;
        left: auto;
    }

        .dropup .dropdown-menu.right:before {
            left: auto !important;
            right: 15px;
        }

        .dropup .dropdown-menu.right:after {
            left: auto !important;
            right: 16px;
        }

    .dropup .dropdown-menu.left {
        left: 0;
        right: auto;
    }

        .dropup .dropdown-menu.left:before {
            right: auto !important;
            left: 24px;
        }

        .dropup .dropdown-menu.left:after {
            right: auto !important;
            left: 24px;
        }
/* -----------------------------------------
		 Lead Stats
		 ----------------------------------------- */
.lead-stats {
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
    overflow: hidden;
    transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);
}

    .lead-stats:before, .lead-stats:after {
        content: " ";
        display: table;
    }

    .lead-stats:after {
        clear: both;
    }

    .lead-stats .stats-number {
        font-size: 32px;
        line-height: 32px;
        font-weight: bold;
        display: inline-block;
    }

        .lead-stats .stats-number.dolar:before {
            content: '$';
            margin-right: 5px;
        }

    .lead-stats .stats-icon {
        position: absolute;
        right: 0;
        top: 0;
    }

        .lead-stats .stats-icon i {
            font-size: 42px;
            transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);
        }

    .lead-stats h5 {
        font-size: 13px;
        margin: 15px 0 0;
        padding: 0;
        line-height: 16px;
    }

    .lead-stats:hover, .lead-stats:focus {
        text-decoration: none;
    }

        .lead-stats:hover .stats-icon i, .lead-stats:focus .stats-icon i {
            font-size: 46px;
        }

.chart-stats {
    float: left;
    margin-top: 5px;
    margin-left: 15px;
}

    .chart-stats .number {
        font-size: 20px;
        font-weight: bold;
    }

    .chart-stats .description {
        text-transform: uppercase;
        font-weight: bold;
    }
/* -----------------------------------------
		   Sparkline stats
		   ----------------------------------------- */
.sparkline-stats .stats-number {
    font-size: 24px;
    font-weight: bold;
}

    .sparkline-stats .stats-number.dolar:before {
        content: '$';
        margin-right: 5px;
    }
/* -----------------------------------------
		   Back to top
		   ----------------------------------------- */
#back-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 15px;
    right: 15px;
    display: none;
    color: #ffffff;
    border-radius: 50%;
    padding: 10px 15px;
    background: #152127;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1), 0 2px 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.1), 0 2px 10px 0 rgba(0,0,0,.1);
}

    #back-to-top a {
        display: block;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        border-radius: 2px;
        transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    }

    #back-to-top.rightsidebar {
        right: 215px;
    }
/* -----------------------------------------
		   Forms
		   ----------------------------------------- */
.navbar-form .form-group .input-icon {
    table-layout: fixed;
}

    .navbar-form .form-group .input-icon .input-group-addon {
        position: relative;
        padding: 0;
        border: 0 none;
        width: 0;
    }

        .navbar-form .form-group .input-icon .input-group-addon i {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            border: 0;
            z-index: 5;
            width: auto;
            display: inline-block;
            vertical-align: middle;
            text-align: center;
            padding: 6px 12px;
            background: transparent;
            line-height: 1.42857143;
            box-sizing: content-box;
            pointer-events: none;
        }

            .navbar-form .form-group .input-icon .input-group-addon i.glyphicon {
                padding: 4px 12px 4px;
            }

        .navbar-form .form-group .input-icon .input-group-addon + .form-control {
            padding-left: 35px;
            padding-right: 12px;
            border-top-left-radius: 2px;
            border-bottom-left-radius: 2px;
        }

    .navbar-form .form-group .input-icon .form-control.input-rounded {
        border-radius: 4px;
    }

.form-horizontal .form-group .control-label, .form-inline .form-group .control-label {
    font-weight: normal;
}

    .form-horizontal .form-group .control-label.col-lg-12, .form-inline .form-group .control-label.col-lg-12, .form-horizontal .form-group .control-label.col-md-12, .form-inline .form-group .control-label.col-md-12, .form-horizontal .form-group .control-label.col-sm-12, .form-inline .form-group .control-label.col-sm-12, .form-horizontal .form-group .control-label.col-xs-12, .form-inline .form-group .control-label.col-xs-12 {
        text-align: left;
        margin-bottom: 5px;
    }

.form-horizontal .form-group .input-group .input-group-btn .btn-lg, .form-inline .form-group .input-group .input-group-btn .btn-lg {
    padding: 11px 12px;
}

.form-horizontal .form-group .input-icon, .form-inline .form-group .input-icon, .form-horizontal .form-group .input-serach, .form-inline .form-group .input-serach {
    width: 100%;
    table-layout: fixed;
}

    .form-horizontal .form-group .input-icon .input-group-addon, .form-inline .form-group .input-icon .input-group-addon, .form-horizontal .form-group .input-serach .input-group-addon, .form-inline .form-group .input-serach .input-group-addon {
        position: relative;
        padding: 0;
        border: 0 none;
        width: 0;
    }

        .form-horizontal .form-group .input-icon .input-group-addon i, .form-inline .form-group .input-icon .input-group-addon i, .form-horizontal .form-group .input-serach .input-group-addon i, .form-inline .form-group .input-serach .input-group-addon i {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            border: 0;
            z-index: 5;
            width: auto;
            display: inline-block;
            vertical-align: middle;
            text-align: center;
            padding: 6px 12px;
            line-height: 1.42857143;
            box-sizing: content-box;
            pointer-events: none;
        }

            .form-horizontal .form-group .input-icon .input-group-addon i.glyphicon, .form-inline .form-group .input-icon .input-group-addon i.glyphicon, .form-horizontal .form-group .input-serach .input-group-addon i.glyphicon, .form-inline .form-group .input-serach .input-group-addon i.glyphicon {
                padding: 4px 12px 4px;
            }

        .form-horizontal .form-group .input-icon .input-group-addon:last-child i, .form-inline .form-group .input-icon .input-group-addon:last-child i, .form-horizontal .form-group .input-serach .input-group-addon:last-child i, .form-inline .form-group .input-serach .input-group-addon:last-child i {
            right: 0;
            left: auto;
        }

        .form-horizontal .form-group .input-icon .input-group-addon.input-group-lg i, .form-inline .form-group .input-icon .input-group-addon.input-group-lg i, .form-horizontal .form-group .input-serach .input-group-addon.input-group-lg i, .form-inline .form-group .input-serach .input-group-addon.input-group-lg i {
            font-size: 16px;
            padding: 12px 12px;
        }

    .form-horizontal .form-group .input-icon .form-control, .form-inline .form-group .input-icon .form-control, .form-horizontal .form-group .input-serach .form-control, .form-inline .form-group .input-serach .form-control {
        padding-right: 35px;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .form-horizontal .form-group .input-icon .input-group-addon + .form-control, .form-inline .form-group .input-icon .input-group-addon + .form-control, .form-horizontal .form-group .input-serach .input-group-addon + .form-control, .form-inline .form-group .input-serach .input-group-addon + .form-control {
        padding-left: 35px;
        padding-right: 12px;
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
    }

.form-horizontal .form-group .input-group + .input-group, .form-inline .form-group .input-group + .input-group {
    margin-top: 15px;
}

.form-horizontal .form-group .file-upload input[type="file"], .form-inline .form-group .file-upload input[type="file"] {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    z-index: 11;
    bottom: 0;
    right: 0;
}

.form-horizontal .form-group .file-upload input[type="text"], .form-inline .form-group .file-upload input[type="text"] {
    padding-left: 35px;
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
}

.form-horizontal .form-group .file-upload .input-group-btn, .form-inline .form-group .file-upload .input-group-btn {
    width: 100px;
}

.form-horizontal .form-group .icon-textarea, .form-inline .form-group .icon-textarea {
    padding-left: 32px;
}

.form-horizontal .form-group .textarea-icon, .form-inline .form-group .textarea-icon {
    position: absolute;
    top: 10px;
    left: 25px;
    transition: color 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.form-horizontal .form-group .help-block, .form-inline .form-group .help-block {
    font-weight: normal;
    font-size: 12px;
}

.form-horizontal .form-group.form-group-vertical .form-control, .form-inline .form-group.form-group-vertical .form-control {
    margin-bottom: 15px;
}

    .form-horizontal .form-group.form-group-vertical .form-control:last-child, .form-inline .form-group.form-group-vertical .form-control:last-child {
        margin-bottom: 0;
    }

.form-horizontal .form-group textarea.expand-on-focus, .form-inline .form-group textarea.expand-on-focus {
    height: 100px;
}

    .form-horizontal .form-group textarea.expand-on-focus:focus, .form-inline .form-group textarea.expand-on-focus:focus {
        height: 130px;
    }

.form-horizontal.group-border .form-group, .form-inline.group-border .form-group {
    padding-bottom: 15px;
    padding-top: 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
}

    .form-horizontal.group-border .form-group:last-child, .form-inline.group-border .form-group:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

.form-horizontal.hover-stripped .form-group:hover, .form-inline.hover-stripped .form-group:hover {
    transition: background ease-in-out .25s;
    transition: all background ease-in-out .25s ease-out;
}

.form-horizontal .form-control, .form-inline .form-control {
    transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    font-size: 13px;
}

    .form-horizontal .form-control.input-sm, .form-inline .form-control.input-sm, .form-horizontal .form-control.input-lg, .form-inline .form-control.input-lg {
        border-radius: 2px;
    }

    .form-horizontal .form-control.input-rounded, .form-inline .form-control.input-rounded {
        border-radius: 50px;
    }

    .form-horizontal .form-control.input-mini, .form-inline .form-control.input-mini {
        width: 60px !important;
    }

    .form-horizontal .form-control.input-small, .form-inline .form-control.input-small {
        width: 90px !important;
    }

    .form-horizontal .form-control.input-medium, .form-inline .form-control.input-medium {
        width: 150px !important;
    }

    .form-horizontal .form-control.input-large, .form-inline .form-control.input-large {
        width: 210px !important;
    }

    .form-horizontal .form-control.input-xlarge, .form-inline .form-control.input-xlarge {
        width: 270px !important;
    }

    .form-horizontal .form-control.input-block, .form-inline .form-control.input-block {
        width: 100%;
        display: block;
    }

.form-inline .checkbox-custom, .form-inline .radio-custom {
    margin-top: 0;
}
/* -----------------------------------------
		   Input group
		   ----------------------------------------- */
.input-group .input-group-btn .btn {
    /*padding: 6px 12px;*/
}

    .input-group .input-group-btn .btn.btn-sm {
        padding: 5px 10px;
    }

.input-group .input-group-btn:first-child > .btn {
    margin-right: -2px;
}
/* -----------------------------------------
		   Checkboxes and radios
		   ----------------------------------------- */
.radio, .checkbox {
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-inline, .checkbox-inline {
    padding-left: 0;
    padding-right: 18px;
}

.radio-height {
    min-height: 34px;
}

div.toggle-custom {
    position: relative;
    margin: 6px 0 10px;
}

    div.toggle-custom label.toggle {
        width: 50px;
        position: relative;
        display: inline-block;
        padding: 0;
        height: 22px;
        vertical-align: top;
        min-height: 22px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

        div.toggle-custom label.toggle:before {
            content: attr(data-on);
            left: 1px;
        }

        div.toggle-custom label.toggle:after {
            content: attr(data-off);
            right: 1px;
        }

        div.toggle-custom label.toggle:after, div.toggle-custom label.toggle:before {
            top: 0;
            width: 25px;
            font-size: 8px;
            position: absolute;
            line-height: 22px;
            text-align: center;
            z-index: 1;
        }

        div.toggle-custom label.toggle input[type="checkbox"], div.toggle-custom label.toggle input[type="radio"] {
            margin: 0;
            opacity: 0;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }

            div.toggle-custom label.toggle input[type="checkbox"]:checked + .button-checkbox:after, div.toggle-custom label.toggle input[type="radio"]:checked + .button-checkbox:after, div.toggle-custom label.toggle input[type="checkbox"]:checked + .button-radio:after, div.toggle-custom label.toggle input[type="radio"]:checked + .button-radio:after {
                left: 24px;
            }

            div.toggle-custom label.toggle input[type="checkbox"] + .button-checkbox:after, div.toggle-custom label.toggle input[type="radio"] + .button-checkbox:after, div.toggle-custom label.toggle input[type="checkbox"] + .button-radio:after, div.toggle-custom label.toggle input[type="radio"] + .button-radio:after {
                content: '';
                position: absolute;
                z-index: 2;
                display: block;
                top: 1px;
                bottom: 1px;
                left: 1px;
                width: 23px;
                transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
            }

        div.toggle-custom label.toggle .button-checkbox, div.toggle-custom label.toggle .button-radio {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            border-radius: 2px;
        }

        div.toggle-custom label.toggle .button-radio {
            border-radius: 20px;
        }

            div.toggle-custom label.toggle .button-radio:after {
                border-radius: 20px;
            }

        div.toggle-custom label.toggle + label {
            font-weight: normal;
            cursor: pointer;
            min-height: 22px;
            padding-left: 5px;
            padding-right: 10px;
            padding-top: 1px;
            margin-bottom: 0;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

    div.toggle-custom.toggle-inline {
        float: left;
        margin-right: 10px;
    }
/* Custom skin */

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #717171;
    border-color: #717171;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff !important;
}

div.checkbox-custom {
    position: relative;
    margin-top: 0px;
    margin-right: 9px;
    display: inline-block;
}

    div.checkbox-custom label {
        cursor: pointer;
        margin-bottom: 0;
        text-align: left;
        line-height: 1.2;
        font-weight: normal;
        padding-left: 15px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    div.checkbox-custom input[type=checkbox], div.checkbox-custom input[type=radio] {
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 3px;
        margin: -6px 0 0 0;
        z-index: 2;
        cursor: pointer;
    }

        div.checkbox-custom input[type=checkbox]:checked, div.checkbox-custom input[type=radio]:checked, div.checkbox-custom input[type=checkbox]:focus, div.checkbox-custom input[type=radio]:focus {
            outline: none !important;
        }

        div.checkbox-custom input[type=checkbox] + label:before, div.checkbox-custom input[type=radio] + label:before {
            cursor: pointer;
            transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -10px;
            width: 18px;
            height: 18px;
            display: inline-block;
            border-radius: 2px;
        }

        div.checkbox-custom input[type=checkbox]:checked + label:after, div.checkbox-custom input[type=radio]:checked + label:after {
            font-family: fontAwesome;
            display: inline-block;
            content: '\f00c';
            position: absolute;
            top: 50%;
            left: 4px;
            margin-top: -6px;
            font-size: 11px;
            line-height: 1;
            width: 16px;
            height: 16px;
        }

    div.checkbox-custom.checkbox-inline {
        padding-top: 0;
        margin-top: 8px;
    }

.radio-custom {
    position: relative;
    /*margin-top: 8px;*/
    display: inline-block;
}

    .radio-custom label {
        cursor: pointer;
        margin-bottom: 0;
        text-align: left;
        line-height: 1.2;
        font-weight: normal;
        padding-left: 22px;
        top: -3px;
        position: relative;
    }

    .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"] + label:before {
            transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -10px;
            width: 18px;
            height: 18px;
            display: inline-block;
            border-radius: 50px;
        }

        .radio-custom input[type="radio"]:checked, .radio-custom input[type="radio"]:focus {
            outline: none !important;
        }

            .radio-custom input[type="radio"]:checked + label:after {
                content: '';
                position: absolute;
                top: 50%;
                left: 5px;
                margin-top: -5px;
                display: inline-block;
                font-size: 11px;
                line-height: 1;
                width: 8px;
                height: 8px;
                border-radius: 50px;
            }

    .radio-custom.radio-inline {
        padding-top: 0;
        margin-top: 8px;
    }
/* -----------------------------------------
		   Buttons
		   ----------------------------------------- */
.btn {
    transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    padding: 5px 12px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1), 0 2px 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.1), 0 2px 10px 0 rgba(0,0,0,.1);

    position: relative;
}

.btn-w110 {
    min-width: 110px;
}

.btn:active, .btn.active {
    box-shadow: none;
}

.btn:focus {
    outline: none !important;
}

.btn.btn-xs {
    padding: 0px 5px;
}

.btn.btn-sm {
    padding: 4px 10px;
}

.btn.btn-lg {
    padding: 9px 16px;
}

.btn.btn-round {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 6px 0;
    border-radius: 50%;
}

    .btn.btn-round.btn-xs {
        width: 22px;
        height: 22px;
        line-height: 0.5;
        font-size: 12px;
    }

    .btn.btn-round.btn-sm {
        width: 30px;
        height: 30px;
        line-height: 1;
    }

    .btn.btn-round.btn-lg {
        width: 45px;
        height: 45px;
        font-size: 17px;
    }

        .btn.btn-round.btn-lg i {
            margin-top: 2px;
        }

.btn.btn-left {
    position: relative;
    border-left: 0;
    margin-left: 20px;
    z-index: 1;
}

    .btn.btn-left:before {
        content: '';
        left: -10px;
        width: 24px;
        height: 24px;
        position: absolute;
        background-color: inherit;
        border-color: inherit;
        top: 3px;
        z-index: -1;
        -o-border-radius: 2px 5px 0 5px;
        border-radius: 2px 5px 0 5px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .btn.btn-left.btn-xs {
        margin-left: 10px;
    }

        .btn.btn-left.btn-xs:before {
            width: 16px;
            height: 16px;
            left: -5px;
            top: 1px;
        }

    .btn.btn-left.btn-sm {
        margin-left: 14px;
    }

        .btn.btn-left.btn-sm:before {
            width: 22px;
            height: 22px;
            left: -9px;
            top: 2px;
        }

    .btn.btn-left.btn-lg {
        margin-left: 25px;
    }

        .btn.btn-left.btn-lg:before {
            width: 32px;
            height: 32px;
            left: -13px;
            top: 4px;
        }

.btn.btn-right {
    position: relative;
    border-right: 0;
    margin-right: 20px;
    z-index: 1;
}

    .btn.btn-right:before {
        content: '';
        right: -10px;
        width: 24px;
        height: 24px;
        position: absolute;
        background-color: inherit;
        border-color: inherit;
        top: 3px;
        z-index: -1;
        -o-border-radius: 2px 5px 0 5px;
        border-radius: 2px 5px 0 5px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .btn.btn-right.btn-xs {
        margin-right: 10px;
    }

        .btn.btn-right.btn-xs:before {
            width: 16px;
            height: 16px;
            right: -5px;
            top: 1px;
        }

    .btn.btn-right.btn-sm {
        margin-right: 14px;
    }

        .btn.btn-right.btn-sm:before {
            width: 22px;
            height: 22px;
            right: -10px;
            top: 2px;
        }

    .btn.btn-right.btn-lg {
        margin-right: 25px;
    }

        .btn.btn-right.btn-lg:before {
            width: 32px;
            height: 32px;
            right: -13px;
            top: 4px;
        }
/*Button sizes*/
.btn-lg {
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.3333333;
    border-radius: 2px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
}

.btn-group .btn + .dropdown-toggle, .btn-group .btn + .btn {
    margin-left: 0;
}

.btn-group.open .dropdown-toggle.btn {
    box-shadow: none;
}

.btn-group .checkbox-custom, .btn-group .radio-custom {
    float: left;
    margin-top: 5px;
}

.btn-group-vertical .btn + .btn {
    margin-top: 0;
}
/* -----------------------------------------
		   Alerts
		   ----------------------------------------- */
.alert {
    padding: 10px 10px 9px 15px;
    border-radius: 15px;
}

    .alert .close {
        opacity: 1;
        margin-top: -3px;
        margin-right: 5px;
        text-shadow: none;
    }

    .alert > i {
        margin-right: 8px;
        margin-top: 3px;
        float: left;
    }
/* -----------------------------------------
		   Tabs
 ----------------------------------------- */
.tabs .nav-tabs {
    position: relative;
    border-bottom: none;
    margin-bottom: -1px;
}

    .tabs .nav-tabs > li {
        margin-bottom: 0;
    }

        .tabs .nav-tabs > li a {
            border: 1px solid;
            margin-right: -2px;
            border-radius: 0;
            transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
        }

            .tabs .nav-tabs > li a > i.glyphicon {
                margin-top: -3px;
                margin-right: 5px;
                display: inline-block;
            }

        .tabs .nav-tabs > li.active > a, .tabs .nav-tabs > li.active > a:hover, .tabs .nav-tabs > li.active > a:focus {
            border-bottom: none;
        }

            .tabs .nav-tabs > li.active > a:after, .tabs .nav-tabs > li.active > a:hover:after, .tabs .nav-tabs > li.active > a:focus:after {
                height: 2px;
                content: "";
                position: absolute;
                bottom: -2px;
                left: 0;
                right: 0;
            }

        .tabs .nav-tabs > li .dropdown-menu {
            margin-top: 10px;
        }

            .tabs .nav-tabs > li .dropdown-menu li a {
                border: none;
                padding: 5px 10px;
            }

        .tabs .nav-tabs > li.tabdrop {
            width: auto;
        }

            .tabs .nav-tabs > li.tabdrop a {
                margin-right: 0;
            }

                .tabs .nav-tabs > li.tabdrop a .notification {
                    float: right;
                    position: relative;
                    top: auto;
                    right: auto;
                    margin-left: 5px;
                }

                .tabs .nav-tabs > li.tabdrop a .caret {
                    margin-top: -2px;
                }

        .tabs .nav-tabs > li:first-child a {
            border-top-left-radius: 2px;
        }

        .tabs .nav-tabs > li:last-child a {
            border-top-right-radius: 2px;
        }

    .tabs .nav-tabs.nav-justified li.active a {
        padding-bottom: 10px;
        margin-bottom: 0;
        border-right-width: 0;
    }

        .tabs .nav-tabs.nav-justified li.active a:after {
            bottom: -1px;
        }

    .tabs .nav-tabs.nav-justified li a {
        border-right-width: 0;
        border-radius: 0;
        margin-right: 0px;
    }

    .tabs .nav-tabs.nav-justified li:last-child a {
        border-right-width: 1px;
    }

    .tabs .nav-tabs.nav-justified li:first-child a {
        border-top-left-radius: 2px;
    }

    .tabs .nav-tabs.nav-justified li:last-child a {
        border-top-right-radius: 2px;
    }

.tabs .tab-content {
    border: 1px solid;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

    .tabs .tab-content .tab-pane {
        padding: 15px;
    }

.tabs.inside-panel .nav-tabs {
    margin-bottom: -1px;
}

    .tabs.inside-panel .nav-tabs li:first-child a {
        border-top-left-radius: 0;
        border-left-width: 0;
    }

    .tabs.inside-panel .nav-tabs li:last-child a {
        border-top-right-radius: 0;
    }

    .tabs.inside-panel .nav-tabs li a {
        border-top-width: 0;
    }

    .tabs.inside-panel .nav-tabs li.active a:after {
        bottom: -1px;
    }

.tabs.inside-panel .tab-content {
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.tabs .nav-tabs-right {
    text-align: right;
}

    .tabs .nav-tabs-right > li {
        float: none;
        display: inline-block;
    }

        .tabs .nav-tabs-right > li a {
            margin-left: -5px;
            margin-right: 0;
        }

.tabs.tabs-left > .nav-tabs > li, .tabs.tabs-right > .nav-tabs > li {
    float: none;
}

    .tabs.tabs-left > .nav-tabs > li > a, .tabs.tabs-right > .nav-tabs > li > a {
        min-width: 74px;
        margin-right: 0;
        margin-bottom: 0;
        border-radius: 0;
    }

.tabs.tabs-left .tab-content, .tabs.tabs-right .tab-content {
    display: table-cell;
    vertical-align: top;
}

.tabs.tabs-right > .nav-tabs {
    float: right;
    margin-left: 0;
}

    .tabs.tabs-right > .nav-tabs > li a {
        margin-left: -2px;
        margin-bottom: -1px;
    }

    .tabs.tabs-right > .nav-tabs > li:first-child a {
        border-top-right-radius: 2px;
    }

    .tabs.tabs-right > .nav-tabs > li:last-child a {
        border-bottom-right-radius: 2px;
    }

    .tabs.tabs-right > .nav-tabs > li.active > a:after, .tabs.tabs-right > .nav-tabs > li.active > a:hover:after, .tabs.tabs-right > .nav-tabs > li.active > a:focus:after {
        height: auto;
        width: 1px;
        bottom: 0;
        top: 0;
        left: -1px;
        right: auto;
    }

.tabs.tabs-right .tab-content {
    border-top-right-radius: 0;
    border-top-left-radius: 2px;
}

.tabs.tabs-left > .nav-tabs {
    float: left;
}

    .tabs.tabs-left > .nav-tabs > li a {
        margin-right: -2px;
        margin-bottom: -1px;
    }

    .tabs.tabs-left > .nav-tabs > li:first-child a {
        border-top-left-radius: 2px;
    }

    .tabs.tabs-left > .nav-tabs > li:last-child a {
        border-bottom-left-radius: 2px;
    }

    .tabs.tabs-left > .nav-tabs > li.active > a:after, .tabs.tabs-left > .nav-tabs > li.active > a:hover:after, .tabs.tabs-left > .nav-tabs > li.active > a:focus:after {
        height: auto;
        width: 1px;
        bottom: 0;
        top: 0;
        right: -1px;
        left: auto;
    }

.tabs.tabs-left .tab-content {
    border-top-left-radius: 0;
}

.tabs.tabs-bellow > .nav-tabs {
    border-bottom: none;
    margin-top: -1px;
}

    .tabs.tabs-bellow > .nav-tabs > li {
        margin-top: 0;
        margin-bottom: 0;
    }

        .tabs.tabs-bellow > .nav-tabs > li a {
            margin-right: -1px;
        }

        .tabs.tabs-bellow > .nav-tabs > li:first-child a {
            border-bottom-left-radius: 2px;
            border-top-left-radius: 0;
        }

        .tabs.tabs-bellow > .nav-tabs > li:last-child a {
            border-bottom-right-radius: 2px;
            border-top-right-radius: 0;
        }

        .tabs.tabs-bellow > .nav-tabs > li.active > a, .tabs.tabs-bellow > .nav-tabs > li.active > a:hover, .tabs.tabs-bellow > .nav-tabs > li.active > a:focus {
            border-bottom: 1px solid;
        }

            .tabs.tabs-bellow > .nav-tabs > li.active > a:after, .tabs.tabs-bellow > .nav-tabs > li.active > a:hover:after, .tabs.tabs-bellow > .nav-tabs > li.active > a:focus:after {
                height: 1px;
                width: auto;
                bottom: 0;
                top: -1px;
                right: 0;
                left: 0;
            }

.tabs.tabs-bellow .tab-content {
    border-bottom-left-radius: 0;
    border-top-left-radius: 2px;
}

.tabs.tabs-borderless .nav-tabs > li a {
    margin-bottom: 3px;
    margin-right: 3px;
}

.tabs.tabs-borderless .nav-tabs > li.active > a:after, .tabs.tabs-borderless .nav-tabs > li.active > a:hover:after, .tabs.tabs-borderless .nav-tabs > li.active > a:focus:after {
    height: 4px;
    bottom: -3px;
    left: -1px;
    right: -1px;
}
/* -----------------------------------------
		   Progressbars
		   ----------------------------------------- */
.progress {
    margin-bottom: 0;
    margin-top: 9px;
    border-radius: 4px;
    height: 11px;
}

    .progress .progress-bar {
        box-shadow: none;
        line-height: 11px;
        height: 11px;
        font-size: 11px;
        border-radius: 4px;
    }

        .progress .progress-bar.animated-bar {
            transition: width 2.4s cubic-bezier(0.445, 0.05, 0.55, 0.95) !important;
        }

    .progress.progress-bar-xs {
        height: 4px;
    }

        .progress.progress-bar-xs .progress-bar {
            line-height: 4px;
            height: 4px;
        }

    .progress.progress-bar-sm {
        margin-top: 11px;
        height: 10.66666667px;
    }

        .progress.progress-bar-sm .progress-bar {
            line-height: 10.66666667px;
            height: 10.66666667px;
        }

    .progress.progress-bar-lg {
        height: 24px;
        margin-top: 5px;
    }

        .progress.progress-bar-lg .progress-bar {
            line-height: 24px;
            height: 24px;
        }

    .progress.flat {
        border-radius: 0;
        height: 16px;
        margin-top: 9px;
    }

        .progress.flat .progress-bar {
            box-shadow: none;
            line-height: 16px;
            height: 16px;
            font-size: 11px;
            margin-top: 0;
            margin-left: 0;
            border-radius: 0;
        }

        .progress.flat.progress-bar-xs {
            height: 4px;
        }

            .progress.flat.progress-bar-xs .progress-bar {
                line-height: 4px;
                height: 4px;
            }

        .progress.flat.progress-bar-sm {
            height: 8px;
        }

            .progress.flat.progress-bar-sm .progress-bar {
                line-height: 8px;
                height: 8px;
            }

        .progress.flat.progress-bar-lg {
            height: 24px;
        }

            .progress.flat.progress-bar-lg .progress-bar {
                line-height: 24px;
                height: 24px;
            }
/* -----------------------------------------
		  Panel groups -  Accordions
		  ----------------------------------------- */
.panel-group .panel {
    border-radius: 0.6rem;
}

    .panel-group .panel .panel-heading {
        border-radius: 0px;
        padding: 15px 20px 10px 20px;
    }

        .panel-group .panel .panel-heading .panel-title {
            font-size: 15px;
            width: 100%;
        }

            .panel-group .panel .panel-heading .panel-title .accordion-toggle {
                width: 100%;
                display: inline-block;
            }

                .panel-group .panel .panel-heading .panel-title .accordion-toggle i {
                    float: right;
                }

        .panel-group .panel .panel-heading.content-in {
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }
/* -----------------------------------------
		   List groups
		   ----------------------------------------- */
.list-group .list-group-item {
    transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

    .list-group .list-group-item:first-child {
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
    }

    .list-group .list-group-item:last-child {
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }
/* -----------------------------------------
		   Panels
		   ----------------------------------------- */
.panel {
    position: relative;
    box-shadow: none;
}

.panel-heading-icons {
    padding: 0px 15px 0px 20px;
    border-bottom: 1px solid #f5f5f5
}

.panel .panel-heading-notitle {
    padding: 0px 24px 0px 15px;
    z-index: 2;
    position: absolute;
    right: 0;
}

.panel .panel-heading:before, .panel .panel-heading:after {
    content: " ";
    display: table;
}

.panel .panel-heading:after {
    clear: both;
}

.panel .panel-heading .panel-title {
    font-size: 14px;
    display: inline-block;
    float: left;
    color: #152127;
    text-transform: uppercase;
}

    .panel .panel-heading .panel-title > i {
        margin-right: 8px;
    }

.panel .panel-heading .panel-controls {
    float: left;
    top: 0px;
    position: absolute;
    right: 6px;
}

    .panel .panel-heading .panel-controls > a {
        padding: 10px 5px;
        font-size: 10px;
    }

.panel.panel-controls-hover .panel-heading .panel-controls {
    transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    opacity: 0;
}

.panel.panel-controls-hover:hover .panel-heading .panel-controls {
    opacity: 1;
}

.panel.highlight-panel {
    transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.panel.panel-fullscreen-mode {
    transition: all 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 99999;
}

.panel .loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    z-index: 9999;
    opacity: 0.8;
}

    .panel .loading-overlay .loader-inner {
        -webkit-transform: translateY(-12px) translateX(-12px);
        -ms-transform: translateY(-12px) translateX(-12px);
        transform: translateY(-12px) translateX(-12px);
    }

        .panel .loading-overlay .loader-inner > div:nth-child(1) {
            border-radius: 100%;
            margin: 2px;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            border: 3px solid;
            border-bottom-color: transparent !important;
            height: 24px;
            width: 24px;
            background: transparent !important;
            display: inline-block;
            -webkit-animation: rotate 0.75s 0s linear infinite;
            animation: rotate 0.75s 0s linear infinite;
        }

.panel.panelMove:hover .panel-heading {
    cursor: move;
}

.panel-placeholder {
    border: 1px dashed;
    margin-bottom: 25px;
    border-radius: 2px;
}
/* -----------------------------------------
		   Tooltips
		   ----------------------------------------- */
.tooltip {
    /*font-family: FranklinGothicWebBook, Arial, sans-serif;*/
}

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

    .tooltip .tooltip-inner {
        max-width: 150px;
        padding: 4px 8px;
        border-radius: 2px;
    }

    .tooltip.top .tooltip-arrow {
        margin-left: -5px;
        border-width: 5px 5px 0;
    }

    .tooltip.right .tooltip-arrow {
        margin-top: -5px;
        border-width: 5px 5px 5px 0;
    }

    .tooltip.left .tooltip-arrow {
        margin-top: -5px;
        border-width: 5px 0 5px 5px;
    }

    .tooltip.bottom .tooltip-arrow {
        margin-left: -5px;
        border-width: 0 5px 5px;
    }
/* -----------------------------------------
		   Nav pills
		   ----------------------------------------- */
.nav-pills > li > a {
    border-radius: 2px;
    border: 1px solid;
    transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.nav-pills.nav-justified li a {
    border-radius: 0;
    border-right-width: 0;
}

.nav-pills.nav-justified li:first-child a {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.nav-pills.nav-justified li:last-child a {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-right-width: 1px;
}
/* -----------------------------------------
		   Pagination and pagers
		   ----------------------------------------- */
.pagination > li:last-child a, .pagination > li:last-child span {
    margin-right: 0;
}

.pagination > li a {
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    margin-right: 5px;
    border-radius: 2px;
    padding: 6px 15px;
    margin-bottom: 5px;
    font-weight: bold;
}

.pagination.pagination-sm > li a {
    padding: 5px 10px;
}

.pager > li a {
    transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
/* -----------------------------------------
		   Labels
		   ----------------------------------------- */
.label {
    padding: 4px 10px;
    font-size: 10px;
}
/* -----------------------------------------
		   Badges
		   ----------------------------------------- */
.badge {
    padding: 4px 8px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 30px;
}
/* -----------------------------------------
		   Carousel
		   ----------------------------------------- */
.carousel .carousel-control {
    opacity: 0.8;
    font-size: 20px;
}

    .carousel .carousel-control.left i {
        position: absolute;
        top: 85%;
        left: 50%;
        margin-left: -30px;
        margin-top: -30px;
        z-index: 5;
        padding: 10px 18px 10px 17px;
        border-radius: 50%;
    }

    .carousel .carousel-control.right i {
        position: absolute;
        top: 85%;
        right: 50%;
        margin-right: -30px;
        margin-top: -30px;
        z-index: 5;
        padding: 10px 17px 10px 18px;
        border-radius: 50%;
    }

    .carousel .carousel-control i {
        border: 2px solid;
    }

.carousel .carousel-indicators {
    bottom: 0;
}

.carousel .carousel-inner .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.9;
}

.carousel.vertical .carousel-inner {
    height: 100%;
}

.carousel.vertical .item {
    transition: top;
    transition: all top ease-out;
    transition-duration: 0.6s;
    left: 0;
    z-index: 2;
}

.carousel.vertical .active {
    z-index: 1;
}

.carousel.vertical .active, .carousel.vertical .next.left, .carousel.vertical .prev.right {
    top: 0;
}

    .carousel.vertical .next, .carousel.vertical .active.right {
        top: 100%;
    }

    .carousel.vertical .prev, .carousel.vertical .active.left {
        top: -100%;
    }
/* -----------------------------------------
		   Carousel dot style indicators
		   ----------------------------------------- */
.dotstyle {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    bottom: 10px !important;
}

    .dotstyle.center {
        width: auto;
        left: 45%;
    }

    .dotstyle li {
        position: relative;
        display: block;
        float: left;
        margin: 0 5px;
        width: 12px;
        height: 12px;
        cursor: pointer;
        border-radius: 50%;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
        transition: box-shadow 0.3s ease;
    }

        .dotstyle li a {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            outline: none;
            border-radius: 50%;
            text-indent: -999em;
            /* make the text accessible to screen readers */
            cursor: pointer;
            position: absolute;
            transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
            transition: background-color 0.3s ease, transform 0.3s ease;
        }

            .dotstyle li a:focus {
                outline: none;
            }

        .dotstyle li.active {
            margin: 0 5px;
            width: 12px;
            height: 12px;
            background: none;
        }

            .dotstyle li.active a {
                -webkit-transform: scale(0.4);
                -ms-transform: scale(0.4);
                transform: scale(0.4);
            }
/* -----------------------------------------
		   Breadcrumbs
		   ----------------------------------------- */
.breadcrumb {
    padding: 15px 15px;
    margin-bottom: 20px;
    list-style: none;
    border-radius: 2px;
    border: 1px solid;
    font-size: 14px;
}

    .breadcrumb li + li:before {
        content: "\f105";
        font-family: 'FontAwesome';
    }

    .breadcrumb.breadcrumb-transparent {
        border-width: 0;
    }
/* -----------------------------------------
		   Popovers
		   ----------------------------------------- */
.popover {
    max-width: 276px;
    padding: 0;
    border-radius: 2px;
    border: 1px solid;
    box-shadow: none;
}

    .popover .popover-title {
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        border: 2px solid;
        border-bottom-width: 0;
    }

    .popover .popover-content {
        padding: 9px 14px;
        font-size: 13px;
    }

    .popover.top {
        margin-top: -10px;
    }

        .popover.top > .arrow {
            left: 50%;
            margin-left: -11px;
            bottom: -11px;
        }

            .popover.top > .arrow:after {
                margin-left: -10px;
            }

    .popover.right {
        margin-left: 10px;
    }

        .popover.right > .arrow {
            left: -11px;
            margin-top: -11px;
        }

            .popover.right > .arrow:after {
                bottom: -10px;
            }

    .popover.bottom {
        margin-top: 10px;
    }

        .popover.bottom > .arrow {
            margin-left: -11px;
            top: -11px;
        }

            .popover.bottom > .arrow:after {
                margin-left: -10px;
            }

    .popover.left {
        margin-left: -10px;
    }

        .popover.left > .arrow {
            right: -11px;
            margin-top: -11px;
        }

            .popover.left > .arrow:after {
                bottom: -10px;
            }
/* -----------------------------------------
		   Timeline
		   ----------------------------------------- */
.timeline {
    list-style: none;
    padding-left: 0;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

    .timeline:after {
        content: "";
        height: auto;
        position: absolute;
        top: 5px;
        left: 50px;
        bottom: 25px;
    }

    .timeline li {
        position: relative;
        padding-left: 70px;
        margin-bottom: 20px;
        float: left;
        width: 100%;
    }

        .timeline li:last-child {
            margin-bottom: 0;
        }

        .timeline li:before, .timeline li:after {
            content: " ";
            display: table;
        }

        .timeline li:after {
            clear: both;
        }

        .timeline li:after {
            content: "";
            width: 12px;
            height: 12px;
            border-radius: 50%;
            position: absolute;
            left: 45px;
            top: 5px;
            border: 2px solid;
            z-index: 10;
        }

        .timeline li:before {
            content: "";
            width: 16px;
            height: 16px;
            border-radius: 50%;
            position: absolute;
            left: 43px;
            top: 3px;
            border: 4px solid;
            z-index: 10;
        }

        .timeline li .timeline-date {
            font-size: 13px;
            position: absolute;
            left: -3px;
            top: 0;
            width: 45px;
            float: left;
            text-overflow: clip;
            text-align: center;
            line-height: 15px;
            margin-top: 3px;
            font-weight: bold;
        }

        .timeline li .timeline-content {
            float: left;
            width: 100%;
        }

            .timeline li .timeline-content .timeline-title {
                margin-top: 3px;
            }

            .timeline li .timeline-content .timeline-avatar {
                float: left;
                border-radius: 50%;
                padding: 2px;
                width: 42px;
                height: 42px;
                margin-right: 10px;
            }

    .timeline.timeline-icons:after {
        left: 76px;
    }

    .timeline.timeline-icons li {
        padding-left: 106px;
        margin-bottom: 30px;
    }

        .timeline.timeline-icons li:last-child {
            margin-bottom: 0;
        }

        .timeline.timeline-icons li:after {
            width: 34px;
            height: 34px;
            left: 60px;
            top: -6px;
        }

        .timeline.timeline-icons li:before {
            width: 43px;
            height: 43px;
            left: 56px;
            top: -10px;
            border-width: 6px;
        }

        .timeline.timeline-icons li .timeline-icon {
            position: absolute;
            left: 69px;
            top: 0;
            z-index: 20;
            font-size: 16px;
        }

        .timeline.timeline-icons li .timeline-date {
            margin-top: 0;
            width: 60px;
        }

        .timeline.timeline-icons li a {
            font-weight: bold;
        }
/* -----------------------------------------
		   Media
		   ----------------------------------------- */
.media .play-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 3px 6px;
}

.media .media-thumb {
    width: auto;
    height: auto;
    max-width: none;
    max-height: 90px;
}
/* -----------------------------------------
		   Pre styles ( code highlighter )
		   ----------------------------------------- */
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid;
    border-radius: 2px;
}
/* -----------------------------------------
		   Tables
		   ----------------------------------------- */
.table .checkbox, .table .radio, .table .checkbox-custom, .table .radio-custom {
    margin-bottom: 0;
    margin-top: 0;
}

.table .progress {
    margin-bottom: 0;
    margin-top: 0;
}

.table thead tr th {
    padding: 7px 10px;
    line-height: 2;
    border-right: 1px solid #dad8d8;
    border-left: 1px solid #dad8d8;
}

.table tfoot tr th, .table tfoot tr td {
    padding: 10px;
}

.table tbody tr td {
    font-size: 12px;
    color: #272838;
    padding: 5px 10px;
    /*height: 38px;*/
    /*height: 50px;*/
    height: 60px;
    vertical-align: middle;
    border-right: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    font-weight: 500;
}

    .table tbody tr td img {
        width: 20px;
        height: 20px;
        margin: 2px;
    }

.table.table-bordered.table-bordered-alt {
    border-collapse: initial;
    border-spacing: 1px;
}

.table .fixed {
    top: 0;
    position: fixed;
    width: auto;
    display: none;
    border: none;
}

.table.table-fixed-layout {
    table-layout: fixed;
}

    .table.table-fixed-layout td {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }


.EstadoTb {
    color: #ffffff !important;
    border: none;
    border-radius: 5px;
    padding: 8px;
}

/*PRO APROBAR*/
.ESSO0002 {
    background-color: #9E6950 !important;
    border: 1px solid #9E6950 !important;
}

/*APROBADO*/
.ESSO0005 {
    background-color: #C1B999 !important;
    border: 1px solid #C1B999 !important;
}

/*Pendiente*/
.ESSO0008 {
    background-color: #FFF !important;
    border: 1px solid #2D2926 !important;
    color: #000 !important;
}

/*Cancelado*/
.ESSO0006 {
    background-color: #D42E12 !important;
    border: 1px solid #D42E12 !important;
}

/*Finalizado*/
.ESSO0007 {
    background-color: #7F6E5F !important;
    border: 1px solid #7F6E5F !important;
}

/*RECHAZADO*/
.ESSO0004 {
    background-color: #8B0000 !important;
    border: 1px solid #8B0000 !important;
}

/*Observado*/
.ESSO0003 {
    background-color: #2D2926 !important;
    border: 1px solid #2D2926 !important;
}

/*Observado por SST*/
.ESSO0017 {
    background-color: #C5B9AC !important;
    border: 1px solid #C5B9AC !important;
}

/*Enviado SST*/
.ESSO0016 {
    background-color: #686874 !important;
    border: 1px solid #686874 !important;
}

.clearfix {
    padding-bottom: 15px!important;
}
/* -----------------------------------------
		   Pricing table
		   ----------------------------------------- */
.pricing-table {
    list-style: none;
    padding-left: 0;
    border: 1px solid;
    border-radius: 2px;
    font-size: 14px;
}

    .pricing-table li {
        text-align: center;
        padding: 10px 15px;
        border-bottom: 1px dotted;
    }

        .pricing-table li:last-child {
            border-bottom-width: 0;
        }

        .pricing-table li.pricing-table-title {
            font-weight: normal;
            font-size: 24px;
            font-family: 'Montserrat', sans-serif;
        }

        .pricing-table li.pricing-table-price strong {
            font-size: 38px;
        }

            .pricing-table li.pricing-table-price strong:before {
                content: "$";
                font-size: 28px;
                vertical-align: text-top;
                margin-right: 2px;
                margin-top: 3px;
                display: inline-block;
            }

        .pricing-table li.pricing-table-price .period {
            display: inline-block;
            width: 100%;
        }

        .pricing-table li.pricing-table-btn .btn {
            font-weight: bold;
        }

    .pricing-table.pricing-table-animated {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    }

        .pricing-table.pricing-table-animated.hover {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }
/* -----------------------------------------
		   Components other
		   ----------------------------------------- */

/* Jumbotron */
.jumbotron {
    border-radius: 2px;
    padding: 30px;
}
/* -----------------------------------------
		    Demo grid styles
		    ----------------------------------------- */
.show-grid {
    margin-bottom: 15px;
}

    .show-grid [class^=col-] {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #eceff1;
        border: 1px solid #cfd8dc;
    }
/* -----------------------------------------
		   Profile
  ----------------------------------------- */

.circle {
    border-radius: 50%;
}

/* -----------------------------------------
 Print styles
----------------------------------------- */
@media print {
}
/*AGREGADOS MIGUEL*/

.clock-button {
    background-color: blueviolet;
    padding: 0.5em;
    color: white;
}

.clock-placement {
    position: fixed;
    top: 20px;
    right: 30px;
    z-index: 99;
}


.nbsp {
    clear: both;
}

.espacio {
    height: 10px;
    clear: both;
}

.margen {
    height: 20px;
    clear: both;
}

.usuario {
    padding: 22px 0px 14px 14px;
    font-family: 'Montserrat', sans-serif;
    color: #aaa;
}

.usuario img.avatar {
    height: 35px;
    width: 35px;
    border-radius: 50%;
}

.notification-mytasks {
    font-family: 'Montserrat', sans-serif;
    display: inline;
    padding: 5px;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    border-radius: 10px;
    background-color: red;
    min-width: 20px;
    min-height: 20px;
}

.text-label {
    font-size: 15px;
    /*font-weight: normal;*/
    font-weight: 500;
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 13px;
    color: #272838;
    height: 21px;
    line-height: 18.29px;
    /*overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
}

.border-brown bootstrap-select .bootstrap-select > .dropdown-toggle,
.border-brown bootstrap-datepicker .input-group input,
.border-brown bootstrap-datepicker .input-group span,
.border-brown bootstrap-timepicker .input-group input,
.border-brown bootstrap-timepicker .input-group span,
.border-brown input{
    border-color: #948B69 !important;
    font-weight: 600 !important;
}

.no-color bootstrap-select .bootstrap-select > .dropdown-toggle {
    font-size: 13px !important;
    font-weight: 300 !important;
    line-height: 15.85px !important;
}

.normal-input input, .normal-input textarea {
    border-color: #948B69;
    font-weight: 600 !important;
}

.text-label-add {
    padding-top: 8px;
    padding-bottom: 8px;
}

.control-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #152127;
    margin-top: 8px;
    height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.control-label2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #152127;
    margin-top: 8px;
    height: 26px;
}

.alto {
    height: 60px;
}

.control-show-text {
    white-space: normal;
    overflow: auto;
    height: auto;
}

.text-seccion {
    font-family: 'Montserrat', sans-serif !important;
    color: #152127 !important;
}

.text-subseccion {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    display: inline-block;
    float: left;
    color: #999999;
    text-transform: uppercase;
}

.text-obligatorio {
    color: red;
}

.text-title-bandeja {
    font-size: 15px !important;
}

.text-label-bandeja {
    color: #272838;
    font-family: Montserrat;
    font-size: 11px;
    font-weight: 700;
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.text-label-pendiente {
    font-size: 12px;
    font-weight: normal;
    color: #666;
    height: 22px;
}

.text-label-ruc {
    font-size: 13px;
    font-weight: normal;
    color: #999;
    margin-right: 10px;
}

.text-labelprod-bandeja {
    font-size: 13px;
    font-weight: normal;
    color: #666;
    float: left;
    margin-right: 5px;
}

.text-desc-bandeja {
    font-size: 11px;
    font-weight: 300;
    color: #000;
    /*height: 21px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #272838;
    font-family: Montserrat;
}

.text-desc-pendiente {
    font-size: 13px;
    font-weight: normal;
    color: #000;
    /*height: 21px;*/
}

.text-desc-color {
    font-size: 14px;
    font-weight: normal;
    color: #000;
}

.text-descprod-bandeja {
    font-size: 13px;
    font-weight: normal;
    color: #152127;
}

.text-w100 {
    width: 170px;
}

.data-marg-bandeja {
    margin: 7px 0;
    line-height: 18px;
}

.img-bandeja {
    position: relative;
    top: -2px;
    margin-right: 4px;
}

.img-manual {
    position: relative;
    top: -2px;
    margin-right: 4px;
}

.img-automatico {
    position: relative;
    top: -2px;
    margin-right: 4px;
}

.form-control {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #152127;
    border-radius: 10px;
    webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
    -webkit-transition: border-color ease-in-out;
    padding: 16px 20px !important;
    /*border-right: none !important;*/
    min-height: 45px !important;
}

.input-group .form-control {
    border-right: none !important;
}

.form-control2 {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #000000;
    /*border-left: 0px;
	border-radius: 0;
	border-top: 0px;
	border-right: 0px;*/
    webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
    -webkit-transition: border-color ease-in-out;
    /*border-bottom: 1px solid #c8c8c8;*/
}

.caret {
    border-top: 5px dashed;
    border-top: 5px solid\9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.pagination > li a {
    padding: 2px 15px 10px 15px;
    color: #152127;
}

.pc-paginas {
    float: left;
    margin: 0px 6px 0px 0px;
}

.pc-texto {
    float: left;
    padding: 5px 8px;
}

.pc-select {
    float: left;
}

.paginacion-numeros {
    margin: 0px;
}

    .paginacion-numeros li a {
        border-color: #dddddd;
    }

        .paginacion-numeros li a:hover {
            border-color: #152127;
            color: #152127;
        }

.paginacion-total {
    float: left;
    padding: 5px 0px;
}

    .paginacion-total span.numero {
        color: #152127;
        font-weight: bold;
        margin-left: 4px;
    }

.paginacion-seleccionar {
    text-align: center;
}

.paginacion-cantidad {
    float: right;
}

.check-importar {
    color: #999
}

    .check-importar .checkbox {
        padding-top: 0px;
        margin-top: 0px;
    }

    .check-importar div.checkbox-custom {
        padding-top: 0px;
        margin-top: 0px;
    }

    .check-importar .texto {
        margin-left: 26px;
    }

.well-lg {
    padding: 5px;
}

.panel-body {
    padding: 0px 10px;
}

.panel-body-bandeja {
    padding: 10px 15px 14px 15px !important;
}

.panel-body-bandeja-tg {
    padding: 15px 10px 20px 10px;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(244,244,246,1) 100%);
}
#bandejaConsultaSugerencia-div {
    border-radius: 10px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 246, 1) 100%);
}
#bandejaConsultaSugerencia-div dl dd {
    font-weight: 800;
}

.input-group-addon {
    /*border: 1px solid #948B69;*/
    border-radius: 0px 10px 10px 0px !important;
    /*border-left: 1px solid #ccc !important;*/
    border-left: none !important;
    background-color: #ffffff !important;
}

    .input-group-addon:hover {
        border: 1px solid #ddd;
        border-radius: 0px;
        border-left: 1px solid #ddd !important;
    }

.input-group-addon-reset {
    padding: 0px;
    font-size: inherit;
}

.input-group-icon {
    padding: 4px 10px 10px 10px;
}

.input-img-icon {
    padding: 5px 5px !important;
    margin: 4px 2px 0px 2px;
}

.input-group-general {
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0px;
    border-left: 1px solid #ccc !important;
    display: table;
}

.bootstrap-select > .dropdown-toggle {
    height: inherit;
    padding: 5px 12px;
    color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0);
    /*border-color: #948B69;*/
}

.text-info {
    color: #999999;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio] {
    position: relative;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 5px;
}

label {
    font-weight: normal;
}

.btn-wmedia {
    min-width: 120px;
}

.btn-etapas {
    color: #152127;
    padding-top: 7px;
}

    .btn-etapas:hover, .btn-etapas:active, .btn-etapas:focus {
        color: #152127;
        padding-top: 7px;
    }

.multiselect-container > li > a > label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 3px 0px 3px 0px;
}

.has-error .input-group-addon {
    color: #ff0000;
    background-color: #f2dede;
    border-color: #ff0000 !important;
}

.alinea-contenido {
    padding: 0;
    border: none;
    margin: 0;
}

.alinea-contenido-left {
    float: left;
    width: 50%;
}

.alinea-contenido-right {
    float: right;
    width: 30%;
}

.list-group-horizontal .list-group-item {
    display: inline-block;
}

.list-group-horizontal .list-group-item {
    margin-bottom: 0;
    margin-left: -4px;
    margin-right: 0;
}

    .list-group-horizontal .list-group-item:first-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
    }

    .list-group-horizontal .list-group-item:last-child {
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0;
    }

.modal-text-aviso {
    text-align: center;
    font-size: 24px;
    color: #152127;
}

.modal-header-confirm {
    border-bottom: 0px solid #e5e5e5;
    padding: 8px 12px 0px 0px;
}

.modal-footer-confirm {
    text-align: center;
    border-top: 0px solid #e5e5e5;
    padding-bottom: 30px;
}

.modal-title {
    font-size: 20px;
}
.modal-footer {
    text-align: center;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 10.61%, rgba(244, 244, 246, 1) 100%);
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.modal-footer .center-block .btn-default {
    padding: 10px 55px 12px 55px !important;
    background: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #000000;
}

.modal-footer .center-block .btn-primary {
    padding: 10px 55px 12px 55px !important;
}

.alert-labeled {
    padding: 0px;
}

.alert-labeled-row {
    display: table-row;
    padding: 0px;
    color: #2D2926;
}

.alert-labeled-row .img-info-container {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}

.alert-labelled-cell {
    padding: 10px 10px 9px 10px;
    display: table-cell;
    vertical-align: middle;
}

.alert-labeled .close > * {
    padding: 10px;
    display: table-cell;
    vertical-align: middle;
    padding-top: 13px;
}

.alert-label {
    vertical-align: middle;
    background: #ff0000;
    width: auto;
    padding: 10px 15px;
    height: 100%;
    font-size: 1.1em;
    color: #ffffff;
}

.alert-label-blue {
    vertical-align: middle;
    /*background: #1669bb;*/
    width: auto;
    padding: 10px 15px;
    height: 100%;
    font-size: 1.3em;
    color: #ffffff;
    border-radius: 15px 0px 0px 15px;
}

.alert-label-orange {
    vertical-align: middle;
    background: #f57f17;
    width: auto;
    padding: 10px 15px;
    height: 100%;
    font-size: 1.3em;
    color: #ffffff;
    border-radius: 4px 0px 0px 4px;
}

.btn-see-changes {
    color: #666666;
    border: 1px solid #666666;
    letter-spacing: 0.5px;
    font-size: 8px;
    text-transform: uppercase;
    padding: 2px 25px 4px 6px;
    background: url(../img/icons/ico-se-changes.png) no-repeat center right;
    background-size: 15px;
    border-radius: 2px;
    background-position: 96px 1px;
    margin-top: 12px;
    display: inline-block;
}

    .btn-see-changes:hover, .btn-see-changes:active, .btn-see-changes:focus {
        color: #666666;
    }

.btn-see-members {
    color: #666666;
    border: 1px solid #666666;
    letter-spacing: 0.5px;
    font-size: 8px;
    text-transform: uppercase;
    padding: 2px 18px 4px 6px;
    background: url(../img/icons/ico-right.png) no-repeat center right;
    background-size: 10px;
    border-radius: 2px;
    background-position: 64px 3px;
    display: inline-block;
}

    .btn-see-members:hover, .btn-see-members:active, .btn-see-members:focus {
        color: #666666;
    }

hr.solid {
    border-top: 1px solid #ededed;
    clear: both;
}

.fa-gris {
    color: #999999;
}

.ck-input-data {
    min-height: 32px;
}

    .ck-input-data div.checkbox-custom {
        margin-top: 0px;
    }

    .ck-input-data label {
        color: #152127 !important;
        position: absolute;
        top: 5px;
        padding-left: 25px;
    }

    .ck-input-data div label {
        padding: 0;
        padding-top: 0;
        position: relative;
        top: 7px;
        margin: 0px;
        height: 0px;
    }

.list-input {
    padding-left: 0;
}

.list-input-item {
    position: relative;
    display: block;
    padding: 0px 0px 6px 0px;
    margin-bottom: -1px;
    background-color: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

    .list-input-item:first-child {
        border-top: 0px;
    }

    .list-input-item:last-child {
        border-bottom: 0px;
    }

.files {
    margin-top: 10px;
}

.files-content {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 4px;
}

.files-attach {
    border: 1px solid #c8c8c8;
    padding: 2px 23px 5px 10px;
    border-radius: 3px;
    float: left;
    font-size: 12px;
    line-height: 14px;
    margin: 3px;
    color: #999999;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../img/icons/ico_delete.png) no-repeat center right #f1f1f1;
    background-size: 18px;
    max-width: 250px;
}

    .files-attach:hover, .files-attach:active, .files-attach:visited, .files-attach:link {
        color: #999999;
    }

.program-task-level {
    font-size: 10px;
    background-color: #F5F5F5;
    color: #ffffff;
    border-radius: 50%;
    padding: 6px 4px;
    line-height: 14px;
    position: relative;
    top: -1px;
}

.version-activo {
    background-color: #fbfbfb;
}

.btn-label-icono {
    background-color: #ffffff;
    border-radius: 9px;
    padding: 20px 18px 22px 18px;
    border: #c8c8c8 1px solid !important;
    width: 100%;
    min-height: 84px;
}

.btn-label-icono-activo {
    background-color: #f8f8f8;
    border: #c11f26 1px solid !important;
}

.btn-label-icono div.texto {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    float: left;
    width: 76%;
    text-align: left;
    line-height: 20px;
    color: #727272;
}

.btn-label-icono div.icono {
    float: right;
    width: 26px;
    margin-top: 5px;
}

    .btn-label-icono div.icono img {
        width: 100%;
    }

/*Personaliza TABS SECUNDARIO*/

/* Tabs panel */
.tabbable-panel {
}
/* Default mode */
.tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
}

    .tabbable-line > .nav-tabs > li {
        margin-right: 2px;
    }

        .tabbable-line > .nav-tabs > li > a {
            border: 0;
            margin-right: 0;
            color: #999999;
            font-family: 'Montserrat', sans-serif;
        }

            .tabbable-line > .nav-tabs > li > a > i {
                color: #a6a6a6;
            }

        .tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
            border-bottom: 4px solid #fbcdcf;
        }

            .tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
                border: 0;
                background: none !important;
                color: #333333;
            }

                .tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
                    color: #a6a6a6;
                }

            .tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
                margin-top: 0px;
            }

        .tabbable-line > .nav-tabs > li.active {
            color: #152127;
            border-bottom: 4px solid #152127;
            position: relative;
        }

            .tabbable-line > .nav-tabs > li.active > a {
                border: 0;
                color: #152127;
            }

                .tabbable-line > .nav-tabs > li.active > a > i {
                    color: #404040;
                }

.tabbable-line > .tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
}

.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}
/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
    border-top: 4px solid transparent;
}

    .tabbable-line.tabs-below > .nav-tabs > li > a {
        margin-top: 0;
    }

    .tabbable-line.tabs-below > .nav-tabs > li:hover {
        border-bottom: 0;
        border-top: 4px solid #fbcdcf;
    }

    .tabbable-line.tabs-below > .nav-tabs > li.active {
        margin-bottom: -2px;
        border-bottom: 0;
        border-top: 4px solid #f3565d;
    }

.tabbable-line.tabs-below > .tab-content {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
/*Personaliza TABS PRINCIPAL*/

/*.tabs-principal>li>a {
	font-family: 'Montserrat', sans-serif;
	color: #999999;
	text-transform: uppercase;
}
.tabs-principal>li.active>a {
	color: #152127!important;
}*/
.card {
    border: 1px solid #eee;
    /* border-top: 0px; */
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.04), 0 8px 10px 0 rgba(0,0,0,.01);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 1px 2px 0 rgba(0,0,0,.02);
    padding: 15px;
    margin-bottom: 20px;
    margin-top: -2px;
    border-radius: 0px 0px 7px 7px;
}
/*Bitacoras*/

.bitacora {
}

    .bitacora div.list-group-item {
        padding: 12px 20px 16px 20px;
    }

        .bitacora div.list-group-item:hover {
            background-color: #ffffff;
        }

.bitacora-usuario {
    font-size: 16px;
    float: left;
}

.bitacora-extras {
    float: right;
}

    .bitacora-extras span.revision {
        color: #2a8814;
        border: 1px solid #2a8814;
        letter-spacing: 0.5px;
        font-size: 9px;
        text-transform: uppercase;
        padding: 2px 6px 4px 6px;
        position: relative;
        top: -1px;
        margin-right: 16px;
    }

    .bitacora-extras span.tiempo {
        font-size: 15px;
    }

    .bitacora-extras span.fecha {
        font-size: 15px;
        margin-left: 10px;
    }

.bitacora-comentario {
    font-size: 15px;
    color: #999999;
    clear: both;
    margin-top: 6px;
}
/****************Personaliza Select Tipo Boton*******************/
.cmb-custom .bootstrap-select > .dropdown-toggle {
    background-color: red;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    background-color: #ffffff;
    border-radius: 18px;
    padding: 8px 20px;
    color: #c11f26 !important;
    border: #c11f26 2px solid !important;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0), 0 2px 10px 0 rgba(0,0,0,0);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0), 0 2px 10px 0 rgba(0,0,0,0);
    width: auto;
    height: 35px;
}

    .cmb-custom .bootstrap-select > .dropdown-toggle:hover {
        color: #152127 !important;
        border: #152127 2px solid !important;
    }

.cmb-custom .bootstrap-select.form-control:not([class*=col-]) {
    width: auto;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
}

.cmb-custom .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    padding-right: 8px;
}

.cmb-custom {
}
/****************Alinea Botones de Accion*******************/

.alinea-icomodulos {
    float: left;
    margin: 8px 8px 0px 0px;
}

.alinea-titulo {
    float: left;
    /*margin: 10px 0px;*/
    margin: 25px 0px;
}

.alinea-subtitulo {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    float: left;
    margin: 10px 0px;
}

.alinea-botones {
    padding-top: 10px;
    float: right;
}

.alinea-botones #menu .btn.btn-default{
    padding: 10px 55px 12px 55px;
}

.alinea-botones #menu .btn.btn.btn-primary {
    padding: 10px 55px 12px 55px;
}

.alinea-botones-panel {
    float: right;
    padding-right: 15px;
    padding-left: 15px;
}
/****************Formato para Switchs *******************/

.check-switch div.checkbox-custom {
    visibility: hidden;
    position: fixed;
}

.check-switch div button.btn {
    border: 1px solid #cccccc !important;
}

.check-switch div button.btn-warning:active, .check-switch div button.btn-warning.active {
    background-color: #c8c8c8;
    border-color: #c8c8c8 !important;
    padding: 6px 25px 8px 25px;
}

.check-switch div button.btn-success:active, .check-switch div button.btn-success.active {
    background-color: #6fa23a;
    border-color: #6fa23a !important;
    padding: 6px 25px 8px 25px;
}

.check-switch div button.btn-default {
    color: #999999 !important;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
/* Table to Divs */


/* Tool Gate Table */

.TG-Table {
    display: table;
    width: 100%;
    padding: 4px 2px;
    background-color: #fbfbfb;
}

.TG-TableRow {
    display: table-row;
}

.TG-TableHeading {
    background-color: #EEE;
    display: table-header-group;
}

.TG-TableCell, .TG-TableHead {
    display: table-cell;
    padding: 3px 10px;
}

.TG-TableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.TG-TableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.TG-TableBody {
    display: table-row-group;
}

.TG-Group {
    float: left;
    margin: 2px 6px 4px 6px;
}

.TG-Circ {
    font-size: 10px;
    background-color: #F5F5F5;
    color: #999999;
    float: left;
    border-radius: 50%;
    padding: 5px;
    line-height: 14px;
    width: 26px;
    height: 26px;
}

.TG-Tit {
    font-size: 10px;
    color: #999999;
    text-transform: uppercase;
    display: block;
    line-height: 10px;
}

.TG-Det {
    font-size: 10px;
    color: #999999;
    text-transform: uppercase;
    display: block;
    line-height: 10px;
}

.TG-Fijo {
    width: 50px;
}

.TG-0CircActive {
    background-color: #008abc;
    color: #ffffff;
}

.TG-0TitActive {
    color: #008abc;
}

.TG-0DetActive {
    color: #152127;
}

.TG-1CircActive {
    background-color: #73c21f;
    color: #ffffff;
}

.TG-1TitActive {
    color: #73c21f;
}

.TG-1DetActive {
    color: #152127;
}

.TG-2CircActive {
    background-color: #ff8400;
    color: #ffffff;
}

.TG-2TitActive {
    color: #ff8400;
}

.TG-2DetActive {
    color: #152127;
}

.TG-3CircActive {
    background-color: #a11979;
    color: #ffffff;
}

.TG-3TitActive {
    color: #a11979;
}

.TG-3DetActive {
    color: #152127;
}

.TG-4CircActive {
    background-color: #d2c600;
    color: #ffffff;
}

.TG-4TitActive {
    color: #d2c600;
}

.TG-4DetActive {
    color: #152127;
}

.TG-5CircActive {
    background-color: #2c404a;
    color: #ffffff;
}
/* Tool Gate DashBoard Table */

.TGDash-Table {
    display: table;
    width: 100%;
    background-color: #ffffff;
}

.TGDash-TableRow {
    display: table-row;
}

.TGDash-TableCell {
    display: table-cell;
    border-bottom: 2px solid #ffffff;
    padding: 8px 12px;
    bottom: -1px;
    position: relative;
}

.TGDash-TableBody {
    display: table-row-group;
}

.TGDash-Group {
    float: left;
    margin: 2px 6px 4px 6px;
}

.TGDash-Circ {
    font-size: 10px;
    background-color: #F5F5F5;
    color: #999999;
    float: left;
    border-radius: 50%;
    padding: 5px;
    line-height: 14px;
    width: 26px;
    height: 26px;
}

.TGDash-Tit {
    font-size: 10px;
    color: #999999;
    text-transform: uppercase;
    display: block;
    line-height: 10px;
}

.TGDash-Det {
    font-size: 10px;
    color: #999999;
    text-transform: uppercase;
    display: block;
    line-height: 10px;
}

.TGDash-Fijo {
    width: 50px;
}

.TGDash-TableCell-0Active {
    border-bottom: 2px solid #008abc;
}

    .TGDash-TableCell-0Active:after {
        content: '';
        display: block;
        position: absolute;
        left: 19px;
        bottom: 0%;
        width: 0;
        height: 0;
        border-bottom: 5px solid #008abc;
        border-top: 5px solid transparent;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }

.TGDash-0CircActive {
    background-color: #008abc;
    color: #ffffff;
}

.TGDash-0TitActive {
    color: #008abc;
}

.TGDash-0DetActive {
    color: #152127;
}

.TGDash-TableCell-1Active {
    border-bottom: 2px solid #73c21f;
}

    .TGDash-TableCell-1Active:after {
        content: '';
        display: block;
        position: absolute;
        left: 19px;
        bottom: 0%;
        width: 0;
        height: 0;
        border-bottom: 5px solid #73c21f;
        border-top: 5px solid transparent;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }

.TGDash-1CircActive {
    background-color: #73c21f;
    color: #ffffff;
}

.TGDash-1TitActive {
    color: #73c21f;
}

.TGDash-1DetActive {
    color: #152127;
}

.TGDash-TableCell-2Active {
    border-bottom: 2px solid #ff8400;
}

    .TGDash-TableCell-2Active:after {
        content: '';
        display: block;
        position: absolute;
        left: 19px;
        bottom: 0%;
        width: 0;
        height: 0;
        border-bottom: 5px solid #ff8400;
        border-top: 5px solid transparent;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }

.TGDash-2CircActive {
    background-color: #ff8400;
    color: #ffffff;
}

.TGDash-2TitActive {
    color: #ff8400;
}

.TGDash-2DetActive {
    color: #152127;
}

.TGDash-TableCell-3Active {
    border-bottom: 2px solid #a11979;
}

    .TGDash-TableCell-3Active:after {
        content: '';
        display: block;
        position: absolute;
        left: 19px;
        bottom: 0%;
        width: 0;
        height: 0;
        border-bottom: 5px solid #a11979;
        border-top: 5px solid transparent;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }

.TGDash-3CircActive {
    background-color: #a11979;
    color: #ffffff;
}

.TGDash-3TitActive {
    color: #a11979;
}

.TGDash-3DetActive {
    color: #152127;
}

.TGDash-TableCell-4Active {
    border-bottom: 2px solid #d2c600;
}

    .TGDash-TableCell-4Active:after {
        content: '';
        display: block;
        position: absolute;
        left: 19px;
        bottom: 0%;
        width: 0;
        height: 0;
        border-bottom: 5px solid #d2c600;
        border-top: 5px solid transparent;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }

.TGDash-4CircActive {
    background-color: #d2c600;
    color: #ffffff;
}

.TGDash-4TitActive {
    color: #d2c600;
}

.TGDash-4DetActive {
    color: #152127;
}

.TGDash-TableCell-5Active {
    border-bottom: 2px solid #2c404a;
}

    .TGDash-TableCell-5Active:after {
        content: '';
        display: block;
        position: absolute;
        left: 19px;
        bottom: 0%;
        width: 0;
        height: 0;
        border-bottom: 5px solid #2c404a;
        border-top: 5px solid transparent;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }

.TGDash-5CircActive {
    background-color: #2c404a;
    color: #ffffff;
}
/* Modulo DashBoard */
.MD-Panel {
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.04), 0 8px 10px 0 rgba(0,0,0,.01);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1), 0 8px 10px 0 rgba(0,0,0,.01);
    border: 1px solid #f5f5f5;
    margin-bottom: 20px;
    border-radius: 4px;
}

.MD-Panel-Heading {
    font-family: 'Montserrat', sans-serif;
    background-color: #fbfbfb;
    padding: 0px 12px 2px 12px;
    border-bottom: 1px solid #f5f5f5;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-transform: uppercase;
    line-height: 12px;
}

    .MD-Panel-Heading div.Cel {
        vertical-align: middle;
        height: 35px;
        display: table-cell;
    }

.MD-Panel-Body {
    background-color: #ffffff;
    padding: 5px 12px 3px 12px;
    min-height: 74px;
}

.MD-Panel-Body-Cell {
    vertical-align: middle;
    display: table-cell;
    height: 108px;
}

.MD-Panel-Body-Cell-Top {
    padding-top: 25px;
}

.MD-Panel-Body div.numero {
    font-size: 30px;
    line-height: 22px;
    padding: 0px 0px 0px 0px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 4px;
}

.MD-Panel-Body div.numero-add {
    font-size: 35px;
    line-height: 22px;
    padding: 0px 0px 6px 0px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 4px;
}

.MD-Panel-Body div.dato {
    width: 62px;
    float: left;
    height: 20px;
}

.MD-Panel-Body div.dato2 {
    width: 100px;
    float: left;
    height: 20px;
}

.MD-Panel-Body span.po-status-verde {
    background-color: transparent;
    color: #73c21f;
    border: 1px solid #73c21f;
    letter-spacing: 0.5px;
    font-size: 8px;
    text-transform: uppercase;
    padding: 2px 6px 4px 6px;
    position: relative;
    top: -1px;
    font-weight: 700;
    border-radius: .25em;
}

.MD-Panel-Body span.po-status-rojo {
    background-color: transparent;
    color: #ff0000;
    border: 1px solid #ff0000;
    letter-spacing: 0.5px;
    font-size: 8px;
    text-transform: uppercase;
    padding: 2px 6px 4px 6px;
    position: relative;
    top: -1px;
    font-weight: 700;
    border-radius: .25em;
}

.MD-Panel-Body span.po-status-amarillo {
    background-color: transparent;
    color: #f4ba00;
    border: 1px solid #f4ba00;
    letter-spacing: 0.5px;
    font-size: 8px;
    text-transform: uppercase;
    padding: 2px 6px 4px 6px;
    position: relative;
    top: -1px;
    font-weight: 700;
    border-radius: .25em;
}

.MD-Panel-Body a.boton {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    background: url(../img/icons/ico-ok-go.png) no-repeat right center;
    color: #999999;
    margin: 0px 4px;
    padding: 0px 12px 7px 0px;
    background-size: 10px;
    background-position: 100% 4px;
    line-height: 11px;
}

.MD-Panel-Body span.label {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: #999999;
    font-weight: 400;
}

.MD-Panel-Footer {
    background-color: #fbfbfb;
    padding: 8px 12px 12px 12px;
    border-top: 1px solid #f5f5f5;
    border-botton-left-radius: 3px;
    border-botton-right-radius: 3px;
}

.Btn-VLine {
    border-right: solid 1px #f5f5f5;
}

.BtnGoToForm {
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    background: url(../img/icons/ico-dash-form.png) no-repeat center top;
    padding-top: 34px;
    line-height: 12px;
    background-size: 36px;
    color: #999999;
    height: 60px;
    overflow: hidden;
}

.BtnInputData {
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    background: url(../img/icons/ico-dash-inputdata.png) no-repeat center top;
    padding-top: 34px;
    line-height: 12px;
    background-size: 36px;
    color: #999999;
    height: 60px;
    overflow: hidden;
}

.BtnEvaluate {
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    background: url(../img/icons/ico-dash-evaluate.png) no-repeat center top;
    padding-top: 34px;
    line-height: 12px;
    background-size: 36px;
    color: #999999;
    height: 60px;
    overflow: hidden;
}

.BtnSeeAll {
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    background: url(../img/icons/ico-dash-seeall.png) no-repeat center top;
    padding-top: 34px;
    line-height: 12px;
    background-size: 36px;
    color: #999999;
    height: 60px;
    overflow: hidden;
}

.BtnSeeAllSample {
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    background: url(../img/icons/ico-dash-sample-request.png) no-repeat center top;
    padding-top: 34px;
    line-height: 12px;
    background-size: 36px;
    color: #999999;
    height: 60px;
    overflow: hidden;
}

.BtnConfiguration {
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    background: url(../img/icons/ico-dash-configuration.png) no-repeat center top;
    padding-top: 34px;
    line-height: 12px;
    background-size: 36px;
    color: #999999;
    height: 60px;
    overflow: hidden;
}

.BtnSeeAllTasks {
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    background: url(../img/icons/ico-dash-seeall-tasks.png) no-repeat center top;
    padding-top: 25px;
    line-height: 12px;
    background-size: 30px;
    color: #999999;
    height: 60px;
    overflow: hidden;
}

.BtnAddCreate {
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    background: url(../img/icons/ico-dash-add-create.png) no-repeat center top;
    padding-top: 34px;
    line-height: 12px;
    background-size: 36px;
    color: #999999;
    height: 60px;
    overflow: hidden;
}

.BtnSampleRequest {
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    background: url(../img/icons/ico-dash-sample-request.png) no-repeat center top;
    padding-top: 34px;
    line-height: 12px;
    background-size: 36px;
    color: #999999;
    height: 60px;
    overflow: hidden;
}

.important {
    color: #272838;
    font-weight: 500;
}
/*.date-hint {
    margin-left: 5px;
    font-size: 12px;
    color: #bbb;
    margin-right: 3px;
}*/
/* Modal Elements */

.modal-header {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #f2f2f2;
    border-radius: 15px 0px 0px 0px;
}

    .modal-header div.titulo {
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
        color: #152127;
        text-transform: uppercase;
        float: left;
        padding: 0px 5px;
    }

    .modal-header button.cerrar {
        background-color: #666666;
        position: absolute;
        top: -5px;
        right: -10px;
        opacity: inherit;
        border-radius: 15px;
        text-shadow: none;
        color: #fff;
        font-size: 15px;
        line-height: 20px;
        height: 22px;
        width: 22px;
        padding: 0px 0px 22px 1px;
    }

.modal-content {
    -webkit-box-shadow: 0 0px 6px rgba(0,0,0,.4);
    box-shadow: 0 0px 6px rgba(0,0,0,.4);
}
/* Colores Texto y Fondo */

.rojo-txt {
    color: #ff0000;
}

.rojo-bg {
    color: #ff0000;
}

.verde-txt {
    color: #73c21f;
}

.verde-bg {
    color: #73c21f;
}

.amarillo-txt {
    color: #f4ba00;
}

.amarillo-bg {
    color: #f4ba00;
}

.azul-txt {
    color: #008abc;
}

.azul-bg {
    background-color: #008abc;
}

.celeste-txt {
    color: #18c5e2;
}

.celeste-bg {
    background-color: #18c5e2;
}

.gris-txt {
    color: #666666;
}

.gris-bg {
    background-color: #666666;
}

.morado-txt {
    color: #a763d0;
}

.morado-bg {
    background-color: #a763d0;
}

.naranja-txt {
    color: #ff8400;
}

.naranja-bg {
    background-color: #ff8400;
}

.rosado-txt {
    color: #e466bc;
}

.rosado-bg {
    background-color: #e466bc;
}

.enlace {
    color: #999999;
    text-decoration: underline;
}

    .enlace:hover {
        color: #999999;
        text-decoration: none;
    }

.field-validation-error {
    background-color: #00a8e0;
    color: #FFFFFF !important;
    padding: 4px 10px;
    border-radius: 4px;
    left: 20px;
    margin-top: -3px;
    position: absolute;
    line-height: 16px !important;
    font-size: 13px !important;
    max-width: 90%;
    z-index: 10;
}

    .field-validation-error:before {
        position: absolute;
        top: -1.2em;
        left: 1em;
        content: "";
        border-top: .7em transparent solid;
        border-right: .7em transparent solid;
        border-left: .7em transparent solid;
        border-bottom: .7em #00a8e0 solid;
    }

.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

.inputBuscador div.sp-peoplepicker-topLevel {
    border: 0;
    position: absolute;
    left: 0;
    top: 7px;
    padding: 0;
    margin: 0;
    background: transparent;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}
/****************** SHAREPOINT ONLINE *****************/
#ms-designer-ribbon {
    display: none !important;
}

.field-validation-error-add {
    position: relative;
    min-width: 58px;
    line-height: 11px !important;
    padding: 3px 10px 6px 10px;
}

.pallet {
    float: left;
    width: 26%;
}

.stylex {
    float: left;
    width: 11%;
    text-align: center;
    padding-top: 10px;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.alinea-cantidad {
    float: right;
    margin: 10px 0px;
}

/********12/12/2018********/
#calendario ul {
    list-style: none;
    padding-left: 0px;
}

    #calendario ul li {
        display: block;
        background-color: #00a9eb;
        /*border: 1px solid #fff;*/
        border: none;
        margin-bottom: 1px;
        color: #ffffff;
        /*width: 120px;*/
        width: 100%;
        padding: 8px 0px 2px 7px;
        font-size: 13px;
        /*border-radius: 4px;*/
    }

.cardSalacentric {
    background: #F6D5D0!important;
    border-left: solid 6px #d0b5b1!important;
    color: #272838!important;
}
.cardSala {
    background: #D1C7BD !important;
    border-left: solid 6px #b1a9a0 !important;
    color: #272838 !important;
}
.cardSalacentricGrupo {
    background: #E0DFDE !important;
    border-left: solid 6px #d0b5b1 !important;
    color: #272838 !important;
}
.cardSalaGrupo {
    background: #E0DFDE !important;
    border-left: solid 6px #b1a9a0 !important;
    color: #272838 !important;
}
/****************/

/**********/
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #f0f0f0;
    opacity: 1;
    font-size: 12px;
    font-weight: 300;
    border: 1px solid #bbb;
    text-transform: uppercase;
    color: #080b0d !important;
}
/*********/

.bootstrap-select > .dropdown-toggle {
    font-size: 14px !important;
    border-radius: 10px !important;
}

.box-controls-group {
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(230,230,233,1) 100%);
    border-radius: 15px !important;
    box-shadow: -18px -3px 121px -11px rgba(187, 189, 194, 0.75);
    -webkit-box-shadow: -18px -3px 121px -11px rgba(187, 189, 194, 0.75);
    -moz-box-shadow: -18px -3px 121px -11px rgba(187, 189, 194, 0.75);
}

.no-border-radius-top {
    border-radius : 0px 0px 15px 15px!important;
}

.no-border-radius-bottom {
    border-radius: 15px 15px 0px 0px !important;
}
.fc-white {
    color: white!important;
}
.fw-500 {
    font-weight: 500!important;
}
.fw-700 {
    font-weight: 700 !important;
}
.pl-60 {
    padding-left: 60px!important;
}

.bg-transparent {
    background-color: transparent!important;
}

.font-color-principal {
    color: #272838 !important;
    font-family: Montserrat;
}

.table-header-2 {
    font-size: 11px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
}

.ta-center {
    text-align: center!important;
}

.bg-blu2 {
    background: #2D3047!important;
}
.fc-blu2 {
    background: #2D3047 !important;
}
.oficinas-line-icon-color {
    filter: invert(48%) sepia(13%) saturate(1071%) hue-rotate(346deg) brightness(95%) contrast(83%);
}

.bootbox-body {
    text-align: center;
    color: #272838;
    font-size: 16px;
    font-weight: 500;
    padding: 40px 0;
}


/*input[type="radio"] {
    accent-color: red;
}*/

.lbl-rbt {
    font-weight: 600;
    color: #777777;
    margin-bottom: 11px;
    width: 100%;
    float: left;
    cursor: pointer;
    padding: 0 0.6em;
    box-sizing: border-box;
    /*background: #e6e6e6;*/
    transition: all 0.5s ease 0s;
}

input[type="radio"],
input[type="checkboxx"] {
    display: none;
}

    input[type="radio"] + label,
    input[type="checkboxx"] + label {
        line-height: 3em;
    }

    input[type="radio"] + label {
        border-radius: 50px;
    }

    input[type="radio"]:disabled + label,
    input[type="checkboxx"]:disabled + label {
        color: #ccc !important;
        cursor: not-allowed;
    }

    input[type="radio"]:checked:disabled + label:after,
    input[type="checkboxx"]:checked:disabled + label:after {
        border-color: #ccc;
    }

    input[type="radio"] + label:before,
    input[type="checkboxx"] + label:before {
        content: "";
        width: 26px;
        height: 26px;
        float: left;
        margin-right: 0.5em;
        border: 2px solid #ccc;
        background: #fff;
        margin-top: 0.5em;
    }

    input[type="radio"] + label:before {
        border-radius: 100%;
    }

    input[type="radio"]:checked + label,
    input[type="checkboxx"]:checked + label {
        /*background: #c1eec2;*/
    }

        input[type="radio"]:checked + label:after {
            content: "";
            width: 0;
            height: 0;
            border: 7px solid #9A6A4F;
            float: left;
            margin-left: -2.15em;
            margin-top: 1em;
            border-radius: 100%;
        }

        input[type="checkboxx"]:checked + label:after {
            content: "";
            width: 12px;
            height: 6px;
            border: 4px solid #9A6A4F;
            float: left;
            margin-left: -1.95em;
            border-right: 0;
            border-top: 0;
            margin-top: 1em;
            transform: rotate(-55deg);
        }

        input[type="radio"]:checked + label:before,
        input[type="checkboxx"]:checked + label:before {
            border-color: #9A6A4F;
        }

    input[type="radio"]:checked:disabled + label,
    input[type="checkboxx"]:checked:disabled + label {
        background: #ccc;
        color: #fff !important;
    }

        input[type="radio"]:checked:disabled + label:before,
        input[type="checkboxx"]:checked:disabled + label:before {
            border-color: #bdbdbd;
        }


.info-gray-icon {
    filter: brightness(0) saturate(100%) invert(7%) sepia(14%) saturate(1033%) hue-rotate(161deg) brightness(97%) contrast(98%);
}
#Application div div .header-content {
    display: none;
}
#mceu_14 {
    border-radius: 10px;
}
#mceu_14-body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #152127;
    border: 1px solid #948B69;
    /* border-left: 0px; */
    border-radius: 10px;
    /* border-top: 0px; */
    /* border-right: 0px; */
    webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
    -webkit-transition: border-color ease-in-out;
    padding: 16px 20px !important;
    /*height: 45px !important;*/
    min-height: 45px !important;
}

.content-search {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 246, 1) 100%);
    border-radius: 0px 15px 15px 15px;
    box-shadow: -1px 5px 16px -1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: -1px 5px 16px -1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -1px 5px 16px -1px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    padding-top: 25px
}
.glyphicon-calendar:before {
    content: url(../Content/img/icons/calendar.svg);
}
.glyphicon-time:before {
    content: url(../Content/img/icons/clock.svg);
}
/* Estilos para inputs, selects y textareas dentro de un .form-group con clase error */
.form-group.error input,
.form-group.error select,
.form-group.error textarea {
    border-color: red !important;
}

/* Estilo para el botón de bootstrap-select dentro de un .form-group con clase error */
.form-group.error .btn.dropdown-toggle {
    border-color: red !important;
}

/* Estilo para el input-group-addon (por ejemplo, el icono del calendario) */
.form-group.error .input-group-addon {
    border-color: red !important;
}
.layout-bandeja {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 246, 1) 100%);
    border-radius: 0px 15px 15px 15px;
    box-shadow: -1px 5px 16px -1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: -1px 5px 16px -1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -1px 5px 16px -1px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    padding-top: 15px;
}
.-mb-20 {
    margin-bottom: -20px;
}
.-mt20{
    margin-top: -20px
}
.well-lg2{
    padding:30px
}
/* Para pantallas con un escalado de 1.25x (125%) */
@media screen and (min-resolution: 120dpi) and (max-resolution: 149dpi) {
    .top-bar {
        height: 70px;
    }

    .navbar-left {
        width: 6% !important;
    }

    body.top-bar-fixed .page-container {
        margin-top: 75px;
    }

    body.left-sidebar-fixed .left-sidebar {
        top: 95px;
    }
    .top-bar .navbar {
        height: 70px;
    }

    .top-bar .navbar .navbar-nav > li > a {
        min-height: 40px;
        width: 50px !important;
    }

    .top-bar .navbar .navbar-nav.navbar-right {
        height: 70px;
        width: 94%;
    }

    .separador-vertical-ico-menu {
        height: 25px;
        top: 20px
    }
    .usuario {
        font-size: 13px !important;
    }

    .top-bar .navbar .navbar-nav > li h2 {
        font-size: 18px;
    }

    .top-bar .navbar .navbar-nav.navbar-right .navbar-brand {
        margin-top: 8px !important;
    }

    .top-bar .navbar .navbar-nav.navbar-right .navbar-brand img {
        max-width: 100%; /* Ajusta la imagen al ancho del contenedor */
        height: 100%; /* Mantiene la proporción original */
        object-fit: contain; /* Asegura que la imagen no se deforme */
    }

    .left-sidebar.left-sidebar-toggle {
        width: 70px;
    }

    .left-sidebar.left-sidebar-hover {
        /* width: 65px; */
        width: 320px;
    }

    .sidebar-nav li a {
        padding: 10px 8px;
    }

    .left-sidebar.left-sidebar-toggle .sidebar-nav li a {
        height: 47px;
    }

    .page-container .main-content .content.left-sidebar-toggle {
        margin-left: 95px;
    }

    .header-content h2 {
        font-size: 18px;
    }

    .form-control {
        padding: 6px 12px !important;
        min-height: 38px !important;
    }

    .input-group-addon {
        padding: 6px;
    }

    .header-content h2 {
        padding-left: 28px;
    }

    .text-label {
        font-size: 13px;
    }

    .div-tab {
        padding-top: 75px;
    }

    #pills-tab {
        margin-left: 27px;
    }

    div.tab-content {
        margin-left: 25px;
    }
    .table-responsive {
        margin-left: 25px;
    }
    /*.well {
        margin-bottom: 10px;
    }*/
    /*.row {
        margin-right: 0;
    }*/
    .clearfix {
        padding-bottom: 5px !important;
    }

    .sidebar-nav li {
        margin: 2px 5px;
    }

    .mb25 {
        margin-bottom: 20px !important;
    }

    .form-group {
        margin-bottom: 5px;
    }
    .alinea-titulo {
        float: left;
        margin: 0;
        margin-top:20px;
    }
    .modal-dialog {
        width: 530px;
    }
    .modal-lg {
        width: 950px !important;
    }
    div.modal-header {
        padding: 15px 15px !important;
    }
    .pb20 label {
        font-size: 13px;
    }
    .modal-title {
        font-size: 15px;
    }
    .bootbox-body {
        padding: 20px 0;
        font-size: 15px;
    }
    .modal-footer {
        padding: 10px;
    }
    div.modal-header h4 {
        font-size: 15px;
    }
    .btn.btn-export {
        font-size: 13px;
    }
    .text-desc-bandeja {
        font-size: 13px !important;
    }
    .layout-bandeja {
        margin-top:18px;
    }
    .page-container .main-content .content {
        position: relative;
        /*margin-left: 240px;*/
        padding: 0px 40px 0px 20px;
    }
}
