/* BOOTSTRAP STARTER THEME CSS
------------------------------------------------------------ */
/* Author:*/
/* Fonts
------------------------------------------------------------ */
@import url(../css/font-awesome.min.css);
@import url(../css/custom-icons.css);
@import url(../css/font_css.css);


@media screen {
  #printSection {
      display: none;
  }
}

@media print {
    html, body {
      height:100vh; 
      margin: 0 !important; 
      padding: 0 !important;
      overflow: hidden;
    }

  body * {
    visibility:hidden;
  }

  #printSection, #printSection * {
    visibility:visible;
  }

  #printSection {
    position:absolute;
    left:0;
    top:0;
  }
}



/* Preloader
------------------------------------------------------------ */
div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fffdf5;
    text-align: center;
}

.bordeRedondo {
    border-radius: 24px 24px 24px 24px;
    -moz-border-radius: 24px 24px 24px 24px;
    -webkit-border-radius: 24px 24px 24px 24px;
    border: 0px solid #000000;
    background-color: #e3e3e3;
    width: 370px;
    height: 475px;
}

.cssload-container {
    width: 100%;
    height: 49px;
    text-align: center;
    margin-top: 25%;
}

.cssload-double-torus {
    width: 49px;
    height: 49px;
    margin: 0 auto;
    border: 2px solid;
    border-radius: 50%;
    border-color: transparent rgba(0, 31, 95, 0.9) rgba(186, 210, 0, 0.9);
    animation: cssload-spin 690ms infinite linear;
    -o-animation: cssload-spin 690ms infinite linear;
    -ms-animation: cssload-spin 690ms infinite linear;
    -webkit-animation: cssload-spin 690ms infinite linear;
    -moz-animation: cssload-spin 690ms infinite linear;
}

.accordion {
    margin-bottom: 20px;
}

.accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.accordion-heading {
    border-bottom: 0;
}

    .accordion-heading .accordion-toggle {
        display: block;
        padding: 8px 15px;
    }

.accordion-toggle {
    cursor: pointer;
}

.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5;
}

@keyframes cssload-spin {
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes cssload-spin {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes cssload-spin {
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes cssload-spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* Helpers
------------------------------------------------------------ */
/*MARGIN / PADDING 0*/
.m0 {
    margin: 0;
}

.p0 {
    padding: 0;
}

/*TAMANHOS*/
.s20 {
    width: 20px;
}

.s40 {
    width: 40px;
}

.s60 {
    width: 60px;
}

.s80 {
    width: 80px;
}

.s100 {
    width: 100px;
}

.s120 {
    width: 120px;
}

.s140 {
    width: 140px;
}

.s160 {
    width: 160px;
}

.s180 {
    width: 180px;
}

.s200 {
    width: 200px;
}

.s220 {
    width: 220px;
}

.s240 {
    width: 240px;
}

.s260 {
    width: 260px;
}

.s280 {
    width: 280px;
}

.s300 {
    width: 300px;
}

.s320 {
    width: 320px;
}

.s340 {
    width: 340px;
}

.s360 {
    width: 360px;
}

.s380 {
    width: 380px;
}

.s400 {
    width: 400px;
}

.s420 {
    width: 420px;
}

.s440 {
    width: 440px;
}

.s460 {
    width: 460px;
}

.s480 {
    width: 480px;
}

.s500 {
    width: 500px;
}

.s520 {
    width: 520px;
}

.s540 {
    width: 540px;
}

.s560 {
    width: 560px;
}

.s580 {
    width: 580px;
}

.s600 {
    width: 600px;
}

.s620 {
    width: 620px;
}

.s640 {
    width: 640px;
}

.s660 {
    width: 660px;
}

.s680 {
    width: 680px;
}

.s700 {
    width: 700px;
}

.s720 {
    width: 720px;
}

.s740 {
    width: 740px;
}

.s760 {
    width: 760px;
}

.s780 {
    width: 780px;
}

.s800 {
    width: 800px;
}

.s820 {
    width: 820px;
}

.s840 {
    width: 840px;
}

.s860 {
    width: 860px;
}

.s880 {
    width: 880px;
}

.s900 {
    width: 900px;
}

.s920 {
    width: 920px;
}

.s940 {
    width: 940px;
}

.s960 {
    width: 960px;
}

/*MARGIN*/
.m5 {
    margin: 5px;
}

.m10 {
    margin: 10px;
}

.m15 {
    margin: 15px;
}

.m20 {
    margin: 20px;
}

.m25 {
    margin: 25px;
}

.m30 {
    margin: 30px;
}

.m35 {
    margin: 35px;
}

.m40 {
    margin: 40px;
}

.m45 {
    margin: 45px;
}

.m50 {
    margin: 50px;
}

/*MARGIN LEFT*/
.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.ml40 {
    margin-left: 40px;
}

.ml50 {
    margin-left: 50px;
}

.ml60 {
    margin-left: 60px;
}

.ml70 {
    margin-left: 70px;
}

.ml80 {
    margin-left: 80px;
}

.ml90 {
    margin-left: 90px;
}

.ml100 {
    margin-left: 100px;
}

.ml110 {
    margin-left: 110px;
}

.ml120 {
    margin-left: 120px;
}

.ml130 {
    margin-left: 130px;
}

.ml140 {
    margin-left: 140px;
}

.ml150 {
    margin-left: 150px;
}

.ml160 {
    margin-left: 160px;
}

.ml170 {
    margin-left: 170px;
}

.ml180 {
    margin-left: 180px;
}

.ml190 {
    margin-left: 190px;
}

.ml200 {
    margin-left: 200px;
}

/*MARGIN RIGHT*/
.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}

.mr50 {
    margin-right: 50px;
}

.mr60 {
    margin-right: 60px;
}

.mr70 {
    margin-right: 70px;
}

.mr80 {
    margin-right: 80px;
}

.mr90 {
    margin-right: 90px;
}

.mr100 {
    margin-right: 100px;
}

.mr110 {
    margin-right: 110px;
}

.mr120 {
    margin-right: 120px;
}

.mr130 {
    margin-right: 130px;
}

.mr140 {
    margin-right: 140px;
}

.mr150 {
    margin-right: 150px;
}

.mr160 {
    margin-right: 160px;
}

.mr170 {
    margin-right: 170px;
}

.mr180 {
    margin-right: 180px;
}

.mr190 {
    margin-right: 190px;
}

.mr200 {
    margin-right: 200px;
}

/*MARGIN TOP */
.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mt100 {
    margin-top: 100px;
}

.mt110 {
    margin-top: 110px;
}

.mt120 {
    margin-top: 120px;
}

.mt130 {
    margin-top: 130px;
}

.mt140 {
    margin-top: 140px;
}

.mt150 {
    margin-top: 150px;
}

.mt160 {
    margin-top: 160px;
}

.mt170 {
    margin-top: 170px;
}

.mt180 {
    margin-top: 180px;
}

.mt190 {
    margin-top: 190px;
}

.mt200 {
    margin-top: 200px;
}

/*MARGIN BOTTOM */
.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb100 {
    margin-bottom: 100px;
}

.mb110 {
    margin-bottom: 110px;
}

.mb120 {
    margin-bottom: 120px;
}

.mb130 {
    margin-bottom: 130px;
}

.mb140 {
    margin-bottom: 140px;
}

.mb150 {
    margin-bottom: 150px;
}

.mb160 {
    margin-bottom: 160px;
}

.mb170 {
    margin-bottom: 170px;
}

.mb180 {
    margin-bottom: 180px;
}

.mb190 {
    margin-bottom: 190px;
}

.mb200 {
    margin-bottom: 200px;
}

/*PADDING*/
.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px;
}

.p25 {
    padding: 25px;
}

.p30 {
    padding: 30px;
}

.p35 {
    padding: 35px;
}

.p40 {
    padding: 40px;
}

.p45 {
    padding: 45px;
}

.p50 {
    padding: 50px;
}

.p100 {
    padding: 100px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pl30 {
    padding-left: 30px;
}

.pl40 {
    padding-left: 40px;
}

.pl50 {
    padding-left: 50px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pr30 {
    padding-right: 30px;
}

.pr40 {
    padding-right: 40px;
}

.pr50 {
    padding-right: 50px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

/* General
------------------------------------------------------------ */
html,
body {
    height: 100%;
}

body {
    color: #444;
    background-color: #EEE;
    font-family: Arial, Helvetica, sans-serif; /*"Roboto", sans-serif;*/
    font-size: 14px;
    line-height: 1.6; /*1.42857143;*/
}

a {
    transition-duration: 0.3s;
    transition-timing-function: linear;
}

    a:link, a:visited {
        color: #444;
        text-decoration: underline;
    }

    a:hover, a:focus, a:active {
        color: #000;
        outline: none;
    }

.color1 {
    color: #001F5F;
}

.color2 {
    color: #BAD200;
}

.color3 {
    color: #FF4D4D;
}

.text-danger {
    color: #FF4D4D;
}

.text-green {
    color: #059407;
}

.text-blue {
    color: #161292;
}

.text-white {
    color: #ffffffd4;
}

.text-azul {
    color: #001f5f;
}

.btn {
    font-weight: 700;
}

.btn {
    text-decoration: none !important;
}

.btn-default {
    background-color: #CCC;
    border-color: #DDD;
    color: #001F5F !important;
}
.btn-select {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn-agenda {
    background-color: #f6f6f6;
    border-color: #DDD;
    color: #001f5f !important;
}

    .btn-agenda:focus, .btn-agenda:hover {
        background-color: #e0dddd !important;
        border-color: #DDD;
        color: #333333;
    }

.btn-default:focus, .btn-default:hover {
    background-color: #c9c9c9 !important;
    border-color: #DDD;
    color: #001F5F;
}

.btn-default.active, .btn-default:active {
    background-color: #ebebeb !important;
    border-color: #EEE;
    color: #001F5F;
}

.btn-default.disabled {
    background-color: #666;
    background-image: none;
}

.btn-default[disabled] {
    background-color: #666;
    background-image: none;
}

.btn-default fieldset[disabled] .btn-defaul2 {
    background-color: #666;
    border-color: #666;
}

.btn-primary2 {
    background-color: rgb(255, 255, 255);
    border-color: #bad200;
    color: #8a8282 !important;
}

    .btn-primary2:focus, .btn-primary:hover {
        background-color: #bad200 !important;
        border-color: #e5e5e5;
        color: #001f5f !important;
    }

    .btn-primary2.active, .btn-primary:active {
        background-color: #bad200 !important;
        border-color: #e5e5e5;
        color: #001f5f !important;
    }

    .btn-primary2.disabled {
        background-color: #bad200;
        background-image: none;
    }

    .btn-primary2[disabled] {
        background-color: #bad200;
        background-image: none;
    }

        .btn-primary2[disabled]:focus, .btn-primary2[disabled]:hover {
            background-color: #bad200 !important;
            border-color: #e5e5e5;
        }

    .btn-primary2 fieldset[disabled] .btn-primary2 {
        background-color: #bad200;
        border-color: #e5e5e5;
    }

.btn-primary {
    background-color: #BAD200;
    border-color: #BAD200;
    color: #001F5F !important;
}

    .btn-primary:focus, .btn-primary:hover {
        background-color: #BAD200 !important;
        border-color: #BAD200;
    }

    .btn-primary.active, .btn-primary:active {
        background-color: #BAD200 !important;
        border-color: #BAD200;
    }

    .btn-primary.disabled {
        background-color: #BAD200;
        background-image: none;
    }

    .btn-primary[disabled] {
        background-color: #BAD200;
        background-image: none;
    }

        .btn-primary[disabled]:focus, .btn-primary[disabled]:hover {
            background-color: #BAD200 !important;
            border-color: #BAD200;
        }

    .btn-primary fieldset[disabled] .btn-primary {
        background-color: #BAD200;
        border-color: #BAD200;
    }


.btn-primary {
    background-color: #BAD200;
    border-color: #BAD200;
    color: #001F5F !important;
}

    .btn-primary:focus, .btn-primary:hover {
        background-color: #a3b900 !important;
        border-color: #BAD200;
    }

    .btn-primary.active, .btn-primary:active {
        background-color: #BAD200 !important;
        border-color: #BAD200;
    }

    .btn-primary.disabled {
        background-color: #666;
        background-image: none;
    }

    .btn-primary[disabled] {
        background-color: #bad200;
        background-image: none;
    }

    .btn-primary fieldset[disabled] .btn-primary {
        background-color: #666;
        border-color: #666;
    }

.btn-secondary {
    background-color: #001F5F;
    border-color: #001F5F;
    color: #FFF !important;
}

    .btn-secondary:focus, .btn-secondary:hover {
        background-color: #001746 !important;
        border-color: #001F5F;
    }

    .btn-secondary.active, .btn-secondary:active {
        background-color: #001F5F !important;
        border-color: #001F5F;
    }

    .btn-secondary.disabled {
        background-color: #666;
        background-image: none;
    }

    .btn-secondary[disabled] {
        background-color: #666;
        background-image: none;
    }

    .btn-secondary fieldset[disabled] .btn-primary {
        background-color: #666;
        border-color: #666;
    }

.btn-success {
    color: #FFF !important;
}

.alert-success {
    background-color: #BAD200;
    border-color: #a3b900;
    color: #001F5F;
}

.alert-conti {
    background-color: #E8E9EF;
    border: none;
    border-radius: 0;
    color: #001F5F;
}
/* Navbar
------------------------------------------------------------ */
.navbar {
    margin: 0;
    min-height: 80px;
    color: #FFF;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.3);
}

    .navbar .navbar-brand {
        font-weight: 600;
        font-size: 20px;
        color: #BAD200;
        height: 76px;
        padding: 24px 15px;
    }

    .navbar a {
        color: rgba(255,255,255,.65);
        text-decoration: none;
    }

    .navbar .navbar-nav > li > a {
        color: rgba(255,255,255,.65);
        font-size: 16px;
    }

        .navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus, .navbar .navbar-nav > li > a:active {
            color: transparent;
        }

    .navbar.navbar-inverse {
        background-color: #001F5F;
    }

    .navbar .badge.new {
        background-color: #FF4D4D;
    }

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding: 30px 20px;
    }

        .navbar-nav > li > a:hover, .navbar-nav > li > a.active, .navbar-nav > li > a:active, .navbar-nav > li > a:focus {
            background-color: transparent !important;
            color: #ffffff !important;
        }

    .navbar ul.nav li.dropdown > ul.dropdown-menu {
        visibility: hidden;
        display: block;
        opacity: 0;
        -webkit-transition: opacity 0.25s ease-in-out;
        -moz-transition: opacity 0.25s ease-in-out;
        -ms-transition: opacity 0.25s ease-in-out;
        -o-transition: opacity 0.25s ease-in-out;
        transition: opacity 0.25s ease-in-out;
        background-color: #ffffff !important;
        color: #001F5F !important;
    }

        .navbar ul.nav li.dropdown > ul.dropdown-menu a:link, .navbar ul.nav li.dropdown > ul.dropdown-menu a:visited {
            color: #000;
        }

        .navbar ul.nav li.dropdown > ul.dropdown-menu a:hover, .navbar ul.nav li.dropdown > ul.dropdown-menu a:active {
            background-color: #ebebeb;
            color: #003092;
        }

        .navbar ul.nav li.dropdown > ul.dropdown-menu .dropdown-header {
            color: #768500;
        }

        .navbar ul.nav li.dropdown > ul.dropdown-menu .divider {
            background-color: #b1c800;
        }

    .navbar ul.nav li.dropdown:hover > ul.dropdown-menu {
        visibility: visible;
        display: block;
        filter: none;
        opacity: 1;
    }
}
/* adjust body when menu is open */
#total.slide-active {
    overflow-x: hidden;
}

/*first child of #page-content so it doesn't shift around*/
.no-margin-top {
    margin-top: 0px !important;
}

/*wrap the entire page content but not nav inside this div if not a fixed top, don't add any top padding */
#page-content {
    position: relative;
    padding-top: 100px;
    left: 0;
}

    #page-content.slide-active {
        padding-top: 20px;
    }

/* put toggle bars on the left :: not using button */
#slide-nav .navbar-toggle {
    cursor: pointer;
    position: relative;
    line-height: 0;
    float: left;
    margin: 0;
    width: 30px;
    height: 40px;
    padding: 25px 0 0 0;
    border: 0;
    background: transparent;
}

    #slide-nav .navbar-toggle > .icon-bar {
        width: 100%;
        display: block;
        height: 3px;
        margin: 5px 0 0 0;
    }

    #slide-nav .navbar-toggle.slide-active .icon-bar {
        background: #BAD200;
    }

/* icon bar prettyup - optional */
.navbar-header,
.navbar.navbar-fixed-top.slide-active {
    position: relative;
}

.navbar-user {
    margin: 7px 0;
    width: 26%;
}

    .navbar-user h4 {
        font-size: 16px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .navbar-user a {
        color: rgba(255,255,255,.65);
    }

    .navbar-user .btonito {
        position: relative;
    }

        .navbar-user .btonito span {
            margin-top: 10px;
            padding: 10px 5px;
        }

        .navbar-user .btonito.balert .badge {
            margin: 0;
            padding: 3px 7px;
            position: absolute;
            right: -7px;
            top: -7px;
            z-index: 2;
            background-color: #BAD200;
            color: #001F5F;
        }

    .navbar-user .dropdown-menu li .fa {
        width: 18px;
    }

    .navbar-user .datos_login {
        font-size: 10px;
    }

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }

/* un fix the navbar when active so that all the menu items are accessible */
/* screw writing importants and shit, just stick it in max width since these classes are not shared between sizes */
@media (max-width: 767px) {
    #slide-nav {
        border-top: 0;
    }

        #slide-nav .container {
            margin: 0;
            padding: 0 !important;
        }

        #slide-nav .navbar-header {
            margin: 0 auto;
            padding: 0 15px;
        }

        #slide-nav .navbar.slide-active {
            position: absolute;
            width: 80%;
            top: -1px;
            z-index: 1000;
        }

        #slide-nav #slidemenu {
            background: #f7f7f7;
            left: -100%;
            width: 80%;
            min-width: 0;
            position: absolute;
            padding-left: 0;
            z-index: 2;
            top: -8px;
            margin: 0;
        }

            #slide-nav #slidemenu .navbar-nav {
                min-width: 0;
                width: 100%;
                margin: 0;
            }

                #slide-nav #slidemenu .navbar-nav .dropdown {
                    border-top: 1px solid #2E477C;
                }

                    #slide-nav #slidemenu .navbar-nav .dropdown.open, #slide-nav #slidemenu .navbar-nav .dropdown.open .dropdown-toggle {
                        background-color: #BAD200;
                        color: #001F5F;
                    }

                    #slide-nav #slidemenu .navbar-nav .dropdown .caret {
                        float: right;
                        margin-top: 10px;
                    }

                #slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
                    min-width: 0;
                    width: 100%;
                    white-space: normal;
                    color: #001F5F;
                    border-top: 1px solid #C8D92E;
                }

                #slide-nav #slidemenu .navbar-nav .dropdown-header {
                    color: #768500;
                }

                #slide-nav #slidemenu .navbar-nav .divider {
                    background-color: #b1c800;
                }

        #slide-nav.navbar-inverse #slidemenu {
            background: #001F5F;
        }

        #slide-nav #navbar-height-col {
            position: fixed;
            top: 0;
            height: 100%;
            width: 80%;
            left: -80%;
            background: #eee;
        }

        #slide-nav.navbar-inverse #navbar-height-col {
            background: #001F5F;
            z-index: 1;
            border: 0;
        }

        #slide-nav .navbar-user {
            width: 95%;
            margin: 20px 0 20px 5%;
        }

            #slide-nav .navbar-user .dropdown-menu {
                right: 0 !important;
                left: auto !important;
            }

    /* this is behind the navigation but the navigation is not inside it so that the navigation is accessible and scrolls*/
    .btnFavorito {
        border-top: 1px solid #2E477C;
    }

        .btnFavorito > a {
            background-color: #001F5F !important;
        }

        .btnFavorito ul.lista_favoritos {
            padding: 5px;
        }

            .btnFavorito ul.lista_favoritos li {
                display: block !important;
                width: 50% !important;
                float: left !important;
                text-align: center;
            }

                .btnFavorito ul.lista_favoritos li:nth-child(2n+1) {
                    clear: both;
                }

                .btnFavorito ul.lista_favoritos li a {
                    display: block;
                    -webkit-border-radius: 5px;
                    -khtml-border-radius: 5px;
                    -moz-border-radius: 5px;
                    -ms-border-radius: 5px;
                    border-radius: 5px;
                    margin: 10px;
                    padding: 10px;
                    line-height: 120%;
                }

                    .btnFavorito ul.lista_favoritos li a:link, .btnFavorito ul.lista_favoritos li a:visited {
                        background-color: #BAD200;
                        color: #001F5F;
                    }

    .btn-salir {
        color: #001F5F !important;
        background-color: #BAD200;
        -webkit-border-radius: 0;
        -khtml-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }
}

@media (min-width: 768px) {
    #page-content {
        left: 0 !important;
    }

    .navbar.navbar-fixed-top.slide-active {
        position: fixed;
    }

    .navbar-header {
        left: 0 !important;
    }
}

.alert-warning {
    background-color: #FFFFBF;
    border-color: #D9DBA7;
    color: #666;
}

    .alert-warning.msj-inicio {
        padding: 15px;
    }

        .alert-warning.msj-inicio .close {
            right: 0 !important;
        }

.panel {
    border-radius: 0px;
    padding: 0px;
    border-bottom: 1px solid #ddd;
    border-color: #ddd;
}

.panel-heading {
    line-height: 1.42857143 !important;
}

.panel-headingoscuro, .fc-head {
    padding: 0px;
    background: #F9F9F9;
    padding: 9px;
    padding-left: 20px;
    border-bottom: 1px solid #ddd;
}

.panel-default {
    background-color: #f5f5f5;
}

    .panel-default .panel-heading a.btn-abrir > span,
    .panel-destacado .panel-heading a.btn-abrir > span,
    .panel-destacadoFav .panel-heading a.btn-abrir > span,
    .panel-destacadoVerde .panel-heading a.btn-abrir > span,
    .panel .panel-heading a.btn-abrir > span,
    .panel-estrecho .panel-heading a.btn-abrir > span {
        right: 15px;
    }

    .panel-default .panel-heading a.btn-abrir:after,
    .panel-destacado .panel-heading a.btn-abrir:after,
    .panel-destacadoFav .panel-heading a.btn-abrir:after,
    .panel-destacadoVerde .panel-heading a.btn-abrir:after,
    .panel .panel-heading a.btn-abrir:after,
    .panel-estrecho .panel-heading a.btn-abrir:after {
        font-family: 'FontAwesome';
        content: "\f139";
        float: right;
        font-size: 20px;
        margin: 4% 15px 0 0;
    }

    .panel-default .panel-heading a.btn-abrir.collapsed:after,
    .panel-destacado .panel-heading a.btn-abrir.collapsed:after,
    .panel-destacadoFav .panel-heading a.btn-abrir.collapsed:after,
    .panel-destacadoVerde .panel-heading a.btn-abrir.collapsed:after,
    .panel .panel-heading a.btn-abrir.collapsed:after,
    .panel-estrecho .panel-heading a.btn-abrir.collapsed:after {
        content: "\f13a";
    }

    .panel-default .panel-heading h3,
    .panel-destacado .panel-heading h3,
    .panel-destacadoFav .panel-heading h3,
    .panel-destacadoVerde .panel-heading h3,
    .panel-estrecho .panel-heading h3 {
        font-size: 18px;
        line-height: 130%;
        font-weight: 700;
        margin: 0;
    }

    .panel-default .panel-heading .step,
    .panel-destacado .panel-heading .step,
    .panel-destacadoFav .panel-heading .step,
    .panel-destacadoVerde .panel-heading .step,
    .panel-estrecho .panel-heading .step {
        background-color: #CCC;
        color: #001F5F;
        -webkit-border-radius: 50px;
        -khtml-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        border-radius: 50px;
        width: 30px;
        height: 30px;
        text-align: center;
        font-weight: 700;
        font-size: 20px;
    }

        .panel-default .panel-heading .step.on,
        .panel-destacado .panel-heading .step.on,
        .panel-destacadoFav .panel-heading .step.on,
        .panel-destacadoVerde .panel-heading .step.on,
        .panel-estrecho .panel-heading .step.on {
            background-color: #BAD200;
        }

    .panel-default .panel-body,
    .panel-destacado .panel-body,
    .panel-destacadoFav .panel-body,
    .panel-destacadoVerde .panel-body,
    .panel-estrecho .panel-body {
        background-color: #FFF;
        border-bottom: 1px solid #DDD;
    }

        .panel-default .panel-body:last-child,
        .panel-destacado .panel-body:last-child,
        .panel-destacadoFav .panel-body:last-child,
        .panel-destacadoVerde .panel-body:last-child,
        .panel-estrecho .panel-body:last-child {
            border: 0;
        }

        .panel-default .panel-body .card-heading,
        .panel-destacado .panel-body .card-heading,
        .panel-destacadoFav .panel-body .card-heading,
        .panel-destacadoVerde .panel-body .card-heading,
        .panel-estrecho .panel-body .card-heading {
            margin-bottom: 15px;
        }

            .panel-default .panel-body .card-heading a,
            .panel-destacado .panel-body .card-heading a,
            .panel-destacadoFav .panel-body .card-heading,
            .panel-destacadoVerde .panel-body .card-heading,
            .panel-estrecho .panel-body .card-heading a {
                color: #999;
            }

                .panel-default .panel-body .card-heading a > span,
                .panel-destacado .panel-body .card-heading a > span,
                .panel-destacadoFav .panel-body .card-heading a > span,
                .panel-destacadoVerde .panel-body .card-heading a > span,
                .panel-estrecho .panel-body .card-heading a > span {
                    right: 2px;
                }

                .panel-default .panel-body .card-heading h4,
                .panel-destacado .panel-body .card-heading h4,
                .panel-destacadoFav .panel-body .card-heading h4,
                .panel-destacadoVerde .panel-body .card-heading h4,
                .panel-estrecho .panel-body .card-heading h4 {
                    font-size: 16px;
                    line-height: 130%;
                    margin: 0;
                    font-weight: 500;
                }

        .panel-default .panel-body mark,
        .panel-destacado .panel-body mark,
        .panel-destacadoFav .panel-body mark,
        .panel-destacadoVerde .panel-body mark,
        .panel-estrecho .panel-body mark {
            background-color: #EEE !important;
        }

        .panel-default .panel-heading,
        .panel-default .panel-body .card-heading,
        .panel-destacado .panel-heading,
        .panel-destacado .panel-body .card-heading,
        .panel-destacadoFav .panel-heading,
        .panel-destacadoFav .panel-body .card-heading,
        .panel-destacadoVerde .panel-heading,
        .panel-destacadoVerde .panel-body .card-heading,
        .panel-estrecho .panel-heading,
        .panel-estrecho .panel-body .card-heading {
            position: relative;
        }

            .panel-default .panel-heading a,
            .panel-default .panel-body .card-heading a,
            .panel-destacado .panel-heading a,
            .panel-destacado .panel-body .card-heading a,
            .panel-destacadoFav .panel-heading a,
            .panel-destacadoFav .panel-body .card-heading a,
            .panel-destacadoVerde .panel-heading a,
            .panel-destacadoVerde .panel-body .card-heading a,
            .panel-estrecho .panel-heading a,
            .panel-estrecho .panel-body .card-heading a {
                color: #999;
            }

                .panel-default .panel-heading a.btn-abrir,
                .panel-default .panel-body .card-heading a.btn-abrir,
                .panel-destacado .panel-heading a.btn-abrir,
                .panel-destacado .panel-body .card-heading a.btn-abrir,
                .panel-destacadoFav .panel-heading a.btn-abrir,
                .panel-destacadoFav .panel-body .card-heading a.btn-abrir,
                .panel-destacadoVerde .panel-heading a.btn-abrir,
                .panel .panel-heading a.btn-abrir,
                .panel-destacadoVerde .panel-body .card-heading a.btn-abrir,
                .panel-estrecho .panel-heading a.btn-abrir,
                .panel-estrecho .panel-body .card-heading a.btn-abrir {
                    color: #999;
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 0;
                    bottom: 0;
                }

                    .panel-default .panel-heading a.btn-abrir > span,
                    .panel-default .panel-body .card-heading a.btn-abrir > span,
                    .panel-destacado .panel-heading a.btn-abrir > span,
                    .panel-destacado .panel-body .card-heading a.btn-abrir > span,
                    .panel-destacadoFav .panel-heading a.btn-abrir > span,
                    .panel .panel-heading a.btn-abrir > span,
                    .panel-destacadoFav .panel-body .card-heading a.btn-abrir > span,
                    .panel-destacadoVerde .panel-heading a.btn-abrir > span,
                    .panel-destacadoVerde .panel-body .card-heading a.btn-abrir > span,
                    .panel-estrecho .panel-heading a.btn-abrir > span,
                    .panel-estrecho .panel-body .card-heading a.btn-abrir > span {
                        position: absolute;
                        top: 30%;
                    }

            .panel-default .panel-heading p,
            .panel-default .panel-body .card-heading p,
            .panel-destacado .panel-heading p,
            .panel-destacado .panel-body .card-heading p,
            .panel-destacadoFav .panel-heading p,
            .panel-destacadoFav .panel-body .card-heading p,
            .panel-destacadoVerde .panel-heading p,
            .panel-destacadoVerde .panel-body .card-heading p,
            .panel-estrecho .panel-heading p,
            .panel-estrecho .panel-body .card-heading p {
                line-height: 130%;
                color: #858585;
            }

            .panel-default .panel-heading h3, .panel-default .panel-heading h4, .panel-default .panel-heading p,
            .panel-default .panel-body .card-heading h3,
            .panel-default .panel-body .card-heading h4,
            .panel-default .panel-body .card-heading p,
            .panel-destacado .panel-heading h3,
            .panel-destacado .panel-heading h4,
            .panel-destacado .panel-heading p,
            .panel-destacado .panel-body .card-heading h3,
            .panel-destacado .panel-body .card-heading h4,
            .panel-destacado .panel-body .card-heading p,
            .panel-destacadoFav .panel-heading h3,
            .panel-destacadoFav .panel-heading h4,
            .panel-destacadoFav .panel-heading p,
            .panel-destacadoFav .panel-body .card-heading h3,
            .panel-destacadoFav .panel-body .card-heading h4,
            .panel-destacadoFav .panel-body .card-heading p,
            .panel-destacadoVerde .panel-heading h3,
            .panel-destacadoVerde .panel-heading h4,
            .panel-destacadoVerde .panel-heading p,
            .panel-destacadoVerde .panel-body .card-heading h3,
            .panel-destacadoVerde .panel-body .card-heading h4,
            .panel-destacadoVerde .panel-body .card-heading p,
            .panel-estrecho .panel-heading h3,
            .panel-estrecho .panel-heading h4,
            .panel-estrecho .panel-heading p,
            .panel-estrecho .panel-body .card-heading h3,
            .panel-estrecho .panel-body .card-heading h4,
            .panel-estrecho .panel-body .card-heading p {
                padding-right: 20px;
            }

.panel-destacado {
    background-color: #001F5F;
}

    .panel-destacado .panel-body {
        background-color: #001F5F;
    }

    .panel-destacado .panel-heading,
    .panel-destacado .panel-heading a.btn-abrir,
    .panel-destacado .panel-heading a.btn-abrir span {
        color: #FFF;
    }

    .panel-destacado .col-sm-6 {
        margin-bottom: 15px;
    }

        .panel-destacado .col-sm-6:nth-child(2n+1) {
            clear: both;
        }

    .panel-destacado .panel-heading a.btn-abrir > span {
        right: 15px;
    }

    .panel-destacado .panel-heading a.btn-abrir:after {
        font-family: 'FontAwesome';
        content: "\f13a";
        float: right;
        font-size: 20px;
        margin: 4% 15px 0 0;
    }

    .panel-destacado .panel-heading a.btn-abrir.collapsed:after {
        content: "\f139";
    }

    .panel-destacado .panel-heading a.editar:after {
        font-family: 'FontAwesome';
        content: "\f142";
        float: right;
        font-size: 20px;
        color: #FFF;
        margin: -4px 0 0 0;
    }

    .panel-destacado .btn-default {
        background-color: #FFF;
        border-color: #EEE;
        color: #001F5F !important;
    }

        .panel-destacado .btn-default:focus, .panel-destacado .btn-default:hover {
            background-color: #ebebeb !important;
            border-color: #EEE;
            color: #001F5F;
        }

        .panel-destacado .btn-default.active, .panel-destacado .btn-default:active {
            background-color: #ebebeb !important;
            border-color: #EEE;
            color: #001F5F;
        }

    .panel-destacado .list-unstyled li {
        margin-bottom: 10px;
    }

.panel-destacadoFav {
    background-color: #001F5F;
}

    .panel-destacadoFav .panel-body {
        background-color: #ffffff;
    }

    .panel-destacadoFav .panel-heading,
    .panel-destacadoFav .panel-heading a.btn-abrir,
    .panel-destacadoFav .panel-heading a.btn-abrir span {
        color: #FFF;
    }

    .panel-destacadoFav .col-sm-6 {
        margin-bottom: 15px;
    }

        .panel-destacadoFav .col-sm-6:nth-child(2n+1) {
            clear: both;
        }

    .panel-destacadoFav .panel-heading a.btn-abrir > span {
        right: 15px;
    }

    .panel-destacadoFav .panel-heading a.btn-abrir:after {
        font-family: 'FontAwesome';
        content: "\f13a";
        float: right;
        font-size: 20px;
        margin: 4% 15px 0 0;
    }

    .panel-destacadoFav .panel-heading a.btn-abrir.collapsed:after {
        content: "\f139";
    }

    .panel-destacadoFav .panel-heading a.editar:after {
        font-family: 'FontAwesome';
        content: "\f142";
        float: right;
        font-size: 20px;
        color: #FFF;
        margin: -4px 0 0 0;
    }

    .panel-destacadoFav .btn-default {
        background-color: #FFF;
        border-color: #EEE;
        color: #001F5F !important;
    }

        .panel-destacadoFav .btn-default:focus, .panel-destacadoFav .btn-default:hover {
            background-color: #ebebeb !important;
            border-color: #EEE;
            color: #001F5F;
        }

        .panel-destacadoFav .btn-default.active, .panel-destacadoFav .btn-default:active {
            background-color: #ebebeb !important;
            border-color: #EEE;
            color: #001F5F;
        }

    .panel-destacadoFav .list-unstyled li {
        margin-bottom: 10px;
    }

.panel-destacadoVerde {
    background-color: #bad200;
}

    .panel-destacadoVerde .panel-body {
        background-color: #ffffff;
    }

    .panel-destacadoVerde .panel-heading,
    .panel-destacadoVerde .panel-heading a.btn-abrir,
    .panel-destacadoVerde .panel-heading a.btn-abrir span {
        color: #FFF;
    }

    .panel-destacadoVerde .col-sm-6 {
        margin-bottom: 15px;
    }

        .panel-destacadoVerde .col-sm-6:nth-child(2n+1) {
            clear: both;
        }

    .panel-destacadoVerde .panel-heading a.btn-abrir > span {
        right: 15px;
    }

    .panel-destacadoVerde .panel-heading a.btn-abrir:after {
        font-family: 'FontAwesome';
        content: "\f13a";
        float: right;
        font-size: 20px;
        margin: 4% 15px 0 0;
    }

    .panel-destacadoVerde .panel-heading a.btn-abrir.collapsed:after {
        content: "\f139";
    }

    .panel-destacadoVerde .panel-heading a.editar:after {
        font-family: 'FontAwesome';
        content: "\f142";
        float: right;
        font-size: 20px;
        color: #FFF;
        margin: -4px 0 0 0;
    }

    .panel-destacadoVerde .btn-default {
        background-color: #FFF;
        border-color: #EEE;
        color: #001F5F !important;
    }

        .panel-destacadoVerde .btn-default:focus, .panel-destacadoVerde .btn-default:hover {
            background-color: #ebebeb !important;
            border-color: #EEE;
            color: #001F5F;
        }

        .panel-destacadoVerde .btn-default.active, .panel-destacadoVerde .btn-default:active {
            background-color: #ebebeb !important;
            border-color: #EEE;
            color: #001F5F;
        }

    .panel-destacadoVerde .list-unstyled li {
        margin-bottom: 10px;
    }

.panel-estrecho {
    background-color: #EEE;
    margin-bottom: 0;
    border-color: #DDD;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

    .panel-estrecho .panel-body {
        background-color: #EEE;
    }

    .panel-estrecho .panel-heading {
        padding: 5px 15px;
    }

        .panel-estrecho .panel-heading a.btn-abrir > span {
            right: 15px;
        }

        .panel-estrecho .panel-heading a.btn-abrir:after {
            font-family: 'FontAwesome';
            content: "\f13a";
            float: right;
            font-size: 14px;
            margin: 5px 10px 0 0;
        }

        .panel-estrecho .panel-heading a.btn-abrir.collapsed:after {
            content: "\f139";
        }

.panel-default #accordion {
    margin-bottom: 0;
}

    .panel-default #accordion .panel-heading,
    .panel-default #accordion .panel {
        -webkit-border-radius: 0;
        -khtml-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }

    .panel-default #accordion .panel {
        margin-top: 0;
    }

    .panel-default #accordion .panel-default,
    .panel-default #accordion .panel-heading {
        border-top: 0;
        border-left: 0;
        border-right: 0;
    }

        .panel-default #accordion .panel-heading a.btn-abrir:after {
            margin: 20px 15px 0 0;
        }

.panel-primary {
    border-color: #001F5F;
}

    .panel-primary .panel-heading {
        background-color: #001F5F;
    }

        .panel-primary .panel-heading p {
            color: #FFF;
        }

    .panel-primary .panel-heading,
    .panel-primary .panel {
        -webkit-border-radius: 0;
        -khtml-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }

    .panel-primary .panel {
        margin-top: 0;
    }

    .panel-primary .panel-default,
    .panel-primary .panel-heading {
        border-top: 0;
        border-left: 0;
        border-right: 0;
    }

        .panel-primary .panel-heading a.btn-abrir:after {
            margin: 20px 15px 0 0;
        }

@media (max-width: 768px) {
    .apretado {
        padding: 0;
    }

        .apretado .row {
            margin: -20px 0 0 0;
        }

            .apretado .row .col-sm-12 {
                padding: 0;
            }

        .apretado .panel-destacado .panel-destacadoFav {
            -webkit-border-radius: 0;
            -khtml-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            border-radius: 0;
            border-top: 1px solid #FFF !important;
        }

        .apretado .panel-heading a.btn-abrir:after {
            margin: 4% 15px 0 0;
        }
}

.pagination a {
    color: #666 !important;
}

.jqstooltip {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.table-clean tbody tr td {
    border-top: 0;
}

svg:not(:root) {
    overflow: hidden;
}

.ct-golden-section > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

svg:not(:root) {
    overflow: hidden;
}

.ct-grid {
    stroke: rgba(0, 0, 0, 0.2);
    stroke-width: 1px;
    stroke-dasharray: 2px;
}

.ct-series-a .ct-area, .ct-series-a .ct-slice-pie {
    fill: #BAD200;
}

.ct-area {
    stroke: none;
    fill-opacity: .1;
}

.ct-series-a .ct-bar, .ct-series-a .ct-line, .ct-series-a .ct-point, .ct-series-a .ct-slice-donut {
    stroke: #BAD200;
}

.ct-line {
    fill: none;
    stroke-width: 4px;
}

.series-a .ct-point, .ct-series-a .ct-slice-donut {
    stroke: #BAD200;
}

.ct-point {
    stroke-width: 10px;
    stroke-linecap: round;
}

.ct-label.ct-vertical.ct-start {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    text-align: right;
    text-anchor: end;
}

.ct-label {
    fill: rgba(0, 0, 0, 0.4);
    color: rgba(0, 0, 0, 0.4);
    font-size: 1.2rem;
    line-height: 1;
}

/* Back to top
------------------------------------------------------------ */
.scrollToTop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-align: center;
    font-weight: bold;
    color: #fff !important;
    font-size: 20px;
    text-decoration: none;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 999999;
    display: none;
    background: #001F5F;
    opacity: 0.8;
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .scrollToTop:hover {
        text-decoration: none;
        opacity: 1;
        color: #fff;
    }

.form-signin {
    padding: 1px;
}

    .form-signin .form-signin-heading {
        margin-bottom: 10px;
    }

    .form-signin .form-control {
        position: relative;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        font-size: 16px;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input, .form-signin select {
        margin-bottom: 10px;
    }

    .form-signin select {
        height: 44px !important;
    }

    .form-signin .panel-title a {
        font-weight: bold;
        text-decoration: none;
        color: #444;
    }

.iframe-container {
    padding-bottom: 60%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .iframe-container iframe,
    .iframe-container object,
    .iframe-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.modal.in .modal-dialog {
    transform: none;
    /*translate(0px, 0px);*/
}

.ticket {
    border: 1px dashed #CCC;
    padding: 10px;
}

.timeline {
    list-style: none;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 1px;
        background-color: #BAD200;
        margin-left: -10.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 85%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 10px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 16px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 17px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 30px;
            height: 30px;
            line-height: 30px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 0;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge {
    background-color: #BAD200 !important;
    color: #001F5F !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
    font-size: 16px;
    font-weight: 500;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 20px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: -45px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li {
        left: 0;
    }

        ul.timeline > li > .timeline-panel {
            float: right;
            width: 90%;
        }

            ul.timeline > li > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            ul.timeline > li > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }
}

.modal-dialog {
    z-index: 99999 !important;
}

@media (max-width: 767px) {
    .table-responsive {
        position: relative;
    }

        .table-responsive .mask {
            position: absolute;
            background: rgba(186, 210, 0, 0.65) url("../images/mask.png") center center no-repeat;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
        }

    .text-left,
    .text-right {
        text-align: center !important;
    }
}

.ingresos,
.egresos {
    padding: 2px;
    margin: 0 5px;
}

.ingresos {
    border-top: 4px solid #BAD200;
}

.egresos {
    border-top: 4px solid #f05b4f;
}

.table-saldo {
    width: 100%;
}

    .table-saldo td {
        padding: 0 5px;
        border-bottom: 1px dotted #CCC;
    }

.fa-1 {
    font-size: 1.5rem;
}

.ct-series-a .ct-slice-donut-solid {
    fill: #001F5F !important;
}

.ct-series-b .ct-slice-donut-solid {
    fill: #CFD1DF !important;
}

.badge-danger {
    background-color: #f05b4f;
}


/* Footer
------------------------------------------------------------ */
footer {
    margin: 20px 0;
    color: #FFF;
}

    footer .superior {
        background-color: #AAA;
    }

    footer .inferior {
        color: #AAA;
    }

    footer h6, footer h3 {
        margin: 5px;
    }

@media (max-width: 768px) {
    footer h3 {
        font-size: 18px;
    }
}

/* Patricia
------------------------------------------------------------ */

a:link {
    text-decoration: none;
}

a:hover, a:focus {
    outline: none;
    text-decoration: none;
}

.tab .nav-tabs {
    border-bottom: none;
    position: relative;
}

.tab .nav2-tabs {
    border-bottom: 2px solid #DDD;
    position: relative;
}

.tab .nav-tabs li {
    margin-right: 15px;
}

    .tab .nav-tabs li a {
        padding: 20px 15px;
        font-size: 17px;
        font-weight: 600;
        color: #a09d9d;
        border-radius: 0;
        margin-right: 0;
        border: none;
        position: relative;
        transition: all 0.5s ease 0s;
    }

        .tab .nav-tabs li a:hover {
            background: #fff;
        }

        .tab .nav-tabs li a:before {
            content: "";
            width: 100%;
            height: 1px;
            background: rgba(0,0,0, 0.2);
            position: absolute;
            bottom: 5px;
            left: 0;
            transform: scale(0);
            transition: all 700ms ease 0s;
        }

        .tab .nav-tabs li a:after {
            content: "";
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #001f5f;
            margin: 0 auto;
            position: absolute;
            bottom: 2px;
            left: 0;
            right: 0;
            transform: scale(0);
            transition: all 700ms ease 0s;
        }

    .tab .nav-tabs li.active a,
    .tab .nav-tabs li.active a:focus,
    .tab .nav-tabs li.active a:hover {
        border: none;
        color: #001f5f;
    }

        .tab .nav-tabs li a:hover:before,
        .tab .nav-tabs li.active a:before,
        .tab .nav-tabs li a:hover:after,
        .tab .nav-tabs li.active a:after {
            transform: scale(1);
        }

.tab .tab-content {
    padding: 20px;
    background: #fff;
    font-size: 14px;
    color: #333;
    line-height: 26px;
}

    .tab .tab-content h3 {
        font-size: 24px;
        margin-top: 0;
    }

@media only screen and (max-width: 479px) {
    .tab .nav-tabs li {
        width: 100%;
    }

        .tab .nav-tabs li a {
            text-align: center;
        }
}

.nav2-tabs2 > li {
    float: left;
    margin-bottom: -1px;
}

.nav2-tabs2 {
    border-bottom: 2px solid #DDD;
}

    .nav2-tabs2 > li.active > a, .nav2-tabs2 > li.active > a:focus, .nav2-tabs2 > li.active > a:hover {
        border-width: 0;
        margin-right: 15px;
    }

    .nav2-tabs2 > li > a {
        border: none;
        font-weight: 600;
        color: #a09d9d;
    }

        .nav2-tabs2 > li.active > a, .nav2-tabs2 > li > a:hover {
            border: none;
            color: #001f5f !important;
            background: transparent;
        }

        .nav2-tabs2 > li > a::after {
            content: "";
            background: #001f5f;
            height: 2px;
            position: absolute;
            width: 100%;
            left: 0px;
            bottom: -1px;
            transition: all 250ms ease 0s;
            transform: scale(0);
        }

    .nav2-tabs2 > li.active > a::after, .nav2-tabs2 > li:hover > a::after {
        transform: scale(1);
    }

.tab-nav > li > a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff;
}

.tab-pane {
    /*padding: 15px 0;*/
}

.tab-content {
    /*padding: 20px;*/
}

.card {
    background: #FFF none repeat scroll 0% 0%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}

.thumbnail {
    border: 0;
    padding: 0;
    text-align: center;
    box-shadow: none;
    min-height: 450px;
}

    .thumbnail .caption h3, .thumbnail .caption p {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .thumbnail .caption h3 {
        width: 100%;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.bs-callout {
    padding: 13px;
    margin: -3px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    margin-bottom: 2px;
}

    .bs-callout h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .bs-callout p:last-child {
        margin-bottom: 0;
    }

    .bs-callout code {
        border-radius: 3px;
    }

    .bs-callout + .bs-callout {
        margin-top: -5px;
    }

.bs-callout-default {
    border-left-color: #777;
}

    .bs-callout-default h4 {
        color: #777;
    }

.bs-callout-primary {
    border-left-color: #428bca;
}

    .bs-callout-primary h4 {
        color: #428bca;
    }

.bs-callout-success {
    border-left-color: #bad200;
}

    .bs-callout-success h4 {
        color: #bad200;
    }

.bs-callout-danger {
    border-left-color: #d9534f;
}

    .bs-callout-danger h4 {
        color: #d9534f;
    }

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

    .bs-callout-warning h4 {
        color: #f0ad4e;
    }

.bs-callout-info {
    border-left-color: #001f5f;
}

    .bs-callout-info h4 {
        color: #bad200;
    }

.error-page {
    width: 600px;
    margin: 20px auto 0 auto;
}

@media (max-width:991px) {
    .error-page {
        width: 100%;
    }
}

.error-page > .headline {
    float: left;
    font-size: 100px;
    font-weight: 300;
}

@media (max-width:991px) {
    .error-page > .headline {
        float: none;
        text-align: center;
    }
}

.error-page > .error-content {
    margin-left: 190px;
    display: block;
}

@media (max-width:991px) {
    .error-page > .error-content {
        margin-left: 0;
    }
}

.error-page > .error-content > h3 {
    font-weight: 300;
    font-size: 25px;
}

@media (max-width:991px) {
    .error-page > .error-content > h3 {
        text-align: center;
    }
}

.invoice {
    position: relative;
    background: #fff;
    border: 1px solid #f4f4f4;
    padding: 20px;
    margin: 10px 25px;
}

.invoice-title {
    margin-top: 0;
}

/******Errores de validación*/
.input-validation-error {
    border: 1px solid #de4343;
}

.field-validation-error {
    color: #de4343;
    font-size:13px;
}

.asterisco {
    color: #de4343;
}

.mensaje_ok {
    color: green;
}
.azul {
    color: #001f5f;
}
.navbar-user .salir {
    border: 1px solid #FFF;
    padding: 3px 5px;
    border-radius: 3px;
}

select {
    border-radius: 0px !important;
    border: 1px solid #ddd;
    padding: 7px;
    padding-left: 20px;
    padding-right: 20px;
}

.form-animate-radio .radio input:checked + .outer .inner {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-animation: ripple 0.2s;
    -moz-animation: ripple 0.2s;
    -ms-animation: ripple 0.2s;
    -o-animation: ripple 0.2s;
    animation: ripple 0.2s;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}

.form-animate-radio .radio input:checked + .outer {
    border: 3px solid #FF6656;
}

.form-animate-radio .radio input:focus + .outer .inner {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-animation: ripple 0.2s;
    -moz-animation: ripple 0.2s;
    -ms-animation: ripple 0.2s;
    -o-animation: ripple 0.2s;
    animation: ripple 0.2s;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    background-color: #FF6656;
}

.form-animate-radio .radio .outer {
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    border: 2px solid #ddd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    background-color: #fff;
}

.form-animate-radio .radio .inner {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 10px;
    height: 10px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    display: block;
    margin: 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #FF6656;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
}

.form-animate-checkbox label {
    font-weight: 100;
    font-size: 18px;
}

.form-animate-checkbox .checkbox {
    position: relative;
    top: -0.375rem;
    float: left;
    margin: 0 1rem 0 0;
    margin-top: 5px;
    cursor: pointer;
}

    .form-animate-checkbox .checkbox:before {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        content: "";
        position: absolute;
        left: 0;
        z-index: 1;
        width: 2rem;
        height: 2rem;
        border: 2px solid #ddd;
    }

    .form-animate-checkbox .checkbox:checked:before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        height: 1rem;
        border-color: #009688;
        border-top-style: none;
        border-right-style: none;
    }

    .form-animate-checkbox .checkbox:after {
        content: "";
        position: absolute;
        top: -0.125rem;
        left: 0;
        width: 2rem;
        height: 2rem;
        background: #fff;
        cursor: pointer;
    }

.form-animate-text .form-text, .form-animate-text .form-text:focus {
    width: 100%;
    border: none !important;
    border-bottom: 1px solid #ddd !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    border-radius: 0px !important;
    padding: 10px;
}

.btn.btn-circle {
    -webkit-border-radius: 200% !important;
    -moz-border-radius: 200% !important;
    -ms-border-radius: 200% !important;
    -o-border-radius: 200% !important;
    border-radius: 200% !important;
    width: 70px;
    height: 70px;
    padding: 10px;
    font-size: 2em;
}

    .btn.btn-circle.btn-lg {
        width: 100px;
        height: 100px;
        font-size: 3em;
    }

    .btn.btn-circle.btn-sm {
        width: 30px;
        height: 50px;
        font-size: 1em;
    }

    .btn.btn-circle.btn-mn {
        width: 30px;
        height: 30px;
        padding: 0px;
        font-size: 1em;
    }

/*carousel*/
/*=========== Email ===========*/

.mail-wrapper {
    background-color: #fff;
    padding: 0px;
}

    .mail-wrapper .mail-left {
        padding-bottom: 50px;
    }

        .mail-wrapper .mail-left .mail-left-header {
            height: 50px;
            padding-top: 50px;
            padding-bottom: 50px;
            font-size: 2em;
        }

            .mail-wrapper .mail-left .mail-left-header .btncompose-mail {
                width: 100% !important;
            }

        .mail-wrapper .mail-left .mail-left-content {
            padding-top: 20px;
        }

            .mail-wrapper .mail-left .mail-left-content h5 {
                color: #928A8A;
            }

            .mail-wrapper .mail-left .mail-left-content span {
                padding-right: 5px;
            }

            .mail-wrapper .mail-left .mail-left-content hr {
                color: #918C8C;
                width: 80%;
            }

            .mail-wrapper .mail-left .mail-left-content li {
                padding: 2px;
            }

                .mail-wrapper .mail-left .mail-left-content li a {
                    color: #918C8C;
                    font-weight: 100;
                    font-size: 18px;
                }

                .mail-wrapper .mail-left .mail-left-content li .active {
                    font-weight: bold;
                }

                .mail-wrapper .mail-left .mail-left-content li a:hover {
                    background: #fff;
                    border-left: 2px solid #918C8C;
                }

    .mail-wrapper .mail-right {
        padding: 25px;
    }

    .mail-wrapper .mail-right-header {
        margin-bottom: 30px;
    }

    .mail-wrapper .mail-right .mail-right-options {
        padding: 20px;
        font-size: 10px;
        color: #918C8C;
        padding-right: 0px;
    }

    .mail-wrapper .mail-right .mail-right-tool {
        color: #918C8C;
        font-weight: 300;
        padding: 10px;
    }

        .mail-wrapper .mail-right .mail-right-tool .txtinput {
            width: 80%;
            height: 20px;
            border: none;
            font-size: 15px;
            color: #918C8C;
            font-weight: 200;
            padding: 10px;
        }

        .mail-wrapper .mail-right .mail-right-tool li {
            float: left;
        }

        .mail-wrapper .mail-right .mail-right-tool .icheckbox_flat-red {
            margin-top: 10px;
            margin-right: 10px;
        }

        .mail-wrapper .mail-right .mail-right-tool li a {
            font-size: 16px;
            color: #918C8C;
            font-weight: 300;
            border: 2px solid #DDD;
            background-color: #CCC;
            margin-right: 5px;
        }

            .mail-wrapper .mail-right .mail-right-tool li a:hover {
                background: none;
            }

    .mail-wrapper .mail-right .mail-right-content {
        padding: 10px;
        line-height: 2;
        color: #918C8C;
    }

        .mail-wrapper .mail-right .mail-right-content .mail-reply {
            padding: 4px;
            border: 1px solid #F4F4F4;
            padding-bottom: 20px;
            margin-top: 200px;
        }

        .mail-wrapper .mail-right .mail-right-content .mail-attachment {
            padding: 10px;
        }

        .mail-wrapper .mail-right .mail-right-content .mail-attachment-icon .type-icon {
            font-size: 10em;
        }

        .mail-wrapper .mail-right .mail-right-content hr {
            color: #918C8C;
            width: 90%;
            margin-top: 20px;
        }

    .mail-wrapper .mail-right .mail-right-text {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .mail-wrapper .mail-right .mail-right-content .note-toolbar {
        background: #fff !important;
        border: none;
    }

    .mail-wrapper .mail-right .mail-right-content .btn {
        background: #F4F4F4;
    }

    .mail-wrapper .mail-right .mail-right-content .note-editable {
        color: #918C8C;
        font-size: 18px;
        font-weight: 400;
    }

    .mail-wrapper .mail-right .mail-right-content .note-editor {
        border: none;
        box-shadow: none !important;
    }

    .mail-wrapper .mail-right .mail-right-content a {
        color: #918C8C;
    }

    .mail-wrapper .mail-right .mail-right-content tr td {
        padding: 10px;
        padding-top: 20px;
        padding-left: 20px;
        border-top: 1px solid 1px solid #E7E7E7;
    }

    .mail-wrapper .mail-right .searchbox-v1 {
        padding-left: 0px;
    }

    .mail-wrapper .mail-right .mail-right-content .unread {
        font-weight: bold;
        background-color: #F4F4F4;
    }

.btndefault {
    -webkit-border-radius: 1px !important;
    -moz-border-radius: 1px !important;
    -ms-border-radius: 1px !important;
    -o-border-radius: 1px !important;
    border-radius: 8px !important;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #ccc;
    color: #001F5F;
    border: 5px solid #ccc;
}

    .btndefault:focus, .btndefault:hover {
        -webkit-border-radius: 1px !important;
        -moz-border-radius: 1px !important;
        -ms-border-radius: 1px !important;
        -o-border-radius: 1px !important;
        border-radius: 8px !important;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #cccccc73;
        color: #001F5F;
        border: 5px solid #cccccc73;
    }

.btn2 {
    -webkit-border-radius: 1px !important;
    -moz-border-radius: 1px !important;
    -ms-border-radius: 1px !important;
    -o-border-radius: 1px !important;
    border-radius: 1px !important;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
    color: #252121cf;
    border: 1px solid #ddd;
}

    .btn2:focus {
        outline: none;
    }

.btn2-round {
    -webkit-border-radius: 24px !important;
    -moz-border-radius: 24px !important;
    -ms-border-radius: 24px !important;
    -o-border-radius: 24px !important;
    border-radius: 24px !important;
}

.btn2.ripple-infinite {
    position: relative;
    overflow: hidden;
}

.btn2.btn-circle {
    -webkit-border-radius: 200% !important;
    -moz-border-radius: 200% !important;
    -ms-border-radius: 200% !important;
    -o-border-radius: 200% !important;
    border-radius: 200% !important;
    width: 70px;
    height: 70px;
    padding: 10px;
    font-size: 2em;
}

    .btn2.btn-circle.btn-lg {
        width: 100px;
        height: 100px;
        font-size: 3em;
    }

    .btn2.btn-circle.btn-sm {
        width: 50px;
        height: 50px;
        font-size: 1em;
    }

    .btn2.btn-circle.btn-mn {
        width: 30px;
        height: 30px;
        padding: 0px;
        font-size: 1em;
    }

.dual-list .list-group {
    margin-top: 8px;
}

.list-left li, .list-right li {
    cursor: pointer;
}

.list-arrows {
    padding-top: 100px;
}

    .list-arrows button {
        margin-bottom: 20px;
    }


.nave-fixed-top {
    position: fixed;
    right: 119px;
    left: 119px;
    z-index: 1030;
    margin-top: 82px;
    min-height: 80px;
    float: left;
    color: #333;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.3);
}

/* un fix the navbar when active so that all the menu items are accessible */
/* screw writing importants and shit, just stick it in max width since these classes are not shared between sizes */
@media (max-width: 767px) {
    #slide-nav2 {
        border-top: 0;
    }

        #slide-nav2 .container {
            margin: 0;
            padding: 20px !important;
        }

        #slide-nav2 .navbar-header {
            margin: 0 auto;
            padding: 25px;
        }

        #slide-nav2 .navbar.slide-active {
            position: relative;
            width: 80%;
            top: -11px;
            z-index: 1000;
        }
}

#page-content2 {
    position: relative;
    padding-top: 216px;
    left: 0;
}

    #page-content2.slide-active {
        padding-top: 40px;
    }

.navbar-fixed-top,
.navbar-fixed-bottom {
    z-index: 1031;
}

#fondoAzul {
    background-color: #001f5f;
    color: #ffffffd4;
}

#fafondoAzul {
    color: #001f5f;
}

.table-sortable tbody tr {
    cursor: move;
}

.form-element .form-element-padding .form-group,
.form-element .form-element-padding .input-group {
    padding: 15px;
}

.form-element .form-element-padding select, .form-element .form-element-padding .select2 {
    margin-top: 30px;
}

.spanSuccess {
    color: #bad200 !important;
}

.spanInfo {
    color: #73CAEF !important;
}

.spanDanger {
    color: #a94442 !important;
}

.spanAzul {
    color: #001f5f !important;
}

.hrAzul {
    border-top: 1px solid #001f5f;
}

.totalizador1 {
    background-color: #dde0e6;
    color: #001f61;
    text-align: left;
    font-weight: 500;
}

.totalizador2 {
    background-color: #dde0e6;
    text-align: right;
    margin-right: 0;
    color: #001f61;
}
/*===================== Searchbox V1 ===================

.flex {
    width: 350px;
    height: 200px;
    border: 1px solid #555;
    font: 14px Arial;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
}
*
    .flex > div {
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 30px; 
        -webkit-transition: width 0.7s ease-out;
        transition: width 0.7s ease-out;
    }
*/
        /*.flex > div:nth-child(1) {
            background: #009246;
        }

        .flex > div:nth-child(2) {
            background: #F1F2F1;
        }

        .flex > div:nth-child(3) {
            background: #CE2B37;
        }

        .flex > div:hover {
            width: 200px;
        }*/

.card_a_Be {
    margin-top: -16px;
    color: #999;
    margin-right: -1px;
}

.card_h4_Be {
    margin-bottom: 1px;
    margin-top: -16px;
    font-size: 16px;
}

.black {
    color: #333;
}

.btn, .btn-box {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .btn:hover, .btn-box:hover {
        -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.15);
        -moz-box-shadow: 0 0 2px rgba(0,0,0,0.15);
        box-shadow: 0 0 2px rgba(0,0,0,0.15);
        border-color: #e9e9e9;
    }

    .btn:focus, .btn-box:focus {
        outline: 0;
    }

    .btn [class^="icon-"], .btn-box [class^="icon-"], .btn [class*=" icon-"], .btn-box [class*=" icon-"] {
        min-width: 16px;
        text-align: center;
        display: inline-block !important;
    }

.btn-box {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 2px #001f5f;
    box-shadow: 0 2px 2px #001f5f;
    text-align: center;
    text-decoration: none !important;
    padding: 25px 0;
    margin: 0 0 30px;
}

    .btn-box i, .btn-box b {
        display: block;
    }

    .btn-box b {
        color: #333;
        font-size: 20px;
        font-weight: normal;
        margin-top: 5px;
        text-shadow: 0 1px 0 #fff;
    }

    .btn-box i {
        font-size: 36px;
        line-height: 36px;
        height: 36px;
        color: #001f5f;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .btn-box.big b {
        margin-top: 10px;
    }

    .btn-box.big i {
        font-size: 48px;
        line-height: 48px;
        height: 48px;
    }

    .btn-box.small b {
        font-size: 11px;
    }

    .btn-box.small i {
        font-size: 32px;
        line-height: 32px;
        height: 32px;
    }

    .btn-box:hover i {
        color: rgba(0,0,0,0.4);
    }

.module {
    box-shadow: 0 0 3px rgba(0,0,0,.1);
    border-color: #e9e9e9;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.module-head {
    color: #c4c5c1;
    background-color: #eaeaea;
    border-color: #c4c5c1;
    padding: 10px 15px;
    border-bottom: 1px solid #c4c5c1;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .module-head h3 {
        font-size: 16px;
        line-height: 25px;
        height: 25px;
        margin: 0;
        color: #333;
    }

    .module-head a {
        font-size: 16px;
        line-height: 25px;
        height: 25px;
        margin-left: 0;
        color: #333;
    }

.module-option {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0;
    margin: 0 15px;
}

.module-body {
    padding: 15px;
    padding-top: 36px;
}

    .module-body.table {
        padding: 15px 0;
    }

        .module-body.table .table th, .module-body.table .table td {
            padding-left: 15px;
            padding-right: 15px;
        }

.module-foot {
    background: #f9f9f9;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    padding: 15px;
}
.hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}

.thumbnail2 {
    padding: 0;
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
}
.wizard {
    margin: -54px auto;
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 40px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }
     .wizard .nav-tabs2 {
        position: relative;
        margin: 40px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .picture-src {
    width: 100%;
}

.wizard .picture-container {
    position: relative;
    cursor: pointer;
    text-align: center;
}

.wizard .picture input[type="file"] {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

.wizard .nav-tabs2 > li.active > a, .wizard .nav-tabs2 > li.active > a:hover, .wizard .nav-tabs2 > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

    span.round-tab i {
        color: #555555;
    }

.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #bad200;
}

    .wizard li.active span.round-tab i {
        color: #bad200;
    }

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 20%;
}

.wizard .nav-tabs2 > li {
    width: 33%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #bad200;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #bad200;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .nav-tabs2 > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs2 > li a:hover {
        background: transparent;
    }
.wizard .tab-pane {
    position: relative;
    padding-top: 4px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
  .wizard .nav-tabs2 > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

#details {
    font-family: "Quicksand", sans-serif;
    font-size: 60px;
}

#home-box > h2 {
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    line-height: 1.1;
    color: #75b1ae;
}

.price {
    font-size: 25px;
    float: left;
}

.pricing_header {
    background: none repeat scroll 0% 0% #001f5f;
    border-radius: 5px 5px 0px 0px;
    transition: background 0.4s ease-out 0s;
}
.space {height: 2px; background-color: #bad200;}

    .pricing_header h2 {
        text-align: center;
        line-height: 13px;
        padding: 13px 0px;
        margin: 0px;
        font-family: "Quicksand", sans-serif;
        font-weight: 400;
        color: #ffffff;
        font-size: 20px;
    }

.list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
.list-group {
	overflow: hidden;
	border-left: 1px solid rgb(221, 221, 221);
	border-right: 1px solid rgb(221, 221, 221);
    margin-bottom: 2px;
}
.list-group-item:first-child, .list-group-item:last-child {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	overflow: hidden;
}
.list-group-item {
	border-left: 0px solid rgb(221, 221, 221);
	border-right: 0px solid rgb(221, 221, 221);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.list-group-item > .show-menu {
	position: absolute;
	height: 100%; width:24px;
	top: 0px; right: 0px;
	background-color: #001f5f;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
    border-radius: 0px;
}
.list-group-item > .show-menu > span {
	position: absolute;
	top: 50%;
	margin-top: -7px;
	padding: 0px 5px;
    color:#bad200;
}
.list-group-item > .show-menu > a {
	position: absolute;
	top: 50%;
	margin-top: -7px;
	padding: 0px 5px;
    color:#bad200;
}
.list-group-item2 {
    position: relative;
    display: block;
    padding: 8px 20px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 0px solid #ddd;
    margin-top: -2px;
}
.list-group-submenu {
	position: absolute;
	top: 0px;
	right: -88px;
	white-space: nowrap;
	list-style: none;
	padding-left: 0px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.list-group-submenu .list-group-submenu-item {
	float: right;
	white-space: nowrap;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: rgb(51, 51, 51);
	color: rgb(235, 235, 235);
}
.list-group-item.open {
	margin-left: -88px;
}
.list-group-item.open > .show-menu {
	right: 88px;
}
.list-group-item.open .list-group-submenu{
	right: 0px;
}
.list-group-submenu .list-group-submenu-item.primary {
	color: rgb(255, 255, 255);
	background-color: rgb(50, 118, 177);
}
.list-group-submenu .list-group-submenu-item.success {
	color: rgb(255, 255, 255);
	background-color: rgb(92, 184, 92);
}
.list-group-submenu .list-group-submenu-item.info {
	color: rgb(255, 255, 255);
	background-color: rgb(57, 179, 215);
}
.list-group-submenu .list-group-submenu-item.warning {
	color: rgb(255, 255, 255);
	background-color: rgb(240, 173, 78);
}
.list-group-submenu .list-group-submenu-item.danger {
	color: rgb(255, 255, 255);
	background-color: rgb(217, 83, 79);
}
.off {
    text-decoration: line-through;
    color: rgb(86,86,86);
}
.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

/*.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}*/

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

#main {
  transition: margin-left .5s;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}

.jumbotron p {
    font-size: 19px !important;
}

.jumbotron .radio-inline {
    font-size: 13px;
}
.col-sm-offset1-1{
    margin-left: 4.333333%;
}
tfoot input {
        width: 100%;
        padding: 3px;
        box-sizing: border-box;
    }
div.dataTables_wrapper {
        width: inherit;
        margin: 0 auto;
    }
tr.group,
tr.group:hover {
    background-color: #ddd !important;
}
.group {
    color: #333333;
}
td.center{
    text-align:center;
}
td.right{
    text-align:right;
}
.form-inline .form-control {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.box-icon-error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    color: #eee;
    font-size: 5em;
    text-align: center;
    border-radius: 100px;
    background-color: #a94442;
}

/* enable absolute positioning */
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

.loadingGrid {    
    position: relative;
    top: 60px;    
    left: 30%;
}

/* FIN Patricia
------------------------------------------------------------ */

 .list-user-menu {
    display: flex;
    align-items: center;
}

.list-user-menu__photo {
    display: flex;
    align-items: center;
    margin-top: 8px;
    max-width: 100%;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}
