root { 
    display: block;
}
body {
        min-height: 2000px;
        padding-top: 95px;
      }
.nav-jager{
    background-color: rgb(64,215,215);
}


.navbar-inverse .navbar-nav > .dropdown > a .caret{
    border-top-color:white;
}

.jager-btn-primary
{
    background:#ea4c2f;
    float: right;
}
.jager-btn-primary:hover{
    background:#C0392B;
}

.navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .open > a:hover{
    color:white !important;
}

.navbar-inverse .navbar-nav > .open > .dropdown-menu{
    background-color: rgb(64,215,215);
}

.btn-primary:hover, .btn-primary.hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	color: #fff !important;
	background-color: rgb(54, 192, 192) !important;
	border-color: rgb(25, 176, 176) !important;
}

/*
login
*/

.form-signin{
    max-width: 357px !important;
}
.jager-btn-login{
    background-color: rgb(64,215,215);
    border:1px solid rgb(19, 149, 149);
}
/*
end login
*/
.img-gallery{
    display: inline-block;
    position: relative;
    width: 350px;
}
.cover .img-thumbnail
{
    border: 2px solid #ea4c2f;
}
.img-gallery .nombre-album
{
    font-size: initial;
}
#logo-jager{
    width: 56px;
    vertical-align: top;
    position: relative;
    top: -18px;
}
/*instagram*/
.contImgInsta {
    display: inline-table;
    position: relative;
}
.contIcons {
    position: absolute;
    top: 10px;
    right: 0;
    width: 110px;
    display: none;
}
.contImgInsta:hover .contIcons {
    display: block;    
}

.contIcons div {
    display: inline-block;
    margin-right: 10px;
    padding-right: 8px;
    padding-left: 8px;
    background: rgba(234, 76, 47, 0.54);
    border-radius: 5px;
    cursor: pointer;
}
.contIcons div span {
    color: #FFFFFF;
    font-size: 26px;
}
.loadingGif {
    /* vertical-align: middle; */
    /* display: table-cell; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 38px;
    height: 38px;
    background: url(../images/loader.gif);
}
.loadingPage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#articleLoading{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.69);
    display:none;
}
.ui-state-highlight { height: 1.5em; line-height: 1.2em; }
.descripcion{
    max-width: 300px; 
    font-size: small;
    word-wrap: break-word;
}
.contImgInsta img {
border: 1px solid #F4F4F4;
}
hr{
    margin-bottom:50px;
}

.escenarios {
	border-bottom: 1px solid #ccc;
	margin-bottom: 60px;
	margin-top: 40px;
}
.click_situacion {
	cursor: pointer;
}

.loading_screen {
	display:none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: url(../images/loader.gif) rgba(64, 215, 215, 0.45) center no-repeat;
	z-index: 9999;
}






