div.p_login #loginform{
	margin: 20px auto 0px;
	background: white;
    box-shadow: 3px 3px 8px #00000029;
    border-radius: 10px;
}
#bigbutton{
	float: none;
}


body{
	font-family: Nunito;
}
/*Botones de Busqueda*/
div#botones_top_busqueda div {
    display: none;
}
div#botones_top_busqueda{
    float: right;
    margin-bottom: 10px;
}
.search_form .view .col-xs-12 input[type="text"]{
    width: 75%;
}
/* FIN BOTONES DE BUSQUEDA */
#detalles_recibo_c{
	display: block;
}
a[id^=tab][data-toggle="tab"].error{
    background: red;
}
.list thead tr th{
	color: white;
}
a.container-close{
	background: transparent url(../../../../index.php?entryPoint=getImage&themeName=SuiteP&imageName=dashletclose.png) no-repeat;
	color: transparent;
}
@media (min-width: 1350px){
	.modal-cal-edit .modal-content {
		width: 100%; 
	}
}
@media (max-width: 767px){
	table.list.view.table-responsive tr td:nth-child(4).hidden-xs, 
	table.list.view.table-responsive tr th:nth-child(4).hidden-xs {
    	display: table-cell !important;
    }
}


@media (min-width: 1024px){
	#lineItems input[type="text"] {
    	width: auto;
	}
}
/*Corrección mask en calendario */
#sugarMsgWindow_c{
	z-index: 1150 !important;
}
#sugarMsgWindow_mask{
	z-index: 1125 !important;
}
div[id^=info_inline2]{
    padding: 10px;
    background: white;
    font-size: larger;
    border: solid 1px;
    border-radius: 5px;
}
a.container-close{
	background: transparent url(../../../../index.php?entryPoint=getImage&themeName=SuiteP&imageName=dashletclose.png) no-repeat;
	color: transparent;
}
div[type="html"], div[type="function"], span#line_items_c_span{
	display: block;
	width: 100%;
	padding-top: 10px;
}
div[type="html"] > span#detalles_c.sugar_field{
	display: block;
	width: 100%;
}
button.button.boton_detalle {
    padding: 0px 5px;
    margin-right: 5px;
}
input.date_input,table.list.view input.currency{
	max-width: 150px;
}
.moduleTitle h2{
	text-transform: none;
}
div#sugarMsgWindow {
    background: white;
}
#sugarMsgWindow h2{
    font-size: 20px;
}
.masked {
    overflow: inherit !important;
}
#sugarMsgWindow .button-group button[type="button"]{
	font-size: 13px;
    font-weight: 500;
    background: #f08377;
    color: #f5f5f5;
    cursor: pointer;
    padding: 0 10px 0 10px;
    margin: 0 5px;
    border: none;
    border-radius: 3px;
    letter-spacing: 1px;
    line-height: 30px;
    height: 30px;
    text-transform: uppercase;
}
div.content p.error {
    /* margin: 0 0 20px 0; */
    border-radius: 3px;
    margin: 0;
    background: aliceblue;
    border-radius: 5px;
    border: solid 1px;
    margin: 5px;
    font-size: larger;
    color: black;
}
.moduleTitle span.utils{
	display: inline;
	float: right;
}
.moduleTitle span a.btn.btn-success.showsearch{
	display: none;
}

table#lineItems {
    display: table;
}

table#tabla a {
color :#378cbe;
} 

table#tabla th {
    color :#378cbe;
    } 

.list tr td[scope=col]{
	color: inherit !important;
}
#save_and_continue{
	display: none;
}
footer {
    line-height: inherit !important;
} 
.footer_right{
	text-transform: none;
	width: auto !important;
}
.yui-ac-content{
	width: auto !important;
}

.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;
}

.list tbody tr th{
	font-size:13px;
	padding: 8px;
	border-left:none;
	border-right:none;
	text-align:left;
	white-space:nowrap;
	font-weight:700;
}


.list tr th a:link {
    font-size: 13px;
    font-weight: 700;
    padding-right: 10px;
}

#MassAssign_SecurityGroups{
    display: none !important;
}

@media (min-width: 769px){
	.col-sm-12 .col-sm-8.edit-view-field textarea{
		width: 100%;
	}
}

input[type=datetime-local], input[type=date] {
    background: #fff;
    padding: 5px;
    border: 1px solid #c4e3f5;
    border-radius: 4px;
}
footer {
    position: fixed;
    bottom: 0;
    right: 0;
}
@media (min-width: 1600px){
    .col-sm-6 .col-sm-8.edit-view-field input.sqsEnabled {
        width: 68%;
    }
}
.yui-panel-container{
    height: auto;
}