﻿/****************************************************************************/
/* General */
/****************************************************************************/

body, html {
    height: 100%;
    background-color: #f5f5f5;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
}

a.disabled {
    pointer-events: none;
    cursor: default;
    color: #a0a0a0 !important;
}

img.main-header-logo {
    width: 100%;
}

.far {
    margin-left: 3px;
}

.fas {
    margin-left: 3px;
}

.row.well {
    padding: 0;
    background-color: #ffffff;
}

li.dropdown {
    display: block;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #003891;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #b5bac0;
}

nav.sidebar, .main {
    -webkit-transition: margin 200ms ease-out;
    -moz-transition: margin 200ms ease-out;
    -o-transition: margin 200ms ease-out;
    transition: margin 200ms ease-out;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #969696;
        background-color: transparent;
    }

    .navbar-default .navbar-nav > li {
        color: #969696;
    }

        .navbar-default .navbar-nav > li > a:hover, nav.sidebar .navbar-nav > li.active {
            -webkit-box-shadow: -10px 0px 0px -8px #003891;
            -moz-box-shadow: -10px 0px 0px -8px #003891;
            box-shadow: -10px 0px 0px -8px #003891;
            color: #003891;
            height: 86px;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        -webkit-box-shadow: -10px 0px 0px -8px #003891;
        -moz-box-shadow: -10px 0px 0px -8px #003891;
        box-shadow: -10px 0px 0px -8px #003891;
        color: #003891;
        font-weight: 900 !important;
    }

.navbar-nav li:hover a .menu-text {
    font-weight: 900 !important;
}

li.active a span p.menu-text {
    font-weight: 900;
}

nav.navbar.navbar-default.sidebar {
    margin-bottom: 0;
}

/*.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #003891 !important;
}*/

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: transparent;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #003891;
    border-bottom: 2px solid #003891;
    border-radius: 0;
    margin-bottom: 0;
}

.nav-pills > li > p {
    background-color: transparent;
    font-family: 'Lato', sans-serif;
    color: gray;
    border-radius: 0;
    margin-bottom: 0;
    font-size: 18px;
    padding: 10px 15px;
}

ul.nav.nav-pills.nav-fill.datalist-large-body-band-menu {
    webkit-box-shadow: 0px 1px 0px 0px #b5bac0;
    -moz-box-shadow: 0px 1px 0px 0px #b5bac0;
    box-shadow: 0px 1px 0px 0px #b5bac0;
}

nav.sidebar a {
    padding-top: 30px;
}

.main {
    padding: 10px 10px 0 10px;
}

textarea#notes {
    resize: none;
}

@media (min-width: 765px) {

    .main {
        position: absolute;
        width: calc(100% - 40px);
        margin-left: 40px;
        float: right;
    }

    nav.sidebar:hover + .main {
        margin-left: 200px;
    }

    nav.sidebar.navbar.sidebar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 0px;
    }

    nav.sidebar .navbar-brand, nav.sidebar .navbar-header {
        text-align: center;
        width: 100%;
        margin-left: 0px;
    }

    nav.sidebar a {
        padding-right: 13px;
    }

    /*nav.sidebar .navbar-nav > li:first-child{
      border-top: 1px #e5e5e5 solid;
    }

    nav.sidebar .navbar-nav > li {
        border-bottom: 1px #e5e5e5 solid;
    }*/

    nav.sidebar .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    nav.sidebar .navbar-collapse, nav.sidebar .container-fluid {
        padding: 0;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

    /*nav.sidebar{
      width: 200px;
      height: 100%;
      margin-left: -160px;
      float: left;
      margin-bottom: 0px;
    }*/

    nav.sidebar li {
        width: 100%;
    }

    nav.sidebar:hover {
        margin-left: 0px;
    }

    .forAnimate {
        opacity: 0;
    }
}

@media (min-width: 1330px) {

    .main {
        width: calc(100% - 200px);
        margin-left: 200px;
    }

    /* nav.sidebar{
      margin-left: 0px;
      float: left;
    }*/

    nav.sidebar .forAnimate {
        opacity: 1;
    }
}

nav.sidebar .navbar-nav .open .dropdown-menu > li > a:hover, nav.sidebar .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #CCC;
    background-color: transparent;
}

nav:hover .forAnimate {
    opacity: 1;
}

section {
    padding-left: 15px;
}

.well {
    background-color: white;
    /*margin-top: 10px;*/
    margin-bottom: 0;
    border-radius: 0;
}

.container {
    width: 100%;
    /*padding: 50px;*/

    /*padding-left: 120px;
    padding-right: 0;*/
}

@media (max-width: 768px) {
    .container {
        width: 80%;
        padding-left: 0;
        padding-right: 0;
    }
}

.btn-warning {
    background-color: #91004b;
    border: 1px solid #91004b;
    color: #ffffff;
    border-radius: 2px;
}

.btn-warning:hover {
    background-color: #ffffff;
    border: 1px solid #91004b;
    color: #91004b;
}

.btn-warning:active {
    background-color: #ffffff;
    border: 1px solid #91004b;
    color: #91004b;
}

.btn-warning:focus {
    background-color: #ffffff;
    border: 1px solid #91004b;
    color: #91004b;
}

.btn-info {
    background-color: #00d0ff;
    border: 1px solid #00d0ff;
    color: #ffffff;
    border-radius: 2px;
}

.btn-info:hover {
    background-color: #ffffff;
    border: 1px solid #00d0ff;
    color: #00d0ff;
}

.btn-info:active {
    background-color: #ffffff;
    border: 1px solid #00d0ff;
    color: #00d0ff;
}

.btn-info:focus {
    background-color: #ffffff;
    border: 1px solid #00d0ff;
    color: #00d0ff;
}

.btn-basic:hover {
    background-color: #ffffff;
    border: 1px solid #969696;
    color: #969696;
}

.btn-primary {
    background-color: #003891;
    border: 1px solid #003891;
    border-radius: 2px;
    color: #ffffff;
    min-width: 130px;
    height: 50px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    /*margin-left: unset !important;
    margin-right: unset !important;*/
}

    .btn-primary:hover {
        background-color: #ffffff;
        border: 1px solid #003891;
        border-radius: 2px;
        color: #003891;
        font-weight: 900;
    }

    .btn-primary:active {
        background-color: #003891;
        border: 1px solid #003891;
        border-radius: 2px;
        color: #ffffff;
        font-weight: 500;
    }

    .btn-primary:focus {
        background-color: #003891;
        border: 1px solid #003891;
        border-radius: 2px;
        color: #ffffff;
        font-weight: 500;
    }

    .btn-primary:disabled {
        background-color: #e0e0e0;
        border: 1px solid #003891;
        border-radius: 2px;
        color: #003891;
        font-weight: 500;
    }

.btn-default {
    background-color: #ffffff;
    border: 1px solid #003891;
    border-radius: 2px;
    color: #003891;
    min-width: 130px;
    height: 50px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-left: unset !important;
    margin-right: unset !important;
}

    .btn-default:hover {
        background-color: #003891;
        border: 1px solid #003891;
        border-radius: 2px;
        color: #ffffff;
        font-weight: 500;
    }

    .btn-default:active {
        background-color: #ffffff;
        border: 1px solid #003891;
        border-radius: 2px;
        color: #003891;
        font-weight: 900;
    }

    .btn-default:focus {
        background-color: #ffffff;
        border: 1px solid #003891;
        border-radius: 2px;
        color: #003891;
        font-weight: 900;
    }

a.btn.btn-sm.btn-default {
    font-size: 12px;
    height: unset;
    width: unset;
    border: 1px solid #003891;
    border-radius: 2px;
    color: #003891;
    font-weight: 700;
}

    a.btn.btn-sm.btn-default:hover {
        background-color: #003891;
        border: 1px solid #003891;
        border-radius: 2px;
        color: #ffffff;
        font-weight: 700;
    }

    ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
        color: #003891;
        font-size: 12px;
        font-weight: 900;
        border-color: #ffffff;
        -webkit-box-shadow: inset 0 2px 4px rgba(22, 63, 142, 0.15), 0 1px 2px rgba(22, 63, 142, 0.05);
        -moz-box-shadow: inset 0 2px 4px rgba(22, 63, 142, 0.15),0 1px 2px rgba(22, 63, 142, 0.05);
        box-shadow: inset 0 2px 4px rgba(22, 63, 142, 0.15), 0 1px 2px rgba(22, 63, 142, 0.05);
    }

    a.btn.btn-sm.btn-default:focus {
        background-color: #003891;
        border: 1px solid #003891;
        border-radius: 2px;
        color: #ffffff;
        font-weight: 700;
    }

.fa {
    background: transparent;
}

/*.tab-pane {
    padding: 10px 0;
}*/

.file {
    visibility: hidden;
    position: absolute;
}

img[src="data:image/jpeg;base64,"] {
    display: none;
}

.icon-button {
    border: none;
}

/*.icon-button:hover {
    color: #003891;
}*/

.disabled {
    pointer-events: none;
    cursor: default;
}



.centered {
    margin: 10px auto;
    display: block;
}

.img-van {
    margin: 0 0 20px 0;
}

.collection-points {
    font-size: 32px !important;
}

.check-delivered {
    color: red !important;
}

.check-returned {
    color: green !important;
}


#map {
    height: 400px;
}

button.browse.btn.btn-primary.input-lg {
    width: initial;
    height: 70px;
    padding: 0 20px 0 20px;
    margin: 0 -32px 0 0;
}

.input-group.col-xs-12.datasheet-body-band-image {
    padding: 20px 0 20px 0;
}

/****************************************************************************/
/* Menú principal */
/****************************************************************************/

.main-menu {
	border-color: transparent;
	background: transparent;
	text-transform: uppercase;
	padding: 30px 0px;
	table-layout: fixed;
}

/*.main-menu > a:hover, a:active {
	color: #003891;
}*/

.menu-logo {
	padding: 0px;
}

.menu-icon {
    font-size: 16px;
    /*width: 25px;*/
}

.menu-icon-config {
    padding-top: 35%;
}

.menu-text {
    padding: 0 20px;
    font-family: 'Lato regular', sans-serif;
    font-size: 14px;
    font-style: normal;
    text-transform: uppercase;
    display: inline;
    font-weight: 500;
}

.sign-panel {
    margin-bottom: 5px;
}

.sign-panel input[type="text"]  {
    height: 45px;
    margin-bottom: -5px !important;
}

.sign-panel input[type="password"]  {
    height: 45px;
    margin-bottom: -5px !important;
}

.sign-panel-inside {
    height: 45px;
}

nav.sidebar .navbar-nav > li {
    border: none;
    height: 86px;
}

/****************************************************************************/
/* Header band */
/****************************************************************************/

.main-header-band {
    padding: 0;
}

.main-header-band-user {
    position: absolute;
    /*bottom: 0;*/
    right: 0;
    padding-bottom: 20px;
}

.main-header-user {
    margin-right: 10px;
}

.main-header-band p {
    position: relative;
    margin-bottom: 0;
    float: right;
}

.main-header-band p span {
    font-size: 14px;
    color: #003891;
    font-weight: 500;
}

.main-header-well-top-left {
    border-color: transparent;
    border-right-color: #e3e3e3;
}

.main-header-well-top-right {
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    padding-bottom: 21px;
}

.main-header-well-bottom-left {
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    padding-left: 0;
    padding-top: 0;
}

.main-header-well-bottom-right {
    border-bottom-color: transparent;
    border-right-color: transparent;
    background-color: #eef1f4;
}

.main-header-logo {
    /*width: 100%;
    height: auto;*/

    width: 187px;
    height: 57px;

    /*padding-bottom: 11px;*/
}

.main-header-company {
    padding-left: 0;
    padding-top: 12px;
}

.main-header-company h2 {
    margin: 0;
    font-family: 'Lato regular', sans-serif;
    font-size: 24px;
    color: #003891;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 500;
}

.main-header-title {
    padding-left: 0;
    padding-top: 15px;
}

.main-header-title h4 {
    margin: 0;
    font-size: 20px;
    color: #003891;
    font-style: normal;
    font-weight: 500;
}

/****************************************************************************/
/* Datasheet body band */
/****************************************************************************/

.datasheet-body-band {
    padding: 20px 20px;
}

.datasheet-body-band-row {
    margin: 0 -15px;
}

.datasheet-body-band h3 {
    margin: 20px;
}

.datasheet-body-band p {
    margin: 5px;
    font-size: 12px;
    line-height: 15px;
}

.datasheet-body-band p span {
    right: 0;
    font-weight: 900;
}

.datasheet-body-band hr {
    border-color: #d0d0d0;
    border-width: 1px;
}

.datasheet-body-band a {
    color: #272727;
}

.datasheet-body-band a:hover {
   /* color: #003891;*/
    text-decoration: none;
}

.datasheet-body-band a:active, a:visited {
    text-decoration: none;
}

.datasheet-body-band label {
    margin: 5px;
    font-size: 12px;
    line-height: 15px;
    font-weight: normal;
}

.form-control:focus {
    border-color: #003891;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.datasheet-body-band select option {
    color: #c8c8c8;
}

.datasheet-body-band input  {
    height: 70px;
    border-radius: 2px;
    padding-top: 20px;
    padding-left: 18px;
    color: #5a5a5a;
    font-size: 18px;
    font-weight: 500;
}

.datasheet-body-band select {
    height: 70px;
    border-radius: 2px;
    padding-top: 20px;
    padding-left: 15px;
    color: #5a5a5a;
    font-size: 18px;
    font-weight: 500;
}

.datasheet-body-band input[type="number"]  {
    height: 70px;
    text-align: right;
    width: 100%;
    padding-left: 7px;
    border: 1px solid #969696;
}

.datasheet-body-band-image input[type="text"]  {
    height: 70px;
}

.datasheet-body-band input[type="time"]  {
    height: 70px;
    width: 100%;
    padding-left: 7px;
    border: 1px solid #969696;
}

input[onchange="validateHhMm(this);"] {
    padding-bottom: 10px;
}

input[type="time" i] {
    padding-top: 30px;
    /*background-color: #ffffff !important;*/
}

.datasheet-body-band-image span button {
    height: 50px;
}

.datasheet-body-band-btn {
    padding: 20px 0;
}

.datasheet-body-band-row-label {
    margin: 5px;
    font-size: 18px !important;
    line-height: 22px !important;
    padding: 10px 0;
}

@media (max-width: 768px) {
    .datasheet-body-band-row-label {
        font-size: 16px !important;
        line-height: 20px !important;
        padding: 10px 0;
    }
}

p.form-label-text {
    position: relative;
    top: 35px;
    left: 15px;
    color: #c8c8c8;
    font-size: 12px;
    font-weight: 400;
}

p.form-label-text-left {
    position: relative;
    top: 35px;
    left: 6px;
    color: #c8c8c8;
    font-size: 12px;
    font-weight: 400;
}

p.form-type-time.form-label-text {
    top: 25px;
    left: 5px;
}

.form-well, .form-well-simple-mod {
    border-radius: 5px;
    padding: 0 0 20px 0;
}

.form-pad-01 {
    margin-right: 10px;
    width: 49.17%;
    min-height: 600px !important;
}

.form-pad-02 {
    margin-left: 10px;
    width: 49.17%;
    min-height: 600px !important;
}

.form-group {
    margin: 0;
    padding-right: 15px;
    padding-left: 20px;
}

.form-group-pad-01 {
    padding-right: 20px;
}

.form-input-left {
    margin-left: -8px;
}

input#image {
    width: 400px;
    height: 150px;
    padding: 50px;
}

button.btn-form-group.btn.btn-default {
    float: right;
    margin-top: 20px;
    margin-right: 5px;
    margin-left: 20px;
}

.form-group-button {
    margin-top: 35px;
}

/* Particulares */

/*.datasheet-body-band-image-pane-photo {
    height: 340px;
}

.datasheet-body-band-image-pane-photonew {
    height: 560px;
}

.datasheet-body-band-image-pane-header {
    height: 660px;
}

.datasheet-body-band-image-pane-icon {
    height: 100px;
}*/


/****************************************************************************/
/* Dashboard body band */
/****************************************************************************/

.dashboard-body-band {
    padding: 20px 20px;
}

.dashboard-body-band h3 {
    /*margin: 20px;*/
}

.dashboard-body-band p {
    margin: 5px;
    font-size: 12px;
    line-height: 15px;
}

.dashboard-body-band p span {
    right: 0;
    font-weight: bold;
}

.dashboard-body-band hr {
    border-color: #d0d0d0;
    border-width: 1px;
}

.dashboard-body-band a {
    color: #272727;
}

.dashboard-body-band a:hover {
    color: #003891;
    text-decoration: none;
}

.dashboard-body-band a:active, a:visited {
    text-decoration: none;
}

.dashboard-body-band label {
    margin: 5px;
    font-size: 12px;
    line-height: 15px;
}

.dashboard-body-band select {
    height: 40px;
}

.dashboard-body-band select option {
    color: #323232;
}

.dashboard-body-band input[type="text"]  {
    height: 40px;
}

.dashboard-body-band input[type="number"]  {
    height: 40px;
    text-align: right;
}

.dashboard-body-band-image input[type="text"]  {
    height: 50px;
}

.dashboard-body-band-image span button {
    height: 50px;
}

.dashboard-body-band-image-pane {
    height: 340px;
}

.dashboard-body-band-image-panenew {
    height: 720px;
}

/****************************************************************************/
/* Dataview body band */
/****************************************************************************/

.dataview-body-band {
    padding: 20px 0;
}

.dataview-body-band h3 {
    margin: 20px;
}

.dataview-body-band p {
    font-size: 12px;
    line-height: 22px;
}

.dataview-body-band p span {
    right: 0;
    font-weight: bold;
}

.dataview-body-band hr {
    border-color: #d0d0d0;
    border-width: 1px;
}

.dataview-body-band-img1 {
    width: 900px;
    height: 300px;
    margin: auto;
}

.dataview-body-band-img2 {
    width: 400px;
    height: 566px;
    margin: auto;
}

.dataview-body-band-img3 {
    width: 1920px;
    height: 640px;
    margin: auto;
}

.dataview-body-band-img4 {
    width: 570px;
    height: 320px;
    margin: auto;
}

/****************************************************************************/
/* Datalist body band */
/****************************************************************************/

.datalist-body-band {
    padding: 20px 20px;
}

.datalist-body-band-header {
    height: 20px;
    margin-top: 20px;
}

.datalist-body-band h3 {
    margin: 20px;
}

.datalist-body-band h5 {
    margin: 20px;
    font-weight: bold;
}

.datalist-body-band p {
    font-size: 14px;
    margin: 2px 2px;
    line-height: 22px;
}

.datalist-body-band p span {
    right: 0;
    font-weight: bold;
}

.datalist-body-band hr {
    border-color: #d0d0d0;
    border-width: 1px;
}

.datalist-body-band a {
    color: #323232;
    margin: 2px 1px;
    font-size: 14px;
    line-height: 22px;
}

.datalist-body-band a:hover {
    color: #003891;
    text-decoration: none;
}

.datalist-body-band a:active, a:visited {
    text-decoration: none;
}

.datalist-body-band button {
    margin: 25px;
}

.datalist-body-band-separator hr {
    border-top: 1px solid #e9e9e9 !important;
    margin: 2px 0;
}

.datalist-body-band-row {
    background: #f9f9f9;
    border-radius: 10px;
}

.datalist-body-band-row.jobs p {
    font-size: 9px;
    line-height: 10px;
}

@media (max-width: 768px) {
    .datalist-body-band-header {
        height: 80px;
        margin-top: 20px;
    }
    .datalist-body-band p {
        font-size: 10px;
        line-height: 16px;
    }
    .datalist-body-band a {
        font-size: 10px;
        line-height: 16px;
    }

    .datalist-body-band-actions {
        padding: 0;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .datalist-body-band-header {
        height: 70px;
        margin-top: 20px;
    }
    .datalist-body-band p {
        font-size: 10px;
        line-height: 16px;
    }
    .datalist-body-band a {
        font-size: 10px;
        line-height: 16px;
    }
    .datalist-body-band-actions {
        padding: 0;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .datalist-body-band p {
        font-size: 12px;
        line-height: 20px;
    }
    .datalist-body-band a {
        font-size: 12px;
        line-height: 20px;
    }
    .datalist-body-band-actions {
        padding: 0;
    }
}
@media (min-width: 1200px) and (max-width: 1366px) {
    .datalist-body-band p {
        font-size: 13px;
        line-height: 21px;
    }
    .datalist-body-band a {
        font-size: 13px;
        line-height: 21px;
    }
    .datalist-body-band-actions {
        padding: 0;
    }
}
@media (min-width: 1366px) {
}

/****************************************************************************/
/* Datalist large body band */
/****************************************************************************/

.datalist-large-body-band {
    padding: 20px 20px;
}

.datalist-large-body-band-header {
    height: 20px;
    margin-top: 20px;
}

.datalist-large-body-band-menu {
    /*height: 90px;
    padding-left: 15px;*/
    margin-bottom: 20px;
}

.datalist-large-body-band h3 {
    margin: 20px;
}

.datalist-large-body-band p {
    font-size: 14px;
    margin: 2px 2px;
    line-height: 22px;
    height: 66px;
}

.datalist-large-body-band p span {
    right: 0;
    font-weight: bold;
}

.datalist-large-body-band hr {
    border-color: #d0d0d0;
    border-width: 1px;
}

.datalist-large-body-band a {
    color: #323232;
    margin: 2px 1px;
    font-size: 14px;
    line-height: 22px;
}

/*.datalist-large-body-band button {
    color: #323232;
    margin: 2px 2px;
    font-size: 12px;
    line-height: 28px;
}*/

.datalist-large-body-band button {
    margin: 25px;
}

.datalist-large-body-band a:hover {
    color: #003891;
    text-decoration: none;
}

.datalist-large-body-band a:active, a:visited {
    text-decoration: none;
}

.datalist-large-body-band-menu > li > a {
    font-size: 18px;
    color: #b5bac0;
    font-weight: 500;
}

.datalist-large-body-band-menu > li > a:hover, .datalist-large-body-band-menu > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    font-size: 18px;
    color: #003891;
    font-weight: 900;
    border-bottom: 2px solid #003891;
    border-radius: 0;
    margin-bottom: 0;
}

.datalist-large-body-band-header-xs {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    margin-top: 20px;
}

.datalist-large-body-band-header-xs p span{
    font-size: 16px;
}

.datalist-large-body-band-header-xs hr{
    width: 100%;
    margin: 0;
    border: 1px solid #b5bac0;
}

.datalist-large-body-band-header-height {
    height: 70px;
}

.datalist-large-body-band-header-height p {
    padding-top: 5px;
}

.datalist-large-body-band-row {
    padding: 15px 0 0 0;
    height: 60px;
    background: #f9f9f9;
    border-radius: 10px;
}

.datalist-large-body-band-separator hr {
    border-top: 1px solid #e9e9e9 !important;
    margin: 2px 0;
}

@media (max-width: 768px) {
    .datalist-large-body-band-header {
        /*height: 80px;*/
        margin-top: 20px;
    }

    .datalist-large-body-band p {
        font-size: 10px;
        line-height: 16px;
    }

    .datalist-large-body-band a {
        font-size: 10px;
        line-height: 16px;
    }

    .datalist-large-body-band-actions {
        padding: 0;
    }

    .datalist-large-body-band-separator hr {
        margin: 15px 0;
    }

    .datalist-large-body-band-row {
        background: none !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .datalist-large-body-band-header {
        height: 24px;
        margin-top: 20px;
    }

    .datalist-large-body-band p {
        font-size: 10px;
        line-height: 16px;
    }

    .datalist-large-body-band a {
        font-size: 10px;
        line-height: 16px;
    }

    .datalist-large-body-band-actions {
        padding: 0;
    }
    .datalist-large-body-band-separator hr {
        margin: 15px 0;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .datalist-large-body-band p {
        font-size: 11px;
        line-height: 19px;
    }

    .datalist-large-body-band a {
        font-size: 11px;
        line-height: 19px;
    }

    .datalist-large-body-band-actions {
        padding: 0;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .datalist-large-body-band p {
        font-size: 11px;
        line-height: 19px;
    }

    .datalist-large-body-band a {
        font-size: 11px;
        line-height: 19px;
    }

    .datalist-large-body-band-actions {
        padding: 0;
    }
}

@media (min-width: 1400px) {
}

/****************************************************************************/
/* Datalist huge body band */
/****************************************************************************/

.datalist-huge-body-band {
    padding: 20px 20px;
}

.datalist-huge-body-band h3 {
    margin: 20px;
}

.datalist-huge-body-band p {
    font-size: 14px;
    margin: 2px 2px;
    line-height: 22px;
    height: 70px;
}

.datalist-huge-body-band img {
    margin-top: -15px;
}

.datalist-huge-body-band p span {
    right: 0;
    font-weight: bold;
}

.datalist-huge-body-band hr {
    border-color: #d0d0d0;
    border-width: 1px;
}

.datalist-huge-body-band a {
    color: #323232;
    margin: 2px 1px;
    font-size: 14px;
    line-height: 28px;
}

.datalist-huge-body-band a:hover {
    color: #003891;
    text-decoration: none;
}

.datalist-huge-body-band a:active, a:visited {
    text-decoration: none;
}

/****************************************************************************/
/* List - Background color */
/****************************************************************************/

.background-list p {
    height: unset;
    color: #ffffff;
}

.background-list a {
    color: #ffffff;
}

.background-list-color-00 {
    background-color: #ffffff;
    padding: 20px 0 20px 0;
    color: #969696;
} 

.background-list-color-01 {
    background-color: #969696;
    padding: 20px 0 20px 0;
    color: #ffffff;
}

.background-list-color-02 {
    background-color: #5a5a5a;
    padding: 20px 0 20px 0;
    color: #ffffff;
}

.background-list-color-03 {
    background-color: #003891;
    padding: 20px 0 20px 0;
    color: #ffffff;
}

/****************************************************************************/
/* Bloque acciones 'manage-block-pages-01' */
/****************************************************************************/

.manage-block-pages-01 {
	margin: 0px 0px 0px -40px;
    text-align: center;
}

.manage-block-pages-01 li {
	font-size: 12px;
	line-height: 26px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 10px;
}

.manage-block-pages-01 li a {
	font-size: 12px !important;
    color: #003891;
}

.manage-block-pages-01 li a:hover {
    color: #003891;
}

.manage-block-pages-01 li.active>a {
    background: #003891;
    border: transparent;
}

.manage-block-pages-01 li.active>a:hover {
    background: #003891;
    border: transparent;
    text-decoration: none;
}

.manage-block-pages-01 li:hover {
	border-left: 2px solid #003891;  
}

.manage-block-pages-01-paginator {
	margin: 20px 0px 0px 40px;
}

.manage-block-pages-01-header p a:hover {
    color: #003891;
}

.manage-block-pages-01-paginator p a:hover {
    color: #003891;
    text-decoration: none;
}

.pagination li a {
    font-size: 50%;
}

/****************************************************************************/
/* Bloque acciones 'manage-block-pages-01' */
/****************************************************************************/

.manage-block-pages-01 {
	margin: 0px 0px 0px -40px;
    text-align: center;
}

.manage-block-pages-01 li {
	font-size: 12px;
	line-height: 26px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 10px;
}

.manage-block-pages-01 li a {
	font-size: 14px !important;
    color: #003891;
}

.manage-block-pages-01 li a:hover {
    color: #003891;
}

.manage-block-pages-01 li.active>a {
    background: #003891;
    border: transparent;
}

.manage-block-pages-01 li.active>a:hover {
    background: #003891;
    border: transparent;
    text-decoration: none;
}

/*.manage-block-pages-01 li:hover {
	border-left: 2px solid #003891;  
}*/

.manage-block-pages-01-paginator {
	margin: 20px 0px 0px 40px;
}

/*.manage-block-pages-01-header p a:hover {
    color: #003891;
}*/

.manage-block-pages-01-paginator p a:hover {
    color: #003891;
    text-decoration: none;
}

.pagination li a {
    font-size: 50%;
}

/****************************************************************************/
/* Carrusel de imágenes */
/****************************************************************************/

.carousel-indicators li {
    border-color: #003891;
}

.carousel-indicators .active {
    border-color: #003891;
    background-color: #003891;
}

.carousel-images {
    margin-left: -15px;
}

.carousel-01 {
  margin-top: 50px;
  margin-bottom: 70px;
}

.carousel-01-images {
  position: relative;
  padding-top: 35px;
  padding-bottom: 20px;
}

.carousel-01-images p {
  position: absolute;
  bottom: 30px;
  left: 23%;
}

.carousel-01-indicators {
 bottom: -50px;
}

.carousel-01-indicators li {
  border: 1px solid #272727;
}

.carousel-01-indicators .active {
  background-color: #272727;
  border: 1px solid #272727;
}

@media (max-width: 768px) {
  .carousel-01-images p {
    left: 25%;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .carousel-01-images p {
    left: 30%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .carousel-01-images p {
    left: 35%;
  }
}

@media (min-width: 1200px) {
  .carousel-01-images p {
    left: 15%;
  }
}


/****************************************************************************/
/* Bloque de información 'form-signin' */
/****************************************************************************/

.form-signin-container {
	background:url(../img/bg-dolombo.jpg) no-repeat center center;
	background-size: cover;
	display: block;
	height: 650px;
	padding: 0 !important;
	margin: 0;
}

.form-signin {
    max-width: 440px;
    margin: 100px auto;
    background: #ffffff;
    padding: 20px 30px 40px 30px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.form-signin h1,h2,label {
    color: #272727;
}

.form-signin h1 {
    font-size: 30px;
}

.form-signin h2 {
    font-size: 24px;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
    color: white;
}

.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[type="text"] {
    margin-bottom: 2px;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    border-color: #003891;
    margin-bottom: 5px;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    border-color: #003891;
    margin-bottom: 5px;
}

.form-signin button {
    background-color: #003891;
    border-color: transparent;
    width: 100%;
}

.form-signin button:hover {
    background-color: #dce6fa;
    border-color: transparent;
}

.form-signin a {
    color: #003891;
    margin-bottom: 10px;
}

.form-signin a:hover {
    text-decoration: none;       
}

/****************************************************************************/
/* Bloque de error de página */
/****************************************************************************/

.error-page {
    float: left;
    position: relative;
    margin: 0px 0px 60px 0px;
}

.error-page-info {
    position: absolute;
    top: 6%;
    left: 40px;
    color: white;
}

.error-page-info-boton {
    position: absolute;
    bottom: 6%;
    color: white;
}

.error-page-info h1 {
    font-size: 48px;
    line-height: 56px;
}

.error-page-info h2 {
    font-size: 24px;
    line-height: 28px;
    padding: 15px 0px;
}

.error-page-info p {
    font-size: 20px;
    line-height: 26px;
}

.boton-interior-error-page {
    background: white;
    color: #003891;
    font-size: 24px;
    border: none;
    width: 200px;
    height: 60px;
    float: right;
    margin: 25px;
}

@media (max-width: 768px) {
    .error-page-info {
        top: 3%;
    }

    .error-page-info-boton {
        bottom: 3%;
    }

    .error-page-info h1 {
        font-size: 18px;
        line-height: 22px;
    }

    .error-page-info h2 {
        font-size: 0px;
    }

    .error-page-info p {
        font-size: 0px;
    }

    .boton-interior-error-page {
        font-size: 9px;
        width: 75px;
        height: 25px;
        margin: 7px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .error-page-info {
        top: 4%;
    }

    .error-page-info-boton {
        bottom: 4%;
    }

    .error-page-info h1 {
        font-size: 24px;
        line-height: 36px;
    }

    .error-page-info h2 {
        font-size: 12px;
        line-height: 18px;
        padding: 10px 0px;
    }

    .error-page-info p {
        font-size: 14px;
        line-height: 18px;
    }

    .boton-interior-error-page {
        font-size: 12px;
        width: 100px;
        height: 30px;
        margin: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .error-page-info {
        top: 5%;
    }

    .error-page-info-boton {
        bottom: 5%;
    }

    .error-page-info h1 {
        font-size: 36px;
        line-height: 42px;
    }

    .error-page-info h2 {
        font-size: 18px;
        line-height: 21px;
        padding: 12px 0px;
    }

    .error-page-info p {
        font-size: 16px;
        line-height: 20px;
    }

    .boton-interior-error-page {
        font-size: 18px;
        width: 150px;
        height: 45px;
        margin: 20px;
    }
}

@media (min-width: 1200px) {
    .error-page-info {
    }
}


/****************************************************************************/
/* Bloque de información 'visibility-check' */
/****************************************************************************/

.visibility-check {
    margin: 15px;
    padding-top: 15px;
}

.visibility-check label {
    font-size: 18px;
}

.visibility-check span {
    height: 70px;
}

.visibility-check input[type="checkbox"]  {
    display: none;
}

.visibility-checkinput[type="checkbox"] + label {
    font-size: 12px;
    color: #323232;
    font-weight: normal;
}

.visibility-check input[type="checkbox"] + label span  {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../img/check_radio_sheet.png) left top no-repeat;
    cursor:pointer;
}

input[type="checkbox"]:checked + label span {
    background:url(../img/check_radio_sheet.png) -19px top no-repeat;
}


/****************************************************************************/
/* Bloque de pie de página 'footer-full-04' */
/****************************************************************************/

.footer-full-04 {
    margin: 0px 0px -20px 0px;
}

.footer-full-04-logo {
	margin: 15px 0px;
}

.footer-full-04-address {
	font-size: 12px;
	line-height: 15px;
	margin: 15px 0px;
}

.footer-full-04-therms {
	font-size: 14px;
	line-height: 20px;
	padding: 67px 0px;
}

.footer-full-04-therms a {
    color: #003891;
}

.footer-full-04-therms a:hover {
    text-decoration: none;
}

.footer-full-04-social-media {
	font-size: 14px;
	line-height: 15px;
	padding: 67px 0px;
    text-align: right;
}

.footer-full-04-social-media-icons {

}

.footer-full-04-social-media-icons li {
	list-style: none;
}

.footer-full-04-social-media a {
	color: white;
	display: inline-block;
	font-size: 14px;
}

.footer-full-04-social-media a span {
	width: 26px;
	height: 26px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    line-height: 26px;
}

.footer-full-04-copyright {
	font-size: 11px;
}


@media (max-width: 768px) {
	.footer-full-04-therms {
		font-size: 12px;
		line-height: 12px;
		padding: 27px 0px;
	}

	.footer-full-04-social-media {
		font-size: 12px;
		line-height: 12px;
		padding: 27px 0px; 
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	.footer-full-04-therms {
		font-size: 14px;
		line-height: 15px;
		padding: 27px 0px;
	}

	.footer-full-04-social-media {
		font-size: 14px;
		line-height: 15px;
		padding: 27px 0px; 
	}
}

@media (min-width: 992px) and (max-width: 1200px) {

}

@media (min-width: 1200px) {

}


/****************************************************************************/
/* Formulario de términos y condiciones */
/****************************************************************************/

.window-modal .modal-content {
	padding: 100px 0;
	min-height: 100%;
	border: 0;
	text-align: justify;
	-moz-background-clip: border-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.window-modal .close-modal {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 75px;
	height: 75px;
	background-color: transparent;
	cursor: pointer;
}

.window-modal .close-modal .lr {
	z-index: 1051;
	width: 1px;
	height: 75px;
	margin-left: 35px;
	background-color: #222;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.window-modal .close-modal .lr .rl {
	z-index: 1052;
	width: 1px;
	height: 75px;
	background-color: #222;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.boton-cerrar {
	background: #003891;
	color: white;
	font-size: 18px;
	border: none;
	width: 150px;
	height: 45px;
	margin-top: 25px;
}


/****************************************************************************/
/* Cookies */
/****************************************************************************/

#overbox {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 999999;
	display: block;
}

#infobox {
	margin: auto;
	padding: 15px;
	position: relative;
	top: 0px;
	width: 100%;
	text-align:center;
	background-color: #003891;
	font-family: 'Lato'
}

#infobox p {
	line-height:28px;
	font-size:12px;
	text-align:center;
    color: white;
}

#infobox p a {
	margin-right:5px;
	text-decoration: underline;
    color: #dce6fa;
}


/****************************************************************************/
/* Login */
/****************************************************************************/

.log-form {
    background: #ffffff;
    padding: 20px 30px 40px 30px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    width: 400px;
}

.log-form h1 {
    color: #272727;
    font-size: 26px;
}

.log-form h2 {
    color: #272727;
    font-size: 22px;
}

.log-form label {
    color: #272727;
}

/****************************************************************************/
/* Footer */
/****************************************************************************/

.node-treeview_json {
    color: #323232;
    font-size: 12px;
    line-height: 28px;
}

.node-selected {
    background-color: #003891 !important;
}

.node-selected a {
    color: #ffffff !important;
}


/****************************************************************************/
/* Calendario */
/****************************************************************************/

.caleran-container, .caleran-container-mobile {
    font-family: 'Lato';
}

    .caleran-container.caleran-inline {
        width: 100% !important;
    }

.caleran-input {
    width: 100% !important;
}

.caleran-container .caleran-input, .caleran-container-mobile .caleran-input {
    border: none !important;
}

i.fa.fa-arrow-left {
    color: #003891;
    font-size: 16px;
}

i.fa.fa-arrow-right {
    color: #003891;
    font-size: 16px;
}

b.caleran-month-switch {
    color: #003891;
    font-weight: 100;
}

    b.caleran-month-switch:hover {
        color: #003891 !important;
        cursor: inherit !important;
    }

span.caleran-year-switch {
    color: #003891;
}

    span.caleran-year-switch:hover {
        color: #003891 !important;
        cursor: inherit !important;
    }

/* Modificación puntual background*/
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected.caleran-disabled, .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start.caleran-disabled, .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end.caleran-disabled, .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected.caleran-disabled, .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start.caleran-disabled, .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end.caleran-disabled {
    background: white !important;
    border-radius: 0 !important;
    opacity: .3 !important;
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected, .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start, .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end, .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected, .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start, .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end {
    background: #dce6fa !important;
    border-radius: 0 !important;
    text-align: right;
}

    .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end:not(.caleran-hovered) span, .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end:not(.caleran-hovered) span {
        background: #003891 !important;
        border-radius: 0 !important;
    }

    .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start:not(.caleran-hovered) span, .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start:not(.caleran-hovered) span {
        background: #003891 !important;
        border-radius: 0 !important;
    }

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day:hover:not(.caleran-hovered):not(.caleran-selected), .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day:hover:not(.caleran-hovered):not(.caleran-selected) {
    background-color: #dce6fa !important;
    border-radius: 0px !important;
}

/*.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-hovered, .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-hovered{
	background-color:#fdf1d7 !important;
    border-radius:0px !important;
}*/


.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-hovered, .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-hovered {
    background: #dce6fa;
    border-radius: 0px !important;
}


/* Modificaciones calendario */
.caleran-weekend {
    color: #212121 !important;
}

/*.caleran-weekend.caleran-selected {
    color: white !important;
}*/

.caleran-not-in-month {
    color: transparent !important;
    pointer-events: none;
}

.caleran-day.caleran-hovered.caleran-disabled.caleran-not-in-month {
    background: transparent !important;
}

.caleran-day.caleran-selected.caleran-disabled.caleran-not-in-month {
    color: transparent !important;
}

.caleran-header {
    padding: 0 20px 0 20px !important;
}

.caleran-header-separator {
    color: #dce6fa !important;
}

.caleran-header-start-day {
    color: #003891 !important;
    font-size: 28px !important;
    margin-top: 0 !important;
}

.caleran-header-start-date {
    color: #003891 !important;
    font-size: 11px !important;
}

.caleran-header-start-weekday {
    color: #003891 !important;
    font-size: 11px !important;
    margin-top: -4px !important;
}

.caleran-header-end-day {
    color: #003891 !important;
    font-size: 28px !important;
    margin-top: 0 !important;
}

.caleran-header-end-date {
    color: #003891 !important;
    font-size: 11px !important;
}

.caleran-header-end-weekday {
    color: #003891 !important;
    font-size: 11px !important;
    margin-top: -4px !important;
}

.caleran-day, .caleran-disabled {
    border: 1px solid #e9e9e9 !important;
    margin-bottom: -1px !important;
    margin-left: -1px !important;
    /*padding: 3px 4px 14px 24px !important;
    font-size: 9px !important;*/
    overflow: unset !important;
}

    .caleran-day span, .caleran-disabled span {
        font-size: 9px !important;
    }

@media (min-width: 768px) {
    .caleran-day span, .caleran-disabled span {
        padding: 3px 4px 14px 24px !important;
    }
}

.caleran-start span, .caleran-end span {
    font-weight: 900 !important;
}

.caleran-selected {
    color: #212121 !important;
}

.caleran-ms-month.current {
    background: #003891 !important;
}

.caleran-ms-month:hover {
    background: #dce6fa !important;
}

.caleran-ys-year.current {
    background: #003891 !important;
}

.caleran-ys-year:hover {
    background: #dce6fa !important;
}

.caleran-ys-year-prev, .caleran-ys-year-next {
    background: #dce6fa !important;
    color: #003891 !important;
}

.caleran-not-in-month {
    /*border: 0px !important;*/
}

/*.caleran-start {
    background: #eea902 !important;
}

.caleran-end {
    background: #eea902 !important;
}*/

/****************************************************************************/
/* Ventana modal */
/****************************************************************************/

.modal-body {
    padding: 20px 15px;
}

.modal-dialog {
    margin: auto;
    display: block;
    margin-top: 15%;
}

form .btn-group.bootstrap-select button.dropdown-toggle.btn.btn-xs.btn-default {
    margin: 0;
    height: 70px;
    border-radius: 5px;
}



.input[type="month"] {
    height: 70px;
    width: 100%;
    padding-left: 7px;
    border: 1px solid #969696;
}

input[type="month" i] {
    padding-top: 30px;
    padding-inline-start: 15px;
    min-width: 270px;
}

.modal-footer .btn-default {
    margin: 0;
}

.modal-header .close {
    margin-right: 0;
}

/****************************************************************************/
/* Responsive */
/****************************************************************************/

@media (max-width: 768px) {
    .main-header-company h2, .main-header-title h4 {
        font-size: 12px;
    }
    .main-header-company, .main-header-title {
        padding: 5px 0 0 0;
    }
    .main-header-band-user {
        padding: 0 10px 10px 0;
    }
    .main-header-user {
        margin: 0;
        width: 30%;
        height: 30%;
    }
    .form-well, .form-well-simple-mod {
        height: 100%;
    }
    .menu-icon-config {
        padding-top: initial;
    }
    .form-pad-01 {
        width: 100%;
    }
    .form-pad-02 {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .form-input-left {
        margin-left: initial;
    }
    p.form-label-text-left {
        left: 14px;
    }
    input#image {
        width: 100%;
        padding: 50px 70px;
    } 
    div#bs-sidebar-navbar-collapse-1 {
        padding-left: 20px;
        margin-left: 5px;
        border: none;
    }
    .main-header-well-top-left {
        border-left-color: #e3e3e3;
        border-right-color: transparent;
    }
    .main-header-well-top-right {
        border-left-color: #e3e3e3;
    }
    .main-header-well-bottom-left {
        border-left-color: #e3e3e3;
    }
    .main-header-well-bottom-right {
        border-bottom-color: #e3e3e3;
        border-right-color: #e3e3e3;
    }
}
  
@media (min-width: 768px) and (max-width: 992px) {
    .main-header-company h2, .main-header-title h4 {
        font-size: 14px;
    }
    .main-header-company, .main-header-title {
        padding: 5px 0 0 0;
    }
    .main-header-band-user {
        padding: 0 10px 10px 0;
    }
    .main-header-user {
        margin: 0;
        width: 30%;
        height: 30%;
    }
    .form-well, .form-well-simple-mod {
        height: 100%;
    }
    .menu-icon-config {
        padding-top: initial;
    }
    .form-pad-01 {
        width: 100%;
    }
    .form-pad-02 {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .form-input-left {
        margin-left: initial;
    }
    p.form-label-text-left {
        left: 14px;
    }
}
  
@media (min-width: 992px) and (max-width: 1200px) {
    .main-header-title {
        padding-left: 30px;
    }
    .main-header-well-top-left {
        padding-top: 3%;
    }
    .form-well {
        height: 100%;
    }
   .form-well-simple-mod {
        min-height: 510px;
    }
    .menu-icon-config {
        padding-top: initial;
    }
    .menu-icon-config .menu-icon .menu-text {
        padding: 0 10px;
    }
    .menu-text {
        font-size: 10px;
    }
    .form-pad-01 {
        width: 100%;
    }
    .form-pad-02 {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .datalist-large-body-band-menu > li > a {
        font-size: 14px;
    }
    .datalist-large-body-band-menu > li > a:hover, .datalist-large-body-band-menu > li > a:focus {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .form-well, .form-well-simple-mod {
        min-height: 510px;
    }
}

@media (min-width: 1200px) and (max-width: 1246px) {
    .main-header-band-user {
        padding: 0 20px 20px 0;
    }
}

@media (min-width: 1201px) and (max-width: 1338px) {
    .form-pad-01, .form-pad-02 {
        width: 100%;
    }
    .form-pad-02 {
        margin-top: 20px;
        margin-left: initial;
    }
}

@media (min-width: 1339px) and (max-width: 1584px) {
    .form-pad-01, .form-pad-02 {
        width: 49%;
    }
    button.btn-form-group.btn.btn-default {
        width: 100%;
        height: 100%;
    }
    .form-group-button {
        margin-top: 11%;
    }
    input#image {
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 1263px) and (max-width: 1533px){
    .collection-points {
        font-size: 22px !important;
    }
}

@media (max-width: 1263px) {
    .collection-points {
        font-size: 14px !important;
    }
}


/****************************************************************************/
/* Hacks navegadores */
/****************************************************************************/

/*IE*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

    .menu-icon {
        width: auto;
    }

}

/****************************************************************************/
/* Legal */
/****************************************************************************/

.legal-info table, th, td {
    border: 1px solid #323232;
    padding: 4px;
    font-size: 12px;
    text-align: left;
}


/****************************************************************************/
/* Específicos */
/****************************************************************************/

.job .bootstrap-select {
    width: 100% !important;
}