body {
    font-family: Arial, Helvetica, sans-serif !important;
    background-color: #d4e1f9;
    padding: 0 !important;
    overflow-y: scroll !important;
}

a {
    cursor: pointer;
}

.header .navbar,
.header .navbar-default {
    border-color: #FFF !important;
    background-color: #FFF;
    border-bottom: #0C3B93 solid 5px !important;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.red {
    background-color: #ff8080;
}

.green {
    background-color: #90ee90;
}

.orange {
    background-color: #ff9933;
}

.skyblue {
    background-color: rgb(122, 210, 245);
}

.white {
    background-color: none;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999 !important;
    background: url(../images/loader.gif) center no-repeat rgba(0, 0, 0, 0.5);
}

.nullpadding {
    padding: 0px;
}

.navbar {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(204, 204, 204, 1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(204, 204, 204, 1);
    box-shadow: 0px 5px 10px 0px rgba(204, 204, 204, 1);
    border-radius: 0px 0px !important;
    margin-bottom: 10px !important;
}

.header .navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 20px;
}

.header .navbar-default .navbar-nav>.active>a,
.header .navbar-default .header .navbar-nav>.active>a:focus,
.header .navbar-default .navbar-nav>.active>a:hover {
    background-color: #0C3B93;
    color: #fff;
}

.header .navbar-default .navbar-nav>li>a {
    color: #0C3B93;
}

.header .navbar-default .navbar-brand {
    color: #0c3b93;
    font-size: 1.5em;
    padding-top: 19px;
    font-family: 'Bree Serif', serif;
    text-align: center !important;
    text-transform: uppercase;
}

.midarea {
    min-height: 400px;
    margin-bottom: 4%;
}

.loginform {
    /*  margin: 2% 0%;*/
}

.leftlogo {
    padding: 5px 0px;
}

.login-inner {
    padding: 20px;
    background-color: #fff;
    border-radius: 8px 8px;
    -webkit-border-radius: 8px 8px;
    -moz-border-radius: 8px 8px;
    -o-border-radius: 8px 8px;
    -ie-border-radius: 8px 8px;
    -ms-border-radius: 8px 8px;
    min-height: 470px;
    margin: 1% auto;
}

.register_grid {
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 8px 8px;
    -webkit-border-radius: 8px 8px;
    -moz-border-radius: 8px 8px;
    -o-border-radius: 8px 8px;
    -ie-border-radius: 8px 8px;
    -ms-border-radius: 8px 8px;
    margin: 1% auto;
    margin-bottom: 4%;
}

.portalbtnstyle {
    background-color: #0c3b93;
    color: #fff;
    outline: none;
    border: none;
}

.midarea .page-header {
    margin-top: 0px;
    border-left: #0c3b93 solid 5px;
    padding-left: 10px;
    border-bottom: none !important;
    background-color: #EAF0FC;
}

.midarea .page-header h1 {
    margin-top: 0px;
    font-size: 16px;
    padding-top: 10px;
    margin-bottom: 0px;
    color: #000;
    font-weight: bold;
}

.footer {
    background-color: #0c3b93;
    color: #fff;
    padding: 1% 0%;
    font-size: 11px;
    text-align: center;
    position: fixed;
    width: 100%;
    z-index: 999;
    bottom: 0px;
}

.loginform label {
    text-align: right;
}

.rightlogo {
    width: 450px;
}

.vendor_register .nav-tabs>li.active>a,
.vendor_register .nav-tabs>li.active>a:focus,
.vendor_register .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #0c3b93;
    border: 1px solid #0c3b93;
    border-bottom-color: transparent;
    /* border-radius: 2px; */
    /* width: 100%; */
}

.vendor_register .nav-tabs a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.statusbar {}

.bubble {
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    background-color: #efefef;
    color: #0C3B93;
    border-radius: 50% 50%;
    line-height: 40px;
    float: left;
    font-size: 1em;
    position: relative;
}

.statusline {
    width: 11%;
    float: left;
    background-color: #efefef;
    padding: 3px 0px;
    margin-top: 17px;
}

.statusbar {
    padding-bottom: 40px;
    padding-top: 1%;
    /* width: 800px; */
    margin: 0 auto;
    padding-left: 20%;
}

.bubbleactive {
    background-color: #0C3B93 !important;
    color: #fff !important;
}

.logtabs {
    background-color: #EAF0FC;
    text-align: center;
    padding: 2% 0%;
}

.logtabs a {
    color: #000;
}

.effects {
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    -ie-transition: all ease 0.8s;
    -o-transition: all ease 0.8s;
    -ms-transition: all ease 0.8s;
}

.lodinmidarea .form-group,
.register_grid .form-group {
    margin-bottom: 5px;
}

.register_grid {
    background-color: #fff;
}

.register_grid label {
    margin-bottom: 3px;
}

.register_grid .form-control {
    height: auto;
}

.v_stepone {
    margin-left: 30% !important;
}

.tab-content {
    background-color: #EAF0FC;
    padding: 1% 0%;
}

.checklist {
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
}

.vendor_register span {
    color: #F00;
    font-size: 14px;
}

.panbolck {
    /* width: 350px;*/
    margin: 0 auto;
}

#otherDetails,
#uploadDocuments,
#personalDetails,
#panVerification,
#addrLocations,
#termsConditions {
    width: 80%;
    margin: 0 auto;
}

.lodinmidarea .container {
    width: 65%;
    margin: 0 auto;
}

#typesOfServices {
    width: 98%;
    margin: 0 auto;
}

#typesOfServices .page-header {
    margin-bottom: 0px;
}

.abstitle {
    position: absolute;
    top: 100%;
    left: -120%;
    width: 155px;
}

.bubbleactive .abstitle {
    color: #0C3B93 !important;
    font-weight: bold !important;
}

.form-group label {
    font-weight: normal !important;
}

.searchinner {
    background-color: #fff;
    border-radius: 8px 8px;
    -webkit-border-radius: 8px 8px;
    -moz-border-radius: 8px 8px;
    -o-border-radius: 8px 8px;
    -ie-border-radius: 8px 8px;
    -ms-border-radius: 8px 8px;
}


/*added width and hieght to map*/

.map {
    margin-bottom: 4%;
    border: #D4E1F9 solid 5px;
    width: 100%;
    height: 78vh !important;
}

.search_area {
    margin: 2% auto;
}

.search_area input[type="text"] {
    width: 93%;
    margin-right: 1%;
}

.search_area input[type="submit"] {
    width: 50px;
}

.address {
    font-size: 1.3em;
    padding: 1%;
    background-color: #efefef;
    margin-bottom: 1%;
}

.address span {
    color: #0C3B93;
}

.vendorlist {
    margin: 7% 0% 0% 0%;
}

.vendorlisttwo {
    margin-top: 0% !important;
}

.vendorgird {
    min-height: 200px;
    background-color: #fff;
    border-radius: 8px 8px;
    margin-bottom: 15px;
    margin-right: 1%;
    border: #d4e1f9 solid 5px;
    padding-bottom: 10px;
}

.vendorgird1 {
    background-color: #fff;
    margin-right: 1%;
    border: #d4e1f9 solid 1px;
}

.vendor-title {
    font-size: 1.3em;
    color: #0C3B93 !important;
    font-weight: bold !important;
    padding: 7px 0px 7px 5px;
    background-color: #EFEFEF !important;
    border-bottom: #0c3b93 solid 1px !important;
    margin-bottom: 4px;
}

.indetail {
    padding: 5px 5px;
    width: 98%;
    margin: 1% auto;
    color: #000;
    font-weight: normal !important;
}

.indetail span {
    font-weight: bold !important;
}

.vendorgird table,
.vendorgird1 table {
    width: 100%;
}

.vendorgird table tr td,
.vendorgird1 table tr td {
    padding: 2px 5px 2px 5px;
    text-align: left;
}

.vendorgirdDetails table tr td {
    padding: 5px 5px 5px 5px !important;
    text-align: left;
}

.indetail {}

.vendorgird img,
.vendorgird1 img {
    width: 18px;
}

.vendorgird table .vbold,
.vendorgird1 table .vbold {
    background-color: #0C3B93;
    color: #fff;
    padding: 3px 5px;
}

.indetail2 {
    background-color: #f9f9f9;
    color: #000;
    font-size: 12px;
}

.linkshome {
    margin: 3% 2%;
    font-size: 1.3em;
}

.selectvendor {
    margin-right: 6% !important;
    margin-left: 6% !important;
    background-color: #0C3B93;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    font-size: 1em;
    border: none;
    outline: none;
    border-radius: 5px;
}

.vendors_area {
    height: 91vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-header {
    border-radius: 4px 4px 0px 0px !important;
}

.vendor_status_buttons .portalbtnstyle2 {
    color: #fff !important;
    margin: 5px 5px;
}

.vendor_status_buttons .portalbtnstyle2 span {
    color: #fff !important;
}

.operationsarea .nav-tabs,
.networksarea .nav-tabs {
    text-align: center;
}

.operationsarea .nav-tabs a,
.networksarea .nav-tabs a {
    background-color: #f9f9f9;
    color: #0c3b93;
    font-size: 1.2em;
    font-weight: bold;
}

.operationsarea .nav-tabs a:hover,
.networksarea .nav-tabs a:hover {
    background-color: #0C3B93;
    color: #fff;
}

.operationsarea .nav-tabs li.active a,
.networksarea .nav-tabs li.active a {
    background-color: #0C3B93;
    color: #fff;
    border: #0C3B93 solid 1px !important;
}

.operationsarea .tab-content,
.networksarea .tab-content {
    background-color: #fff;
    padding: 5px 0%;
    padding-bottom: 4%;
    border-top: #0C3B93 solid 2px;
}

#disputeAlerts,
#caseHistory,
#vendorStatus,
#regionalManagerDashboard,
#pendingVendorReportStatus,
.commontablepad {
    padding: 1%;
    margin: 0% 3%;
    background-color: #fff;
}

.servicepad {
    padding: 0%;
    margin: 0% 0%;
    background-color: #fff;
}

#disputeAlerts table thead,
#caseHistory table thead,
#vendorStatus table thead,
.vendor_dash_inner table thead,
#userManagement table thead,
#regionManagement table thead,
#commonCodes table thead,
.financeservice table thead,
table thead {
    background-color: #112242;
    color: #fff;
}

#disputeAlerts table tfoot,
#caseHistory table tfoot,
#vendorStatus table tfoot {
    background-color: #112242;
    color: #fff;
}

.approve {
    background-image: url(../images/approve1.png);
    background-color: #fff;
    background-position: 10% 50%;
    padding: 2px 2px 2px 20px;
    color: #0c3b93;
    border: #0c3b93 solid 2px;
    border-radius: 5px;
    background-repeat: no-repeat;
    width: 70px;
    text-align: center;
    cursor: pointer;
    float: left;
    font-size: 11px;
    margin: 1px 2px;
}

.approve2 {
    background-image: url(../images/approve1.png);
    background-color: #fff;
    background-position: 5% 50%;
    padding: 2px 2px 2px 30px;
    color: #0c3b93;
    border: #0c3b93 solid 2px;
    border-radius: 5px;
    background-repeat: no-repeat;
    text-align: center;
    cursor: pointer;
    float: left;
    font-size: 11px;
    margin: 1px 2px;
}

.approve:hover {
    background-position: 10% 10%;
}

.reject {
    background-image: url(../images/reject1.png);
    background-color: #fff;
    background-position: 10% 50%;
    padding: 2px 2px 2px 20px;
    color: #D0203F;
    border: #D0203F solid 2px;
    border-radius: 5px;
    background-repeat: no-repeat;
    width: 70px;
    text-align: center;
    cursor: pointer;
    float: left;
    font-size: 11px;
    margin: 1px 2px;
}

.pending {
    background-image: url(../images/pending.png);
    background-color: #fff;
    background-position: 10% 50%;
    padding: 2px 2px 2px 20px;
    color: #9c6f07;
    border: #9c6f07 solid 2px;
    border-radius: 5px;
    background-repeat: no-repeat;
    width: 70px;
    text-align: center;
    cursor: pointer;
    float: left;
    font-size: 11px;
    margin: 1px 2px;
}

.reject:hover,
.pending:hover {
    background-position: 10% 10%;
}

.netseperator {
    border-bottom: #999 dashed 1px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.networksarea table.dataTable thead th {}

.netfilters {
    background-color: #F6F6F6;
    min-height: 300px;
    border-radius: 8px 8px;
    padding: 2% 2%;
}

.networksarea {
    min-height: 620px;
}

.dateclass {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.periodtable tr td {
    padding: 5px 5px;
}

.reporttype,
.reporttypeholder {
    display: none;
}

.btnprevnext {
    text-align: right;
    padding-top: 1%;
}

.btnprevnext .portalbtnstyle {
    margin-left: 5%;
    margin-right: 1%;
}

.datashow {
    background-color: #efefef;
    font-size: 14px;
    padding: 5px 5px;
    margin-bottom: 5px;
    font-weight: bold;
    min-height: 30px;
    color: #0C3B93;
}

.vendordetailstable tr td {
    padding: 5px 5px;
    border: #EAF0FC solid 1px;
}

.vendordetailstable {
    margin: 5px 0px;
}

.vendordetailsarea .tab-content {
    border-top: #0C3B93 solid 3px;
}

.buttonbar {
    padding: 5px 0%;
    text-align: right;
}

.vendor_dash_inner {
    background-color: #fff;
    padding: 2% 2%;
    border-radius: 8px 8px;
}

.udelete,
.uedit {
    padding: 5px 5px;
}

.createitem,
.caseitems {
    background-color: #0C3B93;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 10px;
    border-radius: 4px 4px;
    -moz-border-radius: 4px 4px;
    display: block;
    width: 200px;
    text-align: center;
    margin: 0px auto;
    float: right;
}

.createitem:hover,
.caseitems:hover {
    color: #fff;
}

.operationsarea code {
    color: #000 !important;
    background-color: #e5edfc !important
}

.create_user {
    min-height: 200px;
    background-color: #fff;
    padding: 2% 2%;
    border-radius: 8px 8px;
}

.backbutton {
    padding: 1%;
    text-align: right;
    cursor: pointer;
}

.back {
    padding-left: 2%;
    position: absolute;
    padding-top: 4%;
}

.vendorback {
    padding: 1% 0%;
}

.termpad p {
    padding: 0% 3%;
    font-size: 10px;
}

.addmoreloc {
    background: url(../images/add-more.png) no-repeat #0c3b93 5% 50%;
    color: #FFF;
    border: none;
    outline: none;
    padding: 5px 5px 5px 25px;
    border-radius: 4px;
}

.button-remove1 {
    background: url(../images/remove-more.png) no-repeat #900 5% 50%;
    color: #FFF;
    border: none;
    outline: none;
    padding: 2px 6px 2px 25px;
    border-radius: 4px;
    margin: 7px 22px 0px 0px;
    font-size: 11px;
    float: right;
}

.address_block {
    overflow-y: auto;
}

.address_loc_inner {
    background-color: #efefef;
    padding: 1%;
    margin: 1%;
    border-radius: 8px 8px;
}

.address_hide {
    display: none;
}

.address_loc_inner_contain h4 {
    text-decoration: underline;
}

#address_accordion a {
    display: block;
}

.columns {
    float: left;
    width: 33.3%;
    padding: 8px;
}

.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2)
}

.price .header {
    background-color: #0C3B93;
    color: white;
    font-size: 1.5em;
    text-align: center;
}

.price li {
    border-bottom: 1px solid #eee;
    padding: 10px 10px;
}

.price .grey {
    background-color: #eee;
    font-size: 1em;
}

.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}

.pricetext {
    width: 80px;
    border: #0C3B93 solid 1px;
    height: 20px;
}

.termsblock {
    margin: 35px 4%;
    border: #fff solid 2px;
    background-color: #FFF;
    color: #000;
    padding: 1% 1%;
    position: relative;
    border-bottom: #ccc solid 2px;
    cursor: pointer;
}

.termsblock:hover {
    border: #ccc solid 2px;
}

.tmodify {
    position: absolute;
    top: -26px;
    right: 0%;
    background-color: #ccc;
    padding: 2px 5px;
    color: #fff;
    z-index: 99999;
    width: 75px;
    text-align: center;
    font-size: 1em;
    text-transform: uppercase;
    border-radius: 5px 5px 0px 0px;
    cursor: pointer;
}

.termnum {
    padding: 5px 8px;
    margin-right: 5px;
    text-align: center;
    font-size: 1.1em;
    background-color: #0C3B93;
    color: #fff !important;
    border-radius: 6px;
}

.tmodify ul {
    padding: 0px;
    margin: 0 auto;
}

.tmodify ul li {
    padding: 0px 8px;
    background-color: #CCCCCC;
    border-right: #999 solid 1px;
    float: left;
    list-style: none;
}

.tmodify ul li:hover {
    background-color: #fff;
}

.tmodify ul li:last-child {
    border: none;
}

.addterm {
    position: relative;
    display: none
}

.addterm .tmodify {
    top: -24px;
    width: 42px;
}

#termsConditions .addterm {
    margin: 35px 4% 35px 10% !important;
}

#termsConditions .addterm textarea {
    border-radius: 0px 0px;
    border: #c45e68 solid 2px;
}

.vendor_register span.termcontent {
    color: #000 !important;
}

#vtermsConditions .addterm,
#oTermsConditions .addterm {
    margin: 35px 4% 35px 10% !important;
}

#vtermsConditions .addterm textarea {
    border-radius: 0px 0px;
    border: #c45e68 solid 2px;
}

#vtermsConditions .termsholder {
    background-color: #D4E1F9;
    padding: 5px 0%;
    margin: 5px 0%;
}

#vtermsConditions .tmodify,
#oTermsConditions .tmodify {
    width: 42px;
}

.termsholder .termsblock:nth-child(2) {
    margin-left: 7% !important;
}

.financeservice {
    display: none;
}

.service_left ul {
    padding: 0px;
    margin: 0 auto;
}

.service_left ul li {
    list-style: none;
    padding-left: 10px;
    cursor: pointer;
}

.service_left ul li input[type="checkbox"] {
    margin-right: 5px;
    width: 15px;
    height: 15px;
}

.service_left ul li:first-child {
    color: #0C3B93;
    font-size: 1.2em;
    font-weight: bold;
    padding: 8px 0px;
}

.service_left ul ul li:first-child {
    color: #000;
    font-size: 1em;
    font-weight: normal;
    padding: 0px 0px 0px 30px;
}

.service_left ul ul li {
    padding-left: 30px;
}

.service_right h4 {
    text-align: center;
    color: #0C3B93;
}

.active_bold {
    font-weight: bold !important;
}

.networ_regional .nav>li>a {
    padding: 10px 2px;
    font-size: 1.2em;
    font-weight: bold;
}

.networ_regional .register_grid,
#rateRevision .register_grid,
.raterevision .register_grid {
    border: #ccc solid 1px;
}

#paymentStatus .form-group {
    /* margin-left: 5%; */
}

.networ_regional .page-header,
#rateRevision .page-header {
    margin-bottom: 0px;
}

.ratetable table tr td {
    text-align: left;
    color: #0C3B93;
    font-size: 12px;
    padding: 0px 2px;
}

.ratetable table {
    float: right;
}

.accept_check {
    width: 18px;
    height: 18px;
    margin: 0px 5px;
    position: relative;
    top: 4px;
}

.raterevision {
    background-color: #fff;
    border-radius: 8px 8px;
}

.error_message {
    color: #F00;
    padding: 5px 0px;
    text-align: center;
}

.columns {
    float: left;
    width: 96%;
    padding: 0% 2%;
    display: none;
}

.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.price:hover {
    box-shadow: none !important;
}

.price .header {
    background-color: #0C3B93;
    color: white;
    font-size: 1.5em;
    text-align: center;
}

.price li {
    border-bottom: 1px solid #eee;
    padding: 5px 5px;
}

.grey {
    background-color: #eee;
    font-size: 0.8em;
    padding: 2px !important;
}

.price .pheader {
    background-color: #0C3B93;
    color: white;
    text-align: center;
    font-size: 1.2em;
}

.pricetext {
    width: 90px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    height: 25px;
}

.overrideTable .ui-widget-header {
    border: none !important;
    background: none !important;
    color: #000 !important;
}

.overrideTable .ui-state-default .ui-icon {
    float: right !important;
}

.overrideTable table tbody tr.odd {
    background-color: #f9f9f9 !important;
}

.overrideTable tbody td {
    border-top: 1px solid #ddd !important;
    padding: 10px 2px !important;
}

.overrideTable .ui-state-default,
.overrideTable .ui-widget-content .ui-state-default,
.overrideTable .ui-widget-header .ui-state-default {
    background: #112242 !important;
    color: #fff !important;
    padding: 10px 5px;
}

.overrideTable .ui-state-default,
.overrideTable .ui-widget-content .ui-state-default,
.overrideTable .ui-widget-header .ui-state-default {
    opacity: 1 !important;
    color: #fff !important;
}

#personalDetails .panel-title,
#vProfile .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    border-left: 5px solid #0c3b93;
    background: #EAF0FC;
    padding: 10px 10px
}

.leftlogo>a>img {
    width: 70px;
}

.register_grid_block label {
    display: block;
}


/*added styles for error,valid msg*/

.error-message {
    color: red;
    text-align: center;
    padding: 1% 0%;
}

.valid-message {
    color: green;
    text-align: center;
    padding: 1% 0%;
}


/*added styles for forget,reset,change pass*/

.forget-reset {
    padding: 20px;
    background-color: #fff;
    border-radius: 8px 8px;
    -webkit-border-radius: 8px 8px;
    -moz-border-radius: 8px 8px;
    -o-border-radius: 8px 8px;
    -ie-border-radius: 8px 8px;
    -ms-border-radius: 8px 8px;
    min-height: 150px;
    margin: 1% auto;
}


/* related to diagnosis button */

.diagnostics {
    float: left;
    margin-top: 21px;
}

.anchorcss {
    margin: 10px 5px;
}

.alert_popup {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    margin: 0 auto;
    height: 100vh;
}

.alert_pop_container {
    width: 400px;
    margin: 20% auto;
    padding: 2%;
    background-color: #efefef;
    border: #0c3b93 solid 2px;
}

.summary_register {
    border: #ccc solid 1px;
    background: #fff;
    margin: 10px 15px;
}

.summary_title {
    background-color: #0C3B93;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    text-transform: uppercase;
}

.summary_title .glyphicon {
    font-size: 15px;
}

.auditbutton {
    margin: 10px 18px;
    width: 120px;
}


/*css related to edit case */

.notesdiv {
    overflow: scroll;
    height: 200px;
}


/*
.selectreason{
    margin-right: 58%;
}
.textareacss{
    height:95px;
    width:447px;
}*/

.viewmap {
    margin-top: 6px;
    margin-right: 6px
}

.editbutton {
    margin: 10px 5px;
    width: 150px;
}

.homeoroffice {
    margin-top: 2%;
    margin-bottom: 2%
}

.saveimage {
    width: 25px;
    height: 25px;
}


/*styles related to audit log model*/

.auditcontent {
    /*width:800px; 
    height:600px;*/
    /* width: 800px; */
    /* height: 600px; */
    overflow-x: hidden;
}

.auditheight {
    overflow: auto;
    height: 450px;
}


/*styles related to cancel service model*/

.cancelservicebody {
    max-height: 700px;
    overflow-y: auto;
}

.cancelservicebodyin {
    border-bottom: #0C3B93 solid 1px;
    padding: 8px 0px;
}

.submitservice {
    margin: 5px 5px;
    width: 15%
}


/*related to master table list of users*/

.listofuser {
    border: solid 1px #0C3B93;
    margin-top: 6px;
}


/*related to from to dates */

.fromtodate {
    margin-top: 8px;
}

.rmalerts {
    min-height: 600px;
}


/* css related to vendor dashboard*/

.vendorcolone {
    width: 13.889%
}

.vendorcoltwo {
    width: 20%
}

.vendorcolfour {
    width: 20.5%
}


/* css related to nh*/

.nhtwo {
    width: 15.5%
}

.nhthree {
    width: 22.6%
}


/* css related to rm*/

.rmten {
    width: 15%
}

.rmeight {
    width: 40%
}

.invoice {
    padding-top: 30px
}

.exportbuttonrm {
    margin-top: 2%;
    margin-left: 37%;
}

.summary_box {
    padding: 15px 0px 25px 0px;
}

.marginBottom {
    margin-bottom: 1% !important;
    margin-top: 1%;
}


/* related to mandatory field * */

.mandatory {
    color: red;
}

.searchcust {
    padding: 0;
    margin: 0 !important;
}

.button-width {
    width: 26%;
    margin-left: 75%
}

.servicetype {
    margin-top: 5%;
    margin-bottom: 10%;
}

.subtype {
    margin-bottom: 12% !important;
}

.listOfVendorone {
    /* width:700px; */
}

.listOfVendortwo {
    max-height: 700px;
    overflow-y: auto;
}

.listOfVendorthree {
    border-bottom: #0C3B93 solid 1px;
    padding: 8px 0px;
}

.caseleft {
    float: left;
}

.listOfVendorfour {
    /* width:72%; */
    /* float:left; */
}

.listOfVendorfive {
    margin: 5px 5px;
    /* width:15%; */
}

.mymodalone {
    margin-top: 4%;
}

.royalenfield {
    font-size: 1.3em;
    color: #a50606;
    font-weight: bold;
    background-color: #c6c6c6;
    margin-bottom: 2px;
}

body {
    font-family: "Roboto", sans-serif;
}

.select-wrapper {
    margin: auto;
    max-width: 600px;
    width: calc(100% - 40px);
}

.select-pure__select {
    align-items: center;
    background: #f9f9f8;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    color: #363b3e;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    justify-content: left;
    min-height: 44px;
    padding: 5px 10px;
    position: relative;
    transition: 0.2s;
    width: 100%;
}
.NH-tm-select{
    padding: 0px 10px !important;
    min-height: 35px !important;
}

.select-pure__options {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    color: #363b3e;
    display: none;
    left: 0;
    max-height: 221px;
    overflow-y: scroll;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 5;
}

.select-pure__select--opened .select-pure__options {
    display: block;
}

.select-pure__option {
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
    box-sizing: border-box;
    height: 44px;
    line-height: 25px;
    padding: 10px;
}

.select-pure__option--disabled {
    color: #e4e4e4;
}

.select-pure__option--selected {
    color: #e4e4e4;
    cursor: initial;
    pointer-events: none;
}

.select-pure__option--hidden {
    display: none;
}

.select-pure__selected-label {
    align-items: 'center';
    background: #5e6264;
    border-radius: 4px;
    color: #fff;
    cursor: initial;
    display: inline-flex;
    justify-content: 'center';
    margin: 5px 10px 5px 0;
    padding: 3px 7px;
}

.select-pure__selected-label:last-of-type {
    margin-right: 0;
}

.select-pure__selected-label i {
    cursor: pointer;
    display: inline-block;
    margin-left: 7px;
}

.select-pure__selected-label img {
    cursor: pointer;
    display: inline-block;
    height: 18px;
    margin-left: 7px;
    width: 14px;
}

.select-pure__selected-label i:hover {
    color: #e4e4e4;
}

.select-pure__autocomplete {
    background: #f9f9f8;
    border-bottom: 1px solid #e4e4e4;
    border-left: none;
    border-right: none;
    border-top: none;
    box-sizing: border-box;
    font-size: 16px;
    outline: none;
    padding: 10px;
    width: 100%;
}

.select-pure__placeholder--hidden {
    display: none;
}

.notesrowcolor {
    background-color: #4d99b8 !important;
}


/**website code ends here**/

@media only screen and (max-width: 600px) {
    .columns {
        width: 100%;
    }
    .ratetable table {
        float: left;
    }
}

@media only screen and (max-width:1200px) {
    .header .navbar-default .navbar-brand {
        /* font-size: 2em; */
    }
}

@media only screen and (max-width: 600px) {
    .columns {
        width: 100%;
    }
}

@media (max-width:768px) {
    .leftlogo {
        text-align: center;
    }
    .rightlogo {
        width: 250px;
    }
    /*#otherDetails,
    #uploadDocuments {
        width: 98%;
        margin: 0 auto;
    }*/
    .lodinmidarea .container {
        width: 98%;
        margin: 0 auto;
    }
    #typesOfServices {
        width: 98%;
        margin: 0 auto;
    }
}

@media (max-width:480px) {
    .searchcust {
        width: 100%;
    }
    .rightlogo {
        width: 180px;
    }
    .navbar-brand {
        padding: 15px 0px !important;
    }
}

.ui-datepicker {
    z-index: 9999 !important;
}

input[type="search"]::-webkit-search-cancel-button {
    /*Bootstrap 3 override*/
    -webkit-appearance: searchfield-cancel-button;
}

.vendero_data {
    margin-bottom: 4%;
}

.spaceright {
    margin-right: 2%;
    /* margin-bottom: 1%; */
}

.eligibletxt {
    text-transform: capitalize;
    font-size: 17px;
}


/*** For login form alignment ***/

@media (min-width:900px) and (max-width:1000px) {
    .searchcust {
        margin: 0;
        padding: 0;
    }
    .button-remove1 {
        background: url(../images/remove-more.png) no-repeat #900 5% 50%;
        color: #FFF;
        border: none;
        outline: none;
        padding: 2px 6px 2px 25px;
        border-radius: 4px;
        margin: 7px 22px 0px 0px;
        font-size: 11px;
        float: right;
    }
}

@media only screen and (max-width: 767px) {
    #disputeAlerts,
    #caseHistory,
    #vendorStatus,
    #regionalManagerDashboard,
    #pendingVendorReportStatus,
    .commontablepad {
        margin: 0% 3%;
    }
    .searchcust {
        width: 100%;
        padding: 0;
    }
    .createitem {
        width: 150px;
        font-size: 12px;
    }
    thead {
        display: none !important;
    }
    .bubble {
        line-height: 20px;
        width: 20px;
        height: 20px;
    }
    .statusline {
        margin-top: 7px;
    }
    .statusbar {
        width: 90%;
        padding-left: 10%;
        padding-bottom: 20px;
    }
    .navbar-brand {
        font-size: 1.5em !important;
        padding: 13px !important;
    }
    .leftlogo>a>img {
        width: 50px;
    }
    .heading {
        text-align: center;
        padding-bottom: 11px;
        font-size: 17px;
        color: #0c3b93;
    }
    .tab-content>.tab-pane {
        display: none;
    }
    .tab-content>.active {
        display: block;
    }
    .collaps_heading {
        border-radius: 0px;
    }
    .address_loc_inner {
        background-color: white;
        padding: 0%;
        margin: 0%;
        border-radius: 0px 0px;
    }
    .networ_regional .nav>li>a {
        /* font-size:10px; */
    }
    .nav-tabs>li {
        width: 100%;
        border: #0C3B93 solid 1px;
    }
    .auditbutton {
        margin: 20px;
    }
}

@media (min-width:600px) and (max-width:767px) {
    .leftlogo>a>img {
        width: 70px;
    }
    .navbar-brand {
        padding: 20px !important;
    }
}

@media (min-width:768px) {
    .leftlogo>a>img {
        width: 70px;
    }
    .heading {
        text-align: center;
        padding-bottom: 11px;
        font-size: 17px;
        color: #0c3b93;
    }
    .statusbar {
        padding-left: 10%;
    }
}

@media (min-width:900px) {
    div#customer .modal-dialog,
    div#editCustomer .modal-dialog {
        width: 750px;
    }
    div#viewExistingServiceRates .modal-dialog{
        width: 850px;
    }
    .navbar-brand {
        font-size: 1.5em !important;
        padding: 20px !important;
    }
}

@media screen and (min-width: 320px) and (max-width:580px) {
    .auditbutton {
        margin-top: 8px;
    }
    .modal {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .cancelser {
        font-size: 11px;
    }
    .login-inner {
        min-height: 450px;
    }
    .paddingtop {
        margin-top: 1%;
    }
    #file {
        margin-bottom: 10px;
    }
    .navbar-brand {
        padding: 10px !important;
    }
    .createitem {
        width: 120px;
        font-size: 12px;
        margin-bottom: 1%;
    }
    .caseitems {
        width: 110px;
        font-size: 11px;
        margin-bottom: 1%;
        padding: 7px 6px;
        float: left;
        /* position: absolute; */
    }
    .diagnostics {
        margin-top: 10px;
        margin-left: 2px;
    }
    .statusbar {
        padding-left: 4%;
    }
    #otherDetails,
    #uploadDocuments,
    #personalDetails,
    #panVerification,
    #addrLocations,
    #termsConditions {
        width: 90%;
    }
    .caseleft {
        /* float: none; */
    }
    .headlinks {
        margin-left: 18%;
    }
}


/* for timer */

.circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #FF5733;
    border: solid 8px #aba7a7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: sans-serif;
    color: white;
    position: absolute;
    margin-right: 12%;
}

.circle p {
    font-weight: bold;
    display: flex;
    flex-direction: column;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}

.time {
    margin-left: 2%;
    padding-left: 0%;
    display: inline-block;
}

.timer-group {
    margin: 0 auto;
    position: relative;
    min-height: 162px;
}

.timer {
    border-radius: 50%;
    height: 100px;
    overflow: hidden;
    position: absolute;
    width: 100px;
}

.timer:after {
    background: #0c3b93;
    border-radius: 50%;
    content: "";
    display: block;
    height: 80px;
    left: 10px;
    position: absolute;
    width: 80px;
    top: 10px;
}

.timer .hand {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 50%;
}

.timer .hand span {
    border: 50px solid rgba(0, 255, 255, .4);
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(225deg);
    width: 0;
}

.timer .hand:first-child {
    transform: rotate(180deg);
}

.timer .hand span {
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.timer .hand:first-child span {
    animation-name: spin1;
}

.timer .hand:last-child span {
    animation-name: spin2;
}

.timer.second {
    background: rgba(0, 0, 0, .2);
    height: 110px;
    width: 110px;
    text-align: right;
    display: block;
    position: relative;
}

.timer.second .hand span {
    animation-duration: 10s;
    border-top-color: rgba(0, 0, 0, .2);
    border-right-color: rgba(0, 0, 0, .2);
    border-width: 56px;
    transform: rotate(225deg);
}

.timer.second:after {
    height: 93px;
    left: 9px;
    width: 93px;
    top: 9px;
}

.face {
    border-radius: 50%;
    height: 86px;
    position: absolute;
    width: 86px;
    top: 36%;
    padding-left: 23px;
}

.face p {
    border-radius: 20px;
    font-size: 18px;
    font-weight: 400;
    color: white;
}

@keyframes spin1 {
    0% {
        transform: rotate(225deg);
    }
    50% {
        transform: rotate(225deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

@keyframes spin2 {
    0% {
        transform: rotate(225deg);
    }
    50% {
        transform: rotate(405deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

.greenTimer {
    border-top-color: rgba(70, 228, 12, 0.59) !important;
    border-right-color: rgba(70, 228, 12, 0.59) !important;
}

.orangeTimer {
    border-top-color: rgba(251, 160, 7, 0.7) !important;
    border-right-color: rgba(251, 160, 7, 0.7) !important;
}

.redTimer {
    border-top-color: rgba(228, 12, 12, 0.66) !important;
    border-right-color: rgba(228, 12, 12, 0.66) !important
}

.timer .hand span.grayTimer {
    border: none!important;

  }


.location-baserate{
    margin: 1.2px 5px;
    border: 1px solid gray;
}

.location-baserate-span{
    color: #0C3B93 !important;
    font-size: 12px !important;
}

.custody-service-type{
    color: #0C3B93;
    font-size: 1.2em;
    font-weight: bold;
    padding: 8px 0px 5px 0px
}