/* Add here all your CSS customizations */

.appHeader .left {
    top: 10px;
}

.appHeader {
    height: 80px!important;
}

#appCapsule {
    padding: 80px 0!important;
}

#loadery{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
    background: #182959 url('../../assets/img/logo-icon.gif') no-repeat center;
}

/* v1 */

#loaderz{
    position: fixed;
    /*width: 100%;
    height: 100vh;*/
	margin: 0;
	padding: 0;
	width:100vw;
	height: 100vh;
    background: #182959 url('../../assets/img/logo-icon.gif') no-repeat center;
    z-index: 999;
    display:block;
    margin: 0 auto;
}

.loaderx {
	background: none repeat scroll 0 0 #182959;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999; 
}

.loaderx .loader_innerx {
	background-image: url("../../assets/img/logo-icon.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #182959;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
	left: 50%;
	top: 50%;
	position: absolute; 
}

.content-header {
	font-size: 14px;
	color: #182959;
}

.titulo {
	color: black;
	font-size: 20px;
}

.white { color: #FFF }


.appHeader .pageTitle .logo {
    max-height: 70px;
}

.appHeader {
    height: 70px;
}

.datepicker table tr td.old{
    color:red!important;
}

.required1 {
    font-weight: bold;
    margin-bottom: 0px;
}

.required1:after{ 
    content:'*'; 
    color:red; 
    padding-left:3px;
}

#harvestTable {
	font-size: 12px;
}

#harvestTable td, #harvestTable th{
	padding: 2px;
	text-align: center;
	vertical-align: middle;
}

.thick {
	font-weight: bold;
}

.table_input {
	padding: 6px 3px!important;
}

.table_pad {
	padding: 2px!important;
	vertical-align: middle!important;
}

.table_font {
	font-size: 12px!important;
}

.product_label {
	font-weight: bold!important;
    font-size: 14px!important;
}

.f12 {
	font-size: 12px!important;
}

.ml-10 {
  margin-left: 10px!important;
}

.mt-10 {
	margin-top: 10px!important;
}

.mt-15 {
	margin-top: 15px!important;
}

.mt-20 {
	margin-top: 20px!important;
}

.mt-25 {
	margin-top: 26px!important;
}