﻿@media (min-width: 768px) {
    .login {
        width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    #btn_Submit {
        width: 190px !important;
    }

    .conbtn {
        width: 190px !important;
    }

    .uploadDiv {
         width: 190px !important;
         float:left;
         margin-right:30px;
    }
    .backDiv {
        width: 190px !important;
        float:left;
    }
}
@media (min-width: 959px) {
     .lbl {
        float:left;
        width:190px;
    }

    /*.lblWords {
        float: left;
    }*/
}
@media (min-width: 1200px) {
}
@media (max-width:959px) {

    .topmargin{
        padding-top:10px;
        margin-top:10px;
    }

    .lblWords {
        width: 100%;
        display:block;
    }

   #minipay{
       line-height:40px;

}
       .login {
        width: 74%;
        margin-left: 13%;
    }
    /*.dxeEditAreaSys {
         width:96% !Important;
    }*/
     .numberValid {
        width:96% !Important;
    }
     
    .uploadDiv {
         width: 96% !important;
         margin-bottom:20px;
    }
    .backDiv {
        width:  96% !important;
    }
       .conbtn {
        width:96% !important;
        /*width:250px;*/
    }
        #btn_Submit {
        width:96% !important;
    }
        .popover {
    background-color:rgba(0,0,0,0.7);
    color:#fff;
}
    .popover.top > .arrow:after {
          border-top-color: rgba(0,0,0,0.7);
    }
}
@media screen and (max-width: 767px) {
    .login {
        width: 88%;
        margin-left: 6%;
    }
    /*.dxeEditAreaSys {
         width:96% !Important;
    }*/
     .numberValid {
        width:96% !Important;
    }
     
    .uploadDiv {
         width: 96% !important;
         margin-bottom:20px;
    }
    .backDiv {
        width:  96% !important;
    }
       .conbtn {
        width:96% !important;
        /*width:250px;*/
    }
        #btn_Submit {
        width:96% !important;
    }
        .popover {
    background-color:rgba(0,0,0,0.7);
    color:#fff;
}
    .popover.top > .arrow:after {
          border-top-color: rgba(0,0,0,0.7);
    }
}

@media (max-width: 480px) and (orientation: landscape) {
    .login {
        width: 98%;
        margin-left: 1%;
    }  
       #btn_Submit {
        width:274px !important;
    }
           .uploadDiv {
         width: 274px !important;
         margin-bottom:20px;
    }
    .backDiv {
        width: 274px !important;
    }
         .conbtn {
        width:274px !important;
        /*width:250px;*/
    }
}
@media (max-width:440px) {
    ol.progtrckr[data-progtrckr-steps="5"] li {
        width:22%;
    }
       .login {
        width: 98%;
        margin-left: 1%;
    }
    /*.dxeEditAreaSys {
        width:96% !important;
    }*/
    .numberValid {
        width:96% !Important;
    }
      .uploadDiv {
         width: 96% !important;
         margin-bottom:20px;
        
    }
    .backDiv {
        width:  96% !important;
    }
      #btn_Submit {
        width:96% !important;
    }
     
        .conbtn {
        width:96% !important;
    }
                /*.conbtn {
        width:250px !important;
    }*/
    ol.progtrckr li.progtrckr-todo:before {
        content:"";
        background-color:transparent;
    }
    ol.progtrckr li.progtrckr-done:before {
        content:"";
        background-color:transparent;
    }
}

@media screen and (min-width: 768px) {
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
}
