@font-face { font-family: 'myFont'; src: url('../DSIGNESREGULAR.OTF'); }
@font-face { font-family: 'myFont'; font-weight: bold; src: url('../DSIGNESBOLD.OTF'); }
@font-face { font-family: 'myFont'; font-weight: lighter; src: url('../DSIGNESLIGHT.OTF'); }
/*
Azul francia: #0000FF;
Azul Previnca claro: #0037C3;
Azul Previnca oscuro: #201686;

*/
body {
    font-family: 'myFont', sans-serif;
}

.logo {
	float: left;
	padding: 5px 5px;
}

.collapse {
	padding-top: 45px;
}

#contenido {
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -80px;
	padding-right: 0;
	padding-left: 0;
    padding-top: 150px;
	width: 100%;
}

#contenido:after{
	content: "";
	display: block;
}

.foot {

	width: 100%;
	background-color: blue;
	color: white;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
    margin-top: 50px;
    bottom: 0px;
}

.foot a {
	color: white;
}
#icons{
    width: auto; float: center;
    display: inline-block;
    margin: 0px 0px 20px 0px;
}

.img-responsive {
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
}

.img-responsive-scroll {
    float:left;
    position: absolute;
    width: 150px;
    height: 50px;
    padding: 0px;
    margin: 0px;
}

.login {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
}

.row-fluid {
    position: relative;
}

.navbar-right a {
    font-size: 16px;
    text-transform: uppercase;
}

.alert {
    margin-bottom: 0;
    border-radius: 0;
}

.navbar-nav {
    margin: 5px 0;
}

#closeAlert {
    padding: 15px 15px 0 0;
}

#userInfo {
    text-align: right;
    color: white;
}

#userInfo a {
    color: white;
    text-decoration: underline;
}

#secondNav li a {
    color: white;
    border: none;
}

#mainNav {
    border: 0;
    margin: 0;
}

#main-container {
    background-color: blue;
    width:100%;
}

#munequito {
    display: none;
}

.navbar-toggle {
    margin: 20px;
}
#logo-second-navbar {
    margin-top: 2.5px;
}
#user-info {
    padding-top: 40px;
}

@media screen and (max-width: 590px) {
    #user-info {
        display: none;
    }
    #munequito {
        display: block;
    }

}

#loading-bar-spinner .spinner-icon {
    border-top-color:  #F9A119;
    border-left-color: #F9A119;
}

#loading-bar .bar {
  background: #F9A119;
}
/*
.fondoImagen{
    background-image: url('../img/IMG-LOGIN-13.jpg')!important;
    width: 10%

}

*/
.fondoImagen{
	background: url('../img/IMG-LOGIN-24.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	background-size: cover;
}
.fondoImagen2{
	background: url('../img/IMG-LOGIN-MICROSEGUROS.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	background-size: cover;
}

.jumboLogin{
    /*opacity: 0.7;*/
    /*background-color: black!important;*/
    background: rgba(0,0,0, 0.7);
    color:white!important;
    font-size: 18px;
}

@media (min-width: 767px)
.jumbotron {
    padding-left: 20px;
    padding-right: 20px;
}

/*
@media screen and (max-width: 950px) {
    #img {
        float:      left;
        position:   absolute;
        width:      150px;
        height:     50px;
        padding:    0;
        margin:     0;
    }
    #mainNav {
        height: 60px;
    }
    .navbar-right a {
        font-size: 14px;
    }
    .navbar-ex1-collapse {
        padding-top: 0;
    }
    #buttonMenu {
        margin-top: 14px;
    }
    #munequito {
        display: block;
    }
    #userInfo {
        display: none;
    }
}
*/
/*==================================================*/
.img-up {
    float:      left;
    position:   relative;
    width:      300px;
    height:     124px;
    padding:    0px;
    margin:     0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.img-down {
    float:      left;
    position:   absolute;
    width:      150px;
    height:     50px;
    padding:    0px;
    margin:     0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mainNav-up {
    height:     135px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mainNav-down {
    height: 60px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.a-up {
    font-size:  18px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.collapse-up {
    padding-top: 45px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.collapse-down {
    padding-top: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.navbar-toggle-up {
    margin-top: 45px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.navbar-toggle-down {
    margin-top: 8px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.userInfo-up {
    display: block;
   -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.userInfo-down {
    display: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


/*==================================================*/
.navbar-header {
/*    background-color: #008cba;*/
}

/*bootstrap*/
.navbar-default {
    background-color: #0037C3;
    border: 0;
    color: white;
}

.navbar-default .navbar-brand {
    color: #777;
    float: left;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5E5E5E;
}

.navbar-default .navbar-nav > li > a {

    color:white;
    font-family: 'myFont', sans-serif;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {

    color: white;
    background-color: #201686;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {

    color: white;
    background-color: #201686;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {

    color: white;
    background-color: #201686;
}
.navbar-default .navbar-nav .open .dropdown-menu {
    color: white;
    background-color: #0037C3;

}
.navbar-default .navbar-nav .open .dropdown-menu > li > a,
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: white;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: white;
    background-color: #201686;
}
/* caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #777;
    border-bottom-color: #777;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: white;
    border-bottom-color: white;
}
/* mobile version */
.navbar-default .navbar-toggle {
/*    margin-top: 55px;*/
    border-color: white;


}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {

    background-color: #201686;
}
.navbar-default .navbar-toggle .icon-bar {

    background-color: white;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: white;
        background-color:#0037C3;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {

        color :white;
        background-color: #201686;
    }
    /*aaaaaa*/
    .collapse {
    	padding-top: 0;
    }
    /*aaaaaa*/
}
.navbar-default .navbar-nav .open .dropdown-menu {
    border: 1.5px solid white;
    background-color:#0037C3;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: black;
}
.collapse .navbar-collapse {
    background-color: #0037C3;
    padding: 0;
}
.navbar-collapse {
    color: white;
    background-color: #0037C3;
    padding:0 20px;

}


.input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #aaa;
    margin-right: 0.5em;
  }
  input[type="date"]:focus:before,
  input[type="date"]:valid:before {
    content: "";
  }


.detalles:link, .detalles:visited, .detalles:hover, .detalles:active {
    color:#000000;
}
h1.page-header{margin: 5px 0 5px;}

.borderless tbody tr td, .borderless tbody tr th, .borderless thead tr th {
    border: none;
}

textarea {
    max-width: 100%;
}

.panel-body {
    padding: 15px 30px;
}


/* PARA IMPRIMIR ELEMENTOS */
@media screen {
  #printSection {
      display: none;
  }
}

@media print {
  body * {
    visibility:hidden;
  }
  #printSection, #printSection * {
    visibility:visible;
  }
  #printSection {
    position:absolute;
    left:0;
    top:0;
     width: 100%;
  }
}
.navPoliza > li a { 
    border: 1px solid #1A3E5E; 
    background-color:#2F71AB; 
    color:#fff;
    border: 1px solid #dddddd;
    }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:focus,
    .nav-tabs > li.active > a:hover{
        background-color:#fff;
        color:#000;
        border: 1px solid #dddddd;
        border-bottom-color: transparent;
        }
    
    .nav-tabs > li > a:hover{
      background-color: #D6E6F3 !important;
       
        color:#000;
    
    } 

h4.ng-binding{
    height: 30px !important;
}

.colorSaldoNeg{
    color: red;
}
.colorSaldoPos{
    color: green;
}
.modal-xxl {
    width: 96%!important;
}

.linkEstadicas{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}