/*************CSS TAGS*****************/
html, body {
    background-color: #fff;
    color: #636b6f;
    font-family: 'Work Sans', sans-serif !important;
    font-size: 16px !important;
    font-weight: 100;
    height: 100vh;
    margin: 0;
}

a {
    color: black !important;
    text-decoration:none !important;
}

article {
    margin-bottom: 8%;
    height: auto;
}

footer{
    color: rgb(157, 157, 157);
}

input[type=checkbox], input[type=radio] {
    width: 15px;
    height: 15px;
    cursor: pointer;
}

ol.breadcrumb > li > a {
    color: gray !important;
}

table.excel {
    border-style:ridge;
    border-width:1;
    border-collapse:collapse;
    font-family:sans-serif;
    font-size:16px;
    width: 100%;
}

table.excel thead th, table.excel tbody th {
    background:#CCCCCC;
    border-style:ridge;
    border-width:1;
    text-align: center;
    vertical-align:bottom;
    padding: 3px;
}

table.excel tbody th {
    text-align:center;
    width:20px;
}

table.excel tbody td {
    vertical-align:bottom;
}

table.excel tbody td {
    padding: 0 3px;
    border: 1px solid #EEEEEE;
}

table.dataTable thead .sorting {
    background-image: none !important; 
}

/*************CSS CLASS**************/
.align-r{
    text-align: right;
}

.article {
    margin-top: 5%;
}

.background-white{
    background-color: white;
}

.board{
    width: 95%; 
    margin: 0 auto;
}

.breadcrumb{
    background-color: transparent !important;
    margin-top: 10px;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.btn{
    padding: 10px !important;
}

.btn_def{
    color: #FFF !important;
}

/*.btn-light {
    border-color: #ccc !important;
}*/

.btn-primary {
    background-color: #337AB7 !important;
    border-color: #337AB7 !important;
}

.btn-outline-secondary {
    height: 45px !important;
}

.cant{
    width: 65px !important;
    padding: 2 !important;
    text-align: center !important;
    height: 30px !important;
    border: 1px solid #ccc;
}

.changeChart {
    padding: 0px 15px;
}

.circulo {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: lightslategrey;
    float: right;
    position: relative;
    right: 55px;
    top: 2;
    margin-right: -18px;
}

.circulo span{
    color: #fff;
    margin: 4px;
    font-size: 12px;
}

.color, .btn-primary:hover, .btn-default:hover, #bcl:hover, #add_c:hover, .hover:hover, .btn-outline-secondary:hover{
    background-color: #27415C !important;
    color: #fff !important;
    border-color: #FFFFFF !important;
}

.color-black{
    color:black;
}

.color-gray{
    color:gray;
}

.cont{
    width: 100%;
    height: 75px;
    padding-right: 0;
    padding-left: 0;
    border: 1px solid #FFF; 
    text-align: center;
}

.cursors{
    cursor:pointer;
}

/********CALENDARIO Boostrap**********/
.calboostrap{
    background: #fff;
    cursor: pointer; 
    padding: 10px 10px; 
    border: 1px solid #ccc;     
}
.btn-success {
    color: #fff !important;
    background-color: #27415C !important;
    border-color: #27415C !important;
}
.ranges li {
    color: #000 !important;
}
.ranges li.active {
    background-color: #27415C !important;
    border: 1px solid #27415C !important;
    color: #fff !important;
}
.ranges li:hover {
    background-color: #27415C !important;
    border: 1px solid #27415C !important;
    color: #fff !important;
}

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

/********DATA TABLES********/
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #27415C !important;
}

.paginate_button.disabled:hover{
   color: #FFF;
}

.paginate_button.current:hover{
    color: #FFF;
}

table.dataTable.no-footer {
    margin-bottom: 15px;
}

.dataTables_length > label > select {
    width: 76px !important;
}

.dataTables_length label{
    display: -webkit-inline-box !important;
}

.dataTables_length #ps{
    margin: 10 10 0 0;
}

.dataTables_length #pr{
    margin: 10 0 0 10;
}

.paginate_button:active{
    background: #27415C !important; 
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0em !important;
}
/***************************/

/********DROPDOWN**********/

.dropdown-item.active, .dropdown-item:active {    
    background-color: #CFCFCF !important;
}

.dropdown-menu.show {
    margin-top: 0.8em;
    /*margin-left: 0.5em;*/
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

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

.err{
    border: solid 1px red; 
    background : pink !important; 
    padding: 5px
}

.err2{
    background : pink !important; 
}

/*****************editable**************************/
.editable span{
    display:block;
}

.editable span:hover, .calp:hover {
    background:url(images/edit_16.png) 90% 50% no-repeat;
    cursor:pointer
}

.export-opt{
    float: right;
    margin-bottom: 30px;
}

.export-opt img{
    width: 35px;
}

a.enlace{
    display:inline-block;
    width:24px;
    height:24px;
    margin:5px 0 0 5px;
    overflow:hidden;
    text-indent:-999em;
    vertical-align:middle
}

.mensaje{
    display:block;
    text-align:center;
    margin:0 0 20px 0;
    position: absolute;
}

.guardar{
    background:url(images/save_16.png) 0 0 no-repeat
}

.cancelar{
    background:url(images/cancel_16.png) 0 0 no-repeat
}

.ok{
    display:block;
    padding:10px;
    text-align:center;
    background:#1ABC9C;
    color:#fff
}

.ko{
    display:block;
    padding:10px;
    text-align:center;
    background:red;
    color:#fff
}

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

.fa-trash-alt, .fa-edit{
    font-size: 24px !important;
    color: #27415C !important;
}

.fa-google, .fa-map{
    margin-right:10px; 
    margin-left:-10px
}

.float-right{
    float: right;
}

.font_comp{
    margin-top: 20px;
    color: #555;
    font-size: 17px;
}

.grayscal{ 
    opacity: 0.4;
    filter: alpha(opacity=40);    
}

.height-btn{
    height: 45px !important;
}

.ico-s{
    color:#27415C;
}

.index{
    width: 35%;
    margin: auto;
}

.input-group-addon {
    padding: 10px !important;
}

.input-group-addon, .input-group-btn {
    width: initial !important;
}

.look-data{
    display:none;
}

.mini_cart{
    position: fixed;
    right: 2px;
    top: 75px;
    z-index: 1;
}

.mini_cart a, .mini_cart div a {
    width: 120px !important;
    /*font-weight: bold;*/
}

.no-border{
    border: none !important;
}

.no-border-radios{
    border-radius: initial !important;
}

.no-margin{
    margin: 0;
}

.none{
    display: none;
}

.noscroll{
    overflow:hidden !important;
}

.nota-informativa {
    padding:10px;
    width:220px;
    text-align:center;
    background-color:rgb(250, 245, 216);
    position:fixed;
    display:none;
    right:118px;
    top:76px;
    box-shadow:0 0 7px #555;
    z-index: 1;
    height: 17%;
}

.nota-informativa hr{
    border-color: black;
    margin-bottom: 5;
    margin-top: 0;
} 

.ok{
    border: solid 1px #1ABC9C; 
    /*background: greenyellow;*/
}

.rect-sub{
    width: 100%;
    height: 70px;
    background:rgba(39, 65, 92, 0.94);
    position:absolute;
    bottom: 0;
    z-index:1;
    color:white;
}

.rect-sub h5{
    padding-left:20px;
    margin-top:20px;
}

.row #listcar{
    padding-right: 3px;
    padding-left: 3px;
}

.show-hide-column{
    float: left;
    margin-bottom: 2em;
}

.show-hide-column > p{
    font-size: 0.9em;
}

.subTotal{
    border-top: 1px solid #000;
}

.table td, .table th {
    font-size: 15px !important;
}

.tam_img{
    width: 85px;
}

.tdimg {
    width: 2em;
}

.third_color{
    background-color: rgba(39, 65, 92, 0.1) !important;
    color: #333 !important;
}

.toCell{
    border: 1px solid #ccc;
    padding: 5px 0 0 5px;
}

.toCell-background{
    border: 1px solid #ccc;
    padding: 5px 0 5px 5px;
    background-color: #B4B4B4;
    font-weight: bold;
    color: #000;
}

.toSubCell-background{
    border: 1px solid #ccc;
    padding: 5px 0 5px 5px;
    background-color: #DBDBDB;
    font-weight: bold;
    color: #000;
}

.total-fact-claro{
    width: 2em;
    margin: 7px;
}

.white{
    color:white !important;
}

.width-95{
    width: 95%; 
    margin: auto;
}

.lds{
    display: -webkit-box !important;
    margin: 10% 46%;
    width: 50px;
    position: fixed;
}

.lds img{
    height: 50px;
}

.border-pers{
    border: 1px solid #cccccc;
}

/*************CSS ID**************/
#alert{
    display:none;
    position:absolute;
    bottom: 228;
    margin-right: 4px;  
    z-index: 1;
}

#alert_confirm{
    display:none;
    position: absolute;
    z-index: 1;
    margin-right: 4px;
    padding: 24px;
}

#back_ i {
    margin-right: 8px;
}

#bcl, #add_c{
    margin-top: 0;
    width: 115px;
    text-decoration: none;
    /*color: white;
    background-color: #27415C;
    border: none; */
}

#bcl a, #add_c a{
    margin-right:5px;
}

#bgBody{
    display: initial;
    position: absolute !important;
    padding: 10px !important;
    top: 84px;
    right: 0;
    height: 110px;
    background-color: rgba(118, 154, 193, 0.09);
}

#bgBody p{
    font-size:10px;
}

#bodycar{
    border: 1px solid #DDDDDD;
    margin: 1;
    height: 54.3%;
    background: rgba(221, 221, 221, 0.08);
    padding: 15px 10px;
    overflow: auto;
}

#cont-ind {
    width: 340px !important;
    padding-top: 3%;
}

#content-table-det, #content-table-rep{
    margin-top: 4em;
}

#cpyr{
    position: absolute;
    bottom: 5%;
    left: 41%;
}

#dir-fac, #dir-env{
    /*margin-left: 15px;
    width: 47%;
    height: 250px;*/
    padding: 5px 15px;
}

#dir-fac div i, #dir-env div i{
    margin-top: 10px;
} 

#dir-fac h5, #dir-env h5{
    /*font-size: 13px;*/
    margin-top: 9px;
    margin-bottom: 9px;
}

#dir-fac div hr, #dir-env div hr, .alert hr{
    margin-top: 0;
    margin-bottom: 10;
    border-top: 1px solid rgba(157, 157, 157, 0.39);;
}

#directions{
    margin-top: 1em;
}

#exit{
    float: right;
    background: #415570;
    height: 72px;
    width: 100px;
    text-align: center;
    padding-top: 25px;
    font-size: 18px;
}

#frame{
    margin-right: 0px;
    margin-top: -1px;
}

#frame #back_:hover{
    color: white;
    text-decoration: underline;
}

#frame #back_{
    margin-left: 30px;
    margin-bottom: 20px;
    position: absolute;
    top: 20;
    left: 0;
    cursor: pointer;
}

#footercar{
    margin: 1;
    height: 190px;
    text-align: right;
    border: 1px solid #ddd;
}

#hr-ind{
    border-top: 1px solid rgba(238, 238, 238, 0.54);
    width: 300px;
    margin-left: 0;
    margin-bottom: 27px;
}

#ind{
    padding-left: 5px;
}

#img-ind{
    margin-top:15%;
    margin-bottom:30px;
    width: 322px;
}

#img_login{
    height: 45px; 
    margin: 10px 10px 0px 10px;
    float: right;
}

#img_hcomp{
    margin: 14px 10px 0px 10px;
    float: left;
}

#img_hcomp img{
    width: 45px;
}

#indbtn{
    color: black;
    background: white;
    font-size: 17px;
    display: inline-block;
    padding: 3px 25px;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    margin-top: 15px;
}

#logoClaro{
    width: 15%;
    margin-bottom: 0.6em;
}

#msg{
    display:none;
    position: absolute;
    width: 280px;
    height: 90px;
    right: 0;
}

/*******PAGE BUILD********/
#page_build{
    margin-bottom: 0; 
    height: 70%; 
    padding-top: 5%;
}

#page_build p{
    font-size: 45px; 
    font-family: monospace; 
    color: gray;
    margin-top: 6%;
}

#page_build h4{
    font-size: 20px; 
    font-family: monospace; 
    color: gray;
}

#page_build img, #page_build hr{
    width: 300px;
}
/*************************/

#registerclient select{
    width: 220px;
}

#see-indc i span{
    font-family: sans-serif;
    color: gray;
}

#shopping-cart{
    width: 100%;
    height: 100%;
    padding-top: 21.9%;
}

#sign-in, #sign-out {
    padding: 15px 67px;
    font-size: 17px;
    font-weight: 400;
    white-space: nowrap;
    background-color: #4d6a89;
    border-color: #4d6a89;
    color: white !important;
}

#sign-in:hover{
    background-color:white;
    border-color:white;
    color:black !important;
    text-decoration:none;
}

#sublogin a, #sublogin a:hover{
    color:#FFF !important;
    text-decoration: initial;
}

#sublogin{
    float: right;
    margin-top: 25px;
    color: white;
    display: -webkit-box;
    font-size: 17px;
}

#table-pre tbody th, #table-pre  tbody td {
    min-width: 160px;
}

#tblRegistro tr:not(:nth-child(n+4)) {
    text-transform: uppercase; 
    text-align: left; 
    font-weight:bold
}

#tblRegistro tr:nth-child(n+6):hover{
    background: #dfdfdf; 
    cursor: not-allowed
}

#tblRegistro tr:nth-child(n+5) td:nth-child(n+7){
    cursor:pointer
}

#totls h5{
    font-weight:bold;
}

#total_cart > a {
    font-size: 13px;
}

#up-btn{
    position: fixed;
    right: 1%;
    bottom: 3%;
    z-index: 2;
}

/**********MEDIA SCREEN**********/
@media (min-width: 1200px){

    /*************CSS TAGS*****************/

    /*************CSS CLASS**************/

    /*************CSS ID**************/
    #artprod .container {
        width: 1300px;
    }
}

@media screen and (max-width: 1024px) {

    /*************CSS TAGS**************/
    table.dataTable tbody th, table.dataTable tbody td {
        padding: 8px 5px !important;
    }

    /*************CSS CLASS**************/
    .table tbody tr td, .table tbody tr th, .table tfoot tr td, .table tfoot tr th, .table thead tr td, .table thead tr th {
        font-size: 13px !important;
        padding: 8 0px;
    }
    
    /*************CSS ID**************/
    #dir-fac i, #dir-env i{
        font-size: 3em;
    }

    #cpyr{
        position: initial;
        margin-bottom: 4%;
        margin-top: 16%;
    }

    #shopping-cart{
        padding-top: 27.5%;
    }

    #up-btn{
        right: 4%;
        bottom: 4%;
    }
}

@media (min-width: 1000px){

    /*************CSS ID**************/
    /*#cpyr {
        bottom: 0;
        position: initial;
    }*/

    #footercar {
        height: 190px;
    }
}

@media screen and (max-width: 980px) {

    /*************CSS CLASS**************/
    /*.article {
        padding-top: 5%;
    }*/
    .asidep{
        position: relative;
        overflow: auto;
        padding: 0 0;
    }

    .middle{
        margin-left: 35%;
    }

    .row #listcar {
        padding-right: 13px;
        padding-left: 13px;
    }

    .table tbody tr td, .table tbody tr th, .table tfoot tr td, .table tfoot tr th, .table thead tr td, .table thead tr th {
        font-size: 14px !important;
    }

    /*************CSS ID**************/
    #alert_confirm{
        margin-right: 14px;
    }

    #cpyr{
        position: initial;
        margin-bottom: 4%;
        margin-top: 16%;
    }

    #dir-fac, #dir-env{
        margin-right:0;
        height: 31%;
        margin-top: 10px;
    }
    
    #dir-fac i, #dir-env i{
        font-size: 3em;
    }

    #footercar {
        height: 195px;
    }

    #shopping-cart{
        padding-top: 0;
    }

    #sub-hr{
        width: 50%;
    }

    #up-btn{
        right: 4%;
        bottom: 4%;
    }
}

@media screen and (max-width: 650px) {

    table.dataTable tbody th, table.dataTable tbody td {
        padding: 8px 4px !important;
    }

    /*************CSS CLASS**************/
    .asidep{
        position: relative;
        overflow: auto;
        padding: 0 0;
    }

    .border{
        border: 1px solid #ddd;
    }

    .dataTables_wrapper {
        padding: 10px;
    }

    .extgoo{
        margin-bottom: -25px;
    }

    .look-data{
        display:initial;
    }

    .middle{
        margin-left: 30%;
    }

    .row #listcar {
        padding-right: 13px;
        padding-left: 13px;
    }

    .see_data{
        display:none;
    }    

    .table tbody tr td, .table tbody tr th, .table tfoot tr td, .table tfoot tr th, .table thead tr td, .table thead tr th {
        font-size: 13px !important;
    }

    /*************CSS ID**************/
    #cpyr{
        position: initial;
        margin-bottom: 10%;
        margin-top: 16%;
    }

    #dir-fac, #dir-env{
        margin-right:0;
        width: 92%;
        height: 230px;
        margin-top: 10px;
    }
    
    #dir-fac i, #dir-env i{
        font-size: 3em;
    }

    #footercar {
        height: 195px;
    }

    #img-hcomp{
        display:initial;
    }

    /*shopping-cart*/
    #shopping-cart{
        padding-top: 0;
    }

    #sub-hr{
        width: 80%;
    }
    
    #up-btn{
        right: 4%;
        bottom: 4%;
    }    
    
}

@media screen and (max-width: 480px) {

    table.dataTable tbody th, table.dataTable tbody td {
        padding: 8px 5px !important;
    }      
    
    /*************CSS CLASS**************/
    .asidep{
        position: relative;
        overflow: auto;
        padding: 0 0;
    }

    .breadcrumb {
        width: 260px;
    }

    .confirm {
        font-size: 13px;
    }

    .dataTables_wrapper {
        padding: 10px;
    }

    .extgoo{
        margin-bottom: -25px;
    }

    .middle{
        margin-left: 0%;
    }

    .modal-dailog{
        width: 90%;
    }

    .row #listcar{
        padding-right: 15px;
        padding-left: 15px;
    } 

    .see_data{
        display:none;
    }

    .table tbody tr td, .table tbody tr th, .table tfoot tr td, .table tfoot tr th, .table thead tr td, .table thead tr th {
        font-size: 12px !important;
    }

    /*************CSS ID**************/
    #alert_confirm{
        margin-right: 14px;
    } 

    #asidetp {
        display: block;
        /*overflow: auto;*/
        text-align: -webkit-center;
    }

    #bgBody{
        display: none;
        top: 105px;
    }

    #cpyr{
        position: initial;
        margin-bottom: 10%;
        margin-top: 16%;
        margin-left: 1px;
    }

    #dir-fac, #dir-env{
        margin-right:0;
        width: 92%;
        height: initial;
        margin-top: 10px;
    }
    
    #dir-fac i, #dir-env i{
        font-size: 3em;
    }

    #footercar {
        height: 200px;
    }

    #ind hr{
        width: 70%;
        margin-left: 0;
    }

    #img_hcomp{
        display:none;
    }

    #isvend{
        position: absolute;
        right: 0;
        top: 84px;
    }

    #page_build{
        height: 80%; 
        padding-top: 5%;
    }
    
    #page_build p{
        font-size: 40px; 
    }

    #resultado{
        position: absolute;
        top: 490px;
        left: 70px;
        z-index: 1;
    }

    #see-indc{
        display: initial !important;
        position: absolute !important;
        top: 85px;
        right: 10;
        height: 110px;
    }

    #shopping-cart{
        padding-top: 0;
    }

    #sublogin{
        font-size: 14px;
    }
}