/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20-oct-2017, 15:12:58
    Author     : Apple
*/
.dialogButton .ui-button-text {
    padding: 7px 20px 7px 40px !important;
    font-size: 14px;
    width: 100px;
    font-family: 'dosismedium';
    color: black !important;
    text-shadow: none;
    border: solid 1px #cccccc;
    border-radius: 30px !important;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    background-color: white !important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.dialogButton2 .ui-button-text {
    padding: 7px 14px 7px 28px !important;
    font-size: 4px;
    width: 12px;
    font-family: 'dosismedium';
    color: black !important;
    text-shadow: none;
    border: solid 1px #cccccc;
    border-radius: 30px !important;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    background-color: white !important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.cuenta-ico-png {
    background-image: url("/javax.faces.resource/icon/Cuenta ico.png.xhtml") !important;
    background-position: 0 0;
    height: 26px;
    width: 23px;
    background-color: #FFFFFF;
}

.cuentas {
    height: 13px;
    width: 65px;
    color: #FFFFFF;
    font-family: Exo;
    font-size: 15.24px;
    line-height: 0;
}


.soflow-color {
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url("/javax.faces.resource/ronin-layout/images/15xvbd5.jpg.xhtml"), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
    background-position: 97% center;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    color: #555;
    font-size: inherit;
    margin: 20px;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 300px;
}

.border-tp {

    border: 2px solid lightgray;
    border-radius: 25px;
    width: 100%;
    /* height: initial; */
    padding-bottom: 40px;
    padding-top: 40px;
    padding-left: 25px;
    padding-right: 25px;

}



.color-tp {
    color: #41bffd;
    size: 150px;
}


.tabfuente > ul li a {
    font-variant: all-petite-caps;
    font-size: 23px !important;
}

.ui-tabs-top .ui-tabs-nav {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 2px;
    background-color: whitesmoke;
    border: 1px solid lightgray;
}

.ui-tabs-top .ui-tabs-nav li {
    border: solid 1px lightgray !important;
    top: 1px !important;
    font-size: 14px;
    margin: 0 .2em 1px 0 !important;
}

.ui-tabs-top .ui-tabs-nav li a {
    color: black !important;
    font-size: 15px;
}

.ui-selectonemenu .ui-selectonemenu-trigger {
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    cursor: pointer;
    width: 0 !important;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 3px;
}

.ui-selectonemenu .ui-selectonemenu-trigger {
    width: 0 !important;
}

.ui-selectonemenu .ui-selectonemenu-trigger, .ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger {
    padding: 1px 12px !important;
    font-size: 16px;
    color: #ffffff !important;
    text-shadow: none;
    z-index: 100;
    margin: -1px -1px -1px 0px !important;
    background-color: #003D50;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}



.grayhead {
    border: 1px solid #bababa;
    background: #ededed !important;
    text-align: center;
}

.grayhead > .col-sm-3 {

    border-right: 1px solid rgb(158, 158, 158);
}

.ui-inputfield {

    background-color: transparent;
}

.tpbordersquare {

    border: 1px solid lightgray;
}

.ui-shadow{
    color: transparent!important;
}

.loader {
    border: 15px solid #f3f3f3;
    border-radius: 50%;
    border-top: 15px solid #24759c;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}



/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}