﻿@charset "utf-8";
/* CSS Document Trivision-OS */

.dobleCuentaBlocked input {
    /*background: #FF8000;*/
    display:none;
}

.dobleCuenta {
    background: lightsalmon;
}

.btnInformaCliente {
    float: right;
    width: 80px;
    font-weight: bold;
}
.wrap {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    min-width: 800px;
    background: #FBFBFB;
}

.head {
    position: relative;
    height: 60px;
    background: #FEFEFE;
    box-shadow: inset 0 -30px 40px #F8F8F8;
	font-size: 14px;
	border-bottom: 1px solid #E9E9E9;
}

.left-head {
    position: absolute;
    width: 130px;
    left: 0;
    top: 0;
    bottom: 0;
}

.right-head {
    float: left;
    position: absolute;
    right: 0;
    top: 0;
    left: 150px;
    bottom: 0;
}

.navbar-head {
	margin: 14px 0;
	background-color:#039;
}

.navbar-division {
	margin-right: 30px;
	float: left;
	width: 450px;
}

.navbar-division span {
	font-size: 11px;
	color: #666;
}

.navbar-division select {
	font-size: 13px;
	width: 200px;
	padding: 2px;
	border-radius: 2px;
	border: 1px solid #CCC; 
}

.navbar-division select:hover {
	border: 1px solid #007be9; 
	border-radius: 2px;
	cursor: pointer;
}

.navbar-seg {
	color: #333;
	margin: 0;
}

.navbar-seg ul {
	float: left;
	border: 1px solid #CCC; 
	margin: 4px 0;
	left: 0;
	border-radius: 2px;
	background-color:#FFF;
	/*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F8F8F8), to(#EAEAEA));
	background: -webkit-linear-gradient(top, #F8F8F8, #EAEAEA);
	background: -moz-linear-gradient(top, #F8F8F8, #EAEAEA);
	background: -ms-linear-gradient(top, #F8F8F8, #EAEAEA);
	background: -o-linear-gradient(top, #F8F8F8, #EAEAEA);*/
}

.navbar-seg ul:hover {
	border: 1px solid #007be9; 
}

.navbar-seg li {
	float: left;
	line-height: 12px;
	list-style: none;
	padding: 6px 20px 1px 12px;
	border-left: 1px solid #e6e4e4;
}

.navbar-seg li.first {
	float: left;
	list-style: none;
	left:0px;
	margin-left: -40px;
	border-left: 0px;	
}

.navbar-seg li.last {
	float: left;
	list-style: none;
}

.navbar-seg li:hover{
	/*background-color: #800080;
	color: #FFF;*/
	background-color: #EEE;
	cursor: pointer;
	
}

.navbar-seg li.first:hover{
	/*background-color: #800080;
	color: #FFF;*/
	background-color: #EEEEEE;
	border-radius: 2px 0 0 2px;
}

.navbar-seg li.last:hover{
	/*background-color: #800080;
	color: #FFF;*/
	background-color: #EEEEEE;
	border-radius: 0 2px 2px 0;
}

#btn-menu-app {
	float: right;
	margin: 4px 16px 0;
	border: 1px solid #D4D4D4;
	border-radius: 2px;
	background: url(../img/menu-app.png) #FFF no-repeat center;
	width: 34px;
	height: 34px;
}

#btn-menu-app:hover {
	border: 1px solid #333333;
	border-radius: 2px;
	background-color: #EEEEEE;
	cursor: pointer;
}

#navbar-menu-app {
	position: fixed;
	display: none;
	right: 0;
	top: 0;
	bottom: 0;
	background: #333;
	color: #f9f9f9;
	width: 225px;
	padding: 0;
	margin: 0;
	z-index: 99;
}

#navbar-menu-app .navbar-menu-app-head {
	background-color: #222;
	width: 100%;
	padding: 16px 15px;
}

#navbar-menu-app .navbar-menu-app-head #btn-menu-app-close {
	float: right;
	margin: 2px 25px 0 0;
	background: url(../img/menu-close-white.png) no-repeat center;
	width: 18px;
	height: 18px;
}

#navbar-menu-app .navbar-menu-app-head #btn-menu-app-close:hover {
	cursor: pointer;
}

#navbar-menu-app .navbar-menu-app-head h2 {
	color: #007be9;
	font-family: 'Montserrat', arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 22px;
	margin: 0;
}

#navbar-menu-app ul {
	padding: 4px 0;
	float: left;
	margin: 0;
	width: 100%;
}

#navbar-menu-app li {
line-height: 10px;
list-style: none;
font-weight: bold;
font-size: 13px;
color: #CCC;

width: 100%;
}

#navbar-menu-app li:hover {
	color: #FFF;
	cursor: pointer;
	background-color: #222;
	
}

#navbar-menu-app li a {
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
	color: #CCC;
    display: block;
    height: 23px;
    line-height: 23px;
    padding: 0px 10px 0px 20px;
}

#navbar-menu-app li a:hover {
	color: #FFF;
	/*padding: 8px 10px 16px 20px;*/
    /*font-size: 15px;*/
    font-weight: bold;
}
#navbar-menu-app li a.active {
    font-weight: bold;
    background-color: #eaeaea;
    color: #464646;
}

.box {
	border: 1px solid #E9E9E9;
	border-bottom: 4px solid #E9E9E9;
	border-radius: 2px;
	background-color:#FFF;
}

.box:hover {
	border: 1px solid #CCC;
	border-bottom: 4px solid #CCC;
	border-radius: 2px;
}

.box-xs {
	border: 1px solid #E9E9E9;
	border-radius: 2px;
	background-color:#FFF;
}

.box-xs:hover {
	border: 1px solid #CCC;
	border-radius: 2px;
}

.box-xs .box-bg-tr {
	background-color: #E9E9E9;
	font-size: 11px;
	color: #707070;
}

.box-xs .box-bg-tr small, .box-xs .box-tr small {
	font-size: 11px;
	color: #707070;
}

.container {
	background-color: #F4F4F4;
	padding: 6px;
	font-size: 12px;
	min-width: 760px;
	color: #333;
	height: 100%;
  overflow-y: auto;
}

.container hr {
	border: 0px;
	background-color: #007be9;
	height: 1px;
	width: 100%;
}

.container button.btn_150px {
	width: 150px;
	height: 32px;
	font-size: 14px;
}

.container button {
	padding: 2px 6px;
	border: 1px solid #333;
	border-radius: 2px;
	background-color: #EEE;
	margin: 2px;
}


.container button:hover {
	padding: 2px 6px;
	border: 1px solid #007be9;
	border-radius: 2px;
	background-color: #F3F3F3;
	margin: 2px;
}

/*.container input {
	font-size: 13px;
	width: 120px;
	padding: 2px;
	border-radius: 2px;
	border: 1px solid #CCC; 
	margin: 2px;
}

.container input.checkbox {
	width: 16px;
	margin-right: 4px;
}

.container input:hover {
	border: 1px solid #007be9; 
	border-radius: 2px;
	cursor: pointer;
}
.container select {
	font-size: 13px;
	width: 126px;
	padding: 2px;
	border-radius: 2px;
	border: 1px solid #CCC; 
	margin: 2px;
}*/

.container .not_width {
	width: auto;
}

.container select:hover {
	border: 1px solid #007be9; 
	border-radius: 2px;
	cursor: pointer;
}

.container h3 {
	/*color: #FFF;*/
	font-weight: normal;
	margin-left: 8px;
	font-size: 18px;
	font-weight: bold;
}

.container h3 small {
	font-weight: normal;
}

.container .cont {
	padding: 5px;
}

.container .arrow-forward-white {
	float: right;
	margin-left: 20px;
	background: url(../img/arrow-forward-white.png) center no-repeat;
	padding: 10px;
}

.container .arrow-forward-white:hover {
	cursor: pointer;
}

.container .arrow-back-white {
	float: left;
	background: url(../img/arrow-back-white.png) center no-repeat;
	padding: 10px;
}

.container .arrow-back-white:hover {
	cursor: pointer;
}

/*.container .head-h3 {
	background-color: #712e86;
	color: #FFF;
	font-size: 15px;
	width: 100%;
	border-radius: 2px 2px 0px 0px;
	height: 30px;
	letter-spacing: 1px;
}*/

.container .head-h3 span {
	font-size: 12px;
	font-weight: normal;
	margin-right: 4px;
}

.container .head-h4 {
	background-color: #999;
	color: #FFF;
	font-size: 12px;
	width: 100%;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.container .head-h4 span {
	font-size: 10px;
	font-weight: normal;
	margin-left: 6px;
	border: 1px solid #C0C0C0;
	padding: 2px 4px;
	border-radius: 2px;
}

/* table-box-single */
.container .table-box-single {
	border: 1px solid #E9E9E9;
	background-color:#FFF;
	padding: 4px;
}

/* table-box */
.container .table-box td {
	border: 1px solid #E9E9E9;
	border-radius: 2px;
	background-color:#FFF;
	padding: 4px;
}

.container .table-box .strong {
	font-weight: bold;
}

.container .table-box td:hover{
	color: #000;
}

/* table-grid */

.container .table-grid {
	border-bottom: 5px solid #E9E9E9;
}

.container .table-grid td {
	border: 1px solid #E9E9E9;
	border-radius: 2px;
	background-color:#FFF;
	padding: 4px;
	/*font-size: 12px;*/
}

.container .table-grid .strong {
	font-weight: bold;
	text-transform: uppercase;
}

.container .table-grid tr:hover{
	color: #007be9;
	cursor: pointer;
}

.dv-inst-search {
	float: left;
	width: 220px;
	margin-right: 5px;
}

.dv-inst-info {
	float: left;
	min-width: 700px;
}

.dv-inst-info button {
	width: 150px;
}

.dv-act-info-pics {
	float: right;
	width: 82px;
	height: 80px;
	border-radius: 4px;
	background: url(../img/not-img-user.png) no-repeat center;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
}
.dv-act-info-pics>img{
    width: 82px;
    height: 80px;
}

.dv-cat-product {
	float: left;
	/*margin: 4px 0;*/
}

.dv-cat-product ul {
	/*width: 992px;*/
	float: left;
	padding: 4px 0;
	margin: 0;
}

.dv-cat-product button {
	width: 96%;
}

.dv-cat-product li {
	width: 200px;
	margin-right: 5px;
	padding: 10px;
	background-color: #CCC;
	float: left;
	list-style: none;
	border: 1px solid #E9E9E9;
	border-radius: 2px;
	background-color:#FFF;
}

.dv-cat-product li:hover {
	border: 1px solid #CCC;
	border-radius: 2px;
}

.dv-cat-product li.last {
	margin-right: 0px;
}


.dv-cat-product-det {
	float: left;
	width: 100%;	
	margin: 4px 0px 0px 0px;
	background-color: #FFF;
}

.dv-cat-product-det button {
	color: #333;
}

/*.dv-cat-product-det .head-h3 {
	background-color: #712e86;
	color: #FFF;
	font-size: 15px;
	width: 100%;
	border-radius: 2px 2px 0px 0px;
}*/

.dv-cat-product-det ul {
	float: left;
	padding: 0;
	margin: 0;
}

.dv-cat-product-det li {
	border: 1px solid #E9E9E9;
	border-radius: 4px;
	font-size: 9px;
	list-style: none;
	float: left;
	margin-right: 6px;
	font-size: 12px;
	padding: 10px;
}

.dv-cat-product-det li td {
	padding-bottom: 2px;
}

.dv-cat-product-det li:hover {
	border: 1px solid #007be9;
	border-radius: 4px;
	cursor: pointer;
}

.dv-cat-product-det li.last {
	border: 0px;
	background-color: #DEDEDF;
	color: #FFF;
	list-style: none;
	float: left;
	margin-right: 6px;
	height: 88px;
	padding: 11px 0;
}

.dv-cat-product-det li.last:hover {
	color: #F90;
	border: 0px;
	color: #FFF;
	background-color: #007be9;
	cursor: pointer;
}

.dv-cat-product-det li.last img {
	margin-top: 26px;
} 

.left {
	float: left;
}

.right {
	float: right;
}

.clr {
	clear: both;
}

.space {
	height: 4px;
}
.loading_old {
    /*background: rgba(255, 255, 255, 0.70);*/
		background: transparent;
		padding: 1%;
		border-radius: 2px;
		box-shadow: inset 0 -40px 50px #F8F8F8,0 0 2px #CECECE;
		line-height: 15px;
		overflow: hidden;
		font-size: 12px;
		bottom: 5px;
		position: absolute;
		right: 5px;
		left: 12px;
		overflow-y: auto;
		z-index: 99999;
		text-align: center;
		line-height: 160px;

}
.loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width:100%;
    height:100%;
    text-align:center;
    z-index: 1100;
    background-image: url(../img/overlay.png);
}

.loading div  {
		margin:  250px auto;
		text-align: center;
		background-color: rgba(255, 255, 255, 0.90);
		padding: 15px;
		box-shadow: none;
		border-radius: 10px;
		max-width: 62px;
		min-height: 32px;
}

/****** Items Select ********/


.grupoItems{
    width: 100%;
    float: left;
}
div.grupoItemsContainer{
    width: 100%;
    float: left;
    margin-bottom: 10px; 
}
div.grupoItemsContainer>.grupoItems{
    width: 49.99%;
    
}

.grupoItems .itemWrap{
    border: 1px solid white;
}
.grupoItems h2{
    margin: 0;
}

.grupoItems ul.items{
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #f4f4f4;

}

.grupoItems ul.items>li{
    padding: 3px 0px;
    font-size: 13px;
    border-bottom: 1px solid #f4f4f4;
    min-height: 24px;
    line-height: 24px;
}
.grupoItems ul.items>li:hover{
    background-color: #fafafa;
}

.grupoItems ul.items>li .k-numerictextbox .k-icon {
    height: 16px;
}

.checkboxCell td {
    padding: 1px 6px !important;
    font-size: 12px !important;
}

/************* kendo ***************/

.col-ca, .col-ca .k-link, k-grid .col-ca, k-grid .k-input {
    text-align: center;
}
.col-ra, .col-ra .k-link, k-grid .col-ra, k-grid .k-input {
    text-align: right;
}
    
/********************************/    
/****** Magic Favorites ********/

ul.favInputGroup{
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.favInputGroup>li{
    padding: 3px 0px;
    font-size: 13px;
    min-height: 24px;
    line-height: 24px;
}
ul.favInputGroup>li:hover{
    background-color: #fafafa;
}
ul.grupoItems>li .k-numerictextbox .k-icon {
    height: 16px;
}   

.sumary_price span.price {
    color: #ff6600 !important;  
    font-size: 13px !important;
}

.serviceItems>h3 {
	display: none;
}

.serviceItems.multiline>h3 {
	display: block;
    color: brown;
}