@charset "UTF-8";
body {
    text-rendering: optimizeLegibility!important;
    -webkit-font-smoothing: antialiased!important;
    -moz-osx-font-smoothing: grayscale!important
}
::selection {
    background: #1BB7A0;
    /*background: #2dc3e8;*/
    color: #fff
}
::-moz-selection {
    background: #1BB7A0;
    /*background: #2dc3e8;*/
    color: #fff
}
:focus {
    outline: 0
}
a, a:active, a:focus, a:hover {
    text-decoration: none
}

.text-red{color: #d73d32}
.text-ornage{color: #ff9800}
.white {
    color: #fff !important
}

.font-90 {
    font-size: 90%
}

.bg-themeprimary {
    background-color: #6498fe !important
}

.bg-themesecondary {
    background-color: #fb6e52 !important
}

.bg-themethirdcolor {
    background-color: #ffce55 !important
}

.bg-darkorange {
    background-color: #ed4e2a !important
}

.bg-warning {
    background-color: #f4b400 !important
}

.bg-success {
    background-color: #53a93f !important
}

.bg-green {
    background-color: #8cc474 !important
}

.bg-palegreen {
    background-color: #a0d468 !important
}
.bg-purple{
    background-color: #673AB7 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-yellow {
    background-color: #ffce55 !important
}
.bg-info{background-color:#57b5e3 !important}
.bordered-palegreen {
    border-color: #a0d468 !important
}
.bordered-amber{
    border-color: #FFC107 !important
}

.themeprimary {
    color: #6498fe !important
}

.themesecondary {
    color: #fb6e52 !important
}

.themethirdcolor {
    color: #ffce55 !important
}
.bordered-blueberry {
    border-color: #6f85bf !important;
}

.warning {
    color: #f4b400 !important
}

.orange {
    color: #fb6e52 !important
}

.green {
    color: #8cc474 !important
}

.darkgray {
    color: #999 !important
}

.palegreen{
    color: #a0d468 !important
}

.border-themesecondary{
    border: 1px solid #fb6e52 !important
}

.border-themethirdcolor{
    border: 1px solid #ffce55 !important
}

.border-themeprimary{
    border: 1px solid #6498fe !important
}

.border-palegreen{
    border:1px solid #a0d468 !important
}

button:focus,a:focus {
    outline: none
}

button::-moz-focus-inner,a::-moz-focus-inner {
    border: 0
}

hr {
    border-top: 1px solid #e5e5e5
}

hr.wide {
    margin-right: -15px;
    margin-left: -15px
}

html {
    min-height: 100%;
    position: relative;
    overflow-x: hidden
}

body {
    padding-bottom: 0;
    min-height: 100%;
    font-family: 'Open Sans', 'Segoe UI';
    font-size: 13px;
    color: #444
}

body:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #eee
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 300 !important;
    font-family: 'Open Sans', 'Segoe UI'
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small {
    color: #444
}

h1 {
    font-size: 32px
}

h1.smaller {
    font-size: 31px
}

h1.bigger {
    font-size: 33px
}

h1.block {
    margin-bottom: 16px
}

h2 {
    font-size: 26px
}

h2.smaller {
    font-size: 25px
}

h2.bigger {
    font-size: 27px
}

h2.block {
    margin-bottom: 16px
}

h3 {
    font-size: 22px
}

h3.smaller {
    font-size: 21px
}

h3.bigger {
    font-size: 23px
}

h3.block {
    margin-bottom: 16px
}

h4 {
    font-size: 18px
}

h4.smaller {
    font-size: 17px
}

h4.bigger {
    font-size: 19px
}

h4.block {
    margin-bottom: 16px
}

h5 {
    font-size: 15px
}

h5.smaller {
    font-size: 14px
}

h5.bigger {
    font-size: 16px
}

h5.block {
    margin-bottom: 16px
}

h6 {
    font-size: 13px
}

h6.smaller {
    font-size: 12px
}

h6.bigger {
    font-size: 14px
}

h6.block {
    margin-bottom: 16px
}

.text-align-center {
    text-align: center !important
}

.text-align-left {
    text-align: left !important
}

.text-align-right {
    text-align: right !important
}

.text-align-justify {
    text-align: justify !important
}

.block-center {
    margin: 0 auto
}

.uppercase {
    text-transform: uppercase
}

p {
    line-height: 22px
}

a:focus,a:active {
    text-decoration: none
}

.navbar {
    padding: 0;
    margin: 0;
    border: none;
    height: 45px;
    min-height: 45px;
    z-index: 200
}

.navbar .navbar-inner {
    border: 0;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    min-height: 45px;
    position: relative;
    background-color: #2dc3e8
}

.navbar .navbar-inner .navbar-container {
    padding-left: 10px
}

.navbar .navbar-inner .navbar-container .navbar-header .navbar-brand{
    line-height: 35px;
}

.navbar .navbar-inner .navbar-header .navbar-account {
    height: 45px;
}

.navbar .navbar-inner .navbar-header .navbar-account>div {
    display: inline-block;
    width: auto;
    vertical-align: top
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area {
    position: absolute;
    top: 0;
    right: 5px;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    list-style: none;
    margin-bottom: 0;
    display: inline-block;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li {
    float: left;
    position: relative;
    height: 45px
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li>a {
    position: relative;
    min-width: 50px;
    height: 45px;
    display: inline-block
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li>a:hover {
    text-decoration: none
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li>a .icon {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    -webkit-transition: line-height .3s ease;
    -moz-transition: line-height .3s ease;
    -o-transition: line-height .3s ease;
    transition: line-height .3s ease
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li>a .badge {
    position: absolute;
    top: 6px;
    left: 4px;
    padding: 2px;
    cursor: pointer;
    background-color: transparent !important;
    border: 1px solid #fff;
    width: 18px;
    height: 18px;
    box-shadow: 1px 1px 0 #2dc3e8;
    -webkit-transition: top .3s ease;
    -moz-transition: top .3s ease;
    -o-transition: top .3s ease;
    transition: top .3s ease
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu {
    padding: 0;
    min-width: 240px;
    -webkit-animation-name: dropdownSlideInDown;
    -moz-animation-name: dropdownSlideInDown;
    -o-animation-name: dropdownSlideInDown;
    animation-name: dropdownSlideInDown;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    -o-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-border-radius: 0 !important;
    -webkit-background-clip: padding-box !important;
    -moz-border-radius: 0 !important;
    -moz-background-clip: padding !important;
    border-radius: 0 !important;
    background-clip: padding-box !important
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu li {
    background-color: #fff;
    border: 0;
    padding: 0 8px
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu li:hover {
    background-color: #f5f5f5
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu li a {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    padding: 10px 2px
}

/* progress */

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu li a .progress {
    margin-bottom: 0;
    margin-top: 4px
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu li a:hover {
    background-color: #f5f5f5
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu li.dropdown-header,
.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu li.dropdown-footer {
    -webkit-text-shadow: none;
    text-shadow: none;
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
    color: #262626
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu li.dropdown-header {
    padding: 0 10px;
    line-height: 34px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cecece
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu li.dropdown-header a {
    line-height: 34px
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu li.dropdown-header[class*="bordered-"] {
    border-bottom-width: 3px;
    border-style: solid
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu li.dropdown-header i {
    margin-right: 5px
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu li.dropdown-footer {
    padding: 8px 5px 8px 10px
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu li.dropdown-footer[class*="bordered-"] {
    border-top-width: 3px;
    border-style: solid
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu li.dropdown-footer a {
    display: inline-block;
    color: #999;
    padding: 0
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu li.dropdown-footer .btn {
    margin-top: -3px
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-notifications {
    min-width: 300px;
    padding-top: 10px
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-notifications li {
    border-bottom: 1px solid #f3f3f3
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-notifications li .notification-icon {
    float: left
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-notifications li .notification-icon i {
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin-right: 10px;
    font-size: 15px;
    border-radius: 50%
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-notifications li .notification-body {
    float: left
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-notifications li .notification-body .title {
    display: block;
    font-size: 13px
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-notifications li .notification-body .description {
    display: block;
    font-size: 10px;
    color: #999
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-notifications li .notification-extra {
    float: right;
    text-align: right
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-notifications li .notification-extra i {
    font-size: 14px
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-notifications li .notification-extra .description {
    display: block;
    font-size: 10px;
    color: #999
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-notifications li.dropdown-footer {
    background-color: #6498fe;
    border-bottom: 0;
    color: #fff
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-notifications li.dropdown-footer a {
    color: #fff
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-notifications li.dropdown-footer .weather-icon {
    margin-top: -7px;
    margin-left: 5px
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-messages {
    width: 300px;
    padding-top: 10px
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-messages li {
    border-bottom: 1px solid #f3f3f3
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-messages li .message-avatar {
    max-width: 42px;
    margin-right: 6px;
    margin-top: 5px;
    vertical-align: top
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-messages li .message {
    display: inline-block;
    position: relative;
    width: 225px
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-messages li .message span {
    display: block
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-messages li .message-sender {
    font-size: 13px
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-messages li .message-time {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 11px;
    font-weight: 400;
    color: #6498fe
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-messages li .message-subject {
    margin-top: 5px
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-messages li .message-body {
    color: #999;
    max-height: 35px;
    width: 100%;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-login-area>li {
    border-bottom: 1px solid #f5f5f5
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-login-area>li:hover,
.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-login-area>li a:hover {
    background-color: #fff
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-login-area>li.username {
    display: none;
    text-align: center;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-login-area>li.email {
    text-align: center;
    font-size: 12px
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-login-area>li .avatar-area {
    position: relative;
    text-align: center;
    margin: 10px auto;
    width: 128px;
    height: 128px;
    background-color: red;
    border-radius: 50%;
}

.circle{
    text-align:center;
    margin:20px 0;
}
.circle .circle-user{
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;
    -moz-background-clip:padding;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    margin:0 auto;
    width:120px;
    height:120px;
    background:#56bc94;
    color:#fff;
    border:5px solid #9fd9c2;
}
.circle .circle-user .icon-users{font-size:80px;line-height: 100px;}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-login-area>li.edit {
    min-height: 35px
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-login-area>li.edit a {
    color: #999;
    display: inline-block;
    clear: none;
    font-size: 13px
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-login-area>li.edit a:hover {
    color: #6498fe
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-login-area>li.dropdown-footer {
    padding: 10px;
    border-top: 3px solid #2dc3e8;
    border-bottom: 0;
    text-align: right
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-login-area>li.dropdown-footer a {
    color: #717171;
    font-size: 13px;
    font-weight: 300
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-arrow:before {
    content: '';
    display: inline-block;
    right: 0;
    position: absolute;
    width: 50px;
    background-color: #fff;
    border: 0;
    top: -46px;
    height: 3px;
    -webkit-box-shadow: 0 2px 40px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 2px 40px rgba(0, 0, 0, .4);
    box-shadow: 0 2px 40px rgba(0, 0, 0, .4)
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li.open>a {
    background-color: #2dc3e8;
    -webkit-box-shadow: 0 2px 40px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 2px 40px rgba(0, 0, 0, .4);
    box-shadow: 0 2px 40px rgba(0, 0, 0, .4)
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li.open .dropdown-menu {
    margin-top: 0;
    right: 0;
    border: 0 !important
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area {
    padding: 8px 20px 10px 20px;
    height: 45px;
    opacity: 1;
    position: relative;
    cursor: pointer;
    min-width: 240px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area .avatar {
    margin-right: 10px;
    display: block;
    float: left;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area+.dropdown-menu {
    width: 100%;
    min-width: 100px
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area+.dropdown-arrow:before {
    width: 100%
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area{
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: .9s;
    -moz-transition: .9s;
    -o-transition: .9s;
    transition: .9s
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area .circle {
    margin-right: 14px;
    display: block;
    float: left;
    border-left: 2px solid #fb6e52;
    width: 29px;
    height: 29px
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area .avatar i{
    font-size: 20px;
    line-height: 28px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area section {
    width: auto;
    display: block;
    overflow: hidden;
    line-height: 25px;
    float: left
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area section h2 {
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    margin: 0
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area section h2 span {
    display: block;
    color: #fff;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-decoration: none;
    line-height: 25px;
}

.navbar .navbar-brand {
    color: #fff;
    font-size: 24px;
    -webkit-text-shadow: none;
    text-shadow: none;
    padding: 2px 0 2px 0;
    font-weight: 200;
    height: 45px
}

.navbar .navbar-brand small img {
    height: 40px;
    width: 177px
}

.navbar .sidebar-collapse {
    text-align: center;
    padding: 0;
    position: absolute;
    left: 189px;
    top: 0;
    z-index: 2;
    width: 35px;
    height: 45px
}

.navbar .sidebar-collapse:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px rgba(0, 0, 0, .2)
}

.navbar .sidebar-collapse .collapse-icon {
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    padding: 11px 5px;
    line-height: 22px;
    position: relative;
    -webkit-transition: background-color .218s ease;
    -moz-transition: background-color .218s ease;
    -o-transition: background-color .218s ease;
    transition: background-color .218s ease;
    -webkit-transition: -webkit-box-shadow .218s ease;
    -moz-transition: -moz-box-shadow .218s ease;
    -o-transition: box-shadow .218s ease;
    transition: box-shadow .218s ease;
    -webkit-transition: color .318s ease;
    -moz-transition: color .318s ease;
    -o-transition: color .318s ease;
    transition: color .318s ease
}

.navbar .sidebar-collapse.active:hover {
    box-shadow: none
}

.navbar .sidebar-collapse.active .collapse-icon {
    font-size: 14px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    padding: 11px
}

.navbar.navbar-fixed-top {
    z-index: 1003
}

.navbar.navbar-fixed-top+.main-container {
    margin-top: 45px
}

@media only screen and (max-width:767px) {
    .navbar-container {
        padding-left: 2px
    }
}

@media only screen and (max-width:760px) {
    .navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-login-area>li.username {
        display: block
    }
    .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area {
        padding: 8px;
        min-width: 100%
    }
    .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area section {
        display: none
    }
    .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area .circle {
        margin-right: 0;
        margin-left: 1px
    }
    .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area+.dropdown-menu {
        min-width: 250px
    }
    .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area+.dropdown-menu:before {
        width: 50px
    }
}

@media only screen and (max-width:530px) {
    .navbar {
        height: 90px
    }
    .navbar .sidebar-collapse {
        left: auto;
        right: 0;
        width: 50px
    }
    .navbar .sidebar-collapse .collpse-icon {
        padding: 11px 15px
    }
    .navbar .navbar-brand {
        padding-left: 10px
    }
    .navbar .navbar-inner .navbar-header {
        float: none !important;
        display: block
    }
    .navbar .navbar-inner .navbar-header .navbar-account {
        float: right
    }
    .navbar .navbar-inner .navbar-header .navbar-account .account-area {
        padding-left: 0;
        top: 45px
    }
    .navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-notifications {
        left: -250px;
        right: auto;
    }
    .navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-notifications.dropdown-arrow:before {
        left: 250px
    }
    .navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-messages {
        left: -250px;
        right: auto;
    }
    .navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-messages.dropdown-arrow:before {
        left: 250px
    }
    .navbar .navbar-inner .navbar-container {
        padding-left: 0
    }
    .navbar-fixed-top+.main-container {
        margin-top: 90px !important
    }
    .breadcrumbs-fixed {
        top: 90px !important
    }
    .breadcrumbs-fixed+.page-header {
        margin-top: 40px !important
    }
    .page-header-fixed {
        top: 130px !important
    }
    .page-header-fixed+.page-body {
        margin-top: 80px !important
    }
    .page-sidebar.sidebar-fixed {
        top: 90px !important
    }
}

@media only screen and (max-width:400px) {
    .navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-notifications {
        left: -109px;
        right: auto;
    }
    .navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-notifications.dropdown-arrow:before {
        left: 109px
    }
    .navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-messages {
        left: -160px;
        right: auto;
    }
    .navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-messages.dropdown-arrow:before {
        left: 160px
    }
    .navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-tasks {
        left: -190px;
        right: auto;
    }
    .navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-tasks.dropdown-arrow:before {
        left: 190px
    }
}

@media only screen and (max-width:320px) {
    .navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-notifications {
        left: -125px;
    }
    .navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-notifications.dropdown-arrow:before {
        left: 125px
    }
    .navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-messages {
        left: -170px;
    }
    .navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-messages.dropdown-arrow:before {
        left: 170px
    }
    .navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-tasks {
        left: -195px;
    }
    .navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-tasks.dropdown-arrow:before {
        left: 195px
    }
    .navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-arrow:before {
        width: 45px !important
    }
    .navbar .navbar-inner .navbar-header .navbar-account .account-area>li>a {
        min-width: 45px
    }
}

@-webkit-keyframes typing {
    0% {
        background-color: #fff;
        box-shadow: 12px 0 0 0 rgba(255, 255, 255, .2), 24px 0 0 0 rgba(255, 255, 255, .2)
    }
    25% {
        background-color: rgba(255, 255, 255, .4);
        box-shadow: 12px 0 0 0 #fff, 24px 0 0 0 rgba(255, 255, 255, .2)
    }
    75% {
        background-color: rgba(255, 255, 255, .4);
        box-shadow: 12px 0 0 0 rgba(255, 255, 255, .2), 24px 0 0 0 #fff
    }
}

@-moz-keyframes typing {
    0% {
        background-color: #fff;
        box-shadow: 12px 0 0 0 rgba(255, 255, 255, .2), 24px 0 0 0 rgba(255, 255, 255, .2)
    }
    25% {
        background-color: rgba(255, 255, 255, .4);
        box-shadow: 12px 0 0 0 #fff, 24px 0 0 0 rgba(255, 255, 255, .2)
    }
    75% {
        background-color: rgba(255, 255, 255, .4);
        box-shadow: 12px 0 0 0 rgba(255, 255, 255, .2), 24px 0 0 0 #fff
    }
}

@keyframes typing {
    0% {
        background-color: #fff;
        box-shadow: 12px 0 0 0 rgba(255, 255, 255, .2), 24px 0 0 0 rgba(255, 255, 255, .2)
    }
    25% {
        background-color: rgba(255, 255, 255, .4);
        box-shadow: 12px 0 0 0 #fff, 24px 0 0 0 rgba(255, 255, 255, .2)
    }
    75% {
        background-color: rgba(255, 255, 255, .4);
        box-shadow: 12px 0 0 0 rgba(255, 255, 255, .2), 24px 0 0 0 #fff
    }
}

.loading-container {
    z-index: 2000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #6498fe
}

.loading-container.loading-inactive {
    display: none
}

.loading-container.loading-inactive .loader {
    display: none
}

.loading-container .loader {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-animation: typing 1s linear infinite alternate;
    -moz-animation: Typing 1s linear infinite alternate;
    animation: typing 1s linear infinite alternate;
    margin: 50vh auto;
    position: relative;
    left: -12px
}

.progress {
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #e5e5e5;
    height: 18px;
    position: relative
}

.progress:before {
    display: inline-block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: 8121991;
    background-image: -webkit-radial-gradient(9px 9px 0, circle cover, #0ff 0, rgba(0, 0, 255, 0) 100%, #00f 95%);
    background-image: -moz-radial-gradient(9px 9px 0, circle cover, #0ff 0, rgba(0, 0, 255, 0) 100%, #00f 95%);
    background-image: -o-radial-gradient(9px 9px 0, circle cover, #0ff 0, rgba(0, 0, 255, 0) 100%, #00f 95%);
    background-image: radial-gradient(9px 9px 0, circle cover, #0ff 0, rgba(0, 0, 255, 0) 100%, #00f 95%)
}

.progress .progress-bar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: 18px
}

.progress.progress-xs {
    height: 9px
}

.progress.progress-xs .progress-bar {
    line-height: 8px;
    font-size: 11px
}

.bordered-darkorange {
    border-color: #ed4e2a !important
}

.progress-bar {
    background-color: #6498fe
}

.progress-bar-danger {
    background-color: #d73d32 !important
}

.progress-bar-success {
    background-color: #53a93f !important
}

.progress-bar-warning {
    background-color: #f4b400 !important
}

.progress-bar-silver {
    background-color: #777 !important
}

.progress-bar-inverse {
    background-color: #444 !important
}

.progress-bar-blue {
    background-color: #5db2ff !important
}

.progress-bar-info {
    background-color: #57b5e3 !important
}

.progress-bar-azure {
    background-color: #2dc3e8 !important
}

.progress-bar-sky {
    background-color: #11a9cc !important
}

.progress-bar-blueberry {
    background-color: #6f85bf !important
}

.progress-bar-palegreen {
    background-color: #a0d468 !important
}

.progress-bar-orange {
    background-color: #fb6e52 !important
}

.progress-bar-darkorange {
    background-color: #ed4e2a !important
}

.progress-bar-magenta {
    background-color: #bc5679 !important
}

.progress-bar-purple {
    background-color: #7e3794 !important
}

.progress-bar-maroon {
    background-color: #981b48 !important
}

.btn {
    cursor: pointer;
    vertical-align: middle;
    margin: 0;
    position: relative;
    display: inline-block;
    color: #fff;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    font-size: 13px
}

.btn:hover,
.btn:focus {
    color: #fff;
    border-radius: 0;
}

.btn.btn-link {
    border: none !important;
    background: transparent none !important;
    color: #08c !important;
    -webkit-text-shadow: none !important;
    text-shadow: none !important;
    padding: 4px 12px !important;
    line-height: 20px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important
}

.btn.btn-link:hover {
    background: none !important;
    -webkit-text-shadow: none !important;
    text-shadow: none !important;
    text-decoration: none !important;
}

.btn.btn-link.active {
    background: none !important;
    text-decoration: none !important;
    color: #009ceb !important
}

.btn.btn-link.active:after {
    display: none
}

.btn.btn-link.disabled,
.btn.btn-link[disabled] {
    background: 0;
    opacity: .65;
    filter: alpha(opacity=65)
}

.btn.btn-link.disabled:hover,
.btn.btn-link[disabled]:hover {
    background: none !important;
    text-decoration: none !important
}

.btn.shiny {
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box
}

.btn.shiny:hover {
    zoom: 1;
    filter: alpha(opacity=90);
    -webkit-opacity: .9;
    -moz-opacity: .9;
    opacity: .9
}

.btn.shiny.active,
.btn.shiny:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.shiny.dropdown-toggle {
    border-left-width: 0 !important
}

.btn.btn-circle {
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 11px 12px;
    background-clip: padding-box !important;
    outline: 0;
    border-color: 0;
}

.btn.btn-circle>.fa,
.btn.btn-circle .typcn,
.btn.btn-circle .glyphicon,
.btn.btn-circle>[class*="wi-"] {
    font-size: 20px;
    margin: 0 auto;
    line-height: 34px
}

.btn.btn-circle.btn-xs {
    width: 35px; /*30px*/
    height: 35px; /*30px*/
    text-align: center;
    padding: 9px 0
}

.btn.btn-circle.btn-xs>.fa,
.btn.btn-circle.btn-xs .typcn,
.btn.btn-circle.btn-xs .glyphicon,
.btn.btn-circle.btn-xs>[class*="wi-"] {
    font-size: 12px;
    line-height: 14px
}

.btn.btn-circle.btn-sm {
    width: 50px;
    height: 50px;
    padding: 10px 15px
}

.btn.btn-circle.btn-sm>.fa,
.btn.btn-circle.btn-sm .typcn,
.btn.btn-circle.btn-sm .glyphicon,
.btn.btn-circle.btn-sm>[class*="wi-"] {
    font-size: 18px;
    line-height: 26px;
    border-radius: 50%
}

.btn.btn-circle.btn-lg {
    width: 70px;
    height: 70px;
    padding: 10px
}

.btn.btn-circle.btn-lg>.fa,
.btn.btn-circle.btn-lg .typcn,
.btn.btn-circle.btn-lg .glyphicon,
.btn.btn-circle.btn-lg>[class*="wi-"] {
    font-size: 28px;
    line-height: 46px
}

.btn.btn-labeled {
    position: relative;
    padding-left: 0
}

.btn.btn-labeled.btn-block .btn-label {
    margin-right: 0
}

.btn.btn-labeled .btn-label {
    display: block;
    float: left;
    margin: -7px 12px -9px -2px;
    padding: 8px 10px 8px 11px;
    position: relative;
    background: rgba(0, 0, 0, .06);
    line-height: 15px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.btn.btn-labeled .btn-label>.fa,
.btn.btn-labeled .btn-label .typcn,
.btn.btn-labeled .btn-label .glyphicon,
.btn.btn-labeled .btn-label>[class*="wi-"] {
    margin-right: 0
}

.btn.icon-only {
    width: 36px;
    height: 34px;
    padding: 5px 3px
}

.btn.icon-only>.fa,
.btn.icon-only .typcn,
.btn.icon-only .glyphicon,
.btn.icon-only>[class*="wi-"] {
    margin: 0;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    font-size: 22px;
    line-height: 22px
}

.btn>.fa,
.btn .typcn,
.btn .glyphicon,
.btn>[class*="wi-"] {
    display: inline;
    margin-right: 4px;
    font-size: 14px
}

.btn>.fa.right,
.btn .typcn.right,
.btn .glyphicon.right,
.btn>[class*="wi-"].right {
    margin-right: 0;
    margin-left: 4px
}

.btn-xs {
    font-size: 11px;
    padding: 2px 7px
}

.btn-xs>.fa,
.btn-xs>.typcn,
.btn-xs>.glyphicon,
.btn-xs>[class*="wi-"] {
    font-size: 12px;
    margin-right: 2px
}

.btn-xs>.fa.right,
.btn-xs>.typcn.right,
.btn-xs>.glyphicon.right,
.btn-xs>[class*="wi-"].right {
    margin-right: 0;
    margin-left: 2px
}

.btn-xs.icon-only {
    width: 24px;
    height: 24px;
    padding: 2px 6px
}

.btn-xs.icon-only>.fa,
.btn-xs.icon-only>.typcn,
.btn-xs.icon-only>.glyphicon,
.btn-xs.icon-only>[class*="wi-"] {
    font-size: 12px;
    line-height: 7px
}

.btn-sm {
    font-size: 12px;
    padding: 4px 9px;
    line-height: 1.39
}

.btn-sm>.fa,
.btn-sm>.typcn,
.btn-sm>.glyphicon,
.btn-sm>[class*="wi-"] {
    font-size: 13px;
    margin-right: 3px
}

.btn-sm>.fa.right,
.btn-sm>.typcn.right,
.btn-sm>.glyphicon.right,
.btn-sm>[class*="wi-"].right {
    margin-right: 0;
    margin-left: 3px
}

.btn-sm.icon-only {
    width: 31px;
    height: 30px;
    padding: 3px !important
}

.btn-sm.icon-only>.fa,
.btn-sm.icon-only>.typcn,
.btn-sm.icon-only>.glyphicon,
.btn-sm.icon-only>[class*="wi-"] {
    font-size: 20px;
    line-height: 21px
}

.btn-lg {
    line-height: 1.35;
    padding: 9px 18px;
    font-size: 14px
}

.btn-lg.icon-only {
    width: 40px;
    height: 38px;
    padding: 6px !important
}

.btn-lg.icon-only>.fa,
.btn-lg.icon-only>.typcn,
.btn-lg.icon-only>.glyphicon,
.btn-lg.icon-only>[class*="wi-"] {
    font-size: 24px;
    line-height: 26px
}

.btn-lg>.fa,
.btn-lg>.typcn,
.btn-lg>.glyphicon,
.btn-lg>[class*="wi-"] {
    font-size: 16px;
    margin-right: 6px
}

.btn-lg>.fa.right,
.btn-lg>.typcn.right,
.btn-lg>.glyphicon.right,
.btn-lg>[class*="wi-"].right {
    margin-right: 0;
    margin-left: 6px
}

.btn,
.btn-default,
.btn:focus,
.btn-default:focus {
    color: #444;
    background-color: #fff;
    border-color: #ccc
}

.btn:hover,
.btn-default:hover {
    color: #444
}

.btn.shiny,
.btn-default.shiny {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #fff 0, #ededed 100%);
    background-image: -moz-linear-gradient(top, #fff 0, #ededed 100%);
    background-image: -o-linear-gradient(top, #fff 0, #ededed 100%);
    background-image: linear-gradient(to bottom, #fff 0, #ededed 100%)
}

.btn.dropdown-toggle:not(:first-child),
.btn-default.dropdown-toggle:not(:first-child) {
    border-left-width: 0 !important;
    margin-left: -1px
}

.btn-default:hover,
.open .btn-default.dropdown-toggle {
    border-color: #b8b8b8;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .1)
}

.open .btn-default.dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-primary,
.btn-primary:focus {
    background-color: #427fed !important;
    border-color: #427fed;
    color: #fff
}

.btn-primary:hover {
    color: #fff
}

.btn-primary.dropdown-toggle {
    border-left-color: #6a99ee !important
}

.btn-primary.active {
    background-color: #2c56b1 !important;
    border-color: #21448d
}

.btn-primary.shiny {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iNSUiIHN0b3AtY29sb3I9IiMwMDk1ZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNWVmZiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(center top, #0095ff 5%, #005eff 100%);
    background-image: -moz-linear-gradient(center top, #0095ff 5%, #005eff 100%);
    background-image: -o-linear-gradient(center top, #0095ff 5%, #005eff 100%);
    background-image: linear-gradient(center to bottom, #0095ff 5%, #005eff 100%)
}
.btn-sky,.btn-sky:focus{
    background-color:#11a9cc !important;
    border-color:#11a9cc;color:#fff
}
.btn-sky:hover{color:#fff}
.btn-sky.dropdown-toggle{border-left-color:#81c1fb !important}
.btn-sky.active{background-color:#2095b0 !important;border-color:#2f97af}
.btn-sky.shiny{
    background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMyOGIzZDMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIwOTViMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image:-webkit-linear-gradient(linear,left top,left bottom,from(#28b3d3),to(#2095b0));
    background-image:-moz-linear-gradient(linear,left top,left bottom,from(#28b3d3),to(#2095b0));
    background-image:-o-linear-gradient(linear,left top,left bottom,from(#28b3d3),to(#2095b0));
    background-image:linear-gradient(linear,left to bottom,left bottom,from(#28b3d3),to(#2095b0))
}
.btn-sky:hover,.open .btn-sky.dropdown-toggle{background-color:#28b3d3 !important;border-color:#28b3d3;color:#fff}
.btn-sky.disabled,
.btn-sky[disabled],
fieldset[disabled] .btn-sky,
.btn-sky.disabled:hover,
.btn-sky[disabled]:hover,
fieldset[disabled] .btn-sky:hover,
.btn-sky.disabled:focus,
.btn-sky[disabled]:focus,
fieldset[disabled] .btn-sky:focus,
.btn-sky.disabled:active,
.btn-sky[disabled]:active,
fieldset[disabled] .btn-sky:active,
.btn-sky.disabled.active,
.btn-sky[disabled].active,
fieldset[disabled] .btn-sky.active{
    background-color:#11a9cc !important;
    border-color:#11a9cc;
    zoom:1;
    filter:alpha(opacity=50);
    -webkit-opacity:.5;
    -moz-opacity:.5;
    opacity:.5
}

.btn-primary:hover,
.open .btn-primary.dropdown-toggle {
    background-color: #4285f4 !important;
    border-color: #427fed
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #427fed !important;
    border-color: #427fed;
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5
}

.btn-info,
.btn-info:focus {
    background-color: #57b5e3 !important;
    border-color: #57b5e3;
    color: #fff
}

.btn-info:hover {
    color: #fff
}

.btn-info.dropdown-toggle {
    border-left-color: #8bcdee !important
}

.btn-info.active {
    background-color: #5fa6d3 !important;
    border-color: #4396cb
}

.btn-info.shiny {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMGFkZWUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNzhhNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
    background-image: -moz-linear-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
    background-image: -o-linear-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
    background-image: linear-gradient(linear, left to bottom, left bottom, from(#00adee), to(#0078a5))
}

.btn-info:hover,
.open .btn-info.dropdown-toggle {
    background-color: #6abce2 !important;
    border-color: #6abce2
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #57b5e3 !important;
    border-color: #57b5e3;
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5
}

.btn-success,
.btn-success:focus {
    background-color: #53a93f !important;
    border-color: #53a93f !important;
    color: #fff
}

.btn-success:hover {
    color: #fff
}

.btn-success.dropdown-toggle {
    border-left-color: #a0d468 !important
}

.btn-success.active {
    background-color: #3e802f !important;
    border-color: #2f6124
}

.btn-success.shiny {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM3ZGI3MmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRlN2QwZSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
    background-image: -moz-linear-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
    background-image: -o-linear-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
    background-image: linear-gradient(linear, left to bottom, left bottom, from(#7db72f), to(#4e7d0e))
}

.btn-success:hover,
.open .btn-success.dropdown-toggle {
    background-color: #65b951 !important;
    border-color: #65b951
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #53a93f !important;
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5
}

.btn-warning,
.btn-warning:focus {
    background-color: #f4b400 !important;
    border-color: #f4b400;
    color: #fff
}

.btn-warning:hover {
    color: #fff
}

.btn-warning.dropdown-toggle {
    border-left-color: #ffce55 !important
}

.btn-warning.active {
    background-color: #f2a73e !important;
    border-color: #f0981c
}

.btn-warning.shiny {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmYWE1MWEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y0N2EyMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background-image: -moz-linear-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background-image: -o-linear-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background-image: linear-gradient(linear, left to bottom, left bottom, from(#faa51a), to(#f47a20))
}

.btn-warning:hover,
.open .btn-warning.dropdown-toggle {
    background-color: #f6c12a !important;
    border-color: #f6c12a
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f4b400 !important;
    border-color: #f4b400;
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5
}

.btn-danger,
.btn-danger:focus {
    background-color: #d73d32 !important;
    border-color: #d73d32;
    color: #fff
}

.btn-danger:hover {
    color: #fff
}

.btn-danger.dropdown-toggle {
    border-left-color: #e46f61 !important
}

.btn-danger.active {
    background-color: #be3e2e !important;
    border-color: #9a3323
}

.btn-danger.shiny {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZDFjMjQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FhMTMxNyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
    background-image: -moz-linear-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
    background-image: -o-linear-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
    background-image: linear-gradient(linear, left to bottom, left bottom, from(#ed1c24), to(#aa1317))
}

.btn-danger:hover,
.open .btn-danger.dropdown-toggle {
    background-color: #e74b37 !important;
    border-color: #e74b37
}

.darkorange {
    color: #ed4e2a !important
}

.main-container {
    position: static;
    padding: 0
}

.main-container>.page-container {
    position: relative
}

.main-container:after {
    background-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    max-width: inherit;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -2;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3)
}
.page-sidebar {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 224px;
    display: block
}

.page-sidebar.sidebar-fixed {
    position: fixed;
    top: 45px;
    float: none !important;
    z-index: 1000
}

.page-sidebar.sidebar-fixed:before {
    height: 5000px;
    top: 45px;
    bottom: auto
}

.page-sidebar.hide {
    display: none !important
}

.page-sidebar.hide:before {
    display: none
}

.page-sidebar.hide~.page-content {
    margin-left: 0 !important
}

.page-sidebar.hide~.page-content .breadcrumbs-fixed {
    left: 0 !important
}

.page-sidebar.hide~.page-content .page-header-fixed {
    left: 0 !important
}

.page-sidebar:before {
    content: "";
    position: fixed;
    display: block;
    width: 219px;
    bottom: 0;
    top: 0;
    left: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    z-index: 1
}

.page-sidebar .sidebar-header-wrapper {
    margin-left: 5px;
    height: 40px;
    margin-bottom: 0;
    position: relative
}

.page-sidebar .sidebar-header-wrapper .searchinput {
    height: 41px;
    z-index: 2;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    padding-left: 40px;
    width: 100%
}

.page-sidebar .sidebar-header-wrapper .searchinput:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #fff
}

.page-sidebar .sidebar-header-wrapper .searchinput:focus~.searchhelper {
    display: block;
    z-index: 124
}

.page-sidebar .sidebar-header-wrapper .searchinput::-webkit-input-placeholder {
    color: #d0d0d0;
    font-weight: 300;
    font-family: 'Open Sans', 'Segoe UI'
}

.page-sidebar .sidebar-header-wrapper .searchinput::-moz-placeholder {
    color: #d0d0d0;
    font-weight: 300;
    font-family: 'Open Sans', 'Segoe UI'
}

.page-sidebar .sidebar-header-wrapper .searchinput:-moz-placeholder {
    color: #d0d0d0;
    font-weight: 300;
    font-family: 'Open Sans', 'Segoe UI'
}

.page-sidebar .sidebar-header-wrapper .searchinput:-ms-input-placeholder {
    color: #d0d0d0;
    font-weight: 300;
    font-family: 'Open Sans', 'Segoe UI'
}

.page-sidebar .sidebar-header-wrapper .searchicon {
    cursor: pointer;
    display: inline-block;
    height: 12px;
    left: 20px;
    position: absolute;
    top: 14px;
    width: 12px;
    color: #2dc3e8;
    z-index: 124
}

.page-sidebar .sidebar-header-wrapper .searchhelper {
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 10px 40px rgba(0, 0, 0, .4);
    box-shadow: 0 10px 40px rgba(0, 0, 0, .4);
    background-color: #fff;
    color: #999;
    display: none;
    opacity: 1;
    padding: 10px;
    position: absolute;
    right: 0;
    left: 0;
    top: 40px;
    z-index: 4
}

.page-sidebar .sidebar-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 5px
}

.page-sidebar .sidebar-menu a {
    display: block;
    height: 38px;
    line-height: 36px;
    margin: 0;
    padding: 0 16px 0 7px;
    -webkit-text-shadow: none !important;
    text-shadow: none !important;
    font-size: 13px;
    text-decoration: none;
    color: #737373;
    z-index: 123
}

.page-sidebar .sidebar-menu a:hover {
    color: #262626
}

.page-sidebar .sidebar-menu a:hover:before {
    display: block
}

.page-sidebar .sidebar-menu a .menu-icon {
    display: inline-block;
    vertical-align: middle;
    min-width: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    margin-top: -3px
}

.page-sidebar .sidebar-menu a .menu-expand {
    display: inline-block;
    position: absolute;
    font-size: 13px;
    line-height: 10px;
    height: 10px;
    width: 10px;
    right: 12px;
    top: 15px;
    margin: 0;
    text-align: center;
    padding: 0;
    -webkit-text-shadow: none;
    text-shadow: none;
    color: #666;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal
}

.page-sidebar .sidebar-menu a .menu-expand:before {
    content: ""
}

.page-sidebar .sidebar-menu li {
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    position: relative
}

.page-sidebar .sidebar-menu li:before {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -4px;
    width: 4px;
    max-width: 4px;
    overflow: hidden;
    background-color: #2dc3e8
}

.page-sidebar .sidebar-menu li.open {
    background-color: #fff
}

.page-sidebar .sidebar-menu li.open>a {
    color: #262626
}

.page-sidebar .sidebar-menu li.open>a .menu-expand {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.page-sidebar .sidebar-menu li.open>.submenu {
    display: block !important
}

.page-sidebar .sidebar-menu li.active:not(.open):before {
    display: block
}

.page-sidebar .sidebar-menu li.active>a {
    display: block;
    content: "";
    color: #262626;
    background-color: #f5f5f5
}

.page-sidebar .sidebar-menu li:not(.open):hover:before {
    display: block;
    background-color: #fb6e52
}

.page-sidebar .sidebar-menu>li>a {
    border-top: 1px solid #f3f3f3
}

.page-sidebar .sidebar-menu>li>a:hover {
    border-color: #f3f3f3;
    background-color: #fbfbfb
}

.page-sidebar .sidebar-menu>li:last-child>a {
    border-bottom: 1px solid #f3f3f3
}

.page-sidebar .sidebar-menu>li>.submenu {
    background-color: #fbfbfb;
    -webkit-box-shadow: inset 0 4px 4px -2px rgba(0, 0, 0, .15), inset 0 -4px 4px -2px rgba(0, 0, 0, .15);
    -moz-box-shadow: inset 0 4px 4px -2px rgba(0, 0, 0, .15), inset 0 -4px 4px -2px rgba(0, 0, 0, .15);
    box-shadow: inset 0 4px 4px -2px rgba(0, 0, 0, .15), inset 0 -4px 4px -2px rgba(0, 0, 0, .15)
}

.page-sidebar .sidebar-menu>li>.submenu:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 23px;
    top: 0;
    bottom: 19px;
    border-left: 1px solid #e2e2e2
}

.page-sidebar .sidebar-menu>li>.submenu>li>a:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 5px;
    height: 5px;
    left: 21px;
    top: 17px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    z-index: 2
}

.page-sidebar .sidebar-menu>li>.submenu>li.active>a:before {
    background-color: #e2e2e2
}

.page-sidebar .sidebar-menu>li>.submenu>li.active:first-child>a {
    -webkit-box-shadow: inset 0 4px 4px -2px rgba(0, 0, 0, .15);
    -moz-box-shadow: inset 0 4px 4px -2px rgba(0, 0, 0, .15);
    box-shadow: inset 0 4px 4px -2px rgba(0, 0, 0, .15)
}

.page-sidebar .sidebar-menu>li>.submenu>li.active:last-child a {
    -webkit-box-shadow: inset 0 -4px 4px -2px rgba(0, 0, 0, .15);
    -moz-box-shadow: inset 0 -4px 4px -2px rgba(0, 0, 0, .15);
    box-shadow: inset 0 -4px 4px -2px rgba(0, 0, 0, .15)
}

.page-sidebar .sidebar-menu>li.open>a {
    background-color: #fff
}

.page-sidebar .sidebar-menu .submenu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    background-color: #fbfbfb;
    border-top: 0;
    z-index: 123
}

.page-sidebar .sidebar-menu .submenu li {
    margin-left: 0;
    position: relative
}

.page-sidebar .sidebar-menu .submenu li.open:before {
    display: none
}

.page-sidebar .sidebar-menu .submenu li.active>a {
    color: #262626;
    background-color: #f5f5f5
}

.page-sidebar .sidebar-menu .submenu li.active>.submenu {
    display: block
}

.page-sidebar .sidebar-menu .submenu>li>a {
    padding-left: 40px
}

.page-sidebar .sidebar-menu .submenu>li.open>a {
    background-color: #fbfbfb
}

.page-sidebar .sidebar-menu .submenu>li .submenu {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.page-sidebar .sidebar-menu .submenu>li .submenu>li>a {
    padding-left: 50px
}

.page-sidebar .sidebar-menu .submenu>li .submenu>li .submenu>li>a {
    padding-left: 70px
}

.page-sidebar.menu-compact {
    width: 42px
}

.page-sidebar.menu-compact~.page-content {
    margin-left: 43px
}

.page-sidebar.menu-compact~.page-content .breadcrumbs-fixed {
    left: 47px
}

.page-sidebar.menu-compact~.page-content .page-header-fixed {
    left: 47px
}

.page-sidebar.menu-compact:before {
    width: 42px
}

.page-sidebar.menu-compact .sidebar-header-wrapper {
    width: 42px
}

.page-sidebar.menu-compact .sidebar-header-wrapper:hover {
    width: 238px
}

.page-sidebar.menu-compact .sidebar-header-wrapper:hover .searchinput {
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 10px 40px rgba(0, 0, 0, .4);
    box-shadow: 0 10px 40px rgba(0, 0, 0, .4)
}

.page-sidebar.menu-compact .sidebar-header-wrapper .searchinput:focus {
    width: 238px;
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 10px 40px rgba(0, 0, 0, .4);
    box-shadow: 0 10px 40px rgba(0, 0, 0, .4)
}

.page-sidebar.menu-compact .sidebar-header-wrapper .searchinput:focus~.searchhelper {
    width: 238px
}

.page-sidebar.menu-compact .sidebar-header-wrapper .searchicon {
    left: 15px
}

.page-sidebar.menu-compact .sidebar-menu {
    width: 42px
}

.page-sidebar.menu-compact .sidebar-menu>li.open>.menu-text {
    display: none !important
}

.page-sidebar.menu-compact .sidebar-menu>li.open>.submenu {
    display: none !important
}

.page-sidebar.menu-compact .sidebar-menu>li:hover>a {
    color: #262626
}

.page-sidebar.menu-compact .sidebar-menu>li:hover>a>.menu-text {
    display: block
}

.page-sidebar.menu-compact .sidebar-menu>li:hover>.submenu {
    display: block !important
}

.page-sidebar.menu-compact .sidebar-menu>li>a {
    position: relative;
    z-index: 123
}

.page-sidebar.menu-compact .sidebar-menu>li>a .menu-text {
    display: none;
    position: absolute;
    left: 42px;
    top: 0;
    width: 195px;
    height: 38px;
    line-height: 38px;
    background-color: #fff;
    z-index: 121;
    padding-left: 25px;
    -webkit-box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, .3), 5px 5px 5px -5px rgba(0, 0, 0, .3), 5px -5px 5px -5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, .3), 5px 5px 5px -5px rgba(0, 0, 0, .3), 5px -5px 5px -5px rgba(0, 0, 0, .3);
    box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, .3), 5px 5px 5px -5px rgba(0, 0, 0, .3), 5px -5px 5px -5px rgba(0, 0, 0, .3)
}

.page-sidebar.menu-compact .sidebar-menu>li>a .menu-expand {
    display: none
}

.page-sidebar.menu-compact .sidebar-menu>li>a.menu-dropdown {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.page-sidebar.menu-compact .sidebar-menu>li>a.menu-dropdown>.menu-text {
    border: 0;
    top: 0;
    left: 42px;
    width: 195px;
    border-bottom: 1px solid #f3f3f3;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.page-sidebar.menu-compact .sidebar-menu>li>a:hover {
    background-color: #fff
}

.page-sidebar.menu-compact .sidebar-menu>li>.submenu {
    background: #fbfbfb;
    position: absolute;
    z-index: 120;
    left: 42px;
    top: 0;
    width: 195px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-top: 38px;
    display: none;
    border-left: 1px solid #f3f3f3;
    -webkit-box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, .3), 5px 5px 5px -5px rgba(0, 0, 0, .3), 5px -5px 5px -5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, .3), 5px 5px 5px -5px rgba(0, 0, 0, .3), 5px -5px 5px -5px rgba(0, 0, 0, .3);
    box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, .3), 5px 5px 5px -5px rgba(0, 0, 0, .3), 5px -5px 5px -5px rgba(0, 0, 0, .3)
}

.page-sidebar.menu-compact .sidebar-menu>li>.submenu li>a {
    margin-left: 0;
    padding-left: 24px
}

.page-sidebar.menu-compact .sidebar-menu>li>.submenu li.open>.submenu {
    display: block;
    left: 0;
    position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.page-sidebar.menu-compact .sidebar-menu>li>.submenu li .submenu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}

.page-sidebar.menu-compact .sidebar-menu>li>.submenu li:hover {
    background-color: #fff
}

.page-sidebar.menu-compact .sidebar-menu>li>.submenu li:hover:before {
    display: block;
    left: 0
}

.page-sidebar.menu-compact .sidebar-menu>li>.submenu li.active:not(.open):before {
    left: 0
}

.page-sidebar.menu-compact .sidebar-menu>li>.submenu:before {
    display: none
}

.page-sidebar.menu-compact .sidebar-menu>li>.submenu>li>a {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important
}

.page-sidebar.menu-compact .sidebar-menu>li>.submenu>li>a:before {
    display: none
}
@media only screen and (max-width:880px) {
    .page-sidebar:before {
        display: none
    }
    .page-sidebar {
        display: none;
        float: none
    }
    .breadcrumbs-fixed {
        left: 0 !important
    }
    .page-header-fixed {
        left: 0 !important
    }
}

@media(max-width:880px) {
    .page-sidebar.hide {
        display: block !important
    }
    .page-sidebar.hide:before {
        display: block !important
    }
    .page-sidebar.hide~.page-content {
        margin-left: 224px !important
    }
    .page-sidebar.hide~.page-content .breadcrumbs-fixed {
        left: 224px !important
    }
    .page-sidebar.hide~.page-content .page-header-fixed {
        left: 224px !important
    }
    .page-sidebar.menu-compact~.page-content {
        margin-left: 0
    }
    .page-sidebar.menu-compact~.page-content .breadcrumbs-fixed {
        left: 0
    }
    .page-sidebar.menu-compact~.page-content .page-header-fixed {
        left: 0
    }
    .page-sidebar.menu-compact.hide~.page-content {
        margin-left: 46px !important
    }
    .page-sidebar.menu-compact.hide~.page-content .breadcrumbs-fixed {
        left: 46px !important
    }
    .page-sidebar.menu-compact.hide~.page-content .page-header-fixed {
        left: 46px !important
    }
}

@media(max-width:500px) {
    .page-sidebar.hide~.page-content .page-header .header-title {
        display: none
    }
    .page-sidebar.hide~.page-content .page-header .header-buttons .refresh,
    .page-sidebar.hide~.page-content .page-header .header-buttons .fullscreen {
        display: none
    }
    .page-sidebar.menu-compact.hide~.page-content .page-header .header-buttons .refresh,
    .page-sidebar.menu-compact.hide~.page-content .page-header .header-buttons .fullscreen {
        display: inline-block
    }
}

.page-content {
    display: block;
    margin-left: 224px;
    margin-right: 0;
    margin-top: 0;
    min-height: 100%;
    padding: 0
}

@media only screen and (max-width:880px) {
    .page-content {
        margin-left: 0
    }
}

.page-breadcrumbs {
    position: relative;
    background: #f3f3f3;
    min-height: 40px;
    line-height: 39px;
    padding: 0;
    display: block;
    z-index: 1;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15)
}

.page-breadcrumbs.breadcrumbs-fixed {
    position: fixed;
    right: 0;
    left: 224px;
    top: 45px;
    z-index: 999
}

.page-breadcrumbs.breadcrumbs-fixed+.page-header {
    margin-top: 40px
}

.breadcrumb {
    background-color: transparent;
    display: inline-block;
    line-height: 24px;
    margin: 0 22px 0 12px;
    padding: 0;
    font-size: 13px;
    color: #333;
    border-radius: 0
}

.breadcrumb>li,
.breadcrumb>li.active {
    color: #777;
    -webkit-text-shadow: none;
    text-shadow: none
}

.breadcrumb>li+li:before {
    color: #999
}

.breadcrumb>li>.divider {
    padding: 0 4px
}

.breadcrumb>li>a {
    display: inline-block;
    color: #6498fe
}

.breadcrumb>li:first-child>a {
    padding-left: 4px
}

.breadcrumb>li>i {
    margin-left: 4px;
    margin-right: 2px;
    font-size: 20px;
    position: relative;
    top: 2px
}
/*
.breadcrumb .expand-icon {
    height: 22px;
    padding: 0;
    margin: 0;
    position: relative;
    top: 1px;
    font-size: 14px;
    color: #b2b6bf
}*/

.page-header {
    position: relative;
    margin: 0;
    padding-bottom: 1px;
    padding-left: 12px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left, #fff, #f3f3f3);
    background-image: -moz-linear-gradient(left, #fff, #f3f3f3);
    background-image: -o-linear-gradient(left, #fff, #f3f3f3);
    background-image: linear-gradient(to right, #fff, #f3f3f3);
    z-index: 0;
    min-height: 40px;
    border-bottom: 1px solid #e5e5e5;
    height: 40px
}

.page-header .header-title {
    display: inline-block;
    position: relative;
    height: 40px
}

.page-header .header-title h1 {
    padding: 0;
    margin: 0 4px;
    font-size: 17px;
    font-weight: lighter;
    color: #737373;
    line-height: 37px;
    display: inline-block
}

.page-header .header-title h1 small {
    margin: 0 1px;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 300;
    color: #888
}

.page-header .header-buttons {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0
}

.page-header .header-buttons a {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    z-index: 1029;
    height: 40px;
    width: 36px;
    margin-right: 5px;
    padding: 8px 10px;
    color: #dfdfdf;
    -webkit-transition: all .218s ease;
    -moz-transition: all .218s ease;
    -o-transition: all .218s ease;
    transition: all .218s ease;
    float: right
}

.page-header .header-buttons a:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    right: 0;
    height: 4px;
    max-height: 4px;
    overflow: hidden;
    background-color: #6498fe
}

.page-header .header-buttons a:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    color: #6498fe
}

.page-header .header-buttons a.active {
    color: #6498fe
}

.page-header .header-buttons a i {
    font-size: 17px;
    font-style: normal;
    font-weight: normal;
    line-height: 27px
}

.page-header .header-buttons a.fullscreen:before {
    background-color: #fb6e52
}

.page-header .header-buttons a.fullscreen:hover,
.page-header .header-buttons a.fullscreen.active {
    color: #fb6e52
}

.page-header .header-buttons a.refresh:before {
    background-color: #ffce55
}

.page-header .header-buttons a.refresh:hover,
.page-header .header-buttons a.refresh.active {
    color: #ffce55
}

.page-header .header-buttons a.sidebar-toggler:before {
    background-color: #6498fe
}

.page-header .header-buttons a.sidebar-toggler:hover,
.page-header .header-buttons a.sidebar-toggler.active {
    color: #6498fe
}

@media only screen and (max-width:520px) {
    .header-title h1 small {
        display: none
    }
}

.page-body {
    background: #eee;
    padding: 18px 20px 24px
}

.databox {
    display: inline-block;
    width: 100%;
    height: 65px;
    padding: 0;
    font-size: 0;
    margin-bottom: 30px;
    vertical-align: top;
    min-width: 130px
}

.databox.radius-bordered {
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box
}

.databox.radius-bordered .databox-left {
    -webkit-border-radius: 3px 0 0 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px 0 0 3px;
    -moz-background-clip: padding;
    border-radius: 3px 0 0 3px;
    background-clip: padding-box
}

.databox.radius-bordered .databox-right {
    -webkit-border-radius: 0 3px 3px 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 3px 3px 0;
    -moz-background-clip: padding;
    border-radius: 0 3px 3px 0;
    background-clip: padding-box
}

.databox .databox-left {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0;
    width: 65px;
    height: 65px;
    padding: 10px;
    color: #2dc3e8
}

.databox .databox-left[class*="bg-"] {
    color: #fff
}

.databox .databox-right {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    -lh-property: 0;
    width: -webkit-calc(100% - 65px);
    width: -moz-calc(100% - 65px);
    width: calc(100% - 65px);
    height: 65px;
    color: #555;
    padding: 5px 10px
}

.databox .databox-piechart {
    padding-top: 0;
    margin: 0 auto;
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
}

.databox-right a{
    display: block;
    padding: 13px;
    text-decoration: none;
    text-align: center;
    color: #000
}

.easyPieChart {
    position: relative;
    text-align: center
}

.databox .databox-number {
    display: block;
    font-size: 17px;
    line-height: 26px;
    margin: 2px;
    position: relative;
    font-family: 'Roboto', 'Lucida Sans', 'trebuchet MS', Arial, Helvetica
}

.databox .databox-number i {
    margin-right: 5px
}

.databox .databox-text {
    display: block;
    font-size: 11px;
    margin: 4px 0 2px;
    position: relative
}

.databox .databox-text i {
    margin-right: 5px;
    font-size: 13px
}

.databox .databox-stat {
    display: inline-block;
    position: absolute;
    right: 7px;
    top: 7px;
    padding: 2px 5px
}

.databox .databox-stat .stat-icon {
    display: inline-block;
    font-size: 13px
}

.databox .databox-stat .stat-icon.icon-lg {
    font-size: 16px
}

.databox .databox-icon {
    margin: 0;
    display: inline-block;
    width: 100%;
    text-align: center
}

.databox .databox-state {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 24px;
    width: 24px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    background-color: #e5e5e5;
    text-align: center;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    border: 2px solid #fff
}

.databox .databox-state i {
    font-size: 13px;
    color: #fff;
    line-height: 20px
}

.orders-container {
    position: relative;
    padding: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    margin-bottom: 30px
}

.orders-container .orders-header {
    position: relative;
    height: 43px;
    padding: 14px 10px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fbfbfb
}

.orders-container .orders-header h6 {
    margin: 0
}

.orders-container .orders-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.orders-container .orders-list .order-item {
    position: relative;
    padding: 7px 10px;
    vertical-align: top;
    border-bottom: 1px solid #e5e5e5
}

.orders-container .orders-list .order-item:before {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -4px;
    width: 4px;
    max-width: 4px;
    overflow: hidden;
    background-color: #6498fe
}

.orders-container .orders-list .order-item:hover {
    background-color: #fbfbfb
}

.orders-container .orders-list .order-item:hover:before {
    display: block
}

.orders-container .orders-list .order-item.red:hover:before {
    background-color: #fb6e52;
}

.orders-container .orders-list .order-item.red .item-more:hover{
    background-color: #fb6e52;
    border: 0;
    color: #fff;
    line-height:25px;
}

.orders-container .orders-list .order-item.red .item-more {
    color: #fb6e52
}

.orders-container .orders-list .order-item .item-left {
    padding-right: 0
}

.orders-container .orders-list .order-item .item-left .item-booker {
    margin: 6px 0;
    color: #666
}

.orders-container .orders-list .order-item .item-left .item-time {
    font-size: 11px;
    margin-bottom: 2px;
    color: #999
}

.orders-container .orders-list .order-item .item-right {
    padding-left: 0;
    text-align: center
}

.orders-container .orders-list .order-item .item-right .item-price {
    font-size: 13px;
    margin: 17px auto;
    color: #666;
}

.orders-container .orders-list .order-item .item-more {
    position: absolute;
    right: -10px;
    -lh-property: 0;
    top: -webkit-calc(50% - 13px);
    top: -moz-calc(50% - 13px);
    top: calc(50% - 13px);
    width: 25px;
    height: 25px;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    border: 3px solid #fff;
    vertical-align: middle;
    color: #6498fe;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.orders-container .orders-list .order-item .item-more:hover{
    background-color: #6498fe;
    border: 0;
    color: #fff;
    line-height:25px;
}

.orders-container .orders-list .order-item .item-more i {
    font-size: 17px;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

.orders-container .orders-list .order-item .item-more i:before {
    content: ""
}

.orders-container .orders-footer {
    position: relative;
    background-color: #fff;
    height: 34px;
    padding: 7px;
    text-align: center;
    background-color: #fbfbfb
}

.orders-container .orders-footer a {
    margin: 0 auto;
    font-size: 11px;
    color: #999;
    font-weight: 500;
}

.orders-container .orders-footer a:hover {
    text-decoration: none
}

.orders-container .orders-footer .help {
    position: absolute;
    right: 0;
    top: 0;
    width: 37px;
    height: 37px;
    border-left: 1px solid #e5e5e5;
    text-align: center;
    padding: 8px;
}

.orders-container .orders-footer .help a i {
    font-size: 18px;
    color: #ccc;
    display: block;
}

.orders-container .orders-footer .help:hover{
    background-color: #fb6e52;
    width: 35px;
    height: 35px;
}

.orders-container .orders-footer .help a i:hover {
    color: #fff;
}


.widget {
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0 0 30px 0
}

.widget-header {
    position: relative;
    min-height: 35px;
    background: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .3);
    box-shadow: 0 0 4px rgba(0, 0, 0, .3);
    color: #555;
    padding-left: 12px;
    text-align: right
}

.widget .widget-header > .widget-tools {
    padding: 5px 10px 5px 5px;
}

.widget-header.bordered-bottom {
    border-bottom: 3px solid #fff
}

.bordered-themeprimary {
    border-color: #6498fe !important
}

.bordered-themesecondary {
    border-color: #fb6e52 !important
}

.widget-header .widget-icon {
    display: block;
    width: 30px;
    height: 32px;
    position: relative;
    float: left;
    font-size: 111%;
    line-height: 32px;
    text-align: center;
    margin-left: -10px
}

.widget-header>.widget-caption {
    line-height: 34px;
    padding: 0;
    margin: 0;
    float: left;
    text-align: left;
    font-weight: 400 !important;
    font-size: 13px
}

.widget-body {
    background-color: #fbfbfb;
    -webkit-box-shadow: 1px 0 10px 1px rgba(0, 0, 0, .3);
    -moz-box-shadow: 1px 0 10px 1px rgba(0, 0, 0, .3);
    box-shadow: 1px 0 10px 1px rgba(0, 0, 0, .3);
    padding: 12px
}

.widget-body.no-padding {
    padding: 0
}

.tickets-container {
    position: relative;
    padding: 25px 25px;
    background-color: #f5f5f5
}

.tickets-container .tickets-list {
    list-style: none;
    padding: 0;
    margin-bottom: 0
}

.tickets-container .tickets-list .ticket-item {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    margin-bottom: 8px;
    padding: 0 15px;
    vertical-align: top
}

.tickets-container .tickets-list .ticket-item:last-child {
    margin-bottom: 0
}

.tickets-container .tickets-list .ticket-item .ticket-user {
    height: 50px;
    padding: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tickets-container .tickets-list .ticket-item .ticket-user .user-avatar {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;

}

.tickets-container .tickets-list .ticket-item .ticket-user .user-name {
    margin-left: 5px;
    font-size: 13px
}

.tickets-container .tickets-list .ticket-item .ticket-user .user-at {
    margin-left: 2px;
    color: #ccc;
    font-size: 13px
}

.tickets-container .tickets-list .ticket-item .ticket-user .user-company {
    margin-left: 2px;
    color: #999
}

.tickets-container .tickets-list .ticket-item .ticket-time {
    line-height: 30px;
    height: 50px;
    padding: 10px
}

.tickets-container .tickets-list .ticket-item .ticket-time i {
    color: #ccc
}

.tickets-container .tickets-list .ticket-item .ticket-time .time {
    color: #999;
    font-size: 11px;
    text-transform: uppercase
}

.tickets-container .tickets-list .ticket-item .ticket-type {
    line-height: 30px;
    height: 50px;
    padding: 10px
}

.tickets-container .tickets-list .ticket-item .ticket-type .type {
    color: #999;
    font-size: 11px;
    text-transform: uppercase
}

.tickets-container .tickets-list .ticket-item .ticket-state {
    position: absolute;
    top: 13px;
    right: -12px;
    height: 24px;
    width: 24px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    background-color: #e5e5e5;
    text-align: center;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    border: 2px solid #fff
}

.tickets-container .tickets-list .ticket-item .ticket-state i {
    font-size: 13px;
    color: #fff;
    line-height: 20px
}

.tickets-container .tickets-list .ticket-item .divider {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 1px;
    background-color: #eee;
    display: inline-block
}

@media(max-width:1200px) {
    .tickets-container .tickets-list .ticket-item .ticket-user {
        border-bottom: 1px solid #eee
    }
}

@media(max-width:768px) {
    .tickets-container .tickets-list .ticket-item .ticket-time {
        border-bottom: 1px solid #eee
    }
}


.task-container {
    position: relative;
    padding: 0
}

.task-container .task-search {
    padding: 15px 16px 15px;
    background-color: #f3f3f3;
    border-bottom: 1px solid #eee
}

.task-container .task-search input {
    border-color: #ccc !important;
    border-radius: 0 !important;
    background-clip: padding-box !important
}

.task-container .tasks-list {
    list-style: none;
    padding: 0
}

.task-container .tasks-list .task-item {
    position: relative;
    height: 150px;
    border-bottom: 1px solid #e5e5e5
}

.task-container .tasks-list .task-item:last-child {
    border-bottom: 0
}

.task-container .tasks-list .task-item:hover {
    background-color: #f5f5f5
}

.task-container .tasks-list .task-item .task-check {
    position: absolute;
    top: 20px;
    left: 15px;
    margin-right: 5px
}

.task-container .tasks-list .task-item .task-state {
    position: absolute;
    top: 19px;
    left: 45px
}

.task-container .tasks-list .task-item .task-state .label {
    padding: 6px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.task-container .tasks-list .task-item .task-time {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 11px;
    color: #999
}

.task-container .tasks-list .task-item .task-body {
    position: absolute;
    top: 60px;
    left: 45px;
    padding-right: 25px;
    height: 40px;
    overflow: hidden;
    line-height: 22px
}

.task-container .tasks-list .task-item .task-creator {
    position: absolute;
    top: 115px;
    left: 45px
}

.task-container .tasks-list .task-item .task-creator a {
    font-size: 13px;
    color: #6498fe
}

.task-container .tasks-list .task-item .task-creator a:hover {
    text-decoration: none
}

.task-container .tasks-list .task-item .task-assignedto {
    position: absolute;
    top: 115px;
    right: 20px;
    font-size: 13px;
    color: #999
}

@media(max-width:1200px) {
    .task-container .tasks-list .task-item {
        height: 130px
    }
    .task-container .tasks-list .task-item .task-creator,
    .task-container .tasks-list .task-item .task-assignedto {
        top: 95px
    }
}

@media(max-width:600px) {
    .task-container .tasks-list .task-item {
        height: 150px
    }
    .task-container .tasks-list .task-item .task-creator,
    .task-container .tasks-list .task-item .task-assignedto {
        top: 115px
    }
}

@media(max-width:335px) {
    .task-container .tasks-list .task-item {
        height: 175px
    }
    .task-container .tasks-list .task-item .task-assignedto {
        top: 140px;
        right: auto;
        left: 45px
    }
}

span.input-icon{display:inline-block}
.input-icon{position:relative;width:100%}
.input-icon.inverted>[class*="fa-"],
.input-icon.inverted>[class*="glyphicon-"]{color:#fff;background-color:#262626}
.input-icon>input{padding-left:36px;padding-right:6px}
.input-icon>input:focus+[class*="fa-"],
.input-icon>input:focus+[class*="glyphicon-"]{
    zoom:1;
    filter:alpha(opacity=100);
    -webkit-opacity:1;
    -moz-opacity:1;
    opacity:1
}
.input-icon>input:focus+.circular{
    -webkit-box-shadow:0 0 0 .1em rgba(0,0,0,.15) inset;
    -moz-box-shadow:0 0 0 .1em rgba(0,0,0,.15) inset;
    box-shadow:0 0 0 .1em rgba(0,0,0,.15) inset
}
.input-icon>input.input-xs{padding-left:26px}
.input-icon>input.input-xs+[class*="fa-"],
.input-icon>input.input-xs+[class*="glyphicon-"]{
    width:24px;
    font-size:10px;
    padding-top:0;
    line-height:24px
}
.input-icon>input.input-xs+.circular{width:14px;height:14px;font-size:10px;line-height:14px}
.input-icon>input.input-sm{padding-left:32px}
.input-icon>input.input-sm+[class*="fa-"],
.input-icon>input.input-sm+[class*="glyphicon-"]{
    width:30px;
    font-size:12px;
    padding-top:0;
    line-height:30px
}
.input-icon>input.input-sm+.circular{
    width:20px;height:20px;font-size:12px;line-height:20px
}
.input-icon>input.input-lg{padding-left:48px}
.input-icon>input.input-lg+[class*="fa-"],
.input-icon>input.input-lg+[class*="glyphicon-"]{
    width:46px;font-size:18px;padding-top:5px;line-height:34px
}
.input-icon>input.input-lg+.circular{
    width:36px;height:36px;font-size:18px;line-height:26px
}
.input-icon>input.input-xl{padding-left:54px}
.input-icon>input.input-xl+[class*="fa-"],
.input-icon>input.input-xl+[class*="glyphicon-"]{
    width:52px;font-size:20px;padding-top:8px;line-height:34px
}
.input-icon>input.input-xl+.circular{width:42px;height:42px;font-size:20px;line-height:26px}
.input-icon>[class*="fa-"],.input-icon>[class*="glyphicon-"]{
    z-index:2;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    width:34px;
    height:100%;
    line-height:26px;
    display:inline-block;
    color:#555;
    font-size:14px;
    text-align:center;
    padding-top:3px;
    zoom:1;
    filter:alpha(opacity=70);
    -webkit-opacity:.7;
    -moz-opacity:.7;
    opacity:.7
}
.input-icon>[class*="fa-"].circular,
.input-icon>[class*="glyphicon-"].circular{
    border-radius:500em !important;box-shadow:0 0 0 .1em rgba(0,0,0,.1) inset;
    -webkit-transition:-webkit-box-shadow .3s ease;-moz-transition:-moz-box-shadow .3s ease;
    -o-transition:box-shadow .3s ease;transition:box-shadow .3s ease;padding:0;top:5px;
    bottom:5px;left:7px;width:24px;height:24px;font-size:12px;line-height:24px
}
.input-icon.icon-right>input{padding-left:6px;padding-right:36px}
.input-icon.icon-right>input.input-xs{padding-right:26px}
.input-icon.icon-right>input.input-sm{padding-right:32px}
.input-icon.icon-right>input.input-lg{padding-right:48px}
.input-icon.icon-right>input.input-xl{padding-right:54px}
.input-icon.icon-right>[class*="fa-"],.input-icon.icon-right>[class*="glyphicon-"]{left:auto;right:0}
.input-icon.icon-right .circular{left:auto;right:5px}
.input-icon~.help-inline{padding-left:8px}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    color: #262626;
    background-color: #fff;
    outline: 0;
    box-shadow: none;
    border:1px solid #6498fe;
}

input[type=checkbox],
input[type=radio] {
    opacity: 0;
    position: absolute;
    left: -9999px;
    z-index: 12;
    width: 18px;
    height: 18px;
    cursor: pointer
}

input[type=checkbox]:checked,
input[type=radio]:checked,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: none !important
}

input[type=checkbox]:checked~.text:before,
input[type=radio]:checked~.text:before {
    display: inline-block;
    content: '';
    background-color: #f5f8fc;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05), inset 15px 10px -12px rgba(255, 255, 255, .1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05), inset 15px 10px -12px rgba(255, 255, 255, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05), inset 15px 10px -12px rgba(255, 255, 255, .1);
    border-color: #333
}

input[type=checkbox]:hover~.text:before,
input[type=radio]:hover~.text:before {
    border-color: #737373
}

input[type=checkbox]:active~.text:before,
input[type=radio]:active~.text:before {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 1px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 1px 3px rgba(0, 0, 0, .1)
}

input[type=checkbox]:disabled~.text,
input[type=radio]:disabled~.text,
input[type=checkbox][disabled]~.text,
input[type=radio][disabled]~.text,
input[type=checkbox].disabled~.text,
input[type=radio].disabled~.text {
    color: rgba(0, 0, 0, .4)
}

input[type=checkbox]:disabled~.text:before,
input[type=radio]:disabled~.text:before,
input[type=checkbox][disabled]~.text:before,
input[type=radio][disabled]~.text:before,
input[type=checkbox].disabled~.text:before,
input[type=radio].disabled~.text:before {
    background-color: #f5f5f5 !important;
    border-color: #e5e5e5 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    color: #e5e5e5
}

input[type=checkbox]~.text,
input[type=radio]~.text {
    position: relative;
    z-index: 11;
    display: inline-block;
    margin: 0;
    line-height: 20px;
    min-height: 18px;
    min-width: 18px;
    font-weight: normal
}

input[type=checkbox]~.text:before,
input[type=radio]~.text:before {
    font-family: fontAwesome;
    font-weight: bold;
    font-size: 13px;
    color: #333;
    content: " ";
    background-color: #fafafa;
    border: 1px solid #c8c8c8;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    border-radius: 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    height: 18px;
    line-height: 16px;
    min-width: 18px;
    margin-right: 5px;
    margin-bottom: 2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

input[type=checkbox]~.text:hover:before,
input[type=radio]~.text:hover:before {
    border-color: #737373
}

input[type=checkbox]~.text:active:before,
input[type=radio]~.text:active:before {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 1px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 1px 3px rgba(0, 0, 0, .1)
}

input[type=radio]~.text:before {
    border-radius: 100%;
    font-size: 10px;
    font-family: FontAwesome;
    line-height: 17px;
    height: 19px;
    min-width: 19px
}

input[type=radio]:checked~.text:before {
    content: ""
}

input[type=checkbox].blue:checked~.text:before,
input[type=radio].blue:checked~.text:before {
    background-color: #3b3e99;
    border-color: #3b3e99;
    color: #fff
}

input[type=checkbox].colored-danger:checked~.text,
input[type=radio].colored-danger:checked~.text {
    color: #d73d32
}

input[type=checkbox].colored-danger:checked~.text:before,
input[type=radio].colored-danger:checked~.text:before {
    border-color: #d73d32;
    color: #d73d32
}

input[type=checkbox].colored-success:checked~.text,
input[type=radio].colored-success:checked~.text {
    color: #53a93f
}

input[type=checkbox].colored-success:checked~.text:before,
input[type=radio].colored-success:checked~.text:before {
    border-color: #53a93f;
    color: #53a93f
}

.label-yellow,
.badge-yellow {
    background-color: #ffce55;
    background-image: none !important
}

.label-orange,
.badge-orange {
    background-color: #fb6e52;
    background-image: none !important
}

.label-palegreen,
.badge-palegreen {
    background-color: #a0d468;
    background-image: none !important
}


.box {
    position: relative;
    background: #ffffff;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
    width: 100%;
    box-shadow: 0 0 4px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .3);
}

.box .box-header {
    position: relative;
    border-bottom: 0px solid #f4f4f4;
    color: #444;
    border-bottom: 3px solid #fff;
}

.box .box-header:before, .box .box-header:after {
    display: table;
    content: " ";
}

.box .box-header > .fa, .box .box-header > .glyphicon,
.box .box-header > .ion, .box .box-header .box-title {
    display: inline-block;
    padding: 10px 0 10px 10px;
    margin: 0;
    font-size: 14px;
    font-weight: 400 !important;
    float: left;
    cursor: default;
    color: #6498fe;
    text-align: left;

}

.box .box-header > .box-tools {
    padding: 5px 10px 5px 5px;
}

.box .box-header:after {
    clear: both;
}

.box .box-header:before, .box .box-header:after {
    display: table;
    content: " ";
}

.box .box-body {
    padding: 15px;
}

.box .box-footer {
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #ffffff;
}
/*
.form-control {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    box-shadow: none;
    padding: 7px;
}*/
.form-control {
    font-size: 12px;
    height: 100%;
    border-radius: 0;
    box-shadow: none;
    /*border: 1px solid #e9e9e9;
    transition-duration: .5s;*/
    width: 100%;
    height: 32px;
    padding: 6px 12px;
}

.btn.btn-flat {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
}

.tooltip.in{zoom:1;filter:alpha(opacity=100);-webkit-opacity:1;-moz-opacity:1;opacity:1}.tooltip.top .tooltip-arrow{border-top-color:#262626}.tooltip.right .tooltip-arrow{border-right-color:#262626}.tooltip.left .tooltip-arrow{border-left-color:#262626}.tooltip.bottom .tooltip-arrow{border-bottom-color:#262626}.tooltip-lg+.tooltip>.tooltip-inner{font-size:15px !important}.tooltip-inner{-webkit-border-radius:2px;-webkit-background-clip:padding-box;-moz-border-radius:2px;-moz-background-clip:padding;border-radius:2px;background-clip:padding-box;-webkit-box-shadow:1px 1px rgba(229,229,229,.5);-moz-box-shadow:1px 1px rgba(229,229,229,.5);box-shadow:1px 1px rgba(229,229,229,.5);-webkit-transition:visibility 0,opacity .13s ease-in;-moz-transition:visibility 0,opacity .13s ease-in;-o-transition:visibility 0,opacity .13s ease-in;transition:visibility 0,opacity .13s ease-in;background-color:#262626;border:1px solid #262626;color:#aaa;padding:8px 8px;font-size:13px}.tooltip-white+.tooltip>.tooltip-inner{border:1px solid #fff;background-color:#fff;color:#262626}.tooltip-white+.tooltip.top .tooltip-arrow{border-top-color:#fff}.tooltip-white+.tooltip.right .tooltip-arrow{border-right-color:#fff}.tooltip-white+.tooltip.left .tooltip-arrow{border-left-color:#fff}.tooltip-white+.tooltip.bottom .tooltip-arrow{border-bottom-color:#fff}.tooltip-whitesmoke+.tooltip>.tooltip-inner{border:1px solid #f5f5f5;background-color:#f5f5f5;color:#262626}.tooltip-whitesmoke+.tooltip.top .tooltip-arrow{border-top-color:#f5f5f5}.tooltip-whitesmoke+.tooltip.right .tooltip-arrow{border-right-color:#f5f5f5}.tooltip-whitesmoke+.tooltip.left .tooltip-arrow{border-left-color:#f5f5f5}.tooltip-whitesmoke+.tooltip.bottom .tooltip-arrow{border-bottom-color:#f5f5f5}.tooltip-snow+.tooltip>.tooltip-inner{border:1px solid #fbfbfb;background-color:#fbfbfb;color:#262626}.tooltip-snow+.tooltip.top .tooltip-arrow{border-top-color:#fbfbfb}.tooltip-snow+.tooltip.right .tooltip-arrow{border-right-color:#fbfbfb}.tooltip-snow+.tooltip.left .tooltip-arrow{border-left-color:#fbfbfb}.tooltip-snow+.tooltip.bottom .tooltip-arrow{border-bottom-color:#fbfbfb}.tooltip-seashell+.tooltip>.tooltip-inner{border:1px solid #f3f3f3;background-color:#f3f3f3;color:#262626}.tooltip-seashell+.tooltip.top .tooltip-arrow{border-top-color:#f3f3f3}.tooltip-seashell+.tooltip.right .tooltip-arrow{border-right-color:#f3f3f3}.tooltip-seashell+.tooltip.left .tooltip-arrow{border-left-color:#f3f3f3}.tooltip-seashell+.tooltip.bottom .tooltip-arrow{border-bottom-color:#f3f3f3}.tooltip-ivory+.tooltip>.tooltip-inner{border:1px solid #eee;background-color:#eee;color:#262626}.tooltip-ivory+.tooltip.top .tooltip-arrow{border-top-color:#eee}.tooltip-ivory+.tooltip.right .tooltip-arrow{border-right-color:#eee}.tooltip-ivory+.tooltip.left .tooltip-arrow{border-left-color:#eee}.tooltip-ivory+.tooltip.bottom .tooltip-arrow{border-bottom-color:#eee}.tooltip-platinum+.tooltip>.tooltip-inner{border:1px solid #e5e5e5;background-color:#e5e5e5;color:#262626}.tooltip-platinum+.tooltip.top .tooltip-arrow{border-top-color:#e5e5e5}.tooltip-platinum+.tooltip.right .tooltip-arrow{border-right-color:#e5e5e5}.tooltip-platinum+.tooltip.left .tooltip-arrow{border-left-color:#e5e5e5}.tooltip-platinum+.tooltip.bottom .tooltip-arrow{border-bottom-color:#e5e5e5}.tooltip-lightgray+.tooltip>.tooltip-inner{border:1px solid #d0d0d0;background-color:#d0d0d0;color:#262626}.tooltip-lightgray+.tooltip.top .tooltip-arrow{border-top-color:#d0d0d0}.tooltip-lightgray+.tooltip.right .tooltip-arrow{border-right-color:#d0d0d0}.tooltip-lightgray+.tooltip.left .tooltip-arrow{border-left-color:#d0d0d0}.tooltip-lightgray+.tooltip.bottom .tooltip-arrow{border-bottom-color:#d0d0d0}.tooltip-gray+.tooltip>.tooltip-inner{border:1px solid #ccc;background-color:#ccc;color:#262626}.tooltip-gray+.tooltip.top .tooltip-arrow{border-top-color:#ccc}.tooltip-gray+.tooltip.right .tooltip-arrow{border-right-color:#ccc}.tooltip-gray+.tooltip.left .tooltip-arrow{border-left-color:#ccc}.tooltip-gray+.tooltip.bottom .tooltip-arrow{border-bottom-color:#ccc}.tooltip-darkgray+.tooltip>.tooltip-inner{border:1px solid #999;background-color:#999;color:#262626}.tooltip-darkgray+.tooltip.top .tooltip-arrow{border-top-color:#999}.tooltip-darkgray+.tooltip.right .tooltip-arrow{border-right-color:#999}.tooltip-darkgray+.tooltip.left .tooltip-arrow{border-left-color:#999}.tooltip-darkgray+.tooltip.bottom .tooltip-arrow{border-bottom-color:#999}.tooltip-silver+.tooltip>.tooltip-inner{border:1px solid #777;background-color:#777;color:#fff}.tooltip-silver+.tooltip.top .tooltip-arrow{border-top-color:#777}.tooltip-silver+.tooltip.right .tooltip-arrow{border-right-color:#777}.tooltip-silver+.tooltip.left .tooltip-arrow{border-left-color:#777}.tooltip-silver+.tooltip.bottom .tooltip-arrow{border-bottom-color:#777}.tooltip-sonic-silver+.tooltip>.tooltip-inner{border:1px solid #737373;background-color:#737373;color:#fff}.tooltip-sonic-silver+.tooltip.top .tooltip-arrow{border-top-color:#737373}.tooltip-sonic-silver+.tooltip.right .tooltip-arrow{border-right-color:#737373}.tooltip-sonic-silver+.tooltip.left .tooltip-arrow{border-left-color:#737373}.tooltip-sonic-silver+.tooltip.bottom .tooltip-arrow{border-bottom-color:#737373}.tooltip-storm-cloud+.tooltip>.tooltip-inner{border:1px solid #666;background-color:#666;color:#fff}.tooltip-storm-cloud+.tooltip.top .tooltip-arrow{border-top-color:#666}.tooltip-storm-cloud+.tooltip.right .tooltip-arrow{border-right-color:#666}.tooltip-storm-cloud+.tooltip.left .tooltip-arrow{border-left-color:#666}.tooltip-storm-cloud+.tooltip.bottom .tooltip-arrow{border-bottom-color:#666}.tooltip-lightcarbon+.tooltip>.tooltip-inner{border:1px solid #555;background-color:#555;color:#fff}.tooltip-lightcarbon+.tooltip.top .tooltip-arrow{border-top-color:#555}.tooltip-lightcarbon+.tooltip.right .tooltip-arrow{border-right-color:#555}.tooltip-lightcarbon+.tooltip.left .tooltip-arrow{border-left-color:#555}.tooltip-lightcarbon+.tooltip.bottom .tooltip-arrow{border-bottom-color:#555}.tooltip-carbon+.tooltip>.tooltip-inner{border:1px solid #444;background-color:#444;color:#fff}.tooltip-carbon+.tooltip.top .tooltip-arrow{border-top-color:#444}.tooltip-carbon+.tooltip.right .tooltip-arrow{border-right-color:#444}.tooltip-carbon+.tooltip.left .tooltip-arrow{border-left-color:#444}.tooltip-carbon+.tooltip.bottom .tooltip-arrow{border-bottom-color:#444}.tooltip-slate-gray+.tooltip>.tooltip-inner{border:1px solid #333;background-color:#333;color:#fff}.tooltip-slate-gray+.tooltip.top .tooltip-arrow{border-top-color:#333}.tooltip-slate-gray+.tooltip.right .tooltip-arrow{border-right-color:#333}.tooltip-slate-gray+.tooltip.left .tooltip-arrow{border-left-color:#333}.tooltip-slate-gray+.tooltip.bottom .tooltip-arrow{border-bottom-color:#333}.tooltip-darkcarbon+.tooltip>.tooltip-inner{border:1px solid #262626;background-color:#262626;color:#fff}.tooltip-darkcarbon+.tooltip.top .tooltip-arrow{border-top-color:#262626}.tooltip-darkcarbon+.tooltip.right .tooltip-arrow{border-right-color:#262626}.tooltip-darkcarbon+.tooltip.left .tooltip-arrow{border-left-color:#262626}.tooltip-darkcarbon+.tooltip.bottom .tooltip-arrow{border-bottom-color:#262626}.tooltip-blue+.tooltip>.tooltip-inner{border:1px solid #5db2ff;background-color:#5db2ff;color:#fff}.tooltip-blue+.tooltip.top .tooltip-arrow{border-top-color:#5db2ff}.tooltip-blue+.tooltip.right .tooltip-arrow{border-right-color:#5db2ff}.tooltip-blue+.tooltip.left .tooltip-arrow{border-left-color:#5db2ff}.tooltip-blue+.tooltip.bottom .tooltip-arrow{border-bottom-color:#5db2ff}.tooltip-info+.tooltip>.tooltip-inner{border:1px solid #57b5e3;background-color:#57b5e3;color:#fff}.tooltip-info+.tooltip.top .tooltip-arrow{border-top-color:#57b5e3}.tooltip-info+.tooltip.right .tooltip-arrow{border-right-color:#57b5e3}.tooltip-info+.tooltip.left .tooltip-arrow{border-left-color:#57b5e3}.tooltip-info+.tooltip.bottom .tooltip-arrow{border-bottom-color:#57b5e3}.tooltip-sky+.tooltip>.tooltip-inner{border:1px solid #11a9cc;background-color:#11a9cc;color:#fff}.tooltip-sky+.tooltip.top .tooltip-arrow{border-top-color:#11a9cc}.tooltip-sky+.tooltip.right .tooltip-arrow{border-right-color:#11a9cc}.tooltip-sky+.tooltip.left .tooltip-arrow{border-left-color:#11a9cc}.tooltip-sky+.tooltip.bottom .tooltip-arrow{border-bottom-color:#11a9cc}.tooltip-primary+.tooltip>.tooltip-inner{border:1px solid #4374e0;background-color:#4374e0;color:#fff}.tooltip-primary+.tooltip.top .tooltip-arrow{border-top-color:#4374e0}.tooltip-primary+.tooltip.right .tooltip-arrow{border-right-color:#4374e0}.tooltip-primary+.tooltip.left .tooltip-arrow{border-left-color:#4374e0}.tooltip-primary+.tooltip.bottom .tooltip-arrow{border-bottom-color:#4374e0}.tooltip-azure+.tooltip>.tooltip-inner{border:1px solid #2dc3e8;background-color:#2dc3e8;color:#fff}.tooltip-azure+.tooltip.top .tooltip-arrow{border-top-color:#2dc3e8}.tooltip-azure+.tooltip.right .tooltip-arrow{border-right-color:#2dc3e8}.tooltip-azure+.tooltip.left .tooltip-arrow{border-left-color:#2dc3e8}.tooltip-azure+.tooltip.bottom .tooltip-arrow{border-bottom-color:#2dc3e8}.tooltip-blueberry+.tooltip>.tooltip-inner{border:1px solid #6f85bf;background-color:#6f85bf;color:#fff}.tooltip-blueberry+.tooltip.top .tooltip-arrow{border-top-color:#6f85bf}.tooltip-blueberry+.tooltip.right .tooltip-arrow{border-right-color:#6f85bf}.tooltip-blueberry+.tooltip.left .tooltip-arrow{border-left-color:#6f85bf}.tooltip-blueberry+.tooltip.bottom .tooltip-arrow{border-bottom-color:#6f85bf}.tooltip-palegreen+.tooltip>.tooltip-inner{border:1px solid #a0d468;background-color:#a0d468;color:#fff}.tooltip-palegreen+.tooltip.top .tooltip-arrow{border-top-color:#a0d468}.tooltip-palegreen+.tooltip.right .tooltip-arrow{border-right-color:#a0d468}.tooltip-palegreen+.tooltip.left .tooltip-arrow{border-left-color:#a0d468}.tooltip-palegreen+.tooltip.bottom .tooltip-arrow{border-bottom-color:#a0d468}.tooltip-success+.tooltip>.tooltip-inner{border:1px solid #53a93f;background-color:#53a93f;color:#fff}.tooltip-success+.tooltip.top .tooltip-arrow{border-top-color:#53a93f}.tooltip-success+.tooltip.right .tooltip-arrow{border-right-color:#53a93f}.tooltip-success+.tooltip.left .tooltip-arrow{border-left-color:#53a93f}.tooltip-success+.tooltip.bottom .tooltip-arrow{border-bottom-color:#53a93f}.tooltip-green+.tooltip>.tooltip-inner{border:1px solid #8cc474;background-color:#8cc474;color:#fff}.tooltip-green+.tooltip.top .tooltip-arrow{border-top-color:#8cc474}.tooltip-green+.tooltip.right .tooltip-arrow{border-right-color:#8cc474}.tooltip-green+.tooltip.left .tooltip-arrow{border-left-color:#8cc474}.tooltip-green+.tooltip.bottom .tooltip-arrow{border-bottom-color:#8cc474}.tooltip-lightyellow+.tooltip>.tooltip-inner{border:1px solid #f6d52e;background-color:#f6d52e;color:#fff}.tooltip-lightyellow+.tooltip.top .tooltip-arrow{border-top-color:#f6d52e}.tooltip-lightyellow+.tooltip.right .tooltip-arrow{border-right-color:#f6d52e}.tooltip-lightyellow+.tooltip.left .tooltip-arrow{border-left-color:#f6d52e}.tooltip-lightyellow+.tooltip.bottom .tooltip-arrow{border-bottom-color:#f6d52e}.tooltip-yellow+.tooltip>.tooltip-inner{border:1px solid #ffce55;background-color:#ffce55;color:#fff}.tooltip-yellow+.tooltip.top .tooltip-arrow{border-top-color:#ffce55}.tooltip-yellow+.tooltip.right .tooltip-arrow{border-right-color:#ffce55}.tooltip-yellow+.tooltip.left .tooltip-arrow{border-left-color:#ffce55}.tooltip-yellow+.tooltip.bottom .tooltip-arrow{border-bottom-color:#ffce55}.tooltip-warning+.tooltip>.tooltip-inner{border:1px solid #f4b400;background-color:#f4b400;color:#fff}.tooltip-warning+.tooltip.top .tooltip-arrow{border-top-color:#f4b400}.tooltip-warning+.tooltip.right .tooltip-arrow{border-right-color:#f4b400}.tooltip-warning+.tooltip.left .tooltip-arrow{border-left-color:#f4b400}.tooltip-warning+.tooltip.bottom .tooltip-arrow{border-bottom-color:#f4b400}.tooltip-gold+.tooltip>.tooltip-inner{border:1px solid #f9b256;background-color:#f9b256;color:#fff}.tooltip-gold+.tooltip.top .tooltip-arrow{border-top-color:#f9b256}.tooltip-gold+.tooltip.right .tooltip-arrow{border-right-color:#f9b256}.tooltip-gold+.tooltip.left .tooltip-arrow{border-left-color:#f9b256}.tooltip-gold+.tooltip.bottom .tooltip-arrow{border-bottom-color:#f9b256}.tooltip-orange+.tooltip>.tooltip-inner{border:1px solid #fb6e52;background-color:#fb6e52;color:#fff}.tooltip-orange+.tooltip.top .tooltip-arrow{border-top-color:#fb6e52}.tooltip-orange+.tooltip.right .tooltip-arrow{border-right-color:#fb6e52}.tooltip-orange+.tooltip.left .tooltip-arrow{border-left-color:#fb6e52}.tooltip-orange+.tooltip.bottom .tooltip-arrow{border-bottom-color:#fb6e52}.tooltip-lightred+.tooltip>.tooltip-inner{border:1px solid #e46f61;background-color:#e46f61;color:#fff}.tooltip-lightred+.tooltip.top .tooltip-arrow{border-top-color:#e46f61}.tooltip-lightred+.tooltip.right .tooltip-arrow{border-right-color:#e46f61}.tooltip-lightred+.tooltip.left .tooltip-arrow{border-left-color:#e46f61}.tooltip-lightred+.tooltip.bottom .tooltip-arrow{border-bottom-color:#e46f61}.tooltip-darkorange+.tooltip>.tooltip-inner{border:1px solid #ed4e2a;background-color:#ed4e2a;color:#fff}.tooltip-darkorange+.tooltip.top .tooltip-arrow{border-top-color:#ed4e2a}.tooltip-darkorange+.tooltip.right .tooltip-arrow{border-right-color:#ed4e2a}.tooltip-darkorange+.tooltip.left .tooltip-arrow{border-left-color:#ed4e2a}.tooltip-darkorange+.tooltip.bottom .tooltip-arrow{border-bottom-color:#ed4e2a}.tooltip-red+.tooltip>.tooltip-inner{border:1px solid #df5138;background-color:#df5138;color:#fff}.tooltip-red+.tooltip.top .tooltip-arrow{border-top-color:#df5138}.tooltip-red+.tooltip.right .tooltip-arrow{border-right-color:#df5138}.tooltip-red+.tooltip.left .tooltip-arrow{border-left-color:#df5138}.tooltip-red+.tooltip.bottom .tooltip-arrow{border-bottom-color:#df5138}.tooltip-pink+.tooltip>.tooltip-inner{border:1px solid #e75b8d;background-color:#e75b8d;color:#fff}.tooltip-pink+.tooltip.top .tooltip-arrow{border-top-color:#e75b8d}.tooltip-pink+.tooltip.right .tooltip-arrow{border-right-color:#e75b8d}.tooltip-pink+.tooltip.left .tooltip-arrow{border-left-color:#e75b8d}.tooltip-pink+.tooltip.bottom .tooltip-arrow{border-bottom-color:#e75b8d}.tooltip-darkpink+.tooltip>.tooltip-inner{border:1px solid #cc324b;background-color:#cc324b;color:#fff}.tooltip-darkpink+.tooltip.top .tooltip-arrow{border-top-color:#cc324b}.tooltip-darkpink+.tooltip.right .tooltip-arrow{border-right-color:#cc324b}.tooltip-darkpink+.tooltip.left .tooltip-arrow{border-left-color:#cc324b}.tooltip-darkpink+.tooltip.bottom .tooltip-arrow{border-bottom-color:#cc324b}.tooltip-danger+.tooltip>.tooltip-inner{border:1px solid #d73d32;background-color:#d73d32;color:#fff}.tooltip-danger+.tooltip.top .tooltip-arrow{border-top-color:#d73d32}.tooltip-danger+.tooltip.right .tooltip-arrow{border-right-color:#d73d32}.tooltip-danger+.tooltip.left .tooltip-arrow{border-left-color:#d73d32}.tooltip-danger+.tooltip.bottom .tooltip-arrow{border-bottom-color:#d73d32}.tooltip-magenta+.tooltip>.tooltip-inner{border:1px solid #bc5679;background-color:#bc5679;color:#fff}.tooltip-magenta+.tooltip.top .tooltip-arrow{border-top-color:#bc5679}.tooltip-magenta+.tooltip.right .tooltip-arrow{border-right-color:#bc5679}.tooltip-magenta+.tooltip.left .tooltip-arrow{border-left-color:#bc5679}.tooltip-magenta+.tooltip.bottom .tooltip-arrow{border-bottom-color:#bc5679}.tooltip-purple+.tooltip>.tooltip-inner{border:1px solid #7e3794;background-color:#7e3794;color:#fff}.tooltip-purple+.tooltip.top .tooltip-arrow{border-top-color:#7e3794}.tooltip-purple+.tooltip.right .tooltip-arrow{border-right-color:#7e3794}.tooltip-purple+.tooltip.left .tooltip-arrow{border-left-color:#7e3794}.tooltip-purple+.tooltip.bottom .tooltip-arrow{border-bottom-color:#7e3794}.tooltip-maroon+.tooltip>.tooltip-inner{border:1px solid #981b48;background-color:#981b48;color:#fff}.tooltip-maroon+.tooltip.top .tooltip-arrow{border-top-color:#981b48}.tooltip-maroon+.tooltip.right .tooltip-arrow{border-right-color:#981b48}.tooltip-maroon+.tooltip.left .tooltip-arrow{border-left-color:#981b48}.tooltip-maroon+.tooltip.bottom .tooltip-arrow{border-bottom-color:#981b48}


.well.with-footer {
    padding-bottom: 60px;
}
.well.with-header {
    padding-top: 60px;
}
.well {
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    background-color: #fbfbfb;
    border: 0;
    color: #262626;
    position: relative;
    margin-bottom: 30px;
    min-height: 0;
}

.well .header[class*="bg-"] {
    color: #fff;
    border-bottom: 0;
}
.well .header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 10px;
    text-align: left;
    border-radius: 2px 2px 0 0;
    border-bottom: 1px solid #e5e5e5;
}
.bg-blue {
    background-color: #2196F3 !important;
}

.well .footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px;
    border-top: 1px solid #e5e5e5;
    border-radius: 0 0 2px 2px;
}

.table {
    background-color: #fff;
    margin-bottom: 0;
}

.bottom-space{
    margin-bottom: 10px
}

.modal-blue .modal-header {
    border-bottom: 3px solid #5db2ff
}

.modal-danger .modal-header {
    border-bottom: 3px solid #d73d32
}

.modal-success .modal-header {
    border-bottom: 3px solid #53a93f
}

.modal-warning .modal-header {
    border-bottom: 3px solid #f4b400
}

.modal-silver .modal-header {
    border-bottom: 3px solid #777
}

.modal-inverse .modal-header {
    border-bottom: 3px solid #444
}

.modal-blueberry .modal-header {
    border-bottom: 3px solid #6f85bf
}

.modal-palegreen .modal-header {
    border-bottom: 3px solid #a0d468
}

.modal-orange .modal-header {
    border-bottom: 3px solid #fb6e52
}

.modal-darkorange .modal-header {
    border-bottom: 3px solid #ed4e2a
}

.modal-magenta .modal-header {
    border-bottom: 3px solid #bc5679
}

.modal-purple .modal-header {
    border-bottom: 3px solid #7e3794
}

.modal-maroon .modal-header {
    border-bottom: 3px solid #981b48
}

.modal-primary .modal-header {
    border-bottom: 3px solid #4374e0
}

.modal-content {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    color: #000;
    background-color: #fff;
    border: rgba(0, 0, 0, 0);
    box-shadow: none;
    box-shadow: 0 0 5px #888
}

.modal-content .close {
    font-size: 26px
}

.modal-footer {
    padding-top: 12px;
    padding-bottom: 14px;
    border-top: 0;
    background-color: #f5f5f5
}

.modal-header {
    padding: 10px 15px 10px 20px;
    background-color: #f5f5f5
}

.modal-header .close {
    font-size: 26px
}

.alert {
    margin-bottom: 20px;
    margin-top: 0;
    color: #fff;
    border-width: 0;
    border-left-width: 5px;
    padding: 10px;
    border-radius: 0
}

.alert .close {
    top: 0;
    right: 0;
    line-height: 16px;
    color: #444
}

.alert.alert-heading {
    font-weight: 600
}

.alert.alert-danger {
    border-color: #df5138;
    background: #e46f61
}

.alert.alert-warning {
    border-color: #ffce55;
    color: #555;
    background: #fff1a8
}

.alert.alert-success {
    border-color: #8cc474;
    background: #a0d468
}
.alert.alert-info {
    border-color: #11a9cc;
    background: #57b5e3
}

.informacion {
    padding: 10px 10px 1px
}
.informacion table {
    width: 100%
}

.informacion table tr td {
    padding: 4px
}

.table {
    background-color: #fff;
    margin-bottom: 0
}

.table tfoot>tr>th {
    font-weight: 300
}

.table thead>tr>th {
    border-bottom: 0;
    font-size: 13px;
    font-weight: 600
}

.table thead[class*="colored-"]>tr>th {
    color: #fff;
    font-weight: 400
}

.table thead.colored-blue>tr>th {
    background-color: #5db2ff
}

.table thead.colored-primary>tr>th {
    background-color: #4374e0
}

.table thead.colored-danger>tr>th {
    background-color: #d73d32
}

.table thead.colored-success>tr>th {
    background-color: #53a93f
}

.table thead.colored-warning>tr>th {
    background-color: #f4b400
}

.table thead.colored-silver>tr>th {
    background-color: #777
}

.table thead.colored-inverse>tr>th {
    background-color: #444
}

.table thead.colored-blueberry>tr>th {
    background-color: #6f85bf
}

.table thead.colored-palegreen>tr>th {
    background-color: #a0d468
}

.table thead.colored-orange>tr>th {
    background-color: #fb6e52
}

.table thead.colored-darkorange>tr>th {
    background-color: #ed4e2a
}

.table thead.colored-magenta>tr>th {
    background-color: #bc5679
}

.table thead.colored-purple>tr>th {
    background-color: #7e3794
}

.table thead.colored-maroon>tr>th {
    background-color: #981b48
}

.table thead.bordered-blue>tr>th {
    border-bottom: 3px solid #5db2ff
}

.table thead.bordered-primary>tr>th {
    border-bottom: 3px solid #4374e0
}

.table thead.bordered-danger>tr>th {
    border-bottom: 3px solid #d73d32
}

.table thead.bordered-success>tr>th {
    border-bottom: 3px solid #53a93f
}

.table thead.bordered-warning>tr>th {
    border-bottom: 3px solid #f4b400
}

.table thead.bordered-silver>tr>th {
    border-bottom: 3px solid #777
}

.table thead.bordered-inverse>tr>th {
    border-bottom: 3px solid #444
}

.table thead.bordered-blueberry>tr>th {
    border-bottom: 3px solid #6f85bf
}
.table thead.bordered-amber>tr>th {
    border-bottom: 3px solid #9B26AF
}

.table thead.bordered-palegreen>tr>th {
    border-bottom: 3px solid #a0d468
}

.table thead.bordered-orange>tr>th {
    border-bottom: 3px solid #fb6e52
}

.table thead.bordered-darkorange>tr>th {
    border-bottom: 3px solid #ed4e2a
}

.table thead.bordered-magenta>tr>th {
    border-bottom: 3px solid #bc5679
}

.table thead.bordered-purple>tr>th {
    border-bottom: 3px solid #7e3794
}

.table thead.bordered-maroon>tr>th {
    border-bottom: 3px solid #981b48
}

.table tr.success td:first-child {
    -webkit-box-shadow: 2px 0 0 #53a93f inset;
    -moz-box-shadow: 2px 0 0 #53a93f inset;
    box-shadow: 2px 0 0 #53a93f inset
}

.table tr.danger td:first-child {
    -webkit-box-shadow: 2px 0 0 #d73d32 inset;
    -moz-box-shadow: 2px 0 0 #d73d32 inset;
    box-shadow: 2px 0 0 #d73d32 inset
}

.table tr.warning td:first-child {
    -webkit-box-shadow: 2px 0 0 #f4b400 inset;
    -moz-box-shadow: 2px 0 0 #f4b400 inset;
    box-shadow: 2px 0 0 #f4b400 inset
}

.table tr.active td:first-child {
    -webkit-box-shadow: 2px 0 0 #737373 inset;
    -moz-box-shadow: 2px 0 0 #737373 inset;
    box-shadow: 2px 0 0 #737373 inset
}

.table tr td.success {
    -webkit-box-shadow: 2px 0 0 #53a93f inset;
    -moz-box-shadow: 2px 0 0 #53a93f inset;
    box-shadow: 2px 0 0 #53a93f inset
}

.table tr td.danger {
    -webkit-box-shadow: 2px 0 0 #d73d32 inset;
    -moz-box-shadow: 2px 0 0 #d73d32 inset;
    box-shadow: 2px 0 0 #d73d32 inset
}

.table tr td.warning {
    -webkit-box-shadow: 2px 0 0 #f4b400 inset;
    -moz-box-shadow: 2px 0 0 #f4b400 inset;
    box-shadow: 2px 0 0 #f4b400 inset
}

.table tr td.active {
    -webkit-box-shadow: 2px 0 0 #737373 inset;
    -moz-box-shadow: 2px 0 0 #737373 inset;
    box-shadow: 2px 0 0 #737373 inset
}

.table-bordered thead>tr {
    /*background-color: #eee;*/
    background-color: #f5f5f5;
    /*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
    background-image: -moz-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
    background-image: -o-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
    background-image: linear-gradient(to bottom, #f2f2f2 0, #fafafa 100%)*/
}

.table>thead>tr>.active,
.table>tbody>tr>.active,
.table>tfoot>tr>.active,
.table>thead>.active>td,
.table>tbody>.active>td,
.table>tfoot>.active>td,
.table>thead>.active>th,
.table>tbody>.active>th,
.table>tfoot>.active>th,
.table-striped>tbody>tr.active:nth-child(odd)>td,
.table-striped>tbody>tr>.active:nth-child(odd)>th {
    background-color: #f1f1f1;
    color: #222
}

.table-hover>tbody>tr>.active:hover,
.table-hover>tbody>.active:hover>td,
.table-hover>tbody>.active:hover>th,
.table-striped>tbody>tr.active:hover:nth-child(odd)>td,
.table-striped>tbody>tr>.active:hover:nth-child(odd)>th {
    background-color: #e5e5e5!important
}

.table>thead>tr>.success,
.table>tbody>tr>.success,
.table>tfoot>tr>.success,
.table>thead>.success>td,
.table>tbody>.success>td,
.table>tfoot>.success>td,
.table>thead>.success>th,
.table>tbody>.success>th,
.table>tfoot>.success>th {
    color: #119000
}

.table>thead>tr>.danger,
.table>tbody>tr>.danger,
.table>tfoot>tr>.danger,
.table>thead>.danger>td,
.table>tbody>.danger>td,
.table>tfoot>.danger>td,
.table>thead>.danger>th,
.table>tbody>.danger>th,
.table>tfoot>.danger>th {
    color: #cd2929
}

.table>thead>tr>.warning,
.table>tbody>tr>.warning,
.table>tfoot>tr>.warning,
.table>thead>.warning>td,
.table>tbody>.warning>td,
.table>tfoot>.warning>td,
.table>thead>.warning>th,
.table>tbody>.warning>th,
.table>tfoot>.warning>th {
    color: #fb6e52
}

.table-scrollable {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden
}

.table-scrollable>.table {
    width: 100%!important;
    margin: 0!important;
    margin-bottom: 0;
    background-color: #fff
}

.table-scrollable>.table>thead>tr>th,
.table-scrollable>.table>tbody>tr>th,
.table-scrollable>.table>tfoot>tr>th,
.table-scrollable>.table>thead>tr>td,
.table-scrollable>.table>tbody>tr>td,
.table-scrollable>.table>tfoot>tr>td {
    white-space: nowrap
}

.table-scrollable>.table-bordered {
    border: 0
}

.table-scrollable>.table-bordered>thead>tr>th:first-child,
.table-scrollable>.table-bordered>tbody>tr>th:first-child,
.table-scrollable>.table-bordered>tfoot>tr>th:first-child,
.table-scrollable>.table-bordered>thead>tr>td:first-child,
.table-scrollable>.table-bordered>tbody>tr>td:first-child,
.table-scrollable>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.table-scrollable>.table-bordered>thead>tr>th:last-child,
.table-scrollable>.table-bordered>tbody>tr>th:last-child,
.table-scrollable>.table-bordered>tfoot>tr>th:last-child,
.table-scrollable>.table-bordered>thead>tr>td:last-child,
.table-scrollable>.table-bordered>tbody>tr>td:last-child,
.table-scrollable>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.table-scrollable>.table-bordered>thead>tr>th:last-child>td,
.table-scrollable>.table-bordered>tbody>tr>th:last-child>td,
.table-scrollable>.table-bordered>tfoot>tr>th:last-child>td,
.table-scrollable>.table-bordered>thead>tr>td:last-child>td,
.table-scrollable>.table-bordered>tbody>tr>td:last-child>td,
.table-scrollable>.table-bordered>tfoot>tr>td:last-child>td {
    border-bottom: 0
}
.flip-scroll table {
    width: 100%
}

.fuelux .wizard {
    *zoom: 1;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
    background-color: #f9f9f9;
    position: relative;
    min-height: 48px;
    overflow: hidden
}

.fuelux .wizard:before,
.fuelux .wizard:after {
    display: table;
    content: "";
    line-height: 0
}

.fuelux .wizard:after {
    clear: both
}

.fuelux .wizard>.steps {
    list-style: none outside none;
    padding: 0;
    margin: 0;
    width: 4000px
}

.fuelux .wizard>.steps.previous-disabled li.complete {
    cursor: default
}

.fuelux .wizard>.steps.previous-disabled li.complete:hover {
    background: #f3f4f5;
    color: #468847;
    cursor: default
}

.fuelux .wizard>.steps.previous-disabled li.complete:hover .chevron:before {
    border-left-color: #f3f4f5
}

.fuelux .wizard>.steps li {
    float: left;
    margin: 0;
    padding: 0 20px 0 30px;
    height: 46px;
    line-height: 46px;
    position: relative;
    background: #ededed;
    color: #999;
    font-size: 16px;
    cursor: not-allowed
}

.fuelux .wizard>.steps li .chevron {
    border: 24px solid transparent;
    border-left: 14px solid #d4d4d4;
    border-right: 0;
    display: block;
    position: absolute;
    right: -14px;
    top: 0;
    z-index: 1
}

.fuelux .wizard>.steps li .chevron:before {
    border: 24px solid transparent;
    border-left: 14px solid #ededed;
    border-right: 0;
    content: "";
    display: block;
    position: absolute;
    right: 1px;
    top: -24px
}

.fuelux .wizard>.steps li.complete {
    background: #f3f4f5;
    color: #468847
}

.fuelux .wizard>.steps li.complete:hover {
    background: #e7eff8;
    cursor: pointer
}

.fuelux .wizard>.steps li.complete:hover .chevron:before {
    border-left: 14px solid #e7eff8
}

.fuelux .wizard>.steps li.complete .chevron:before {
    border-left: 14px solid #f3f4f5
}

.fuelux .wizard>.steps li.active {
    background: #f1f6fc;
    color: #3a87ad;
    cursor: default
}

.fuelux .wizard>.steps li.active .chevron:before {
    border-left: 14px solid #f1f6fc
}

.fuelux .wizard>.steps li.active .badge {
    background-color: #3a87ad
}
.fuelux .wizard>.steps li .badge {
    margin-right: 8px
}

.fuelux .wizard>.steps li .badge-success {
    background-color: #468847
}

.fuelux .wizard>.steps li:first-child {
    border-radius: 4px 0 0 4px;
    padding-left: 20px
}

.fuelux .wizard>.actions {
    z-index: 1000;
    position: absolute;
    right: 0;
    line-height: 46px;
    float: right;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: middle;
    background-color: #e5e5e5;
    border-left: 1px solid #d4d4d4
}

.fuelux .wizard>.actions a {
    line-height: 45px;
    font-size: 12px;
    margin-right: 8px
}

.fuelux .wizard>.actions .btn-prev[disabled] {
    cursor: not-allowed
}

.fuelux .wizard>.actions .btn-prev span {
    margin-right: 5px
}

.fuelux .wizard>.actions .btn-next[disabled] {
    cursor: not-allowed
}

.fuelux .wizard>.actions .btn-next span {
    margin-left: 5px
}

.fuelux .wizard .step-content {
    border-top: 1px solid #D4D4D4;
    padding: 10px;
    float: left;
    width: 100%
}

.fuelux .wizard .step-content .step-pane {
    display: none
}

.fuelux .wizard .step-content>.active {
    display: block
}

.fuelux .wizard .step-content>.active .btn-group .active {
    display: inline-block
}

.fuelux .wizard.complete>.actions .glyphicon-arrow-right:before {
    display: none
}
.fuelux .wizard.complete>.actions .glyphicon-arrow-right {
    margin-left: 0
}




/*       ESTILOS PARA GENERAR UN AUTOCOMPLETE       */
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
}
.ui-menu .ui-menu {
    position: absolute;
}
.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0; /* support: IE7 */
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}
.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff;
    color: #222222;
}
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #999999;
    background: #dadada;
    font-weight: normal;
    color: #212121;
}
.ui-autocomplete { z-index:2147483647 !important; }
.badge{
    cursor: pointer;
}
.badge-success {
  background-color: #468847;
}
.badge-success:hover {
  background-color: #356635;
}
/*************** select2 **************/
.select2-container {
    font-size:13px;
    box-sizing:border-box;
    display:inline-block;
    margin:0;
    position:relative;
    vertical-align:middle
}
.select2-container--default .select2-results__option--highlighted {
    background-color: #eeeeee;
    color: #000;
}
.select2-container .select2-selection--single {
    box-sizing:border-box;
    cursor:pointer;
    display:block;
    height:34px;
    user-select:none;
    -webkit-user-select:none;
    outline:none !important
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display:block;
    padding-left:8px;
    padding-right:20px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    outline:none !important
}
.select2-container .select2-selection--single .select2-selection__clear {
    position:relative
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right:8px;
    padding-left:20px
}
.select2-container .select2-selection--multiple {
    box-sizing:border-box;
    cursor:pointer;
    display:block;
    min-height:32px;
    user-select:none;
    -webkit-user-select:none
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display:inline-block;
    overflow:hidden;
    padding-left:8px;
    text-overflow:ellipsis;
    white-space:nowrap
}
.select2-container .select2-search--inline {
    float:left
}
.select2-container .select2-search--inline .select2-search__field {
    box-sizing:border-box;
    border:none;
    font-size:100%;
    margin-top:5px;
    padding:0;
    outline:none !important
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance:none
}
.select2-dropdown {
    background-color:#fff;
    border:1px solid #ccc;
    box-sizing:border-box;
    display:block;
    position:absolute;
    left:-100000px;
    width:100%;
    z-index:1051
}
.select2-results {
    display:block;
    padding:0 5px 5px
}
.select2-results__options {
    list-style:none;
    margin:0;
    padding:0
}
.select2-results__option {
    padding:6px;
    user-select:none;
    -webkit-user-select:none
}
.select2-results__option[aria-selected] {
    cursor:pointer
}
.select2-container--open .select2-dropdown {
    left:0
}
.select2-container--open .select2-dropdown--above {
    border-bottom:none;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0
}
.select2-container--open .select2-dropdown--below {
    border-top:none;
    border-top-left-radius:0;
    border-top-right-radius:0
}
.select2-search--dropdown {
    display:block;
    padding:4px
}
.select2-search--dropdown .select2-search__field {
    padding:4px;
    width:100%;
    box-sizing:border-box;
    text-transform: uppercase;
    outline:none !important
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance:none
}
.select2-search--dropdown.select2-search--hide {
    display:none
}
.select2-close-mask {
    border:0;
    margin:0;
    padding:0;
    display:block;
    position:fixed;
    left:0;
    top:0;
    min-height:100%;
    min-width:100%;
    height:auto;
    width:auto;
    opacity:0;
    z-index:99;
    background-color:#fff;
    filter:alpha(opacity=0)
}
.select2-hidden-accessible {
    border:0 !important;
    clip:rect(0 0 0 0) !important;
    height:1px !important;
    margin:-1px !important;
    overflow:hidden !important;
    padding:0 !important;
    position:absolute !important;
    width:1px !important
}
.select2-container--default .select2-selection--single {
    background-color:#fff;
    border:1px solid #ccc
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color:#444;
    line-height:32px
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor:pointer;
    position:absolute;
    right:25px;
    top:-1px;
    font-size:16px;
    opacity:.4;
    font-weight:bold
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color:#999
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height:34px;
    position:absolute;
    top:0;
    right:7px;
    width:20px
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    width:100%;
    height:100%;
    display:inline-block;
    font-family:FontAwesome;
    font-style:normal;
    font-weight:400;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    position:relative;
    font-size:14px
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content:"";
    width:100%;
    height:100%;
    text-align:center;
    display:block;
    line-height:34px
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float:left
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left:1px;
    right:auto
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color:#eee;
    cursor:default
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display:none
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color:transparent transparent #888 transparent;
    border-width:0 4px 5px 4px
}
.select2-container--default .select2-selection--multiple {
    background-color:#fff;
    border:1px solid #ccc;
    cursor:text
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing:border-box;
    list-style:none;
    margin:0;
    padding:0 5px 0 3px;
    width:100%
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color:#999;
    margin-top:5px;
    float:left
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor:pointer;
    float:right;
    font-weight:normal;
    margin-top:5px;
    margin-right:5px;
    font-size:16px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color:#2dc3e8;
    border:1px solid #2dc3e8;
    color:#fff;
    -webkit-border-radius:2px;
    -webkit-background-clip:padding-box;
    -moz-border-radius:2px;
    -moz-background-clip:padding;
    border-radius:2px;
    background-clip:padding-box;
    cursor:default;
    float:left;
    margin-right:3px;
    margin-top:3px;
    padding:0 5px 2px;
    font-size:13px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color:#fff;
    cursor:pointer;
    display:inline-block;
    font-weight:normal;
    font-size:16px;
    margin-right:2px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color:#fafafa
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float:right
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left:5px;
    margin-right:auto
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left:3px;
    margin-right:auto
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border:1px solid #ccc;
    outline:0
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color:#eee;
    cursor:default
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display:none
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius:0;
    border-top-right-radius:0
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius:0;
    border-bottom-right-radius:0
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border:1px solid #aaa
}
.select2-container--default .select2-search--inline .select2-search__field {
    background:transparent;
    border:none;
    outline:0;
    box-shadow:none;
    -webkit-appearance:textfield;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height:215px;
    overflow-y:auto
}
.select2-container--default .select2-results__option[role=group] {
    padding:0
}
.select2-container--default .select2-results__option[aria-disabled=true] {
    color:#999
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color:#2dc3e8;
    color: #fff
}
.select2-container--default .select2-results__option .select2-results__option {
    padding-left:1em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left:0
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left:-1em;
    padding-left:2em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left:-2em;
    padding-left:3em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left:-3em;
    padding-left:4em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left:-4em;
    padding-left:5em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left:-5em;
    padding-left:6em
}

table.table tbody tr.selected {
    background-color: #B0BED9;
    color: #ffffff
}

table.table tbody tr:hover.selected,
table.table tbody tr:hover.selected {
    background-color: #aab7d1
}


.box.services-box {
    position: relative;
    margin: 0 0 40px;
    background: #fff;
    overflow: hidden;
    box-shadow: 1px 2px 5px -2px #ccc;
    border: 1px solid #ccc;
}
.box.services-box .box-header{
    overflow: hidden;
    text-align: center;
}
.box.services-box .box-header h2{
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 10px;
}
.box.services-box .box-body{
    padding:20px 5px;
    margin:0 0 15px;
    overflow: hidden;
}
.services-circle{text-align:center;color:0 0 3px #999;margin-bottom:0}
.services-circle i{
    font-size:30px;height:80px;
    width:80px;margin:3px;border-radius:100%;
    line-height:80px;text-align:center;color:#fff;
    border:3px solid #fff;-webkit-transition:500ms;
    -moz-transition:500ms;-o-transition:500ms;transition:500ms
}
.theme-pink {
    background-color: #ef4d4e;
}
.theme-purple{
    background-color: #3949ab;
}

.border{
    border-top: 1px solid #ccc;
    padding-bottom: 15px
}

.box-pago{
    text-align: center;
    margin: 20px 11.5px;
    width: 30%;
    float: left;
    display: none;
}
.box-pago .header{
    padding: 1px;
    color: #ffffff;
    font-weight: bold;
}
.box-pago .header h4{
    font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 26.4px;
}
.box-pago .body{
    border: 1px solid #ccc;
    padding: 15px 0;
}
.box-pago .body h3{
    margin: 0;
    padding: 0;
    font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 26.4px;
}

.modal-body {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
}

#row h1{
    cursor: move;
    display: block;
    padding: 10px 40px;
    background-color: rgb(219, 68, 55);
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin: 0 0 20px 0;
    font-size: 18px;
    font-family:Arial Black;
}
.swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    width: 30em;
    max-width: 100%;
    padding: 2.25em;
    border: none;
    border-radius: .3125em;
    background: #fff;
    font-family: inherit;
    font-size: 1.5rem;
}

.swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0 0 .4em;
    padding: 0;
    color: #595959;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}

.swal2-content {
    z-index: 1;
    justify-content: center;
    margin: 0;
    padding: 0;
    color: #545454;
    font-size: 1.125em;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
}

.swal2-actions {
    display: flex;
    z-index: 1;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 1.25em auto 0;
}
.bordered-blue {
    border-color: #5db2ff !important;
}
.well .header[class*="bordered-"] {
    border-bottom: 3px solid #fff;
}

.form-title {
    display: block;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(0,0,0,.2);
    font-size: 15px;
    font-weight: 300;
    color: #262626;
    margin-bottom: 15px;
}

.nav-tabs.tabs-flat {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: rgba(0,0,0,0);
}
.nav-tabs {
    margin-bottom: 0;
    margin-left: 0;
    border: 0;
    top: 2px;
    background-color: #eee;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.3);
    box-shadow: 0 0 4px rgba(0,0,0,.3);
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs>li {
    margin-bottom: -2px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #262626;
    border: 0;
    border-top: 3px solid #e91e63;
    border-radius: 0;
    border-bottom-color: transparent;
    background-color: #FFFFFF;
    z-index: 12;
    line-height: 16px;
    margin-top: -2px;
    box-shadow: 0 -2px 2px 0 rgba(0,0,0,.15);
}

.nav-tabs>li:first-child>a {
    margin-left: 0;
    border-left: 1px solid #fbfbfb;
}

.nav-tabs>li>a, .nav-tabs>li>a:focus {
    border-radius: 0 !important;
    color: #777;
    margin-right: -1px;
    line-height: 12px;
    position: relative;
    z-index: 11;
}
/************ OTROS CSS ***********/
.iframe-container {    
    /*padding-bottom: 60%;*/
    padding-top: 0px; 
    height: 0; 
    overflow: hidden;
}
.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.form-horizontal.fact .form-group{margin-bottom: 3px}
.form-horizontal.fact .form-group label{font-weight: 600;}
.form-horizontal.fact .col-lg-3,.form-horizontal.fact .col-lg-4,
.form-horizontal.fact .col-lg-8,.form-horizontal.fact .col-lg-9,
.form-horizontal.fact .col-lg-2,.form-horizontal.fact .col-lg-5,
.form-horizontal.fact .col-lg-7,.form-horizontal.fact .col-lg-10,
.form-horizontal.fact .col-lg-12{
    padding-left: 8px;
    padding-right: 8px;
}
.line{border-bottom: 1px dashed rgba(0,0,0,.2);}
.well table thead th,.well table tbody td{vertical-align: middle !important;padding:6px 6px;}
.well table tfoot td{vertical-align: middle !important;padding:0 6px;font-weight:600;font-size:13px;border-top:0}

/*********** DISPLAY FLEX *************/
.grid-item{
    margin: 0 0 20px 0;
    box-sizing: border-box;
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 100%;
}
.grid-rounded{
    border-radius: 8px;color: rgba(0, 0, 0, 0.87);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: #fff;
    box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.0), 0px 3px 4px 0px rgba(0,0,0,0.14), 0px 3px 3px -2px rgba(0,0,0,0.0);
}
.flex-root{
    display: flex;
    position: relative;
    align-items: center;
}
.add-padding-flex{
    padding-left: 24px;
    padding-right: 24px;
}
.min-height-flex{
    min-height: 60px;
}
.typography-root {
    margin: 0;
}
.typography-h6{
    font-size: 1.55rem;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.0075em;
}
.form-control-root{
    border: 0;
    margin: 0;
    display: inline-flex;
    padding: 0;
    position: relative;
    min-width: 0;
    flex-direction: column;
    vertical-align: top;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

/*************** MIS SUCURSAL *************/
.page-sidebar.menu-compact .user {
    width: 42px !important;
    display: none;
}
.page-sidebar .user {
    padding-bottom: 7px;
    margin: 20px auto 0;
    position: relative;
    z-index: 99;
}
.page-sidebar .user .photo {
    width: 34px;
    height: 34px;
    overflow: hidden;
    /*float: left;*/
    text-align: center;
    display: block;
    z-index: 5;
    margin-right: 11px;
    border-radius: 50%;
    /*margin-left: 15px;*/
    box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
}
.page-sidebar .user .photo img {
    width: 100%;
}
.page-sidebar .user .user-info>a {
    display: block;
    line-height: 18px;
    font-size: 14px;
    text-align: center;
}
.page-sidebar .user a {
    color: #3c4858;
    padding: .5rem 15px;
}
.page-sidebar .user .user-info>a>span {
    display: block;
    position: relative;
    opacity: 1;
}
.page-sidebar .user-info .nav {
    margin-top: 10px;
    display: block;
}
.user-info .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.page-sidebar .user-info .nav li:first-child{

}
.page-sidebar .user-info .nav li:first-child>a {
    margin: 0 10px;
    border-top: 1px solid #f3f3f3;
}

.page-sidebar .user .nav li a {
    margin: 0 10px 0;
    padding: 10px 0;
    border-radius: 3px;
    color: #3c4858;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: capitalize;
    font-size: 13px;
}

.page-sidebar .user a {
    color: #3c4858;
    padding: .5rem 15px;
}
.page-sidebar .user .user-info [data-toggle=collapse]~div>ul>li>a .sidebar-mini, 
.page-sidebar > .nav [data-toggle=collapse]~div>ul>li>a .sidebar-mini {
    text-transform: uppercase;
    width: 30px;
    margin-right: 15px;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
    float: left;
    display: inherit;
}
.page-sidebar .user .user-info [data-toggle=collapse]~div>ul>li>a .sidebar-normal, 
.page-sidebar >.nav [data-toggle=collapse]~div>ul>li>a .sidebar-normal {
    margin: 0;
    position: relative;
    transform: translateX(0);
    opacity: 1;
    white-space: nowrap;
    display: block;
}
.font-bold {
    font-weight: 600;
}
.page-sidebar .user .active{
    color: #fff !important;
    background-color: #2dc3e8;
}
@media only screen and (max-width: 768px) {
    .page-sidebar .user{display: none;}
}

/************* PANEL REPORTES **************/
.box-bg-purple{
    background-color: #a72abd !important;
    color: #fff;
}
.box-bg-purple > a{color: #a72abd !important;}
.box-bg-light-blue{
    background-color: #00cae3 !important;
    color: #fff;
}
.box-bg-light-blue > a{color: #00cae3 !important;}
.box-bg-green{
    background-color: #55b559 !important;
    color: #fff;
}
.box-bg-green > a{color: #55b559 !important;}
.box-bg-fuchsia{
    background-color: #de2668 !important;
    color: #fff;
}
.box-bg-fuchsia > a{color: #de2668 !important;}
.box-bg-red-darken{
    background-color: #c62828 !important;
    color: #fff
}
.box-bg-red-darken > a{color: #c62828 !important;}

/************** CARD ***********/
.card{
    position:relative;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column;
    min-width:0;
    word-wrap:break-word;
    background-color:#fff;
    background-clip:border-box;
    border:1px solid rgba(0,0,0,.125);
    border-radius:.25rem;
    padding:15px;
}
.card>hr{
    margin-right:0;
    margin-left:0
}
.card>.list-group:first-child .list-group-item:first-child{
    border-top-left-radius:.25rem;
    border-top-right-radius:.25rem
}
.card>.list-group:last-child .list-group-item:last-child{
    border-bottom-right-radius:.25rem;
    border-bottom-left-radius:.25rem
}
.card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}
.card-title{margin-bottom:.75rem}
.card-subtitle{margin-top:-.375rem;margin-bottom:0}
.card-text:last-child{margin-bottom:0}
.card-link:hover{text-decoration:none}
.card-link+.card-link{margin-left:1.25rem}
.card-header{
    padding:.75rem 1.25rem;
    margin-bottom:0;
    background-color:rgba(0,0,0,.03);
    border-bottom:1px solid rgba(0,0,0,.125)
}
.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}
.card-header+.list-group .list-group-item:first-child{border-top:0}
.card-footer{
    padding:.75rem 1.25rem;
    background-color:rgba(0,0,0,.03);
    border-top:1px solid rgba(0,0,0,.125)
}

.btn-outline-secondary{
    color:#6c757d;
    background-color:transparent;
    background-image:none;
    border-color:#6c757d
}
.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}
.btn-outline-secondary.focus,.btn-outline-secondary:focus{
    /*box-shadow:0 0 0 .2rem rgba(108,117,125,.5)*/
}
.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{
    color:#6c757d;background-color:transparent
}

/*********** POS *************/
.product {
    position: relative;
    vertical-align: top;
    display: inline-block;
    line-height: 100px;
    font-size: 12px;
    margin: 3px 1.8px !important;
    width: 144px; /* 140 - 146*/
    height: 125px;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    border-bottom-width: 3px;
    overflow: hidden;
    cursor: pointer;
    padding: 5px
}
.product:hover,
.product .product-img:hover{
    background: #fafafa;
}
.product .product-img {
    position: relative;
     /*width: 90px; */
    height: 90px;
    background: white;
    text-align: center;
}
.product .product-name {
    color: #636363;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0;
    top: auto;
    line-height: 14px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    background: -webkit-linear-gradient(-90deg,rgba(255,255,255,0),rgba(255,255,255,1), rgba(255,255,255,1));
    background: -moz-linear-gradient(-90deg,rgba(255,255,255,0),rgba(255,255,255,1), rgba(255,255,255,1));
    background: -ms-linear-gradient(-90deg,rgba(255,255,255,0),rgba(255,255,255,1), rgba(255,255,255,1));
    padding: 3px;
    padding-top: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 12px;
    text-align:center;
    right: 0;
}
.product .product-img img {
    /*max-height: 100px;*/
    /*max-width: 90px;*/
    width: 70%;
    height: auto;
    overflow: hidden;
    vertical-align: middle;
}
.product .price-tag {
    position: absolute;
    top: 3px;
    right: 3px;
    vertical-align: top;
    color: white;
    line-height: 13px;
    background: #34d16e;
    padding: 5px 5px;
    border-radius: 2px;
    max-width: 114px;
}
.product .pres-tag {
    position: absolute;
    top: 30px;
    right: 3px;
    vertical-align: top;
    color: white;
    line-height: 13px;
    background: #1e88e5;
    padding: 5px 5px;
    border-radius: 2px;
    max-width: 96px;
    text-align: right;
}
#btnCategoria{margin: 0 0 2px 0;}
#tblCarritoPos tbody tr:first-child td{padding:5px 2px 2px 2px;}
#tblCarritoPos tbody tr td:nth-child(4){font-weight: 600 !important;}
#tblCarritoPos td{border-top: 0;padding:2px;}
.tableWrap {
    height: 352px;
    overflow: auto;
    /*background-color: #ccc;*/
}
.tableWrap thead tr th {
    position: sticky;
    top: 0;
}
.tableWrap th {
    padding: 16px;
    padding-left: 15px;
    background: #1ab394 !important;
    /*text-align: left;*/
    color: #fff;
}
.activeCategoria{color:#fff;background-color:#6c757d;border-color:#6c757d;}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: .75rem;
}

/********** SPINBOX ***********/
.spinbox{position:relative;}
.spinbox input{float:left;padding-left:35px}
.spinbox .btn{
    position:relative;
    width:20px;
    padding-top:0;
    padding-right:9px;
    padding-left:9px;
    font-size:14px;
    font-weight:normal;
    padding:4px 0;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    height:17px;
    zoom:1;
    filter:alpha(opacity=70);
    -webkit-opacity:.7;
    -moz-opacity:.7;
    opacity:.7
}
.spinbox .btn:hover{
    color:#f5f5f5;
    zoom:1;
    filter:alpha(opacity=100);
    -webkit-opacity:1;
    -moz-opacity:1;
    opacity:1
}
.spinbox .btn:focus,
.spinbox .btn:active{
    color:#f5f5f5;
    zoom:1;
    filter:alpha(opacity=100);
    -webkit-opacity:1;
    -moz-opacity:1;
    opacity:1
}
.spinbox .btn.disabled{cursor:not-allowed}
.spinbox .spinbox-buttons{
    position:absolute;
    left:0;float:left;
    width:20px;
    height:32px;
    border-left:1px solid #d5d5d5
}.spinbox .spinbox-up{
    -webkit-border-radius:0;
    -webkit-background-clip:padding-box;
    -moz-border-radius:0;
    -moz-background-clip:padding;
    border-radius:0;
    background-clip:padding-box;
    top:0;
    background-color:#fbfbfb;
    border-left:1px !important
}
.spinbox .spinbox-up i{position:relative;top:-6px;margin-right:0}
.spinbox .spinbox-down{
    -webkit-border-radius:0;
    -webkit-background-clip:padding-box;
    -moz-border-radius:0;
    -moz-background-clip:padding;
    border-radius:0;
    background-clip:padding-box;
    bottom:0;
    background-color:#fbfbfb;
    border-bottom-left-radius:0 !important;
    border-left:1px !important;border-top:1px solid #d5d5d5
}
.spinbox .spinbox-down i{position:relative;top:-7px;margin-right:0}
.spinbox.spinbox-right .spinbox-buttons{left:auto;right:0;border-right:0}
.spinbox.spinbox-right input{padding-left:10px;padding-right:35px;margin-left:0}
.spinbox.spinbox-horizontal input{padding-left:60px}
.spinbox.spinbox-horizontal .spinbox-buttons{margin:0;font-size:0;width:50px;left:0;top:0}
.spinbox.spinbox-horizontal .spinbox-buttons>.btn{
    height:32px;
    line-height:30px;
    font-size:18px;
    display:inline-block;
    vertical-align:sub;
    margin:0
}
.spinbox.spinbox-horizontal .spinbox-buttons>.btn>i{vertical-align:middle;display:inline-block}
.spinbox.spinbox-horizontal .spinbox-down{width:24px;border-left:0}
.spinbox.spinbox-horizontal .spinbox-down i{top:-5px}
.spinbox.spinbox-horizontal .spinbox-up{width:24px}
.spinbox.spinbox-horizontal .spinbox-up i{top:-5px}
.spinbox.spinbox-horizontal.spinbox-right{margin-left:0}
.spinbox.spinbox-horizontal.spinbox-right .spinbox-buttons{right:-1px;left:auto}
.spinbox.spinbox-horizontal.spinbox-right input{padding-left:10px}
.spinbox.spinbox-horizontal.spinbox-two-sided .spinbox-buttons{width:25px !important}
.spinbox.spinbox-horizontal.spinbox-two-sided .spinbox-buttons.spinbox-buttons-left{left:0}
.spinbox.spinbox-horizontal.spinbox-two-sided .spinbox-buttons.spinbox-buttons-right{right:0;left:auto}
.spinbox.spinbox-horizontal.spinbox-two-sided input{padding-left:35px !important}

.themeprimary{color:#2dc3e8 !important}
.themesecondary{color:#fb6e52 !important}
.themethirdcolor{color:#ffce55 !important}
.themefourthcolor{color:#a0d468 !important}
.themefifthcolor{color:#e75b8d !important}
.white{color:#fff !important}
.snow{color:#fbfbfb !important}
.whitesmoke{color:#f5f5f5 !important}
.seashell{color:#f3f3f3 !important}
.ivory{color:#eee !important}
.platinum{color:#e5e5e5 !important}
.lightgray{color:#d0d0d0 !important}
.gray{color:#ccc !important}
.darkgray{color:#999 !important}
.silver{color:#777 !important}
.sonic-silver{color:#737373 !important}
.storm-cloud{color:#666 !important}
.lightcarbon{color:#555 !important}
.carbon{color:#444 !important}
.slate-gray{color:#333 !important}
.darkcarbon{color:#262626 !important}
.blue{color:#5db2ff !important}
.info{color:#57b5e3 !important}
.sky{color:#11a9cc !important}
.primary{color:#4374e0 !important}
.azure{color:#2dc3e8 !important}
.blueberry{color:#6f85bf !important}
.palegreen{color:#a0d468 !important}
.success{color:#53a93f !important}
.green{color:#8cc474 !important}
.lightyellow{color:#f6d52e !important}
.yellow{color:#ffce55 !important}
.warning{color:#f4b400 !important}
.gold{color:#f9b256 !important}
.orange{color:#fb6e52 !important}
.lightred{color:#e46f61 !important}
.darkorange{color:#ed4e2a !important}
.red{color:#df5138 !important}
.pink{color:#e75b8d !important}
.darkpink{color:#cc324b !important}
.danger{color:#d73d32 !important}
.magenta{color:#bc5679 !important}
.purple{color:#7e3794 !important}
.maroon{color:#981b48 !important}

.no-padding-right{padding-right:0 !important}
.swal2-cancel,.swal2-confirm{
    margin: .3125em;
}
.item__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0;
    padding-top: 1.2rem;
    overflow-y: auto;
    padding-left: 1rem;
}

/************* DROPDOWN **************/
.label-as-badge {
    border-radius: 1em;
    font-size: 12px;
    cursor: pointer;
}
.dropdown-palegreen li > a {
    font-size: 13px;
    padding: 10px 20px;
    margin: 0 5px;
    border-radius: 2px;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
}

.dropdown-palegreen li a:hover,
.dropdown-palegreen li a:focus,
.dropdown-palegreen li a:active {
    background-color: #1ab394 !important;
    color: #FFFFFF;
}
.dropdown-menu li.header-sunat{
    white-space: normal;
    /*float: left;*/
    width: 100%;
    height: auto;
    word-wrap: break-word;
}
.dropdown-menu li > a.link-sunat {
    font-size: 13px;
    padding: 10px 20px;
    margin: 0 5px;
    border-radius: 2px;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
}
.dropdown-menu li a.link-sunat:hover,
.dropdown-menu li a.link-sunat:focus,
.dropdown-menu li a.link-sunat:active {
    background-color: #1ab394/*#4285f4*/ !important;
    color: #FFFFFF;
}
.pagination>li>a, .pagination>li>span {
    color: #00bcd4 !important;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #00bcd4!important;
    border-color: #00bcd4!important;
    color: #fff!important;
}

/************* HOME *************/
#compras tbody tr:nth-last-child(2) td,
#ventas tbody tr:nth-last-child(2) td{
    border-bottom: 1px solid #333;
}
#compras tbody tr:last-child td,
#ventas tbody tr:last-child td{
    font-weight: bold;
}
#compras th,
#compras td,
#ventas th,
#ventas td, {
    white-space: nowrap;
}
.chart {
  width: 100%;
  height: 500px;
}
.width-cell{
    width: 50%;
}
@media screen and (max-width: 768px) {
    .width-cell{width:70%;}
    table > tbody td .dropdown-menu li{
        white-space: normal;
    }
}

.MuiGrid-item{
    margin: 0 0 20px 0;
    box-sizing: border-box;
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 100%;
}
.paper-rounded{
    border-radius: 8px;color: rgba(0, 0, 0, 0.87);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: #fff;
    box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.0), 0px 3px 4px 0px rgba(0,0,0,0.14), 0px 3px 3px -2px rgba(0,0,0,0.0);
}
.MuiToolbar-root{
    display: flex;
    position: relative;
    align-items: center;
}
.MuiToolbar-gutters {
    padding-left: 24px;
    padding-right: 24px;
}
.MuiToolbar-regular {
    min-height: 60px;
}
.MuiTypography-h6 {
    font-size: 1.55rem;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.0075em;
}
.MuiTypography-root {
    margin: 0;
}
.MuiFormControl-root{
    border: 0;
    margin: 0;
    display: inline-flex;
    padding: 0;
    position: relative;
    min-width: 0;
    flex-direction: column;
    vertical-align: top;
}
.box-content-donut{
    display: flex;
    flex-direction: row;
    padding: 24px;
    position: relative;
}
.box-info-invoice, .box-donut{
    flex: 1;
}
.number-invoices,
.total-ventas-global{
    color: #333;
    font-size: 24px;
    font-weight: 600 !important;
    text-align: center;
}
.box-info-invoice .title{
    color: #777;
    font-weight: 400;
    margin-top: 4px;
    text-align: center;
    font-size: 15px
}
.content-body{
    margin-top: 24px;
}
.content-body .option{
    background-color: rgba(0,0,0,.03);
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 4px;
    padding: 8px 12px;
}
.content-body .option .name{
    color: #111;
}
.content-body .option .number{
    /*color: #777;*/
    color: #fff;
    background-color: #e91e63;
    cursor: pointer;
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
}
.box-donut{
    border-left: 1px solid #ddd;
    margin-left: 24px;
}
.box-content-area{
    padding: 8px 24px 24px;
    position: relative;
}
.labelTotal{
    background-color: #2dc3e8; /*rgba(51,79,186,.9); */
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 8px 16px;
}
.box-content-area .labelTotal {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

.mb-1{margin-bottom: 0;}

@media only screen and (max-width: 768px) {
    .page-sidebar.hide {
        /*display: none !important;*/
    }
    .box-content-donut{
        display: block;
        flex-direction: none;
        padding: 24px;
        position: relative;
    }
    .box-info-invoice, .box-donut{
        flex: none;
        display: block;
        width:100%;
    }
    .box-donut{
        border-left: 0;
    }
    .mb-1{margin-bottom: 1rem !important;}
    .simbolo{
        display: none;
    }
}
.text-white{color: #fff !important;}
.w-10{width: 10rem !important;}
.w-7{width: 7rem !important;}
.row-active{
    background-color: #FFEDD5 !important; /*#00bff3*/
    /*color: #fff !important;*/
    box-shadow: 0px 3px 0px 0px #F97316; /*#008CBA*/
}
.row-active #inputCantidad {
    border: 2px solid #F97316 !important;
}
/*.row-active .text-muted{color: #fff !important;}*/

@media screen and (min-width: 768px){
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xxl-down .modal-content {
        height:100vh;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-body {
        /*overflow-y: auto;*/
        max-height: calc(100vh - 50px);
    }
}

.bg-modal-light-blue .modal-header{background-color: #2dc3e8 !important;border-bottom: 1px solid #2dc3e8;color: #fff;}
.bg-modal-light-blue .close{opacity: inherit;color: #fff;}
.bg-modal-light-blue .modal-title{font-weight: 600 !important;}

.bg-modal-light-blue label,
.bg-modal-light-blue input{font-size: 15px;}
.bg-modal-light-blue label{font-weight: 600 !important;}
.modal-fullscreen-xxl-down th,
.modal-fullscreen-xxl-down td{font-size: 15px !important;}

.modal-fullscreen-xxl-down.font-13 th,
.modal-fullscreen-xxl-down.font-13 td label,
.modal-fullscreen-xxl-down.font-13 td{font-size: 13px !important;}
.modal-fullscreen-xxl-down.font-13 td label{font-weight: 450 !important;}
.modal-fullscreen-xxl-down.font-13 .dataTable thead > tr > th {
    padding-left: 8px !important;
    padding-right: 8px !important;
}
.table-responsive{border: 0;}

.form-pos .btn.btn-circle.btn-xs {
    width: 30px;
    height: 30px;
    /*text-align: center;*/
    padding: 6px 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}
.input-lg {
    height: 44px;
    font-size: 18px;
}
.font-700{font-size: 18px !important;font-weight: 400 !important;}
.noresize{resize: none;}
.modal-arqueo input:focus{border-color:#64dd17;}
.modal-arqueo .tableArqueo{width: 100%;color: #000;border-collapse: collapse;}
.modal-arqueo .tableArqueo th{padding: 3px 0px;font-size: 18px}
.modal-arqueo .tableArqueo tbody td{font-size: 18px}
.modal-arqueo .tableArqueo tfoot td{padding-top: 5px;font-size: 18px !important ;font-weight:650 !important;}
.modal-arqueo .input-group-addon{
    padding: 0 5px;
    border: 0;
    letter-spacing: 2px;
    font-weight:600;
    font-size: 15px;
    border-radius: 0;
    background: #2dc3e8;
    color: #FFF;
    min-width: 257px;
}
.modal-arqueo .form-control{
    padding: 21px 15px; font-size: 27px; font-weight: bold; color: #000; background: #fff;
}
div.dataTables_wrapper div.dataTables_scrollBody {
    min-height: 500px;
}
.dataTables_empty{
    padding: 120px 15px !important;
}
.dataTables_empty h4{font-weight: 500 !important;}
.modal.modal-print{
    z-index: 1055 !important;
}
.modal-print{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: 'center';
}
.modal.modal-print.fade.in {
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.modal.modal-print.fade.in .modal-dialog {
    width: 100%;
}
.modal-open {
    padding-right: 0 !important;
    overflow: hidden;
    position:fixed;
    width: 100%;
    height: 100vh;
}
.modal{
    overflow:hidden !important;
}
.modal-body{
    overflow:auto !important;
}
.td-white-space{white-space: nowrap;}
.nowrap-space{white-space: normal !important;}


/**************** Breadcrumb ******************/
.flex-breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* ------------------------- Separate line ------------------------- */
:root {
  --breadcrumb-theme-1: #e91e63;
  --breadcrumb-theme-2: #fff;
  --breadcrumb-theme-3: #d80d52;
  --breadcrumb-theme-4: #c70041;
}

.breadcrumb-custom {
    text-align: center;
    display: inline-block;
    box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    overflow: hidden;
    border-radius: 5px;
    counter-reset: flag;
}
.breadcrumb__step {
    text-decoration: none;
    outline: none;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 36px;
    padding: 0 10px 0 60px;
    position: relative;
    background: var(--breadcrumb-theme-2);
    color: var(--breadcrumb-theme-1);
    transition: background 0.5s;
}
.breadcrumb__step:first-child {
    padding-left: 46px;
    border-radius: 5px 0 0 5px;
}
.breadcrumb__step:first-child::before {
    left: 14px;
}
.breadcrumb__step:last-child {
    border-radius: 0 5px 5px 0;
    padding-right: 20px;
}
.breadcrumb__step:last-child::after {
    content: none;
}
.breadcrumb__step::before {
    content: counter(flag);
    counter-increment: flag;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 8px 0;
    position: absolute;
    top: 0;
    left: 30px;
    font-weight: bold;
    background: var(--breadcrumb-theme-2);
    box-shadow: 0 0 0 1px var(--breadcrumb-theme-1);
}
.breadcrumb__step::after {
    content: '';
    position: absolute;
    top: 0;
    right: -18px;
    width: 36px;
    height: 36px;
    transform: scale(0.707) rotate(45deg);
    z-index: 1;
    border-radius: 0 5px 0 50px;
    background: var(--breadcrumb-theme-2);
    transition: background 0.5s;
    box-shadow: 2px -2px 0 2px var(--breadcrumb-theme-4);
}
.breadcrumb__step--active {
    color: var(--breadcrumb-theme-2);
    background: var(--breadcrumb-theme-1);
}
.breadcrumb__step--active::before {
    color: var(--breadcrumb-theme-1);
}
.breadcrumb__step--active::after {
    background: var(--breadcrumb-theme-1);
}
.breadcrumb__step:hover {
    color: var(--breadcrumb-theme-2);
    background: var(--breadcrumb-theme-3);
}
.breadcrumb__step:hover::before {
    color: var(--breadcrumb-theme-1);
}
.breadcrumb__step:hover::after {
    color: var(--breadcrumb-theme-1);
    background: var(--breadcrumb-theme-3);
}

/************ otro ***************/
.steps {
  list-style: none;
  display: flex;
}
.steps .step {
  white-space: nowrap;
  transition: 0.3s ease-in-out;
  background: #fff;
  position: relative;
  height: 50px;
  line-height: 50px;
  margin-right: 30px;
  padding: 0 20px;
}
.steps .step > a {
  text-decoration: none;
  color: #000;
}
.steps .step:last-child {
  margin-right: 0;
}
.steps .step::before {
  transition: 0.3s ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  border-left: 25px solid transparent;
  border-top: 25px solid #fff;
  border-bottom: 25px solid #fff;
}
.steps .step:first-child::before {
  display: none;
}
.steps .step::after {
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 0;
  right: -25px;
  border-left: 25px solid #fff;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  content: "";
}
.steps .step:last-child::after {
  display: none;
}
.steps .step.active a,
.steps .step:hover a{color: #fff !important;}
.steps .step.active,
.steps .step:hover {
  background: hotpink;
}
.steps .step.active::before,
.steps .step:hover::before {
  border-top-color: hotpink;
  border-bottom-color: hotpink;
}
.steps .step.active::after,
.steps .step:hover::after {
  border-left-color: hotpink;
}
.steps .step:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.steps .step:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/*********** SWITCH ***********/
/*.toggle-control {
    display: block;
    position: relative;
    padding-left: 100px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.toggle-control input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.toggle-control input:checked ~ .control {
    background-color: dodgerblue;
}
.toggle-control input:checked ~ .control:after {
    left: 55px;
}
.toggle-control .control {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 50px;
    border-radius: 25px;
    background-color: darkgray;
    transition: background-color 0.15s ease-in;
}
.toggle-control .control:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    border-radius: 25px;
    background: white;
    transition: left 0.15s ease-in;
}*/
.switch {
    height: 24px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.switch input {
    display: none;
}
.switch input + span {
    padding-left: 50px;
    min-height: 24px;
    line-height: 24px;
    display: block;
    color: #99A3BA;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
    transition: color 0.3s ease;
    margin-right: 0 !important;
}
.switch input + span:before, .switch input + span:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 12px;
}
.switch input + span:before {
    top: 0;
    left: 0;
    width: 42px;
    height: 24px;
    background: #E4ECFA;
    transition: all 0.3s ease;
}
.switch input + span:after {
    width: 18px;
    height: 18px;
    background: #fff;
    top: 3px;
    left: 3px;
    box-shadow: 0 1px 3px rgba(18, 22, 33, 0.1);
    transition: all 0.45s ease;
}
.switch input + span em {
    width: 8px;
    height: 7px;
    background: #99A3BA;
    position: absolute;
    left: 8px;
    bottom: 7px;
    border-radius: 2px;
    display: block;
    z-index: 1;
    transition: all 0.45s ease;
}
.switch input + span em:before {
    content: "";
    width: 2px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -1px;
}
.switch input + span em:after {
    content: "";
    display: block;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border: 1px solid #99A3BA;
    border-bottom: 0;
    width: 6px;
    height: 4px;
    left: 1px;
    bottom: 6px;
    position: absolute;
    z-index: 1;
    transform-origin: 0 100%;
    transition: all 0.45s ease;
    /*transform: rotate(-35deg) translate(0, 1px);*/
}
.switch input + span strong {
    font-weight: normal;
    position: relative;
    display: block;
    top: 1px;
}
.switch input + span strong:before, .switch input + span strong:after {
    font-size: 14px;
    font-weight: 500;
    display: block;
    font-family: "Mukta Malar", Arial;
    -webkit-backface-visibility: hidden;
}
.switch input + span strong:before {
    /*content: "Bloqueado";*/
    content: :"";
    transition: all 0.3s ease 0.2s;
}
.switch input + span strong:after {
    /*content: "Habilitado";*/
    content: :"";
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    color: #7FB743;
    transition: all 0.3s ease;
    transform: translate(2px, 0);
}
.switch input:checked + span:before {
    background: rgba(160, 212, 104, 1);
}
.switch input:checked + span:after {
    background: #fff;
    transform: translate(18px, 0);
}
.switch input:checked + span em {
    transform: translate(18px, 0);
    background: #7FB743;
}
.switch input:checked + span em:after {
    border-color: #7FB743;
    transform: rotate(-35deg) translate(0, 1px);
    /*transform: rotate(0deg) translate(0, 0);*/
}
.switch input:checked + span strong:before {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    transform: translate(-2px, 0);
}
.switch input:checked + span strong:after {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    transition: all 0.3s ease 0.2s;
}

[aria-current="disabled"] {
    pointer-events: none;
    cursor: not-allowed;
    text-decoration: none;
    opacity: 0.6;
}

.toggle {
    border-radius: 100px;
    /*display: flex;*/
    align-items: center;
    justify-items: center;
    font-weight: 700;
    margin-bottom: 16px;
}
.toggle:last-of-type {
    margin: 0;
}

.toggle__input {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.toggle__input:disabled + .toggle-track {
    cursor: not-allowed;
    opacity: 0.7;
}
.toggle-track {
    background: #fcebeb;
    border: 1px solid #f4a498;
    border-radius: 100px;
    cursor: pointer;
    display: flex;
    height: 30px;
    margin-right: 0;
    position: relative;
    width: 60px;
}

.toggle-indicator {
  align-items: center;
  background: #f44336;
  border-radius: 24px;
  bottom: 2px;
  display: flex;
  height: 24px;
  justify-content: center;
  left: 2px;
  outline: solid 2px transparent;
  position: absolute;
  transition: 0.25s;
  width: 24px;
}

.checkMark {
  fill: #fff;
  height: 20px;
  width: 20px;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}

.toggle__input:checked + .toggle-track .toggle-indicator {
  background: #03A9F4;
  transform: translateX(30px);
}
.toggle__input:checked + .toggle-track{
    background: #cce5f7 !important;
    border: 1px solid #9bbefb;
}

.toggle__input:checked + .toggle-track .toggle-indicator .checkMark {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}

@media screen and (-ms-high-contrast: active) {
  .toggle-track {
    border-radius: 0;
  }
}

/*************** CUSTOM INPUT CANTIDAD POS *****************/
[data-quantity] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 13rem;
    padding: 0;
    border: 0;
}

[data-quantity] input {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    padding: 0;
    margin-left: 4px;
    margin-right: 4px;
}

[data-quantity] input:focus {
    outline: none;
    box-shadow: 0 5px 55px -10px rgba(0, 0, 0, 0.2), 0 0 4px #3fb0ff; /* Allows border radius on focus */
}

[data-quantity] input[type=number]::-webkit-inner-spin-button,
[data-quantity] input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

[data-quantity] input[type=number] {
    -moz-appearance: textfield;
}

[data-quantity] button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
    width: 2.8rem;
    height: 2.8rem;
    padding: 6px 0;
    margin: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    background-color: #fff;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 1.4rem;
    cursor: pointer;
}

[data-quantity] button:active {
  background-position-y: 1px;
  box-shadow: inset 0 2px 12px -4px #c5d1d9;
}

[data-quantity] button:focus {
    outline: none;
}

[data-quantity] button:hover {
    opacity: 1;
    background-color: #eee;
}

.sm-col{padding-left: 0px !important;padding-right: 0px !important;}
.sm-margin-top{margin-top: 5px;}
.right{float: inherit;}
@media only screen and (min-width: 800px) {
    .sm-col{padding-left: 8px !important;padding-right: 8px !important;}
    .nopadding-right{padding-right: 0px !important;}
    .sm-margin-top{margin-top: 0px;}
    .right{float: right;}
}

h1.row-title,h2.row-title,h3.row-title,h4.row-title,h5.row-title,h6.row-title{
    line-height:17px;
    margin:10px 0;
    padding:9px 10px 9px 8px;
    display:inline-block;
    color:#646464;
    font-weight:400;
    background-color:#fff;
    position:relative;
    -webkit-border-radius:0 2px 2px 0;
    -webkit-background-clip:padding-box;
    -moz-border-radius:0 2px 2px 0;
    -moz-background-clip:padding;
    border-radius:0 2px 2px 0;
    background-clip:padding-box;
    -webkit-box-shadow:0 0 3px rgba(0,0,0,.3);
    -moz-box-shadow:0 0 3px rgba(0,0,0,.3);
    box-shadow:0 0 3px rgba(0,0,0,.3)
}
h1.row-title:before,h2.row-title:before,h3.row-title:before,h4.row-title:before,h5.row-title:before,
h6.row-title:before{
    display:block;
    content:"";
    position:absolute;
    top:0;bottom:0;
    left:-4px;
    width:4px;
    max-width:4px;
    overflow:hidden;
    background-color:#2dc3e8
}
h1.row-title .fa,h2.row-title .fa,h3.row-title .fa,h4.row-title .fa,h5.row-title .fa,h6.row-title .fa,
h1.row-title .glyphicon,h2.row-title .glyphicon,h3.row-title .glyphicon,h4.row-title .glyphicon,
h5.row-title .glyphicon,h6.row-title .glyphicon,h1.row-title .typcn,h2.row-title .typcn,h3.row-title .typcn,
h4.row-title .typcn,h5.row-title .typcn,h6.row-title .typcn,
h1.row-title [class*="wi-"],h2.row-title [class*="wi-"],h3.row-title [class*="wi-"],
h4.row-title [class*="wi-"],h5.row-title [class*="wi-"],h6.row-title [class*="wi-"]{
    margin-right:5px;line-height:17px;font-size:17px
}
.before-success:before{background-color:#53a93f !important}

.nav-tabs-info>li>a{
    font-size: 15px;
}
.nav-tabs-info>li.active>a, .nav-tabs-info>li.active>a:hover, .nav-tabs-info>li.active>a:focus {
    color: #262626;
    font-size: 15px;
    font-weight: 500;
    border: 0;
    border-top: 2px solid #2dc3e8 !important;
    border-bottom-color: transparent;
    box-shadow: 0 -1px 2px 0 rgb(0 0 0 / 15%);
}
.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}
.tab-content.tabs-flat{
    margin-top: 15px;
}

/*********** TOGGLE DESCUENTO ************/
.toggle-button-cover{
    position: relative;    
    height: 36px;
}

.button-cover{
    background-color: #fff;
    /*box-shadow: 0 10px 20px -8px #c5d6d6;*/
    border-radius: 4px;
}

.button-cover, .knobs, .layer{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.button-switch{
    position: relative;
    width: 120px;
    height: 36px;
    overflow: hidden;
}

.button-switch.r, .button-switch.r .layer{
    border-radius: 100px;
}

.button-switch.b2{
    border-radius: 2px;
}

.button-switch .checkbox{
    position: relative;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs{
    z-index: 2;
}

.layer{
    width: 100%;
    background-color: #ebf7fc;
    transition: 0.3s ease all;
    z-index: 1;
}

/* Button 1 */
#button-1 .knobs:before{
    content: 'YES';
    position: absolute;
    top: 4px;
    left: 5px;
    width: 50px;
    height: 28px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    background-color: #03A9F4;
    border-radius: 50%;
    transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#button-1 .checkbox:checked + .knobs:before{
    content: 'NO';
    left: 50px;
    background-color: #f44336;
}

#button-1 .checkbox:checked ~ .layer{
    background-color: #fcebeb;
}

#button-1 .knobs, #button-1 .knobs:before, #button-1 .layer{
    transition: 0.3s ease all;
}
/* Button 10 */
#button-10 .knobs:before, #button-10 .knobs:after, #button-10 .knobs span{
    position: absolute;
    top: 4px;
    width: 53px;
    height: 28px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    border-radius: 2px;
    transition: 0.3s ease all;
}

#button-10 .knobs:before{
    content: '';
    left: 4px;
    background-color: #03A9F4;
}

#button-10 .knobs:after{
    content: 'S/';
    right: 4px;
    color: #4e4e4e;
}

#button-10 .knobs span{
    display: inline-block;
    left: 4px;
    color: #fff;
    z-index: 1;
}

#button-10 .checkbox:checked + .knobs span{
    color: #4e4e4e;
}

#button-10 .checkbox:checked + .knobs:before{
    left: 63px;
    background-color: #F44336;
}

#button-10 .checkbox:checked + .knobs:after{
    color: #fff;
}

#button-10 .checkbox:checked ~ .layer{
    background-color: #fcebeb;
}

/************* V1 NUEVOS CSS AGREADO ************/
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

table .dropup,
table .dropdown {
  position: relative;
}
/*
table .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

table .dropdown-toggle:empty::after {
  margin-left: 0;
}*/

table .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 30rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1.3rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

table .dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
/*
table .dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

table .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
*/
table .dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}
/*
table .dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

table .dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

table .dropright .dropdown-toggle::after {
  vertical-align: 0;
}*/

table .dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}
/*
table .dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

table .dropleft .dropdown-toggle::after {
  display: none;
}

table .dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

table .dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

table .dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
*/
table .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

table .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

table .dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

table .dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

table .dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

table .dropdown-menu.show {
  display: block;
}

table .dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 1.2rem;
  color: #6c757d;
  white-space: nowrap;
}
table .dropdown-menu-right{right:0;left:auto}


/*********** NUEVOS ESTILOS ************/
.label-purple, .badge-purple {
    background-color: #7e3794;
    background-image: none !important;
}
.label-maroon, .badge-maroon {
    background-color: #981b48;
    background-image: none !important;
}
.label-success, .badge-success {
    background-color: #53a93f;
    background-image: none !important;
}
.badge-primary, .label-primary {
    background-color: #4374e0 !important;
}
.label-danger, .badge-danger {
    background-color: #d73d32;
    background-image: none !important;
}
.label-info, .badge-info {
    background-color: #57b5e3;
    background-image: none !important;
}
.label-warning, .badge-warning {
    background-color: #f4b400;
    background-image: none !important;
}
.label-sky, .badge-sky {
    background-color: #11a9cc;
    background-image: none !important;
}
.label-blueberry, .badge-blueberry {
    background-color: #6f85bf;
    background-image: none !important;
}
.label-darkorange, .badge-darkorange {
    background-color: #ed4e2a;
    background-image: none !important;
}
.label-magenta, .badge-magenta {
    background-color: #bc5679;
    background-image: none !important;
}
.label-darkpink, .badge-darkpink {
    background-color: #cc324b;
    background-image: none !important;
}
.label-pink, .badge-pink {
    background-color: #e75b8d;
    background-image: none !important;
}
.label-azure, .badge-azure {
    background-color: #2dc3e8;
    background-image: none !important;
}
.label-orange, .badge-orange {
    background-color: #fb6e52;
    background-image: none !important;
}

.btn-info, .btn-info:focus {
    background-color: #57b5e3 !important;
    border-color: #57b5e3;
    color: #fff;
}
.btn-primary, .btn-primary:focus {
    background-color: #427fed !important;
    border-color: #427fed;
    color: #fff;
}
.btn-success, .btn-success:focus {
    background-color: #53a93f !important;
    border-color: #53a93f !important;
    color: #fff;
}
.btn-danger, .btn-danger:focus {
    background-color: #d73d32 !important;
    border-color: #d73d32;
    color: #fff;
}
.btn-warning, .btn-warning:focus {
    background-color: #f4b400 !important;
    border-color: #f4b400;
    color: #fff;
}
