@media (min-width: 1000px) {
    .for_error_pos .form-group a[data-toggle="tooltip"] {
         position: static;
    }
}

@media (max-width: 1200px) {
    .steps-arrows  {
        width: 380px;
        margin: 0 auto!important;
        padding-left: 0;
        padding-bottom: 15px;
    }
    .steps-arrows  li:nth-child(2n-1) .span4 {
         margin-left: 0;
    }
}

@media (max-width: 1000px) {
    .pad_space_xs {
        padding-bottom: 20px;
    }

}

@media (max-width: 740px) {
    .atmAdminItems{
        display: none;
    }

    #c_l_info_div, #a_o_info_div{
            width: 100% !important;
    }
    #agr_comm_div, #notesList{
         overflow-x: scroll;
    }

    .steps-arrows  {
        width: 230px;
        display: none !important;
    }
    .span4 {
        margin-left: 21px;
    }

    .steps-arrows  li:nth-child(2n-1) .span4 {
        margin-left: 0;
    }

    .steps h6 {
        font-size: 11px;
    }

    .span4 {
        width: 102px;
    }

    #Atm_plan_term_fee[disabled="disabled"] {
        background-color: #FAFAFA!important;
        font-weight: bold;
        color: #000000;
    }

    .sig_block {
        display: block;
        padding-top: 8px;
    }

    .atm_center {
        text-align: center;
    }

    .atm_pull_right {
        float: none!important;
    }
}

@media (max-width: 500px) {
    /*\backend\protected\views\site\
    INDEX.PHP*/
    .msg_box {
        padding-top: 80px;
        height: auto;
        padding-bottom: 14px;
    }
    .i_big_btn {
        width: 252px;
    }
    /*\backend\protected\views\site\
    END INDEX.PHP*/

    .btn_msg_control {
        width: 180px;
        float: right;
        padding: 20px 0 0 0;
    }
}

@media (max-width: 420px) {
    @-webkit-keyframes scroll_img_animate {
        0%   { opacity: 0; }
        50% { opacity: 1; }
        100%   { opacity: 0; }
    }
    @-moz-keyframes scroll_img_animate {
        0%   { opacity: 0; }
        50% { opacity: 1; }
        100%   { opacity: 0; }
    }
    @-o-keyframes scroll_img_animate {
        0%   { opacity: 0; }
        50% { opacity: 1; }
        100%   { opacity: 0; }
    }
    @keyframes scroll_img_animate {
        0%   { opacity: 0; }
        50% { opacity: 1; }
        99%   { opacity: 0;}
        100%   { display: none;}
    }

    /*.adm_table_box:before {*/
        /*opacity: 0;*/
        /*content: '';*/
        /*display: block;*/
        /*width: 80px;*/
        /*height: 80px;*/
        /*position: absolute;*/
        /*left: 50%;*/
        /*top: 60%;*/
        /*margin: -40px 0 0 -40px;*/
        /*background: url("../img/arrow_lr_table.png") 0 0 no-repeat;*/

        /*-webkit-animation: scroll_img_animate 3s; *//* Safari 4+ */
        /*-moz-animation:    scroll_img_animate 3s; *//* Fx 5+ */
        /*-o-animation:      scroll_img_animate 3s; *//* Opera 12+ */
        /*animation:         scroll_img_animate 3s; *//* IE 10+, Fx 29+ */
    /*}*/


    .steps-arrows {
        width: 229px;
    }
    .steps-arrows li .span4 {
        margin-left: 21px;
    }


}