@charset "utf-8";
/* CSS Document */


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1366px) {



}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1280px) {



}

/* Medium Devices, Desktops */
@media only screen and (max-width : 1024px) {

    .top_title {
        font-size: 14px;
    }

}


/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {

    .top_container{
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .top_right_col{
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .top_title {
        font-size: 11px;
    }

    .language_dropdown{
        padding-right: 0px !important;
    }

    .no_padding{
        padding-right: 15px;
        padding-left: 15px;
    }

    .no_padd_left{
        padding-left: 15px;
    }

    .no_padd_right{
        padding-right: 15px;
    }

    .section_heading {
        width: 30% !important;
    }

    .top_title {
        font-size: 11px;
        margin-top: 16px;
        line-height: 16px;
    }

    .top_title2 {
        font-size: 11px;
        margin-top: -9px;
    }

    .top_title_container {
        padding-right: 15px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {



}


/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {

    label {
        height: auto;
    }

    .has-feedback label~.form-control-feedback {
        top: 25px;
    }

    .main_logo{
        margin-right: auto;
        margin-left: auto;
    }

    .user_text {
        font-size: 16px;
        text-align: center;
    }

    .login_button{
        display: block;
        margin-left: auto;
        margin-right: auto;
        float: none !important;
        margin-bottom: 15px;
    }

    .add_button{
        margin-bottom: 15px !important;
    }
    .access_time, .access_date{
        text-align: center;
        margin-left: 0px;
    }
    .access_time{
        margin-left: -5px;
    }

    .top_title, .top_title2{
        text-align: center !important;
        margin-right: auto;
        margin-left: auto;
        font-size: 13px;
        line-height: 25px;
    }
    
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 640px) {


}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

    .section_heading {
        width: 60% !important;
    }


}

/* Custom, iPhone Retina */
@media only screen and (max-width : 375px) {

.top_title, .top_title2 {
        padding-left: 5px;
    }


}

/* Custom, iPhone Retina */
@media only screen and (max-width : 360px) {



}


@media only screen and (max-width : 320px) {

    .top_title, .top_title2 {
        padding-left: 13px;
    }

}