/* 
    Document   : unico
    Created on : 01-08-2014, 11:38:39 PM
    Author     : Anwar Garcia
    Description: Plantilla general de Unico
*/

/*@import url(http://fonts.googleapis.com/css?family=Noto+Sans);*/


@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Regular.ttf');
  font-style: normal;
}

@media screen{
	html {
		/*box-shadow: inset 0 0 100px rgba(0, 0, 0, .5);*/
		min-height: 100%;
	}
	
	body {
		font-family: 'Noto Sans', sans-serif !important;
		background-color: #071924;
		color: #444;
		font: 13px "Noto Sans", verdana, arial, sans-serif !important;
		padding:0 !important;
		/*background-image:url(../img/body.png);*/
	}
	
	#unico-main-menu {
		background-color: #fff;
	}
	
	.unico-danger{
		background-color:red !important;
		color:white;
	}
	
	.unico-body {
		min-height: 100%;
	}
	
	.unico-background-color {
		background-color: #47a3da;
	}
	
	.unico-icon {
		display: inline-block;
	}
	
	.unico-icon-white {
		width: 170px;
		height: 108px;
		background-image: url(../img/unico-170x108-white.png);
	}
	
	.unico-icon-blue {
		width: 170px;
		height: 108px;
		background-image: url(../img/unico-170x108-blue.png);
	}
	
	.unico-icon-white-small {
		width: 67px;
		height: 42px;
		background-image: url(../img/unico-89x57-white.png);
	}
	
	.company-logo {
		display: inline-block;
		width: 300px;
		height: 42px;
		background-image: url(../img/company/logo_139_42.png) !important;
		background-repeat: no-repeat;
	}
	
	.company-logo-sidebar {
		background-color: white;
		height: 150px;
	}
	
	.company-logo-bn {
		display: inline-block;
		width: 300px;
		height: 150px;
		background-image: url(../img/company/logo_bn.png) !important;
		background-repeat: no-repeat;
	}
	
	.unico-bar {
		min-height: 80px;
		margin-bottom: 0px;
		background-color: #47a3da;
		border-top: 1px solid #3298D6;
		border-bottom: 1px solid #3298D6;
	}
	
	.unico-bar .unico-bar-title {
		color: white;
		/*text-shadow: 1px 1px 0px rgba(150, 150, 150, 1);*/
		text-shadow: 0 1px 3px rgba(0, 0, 0, .5);
	}
	
	.unico-bar-login {
		padding-top: 50px;
		padding-bottom: 45px;
	}
	
	.unico-nav-login {
		padding-top: 10px;
		background-color: #333;
	}
	
	.unico-bar-main {
		padding-top: 25px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 25px;
		background-color: #47a3da;
		border-top: 1px solid #888;
		border-bottom: 1px solid #888;
	}
	
	.unico-bar-main h4 {
		color: white;
	}
	
	.unico-bar-main-icons {
		background-color: transparent;
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
	}
	
	.clear-form {
		color: #444;
		width: 100%;
		/*margin: 0 auto 20px;*/
		background-color: #fff;
		border: 1px solid rgba(0, 0, 0, 0.1);
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	}
	
	.clear-form .form-heading, .clear-form .form-footer {
		padding: 15px 35px;
		margin-bottom: 0px;
	}
	
	.clear-form .form-body {
		padding: 0px 35px;
	}
	
	.clear-form .form-footer {
		padding-bottom: 35px;
	}
	
	.unico-wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.unico-dropdown-item>a {
		height: 70px;
	}
	
	.unico-dropdown-item-links {
		list-style: inherit;
		padding-left: 10px;
	}
	
	.unico-dropdown-item-links li {
		margin: 0;
	}
	
	.unico-yamm-group {
		float: left;
		width: 300px;
	}
	
	.unico-yamm-content ul {
		list-style-type: none;
	}
	/*
	
	MENU
	
	*/
	#unico-menu-top {
		background-color:#161b21;
		margin-bottom: 0px;
		border-bottom:1px solid #36404e;
	}
	
	#unico-menu-top .navbar-header {
		width: 100%;
	}
	
	#unico-menu-top-botones, #unico-menu-top-logo {
		
	}
	
	#unico-content-body>:first-child {
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		background-color:white;
		/*-webkit-border-top-left-radius: 6px !important;
		-webkit-border-top-right-radius: 6px !important;
		-moz-border-radius-topleft: 6px !important;
		-moz-border-radius-topright: 6px !important;
		border-top-left-radius: 6px !important;
		border-top-right-radius: 6px !important;*/
	}
	
	#unico-company-logo{
		background-color: white; 
		padding: 5px 15px
	}
	
	#unico-company-logo>.breadcrumb {
		display: inline-block;
		float: right;
		background-color: #fff;
	}
	
	#unico-company-logo-page-title {
		margin: 0;
		font-size:1.5em;
	}
	
	#unico-menu {
		margin-bottom: 0;
		border: 0px;
		background: #222222; /* Old browsers */
		background: -moz-linear-gradient(top, #222222 1%, #1e1e1e 100%);
		/* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #222222),
			color-stop(100%, #1e1e1e)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #222222 1%, #1e1e1e 100%);
		/* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #222222 1%, #1e1e1e 100%);
		/* Opera 11.10+ */
		background: -ms-linear-gradient(top, #222222 1%, #1e1e1e 100%);
		/* IE10+ */
		background: linear-gradient(to bottom, #222222 1%, #1e1e1e 100%);
		/* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222',
			endColorstr='#1e1e1e', GradientType=0); /* IE6-9 */
		border-radius: 0px;
	}
	
	.unico-menu-div {
		z-index: 1001;
	}
	
	.unico-navbar-item:hover {
		background: #080808; /* Old browsers */
	}
	
	.unico-menu-megamenu-title {
		color: #313a46;
	}
	
	.unico-div-hover{
		margin-left:0;
		margin-right:0;
	}
	
	.unico-div-hover:hover{
		background-color:#efefef;
		cursor:pointer;
		
	}
	
	.unico-cursor-pointer:hover{
		cursor:pointer;
	}
	
	/*
	MENU PRINCIPAL
	*/
	
	#unico-menu-principal{
		/*background-color:#2e6da4;*/
		background-color:#f3f3f3;
		z-index:10;
		height:70px;
		overflow-y:hidden;
		border-bottom:1px solid #ddd;
		box-shadow: 0px 7px 104px -36px rgba(71,163,218,0.75);
	}
	
	
	
	
	/********************************
	 * generic als elements styling
	 ********************************/
	.als-container {
		position: relative;
		width: 100%;
		margin: 0px auto;
		height: 70px;
	}
	
	.als-viewport {
		position: relative;
		overflow: hidden;
		margin: 0px auto;
		
	}
	
	.als-wrapper {
		position: relative;
		list-style: none;
		padding:0;
	}
	
	.als-item {
		position: relative;
		display: block;
		text-align: left;
		cursor: pointer;
		float: left;
	}
	
	.als-prev, .als-next {
		position: absolute;
		cursor: pointer;
		clear: both;
	}
	
	#unico-menu-principal .als-item a{
		color:#313a46;
		position: relative;
		display: block;
		padding: 10px 15px;
		line-height: 20px;
		height: 70px;
	}
	
	.menu-principal-item-open{
		background-color:white;
		
		text-decoration:none;
	}
	
	#unico-menu-principal .als-item a:hover, #unico-menu-principal .als-item a:visited, #unico-menu-principal .als-item a:active{
		text-decoration:none;
		color:white;
	}
	
	
	#unico-menu-principal .als-item a:hover, #unico-menu-principal .als-item a:active{
		background-color:#5495cf;
	}
	
	#unico-menu-principal .als-item {
		height: 70px;
		width: 150px;
		color:white;
	}
	
	#unico-menu-principal .als-item img {
		position: relative;
		display: block;
		vertical-align: middle;
		margin-bottom: 8px;
	}
	
	#unico-menu-principal .als-prev, #unico-menu-principal .als-next {
		top:0;
		display:block;
		padding-top:20px;
		padding-left:2px;
		width: 13px;
		height: 70px;
		color:#313a46;
	}
	
	#unico-menu-principal .als-prev:hover, #unico-menu-principal .als-next:hover{
		background-color:#5495cf;
		color:white;
	}
	
	#unico-menu-principal .als-prev {
		left: 0px;
	}
	
	#unico-menu-principal .als-next {
		right: 0px;
	}
	
	.unico-menu-principal-link{
		font-size:14px;
	}
	
	.unico-yamm-content {
		z-index: 1001 !important;
		padding:15px 15px;
		position:absolute;
		display:none;
		box-shadow: 0px 0px 10px 4px rgba(235,232,235,0.58);
		
		background-color: rgba(255, 255, 255, 0.808);
  		backdrop-filter: blur(10px);

		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}
	
	/*
	CUERPO
	*/
	#unico-content {
		padding: 0 !important;
	}
	
	#unico-content-body {
		/*-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
		-moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
		box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);*/
		/*background-color:#f8f9fa;*/
        background-color: #f7f9fb;
		/*margin: 15px 10px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;*/
	}
	
	.unico-content-header {
		/*height: 100px;*/
		line-height: 50px;
		/*background-color: #47a3da;*/
		/*color: #fff;*/
		/*border-bottom: 1px solid #47a3da;*/
		padding-top: 10px;
		padding-left: 15px;
		margin: 0;
		/*text-shadow: 0 1px 3px rgba(0,0,0,.5);*/
		text-shadow: 0px 2px 7px rgba(255, 255, 255, 0.35);
		/*text-shadow: 0px 2px 7px rgba(150, 150, 150, 1);*/
		/*background: #47a3da;*/ /* Old browsers */
	}
	
	.unico-content-header-title {
		font-size: 2em;
		/*color: #fff;*/
	}
	
	.unico-content-workspace {
		/*background-color: #2b2e33;*/
		/*background-color: #ddd;*/
		min-height: 400px;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
		
		
		/*border-top:1px solid #c4c4c4;*/
	}
	
	.unico-content-workspace > h1,.unico-content-workspace > h2, .unico-content-workspace > h3, .unico-content-workspace > h4{
		color:#2b2e33;
	}
	
	#unico-footer {
		min-height: 100px;
		padding-top: 20px;
		text-align: center;
		color: #fff;
		padding-bottom: 20px;
		background-color: #071924;
	}
	
	#unico-footer::before {
		content: " ";
		clear: both;
	}
	
	/*
	FORMAS
	*/
	.unico-form-action {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		background-color: #fcfcfc;
		padding: 10px 5px;
		border:1px solid #ddd;
	}
	
	.breadcrumb {
		margin-bottom: 0px !important;
        background: none;
	}
	
	.col-sidebar-right {
		border-left: 1px solid #DDD;
	}
	
	.col-sidebar-left {
		/*border-right: 1px solid #DDD;*/
	}
	
	.btn-jumbo {
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 24px;
	}
	
	span.badge-panel-primary-heading {
		background-color: #fff;
		color: #47a3da;
	}
	
	textarea:focus, input[type="text"]:focus, input[type="password"]:focus,
		input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus,
		input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
		input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus,
		input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus,
		select:focus, .uneditable-input:focus {
		background-color: #DFEFF9 !important;
		box-shadow: inset 0 1px 1px #DFEFF9, 0 0 8px #DFEFF9;
	}
	
	a.btn:focus, input[type="submit"]:focus {
		-webkit-box-shadow: 0px 0px 20px 0px rgba(59, 153, 149, 1);
		-moz-box-shadow: 0px 0px 20px 0px rgba(59, 153, 149, 1);
		box-shadow: 0px 0px 20px 0px rgba(59, 153, 149, 1);
	}
	
	h4.subtitle {
		border-top: 1px solid #eee;
		padding: 5px 5px;
		background-color: #F4F4F4;
		margin-bottom: 5px !important;
	}
	
	/*.panel-heading {
		text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	}*/
	
	
	
	/*Clear fix*/
	/**
	 * For modern browsers
	 * 1. The space content is one way to avoid an Opera bug when the
	 *    contenteditable attribute is included anywhere else in the document.
	 *    Otherwise it causes space to appear at the top and bottom of elements
	 *    that are clearfixed.
	 * 2. The use of `table` rather than `block` is only necessary if using
	 *    `:before` to contain the top-margins of child elements.
	 */
	.cf:before, .cf:after {
		content: " "; /* 1 */
		display: table; /* 2 */
	}
	
	.cf:after {
		clear: both;
	}
	
	/**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
	.cf {
		*zoom: 1;
	}
	
	/*BPM*/
	#unico-bpm-bandejas {
		border: 1px solid #DDD;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#unico-bpm-tareas {
		border: 1px solid #DDD;
		padding: 0;
	}
	
	/*BOOTSTRAP OVERRIDES*/
	/* Correccion para que no agregue un padding-right al body cada vez que se abre un modal */

	.modal-open{overflow:auto;padding-right:0 !important;}
	
	
	/* Flatten das boostrap */
	/*.well, .navbar-inner, .popover, .btn, .tooltip, input, select, textarea, pre, .progress, .modal, .add-on, .alert, .table-bordered, .nav>.active>a, .dropdown-menu, .tooltip-inner, .badge, .label, .img-polaroid {
	 	-moz-box-shadow: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		-webkit-border-radius: 0px !important;
		-moz-border-radius: 0px !important;
		border-radius: 0px !important;
		border-collapse: collapse !important;
		background-image: none !important;
	}*/
	
	.modal-header-success {
	    color:#fff;
	    padding:9px 15px;
	    border-bottom:1px solid #eee;
	    background-color: #5cb85c;
	    -webkit-border-top-left-radius: 5px;
	    -webkit-border-top-right-radius: 5px;
	    -moz-border-radius-topleft: 5px;
	    -moz-border-radius-topright: 5px;
	     border-top-left-radius: 5px;
	     border-top-right-radius: 5px;
	}
	.modal-header-warning {
		color:#fff;
	    padding:9px 15px;
	    border-bottom:1px solid #eee;
	    background-color: #f0ad4e;
	    -webkit-border-top-left-radius: 5px;
	    -webkit-border-top-right-radius: 5px;
	    -moz-border-radius-topleft: 5px;
	    -moz-border-radius-topright: 5px;
	     border-top-left-radius: 5px;
	     border-top-right-radius: 5px;
	}
	.modal-header-danger {
		color:#fff;
	    padding:9px 15px;
	    border-bottom:1px solid #eee;
	    background-color: #d9534f;
	    -webkit-border-top-left-radius: 5px;
	    -webkit-border-top-right-radius: 5px;
	    -moz-border-radius-topleft: 5px;
	    -moz-border-radius-topright: 5px;
	     border-top-left-radius: 5px;
	     border-top-right-radius: 5px;
	}
	.modal-header-info {
	    color:#fff;
	    padding:9px 15px;
	    border-bottom:1px solid #eee;
	    background-color: #5bc0de;
	    -webkit-border-top-left-radius: 5px;
	    -webkit-border-top-right-radius: 5px;
	    -moz-border-radius-topleft: 5px;
	    -moz-border-radius-topright: 5px;
	     border-top-left-radius: 5px;
	     border-top-right-radius: 5px;
	}
	.modal-header-primary {
		color:#fff;
	    padding:9px 15px;
	    border-bottom:1px solid #eee;
	    background-color: #428bca;
	    -webkit-border-top-left-radius: 5px;
	    -webkit-border-top-right-radius: 5px;
	    -moz-border-radius-topleft: 5px;
	    -moz-border-radius-topright: 5px;
	     border-top-left-radius: 5px;
	     border-top-right-radius: 5px;
	}

	.dropdown-submenu{position:relative;}
	.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;min-width:350px;width:auto;}
	.dropdown-submenu.totheleft>.dropdown-menu{left:-100%;right:100%;-webkit-border-radius:6px 0 0px 6px;-moz-border-radius:6px 0 0 6px;border-radius:6px 0 0 6px;}
	.dropdown-submenu:hover>.dropdown-menu{display:block;}
	/*.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}*/
	.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 5px 5px 5px;border-right-color:#333;margin-top:5px;margin-right:-10px;}
	.dropdown-submenu:hover>a:after{border-right-color:#333;}
	.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

	/*.panel-body {
		//background: white;
		
		background: -moz-linear-gradient(top, #ffffff 0%, #fcfcfc 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff),
			color-stop(100%, #fcfcfc)); 
		background: -webkit-linear-gradient(top, #ffffff 0%, #fcfcfc 100%);
		
		background: -o-linear-gradient(top, #ffffff 0%, #fcfcfc 100%);
		
		background: -ms-linear-gradient(top, #ffffff 0%, #fcfcfc 100%);
		
		background: linear-gradient(to bottom, #ffffff 0%, #fcfcfc 100%);
		
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
			endColorstr='#fcfcfc', GradientType=0);
		
	}*/
	
	.vbottom {
	    display: inline-block !important;
	    vertical-align: bottom !important;
	    float: none !important;
	}
	
	/*.panel {
		border: 0px !important;
		-webkit-box-shadow: 0px 4px 7px 0px rgba(175, 175, 175, 0.75);
		-moz-box-shadow: 0px 4px 7px 0px rgba(175, 175, 175, 0.75);
		box-shadow: 0px 4px 7px 0px rgba(175, 175, 175, 0.75);
	}*/
	.panel{
		border:1px solid #eff0f1;
		box-shadow: 0 3px 16px rgba(142,134,171,.05);
	}
	
    /*.panel-heading, .panel-body {
		background-color:white;
	}*/
	
	.panel-default>.panel-heading {
		background-color:white;
		border:none;
		/*border-top:3px solid #b2b2b2;*/
		border-bottom:1px solid #ddd;

		color: #313a46;
		font-size:15px;
	    margin-bottom: 0;
	    margin-top: 0;
	    
	    letter-spacing: 0.03em;
	}
	.dropdown-navbar>li.dropdown-header {
		background-color: #ecf2f7 !important;
		color: #8090a0;
		border-bottom-color: #bcd4e5;
	}
	
	.dropdown-navbar>li.dropdown-header {
		text-shadow: none;
		padding-top: 0;
		padding-bottom: 0;
		line-height: 34px;
		font-size: 13px;
		font-weight: 700;
		text-transform: none;
		border-bottom: 1px solid;
	}
	
	#unico-menu>#menuCollapse>ul>li>a {
		color: #fff;
	}
	.form-control{
	    -webkit-box-shadow: none !important;
	    box-shadow: none !important;
	    -webkit-transition: all 300ms linear !important;
	    -moz-transition: all 300ms linear !important;
	    -o-transition: all 300ms linear !important;
	    -ms-transition: all 300ms linear !important;
	    transition: all 300ms linear !important;
	}
	
	
	
	.label-normal{
		font-size:100% !important;
	}
	
	/*.unico-h1, .unico-h2, .unico-h3, .unico-h4 {
		text-shadow: 0px 2px 7px rgba(150, 150, 150, 1);
	}*/
	
	.unico-font-weight{
		font-weight: bold;
	}
	
	.unico-boton-menu {
		position: relative;
		float: right;
		margin-right: 15px;
		padding: 9px 10px;
		margin-top: 8px;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
	}
	
	.form-control-inline-block {
		display: inline-block;
		width: initial;
	}
	
	.unico-alert-badge {
		background-color: red;
		color: white;
	}
	
	.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
	    border-top: none;
	}
	
	#unico-breadcrumbs {
		background-color: white !important;
		padding-left:0;
	}
	
	.unico-effect {
		-webkit-transition: all 2s; //
		Chrome -moz-transition: all 2s; //
		Mozilla -o-transition: all 2s; //
		Opera transition: all 2s;
	}
	
	[menuprincipal="menuprincipal"]{
		font-size:12px;
	}
}

.unico-readonly-span{
	padding: 6px 12px;
	line-height: 1.42857143;
	border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-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;
    min-width:200px;
    background-color:#eee;
    color:#555;
    display:block;
}


.unico-pokemon-error{
	background-color:#7f1a1a;
	color:white;
	padding:15px 15px;
	position:fixed;
	width:100%;
	min-height:100px;
	z-index:10000;
	bottom:0;
}

.unico-row-nomargin{
	margin:0 !important;
}

.unico-menu-interno{
	margin:0 !important;
	margin-bottom:15px !important;
	background-color: #f5f5f5;
    border:   1px solid #ddd;
    padding:5px !important;
    border-radius: 3px;
    border-radius: 3px;
}