﻿@font-face {
	font-family: 'Conv_ChaletLondonNineteenEighty';
	src: url('../Fonts/chalet/ChaletLondonNineteenEighty.eot');
	src: url('../Fonts/chalet/ChaletLondonNineteenEighty.woff') format('woff'), url('Fonts/ChaletLondonNineteenEighty.ttf') format('truetype'), url('Fonts/ChaletLondonNineteenEighty.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
    background: #ddd;
    color: #444;  
    font-family: 'Conv_ChaletLondonNineteenEighty',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;   
    margin: 0;
    padding: 0;
}

a {
    color: #e6945f;
}

ul {
    margin: 5px;
    padding: 10px;
}

ul li {
    list-style: none;
}
.wrapper {
    background: #fefefe;
    border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;
    border: 1px solid #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    margin: 15px auto; 
    max-width: 960px;
}

#main {
    display: block;
    padding: 20px 10px;
    min-height: 320px;
}

#header {
    /*background: url('../images/header.png') top center repeat-x #187dc0;*/
    border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0;
    height: 85px;
}

h1 label, h1 span {
    display: inline-block;
    margin:0;
    padding:0;
}

h1.title, .title {
    background: #3ab1a2;
    border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin:15px 0;
    padding: 5px 10px;
    padding-left: 10px;
    text-align: left;
}

:root *> h1.title, .title { font-weight: normal; } /* Everything but IE 6-8 */

.title a.tit-breadcrumb {
    background: url("../images/bullet.png") no-repeat scroll right center;
    text-decoration: none;
    color: #ababab;
    margin-right: 7px;
    padding-right: 12px;
}

.sub.empadro {
    margin: 5px 15px;
}

.sub {
    background: url('../images/title.png') center center repeat-x;
    /*margin: 5px 15px;*/
    text-align: left;
}

.cd-section {
    display: none;
}

/* TITLE + AYUDA  for IE */
 
:root *> #ieTitle { display: none; } /* Everything but IE 6-8 */
:root *> .cd-section { display: block; } /* Everything but IE 6-8 */


.help {
    color: #fdc667;
    background: url('../images/question.png') 80% center no-repeat; 
    display: inline-block;
    font-size: 13px;
    line-height: 2.2;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out;
    padding-right: 50px;
    padding: 0 44px 0 28px; 
    /*widht:80px;*/
}

.help:hover {
    color: #f6e5b6;
    transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in;
}

h3  {
   background: #fff;
   display: inline-block;
   font-weight: 600;
   font-size: 13px;
   padding: 5px;
   padding-right: 10px; 
}

::-webkit-input-placeholder { color: #aaa; padding: 0; }

:-moz-placeholder { /* Firefox 18- */ color: #888; padding: 3px;}

::-moz-placeholder {  /* Firefox 19+ */ color: #888; padding: 3px;}

:-ms-input-placeholder {color: #aaa; padding: 3px;}


/* Inicio */

.blueskyTitle {
    color: #15aee0; font-weight: 600; font-size: 16px;
}

.CompanyLabel {
    background: none repeat scroll 0 0 #f38315;
    border: 0;
    border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin-top: 8px;
    padding: 3px 25px;
    text-align: left;
}

.HomeBox {
    background: #e9f2f8;
    border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;
    border: 1px solid #bbb;
    float: left; 
    margin: 10px 5px;  
}

.HomeBox .head {
    background: #58778e;
    border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0;
    color: #fff; padding: 3px 15px;
    z-index: 5000;
}

.HomeBox a {
    color: #0b518f;
    transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out;
}

.HomeBox a:hover {
    color: #15aee2;
    margin-left: 2px;
    transition: all 0.1s ease-out; -webkit-transition: all 0.1s ease-out; -moz-transiti

input.textbox, select.textbox {
    background: #fff;
    border: 1px solid #999;
    border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;   
    box-shadow: inset 1px 1px 3px #ccc;
    transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s;
	height: 20px;
}

ansition: all 0.2s;
}
input.textbox:focus, select.textbox:focus, input:focus, select:focus {
    background: #e2f3fa;
    border: 1px solid #2f94ce;
    box-shadow: 0px -1px 3px #7cbbdf;    
}

input.textbox[disabled]{
    background: #f0f0f0;
    border: 1px solid #cdcdcd;
}

input.textbox[readonly], input[readonly]:focus {
    background: #eaeaea;
    border: 1px solid #cdcdcd;
    box-shadow: none;
    color: #555;
}

/* Buttons */
/*
.btn {
    background: #d6d6d6 url('../images/bright.png') repeat-x center top;
    border: 1px solid #999;
    border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;
    color: #222;
    display: inline-block;
    font-size: 13px;
    padding: 5px 18px;
    text-decoration: none;
    transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out;
	width: 105px;
}

.btn:hover {
    background: #dfdfdf;
    transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in;
    cursor: pointer;   
}*/

.btn.blue {
/*  background: url('../images/bullet.png') 74% center no-repeat #1162a4;*/
    background: #1162a4;
    border: 1px solid #1162a4;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
}

.btn[disabled] {
    background-image: none;
    background-color: #efefef;
    color: #999;
    border-color: #aaa;
}

.btn.blue:hover {
    background: #267fa9;
}

.btn.flat {
    height: 10px;
}

.btn.tramites {
    color: #fff;
    border: 0;
    padding: 10px 5px;
    background: #43a8dc;
    height: 60px;
    width: 250px;
    border: 1px solid #169adc;
}
.btn.tramites:hover {
    background: #69cdff;
    border: 1px solid #52bdf3;
}

.btn.grid {
    color: #fff;
    background: #708fb2;
    border: 1px solid #587290;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 0 auto;
    transition: 0.2s all ease-out; -moz-webkit-transition: 0.2s all ease-out; -webkit-transition: 0.2s all ease-out;
    height: 30px;
}
.btn.grid:hover {
    background: #8ba4c1;
}

/* Checkbox */
 
.checkbox label {
    color: #0b518f;
    margin-left: 6px;
    font-style: italic;    
}

.nav.main {
    /*background: url(../images/nav-bright.png) top center repeat-x #3ab1a2;*/
	background: top center repeat-x #3ab1a2;
    height: 42px!important;
    text-align: left;
    z-index: 1000;
    margin-top:10px; 
}

.user {
    margin-right: 30px;
    display: inline-block; 
    vertical-align: middle;
}
/*
.user a {    
    color: #fdc667;
    padding-right: 15px;
    text-decoration: none;
    transition: 0.4s all ease-out; -moz-transition: 0.4s all ease-out; -webkit-transition: 0.4s all ease-out;
}

.user a:hover {
    color: #feddb9;
    transition: 0.2s all ease-in; -moz-transition: 0.2s all ease-in; -webkit-transition: 0.2 all ease-in;
}*/

.user a .razon {
    background: url('../images/DropBullet.png') center right no-repeat;
    font-style: italic;
    font-weight: 600;
    padding-right: 18px;       
}

.user .dropdown a {
    color: #3ab1a2;
    text-decoration: none;
    transition: 0.18s all ease-out; -moz-transition: 0.18s all ease-out; -webkit-transition: 0.18s all ease-out;
}

.user .dropdown a:hover, .user .dropdown a:focus {
    color: #000; 
    transition: 0.2s all ease-in; -moz-transition: 0.2s all ease-in; -webkit-transition: 0.2 all ease-in;
} 
.navbar-nav > li > .dropdown-menu  a:hover{
	background-color: #3ab1a2; 
	color:White;
}  
td.label {
  vertical-align: middle;
}

a.example span, a.example img {/* Para Carga masiva empleados*/
    display: inline-block;
    vertical-align: middle;
 /* padding-top: 10px; */
}

.subtitle h3 {
    background: #999;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    padding: 5px 10px;
    padding-left: 0px;
    width: 100%;
}

/* Menu */
.nav ul {
  /*  z-index: 1000;*/ /* g.v. 13/04/2015 */
/*  z-index: 1;*/
}
    
.AspNet-Menu ul {
    background: rgb(58, 177, 162);
    background: #3ab1a2;
    min-width: 200px;
    z-index: 5000;
    border-radius: 0 3px 3px 3px; -moz-border-radius: 0 3px 3px 3px; -webkit-border-radius: 0 3px 3px 3px;
}

.AspNet-Menu ul li:last-child {border-radius: 0 0 3px 3px; -moz-border-radius: 0 0 3px 3px; -webkit-border-radius: 0 0 3px 3px;}
.AspNet-Menu ul li:first-child {border-radius: 0 3px 0 0; -moz-border-radius: 0 3px 0 0; -webkit-border-radius: 0 3px 0 0;}


.nav ul li {
    transition: 0.45s background ease-out; -webkit-transition: 0.45s all ease-out; -moz-transition: 0.45s all ease-out;
}

.nav ul li.AspNet-Menu-WithChildren {
    background: url(../images/bullet-child.png) 95% center no-repeat;
    padding-right: 10px;
}

.nav ul li.AspNet-Menu-WithChildren li {    
    background-image: none;
    line-height: 1.5;
    width: 100%;
}

.nav ul li:hover {
    background-color: #138e7e;
    transition: 0.2s background ease-in; -webkit-transition: 0.2s all ease-in; -moz-transition: 0.2s all ease-in;
}
       
.nav a {
    color: #fff; 
    font-weight: normal;
    padding: 12px 10px;
    font-weight: 600\9; /*--- IE8 haks ---*/
    padding: 12px 10px\9;
    font-size: 12px\9;
}

.nav a img {
    border: 0;
}
       
.nav .menu a, .nav .menu a a {
    display: inline-block;
 /*   transition: 0.3s background ease-out; -webkit-transition: 0.3s all ease-out; -moz-transition: 0.3s all ease-out;     */           
}
      
.nav .menu a:hover {
    color: #c7e7f3;
    background: #037097;
    transition: 0.2s background ease-in; -webkit-transition: 0.2s background ease-in; -moz-transition: 0.2s background ease-in; 
}

.nav span.AspNet-Menu-NonLink {
    color: #3ab1a2;
    padding: 5px 10px;
}

/* Reser WebResources.axd styles*/

.nav UL.AspNet-Menu LI, .nav UL.AspNet-Menu LI a  {
    height: auto!important;  
}

.nav ul li.AspNet-Menu-WithChildren li a {
    min-width: 100px;
    height: auto!important;
    display: block;
    padding: 10px 10px;
}

/* p Messages */

p.info, .info {
    border: 1px solid #3d518f;
    background: #c7e2f3;
    border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
    color:#3d518f;
    display: inline-block;
    font-style: italic;
    font-weight: 600;
    padding: 8px;
    text-shadow: 1px 1px 1px #fff;
}

p.info.error, .info.error {
    background: #efd0d6;
    border: 1px solid #ba3e30;
    color: #ba3e30;
}

p.info.success, .info.success {
    background: #b8e6b8;
    border: 1px solid #5f925f;
    color: #26621b;
}

p.info.small, .info.small {
    padding: 5px 10px;
    margin: 7px 0;
}
    
p.info.advert, .advert {
    background: #f7e4c3;    
}

/* Tables */

.TableContainer {
    /*max-width: 910px;*/
    overflow: auto;
}

.form {
    padding: 10px;
    padding-top: 0;
	margin-left: 50px;
}

.form td {
    padding: 4px 2px;
    text-align: left;
}

table#referencias {
    border: 1px solid #aaa;
    border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
}

#referencias td, #referencias th {
    padding: 5px;
}

#referencias th {
    border-bottom: 1px solid #aaa;
    text-align: left;
    background: #ddd;
    font-weight: 600;
}

table.DataTable {
    border: 1px solid #aaa;
}
 
.DataTable th, .DataTable .header td {
    background: #3ab1a2;
    border: 1px solid #9a9a9a;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.DataTable td {
    border: 1px solid #aaa;
    font-size: 12px;
    padding-left: 4px;
    padding-right: 4px;
}

table.inner {
    border: 1px solid #aaa;
    border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
    margin: 5px;
    padding: 8px;
    white-space: nowrap;
  /* width: 97%;*/
}

/* validators */
.valid {
    color: #ca031b;
    font-style: italic;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;   
}

/* MISC */
.clear {
    clear: both;
}

.label {
    color: #444;
}

span.label {
    padding: 0 5px;
    display: inline-block;
    margin-right: 13px;
}

x;
    display: inline-block;
}

.label.small {
    font-size: 11px;
    font-style: italic;
    padding: 5px 0;
}

.center {
    text-align: center;
}

.right {
text-align: right;
}

/*-- LOGIN --*/

/* Empadronamiento */
td.empadronamiento { 
    border-top: 1px solid #ccc;
}

.textbox.login {
    padding: 5px;
}

ul.contact li {
margin: 5px;
}

ul.contact {
    padding: 0;
}

.img-responsivee{
  display: block;
  max-width: 100%;
  height: auto;
}

.btn-camioneros{
    background-color:#3ab1a2;
    color:#fff;
    border: 1px solid #3ab1a2;
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
}

.btn-camioneros:hover, .btn-camioneros:focus{
    background-color:#2f8e82;
    color:#fff;
    border: 1px solid #2f8e82;
}

.textbox 
{
    width: 215px;
    border-radius: 4px;
    border: 1px solid #ddd;
  /*  height: 24px;*/
}
.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}
 
body.mainBody {
    background-image: url(../images/background2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
input,   select, textarea 
{ 
    border-radius: 4px;
     border: 1px solid #ddd; 
}


.box-login{
    background: rgba(255,255,255, 0.9);
    background: #fff\9;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    max-width: 600px;
    margin: 100px auto 0px;
    padding: 20px;
}

.login-izq{
  float:left;
  width:50%;
  border-right:1px solid #ccc;
}

.login-der{
  float:left;
  width:50%;
  padding-left:20px;
}

.item-login{
    margin-bottom:20px;
}

.logo-login{
    margin-bottom:30px;
}

.logo-login img{
    margin:auto;
    display:block;
}


.box-login span.label {
    margin-bottom: 7px;
}

.bajo-login{
     text-align:center;
     margin-top:15px;
     padding: 15px;
     background-color: #fde6d8;
     font-size: 14px;
     color: #333;
     border: 1px solid  #f7ccb1;
}


.bajo-login span{
    display:block;
}
