/*LG*/

@-ms-viewport {
    width: auto!important
}

html {
    font-size: 13px;
}

body {
    font-weight: 400;
    overflow-y: scroll !important;
    color: #777777;
    font-family: 'Poppins', 'Open Sans', 'Helvetica Neue', sans-serif !important;
}

body.mini-navbar #page-wrapper {
    margin: 0;
}

.bluelol-bg {
    background-color: #0099dd;
    color: white;
}

.bluelol-bg:hover {
    background-color: rgb(4, 175, 248);
    color: white;
}

.skin-1-body {
    background: #f8f8f8;
}

*:focus {
    outline: 0 none;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.fw-n {
    font-weight: normal;
}

.modal-backdrop.in {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding-left: 10px;
    padding-right: 10px;
}

.page-container {
    padding: 20px 8px;
}

.loginscreen {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(247, 247, 247, 0.95) 60%, rgba(227, 227, 227, 0.95) 100%);
    z-index: 10000 !important;
    position: fixed;
    top: 0;
    left: 0;
}

.loginscreen h5 {
    text-transform: uppercase
}

.loginscreen-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
    padding: 40px 20px;
}

.btn,
.ibox-tools>.btn-sm {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    padding: 6px 14px 7px;
    border-radius: 20px;
    line-height: 19px;
}

.btn.form-control {
    text-transform: none;
    font-weight: 400;
}

.btn.ui-select-match-item {
    padding: 3px 10px;
    border-radius: 10px;
}

.btn-nav {
    margin: 12px 11px 11px;
}

.btn-xl {
    padding: 14px 20px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.btn-xs {
    padding: 2px 10px;
    font-weight: 600;
    font-size: 9px;
}

.btn-sm {
    padding: 5px 10px;
    font-weight: 600;
    font-size: 11px;
}

.font-md {
    font-size: 16px;
}

.font-lg {
    font-size: 20px;
}

.link-gray {
    color: inherit;
}

.link-gray:hover {
    color: #0099dd;
}

.loading-row {
    background-color: #f5f5f5;
    height: 24px;
    width: 70%;
    -webkit-animation: animate_loading_bg 1s;
    animation: animate_loading_bg 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@keyframes animate_loading_bg {
    0% {
        background: #f8f8f8;
    }
    50% {
        background: #e8e8e8;
    }
    100% {
        background: #f8f8f8;
    }
}

@keyframes animate_loading_bg {
    0% {
        background: #f8f8f8;
    }
    50% {
        background: #e8e8e8;
    }
    100% {
        background: #f8f8f8;
    }
}

@-webkit-keyframes animate_loading_bg {
    0% {
        background: #f8f8f8;
    }
    50% {
        background: #e8e8e8;
    }
    100% {
        background: #f8f8f8;
    }
}

.loading-row2 {
    background-color: #f5f5f5;
    height: 24px;
    width: 50%;
    -webkit-animation: animate_loading_bg2 1s;
    animation: animate_loading_bg2 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@keyframes animate_loading_bg2 {
    0% {
        background: #e8e8e8;
    }
    50% {
        background: #f8f8f8;
    }
    100% {
        background: #e8e8e8;
    }
}

@keyframes animate_loading_bg2 {
    0% {
        background: #e8e8e8;
    }
    50% {
        background: #f8f8f8;
    }
    100% {
        background: #e8e8e8;
    }
}

@-webkit-keyframes animate_loading_bg2 {
    0% {
        background: #e8e8e8;
    }
    50% {
        background: #f8f8f8;
    }
    100% {
        background: #e8e8e8;
    }
}


/*
.row-eq-height {
    display: table;
}

.row-eq-height > [class*='col-'] {
    float: none;
    display: table-cell;
    vertical-align: top;
}*/


/*
#logo-lol{
    background-image: url("../img/lol_white.png");
    width: 101px;
    height: 28px;
    display: inline-block;
    margin:6px 0 0 15px;
}
*/

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: rgba(0, 153, 221, 0.6);
    border-color: rgba(0, 153, 221, 0.6);
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success.active[disabled],
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
    background-color: #eeeeee;
    border-color: #e5e6e7;
    color: #cccccc;
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default.active[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
    color: inherit;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    opacity: inherit;
}

input.login,
input.login:hover,
input.login:active,
input.login:focus {
    border: solid 2px #eee;
    background-color: white;
    color: #666666;
    font-size: 22px;
    border-radius: 10px;
}

.btn-file {
    cursor: pointer;
}

h1 {
    line-height: 1.6;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    color: #666666;
    margin-top: 16px;
}

h2 {
    line-height: 1.6;
    font-size: 17px;
    font-weight: 700;
    color: #666666;
    margin-top: 16px;
}

h3 {
    line-height: 1.6;
    font-size: 16px;
    font-weight: 700;
    color: #666666;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 13px;
}

h4,
h5 {
    line-height: 1.4;
    font-weight: 700;
    /* color: #0099dd; */
    margin-top: 16px;
}

.page-heading {
    padding: 0 10px;
    /* min-height: 58px; */
    border-bottom: solid 1px #dfdfdf !important;
}

.tabs-container .panel-body {
    border-radius: 0 0 10px 10px;
    border: solid 1px #dfdfdf;
    -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.06);
}


/*
.page-heading > div > h2 > i{
    color: #e8e8e8;
    font-size: 20px;
    margin-right: 10px
}
*/

.toast-info {
    background-color: #ffffd5;
    color: #666666 !important;
}

#toast-container>div {
    border-radius: 10px;
}

#toast-container>.toast-info:before {
    content: "\f05a";
    color: #666666;
}

#toast-container.toast-bottom-center>div,
#toast-container.toast-center>div,
#toast-container.toast-top-center>div {
    margin: 0 auto 10px auto;
}

.page-heading h2 {
    text-transform: uppercase;
}

.nav-subnav>li>a {
    padding: 20px 20px 12px 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    color: #8a95a5 !important;
    text-align: center;
    border-bottom: solid 3px rgba(0, 0, 0, 0);
}

#map {
    height: 100%;
}

.nav-subnav>li>a:focus,
.nav-subnav>li>a:hover,
.nav-subnav>li>a.active {
    background-color: transparent;
    color: #0099dd !important;
    border-bottom: solid 3px #0099dd;
}

#orderIconsNav>li>a {
    background: transparent;
    border-bottom: none !important;
}

#orderIconsNav>li>a .fa {
    font-size: 16px;
}

.nav-subnav>li>a>i {
    font-size: 20px;
    margin: 0;
}

#side-menu,
#side-menu>li {
    margin: 0;
    padding: 0;
}

#side-menu>li:first-child,
#side-menu>li:first-child.active {
    background: #0099dd;
    padding: 0;
}

#side-menu>li:first-child>a:hover,
#side-menu>li:first-child>a:focus {
    background: #0099dd;
}


/*#side-menu>li.active>a {
    display: table;
    margin: 15px auto;
    padding: 8px 10px;
    text-align: center;
}*/

#side-menu>li>a:hover,
#side-menu>li>a:focus {
    background: #2b3240;
}

#side-menu>li.active>a {
    background: #2b3240;
    border-left: solid 3px #0099DD;
}


/*
#side-menu>li.active>a {
    border-radius: 50%;
    background: #0099dd;
}

#side-menu>li.active>a i {
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
}*/

#side-menu hr {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0;
}

#nav-logo {
    padding: 17px 13px 17px 16px;
    -webkit-box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.15);
}

#nav-logo>div {
    background-color: #0099dd;
    /*-webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 9px 8px 7px 10px;*/
    text-align: center;
}

#nav-logo>div>i {
    margin: auto;
    font-size: 22px !important;
    font-weight: 600;
    color: #ffffff !important;
}

.modal-content {
    border-radius: 15px;
    /* overflow: hidden; */
}

.modal-content .inmodal>div:last-child {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.inmodal .modal-header {
    padding: 15px;
    text-transform: uppercase;
    background: #0099dd;
    color: white !important;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.inmodal .modal-header .label-icon,
.inmodal .modal-header a {
    color: white;
}

.inmodal .modal-header h3 {
    color: white;
    margin-bottom: 3px;
}

.inmodal .modal-header h3 small {
    color: #f7f7f7;
}

.inmodal .modal-icon {
    font-size: 50px;
    margin-top: 6px;
    color: white
}

.inmodal .modal-body {
    background: #ffffff;
    padding: 15px;
}

.inmodal .modal-footer {
    background: #f8f8f8;
    -webkit-border-bottom-right-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.ibox {
    margin-bottom: 15px !important;
    background-color: #FFFFFF;
    /* border: solid 1px #e7eaec; */
    border: solid 1px #dfdfdf;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.06);
}

.ibox-title {
    /* background-color: #fbfbfb; */
    border-radius: 10px 10px 0 0;
    border: none !important;
    border-bottom: solid 1px #dfdfdf !important;
    padding: 14px 5px;
    margin: 0 12px;
}

.ibox-title button,
.ibox-title a {
    margin-top: -7px;
}

.ibox-title .btn-sm {
    margin-top: -4px;
}

.ibox-title .input-group-btn button {
    margin-top: 0px
}

.ibox-title h5 {
    margin: 0;
    text-transform: uppercase;
    font-size: 15px;
}

.ibox-content {
    background: none !important;
    border: none !important;
    /* border-radius: 10px; */
}

.ibox-footer {
    background-color: #fcfcfc !important;
    border-radius: 0 0 10px 10px;
}

.ibox-label {
    margin: -3px 0 -10px 18px;
    font-weight: 600;
    text-transform: uppercase;
    background: #fbfbfb;
    border: solid 1px #dfdfdf;
    display: table;
    padding: 6px 15px;
    color: #0099dd;
    font-size: 11px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-box-shadow: 1px 2px 3px 0px rgb(0 0 0 / 7%);
    -moz-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 1px 2px 3px 0px rgb(0 0 0 / 7%)
}

.ibox-label-primary {
    background: #0099dd;
    border: solid 1px #0099DD;
    color: #FFFFFF;
}

.ibox-label-muted {
    background: #bbb;
    border: solid 1px #bbb;
    color: #FFFFFF;
}

.ibox-label-success {
    background-color: limegreen;
    border: solid 1px limegreen;
    color: #ffffff;
}


/* .ibox-title+.ibox-content {
    border-radius: 0 0 10px 10px;
} */

.navbar {
    min-height: 40px !important;
}

.navbar-top-links>li>a {
    padding: 10px !important;
    min-height: 40px !important;
    color: #ffffff !important;
}

.navbar-top-links>li>a>.fa {
    font-size: 18px;
    font-weight: 400;
}

.skin-1.mini-navbar .nav-second-level {
    background: none;
}

.skin-1 .nav-second-level>li>a {
    color: rgba(255, 255, 255, 0.95) !important;
}

.nav-second-level>li>a:focus,
.nav-second-level>li>a:hover {
    border-radius: 10px;
    color: #FFFFFF !important;
    background: rgba(0, 0, 0, 0.1) !important;
}

.top-bar {
    background-color: #0099DD;
    padding: 0 10px;
    min-height: 58px;
    color: #FFFFFF;
    position: relative;
    /* width: 100%; */
    z-index: 1000;
    -webkit-box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.15);
}

.top-bar h2 {
    text-transform: uppercase
}

.nav-topnav>li>a {
    padding: 11px 14px;
    margin: 8px 1px;
    text-transform: uppercase;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8) !important;
    border-radius: 5px;
}

.nav-topnav>li>a:focus,
.nav-topnav>li>a:hover,
.nav-topnav>li>a.active,
.nav-topnav>li.active>a,
.nav-user .open>a,
.nav-user .open>a:hover,
.nav-user .open>a:active,
.nav-user .open>a:focus {
    color: #FFFFFF !important;
    background: rgba(0, 0, 0, 0.1) !important;
}

.nav-topnav>li.active {
    background-color: #0099DD !important;
}

.nav-user>li:last-child {
    margin-right: 5px !important;
}

.nav-user>li>a {
    padding: 12px 15px 10px 15px !important;
}

.nav-user>li>a i {
    margin: 0;
}

.dropdown-menu {
    box-shadow: 0 4px 10px rgba(86, 96, 117, 0.5);
    border: solid 1px #d6d6d6;
    border-top: none;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    margin-top: 0;
}

.dropdown-alerts {
    padding: 0;
    width: 450px !important;
}

.dropdown-alerts>li>a {
    color: #777777;
    line-height: unset;
    margin: 0;
    padding: 10px 20px 8px 56px !important;
}

.dropdown-alerts>li:last-child>a {
    padding: 10px 20px 8px 20px !important;
}

.dropdown-alerts>li>a>i {
    margin-right: 5px;
    margin-top: 7px;
    margin-left: -46px;
    font-size: 28px;
    position: absolute;
    color: #ccc;
}

.dropdown-alerts>li>a>div {
    font-size: 13px;
    margin: 5px 0;
}

.dropdown-divider {
    height: 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.skin-1 .nav>li>a {
    text-transform: uppercase;
}

.skin-1 .minimalize-styl-2 {
    margin: 5px 10px;
}

.skin-1 .navbar-top-links>li>ul>li:last-child {
    margin-right: 0 !important;
}

.skin-1 #page-wrapper {
    background: #f8f8f8;
}

.skin-1 .navbar-static-top {
    background: #0099dd;
}


/*.nav-tabs.nav-justified>li>a{
    border-bottom-color: transparent !important;
}*/

.nav-tabs>li>a {
    border-bottom: 1px solid #dfdfdf;
}

.nav-tabs.nav-justified {
    border-bottom: 0 !important;
}

.nav-tabs.nav-justified:hover {
    border-bottom: 1px !important;
}

.tabs-container .nav-tabs>li a:hover {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #dfdfdf;
}

.tabs-container .nav-tabs>li.active>a,
.tabs-container .nav-tabs>li.active>a:hover,
.tabs-container .nav-tabs>li.active>a:focus {
    border: 1px solid #dfdfdf;
    border-bottom-color: transparent;
}

.bg-white {
    background: #ffffff !important;
}

.bg-info {
    background: #ffffd5;
    color: rgb(103, 106, 108);
}

.bg-danger {
    background-color: #ed5565 !important;
    color: #ffffff !important;
}

.bg-gray {
    background-color: #f8f8f8 !important;
}

.vcenter {
    display: flex;
    align-items: center;
}

.valign-center {
    vertical-align: middle !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-primary {
    color: #777777;
}

.text-success {
    color: limegreen;
}

.text-warning {
    color: orange !important;
}

.text-back {
    color: #bbbbbb;
}

.text-light {
    color: #999999;
}

.border-warning {
    border: solid 1px #ef5326 !important;
}

.border {
    border-top: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
}

.mg-top10 {
    margin-top: 10px;
}

.mg-top15 {
    margin-top: 15px;
}

.mg-top30 {
    margin-top: 30px;
}

.mg-top50 {
    margin-top: 50px;
}

.mg-bot10 {
    margin-bottom: 10px;
}

.mg-bot15 {
    margin-bottom: 15px;
}

.mg-bot30 {
    margin-bottom: 30px;
}

.mg-right10 {
    margin-right: 10px !important;
}

.mg-right20 {
    margin-right: 20px !important;
}

.table {
    margin-bottom: 0;
}

.table-no-borders>tbody>tr>td {
    border-top: none;
}

.table-striped-pair>tbody>tr:nth-child(4n-2),
.table-striped-pair>tbody>tr:nth-child(4n-3) {
    background-color: #f9f9f9;
}

.table-striped-3>tbody>tr:nth-child(6n-3),
.table-striped-3>tbody>tr:nth-child(6n-4),
.table-striped-3>tbody>tr:nth-child(6n-5) {
    background-color: #f9f9f9;
}

.table-first-row tr:first-child td {
    border-top: none !important;
}


/*.form-control, .single-line {
    border: none;
    border-bottom: 1px solid #e5e6e7;
    color: inherit;
    display: block;
    padding: 0 2px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    font-size: 12px;
    outline: none !important;
}
*/

.form-control {
    font-size: 12px;
    padding: 8px 12px;
    border-radius: 5px;
}

.form-control:focus {
    border-color: #0099dd !important;
    /*border-bottom: 2px solid #0099dd!important;*/
    outline: none !important;
    box-shadow: none !important;
}

.skin-1 .btn-primary {
    background-color: #0099dd;
    border-color: #0099dd;
    color: #ffffff;
}


/*.btn-default:hover,
.btn-default.active,
.btn-default:active,
.btn-default:hover i,
.btn-default.active i,
.btn-default:active i,
.btn-default:focus,
.btn-default:focus i,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover {
    background-color: #0099dd !important;
    border-color: #0099dd !important;
    color: #FFFFFF !important;
}*/

.ui-select-match-item {
    text-transform: none !important;
    font-size: 12px;
    font-weight: 400;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary.active:focus {
    background-color: #007db3;
    border-color: #007db3;
    color: #ffffff;
}

.skin-1 .btn-inverse {
    background-color: #ffffff;
    color: #0099dd;
    opacity: 0.8;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-primary.inverse,
.open .dropdown-toggle.btn-inverse,
.btn-inverse:active:focus,
.btn-inverse:active:hover,
.btn-inverse.active:hover,
.btn-inverse.active:focus {
    background-color: #ffffff;
    color: #0099dd;
    opacity: 1;
}

.btn-success {
    background-color: limegreen;
    border-color: limegreen;
    color: #ffffff;
}

.btn-success:hover,
.btn-success:active:focus,
.btn-success:active:hover {
    background-color: forestgreen;
    border-color: forestgreen;
}


/*
.btn-success:hover, .btn-success:focus,
.btn-success:active, .btn-success.active,
.open .dropdown-toggle.btn-success,
.btn-success:active:focus, .btn-success:active:hover,
.btn-success.active:hover, .btn-success.active:focus {

}
*/

.hover-highlight {
    opacity: 0.5;
}

.hover-highlight:hover {
    opacity: 1;
}

.checkbox label::after {
    padding-top: 8px !important;
}

.uib-datepicker-popup {
    padding: 10px;
}

.uib-datepicker-popup td {
    padding: 1px;
}

.ng-invalid.ng-touched {
    border: solid 1px red;
}

label {
    font-weight: 600;
    padding-top: 7px;
}

.editable-wrap {
    display: block;
}

#exchangeRatesBox {
    position: fixed;
    display: none;
    /*bottom: -100px;*/
    bottom: 0;
    padding: 20px;
    width: 100%;
    margin: auto;
    z-index: 999998;
    background-color: #ffffff;
    /*background-color: rgba(255, 255, 255, 1);*/
    border-top: solid 1px #d6d6d6;
    box-shadow: 0px -2px 2px 0px rgba(102, 102, 102, 0.2);
}

#exchangeRatesBox h4 {
    margin-bottom: 20px;
}

#exchangeRatesBox p b {
    font-weight: 600;
}

#exchangeRatesBox .fa-money {
    color: limegreen;
    font-size: 20px;
}

#exchangeRatesIcon {
    position: fixed;
    bottom: 160px;
    right: 0;
    z-index: 999999;
    background-color: #ffffff;
    color: #666666;
    border-left: solid 1px #d6d6d6;
    border-top: solid 1px #d6d6d6;
    border-bottom: solid 1px #d6d6d6;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 5px 8px 5px 10px;
    box-shadow: 0px 2px 2px 0px rgba(102, 102, 102, 0.2);
    cursor: pointer;
}

#exchangeRatesIcon:hover {
    background-color: #e6e6e6;
}


/* table td {
    vertical-align: middle !important;
} */

th {
    font-weight: 600;
    /*border-color: #999999 !important;
    padding-top:10px !important;*/
    font-size: 12px;
    border-bottom: solid 2px #dfdfdf !important;
    text-transform: uppercase;
}

table>tfoot>tr>td {
    font-weight: bold;
}

#tblOrders td,
#tblMsCsp td,
#tblMsCspCustomer td,
#quotesListTbl td {
    height: 56px;
}

.tblCtrl-l,
.tblCtrl-l>div {
    float: left !important;
}

.tblCtrl-c,
.tblCtrl-c>div {
    text-align: center !important;
    margin: 0 auto;
}

.tblCtrl-r,
.tblCtrl-r>div {
    float: right !important;
}

.orders-list-tblBox {
    padding: 20px 0;
}


/* .order-tblBox {
  padding: 0;
}

.order-tblBox > table {
  margin-bottom: 10px;
} */

#main-dashboard .widget {
    cursor: pointer;
    border: solid 2px #eee;
    background-color: white;
    color: #666666;
}

#main-dashboard .widget:hover {
    border: solid 2px #666666;
    color: #333333;
}

.home-banner {
    background-image: url('../resources/img/office_bg.jpg');
    background-position-x: right;
    background-repeat: no-repeat;
    background-color: white;
    border-bottom: solid 1px #d6d6d6;
}

.home-banner h1 {
    padding-top: 15px
}

.navbar-right .dropdown-menu {
    right: 0;
    left: auto;
}

.widget {
    border-radius: 15px
}

.widget h3 {
    margin-top: 20px;
    margin-bottom: 5px;
}

.widget small {
    min-height: 36px;
    display: block;
}

.vertical-container {
    width: 100%;
}

.vertical-timeline-content h3 {
    color: inherit;
    font-weight: 400;
}

.no-select {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

#tlyPageGuideWrapper {
    font-family: inherit;
}

#tlyPageGuideWrapper #tlyPageGuideToggles {
    top: 63px;
    width: 75px;
    height: 55px;
}

#tlyPageGuideWrapper #tlyPageGuideMessages {
    width: 100%;
    margin: 0;
}

.tlyPageGuideStepIndex.tlypageguide_right,
.tlyPageGuideStepIndex.tlypageguide_left {
    margin-top: 3px;
}

.tlyPageGuideStepIndex.tlypageguide_top,
.tlyPageGuideStepIndex.tlypageguide_bottom {
    margin-left: 5px;
}


/*.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}*/

.hr-line-dashed {
    background-color: transparent;
}

.hr-line-sm {
    margin: 10px 0 !important;
}

.progress {
    background-color: #d6d6d6;
}


/*
.progress-small,
.progress-small .progress-bar {
    height: 20px;
} */

.progress-bar {
    background-color: limegreen;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

.progress-bar-striped {
    background-image: linear-gradient( 135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 40px 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 40px 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 40px 0;
    }
}

.fa-small {
    font-size: 11px !important;
}

.fa-incon-big {
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.fa-incon-big:hover {
    opacity: 0.8;
    transition: 0.3s;
}

.orderslist-icons span {
    padding: 0 5px;
    font-size: 16px;
}

.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
    height: 2.2em;
    font-size: 12px;
    padding: 8px 12px;
}


/*.ui-select-multiple input {
    width: 100% !important;
    border: 1px solid #eaeaea !important;
}

.ui-select-multiple input:focus {
    border: 1px solid #0099dd !important;
}*/

.note-editor.note-frame {
    border: 1px solid #e5e6e7 !important;
}

.note-editor.note-frame .note-editing-area .note-editable {
    color: #777777 !important;
}

.yellow-box {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #ffffd9;
}

.yellowbox-text {
    margin: 0;
}

.total-box {
    background: #ffffd5;
}

.pace .pace-progress {
    background-color: #0089C7;
    z-index: 1040;
    height: 5px;
    top: 58px;
}

.loader-box {
    height: 100%;
    background: rgba(255, 255, 255, 0);
}

.loader-screen {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1039;
    background: rgba(255, 255, 255, 0);
}

.ibox-content>.sk-spinner {
    display: none;
}

.ibox-content.sk-loading {
    position: relative;
}

.ibox-content.sk-loading>.sk-spinner {
    display: block;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    z-index: 2000;
}

.ibox-content.sk-loading:after {
    content: '';
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    z-index: 1999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
}

.sk-spinner-cube-grid .sk-cube {
    background-color: #0099DD !important;
}

.sk-spinner-three-bounce div {
    background-color: #0099DD !important;
}

.spinner,
.loader {
    margin: auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.4);
    border-right: 1.1em solid rgba(255, 255, 255, 0.4);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.4);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    top: calc(50% - 5em);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.sk-spinner-wave.sk-spinner {
    background-color: rgba(0, 153, 221, 0.6);
    margin: 0 0;
    padding-top: 10px;
    height: 58px;
    width: 100%;
    top: 0;
    position: relative;
    /*-webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);*/
}

.sk-spinner-wave div {
    background-color: white;
    margin: auto;
    height: 40px;
    width: 4px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.sk-spinner-wave div:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.order-status {
    padding: 14px 0 0 0;
}

.input-qty {
    width: 50px !important;
    text-align: center;
}

.input-currency {
    width: 90px !important;
    text-align: right;
}

.input-group .form-control {
    border-radius: 5px 0 0 5px;
}

.input-group-btn .btn {
    border-radius: 0 5px 5px 0 !important
}

.input-apcom {
    width: 58px !important;
    height: 28px;
    text-align: right;
    padding: 6px;
}

.input-group-addon {
    padding: 6px;
    font-size: 12px;
    /*background-color: #f8f8f8;*/
    border-radius: 4px;
}

.input-line {
    border: none;
    border-bottom: 1px dashed #e5e6e7;
    padding: 2px 4px;
    border-radius: 0;
    font-size: 13px;
    height: 26px;
}

.word-break-all {
    word-break: break-all;
}

.product-qty-box {
    display: inherit !important;
    min-width: 90px;
    width: 90px !important;
}

.label-success,
.badge-success {
    background-color: limegreen;
    color: #FFFFFF;
}

.label {
    font-family: 'Poppins', 'Open Sans', 'Helvetica Neue', sans-serif !important;
    font-weight: 500;
    padding: 3px 8px 2px 8px;
}

.label-primary,
.badge-primary {
    background-color: #0099DD;
    color: #FFFFFF;
}

.label-status {
    width: 108px;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
}

.label-status-big {
    font-size: 11px;
    padding: 8px 20px;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
}

.label-status-1,
.label-qstatus-1,
.label-objstatus-1 {
    /* PENDIENTE - Q BORRADOR */
    background-color: #ffffff;
    color: #ef5326 !important;
    border: solid 1px #ef5326;
}

.label-status-10,
.label-qstatus-6 {
    /* REQ. VALIDACION - Q VENCIDA */
    background-color: #da4453;
    border: solid 1px #da4453;
}

.label-status-2,
.label-qstatus-2,
.label-objstatus-2 {
    /* REQ. APROB. COMERCIAL */
    background-color: #3bafda;
    border: solid 1px #3bafda;
}

.label-status-7,
.label-qstatus-5,
.label-objstatus-3 {
    /* REQ. APROB. CREDITICIA - Q REVISADA */
    background-color: #f6bb42;
    border: solid 1px #f6bb42;
}

.label-status-3,
.label-qstatus-3,
.label-objstatus-5 {
    /* ACEPTADA - Q CONFIRMADA */
    background-color: #967adc;
    border: solid 1px #967adc;
}

.label-status-12 {
    /* COMPRADA */
    background-color: #ac92ec;
    border: solid 1px #ac92ec;
}

.label-status-4 {
    /* PROCESADA */
    background-color: #e9573f;
    border: solid 1px #e9573f;
}

.label-status-13,
.label-objstatus-4 {
    /* EN FACTURACION */
    background-color: #a0d468;
    border: solid 1px #a0d468;
}

.label-status-8,
.label-qstatus-4,
.label-objstatus-6 {
    /* FACTURADA - Q CONCRETADA */
    background-color: #8cc152;
    border: solid 1px #8cc152;
}

.label-status-14 {
    /* EN REMISION */
    background-color: #ec87c0;
    border: solid 1px #ec87c0;
}

.label-status-9 {
    /* REMITIDA */
    background-color: #d770ad;
    border: solid 1px #d770ad;
}

.label-status-5,
.label-qstatus-7 {
    /* CERRADA - Q RECHAZADA */
    background-color: #e6e9ed;
    /*border: solid 1px #999999;*/
    color: #666666 !important;
}

.label-status-6,
.label-objstatus-7 {
    /* RECHAZADA */
    background-color: #000000;
    border: solid 1px #000000;
}

.label-status-11,
.label-qstatus-8 {
    /* RMA - Q BORRADA */
    background-color: #434a54;
    border: solid 1px #434a54;
}

.pointer {
    cursor: pointer;
}

.label-icon {
    color: #999999;
    font-size: 20px;
}

.help-badge {
    color: #cccccc;
}

.help-badge:hover {
    color: rgb(103, 106, 108);
}

.surch-include {
    margin-left: 20px;
    margin-right: 5px;
    display: inline-block;
}

.nav-justified>li {
    float: none !important;
}

.country-icon {
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    vertical-align: middle !important;
    text-align: -webkit-center !important;
    padding-right: 8px !important;
    padding-left: 8px !important;
}

.count-info .label {
    right: 3px;
    top: 12px;
}

#eventsTbl td {
    padding: 10px;
}

.tbl-td-p10 td {
    padding: 10px !important;
}

#eventsTbl p {
    margin-bottom: 6px;
}

.td-no-border td {
    border-top: none !important;
}

.ani-heartbeat {
    animation: heartbeat 1s infinite;
}

#opp-status-bar span {
    text-transform: uppercase;
}

#opp-status-bar a {
    text-decoration: none;
    display: block;
    color: #777777;
}

#opp-status-bar a:hover {
    color: #0099dd;
}

#opp-status-bar .status-active a:hover {
    color: inherit;
}

#opp-status-bar .status-active i,
#opp-status-bar .status-active span {
    color: limegreen;
}

#opp-status-bar i {
    font-size: 16px;
    margin-bottom: 5px;
}

#forecast-bar i {
    font-size: 26px;
}

@keyframes heartbeat {
    0%,
    40%,
    80%,
    100% {
        transform: scale( .75);
    }
    20%,
    60% {
        transform: scale( 1);
    }
    /* 40%
  {
    transform: scale( .75 );
  }
  60%
  {
    transform: scale( 1 );
  }
  80%
  {
    transform: scale( .75 );
  }
  100%
  {
    transform: scale( .75 );
  } */
}


/* Shine */

.ani-shine:after {
    content: '';
    top: 0;
    transform: translateX(100%);
    width: 50px;
    height: 60px;
    position: absolute;
    z-index: 1;
    animation: slide 1.5s infinite;
    /*
  CSS Gradient - complete browser support from http://www.colorzilla.com/gradient-editor/
  */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(99%, rgba(128, 186, 232, 0)), color-stop(100%, rgba(125, 185, 232, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
    /* IE6-9 */
}


/* animation */

@keyframes slide {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.lol-swal-container {
    padding: 1em !important;
}

.lol-swal-toast {
    display: block !important;
    padding: 1.4em !important;
    border-left: solid 14px #4ac7ff !important;
    box-shadow: 0 0 0.825em #666 !important;
}

.lol-swal-title {
    text-transform: uppercase !important;
    margin: 0 0 3px 0 !important;
    color: #0099dd !important;
}


/*MD*/

.newEventBody {
    max-width: 1000px;
    padding: 0px;
    margin: 0 auto;
}

#newEventForm {
    animation-duration: 1s !important;
    animation-delay: 0.1s !important;
    -webkit-animation-duration: 1s !important;
    -webkit-animation-delay: 0.1s !important;
}

.custom-animation {
    animation-duration: 1s !important;
    animation-delay: 0.1s !important;
    -webkit-animation-duration: 1s !important;
    -webkit-animation-delay: 0.1s !important;
}

.tablaInvitados {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

.tablaInvitadosHeader {
    margin-top: 40px;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

.tablaInvitados tbody {
    height: 500px;
    display: -webkit-box;
}

.optionsTable {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

.thumbnail {
    position: relative;
    width: 190px !important;
    height: 190px !important;
    overflow: hidden;
}

.thumbnail img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    object-fit: cover;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.thumbnail img.portrait {
    width: 100%;
    height: auto;
}

.slick-slide {
    opacity: 0.8;
    transform: scale(1);
}

.slick-current {
    opacity: 1 !important;
    transform: scale(1.1);
    z-index: 999;
}

.gm-style {
    background: transparent url(../resources/img/loading_spinner.gif) no-repeat center center;
    background-color: white !important;
}

.label-form-event {
    font-weight: 400;
    font-size: 11pt;
}

.flotante {
    position: fixed;
    top: 0px;
    left: 85px;
    width: 100%;
    z-index: 1000;
    opacity: 0.9;
}

.donut {
    position: relative;
    float: left;
}

.donut h2 {
    text-align: center;
    position: absolute;
    line-height: 125px;
    width: 100%;
}

svg {
    transform: rotate(-90deg);
}

.circle_animation {
    stroke-dasharray: 440;
    stroke-dashoffset: 440;
}

.circle .circle_animation {
    -webkit-animation: circle 1s ease-out forwards;
    animation: circle 1s ease-out forwards;
}

@-webkit-keyframes circle {
    to {
        stroke-dashoffset: 160;
    }
}

@keyframes circle {
    to {
        stroke-dashoffset: 160;
    }
}

.tooltip-emblue-thumbnail .tooltip-inner {
    width: auto;
    max-width: none;
}

::placeholder {
    color: #bbb !important;
    opacity: 1;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #bbb !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #bbb !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #bbb !important;
}

::-ms-input-placeholder {
    /* Edge */
    color: #bbb !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #bbb !important;
}

.text-muted {
    color: #bbb !important;
}

.employee {
    table-layout: fixed;
}

.employee td,
.employee th {
    width: 100px;
}

.employee-image {
    width: 125px;
    height: 159px;
    border: 1px solid #dfdfdf;
    margin: 0px auto -6px auto;
    overflow: hidden;
    padding: 4px;
    border-radius: 10px;
    box-sizing: border-box;
}

.employee-image-logo {
    margin-top: 50px;
    color: #dfdfdf;
    font-size: 45px
}

.employee-image img {
    flex: 0;
    width: 100%;
    border-radius: 7px;
    height: 100%;
}

.news-image {
    width: 296px;
    height: 160px;
    border: 1px solid #dfdfdf;
    margin: 0px auto -6px auto;
    overflow: hidden;
    padding: 4px;
    border-radius: 10px;
    box-sizing: border-box;
}

.news-image-logo {
    margin-top: 50px;
    color: #dfdfdf;
    font-size: 45px
}

.news-image img {
    flex: 0;
    width: 100%;
    border-radius: 7px;
    height: 100%;
}

.cropArea {
    background: #E4E4E4;
    overflow: hidden;
    width: 500px;
    height: 350px;
    margin: auto;
}

#fileInput,
#filePDFInput {
    display: none;
}

.row-title {
    font-weight: 600;
    font-size: 12px;
}

.employee-hr {
    margin-top: 16px;
}

.employee-image-list {
    border: 1px solid #dfdfdf;
    width: 105px;
    height: 138px;
    margin: auto;
    overflow: hidden;
}

.div-image-employee-description {
    width: 100px;
    height: 100px;
    overflow: hidden;
    padding: 0;
    border-radius: 50%;
}

.image-employee-description {
    width: 100%;
}

.text-to-lowercase {
    text-transform: lowercase;
}

.text-to-capitalize {
    text-transform: capitalize;
}

.flex-wrap {
    flex-wrap: wrap;
}

.event-info .icheckbox_minimal-blue input {
    height: 18px;
}

#solutionImageDiv,
#ImageDiv {
    border: 1px solid #dfdfdf;
    width: 130px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

#ImageDiv {
    margin: 0;
    margin-top: 20px;
    width: 100%;
    height: 100%;
}

#ImageDiv i {
    font-size: 75px;
    color: #dadada;
}

#Image {
    background-color: white;
    max-width: 100%;
    max-height: 70vh;
    margin: auto;
    border: 1px solid #dadada;
}

#solutionImageDiv i {
    font-size: 45px;
    color: #dfdfdf;
}

#solutionImage {
    max-width: 100%;
    max-height: 130px;
    margin-bottom: 10px;
}

#ImageContainer {
    display: flex;
}

.imageHistory {
    max-height: 100px;
}

.colorSquare {
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-right: 5px;
}

.swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.swal2-container.swal2-shown.lol-swal-container {
    background-color: transparent !important;
}

.swal2-popup.swal2-toast .swal2-html-container {
    margin-top: -10px !important;
}

.swal2-popup {
    border-radius: 10px !important;
}

.swal2-select {
    border: solid 2px #d6d6d6;
}

.swal2-popup .swal2-styled.swal2-cancel,
.swal2-popup .swal2-styled.swal2-confirm {
    border-radius: 20px !important
}

.swal2-popup.swal2-toast .swal2-title {
    text-transform: uppercase;
    margin: 0.5em 1em 1em 1em !important;
}

.swal2-popup.swal2-toast .swal2-icon {
    margin: 1em .5em 0 0 !important;
    align-self: unset !important;
}

.swal2-popup.swal2-toast .swal2-actions {
    justify-content: flex-end !important;
}

.swal2-styled.swal2-confirm {
    background-color: limegreen !important;
}

.uib-day .btn,
.btn.uib-title,
.btn.uib-right,
.btn.uib-left {
    border-radius: 3px;
}

.contact-box {
    border-radius: 10px;
}

.employee-image-list {
    border-radius: 10px;
}

.input-group .form-control:first-child {
    border-radius: 5px 0 0 5px
}

.input-group-addon+.form-control {
    border-radius: 0 5px 5px 0
}

.uib-tab.active .nav-link {
    border-radius: 10px 10px 0 0
}

.employee_photo_inmodal {
    overflow: hidden;
    border-radius: 13px 13px 0 0;
}

.employee_photo_inmodal .modal-header {
    padding: 0px;
}

.m-b-mobile {
    margin-bottom: 15px;
}

.builder-info h4 {
    color: rgb(119, 119, 119);
}

.builder-info h5 span {
    font-weight: 500;
    color: rgb(119, 119, 119);
}

.boton-builder {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    color: rgb(119, 119, 119);
    justify-content: center;
    background-color: white;
    border: 1px solid #dfdfdf;
}

.boton-builder-down {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 17px
}

.boton-builder:hover {
    background-color: rgb(230, 230, 230);
    color: rgb(119, 119, 119);
    cursor: pointer;
}

.placeholder-builder {
    height: 179px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 320px;
    max-width: 100%;
}

.placeholder-builder i {
    font-size: 40px;
    color: #dfdfdf;
}

.submenu {
    display: none;
}

.textlink-editable {
    border-bottom: dashed 1px #0099dd;
    text-decoration: none;
}

.textlink-editable-muted {
    color: #bbb;
    border-bottom: dashed 1px #bbb;
    text-decoration: none;
    font-style: italic;
}

.open-button {
    display: none;
}

.mobile-menu-section i {
    font-size: 35px;
    margin-bottom: 10px;
}

.mobile-menu-section p {
    font-size: 13px;
    margin-bottom: 40px;
}

.body-small #navbar-mobile {
    display: none;
}

#navbar-mobile,
.navbar-mobile-sub {
    display: none;
    position: fixed;
    right: 0px;
    top: 0px;
    background-color: rgba(0, 153, 221, 0.93);
    padding-top: 8px;
    width: 100%;
    transition: all 0.01s;
    color: white;
    height: 100vh;
    z-index: 20000;
    overflow: auto;
}

#navbar-mobile h2 {
    color: white;
    padding-left: 15px;
    margin-bottom: 50px;
}

.navbar-mobile-sub {
    height: 100vh;
    padding: 29px;
    padding-top: 26px;
    z-index: 20001;
    font-size: 16px;
    background-color: rgba(0, 153, 221, 0.9);
}

.navbar-mobile-sub i {
    margin-bottom: 30px;
}

.navbar-mobile-sub a {
    color: white;
}

.navbar-mobile-sub a {
    list-style-type: none;
    display: block;
    width: 100%;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid white;
}

.navbar-mobile-sub-menu {
    text-align: left;
}

.navbar-mobile-sub-menu i {
    font-size: 16px;
}

#nav-sections {
    position: absolute;
    z-index: 999;
    top: 58px;
    left: 10px;
    background-color: #666666;
    padding: 10px 0;
    display: none;
    -webkit-box-shadow: 2px 2px 3px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 3px 0px rgb(0 0 0 / 15%);
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

#nav-sections>ul {
    margin: 0;
    padding: 5px 15px;
    list-style: none;
}

#nav-sections>ul>li {
    padding: 0;
}

#nav-sections>ul>li>a {
    color: rgba(255, 255, 255, 0.95) !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 2;
    padding: 10px 40px 10px 20px;
    display: block;
    margin: 1px 0;
}

#nav-sections>ul>li>a:hover {
    border-radius: 10px;
    color: #FFFFFF !important;
    background: rgba(0, 0, 0, 0.1) !important;
}

#nav-sections>ul>li>a>i {
    font-size: 18px;
    margin-right: 15px;
    width: 24px;
    text-align: center;
}

.nav-sections-btn {
    cursor: pointer;
    display: inline-block;
    margin: 5px 0;
    padding: 8px 10px;
    margin: 8px 0 6px -10px;
    border-radius: 5px;
}

.nav-sections-btn:hover {
    background: rgba(0, 0, 0, 0.1) !important;
}

.label-event {
    margin-right: 7px;
}

.table-responsive-big {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
}

.table-responsive-big>.table {
    margin-bottom: 0;
}

.tbody-hide {
    display: none;
}

.table-responsive-big>.table>thead>tr>th,
.table-responsive-big>.table>tbody>tr>th,
.table-responsive-big>.table>tfoot>tr>th,
.table-responsive-big>.table>thead>tr>td,
.table-responsive-big>.table>tbody>tr>td,
.table-responsive-big>.table>tfoot>tr>td {
    white-space: nowrap;
}

.panel-default>.panel-heading {
    background-color: #fbfbfb !important;
}

.note-editor.note-frame .note-statusbar {
    background-color: #fbfbfb !important;
}

.question-response:nth-child(odd) {
    background-color: #f3f3f3;
}

@media (max-width: 1359px) {}

@media (min-width: 1200px) {
    .modal-lg {
        width: 1180px;
    }
}


/*SM*/

@media screen and (min-width: 992px) {
    .m-b-mobile {
        margin-bottom: 0px;
    }
}

@media (max-width: 991px) {
    .tblCtrl-l,
    .tblCtrl-l>div {
        margin: 0 auto;
        float: none !important;
        text-align: center !important;
    }
    .tblCtrl-c,
    .tblCtrl-c>div {
        margin: 0 auto;
        float: none !important;
        text-align: center !important;
    }
    .tblCtrl-r,
    .tblCtrl-r>div {
        margin: 0 auto;
        float: none !important;
        text-align: center !important;
    }
}


/*XS*/

@media (min-width: 901px) {
    .Step-container {
        width: 500px;
    }
}

@media (max-width: 900px) {
    .Step-container {
        width: 500px;
    }
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #dfdfdf;
    }
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 15px;
    }
    .row-eq-height>[class*="col-"] {
        display: flex;
        flex-direction: column;
    }
    .row-eq-height .ibox {
        background-color: #ffffff;
        border: solid 1px #dfdfdf;
        min-height: 100%;
        height: 100%;
    }
    .row-eq-height .ibox .ibox-title {
        border: none;
        border-bottom: solid 1px #dfdfdf;
    }
    .row-eq-height .ibox .ibox-content {
        border: none;
    }
}

@media (max-width: 767px) {
    #logo-lol {
        background-position: -63px 0;
        width: 38px;
    }
    .tblCtrl-l,
    .tblCtrl-l>div {
        margin: 0 auto;
        float: none !important;
        text-align: center !important;
    }
    .tblCtrl-c,
    .tblCtrl-c>div {
        margin: 0 auto;
        float: none !important;
        text-align: center !important;
    }
    .tblCtrl-r,
    .tblCtrl-r>div {
        margin: 0 auto;
        float: none !important;
        text-align: center !important;
    }
    .navbar-nav>li {
        float: left;
    }
}

@media (max-width: 768px) {
    .Step-container {
        width: 430px;
    }
    .home-banner {
        background-image: none;
        position: relative;
        z-index: 1;
    }
    .home-banner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: .1;
        z-index: -1;
        background-position: center top;
        background-repeat: no-repeat;
        background-color: white;
        background-image: url('../resources/img/office_bg.jpg');
    }
}

@media (max-width: 600px) {
    .Step-container {
        width: 350px;
    }
    .Step-container h1 {
        font-size: 21px !important;
    }
    .dropdown-alerts {
        width: 100vw !important;
        right: -78px !important;
    }
}

@media (max-width: 450px) {
    .Step-container {
        width: 300px;
    }
    .Step-container h1 {
        font-size: 21px !important;
    }
}

@media screen and (max-width: 424px) {
    body.modal-open #navbar-mobile.animated,
    body.modal-open .navbar-mobile-sub.animated {
        animation-fill-mode: both;
    }
    body.modal-open .navbar-mobile-sub {
        z-index: 2001
    }
    .mobile-menu-icon,
    .body-small .mobile-menu-icon-close {
        display: none;
    }
    .body-small .mobile-menu-icon,
    .mobile-menu-icon-close {
        display: inline-block;
    }
    .open-button {
        display: flex;
        background-color: transparent;
        position: fixed;
        right: 10px;
        top: 10px;
        z-index: 20005;
        width: 50px;
        transition: all 0.5s;
        height: 50px;
        border-radius: 50%;
        box-shadow: none;
        color: white;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        overflow: hidden;
    }
    .body-small .open-button {
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
        background-color: #09d;
    }
    body.mini-navbar #page-wrapper {
        margin: 0;
        transform: translateX(0px);
    }
    .navbar-static-side {
        transform: translateX(-70px);
        z-index: 3;
    }
    .text-mobile-center {
        text-align: center;
    }
    .text-mobile-center .pull-right {
        float: none !important;
    }
    .text-mobile-center ul.pull-right {
        text-align: center;
    }
    .text-mobile-center .navbar-nav>li {
        float: none;
    }
    .text-mobile-center.div-image-employee-description {
        margin: auto;
    }
    .home-banner {
        background-position-x: center;
    }
}