/*@import url(https://sistemawww.juegosbolivarianos2017.com/V_5/css/sistema/plugins/form/icheck/skins/all.css);
@import url(https://sistemawww.juegosbolivarianos2017.com/V_5/css/sistema/plugins/form/switch/switch.css);
@import url(https://sistemawww.juegosbolivarianos2017.com/V_5/css/sistema/plugins/datetime/datetime.css);
@import url(https://sistemawww.juegosbolivarianos2017.com/V_5/css/sistema/tema/animation.css);
@import url(https://sistemawww.juegosbolivarianos2017.com/V_5/css/sistema/tema/jquery-ui.css); estos se deberian manejar en ljs*/

/**      iCheck fixes */

.iCheck {
    position: relative;
    margin-top: 4px;
}

div.iCheck label {
    padding-left: 30px;
    cursor: pointer;
}

ul.iCheck, ul.iCheckPreview, ul.iCheckColor {
    margin-top: 4px;
}

ul.iCheck li, ul.iCheckPreview li {
    position: relative;
    padding-left: 30px;
    padding-bottom: 5px;
}

ul.iCheck li.line, ul.iCheckPreview li.line {
    padding-left: 0px;
    padding-bottom: 9px;
}

/*
.icheckbox_minimal,.icheckbox_minimal-red,.icheckbox_minimal-green,.icheckbox_minimal-blue,.icheckbox_minimal-aero,.icheckbox_minimal-grey,.icheckbox_minimal-orange,.icheckbox_minimal-yellow,.icheckbox_minimal-pink,.icheckbox_minimal-purple,.iradio_minimal,.iradio_minimal-red,.iradio_minimal-green,.iradio_minimal-blue,.iradio_minimal-aero,.iradio_minimal-grey,.iradio_minimal-orange,.iradio_minimal-yellow,.iradio_minimal-pink,.iradio_minimal-purple{position:absolute;top:1px;left:0}
.skin input[type=checkbox],.skin input[type=radio]{position:absolute;top:2px;left:0}
.icheckbox_square,.icheckbox_square-red,.icheckbox_square-green,.icheckbox_square-blue,.icheckbox_square-aero,.icheckbox_square-grey,.icheckbox_square-orange,.icheckbox_square-yellow,.icheckbox_square-pink,.icheckbox_square-purple,.iradio_square,.iradio_square-red,.iradio_square-green,.iradio_square-blue,.iradio_square-aero,.iradio_square-grey,.iradio_square-orange,.iradio_square-yellow,.iradio_square-pink,.iradio_square-purple{position:absolute;top:-1px;left:0}
.icheckbox_flat,.icheckbox_flat-red,.icheckbox_flat-green,.icheckbox_flat-blue,.icheckbox_flat-aero,.icheckbox_flat-grey,.icheckbox_flat-orange,.icheckbox_flat-yellow,.icheckbox_flat-pink,.icheckbox_flat-purple,.iradio_flat,.iradio_flat-red,.iradio_flat-green,.iradio_flat-blue,.iradio_flat-aero,.iradio_flat-grey,.iradio_flat-orange,.iradio_flat-yellow,.iradio_flat-pink,.iradio_flat-purple{position:absolute;top:0;left:0}
.icheckbox_polaris,.iradio_polaris{position:absolute;top:-4px;left:-6px}
.icheckbox_futurico,.iradio_futurico{position:absolute;top:2px;left:0}*/

/** fin iCheck fixes */

::-moz-selection {
    background-color: #0aa699;
    color: white;
}

::selection {
    background-color: #0aa699;
    color: white;
}

html {
    min-width: 320px;
    overflow-x: hidden;
    /* overflow-y: hidden; <- Esto es lo que impide el scroll */
    height: 100%;
}

body {
    background: #1C1D1F;
    color: #6f7b8a;
    font-family: "Ubuntu";
    font-weight: 300;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    min-height: 100%;
}

body.full-lg #wrapper, body.full-lg #main {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0px !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Open Sans";
    font-weight: 300;
    margin: 0;
}

a {
    color: #098e83;
}

a:hover {
    color: #088379;
    text-decoration: none;
}

a.toggle-column-hide {
    color: #cccccc !important;
    text-decoration: line-through;
}

label {
    color: #A1A1A1;
    font-family: "Arial", sans-serif;
    font-size: 12px;
}

label.lighter {
    font-weight: 300;
}

textarea {
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
}

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, .uneditable-input:focus {
    outline: 0;
    outline: thin;
}

.box-circle, img.circle, ul.circle li img, .widget-friend ul li:last-child i, .widget-friend ul li.online:after, .widget-friend ul li.busy:after, .avatar-slide .avatar-link a em:after, .avatar-slide .avatar-link a em:before, .easychart .percent, ol.rounded-list a:before {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

#header {
    background: white;
    border-bottom: 5px #0aa699 solid;
    height: 55px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 15;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

#header .tools-bar {
    margin-left: 250px;
    padding: 0 15px 0 0;
}

#header .tools-bar ul li.h-seperate {
    border-left: 1px solid #eeeeee;
    height: 50px;
}

#header .tools-bar ul li a {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
    color: #A1A1A1;
    line-height: 50px;
    padding: 0 15px;
}

#header .tools-bar ul.nav li a:hover {
    color: #C1C1C1;
}

#header .tools-bar ul li a.h-seperate:before {
    border-left: 1px solid #62707D;
    content: "";
    height: 14px;
    left: -10px;
    margin: 0px 10px 0px 10px;
    position: absolute;
    top: 19px;
}

#header .tools-bar a.icon-toolsbar {
    color: #08897e;
    font-size: 21px;
    padding: 0 25px;
}

#header .tools-bar ul li button {
    width: 34px;
    height: 34px;
    text-align: center;
    padding: 0;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
}

#header .tools-bar ul li button.btn-header-search {
    margin: 8px 15px 0 0;
}

#header .tools-bar ul li button.btn-header-search i {
    position: absolute;
    color: #A1A1A1;
    top: 18px;
    left: 9px;
}

#header .tools-bar ul li a:hover {
    background-color: transparent;
}

#header .tools-bar ul li a.avatar-header {
    height: 50px;
    padding: 0px;
    position: relative;
    width: 34px;
}

#header .tools-bar ul li a.avatar-header .badge {
    background-color: #f35958;
    font-weight: 300;
    height: 19px;
    line-height: 19px;
    min-width: 19px;
    padding: 0 6px;
    position: absolute;
    right: -8px;
    text-align: center;
    top: 4px;
    z-index: 2;
}

#header .tools-bar ul li a.avatar-header img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px;
    position: absolute;
    top: 50%;
    width: 34px;
}

#header .dropdown a em {
    font-style: normal !important;
}

#header .tools-bar ul li a.avatar-header:hover img {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#header ul li a i.dropdown-icon {
    margin: 0 0 0 5px;
    position: relative;
    top: 1px;
}

#header ul.dropdown-menu {
    margin-top: 5px;
    min-width: 200px;
}

#header ul.dropdown-menu li a {
    background-color: transparent;
    line-height: 28px;
}

#header ul.dropdown-menu li a:hover {
    background-color: #F7F6F1;
    color: #A1A1A1;
    text-decoration: none;
}

#header .dropdown-menu li a i {
    height: 17px;
    margin-right: 3px;
    text-align: center;
    width: 17px;
}

#header .dropdown-menu.icon-right li a i {
    float: right;
    margin-right: -3px;
    margin-top: 6px;
}

#wrapper {
    background: #20242b;
    height: 100%;
    left: 0;
    margin-left: 50px;
    min-width: 320px;
    overflow: hidden;
    position: absolute;
    right: 0;
}

#main {
    background: #e5e9ec;
    height: 100%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    padding-top: 55px;
    position: absolute;
    right: 0;
    -webkit-transition: -webkit-transform 0.5s, padding-top 0.5s;
    transition: transform 0.5s, padding-top 0.5s;
    z-index: 9;
    -webkit-overflow-scrolling: touch;
}

#main.nav-collapse-out {
    -webkit-transform: translate3d(-250px, 0, 0);
    -moz-transform: translate3d(-250px, 0, 0);
    -ms-transform: translate3d(-250px, 0, 0);
    -o-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
    right: -250px;
}

#main.slideDown {
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    -ms-transform: translate3d(0, 100px, 0);
    -o-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
}

#nav {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #1b1e24;
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 250px;
    z-index: 2;
}

body.nav-collapse #header {
    right: 0;
    left: -250px;
}

body.nav-collapse #nav {
    filter: alpha(opacity=0);
    opacity: 0;
}

body.nav-collapse-in #nav {
    position: absolute;
    left: 0;
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 3000;

}

#nav-title {
    height: 55px;
    background-color: #23272e;
    position: relative;
    color: #FFF;
    text-align: center;
}

#nav-title h3 {
    font-family: "Ubuntu";
    line-height: 50px;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#nav-scroll, #mailbox #nav-scroll {
    overflow: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    padding-bottom: 200px;
    padding-top: 55px;
    position: absolute;
    width: 267px;
}

.nav-slide-collapse {
    background-color: #1b1e24;
    line-height: 38px;
    float: left;
    top: 150px;
    right: 0px;
    position: absolute;
    padding: 0 15px;
}

.nav-slide-collapse a {
    color: white;
}

#content {
    padding: 15px 30px 30px;
}

.contenido {
    padding-top: 0px !important;
}

#content.after-mail-box {
    overflow: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    bottom: 0;
    left: 0;
    margin-left: 315px;
    position: absolute;
    right: 0;
    top: 55px;
}

#content.after-mail-box::-webkit-scrollbar, #main::-webkit-scrollbar, #nav-scroll::-webkit-scrollbar, #mailbox #nav-scroll::-webkit-scrollbar, .mm-menu > .mm-panel::-webkit-scrollbar,
.ms-list::-webkit-scrollbar {
    background: #f2f0eb;
    width: 11px;
}

#content.after-mail-box::-webkit-scrollbar-thumb, #main::-webkit-scrollbar-thumb, #nav-scroll::-webkit-scrollbar-thumb, #mailbox #nav-scroll::-webkit-scrollbar-thumb, .mm-menu > .mm-panel::-webkit-scrollbar-thumb,
.ms-list::-webkit-scrollbar-thumb {
    background: #cdcdcd;
}

#nav-scroll::-webkit-scrollbar, #mailbox #nav-scroll::-webkit-scrollbar, #mailbox #nav-scroll::-webkit-scrollbar, .mm-menu > .mm-panel::-webkit-scrollbar {
    width: 10px;
}

.logo-area {
    background-color: #262a33;
    border-bottom: 5px #191c21 solid;
    float: left;
    height: 55px;
    position: relative;
    text-align: center;
    width: 250px;
    display: block;
    z-index: 5;
}

/*
a.logo {
  background: url(https://sistemawww.juegosbolivarianos2017.com/V_5/css/sistema/img/logo_white.png) no-repeat center center;
  display: block;
  height: 50px;
  position: relative;
}
*/
body.leftMenu {
    background: url(https://sistemawww.juegosbolivarianos2017.com/images/newui/logo-hercules.png) no-repeat;
    background-position: 11px 10px;
    background-color: #262a33;
}

body.leftMenu:after {
    content: "";
    position: absolute;
    width: 250px;
    height: 5px;
    top: 50px;
    background-color: #191c21;
    z-index: -1;
}

body.leftMenu.in #wrapper {
    margin-left: 50px;
}

body.leftMenu.nav-collapse #header {
    left: 0;
}

body.leftMenu #header {
    left: 250px;
}

body.leftMenu #header .logo-area {
    display: none;
}

body.leftMenu #header .tools-bar {
    margin-left: 0;
}

body.leftMenu #wrapper {
    margin-left: 250px;
}

body.leftMenu #nav-scroll, body.leftMenu #mailbox #nav-scroll, #mailbox body.leftMenu #nav-scroll {
    padding-top: 0;
}

/*
00 -  widget
------------------------------------------------------------*/
.widget {
    display: inline-block;
}

/*
00 - Widget slide setting
------------------------------------------------------------*/
.widget-slide-setting li {
    border-bottom: 1px rgba(255, 255, 255, 0.035) solid;
    padding: 15px;
}

.widget-slide-setting li label, .widget-slide-setting li small {
    color: rgba(255, 255, 255, 0.5);
    display: block;
    font-family: "Ubuntu";
    font-size: 14px;
    font-weight: 300;
    width: 70%;
}

.widget-slide-setting li span {
    color: #FFF;
}

.widget-slide-setting li small {
    color: rgba(255, 255, 255, 0.3);
    font-size: 80%;
}

/*
00 - widget notification
------------------------------------------------------------*/
.widget-im.notification ul li section {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0px;
    min-height: 60px;
    padding: 9px 15px 9px 15px;
}

.widget-im.notification ul li section:after {
    border-bottom: 1px #ededed solid;
    bottom: 0px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
}

.widget-im.notification ul li section h4 {
    font-size: 14px;
    color: #777;
    white-space: normal;
}
.widget-im.notification ul li section h4 strong{
    font-size: 14px;
    color: #777;
    white-space: normal;
}
.widget-im.notification ul li section h4 small {
    color: #BBB;
    font-size: 12px;
}

.widget-im.notification ul li section .pre-text {
    font-size: 12px;
    padding-top: 4px;
    width: 95%;
}

.widget-im.notification ul li:last-child section:after {
    border-bottom: 0;
}

.widget-im.notification .btn-block {
    border-radius: 0;
    margin: 0;
}

.widget-im.notification ul li .im-thumbnail {
    box-shadow: inset -3px 3px 20px rgba(0, 0, 0, 0.1);
}

.widget-im.notification ul li .im-thumbnail i {
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    color: rgba(0, 0, 0, 0.2) !important;
}

.widget-im.notification .im-confirm-group .btn {
    height: 60px;
}

.modal-body .widget-im.notification {
    background-color: #FFF;
    padding: 0px;
}

/*
00 - widget inbox
------------------------------------------------------------*/
.widget-im {
    overflow: hidden;
    position: relative;
}

.widget-im ul li {
    position: relative;
}

.widget-im ul li i {
    color: #DDD;
}

.widget-im ul li a:hover i {
    color: #48a770;
}

.widget-im ul li.empty {
    color: #ABAAA5;
    padding: 25px 0;
    text-align: center;
}

.widget-im ul li.empty i {
    color: #EDECE5;
    display: block;
    margin-bottom: 15px;
}

.widget-im ul li section {
    background-color: #FFF;
    border-color: #FFF;
    margin-bottom: 10px;
    padding: 15px 17px 15px 17px;
    position: relative;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    z-index: 1;
}

.widget-im ul li section.push-in {
    -webkit-transform: translate3d(-40%, 0, 0);
    transform: translate3d(-40%, 0, 0);
}

.widget-im ul li section.push-in a.im-delete:after, .widget-im ul li section.push-in a.im-action:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.widget-im ul li section label {
    border-left: 20px solid transparent;
    border-top: 20px solid #99CC00;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
}

.widget-im ul li section.thumbnail-in {
    padding-left: 92px;
}

.widget-im ul li h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.widget-im ul li .pre-text {
    color: #888;
    overflow: hidden;
    padding: 5px 0 0;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    width: 100%;
}

.widget-im ul li .im-thumbnail {
    background-color: #FBFBFB;
    border-right: 1px #F5F5F5 solid;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 75px;
    z-index: 2;
}

.widget-im ul li .im-thumbnail img {
    border-radius: 2px;
    height: 61px;
    margin-left: 7px;
    margin-top: 7px;
    width: 61px;
}

.widget-im ul li .im-thumbnail i {
    font-size: 30px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    width: 75px;
}

.widget-im .im-confirm-group {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    z-index: 0;
}

.widget-im .im-confirm-group .btn {
    border: 0;
    border-radius: 0;
    height: 75px;
    padding: 0;
}

.widget-im .widget-im-tools span + span {
    color: #999;
    margin-left: 7px;
}

.widget-im ul li time {
    background-color: #F7F6F1;
    border-radius: 2px;
    color: #BBB;
    display: inline-block;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
}

.modal-body .widget-im {
    background-color: #e5e9ec;
    /*padding: 20px;*/
}

/*
00 - widget collapse
------------------------------------------------------------*/
.widget-collapse {
    border-bottom: 1px rgba(0, 0, 0, 0.025) solid;
    position: relative;
}

.widget-collapse.dark {
    color: #FAFAFA;
}

.widget-collapse.dark header {
    background-color: #23272e;
}

.widget-collapse header {
    padding: 0 10px;
}

.widget-collapse header a {
    color: #999;
    display: block;
    overflow: hidden;
    padding: 10px 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.widget-collapse header a i {
    color: rgba(255, 255, 255, 0.2);
    height: 17px;
    line-height: 17px;
    margin-right: 3px;
    text-align: center;
    width: 17px;
}

.widget-collapse header a i.collapse-caret {
    float: right;
    margin-top: 3px;
}

.widget-collapse header a .label {
    border-radius: 1px;
    font-weight: 300;
    padding: 2px 6px;
}

.widget-collapse section .collapse-boby {
    padding: 15px;
}

/*
00 - widget top-search
------------------------------------------------------------*/
.widget-top-search {
    background-color: #262a33;
    left: 0;
    position: absolute;
    right: 0;
    top: -200px;
    transition: transform 0.5s ease 0s;
    z-index: 1000;
    display: none;
}

.widget-top-search.nav-top-search {
    transform: translate3d(0px, 185px, 0px);
}

.widget-top-search span.icon {
    position: absolute;
    right: 35px;
    text-align: center;
    top: 30px;
}

.widget-top-search span.icon a {
    color: rgba(255, 255, 255, 0.3);
    font-size: 21px;
}

.widget-top-search span.icon a:hover {
    color: rgba(255, 255, 255, 0.5);
}

/* Para los cambios en el buscador de usuarios */

.widget-top-search form #lista-candidatos-header-search {
    overflow-y: auto;
    max-height: 200px;
    position: absolute;
    width: calc(100vw - 50px);
    background-color: #313641;
    padding: 0 !important;;
}

.widget-top-search form #lista-candidatos-header-search li:hover {
    background-color: #262a33

}

.widget-top-search form {
    padding: 15px 25px 25px;
}

.widget-top-search form h2 {
    color: rgba(255, 255, 255, 0.9);
    font-size: 3.5em;
    margin-bottom: 15px;
}

.widget-top-search form input {
    background-color: #313641;
    border: medium none;
    color: rgba(255, 255, 255, 0.5);
}

.widget-top-search form input:focus {
    background-color: #313641;
}

.widget-top-search form button {
    background-color: #313641;
    border-color: transparent;
    color: rgba(255, 255, 255, 0.5);
}

.widget-top-search form button:hover, .widget-top-search form button:active, .widget-top-search form button:focus {
    color: white;
}

/*
00 - widget mini chart
------------------------------------------------------------*/
.widget-mini-chart {
    border-bottom: 1px rgba(255, 255, 255, 0.035) solid;
    padding: 15px 15px 20px;
    position: relative;
}

.widget-mini-chart:last-child {
    border-bottom: 0;
}

.widget-mini-chart .mini-chart {
    bottom: 20px;
    left: 20px;
    position: absolute;
}

.widget-mini-chart .pull-right .mini-chart {
    left: auto;
    right: 20px;
}

.dark .widget-mini-chart p {
    border-bottom: 1px #555 solid;
    color: rgba(255, 255, 255, 0.3);
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 2px 0;
    position: relative;
}

.dark .widget-mini-chart p:before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #666;
    bottom: -6px;
    content: "";
    height: 0;
    left: 8px;
    position: absolute;
    width: 0;
}

.dark .widget-mini-chart p:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #1b1e24;
    bottom: -5px;
    content: "";
    height: 0;
    left: 8px;
    position: absolute;
    width: 0;
}

.avatar {
    border: 2px #FFF solid;
    display: inline-block;
    margin-right: 5px;
    position: relative;
}

.avatar img {
    width: 34px;
}

.avatar-small {
    width: 50px;
}

.avatar-mini {
    width: 34px;
}

.avatar-slide {
    color: #FFF;
    position: relative;
}

.avatar-slide .avatar-detail {
    margin: 5px auto 25px;
    padding: 5px 15px;
    text-align: center;
}

.avatar-slide .avatar-detail p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.avatar-slide .avatar-detail p a {
    color: #0aa699;
    display: block;
    margin-bottom: 5px;
}

.avatar-slide .avatar-detail p:first-child {
    font-size: 19px;
    width: 100%;
}

.avatar-slide .avatar-detail span {
    background-color: rgba(255, 255, 255, 0.1);
    color: #FFF;
    display: inline-block;
    font-size: 10px;
    line-height: 25px;
    margin: 5px 5px 0 0;
    padding: 1px 7px;
}

.avatar-slide .avatar-link {
    margin-bottom: 1px;
}

.avatar-slide .avatar-link a {
    color: #FFF;
    font-size: 16px;
    line-height: 35px;
    position: relative !important;
}

.avatar-slide .avatar-link a i {
    height: 20px;
    text-align: center;
    width: 20px;
    z-index: 3;
}

.avatar-slide .avatar-link a.btn {
    border-left: 1px rgba(0, 0, 0, 0.2) solid;
    border-radius: 0;
    background: #372b32;
}

.avatar-slide .avatar-link a.btn:first-child {
    border-left: 0;
}

.avatar-slide .avatar-link a.btn:hover {
    background: #2e242a;
}

.avatar-slide .avatar-link a em {
    height: 14px;
    margin-left: 5px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    width: 14px;
}

.avatar-slide .avatar-link a em:after {
    background-color: #FFCC33;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    width: 8px;
}

.avatar-slide .avatar-link a em.red:after {
    background-color: #E02222;
}

.avatar-slide .avatar-link a em.green:after {
    background-color: #A9D96C;
}

.avatar-slide .avatar-link a em:before {
    background: transparent;
    border: 3px solid #FFF;
    content: "";
    height: 24px;
    left: -8px;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    top: -8px;
    width: 24px;
}

.avatar-slide .avatar-link a em.active:before {
    -webkit-animation: sonar 2s ease-out infinite;
    -moz-animation: sonar 2s ease-out infinite;
    animation: sonar 2s ease-out infinite;
}

@-webkit-keyframes sonar {
    from {
        -webkit-transform: scale(0);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@-moz-keyframes sonar {
    from {
        -moz-transform: scale(0);
        opacity: 1;
    }

    to {
        -moz-transform: scale(1);
        opacity: 0;
    }
}

@keyframes sonar {
    from {
        transform: scale(0);
        opacity: 1;
    }

    to {
        transform: scale(1);
        opacity: 0;
    }
}

.avatar-chart {
    display: inline-block;
    height: 118px;
    left: 50%;
    margin-left: -59px;
    position: relative;
    text-align: center;
    width: 118px;
}

.avatar-chart canvas {
    left: 0;
    position: absolute;
    top: 0;
}

.avatar-chart img {
    left: 11px;
    position: absolute;
    top: 11px;
    width: 96px;
}

.avatar-chart .percent {
    background-color: #f35958;
    color: white !important;
    display: inline-block !important;
    font-size: 10px !important;
    padding: 5px 10px;
    position: absolute !important;
    right: -40px;
    text-align: center;
    z-index: 2;
    width: auto !important;
    height: auto !important;
    line-height: 15px !important;
}

.avatar-chart .percent:after {
    content: '%';
    font-size: 0.8em !important;
    margin-left: 0.1em;
}

.avatar-chart .percent:before {
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px;
    border-right-color: #f35958;
    content: "";
    left: -10px;
    position: absolute;
    top: 7px;
}

/*
00 - Corner-flip
------------------------------------------------------------*/
.corner-flip {
    position: relative;
}

.corner-flip .flip {
    border-bottom-color: #e5e9ec;
    border-right: 23px solid transparent;
    border-top: 23px solid #FFF;
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 3;
}

.corner-flip.flip-bg-white .flip {
    border-bottom-color: #FFF;
    border-top: 23px solid #e5e9ec;
}

.corner-flip .flip:after {
    border-bottom: 23px solid rgba(0, 0, 0, 0.1);
    border-left: 23px solid transparent;
    content: "";
    position: absolute;
    right: 0;
    top: -23px;
}

.corner-flip .flip:before {
    border-bottom: 28px solid;
    border-bottom-color: inherit;
    border-left: 28px solid transparent;
    bottom: -2px;
    content: "";
    position: absolute;
    right: -25px;
}

.corner-flip.flip-gray .flip {
    border-top-color: #CCC;
}

.panel.corner-flip .flip {
    border-top-color: #CCC;
}

/*
00 -Text color
------------------------------------------------------------*/
.color-primary {
    color: #0090d9 !important;
}

.color-success {
    color: #2ecc71 !important;
}

.color-warning {
    color: #ffcc33 !important;
}

.color-danger {
    color: #d9534f !important;
}

.color-info {
    color: #b5d1d8 !important;
}

.color-white {
    color: white !important;
}

.color-inverse {
    color: #62707d !important;
}

.color-theme {
    color: #f35958 !important;
}

.color-theme-inverse {
    color: #0aa699 !important;
}

.color-palevioletred {
    color: #372b32 !important;
}

.color-green {
    color: #99cc00 !important;
}

.color-lightseagreen {
    color: #3db9af !important;
}

.color-purple {
    color: #736086 !important;
}

.color-darkorange {
    color: #f9ba46 !important;
}

.color-pink {
    color: #d13a7a !important;
}

/*
00 - Background Color
------------------------------------------------------------*/
.bg-primary {
    background-color: #0090d9 !important;
    color: white !important;
}

.bg-primary-lighten {
    background-color: #00a1f3 !important;
    color: white !important;
}

.bg-primary-darken {
    background-color: #007fc0 !important;
    color: white !important;
}

.bg-success {
    background-color: #2ecc71 !important;
    color: white !important;
}

.bg-success-lighten {
    background-color: #40d47e !important;
    color: white !important;
}

.bg-success-darken {
    background-color: #29b765 !important;
    color: white !important;
}

.bg-warning {
    background-color: #ffcc33 !important;
    color: white !important;
}

.bg-warning-lighten {
    background-color: #ffd24d !important;
    color: white !important;
}

.bg-warning-darken {
    background-color: #ffc61a !important;
    color: white !important;
}

.bg-danger {
    background-color: #d9534f !important;
    color: white !important;
}

.bg-danger-lighten {
    background-color: #de6764 !important;
    color: white !important;
}

.bg-danger-darken {
    background-color: #d43f3a !important;
    color: white !important;
}

.bg-info {
    background-color: #b5d1d8 !important;
    color: white !important;
}

.bg-info-lighten {
    background-color: #c6dbe1 !important;
    color: white !important;
}

.bg-info-darken {
    background-color: #a4c7cf !important;
    color: white !important;
}

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

.bg-white-lighten {
    background-color: white !important;
    color: #777 !important;
}

.bg-white-darken {
    background-color: #f2f2f2 !important;
    color: #777 !important;
}

.bg-inverse {
    background-color: #62707d !important;
    color: white !important;
}

.bg-inverse-lighten {
    background-color: #6d7d8b !important;
    color: white !important;
}

.bg-inverse-darken {
    background-color: #57636f !important;
    color: white !important;
}

.bg-theme {
    background-color: #f35958 !important;
    color: white !important;
}

.bg-theme-lighten {
    background-color: #f57170 !important;
    color: white !important;
}

.bg-theme-darken {
    background-color: #f14140 !important;
    color: white !important;
}

.bg-theme-inverse {
    background-color: #0aa699 !important;
    color: white !important;
}

.bg-theme-inverse-lighten {
    background-color: #0bbeaf !important;
    color: white !important;
}

.bg-theme-inverse-darken {
    background-color: #098e83 !important;
    color: white !important;
}

.bg-palevioletred {
    background-color: #372b32 !important;
    color: white !important;
}

.bg-palevioletred-lighten {
    background-color: #45363f !important;
    color: white !important;
}

.bg-palevioletred-darken {
    background-color: #292025 !important;
    color: white !important;
}

.bg-green {
    background-color: #99cc00 !important;
    color: white !important;
}

.bg-green-lighten {
    background-color: #ace600 !important;
    color: white !important;
}

.bg-green-darken {
    background-color: #86b300 !important;
    color: white !important;
}

.bg-lightseagreen {
    background-color: #3db9af !important;
    color: white !important;
}

.bg-lightseagreen-lighten {
    background-color: #4cc4ba !important;
    color: white !important;
}

.bg-lightseagreen-darken {
    background-color: #37a69d !important;
    color: white !important;
}

.bg-purple {
    background-color: #736086 !important;
    color: white !important;
}

.bg-purple-lighten {
    background-color: #806b95 !important;
    color: white !important;
}

.bg-purple-darken {
    background-color: #665577 !important;
    color: white !important;
}

.bg-darkorange {
    background-color: #f9ba46 !important;
    color: white !important;
}

.bg-darkorange-lighten {
    background-color: #fac35f !important;
    color: white !important;
}

.bg-darkorange-darken {
    background-color: #f8b12d !important;
    color: white !important;
}

.bg-pink {
    background-color: #d13a7a !important;
    color: white !important;
}

.bg-pink-lighten {
    background-color: #d64f88 !important;
    color: white !important;
}

.bg-pink-darken {
    background-color: #c42e6d !important;
    color: white !important;
}

/*
00 - Border Color
------------------------------------------------------------*/
.bd-primary {
    border-color: #0090d9 !important;
}

.bd-primary-darken {
    border-color: #007fc0 !important;
}

.bd-success {
    border-color: #2ecc71 !important;
}

.bd-success-darken {
    border-color: #29b765 !important;
}

.bd-warning {
    border-color: #ffcc33 !important;
}

.bd-warning-darken {
    border-color: #ffc61a !important;
}

.bd-danger {
    border-color: #d9534f !important;
}

.bd-danger-darken {
    border-color: #d43f3a !important;
}

.bd-info {
    border-color: #b5d1d8 !important;
}

.bd-info-darken {
    border-color: #a4c7cf !important;
}

.bd-white {
    border-color: white !important;
}

.bd-white-darken {
    border-color: #f2f2f2 !important;
}

.bd-inverse {
    border-color: #62707d !important;
}

.bd-inverse-darken {
    border-color: #57636f !important;
}

.bd-theme {
    border-color: #f35958 !important;
}

.bd-theme-darken {
    border-color: #f14140 !important;
}

.bd-theme-inverse {
    border-color: #0aa699 !important;
}

.bd-theme-inverse-darken {
    border-color: #098e83 !important;
}

.bd-palevioletred {
    border-color: #372b32 !important;
}

.bd-palevioletred-darken {
    border-color: #292025 !important;
}

.bd-green {
    border-color: #99cc00 !important;
}

.bd-green-darken {
    border-color: #86b300 !important;
}

.bd-lightseagreen {
    border-color: #3db9af !important;
}

.bd-lightseagreen-darken {
    border-color: #37a69d !important;
}

.bd-purple {
    border-color: #736086 !important;
}

.bd-purple-darken {
    border-color: #665577 !important;
}

.bd-darkorange {
    border-color: #f9ba46 !important;
}

.bd-darkorange-darken {
    border-color: #f8b12d !important;
}

.bd-pink {
    border-color: #d13a7a !important;
}

.bd-pink-darken {
    border-color: #c42e6d !important;
}

.easychart {
    display: inline-block;
    height: 110px;
    position: relative;
    text-align: center;
    width: 110px;
}

.easychart canvas {
    left: 0;
    position: absolute;
    top: 0;
}

.easychart .percent {
    background-color: #FFF;
    color: #CCC;
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 118px;
    margin: 10px 10px 10px 18px;
    z-index: 2;
}

.easychart .percent:after {
    content: '%';
    font-size: .5em;
    margin-left: 0.1em;
}

.easy-chart {
    display: inline-block;
    position: relative;
    text-align: center;
}

.easy-chart canvas {
    left: 0;
    top: 0;
}

.easy-chart .percent {
    color: #a7a7a7;
    display: block;
    font-size: 22px;
    height: 100%;
    margin-left: 0.2em;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.easy-chart .percent:after {
    content: '%';
    font-size: .5em;
    margin-left: 0.1em;
}

.easy-chart .percent.up, .easy-chart .percent.down {
    margin-left: 0;
}

.easy-chart .percent.up:before {
    border-bottom: 5px solid #A9D96C;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: '';
    margin-right: 0.2em;
    position: relative;
    top: -15px;
}

.easy-chart .percent.down:before {
    border-bottom: 5px solid #A9D96C;
    border-bottom: transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #f00;
    content: '';
    margin-right: 0.2em;
    position: relative;
    top: -15px;
    top: 17px;
}

.showcase {
    padding: 25px 0;
    position: relative;
}

.showcase-pie-easy ul {
    margin-left: 15%;
    width: 100%;
}

.showcase-pie-easy ul li {
    font-size: 16px;
    padding: 10px 0;
    padding-right: 5%;
    text-align: right;
    width: 80%;
}

.showcase-pie-easy ul li:first-child {
    border-bottom: 1px #DDD solid;
    font-size: 20px;
}

.showcase-pie-easy ul li small {
    color: #CCC;
    display: block;
    font-size: 14px;
    font-weight: normal;
}

.showcase-pie-easy .easy-chart {
    background-color: #FFF;
    left: 5%;
    position: absolute;
}

.showcase-chart-knob {
    padding: 25px 0 0;
}

.showcase-chart-knob span {
    display: inline-block;
    position: absolute;
}

.showcase-chart-knob span i {
    display: inline-block;
    position: absolute;
}

.showcase-chart-knob h5 {
    font-size: 18px;
    margin-top: -25px;
    position: relative;
}

.showcase-chart-knob h5 i {
    color: #CCC;
    font-size: 50px;
    left: 50%;
    margin-top: -75px;
    position: absolute;
}

.showcase-chart-knob span a {
    color: #AAA;
    display: block;
    text-transform: capitalize;
}

.showcase-chart-knob span small {
    display: block;
    font-size: 24px;
}

.showcase-chart-knob span small:after {
    content: "%";
    font-size: 0.8em;
}

.showcase-chart-knob span i {
    color: #CCC;
    font-size: 25px;
}

.showcase-chart-knob span:nth-child(1) {
    left: 0%;
    text-align: left;
}

.showcase-chart-knob span:nth-child(1) a {
    padding-left: 35px;
}

.showcase-chart-knob span:nth-child(2) {
    right: 0%;
    text-align: right;
}

.showcase-chart-knob span:nth-child(2) i {
    font-size: 30px;
    right: 0%;
    top: -5px;
}

.showcase-chart-knob span:nth-child(2) a {
    padding-right: 20px;
}

#content.after-mail-box:after {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, 0.45);
    content: "";
    height: 100%;
    left: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 99;
}

#content.after-mail-box .mail-tools {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    background-color: #FFF;
    margin-bottom: 15px;
    padding: 10px 10px 8px;
    text-align: center;
}

#content.after-mail-box .mail-tools h4 {
    line-height: 34px;
}

#mailbox {
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    transition: transform 0.5s;
    background-color: white;
    bottom: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-left: 15px;
    margin-top: 55px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 300px;
}

#mailbox #nav-scroll {
    padding: 0;
    width: 317px;
}

/*
00 -  Account login and lock screen page
------------------------------------------------------------*/
.account-wall {
    margin-top: 60px;
    padding: 0px 0px 20px 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.account-wall .account-avatar img {
    margin-left: 11px;
    margin-top: 11px;
    position: absolute;
    width: 96px;
}

.account-wall .login-title {
    color: #6f7b8a;
    display: block;
    font-size: 26px;
    font-weight: 300;
    margin: 20px 0 10px;
    text-transform: uppercase;
}

.account-wall .login-title span {
    font-weight: 700;
}

.account-wall .login-title small {
    display: block;
    color: #6f7b8a;
    font-size: 12px;
    font-weight: 300;
    padding-top: 10px;
    text-transform: capitalize;
}

.account-wall .form-signin {
    margin: 0 auto;
    max-width: 330px;
    padding: 15px;
}

.account-wall .form-signin .form-signin-heading, .account-wall .form-signin .checkbox, .account-wall .form-signin section {
    margin-bottom: 10px;
}

.account-wall .form-signin .form-control {
    background-color: transparent;
    border-color: transparent;
    font-size: 16px;
    height: auto;
    padding: 10px 20px;
    position: relative;
}

.account-wall .form-signin .input-group {
    background-color: #FFF;
    border-top: 1px #f5f5f5 solid;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: -1px;
}

.account-wall .form-signin .input-group:nth-child(2) {
    margin-bottom: 20px;
}

.account-wall .form-signin .input-group-addon {
    background-color: transparent;
    border: none;
    position: relative;
}

.account-wall .form-signin .input-group-addon i {
    color: #e1e1e1;
    margin: auto 5px;
    text-align: center;
    width: 18px;
}

.account-wall .form-signin .input-group-addon i:after {
    border-left: 1px #e1e1e1 solid;
    content: "";
    height: 50%;
    margin-left: 15px;
    position: absolute;
    top: 25%;
}

.account-wall span.or {
    color: #666666;
    display: block;
    font-size: 12px;
    margin: 20px 10px 25px;
    position: relative;
    text-align: center;
}

.account-wall span.or:after {
    background-color: #d6dde1;
    content: attr(data-text);
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: relative;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.account-wall span.or:before {
    background-color: white;
    content: "";
    height: 1px;
    left: -10px;
    right: -10px;
    position: absolute;
    top: 50%;
}

.account-wall .help {
    margin-top: 5px;
}

.account-wall .footer-link {
    display: block;
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
}

/*
00 -  Color full box in top page (login , lock screen ,404)
------------------------------------------------------------*/
.real-border .col-xs-1 {
    height: 3px;
    padding: 0;
}

.real-border .col-xs-1:nth-child(1) {
    background-color: #6CC3A0;
}

.real-border .col-xs-1:nth-child(2) {
    background-color: #DC4D79;
}

.real-border .col-xs-1:nth-child(3) {
    background-color: #BD3B47;
}

.real-border .col-xs-1:nth-child(4) {
    background-color: #DD4444;
}

.real-border .col-xs-1:nth-child(5) {
    background-color: #FD9C35;
}

.real-border .col-xs-1:nth-child(6) {
    background-color: #FEC42C;
}

.real-border .col-xs-1:nth-child(7) {
    background-color: #D4DF5A;
}

.real-border .col-xs-1:nth-child(8) {
    background-color: #2ECC71;
}

.real-border .col-xs-1:nth-child(9) {
    background-color: #3DA0DB;
}

.real-border .col-xs-1:nth-child(10) {
    background-color: #08408B;
}

.real-border .col-xs-1:nth-child(11) {
    background-color: #575757;
}

.real-border .col-xs-1:nth-child(12) {
    background-color: #111;
}

/*
00 - List Rounded
------------------------------------------------------------*/
ol {
    counter-reset: li;
    list-style: none;
    margin-bottom: 1em;
    padding: 0;
}

ol ol {
    margin: 0 0 0 2em;
}

ol.rounded-list li {
    position: relative;
}

ol.rounded-list a {
    background: #FFF;
    color: #A1A1A1;
    display: block;
    margin: 10px 0 10px 20px;
    padding: .7em .4em .7em 2em;
    position: relative;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

ol.rounded-list a:hover {
    background: #f1f3f5;
}

ol.rectangle-list a:hover {
    background: #f1f3f5;
}

ol.rounded-list a:hover:before {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

ol.rounded-list a:before {
    background: #f35958;
    color: #FFF;
    content: counter(li);
    counter-increment: li;
    height: 30px;
    left: -1.3em;
    line-height: 30px;
    margin-top: -15px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 30px;
}

/*
00 - List Rectangle
------------------------------------------------------------*/
ol.rectangle-list a {
    background: #FFF;
    color: #A1A1A1;
    display: block;
    margin: 0px 0 10px 30px;
    padding: .4em .4em .4em .8em;
    position: relative;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

ol.rectangle-list a small {
    color: #A1A1A1;
    font-size: 10px;
    font-style: italic;
    padding-left: 5px;
}

ol.rectangle-list a:before {
    background: #0aa699;
    color: #FFF;
    content: counter(li);
    counter-increment: li;
    height: 30px;
    left: -30px;
    line-height: 30px;
    margin-top: -15px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 30px;
    z-index: 2;
}

ol.rectangle-list a:after {
    border: .5em solid transparent;
    content: '';
    left: -15px;
    margin-top: 4px;
    position: absolute;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

ol.rectangle-list a:hover:after {
    border-left-color: #098e83;
    left: 0;
}

/*
00 -  Breaking line
------------------------------------------------------------*/
.breakline {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.breakline h2 {
    background-color: #666666;
    border-bottom: 3px #454545 solid;
    color: #FFF;
    display: inline-block;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    padding: 7px 20px 5px;
    position: relative;
    text-transform: uppercase;
    text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 4;
}

.breakline h2 [class^="icon-"]:before, .breakline h2 [class*=" icon-"]:before {
    color: #FFF;
    font-size: 18px;
    margin: 8px 8px 8px 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
}

.breakline.center {
    text-align: center;
}

.breakline.right {
    text-align: right;
}

.breakline:after {
    border-bottom: 3px #d6d6d6 solid;
    margin-top: -1px;
}

.breakline:before, .breakline:after {
    border-bottom: 3px #d6d6d6 solid;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}

/*
00 - divider header
------------------------------------------------------------*/
div.divider {
    margin: 20px 0 15px;
    padding-bottom: 7px;
}

div.divider h2, div.divider h3, div.divider h4, div.divider h5 {
    font-family: "Ubuntu";
    font-weight: 300;
    text-transform: capitalize;
}

div.divider label.color {
    margin-bottom: 0;
}

li div.divider {
    margin: 20px 0 15px;
    padding-bottom: 0px;
}

/*
00 -  404 error page
------------------------------------------------------------*/
.wrapper-shadow {
    background-color: #000;
    -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
}

.real-border {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.real-boxs {
    bottom: 0;
    left: 0;
    padding: 50px;
    position: absolute;
    right: 0;
    top: 0;
}

.real-search {
    background-color: #FFF;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    padding: 0;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    top: 50px;
    width: 600px;
    z-index: 2;
}

@media all and (max-width: 767px) {
    .real-search {
        margin-left: -150px;
        width: 300px;
    }

    .tab-content {
        padding: 0;
    }

    #usuariosTabla {
        display: flex;
    }
}

.error-template {
    padding: 80px 15px;
}

.error-template h1 {
    font-family: "Ubuntu";
    font-size: 3.5em;
    font-weight: 300;
    line-height: 55px;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.error-details {
    padding: 10px 0;
}

.error-actions {
    margin-bottom: 15px;
    margin-top: 15px;
}

.error-actions .btn {
    margin-right: 10px;
}

/*
00 - Dropdown Multi submenu
------------------------------------------------------------*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: -7px;
    right: 100%;
    margin-left: 0px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

/*
 00 - mmenu CSS
*/

html.mm-opened .mm-page, html.mm-opened #mm-blocker, html.mm-opened .mm-fixed-top, html.mm-opened .mm-fixed-bottom, html.mm-opened .mm-menu.mm-horizontal > .mm-panel, body.leftMenu .mm-page, body.leftMenu #mm-blocker, body.leftMenu .mm-fixed-top, body.leftMenu .mm-fixed-bottom, body.leftMenu .mm-menu.mm-horizontal > .mm-panel {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
}

html.mm-opened .mm-page, html.mm-opened #mm-blocker, body.leftMenu .mm-page, body.leftMenu #mm-blocker {
    left: 0%;
    top: 0;
    margin: 0;
    border: 0px solid transparent;
}

html.mm-opened.mm-opening .mm-page, html.mm-opened.mm-opening #mm-blocker, body.leftMenu.mm-opening .mm-page, body.leftMenu.mm-opening #mm-blocker {
    border: 0px solid rgba(100, 100, 100, 0);
}

.mm-menu .mm-hidden {
    display: none;
}

.mm-fixed-top,
.mm-fixed-bottom {
    position: fixed;
    left: 0;
}

.mm-fixed-top {
    top: 0;
}

.mm-fixed-bottom {
    bottom: 0;
}

/*agregada inp*/
.mm-list .mm-subtitle a.mm-subclose {
    padding-top: 12px !important;
}

html.mm-opened .mm-page, .mm-menu > .mm-panel {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html.mm-opened {
    width: 100%;
    height: 100%;
}

html.mm-opened body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

html.mm-opened .mm-page {
    height: 100%;
    overflow: hidden;
    position: fixed;
    right: auto;
    left: auto;
}

html.mm-background .mm-page {
    background: inherit;
}

#mm-blocker {
    background: rgba(255, 255, 255, 0);
    opacity: 0;
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
}

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
    display: block;
}

.mm-menu {
    background: none;
    overflow: hidden;
    bottom: 0;
    color: rgba(255, 255, 255, 0.75);
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.mm-menu.mm-current {
    display: block;
}

.mm-menu .mm-panel.mm-subopened {
    overflow-y: hidden;
}

.mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: auto; /** ajustado por nosotros */
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    z-index: 0;
    /*
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);*/
}

.mm-menu > .mm-panel.mm-opened {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mm-menu > .mm-panel.mm-subopened {
    -webkit-transform: translate3d(-40%, 0, 0);
    -moz-transform: translate3d(-40%, 0, 0);
    -ms-transform: translate3d(-40%, 0, 0);
    -o-transform: translate3d(-40%, 0, 0);
    transform: translate3d(-40%, 0, 0);
}

.mm-menu > .mm-panel.mm-highest {
    z-index: 1;
}

.mm-menu > .mm-panel.mm-hidden {
    display: block;
    visibility: hidden;
}

.mm-menu > .mm-list {
    padding: 20px 0 40px 0;
}

.mm-menu .mm-list {
    padding: 20px 0;
}

.mm-panel > .mm-list {
    margin-left: -10px;
    margin-right: -10px;
}

.mm-panel > .mm-list:first-child {
    padding-top: 0;
}

.mm-list {
    list-style: none;
    display: block;
    margin: 0;
    margin-right: 33px;
    padding: 0 0 30px !important; /*soporta 30px para tab de soporte*/
}

.mm-list > li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    margin-right: 0px;
}

.isMobile .mm-list > li {
    margin-right: 33px;
}

.mm-list * {
    -webkit-text-size-adjust: none;
    font-size: 12px;
    text-shadow: none;
}

.mm-list a, .mm-list span {
    text-decoration: none;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-size: 13px;
    -webkit-font-smoothing: auto;
}

.mm-list a:hover, .mm-list span:hover {
    text-decoration: none;
}

.mm-list a.mm-subopen, .mm-list span.mm-subopen {
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.mm-list a.mm-subopen::before, .mm-list span.mm-subopen::before {
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.mm-list a.mm-subopen.mm-fullsubopen, .mm-list span.mm-subopen.mm-fullsubopen {
    width: 100%;
}

.mm-list a.mm-subopen.mm-fullsubopen:before, .mm-list span.mm-subopen.mm-fullsubopen:before {
    border-left: none;
}

.mm-list a.mm-subclose, .mm-list span.mm-subclose {
    text-indent: 20px;
    margin-top: 0px;
}

.mm-list a.mm-subopen + a, .mm-list a.mm-subopen + span, .mm-list span.mm-subopen + a, .mm-list span.mm-subopen + span {
    /*padding-right: 45px; al parecer mejor sin padding*/
}

.mm-list a.mm-subopen:after, .mm-list span.mm-subopen:after {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 7px;
    height: 7px;
    margin-bottom: -3px;
    position: absolute;
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mm-list a.mm-subclose:before, .mm-list span.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 7px;
    height: 7px;
    margin-bottom: -3px;
    position: absolute;
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mm-list a.mm-subopen:after, .mm-list span.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px;
}

.mm-list a.mm-subclose:before, .mm-list span.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    left: 22px;
}

.mm-list > li {
    position: relative;
}

.mm-list > li > a, .mm-list > li > span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: inherit;
    line-height: 20px;
    display: block;
    padding: 12px 10px 12px 20px;
    margin: 0;
}

.mm-list > li > a.mmLogo, .mm-list > li > span.mmLogo {
    padding: 0px;
}

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults)::after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
    width: auto;
    margin-left: -20px;
    position: relative;
    left: auto;
}

.mm-list > li.mm-selected > a.mm-subopen {
    background: transparent;
}

.mm-list > li.mm-selected > a.mm-subopen + a, .mm-list > li.mm-selected > a.mm-subopen + span {
    padding-right: 5px;
    margin-right: 40px;
}

.mm-list > li.mm-selected > a.mm-fullsubopen + a, .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0;
}

.mm-list > li.mm-label {
    font-size: 10px;
    font-family: "Arial", sans-serif;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
}

.mm-list > li.mm-label.label-lg {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 45px;
}

.mm-list > li i.label {
    font-size: 10px;
    font-family: "Arial", sans-serif;
    font-style: normal;
}

.isMobile .mm-list,
.isMobile .mm-list > li {
    margin-right: 0;
}

.mm-menu.mm-vertical .mm-list {
    margin-right: 0;
}

.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-list {
    margin-right: -33px;
}

.mm-menu.mm-vertical .mm-list .mm-panel {
    visibility: hidden;
    padding: 10px 0 20px 20px;
    position: absolute;
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    -moz-transform: translate3d(0, -10%, 0);
    -ms-transform: translate3d(0, -10%, 0);
    -o-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
    display: none;
}

.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent;
}

.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
    display: block;
    visibility: visible;
    position: relative;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
    height: 40px;
}

.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    -ms-transform: rotate(-315deg);
    -o-transform: rotate(-315deg);
    transform: rotate(-315deg);
}

.mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
    -webkit-transform: rotate(-255deg);
    -moz-transform: rotate(-255deg);
    -ms-transform: rotate(-255deg);
    -o-transform: rotate(-255deg);
    transform: rotate(-255deg);
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
    top: 16px;
    right: 16px;
}

html.mm-opened .mm-page {
    /*	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); */
}

.mm-menu {
    color: rgba(255, 255, 255, 0.75);
}

.mm-menu .mm-list > li a, .mm-menu .mm-list > li span {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}

.mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.6);
}

.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3);
}

.mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu .mm-list > li:hover > a, .mm-menu .mm-list > li:hover > span {
    background: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-list > li.mm-selected > a, .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-list li.mm-label {
    background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05);
}

.mm-menu {
    width: 250px;
}

.isMobile .mm-menu {
    width: 250px;
}

html.mm-opened.mm-opening #mm-blocker {
    left: 0;
    -webkit-transform: translate3d(250px, 0, 0);
    -moz-transform: translate3d(250px, 0, 0);
    -ms-transform: translate3d(250px, 0, 0);
    -o-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
}

html.mm-opened.mm-opening .mm-page {
    left: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    -moz-transform: translate3d(200px, 0, 0);
    -ms-transform: translate3d(200px, 0, 0);
    -o-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
}

@media all and (max-width: 550px) {
    .mm-menu, .toggle-menu {
        display: none;
    }

    html.mm-opened.mm-opening .mm-page, html.mm-opened.mm-opening #mm-blocker {
        left: 0;
        -webkit-transform: translate3d(250px, 0, 0);
        -moz-transform: translate3d(250px, 0, 0);
        -ms-transform: translate3d(250px, 0, 0);
        -o-transform: translate3d(250px, 0, 0);
        transform: translate3d(250px, 0, 0);
    }
}

em.mm-counter {
    font-style: normal;
    text-indent: 0;
    display: block;
    margin-top: -10px;
    position: absolute;
    right: 40px;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    height: 20px;
    line-height: 20px;
    min-width: 20px;
    padding: 0 7px;
    border-radius: 2px;
}

em.mm-counter + a.mm-subopen {
    padding-left: 40px;
}

em.mm-counter + a.mm-subopen + a, em.mm-counter + a.mm-subopen + span {
    padding-right: 80px;
}

em.mm-counter + a.mm-fullsubopen {
    padding-left: 0;
}

.mm-vertical li.mm-selected > em.mm-counter + a.mm-subopen + a, .mm-vertical li.mm-selected > em.mm-counter + a.mm-subopen + span {
    margin-right: 75px;
}

.mm-nosubresults > em.mm-counter {
    display: none;
}

.mm-menu em.mm-counter {
    color: rgba(255, 255, 255, 0.4);
    font-size: 10px;
    font-weight: 700;
}

.mm-header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
    font-size: 18px;
    text-shadow: none;
    background: inherit;
    border-bottom: 1px solid transparent;
    text-align: center;
    line-height: 20px;
    width: 100%;
    height: 60px;
    padding: 30px 90px 0 40px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

.mm-header span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
}

.mm-header a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    display: block;
    width: 40px;
    height: 100%;
    position: absolute;
    bottom: 0;
}

.mm-header a:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 7px;
    height: 7px;
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -15px;
}

.mm-header a.mm-prev {
    left: 0;
}

.mm-header a.mm-prev:before {
    border-right: none;
    border-bottom: none;
    left: 22px;
}

.mm-header a.mm-next {
    right: 0;
}

.mm-header a.mm-next:before {
    border-top: none;
    border-left: none;
    right: 18px;
}

.isMobile .mm-header {
    padding: 30px 40px 0 40px;
}

.mm-hassearch .mm-header {
    height: 50px;
    padding-top: 20px;
    top: 50px;
}

.mm-hassearch .mm-header a:before {
    margin-bottom: -10px;
}

.mm-menu.mm-hasheader li.mm-subtitle {
    display: none;
}

.mm-menu.mm-hasheader .mm-panel {
    padding-top: 80px;
}

.mm-menu.mm-hasheader.mm-hassearch .mm-panel {
    padding-top: 120px;
}

.mm-menu.mm-hasheader.mm-ismenu .mm-panel {
    padding-top: 60px;
}

.mm-menu.mm-hasheader.mm-ismenu.mm-hassearch .mm-panel {
    padding-top: 100px;
}

.mm-menu .mm-header {
    border-color: rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.3);
}

.mm-menu .mm-header a:before {
    border-color: rgba(255, 255, 255, 0.3);
}

.mm-search {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: inherit;
    height: 55px;
    padding: 10px;
    padding-right: 60px;
    border-bottom: 5px rgba(0, 0, 0, 0.1) solid;
    position: relative;
    top: 0;
    z-index: 2;
}

.mm-search input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-shadow: none;
    border: none;
    border-radius: 2px;
    line-height: 30px;
    outline: none;
    display: block;
    width: 228px;
    height: 30px;
    margin: 0;
    padding: 0 10px;
    opacity: 0;
    -webkit-transform: translateX(30%);
    -moz-transform: translateX(30%);
    -ms-transform: translateX(30%);
    -o-transform: translateX(30%);
    transform: translateX(30%);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.mm-opening .mm-search input {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

@media screen and (min-width: 1199px) {
    body.leftMenu:not(.in) #menu .mm-search input {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.mm-menu li.mm-nosubresults > a.mm-subopen {
    display: none;
}

.mm-menu li.mm-nosubresults > a.mm-subopen + a, .mm-menu li.mm-nosubresults > a.mm-subopen + span {
    padding-right: 10px;
}

.mm-menu li.mm-noresults {
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
    font-size: 20px;
    display: none;
    padding-top: 80px;
}

.mm-menu li.mm-noresults:after {
    border: none;
}

.mm-menu.mm-noresults li.mm-noresults {
    display: block;
}

.mm-menu.mm-hassearch .mm-panel {
    padding-top: 55px;
}

.mm-menu .mm-search input {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.6);
}

.isMobile .mm-search {
    padding-right: 10px;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////			POSITION RIGTH			//////////////////////////////////////////////////////////// */
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
html.mm-right.mm-opened .mm-menu.mm-right {
    display: block;
}

html.mm-right.mm-opened .mm-page, html.mm-right.mm-opened #mm-blocker {
    left: auto;
    right: 0%;
}

html.mm-right.mm-opened.mm-opening .mm-page, html.mm-right.mm-opened.mm-opening #mm-blocker {
    left: auto;
}

html.mm-right.mm-opened.mm-opening .mm-page, html.mm-right.mm-opened.mm-opening #mm-blocker {
    -webkit-transform: translate3d(-300px, 0, 0);
    -moz-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    -o-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
}

.mm-menu.mm-right {
    width: 350px;
    right: -50px;
    left: auto;
}

.mm-menu.mm-right .mm-search input {
    margin-left: 0;
    -webkit-transform: translateX(-30%);
    -moz-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    -o-transform: translateX(-30%);
    transform: translateX(-30%);
}

.mm-opening .mm-menu.mm-right .mm-search input {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

.isMobile .mm-menu.mm-right {
    width: 300px;
    right: 0;
}

@media all and (max-width: 550px) {
    .mm-menu.mm-right {
        width: 300px;
    }

    .isMobile .mm-menu.mm-right {
        width: 250px;
        right: 0;
    }

    html.mm-right.mm-opened.mm-opening #mm-blocker {
        right: auto;
        -webkit-transform: translate3d(-250px, 0, 0);
        -moz-transform: translate3d(-250px, 0, 0);
        -ms-transform: translate3d(-250px, 0, 0);
        -o-transform: translate3d(-250px, 0, 0);
        transform: translate3d(-250px, 0, 0);
    }

    html.mm-right.mm-opened.mm-opening .mm-page {
        right: auto;
        -webkit-transform: translate3d(-250px, 0, 0);
        -moz-transform: translate3d(-250px, 0, 0);
        -ms-transform: translate3d(-250px, 0, 0);
        -o-transform: translate3d(-250px, 0, 0);
        transform: translate3d(-250px, 0, 0);
    }
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////			POSITION NEXT			//////////////////////////////////////////////////////////// */
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.mm-menu.mm-next {
    -webkit-transition: none 0.5s ease;
    -moz-transition: none 0.5s ease;
    transition: none 0.5s ease;
    -webkit-transition-property: top, right, bottom, left, -webkit-transform;
    -moz-transition-property: top, right, bottom, left, -moz-transform;
    -ms-transition-property: top, right, bottom, left, -o-transform;
    -o-transition-property: top, right, bottom, left, -ms-transform;
    transition-property: top, right, bottom, left, transform;
    left: -80%;
}

.mm-menu.mm-right.mm-front {
    right: -350px;
}

.mm-menu.mm-right.mm-next {
    right: -350px;
    left: auto;
}

html.mm-opened.mm-next .mm-page {
    box-shadow: none;
}

html.mm-opening .mm-menu.mm-next {
    left: 0%;
}

html.mm-opening .mm-menu.mm-right.mm-next {
    left: auto;
    right: 0%;
}

@media all and (min-width: 550px) {
    .mm-menu.mm-right.mm-front,
    .mm-menu.mm-right.mm-next {
        /*	right: -350px;*/
        -webkit-transform: translate3d(50px, 0, 0);
        -moz-transform: translate3d(50px, 0, 0);
        -ms-transform: translate3d(50px, 0, 0);
        -o-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }
}

html .toggle-menu {
    background-color: transparent;
    cursor: pointer;
    height: 100%;
    left: 0px;
    position: fixed;
    top: 0;
    width: 50px;
    z-index: 100;
}

html.mm-opened .toggle-menu {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

html .leftMenu .toggle-menu {
    display: none;
}

body.leftMenu .toggle-menu {
    display: none;
}

body.leftMenu.in .toggle-menu {
    display: block;
}

body.leftMenu .mm-menu:not(.mm-right) {
    top: 55px;
}

body.leftMenu .mm-menu:not(.mm-right) .mm-list {
    padding-top: 0;
}

body.leftMenu .mm-menu:not(.mm-right).mm-hassearch .mm-panel {
    padding-top: 55px !important;
}

@media (max-width: 991px) {

}

.mm-ismenu {
    background: #101215;
}

.mm-page {
    right: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mm-menu .icon {
    font-size: 14px;
    width: 17px;
    height: 17px;
    text-align: center;
    margin: 0 15px 0 -2px;
    line-height: 17px;
    color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-right .icon {
    margin: 0 5px 0 -2px;
}

.mm-menu li.img a {
    font-size: 12px;
}

.mm-menu li.img a img {
    float: left;
    margin: -5px 10px -5px 0;
}

.mm-menu li.img a small {
    font-size: 10px;
}

/*
00 - Progress
------------------------------------------------------------*/
.progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
}

.progress {
    background-color: #EEE;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 5px;
    overflow: visible;
    position: relative;
}

.progress.progress-dark {
    background-color: #2d3237;
}

.progress.progress-white {
    background-color: rgba(0, 0, 0, 0.3);
}

.progress.progress-sm {
    height: 10px;
}

.progress.progress-xs {
    height: 5px;
}

.progress-label {
    font-size: 10px;
    margin-bottom: 15px;
    position: relative;
    top: -5px;
}

.progress-label.lasted {
    margin-bottom: 0px;
}

.progress-label.label-white {
    color: white !important;
}

.progress .progress-tooltip {
    filter: alpha(opacity=60);
    opacity: 0.6;
    background-color: #000;
    color: #FFF;
    display: none;
    font-size: 10px;
    padding: 3px 5px 3px 7px;
    position: absolute;
    right: -10px;
    top: -25px;
}

.progress .progress-tooltip:before {
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px;
    border-top-color: black;
    bottom: -10px;
    content: "";
    position: absolute;
    right: 5px;
}

.progress-bar-theme {
    background-color: #6CC3A0;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-bar-white {
    background-color: #FFF;
}

.progress:hover .progress-tooltip, .progress.tooltip-in .progress-tooltip {
    display: inline-block;
}

.progress-stripes .progress-bar {
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear, 135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent;
    /* -webkit-animation: animate-stripes 3s linear infinite;
     -moz-animation: animate-stripes 3s linear infinite;
     animation: animate-stripes 3s linear infinite; usa mucha CPU*/
    -webkit-background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    background-size: 30px 30px;
}

.progress-shine span {
    position: absolute;
}

.progress-shine .progress-bar::after {
    background: #fff;
    bottom: 0;
    content: '';
    left: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    /*-webkit-animation: animate-shine 2s ease-out infinite;
    -moz-animation: animate-shine 2s ease-out infinite;
    animation: animate-shine 2s ease-out infinite;*/
}

.progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: none !important;
}

@-webkit-keyframes animate-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 60px 0;
    }
}

@-moz-keyframes animate-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 60px 0;
    }
}

@keyframes animate-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 60px 0;
    }
}

@-webkit-keyframes animate-shine {
    0% {
        opacity: 0;
        width: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 0;
        width: 95%;
    }
}

@-moz-keyframes animate-shine {
    0% {
        opacity: 0;
        width: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 0;
        width: 95%;
    }
}

@keyframes animate-shine {
    0% {
        opacity: 0;
        width: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 0;
        width: 95%;
    }
}
/*000 List Group Item */

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}

/*
00 - modal
------------------------------------------------------------*/
body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
    margin-right: 0;
}

/*.modal {
    top: 50px;
    background-clip: padding-box;
    border-radius: 0;
    bottom: auto;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    left: 50%;

      background-color: #ffffff;
     margin-left: -250px;
    padding: 0;
    right: auto;
}*/


.modal.modal-caplet {
    background-clip: padding-box;
    border-radius: 0;
    bottom: auto !important;
    left: 25% !important;
    margin-left: -250px;
    padding: 0;
    right: 25% !important;

    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    /*width: 500px;
    Revisar porque afecta el idle warning
    */
    outline: none;
    overflow: visible;
    position: absolute;
    top: 25%;
}

.modal.container {
    max-width: none;
}

.modal-open {
    overflow: hidden;
}

.modal-open.page-overflow .page-container {
    overflow-y: scroll;
}

.modal-open.page-overflow .page-container .navbar-fixed-top, .modal-open.page-overflow .page-container .navbar-fixed-bottom {
    overflow-y: scroll;
}

.modal-open.page-overflow .modal-scrollable {
    overflow-y: scroll;
}

.modal-scrollable {
    bottom: 0;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
}

/* Effect : scale up */
.md-scale {
    opacity: 0;
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -moz-transition: opacity 0.25s linear, -moz-transform 0.25s;
    -webkit-transition: opacity 0.25s linear, -webkit-transform 0.25s;
    transition: opacity 0.25s linear, transform 0.25s;
}

.md-scale.in {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* Effect : Slide from the right */
.md-slideRight {
    opacity: 0;
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
    -moz-transition: opacity 0.25s linear, -moz-transform 0.25s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    -webkit-transition: opacity 0.25s linear, -webkit-transform 0.25s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: opacity 0.25s linear, transform 0.25s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.md-slideRight.in {
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

/* Effect : Slide from the bottom */
.md-slideUp {
    opacity: 0;
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    -moz-transition: opacity 0.25s linear, -moz-transform 0.25s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    -webkit-transition: opacity 0.25s linear, -webkit-transform 0.25s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: opacity 0.25s linear, transform 0.25s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.md-slideUp.in {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* Effect : Slide from the top */
.md-slideDown {
    opacity: 0;
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    -moz-transition: opacity 0.25s linear, -moz-transform 0.25s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    -webkit-transition: opacity 0.25s linear, -webkit-transform 0.25s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: opacity 0.25s linear, transform 0.25s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.md-slideDown.in {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* Effect:  slide and stick to top */
.modal.md-stickTop {
    top: 0;
}

.md-stickTop {
    opacity: 0;
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -moz-transition: opacity 0.25s linear, -moz-transform 0.25s;
    -webkit-transition: opacity 0.25s linear, -webkit-transform 0.25s;
    transition: opacity 0.25s linear, transform 0.25s;
}

.md-stickTop.in {
    border-radius: 0 0 3px 3px;
    margin-top: 0 !important;
    opacity: 1;
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

/* Effect : 3D flip horizontal */
.modal.md-flipHor {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.md-flipHor {
    opacity: 0;
    -moz-transform: rotateY(-70deg);
    -ms-transform: rotateY(-70deg);
    -webkit-transform: rotateY(-70deg);
    transform: rotateY(-70deg);
    -moz-transition: opacity 0.25s linear, -moz-transform 0.25s;
    -webkit-transition: opacity 0.25s linear, -webkit-transform 0.25s;
    transition: opacity 0.25s linear, transform 0.25s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.md-flipHor.in {
    opacity: 1;
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

/* Effect : 3D flip vertical */
.modal.md-flipVer {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.md-flipVer {
    opacity: 0;
    -moz-transform: rotateX(-70deg);
    -ms-transform: rotateX(-70deg);
    -webkit-transform: rotateX(-70deg);
    transform: rotateX(-70deg);
    -moz-transition: opacity 0.25s linear, -moz-transform 0.25s;
    -webkit-transition: opacity 0.25s linear, -webkit-transform 0.25s;
    transition: opacity 0.25s linear, transform 0.25s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.md-flipVer.in {
    opacity: 1;
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.modal-header {
    border-bottom: 1px solid;
    border-color: #e5e5e5;
}

.modal-header[class^="bd-"], .modal-header[class*="bd-"] {
    border-width: 5px !important;
}

.modal-body {
    max-height: none;
    overflow: visible;
}

.modal-footer {
    margin: 0;
}

.modal-footer .btn {
    margin-bottom: 0;
}

.modal.modal-absolute {
    position: absolute;
    z-index: 950;
}

.modal .loading-mask {
    background: #fff;
    border-radius: 6px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.modal-backdrop {
    background: #111;
    filter: alpha(opacity=30);
    opacity: 0.3;
    display: none; /* temporal*/
}

.modal-backdrop.modal-absolute {
    position: absolute;
    z-index: 940;
}

.modal-backdrop.fade.in {
    background: #111;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.modal.container {
    margin-left: -470px;
    width: 940px;
}

/* Modal Overflow */
.modal-overflow.modal {
    top: 1%;
}

.modal-overflow.modal.fade {
    top: -100%;
}

.modal-overflow.modal.fade.in {
    top: 1%;
}

.modal-overflow .modal-body {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*
00 - Modal crop
----------------------*/
.modal-crop {
    padding: 0;
}

.modal-crop .row {
    margin: 0;
}

.modal-crop .col-md-8, .modal-crop .col-md-4 {
    padding: 0;
}

.modal-crop .modal-crop-body {
    padding: 15px;
    position: relative;
}

.modal-crop .modal-crop-body textarea {
    height: 75px;
    max-height: 75px;
}

.modal-crop .modal-crop-body .close {
    position: absolute;
    right: 15px;
    top: 10px;
}

.icheckbox_line-aero,
.iradio_line-aero {
    margin: 5px 0 5px 0 !important;
}
/*
00 - alert notific8
------------------------------------------------------------*/
.jquery-notific8-container {
    display: block;
    margin: 0;
    padding: 0;
    position: fixed;
}

.jquery-notific8-container.top {
    top: 55px;
}

.jquery-notific8-container.top.right {
    right: 15px;
}

.jquery-notific8-container.bottom.right {
    right: 15px;
}

.jquery-notific8-container.top.left {
    left: 15px;
}

.jquery-notific8-container.bottom {
    bottom: 0;
}

.jquery-notific8-container.bottom.left {
    left: 15px;
}

.jquery-notific8-notification:hover .jquery-notific8-close {
    display: block;
}

.jquery-notific8-heading {
    font-weight: bold;
    margin-bottom: 0.3125em;
}

.jquery-notific8-close {
    cursor: pointer;
    display: none;
    padding: 0 0.25em;
    position: absolute;
    top: 5px;
}

.jquery-notific8-close-sticky {
    cursor: pointer;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 5.5625em;
}

.jquery-notific8-close-sticky span {
    display: inline-block;
    font-size: 0.625em;
    padding: 5px 0;
}

.right .jquery-notific8-notification {
    clear: right;
    float: right;
    padding-right: 2.0625em;
}

.right .jquery-notific8-close {
    right: 7px;
}

.left .jquery-notific8-close {
    right: 7px;
}

.right .jquery-notific8-close-sticky {
    right: -5px;
    top: -5px;
}

.left .jquery-notific8-notification {
    clear: left;
    float: left;
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

.left .jquery-notific8-notification.in {
    opacity: 1;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.left .jquery-notific8-close-sticky {
    right: -5px;
    top: -5px;
}

.top .jquery-notific8-notification {
    margin-top: 0.625em;
}

.bottom .jquery-notific8-notification {
    margin-bottom: 0.625em;
}

.jquery-notific8-notification {
    background-color: #F7F4D0;
}

.jquery-notific8-notification.default {
    color: #FFF;
}

/*
00 -  tabdrop
------------------------------------------------------------*/
.tabdrop {
    position: relative;
}

.tabdrop .badge {
    background-color: #F37864;
    font-weight: 300;
    height: 19px;
    line-height: 19px;
    min-width: 19px;
    padding: 0 6px;
    position: absolute;
    right: -8px;
    right: -10px;
    text-align: center;
    top: 4px;
    top: -8px;
    z-index: 2;
}

/******************************* main menu **************************/
nav#menu.mm-menu {
    display: block !important;
}

/*
00 -iOS color switch
------------------------------------------------------------*/
.dark .ios-switch .has-switch:before, .dark .ios-switch .has-switch:after {
    background-color: #3c4250;
}

.ios-switch.primary .has-switch.checked:before {
    background-color: #0090d9;
}

.ios-switch.success .has-switch.checked:before {
    background-color: #2ecc71;
}

.ios-switch.warning .has-switch.checked:before {
    background-color: #ffcc33;
}

.ios-switch.danger .has-switch.checked:before {
    background-color: #d9534f;
}

.ios-switch.info .has-switch.checked:before {
    background-color: #b5d1d8;
}

.ios-switch.white .has-switch.checked:before {
    background-color: white;
}

.ios-switch.inverse .has-switch.checked:before {
    background-color: #62707d;
}

.ios-switch.theme .has-switch.checked:before {
    background-color: #f35958;
}

.ios-switch.theme-inverse .has-switch.checked:before {
    background-color: #0aa699;
}

.ios-switch.palevioletred .has-switch.checked:before {
    background-color: #372b32;
}

.ios-switch.green .has-switch.checked:before {
    background-color: #99cc00;
}

.ios-switch.lightseagreen .has-switch.checked:before {
    background-color: #3db9af;
}

.ios-switch.purple .has-switch.checked:before {
    background-color: #736086;
}

.ios-switch.darkorange .has-switch.checked:before {
    background-color: #f9ba46;
}

.ios-switch.pink .has-switch.checked:before {
    background-color: #d13a7a;
}

/*
00 - Nestable
----------------------*/
.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dd-list .dd-list {
    padding-left: 30px;
}

.dd-collapsed .dd-list {
    display: none;
}

.dd-item, .dd-empty, .dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
}

.dd-handle {
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
    border: 1px solid #ededed;
    background: #fafafa;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.dd-handle:hover {
    color: #2ea8e5;
    background: #fff;
}

.dd-item > button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}

.dd-item > button:before {
    content: '+';
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0;
}

.dd-item > button[data-action="collapse"]:before {
    content: '-';
}

.dd-placeholder {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

.dd-dragel > .dd-item .dd-handle {
    margin-top: 0;
}

.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}

.nestable-lists {
    display: block;
    clear: both;
    padding: 30px 0;
    width: 100%;
    border: 0;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

#nestable-menu {
    padding: 0;
    margin: 20px 0;
}

#nestable-output, #nestable2-output {
    width: 100%;
    height: 7em;
    font-size: 0.75em;
    line-height: 1.333333em;
    font-family: Consolas, monospace;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#nestable2 .dd-handle {
    color: #fff;
    border: 1px solid #999;
    background: #bbb;
}

#nestable2 .dd-handle:hover {
    background: #bbb;
}

#nestable2 .dd-item > button:before {
    color: #fff;
}

.dd-hover > .dd-handle {
    background: #2ea8e5 !important;
}

/*
00 - Mobile device fixed
----------------------*/
.isMobile #main.none {
    -webkit-transition: none;
    transition: none;
}

.isMobile #nav-scroll, .isMobile #mailbox #nav-scroll, #mailbox .isMobile #nav-scroll {
    width: 250px;
}

.isMobile #mailbox #nav-scroll {
    width: 300px !important;
}

.isMobile .widget-chat .chat-body {
    margin-right: 0;
}

.isMobile #main::-webkit-scrollbar, .isMobile #nav-scroll::-webkit-scrollbar, .isMobile #mailbox #nav-scroll::-webkit-scrollbar, #mailbox .isMobile #nav-scroll::-webkit-scrollbar,
.isMobile #mailbox #nav-scroll::-webkit-scrollbar,
.isMobile .mm-menu > .mm-panel::-webkit-scrollbar,
.isMobile .ms-list::-webkit-scrollbar {
    background: transparent;
}

.isMobile #main::-webkit-scrollbar-thumb, .isMobile #nav-scroll::-webkit-scrollbar-thumb, .isMobile #mailbox #nav-scroll::-webkit-scrollbar-thumb, #mailbox .isMobile #nav-scroll::-webkit-scrollbar-thumb,
.isMobile #mailbox #nav-scroll::-webkit-scrollbar-thumb,
.isMobile .mm-menu > .mm-panel::-webkit-scrollbar-thumb,
.isMobile .ms-list::-webkit-scrollbar-thumb {
    background: transparent;
}

.isMobile #nav-scroll::-webkit-scrollbar, .isMobile #mailbox #nav-scroll::-webkit-scrollbar, #mailbox .isMobile #nav-scroll::-webkit-scrollbar,
.isMobile #mailbox #nav-scroll::-webkit-scrollbar,
.isMobile .mm-menu > .mm-panel::-webkit-scrollbar {
    width: auto;
}

@media all and (max-width: 1199px) {
    #main {
        margin-left: 0px;
        top: 0;
    }

    .nav-main-xs {
        left: 0;
    }

    .navbar-right {
        float: right;
    }

    .navbar-right .dropdown a em {
        display: none;
        font-style: normal !important;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-nav > li {
        float: left;
    }

    .navbar-nav > li > a {
        padding-bottom: 15px;
        padding-top: 15px;
    }

    #header .logo-area a.logo {
        width: 100%;
    }

    .modal-crop .col-md-8, .modal-crop .col-md-4 {
        padding: 0px;
    }

    .profile-cover {
        margin-right: 0;
        position: relative;
        text-align: center;
    }

    .profile-status {
        margin-top: 15px;
        position: relative;
    }

    .profile-avatar {
        left: 0;
        right: 0;
    }

    #content.after-mail-box {
        margin-left: 0px;
    }

    #main.in #content.after-mail-box {
        overflow: hidden;
    }

    #mailbox {
        margin-left: 0;
        z-index: 100;
        -webkit-transform: translate3d(-300px, 0, 0);
        -moz-transform: translate3d(-300px, 0, 0);
        -ms-transform: translate3d(-300px, 0, 0);
        -o-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0);
    }

    #main.in #content.after-mail-box:after {
        opacity: 1;
        visibility: visible;
    }

    #main.in #mailbox {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    #main.in .mail-collapse {
        z-index: 100;
    }

    .widget-timeline li {
        margin-bottom: 45px;
    }

    .widget-timeline li.left section, .widget-timeline li.right section {
        margin: auto;
    }

    .widget-timeline li.left, .widget-timeline li.right {
        clear: all;
        float: none;
        width: 100%;
    }

    .widget-timeline li.left:before {
        border-bottom: 10px solid;
        border-bottom-color: inherit;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        left: 50%;
        margin-left: -10px;
        right: auto;
        top: -20px;
    }

    .widget-timeline li.right:before {
        border-bottom: 10px solid;
        border-bottom-color: inherit;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        left: 50%;
        margin-left: -10px;
        right: auto;
        top: -20px;
    }

    .widget-timeline li.right + li.left:before {
        top: -20px;
    }

    .widget-timeline li.left + li.right:before {
        top: -20px;
    }

    .widget-timeline li.left:after {
        left: 50%;
        margin-left: -6px;
        right: auto;
        top: -30px;
    }

    .widget-timeline li.right:after {
        left: 50%;
        margin-left: -6px;
        right: auto;
        top: -30px;
    }

    .widget-timeline li.right + li.left:after {
        top: -30px;
    }

    .widget-timeline li.left + li.right:after {
        top: -30px;
    }
}

@media (max-width: 1199px) {
    #main {
        margin-left: 0px;
    }

    #header {
        border: none;
        height: auto;
        position: relative;
    }

    #header .logo-area {
        float: none;
        height: 55px;
        position: absolute;
        width: 100%;
    }

    #header a.logo {
        width: 250px;
    }

    #header .tools-bar {
        border: none;
        margin-left: 0;
        position: relative;
        z-index: 20;
    }

    #header ul.nav li a, #header .tools-bar a.icon-toolsbar {
        color: #FFF;
    }

    #header ul.nav li a:hover {
        color: #eeeeee !important;
    }

    #header ul.dropdown-menu li a:hover {
        color: #a1a1a1 !important;
    }

    #header ul.nav li a.h-seperate:before {
        border-left: 1px solid #009E7D;
    }

    #header ul li.h-seperate {
        border-color: #191c21 !important;
    }

    body.leftMenu .toggle-menu {
        display: block;
    }

    body.leftMenu .logo-area {
        display: block !important;
        background-color: #101215;
        border-bottom: 5px #262a33 solid;
    }

    body.leftMenu .logo-area .logo {
        background-image: none;
    }

    body.leftMenu #wrapper {
        margin-left: 50px;
    }

    .navbar-nav {
        display: inline-block;
    }

    .isMobile #main.none {
        -webkit-transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
    }

    #nav {
        opacity: 0;
    }

    #nav.nav-collapse-out {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    #main.nav-collapse-out {
        right: 0px;
        -webkit-transform: translate3d(250px, 0, 0);
        -moz-transform: translate3d(250px, 0, 0);
        -ms-transform: translate3d(250px, 0, 0);
        -o-transform: translate3d(250px, 0, 0);
        transform: translate3d(250px, 0, 0);
    }

    #content {
        padding: 15px 15px 30px;
    }
}

@media (max-width: 979px) {
    .modal-open.page-overflow .page-container .navbar-fixed-top, .modal-open.page-overflow .page-container .navbar-fixed-bottom {
        overflow-y: visible;
    }

    .modal {
        bottom: auto;
        height: auto !important;
        left: 1%;
        margin: 0 !important;
        padding: 0 !important;
        right: 1%;
        top: 1%;
        width: auto !important;
    }

    .modal.container, .modal.modal-overflow {
        bottom: auto;
        height: auto !important;
        left: 1%;
        margin: 0 !important;
        padding: 0 !important;
        right: 1%;
        top: 1%;
        width: auto !important;
    }

    .modal.fade.in, .modal.container.fade.in, .modal.modal-overflow.fade.in {
        bottom: auto;
        top: 1%;
    }

    .modal-body, .modal-overflow .modal-body {
        height: auto !important;
        margin: 0;
        max-height: none !important;
        overflow: visible !important;
        position: static;
    }

    .modal-footer, .modal-overflow .modal-footer {
        position: static;
    }
}

@media (min-width: 1200px) {
    .modal.container {
        margin-left: -585px;
        width: 1170px;
    }
}

@media all and (max-width: 550px) {
    body.leftMenu #wrapper {
        margin-left: 0 !important;
    }

    #wrapper {
        margin-left: 0px;
    }

    body.leftMenu.nav-collapse .toggle-menu {
        display: none;
    }

    #header .logo-area a.logo {
        background-size: 90px 23px;
        width: 190px;
    }

    #header .tools-bar a.icon-toolsbar {
        padding: 0 15px;
    }
}

.site-logo {
    display: block;
    position: relative;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dppx) {
    .site-logo {
        /* background: url(https://sistemawww.juegosbolivarianos2017.com/V_5/css/sistema/img/logo_2x.png) no-repeat center center;*/
        background-size: 75px 75px;
    }

    .site-logo {
        /*background: url(https://sistemawww.juegosbolivarianos2017.com/V_5/css/sistema/img/logo_2x.png) no-repeat center center;*/
        background-size: 75px 75px;
    }
}

.logo-hercules-body {
    height: 35px;
    position: absolute;
    top: 0;
    width: 100%;
}

.atlwdg-trigger {
    display: none; /** para que no se vea flash */
}

.mm-page,
.mm-fixed-top,
.mm-fixed-bottom,
.mm-menu.mm-horizontal > .mm-panel {
    -webkit-transition: none 0.5s ease !important;
    -moz-transition: none 0.5s ease !important;
    -ms-transition: none 0.5s ease !important;
    -o-transition: none 0.5s ease !important;
    transition: none 0.5s ease !important;
    -webkit-transition-property: top, right, bottom, left, border !important;
    -moz-transition-property: top, right, bottom, left, border !important;
    -ms-transition-property: top, right, bottom, left, border !important;
    -o-transition-property: top, right, bottom, left, border !important;
    transition-property: top, right, bottom, left, border !important;
}

#menu {
    height: auto;
}

.cursor-vinculo {
    cursor: pointer;
}

/***************************
** Lockscreen
******************************/
body.lockscreen #wrapper, body.lockscreen nav.mm-menu {
    filter: blur(3px) grayscake(0.7);
    -webkit-filter: blur(3px) grayscale(0.7);
    -moz-filter: blur(3px) grayscale(0.7);
    -o-filter: blur(3px) grayscale(0.7);
    -ms-filter: blur(3px) grayscale(0.7);

}

div.lockscreen .modal-content {
    background-color: #e5e9ec
}

div.account-avatar {
    border: solid 5px transparent;
    border-top-color: #0aa699;
    border-left-color: #0aa699;
    border-radius: 50%;
    width: 106px;
    height: 106px;
    -webkit-animation: locking-bar-spinner 800ms linear infinite;
    -moz-animation: locking-bar-spinner 800ms linear infinite;
    -ms-animation: locking-bar-spinner 800ms linear infinite;
    -o-animation: locking-bar-spinner 800ms linear infinite;
    animation: locking-bar-spinner 800ms linear infinite;

    float: left;
    position: absolute;
    left: 50%;
    margin-left: -53px;
    margin-top: -5px;
}

@-webkit-keyframes locking-bar-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes locking-bar-spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes locking-bar-spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes locking-bar-spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes locking-bar-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media (max-width: 1200px) {
    footer#site-footer {
        height: 35px;
    }

    footer#site-footer #copyright {
        line-height: normal;
    }
}

/** ------------------------ loading bar angular **------*/
#loading-bar .bar, #loading-bar .peg {
    height: 5px !important;
}

#loading-bar-spinner .spinner-icon {
    width: 25px;
    height: 25px;
}

/** estas reglas deberian tenere un padre */
.contenido div .panel .panel {
    border: thin solid #ededed;
}

.panel-lista-clases div.panel-body .panel-body {
    padding: 6px 10px;
}

/*fin reglas que deberian tener padre */

/*reglas para el proceso de inscripcion */

ol.rounded-list li a.actual {
    background-color: #ffcc33;
    color: #6f7b8a;
}

ol.rounded-list li a.pasado {
    background-color: lightgreen;
    color: #6f7b8a;
}

ol.rounded-list li a {
    font-weight: 400;
}

ul.seleccion-deportes li {
    display: inline-block;
    margin-bottom: 10px;
}

ul.seleccion-deportes li a {
    display: block;
    color: #6f7b8a;
    font-weight: 400;
    background-color: #f8f8f8;
}

ul.seleccion-deportes li a img {
    border-radius: 50%;
    width: 45px;
    padding: 10px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

ul.seleccion-deportes li a:hover img {
    width: 45px;
    padding: 5px;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}

ul.seleccion-deportes li a:hover,
div.seleccion-rama a:hover {
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, .05);
}

ul.seleccion-deportes li a.active {
    background-color: #ffcc33;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, .05);
}

div.seleccion-rama a {
    display: block;
    text-align: center;
    color: #6f7b8a;
    font-weight: 400;
    background-color: #F8F8F8;
    margin-bottom: 10px;
    padding: 10px 0;
}

div.seleccion-rama .iconos {
    display: block;
}

div.seleccion-rama i {
    font-size: 30px;
}

div.seleccion-rama .femenino {
    color: #f35958;
}

div.seleccion-rama .masculino {
    color: #0aa699
}

.seleccione-prueba .ms-container {
    width: inherit;
}

div.selector-pruebas div.titulo-pruebas {
    text-align: center;
    padding: 0;
    background-color: #f8f8f8;
    width: 45%;
    font-weight: 400;
    display: inline-block;
    line-height: 30px;
}

div.selector-pruebas div.titulo-pruebas.dos {
    margin-left: 10%;
}

ol.rounded-list .inactivo a:before {
    background: #f35958 !important;
}

ol.rounded-list li a.inactivo {
    opacity: 0.4;
}

ol.rounded-list li a.iniciar:before {
    background: green;
    color: #FFF;
    font-family: FontAwesome;
    content: '\f021';
    counter-increment: li-1;

}

.col-lg-8 section.panel {
    margin-top: 22px;
}

.nuevo-breadcrumb .horizontal li {
    float: left;
}

/*
 Esto se tuvo que agregar para que se muestre la pestaña en la
 lista de pruebas del formulario de inscripción
*/
.fieldset-pruebas {
    width: 100% !important;
}

ul.lista.equipos li {
    min-height: 110px;
}

ul.lista.equipos li div.ico img {
    max-width: 150px;
}

/* fin de reglas para el proceso de inscripcion*/

/*** ajustes breadcrumb */

div.breadcrumb.sistema {
    padding: 0;
}

/** reglas para posicioes */

.select-sport ul li {
    display: inline-block;
    width: 30%;
    background-color: rgba(0, 0, 0, 0.03);
    margin-right: 1%;
    margin-bottom: 10px;
    border-radius: 5px;
}

.select-sport ul li .ico img {
    width: 40px;
}

.ico {
    float: left;
    margin-right: 5px;
}

.select-sport a {
    display: block;
    line-height: 40px;
    color: #333;
}

.select-sport a:hover {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.select-sport a {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}

/**
 Reglas para ficha CAPLET en inscripcion individuales */

ul.lista-inscritos {
    padding-left: 20px;
}

.lista-inscritos li {
    padding: 0;
    list-style-type: square;
    text-decoration: underline;
}

.panel.generales {
    overflow: hidden;
    display: flex;
}

.generales .detalle {
    padding: 20px;
    background-color: #0aa699;
    text-align: center;
    align-items: stretch;
}

.detalle .avatar-chart {
    left: 0;
    width: 150px;
    height: 150px;
    margin-left: 0;
}

.detalle .avatar-chart img {
    width: 128px;
}

.detalle label {
    color: #fff;
    text-align: right;
}

.detalle label.progress-label {
    margin: 0;
    top: 0;
    display: block;
}

.detalle .tit-afiliacion {
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
    text-align: right;
}

.generales .datos {
    overflow: hidden;
}

.generales .datos span {
    display: block;
    font-weight: bold;
    font-size: 16px;
}

.generales .datos div {
    margin: 5px 0;
    overflow: hidden;
}

.generales .datos h4 {
    font-weight: bold;
    border-bottom: 1px solid #e1e1e1;
    margin-top: 20px;
    padding: 10px 14px;
}

.detalle .avatar-chart .percent {
    background-color: #e1e1e1;
    color: #000 !important;
}

.detalle .percent:before {
    border-right-color: #e1e1e1;
}

.generales .datos a[data-toggle="collapse"] {
    padding: 0;
}

.generales .form-control {
    border-radius: 0;
    background-color: #10c0b1;
    border: 0;
    color: #fff;
}

.generales hr {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/*Estilos barra progreso*/

.progress-shine span {
    position: absolute;
}

.progress-shine .progress-bar::after {
    background: #fff;
    bottom: 0;
    content: '';
    left: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-animation: animate-shine 2s ease-out infinite;
    -moz-animation: animate-shine 2s ease-out infinite;
    animation: animate-shine 2s ease-out infinite;
}

.ng-dirty .ng-invalid {
    border: 1px solid red;
}

span.sub {
    position: absolute;
    right: 41px;
    color: darkgoldenrod;
}

/***************************************************
* Fix para marcas de tiempo en inscripcion individual de EXTJS 3.4
***************************************************************/
#formularioInscripcion #pruebasIndividualesFields .x-box-item {
    position: relative !important;
    float: left !important;
}

#formularioInscripcion #pruebasIndividualesFields .x-box-inner div {
    max-width: 30px !important;
    left: auto !important;
}

#formularioInscripcion #pruebasIndividualesFields .x-form-item input {
    left: auto !important;
    float: left !important;
    position: relative !important;
}

/** FIN DE FIX *****/

#pruebasIndividualesFields .x-tool.x-tool-toggle {
    float: left;
    margin-left: 2px;
    margin-right: 4px;
}

.icheckbox_line-aero.checked, .iradio_line-aero.checked {
    background: #9cc2cb;
}

.icheckbox_line-aero, .iradio_line-aero {
    position: relative;
    display: block;
    margin: 0;
    padding: 5px 15px 5px 38px;
    font-size: 13px;
    line-height: 17px;
    color: #fff;
    background: #9cc2cb;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

/*  bhoechie tab */
div.bhoechie-tab-container{
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    background-clip: padding-box;

}
div.bhoechie-tab-menu{
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
    margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
    margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
    color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
    color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #428bca;
}

div.bhoechie-tab-content{
    background-color: #ffffff;
    padding: 20px 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
    display: none;
}


/** Estilos para ng-table en moviles */
/** versión con texto al frente */
@media only screen and (max-width: 800px) {
    .ng-table-responsive td:before {
        position: relative !important;
        padding: 0 !important;
        margin-right: 10px;
    }
}

/** versión con texto encima, deshabilitada *
@media only screen and (max-width: 800px){
    .ng-table-responsive td:before {
        position: relative !important;
        display: block;
        padding: 0 !important;}}
        */