/** SLIDES STYLE **/
.slide-display {
    display: none;
}

/*.slide-text {*/
/*font-family: 'Museo Slab 500';*/
/*font-weight: normal;*/
/*font-size: 55px;*/
/*width: 50%;*/
/*padding-top: 17px;*/
/*color: white;*/
/*padding-left: 15px;*/
/*text-shadow: 4px 3px 0px rgb(40, 90, 117), 7px 5px 0px rgba(0, 0, 0, 0.15);*/
/*}*/

.slide-left {
    float: left !important
}

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

.slide-padding-left {
    padding-left: 16px !important
}

.slide-padding-right {
    padding-right: 16px !important
}

.slide-hover-text:hover {
    color: dimgray !important
}

.slide-badge {
    background-color: #ccc;
    color: #fff;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    margin-right: 20px;
}

.slide-badge {
    border-radius: 50%
}

.slide-border {
    border: 1px solid #ccc !important
}

.slide-transparent {
    /*background-color: transparent;*/
}

.slide-white, .slide-hover-white:hover {
    color: #000 !important;
    background-color: #044282;
}

.slide-white, .slide-hover-white {
    -webkit-transition: background-color .3s, color .15s, box-shadow .3s, opacity 0.3s;
    transition: background-color .3s, color .15s, box-shadow .3s, opacity 0.3s
}

.slide-center {
    text-align: center !important
}

.slide-text-white, .slide-hover-text-white:hover {
    color: #fff !important
}

.slide-section {
    margin-top: 16px !important;
    margin-bottom: 16px !important
}

.slide-large {
    font-size: 18px !important
}

.slide-display-bottomleft {
    position: absolute;
    left: 0;
    bottom: 0
}

.slide-left, .slide-right, .slide-badge {
    cursor: pointer
}

.slide-badge {
    height: 13px;
    width: 13px;
    padding: 0
}

.slide-imitator{
    background-color: rgba(0, 0, 0, 0.5);
}

.perfilTitle{
    font-weight: bold;
    font-size: 16px;
    color: #044282;
}

.perfilSubTitle{
    font-size: 15px;
    color: #044282;
}

.perfilLabel{
    font-size: 12px;
    font-family: Tahoma;
    height: 28px;
    padding: 6px 10px;
    border: 1px solid #D1D1D1;
    box-sizing: border-box;
    transition: box-shadow .25s;
    -webkit-box-shadow: 0;
    -moz-box-shadow:    0;
    box-shadow:         0;
}

.perfilWidth1{
    width: 255px;
}

.perfilWidth2{
    width: 150px;
}

.perfilLabelDis {
    color: #044282;
    background-color: #fff;
}

.perfilLabelSel {
    color: #FFFFFF;
    font-weight: bold;
    background: #044282;
}

.perfilBox{
    border-bottom: 2px solid #044282;
    width: 720px;
    height: 2px;
    /*margin: -15px 0 0 100px;*/
}

.perfilBoxSelection{
    border-bottom: 2px solid #044282;
}

.stylePopUpHelp{
    z-index: 999;
    /*background: white;*/
    background-repeat:no-repeat;
    /*width: 120px;
    height: 75px;*/
    border-top-right-radius: 10px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 17px;

}

.styleHelp0{
    background-image: url(../../images/ayuda/perSeg/ayuda2.1.png);
    background-size: contain;
}

.styleHelp1{
    background-image: url(../../images/ayuda/perSeg/ayuda2.2.png);
    margin-top: 0% !important;
}

.styleHelp2{
    background: white;
}

.stylePopUpAviso{
    color: #044282 !important;
    font-size: 12px !important;
}

.stylePopUpAvisoHome{
    color: #044282 !important;
    font-size: 12px !important;
    background-image: url(../../images/ayuda/perSeg/background_aviso.png);
    background-size: contain;
}

.stylePopUpAvisoBlank{
    color: #044282 !important;
    font-size: 12px !important;
    background-image: url(../../images/ayuda/perSeg/background_aviso_blank.png);
    background-size: contain;
}

.stylePopUpAviso2{
    background: #F4F7FC;
    border-top-right-radius: 10px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 17px;
}

.perfilLevelSeg{
    width: 115px;
    height: 12px;
}

.perfilLevelShort{
    width: 20px;
}

.perfilLevelLow{
    background-color: red;
}

.perfilLevelMedium{
    background-color: yellow;
}

.perfilLevelHigh{
    background-color: lawngreen;
}

.perfilLevelVeryHigh{
    background-color: green;
}

.popupLargeBg{
    background-image: url(../../images/Notas-Deb-Cred2-Large.png);
    background-repeat:no-repeat;
}

.popupLargeBgHdr {
    width: auto !important;
}

.bxi-radio-button {
    margin-right: 0 !important;
}

.link-recovery{
    background: #d4d0d0;
    color: gray;
}

.link-recovery:hover{
    color: dimgray;
}

