﻿/* common css */
.p-r-0{
padding-right: 0 !important;
}

/* Boostrapmin.css */

.container{ 
	 padding-right:5px; 
	 padding-left:5px; 
 } 
 .table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{
	 padding:5px;
	 vertical-align: central;
 }
 th {
	font-size: 12px;
	}
 label{
     font-weight:300;
     margin-bottom:0px;
     padding-left:6px;
 }
 label.ListView{	
	font-weight:100;
}	

.label{
	display:block;

}
   
.button {
    background-color:transparent;
    border:none;
    cursor:pointer;
    /*text-decoration:underline;*/
    padding: 0px;
    color:#505458;
    font-size:14px;
    font-family:'Noto Sans', sans-serif;
}
    .button:hover {
    color:#337ab7;
}

a{
    color:#505458;
    /*font-size:14px;*/
    font-family:'Noto Sans', sans-serif;
}

.link{
    font-size:14px;
}

.icon-list-demo a{
  cursor: pointer;
  line-height: 45px;
  white-space: nowrap;
  color: #75798B;
}

.icon-list-demo button{
  cursor: pointer;
  line-height: 45px;
  white-space: nowrap;
  color: #75798B;
}

.icon-list-demo .iconAnimation:hover {
  color: #3bafda;
}
.icon-list-demo .iconAnimation:hover i {
  -o-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  moz-transform: scale(1.5);
  transform: scale(1.5);
}

.icon-list-demo .iconAnimation {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-clip: padding-box;
}

h4.Nombre, a.Nombre{
    color:#505458;
    font-size:18px;
    font-weight:500;
    font-family:'Roboto', sans-serif;
}
a:hover {
    color:#337ab7;
}
.form-control {
    padding: 3px 6px 3px 6px;
    height: 26px;
    font-size: 12px;
    background-color: #e6e6e6 !important;
}
select.form-control{
   padding-left:3px;
}

.form-control[disabled], fieldset[disabled] .form-control{
    cursor:auto;
}
.link-Pointer{
    cursor:pointer;
}
.form-control[disabled] {
    background-color: #e6e6e6;
}
.form-group{
	margin-bottom:5px;
}
.breadcrumbNew{padding:0px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumbNew>li{display:inline-block}.breadcrumbNew>li+li:before{padding:0 5px;color:#ccc}.breadcrumbNew>.active{color:#777}

.linkT { text-transform: capitalize; }
.dropdown-submenu { 
    position: relative;
    font-size: 12px;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    right: 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-menu{
    font-size: 12px;
}

    /*.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;
}
	
.select2-container .select2-choice .select2-arrow{
        background-color:#fafafa;
        border-left: 0px solid #aaa;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow{
        background-color:#fafafa;
}

.input-group-addon.ageText{
    background-color: #fafafa;
    color: #999;
    font-size: 12px;
}

.input-group-addon.customeStyle{
    background-color: #fafafa;
    color: #999;
}

.input-group-addon.font-12 {
    font-size: 12px !important;
}

.input-group.listform{
    display:block;
    margin-right:15px;
}
.form-horizontal .form-group{
    margin-left:2px;
}

.panel{
    margin-bottom:0px;
}
/* Menu.css*/
.topbar .topbar-left {
  height: 50px;
  width: 200px;  
}
.app-search .form-control,
.app-search .form-control:focus {
  width: 300px;
}
.side-menu {
  width: 200px;
}
.side-menu.left {
  top: 50px;
}
.content-page {
  margin-left: 200px;
}
.content-page > .content {
  padding: 5px 5px 15px 5px;
}
.content-page > .content > .container > .content-inside {
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 20px 5px 0px 5px;
}
.button-menu-mobile {
  padding: 0px 5px;
}
#sidebar-menu > ul > li > a {
  padding: 12px 25px 12px 10px;
}
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a {
  padding: 15px 20px 15px 15px;
}
.contacts-list .avatar {
  float: none;
}
.contacts-list .list-group-item span.name {
  float: none;
}
.notifi-title{
    font-size: 12px;
}

/* Pages.css */
 .thumb {
  box-shadow: none;
  margin-top: 0px;
  padding-top: 0px;
  width: none;
}
.thumb-img {
  width: 50%;
}
.thumb-img-forgot {
  border-radius: 2px;
  overflow: hidden;
  width: 50%;
}
.thumb-img-reset {
  border-radius: 2px;
  overflow: hidden;
  width: 50%;
}
  
/* Components.css */
.panel{
    margin-bottom:0px;
}
.panel .panel-body {
  padding: 1px  20px  10px  20px;
}
.panel-heading {
  padding: 1px 20px 10px 20px;
}
tbody {
  color: none;
}

.panel-border .panel-heading{
    padding-top: 5px;
}
.panel-border .panel-body{
    padding-top:0px;
}
.btn-rounded{
    padding: 3px 9px;
}
/* core.css */

body {
    background-color: white;
	font-size : 12px;
}
/*dt{
    padding: 4px;
}

dd{
    padding: 4.5px;
}*/

.footer {
  left: 200px;
}

.footer-image {
  bottom:0px;
  color: #58666e;
  text-align: center !important;
  padding: 20px 30px;
  position: absolute;
  width: 100%; 
  
}

.page-title-box {
  padding: 20px 20px 20px 30px;
  margin: -20px -20px 2px -20px;
}

.page-title-box-new {
  background: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.03);
  padding: 10px 20px 15px 20px;
  margin: -20px -20px 2px -20px;
}

.page-title-box-with-button {
  background: #ffffff;
  /*box-shadow: 0 2px 2px rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.03);*/
  padding: 10px 20px 15px 20px;
  margin: -20px -20px 2px -20px;
}
.page-title-box .breadcrumbNew {
  margin-top: 0px;
  padding-top: 2px;
}
.card-box {
  padding: 5px;
  margin-bottom: 5px;
}
.card-box-log {
  padding: 10px 30px 0px 30px;
  border: 1px solid rgba(54, 64, 74, 0.08);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  background-clip: padding-box;
  margin-bottom: none;
  background-color: #fff;
  
}
.card-box-forgot {
  padding: 5px 5px 5px 5px;
  border: 1px solid rgba(54, 64, 74, 0.08);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  background-clip: padding-box;
  margin-bottom: 0px;
  background-color: #fff;
  
  
}
.card-box-reset {
  padding: 30px 30px 0px 30px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  background-clip: padding-box;
  margin-bottom: none;
  background-color: #fff;
  
}
.row-table {
  margin-right: 0px;
  margin-left: 0px;
}

.table > tbody > tr > td.noborder{
    border-top: 0px solid #f3f3f3;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 15px;
    padding-right: 15px;
}
.breadcrumbNew {
  background-color: transparent;
  margin-bottom: 5px;
  margin-top: 5px;
}

/*.nameCapitalize 
{
    text-transform:capitalize;
}*/

h4.nameCapitalize 
{
    text-transform:uppercase;
}

@media print {
    .breadcrumbNew {
        display: none;
        margin: 0px;
        padding: 0px;
    }
}

.cursor_pointer {
    cursor: pointer;
}

li > a > .not-active {
    pointer-events: none;
}

.not-allowed {
    cursor: not-allowed;
}

.nameUppercase {
    text-transform: uppercase;
}

/* form control */
.form-control {
    background-color: #ffffff !important;
    border: 1px solid #cccccc !important;
}
label {
     padding-left: 0 !important; 
}
.modal .modal-dialog .modal-content {
    padding: 10px !important;
}
    .modal .modal-dialog .modal-content .modal-header {
        padding-bottom: 0 !important;
    }
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.modal .modal-dialog .modal-content .modal-body {
    padding: 20px 10px;
}
/*.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #e6e6e6 !important;
    opacity: 1;
}*/
.t-a-r{
    text-align: right !important;
}

/*font size*/
.f-s-15 {
font-size: 15px;
}

.invoiceStyle {
    width: 20px;
    margin-right: 20px !important;
    margin-left: 5px;
}
.m-t-3 {
margin-top:3px;
}
.m-t-11 {
margin-top: 11px !important;
}

/*Loader*/
#app_mask_route {
    background-color: rgba(0, 0, 0, 0.4);
    width: 47vw;
    height: 100vh;
    position: fixed;
    top: 0;
    margin-top: 175px;
    margin-left: -32px;
}

    #app_mask_route div {
        border-radius: 100%;
        height: 50px;
        width: 50px;
        animation: spin 0.8s infinite linear;
        border: none;
        border-top: 0.2rem solid #FFFFFF;
        position: fixed;
        top: 50%;
        left: 75%;
        margin: -25px 0 0 -25px;
    }

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}
/*loader end*/

#KmMedicoTbl input {
    width: 50px !important;
}

.m-t--5 {
margin-top: -5px;
}

/*view model calender*/
.m-20-0 {
    margin: 20px 0px;
}

/*Tipo de Iva for Medico tbl*/
#TipoIva option {
    font-size: 12px !important;
}

/*common css*/
.m-b-15 {
    margin-bottom: 15px !important;
}

.f-r {
    float: right !important;
}

.m-b-10 {
    margin-bottom: 10px;
}
.w-15 {
    width: 15%;
}
.w-10 {
    width: 10%;
}
.txt-r {
text-align: right;
}
.txt-c {
    text-align: center;
}
.w-55 {
    width: 55%;
}

/*Ver Minutas*/
#divSiniestroTable {
    margin-bottom: 15px !important;
}

/*Siniestros*/
.content-disable {
    pointer-events: none;
    opacity: 0.5;
    background: #CCC !important;
    z-index: 999;
}
.grid{
  width: 25%;
}
.label-weight label{
  font-weight: 600;
  width: 100%;
}
.label-weight .s_comment{
  color: #ACACAC !important;
}
.obsinistro td{
  padding: 5px;
}
.float-right{
  float: right;
}
.f-w-400{
font-weight: 400;
}
.w100{
  width: 100%;
}
.tareas-tb{
  padding: 0;
    margin-top: 10px;
}

.full-width {
    width: 100% !important;
}

.table-hover tbody tr{
    cursor: pointer;
}
.text-right{
  text-align: right;
}
.tb-pre{
  border: navajowhite !important;
  background: white !important;
  padding: 0 !important;
  font-family: 'Noto Sans', sans-serif !important;
  font-size: 12px !important;
  padding: 5px 0 !important;
  margin: 0 !important;
}
.w30-data-tb{
  width: 30% !important;
    min-width: 30%;
}
.f-w-500-span span{
font-weight: 600;
}
.m-r-10{
  margin-right: 10px;
}
.m-r-15 {
    margin-right: 15px;
}
.f-w-500{
  font-weight: 500;
}
.f-w-600{
  font-weight: 600;
}
.m-0{
  margin: 0px;
}
.p-10{
  padding: 10px;
}
.p-r-0{
  padding-right: 0px;
}
.p-l-0{
  padding-left: 0px !important;
}
.p-l-20 {
    padding-left: 20px !important;
}
.p-b-20{
    padding-bottom:20px;
}
.font-color{
  color: #797979;
}
/*export XML Invoice */
.fechas-unstyle
{
    display: unset !important;
   margin-right: 15px !important;
}

.notification-count {
    background: #f09;
    display: block;
    position: absolute;
    top: 2px;
    left: 35px;
    border-radius: 5px;
    padding: 5px 4px;
    font-size: 10px;
    color: #fff;
    z-index: 999;
}

.position-relative{
    position:relative;
}

#div_DeudaMedico{
    position:relative;
}

.deuda-total {
    position: absolute;
    right: 235px;
    top: 4px;
}

.deuda-total1 {
    position: absolute;
    right: 235px;
    top: -28px;
    float: right !important;
}

.medico-tab ul {
    background: unset;
    border: none;
    border-bottom: 1px solid #d6d6d6;
    margin: 7px 16px 20px !important;
}

    .medico-tab ul li {
        border: unset !important;
        background: unset !important;
        font-weight: normal !important;
        color: #3bafda !important;
        cursor: pointer;
    }

        .medico-tab ul li a {
            padding: 5px 40px !important;
            color: #bab9b9;
            font-size: 14px;
        }

    .medico-tab ul .ui-state-active a {
        color: #3bafda !important;
        font-weight: bold;
        border-bottom: 2px solid;
    }

.modal-dialog .close {
    font-size: 21px !important;
}

.modal-dialog .btn {
    font-size: 14px !important;
}

#Anexo_grid table tr th:first-child {
    width: 10%;
}

#Anexo_grid table tr th:last-child {
    width: 10%;
}

#Anexo_grid table tr td:last-child {
    width: 10%;
    text-align: right;
}

.checkBox-width {
    transform: scale(1.5)
}

.margin-set-checkbox {
    margin-right: 10px !important;
    margin-top: 5px !important;
}

.medico-anexos-popup .parsley-errors-list {
    margin: unset !important;
    border-bottom: unset !important;
}

.medico-anexos-popup .parsley-errors-list .parsley-required {
   color: #f6504d !important;
}
.d-none{
    display:none !important;
}

.custom-choose-file-btn{
    height:45px;
}

.custom-choose-file-btn label {
    background: #efefef;
    border: 1px solid;
    font-size: 10px;
    color: #3c3b3b;
    padding: 0px 3px !important;
    cursor: pointer;
    border-radius: 2px;
    margin-top: 4px;
}

.custom-choose-file-btn #uploadFileName {
   word-break: break-all;
}

.transpasar-right-dropdown {
    position: absolute;
    float: right;
    right: -17px;
}


.transpasar-right-dropdown li{
    text-align: left;
}