/* CSS Document */

/*- INICIO - ESTILOS COMUNES -*/
body {    
	font-family: 'Roboto', sans-serif;	
}

body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
a:focus, a:active, a:hover, a.dropdown-toggle {
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color: #FFF;
	text-decoration: none;
}
a:active, a:active * { outline: none !important; -moz-outline-style: none !important; }
a:focus, a:focus * { outline: none !important; -moz-outline-style: none !important; }

#wrapper {
    width: 100%;
    background:#09192A;
}

#page-wrapper {
    padding: 15px 15px;
    min-height: 600px;
    background:#E5EBF2;
   
}
#page-inner {
    width:100%;
    margin:10px 20px 10px 0px;
    background-color:transparent;
    padding:10px;
    min-height:1200px;
}

.text-center {
    text-align:center;
}
.no-boder {
    border:1px solid #f3f3f3;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 7px;
	margin-bottom: -5px;
}
h2 {
    color: #000;
}
h4 {
    padding-top:10px;
}
.square-btn-adjust {
    border: 0px solid transparent; 
   	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

p {
    font-size:16px;
    line-height:25px;
    padding-top:20px;
}

.clean {clear:both; height: 0px; padding-bottom: 1px;}
.clear {clear:both; height: 0px; padding-bottom: 10px;}
.clearl {clear:left; height:0px;}
.clearr {clear:right; height:0px;}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE5/Mac */
* html .clearfix {
	height: 1px;
}
.clearfix {
	display: block;
}

.limit {
    max-width: 1050px;
}
.left {
	float: left;
}
.right {
	float: right;
}
a img {
	border: none;
}

.mini_xs {padding: 7px 10px; font-size: 13px}
.xs {padding: 10px 15px;}
.xm {padding: 15px 20px;}
.xl {padding: 18px 25px;}

.separador {
	width:100%;
	padding-bottom: 9px;
	margin: 10px 0 25px 0;
	border-bottom: 1px solid #C7D1DD;
}

.bg-none { background: none !important; }

.d-ib { display: inline-block !important; }
.cl-b { clear: both !important; }
.d-b  { display: block !important; }

.fl-l { float: left !important; }
.fl-r { float: right !important; }
.fl-n { float: none !important; }

.fs-i { font-style: italic !important; }

.fz-medium      { font-size: 1em !important; }
.fz-smaller     { font-size: .9em !important; }
.fz-smaller-x   { font-size: .8em !important; }
.fz-smaller-xx  { font-size: .7em !important; }
.fz-smaller-xxx { font-size: .6em !important; }

.fw-b { font-weight: bold !important; }

.lh-n { line-height: normal !important; }
.lh-20 { line-height: 20px !important }
.lh-30 { line-height: 30px !important }

.m-0 { margin: 0 !important; }

.mb-0  { margin-bottom: 0 !important; }
.mb-5  { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }

.ml-0  { margin-left: 0 !important; }
.ml-5  { margin-left: 5px; }
.ml-10 { margin-left: 10px; }
.ml-20 { margin-left: 20px; }
.ml-30 { margin-left: 30px; }
.ml-40 { margin-left: 40px; }

.mr-0  { margin-right: 0 !important; }
.mr-2  { margin-right: 2px; }
.mr-5  { margin-right: 5px; }
.mr-10 { margin-right: 10px; }
.mr-20 { margin-right: 20px; }
.mr-30 { margin-right: 30px; }
.mr-40 { margin-right: 40px; }

.mt-0   { margin-top: 0 !important; }
.mt-10  { margin-top: 10px !important; }
.mt-20  { margin-top: 20px !important; }
.mt-30  { margin-top: 30px !important; }
.mt-40  { margin-top: 40px !important; }
.mt-50  { margin-top: 50px !important; }
.mt--10 { margin-top: -10px !important; }
.mt--20 { margin-top: -20px !important; }
.mt--30 { margin-top: -30px !important; }

.tt-c { text-transform: capitalize !important; }
.tt-n { text-transform: none !important; }
.tt-u { text-transform: uppercase !important; }    

.ov-h { overflow: hidden !important; }
.ov-v { overflow: visible !important; }

.va-t { vertical-align: top !important; }
.va-m { vertical-align: middle !important; }
.va-b { vertical-align: bottom !important; }

.half,
.w-full,
.w-half,
.w-1-3,
.w-2-3,
.w-1-4,
.w-3-4 {
  display: inline-block;
  -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
		  box-sizing: border-box;
  }
.w-full { width: 100% !important; }
.w-half { width: 49.5% !important; }
.w-1-3  { width: 33.2% !important; }
.w-2-3  { width: 66% !important; }
.w-1-4  { width: 24.5% !important; }
.w-3-4  { width: 74.9% !important; }

.p-0 { padding: 0 !important; }
.p-5 { padding: 5 !important; }
.p-10 { padding: 10 !important; }
.p-15 { padding: 15 !important; }

.pb-0, .pb-none { padding-bottom: 0 !important; }
.pb-5, .pb-none { padding-bottom: 5 !important; }
.pb-10, .pb-none { padding-bottom: 10 !important; }
.pb-15, .pb-none { padding-bottom: 15 !important; }

.pt-0, .pt-none { padding-top: 0 !important; }
.pt-5 { padding-top: 5px !important; }
.pt-10 { padding-top: 10px !important; }
.pt-15 { padding-top: 15px !important; }

.pl-0, .pl-none { padding-left: 0 !important; }
.pl-5 { padding-left: 5px !important; }
.pl-10 { padding-left: 10px !important; }
.pl-20 { padding-left: 20px !important; }

.pr-0, 
.pr-none { padding-right: 0 !important; }
.pr-10 { padding-right: 10px !important; }

.pos-r  { position: relative !important; }
.ta-c { text-align: center !important; }
.ta-l { text-align: left !important; }
.ta-r { text-align: right !important; }

/*- FIN - ESTILOS COMUNES -*/

/*- INICIO - ESTILOS LOGIN -*/

/* h3.inner-tittle.t-inner {
	font-size: 1.3em;
	font-weight: 400;
	text-align: center;
	margin-bottom: 0.7em;
	color: #333;
} */
.login-text {
	margin: 0;
	color: #777;
}
.login img {
	width: 85%;
	height: auto;
	padding: 1em;
}
.login input[type="text"], .login input[type="password"] {
	width: 100%;
	padding: 0.9em 1em 0.9em 4em;
	color: #777;
	font-size: 15px;
	outline: none;
	font-weight: 400;
	border: 1px solid #ddd;
	background: url("../images/icons.png") no-repeat 14px 17px;
	margin: 0.3em 0;
	font-family: 'Roboto', sans-serif;
}
.login input[type="password"] {
	background: url("../images/icons.png") no-repeat 13px -33px;
}
.login input[type="text"]:focus, .login input[type="password"]:focus {
	border: 1px solid #A19958;
}	

.btnlogin {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	cursor: pointer;
	outline: none;
	padding: 10px 15px;
	width: 100%;
	border: 2px solid #A19958;
	background: #A19958;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.btnlogin:hover {
	background: none;
	border: 2px solid #A19958;
	color: #A19958;
}

/*- FIN - ESTILOS LOGIN -*/

.page-container {
	min-width: 1260px;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: 0px auto;
}
.left-content {
	float: right;
	width: 84%;
}

/*- INICIO - ESTILOS MENU -*/
.sidebar-menu {
	position: absolute;
	float: left;
	width: 230px;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: #54585A;
	color: #aaabae;
	box-shadow: 0px 0px 10px 0px rgb(58, 41, 31);
	-o-box-shadow: 0px 0px 10px 0px rgb(58, 41, 31);
	-webkit-box-shadow: 0px 0px 10px 0px rgb(58, 41, 31);
	-moz-box-shadow: 0px 0px 10px 0px rgb(58, 41, 31);
	z-index: 999;
}
.logo {
	width: 100%;
	padding: 14px 14px;
	box-sizing: border-box;
}
#logo
{
    width: 150px;
    height: auto;
    vertical-align: middle;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.5));
}
#logo_top
{
    width: 200px;
    height: auto;
	padding: 10px 10px;
    vertical-align: middle;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.5));
	display: none;
}
.sidebar-icon {
	margin-top: -2px;
	border: 1px solid #A19958;
	text-align: right;
	line-height: 1;
	font-size: 19px;
	padding: 8px 10px;
	border-radius: 0px;
	color: #FFF;
	background: #A19958;
	float: right;
	cursor: pointer;
}

.down {
	padding: 25px 0 30px;
	text-align: center;
	background: #FFF;
}
.down a img {
	border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 3px solid #54585A;
}
span.name-caret {
	margin: 10px 0px 3px 0px;
	font-size: 1em;
	color: #A19958;
	display: block;
	text-align: center;
	font-weight: 400;
}
.down p {
	font-size: 0.9em;
	color: #777;
	padding: 5px 8px;
}
.down ul li {
	list-style: none;
	display: inline-block;
	margin: 0 5px;
}
.down ul {
	padding: 0;
	margin: 0;
}
.down ul li a {
	color: #FFF;
	background: none;
	text-decoration: none;
}
.down i {
	font-size: 1.2em;
	color: #A19958;
	vertical-align: middle;
}
i.lnr.lnr-user {
	font-size: 1.07em;
}
i.lnr.lnr-power-switch {
	font-size: 1.3em;
}

label.tooltips {
	position: relative;
	display: inline;
}
label.tooltips span {
	position: absolute;
	width: auto;
	color: #FFF;
	background: #54585A;
	height: 25px;
	line-height: 23px;
	text-align: center;
	visibility: hidden;
	font-size: 0.9em;
	
	padding-left: 20px;
	padding-right: 20px;
}
label.tooltips span:after {
	content: '';
	position: absolute;
	bottom: 5px;
	right: -8px;
	margin-left: 20px;
	width: 0;
	height: 0;
	
	border-top: 8px solid transparent;
	border-left: 8px solid #54585A;
	border-bottom: 8px solid transparent;
}
label:hover.tooltips span {
	visibility: visible;
	opacity: 0.95;
	top: 28px;
	left: -45px;
	margin-left: -60px;
	z-index: 999;
}

button.tooltips, a.tooltips {
	position: relative;
	display: inline;
}
button.tooltips span, a.tooltips span {
	position: absolute;
	width: 160px;
	color: #FFF;
	background: #54585A;
	height: 25px;
	line-height: 23px;
	text-align: center;
	visibility: hidden;
	font-size: 0.9em;
}
button.tooltips span:after, a.tooltips span:after {
	content: '';
	position: absolute;
	bottom: -30%;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	
	border-top: 8px solid #54585A;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}
button:hover.tooltips span, a:hover.tooltips span {
	visibility: visible;
	opacity: 0.95;
	top: -35px;
	left: 30%;
	margin-left: -70px;
	z-index: 999;
}

.menu {
	text-align: left;
}
#menu {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
#menu li {
	position: relative;
	margin: 0;
	border-bottom: 1px ridge rgba(122,99,20,0.96);
	padding: 0;
}
#menu li ul {
	opacity: 0;
	height: 0px;
}
#menu li a {
	font-style: normal;
	font-weight: 400;
	position: relative;
	display: block;
	padding: 13px 20px;
	color: #fff;
	white-space: nowrap;
	z-index: 2;
	background-color: #54585A;
	font-size: 0.9em;
	font-family: 'Roboto', sans-serif;
	border: none;
	border-left: 4px solid #54585A;
	cursor: pointer;
}
#menu li a:hover {
	color: #ffffff;
	background-color: #A19958;
	transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
	border-left: 4px solid #54585A;
}
#menu li.active > a {
	background-color: #2b303a;
	color: #ffffff;
}
#menu ul li {
	background-color: #A19958;
}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu li ul {
	position: absolute;
	visibility: hidden;
	left: 100%;
	top: -1px;
	background-color: #2b303a;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: opacity 0.1s linear;
	border-top: 1px solid rgba(69, 74, 84, 0.7);
}
#menu li ul#menu-config-sub {
	position: absolute;
	visibility: hidden;
	left: 100%;
	top: -316px;
	background-color: #2b303a;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: opacity 0.1s linear;
	border-top: 1px solid rgba(69, 74, 84, 0.7);	
}
#menu li:hover > ul {
	visibility: visible;
	opacity: 1;
}
#menu li:hover > ul#menu-config-sub {
	visibility: visible;
	opacity: 1;
}
#menu li li ul {
	right: 100%;
	visibility: hidden;
	top: -1px;
	opacity: 0;
	transition: opacity 0.1s linear;
}
#menu li li ul#menu-config-sub {
	right: 100%;
	visibility: hidden;
	top: -316px;
	opacity: 0;
	transition: opacity 0.1s linear;
}
#menu li li:hover ul {
	visibility: visible;
	opacity: 1;
}
#menu li li:hover ul#menu-config-sub {
	visibility: visible;
	opacity: 1;
}
ul#menu i {
	font-size: 1.1em;
	margin-right: 6px;
	width: 10%;
}
li#menu-academico {
	z-index: 999;
}
ul#menu-academico-sub {
	z-index: 999;
}
ul#menu-config-sub {
	z-index: 999;
}

.page-container.sidebar-collapsed {
	transition: all 100ms linear;
	transition-delay: 300ms;
}
.page-container.sidebar-collapsed .left-content {
	float: right;
	width: 96%;
}
.page-container.sidebar-collapsed-back {
	transition: all 100ms linear;
}
.page-container.sidebar-collapsed-back .left-content {
	transition: all 100ms linear;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	float: right;
	width: 84%;
}
.page-container.sidebar-collapsed .sidebar-menu {
	width: 65px;
	transition: all 100ms ease-in-out;
	transition-delay: 300ms;
}
.page-container.sidebar-collapsed-back .sidebar-menu {
	width: 230px;
	transition: all 100ms ease-in-out;
}
.page-container.sidebar-collapsed .sidebar-icon {
	transform: rotate(90deg);
	transition: all 300ms ease-in-out;
	margin-right: 0.8em;
	margin-top: -8px;
	color: #fff;
	background: #A19958;
	border-radius: 0;
}
.page-container.sidebar-collapsed-back .sidebar-icon {
	transform: rotate(0deg);
	transition: all 300ms ease-in-out;
}
.page-container.sidebar-collapsed .logo {
	padding: 15px 0;
	height: 63px;
	box-sizing: border-box;
	transition: all 100ms ease-in-out;
	transition-delay: 300ms;
}
.page-container.sidebar-collapsed-back .logo {
	width: 100%;
	padding: 14px 14px;
	height: 60px;
	box-sizing: border-box;
	transition: all 100ms ease-in-out;
}
.page-container.sidebar-collapsed #logo {
	opacity: 0;
	transition: all 200ms ease-in-out;
	display: none;
}
.page-container.sidebar-collapsed #logo_top {
	opacity: 1;
	transition: all 200ms ease-in-out;
	transition-delay: 300ms;
	display: inline-block;
}
.page-container.sidebar-collapsed-back #logo {
	opacity: 1;
	transition: all 200ms ease-in-out;
	transition-delay: 300ms;
}
.page-container.sidebar-collapsed-back #logo_top {
	opacity: 1;
	transition: all 200ms ease-in-out;
	display: none;
}
.page-container.sidebar-collapsed .down {
	display: none;
}

.page-container.sidebar-collapsed #menu span {
	opacity: 0;
	transition: all 50ms linear;
}
.page-container.sidebar-collapsed-back #menu span {
	opacity: 1;
	transition: all 200ms linear;
	transition-delay: 300ms;
}
/*- FIN - ESTILOS MENU -*/

/*- INICIO - ESTILOS HEADER -*/
.header-section {
	background: #A19958;
	box-shadow: 2px 0 6px rgba(76,75,1,0.68);
	-webkit-box-shadow: 2px 0 6px rgba(76,75,1,0.68);
	-moz-box-shadow: 2px 0 6px rgba(76,75,1,0.68);
	-o-box-shadow: 2px 0 6px rgba(76,75,1,0.68);
}
.profile_details_left {
	float: right;
	width: auto;
}
ul.nofitications-dropdown {
	padding: 0;
	margin: 0;
}
.dropdown {
	position: relative;
	list-style: none;
}
li.dropdown.note {
	background: #54585A;
	border-left: 1px solid rgba(138,81,0,0.93);
	display: inline-block;
	float: left;
	cursor: pointer;
}
li.dropdown.note a {
	padding: 1.42em;
	display: block;
}
li.dropdown.note:hover {
	background: #A79146;
}
li.dropdown.note i {
	font-size: 1.2em;
	color: #fff;
}
span.text {
	font-size: 1em;
	color: #000;
	margin-left: 10px;
	text-decoration: none;
}
span.badge {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background: #A19958;
	line-height: 17px;
	width: 20px;
	height: 20px;
	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	-o-border-radius: 2em;
	text-align: center;
	display: inline-block;
	position: absolute;
	top: 11%;
	padding: 2px 0 0;
	left: 60%;
}

.dropdown-menu li a i {
	font-size: 14px;
	margin-right: 6%;
	color: #879498;
}
ul.dropdown-menu.two {
	padding: 0;
	min-width: 234px;
	top: 99%;
	left: -147px;
}
ul.dropdown-menu.two li a .badge {
	background: #ff5454;
	border: 2px solid white;
	position: absolute;
	top: 9px;
	right: 3px;
	font-size: 8px;
	line-height: 8px;
	padding: 4px 6px;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	min-width: 0;
}
ul.dropdown-menu.two {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	-o-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-animation-duration: .3s;
	-o-animation-duration: .3s;
	animation-duration: .3s;
	background: #fff;
	border: 1px solid #CECDCD;
}
.dropdown-menu.two li {
	border-top: 1px solid #e4eaec;
	border-bottom: 0;
}
ul.dropdown-menu.two.drp-mnu {
	min-width: 125px;
	top: 94%;
}
ul.dropdown-menu.two.drp-mnu li a {
	display: inline-flex;
	width: 100%;
	text-align: center;
	padding: .5em 0 0.5em 1.5em;
}
ul.dropdown-menu.two li a {
	padding: 6px 10px;
}
.notification_header {
	background-color: #FAFAFA;
	padding: 10px 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.notification_header h3 {
	color: #37474f;
	font-size: 12px;
	font-weight: 600;
	margin: 5px 0 0 0;
	text-transform: uppercase;
}
.user_img {
	float: left;
	width: 15%;
}
.user_img img {
	max-width: 100%;
	display: block;
	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	-o-border-radius: 2em;
}
.notification_desc {
	float: left;
	width: 80%;
	margin-left: 5%;
}
.notification_desc p {
	color: #757575;
	font-size: 13px;
	padding: 1px 0;
}
.dropdown li a:hover .notification_desc p {
	color: #424242;
}
.notification_desc p span {
	color: #bbb!important;
	font-size: 11px;
}
.notification_bottom {
	padding: 5px 0;
	text-align: center;
	background-color: #f3f7f9;
}
.notification_bottom a {
	color: #A19958;
}
.notification_bottom a:hover {
	color: #999;
}
.notification_bottom h3 a {
	color: #717171;
	font-size: 12px;
	border-radius: 0;
	border: none;
	padding: 0;
	text-align: center;
}
.notification_bottom h3 a:hover {
	color: #4A4A4A;
	text-decoration: underline;
	background: none;
}
/*- FIN - ESTILOS HEADER -*/

/*- INICIO - ESTILOS CONTENIDO -*/
.outter-wp {
	min-height: 650px;
	padding: .8em .5em .5em 1.5em;
	margin-bottom: 2em;
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-default>.panel-heading {
	color: #FFF;
	background-color: #54585A;
	border-color: #54585A;
	padding: 10px 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	text-transform: uppercase;
	margin: 0;
}
.panel-body {
	padding: 15px;
	background: #FFF;
	border: 1px solid #DDD;
	border-top: none;
}
.panel-footer {
	padding: 10px 15px;
	background-color: #EEE;
	border-top: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border: 1px solid #DDD;
}

div.cabecera {
    display: table;
	position: relative;
	padding: 0;
	margin: 0;
	
    max-height: none;  
    box-sizing: border-box;
    background-color: #dbe2e5;
	
	height: auto;
	width: 100%;
}
.cabecera .wrapper {
	display:  table-cell;	
	height: 50px;
}
.cabecera .wrapper img {
	display: table-cell;
	
	height: 50px;
	padding: .8em;
}
.cabecera .wrapper h4 {
	text-transform:uppercase;
	display: table-cell;
	
	height: 50px;
	padding: .85em .85em 0 0;
}

.box_container {
	padding: 1em;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;	
}
a.btn:focus, a.btn:visited, a.btn:hover {
	color:#FFF;
}
input.btn, a.btn {
	text-transform:uppercase;
	text-decoration:none;
    display:inline-block;
    *zoom: 1;
    *display:inline;
	text-decoration:none;
    cursor:pointer;
	color:#FFF;
    white-space: nowrap;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
 }
.btn.disabled { opacity: 0.8; }
.btn.btn-fourth, .btn-fourth {
    color:#FFF;
    background-color: #54585A;
	outline: none;
}
.btn.btn-fourth:focus,
.btn.btn-fourth:hover {
    background-color: #A19958;
    color:#FFF;
	outline: none;
}

h3 {
  font-size: 26px;
  line-height: 40px;
  color: #5c5f69;
  font-weight: 300;
}
a.btn.cancelar, label.cancelar {
	margin-right: 10px;
    background: #bfc0c5 url('../images/iconos_cat/left-arrow-angle.svg') no-repeat;
	background-size: 30px auto;
	background-position: center;
    padding: 25px;
    border-bottom: 3px solid #b6b7bc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
a.btn.cancelar:hover, a.btn.cancelar.disabled, label.cancelar:hover, label.cancelar.disabled {
	background-color:#cecfd3;
    border-bottom: 3px solid #c0c1c6;
}
a.btn.cancelar.disabled, label.cancelar.disabled  { opacity: .5; }

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.inputfile + label {
    max-width: 100%;
    font-size: 0.50rem;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
}
.art_foto + label {
    color: #7B502A;
}
.art_foto:focus + label,
.art_foto.has-focus + label,
.art_foto + label:hover {
    color: #473414;
}
.art_foto + label figure {
    width: 205px;
    height: 210px;
    background-color: #7B502A;
    display: block;
	vertical-align: middle;
	align-content: center;
	
	padding: 5px;
}
.art_foto:focus + label figure,
.art_foto.has-focus + label figure,
.art_foto + label:hover figure {
    background-color: #473414;
}
.art_foto + label svg{
    width: 100%;
    height: 100%;
    fill: #f1e5e6;
	
    padding: 35px;
}
.art_foto + label img {
    width: 100%;
    height: 100%;
    fill: #f1e5e6;
	
    padding: 5px;
}

label, .label {
	position:relative;
    display: block;
    text-transform: uppercase;
    color: #5C5F69;
}

label.ltitulo {
	position:relative;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
	font-size: 10px;
    color: #363636;
}
.label-input {
    display: inline-block;
    text-transform: none;
    margin-top: 10px;
    margin-bottom: 15px;
    width: 100%;
}
input[type='password'],
input[type='text'],
input[type='select'],
input[type='date'] {
	padding: 15px;
	background-image: none;
	font-style: normal;
	border-radius: 2px;
	height: 48px;
	width: 100%;
	margin: 0;
	line-height: 27px;
	text-align: start;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #cccccc;
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.15);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.15);
	box-shadow: inset 0 1px 3px rgba(0,0,0,.15);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
	/*text-transform: uppercase;*/
	font-size: 12px; 
}
input[type="text"]:disabled {
    background-color: #f7f7f7;
    color: #999;
}
select {
    height: 48px;
    padding: 0 5px;
}
select.paginator {
  	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #5c5f69;
    font-size: 0.9em;
}
textarea {
    padding: 5px;
    min-height: 80px;
    font-style:normal;
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border: 1px solid #cccccc;
    min-width: 360px;
    margin-top: 20px;
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.15);
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.15);
    box-shadow: inset 0 1px 3px rgba(0,0,0,.15);
}
input.medio {
	padding-left:2%;
}
p.arroba {
	float:left;
	color:#666;
	font-size:2em;
	width:6%;
	text-align:center;
    margin-bottom: 0;
}
::-webkit-input-placeholder {
   color: #999;
}
:-moz-placeholder { /* Firefox 18- */
   color:#999;
}
::-moz-placeholder {  /* Firefox 19+ */
   color:#999;
}
:-ms-input-placeholder {
   color:#999;
}
span.NotaMessage {
    background-color: #2E1E1E;
    padding: 4px 10px;
    color: #ffffff;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 1.5;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    animation: alertUp linear .2s;
    -webkit-animation: alertUp linear .2s; /* Safari and Chrome */
    -moz-animation: alertUp linear .2s; /* Safari and Chrome */
    position:absolute;
    right:2%;
    top:-15%;
    font-size: 0.55em!important;
    z-index: 100;
}

/************************/
/* STILOS CHECHBOX      */
/************************/
.left .checkbox label {
	display: inline-block;
	cursor: pointer;
	color: #2D1B1B;
	position: relative;
	padding: 5px 13px 5px 45px;
	font-size: 1em;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease; 
}
.left .checkbox label:hover {
	background: rgba(93, 66, 64, 0.1); 
}
.left .checkbox label:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	position: absolute;
	left: 13px;
	border-radius: 50%;
	background: none;
	border: 3px solid #2D1B1B;
	margin-top: -2px;
}
.left .checkbox label:before {
	border-radius: 3px; 
}
.left .checkbox input[type="checkbox"] {
	display: none; 
}
.left .checkbox input[type="checkbox"]:checked + label:before {
	display: none; 
}
.left .checkbox input[type="checkbox"]:checked + label {
	background: #2D1B1B;
	cursor: default;
	color: #fff;
	padding: 5px 15px;
}
/*- FIN - ESTILOS CONTENIDO -*/

/*- INICIO - SORTABLE  -*/

/*- FIN - SORTABLE -*/

/*- INICIO - AUTOCOMPLE -*/
.ui-autocomplete {
    position: absolute;
    z-index: 1100;
    cursor: default;
    padding: 0;
    margin-top: 2px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.ui-autocomplete > li {
  padding: 3px 20px;
}
.ui-autocomplete > li.ui-state-focus {
  background-color: #DDD;
}
.ui-helper-hidden-accessible {
  display: none;
}
/*- FIN - AUTOCOMPLE-*/

/*- INICIO - ESTILO FOOTER GRAL -*/
footer {
	background: #A19958;
	width: 100%;
	border-top: 1px solid #54585A;
	text-align: center;
	z-index: 999;
	bottom: 0;
}
footer p {
	color: #FFF;
	font-size: 1em;
	margin: 0;
	padding: .5em;
}
footer p a {
	color: #54585A;
}
footer p a:hover, .footer p a:hover {
	text-decoration: underline;
}
/*- FIN - ESTILO FOOTER GRAL -*/