﻿@media (max-width: 1420px) and (min-width: 1200px) {
    .survey_form_control_txt {
        width: 70%;
    }

    .width_txtbox {
        width: 85%;
        float: left;
    }
}

@media (max-width: 1200px) and (min-width: 975px) {
    .survey_form_control_txt {
        width: 60%;
    }

    .width_txtbox {
        width: 79%;
        float: left;
    }
}

@media (max-width: 974px) and (min-width: 767px) {
    .survey_form_control_txt {
        width: 50%;
        float: left;
    }

    .survey_form_control_select {
        width: 70%;
        float: left;
    }

    .imgloader {
        right: 65px;
    }

    .width_txtbox {
        width: 75%;
        float: left;
    }
}

@media only screen and (max-width: 991px) {
    #CreateSurvey {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 991px) and (min-width:769px) {
    .filters {
        width: 100% !important;
        display: inline-flex !important;
        float: none;
    }
}

@media(max-width: 992px) {
    .padding_left_media_sm {
        padding-left: 0;
    }

    .padding_right_media_sm {
        padding-right: 0;
    }

    .navbar-side {
        width: 60px;
    }

    #page-wrapper {
        margin: 0 0 0 50px;
    }

    .lbl-sm {
        display: none;
    }
}

@media (max-width: 767px) {
    .display_none_media {
        display: none;
    }

    .content1 {
        padding: 15px 15px 15px 15px;
        min-width: 320px;
        margin-bottom: 130px;
    }

    .navbar-toggle {
        display: none;
    }

    .filters {
        width: 100% !important;
        display: inline-flex !important;
    }

    .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
        float: left;
        text-align: center;
        padding: 0 0;
        margin: 5px 5px 5px;
    }

    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
        margin: 10px 10px;
        text-align: right;
    }

    #userList_paginate {
        float: right;
        margin-right: 10px;
    }

    .dataTables_paginate .glyphicon-step-backward:before {
        content: "\e069";
        font-family: "Glyphicons Halflings";
    }

    .dataTables_paginate .glyphicon-step-forward:before {
        content: "";
        font-family: "Glyphicons Halflings";
    }

    .dataTables_paginate .glyphicon-triangle-left:before {
        content: "";
        font-family: "Glyphicons Halflings";
    }

    .dataTables_paginate .glyphicon-triangle-right:before {
        content: "";
        font-family: "Glyphicons Halflings";
    }

    #page-inner {
        padding: 10px 15px;
    }
}

@media (max-width: 600px) {
    .filters {
        width: 100% !important;
        display: inline-block !important;
    }
}

@media (max-width: 500px) {
    .filters {
        width: 100% !important;
        display: inline-block !important;
    }

    .display_none_media {
        display: none;
    }

    #logo {
        width: 180px;
        padding: 5px;
    }
}
