@font-face {
    font-family: 'merri';
    src: url('../fonts/merriweathersans_book-webfont.eot');
    src: url('../fonts/merriweathersans_book-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/merriweathersans_book-webfont.woff2') format('woff2'),
    url('../fonts/merriweathersans_book-webfont.woff') format('woff'),
    url('../fonts/merriweathersans_book-webfont.ttf') format('truetype'),
    url('../fonts/merriweathersans_book-webfont.svg#merriweather_book') format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'merri';
    src: url('../fonts/merriweathersans_regular-webfont.eot');
    src: url('../fonts/merriweathersans_regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/merriweathersans_regular-webfont.woff2') format('woff2'),
    url('../fonts/merriweathersans_regular-webfont.woff') format('woff'),
    url('../fonts/merriweathersans_regular-webfont.ttf') format('truetype'),resultQry
    url('../fonts/merriweathersans_regular-webfont.svg#merriweather_regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'merri';
    src: url('../fonts/merriweathersans_bold-webfont.eot');
    src: url('../fonts/merriweathersans_bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/merriweathersans_bold-webfont.woff2') format('woff2'),
    url('../fonts/merriweathersans_bold-webfont.woff') format('woff'),
    url('../fonts/merriweathersans_bold-webfont.ttf') format('truetype'),
    url('../fonts/merriweathersans_bold-webfont.svg#merriweather_regular') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'corbert';
    src: url('../fonts/Corbert-Regular.eot');
    src: url('../fonts/Corbert-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Corbert-Regular.woff') format('woff'),
    url('../fonts/Corbert-Regular.ttf') format('truetype'),
    url('../fonts/Corbert-Regular.svg#fc593646723019c0bff2b99f22dbf9db') format('svg');
    font-style: normal;
    font-weight: normal;
}

.error {
    color: #FF0000;
}

div a:focus {
    outline: none;
}

div a:hover, div a:focus, div a:active {
    text-decoration: none;
}

body, html {
    background-color: #ddd;
    font-family: merri, sans-serif;
    min-height: 100%;
}

ul {
    list-style-type: none;
    padding: 0;
}

ul li {
    display: inline-block;
    vertical-align: top;
}

.container, .row {
    min-height: 100%;
}

.float {
    display: inline-block;
    vertical-align: top;
}

.nopadding {
    padding: 0;
}

.logoFooter {
    margin-bottom: 40px !important;
    width: 70%;
}

.blkCenter {
    display: block;
    margin: auto;
}

.padFixLeft {
    padding-left: 15px;
}

.padFixRight {
    padding-right: 15px;
}

.padFixBoth {
    padding-left: 15px;
    padding-right: 15px;
}

.al-inputs {
    color: #6e6e6e;
    background-color: #FFF;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    height: 35px;
    line-height: 1.42857;
    margin: 0;
    padding: 0 8px;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
}

a.al-inputs:hover {
    background-color: #e9e9e9;
    color: #6e6e6e;
}

.redCircle, .greyCircle, .greenCircle {
    border-radius: 29px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    width: 29px;
}

.redCircle {
    background-color: #f00;
}

.greenCircle {
    background-color: #5da256;
}

.greyCircle {
    background-color: #9b9b9b;
}

a.backToTop {
    color: #4d4d4f;
    display: block;
    font-size: 50px;
    height: 50px;
    margin: 30px auto;
    width: 50px;
}

a.backToTopRight {
    color: #4d4d4f;
    display: block;
    font-size: 50px;
    height: 50px;
    margin: 20px auto;
    width: 50px;
}

#btnTipoC a {
    color: #ffffff;
    display: block;
    font-size: 14px;
    line-height: 24px;
}

/* ============================ ADMIN LOGIN ============================ */

#adminLogin {
    background: url('../images/login-back.jpg') 50% 50% / cover;
    font-weight: 200;
    min-height: 100vh;
    text-align: center;
    width: 100%;
}

#adminLogin h3, #adminLogin h5 {
    color: #fff;
}

#adminLogin h3 {
    font-size: 25px;
    margin: 20px 0;
}

#adminLogin h5 {
    font-size: 11px;
    margin: 60px 0;
}

#adminLoginLogo {
    margin-top: 94px;
}

#adminLoginForm {
    margin-top: 70px;
}

#adminLogin input {
    background-color: rgba(255, 255, 255, 0.7);
    border: 0;
    border-radius: 5px;
    color: #000;
    display: block;
    font-size: 16px;
    margin: 15px auto;
}

#adminLoginForm input {
    font-family: 'corbert', sans-serif;
    font-size: 16px;
    height: 27px;
    padding: 6px 12px;
    width: 203px;
}

#adminLoginForm input[type=submit] {
    background-color: #004586;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 37px;
    line-height: 17px;
    margin: auto;
    width: 203px;
}

#adminLoginForm input[type=submit]:hover {
    background-color: #90d3f8;
}

#adminMailForm {
    margin-top: 90px;
}

#adminMailForm input {
    color: #58595a;
    font-family: 'corbert', sans-serif;
    font-size: 16px;
    height: 35px;
    padding: 7px;
    width: 163px;
}

#adminMailForm a {
    background-color: #4c4c4c;
    border-radius: 5px;
    color: #cacaca;
    height: 27px;
    padding: 7px;
    width: 163px;
}

#adminMailForm a:hover {
    background-color: #888;
    color: #fff;
}

/* ============================ COMMON STRUCTURE ============================ */

/*header.common {
    height: 209px;
    width: 100%;
}*/

#usuario {
    background: url('../images/user-back.jpg') 50% 50% / cover;
    border-bottom: 4px solid #5c6270;
    /*height: 209px;*/
    height: 204px;
    padding-top: 1px;
    position: relative;
    text-align: center;
    width: 100%;
}

#fotoUsuario {
    border-radius: 100%;
    height: 125px;
    margin: 20px auto 10px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 125px;
}

#fotoUsuario img {
    left: 50%;
    margin-left: -70px;
    position: absolute;
    width: 140px;
}

.colorShadow {
    border-radius: 100%;
    box-shadow: 0 -4px 1px 1px #64C7F6 inset, 0 4px 1px 1px #64C7F6 inset, 4px 0 1px 1px #FDA664 inset, -4px 0 1px 1px #FBEC74 inset;
    height: 129px;
    position: absolute;
    top: -2px;
    left: -2px;
    width: 129px;
    z-index: 1;
}

#opUsers > a {
    color: #000;
    font-size: 13px;
    margin-top: 19px;
}

#usuario > a:hover {
    color: #444;
}

#menuPerfil {
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.9);
    display: none;
    height: 79px;
    left: 73px;
    padding: 10px;
    position: relative;
    text-align: left;
    width: 136px;
    z-index: 2;
}

#menuPerfil li {
    margin-bottom: 10px;
}

#menuPerfil a {
    color: #000;
    display: block;
    height: 25px;
    font-size: 13px;
    line-height: 20px;
}

#menuPerfil a span {
    font-size: 20px;
    vertical-align: -2px;
}

#menuPerfil a:hover {
    color: #64C7F6;
}

#fotoMensajes {
    background-color: red;
    border-radius: 29px;
    color: rgb(255, 255, 255);
    font-size: 17px;
    height: 54px;
    left: 184px;
    line-height: 52px;
    position: absolute;
    text-align: center;
    top: 42px;
    width: 55px;
    z-index: 2;
}

#backMenu {
    background-color: #3b4253;
    min-height: 100%;
}

#contSec {
    height: 100%;
}

nav {
    border-top: 1px solid #888;
    padding-top: 10px;
}

nav li, nav li a {
    display: block;
    height: 78px;
    transition: all .7s ease;
}

nav .menuIcon {
    display: inline-block;
    height: 54px;
    margin: 10px 0 0 32px;
    width: 54px;
    vertical-align: top;
}

nav span {
    color: #b9c1d7;
    display: inline-block;
    font-size: 13px;
    height: 54px;
    line-height: 54px;
    margin: 10px 0 0 10px;
    max-width: 190px;
    vertical-align: top;
}

nav a:hover span, nav .selected span {
    color: #fff;
}

#menuBitacoras .menuIcon {
    background-image: url('../images/menu1.png');
}

#menuBodegas .menuIcon {
    background-image: url('../images/menu2.png');
}

#menuClientes .menuIcon {
    background-image: url('../images/menu3.png');
}

#menuLineas .menuIcon {
    background-image: url('../images/menu4.png');
}

#menuNotificaciones .menuIcon {
    background-image: url('../images/menu5.png');
}

#menuOpciones .menuIcon {
    background-image: url('../images/menu6.png');
}

#menuBitacoras:hover, #menuBitacoras.selected {
    background-color: #00aeef;
}

#menuBodegas:hover, #menuBodegas.selected {
    background-color: #2c4fad;
}

#menuClientes:hover, #menuClientes.selected {
    background-color: #00d7b5;
}

#menuLineas:hover, #menuLineas.selected {
    background-color: #f99f3f;
}

#menuNotificaciones:hover, #menuNotificaciones.selected {
    background-color: #ef4036;
}

#menuOpciones:hover, #menuOpciones.selected {
    background-color: #7e4099;
}

#menuBitacoras:hover .menuIcon, #menuBitacoras.selected .menuIcon {
    background-image: url('../images/on1.png');
}

#menuBodegas:hover .menuIcon, #menuBodegas.selected .menuIcon {
    background-image: url('../images/on2.png');
}

#menuClientes:hover .menuIcon, #menuClientes.selected .menuIcon {
    background-image: url('../images/on3.png');
}

#menuLineas:hover .menuIcon, #menuLineas.selected .menuIcon {
    background-image: url('../images/on4.png');
}

#menuNotificaciones:hover .menuIcon, #menuNotificaciones.selected .menuIcon {
    background-image: url('../images/on5.png');
}

#menuOpciones:hover .menuIcon, #menuOpciones.selected .menuIcon {
    background-image: url('../images/on6.png');
}

#menuPreload {
    background-image: url('../images/on1.png'), url('../images/on2.png'), url('../images/on3.png'), url('../images/on4.png'), url('../images/on5.png'), url('../images/on6.png'),
    url('../images/tr-bitacora-agregar-on.png'), url('../images/tr-download-on.png'), url('../images/tr-bodega-agregar-on.png'), url('../images/tr-usuario-agregar-on.png'),
    url('../images/tr-lineas-agregar-on.png'), url('../images/tr-notificacion-agregar-on.png');
    visibility: hidden;
    height: 0;
    width: 0;
}

#barraTop {
    background-color: #fff;
    /*height: 209px;*/
    /*padding-top: 1px;*/
}

#smallTop, #bigTop {
    border-bottom: 1px solid #bbb;
    /* padding-top: 1px;*/
}

/*#smallTop {
    height: 66px;
}*/

/*#bigTop {
    height: 139px;
}*/

#mainContent {
    background-color: #fff;
    min-height: 100%;
    padding-top: 1px;
    /* padding-bottom: 1px;*/
    min-height: 565px;
}

#borrar-registro {
    float: right;
    line-height: 24px;
    margin-top: 54px;
}

#borrar-registro span {
    vertical-align: baseline;
    margin: 0 10px 0 5px;
}

/* ============================ DASHBOARD MAIN ============================ */

#lastSession {
    padding-top: 17px;
    text-align: right;
}

#lastSession img {
    margin: 0 10px 5px 0;
}

/*#bigTop h1 {
    font-family: corbert, sans-serif;
    font-size: 36px;
    font-weight: normal;
    margin-top: 50px;
}*/

#dashLeft {
    background: #7ae8ff url('../images/dash-left.png') no-repeat 50% 110%;
    color: #00adee;
    height: 564px;
}

#dashTopCenter {
    background: #fff3b3 url('../images/crane.png') no-repeat 109% -39%;
    color: #ffb730;
    height: 282px;
}

#dashTopRight {
    background: #c4f8b3 url('../images/dash-top-right.jpg') 50% 50% / cover;
    color: #628458;
    height: 282px;
}

#dashBottom {
    background-color: #dabaf1;
    background: url('../images/users.png') no-repeat 12% 183%, url('../images/dash-bottom.jpg') 50% 50% / cover;
    color: #2d323d;
    height: 282px;
}

#dashLeft, #dashTopCenter, #dashTopRight, #dashBottom {
    font-family: corbert, sans-serif;
    padding-top: 1px;
}

#dashLeft h3 {
    font-size: 21px;
    margin-top: 50px;
}

#dashLeft h3 span {
    font-size: 33px;
}

#dashLeft ul li {
    margin-top: 20px;
    width: 100%;
}

#dashLeft ul li p {
    font-size: 25px;
    line-height: 28px;
    margin-left: 15px;
    width: 140px;
}

a.verMas {
    border-radius: 30px;
    display: block;
    font-size: 11px;
    height: 30px;
    margin-top: 4px;
    line-height: 30px;
    text-align: center;
    width: 57px;
}

#dashLeft a.verMas {
    border: 1px solid #00adee;
    color: #00adee;
}

#dashLeft a.verMas:hover {
    background-color: #57e0fe;
}

.msgItem > div {
    height: 100px;
    width: 100px;
}

.msgItem .msg1 {
    background: url('../images/msg1.png') 50% 50% / cover;
}

.msgItem .msg2 {
    background: url('../images/msg2.png') 50% 50% / cover;
}

.msgItem .msg3 {
    background: url('../images/msg3.png') 50% 50% / cover;
}

.msgItem .msg4 {
    background: url('../images/msg4.png') 50% 50% / cover;
}

.msgItem .msg5 {
    background: url('../images/msg5.png') 50% 50% / cover;
}

.msgItem .msg6 {
    background: url('../images/msg6.png') 50% 50% / cover;
}

#dashTopCenter h3 {
    font-size: 21px;
    margin-top: 120px;
}

#dashTopCenter h3 > span {
    display: block;
    font-size: 29px;
}

#dashTopCenter h3 > span > span {
    font-size: 36px;
}

#dashTopCenter h3 img {
    margin-right: 10px;
}

#dashTopCenter a.verMas {
    background-color: #fff6c3;
    border: 1px solid #ffb731;
    color: #ffb731;
}

#dashTopCenter a.verMas:hover {
    background-color: #ffb730;
    color: #000;
}

#dashTopRight h3 {
    font-size: 20px;
    margin: 60px 0 0;
}

#dashTopRight p {
    font-size: 48px;
    margin: 0;
}

#dashTopRight span {
    font-size: 23px;
    vertical-align: baseline;
}

#dashTopRight a.verMas {
    border: 1px solid #628458;
    color: #628458;
}

#dashTopRight a.verMas:hover {
    background-color: #a8f5ae;
}

#dashBottom h3 {
    font-size: 24px;
    text-align: right;
}

#dashBottom h3 span {
    font-size: 31px;
}

#dashBottom li {
    margin-top: 22px;
    width: 100%;
}

#dashBottom li img {
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
}

#dashBottom li p {
    display: inline-block;
    font-size: 13px;
    margin: 0 0 0 5px;
    vertical-align: middle;
    width: 180px;
}

#dashBottom li a {
    color: #2d323d;
}

/* ============================ SECTIONS COMMON ============================ */

.top-search {
    font-size: 21px;
    margin-top: 2px;
}

#busqueda {
    margin-top: 18px;
}

div.upperLink {
    text-align: right;
    font-size: 0;
}

div.upperLinkLeft {
    text-align: left;
}

div.upperLink a, div.upperLinkLeft a {
    background: transparent no-repeat 50% 50%;
    border-left: 1px solid #BBB;
    border-right: 1px solid #BBB;
    color: #717171;
    display: inline-block;
    height: 65px;
    line-height: 71px;
    position: relative;
    text-align: center;
    /*top: -2px;*/
    vertical-align: top;
    width: 66px;
}

div.upperLink a:hover, div.upperLinkLeft a:hover {
    background-color: #b4c0de;
}

div.upperLink a:first-child {
    margin-right: -1px;
}

#bitacoraAddLink {
    background-image: url('../images/tr-bitacora-agregar-off.png');
}

#bitacoraAddLink:hover {
    background-image: url('../images/tr-bitacora-agregar-on.png');
}

#bodegaAddLink {
    background-image: url('../images/tr-bodega-agregar-off.png');
}

#bodegaAddLink:hover {
    background-image: url('../images/tr-bodega-agregar-on.png');
}

#usuarioAddLink {
    background-image: url('../images/tr-usuario-agregar-off.png');
}

#usuarioAddLink:hover {
    background-image: url('../images/tr-usuario-agregar-on.png');
}

#lineasAddLink {
    background-image: url('../images/tr-lineas-agregar-off.png');
}

#lineasAddLink:hover {
    background-image: url('../images/tr-lineas-agregar-on.png');
}

#notificacionesAddLink {
    background-image: url('../images/tr-notificacion-agregar-off.png');
}

#notificacionesAddLink:hover {
    background-image: url('../images/tr-notificacion-agregar-on.png');
}

#sectionsDownloadLink {
    background-image: url('../images/tr-download-off.png');
}

#sectionsDownloadLink:hover {
    background-image: url('../images/tr-download-on.png');
}

#navBack, #navBack {
    font-size: 25px;
}

#navBack:hover {
    color: #fff;
}

#bigTop h1.section {
    font-size: 28px;
    margin-bottom: 35px;
    margin-top: 35px;
}

h1.section img {
    margin-right: 10px;
    vertical-align: middle;
}

h1.sec1 {
    color: #00aeef;
}

h1.sec2 {
    color: #2c4fad;
}

h1.sec3 {
    color: #00d7b5;
}

h1.sec4 {
    color: #f99f3f;
}

h1.sec5 {
    color: #ef4036;
}

h1.sec6 {
    color: #7e4099;
}

h1 span {
    width: 72%;
}

table.sec1 thead tr th {
    background-color: #00aeef;
}

table.sec2 thead tr th {
    background-color: #2c4fad;
}

table.sec3 thead tr th {
    background-color: #00d7b5;
}

table.sec4 thead tr th {
    background-color: #f99f3f;
}

table.sec5 thead tr th {
    background-color: #ef4036;
}

table.sec6 thead tr th {
    background-color: #7e4099;
}

table.commonTable thead tr th {
    color: #fff;
}

.btn {
    height: 26px;
    padding: 0 8px;
}

.nextToTitle {
    border-left: 1px solid #BBB;
    margin-top: 5px;
}

.date-icon input {
    position: relative;
    padding-left: 32px;
}

div.date-icon {
    position: relative;
}

div.date-icon::before {
    content: "\e109";
    color: #666;
    font-family: 'Glyphicons Halflings';
    font-size: 18px;
    position: absolute;
    top: 1px;
    left: 10px;
    display: inline-block;
    z-index: 1;
}

ul.dropdown-menu li {
    width: 100%;
}

table.commonTable {
    background-color: #f0f2f6;
    border-collapse: collapse;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 35px;
    width: 100%;
}

table.commonTable th {
    font-weight: normal;
    height: 56px;
    padding: 0 5px;
}

table.commonTable th.msg:last-child {
    text-align: center;
}

table.commonTable th a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

table.commonTable th:first-child {
    border-radius: 5px 0 0 0;
}

table.commonTable th:last-child {
    border-radius: 0 5px 0 0;
}

table.commonTable tfoot td:first-child {
    border-radius: 0 0 0 5px;
}

table.commonTable tfoot td:last-child {
    border-radius: 0 0 5px 0;
}

table.commonTable tbody {
    vertical-align: top;
}

table.commonTable tbody tr:hover {
    background-color: #ddd;
}

table.commonTable tbody td:last-child {
    text-align: center;
}

table.commonTable tbody td {
    color: #474747;
    font-size: 11px;
    padding: 10px 5px;
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

table.commonTable td a:first-child {
    color: #474747;
}

table.commonTable td a:last-child {
    color: #474747;
    font-weight: bold;
    text-decoration: underline;
}

table.commonTable td {
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
}

table.commonTable td:first-child {
    border-left: 0;
}

table.commonTable td:last-child {
    border-right: 0;
}

table.commonTable tr:first-child td {
    border-top: 0;
}

table.commonTable tr:last-child td {
    border-bottom: 0;
}

table.commonTable tfoot td {
    height: 5px;
}

table.commonTable span.tableTrash {
    font-size: 21px;
    margin-right: 5px;
}

table.commonTable span.tableTrashSmall {
    font-size: 14px;
    margin-right: 5px;
}

.jPagesHolder, #jPagesCounter, #jPagesSelector {
    margin-top: 35px;
    font-size: 15px;
}

.jPagesHolder {
    width: 5%;
}

#jPagesSelector > div:nth-child(3) {
    width: 67px;
    margin: -3px 0 0 10px;
    vertical-align: top;
}

#jPagesSelector {
    float: right;
}

#jPagesSelector label {
    font-weight: normal;
}

#jPagesCounter {
    float: right;
    text-align: center;
    width: 40%;
}

form.columned > div {
    margin: 10px 0;
}

/*form.columned p {
    margin-bottom: 0;
}*/

/* Las clases one-col, two-col, etc sirven para determinar el ancho de los selects/inputs en la seccion USUARIOS donde las columnas tienen diferente disposicion */

form.user.columned .one-col > div:nth-child(2) > div:nth-child(2), form.user.columned .one-col > div:nth-child(2) > input {
    width: 20%;
}

form.user.columned .two-col > div:nth-child(2) > div:nth-child(2), form.user.columned .two-col > div:nth-child(2) > input {
    width: 40%;
}

form.user.columned .three-col > div:nth-child(2) > div:nth-child(2), form.user.columned .three-col > div:nth-child(2) > input {
    width: 60%;
}

form.user.columned .four-col > div:nth-child(2) > div:nth-child(2), form.user.columned .four-col > div:nth-child(2) > input {
    width: 80%;
}

/* Las clases uno-col, dos-col, etc sirven para determinar el ancho de los selects/inputs en todas las secciones excpeto USUARIOS donde las columnas tienen diferente disposicion */

form.columned .uno-col > div:nth-child(2) > div:nth-child(2), form.columned .uno-col > div:nth-child(2) > input {
    width: 14.285714%;
}

/*form.columned .dos-col > div:nth-child(2) > div:nth-child(2), form.columned .dos-col > div:nth-child(2) > input {
    width: 28.571428%;
}*/

form.columned .tres-col > div:nth-child(2) > div:nth-child(2), form.columned .tres-col > div:nth-child(2) > input {
    width: 42.857142%;
}

form.columned .cuatro-col > div:nth-child(2) > div:nth-child(2), form.columned .cuatro-col > div:nth-child(2) > input {
    width: 57.142857%;
}

form.columned .cinco-col > div:nth-child(2) > div:nth-child(2), form.columned .cinco-col > div:nth-child(2) > input {
    width: 71.428571%;
}

form.columned .seis-col > div:nth-child(2) > div:nth-child(2), form.columned .seis-col > div:nth-child(2) > input {
    width: 85.714285%;
}

form.columned .siete-col > div:nth-child(2) > div:nth-child(2), form.columned .siete-col > div:nth-child(2) > input {
    width: 100%;
}

/* ============================ BITACORAS SECTION 1 ============================ */

#bit-cli > form:first-child > div:nth-child(2) {
    margin-top: 5px;
    width: 100%;
}

#bit-cli > form:nth-child(2) > div:nth-child(2) {
    margin-top: 20px;
    width: 100%;
}

#bit-cli div#sandbox-container {
    display: inline-block;
    margin-top: 20px;
    vertical-align: top;
    width: 100%;
}

/*#bit-cli > form:nth-child(2), #bit-cli > form:nth-child(3) {
    width: 40%;
}*/

table.sec1 th:nth-child(11) {
    width: 101px;
}

#selectClte {
    width: 100%;
}

/* Especiales */

#ab-numsello > div:nth-child(2) > input {
    width: 28.571428%;
}

#ab-fecha > div:nth-child(2) > div:nth-child(2),
#ab-fecha > div:nth-child(2) > div:nth-child(6) {
    width: 13.844815%;
}

#ab-fecha > div:nth-child(2) > div:nth-child(4) {
    width: 28.318940%;
}

textarea.al-inputs {
    height: 125px;
    width: 85.714285%;
    white-space: pre-line;
}

#ab-numsello > div:nth-child(2) > input {
    display: inline-block;
}

/*#ab-numsello span {
    vertical-align: -4px;
}*/

.notasBox {
    border: 1px solid #cccccc;
    border-radius: 4px;
    display: block;
    margin: auto;
    min-height: 85px;
    width: 96%;
}

#historialNotas {
    height: 364px;
    margin-bottom: 5px;
    overflow: auto;
    padding: 10px;
    width: 100%;
}

#historialNotas li {
    margin-bottom: 20px;
    margin-left: 16px;
    margin-right: 10px;
    text-align: left;
    width: 95%;
}

.formSubmit {
    background-color: #3b4253;
    border: 1px solid #cecece;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    height: 26px;
    line-height: 24px;
    margin-bottom: 30px;
    text-align: center;
    width: 67px;
}

a.formSubmit:hover {
    background-color: #606b97;
}

form.columned a.formSubmit {
    margin-top: 10px;
}

form.columned a.backToTopRight {
    margin-top: 0;
}

form.columned div.notasBox {
    margin-bottom: 20px;
}

form.columned label {
    font-size: 15px;
    font-weight: normal;
}

#agregar-bitacora-form, #agregar-bodega-form {
    margin-top: 50px;
}

div.imageDelete {
    position: relative;
    margin: 10px 0;
    width: 50%;
}

/*div.imageDelete img {
    width: 100%;
}*/

div.imageDelete > #btnDeleteImg {
    background-color: #404040;
    color: #fff;
    cursor: pointer;
    display: none;
    font-family: "Glyphicons Halflings", sans-serif;
    font-size: 25px;
    height: 37px;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 37px;
}

div.imageDelete:hover #btnDeleteImg {
    display: inline-block;
}

#ab-reconocimiento img, .reco img {
    margin: 0 10px;
}

p.mensaje {
    margin: 35px 0 45px;
}

#addFlet, #addFletBod {
    display: block;
    margin-top: 10px;
}

#bitNewFlete, #bodNewFlete {
    display: none;
}

#bodCodFlete, #bitCodFlete {
    display: none;
    margin-top: 10px;
    width: 30%;
}

/* ============================ BODEGAS SECTION 2 ============================ */

#bod-cli > div:nth-child(2) {
    margin-top: 25px;
    width: 100%;
}

#bod-cli div#sandbox-container {
    display: inline-block;
    margin-top: 20px;
    vertical-align: top;
    width: 40%;
}

table.sec2 th:nth-child(7) {
    width: 210px;
}

table.sec2 th:nth-child(5) {
    width: 142px;
}

table.sec2 th:nth-child(8) {
    width: 43px;
}

/* ============================ USUARIOS SECTION 3 ============================ */

table.sec3 span.fa-level-up {
    font-size: 23px;
    margin: 0 5px;
    vertical-align: -2px;
}

#fotoUsuarioPrincipal {
    border: 3px solid #20d6b5;
    border-radius: 100%;
    height: 128px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 128px;
}

#fotoUsuarioSecundario {
    border: 3px solid #909090;
    border-radius: 100%;
    height: 128px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 128px;
}

#fotoUsuarioAdmin {
    border-radius: 100%;
    height: 128px;
    overflow: hidden;
    padding-top: 1px;
    position: relative;
    text-align: center;
    width: 128px;
}

#fotoUsuarioPrincipal img, #fotoUsuarioSecundario img, #fotoUsuarioAdmin img {
    margin-left: -70px;
    position: absolute;
    width: 140px;
}

.colorShadow2 {
    border-radius: 100%;
    box-shadow: 0 -2px 1px 0 #64c7f6 inset, 0 2px 1px 0 #64c7f6 inset, 3px 0 1px 1px #fda664 inset, -3px 0 1px 1px #fbec74 inset;
    height: 128px;
    left: 0;
    position: absolute;
    top: 0;
    width: 128px;
    z-index: 1;
}

h2 {
    font-size: 21px;
    font-weight: bold;
}

span.userTrash {
    background-color: #f00;
    border-radius: 100%;
    color: #fff;
    height: 28px;
    line-height: 28px;
    position: absolute;
    right: 59px;
    text-align: center;
    top: 50px;
    width: 28px;
    z-index: 10;
}

.fotoUploader {
    font-size: 12px;
    margin-top: 72px;
}

.fotoUploader input {
    margin-top: -3px;
    width: 100%;
}

form.user.columned > fieldset:first-child {
    padding: 0 0 10px;
}

form.user.columned {
    padding-bottom: 30px;
}

form.user.columned fieldset > div {
    margin: 10px 0;
}

form.user.columned legend {
    border: 0;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    top: 20px;
}

form.user.columned fieldset {
    padding: 20px 0;
    border-bottom: 1px solid #cecece;
}

form.user.columned .cyanselect > div:nth-child(2) > div:nth-child(2) > button:hover {
    background-color: #20d6b5;
}

form.user.columned .cyanselect > div:nth-child(2) > div:nth-child(2) > button:hover .caret {
    border-color: rgb(255, 255, 255) transparent transparent;
}

a.addUser {
    line-height: 24px;
    margin-left: 30px;
}

a.addUser span {
    border: 1px solid #6e6e6e;
    border-radius: 100%;
    font-size: 15px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    width: 20px;

}

/* ============================ USUARIOS SECTION 4 ============================ */

#lin-cli > div:nth-child(2) {
    margin-top: 25px;
    width: 100%;
}

#lin-cli div#sandbox-container {
    display: inline-block;
    margin-top: 20px;
    vertical-align: top;
    width: 40%;
}

table.sec4 th:first-child {
    width: 70px;
}

#editar-linea-form {
    border-top: 1px solid rgb(206, 206, 206);
    padding-top: 35px;
}

#agregar-linea-form {
    padding-top: 45px;
}

.resultQry {
    background: #000000 none repeat scroll 0 0;
    border: 1px solid #818181;
    color: #fff;
    display: none;
    margin-left: 10px;
    max-height: 300px;
    overflow: auto;
    padding: 10px;
    position: absolute;
    top: 35px;
    width: 415px;
    z-index: 600;
}

.nameFtlr {
    cursor: pointer;
}

.nameFtlr:hover {
    background-color: #666666;
}

.resultQry li {
    display: block;
    width: 100%;
}

/* ============================ USUARIOS SECTION 5 ============================ */

form#not-cli {
    padding-top: 1px;
}

#not-cli div#sandbox-container {
    display: inline-block;
    margin-top: 46px;
    vertical-align: top;
    width: 80%;
}

table.sec5 th:first-child {
    width: 50px;
}

/*table.sec5 td:first-child, table.sec5 th:first-child {
    text-align: center;
}*/

#editar-not-form {
    margin-top: 50px;
}

#notArea {
    height: 244px;
    width: 100%;
}

/* ============================ USUARIOS SECTION 6 ============================ */

#opciones-reg {
    margin-top: 30px;
}

#opciones-reg .backToTopRight {
    margin-top: -10px;
}

table.sec6 th:first-child {
    width: 50px;
}

table.sec6 td:first-child, table.sec6 th:first-child {
    text-align: center;
}

#btnUserSec a {
    background-color: #20d6b5;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #6e6e6e;
    font-size: 13px;
    font-weight: normal;
    height: 26px;
    line-height: 1.42857;
    padding: 4px 8px;
    text-align: left;
    white-space: nowrap;
}

.btn-file {
    background-color: #e6e6e6;
    color: #6e6e6e;
    font-size: 14px;
    line-height: 25px;
    overflow: hidden;
    position: relative;
    width: 164px;
}

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

.btnDash {
    background: url('../images/btn_home.png') no-repeat center 0;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    display: block;
    font-size: 34px;
    height: 65px;
    /*margin-top: -2px;*/
    text-align: center;
    width: 65px;
}

.btnDash:hover {
    background-position: center -65px;
}

cite {
    color: #FF0000;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}

.aterikRed {
    color: #ff0000;
    font-size: 12px;
    margin: auto 5px;
}

/*===================== CSS DEL CHAT ============================*/
#addMsg {
    background: #f5f5f5 none repeat scroll 0 0;
    border-radius: 10px;
    padding-bottom: 10px;
    width: 100%;
}

#addMsg #historial {
    height: 364px;
    margin-bottom: 5px;
    overflow: auto;
    padding: 10px;
    width: 100%;
}

#addMsg h2 {
    font-size: 20px;
    margin: 14px auto;
    text-align: center;
}

#addMsg textarea.msgBox {
    border: 1px solid #CCC;
    border-radius: 4px;
    font-family: "dosisregular", sans-serif;
    height: 38px;
    overflow: hidden;
    margin: auto auto auto 12px;
    width: 78%;
}

#historial .usr cite {
    color: #C0C0C0;
    text-align: right;
}

#historial .admin cite {
    color: #C0C0C0;
    text-align: left;
}

#historial li {
    border-bottom: 1px solid #DEDEE0;
    width: 100%;
}

#historial .usr {
    margin-bottom: 20px;
    margin-left: 16px;
    margin-right: 10px;
    min-height: 85px;
    text-align: right;
    width: 95%;
}

#historial .admin {
    margin-bottom: 20px;
    margin-left: 16px;
    margin-right: 10px;
    text-align: left;
    width: 95%;
}

.viewStatus {
    background: url("../images/icons_sprite.png") no-repeat -258px -358px;
    height: 11px;
    margin-top: 2px;
    width: 11px;
}

#btnCmt {
    border: medium none;
    color: #FFFFFF;
    font-size: 13px;
    height: 33px;
    margin-left: 10px;
    margin-top: 10px;
    width: 92px;
}

#histChat {
    background: none repeat scroll 0 0 #F5F5F5;
    border-radius: 10px;
    height: 390px;
    overflow: auto;
    width: 590px;
}

#histChat ul {
    padding: 10px;
}

#histChat ul li {
    border-bottom: 1px solid #dedee0;
    width: 100%;
}

#histChat ul li + li {
    margin-top: 10px;
}

#chatUsr {
    border: 1px solid #cccccc;
    border-radius: 4px;
    margin: auto auto auto 14px;
    min-height: 55px;
    width: 78%;
}

.tituloPanel {
    font-family: corbert, sans-serif;
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 52px;
    margin-top: 50px;
}

#externaFletera {
    margin-top: 14px;
}

#contLabels label {
    display: block;
    margin-bottom: 47px;

}

#the-basics input {
    margin-bottom: 23px;
}

#irBitacora a {
    background: #2c4fad none repeat scroll 0 0;
    border-radius: 10px;
    color: #ffffff;
    display: block;
    float: right;
    font-size: 14px;
    line-height: 20px;
    margin: 47px;
    padding: 4px;
    text-align: center;
    width: 120px;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: auto;
}

#bit-date .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn), #bod-date .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100px;
}

#bod-date .formSubmit, #bit-date .formSubmit {
    float: right;
    margin: 10px 10px;
}

#bod-cli{
    margin-top:24px;
}