/* Large desktop & notebooks */

@media (min-width: 980px) {
    /* sidebar */

    #sidebar {
        position: absolute;
        width: 215px;
    }
    #sidebar ul {
        margin-top: 50px;
        width: 215px;
    }
    /* body container */

    #main-content {
        margin-top: 0px !important;
    }
    .fixed-top #main-content {
        margin-top: 20px;
    }
}
@media (max-width: 530px) {
    div .top-nav {
        display: none !important;
    }
}
/* dashboard date range button for all device size */
/* General styles for phones and tablets */

@media (max-width: 979px) {
    #ocultarmenu {
        z-index: 2
    }
    /* header bar */

    #header .navbar-inner li.dropdown i {
        display: inline-block;
        position: relative;
        top: 1px;
        right: -2px;
    }
    #header.navbar {
        margin-bottom: 0px !important;
    }
    #header .navbar-search {
        margin-left: 80px !important;
    }
    /* page title*/

    .page-title {
        margin: 4px 0px 7px 0px !important;
    }
    /* body */

    .fixed-top #main-content {
        margin-top: 0px;
    }
    /* container */

    #container {
        margin-top: 0px !important;
    }
    .fixed-top #container {
        margin-top: 0px !important;
    }
    #sidebar .sidebar-toggler {
        position: absolute;
        top: 80px;
        left: 0px;
        /*	display: none; */
    }
    #sidebar.in {
        margin-top: 9px !important;
    }
    #sidebar ul {
        margin-top: 0px !important;
        width: 100%;
    }
    .top-nav .text {
        display: none;
    }
    /* sidebar menu */

    #sidebar .triangle {
        display: none;
    }
    #sidebar {
        -webkit-border-radius: 4px !important;
        -moz-border-radius: 4px !important;
        border-radius: 4px !important;
    }
    #sidebar > ul > li:first-child > a {
        border-top: 0px !important;
    }
    #sidebar > ul > li:last-child > a {
        border-bottom: 0px !important;
    }
    #sidebar > ul > li:first-child > a:hover,
    #sidebar > ul > li.active:first-child > a {
        -webkit-border-radius: 4px 4px 0 0 !important;
        -moz-border-radius: 4px 4px 0 0 !important;
        border-radius: 4px 4px 0 0 !important;
        border-top: 0px !important;
    }
    #sidebar > ul > li:last-child > a:hover,
    #sidebar > ul > li.active:last-child > a {
        -webkit-border-radius: 0 0 4px 4px !important;
        -moz-border-radius: 0 0 4px 4px !important;
        border-radius: 0 0 4px 4px !important;
        border-bottom: 0px !important;
    }
    /* stat overview containers */

    .stats-overview-cont {
        margin: 0px;
    }
    .stats-overview {
        margin: 0px;
        padding: 10px 10px 0px 10px;
        margin-bottom: 20px;
    }
    .stats-overview .details .title {
        font-size: 13px;
    }
    /* cirlce stats */

    .circle-stat .details {
        margin-top: 0px !important;
    }
    .circle-stat .details .title {
        margin: 0px !important;
    }
    /* style switcher */

    #theme-change {
        top: 55px;
        right: 28px;
    }
    #logoPanel {
        width: 100px;
    }
}
@media (max-width: 835px) and (min-width: 766px) {
    #userPanel {
        top: -50px;
        /*padding: auto;*/
    }
}
@media (min-width: 768px) and (max-width: 1280px) {
    /***
    Form wizard
    ***/

    .form-wizard .step .desc {
        margin-top: 10px;
        display: inline;
    }
    /***
    Pricing tables
    ***/

    .pricing-table .rate .price,
    .pricing-table2 .rate .price {
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }
}
/* Portrait tablet to landscape and desktop */

@media (min-width: 768px) and (max-width: 979px) {
    /* body */

    body {
        padding-top: 0px;
    }
    /* body container */

    #main-content {
        margin: 7px !important;
        /*position: none !important;*/
    }
    /* sidebar */

    #sidebar {
        margin: 0px 7px 10px 7px !important;
    }
    /* sidebar collabler */

    #sidebar .btn-navbar.collapsed .arrow {
        display: none;
    }
    #sidebar .btn-navbar .arrow {
        position: absolute;
        right: 35px;
        width: 0;
        height: 0;
        top: 48px;
        border-bottom: 15px solid #282e36;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
    }
    #theme-change {
        border-radius: 5px !important;
        -webkit-border-radius: 5px !important;
        -moz-border-radius: 5px !important;
        top: 80px !important;
    }
}
/* Landscape phones and down */

@media (max-width: 767px) {
    /* body */

    body {
        padding: 0px 5px 5px 5px !important;
    }
    #header .brand {
        margin-top: -5px !important;
        padding: 22px 35px !important;
    }
    #header.navbar-inverse .navbar-inner {
        height: 68px !important;
    }
    .navbar-inverse .brand,
    .navbar-inverse .nav > li > a {
        color: #fff !important;
    }
    .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
        border-bottom-color: #FFF !important;
        border-top-color: #FFF !important;
    }
    #theme-change {
        border-radius: 5px !important;
        -webkit-border-radius: 5px !important;
        -moz-border-radius: 5px !important;
        top: 80px !important;
    }
    /* header */

    #header {
        padding-left: 0px;
        padding-right: 0px;
        margin: 0px;
        margin-left: -5px;
        margin-right: -5px;
    }
    #footer {
        padding-left: 0px;
        padding-right: 0px;
    }
    #header .navbar-inner {
        padding-top: 0px !important;
        margin-top: 0px !important;
        height: 50px !important;
    }
    /* sidebar */

    #sidebar > ul > li:first-child > a:hover,
    #sidebar > ul > li.active:first-child > a {
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        border-radius: 0px !important;
    }
    /* sidebar */

    #sidebar .btn-navbar .arrow {
        display: none;
    }
    #sidebar {
        margin: 0px 0px 8px 0px !important;
    }
    #sidebar .navbar-search {
        width: 100% !important;
    }
    #sidebar.in {
        margin-top: 7px !important;
    }
    /* header */

    #header .top-nav .nav {
        margin-top: 0px;
        margin-right: 5px;
    }
    #header .navbar-inner {
        padding-top: 0px !important;
        margin-top: 0px !important;
    }
    .container-fluid {
        margin: 0px;
        padding: 5px;
    }
    /* main container */

    #container {
        margin-top: 0px !important;
    }
    /* body container */

    #main-content {
        margin: 0px !important;
    }
    /* style switcher */

    #theme-change {
        top: 58px;
        right: 12px;
    }
    .breadcrumb {
        padding-left: 10px;
        padding-right: 10px;
        margin-left: -5px;
        margin-right: -5px;
    }
    #header.navbar .nav > li > .dropdown-menu.notification::after {
        margin-right: 110px;
    }
    #header.navbar .nav > li > .dropdown-menu.notification {
        margin-right: -105px;
    }
    #header.navbar .nav > li > .dropdown-menu.inbox::after {
        margin-right: 85px;
    }
    #header.navbar .nav > li > .dropdown-menu.inbox {
        margin-right: -80px;
    }
    /* main container  */

    #container {
        margin-top: 1px !important;
    }
    .fixed-top #container {
        margin-top: 1px !important;
    }
    .widget-body.form .form-actions {
        padding-left: 15px;
    }
    /* gritter notification fix */

    #gritter-notice-wrapper {
        right: 1px !important;
    }
    .circle-stats {
        margin: 0px 0px !important;
    }
    /* cirlce stats */

    .circle-stat .details .title {
        margin: 10px 0px !important;
    }
    /*input error states*/

    .input-icon .input-error,
    .input-icon .input-warning,
    .input-icon .input-success {
        top: -25px;
        float: right;
        right: 10px !important;
    }
    /*table advance*/

    .table-advance tr td.highlight:first-child a {
        margin-left: 8px;
    }
    /* full calendar fix */

    .fc-header-right {
        left: 25px;
        position: absolute;
    }
    .fc-header-left .fc-button {
        margin: 0px !important;
        top: 5px !important;
    }
    .fc-header-right .fc-button {
        margin: 0px !important;
        top: 50px !important;
    }
    .fc-button {
        border: none !important;
        margin-right: 2px;
    }
    .fc-view {
        top: 0px !important;
    }
    .fc-button .fc-button-inner {
        margin: 0px !important;
        padding: 2px !important;
        border: none !important;
        margin-right: 2px !important;
        background-color: #fafafa !important;
        background-image: -moz-linear-gradient(top, #fafafa, #efefef) !important;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#efefef)) !important;
        background-image: -webkit-linear-gradient(top, #fafafa, #efefef) !important;
        background-image: -o-linear-gradient(top, #fafafa, #efefef) !important;
        background-image: linear-gradient(to bottom, #fafafa, #efefef) !important;
        /*filter: progid: dximagetransform.microsoft.gradient(startColorstr='#fafafa', endColorstr='#efefef', GradientType=0) !important;*/
        -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, .8) !important;
        -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, .8) !important;
        box-shadow: 0 1px 0px rgba(255, 255, 255, .8) !important;
        -webkit-border-radius: 3px !important;
        -moz-border-radius: 3px !important;
        border-radius: 3px !important;
        color: #646464 !important;
        border: 1px solid #ddd !important;
        text-shadow: 0 1px 0px rgba(255, 255, 255, .6) !important;
        text-align: center;
    }
    .fc-button.fc-state-disabled .fc-button-inner {
        color: #bcbbbb !important;
    }
    .fc-button.fc-state-active .fc-button-inner {
        background-color: #e5e4e4 !important;
        background-image: -moz-linear-gradient(top, #e5e4e4, #dddcdc) !important;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e5e4e4), to(#dddcdc)) !important;
        background-image: -webkit-linear-gradient(top, #e5e4e4, #dddcdc) !important;
        background-image: -o-linear-gradient(top, #e5e4e4, #dddcdc) !important;
        background-image: linear-gradient(to bottom, #e5e4e4, #dddcdc) !important;
        /*filter: progid: dximagetransform.microsoft.gradient(startColorstr='#e5e4e4', endColorstr='#dddcdc', GradientType=0) !important;*/
    }
    .fc-content {
        margin-top: 50px;
    }
    .fc-header-title h2 {
        line-height: 40px !important;
        font-size: 12px !important;
    }
    .fc-header {
        margin-bottom: 0px !important;
    }
    /* footer */

    #footer .go-top {
        float: right;
        display: block;
        margin-top: -22px;
        margin-right: 0px;
        margin-bottom: 5px !important;
    }
    #counter {
        width: 300px !important;
    }
    .points {
        display: none;
    }
    .countDays,
    .countHours,
    .countMinutes,
    .countSeconds {
        margin: 10px;
    }
}
/* Landscape phones and down */

@media (max-width: 430px) {
    #login .lock {
        display: none !important;
    }
    #login,
    #lock {
        width: 260px !important;
        margin: 50px auto 0 !important;
    }
    #counter {
        width: 300px !important;
    }
    .points {
        display: none;
    }
    .countDays,
    .countHours,
    .countMinutes,
    .countSeconds {
        margin: 10px;
    }
    #header .brand {
        margin-top: -5px !important;
        padding: 22px 35px !important;
    }
    .dashboard-report-li {
        float: left;
        width: 100%;
        padding: 0px !important;
    }
    #header.navbar-inverse .navbar-inner {
        height: 68px !important;
    }
    .navbar-inverse .brand,
    .navbar-inverse .nav > li > a {
        color: #fff !important;
    }
    .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
        border-bottom-color: #FFF !important;
        border-top-color: #FFF !important;
    }
}
/* Landscape phones and down */

@media (max-width: 385px) {
    div .top-menu {
        display: none !important;
    }
    #theme-change {
        top: 92px !important;
        right: 12px !important;
    }
    #login .lock {
        display: none !important;
    }
    #login,
    #lock {
        width: 260px !important;
        margin: 50px auto 0 !important;
    }
    .m-wrap {
        width: 175px !important;
    }
    #counter {
        width: 300px !important;
    }
    .points {
        display: none;
    }
    .countDays,
    .countHours,
    .countMinutes,
    .countSeconds {
        margin: 10px;
    }
    #forgotform #input-email {
        width: 203px;
    }
    /* page title*/

    .page-title small {
        display: block;
        margin: 0px 0px 18px 0px;
    }
    /* sidebar */

    #sidebar.in {
        margin-top: 7px !important;
    }
    #header .navbar-inner {
        padding-top: 0px !important;
        margin-top: 0px !important;
        height: 84px !important;
    }
    .navbar-inverse .brand,
    .navbar-inverse .nav > li > a {
        color: #fff !important;
    }
    .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
        border-bottom-color: #FFF !important;
        border-top-color: #FFF !important;
    }
}
/* Landscape phones and down */

@media (max-width: 320px) {
    .hidden-phone {
        display: none;
    }
    .mobile_version {
        width: 300px !important;
    }
    #login .lock {
        display: none !important;
    }
    #login,
    #lock {
        width: 260px !important;
        margin: 50px auto 0 !important;
    }
    .m-wrap {
        width: 175px !important;
    }
    #counter {
        width: 300px !important;
    }
    .points {
        display: none;
    }
    #forgotform #input-email {
        width: 203px;
    }
    #header .brand {
        margin-top: -5px !important;
        padding: 22px 22px !important;
    }
    .navbar-inverse .brand,
    .navbar-inverse .nav > li > a {
        color: #fff !important;
    }
    .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
        border-bottom-color: #FFF !important;
        border-top-color: #FFF !important;
    }
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
/*RESPONSIVE DEVICES*/
/*IPhone 5*/

@media (max-width: 320px) {
    .modal {
        position: fixed;
        top: 10%;
        /*left: -160px;*/

        z-index: 1050;
        width: 300px;
        margin-left: -150px;
    }
    .modal-body {
        height: 350px;
    }
    .hidden-xs {
        display: none !important;
    }
    #botonera {
        display: flex;
        position: fixed;
        top: -15px;
        right: -15px;
    }
    .modal-footer {
        background-color: transparent;
    }
}
/*IPhone 6 Plus*/

@media (min-width: 321px) and (max-width: 414px) {
    .modal {
        position: fixed;
        top: 10%;
        /*left: -160px;*/

        z-index: 1050;
        width: 360px;
        margin-left: -180px;
    }
    #botonera {
        display: flex;
        position: fixed;
        top: -15px;
        right: -15px;
    }
    .modal-footer {
        background-color: transparent;
    }
    .modal-body {
        height: 450px;
    }
    .hidden-xs {
        display: none !important;
    }
}
/*xs*/

@media (min-width: 568px) and (max-width: 767px) {
    .modal {
        position: fixed;
        top: 1px;
        left: 52%;
        z-index: 1050;
        width: 568px;
        margin-left: -290px;
    }
    .modal-body {
        height: 300px;
    }
    #botonera {
        display: flex;
        position: fixed;
        top: -15px;
        right: -15px;
    }
    .modal-footer {
        background-color: transparent;
    }
    .fixed-top #main-content {
        overflow-x: auto;
    }
    .hidden-xs {
        display: none !important;
    }
}
/*sm*/

@media (min-width: 768px) and (max-width: 991px) {
    .modal {
        position: fixed;
        top: 10%;
        left: 50%;
        z-index: 1050;
        width: 760px;
        margin-left: -380px;
    }
    .modal-body {
        height: 300px;
    }
    .hidden-sm {
        display: none !important;
    }
}
/*md*/

@media (min-width: 992px) and (max-width: 1199px) {
    .modal {
        position: fixed;
        top: 10%;
        left: 50%;
        z-index: 1050;
        width: 990px;
        margin-left: -495px;
    }
    .hidden-md {
        display: none !important;
    }
}
/*lg*/

@media (min-width: 1200px) {
    .modal {
        position: fixed;
        top: 10%;
        left: 50%;
        z-index: 1050;
        width: 1000px;
        margin-left: -500px;
    }
    .hidden-lg {
        display: none !important;
    }
}