/* CSS Document */

body {
	padding-top:48px;
	font-family: 'Arial', sans-serif;
	min-height:100vh;
	font-size:13px;
}

body.index {
	padding-top:0px;
	
}

* {
	padding:0px;
	margin:0px;
	text-decoration:none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.clear {
	clear:both;
}

a{
	color:#1E1E1E;	
}


.minitable{
	
	font-size:0.8em;
	
}


.flex {
	display: flex;
	flex-wrap: wrap;
}

.flex.alinearhorizontal {
	align-items: center ;
}

img {
	max-width: 100%;
}

.btn-glow {
color: #111;
display: inline-block;
border: 1px solid #ccc;
vertical-align: middle;
cursor: pointer;
background-color: #EBEBEB;
}

.btn-glow:hover {
color:#111;
text-decoration: none;
background-color: #f0f0f0;
}


.btn-glow.blue {
	border: 1px solid #1c3342;
	color: #fff;
	background-color: #1c3342;
	
}

.btn-glow.blue:hover {
	    color: #ffffff;
    background-color: #080808;
	
	
}

.btn-glow.big{
	padding: 12px;
	
}

.btn-glow.min{
padding: 6px 6px;

}

.btn-glow.all{
	width:100%;	
}


.main {
	
margin: 0 auto;
}

 #head{
	
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;

	    padding-top: 0px;
    padding-bottom: 0px;
	

border-bottom: 1px solid #191e23;
background: #1c3342;
top: 0px;
left: 0px;
width: 100%;
position:fixed;
z-index:3003;
}

#headindex{
top: 0px;
left: 0px;
width: 100%;
position:fixed;
z-index:1000;
background-color: #fff;
text-align:center;
padding-top:10px;
padding-bottom:10px;
border-bottom:1px solid #f0f0f0;
}

#headindex .imgindex{
	max-height:80px;	
}

#headindex h3{
padding-top: 10px;
cursor:pointer;
}

.panel_login{
	padding-top:25vh;
	max-width:400px;
	margin-left:auto;
	margin-right:auto;	
}

.panel_content{
	padding:10px;
	background-color:#fff;	
}

#head #nav {
	display: flex;
    align-items: stretch;
}

#head #menu{
	float:right;
	
	width: auto;	
}

#head li {
float: left;
position: relative;
display: block;
}

#head li.home img{
	width:22px;
	height:22px;
}

#head li a {
	text-decoration:none;
	color: #d6d6d6;
	outline: 0px;
	height: 46px;
	transition: background .1s linear;
	-moz-transition: background .1s linear;
	-webkit-transition: background .1s linear;
	-o-transition: background .1s linear;
	line-height: 20px;
	position: relative;
	display: block;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}

#head li a:hover {
text-decoration:none;
background:rgba(25,31,36,0.6);
}

#head li a.current {
color: #ffffff;
background-color: #080808;
text-decoration:none;
}

#head li.config a{
	background-image:url(../res/config.png);
	background-repeat:no-repeat;
	background-position:8px center;
	padding-left:28px;
	
}

#subhead{
min-height: 40px;
padding-left: 0px;
padding-right: 10px;
border-bottom: 1px solid #dae3e9;
background: #EBEBEB;
z-index:1000;
}
#subhead li {
    float: left;
    position: relative;
    display: block;
}

#subhead li a {
    text-decoration: none;
    color: #333333;
    outline: 0px;
    height: 40px;
    transition: background .1s linear;
    -moz-transition: background .1s linear;
    -webkit-transition: background .1s linear;
    -o-transition: background .1s linear;
    line-height: 20px;
    position: relative;
    display: block;
    padding-top: 11px;
    padding-right: 10px;
    padding-bottom: 9px;
    padding-left: 10px;
}

#subhead li a.current {
    color: #000;
    background-color: #DFDFDF;
    text-decoration: none;
}


#cont{
min-height:  calc(100vh - 150px);
margin-bottom:0px;
padding-top:20px;
padding-bottom: 20px;
overflow: hidden;
position: relative;
background: #fff;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
-webkit-transition: margin-left .3s ease;
-moz-transition: margin-left .3s ease;
-o-transition: margin-left .3s ease;
-ms-transition: margin-left .3s ease;
transition: margin-left .3s ease;
}

#cont.headi{
	padding-top:0px;
	min-height: calc(99vh - 3em);
	background:#f6f6f6;
}

#cont.tool{
margin-left: 180px;	
}

#cont.minitool{
margin-left: 100px;	
}


#cont.toolplus{
margin-left: 420px;	
}

#sidebar-nav {
position: fixed;
width: 165px;
float: left;
margin: 0em;
padding-left:15px;
padding-top:20px;
}


#minisidebar-nav {
position: fixed;
width: 85px;
float: left;
margin: 0em;
padding-left:15px;
padding-top:20px;
}


#minisidebar-nav li{
	display:block;
	text-align:center;
	margin-bottom:12px;
}


#minisidebar-nav li a{
	display:block;
	text-align:center;
	    color: #999;
		text-decoration:none;
}

#minisidebar-nav li a:hover{
	display:block;
	text-align:center;
	color: #666;
}

#minisidebar-nav li.current a{
	display:block;
	text-align:center;
	color: #111;
}

#sidebar-nav.plus {
position: fixed;
width: 400px !important;
float: left;
margin: 0em;
padding-left:15px;
padding-top:20px;
}

label{
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
}

.padblock{
position: relative;
min-height: 1px;
padding-left: 10px;
padding-right: 10px;	
}


#foot{
padding: 10px;
text-align:right;
font-size:0.8em;
}

#foot .wrap{
	padding-bottom:22px;
}

#foot a{
	text-decoration:none;
	color: #999999;
}

#foot a:hover{
	color: #999999;
	text-decoration:none;
}


.grid_12{
width: 98%;
margin: 0 auto;
}

.flex{

	display: flex;
	flex-wrap: wrap;

}

.grid_3 {
	width: 25%;
}
.grid_4 {
	width: 33.3%;
}
.grid_6 {
	width: 50%;
}
.grid_8 {
	width: 66.6%;
}
.grid_9 {
	width: 75%;
}

.grid_100 {
	width: 100%;
}

select{
	width:100%;	
}

.search{
background: url("../img/lens.png") #fcfcfc no-repeat 95%;	
}

.datepick{
background: url("../img/date.png") #fcfcfc no-repeat 95%;	
}

.input{
display: inline-block;
width: 100%;
color: #111;
vertical-align: middle;
background-color: #ffffff;
border: 1px solid #cccccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-webkit-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;
 font-family: 'Poppins', sans-serif;
height: auto;
padding: 7px 7px;
}


.falseinput {
    display: inline-block;
    width: 100%;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-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;
    height: auto;
    padding: 7px 7px;
	    font: 400 13.3333px Arial;
}

.info_label{
	padding-top:3px;
	padding-bottom:4px;	
}

.wrapcolores{

	position:relative;
}

.wrapcolores .pick{
	position:absolute;
	right:0;
	top:1px;
	background-color:#EBEBEB;
	border:1px solid #CCC;
	width:25px;
	height:25px;
	display:inline-block;
}

.input.min{
	width:auto;
	max-width:80%;	
}

select.min{
	width:auto;	
}

.label{
	padding-top:8px;	
}

table thead {
border-bottom: 1px solid #dee3ea;
padding-bottom: 11px !important;
padding-top: 9px !important;
vertical-align: bottom;
background: #fff;
background-color: #EBEBEB ;

color:#333;
font-weight:bold;
}

table td{
	padding:4px;	
	
}

table tbody td{
border-top: 1px solid #bbbbbb;
}

table tbody td.no{
border-top: none;
}

thead a {
color:#333;
text-decoration: none;
}

thead a:hover, thead a:focus {
color: #2a6496;
text-decoration: underline;
}


td.tools{
min-width:100px;	
}

td.tools i{

	padding-left:4px;
	padding-right:4px;
}

td.tools a {
color:#333;
text-decoration: none;
}

td.tools a:hover, td.tools a:focus {
color: #2a6496;
text-decoration: underline;
}

hr{
margin-top: 4px;
margin-bottom: 4px;
border: 0;
border-top: 1px solid #eeeeee;	
box-sizing: content-box;
height: 0;
clear:both;
}

.hr {
width: 100%;
border-top: 1px solid #ddd;
margin-top: 8px;
height: 8px;
display:block;
clear:both;
}

.required{
color: #FF1200;	
}

.padd{
	padding-right:20px;	
}


.field_error {
background-color: #f2dede;
border-color: #eed3d7;
color: #b94a48;
padding: 7px 15px;
margin-bottom: 10px;
margin-top:10px;
border: 1px solid transparent;
}

.field_ok{
background-color: #d9edf7;
border-color: #bce8f1;
color: #3a87ad;
padding: 7px 15px;
margin-bottom: 10px;
margin-top:10px;
border: 1px solid transparent;
}

.field_info{
background-color: #faf7cf;
border-color: #ddc37c;
padding: 7px 15px;
margin-bottom: 10px;
margin-top:10px;
border: 1px solid transparent;
}


.error{
	border-color:#FF0000 !important;	
}


#sortable{
	position:relative;
}


.fadepop{
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1001;
    display: none;
    background: url(../res/overlay.png);
	text-align:center;
}

.fadepop .contpop{
    border-radius: 5px;
	margin-left:10%;
	margin-right:10%;
	margin-top:10%;
	max-width:740px;
	min-width:600px;
	max-height:400px;
	min-height:240px;
	overflow:scroll;
	text-align:left;
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px;
    position: relative;
    z-index: 2001;
	display:inline-block;
}

#poper{

	cursor:pointer;
	padding:4px;	
}
#closer{

	cursor:pointer;
	padding:4px;	
}



#fade{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index:1001;
    -moz-opacity: 0.4;
    opacity:.40;
    filter: alpha(opacity=40);
}
.white_content {
 	display: none;
    position: fixed;
    top: 2%;
    left: 2%;
	right:2%;
	bottom:2%;             
    background: #FFF;
    z-index:1002;
    overflow:visible;
	color:#000000 !important;
	overflow-y:scroll;
}

.white_content .padd{
    padding: 5px;
	padding-top:36px;
	position:relative;
}

.white_content .btn-close {
	position:absolute;
	top:10px;
	right:10px;
	display:inline-block;
	
}

#fadeloading{
	position:absolute;
	z-index:2500;
	left:0;
	top:0;
	right:0;
	bottom:0;
	 background: url(../res/overlay.png);
	text-align:center;	
}

#fadeloading .loadimage{
	text-align:center;
	padding-top:30%;
}

.errort{
color:#FF0000;	
}

.pickcolor{
	display:inline-block;
	height:25px;
	width:25px;
	border:1px solid #333;
	margin-right:6px;	
}

.popform{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	text-align:center;
	background-color:rgba(0,0,0,0.2);

}

.popform .falsepopform{
	display:inline-block;
	max-width:60%;
	width:60%;
	min-width:60%;
	width:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:10%;
	text-align:left;
	padding:10px;
	background-color:#FFF;
	position:relative;
	    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 24px 1px rgba(0,0,0,0.41);
    -moz-box-shadow: 0px 5px 24px 1px rgba(0,0,0,0.41);
    box-shadow: 0px 5px 24px 1px rgba(0,0,0,0.41);
}

.popform .falsepopform .close{
	position:absolute;
	right:10px;
	top:10px;

	cursor:pointer;		
}


form .article {
    margin-bottom: 8px;
    margin-right: 8px;
    display: inline-block;
	
}

.previewpic {
    margin: 5px;
    display: inline-block;
    width: 120px;
    height: 120px;
    position: relative;
	border:1px solid #CCC;
	text-align:center;
}

.previewpic .cell {
    display: table-cell;
    width: 120px;
    height: 120px;
	padding:5px;
    vertical-align: middle;
    text-align: center;
}


.previewpic a.deleteicon{
	position:absolute;
	right:5px;
	top:5px;
	color:#111;
}


.relative{
	position:relative;	
}

.cancelarproceso {
    position: absolute;
    right: 0;
    top: -4px;
}

.limitspan{
position:relative;		
}

.limitspan:after{	
	content:attr(data-char);
	position:absolute;
	right:-20px;
	top:1px;

}



.mce-branding {
  
    display: none !important;
}

pre{
	height:200px;	
}


.pointer_default{
	cursor:default;	
}

.wrap_firma{
	text-align: center;
}

.wrap_firma canvas{

	width: 640px;
	height: 480px;

}

.firma{
    padding: 10px;
    border-radius: 6px;
    border: 1px dashed #999;
    background-color: #fff;
	display:inline-block;
}

.clearfirma{

	padding-top: 10px;
	padding-bottom: 20px;

}

@media only screen and (max-width: 1024px) {


}

@media only screen and (max-width: 995px) {



}
@media only screen and (max-width: 767px) {



}

@media only screen and (max-width: 479px) {



}


