body.background-dark{
    background: #FFF;
}

.wrapper{
	width: 95%;
	margin: 0 auto;
}

.single-widget-container {
    left: 0;
    margin-top: 0;
    position: relative !important;;
    top: 50px !important;
    width: 100%;
}

.page-header{
    background: #cecece;
    margin: 0;
}

.page-header .navbar{
    padding: 15px 2.5641% 0 0;
}

.page-header .navbar span{
    background: #6eab82;
    color: #FFF;
    display: block;
    padding: 15px 3.5% 16px;
    position: absolute;
    top: 0;
}

.btn-lg, .btn-group-lg>.btn{ font-size: 13px;}

h5,
.title-seccion{
    color: #6eab82;
    border-bottom: 1px solid #6eab82;
}

.title-seccion{
	padding: 8px 0;
	margin-bottom: 20px;
}

.texto-especial{
	font-size: 18px;
}

.logo-interna{
	float: right;
}
.error-form{
    border: 1px solid #ff0000;
}


.input-lg, 
.input-group-lg > .form-control, 
.input-group-lg > .input-group-addon, 
.input-group-lg > .input-group-btn > .btn
{
    font-size: 12px;
}

.miCheck{
	width: 20px;
	height: 16px;
	vertical-align: bottom;
}

/* ak_validate */

.form-control.error{
	background: #F8D7CC;
	border: 1px solid #D19393;
}

.ak-tooltip{
	position: absolute;
	height: 0;
	z-index: 1055;
}
.ak-tooltip-int{
	bottom: 0;
	width: 100%;
	padding: 5px 7px;
	font-size: .9em;
	position: absolute;
	background: #F8E8CC;
	border: 1px solid #D1B693;
	box-shadow: 0 5px 9px rgba(0, 0, 0, 0.4);
	cursor: pointer;
}

.ak-tooltip-int:after,
.ak-tooltip-int:before{
	content: " ";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	bottom: -6px;
	left: 48%;
	border-top: 6px solid #D1B693;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}
.ak-tooltip-int:after{
	bottom: -4px;
	border-top: 6px solid #F8E8CC;
}

.ak-tooltip-danger .ak-tooltip-int{
	background: #F8D7CC;
	border: 1px solid #D19393;
}
.ak-tooltip-danger .ak-tooltip-int:before{
	border-top: 6px solid #D19393;
}
.ak-tooltip-danger .ak-tooltip-int:after{
	border-top: 6px solid #F8D7CC;
}

.ak-alert{
	width: 100%;
	display: block;
	padding: 5px 7px;
	font-size: .9em;
	background: #F8E8CC;
	border: 1px solid #D1B693;
}

.ak-alert-info{
	width: 100%;
	display: block;
	padding: 5px 7px;
	font-size: .9em;
	background: #eee;
    border: 1px solid #ccc;
}

.ak-alert-success{
	width: 100%;
	display: block;
	padding: 5px 7px;
	font-size: .9em;
	background: #dff0d8;
    border: 1px solid #bccab2;
}

.Main{
	padding-top: 40px;
	padding-bottom: 60px;
}
/* ak_validate */

.ui-datepicker{
	z-index: 1060 !important;
}

.btn-info{
	background: #6eab82;
	border-color: #6c9a80;
}
.btn-info:focus,
.btn-info:active,
.btn-info:hover{
	background: #6c9a80;
	border-color: #6eab82;
}

.btn.deactive{
	color: #666;
	background: #ccc;
	border-color: #999;
}


.PorcentajePeso .form-control{
	width: 150px;
}
.icono-ayuda{
	position: absolute;
	width: 24px;
	height: 24px;
	display: block;
	background: url(../img/info.png) no-repeat center;
	top: 10px;
	right: -24px;
	cursor: pointer;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }

.addon-delete{
	cursor: pointer;
	color: #AE3434;
	font-size: 17px !important;
	padding: 7px 14px;
}

.add-items{
	padding: 6px 0 10px;
	text-align: center;
}

.noshow{
	display: none;
}

#cortina{
	position: absolute;
	position: fixed;
	z-index: 999999;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/loader.gif);
	
	background-color: rgba(255,255,255, 0.6);
	width: 100%;
	height: 100%;
}

@media ( min-width:0px ) and ( max-width:500px ),  ( min-width:800px ) and ( max-width:900px ){
 
    table thead{
        display:none;
    }
    table tr{
        border-bottom:1px solid #c0c0c0;
    }
    table td{
        display:block;
        width:100%;
        padding-left:0;
        padding-right:0;
        border:none;
    }
    table td a{
        margin-bottom:8px;
    }
}
/* END tablas */
 
@media ( max-width:800px ) {
    .btn-menu, .btn-menu a{
        display:inline-block;
    }
    .sidebar{
        height:100%;
        min-height:100%;
        position:absolute;
        left:-280px;
    }
    .content {
        margin-left:0;
    }
    .nbox .row > .col6{
        width:95%;
    }
	
	.modal-body{
		max-height: 240px;
		overflow: overlay;
	}
}