@import url(https://fonts.googleapis.com/css?family=Shojumaru);

select {
    background-color: #fff;
}

.ch-container {
    padding: 0 15px;
}

.top-block {
    border-radius: 20px;
    font-size: 14px;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
    font-weight: bold;
    position: relative;
    display: block;
    line-height: 22px;
    text-shadow: 0 0 1px #DDD;
    text-decoration: none;
    -webkit-box-shadow: inset 0 0 0 1px #FAFAFA;
    -moz-box-shadow: inset 0 0 0 1px #FAFAFA;
    box-shadow: inset 0 0 0 1px #FAFAFA;
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 0.2) 0%, rgba(125, 185, 232, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 0.2)), color-stop(100%, rgba(125, 185, 232, 0)));
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0.2) 0%, rgba(125, 185, 232, 0) 100%);
    background: -o-linear-gradient(top, rgba(30, 87, 153, 0.2) 0%, rgba(125, 185, 232, 0) 100%);
    background: -ms-linear-gradient(top, rgba(30, 87, 153, 0.2) 0%, rgba(125, 185, 232, 0) 100%);
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0.2) 0%, rgba(125, 185, 232, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#331e5799', endColorstr='#007db9e8', GradientType=0);
}

.selectgDescuento #descuento_chosen{

    width:100% !important;
    height: 38px !important;

}

.selectgDescuento #descuento_chosen .chosen-single{
    padding: 28px 12px 8px !important;
}

.selectgDescuento #descuento_chosen .chosen-single span{
    margin-top: -20px;
}

.selectgDescuento #descuento_chosen .chosen-single div{
    top: 7px !important;
}

.selectNIF #selectNIF_chosen{

    width:100% !important;
    height: 38px !important;

}

.selectNIF #selectNIF_chosen .chosen-single{
    padding: 28px 12px 8px !important;
}

.selectNIF #selectNIF_chosen .chosen-single span{
    margin-top: -20px;
}

.selectNIF #selectNIF_chosen .chosen-single div{
    top: 7px !important;
}

.top-block span {
    clear: both;
}

.top-block i {
    font-size: 35px;
}

.top-block:hover {
    text-decoration: none;
}

.notification {
    display: block;
    position: absolute;
    top: 3px;
    right: 3px;
    line-height: 16px;
    height: 16px;
    padding: 0 5px;
    font-family: Arial, sans-serif;
    color: white !important;
    text-shadow: 0 1px hsla(0, 0%, 0%, 0.25);
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.08), inset 0 1px hsla(0, 100%, 100%, 0.3);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), inset 0 1px rgba(255, 255, 255, 0.3);
    box-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.08), inset 0 1px hsla(0, 100%, 100%, 0.3);
}

.notification {
    border-color: #2FABE9;
    background-color: #67C2EF;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(200, 80%, 82%)), color-stop(100%, hsl(200, 81%, 67%)));
    background-image: -webkit-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
    background-image: -moz-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
    background-image: -ms-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
    background-image: -o-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
    background-image: linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
}

.notification.green {
    border-color: #5AAD34;
    background-color: #78CD51;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(101, 54%, 71%)), color-stop(100%, hsl(101, 55%, 56%)));
    background-image: -webkit-linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
    background-image: -moz-linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
    background-image: -ms-linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
    background-image: -o-linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
    background-image: linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
}

.notification.yellow {
    border-color: #F4A506;
    background-color: #FABB3D;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(40, 95%, 76%)), color-stop(100%, hsl(40, 95%, 61%)));
    background-image: -webkit-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
    background-image: -moz-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
    background-image: -ms-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
    background-image: -o-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
    background-image: linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
}

.notification.red {
    border-color: #FA5833;
    background-color: #FA603D;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(11, 95%, 76%)), color-stop(100%, hsl(11, 95%, 61%)));
    background-image: -webkit-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
    background-image: -moz-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
    background-image: -ms-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
    background-image: -o-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
    background-image: linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
}

.box {
    margin-top: 10px;
    margin-bottom: 10px;
}

.box-inner {
    border: 1px solid #DEDEDE;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
    -webkit-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
    -moz-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
}

.box-header {
    border: none;
    padding-top: 5px;
    border-bottom: 1px solid #DEDEDE;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    height: 35px;
    min-height: 35px !important;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 16px;
    border-top: 3px solid #E9394D;
    /*background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#1a000000', GradientType=0);*/

}

.box-header h2 {
    font-size: 15px;
    width: auto;
    clear: none;
    float: left;
    line-height: 25px;
    white-space: nowrap;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}

.box-header h3 {
    font-size: 13px;
    width: auto;
    clear: none;
    float: left;
    line-height: 25px;
    white-space: nowrap;
}

.box-header h2 > i {
    margin-top: 1px;
}

.box-icon {
    float: right;
}

.box-icon a {
    clear: none;
    float: left;
    margin: 0 2px;
    height: 20px;
    width: 5px;
    margin-top: 1px;
}

.box-icon a i {
    margin-left: -6px;
    top: -1px;
}

.box-content {
    padding: 10px;
}

.btn-round {
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    font-size: 12px;
    padding-top: 4px;
}

ul.dashboard-list li {
    padding: 7px 0;
    list-style: none;
    border-bottom: 1px solid #EBEBEB;
    border-top: 1px solid white;
}

ul.dashboard-list a:hover {
    text-decoration: none;
}

ul.dashboard-list {
    margin: 0;
}

ul.dashboard-list li a span {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
    text-align: right;
    width: 70px;
    zoom: 1;
}

.dashboard-avatar {
    height: 50px;
    width: 50px;
    padding: 1px;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    border: 1px solid #EBEBEB;
    border-radius: 50%;
}

.thumbnail {
    background-color: white;
    z-index: 2;
    position: relative;
    margin-bottom: 40px !important;
}

.thumbnails > li {
    display: inline-block;
    margin-left: 15px;
}

.thumbnail img, .thumbnail > a {
    z-index: 2;
    height: 100px;
    width: 100px;
    position: relative;
    display: block;
}

img.grayscale {
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.thumbnail .gallery-controls {
    position: absolute;
    z-index: 1;
    margin-top: -30px;
    height: 30px;
    min-height: 30px;
    padding: 0 6.5px;
}

.thumbnail .gallery-controls p {
    display: block;
    margin: auto;
    width: 100%;
}

div.uploader {
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
}

footer {
    clear: both;
}

div.center, p.center, img.center {
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    display: block;
    text-align: center;
}

.stackControls {
    padding: 5px;
}


.sidebar-nav {
    min-height: 0;
    box-shadow: 0 0 10px #BDBDBD;
    border-radius: 5px;
    margin-bottom: 0;
    padding-bottom: 0;
    max-height: none;
}

.sidebar-nav > ul > li:not(.nav-header) {
    margin-right: -2px;
    margin-left: -2px;
}

.navbar-brand {
    font-family: 'Shojumaru', cursive, Arial, serif;
    letter-spacing: 2px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    width: 310px;
    font-size: 17px;
}

.navbar-brand img {
float: left;
height: 50px;
margin: -14px;
}

.navbar-brand span {
    float: left;
    padding-top: 15px;
}

.theme-container {
    z-index: 5;
}

.navbar-search {
    margin-left: 10px;
    margin-top: 7px;
}

.navbar-inner {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 30px;
    height: 60px;
}



.navbar-inner .btn-group {
    margin: 7px 5px 0 5px;
}

ul.ajax-loaders li {
    display: inline-block;
    list-style: none;
    padding: 10px;
}

ul.ajax-loaders {
    min-height: 80px;
}

.bs-icons li {
    list-style: none;
}

#for-is-ajax {
    padding-left: 12px;
    cursor: pointer;
}

#loading {
    margin-top: 20px;
    width: 128px;
    font-weight: bold;
}

#loading div.center {
    margin-top: 10px;
    height: 15px;
    width: 128px;
    background: url(../img/ajax-loaders/ajax-loader-6.gif);
}

.box-content .nav-tabs {
    margin-right: -10px;
    margin-left: -10px;
}


.login-header {
    padding-top: 75px;
    height: 200px;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

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

/*.div-form input{
    border-top: none;
    border-right: none;
    box-shadow: none;
    border-radius: 0px;
}*/

.div-form span{
    border-radius: 0px;
}

div.radioform{
    border-bottom: 1px solid #CCC;
    height: 38px;
}

span.radioform{
    border-bottom: none;
    border-right: 1px solid #CCC !important;
}

.remember {
    margin-top: 3px;
}

.green {
    color: #458746;
}

.red {
    color: #B94846;
}

.blue {
    color: #3986AC;
}

.yellow {
    color: #FFFF00;
}

.orange{
    color: #F39C12;
}

.sahita-color{
    color: #cdda00;
}

.sahita-color2{
    color: #c2cd17;
}

.sahita-color-blue{
    color: #0066cc;
}

.blacks {
    color: #000000;
    font-weight: 500;
}

.login-box .input-prepend {
    margin-bottom: 10px;
}

.login-box .btn {
    margin-top: 15px;
    width: 100%
}

.box-content.buttons {
    min-height: 297px;
}

.main-menu > li > a {
    border: 1px solid rgba(221, 221, 221, 0.46);
}

.main-menu > li {
    margin-top: 0 !important;
}

.sidebar-nav .nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    color: #999999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

.navbar {
    border-radius: 0;
}

ul.main-menu li:hover {
    margin-left: 8px;
}

ul.main-menu li.active {
    margin-left: 8px;
}

ul.main-menu li.nav-header:hover {
    margin-left: 0;
}

ul.main-menu li:not(.nav-header) {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.accordion > ul {
    display: none;
    margin-left: 10px;
}

.nav-sm {
    display: none;
}

.donate a {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
}

.donate {
    padding: 20px 0 0 20px;
    text-align: center;
}

.preview-on-phone {
    height: 380px;

}

.powered-by {
    text-align: right;
}

.whitespace:before {
    content: "\2122";
    color: transparent !important;
}

.center-block {
    float: none !important;
    text-align: center;
}

ul.github-buttons li {
    display: inline;
}

.homepage-box {
    height: 380px;
}

.download-buttons a {
    margin: 5px;
}

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

/* Mobile */
@media only screen and (max-width: 767px) {

    .navbar-brand {
        font-family: 'Shojumaru', cursive, Arial, serif;
        letter-spacing: 2px;
        text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
        width: 40%;
        font-size: 14px;
    }

    .nav-sm {
        display: block;
        margin-bottom: 10px;
        border-bottom: solid white 1px;
        padding-bottom: 10px;
    }

    .sidebar-nav .nav-canvas {
        top: -20px;
        left: -90%;
        position: absolute;
        width: 80%;
        z-index: 2;
        background: rgba(0, 0, 0, 0.8);
        margin: 0 !important;
        border-radius: 0 0 20px 0;
        padding-bottom: 10px;
        will-change: left;
    }

    .sidebar-nav.active .nav-canvas {
        left: -20px;
        border-right: solid 1px white;
        border-bottom: solid 1px white;
    }

    .sidebar-nav {
        position: relative;
        z-index: 3;
        margin: 0 !important;
        padding: 0;
    }

    .nav-canvas {
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
    }

    .sidebar-nav a {
        border: none !important;
        color: white;
    }

    #for-is-ajax {
        color: white;
        margin-top: 15px;
    }

    .main-menu .nav-header {
        color: white;
    }

    ul.main-menu li:hover {
        margin-left: inherit;
    }

    ul.main-menu li.active {
        margin-left: inherit;
    }

    ul.main-menu a:hover, .nav-sm a:hover {
        background: none !important;
        color: grey;
    }

    .navbar-default .navbar-toggle:focus {
        background-color: inherit;
    }

    .navbar-default .navbar-toggle.active {
        box-shadow: 0 0 7px rgb(0, 255, 40);
        border: solid 1px white;
    }

    .navbar-toggle {
        margin-left: 5px;
        margin-right: 0;
    }

    .powered-by {
        text-align: center;
    }

    .copyright {
        text-align: center;
    }

    .table-wrapper .pinned {
        box-shadow: 0 0 20px black;
    }
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 979px) {
    .box-icon {
        display: none;
    }

    .box-header h2 {
        font-size: 13px !important;
    }

    .box-header h3 {
        font-size: 11px !important;
    }

    .main-menu-span {
        width: 6.2% !important;
        margin-right: 4%;
    }

    .top-menu > li i {
        display: none;
    }

    .sidebar-nav li span {
        display: block !important;
    }

    .sidebar-nav li a, .sidebar-nav .nav-header {
        text-align: center
    }

    .sidebar-nav {
        padding: 0;
        margin-bottom: 0;
    }
}

/* Computer */
@media only screen and (min-width: 980px) {
    a, button, input[type=submit], input[type=button], .product-img {
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

    .ch-container {
        padding: 0 20px;
    }
}




/**** ADRI*****/
a.del-entrega, a.del-entrega-ajax{
    cursor: pointer;
}

div.zindex{
    z-index: 1;
}

div.marg{
    margin-bottom: 20px;
}

div.margplus{
    margin-bottom: 30px;
}

.line-height{
    line-height: 38px;
}

.sahitatable tr, .sahitatable td, .sahitatable th{
    border: 1px solid #DDD !important;
}

.backgroundth{
    text-align: center;
    background-color: #D32F2F;
    font-weight: bold;
    text-transform: uppercase;
    color:white;
}

div.backgroundth{
    height: 25px;
    line-height: 25px;
}

.nomargin{
    margin: 0px;
}

.div-bordered{
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.datadivs{
    min-height: 150px;
}

.open-close{
    margin-top: 4px;
    cursor:pointer;
}

.sahitatable .br-top-hidden{
    border-top: hidden !important;
}
.sahitatable .br-left-hidden{
    border-left: hidden !important;
}
.sahitatable .br-right-hidden{
    border-right: hidden !important;
}
.sahitatable .br-bottom-hidden{
    border-bottom: hidden !important;
}

.br-bottom{
    border-bottom: 1px solid #CCC !important;
    margin-bottom: 10px;
}

.sahitatable .w15{
    width: 15%;
}

.sahitatable .w10{
    width: 10%;
}

.sahitatable .w5{
    width: 5%;
}

.sahitatable .w40{
    width: 40%;
}

.bold{
    font-weight: bold;
}

/*h2{
    text-transform: uppercase;
}*/

.h0{
    font-size: 1.2em;
}

.subrayado{
    background-color: #CDDA00;
}

.sahitatable.datatable td{
    vertical-align: middle;
}

textarea.chat{
    padding: 15px;
}

textarea.ob{
    height: 150px;
}

input[type="number"]{
    width: 55px;
    font-weight: bold;
    border: none;
}

.bg-pistacho{
    background-color: #b6c8b4;
}

/*CHAT DASHBOARD*/
.direct-chat .box-body {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    position: relative;
    overflow-x: hidden;
    padding: 0px;
}

.box-body {
    border-radius: 0px 0px 3px 3px;
    padding: 10px;
}


/*.fechaPartida{
    width:43%;
    float: right;
}*/

.fechaPartidaTexto{
    font-size: 13.5px;
}

.direct-chat-messages, .direct-chat-contacts {
    transition: transform 0.5s ease-in-out 0s;
    transform: translate(0px, 0px);
    padding: 10px;
    height: 350px;
    overflow: auto;
}

.direct-partidas-messages{
    transition: transform 0.5s ease-in-out 0s;
    transform: translate(0px, 0px);
    padding: 10px;
    height: 450px;
    overflow: auto;
}

.direct-tareas-messages{
    transition: transform 0.5s ease-in-out 0s;
    transform: translate(0px, 0px);
    padding: 10px;
    height: 933px;
    overflow-x: hidden;
}

.direct-chat-msg {
    margin-bottom: 30px;
    display: block;
}

.direct-chat-info {
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
}

.direct-chat-name {
    font-weight: 600;
}

.direct-chat-timestamp {
    color: #999;
}

.direct-chat-img {
    border-radius: 50%;
    float: left;
    width: 40px;
    height: 40px;
}

.right .direct-chat-img {
    float: right;
}

.direct-chat-text {
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    background: #D2D6DE none repeat scroll 0% 0%;
    border: 1px solid #D2D6DE;
    margin: 5px 0px 0px 50px;
    color: #444;
    display: block;
}

.direct-partes-text{
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    background: #D2D6DE none repeat scroll 0% 0%;
    /*border: 1px solid #D2D6DE;*/
    margin: 5px 0px 0px 0px;
    color: #444;
    display: flow-root;
}

.right .direct-chat-text::before, .right .direct-partes-text::before {
    right: auto;
    left: 100%;
    border-right-color: transparent;
    border-left-color: #D2D6DE;
}

.direct-chat-warning .gray > .direct-chat-text, .direct-chat-warning .gray > .direct-partes-text {
    background: #D2D6DE none repeat scroll 0% 0%;
    color: #444;
    border-color: #D2D6DE;
}

.direct-chat-warning .orange > .direct-chat-text, .direct-chat-warning .orange > .direct-partes-text  {
    background: #F39C12 none repeat scroll 0% 0%;
    color: #FFF;
    border-color: #F39C12;
}

.direct-chat-warning .green > .direct-chat-text, .direct-chat-warning .green > .direct-partes-text {
    background: #6FAE21 none repeat scroll 0% 0%;
    color: #FFF;
    border-color: #6FAE21;
}

.direct-chat-warning .red > .direct-chat-text, .direct-chat-warning .red > .direct-partes-text {
    background: #DD4B39 none repeat scroll 0% 0%;
    color: #FFF;
    border-color: #DD4B39;
}

.direct-chat-warning .blue > .direct-chat-text, .direct-chat-warning .blue > .direct-partes-text {
    background: #394FC8 none repeat scroll 0% 0%;
    color: #FFF;
    border-color: #0039FF;
}

.direct-chat-warning .yellow > .direct-chat-text, .direct-chat-warning .yellow > .direct-partes-text  {
    background: #EBF8A4 none repeat scroll 0% 0%;
    color: #444;
    border-color: #EBF8A4;
}

.right .direct-chat-text, .right .direct-partes-text {
    margin-right: 50px;
    margin-left: 0px;
}

.direct-partes-horas{
    float: right;
    font-weight: bold;
    font-size: 15px;
}

.partesHoras{
    width: 20% !important;
    height: 80px !important;
    margin-top: 0px;
    text-align: center;
    padding: 0px;
}

.partesMensaje{
    width: 80% !important;
    height: 80px !important;
    font-size: 12px;
}

.box-footer {
    border-radius: 0px 0px 3px 3px;
    border-top: 1px solid #F4F4F4;
    padding: 10px;
    background-color: #FFF;
}


span.cliente{
    text-transform: uppercase;
    font-size: 12pt;
    font-weight: bold;
}

.not_padding{
    padding: 0px !important;
}


textarea.autogrow{
    min-height: 130px;
    width: 100%;
    padding: 10px;
}


/* BOXS DASHBOARD */
.bg-aqua{
    background-color: #00C0EF !important;
    color: #FFF !important;
}
.bg-ambar{
    background-color: #FFA000 !important;
    color: #FFF !important;
}
.bg-green{
    background-color: #4CAF50 !important;
    color: #FFF !important;
}
.bg-green2{
    background-color: #4CAF50 !important;
    color: #FFF !important;
}
.bg-yellow{
    background-color: #F2E236 !important;
    color: #FFF !important;
}
.bg-orange{
    background-color: #EC8119 !important;
    color: #FFF !important;
}
.bg-orange2{
    background-color: #333333 !important;
    color: #FFF !important;
}
.bg-cyan{
    background-color: #0A56EF !important;
    color: #FFF !important;
}
.bg-purple{
    background-color: #D840EF !important;
    color: #FFF !important;
}
.bg-blue{
    background-color: #39DDBA !important;
    color: #FFF !important;
}
.bg-red-darken{
    background-color: #69140f !important;
    color: #FFF !important;
}
.bg-red-darken2{
    background-color: #a31915 !important;
    color: #FFF !important;
}
.bg-red-darken3{
    background-color: #c21d17 !important;
    color: #FFF !important;
}
.bg-red{
    background-color: #DD4B39 !important;
    color: #FFF !important;
}
.bg-red-light{
    background-color: #db5252 !important;
    color: #FFF !important;
}
.bg-gray{
    background-color: #6B6969 !important;
    color: #FFF !important;
}
.bg-gray-darken{
    background-color: #333333 !important;
    color: #FFF !important;
}


.small-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    line-height: 1.5;
}
.small-box > .inner {
    padding: 10px;
}

.small-box h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0px 0px 10px;
    white-space: nowrap;
    padding: 0px;
    color: #FFF !important;
}

.small-box p {
    font-size: 14px;
}

.small-box .icon {
    transition: all 0.3s linear 0s;
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0, 0, 0, 0.15);
}

.ion{
    display: inline-block;
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
}

.small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0px;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0% 0%;
    text-decoration: none;
}

/**********************************************************************/

/** BOXS ESTADISTICOS INFORMES AGENTES ********************************/
.info-box {
    display: block;
    min-height: 90px;
    background: #FFF none repeat scroll 0% 0%;
    width: 100%;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-bottom: 15px;
    background-color: #ECF0F5;
}

.info-box-icon {
    border-radius: 2px 0px 0px 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0% 0%;
}

.info-box-content {
    padding: 5px 10px;
    margin-left: 90px;
}

.info-box-text {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 18px;
}
/***********************************************************************/

#lienzo{
    border: 1px solid #CCC;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ui-autocomplete-input {
    width: 330px;
}

.bgyellow{
    background-color:yellow;
}

.selectsTiempo .chosen-container{
    width:65px !important;
}

.areaObs{
    width: 327px;
    height: 101px;
}

.labelFormVisitas{
    float: left;
    margin-right: 10px;
}

.selectsVisitas #selectsfichas_chosen, #selectClientes_chosen{
    width:65px !important;
}

#ui-datepicker-div, .ui-autocomplete.ui-front.ui-menu{
    z-index: 9999 !important;
}

.ui-autocomplete.ui-front.ui-menu{
    max-width: 800px !important;
}

.mrg-right{
    margin-right: 10px;
}

.price{
    font-weight: bold;
    font-size: 1.1em;
    color: #000000;
}

.top-padding{
    padding-top: 10px;
}

input.cuenta{
    width: 100px !important;
    border-right: 1px solid #ccc;
}

button.btntop{
    margin-top: 17px;
}

.formClientes #agente_chosen{
    width: auto !important;
    display: inherit !important;
}

.fechaDep{
    clear:both;
}

.dirPred input[type="radio"] {
    display: none;
}

.dirPred input[type="radio"]:checked + label {
    background-image: url("../img/star-on.png");
}

.dirPred input[type="radio"] + label {
    background-image: url("../img/star-off.png");
}

.subrayado{
    background-color: #F5F5BA !important;
}





form p {
  margin-bottom: 10px;
  text-align: left; }

form p:last-child {
  margin-bottom: 0; }

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  visibility: hidden; }

[type="checkbox"] {

}
  [type="checkbox"] + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
 }
  [type="checkbox"] + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s; }
  [type="checkbox"]:not(:checked):disabled + label:before {
    border: none;
    background-color: rgba(0, 0, 0, 0.26); }

[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -3px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #E9394D;
  border-bottom: 2px solid #E9394D;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }
[type="checkbox"]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26); }

[type="checkbox"]:indeterminate + label:before {
  left: -10px;
  top: -11px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #E9394D;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }
[type="checkbox"]:indeterminate:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  background-color: transparent; }

[type="checkbox"].filled-in + label:after {
  border-radius: 2px; }
[type="checkbox"].filled-in + label:before,
[type="checkbox"].filled-in + label:after {
  content: '';
  left: 0;
  position: absolute;
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1; }
[type="checkbox"].filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%; }
[type="checkbox"].filled-in:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0; }
[type="checkbox"].filled-in:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }
[type="checkbox"].filled-in:checked + label:after {
  top: 0px;
  width: 20px;
  height: 20px;
  border: 2px solid #ff4081;
  background-color: #ff4081;
  z-index: 0; }
[type="checkbox"].filled-in:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent; }
[type="checkbox"].filled-in:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #BDBDBD; }
[type="checkbox"].filled-in:disabled:checked + label:before {
  background-color: transparent; }
[type="checkbox"].filled-in:disabled:checked + label:after {
  background-color: #BDBDBD;
  border-color: #BDBDBD; }

/***************
     Switch
***************/
.switch,
.switch * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none; }

.switch label {
  cursor: pointer; }

.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0; }

.switch label input[type=checkbox]:checked + .lever {
  background-color: #79E2F9; }

.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #009BF0; }

.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 15px;
  background-color: #818181;
  border-radius: 15px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px; }

.switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #F1F1F1;
  border-radius: 21px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  left: -5px;
  top: -3px;
  transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease; }

input[type=checkbox]:checked:not(:disabled) ~ .lever:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 64, 129, 0.1); }

input[type=checkbox]:not(:disabled) ~ .lever:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08); }

.switch label input[type=checkbox]:checked + .lever:after {
  left: 24px; }

.switch input[type=checkbox][disabled] + .lever {
  cursor: default; }

.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #BDBDBD; }

h4 a, h5 a{
    text-decoration: underline;
}

#selectResponsable{
    width: 100%;
    height: 33px;
}

.modal-xxl{
    width: 100%;
}

.modal-xl{
    width: 92%;
}

.modal-lg{
    width: 85%;
}

.modal-tareas{
    width: 50%;
}

input.cantidad{
    width: 60px;
}

input.longitud, input.fecha{
    width: 100px;
}

.filaMaterial{
    width: 70px;
}

input.referenciaMaterial{
    max-width: 150px;
}

select#selectProveedor{
    min-width: 200px;
}

td.proveedor{
    min-width: 135px;
}

.enlacePDF{
    margin: 29px 0px 0px 0px;
}

.enlacePDF .crearPDF i{
    font-size: 21px;
}


.comentario_pago{
    padding: 5px !important;
    padding-left: 7px !important;
    min-height: 30px !important;
    max-width: 100%;
    min-width: 100%;
}

.size1-5x{
    font-size: 1.5em;
}

.size1-1x{
    font-size: 1.1em;
}


.dropdown-menu>li>a.text-success{
    color: #468847;
}

.dropdown-menu>li>a.text-danger{
    color: #b94a48;
}

.loader-modal {
    position: relative;
    text-align: center;
    margin: 15px auto 35px auto;
    z-index: 9999;
    display: block;
    width: 80px;
    height: 80px;
    border: 10px solid rgba(0, 0, 0, .3);
    border-radius: 50%;
    border-top-color: #000;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

.tareas-list-form .buttons-print-all{
    display: none !important;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}
