@font-face {
    font-family: 'Hind'; /*a name to be used later*/
    color: #5c5c5c; 
    src: url('https://crm.pedifull.com/css/fonts/Hind/Hind-Regular.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'Hind'; /*a name to be used later*/
    src: url('https://crm.pedifull.com/css/fonts/Hind/Hind-Bold.ttf'); /*URL to font*/
    font-weight: bold; 
    color: #5c5c5c;
}

@font-face {
    font-family: 'Hind'; /*a name to be used later*/ 
    src: url('https://crm.pedifull.com/css/fonts/Hind/Hind-Italic.ttf'); /*URL to font*/
    font-style: italic; 
    color: #5c5c5c;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

td{
    font-family: "Hind";
    font-size: 13px;
    color: #333333;
}

hr{
    border: 0; height: 1px; background: #BABABA; 
}

body{ 
    font-family: Hind;
    background: #EDEDED;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%; overflow:auto;
}

.bottom_page_text{
    text-align: center;
    font-family: "Hind";
    font-size: 12px;
    color: #666666;
}

td#td_page_left{
    background-color: #2479A9;
}


.box h3{
    text-align:center;
    position:relative;
    top:80px;
}
.box {
    width:70%;
    height:auto;

    background:#E7D9EB; 

    background: -webkit-linear-gradient(left, #E7D9EB,#D1D1D1); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #E7D9EB,#D1D1D1); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #E7D9EB,#D1D1D1); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #E7D9EB,#D1D1D1); /* Standard syntax */



    border-radius: 8px;
    box-shadow: 0 3px 3px rgba(0,0,0,.3);
    -webkit-background-clip: padding;     /* Safari 4? Chrome 6? */
    -moz-background-clip: padding;     /* Firefox 3.6 */
    background-clip: padding-box; /* Firefox 4, Safari 5, Opera 10, IE 9 */

    margin:30px auto;
    padding: 16px;

    border: solid 2px #162A38;

}

.form {
    display: table;
    width:70%;
    height:auto; 
    background:#FFFFFF;  
    margin: 5px auto; 
    padding: 20px; 
    border: none; 
    border-radius: 9px;

    -webkit-box-shadow: 10px 10px 64px -19px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 64px -19px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 64px -19px rgba(0,0,0,0.75);
}

.android_form {
    width:100%;
    height:100%;

    background:#FFFFFF; 

    margin: 5px auto;
    padding: 8px;

    border: none;

}

.widget {
    background:#FFFFFF; 

    margin: 0px;
    padding: 8px;

    border: solid 1px #DEE5E7;

}

.form_info_title{
    width:70%;
    height:auto;

    background: transparent; 
    color: #333333;
    padding: 8px;
    padding-left: 20px;
    font-size: 18px;
    font-family: "Hind";
    font-weight: bold;
    border: none; 
}

.form_info_sub_title{
    width:70%;
    height:auto;

    background:#2479A9; 
    color: #FFFFFF;
    margin: 5px auto;
    padding: 8px;
    font-size: 22px;
    font-family: "Hind";
    font-weight: bold;

    border: none;
    border-bottom: solid 1px #DEE5E7;
}

/*==================================================
 * Effect 6
 * ===============================================*/
.effect6
{
    position:relative;       
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect6:before, .effect6:after
{
    content:"";
    position:absolute; 
    z-index:-1;
    box-shadow:0 0 10px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    border-radius:100px / 10px;
}

.field_label{
    font-size: 15px;
    color: #282828;
    font-weight: normal;
    font-family: "Hind"; 
}

.form_title{
    padding: 5px; 
    color: #FFFFFF; /* For browsers that do not support gradients */ 
    font-size: 14px; 
}

.form_section{ 
    margin-top: 30px;
    margin-bottom: 10px;
    padding-top: 10px;
    border-top: solid 1px #E7D9EB;
    border-bottom: solid 1px #E7D9EB;
    padding-bottom: 10px; 
    color: #333333;  
    font-family: "Hind";
    font-weight: bold;
    font-size: 16px; 
    padding-left: 20px;
}

.form_sub_section{
    /* text-shadow: 1px 1px 2px #1F5061;*/

    color: #869FB1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none; 
    font-family: "Hind";
    font-weight: bold;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;

}

.form_title_text{
    font-size: 16px; 
    font-family: "Hind";
    font-weight: bold;
}

.query_grid_title_row{ 
    background: #2479A9; 
    color: #CCCCCC; 
}

.query_grid_title_cell{ 
    color: #FFFFFF;   
    font-size: 13px;
    padding: 5px;
    padding-left: 10px; 
    font-family: "Hind";
    font-weight: bold; 
    width: 1%; 
    white-space:nowrap;
}

.query_grid_row{  
    border-bottom: 1px solid #999999; 
    background: #FFFFFF; /* For browsers that do not support gradients */  
    color: #323336;
    cursor: pointer; 
}

.query_grid_row:hover{  
    background-color: #E7D9EB;   
    cursor: pointer;
}


.query_grid_cell{  
    font-size: 13px;
    padding: 5px;
    padding-left: 10px; 
    font-weight: normal;
    font-family: "Hind";
    color: #73726e;   
    width: 1%; 
    white-space:nowrap;
    cursor: pointer;
}






.class_select {
    background: #FFFFFF;
    font-size: 13px;
    font-family: "Hind";
    color: #141414;
    font-weight: normal;
    padding: 6px; 

    border: 1px solid #BABABA;
    /*border-radius: 8px;*/

    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

.class_input_text {
    font-size: 15px;
    font-family: "Hind";
    color: #282828;
    font-weight: normal;
    padding: 6px; 
    border: 1px solid #BABABA;
    background-color: #FFFFFF;
    /*border-radius: 8px; */
}

.class_input_checkbox {
    font-size: 15px;
    font-family: "Hind";
    color: #282828;
    font-weight: normal;
    padding: 6px; 
    border: 1px solid #BABABA;
    background-color: #FFFFFF;
    /*border-radius: 8px; */
}



.body_style{
    margin:0px;
    padding:0px;
}

html {
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
    height: 100%;
}




html.android_loading { 
    background: #FFFFFF;   
}

.map_is_loading{
    background: #E7D9EB;
    background-image: url('/img/map_loading.gif');
    background-repeat: no-repeat;
    background-position: center;
}

.list_is_loading{
    background: #FFFFFF;
    background-image: url('/img/spinner.gif');
    background-repeat: no-repeat;
    background-position: center;
}



html, body, #container {
    margin:0px;
    padding:0px;
    min-height: 100% !important;
    height: 100%;
}

body > #container {
    padding: 0px;
}
#footer {  
    margin-top: 40px;
}
#content {

}

.top_info_user{
    font-size: 15px; 
    color: #FFFFFF;
    font-family: Hind;
}

.tr_fila:hover { 
    background: #8a8ce2;
}


.tr_fila:hover td {
    background-color: transparent; /* or #000 */
}





.button::-moz-focus-inner{
    border: 0;
    padding: 0;
}

input[type=submit],
.button{
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 15px 20px;
    margin: 10px;
    cursor: pointer;
    border: none;
    overflow: visible;
    font:  14px arial, helvetica, sans-serif;
    text-decoration: none;
    white-space: nowrap;

    color: #FFFFFF; 
    background-color: #2479A9;
    font-weight: bold;


    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button:hover{
    color: #E7D9EB; 
    background-color: #652C90; 
}

.button:active{
    background: #B2D234;
    position: relative;
    color: #FFF;
    top: 1px; 
}

.button[disabled], .button[disabled]:hover, .button[disabled]:active{
    border-color: #eaeaea;
    background: #fafafa;
    cursor: default;
    position: static;
    color: #999;
    /* Usually, !important should be avoided but here it's really needed :) */
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

/* Smaller buttons styles */

.button.small{
    padding: 4px 12px;
}

/* Larger buttons styles */

.button.large{
    padding: 12px 30px;
    text-transform: uppercase;
}

.button.large:active{
    top: 2px;
}

/* Colored buttons styles */

.button.green, .button.red, .button.blue, .button.orange {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,.2);

    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.3)), to(rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
    background-image: -ms-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
    background-image: -o-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
    background-image: linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
}

/* */

.button.green{
    background-color: #57a957;
    border-color: #57a957;
}

.button.green:hover{
    background-color: #62c462;
}

.button.green:active{
    background: #57a957;
}

/* */

.button.red{
    background-color: #ca3535;
    border-color: #c43c35;
}

.button.red:hover{
    background-color: #ee5f5b;
}

.button.red:active{
    background: #c43c35;
}

/* */

.button.blue{
    background-color: #269CE9;
    border-color: #269CE9;
}


.button.blue:hover{
    background-color: #70B9E8;
}


.button.orange{
    background-color: #FF6663;
    border: none;
}
.button.orange:hover{
    background-color: #FF534F;
}

.button.blue:active{
    background: #269CE9;
}


/* */

.green[disabled], .green[disabled]:hover, .green[disabled]:active{
    border-color: #57A957;
    background: #57A957;
    color: #D2FFD2;
}

.red[disabled], .red[disabled]:hover, .red[disabled]:active{
    border-color: #C43C35;
    background: #C43C35;
    color: #FFD3D3;
}

.blue[disabled], .blue[disabled]:hover, .blue[disabled]:active{
    border-color: #269CE9;
    background: #269CE9;
    color: #93D5FF;
}

.orange[disabled], .orange[disabled]:hover, .orange[disabled]:active{
    border-color: #C43C35;
    background: #C43C35;
    color: #FFD3D3;
}


/* Group buttons */

.button-group,
.button-group li{
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.button-group{
    font-size: 0; /* Inline block elements gap - fix */
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.button-group li{
    margin-right: -1px; /* Overlap each right button border */
}

.button-group .button{
    font-size: 13px; /* Set the font size, different from inherited 0 */
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.button-group .button:active{
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, 5px 0 5px -3px rgba(0, 0, 0, .2) inset, -5px 0 5px -3px rgba(0, 0, 0, .2) inset;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, 5px 0 5px -3px rgba(0, 0, 0, .2) inset, -5px 0 5px -3px rgba(0, 0, 0, .2) inset;
    box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, 5px 0 5px -3px rgba(0, 0, 0, .2) inset, -5px 0 5px -3px rgba(0, 0, 0, .2) inset;
}

.button-group li:first-child .button{
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.button-group li:first-child .button:active{
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, -5px 0 5px -3px rgba(0, 0, 0, .2) inset;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, -5px 0 5px -3px rgba(0, 0, 0, .2) inset;
    box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, -5px 0 5px -3px rgba(0, 0, 0, .2) inset;
}

.button-group li:last-child .button{
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.button-group li:last-child .button:active{
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, 5px 0 5px -3px rgba(0, 0, 0, .2) inset;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, 5px 0 5px -3px rgba(0, 0, 0, .2) inset;
    box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, 5px 0 5px -3px rgba(0, 0, 0, .2) inset;
}

.galeria_imagen {
    transition: transform .2s; /* Animation */
    max-width: 500px;
    max-height: 500px;
    margin: 0 auto;
}

.galeria_imagen:hover {
    transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


/* LISTAS collapsible */

/* Style the button that is used to open and close the collapsible content */
.collapsible {
    /*background-color: #eee;*/
    color: #444;
    cursor: pointer;
    padding: 10px;
    width: 98%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    font-weight: bold;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
    color: #FFF; 
    background-color: #652C90;
}

/* Style the collapsible content. Note: hidden by default */
.content { 
    display: none;
    overflow: hidden; 
} 

.container {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.container::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

.class_captcha_img{
    max-height: 75px; 
    min-width: 160px;
    min-height: 75px;
    border: 1px solid #BABABA;
}

.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}