table.datos{
    margin-top: 20px;
    margin-bottom: 20px;
}
table.datos tr td{
    padding: 2px 15px;
    border: 1px dotted #dddddd;
    min-width: 150px;
}

table.datos tr th{
    background-color: #EDF3F4; 
    padding: 2px 5px;
    width: 150px;
    text-align: right;
    color:#336199;
}

.table tr th{
    background-color: #EDF3F4; 
    padding: 2px 5px;
    color:#336199;
}

table tr td{
    padding: 2px 5px;
/*    white-space: nowrap;*/
}

.table > thead > tr > th:last-child {
    border-right-color: #f1f1f1 !important;
}

.crud_label {
    font-size: 11px;
    font-weight: bold;
}

.crud_td {
    font-size: 11px;
}

.crud_th {
    font-size: 11px;
    font-weight: bold;
}


/********tooltip********/

/*  
.ui-tooltip, .arrow:after {
        background: #438eb9;
        border: 2px solid white;
    }
.ui-tooltip {
    padding: 10px 10px;
    color: white;
    border-radius: 10px;
    font: bold 11px "Helvetica Neue", Sans-Serif;
    text-transform: uppercase;
    box-shadow: 0 0 7px #438eb9;
}
  
    .arrow {
        width: 70px;
        height: 10px;
        overflow: hidden;
        position: absolute;
        left: 50%;
        margin-left: -35px;
        bottom: -13px;
    }
    .arrow.top {
        top: -16px;
        bottom: auto;
    }
    .arrow.left {
        left: 20%;
    }
    .arrow:after {
        content: "";
        position: absolute;
        left: 20px;
        top: -20px;
        width: 25px;
        height: 25px;
        box-shadow: 6px 5px 9px -9px black;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .arrow.top:after {
        bottom: -20px;
        top: auto;
    }

*/
    
    /********tooltip********/
    
    
.moon{
	margin-bottom: 5px;
}

.quiro{
	height: 64px;
}

.quiro_text{
	font-size: 15px;
        padding-top: 24px;
}

.progress-bar-quiro{
	background-color: #5CB85C;
}
/*
.ui-dialog-content{
        overflow: visible !important;
}

.ui-dialog{
        overflow: visible !important;
}*/

.bootstrap-datetimepicker-widget td {
  height: 30px;
  line-height: 30px;
  width: 30px;
}

.sidebar.h-sidebar {
    margin-top: 0px;
}

.h-sidebar.sidebar-fixed + .main-content {
    padding-top: 45px;
}

.h-sidebar + .main-content .page-content {
    padding-top: 0px;
}

label {
    font-size: 12px;
}

.btn {
    font-size: 11px;
}

.required {
    color: red
}

 .breadcrumbs {
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    line-height: 30px;
    margin: 5px 10px 0 !important;
    min-height: 33px;
    padding: 0 12px 0 0;
    position: relative;
    z-index: auto;
}

.info-button-red {
    background-color: red;   
    border-radius: 100%;   
    color: #fff;
    cursor: default;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;    
    padding: 0;
    text-align: center;
    width: 20px;
   
}

.info-button-yellow {
    background-color: #ffb752;    
    border-radius: 100%;   
    color: #fff;
    cursor: default;
    display: inline-block;
    font-size: 12px;   
    height: 20px;
    line-height: 20px;   
    padding: 0;
    text-align: center;
    width: 20px;
   
}

.info-button-blue {
    background-color: #428bca;   
    border-radius: 100%;   
    color: #fff;
    cursor: default;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;   
    padding: 0;
    text-align: center;
    width: 20px;
    
}

.info-button-green {
    background-color: green;   
    border-radius: 100%;   
    color: #fff;
    cursor: default;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;    
    padding: 0;
    text-align: center;
    width: 20px;
   
}

.mapa-globe{    
   vertical-align: middle !important;
   padding-bottom: 2px !important;   
}

.btn-primary.active {
    background-color: #286090 !important;
    border-color: #204d74 !important;
    color: #ffffff;
}

.btn.active::after {
    border-bottom: 1px solid transparent;
    bottom: -4px;
    content: "";
    display: inline-block;
    left: -4px;
    position: absolute;
    right: -4px;
}

.nav-list > li > .submenu li > .submenu > li > .submenu > li > .submenu > li > a {
    margin-left: 25px;
    padding-left: 58px;
}
.no-skin .nav-list > li > .submenu li > .submenu > li > .submenu > li a {
    color: #757575;
}

#map{
    height: 100vh !important;
}




@media (max-width: 750px) {
  .content_ini{
   height: 90vh;    
  }
  .content_ini_image{
   height: 90vh;   
   
}
}
@media (min-width: 751px){
    
  .content_ini{
   height: 90vh;
    background: rgba(35,88,107,1);
    background: -moz-linear-gradient(left, rgba(35,88,107,1) 0%, rgba(35,88,107,1) 19%, rgba(51,118,172,1) 42%, rgba(255,255,255,1) 69%, rgba(255,255,255,1) 77%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left top, color-stop(0%, rgba(35,88,107,1)), color-stop(19%, rgba(35,88,107,1)), color-stop(42%, rgba(51,118,172,1)), color-stop(69%, rgba(255,255,255,1)), color-stop(77%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(right, rgba(35,88,107,1) 0%, rgba(35,88,107,1) 19%, rgba(51,118,172,1) 42%, rgba(255,255,255,1) 69%, rgba(255,255,255,1) 77%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(35,88,107,1) 0%, rgba(35,88,107,1) 19%, rgba(51,118,172,1) 42%, rgba(255,255,255,1) 69%, rgba(255,255,255,1) 77%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(35,88,107,1) 0%, rgba(35,88,107,1) 19%, rgba(51,118,172,1) 42%, rgba(255,255,255,1) 69%, rgba(255,255,255,1) 77%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(35,88,107,1) 0%, rgba(35,88,107,1) 19%, rgba(51,118,172,1) 42%, rgba(255,255,255,1) 69%, rgba(255,255,255,1) 77%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23586b', endColorstr='#ffffff', GradientType=1 );       
    }
  .content_ini_image{
   height: 90vh;
   background: transparent url('../images/inicio_sistema2.png') left bottom no-repeat;
   
}
}



.logo-intro{
    margin: auto;
}
.login-box{
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.6), 0 -3px 7px rgba(0, 0, 0, 0.2);
    margin-left: auto;
    margin-right: auto;
    margin-top: 6%;
    border-radius: 25px;
    padding: 20px;
    color: #000;
    background: #ffffff;
    width: 400px;
}

.login-box .tab-content{
    border: none;
}

.summary-box-content .tab-content{
    border: none;
}

.login-box table, .login-box table th{
    background-color: rgba(255, 255, 255, 0.55);
    font-size: 18px;
/*    text-align: right;*/
}

.service-box-container{
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    margin-bottom: 20px;
}

.table-cart{
    margin-bottom: 0;
}

.box{
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.6), 0 -3px 7px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    padding: 20px;
    color: #000;
    background: #ffffff;
}

.service-box{
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.6), 0 -3px 7px rgba(0, 0, 0, 0.2);
    margin-right: 10px;
    border-radius: 25px;
    padding: 20px;
    color: #000;
    background: #ffffff;
    margin-top: 30px;
}

.service-box.firma{
    width: 353px;
}

.service-box.factura{
    width: 453px;
}

/*.service-box.landingPage{
    height: 350px;
}

.service-box.cartPage{
    height: 376px;
}*/

.service-box .service-name {
    font-size: 18px;
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);*/
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
    color: #646464;
}

.service-box .service-spinner{
    width: 110px !important;
}

.service-box .price{
    text-align: right !important;
}

.service-box .service-price{
    font-weight: bold;
    text-align: center;
}

.service-box .remove-cart{
    float: right;
    cursor: pointer;
}

/*.service-box.firma .add-cart{
    position: relative;
    top: 56px;
}*/

.service-box.firma .remove-cart{
    position: relative;
    top: 53px;
}

.service-box .service-cart{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #abc937;
    padding-top: 10px;
    cursor: pointer;
}

.service-cart{
    font-weight: bold;
    font-size: 18px;
    color: #abc937;
}

.navbar-anonimo{
    /*background: none !important;
    box-shadow: none !important;*/
}

.ace-nav li#carrito a{
    background-color: transparent !important;
}

.service-box .service-duration{
    text-align: right;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-right: 5px;
    font-size: 13px;
}

.alert-inicio {
    margin-bottom: 0px !important;
}

.btn-willy {
    background-color: transparent !important;
    border-color: transparent !important; 
    padding: 0 !important;
    border-width: 0 !important;
}
.btn-willy:hover {
    background-color: transparent !important;
    border-color: transparent !important; 
    padding: 0 !important;
    border-width: 0 !important;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.forget_password a{
    
    color:#3b3d3e;
    font-weight: bold;
}

.cortar{
  width:154px;
  text-overflow:ellipsis;
  white-space:nowrap; 
  overflow:hidden; 
}
.cortar:hover {
  width: auto;
  white-space: initial;
  overflow:visible;
  cursor: pointer;
}
.btn-login{
	background-color: rgba(0,131,96) !important;
	border-color: rgba(0,131,96);
}
.btn-login:hover{
	background-color: #69aa46 !important;
	border-color: #69aa46;
}


.input-disabled{
    background-color: transparent !important;
    -moz-user-input: none;
    cursor: default!important;
}
.td_label label{
    float: none;
    padding: 10px;
}

.hide-close .ui-dialog-titlebar-close { display: none }

.radio label, .checkbox label{
    float: left!important;
}
.checkbox, .radio{
    display: flex;
}


label.error{
    /*box-shadow: red 1px 1px;*/
    color: #ff333d;
}

input.error, select.error, textarea.error, ul.error, .select2-container.error, div.error{
    border: 2px solid #ff333d;
}

.pdffont{ 
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;  
    font-size: 11px;}

.pdftitlefont{ 
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;  
    font-size: 15px; }

.pdfsubtitlefont{ 
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;  
    font-size: 13px; }

.pdfheaderfont{ 
    /*font-family: Verdana, Arial, Georgia, Tahoma; */
    /*font-weight: bold;  */
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:  #393939;
    text-align: left;  
    font-size: 11px; }

.hand_pointer {
    cursor: pointer;
}

.bold {
    font-weight: bold;
}

.panel-heading.tcp {
    font-size: 12px;
}


.home-access h1 {
    color: #878787;
    font-weight: bold;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 10px 0px 20px 0px;
    text-align: center;
}

.summary-box-container{
    /*display: flex;*/
    justify-content: right;
    flex-flow: row wrap;
    margin-bottom: 20px;
    
}

.summary-box{
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.6), 0 -3px 7px rgba(0, 0, 0, 0.2);
/*    margin-right: 10px;*/
    border-radius: 15px;
/*    padding: 20px;*/
    color: #000;
    background: #ffffff;
    margin-top: 30px;
    min-width: 400px;
}

.summary-box-header{
    background-color: #4c8ebd;
    color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    /*background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgb(10 10 10) 100%);*/
}

.summary-box-content{
    padding: 20px 40px 20px 40px;
    font-size: 12px;
}

.summary-box-summary{
    padding: 20px;
}

.nav-tabs li{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.tab_button{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
