﻿
.center-outer-panel {
    width: 100%;
    height: 400px;
}
.center-inner-panel {
    width: 50%; /* 70% of the parent*/
    margin: 10px auto;
}

.navbar-image{
    visibility:hidden;
}

.inactiveLink {
    pointer-events: none;
    cursor: default;
}

.btn-class {
    color: black !important;
    border-radius: 2px !important;
    border: 1px solid rgb(60, 108, 135);
    background-color: white !important;
}

.btn-class:hover {
    color: white !important;
    border: 1px solid black;
    background-color: rgb(60, 108, 135) !important;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(60, 108, 135);
    -moz-box-shadow: 0px 0px 10px 0px rgb(60, 108, 135);
    box-shadow: 0px 0px 10px 0px rgb(60, 108, 135);
}


.main-content {
    background-color: white;
    display: flex !important;
    justify-content: center !important;
}

    .main-content a {
        color: black;
        width: 100% !important;
    }

.listBtn:hover {
    border: 1px solid rgb(60, 108, 135);
    background-color: rgb(60, 108, 135);
    color: white !important;
    outline: 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(60, 108, 135);
    -moz-box-shadow: 0px 0px 10px 0px rgb(60, 108, 135);
    box-shadow: 0px 0px 10px 0px rgb(60, 108, 135);
}

.title-span{
    margin:5px 5px 5px 5px !important;
    font-weight:600;
    font-size:medium;
}


.background-image {
    background-image: none !important;
    background-color:white!important;
}

.info-modal{
    border: none;
}
.active-part{
    padding:15px;
}
.result-option{
    margin:5px !important;
}

.list-group-item:hover span {
    color: white !important;
}

.list-group-item:hover {
    border: 1px solid rgb(60, 108, 135);
    background-color: rgb(60, 108, 135);
    color: white !important;
    outline: 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(60, 108, 135);
    -moz-box-shadow: 0px 0px 10px 0px rgb(60, 108, 135);
    box-shadow: 0px 0px 10px 0px rgb(60, 108, 135);
}

.info-modal:hover {
    background-color: rgb(60, 108, 135);
    color: white !important;
}

.backButton {
    -moz-appearance: button;
    -webkit-appearance: button;
    text-decoration: none;
    font: menu;
    color: ButtonText;
    display: inline-block;
    width:100%;
    padding: 10px 25px;
    margin-top:25px;
    color:black;
    font-size:13px;

}

.ButtonResult {
    -moz-appearance: button;
    -webkit-appearance: button;
    text-decoration: none;
    font: menu;
    color: ButtonText;
    display: inline-block;
    width: 49%;
    padding: 10px 25px;
    margin-top: 25px;
}

.group-question {
    padding-left: 15px !important;
    padding-bottom:15px !important;
}

.title-panel {
    padding-bottom: 5px;
    text-align: center;
    font-size:medium;
}

/*.result-body{
    width:500px!important
}*/

.box-option {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    color:black;
    padding:10px 15px 10px 15px !important;
}

.rounded {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

@media only screen and (max-width: 600px) {

    footer {
        height: 20px !important;
        line-height: 20px !important;
        font-size: 10px;
    }

    .fix-header {
        /*height: 20px !important;*/
        line-height: 20px !important;
        font-size: 10px;
    }

    .result-body {
        width: 100% !important
    }
    .center-outer-panel {
        width: 100%;
        height: 400px;
    }

    .center-inner-panel {
        width: 100%; /* 70% of the parent*/
        margin: 10px auto;
    }
    .group-question {
        padding-left: 0px !important;
        padding-bottom: 0px !important;
    }
    body{
        font-size:12px;
    }
}

@media (max-width:800px) and (min-width:701px) {
 
    .center-outer-panel {
        width: 100%;
        height: 400px;
    }

    .center-inner-panel {
        width: 100%; /* 70% of the parent*/
        margin: 10px auto;
    }

    .middle-info {
        font-size: smaller;
    }
}

@media only screen and (max-width: 800px) {

    .alert-info {
        font-size: 10px;
    }
    .logo-client{
        max-width:125px;
    }
}
