input.error, textarea.error,select.error{
	background-color: rgb(248, 207, 207);
	border-color: rgb(235, 108, 108);
}

.alert-danger{
	background-color: rgb(248, 207, 207);
	border-color: rgb(235, 108, 108);
	color: rgb(169, 68, 66);
	padding: 8px 15px;
	float: left;
	width: 100%;
	margin-top: 10px;
}
.info-div{
        
        background-color: rgb(150, 233, 130);
	border: 1px solid transparent;
        border-radius: 4px;
        border-color: rgb(104, 168, 96);
	color: rgb(33, 102, 6);
	padding: 8px 15px;
	float: left;
	width: auto;
	margin-top: 10px;
        box-sizing: border-box;
        margin-bottom: 20px;
        
}
body{
	color:#373942;
	font-size: 12px;
}
a{
	color: #6da9e8;
}
.main .container{
        width: 92%;
	padding: 15px 10px 50px;
	margin-bottom: 15px;
	border-bottom: 1px solid #dcdcdc;
}
.main h1{
	margin-top: 0;
        margin-bottom: 2px;
	font-size: 25px;
	font-weight: bold;
}
.main .head{
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
.pagination>li>a, .pagination>li>span{
	color: #4f4f4f;
	font-weight: 500;
}
.pagination .glyphicon{
	font-size: 10px;
	font-weight: normal;
}

/* Botones */
.btn{
    -webkit-transition: background linear .1s,box-shadow linear .1s;
    -moz-transition: background linear .1s,box-shadow linear .1s;
    -o-transition: background linear .1s,box-shadow linear .1s;
    transition: background linear .1s,box-shadow linear .1s;
}
.btn-main{
	width: 100%;
	color: #fff;
	font-size: 17px;
	background: #71aeee;
	padding: 9px 12px;
	border:1px solid #70aceb;
	box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.5) inset;
}
.btn-main .glyphicon{
	font-size: 10px;
	top: -1px;
	left: 5px;
}
.btn-main:hover{
	box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.4) inset;
	background: rgb(72, 140, 211);
	color: #fff;
}
.btn-primary{
	text-transform: uppercase;
	background: #73b1f2;
	border-color:#73b1f2;
	font-size: 13px;
}
.btn-marine{
	background: #5475a8;
	color: #fff;
	font-size: 16px;
	padding: 6px 18px;
	box-shadow: 0px -5px 13px -1px rgba(0,0,0,0.2) inset;
}
.btn-marine span.plus{
	font-size: 23px;
	line-height: 11px;
	position: relative;
	margin-left: 3px;
}
.btn-marine:hover{
	color: #fff;
	box-shadow: 0px -5px 13px -1px rgba(0,0,0,0.1) inset;
	background:rgb(69, 93, 131);
}
.btn-gray{
	background: #e5e5e6;
	font-size: 15px;
	text-transform: uppercase;
	color: #3b3d46;
}

.btn-gray:hover, .btn-gray:focus, .btn-gray:active{
	background: #B1B1B8;
        border-color:#949495;
}

/* Formas de contacto */
.form-horizontal .control-label{
	text-align: left;
	color: #373942;
}
.search{
	padding-right: 0;
}
.search .form-inline .form-control{
	width: 100%;
	height: 43px;
}
.search .lupa{
	border: 0 none;
	font-size: 20px;
	padding: 10px 13px 5px 13px;
}
.search button{
	padding: 10px 12px 8px 12px;
}

/* Flexslider */
.flexslider{
	border: 0;
	box-shadow: 0;
	margin: 0;
}
.flexslider .flex-control-nav{
	bottom:-30px;
}
.flexslider .flex-control-paging li a{
	background: rgba(158, 158, 158, 0.5);
}
.flexslider .flex-control-paging li a.flex-active{
	background: rgba(48, 48, 48, 0.9);
}

/* Tablas */
.tables{
	float: left;
	width: 100%;
}
.table th{
	background: #6b6c73;
	color: #fff;
	font-weight: normal;
	font-size:10px;
}
.table>tbody>tr>td{
	font-size: 10px;
	color: #51535f;
	padding: 4px 2px;
}
.table tr td:last-child{
	text-align: center;
}
.table td.paid{
	color: rgb(223, 240, 216);
}
.table .icons{
	text-align: center;
	padding: 3px 3px;
        font-size: 11px;
        width:5.5%;
}
.table .icons span{
	margin: 0 2px;
	cursor: pointer;
}
.table .icons .glyphicon-remove{
	color: #db6d6d;
}
.table .icons input{
	margin-top: 0;
	position: relative;
	top: 3px;
}
.table .icons .glyphicon-edit,.table .icons .glyphicon-comment{
	color: #5e7eca
}
.table .steps{
	text-align: center;
        width:110px;
}
.table .pagination{
	margin: 0;
	float: none;
}
.table .pagination>li{
	padding: 3px 12px;
	background-color: rgb(230, 230, 230);
	border: 1px solid rgb(192, 192, 192);
	position: relative;
	float: left;
	line-height: 1.428571429;
	text-decoration: none;
	margin-left: -1px;
	padding: 2px 11px;
	font-size: 12px;
	color: rgb(79, 79, 79);
	font-weight: 500;
}
.table .pagination>li.active{
	background: #76b5f7;	
	color: #fff;
	border-color:rgb(96, 168, 245);
}
.table .pagination>li:hover{
	cursor: default;
	background-color: rgb(230, 230, 230);
	color: rgb(55, 57, 66);
}
.table .pagination>li.active:hover{
	background: #76b5f7;
	color: #fff;
}
.table .pagination>li:last-child{
	border-radius: 0 2px 2px 0;
}
.table .pagination>li:first-child{
	border-radius: 2px 0px 0px 2px;
}
.provider-wrapper .table .pagination{
	float: none;
}
/* Header */
.header{
	border-bottom: 2px solid #f3f3f3;
	padding: 28px 0;
	position: relative;
}
.header .buttons{
	position: absolute;
	right: 0;
	top:0;
}
.header .buttons a{
	color: #fff;
	background: #aed5ff;
	border-radius: 0;
	border:0 none;
	float: right;
	padding: 7px 14px;
	box-shadow:0px -13px 12px -5px rgb(146, 198, 253) inset;
}
.header .buttons .glyphicon{
	font-size: 16px;
}
.header .buttons a:hover{
	background: #6c6d74;
	color:#fff;
	box-shadow:0px -13px 15px -5px #41434b inset;
}
/*.header .buttons a:last-child{
	background: transparent;
	box-shadow: none;
	color:#373942;
}*/
.header .welcome h1{
	margin-bottom: 0;
	font-size: 26px;
}
.header .welcome{
	padding-top: 36px;
	text-align: right;
}
.header .welcome .name{
	margin-bottom: 4px;
	font-size: 17px;
	font-weight: 500;
}
.header .welcome .name span{
	color:#4c92db;
	font-weight: normal;
}
.header .welcome .firm{
	margin-bottom: 0;
	color: #525565;
}

.inner-header{
	border-bottom: 0;
	padding-bottom: 0;
}
.header nav{
	margin-bottom: 0;
	margin-top: 28px;
}
.header .navbar{
	min-height: 30px;
	border-radius: 0;
	border:0 none;
}
.header .navbar-default{
	background: #5373a6;
}
.header .navbar-default .navbar-nav>li>a{
	color:#fff;
	font-size: 16px;
	padding-top: 6px;
	padding-bottom: 6px;
    -webkit-transition: background linear .1s;
    -moz-transition: background linear .1s;
    -o-transition: background linear .1s;
    transition: background linear .1s;
}
.navbar-default .navbar-nav>li>a:hover{
	background: #364566;
}
.header .navbar-nav{
	margin-left: 27px;
}
.send span{
	float: right;
	color: #6f6f6f;
	font-size: 14px;
	margin: 7px 17px 0 8px;
}
.reset{
	color: #6f6f6f;
	text-transform: uppercase;
	font-size: 15px;
	background: none;
	text-decoration: underline;
	margin: 5px 0 0 0;
	border:none;
	float: right;
}
.reset:hover{
	color: rgb(248, 102, 102);
}

.asterisc{
	color: #8bc2fd;
	font-weight: 500;
	position: absolute;
	top: -2px;
	right: 4px;
	font-size: 18px;
}

/* ACCESO */
.access-wrapper .access{
	padding: 38px 0 0 0;
}
.access h3{
	font-weight: normal;
	font-size: 23px;
	text-align: right;
	margin-bottom: 26px;
	margin-top: 0;
}
.access label{
	color: #6da9e8;
	font-weight: normal;
	font-size: 16px;
}
.access .form-group{
	margin-bottom: 21px;
}
.access form{
	margin-bottom: 40px;
}
.access p{
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 3px;
}
.access a{
	font-weight: 500;
	text-decoration: underline;
}

/* RECUPERAR CONTRASENA */
.recovery-wrapper{
	text-align: center;	
}
.recovery-wrapper h3{
	margin-bottom: 23px;
	text-align: center;
	font-size: 24px;
}
.recovery-wrapper p{
	font-weight: normal;
	font-size: 17px;
	width: 90%;
	display: inline-block;
	color: #464854;
}
.recovery-wrapper form{
	display: inline-block;
	width: 60%;
	margin: 40px 0 90px;
}
.recovery-wrapper label{
	color: #6da9e8;
	float: left;
	font-weight: normal;
	font-size: 16px;
}
.recovery-wrapper a{
	font-weight: 500;
	text-decoration: underline;
	display: block;
}

/*CUENTAS*/
.account-wrapper .account-info{
	background: #445784;
	padding: 10px 20px;
	border-radius: 8px;
	color: #fff;
	width: 100%;
}
.account-wrapper .table td{
	color: #fff;
}
.account-wrapper .table tr td:last-child{
	text-align: left;
}
.account-info .info{
	display: block;
	width: 100%;
}
.account-info .table{
	margin-bottom: 0;
}
.account-info .table td{
	border:0 none;
	font-size: 17px;
	padding: 3px 8px;
}
.account-info .table .label{
	font-weight: bold;
	display: block;
	text-align: left;
}
.content{
	float: left;
	width: 100%;
}
.content h3{
	margin-bottom: 0;
	color: #6da9e8;
	float: left;
	font-weight: 700;
	font-size: 15px;
}
.form-horizontal .muni input{
	margin-top: 6px;
}
.content .block{
	margin-bottom: 15px;
	float: left;
	width: 100%;
}
.content .block .head{
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(231, 231, 231);
}
.block .head .btw{
	float: right;
	margin-top: 8px;
}
.block .head .btw p{
	margin-bottom: 0;
	color: #9396a2;
	font-size: 15px;
}
.head .btw p span{
	color: #8bc2fd;
	font-weight: 500;
	top: 3px;
	position: relative;
}
.change-pass a{
	display: block;
	margin-bottom: 15px;
}
.btn-primary{
	float: right;	
}

/*FACTURAS*/
.head-misfacturas{
     float: left;
     width: 100%;
     padding-top: 10px;
     padding-bottom: 10px;
     border-top: 1px solid #f3f3f3; 
     border-bottom: 1px solid #f3f3f3;
}
.provider-wrapper .plus-provider{
	float: right;
}
.provider-wrapper .btn-plus{
	float: right;
}
.provider-wrapper .top{
	margin-bottom: 12px;
	float: left;
	width: 100%;
}
.provider-wrapper .pagination{
	float: right;
}
.provider-wrapper .date-wrapper{
	float: left;
	width: 100%;
	// border-top: 1px solid #f3f3f3;
	// border-bottom: 1px solid #f3f3f3;
	padding: 10px 0;
	margin-top: 5px;
}
.date-wrapper .input-group label{
	font-weight: 500;
	margin-top: 7px;
	padding: 0;
	float: left;
	font-size: 14px;
}
.date-wrapper .input-group input{
	width: 50%;
	height: 35px;
	padding: 6px 5px;
}
.date-wrapper .input-group .btn-marine{
	padding: 4px 13px;
}
.date-wrapper .input-group .glyphicon-calendar{
	font-size: 20px;
}
.date-wrapper .input-group{
	float: left;
	width: 47%;
}
.date-wrapper .input-group:last-child{
	float: right;
}
.date-wrapper .checkbox{
	float: right;
	margin:8px 0 0 0;
	width: 25%;
}
.date-wrapper .checkbox label{
	font-size: 12px;
	font-weight: 500;
}
.date-wrapper .checkbox input[type=radio],.date-wrapper .checkbox input[type=checkbox]{
	 margin:0px;
} 
.provider-wrapper .export-box{
	margin-bottom: 10px;
}
.export-box h6{
	margin-top: 0;
}
.export-box .box{
	background: rgb(247, 247, 247);
	padding: 10px 18px;
	border-radius: 4px;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1) inset;
}
.export-box label{
	font-size: 12px;
	color: rgb(94, 94, 94);
}
.export-box .checkbox{
	float: left;
	width: 17%;
	margin: 0;
}
.export-box button{
	font-size: 13px;
	padding: 4px 20px;
	box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
}

/*PASOS*/
.steps-wrapper .head .steps{
	width: 100%;
	float: left;
	margin-top: 10px;
	padding: 0 30px;
}
.head .steps .step{
	float: left;
	height: 49px;
	background-repeat: no-repeat;
	width:245px;
	background: url("../images/step-body.png");
}
.head .steps .arrow{
	float: left;
	height: 49px;
	background-repeat: no-repeat;
	width:26px;
	background: url("../images/step-arrow.png");
}
.head .steps .step:first-child{
	width:258px;
	background: url("../images/step-head.png");
}
.head .steps .step:last-child{
	width:269px;
	background: url("../images/step-tail.png");
}
.head .steps .active:first-child{
	background-position:0 48px;
}
.head .steps .active:last-child{
	background-position:0 48px;
}
.head .steps .active{
	background-position:0 48px;
}
.head .steps .arrow-active{
	background-position:0 102px;
}
.head .steps .arrow-semi-active{
	background-position:0 50px;
}
.head .steps .num{
	float: left;
	font-size: 20px;
	font-weight: 500;
	color: rgb(191, 196, 209);
	margin: 9px 0 0 19px;
}
.head .steps .active .num{
	color: #fff;
}
.head .steps .label{
	margin: 14px 0 0 32px;
	text-transform: uppercase;
	color: #394f7a;
	font-weight: 500;
	font-size: 14px;
	display: inline-block;
}
.head .steps .active .label{
	color: #fff;
}
.steps-wrapper .form-box h5{
	margin: 6px 0 0 0;
	font-size: 16px;
	text-align: right;
}
.steps-wrapper .form-box input{
	width: 100%;
}
.steps-wrapper .release {
	margin-top: 30px;
}
.steps-wrapper .form-group button{
	font-size: 14px;
}
.steps-wrapper .tables{
	margin-top:50px;
}
.steps-wrapper .footer{
	float: left;
	width: 100%;
	margin-top: 23px;
}
.steps-wrapper .footer .btn-primary{
	float: right;
}
.steps-wrapper .buy-num p{
	font-weight: 500;
	margin-bottom: 0;
	font-size: 18px;
	margin-left: 57px;
}
.steps-wrapper .extras-usa .buy-num p{
	margin-left: 2px;
}
.steps-wrapper .buy-num span{
	color: #76b5f7;
	margin-left: 5px;
}
.steps-wrapper .top{
	float: left;
	width: 100%;
}
.upload-file{
	margin-top: 38px;
}
.upload-file button{
	float: right;
}
.upload-file .form-group:last-child span,.upload-file span{
	float: right;
	color: rgb(111, 111, 111);
	font-size: 14px;
	margin: 7px 17px 0 8px;
}
.upload-file .reset{
	text-transform: none;
}
.upload-file label{
	text-align: right;
}
.upload-file img{
	float: right;
	margin-top: 4px;
}
.addenda .form-horizontal{
	float: left;
	margin-bottom: 50px;
	width: 100%;
}
.addenda .top{
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.addenda .top p{
	margin-bottom: 7px;
}
.extras .upload-file{
	margin-top: 0;
}
.extras .form-horizontal .form-group{
	margin: 0 0 15px 0;
}
.extras .form-horizontal .control-label{
	text-align: center;
}
.upload-file{
	width: 58%;
	padding: 42px 30px 0 0px;
	margin: 0 auto;
	overflow: hidden;
}
.upload-file input{
	width: 65%;
}
.upload-file input[type="file"]{
	display: none;
}
.upload-file .control-label {
	text-align: center;
	padding-top: 4px
}
.upload-file .form-group {
	float: left;
	width: 100%;
}
.panel{
	border-radius: 0 0 4px 4px;
	border:0 none;
}
.panel .panel-heading{
	border-bottom: 0 none;
	border-radius: 0;
	color: #6b6c73;
	width: 20%;
	text-align: center;
	float: left;
	cursor: pointer;
	margin-right: 2px;
	background: #f3f3f3;
}
.panel .panel-heading:hover{
	background: rgb(226, 226, 226);
	color: rgb(85, 86, 92);
}
.panel .active{
	background: rgb(107, 108, 115);
	color: #fff;
}
.panel .panel-heading:first-child{
	position: relative;
	left: 1px;
}
.panel .table th{
	background: #597eb3;
}
.panel .table .glyphicon-ok-sign{
	color: #7ec156;
}
.panel>.table-bordered{
	border:1px solid rgb(221, 221, 221);
	border-top:0;
}
.panel .panel-body{
	background: rgb(107, 108, 115);
	float: left;
	width: 99.8%;
	padding: 8px 19px;
	position: relative;
	left: 1px;
}
.panel .panel-body p{
	color: #fff;
	margin: 0;
}
.panel .slide{
	float: left;
	width: 100%;
}
.panel .results{
	padding: 40px 0;
}
.panel .results h5{
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 600;
	color: rgb(81, 83, 95);
}
.panel .results .content{
	margin: 0 auto;
	width: 70%;
}
.panel .results strong{
	color: rgb(81, 83, 95);
}
.panel .results p{
	margin-bottom: 4px;
	color: rgb(81, 83, 95);
}
/*abm */
h1{
   font-size: 18px !important;
   font-weight: bold;
}
.table>thead>tr>th{
  padding: 3px;
  font-size: 10px;
  font-weight: bold;
}

.form-control {
display: block;
width: 100%;
height: 27px;
padding: 6px 8px;
font-size: 12px;
line-height: 1.428571429;
color: #555;
background-color: #fff;
background-image: none;
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,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.popover-content{
    width: 220px;
}
.putoc{
    margin: 1px;
    padding:3px;
}
.putoc:hover{
    border-radius: 6px;
    background: #3276b1;
    color: #fff
}

table{
    font-size: 12px;
}

.grid-widget .form-control{
    
   height: 22px;
   margin:  2px  5px;
   width: 97%;
   font-size:  11px;
   font-weight: normal;
}

.grid-widget .table-bordered>thead>tr>th, .table-bordered>thead>tr>td{
    border-bottom-width: 0px;
    
}
.grid-widget .table-bordered>thead>tr>th{
    font-weight: bold;
}

.form-horizontal .form-group{
   
    min-height: 37px;
}

.export-box .checkbox-permiso {
    float: left;
    width: 18%;
    margin: 0;
}




.dropdown-menu>li
{	position:relative;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
	cursor:pointer;
}
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: -5px;
    display:none;
    margin-top: -1px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	border-left-color:#fff;
	box-shadow:none;
}
.right-caret:after,.left-caret:after
 {	content:"";
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
	margin-left:5px;
}
.right-caret:after
{	border-left: 5px solid #5373A6;
}
.left-caret:after
{	border-right: 5px solid #5373A6;
}
.span-label {
margin-top: 0;
margin-bottom: 0;
padding-top: 7px;
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
display: inline-block;
margin-bottom: 5px;
font-weight: 500;
}

.tab-content>.active{
    
    padding-top: 20px;
    
}

.div-arbol{
    
    max-height:380px;
    overflow: auto;
}



.tree {
    min-height:20px;
    padding:19px;
    margin-bottom:20px;
    background-color:#fbfbfb;
    border:1px solid #999;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05)
}
.tree li {
    list-style-type:none;
    margin:0;
    padding:10px 5px 0 5px;
    position:relative
}
.tree li::before, .tree li::after {
    content:'';
    left:-20px;
    position:absolute;
    right:auto
}
.tree li::before {
    border-left:1px solid #999;
    bottom:50px;
    height:100%;
    top:0;
    width:1px
}
.tree li::after {
    border-top:1px solid #999;
    height:20px;
    top:25px;
    width:25px
}
.tree li span {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #999;
    border-radius:5px;
    display:inline-block;
    padding:3px 8px;
    text-decoration:none
}
.tree li.parent_li>span {
    cursor:pointer
}
.tree>ul>li::before, .tree>ul>li::after {
    border:0
}
.tree li:last-child::before {
    height:30px
}
.tree li.parent_li>span:hover, .tree li.parent_li>span:hover+ul li span {
    background:#eee;
    border:1px solid #94a0b4;
    color:#000
}

.icon-folder-close{background-position:-384px -120px !important;width:16px !important;}
.icon-folder-open{background-position:-408px -120px !important;width:16px !important;}

.icon-minus-sign {
background-position: -24px -96px;
}
.icon-plus-sign {
background-position: 0 -96px;
}
.icon-plus-sign {
background-position: 0 -96px;
}

.gly-ver{
    cursor: pointer;
    font-size: 19px;
    color: #5373A6;
}



.label-ver-docuemento{
    margin-left: 3px;
    margin-right: 3px;
    border-bottom: #999999 solid 1px;
    font-weight: normal;
    color:  #002a80;
    width: 98%;
    font-size:13px;
    cursor: pointer;
    padding: 1px;
    padding-left: 5px;
}

.label-ver-docuemento-active{
    background-color: #5373A6;
    color: #fff;
    font-weight: 700;
    
}

.form-group {
margin-bottom: 3px;
}

.tab-pane .block .head {
margin-bottom: 25px;
padding-bottom: 10px;
border-bottom: 1px solid ;
border-bottom: 1px solid rgb(231, 231, 231);
}


.tab-pane .block h3 {
margin-bottom: 0;
color: #6da9e8;
float: left;
font-weight: 700;
font-size: 15px;
}

.bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-label{
    height: auto;
}


.btn-remove{
    text-transform: uppercase;
    background: #EB4841;    
    border-color: #EB4841;
    float: right;
}
.btn-remove:hover,.btn-remove:active,.btn-remove:focus{
    
    color: #fff;
    background-color: #C93535;
    border-color: #330202;
}

.tab-content{
    float: left;
    margin-bottom: 60px;
     width: 100%;
}


.btn-xls{
    text-transform: uppercase;
    background: #65B230;    
    border-color: #16381F;
    float: right;
    color: #fff;
}
.btn-xls:hover,.btn-remove:active,.btn-remove:focus{
    
    color: #fff;
    font-weight: bold;
    background-color: #20532A;
    border-color: #153A19;
}

.label-datalles-docuemento {
margin-left: 1px;
margin-right: 1px;
margin-bottom: 2px;
//border-bottom: #999999 solid 1px;
font-weight: normal;
color: #002a80;
width: 98%;
font-size: 12px;
padding: 0px;
padding-left: 5px;
}

.label-header-datalles-docuemento {
    margin-top: 1px;
    margin-bottom: 1px;
    font-size: 12px;
}

.btn-grid{
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  font-size: 11px;
  font-weight: bold !important;
  margin: 2px;
  height: 28px;
  color:#6da9e8;
  
}

.btn-grid span.glyphicon-search{
    
}
.btn-grid:hover
{   color:#333;
    background-color:#ebebeb;
    border-color:#adadad;
    
}
.btn-grid:active,.btn-grid.active
{
    background-image:none;
}

.btn-grid.disabled
{
    background-color:#fff;border-color:#ccc
}


.btn-grid-clear{
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  font-size: 11px;
  font-weight: bold !important;
  margin: 2px;
  height: 28px;
  color:#6da9e8;
  padding: 4px 6px !important;
  
}

.btn-grid-clear:hover
{   color:#333;
    background-color:#ebebeb;
    border-color:#adadad;
    
}
.btn-grid-clear:active,.btn-grid-clear.active
{
    background-image:none;
}

.btn-grid-clear.disabled
{
    background-color:#fff;border-color:#ccc
}


.td-grid{
    padding: 5px 8px !important;
    
}

.th-grid{
    font-size: 12px !important;
    font-weight: bold !important;
    padding: 5px 8px !important;
    text-align: center; /* center checkbox horizontally */
    vertical-align: middle;
   
}

.th-input-grid{
    font-size: 12px !important;
    font-weight: bold !important;
    padding: 4px 6px !important;
    text-align: center; /* center checkbox horizontally */
    vertical-align: middle;
}

.form-group{
    min-height: 48px;
}

div.datepicker.dropdown-menu{
    
    z-index: 40000;
}

.row .head{
    margin-top: 10px;
    margin-bottom: 20px;
}