.head7 {
    padding-top: 7px;
}

h6 {
    color: #3d88c1 !important;
    font-weight: bold !important;
}
h6SC {
    color: #33a5ca !important;
    font-weight: bold !important;
}
h6SC1 {
    color: black; !important;
    font-weight: bold !important;
}
.myButton1 {
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 15px;
    padding: 6px 15px;
    background-color: #3d88c1;
    border-radius: 4px;
}

.NewTable {
    width: 100%;
    border: 1px solid black;
    border-radius: 5px 5px;
    /*margin-top: 2px;*/
}

    .NewTable th {
        color: white;
        text-align: center;
        border: 1px solid black;
        padding: 10px;
        background: none;
        background-color: #1f5b89;
    }

    .NewTable td {
        border: 1px solid black;
        padding: 5px;
        color: black;
        font-family: Verdana;
        font-size: 12px;
    }
.NewTableSC {
    width: 100%;
    border: 1px solid black;
    border-radius: 5px 5px;
    /*margin-top: 2px;*/
}

    .NewTableSC th {
        color:black;
        text-align: center;
        border: 1px solid black;
        padding: 10px;
        background: none;
        background-color: #ffffff;
    }

    .NewTableSC td {
        border: 1px solid black;
        padding: 5px;
        color: black;
        font-family: Verdana;
        font-size: 12px;
    }
.tableFixHead1 {
    overflow: auto;
    max-height: 900px;
}
.tableFixHead11 {
    overflow-x: auto;
    max-height: 1000px;
    background-color: #ebebeb;
}
.tableFixHead12 {
    overflow-x: auto;
    overflow-y: no-display;
    max-height: 400px;
   
    background-color: #ffffff;
}

    .tableFixHead1 thead th {
        position: sticky;
        top: 0;
        z-index: 1;
    }
.tableFixHead {
    overflow: auto;
    height: 370px;
}

    .tableFixHead thead th {
        position: sticky;
        top: 0;
        z-index: 1;
    }
.col1 {
    color: white;
    text-align: center;
    font-size: 17px;
}

.cen {
    text-align: center;
}

.cens {
    margin-left: 8%;
}

li:hover ul {
    background-color: #B53838;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #000;
    background-color: #F44336;
}

.footer1 {
    background-color: #7e7b7b !important;
    padding-top: 15px;
    color: white;
}

@media (min-width:768px) {
    .navbar-nav {
        display: inline-block;
        float: unset;
    }

        .navbar-nav > li {
            display: inline-block;
            float: unset;
        }
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 49px;
    right: 34px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #584e4e;
    color: white;
    cursor: pointer;
    padding: 5px;
    border-radius: 3px;
    font-size: 15px;
}

    .back-to-top:hover {
        background-color: #555;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer1 .col-md-4 {
        text-align: center !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    .left_pading {
        padding-left: 1px;
    }

    .mainbody {
        width: 100%;
    }

        .mainbody .col-1-3, .mainbody .col-2-3 {
            width: 100%;
        }

        .mainbody .col-1-4 {
            width: 50%;
        }

        .mainbody .col-6-1, .mainbody .col-1-6, .mainbody .col-2-6, .mainbody .col-3-6, .mainbody .col-4-6, .mainbody .col-5-6, .mainbody .col-1-7 {
            width: 100%;
        }
}

.row {
    padding-bottom: 12px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #B53838;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav a {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: left;
        text-decoration: none;
        font-size: 12px;
        color: white;
        display: block;
        transition: 0.3s;
        border-bottom: 1px solid white;
    }


    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

@media (max-width:768px) {
    .hidden-xs {
        display: none !important;
    }

    @media (max-width:768px) {
        .visible-xs {
            display: block !important;
        }

        table.visible-xs {
            display: table !important;
        }

        tr.visible-xs {
            display: table-row !important;
        }

        th.visible-xs, td.visible-xs {
            display: table-cell !important;
        }
    }
}

.input-group {
    width: 100%;
}

.ellipsistext {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.input-group-addon {
    width: 150px !important;
    height: auto;
    text-align: left;
    white-space: unset !important;
    color: #3d88c1;
    cursor: default;
}

.input-group-addontext {
    width: 100%;
}

@media (max-width: 768px) {
    .input-group {
        display: inline-block;
    }

    .input-group-addon {
        text-align: left;
        border: 1px solid #cccccc !important;
        width: 1% !important;
        white-space: nowrap;
        border-bottom-right-radius: 4px !important;
        border-top-right-radius: 4px !important;
    }
}

@media (min-width: 991px) and (max-width: 2500px) {
    .input-group-addon {
        /*width: 150px !important;*/
        width:102px!important;
        height: auto;
        text-align: left;
        white-space: unset !important;
        border-bottom-right-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }
}


.tablecssremove td {
    border: 0px;
}

.tablecssremove tr {
    height: 30px;
    background-color: white;
}

.blue {
    font-weight: bold;
    color: #0b7cb6;
    font-size: 14px;
    margin-right: 5px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: black;
    background-color: #f7f7f7;
}

.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    color: black;
    font-size: 14px !important;
}

li:hover ul {
    background-color: white;
    color: black;
}

.dropdown-menu > li > a {
    font-size: 15px;
}

.logindiv {
    background-color: #949745 !important;
}

@media only screen and (min-width: 300px) and (max-width: 991px) {
    .form-control {
        border-bottom-right-radius: 4px !important;
        border-top-right-radius: 4px !important;
        border-bottom-left-radius: 4px !important;
        border-top-left-radius: 4px !important;
    }
}

@media (min-width: 768px) and (max-width: 2500px) {
    .form-control {
        border-bottom-right-radius: 4px !important;
        border-top-right-radius: 4px !important;
        border-bottom-left-radius: 0px !important;
        border-top-left-radius: 0px !important;
    }
}





.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    cursor: pointer;
}

@media (min-width:200px) {
    .modal-dialog {
        margin: 30px auto !important;
    }
}

@media (min-width: 200px) and (max-width: 600px) {
    .modal-dialog {
        margin: 0px auto !important;
        width: 90% !important;
    }
}

.col-md-1P {
    float: left;
    width: 40%;
    text-align: right;
    padding-right: 0px;
}

.col-md-4H {
    float: left;
    width: 60%;
}

.column .img {
    width: 150px;
    height: 150px;
}

@media (min-width:910px) {
    .csrphoto {
        width: 20%;
        float: left;
    }

    .csrphotoleft {
        width: 80%;
        float: left;
    }
}


@media (min-width:550px) {
    .csrphotonew {
        width: 20%;
    }

    .csrphotonew1 {
        width: 80%;
    }

    .csrphotonew2 {
        display: none;
    }
}

@media (max-width:550px) {
    .csrphotonew {
        display: none;
    }

    .csrphotonew1 {
        width: 100%;
    }
}
