@charset "UTF-8";

@font-face {
    font-family: 'AvantGarden';
    src: url('/fonts/TT0154M_0.eot');
    src:
            url('/fonts/TT0154M_0.eot?#iefix') format('embedded-opentype'),
            url('/fonts/TT0154M_0.woff2') format('woff2'),
            url('/fonts/TT0154M_0.woff') format('woff'),
            url('/fonts/TT0154M_0.ttf') format('truetype'),
            url('/fonts/TT0154M_0.svg#Verlag') format('svg');
}

body {
    width: 100%;
    font-family: "AvantGarden";
    margin: 0;
    font-size: 12pt;
    font-style: normal;
    font-weight: 400;
}

/**** Menu ****/
.header img{
    width: 65%;
}
.navbar{
    min-height: 100%;
    font-family: 'AvantGarden';
    font-size: 13pt;
    line-height: 2;
}
.navbar-default{
    background: #FFF;
    border-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 0px;
}
.navbar-header{
    min-height: 90%;
    width: 30%;
    margin-top: 10px;
}
.navbar-brand{
    height: 100%;
    padding-top: 0;
    padding-bottom: 5px;
}
.navbar-nav{
    padding-top: 1%;
}
.navbar-default .navbar-nav>li>a{
    color: #9ACED5;
    font-weight: bold;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
    background-color: #FFF;
    color: #57A9B4;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    color: #57A9B4;
    background-color: #FFF;
    background-image: none;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    background-image: none;
}
.dropdown-menu>li>a{
    background-image: none;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    background-color: #eee;
    background-image: none;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #FFFFFF;
    background-color: #EE886E;
    background-image: -webkit-linear-gradient(top,#EE886E 0,#EE886E 100%);
    background-image: -o-linear-gradient(top,#EE886E 0,#EE886E 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#EE886E),to(#EE886E));
    background-image: linear-gradient(to bottom,#EE886E 0,#EE886E 100%);
}

.navbar-default .navbar-nav>.active>a::after,
.dropdown-menu>.active>a::after {
    content: ' ';
    display: block;
    position: absolute;
    background: #57A9B4 url(/img/menupunto.png) no-repeat;
    background-size: contain;
    border-radius: 10px;
    height: 10px;
    width: 10px;
    right: 45%;
}

/***** Menu *****/
/***** Login *****/
.separadorLeft {
    border-left: 1px solid #939393;
}
.login h3{
    color: #939393;
    font-weight: bold;
}
.login .input-group{
    margin: 19px 0;
    height: 50px;
}
.login .input-group input{
    height: inherit;
    width: 100%;
    border: 0;
}
.login .form-control {
    background-color: #FFF;
}
.login .form-control:focus{
    border-color: transparent;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0),0 0 8px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0),0 0 8px rgba(0,0,0,0);
}
.login .input-group-addon{
    border-radius: 0;
    background-color: #fff;
    border: 0;
}
.login button {
    background-color: #45AAC0;
    color: #FFFFFF;
    border: 0;
    border-radius: 0;
    width: 200px;
    height: 40px;
}
.login .btn-default:hover{
    color: #FFFFFF;
    background-color: #45AAC0CF;
    border-color: #45AAC0;
}
.login #olvidastescontrasena{
    margin-top: 10px;
}

.login #olvidastescontrasena a{
    color: #545454;
}

/***** Login *****/
/*****Footer*****/
.footer {
    width: 100%;
    margin: 30px 0 0;    
    color: #FFFFFF;
    padding: 20px 0px;
    border-top: 1px solid #E9AACD;
    background-color: #E9AACD;
    position: fixed;
}
.footer > .container {
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}
.footer p {
    color: #FFFFFF;
    font-size: 16pt;
    margin: 0 40px 10px;
}
.footer strong {
    font-size: 20pt;
    font-weight: bold;
}
.footer p img {
    width: 34px;
    vertical-align: top;
    margin-left: 35px;
}
.footer .copy {
    float: left;
    margin: 0 25px 10px;
}
.footer .copy .developer {
    float: right;
}
/*****Footer*****/
.titulo{
    text-align: center;
    color: #45AAC0;
    font-weight: 900;
}
.subtitulo{
    text-align: left;
    color: #45AAC0;
}
h3 {
    color: #45AAC0;
}
@-moz-document url-prefix() {
    fieldset { display: table-cell; }
}
thead {
    background: #E9AACD;
    color: #FFF;
}

.table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
 text-align: center;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-color: #196D78;
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border: 1px solid #BE2B7D;
}
.table-hover>tbody>tr:hover{
    background-color: #f9f9f9;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #FFF;
}
.form-control {
    border-radius: 0;
    background-color: #C9E3E6;
    color: #173F44;
}
.form-control:-moz-placeholder{
    color: #173F44;
}
.form-control:-ms-input-placeholder{
    color: #173F44;
}
.form-control::-moz-placeholder {
    color: #173F44;
}
.form-control::-webkit-input-placeholder{
    color: #173F44;
}
.form-control:focus{
    border-color: #57A9B4;
    -webkit-box-shadow: inset 0 1px 1px rgba(104, 170, 191, 0.4),0 0 8px rgba(104, 170, 191, 0.4);
    box-shadow: inset 0 1px 1px rgba(104, 170, 191, 0.4),0 0 8px rgba(104, 170, 191, 0.4);
}
.botones-derecha {
    text-align: right;
    padding-right: 2%;
    margin: 10px 0px;
}
.botones-derecha .btn {
    height: 40px;
    border: 0;
    border-radius: 15px;
    width: auto;
    padding: 10px 20px;
}

.btn-primary, .btn-default {
    background-color: #45AAC0;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 15px;
    border-color: #45AAC0;
}
.btn-primary:hover, .btn-default:hover{
    color: #FFFFFF;
    font-weight: bold;
    background-color: #45AAC0CF;
    border-color: #45AAC0CF;
}
.select {
    position: relative;
    line-height: 20px;
    overflow: hidden;
}
.select:before {
    content: '';
    position: absolute;
    right: 10px;
    top: 13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #57A9B4 transparent transparent transparent;
    z-index: 5;
    pointer-events: none;
}
.select select {
    box-shadow: none;
    background-color: #C9E3E6;
    background-image: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #173F44;
}
a {
    cursor: pointer;
}

.menu-procesos {
    padding: 0;
}
.menu-procesos > ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
ol, ul {
    list-style: none;
}

.menu-procesos > ul > li.selected > a {
    color: #0063ab;
}
.menu-procesos > ul > li.selected {
    background: #f5f7f7;
    border-left: 3px solid #0063ab;
}
.menu-procesos > ul > li {
    float: left;
    width: 100%;
    text-align: center;
}
.menu-procesos > ul > li > a:hover {
    color: #666;
    text-decoration: none;
    border-left: 3px solid #666;
}
.menu-procesos > ul > li > a {
    color: #999;
    cursor: pointer;
    padding: 25px 5%;
    width: 100%;
    float: left;
}
.icon-lg {
    font-size: 2.4em;
}
.row.col-sm-11.panel-body {
    padding: 0;
}
.row {
    margin: 0;
}
.submenu-procesos {
    padding: 15px;
    background: #F5f7f7;
    height: 100%;
    min-height: 730px;
}
.submenu-procesos > div > h3 {
    color: #0063ab;
    font-size: 1.4em;
    margin-bottom: 1.5em;
    line-height: 25px;
}
.submenu-procesos > div > ul > li.selected > a:hover {
    color: #0063ab;
}
.submenu-procesos > div > ul > li > a:hover {
    text-decoration: none;
    color: #999;
}
.submenu-procesos > div > ul > li > a {
    float: left;
    width: 100%;
    padding: 15px 0 10px 0;
    color: #666;
    cursor: pointer;
    font-size: 1.1em;
}
.submenu-procesos > div > ul > li.selected > a {
    padding: 10px 0;
    color: #0063ab;
    border-bottom: 1px solid #0063ab;
}
.workarea-procesos {
    padding: 2em 15px;
    min-height: 540px;
}
.welcome-admin {
    float: left;
    width: 100%;
    text-align: center;
}
.welcome-admin > span.glyphicon.glyphicon-search {
    font-size: 5em;
    margin: 0.5em;
    color: #999999;
}

.filtros-cont {
    float: left;
    width: 100%;
}

.filtros-cont > div:first-child, .filtros-cont > div:nth-child(2), .filtros-cont > div:nth-child(3) {
    margin-bottom: 1em;
}

.bnt-paginador-right {
    background: #fff;
    cursor: pointer;
    border: 1px solid #ccc;
    float: right;
    padding: 5px 7px;
    color: #68AABF;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.bnt-paginador-left {
    background: #fff;
    cursor: pointer;
    border: 1px solid #ccc;
    float: right;
    padding: 5px 7px;
    color: #68AABF;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: none;
}

.paginador > div:last-child {
    float: right;
    margin-right: 15px;
    margin-top: 5px;
}

.modal .table-hover>tbody>tr:hover {
    cursor: pointer;
}
.modal-sm {
    width: 490px;
}

.h4, h4 {
    color: #57A9B4;
    font-weight: 900;
}

.col-md-12.block {
    padding: 0 10%;
    background-color: #F3F3F3;
    margin: 0 10% 20px;
    width: 80%;
}

.chosen-container {
    width: 100% !important;
}
.chosen-container-single .chosen-single {
    background-color: #C9E3E6 !important;
    color: #173F44 !important;
}

.disabled-chosen > a,
.disabled-chosen > a > div > b {
    background-color: #C9E3E6 !important;
}

div .chosen-disabled a {
    background-color: #C9E3E6 !important;
}

div .chosen-disabled b {
    background-color: #C9E3E6 !important;
}

.chosen-container-single .chosen-single span {
    color: #173F44 !important;
    font-size: 14px;
}

.chosen-results li:first-child {
    background: #ccc;
    /*cursor: no-drop !important;*/
}

.chosen-container-single .chosen-single div b {
    margin-top: 1px !important;
}

.has-error .form-control {
    border: 2px solid #e63532;
}


#pswd_info {
    position:fixed;
    width:250px;
    padding:15px;
    background:#fefefe;
    font-size:.875em;
    border-radius:5px;
    box-shadow:0 1px 3px #ccc;
    border:1px solid #ddd;
    display: none;
    z-index: 10000000001;
}

#pswd_info h4 {
    margin:0 0 10px 0;
    padding:0;
    font-weight:normal;
}

#pswd_info::before {
    content: "\25B2";
    position:absolute;
    top:-12px;
    left:45%;
    font-size:14px;
    line-height:14px;
    color:#ddd;
    text-shadow:none;
    display:block;
}

.invalid {
    padding-left:22px;
    line-height:24px;
    color:#ec3f41;
}
.valid {
    padding-left:22px;
    line-height:24px;
    color:#3a7d34;
}