﻿
.modal {
    overflow: auto !important;
}



.login html {
    position: relative;
    min-height: 100%;
}

.login body {
    margin-bottom: 50px; /* Margin bottom by footer height */
    background-color: #2d7399 /* #1a5587 #5a83a3 */;
    /*background-image: url('./Images/bg-supergirl1.jpg') !important; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.guest-login body {
    margin-bottom: 30px; /* Margin bottom by footer height */
}

.login footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 50px;
    background-color: rgba(0,0,0,.3);
}

.guest-login footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 30px;
}

.card {
    background-color: transparent;
    border-color: rgba(0,0,0,0 );
}


.card-header {
    background-color: transparent !important;
    border-color: rgba(0,0,0,0 );
}

.card-text {
    color: white !important;
}

.card-header h5 {
    display: inline-block;
    width: 100%;
    position: relative;
    text-decoration: none;
    color: white !important;
}

/*.card-header h5 a:after {
    content: "";
    height: 17px;
    width: 17px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -5px;
    background-image: url('./Images/icon-minus.png');
    background-repeat: no-repeat;
}

.card-header h5 a.collapsed:after {
    background-image: url('./Images/icon-plus.png');
    background-repeat: no-repeat;
}*/

.icon-register i {
    font-size: 18px;
}

.icon-feedback i {
    font-size: 18px;
}

.footer-copyright {
    font-size: 14px;
    color: white !important;
}

.navbar-brand {
    color: white !important;
    font-weight: bold;
}


.messages {
    background-color: rgba(33,89,132,.5) !important;
}


.fixed-top.bg-danger > span, .fixed-top.bg-danger > ul > li {
    color: #fff !important;
    font-size: 14px;
}

.fixed-top.bg-danger {
    padding: 2px 5px 4px 10px;
}

/*Hide scroll to top button*/
.scroll-to-top {
    display: none !important;
}

#LeftText1, #LeftText2, #LeftText3, #LeftText4, #LeftText5, #LeftText6, #LeftText7,
#LeftImg1, #LeftImg2, #LeftImg3, #LeftImg4, #LeftImg5, #LeftImg6, #LeftImg7 {
    display: none;
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 768px) {
    #LogoTitle {
        display: none;
    }

    .navbar-brand {
        font-size: 18px;
    }

    .carousel {
       /* display: none;*/
    }
    #LeftText1, #LeftText2, #LeftText3, #LeftText4, #LeftText5, #LeftText6, #LeftText7
     {
        display: inline-block;
        min-height: 200px;
        min-width: 200px;
    }
    #LeftImg1, #LeftImg2, #LeftImg3, #LeftImg4, #LeftImg5, #LeftImg6, #LeftImg7 {
        display: inline-block;
    }

    #RightText1, #RightText2, #RightText3, #RightText4, #RightText5, #RightText6, #RightText7,
    #RightImg1, #RightImg2, #RightImg3, #RightImg4, #RightImg5, #RightImg6, #RightImg7 {
        display: none;
    }
	.carousel-indicators {
bottom: 550px;
}

}

/*Medium devices (tablets, 768px and up)
@media (min-width: 768px) {

    #LogoTitle {
        display: inline-block;
    }
	#LeftText1, #LeftText2, #LeftText3, #LeftText4, #LeftText5, #LeftText6, #LeftText7 {
		display: none;
	}
    .card-header h4 a:after {
        background-image: none;
    }

    .card-header h4 a.collapsed:after {
        background-image: none;
    }
}*/
