


@media only screen and (min-width:200px) and (max-width:767px) {

    .login-page-right {
        padding: 15px !important;
        background: #f6f6f6;
        min-height: auto !important;
    }

    .login-page-left {
        display: none;
    }

    .login-page-right h3 {
        font-size: 17px !important;
        margin: 38px 0 20px 0 !important;
    }

    .logo-mobile-view img {
        width: 150px;
        display: block !important;
    }

    .cros-login {
        top: 23px !important;
        right: 15px !important;
    }

    .content {
        padding: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .logo-a img {
        width: 105px;
    }

    .page-title {
        display: none;
    }

    li.language {
        display: none;
    }

    .login-menu > ul > li {
        margin-left: 8px;
    }

    .dashboard_area h3 {
        font-size: 16px;
    }

    .sidebar-menu {
        margin-top: 0 !important;
    }

    b.log_in {
        font-size: 14px;
    }

    .footer-menu-1 ul li a {
        font-size: 12px;
        padding-right: 9px;
        margin-right: 3px;
    }

    .footer-widget h3 {
        font-size: 16px;
        margin: 16px 0 17px 0;
    }

    .track_box .user_deatils .user_txt_area h3 {
        font-size: 18px;
        margin-bottom: 13px;
        margin-top: 15px;
    }

    .btn-blue {
        margin-right: 0px !important;
        margin-bottom: 8px;
    }

    .input-status {
        width: 100%;
    }

    select#nestedChangeStatus {
        width: 144px;
    }

    h3.client_details_productname {
        font-size: 15px !important;
        padding: 7px 7px;
    }

    .newedited_track .col-md-4 {
        padding-right: 15px;
    }

    .client_productdetails {
        margin-bottom: 17px;
        display: flex;
        justify-content: space-between;
    }

    .user_tbl_area {
        float: left;
        width: 100%;
    }

    .newedited_track .user_txt_area {
        width: 100% !important;
        float: left;
    }
}



@media only screen and (min-width:480px) and (max-width:767px) {
}



@media only screen and (min-width:768px) and (max-width:991px) {
}








/********************@media only screen and (min-width:1024px) and (max-width:1200px)********************/


@media (min-width:992px) and (max-width:1199px) {
}


/********************@media only screen and (min-width:1201px)********************/



/********************@media only screen and (min-width:1201px)********************/













/************************Amitava 17-04-2020************************************/
.misreporttotalearing {
    float: right;
    width: 150px;
    height: 150px;
    margin: 70px 70px 0 0;
    text-align: center;
}

.misreporttotalearing_inner {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: #ccc solid 5px;
    background: green;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 60px 0 0 0;
    margin: 0 0 15px 0;
}

.misreporttotalearing_bottom {
    float: left;
    width: 120px;
    height: 100px;
    margin: 50px 50px 50px 0;
    text-align: center;
}

.misreporttotalearing_bottom_inner {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: #ccc solid 5px;
    background: #00397c;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 35px 0 30px 0;
    margin: 0 auto 15px auto;
}

.earing_list ul {
    border-bottom: #ccc solid 1px;
    text-align: left;
    padding: 14px 0 0 0;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

    .earing_list ul li {
        position: relative;
        display: inline-block;
    }

        .earing_list ul li a {
            padding: 10px 8px;
            font-size: 13px;
            display: block;
            color: #7a7a7a;
        }


        .earing_list ul li.earing_active a:after {
            background: #003277;
            height: 3px;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            content: "";
        }

.text-vlolet {
    color: blueviolet;
}

table .text-danger, table .text-success {
    display: block;
    text-align: center;
}

.text-black {
    color: #000;
}

.tabledropdown {
    border: 0;
    background: 0;
    outline: none;
}

.orderlistdropdown li {
    position: relative;
    padding: 0 0 0 5px;
    cursor: pointer;
}

    .orderlistdropdown li span.default1 {
        width: 10px;
        height: 10px;
        background: #ddd;
        position: absolute;
        top: 8px;
        left: 8px;
        content: "";
        border-radius: 50%;
    }


    .orderlistdropdown li span.active1 {
        width: 10px;
        height: 10px;
        background: #00b050;
        position: absolute;
        top: 8px;
        left: 8px;
        content: "";
        border-radius: 50%;
    }

    .orderlistdropdown li span.inactive1 {
        width: 10px;
        height: 10px;
        background: #000;
        position: absolute;
        top: 8px;
        left: 8px;
        content: "";
        border-radius: 50%;
    }

    .orderlistdropdown li span.view1 {
        width: 10px;
        height: 10px;
        background: #70300a;
        position: absolute;
        top: 8px;
        left: 8px;
        content: "";
        border-radius: 50%;
    }

    .orderlistdropdown li span.edit1 {
        width: 10px;
        height: 10px;
        background: #2f5597;
        position: absolute;
        top: 8px;
        left: 8px;
        content: "";
        border-radius: 50%;
    }

    .orderlistdropdown li span.delete1 {
        width: 10px;
        height: 10px;
        background: #ff0000;
        position: absolute;
        top: 8px;
        left: 8px;
        content: "";
        border-radius: 50%;
    }

    .orderlistdropdown li span.clone {
        width: 10px;
        height: 10px;
        background: #00ff66;
        position: absolute;
        top: 8px;
        left: 8px;
        content: "";
        border-radius: 50%;
    }


.bankdocument .modal-title {
    display: inline-block;
    color: #00397c;
    font-size: 29px;
    margin: 0 0 0 0px;
}

.bankdocument .modal-dialog {
    border: 5px solid #00397c;
}

/*.btnAdd{
	border-radius: 25px;
	font-family: 'Poppins', sans-serif;
	border: #00397c 1px solid;
	padding: 10px 35px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
}
*/
.navbar-nav li.dropdown.messages-menu a b {
    padding-top: 12px;
}

.user_top .user-img {
    margin-top: 8px;
}

.search {
    margin: 20px 15px 0 0;
    position: relative;
}

    .search input[type="text"] {
        width: 290px;
        height: 35px;
        border-radius: 50px;
        border: 1px solid #ccc;
        padding: 0 15px;
    }

    .search input[type="button"] {
        background: url(../Images/img/search.png) no-repeat 0 0;
        width: 22px;
        height: 21px;
        border: 0;
        position: absolute;
        bottom: 0;
        top: 0;
        right: 13px;
        margin: auto;
    }

.btn-submit {
    text-transform: capitalize;
}

span.active-status {
    color: #000;
}

span.default-status {
    text-align: center;
    color: #000;
    display: block;
}

span.inactive-status {
    text-align: center;
    color: #000;
    display: block;
}

.cricel_default {
    width: 10px;
    height: 10px;
    background: #ddd;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.cricel_active {
    width: 10px;
    height: 10px;
    background: #00b050;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.cricel_inactive {
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.borderwhite {
    border-top: #fff solid 1px;
    padding: 20px 0 10px 0;
    margin: 0 10px;
}

.mastr-menu-list ul li a {
    font-size: 11px;
    padding: 8px 0px;
}

.misreporttotalearing_bottom a {
    color: #000;
}

.network_box {
    border: #ccc solid 1px;
    padding: 5px;
}

    .network_box h5 {
        background: #00397c;
        padding: 5px 0;
        text-align: center;
        color: #fff;
        font-size: 25px;
        margin: 0;
    }

.network_box_l {
    font-size: 20px;
    color: #000;
    padding: 10px 0;
}

    .network_box_l span {
        color: #000;
        font-size: 16px;
    }

        .network_box_l span.spangreen {
            color: green;
            font-size: 16px;
            text-align: center;
            display: block;
        }

        .network_box_l span.spanyellow {
            color: #9f9f09;
            font-size: 16px;
            text-align: center;
            display: block;
        }

.download_print {
    float: right;
    padding: 30px 0 0 0;
}

    .download_print i {
        color: #000;
        font-size: 30px;
        margin: 0 0 0 15px;
    }
