/*
    Theme Name: Kingdom University
    Theme URI: http://ku.edu.bh
    Author: Hosam
    Author URI: http://citc.mans.edu.eg/
    Version: 1.0
*/

/*html {
    background: url(background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.background.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='background.jpg', sizingMethod='scale')";
}*/

body {
    background-color: rgba(255, 255, 255, 0.65);
}

.searchForm {
    background: #ffffff;
}

/*.searchForm div{
    padding: 0px;    
}*/

.searchForm input {
    /*padding: 0px;*/
    margin: auto;
}



@media screen and (min-width: 767px) {
    .searchForm > .form-group, .searchForm > .form-group > div {
        display: flex;
    }
    .searchForm label, input {
        padding: 0px;
        margin: auto;
        display: block;
        text-align: center;
    }
    .CriteriaDiv {
        margin: auto;
    }
}

@media screen and (max-width: 767px) {
    .CriteriaDiv {
        margin: 5px 0px 0px 0px;
    }
    #SearchTextFT {
        margin-top: 15px;
    }
}

    .searchForm .input-hint {
        color: #216fbf
    }

/*    .searchForm .form-group:nth-child(odd) {
        background: #ddedfc;
    }

    .searchForm .form-group:nth-child(even) {
        background: #ffffff;
    }*/

.block_body {
    background: #ffffff;
}

footer {
    background: #fff !important;
	border-top: 1px dotted #0c4190;
    /*width: 100% !important;
    margin: 0 !important;*/
}

.icon_head {
    color: #ffffff;
    background-color: #0c4190;
}

.user_login_head form {
    background-color: #eee;
    box-shadow: 0 2px 3px #888;
    color: #0c4190;
}

.arrow_bottom {
    border-top: 8px solid #0c4190;
}

.arrow_right {
    border-left: 8px solid #0c4190;
}

.main_menu a {
    color: #e0e0e0 !important;
}

    .main_menu .active > a, .main_menu a:hover {
        color: #ffffff !important;
        background-color: #7979a9 !important;
    }

.navbar-default {
    background-color: #0c4190;
}

.tooltip-inner {
    background-color: #002d5a;
}

.tooltip-arrow {
    border-top-color: #002d5a !important;
}

.carousel {
    box-shadow: 0 3px 4px #999;
}

.carousel-caption h3 {
    background-color: rgba(0, 0, 0, 0.3);
}

.block_container {
    border: 5px solid #0c4190;
}

.block_head {
    background-color: #0c4190;
    color: #ffffff;
}

.block_body li .glyphicon {
    color: #0c4190;
}

.block_body ul li:hover {
    color: #0c4190;
}

.text-warning {
    color: #CC6600;
}

.text-primary {
    color: #0c4190;
}

.menu_hidden {
    color: #ffffff;
}

@media (max-width: 991px) {

    .main_menu .navbar-nav > li {
        border-bottom: 1px solid #315384;
    }

    .main_menu .navbar-nav {
        background-color: #0c4190;
    }
}