﻿html {
    height: 100%;
    font-family:'Segoe UI',Arial,sans-serif !Important;
    /*background-color:rgba(66, 114, 219, 0.14);*/
    /*font-size:.175em !important;*/
}

fieldset {
    display: block;
    -webkit-margin-start: 2px;
    -webkit-margin-end: 2px;
    -webkit-padding-before: 0.35em;
    -webkit-padding-start: 0.75em;
    -webkit-padding-end: 0.75em;
    -webkit-padding-after: 0.625em;
    border: 2px groove threedface;
    border-color: rgb(66, 114, 219);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    min-width: -webkit-min-content;
    border-radius: 10px;
    box-shadow: 0 0 10px #999;
    margin-bottom: 1em;
}

legend {
    display: block;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    background: #E4EBF9;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-shadow: 1px 1px 2px rgba(0,0,0,.3);
    width: 12%;
}

.label-datos {
    font-size:larger;
    font-weight:700;
    padding-left:12px;
}

body {
    padding-top: 75px;
    padding-bottom: 20px;
    height: 100%;
    background-color: rgb(66, 114, 219);
    min-height:768px;
}

.arrows {
    max-width:20px;
    margin-bottom:15px;
}


label {
    font-weight:300;
    font-size:1em;
}

.forma-opciones {
    height:100%;
    background-color:rgba(66, 114, 219, 0.14);
    border-radius:3px;
    min-height:100%;
    padding:20px;
}

input.btn-buscar-small {
    background:url("../images/search-small.png");
    background-repeat:no-repeat;
    background-position:center center; 
    border:none;
    margin-left:5px;
    padding-top:20px;
    min-width:36px;
}

.divBotones {
    padding-top:10px;
}

.opcion-adicional {
    width:100%;
    margin:0;
    min-width:100%
}

a.opcion-adicional {
    padding:5px 0px;
}

a.opcion-adicional > span.ui-button-text {
    padding:0px;
}

.next,.previous,.first,.last {
    width:35px;
    font-weight:700 !important;    
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    background-color: white;
    position: relative;
    height:auto;
    float:left;
    margin-right:auto;
    min-height:100%;
    margin-bottom:1%;

}

h1, h2, h3, h4, h5, h6, label {
    color: #2e6e9e;
}

h2 {
    opacity:0.8;
    filter:alpha(opacity=80);
    font-weight:100;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


.info-adicional {
    color:white;
}

/* styles for validation helpers */


.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.small-wait-image-hide {
    display: none;
}

.small-wait-image-show {
    display: inline;
    border: none;
}

.wait-image-big {
    background:url('/images/wait-big.gif') no-repeat center;    
    min-height:100%;
    width:100%;
    margin-left:auto;
    
}

.input-wait-image-hide {
    background:none
}

.input-wait-image-show {
    background: url('../images/loading.gif') no-repeat 5% center !important;
}

.navbar-brand {
    color: white !important;
}

.navbar-collapse {
    padding-top: 20px;
}

.navbar-inverse {
    background-color: rgb(66, 114, 219);
    color: white !important;
    border: none;
    min-height: 75px;
}

.navbar-nav li a {
    color: white !important;
}

.menu-logo {
    background-image: url("../images/LogoMenu.png");
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
    min-height: 65px;
    width:100%;
    margin-left: 2.5%;
    margin-top: 2.5%;
}

.acceso {
    border-radius: 5px;
    background-color: rgb(66, 114, 219);
    padding: 25px;
}

login-row {
    margin-left: 15px !important;
}

/*JQUERY UI*/
.ui-dialog {
    z-index:1032;
}

.form-control {
    line-height:.5em;
    height:2.5em;
    font-size:.85em;
}

.ui-widget input {
    font-size:.85em;
}

.ui-widget-overlay { opacity: .70;filter:Alpha(Opacity=70); }

.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    /* support: IE7 */
    *height: 1.7em;
    *top: 0.1em;
}

h3.ui-accordion-header {
    font-size:.8em !important;
}

.ui-accordion .ui-accordion-content {
    overflow:visible;
}

.ui-widget {
    font-size:1em;
}

.ui-autocomplete {
max-height: 100px;
overflow-y: auto;
/* prevent horizontal scrollbar */
overflow-x: hidden;
}
.custom-combobox-input {
    margin: 0;
    padding: 0.3em;
}

.ui-autocomplete-input {
    margin: 0;
    padding: 0.3em;
}

.menu-section {
    height: 100%;
    background-color: rgb(66, 114, 219);
    overflow:visible;
    max-width:300px;
    top:0;
    float:left;
}

.menu {    
    /*margin-top:75px;*/
}

#datatable_paginate ,#datatable_info{
    margin-top:2%;
}

#datatable_paginate .ui-button-text {
    font-size:.60em;
    padding:.6em;
}

.ui-widget {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ui-menu {
    z-index: 999;
}

.ui-menu-item {
    z-index: 999;
}


.ui-menu-item a {   
    display:block;
}



.submenu-2 {
    min-width:15em;
}

.fright {
    float:right;
}

.mright {
    margin-right:5%;
}

/*Datatable*/
table.display thead td {
    padding: 3px 18px 3px 10px;
    border-bottom: 1px solid black;
    cursor: pointer;
    cursor: pointer;
    background-color: #FC9410;
    background-image: url('../TreeTable/images/bg-table-thead.png');
    color: black;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    font-family: Tahoma;
    border-color: white;
    background-repeat: repeat-x;
    border-radius: 5.5px;
}

table.display thead th {
    padding: 3px 18px 3px 10px;
    border-bottom: 1px solid black;
    background-color: rgb(66, 114, 219);
    color: white;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    font-family: Tahoma;
    border-color: White;
    background-image: url('../TreeTable/images/bg-table-thead.png');
    background-repeat: repeat-x;
    background-position: top;
}

/*Pie de pagina*/
table.display tfoot th {
    padding: 3px 18px 3px 10px;
    border-top: 1px solid black;
    background-color: rgb(66, 114, 219);
    color: white;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    font-family: Tahoma;
    border-color: White;
    background-image: url('../TreeTable/images/bg-table-thead.png');
    background-repeat: repeat-x;
    border-radius:5.5px;
}


table.display tr.heading2 td {
    border-bottom: 1px solid #aaa;
}

table.display td {
    padding: 0px 10px;
    font-size: 12px;
}

    table.display td.center {
        text-align: center;
    }

.datatablerowhighlight {
    background-color: #FF8A15;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
}

.even.datatablerowhighlight {
color:#FFFFFF;
background-color:#4272DB;
}

.odd.datatablerowhighlight {
color:#FFFFFF;
background-color:#4272DB;
}

.overlay-container {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background: -moz-radial-gradient(center, ellipse cover, rgba(127,127,127,0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(127,127,127,0)), color-stop(100%,rgba(0, 0, 0, 0.9)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(127,127,127,0) 0%,rgba(0, 0, 0, 0.9) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(127,127,127,0) 0%,rgba(0, 0, 0, 0.9)100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(127,127,127,0) 0%,rgba(0, 0, 0, 0.9) 100%);
    background: radial-gradient(center, ellipse cover, rgba(127,127,127,0) 0%,rgba(0, 0, 0, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007f7f7f', endColorstr='#e67f7f7f',GradientType=1 );
}

.window-container {
    margin: 33em auto;
    width: 10%;
    border-radius: 3px;
    -webkit-transition: 0.4s ease-out;
    -moz-transition: 0.4s ease-out;
    -ms-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
}

div.editar:after {
    content:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAARCQAAEQkAGJrNK4AAAAB3RJTUUH3gQJFxUCrLoMeAAAAVdJREFUOMuV0b9vTlEcBvDPW41BaqD16xpqkw4SnKYRi26NRUw2f4IYJBaJEAudDCxGo42h0jTS2vsMIn5EaqnwImqphMFguVeuN163vstJTs7nyffk2eY/ppRyvaqqu1VVrfX7/bcwsgXUnDtxAVNYLKWchl4XTqKU8hCHMI0PGK/tXG8L+BLu4z1eDYS87HXgBcxgEjsGQj7h9ug/8CKOJZkopazU4GAdsorJJJsjQ/ASjibZW0pZxims4wcqfMT3P1po4Sc4kmRfjWcxjyvo42KSOfz83UILL2Mqyf4WvoWr+IK1JMeb99Br4ac4XOOVeu02fpNkuo3bG8zjfJIDQ/DrJDODuB2wjhvYjju4iWs1fpHkxN9w84Xd2MBEko1Sylks1HfPk5wchpsWzuFbjcexB5/xrAvDKM5grJSyiTG8w70kl7twE7ALj/EID5J8bVfbNb8AdqKxutoTlkoAAAAASUVORK5CYII=') /*/images/edit.png*/;
}

div.eliminar:after {
    content:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAZlBMVEUAAAAzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzPy2fAPAAAAIXRSTlMAi7cAGaH5MkmRUM38mYn6hbPxFo+QN5gNWH7eLjH9Cc6eltThAAAAcklEQVR4XrXMxxHDMAxE0YUowVTOOW7/TdqkeXADfrf9MwA825GdxZcBwHGaRoaBSlKWIiVTqdzO+CMDkBeXak3WqleRu6umRdA2/olE0H4YekUkgA+GcZLENP8NmJd1XWaEsO3H+fo4j32Dcz8Mnht4Ayr5CiF6ZMN9AAAAAElFTkSuQmCC') /*/images/eliminar.png*/;
}

div.si-sm:after {
    content:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAACcUlEQVQ4jZVR30tTcRw99/u9P5x36s1fA5d1lZWYpTdfCtRtiQmbmflWgTF78qnsL7D9BfPFBymSwEgjKE3QCKYPRmWml0TIDF1mc0NzVzc3NnW3hzBERul5/HDO+ZzP+TA4CrohE4Z08JSXBcr7eMrdY48glghDRq/JTtksFmB5y4+Pa1MyOayeMrT9krlGtpmrYUwzwH68Bpl8uv1QCbgHrCJyYodTrsf32AIAQGeSAAgOlYAlrOdW6XXwHIuoHkFZdjk+rargCNf5X4P0RwZXaXaJvdKk4GdiCeXZlQhEg5j5NeujhLr/nNAFBQQKGKhog7onzugxSoQhHlfZTYSTGnINeRA5I57NvQBL2NbJJlUj6ILHIhVNO07W9eSkHZtGNzz7ivM0WZxSrpiDLYRRnHEK71cmEN2Jdk42qWMAwIJB++2yFhg4AZflWvTO9bfPPvwiiZzhcX56nuuqpQGBnWVYMkrgj6xgKqj6KEPde0sIGMDIi1hLrGJzN4Q759tgL6xyUUJHW8+1YIckIPIiOMJj6NswKKHN7xontb8p0QgplNAu2s1WxPUY4noMtkIbiiUZFaaz2MA6ThiK4PWNYUHzud9emejbXzLFEF77awPy5vamYjNbEUcca7tBVORUIIwN5KeZ4A8HMPR1WB1v+HDj4JcoAOiv9IFQvSZHtiNKdUEVCGWwmgwik8+CgYjo/fwU28mEw/fkRyClAQDEXyYGYo6YPB+aV6zmGmQJmcgTTPAujmFBW3R7HeN9B8Upceb56R7nmzp9cL1f717q1OtGrNP/4jOphhcGK+8LVLgrUF6jhDaP1HvVVDwA+A0rr9F+/wY4EQAAAABJRU5ErkJggg==') /*/images/SI.png*/;
}

div.no-sm:after {
    content:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAACpElEQVR4nHWTTU8TQRzGn5n/rNtXuxVoWbSmJcYXwGQuFBNP+w0w8AEkPXHDT4LfoF7lAL6QXiDZIF4IlyXeCVEogqFu6Yvbmtnx4LIRo//jJL/fMzPPDEM0Xq22OvT9cvPjx6X5szMf/5gN27bsubm6Gg6PnjYaLwCAA8Cn5eV6YXZ2hTM2nxoddd+Mj1v/gV3r3r153WqtbD16VAcA5tVqq4XZ2ZXm1haGrRa0Uuien3v9dtt5dnrqA8D6xIRlV6tufnJSXuzuQisFAOj3ei/F0PfLze3tGIZSSOfzEmHorgMOGINdrbr5SkVe7OwASoFFuwqVKrO3xaKVHB110yMjEkpBhyGgFBCG6LbbXm5qCrcqFXnx4cPvda3BAFz2+16333cYALwZH7eSluWm83l5BbMwBMIQt548gb+3FyczreH3+143CJyFkxOf/XlJqWzWTd+8Ka9gpjX0YAAdBGBRclcI7zIInMWTEx9AfBwAwLptW6lMxs0kk1J9/w7VboMD4JyDiNAxDK8rhLN4fBzXLK51xRiylQpSponW4SEoAokIxDk4EfRf9fI/0wszM27asuTFzk6cSkQQRBBCoEgkRzh310ol65pgI4IzuZz81miAhyE4Y7FECAHDMGAIgdumKYuGEUvYhm1bY1HyeaMBrnWc2DNNj4hQIJJXAkMIEBE+B4F3HASOGJuerqdyOfl1cxNcazAiMMbQNQyvJ4SjARBj7p1IciMSPUgkJO906uJnp3N0urt7De6ZpvfDMOLbXiuVHKGUO0kkb0QSzjmSQXDEAOBdNls3BoPnRIRhOu0NTNNZiHq+mrVSybqTSrkP83mZTCTwpdd7dX9/fyl+B+9zuVUQlYeJxNJCs/nP7/z67l2rnMnUU4Zx9Pjg4AUA/ALA8B6CbeY2WQAAAABJRU5ErkJggg==') /*/images/NO.png*/;
}

div.IsBaja-sm:after {
    content:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAACpElEQVR4nHWTTU8TQRzGn5n/rNtXuxVoWbSmJcYXwGQuFBNP+w0w8AEkPXHDT4LfoF7lAL6QXiDZIF4IlyXeCVEogqFu6Yvbmtnx4LIRo//jJL/fMzPPDEM0Xq22OvT9cvPjx6X5szMf/5gN27bsubm6Gg6PnjYaLwCAA8Cn5eV6YXZ2hTM2nxoddd+Mj1v/gV3r3r153WqtbD16VAcA5tVqq4XZ2ZXm1haGrRa0Uuien3v9dtt5dnrqA8D6xIRlV6tufnJSXuzuQisFAOj3ei/F0PfLze3tGIZSSOfzEmHorgMOGINdrbr5SkVe7OwASoFFuwqVKrO3xaKVHB110yMjEkpBhyGgFBCG6LbbXm5qCrcqFXnx4cPvda3BAFz2+16333cYALwZH7eSluWm83l5BbMwBMIQt548gb+3FyczreH3+143CJyFkxOf/XlJqWzWTd+8Ka9gpjX0YAAdBGBRclcI7zIInMWTEx9AfBwAwLptW6lMxs0kk1J9/w7VboMD4JyDiNAxDK8rhLN4fBzXLK51xRiylQpSponW4SEoAokIxDk4EfRf9fI/0wszM27asuTFzk6cSkQQRBBCoEgkRzh310ol65pgI4IzuZz81miAhyE4Y7FECAHDMGAIgdumKYuGEUvYhm1bY1HyeaMBrnWc2DNNj4hQIJJXAkMIEBE+B4F3HASOGJuerqdyOfl1cxNcazAiMMbQNQyvJ4SjARBj7p1IciMSPUgkJO906uJnp3N0urt7De6ZpvfDMOLbXiuVHKGUO0kkb0QSzjmSQXDEAOBdNls3BoPnRIRhOu0NTNNZiHq+mrVSybqTSrkP83mZTCTwpdd7dX9/fyl+B+9zuVUQlYeJxNJCs/nP7/z67l2rnMnUU4Zx9Pjg4AUA/ALA8B6CbeY2WQAAAABJRU5ErkJggg==') /*/images/NO.png*/;
}
.dataTables_filter {
    margin-bottom:1.25%;
}


.dataTables_paginate {
    margin-bottom:15px;
}

.ui-datepicker {
z-index:100001 !Important;
}

.ui-state-default {
    font-weight:300;
}

.ui-widget-content {
    font-weight:300;
}

table.reference{
    margin-top:3.5em;
    border-collapse: collapse;
    width: 100%;
}
table.reference tr:nth-child(2n+1) {
    background-color: #F1F1F1;
}
table.reference tr:nth-child(2n) {
    background-color: #FFFFFF;
}
table.reference{
    background-color: #F1F1F1;
}
table.reference th {
    background-color: rgb(66, 114, 219);
    border: 1px solid rgb(66, 114, 219);
    color: #FFFFFF;
    padding: 3px;
    text-align: left;
    vertical-align: top;
}
table.reference th a:link, table.reference th a:visited {
    color: #FFFFFF;
}
table.reference th a:hover, table.reference th a:active {
    color: #EE872A;
}
table.reference td {
    border: 1px solid #D4D4D4;
    padding: 7px 5px;
    vertical-align: top;
}
table.reference{
    vertical-align: bottom;
}

.action-link {
    margin-top:2.5em;
}

.form-horizontal {
    /*background-color:rgba(66, 114, 219, 0.14);*/
    background-color:white;
    border-radius:3px;
    padding:20px;
    height:100%;
    width:100%;
    overflow:hidden;
    margin-top:1%;
    margin-bottom:1%;

    
}

.dataTable td {
    font-family: inherit;
}

.field-validation-error {
    margin-left:10px;
}

.navbar-fixed-top {
    z-index:100;
}

.navbar-right {
float:right;

}

    .navbar-right > li {
        display: inline;
    }

div.no-padding
{
    padding:0;
}


span.no-left-padding {
    padding-left:0;
    margin-right:15px;
}

#divBuscarMenu > label {
color:white
}

/*Listbox*/

.lbjs {
    margin: 0px;
    width: 100%;
    padding: 5px;
    border: 1px solid #CCC;
    border-radius: 5px;
    background: #FCFCFC;
    min-height: 300px;
    
}

.lbjs-list {
    min-height:250px;
}

.lbjs .lbjs-list {
    margin: 0px;
    overflow: auto;
}


.lbjs .lbjs-list .lbjs-item {
    margin: 0px;
    padding: 5px;
}

.lbjs .lbjs-list .lbjs-item:not([disabled]) {
    cursor: pointer;
}

.lbjs .lbjs-list .lbjs-item:hover:not([disabled]) {
    background: rgba(112, 147, 216, 0.9);
}

.lbjs .lbjs-list .lbjs-item[selected] {
    background: rgba(112, 147, 216, 0.5);
}

.lbjs .lbjs-list .lbjs-item[disabled] {
    color: #999;
    cursor: default;
}

.lbjs .lbjs-searchbar-wrapper {
    margin: 0px;
    margin-right: 12px;
    width:100%;
}

.lbjs .lbjs-searchbar {
    margin: 0px;
    margin-bottom: 10px;
    width: 100%;
    padding: 3px 5px;
    border: 1px solid #ccc;
}


/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }

.dataTableWidth {
    width:95%;
}

.dataTableWidthBusqueda {
     width:99%;
}

div.dialog-busqueda {
    padding-left:2% !Important;
    padding-right:2% !Important;
}

.separador h6 {
    background: #5c9ccc url(images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;
    color: white;
    padding: 1px;
    -moz-border-radius-topright:5px;
    -moz-border-radius-topleft:5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-top-left-radius:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    text-align: center;
    font-size:small;
    width:100%;
}

.fondo-contenido {
    background-image: url(/images/ConvenioLogoD.png);
    min-height:500px;
    background-size:300px 80px;
    background-position: center;
    background-repeat: no-repeat;
}


/* Mensajes de la validacion de contraseña */
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

#mensajeAlerta img {
  float: left;
}

/*Hace visible sobre cualquier ventana el mensaje de error (dialog)*/
div[aria-describedby=errorTPAK] {
    z-index:10000;
}
/*Hace visible sobre cualquier ventana el mensaje success (dialog)*/
div[aria-describedby=successTPAK] {
    z-index:10000;
}

input[type=submit].loading {
        background-image:url('../images/loading.gif');
        background-repeat:no-repeat;
        background-position: 5% center;
        padding-left:25px;
        background-size: 20%

}

.modalLoading {
    position: absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background-image: url(../images/wait-big.gif);
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;    
    background-color: rgba(255, 255, 255, 0.72);
    display:inline-block;
}

#map-canvas {position:absolute;
            top:0; 
            right:0;
            bottom:0; 
            left:0;
            height: 100%; 
            margin: 0; 
            padding: 0;
}


.mapInfoBody {
    min-width:300px;
}

#filterrow th.datatable-custom-filter {
    background-color : transparent !important;
    color : #333 !important;
    padding-right: 5px;
    padding-left: 5px;
}

.form-control.column_filter {
    padding-right: 5px;
    padding-left: 5px;
}

/*DEVEXPRES*/

.dxeListBox_Moderno, .dxgvControl_Moderno, .dxgvDisabled_Moderno {
    font-size:12px !important;
}

.dxeListBoxItem_Moderno {
    padding: 0 !important;
}
