/*
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 : 27/10/2015, 10:30:06
    Author     : lucas
*/




a {
    font-size: 13px;
    text-decoration: none;
    color: #0463E0;
    font-weight: 400;
    letter-spacing: -0.5px;
}



/*
 //// BTN BTN-PRIMARY
*/

a[href="misturnos.asp"],
a[href="turnos.asp"]{
    font-weight: 500;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    /* color: #008000; */
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
}
 /*
 
 ///// END
 
 
 */

hr{
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}


table.formularios table.formularios {
    border-bottom: 1px solid #DADADA !important;
}

#error_msg {
    color: #000;
    text-shadow: none;
    font-size: 13px !important;
    clear: both;
    font-weight: normal;
    border: none;
    background-color: #F2F2F2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 0px;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 2px 5px rgba(216, 216, 216, 0.85);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: help;
}

    

#PRO,#CAS{
        display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-family: "Arial" !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}



.notas-blue {
    width: 50%;
    color: #fff;
    margin: 0 auto;
    text-align: center;
	text-shadow: none;
	font-size: 16px !important;
	clear: both;
	font-weight: normal;
	border: none;
	background-color: #2F3572;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 0px;
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	box-shadow: 0px 2px 5px rgba(216, 216, 216, 0.85);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;    
    border-radius: 4px;
}