/*--------------------LOGIN-----------------------*/
.login-background {
    /*background-image: url('/atlasweb/resources/images/Imagen_Login_Enterprise-a29d1ef50d4095ce580fb1e00e4d16b5.jpg'); */
}

#empTitle{
	display: block; !important;
}

.login .tab-selected {
    background-color: #8c1230;
    padding-top: 25px;
    border-top-right-radius: 7px;
  }
  
 .login .login-button-panel .left {
    background-color: #8c1230;
    border-bottom-left-radius: 7px;
}

.login .login-button-panel .right {
    background-color: #8c1230;
    border-bottom-right-radius: 7px;
    padding: 2px 0;
}



/*--------------PAGO DE SALARIOS---------------*/
.icons-salary-result {
      width: 100%;
      height: 50px;
      background-size: 40%;
      background-position: center;
      background-repeat: no-repeat;
    }
    
.icon-salary {
    background-image: url('/atlasweb/resources/images/salary-payment-red-888157c069902599469724658a411661.png');
  }
  
.icon-salary:hover {
    background-image: url('/atlasweb/resources/images/salary-payment-yellow-79831de34c9e05b244874c2a864097ad.png');
  }

.icon-provider{
    background-image: url('/atlasweb/resources/images/providers_payment_red-c74a2c06ce2a5161d230f814569e5599.png');
}

.icon-provider:hover{
    background-image: url('/atlasweb/resources/images/providers_payment_yellow-02dd611293789af72916197aa15d777a.png');
}
  
.icon-email {
    background-image: url('/atlasweb/resources/images/email-Icon-Red-79ccb5bf087558c27fb64db2e1140751.png');
  }
  
.icon-email:hover {
    background-image: url('/atlasweb/resources/images/email-Icon-Yellow-148bb06bcb719288ba20522c5780757f.png');
  }
  
 .icon-salary-white {
    background-image: url('/atlasweb/resources/images/salary-payment-white-0524314c66a48e74cba3b44465b7983e.png');
  }
 .icon-provider-white{
     background-image: url('/atlasweb/resources/images/providers_payment_white-f27b50667e5b16f432ce4fe8691a7c89.png');
 }

.custom-file-upload {
		    height: 30px;
		    padding: 5px 12px;
		    display: inline-block;
		    cursor: pointer;
		    width: 100%;
		    font-size: 14px;
		    line-height: 1.42857143;
		    color: gray;
		    background-color: #BCBCBC;
		    background-image: none;
		    border: 1px solid #ccc;
		    border-radius: 4px;
		    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
		    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
		    overflow: hidden; 
}

/*--------------------DASHBOARD-----------------------*/

/*--------------------CUADRO INFORMACION DEL CLIENTE-----------------------*/
.header{
    height: 120px;
}

.header .user-data #profile-data .inline-data hr {
    border-top: 1px solid black;
}

.header .user-data #officer-data .inline-data hr {
    border-top: 1px solid black;
}

.header .user-data #client-data .inline-data hr {
    margin: 1px 0 7px;
    border-top: 1px solid black;
}

.header .user-data .inline-data .user-name {
    margin: 0;
}

 .header .user-data .user-name {
    font-size: 12px;
    margin:0 0 10px 0;
}

.header .user-data #client-data #user-name {
    margin-right: 18px;
}

.header .user-data .color-chooser {
    bottom: -2px;
    
}

.header .user-data #client-data span {
    width: 15px;
}
.addressIcon {
    content: url('/atlasweb/resources/images/Icono_Casa_Negro-28939d874c28c9260717a9b6c5f1bc5b.png');
   
}

.mailIcon {
    content: url('/atlasweb/resources/images/Icono_Email_Negro-9fc63059d34deca3ddc259608c10c586.png');

}

.phoneIcon {
    content: url('/atlasweb/resources/images/Icono_Telefono_Negro-2d433872dc7aa0bfdbdaea60f71bcf66.png');
   
}

.cellPhoneIcon {
    content: url('/atlasweb/resources/images/Icono_Celular_Negro-0f0da3337d0c507200a5bf85f03cc788.png');
   
}

.profile{
	font-size: 12px;
	text-transform: capitalize;
}

/*--------------------CUADRO ACCESOS DIRECTOS-----------------------*/
.shortcutsTableHeader .sub-header {
    margin-bottom: 10px;
}

.shortcutsTableHeader label {
    color: black;
}

.home .product-table .table-body .row:hover.noBolded {
    font-weight: 300;
}

.textPadding{
	padding: 0 59px;
	
}

.balance .separator {
    width: 100%;
    min-height: 180px;
    margin-top: 20px;
    border-right: 1px solid #9a1a28;
}

.shorcutsContainer{
    padding-bottom: 15px;
	
}

.shorcutsContainer .menu-container{
	
	position: relative;
	width:100%;
	padding:0;
	margin: auto;
	
}

.shorcutsContainer .menu-container .icon-big{
	 margin-bottom: 0;
	 width: 70px;
	 display: inline-block;
	 cursor:pointer;
}

.shorcutsContainer .menu-container .icon-menu-consultas {
	
    background-image: url(/atlasweb/resources/images/transfers-own-icon-484ffc2534fa61a54ec9fe636762d0a4.png);
}

.shorcutsContainer li{
  
  list-style-type: none;
  margin: 10px 10px;
  float: left;
  display: inline;
  width: 100px;
  text-align: center;
}

.shorcutsContainer li span{
  padding: 10px;
}

.shorcutsContainer li a{
  text-align: center;
  width: 115px;
}

.shorcutsContainer li a:hover {
    color: #8c1230;
    font-weight: 300;
    width: 110px;
}

.shorcut-tab-content {

    position: relative;
    min-height: 130px;
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0 9px 14px 0 rgba(0,0,0,.25);
    padding: 10px 0;
    overflow: hidden;
    
}

.shorcut-tab-content p {
	
   	margin: 0 0 10px;
    padding-top: 0;
    display: inline-block;
    float: left;
    padding-bottom: 15px;

}

.shorcut-tab-content h5 {
	
    margin-bottom: 0;
    display: inline-block;
    float: left;
    margin-top: 0;

}

.shorcut-tab-content .balance-body {
    font-weight: 300;
    margin: 0 20px;
    padding: 5px 15px;
}

#addOperationsButton {
    margin: 3px 3px 5px 3px;
}

.shorcut-tab-content:first-child{
	padding-top: 0;
	padding-bottom: 10px;
}

.shorcutsContainer .menu-container .icon-menu-consultas:hover{
	background-image: url('/atlasweb/resources/images/transfers-own-icon-yellow-eaf19a4d88736e50f6779b02700027cc.png');
}

.AUTHORIZATIONS_RED {
    background-image: url('/atlasweb/resources/images/authorizations_icon_red-2478a81bb4d932ee3af1bf4a5cd92a59.png');
  }
  
.AUTHORIZATIONS_RED:hover {
    background-image: url('/atlasweb/resources/images/authorizations_icon_yellow-b325ec33c4cee2bd99becb28d6195b33.png');
  }

.HISTORIC_AUTHORIZATIONS {
    background-image: url('/atlasweb/resources/images/his-aut-red-d04013947dc8c06157108ddf8f4f3760.png');
}
  
.HISTORIC_AUTHORIZATIONS:hover {
    background-image: url('/atlasweb/resources/images/his-aut-yellow-c6e1886974c955fbf698c9d93553e2bd.png');
}

.PROVIDER_PAYMENT_RED {
    background-image: url('/atlasweb/resources/images/providers_payment_red-c74a2c06ce2a5161d230f814569e5599.png');
  }
  
.PROVIDER_PAYMENT_RED:hover {
    background-image: url('/atlasweb/resources/images/providers_payment_yellow-02dd611293789af72916197aa15d777a.png');
  }
  
.SALARY_PAYMENT_RED {
    background-image: url('/atlasweb/resources/images/salary-payment-icon-888157c069902599469724658a411661.png');
  }
  
.SALARY_PAYMENT_RED:hover {
    background-image: url('/atlasweb/resources/images/salary-payment-yellow-79831de34c9e05b244874c2a864097ad.png');
}

.PAYMENT_RED {
    background-image: url('/atlasweb/resources/images/Icon_Payment_Red-080fd251fd18f9fc459ea449c7ca0cf5.png');
  }
  
.PAYMENT_RED:hover {
    background-image: url('/atlasweb/resources/images/Icon_Payment_Yellow-b2c4b5624ffae9311a94e1e35adf1e53.png');
  }
  
.CARD_RED {
    background-image: url('/atlasweb/resources/images/cards-payment-icon-f953dd2b6b5535571110584d64387ca0.png');
  }
  
.CARD_RED:hover {
    background-image: url('/atlasweb/resources/images/cards-payment-icon-yellow-b7943787c9a2c7def14c2a8c352038a6.png');
  }
  
.CARD_REQUEST_RED {
    background-image: url('/atlasweb/resources/images/cards-request-icon-98adf041860b33a2a7151467f9505f05.png');
  }
  
.CARD_REQUEST_RED:hover {
    background-image: url('/atlasweb/resources/images/cards-request-icon-yellow-d7b316f3182734b614fed9d4f45665e7.png');
  }
  
.CHECK_RED {
    background-image: url('/atlasweb/resources/images/Chequera_Bordo-293d44003795d42f5cadb8fca8b925b2.png');
  }
  
.CHECK_RED:hover {
    background-image: url('/atlasweb/resources/images/Chequera_Amarillo-f504b3dee4dcfbbf7a7c9c69c9a1b978.png');
  }
 
.LOAN_REQUEST {
    background-image: url('/atlasweb/resources/images/Loan_Icon_Red-8388eb696371c59bb161ed06b83954b8.png');
  }
  
.LOAN_REQUEST:hover {
    background-image: url('/atlasweb/resources/images/Loan_Icon_Yellow-136906439c319e246e156f6da55b1750.png');
  }
   
.LOAN_RED {
    background-image: url('/atlasweb/resources/images/loans-payment-icon-012ad4f6f9fef42a85ba5b6470fa04bb.png');
  }
  
.LOAN_RED:hover {
    background-image: url('/atlasweb/resources/images/loans-payment-icon-yellow-ef166cf2101390e3fb44c94ffee1d12e.png');
  }
  
.INSURANCE_RED {
    background-image: url('/atlasweb/resources/images/Insurance_Icon_Red-bf378bcae924d19eefe3fa3839330f30.png');
  }

.INSURANCE_RED:hover {
    background-image: url('/atlasweb/resources/images/Insurance_Icon_Yellow-66970a5f8dd635ed0aaa23ef4f18fa17.png');
  }
  
.TRANSFERS_OTHERS {
    background-image: url('/atlasweb/resources/images/transfers-others-icon-dc8048b89b34bf6c968bd75974eacfee.png');
  }
  
.TRANSFERS_OTHERS:hover {
    background-image: url('/atlasweb/resources/images/transfers-others-icon-yellow-a2d3c42fc564e325bdd13ae3fe0a887c.png');
  }
  
.TRANSFERS_SIPAP {
    background-image: url('/atlasweb/resources/images/transfers-sipap-icon-dd01c980bbd3aa1ca5f8fd1428535206.png');
  }
  
.TRANSFERS_SIPAP:hover {
    background-image: url('/atlasweb/resources/images/transfers-sipap-icon-yellow-11e7a80edba2a44c6cb51172e0c31576.png');
  }
  
.TRANSFERS_XPRESS {
    background-image: url('/atlasweb/resources/images/transfers-xpress-icon-61f3da29ead5393d14db89d5abe258ab.png');
  }
  
.TRANSFERS_XPRESS:hover {
    background-image: url('/atlasweb/resources/images/transfers-xpress-icon-yellow-56fd2a67199d8246868d0c5cde1e1afa.png');
  }
  
.TRANSFERS_INTERNATIONAL {
    background-image: url('/atlasweb/resources/images/transfers-international-icon-9ae55f52372494796efaed410ae52e85.png');
  }
.TRANSFERS_INTERNATIONAL:hover {
    background-image: url('/atlasweb/resources/images/transfers-international-icon-yellow-86caf7fadfbcc8a6e7a61fa40cece0ba.png');
  }

.ADUANA {
    background-image: url('/atlasweb/resources/images/services-aduana-icon-0f3f5a296187fd9da8e1ffa2c3332f1b.png');
  }  
.ADUANA:hover {
    background-image: url('/atlasweb/resources/images/services-aduana-icon-yellow-7a0171e18cb30266a74de02ec60f57a6.png');
  }

.IPS {
    background-image: url('/atlasweb/resources/images/services-ips-icon-7a777eacc37c4317e30f497383f0b1d7.png');
  }
    
.IPS:hover {
    background-image: url('/atlasweb/resources/images/services-ips-icon-yellow-7a8c47a22e159192d72b27692922c9c5.png');
  }

.SET {
    background-image: url('/atlasweb/resources/images/services-set-icon-60461bbaab357be0ec793729f54adafd.png');
  }
    
.SET:hover {
    background-image: url('/atlasweb/resources/images/services-set-icon-yellow-ad73e18586ad032bd3c3f5220b03573a.png');
  }
  
.shortcutsTableHeader{
    color: #8c1230;
    font-weight: 700;
    border: none;
    position: relative;
    padding: 10px 50px 0px 34px;

}

.home .product-table .table-body .row.sub-header {
    color: black;
    border-bottom: none;
}

.controls {
    margin-top: 13px;
    padding-left: 0;
    text-align: right;
    display: flex;
}

.noSidePadding {
    padding-left: 0;
    padding-right: 0;
}

#shortcutsNoMov{
    margin-top: 0;
    margin-bottom: 0;
    border: none;
}

.shorcuts {
    
    position: relative;
    width: 100%;
    border-bottom-left-radius: 59px;
}
.shorcuts.shorcutsTabs {
	    border-bottom: 1px solid transparent;
	    position: relative;
}

.shorcuts .nav-tabs>li>a {
	    margin-right: 0px;
	    line-height: 1.42857143;
	    border: 1px solid #9a1a28;
	    border-radius: 4px 4px 0 0;
	    border-bottom: 1px solid transparent;
}

.shorcuts .nav li a {
	padding: 8px 10px;
}

.shorcuts.nav-tabs>li>a:hover {
     	border-color: #9a1a28; 
     	border-bottom-color: transparent;
}

.shorcuts .nav>li>a:focus, .nav>li>a:hover {
    	text-decoration: none;
     	background-color: transparent;
}

.shorcuts .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	    color: #9a1a28;
	    cursor: default;
	    background-color: #fff;
	    border: 1px solid #ddd;
	    border-bottom-color: transparent;
}

.shorcuts ul.nav.nav-tabs > li.active> a {
    border: 1px solid #9a1a28;
    border-bottom: 0px solid white;
    top: 2px;
}   
 
.shorcuts ul.nav.nav-tabs > li.active> a:hover{
    	background-color:#fff;
}

.midShorcutsHeader .shortcutsTableHeader{
	padding: 10px 30px 0px 0px;
}

#table-result-transferencias {
    margin: 0;
    padding: 10px !important;
}

.notif-bubble-div {
    position: relative;
    right: 1%;
    transform: translate(95%,-5%);
}

.home .product-table .table-body .noRowHover:hover{
    font-weight: 300;
    cursor: default;
}
/*--------------------CUADRO ACCESOS DIRECTOS/SOLICITUDES-----------------------*/
.requestShorcuts {
    display: flex;
    justify-content: center;
}

/*--------------------CUADRO ACCESOS DIRECTOS/AUTORIZACIONES-----------------------*/
.table-body-container .authorizations-table-body {
    max-height: 300px;
    overflow: auto;
}

.table-body-container.authContainer.scrollbar.scrollbar-primary{
    border: none;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0);
    margin-left: 0;
}

#payments .paymentContainer {
    height: 280px;
}

#transfers .transferContainer {
    height: 150px;
}

.auth-div{
	
	padding-left:45px;
}

.row.movement.has-detail.down.env.noBorder {
    border: none;
}

.scrollbar {
float: left;
height: 120px;
width: 98%;
background: #fff;
overflow-y: scroll;
margin-bottom: 25px;
}
.force-overflow {
min-height: 40px;
}

.scrollbar-primary::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }

.scrollbar-primary::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #BCBCBC; }

#authorizations #table-result {
 margin-right: 0;
}

.transferShorcutsUl{
	width: 90%;
}

.transferShorcutsUl li{
	width: 70px;
}

.icon-auth-ok{
	 background-image: url('/atlasweb/resources/images/authorizations_icon_red-2478a81bb4d932ee3af1bf4a5cd92a59.png');
}

.icon-auth-error{
	 background-image: url('/atlasweb/resources/images/x-mark-5-48-4658003d50a174012a83e597805b3918.png');
}

.icon-auth-cola{
	 background-image: url('/atlasweb/resources/images/high-importance-48-06b5112e0e2fa2a73f6522cde8ac412f.png');
}

/*--------------------CUADRO ACCESOS DIRECTOS/FACTURAS------------------------*/

.invoice-div{
	padding-left: 60px;
}

.movContainer {
    font-weight: 300;
    background-color: white;
    margin: 0 0 0 20px;
}

 .movement.invoice-row{
 	position: absolute;
    right: -25px;
 }

.table-icon-download{
	 background-image: url('/atlasweb/resources/images/Icon_Download_Table_Red-0a297c8f3f55b0f58d70e5880f4ce4cc.png');
}

.table-icon-download:hover{
	  background-image: url('/atlasweb/resources/images/Icon_Download_Table_Yellow-ec837a5a54ec7bf3a21fce6a4e977764.png');
}

/*--------------------CONFIRMAR AUTORIZACIONES------------------------*/
.authTitle {
    text-align: center;
    background-color: #BCBCBC;
}

.authText {
    display: inline-flex;
}

.authorizersRow{
	 background-color: #F5F5F5;
     width: 100%;
     padding-left: 17px;
     margin-bottom: 10px;
}

.comments {
    padding-right: 0;
}

/* .row.movement.has-detail.down.env.noBorder {
    width: 105%;
    margin-left: 2px;
} */

.resultText{
	color: gray;
	
}

.authorizers {
    color: #8c1230;
    font-weight: 400;
}

.authorizers .action {
    padding-left: 70px;
}

.auths {
    padding-bottom: 5px;
}

.authorizersRow div:first-child {
    padding-top: 5px;
}

#authComment {
    padding-left: 25px;
}

.authDetailTitle{
	font-weight: 600;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
	
}
/*--------------------LISTA AUTORIZACIONES------------------------*/
.authHeader {
    margin-top: 10px;
}

.authList {
    margin-top: 5px;
}
/*--------------------RESULTADO OPERACIONES------------------------*/
.icon-email {
        background-image: url('/atlasweb/resources/images/email-Icon-Red-79ccb5bf087558c27fb64db2e1140751.png');
}
       
.icon-email:hover {
        background-image: url('/atlasweb/resources/images/email-Icon-Yellow-148bb06bcb719288ba20522c5780757f.png');
        
}       
/*--------------------MODAL NOTIFICACION------------------------*/
.content-model-favorite, .content-model-contact {
	position: absolute;
    top: 65px;
    opacity: .8;
    z-index: 5;
    padding-left: 0;
    padding-right: 0;
}

.fav-info-arrow {
    position: absolute;
    bottom: 104%;
    right: 63%;
    transform: translate(95%,101%);
    width: 65px;
}

.notifTitle {
    font-weight: 400;
    font-size: medium;
}

.notifHeader {
	border-bottom: 1px solid white;
    font-weight: 400;
    padding-bottom: 5px;
    padding-top: 10px;
    margin-bottom: 15px;
}

.favorite-info {
	padding: 15px 30px;
    background-color: #8c1230;
    border-radius: 10px;
    color: #fff;
}

#notifCheck {
	width: 20px;
    height: 20px;
    background-color: black;
    opacity: 1;
}

.authNotif {
	padding-bottom:15px;
}

#inp-name-fav {
    width: 100%;
    height: 25px;
}

.notifMov:last-child {
    border-bottom: 1px solid white;
}

.authResponse {
    font-weight: 400;
    padding: 30px 0px;
}

.modal-button {
    color: #fff;
    font-weight: 400;
    display: inline-block;
    border-radius: 7px;
    margin: 10px;
    cursor: pointer;
    border: 1px solid white;
    padding: 5px;
}

.comment{
	padding: 5px 0px;
}   

.notifMov {
    border-bottom: 1px solid white;
    margin: 0 -9px;
}

#comment{
	width: 80%;
    padding: 0 0 5px 0;
    min-height: 50px;
} 

.errorText {
    font-weight: 600;
    font-size: medium;

}

/*--------------------------Salarios-------------------------------*/
.file-disabled{
    background-color: #fff !important;
    cursor: pointer !important;
}

.scroll-div{
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.padding-right-0{
    padding-right: 0px;
}
.padding-left-0{
    padding-left:0px;
}
.padding-left-30{
    padding-left: 30px;
}

.padding-right-30{
    padding-right: 30px;
}
.
.padding-top-15{
    padding-top:15px;
}
.padding-left-10{
    padding-left: 10px;
}
.padding-left-15{
    padding-left: 15px;
}
.error-highlight{
    color:red;
    font-weight: bold;
}
.error-highlight input,select{
    color:red;
    font-weight: bold;
}

.text-color-board{
    color: #8c1230;
    font-weight: 700 !important;
}

.float-right{
    float:right;
}

.beneficiary-header{
    font-size:11px;
}
.beneficiary-row input,select{
    font-size:10px;
}

.beneficiary-row-confirm{
    font-size:11px;
}

.noBorders{
	border: none;
	border-radius: 0;
}
.background-disabled{
    background: none;
}

.row-gray{
    background-color: #FAFAFA;
}

.color-error{
    color: #9a1a28;
    font-weight: bold;
    font-size:12px;
}
.margin-left-0{
    margin-left: 0px !important;
}
.margin-left-30{
    margin-left:30px;
}
.margin-right-25{
    margin-right: 25px;
}
.margin-right-0{
    margin-right: 0px!important;
}
.margin-left-15{
    margin-left:15px;
}
.margin-left-25{
    margin-left: 25px;
}
.margin-left-20{
    margin-left: 20px;
}
.margin-left-35{
    margin-left: 35px;
}
.margin-bottom-15{
    margin-bottom: 15px;
}
.margin-top-15{
    margin-top: 15px;
}

.text-max-character{
    display: inline;
    width: 15ch;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.icon-sumar {
    display: block;
    width: 19px;
    height: 17px;
    margin-top: 2px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/atlasweb/resources/images/plus-atlas-dc6fb220bbd1ba9f643ffa7e2d6a95e9.png');
}

.icon-sumar:hover {
    background-image: url('/atlasweb/resources/images/plus-actual-yellow-15152ee51f174e804528cb4940f40bd6.png');
    cursor: pointer;
}

.icon-editar {
    display: block;
    width: 19px;
    height: 17px;
    margin-top: 2px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/atlasweb/resources/images/ICONO_Editar_Bordo-387b75012e768f92f65d707633390c37.png');
}

.icon-editar:hover {
    background-image: url('/atlasweb/resources/images/ICONO_Editar_Amarillo-6015ef17cc843ba2edd598e98e4060ff.png');
    cursor: pointer;
}

.font-size-9{
    font-size: 9px;
}
.font-size-13 {
    font-size: 13px;
}

.font-size-11{
    font-size: 11px;
}

.salary-grid{
    font-size: 13px;
    line-height: 18px;
}

.salary-grid:nth-child(2n) {
    background-color: #F5F5F5;
}
/*--------------------------Historico de Autorizaciones-------------------------------*/

.icon-historical-auths{
    background-image: url('/atlasweb/resources/images/Historical-Auths-Icon-ced4cd5c81f2fac8ee2d6c2740afa8de.png');
  }
  
.historicalDiv {
    margin-left: 30px;
}

.historicalDiv label {
    display: block;
}

.balance, .balance .product-table .table-body-container .historicalDiv label {
    font-weight: 400;
}

.row.detail.display-none.historicalDiv label {
    font-weight: 400;
    
}

.balance .movements .configuration .check-button, .balance .movements .configuration .toggle, .balance .movements .movement .check-button, .balance .movements .movement .historicalToggle {
    height: 24px;
}

.authHistorical{
	font-weight: 600;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}

.authHistorical:first-of-type{
    border-top: 2px solid #8c1230;
    padding-top: 10px;
}

.authHistoricalFooter{
	font-weight: 400; 
	border-bottom: 2px solid #8c1230;
    padding-bottom: 10px;

}

.authorization-div{
	padding-left: 30px;
}

.filterTitle label{
	color:black;
}

.icon.icon-historical-auths.iconAuths {
    background-size: 20px;
    min-height: 30px;
    min-width: 30px;
    display: inline-block;
    padding-left: 30px;
}
.error-color-red{
    color:red;
}

#noti_Counter {
    display:block;
    position:absolute;
    background:#E1141E;
    color:#FFF;
    font-size:11px;
    font-weight:normal;
    padding:1px 3px;
    margin:-8px 0 0 25px;
    border-radius:2px;
    -moz-border-radius:2px; 
    -webkit-border-radius:2px;
    z-index:1;
    width: 26px;
   	height: 26px;
   	border-radius: 20px;
   	right: 35%;
   	transform: translate(91%,10%);
   	line-height: 24px;
}

#noti_Tab_Counter {
    display: block;
    position: absolute;
    background: #E1141E;
    color: #FFF;
    font-size: 11px;
    font-weight: normal;
   padding: 1px 3px;
    margin: -8px 0 0 25px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    z-index: 1;
    width: 26px;
    height: 26px;
    border-radius: 20px;
    right: 55%;
    transform: translate(34%,-141%);
    line-height: 24px;
}

.row.separator.returnedChecks {
    min-height: 130px;
}

.input-check-provider-modal {
    position: relative;
    cursor: pointer;
    opacity:1 !important;
}
.input-check-provider-modal:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    border: 1px solid gray;
    border-radius: 3px;
    background-color: white;
}
.input-check-provider-modal:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid #9a1a28;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 6px;
}

/*--------------------------Modal Mis Operaciones-------------------------------*/

.operations-modal{
	transform: translate(0,0);
    width: 800px;
    margin: 30px auto;
    position: relative;
}

#addOpsButton {
    transform: scale(0.9, 0.9);
    width: 91px;
}

.opSelect{
	width: 100%;
    height: 180px;
    border: 1px solid #8c1230;
    border-radius: 7px;
}

.checkboxes label {
  display: block;
  padding-right: 10px;
  white-space: nowrap;
}
.checkboxes input {
  vertical-align: middle;
}
.checkboxes label span {
  vertical-align: middle;
}

.checkboxes input[type='checkbox'] {
  width: 20px;
  height: 20px;
  background-color: black;
  opacity: 1;
}

#accounts-table-body {
    margin-bottom: 20px;
}

.ADD_OPS{
  background-image: url('/atlasweb/resources/images/add_ops-6b84ceeba8b3820f185ed422371cd9b7.png');
}

.ops-modal-title{
	color: #8c1230;
  font-weight: 700;
}

.notification-email{
	border: 1px solid #901633;
	position: relative;
	display: inline-block;
	padding: 5px;
    margin-left: 15px;
    border-radius: 5px;
}
.notification-email span.bold{
	color: #8c1230;
    vertical-align: middle;
}
.notification-email .icon-email{
	display: inline-block;
	vertical-align:middle;
	width: 20px;
	height: 20px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 2px;
}
.notification-email .float-email{
	position: absolute;
	top: calc(100% + 10px);
	left: 10px;
	width:100%;
	max-width: 300px;
	text-align: center;
	background-color: #9a1a28;
	z-index: 10;
	padding: 5px;
	border-radius: 5px;
	display: none;
}

.notification-email .float-email img{
	display: inline-block;
    position: absolute;
    top: -10px;
    width: 20px;
    left: 1px;
}
.notification-email .float-email .help-block.input-error{
	color:#efd0d0;
}
  
  