/*LOGIN*/
div.p_login .p_login_top{
	background-color: white;
    padding: 10px 2%;
	float: none;
    width: 1280px;
    margin: auto;
}
div.p_login_top img{
	max-width: 300px;
}
/*div.p_login #loginform {
    background: white;
	border-radius: 20px;
	margin: 10% auto 0 auto;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(242,242,242,1);
	-moz-box-shadow: 5px 5px 5px 0px rgba(242,242,242,1);
	box-shadow: 5px 5px 5px 0px rgba(242,242,242,1);
}*/
#bigbutton{
	float: none;
	letter-spacing: 1px;
    font-weight: 600;	
}
div.p_login_middle{
	background: url("../../../../custom/include/images/Fondo.png");
	background-position: center;
    background-repeat: no-repeat;
	background-position-y: 0px;
	height: 100%;
	width: 100%;
}
input[type=submit] {
    background: #FF6600;
}
.p_login_bottom {
    bottom: 0;
    left: 0;
    background-color: #ddd;
    padding: 15px 2% 15px 2%;
    float: left;
    width: 100%;
}
div.p_login div#loginform {
    top: 90px;
    width: 500px;
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 8px #00000029;
    opacity: 1;
    position: relative;
    padding: 34px 73px;
    border-radius: 10px;
	margin: auto;
}
#loginform input[type=text],#loginform input[type=password]{
	background: var(--unnamed-color-f4f4f4) 0% 0% no-repeat padding-box;
	background: #F4F4F4 0% 0% no-repeat padding-box;
	box-shadow: 2px 2px 6px #00000029;
}
/*FIN LOGIN*/
body{
	font-family: 'Ubuntu', sans-serif;
}

.label{
	white-space: normal !important;
}
body{
	/*font-family: Nunito;*/
}

#sugarMsgWindow {
	background: white !important;
}

.botonesAbonos:hover {
	background: #DDDDDD;
	transition: all 0.3s ease-out;
}

#powered_by, #admin_options{
	display: none !important;
}

.moduleTitle span.utils{
	display: inline;
	float: right;
}
.moduleTitle span a.btn.btn-success.showsearch{
	display: none;
}

.moduleTitle a.utilsLink{
	background: #f08377;
	color: #f5f5f5;
	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 transparent;
    border-radius: 4px;
    text-decoration: none;
}
.footer_right{
	line-height: 1.5;
	text-transform: none;
	width: auto;
}
.footer_right label {
    width: 150px;
}

.footer_right span {
    width: 150px;
    display: inline-block;
	text-align: left;
    padding-left: 10px;
}
@media (max-width: 300px){
	.dateTime input[type="text"] {
    	width: 400px;
	}
}