@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700;800&display=swap');
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-line-chart:before {
    content: "\f201";
}
html {
    -webkit-font-smoothing: antialiased;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
* {
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset, p, hr, iframe {
    margin: 0;
    padding: 0;
    border: none;
}
a, input, select, textarea {
    outline: none;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
a {
    text-decoration: none;
    color: #333333;
}
a:focus, :focus, input:focus, :active {
    outline: none;
}
img {
    max-width: 100%;
    vertical-align: middle;
    border: none;
    outline: none;
    max-height: 100%;
    border-radius: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
    margin: 0;
    padding: 0;
}
input, textarea, button {
    resize: none;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    font: 400 14px/18px 'Open Sans', sans-serif;
}
select, input[type="submit"], button, input[type="button"] {
    cursor: pointer
}
p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 5px;
}
ul, li {
    list-style-type: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
}
label.error {
    position: absolute;
    right: 0px;
    top: -19px;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    line-height: normal;
    font-size: 11px !important;
    line-height: 11px !important;
    background: #fb0101;
    padding: 5px 5px 4px !important;
    color: #ffffff;
    display: none;
    z-index:9;
}
label.error:after {
    border-color: #fb0101 transparent transparent;
    border-image: none;
    border-right: 6px solid transparent;
    border-style: solid;
    border-width: 6px;
    content: " ";
    height: 0;
    left: 20px;
    margin-left: -10px;
    position: absolute;
    top: 100%;
    width: 0;
}
.trans {
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
}
select option {
    padding: 5px;
}
.star {
    position: relative;
}
.star:after {
    position: absolute;
    right: -6px;
    top: -3px;
    content: "*";
    color: #ed1c24;
    font: 14px/14px 'Open Sans', sans-serif;
}
.absoImg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
body {
    color: #000;
    background-color: #fff;
    font: 14px/18px 'Open Sans', sans-serif;
    padding-bottom: 35px;
}

::-webkit-input-placeholder {
    color:#0e0e0e;
}

:-moz-placeholder {
    color:#0e0e0e;
    opacity:1;
}

::-moz-placeholder {
    color:#0e0e0e;
    opacity:1;
}

:-ms-input-placeholder {
    color:#0e0e0e;
}
.clear {
    clear: both;
}
input:focus, input:active, select:active {
    outline: none;
}
.clearDiv:before, .clearDiv:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
    content: " ";
    display: table;
}
.clearDiv:after, .container-fluid:after, .row:after {
    clear: both;
}
/*.container-fluid,.container-fluid:after,.row:after {margin-right: auto;margin-left: auto;padding-left: 15px;padding-right: 15px;}*/

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.fullColumn {
    float: left;
    width: 100%;
    padding: 0 15px;
}
.img-circle {
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
/* header css start */

.headMain {
    background: url(../images/black-line.jpg);
}
.headLeft {
    float: left;
    padding: 9px 0 0;
}
.headLeft a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: #cccccc;
    font-size: 13px;
    line-height: 16px;
    padding-left: 25px;
}
.headLeft a:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: url(../images/sprite.png) no-repeat 0 0;
    width: 18px;
    height: 16px;
}
.headRight {
    float: right;
}
.firstUl {
    float: left;
}
.firstUl li a {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    color: #cccccc;
    line-height: 35px;
    position: relative;
    padding-left: 28px;
}
.firstUl li a:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    background: url(../images/sprite.png) no-repeat 0 0;
    width: 22px;
    height: 22px;
}
.firstUl li {
    float: left;
    border-right: 1px solid #0c0c0c;
    padding: 0 10px;
}
.firstUl li.configLi {
    padding-right: 19px;
}
.firstUl li a.visit:before {
    background-position: -22px 0;
}
.firstUl li a.seo:before {
    background-position: -50px 0;
}
.firstUl li a.config:before {
    background-position: -77px 0;
}
.userUl {
    float: left;
}
.userUl li {
    float: left;
    position: relative;
    width: 100%;
}
.userUl li ul {
    position: absolute;
    right: 0;
    top: 50px;
    background-color: #FFF;
    width: 150px;
    z-index: 11;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    visibility: hidden;
    opacity: 0;
}
.userUl li:hover .supAdmin {
    background-color: #0086c6;
}
.userUl li:hover ul {
    top: 35px;
    visibility: visible;
    opacity: 1;
}
.userUl li ul li {
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #e1dbdb;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
}
.userUl li ul li:last-child {
    border-bottom: 0;
}
.editPro {
    background: url(../images/edit.png) no-repeat 10px center;
}
.logout {
    background: url(../images/logout.png) no-repeat 10px center;
}
.userUl li ul li a {
    line-height: 40px;
    display: block;
    padding: 0 0 0 35px;
}
.supAdmin {
    display: inline-block;
    vertical-align: top;
    width: 35px;
    height: 35px;
    position: relative;
    background-color: #0073aa;
}
.supAdmin:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
    background: url(../images/sprite.png) no-repeat -106px 0;
    width: 20px;
    height: 22px;
}
.menuPart {
    background-color: #f1f1f1;
    border-bottom: 3px solid #dfdfdf;
    text-align: center;
    position: relative;
    padding: 0;
}
.logo {
    float: left;
    max-width: 30%;
    padding-right: 20px;
}
.logo a {
    display: table-cell;
    vertical-align: middle;
    height: 58px;
}
.logo img {/*max-width:99px;max-height:45px;*/
    object-fit: cover;
}
.navUl li {
    display: inline-block;
    vertical-align: top;
    height: 58px;
    border-right: 1px solid transparent;
    padding-right: 9px;
    padding-left: 12px;
    position: relative
}
.navUl li:after {
    position: absolute;
    top: 12px;
    bottom: 12px;
    content: '';
    width: 1px;
    background-color: #dfdfdf;
    right: -1px;
}
.navUl li.hiddenLi, .okayNav__nav--invisible li.hiddenLi {
    display: none;
}
.navUl li:last-child {
    margin: 0;
    padding-right: 0;
    border: 0;
}
.navUl li:last-child:after {
    display: none;
}
.navUl li:first-child {
    padding-left: 0;
}
.navUl li a {
    color: #0e0e0e;
    font-size: 14px;
    line-height: 58px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.navUl li a:after {
    position: absolute;
    left: 50%;
    bottom: -3px;
    height: 3px;
    background-color: #00aba9;
    width: 0;
    content: '';
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
}
.navUl li span, .nav-right li span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.nav-right li span.iconSpan {
    min-width: 40px;
    text-align: center;
    vertical-align: top;
}
/*.menuPart{background-color:#f1f1f1;border-bottom:3px solid #dfdfdf;text-align:center;padding:12px 0;position:relative;}

.logo{position:absolute;left:25px;top:8px;}

.logo img{max-width:99px;max-height:45px;object-fit:cover;}

.navUl{padding-left:110px;}

.navUl li{display:inline-block;vertical-align:top;height:34px;border-right:1px solid #dfdfdf;padding-right:9px;padding-left:12px;}

.navUl li.hiddenLi, .okayNav__nav--invisible li.hiddenLi{display:none;}

.navUl li:last-child{margin:0;padding-right:0;border:0;}

.navUl li:first-child{padding-left:0;}

.navUl li a{color:#0e0e0e;font-size:14px;line-height:34px;display:inline-block;vertical-align:top;position:relative;}

.navUl li a:after{position:absolute;left:50%;bottom:-14px;height:3px;background-color:#00aba9;width:0;content:'';transition:all 0.3s ease-out 0s;-webkit-transition:all 0.3s ease-out 0s;-moz-transition:all 0.3s ease-out 0s;-ms-transition:all 0.3s ease-out 0s;}

.navUl li span, .nav-right li span{display:inline-block;vertical-align:middle;margin-right:5px;}

.nav-right li span.iconSpan{min-width:40px;text-align:center;vertical-align:top;}

*/





.okayNav__menu-toggle:before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    background: url(../images/sprite.png) no-repeat -496px 0;
    width: 4px;
    height: 20px;
    margin-right: 15px;
    transition: -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
}
.okayNav__menu-toggle.icon--active:before {
    background-position: -496px -24px;
}
.okayNav__menu-toggle.icon--active {
    color: #546edb
}
.okayNav__nav--invisible a.active .fiImg, .navUl li a.active .fiImg {
    display: none;
}
.nav-open li a.active, .navUl li a.active {
    color: #00aba9;
}
.okayNav__nav--invisible a.active .secImg, .navUl li a.active .secImg {
    display: inline-block;
}
.navUl li a.active:after {
    left: 0;
    width: 100%;
}
.tableBox {
    position: relative;
}
.tableBox .fullColumn {
    padding: 20px;
    background-color: #f1f1f1;
    position: relative;
}
.showProcess {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgba(255,255,255,0.5) url(../images/loading-icon.gif) center center no-repeat;
    z-index: 1;
}
.table {
    display: table;
    width: 100%;
}
.table li {
    display: table-row;
    background-color: #fff;
}
.table li.odd {
    background-color: #f9f9f9;
}
.formBox .table li:nth-child(odd) {
    background-color: #f9f9f9;
}
.formBox .table li.topLi {
    background-color: #d8e4ea;
}
.table li div {
    display: table-cell;
    padding: 15px;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
    vertical-align: middle;
    position: relative;
}
.NbusTab .table li div {
    vertical-align:top;
}
.NbusTab.busTab .table li div.detail_in_line {
    vertical-align:middle;
}
.table .topLi {
    background-color: #d8e4ea;
}
.table .topLi div {
    color: #333333;
    line-height: 20px;
    padding: 10px 15px;
}
.chekMain {
    width: 44px;
}
.table .topLi div.hashBox {
    min-width: 62px;
    color: #0073aa;
    width: 62px;
}
.chkInn label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 20px;
    height: 20px;
    margin-top: -2px;
    cursor: pointer;
}
.table li div.chkInn {
    padding: 0;
    border: 0;
}
.checkbox {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 111;
    cursor: pointer;
}
.chkInn label span {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background: url(../images/sprite.png) no-repeat -195px -31px;
    position: absolute;
    left:0;
    right: 0;
    top:0;
    bottom: 0;
    margin: auto;
    box-shadow:  0px 0px 10px rgba(0,0,0,0.25) inset, 0 0 4px 0px rgba(0,0,0,0.1)
}
.chkInn label .checkbox {
    margin: 0;
}
.checkbox:checked + span {
    background-position: -218px -31px;
}
.dateBox, .statusBox, .sortOrder {
    width: 130px;
}
.sorting {
    cursor: pointer;
}
.sorting span {
    position: relative;
    display: inline-block;
    padding-right: 17px;
}
.sorting span:after {
    position: absolute;
    top: 0;
    bottom: 0;
    content: '';
    width: 17px;
    height: 5px;
    margin: auto;
    right: 0;
}
.sort_asc span:after {
    background: url(../images/asc-arrow.png) no-repeat;
}
.sort_desc span:after {
    background: url(../images/desc-arrow.png) no-repeat;
}
.sort_both span:after {
    background: url(../images/sort-arrow.png) no-repeat;
    height: 13px;
}
.alignleft {
    text-align: left;
}
.alignright {
    text-align: right;
}
.aligncenter {
    text-align: center;
}
.table .topLi .pageName {
    text-align: center;
    font-weight: 400;
    color: #333333;
}
.table li .pageName {
    font-weight: 600;
    color: #0073aa;
    text-align: left;
}
.pageName a {
    color: #0073aa;
    text-transform: capitalize;
}
.sortTxt {
    text-align: center;
    width: 55px;
    height: 32px;
    border: 1px solid #cccccc;
    color: #0e0e0e;
}
.statusSpan {
    display: inline-block;
    vertical-align: middle;
    background: url(../images/sprite.png) no-repeat -268px 0;
    width: 23px;
    height: 23px;
}
.inactive {
    background-position: -295px 0;
}
.optUl {
    margin-top: 1px;
}
.optUl li {
    font-size: 12px;
    display: inline-block;
    line-height: 14px;
    position: relative;
    background-color: transparent;
    font-weight: 400;
}
.optUl li a {
    color: #777777;
}
.optUl li.delLi a {
    color: #ff0024;
}
.optUl li:after {
    height: 10px;
    width: 1px;
    background-color: #777777;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0px 5px 0 6px;
}
.optUl li:last-child {
    border: 0;
    margin: 0;
    padding: 0;
}
.optUl li:last-child:after {
    display: none;
}
section {
    min-height: 100%;
    height: auto;
}
.midTop {
    padding: 27px 0 20px;
    position: relative;
}
.topLeft {
    float: left;
    padding: 0 0 0 5px;
}
.pageTitle {
    font-size: 22px;
    color: #000000;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 27px;
}
/*.pageTitle:before{background:url(../images/sprite.png) no-repeat -393px 0;width:23px;height:33px;position:absolute;content:'';left:0;top:0;}*/

.pageTitle:before {
    background: url(../images/sprite.png) no-repeat -393px 0;
    width: 23px;
    height: 33px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.pageTitle span {
    display: inline-block;
    vertical-align: middle;
}
.blc-booking:before {
    background: url(../images/booking-black.png) no-repeat;
    width: 30px;
    height: 30px;
}
.blc-make-model:before {
    background: url(../images/make-model-black.png) no-repeat;
    width: 30px;
    height: 30px;
    margin-top: 4px;
    margin-bottom: -3px;
}
.blc-employee:before {
    background: url(../images/employee-black.png) no-repeat;
    width: 30px;
    height: 26px;
}
.blc-vehicle:before {
    background: url(../images/vehicle-black.png) no-repeat;
    width: 38px;
    height: 28px;
}
.blc-repair:before {
    background: url(../images/repair-black.png) no-repeat;
    width: 30px;
    height: 29px;
}
.blc-insurance:before {
    background: url(../images/insurance-black.png) no-repeat;
    width: 22px;
    height: 33px;
}
.blc-archives:before {
    background: url(../images/archives-black.png) no-repeat;
    width: 25px;
    height: 30px;
}
.blc-report:before {
    background: url(../images/report-black.png) no-repeat;
    width: 35px;
    height: 33px;
}
.addNew {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #fff;
    background-color: #0073aa;
    padding: 1px 10px 0 34px;
    line-height: 35px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 35px;
}
.addNew:before {
    background: url(../images/sprite.png) no-repeat -244px 0;
    width: 18px;
    height: 18px;
    position: absolute;
    content: '';
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.topRight {
    float: right;
    margin-right: 6px;
}
.dropbox {
    width: 170px;
    float: left;
    border: 1px solid #cccccc;
    position: relative;
    background-color: #fff;
}
.dropbox select {
    float: left;
    width: 100%;
    height: 33px;
    border: 0;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    line-height: 29px;
}
.bulkDrop select { /*padding-left: 31px; */
    text-indent: 31px;
}
.bulkDrop:before {
    background: url(../images/sprite.png) no-repeat -181px 0;
    width: 20px;
    height: 20px;
    position: absolute;
    content: '';
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.searchBox {
    float: left;
    width: 200px;
    margin: 0 6px 0 15px;
    position: relative;
}
.txt {
    float: left;
    width: 100%;
    border: 1px solid #cccccc;
    height: 35px;
    padding-left: 10px;
    font-size: 14px;
    color: #0e0e0e;
}
.searchBox .txt {
    padding-right: 38px;
}
.searchIcon {
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    background: #0073aa url(../images/search-icon.png) center center no-repeat;
    width: 34px;
    border-left: 1px solid #cccccc;
}
.resetBtn {
    height: 35px;
    color: #333333;
    font-size: 14px;
    padding: 0;
    cursor: pointer;
    text-align: center;
    padding: 0 10px 0 31px;
    background: #dfdfdf url(../images/reset.png) no-repeat 10px 9px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.msgBox {
    position: fixed;
    left: 0;
    right: 0;
    top: 3px;
    padding: 0 15px;
    text-align: center;
    max-width: 50%;
    margin: 0 auto;
    z-index: 1111;
}
.msgBox div {
    padding: 0 14px;
    display: inline-block;
    vertical-align: top;
    color: #fff;
}
.errorMsg {
    background-color: #ff000a;
    line-height: 28px; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fb6167+0,ed5258+100 */

    background: #fb6167; /* Old browsers */
    background: -moz-linear-gradient(top, #fb6167 0%, #ed5258 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fb6167 0%, #ed5258 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fb6167 0%, #ed5258 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb6167', endColorstr='#ed5258', GradientType=0 ); /* IE6-9 */
}
.msgClose {
    display: inline-block;
    vertical-align: middle;
    background: url(../images/sprite.png) no-repeat -374px 0;
    width: 13px;
    height: 13px;
    margin: -1px 0 0 16px;
}
.successMsg {
    line-height: 28px;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9ecf64+0,8fc055+100 */
    background: #9ecf64; /* Old browsers */
    background: -moz-linear-gradient(top, #9ecf64 0%, #8fc055 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #9ecf64 0%, #8fc055 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #9ecf64 0%, #8fc055 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ecf64', endColorstr='#8fc055', GradientType=0 ); /* IE6-9 */
}
.workingMsg {
    line-height: 28px; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fb7b4f+0,ed6c40+100 */

    background: #fb7b4f; /* Old browsers */
    background: -moz-linear-gradient(top, #fb7b4f 0%, #ed6c40 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fb7b4f 0%, #ed6c40 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fb7b4f 0%, #ed6c40 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb7b4f', endColorstr='#ed6c40', GradientType=0 ); /* IE6-9 */
}
.tableBtm {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 30px 0 0;
}
.leftSelect {
    float: left;
}
.numDrop {
    margin-left: 15px;
}
.numDrop select {
    padding-left: 31px;
}
.numDrop:before {
    width: 19px;
    height: 24px;
    background-position: -421px -4px;
    background: url(../images/sprite.png) no-repeat -421px 0;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    content: '';
}
.pagination {
    float: right;
}
.recordCount {
    display: inline-block;
    vertical-align: middle;
    color: #0e0e0e;
}
.pageBox {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
}
.pageBox a {
    float: left;
    width: 35px;
    height: 35px;
    border: 1px solid #cccccc;
    background-color: #fff;
    text-align: center;
    color: #0e0e0e;
    line-height: 33px;
    position: relative;
    margin-left: 5px;
}
.pageBox em {
    margin: 0px 0 0 5px;
    padding: 23px 0 0;
    line-height: 12px;
    float: left;
}
.pageBox a:first-child {
    margin-left: 0;
}
.pageBox a.active, .pageBox a.active:hover {
    border-color: transparent;
    background-color: transparent;
    cursor: default;
}
.previous:after, .next:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/sprite.png) no-repeat;
    width: 6px;
    height: 11px;
    content: '';
}
.previous:after {
    background-position: -323px 0;
}
.next:after {
    background-position: -332px 0;
}
.footerMain {
    background-color: #1c1c1c;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.footerMain p {
    color: #cccccc;
    font-size: 13px;
    line-height: 35px;
}
section {
    position: relative;
    z-index: 1;
    padding-bottom: 51px;
    background-color: #fff;
}
.webential {
    display: inline-block;
    vertical-align: middle;
    background: url(../images/sprite.png) no-repeat -445px 0;
    width: 45px;
    height: 14px;
    margin: -2px 0 0 5px;
}
.menu-icon {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 35px;
    height: 35px;
    cursor: pointer;
    display: none;
    float: left;
    background-color: #474747;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 11px 7px 0;
    margin-top: 15px;
}
.menu-icon span {
    height: 2px;
    background: #fff;
    width: 100%;
    float: right;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    position: relative;
}
.menu-icon span.line2 {
    margin: 4px 0;
    width: 17px;
}
.activeMenu .line1 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px;
}
.activeMenu .line3 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -5px;
}
.activeMenu span.line2 {
    background: none;
}
.iconSpan img {
    vertical-align: middle;
    display: inline-block;
}
.iconSpan img.secImg {
    display: none;
}
.navUl li span.iconSpan {
    vertical-align: top
}
.searchBtn {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 0 34px;
    background-color: #0073aa;
    height: 35px;
    line-height: 35px;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
}
.topRight .searchBtn, .centerFrom .searchBtn {
    margin: 0 10px 0 15px;
    display: none;
}
.searchBtn:before {
    width: 18px;
    height: 18px;
    background: url(../images/sprite.png) no-repeat -134px -27px;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    content: '';
}
.sortBtn {
    background-color: #dfdfdf;
    height: 32px;
    padding: 0 5px;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.toggleLink {
    display: none;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background: url(../images/top-arrow.png) no-repeat;
    z-index: 99999
}
.arrowUp {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
}
.fixedBody {
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.sortBtn {
    display: none;
}
.scrollTop {
    background-color: #0073aa;
    bottom: 15px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    display: none;
    height: 40px;
    position: fixed;
    right: 15px;
    width: 40px;
    z-index: 11;
}
.scrollTop.Btmspace {
    bottom: 50px;
}
.scrollTop span {
    background: url(../images/sprite.png) no-repeat scroll -160px -33px;
    height: 12px;
    width: 21px;
}
nav.okayNav {
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 200px);
    width: 100%;
}
.loginBox {
    display: table;
    width: 100%;
    height: 100vh;
    margin-bottom: -35px;
    text-align: center;
}
.loginMain {
    display: table-cell;
    vertical-align: middle;
}
.loginBody {
    background: #f1f1f1 url(../images/login-bg.png);
}
.middlePart {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.loginCenter {
    display: inline-block;
    vertical-align: top;
    width: 675px;
    margin-bottom: 15px;
    position: relative;
}
.loginCenter:before {
    position: absolute;
    left: 0;
    content: '';
    bottom: -5px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    height: 100%;
    z-index: 1;
    right: 1px;
    box-shadow: 0 0 2px rgba(0,0,0,0.23);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.23)
}
.loginCenter:after {
    position: absolute;
    left: 0;
    content: '';
    bottom: -9px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    height: 100%;
    right: 1px;
    box-shadow: 0 0 5px rgba(0,0,0,0.23);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.23);
    border-bottom: 1px solid #cacaca;
}
.logInn {
    float: left;
    width: 100%;
    padding: 54px 40px 60px;
    background-color: #fff;
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    z-index: 11;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.21), 0px 0px 5px rgba(0, 0, 0, 0.21);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.21), 0px 0px 5px rgba(0, 0, 0, 0.21);
}
.leftLogo {
    display: table-cell;
    width: 220px;
    height: 206px;
    vertical-align: middle;
    text-align: left;
}
.leftLogo a{
    display:inline-block;
    vertical-align:middle;
    width:auto;
}

.leftLogo img {
    max-width: 178px;
}
.rightFrm {
    width: 372px;
    display: table-cell;
    vertical-align: top;
    text-align: left;
}
.shadow {
    width: 100%;
    height: 11px;
    background: url(../images/login-shadow.png) no-repeat center top;
    float: left;
}
.frmTitle {
    color: #333333;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
    margin: 0 0 15px;
}
.frmTxt {
    position: relative;
    margin: 0 0 12px;
}
.frmTxt:before {
    background: url(../images/sprite.png) no-repeat;
    left: 13px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    content: '';
}
/*.uname:before{background:url("../images/email-icon.png") no-repeat;height:11px;width:16px;}*/

.uname:before {
    background-position: -245px -33px;
    height: 15px;
    width: 16px;
}
.pwd:before {
    width: 12px;
    height: 19px;
    background-position: -269px -30px;
    left: 15px;
}
.frmTxt input {
    width: 100%;
    height: 46px;
    color: #000;
    padding-left: 41px;
    border: 2px solid #f1f1f1;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}
.frmTxt input::-webkit-input-placeholder {
    color:#a7a9ac;
}
.frmTxt input:-moz-placeholder {
    color:#a7a9ac;
    opacity:1;
}
.frmTxt input::-moz-placeholder {
    color:#a7a9ac;
    opacity:1;
}
.frmTxt input:-ms-input-placeholder {
    color:#a7a9ac;
}
.subBox {
    margin: 9px 0 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.loginBtn {
    padding-top: 0;
    font-weight: 600;
    background: #0073aa;
    padding: 0 34px;
    font-size: 16px;
    line-height: 33px;
}
.subBox span {
    color: #333333;
    margin: 7px 0 0 0;
    float: right;
}
.subBox span a {
    color: #0073aa;
}
.backTo {
    position: absolute;
    right: 0;
    bottom: -1px;
    background-color: #8ac149;
    border-radius: 0 0 10px 0;
}
.backTo a {
    display: inline-block;
    color: #fff;
    padding: 0 42px 0 16px
}
.backTo a span {
    position: relative;
    padding-left: 20px;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
}
.backTo a span:before {
    background: url(../images/sprite.png) no-repeat -331px -34px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    content: '';
    width: 13px;
    height: 13px;
}
.userIcon {
    background: url(../images/login-user.png) no-repeat;
    width: 101px;
    height: 104px;
    position: absolute;
    right: 33px;
    top: -46px;
}
.mobiAction {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f1f1f1;
    padding: 10px 15px;
    box-shadow: -2px -2px 4px rgba(0,0,0,0.19);
    -webkit-box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.19);
    z-index: 999999;
    border-top: 1px solid #c8c8c8;
}
.mobiAction a {
    margin-left: 15px;
}
.counterDiv {
    float: left;
    line-height: 26px;
    height: 26px;
    background-color: #afafaf;
    padding: 0 10px;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.updatePro:before {
    width: 41px;
    height: 36px;
    background-position: -386px -40px;
}
.activeStatus, .inactiveStatus {
    background: url(../images/sprite.png) no-repeat 0 -54px;
    width: 26px;
    height: 26px;
    float: left;
}
.inactiveStatus {
    background-position: -31px -54px;
}
.delIcon {
    float: left;
    line-height: 26px;
    color: #474747;
    position: relative;
    padding-left: 22px;
}
.delIcon:before {
    width: 16px;
    height: 19px;
    background: url(../images/sprite.png) no-repeat -64px -58px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
}
.closeAction {
    float: right;
    width: 26px;
    height: 26px;
    background: url(../images/sprite.png) no-repeat -86px -54px;
    cursor: pointer;
}
.btnUl {
    float: left;
}
.btnUl li {
    float: left;
    margin-left: 10px;
}
.btnUl li:first-child {
    margin-left: 0;
}
.comBtn {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    padding: 0 20px;
    background-color: #0073aa;
}
.middlePart .fullColumn {
    padding: 30px 20px;
    background-color: #f1f1f1;
}
.midWhite {
    float: left;
    width: 100%;
    background-color: #fff;
    border: 1px solid #c8c8c8;
    padding: 30px;
}
.tabUl {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    border-bottom: 3px solid #0073aa;
    margin-bottom: 26px;
}
.tabUl li {
    float: left;
    padding: 0 25px;
    color: #0073aa;
    font-weight: 600;
    line-height: 41px;
    cursor: pointer;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
}
.tabUl li.current, .tabUl li:hover {
    background-color: #0073aa;
    color: #fff;
}
.tabUl li.redColor {
    background: #f00;
    color: #fff
}
.tableUl {
    display: table;
}
.tableUl li {
    float: none;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    padding: 12px 10px 10px;
}
.tabMain {
    float: left;
    width: 100%;
    padding: 0;
}
.formBox {
    margin-bottom: -27px;
    float: left;
    width: 100%;
}
.billing_change_dialog {
    min-height: unset !important;
}
.billing_change_dialog .formBox {
    float: none;
    margin: unset;
    margin-top: 15px;
}
.billing_change_dialog .formBox .radioBtn {
    margin-top: 10px;
}
.formBox li {
    float: left;
    width: 50%;
    padding: 0 15px;
    margin: 0 0 27px;
}
.formBox li.threecolLi{
    width:33.33333%;
}
.formBox li.halfLi {
    width: 25%;
}
.formBox li.threeLi {
    width: 16.66666666666%;
}
.formBox li.twentyLi {
    width: 20%;
}
.formBox li.clear {
    margin: 0;
    padding: 0;
    width: 100%;
    line-height: 0;
}
.formBox li.fullLi {
    width: 100%;
}
.labelSpan {
    display: inline-block;
    vertical-align: top;
    color: #5e5e5e;
    font-weight: 600;
}
.txtBox .txt {
    border-color: #dfdfdf;
    height: 40px;
    padding: 0 10px;
}
.txtBox .dollarSpan {
    background: #fff url(../images/dollar-symbol.png) no-repeat 8px center;
    padding-left: 16px;
}
.txtBox select {
    border: 1px solid #dfdfdf;
    height: 40px;
    padding: 0 10px;
    float: left;
    width: 99.9999%;
    font-size: 14px;
}
.txtBox select[multiple="multiple"] {
    height: 230px;
}
.txtBox textarea.txt {
    height: 131px;
    padding: 10px;
}
.txtBox {
    float: left;
    width: 100%;
    position: relative;
    margin: 6px 0 0;
}
.txtBox small {
    color: #ff0000;
    font-size: 12px; /*font-style: italic;*/
    position: absolute;
    left: 0;
    bottom: -18px;
}
.btmBtn {
    margin: 22px 20px 9px 0;
}
.formBox .chkInn {
    display: inline-block;
    vertical-align: middle;
    margin-right: 11px;
}
.formBox .chkInn:last-child {
    margin: 0;
}
.formBox .chkInn span {
    width: auto;
    height: auto;
    font-size: 12px;
    color: #5e5e5e;
    line-height: 20px;
    position: relative;
    padding-left: 25px;
    background: none;
}
.formBox .chkInn span:before {
    width: 20px;
    height: 20px;
    background: url(../images/sprite.png) no-repeat -195px -31px;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
}
.formBox .checkbox:checked + span:before {
    background-position: -218px -31px;
}
.formBox .chkInn label {
    width: auto;
    height: auto;
    margin: 0;
}
.formBox .radioBtn span {
    line-height: 16px;
    padding-left: 20px;
}
.formBox .radioBtn span:before {
    background-position: -452px -33px;
    width: 16px;
    height: 16px;
}
.formBox .radioBtn .checkbox:checked + span:before {
    background-position: -434px -33px;
}
.optionBox {
    float: left;
    width: 100%;
    min-height: 42px;
    margin-top: 4px;
}
.accMain {
    float: left;
    width: 100%;
    color: #fff;
    font-weight: 600;
    line-height: 20px;
    cursor: pointer;
    padding: 13px 35px 13px 15px;
    background-color: #0073aa;
    font-size: 16px;
    position: relative;
    margin-bottom: 1px;
    display: none;
}
.accMain:after {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    width: 21px;
    height: 12px;
    background: url(../images/sprite.png) no-repeat -160px -33px;
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.arrowDown:after {
    transform: none;
    -webkit-transform: none;
}
.tabDiv {
    float: left;
    width: 100%;
    display: none;
}
.tabDiv.current {
    display: block;
}
.enqBox {
    float: left;
    width: 100%;
    border: 1px solid #dfdfdf;
}
.enqUl:after, .enqUl:before {
    content: '';
    display: table;
}
.enqUl:after {
    clear: both;
}
.enqUl li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}
.enqUl li:nth-child(odd) {
    background-color: #f9f9f9;
}
.enqUl li:last-child {
    border-bottom: 0;
}
.leftData {
    float: left;
    width: 50%;
}
.rightData {
    float: left;
    width: 50%;
}
.enqUl li div > span {
    display: table-cell;
    vertical-align: top;
    padding-right:5px;
}
.enqUl li div > span > span{
    white-space:nowrap
}
.boldSpan {
    font-weight: 700;
    width: 30%;
    padding: 15px 5px 15px 5px;
}
.dataSpan {
    width: 69%;
    padding: 15px 0;/*word-break: break-all;*/
}
.oneCol {
    margin: 0 auto;
    float: none;
    max-width: 60%;
}
.oneCol li {
    width: 100%;
}
.oneCol li.halfLi {
    width: 50%;
}
.formBox .table {
    border-left: 1px solid #f1f1f1;
    margin: 15px 0 0;
}
.btn {
    display: inline-block;
    vertical-align: top;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    padding: 0 20px;
    background-color: #428bca;
    cursor: pointer;
}
.bigBtn{
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    padding: 0 25px;
}
.smallTxt {
    width: 116px;
    text-align: center;
}
.formBox .table li {
    float: none;
    display: table-row;
    width: 100%;
}
.delDiv {
    width: 100px;
}
.backBtn {
    background-color: #00aba9;
}
.deleteLink {
    display: inline-block;
    vertical-align: middle;
    background: url(../images/sprite.png) no-repeat -64px -58px;
    width: 16px;
    height: 19px;
}
span.mhiddenSpan {
    display: none;
}
.chkInn label label.error {
    position: absolute;
    white-space: nowrap;
    left: -7px;
    right: inherit;
    top: -26px;
}
.displayBlock {
    display: block;
}
.formBox li.noRecord, .noRecord {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #f1f1f1;
    font-size: 30px;
    line-height: 34px;
    padding: 30px 15px;
    color: #a4a4a4;
    text-align: center;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.3)
}
.formBox li.noRecord {
    background-color: transparent;
    padding: 0 15px;
}
.formBox li.noRecord span {
    padding: 30px 15px;
    background-color: #f1f1f1;
    display: block
}
.hideBlock {
    display: none;
}
.alignLeft, .table li div.alignLeft {
    text-align: left;
}
.alignRight, .table li div.alignRight {
    text-align: right;
}
.alignCenter, .table li div.alignCenter {
    text-align: center;
}
.txtUpper {
    text-transform: capitalize;
}
.table #customer_name {
    min-width: 250px;
}
.tableBox form {
    display: block;
    overflow: auto;
}
.table li.commentLi {
    position: relative;
    height: 85px;
    display: none;
}
.table li.commentShow {
    display: table-row;
}
.table li.commentLi div {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
    height: 100%;
    display: block;
    text-align: left;
    padding-left: 100px;
    padding-right: 180px;
}
.table li.commentLi span {
    font-weight: 700;
    position: absolute;
    left: 15px;
}
/*.commentBtn{display:inline-block;vertical-align:middle;width:25px;height:20px;background:url(../images/comment-img.png) no-repeat;opacity:0.7;})*/

.optUl li a.commentBtn {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    color: #0073aa;
}
.rightFrm .alert-error {
    position: absolute;
    top: 25px;
    font-weight: 600;
    color: #f00;
}
.toSpan {
    display: block;
    margin: 2px 0;
}
.formBox li.recordLi {
    width: 100%;
}
.reportTable {
    border: 1px solid #f1f1f1;
}
.reportTable thead tr {
    background-color: #d8e4ea;
}
.reportTable thead th {
    color: #333333;
    line-height: 20px;
    padding: 10px 15px;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}
.reportTable thead th:last-child, .reportTable tbody td:last-child {
    border-right: 0;
}
.reportTable tr td {
    padding: 10px 15px;
    border-bottom: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
}
.reportTable tr:nth-child(even) {
    background-color: #f9f9f9;
}
.reportTable tr:last-child td {
    border-bottom: 0;
}
.fildTitle {
    font-weight: 600;
    color: #000;
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
}
.customeTxt {
    float: left;
    width: 40%;
}
.customeTxt + .customeTxt {
    margin: 0 20px 0 10px;
}
.formBox li.repBtnli {
    margin-top: 51px;
}
.reportTable tfoot {
    background-color: #e5e5e5;
}
.reportTable tfoot tr td {
    font-weight: 600
}
.reportTable tfoot tr td:last-child {
    border-right: 0;
}
.reportLi div.threeLi {
    float: left;
}
.redColor {
    color: #e20d0d;
}
.greenColor {
    color: #8ac149;
}
.topRight > form {
    float: left;
    position: relative;
}
.totalCount {
    float: left;
    border: 1px solid #b70000;
    background-color: #f00;
    line-height: 33px;
    padding: 0 15px;
    color: #fff;
    margin: 0 10px 0 0;
}
.totalCount span {
    font-weight: 700;
}
.centerFrom {
    float: left;
    margin-left: 20px;
    position: relative;
}
.centerFrom .searchBox {
    margin-left: 0;
}
/*.reportTable tfoot tr td{border:1px solid #ccc;border-right:0;}
.reportTable tfoot tr:last-child td{border-bottom:1px solid #ccc;}*/
.navUl li > ul {
    position: absolute;
    left: 0;
    top: 80px;
    border-top: 3px solid #00aba9;
    z-index: 11;
    text-align: left;
    background-color: #f1f1f1;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    transition: 500ms all;
    opacity: 0;
    visibility: hidden;
}
.navUl li > ul > li {
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #fff;
    width: 100%;
    height: 52px;
    white-space: nowrap;
    padding-right: 20px;
    float: left;
}
.navUl li > ul > li:last-child {
    padding-right: 20px;
}
.navUl li > ul > li:first-child {
    border-top: 0;
}
.navUl li > ul > li > a {
    display: block;
    line-height: 50px;
}
.navUl li > ul > li:last-child {
    border-top: 1px solid #fff;
}
.navUl li > ul li:first-child {
    padding-left: 12px;
}
.navUl li > ul li:after {
    display: none;
}
.navUl li > ul li span.iconSpan {
    min-width: 40px;
    text-align: center;
}
.navUl li > ul li span.iconSpan img {
    max-height: 25px;
    max-width: 25px;
}
.navUl li > ul li a:after {
    display: none;
}
/*********** add by niraj ********/

.img_upMain {
    float: left;
    width: 100%;
    border: 1px solid #dfdfdf;
    padding: 20px;
    margin-top: 10px;
}
.img_thumbMain {
    min-width: 100%;
    margin: 0 -15px;
    display: block;
}
.img_thumbMain li {
    display: inline-block;
    width: auto;
    padding: 0 15px;
    margin-bottom: 30px;
}
.thumbMain {
    display: inline-block;
    width: 200px;
    height: 150px;
    border: 1px solid #d3d3d3;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    max-width: 100%;
}
.singleImgUp {
    min-width: inherit;
    margin: 0;
    vertical-align: middle;
    display: table-cell;
}
.singleImgUp li {
    padding: 0;
    width: 100%;
    margin-bottom: 0;
    height: 100%;
}
.singleImgUp .thumbMain {
    border: 0;
    width: 100%;
    height: 100%;
}
.thumbMain img {
    display: inline-block;
    margin: auto;
}
.thumbMain .imgMain {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    max-height: inherit;
    cursor: pointer;
}
.thumbMain .delete {
    position: absolute;
    right: 0;
    top: 0;
    left: inherit;
    background: #949494;
    width: 30px;
    height: 30px;
    -moz-box-shadow: -2px 2px 2px rgba(1,1,1,0.23);
    -ms-box-shadow: -2px 2px 2px rgba(1,1,1,0.23);
    -webkit-box-shadow: -2px 2px 2px rgba(1,1,1,0.23);
    box-shadow: -2px 2px 2px rgba(1,1,1,0.23);
    z-index: 10;
    cursor: pointer;
    border-radius: 0 0 0 3px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
}
.thumbMain .delete:after {
    content: "";
    width: 2px;
    height: 16px;
    background: #fff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.thumbMain .delete:before {
    content: "";
    width: 2px;
    height: 16px;
    background: #fff;
    transform: rotate(-45deg);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.uploaderMain {
    display: inline-block;
    width: 100%;
}
.singleDiv {
    vertical-align: middle;
    display: table-cell;
    padding-left: 20px;
}
.uploaderMain .qq-upload-button {
    display: inline-block;
    vertical-align: top;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    background: url(../images/upload-icon.png) no-repeat 13px center #0073aa;
    padding-left: 35px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
}
.uploaderMain .qq-upload-button .up-Btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}
.upload_text {
    display: block;
    font-size: 12px;
    color: #ff0000;
    line-height: 18px;
    padding-top: 10px;
    margin: 0 0 -5px;
}
.singleImgUp .img_thumbMain, .singleImgUp .img_thumbMain li, .singleImgUp .uploaderMain {
    width: auto;
    margin-bottom: 0;
    min-width: inherit;
    vertical-align: middle;
    margin-left: 0;
}
.singleImgUp .img_thumbMain li {
    padding-left: 0;
    padding-right: 15px;
}
.uploader_section .img_thumbMain li {
    padding-right: 0;
}
.singleImgUp .img_thumbMain {
    margin-right: 0;
}
.singleImgUp .img_thumbMain.defalt_uploadIMG {
    display: inline-block;
    width: 200px;
    height: 150px;
    border: 1px solid #d3d3d3;
    background: url(../images/img-upload.png) no-repeat center center #f1f1f1;
    margin-right: 20px;
    max-width: 100%;
}
.singleImgUp .img_thumbMain.defalt_uploadIMG li {
    padding-right: 0;
}
.singleImgUp .img_thumbMain.defalt_uploadIMG li .thumbMain {
    border: none;
}
.formBox .howItwork {
    border: 1px solid #f1f1f1;
    display: inline-block;
    margin: 15px 0 0 0;
    max-width: 100%;
}
.formBox .howItwork li {
    display: inline-block;
    width: 100%;
}
.formBox .howItwork li.topLi {
    background-color: #d8e4ea;
    color: #333333;
    line-height: 20px;
    padding: 10px 15px;
}
.formBox .howItwork li.topLi .delete {
    float: right
}
.howItwork.table .labelSpan {
    width: 100%;
    text-align: left;
}
.howItwork.table li div.txtBox {
    border-bottom: none;
    border-right: none;
    padding: 0;
    margin-bottom: 10px;
}
.uploaderMain .bx_main {
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    padding-right: 80px;
}
.uploaderMain .progress {
    height: 10px;
}
.progress {
    height: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
/*.progress-bar-success {

    background-color: #0073aa;

}*/

/* 20-06-2017 */
.formBox .report_main li {
    margin: 0;
    vertical-align: middle;
    width: 39%;
}
.report_main li .txtBox .hasDatepicker {
    width: 48%;
    float: left;
    margin-right: 15px;
    position:relative;
    background: url(../images/calender2.png) no-repeat calc(100% - 10px) center;
}
.formBox.generate_main {
    margin-bottom: 0px;
}
.report_main li.generate_btn {
    margin-top: 22px;
    display: inline-block;
    width: 22%;
    float: right;
}
.report_main li .txtBox .txt {
    border-color: #aaa;
}
.report_main li input#toDateprd {
    margin-right: 0;
}
.generate_btn .btn {
    height: 40px;
    line-height: 40px;
}

/* chat Report */
.activity_top_title {
    margin-top: 30px;
}
.act_title {
    float: left;
    font-size: 22px;
    font-weight: 700;
}
.num_title {
    text-align: right;
    font-size: 16px;
    font-weight: 700;
}
.activity_summary_main {
    margin: 25px 0;
}
.table_cell_main {
    display: table;
    width: 80%;
    margin-left: -15px;
    border-spacing: 15px 0;
    table-layout: fixed;
}
.table_cell_main ~ .table_cell_main {
    margin-top: 15px;
}
.table_cell_main:first-child {
    margin-bottom:0;
}
.table_cell_main:last-child {
    margin-bottom:0;
}
.table_summary_main {
    display: table;
    width: 100%;
    position: relative;
}
.table_summary_cell {
    display: table-cell;
    text-align: center;
    border: 1px solid #ddd;
    padding: 15px 0;
    border-radius: 15px;
    vertical-align: middle;
}
.total_leads {
    width: 20%;
    border: 1px solid #ddd;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 700;
    padding: 0 15px;
    line-height: 25px;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.total_leads_inner{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
span.total_num {
    font-size: 40px;
    line-height: 45px;
}
.table_summary_cell span {
    display: block;
    padding: 8px 0 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.daily_chart span {
    display: block;
    margin-bottom: 12px;
    float: none;
    text-align: inherit;
}
.daily_chart {
    margin: 30px 0;
    width: 100%;
    float: left;
}
.chat_eng {
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.chat_eng .act_title {
    float: none;
    width: 100%;
    float: left;
    margin: 30px 0;
}
.chat_eng_img {
    margin-bottom: 20px;
    text-align: center;
}
.chart_img, .chat_req_img {
    text-align: center;
}
.chat_eng.text-left {
    text-align: left;
}
.busiest_main {
    text-align: center;
}
.busiest_middle {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 40px;
    padding: 11px 30px;
    border-bottom: 3px solid #ddd;
    margin-top: 10px;
    font-size: 25px;
    font-weight: 700;
    line-height: 20px;
    min-width: 270px;
}
.hour_title {
    font-size: 18px;
    font-weight: 700;
}
.busiest_sub_title {
    font-size: 16px;
}
.chat_report_header {
    width: 100%;
    color: #231f20;
    padding:10px 0px 27px;
    font-size: 14px;
    border-radius:0;
    margin:0 auto 30px;
    border-bottom: 1px solid #ccc;
    float: left;
}
.report_detail {
    width:30%;
    float: left;
    padding:0 0px;
}
.report_right_logo {
    text-align: right;
    padding-top:11px;
    padding-right: 20px;
}
.chat_pages {
    padding:50px 50px 0 50px;
}
.chat_btm_img {
    display: inline-block;
}
.tabMain.container_report {
    max-width: 1200px;
    margin: 0 auto;
    float: none;
    width: auto;
}
.chat_pages td, .chat_pages th {
    padding: 10px 15px;
}
td.td_padding {
    padding:10px 0;
}
/* char Report */
/* 20-06-2017 */

/* 21-06-2017 */

.contact_details_main h2 {
    font-size: 20px;
    line-height: 40px;
    background: #f8f8f8;
    padding: 5px 15px;
    border: 1px solid #dfdfdf;
    color: #802988;
    text-transform: uppercase;
    font-weight: 600;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}
.contact_details_inner {
    padding: 20px 15px;
    width: 100%;
    float: left;
}
.details_list {
    float: left;
    border: 1px solid #dfdfdf;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 0;
}
.details_list:before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #dfdfdf;
    bottom: 0px;
    left: 0;
    content: "";
}
.details_list li {
    float: left;
    width: 50%;
    border-bottom: 1px solid #ccc;
    padding: 10px 15px;
    border-right: 1px solid #ccc;
}
.details_list li:nth-child(even) {
    border-right: none;
}
.details_list li:last-child {
    border-bottom: none;
}
.details_top_title {
    list-style: none;
    padding-left: 0;
    width: 100%;
    float: left;
}
.blankDiv{
    background-color: #f0f0f0;
    border: 1px solid #dfdfdf;
    color: #802988;
    text-align: center;
    padding: 15px;
    border-right: 0;
    font-weight: 700;
    border-bottom: 0;
}
.title_left {
    width: 20%;
    float: left;
}
ul.details_top_title {
    border-right: 1px solid #dfdfdf;
}
.all_details {
    width: 100%;
    float: left;
    border: 1px solid #dfdfdf;
    border-left: 0;
    border-top: 0;
}
.days_main {
    display: table;
    width: 100%;
}
.days_list {
    display: table-cell;
    width: 20%;
    padding: 15px;
    border: 1px solid #dfdfdf;
    border-right: 0;
    border-bottom: 0;
    vertical-align: top;
}
.contact_details_main .operation_title {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 15px;
}
.department_details {
    width: 50%;
    float: left;
}
.contact_details_main {
    margin-bottom: 30px;
    width: 100%;
    float: left;
    border: 1px solid #dfdfdf;
}
.department_details {
    width: 50%;
    float: left;
    padding: 0 0px 0 30px;
    margin:30px 0 0;
}
.department_details:first-child, .department_details:nth-child(2) {
    margin: 0;
}
.department_details:nth-child(odd) {
    padding: 0;
}
.department_details li {
    width: 100%;
    float: left;
    border: 1px solid #dfdfdf;
    border-bottom:0px;
}
.department_details ul {
    width: 100%;
    float: left;
}
.department_details li:last-child{
    border-bottom: 1px solid #dfdfdf;
}
.department_details .leftDiv {
    width: 25%;
    float: left;
    text-align: left;
    border-right: 1px solid #dfdfdf;
    padding: 10px 5px;
}
.department_details .rightDiv{
    width: 50%;
    padding: 10px;
    float: left;
}
.department_details h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.staff_det_main {
    width: 100%;
    float: left;
}
.que_ans {
    width: 100%;
    float: left;
    border: 1px solid #dfdfdf;
}
.que_ans .leftDiv {
    width: 30.1%;
    border-right: 1px solid #dfdfdf;
    position:relative;
}
.que_ans .rightDiv {
    width: 70%;
    float: left;
    position:relative;
}
.padding_que {
    padding: 10px 15px;
    display: table-cell;
    vertical-align: top;
    position:relative;
}
.que_ans li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #dfdfdf;
    display: table;
}
.que_ans li:last-child {
    border-bottom: 0;
}
.chat_left {
    width: 30%;
    float: left;
    text-align: left;
}
.chat_right {
    width: 70%;
    float: left;
    text-align: left;
}
ul.chat_main {
    border-right: 1px solid #dfdfdf;
    width:100%;
    float:left;
}
.contact_details_main:last-child {
    margin-bottom: 0;
}
.btm_txt {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18px;
    color: #231f20;
}


.fileProgress .cancel-btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 2px 12px;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    background-color: #ff0000;
    border-color: #ff0000;
    color: #ffffff;
    margin-left: 5px;
    position: absolute;
    right: 0;
    top: -8px;
}
@-webkit-keyframes progress-bar-animate {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-animate {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress-bar {
    overflow: hidden;
    height: 20px;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(top, #ccc 0%, #ddd 100%);
    background-image: linear-gradient(to bottom, #ccc 0%, #ddd 100%);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar-success {
    width: 0%;
    height: 100%;
    float: left;
    box-sizing: border-box;
    background-color: #0073aa;
    background-size: 8px 8px;
    border-radius: 4px 0 0 4px;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 30%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.1) 33%, transparent 33%, transparent 46%, rgba(0, 0, 0, 0.1) 46%, rgba(0, 0, 0, 0.1) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 80%, rgba(0, 0, 0, 0.1) 80%, rgba(0, 0, 0, 0.1) 83%, transparent 83%, transparent 97%, rgba(0, 0, 0, 0.1) 97%, rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 30%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.1) 34%, transparent 34%, transparent 46%, rgba(0, 0, 0, 0.1) 46%, rgba(0, 0, 0, 0.1) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 80%, rgba(0, 0, 0, 0.1) 80%, rgba(0, 0, 0, 0.1) 84%, transparent 84%, transparent 96%, rgba(0, 0, 0, 0.1) 96%, rgba(0, 0, 0, 0.1));
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: width 200ms ease;
    -moz-transition: width 200ms ease;
    -o-transition: width 200ms ease;
    transition: width 200ms ease;
    -webkit-animation: progress-bar-animate 1s linear infinite;
    animation: progress-bar-animate 1s linear infinite;
}
/*.singleImgUp .img_thumbMain, .singleImgUp .img_thumbMain.defalt_uploadIMG{margin-bottom:20px;}*/

.singleImgUp .img_thumbMain.defalt_uploadIMG {
    margin-bottom: 20px;
}
/***** nore section ******/

.notes_container {
    background: #f9f9f9;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}
.note-dialog .form-row {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}
/*.note-dialog .form-row:last-child{margin-bottom:0px;}*/

/*.contact_note_view {position: relative;list-style: none; margin-left: 0; padding-bottom: 0; margin-bottom: -7px; padding: 0 15px; margin:15px 0; max-height: 360px;}*/

.notes_container {
    position: relative;
    list-style: none;
    margin-left: 0;
    padding-bottom: 0;
    margin-bottom: -7px;
    padding: 15px;
    margin: 15px 0;
}
.notes_container_top {
    max-height: 360px;
    display: block;
    width: 100%;
}
#note_messages li {
    position: relative;
    padding: 0 0 20px 110px;
}
.left-date-time {
    position: absolute;
    width: 100px;
    left: 0;
    top: 0;
    float: left;
    margin: 0 0;
    padding: 10px;
    background: #0073aa;
    text-align: center;
    color: #fff;
}
.messages li div.message {
    position: relative;
    margin-right: 0;
    margin-left: 0;
    border: 1px solid #d8d8d8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 0 20px;
    padding: 20px;
    background: #fff;
    position: relative;
}
.messages li div.message:after {
    content: "";
    position: absolute;
    top: 10px;
    left: -6px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-left: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.messages li .head {
    width: 100%;
    padding: 0 60px 10px 0;
    display: inline-block;
    vertical-align: top;
    color: #0073aa;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}
.messages li .head .time {
    position: absolute;
    right: 20px;
    top: 10px;
}
.messages li .note_description {
    font-weight: 400;
}
.edit_note {
    display: inline-block;
    vertical-align: middle;
    background: url(../images/edit-icon.png) no-repeat 0 0;
    width: 19px;
    height: 20px;
    margin: 0 6px 0 0;
}
.view_old_note {
    float: right;
    color: #157eb0;
    font-weight: 600;
    font-size: 16px;
    padding-right: 15px;
}
.btnUl li.fourth_btn .add_note {
    cursor: pointer;
}
.ui-dialog.popupsMain {
    left: 50% !important;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    min-width: 300px;
    border: none;
}
.amountTableMain {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}
.amout_text {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}
.amountTableMain .table {
    border-left: 1px solid #f1f1f1;
}
.amountTableMain .table li div {
    padding: 10px;
}
.total_amount {
    display: block;
    text-align: right;
    padding: 10px 10px 0 0;
    font-weight: 600;
}
.amountTableMain .mainTitleForm {
    margin-bottom: 10px;
}
.loderMain {
    width: 100%;
    text-align: center;
    padding: 20px 0;
}
/******** hitarth **********/

small.smallTxtN {
    left: auto;
    right: 0;
}

.nopadTop {
    padding-top: 0;
}
.mainTitleForm {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
}
.insDetail {
    margin-top: 30px;
    display: inline-block;
}
div.formBox li.buttonTop {
    margin-top: 29px;
}
div.formBox li.showImg.image_hide {
    display: inline-block;
}
div.formBox li.image_hide {
    display: none;
}
.archiMain.formBox {
    margin-bottom: 0;
}
.archiMain .enqBox li {
    margin-bottom: 0;
    padding: 0;
}
.archiMain .boldSpan {
    width: 45%;
}
.archiMain .dataSpan {
    width: 54%;
}
/*.cust_searchBox{float:left;width:auto;}

.customeDate{margin:0 15px 0 0;width:160px;float:left;position:relative;}

.customeSearch{margin:0 15px 0 0;width:180px;float:left;}

.customeSearch .txt{padding:0 10px;}

.cust_searchBox .btn{height:35px;line-height:34px;}*/



.cust_searchBox {
    float: left;
    width: auto;
    margin-right: 4px;
}
.customeDate {
    margin: 0 15px 0 0;
    width: 160px;
    float: left;
    position: relative;
}
.customeSearch {
    margin: 0 15px 0 0;
    width: 180px;
    float: left;
}
.customeSearch + .customeSearch {
    width: 200px;
}
.customeSearch .txt {
    padding: 0 10px;
}
.customeSearch select {
    width: 100%;
    height: 35px;
    border: 1px solid #dfdfdf;
    padding: 0 10px;
    font-size: 14px;
}
.cust_searchBox .btn {
    height: 35px;
    line-height: 34px;
}
.img_thumbMain.singleImgUp {
    width: 200px;
    height: 150px;
    border: 1px solid #d3d3d3;
    background: url(../images/img-upload.png) no-repeat center center #f1f1f1;
    min-width: 200px;
}
.dashLeft {
    float: left;
    width: 50%;
    padding: 0 15px;
    margin: 15px 0 0;
}
.dashRight {
    float: left;
    width: 50%;
    padding: 0 15px;
    margin: 15px 0 0;
}
.dashFull {
    float: left;
    width: 100%;
    padding: 0 15px;
    margin: 20px 0 0;
}
.titleDiv .fa {
    font-size: 22px;
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.titSpan {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 24px;
}
.titleDiv {
    padding: 15px;
    background: url(../images/title-pattern.png);
    border-bottom: 1px solid #c4c4c4;
    position: relative;
}
.dashRow {
    border: 1px solid #c4c4c4;
    margin-bottom: 30px;
}
.dashRow:last-child {
    margin-bottom: 0;
}
.rowBtm {
    padding: 15px;
}
.enqDropdown {
    position: absolute;
    right: 0;
    top: 0;
}
.btmInner {
    position: relative;
}
.btmInner .tabUl {
    margin-bottom: 0;
}
.enqdateRight {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: right;
    background-color: #f5f5f5;
    padding: 10px;
    border-bottom: 1px solid #c4c4c4;
}
.lrBorder {
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
}
.enqDroplink {
    width: 80px;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    height: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    line-height: 28px;
}
.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}
.dateContaine > * {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    float: none;
}
.dateContaine {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 5px;
}
.dateContaine .txt {
    width: 150px;
}
.enqdateRight .btn {
    height: 35px;
    line-height: 34px;
    padding: 0 5px;
}
.enqdropUl {
    position: absolute;
    right: 0;
    top: 41px;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 1;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
    padding: 5px 0;
    opacity: 0;
    visibility: hidden;
}
.drpShow {
    opacity: 1;
    visibility: visible;
}
.drpActive {
    border-color: #0073aa;
}
.enqdropUl li {
    white-space: nowrap;
    display: block;
    padding: 0 15px;
    line-height: 30px;
    font-size: 13px;
}
.enqdropUl li a {
    transition: 300ms all;
    -webkit-transition: 300ms all;
    display: block;
}
.enqdropUl li a:hover {
    color: #0073aa;
}
.enqdropUl li i {
    color: #0073aa;
    margin-right: 3px;
}
.enQsel {
    position: absolute;
    right: 0;
    top: 0;
}
.selectBox {
    border: 1px solid #dfdfdf;
    padding: 0 5px;
    min-width: 150px;
}
.paddNone {
    padding: 0;
}
.titleDiv {
    padding: 15px;
    background: url(../images/title-pattern.png);
    border-bottom: 1px solid #c4c4c4;
    position: relative;
    cursor: pointer;
}
.titleDiv:after {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    content: "";
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url('../images/sprite.png') no-repeat -160px -47px;
    width: 21px;
    height: 12px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
}
.titleDiv.active:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    content: "";
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url('../images/sprite.png') no-repeat -160px -47px;
    width: 21px;
    height: 12px;
}
.btmInner .selectBox {
    height: 31px;
}
.gsummaryCol {
    padding: 10px 5px 0;
}
.dateContaine select {
    border: 1px solid #ccc;
    height: 35px;
    padding: 0 5px;
}
.horColumn {
    margin: 0 -1px 12px;
    padding: 0 5px;
    width: 50%;
    display: inline-block;
    vertical-align: top
}
.horTitle {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-weight: 600;
    background-color: #0073aa;
    width: 100vw;
    height: 50px;
    padding: 0 10px;
}
.horColumn ul {
    border: 1px solid #ccc;
}
.horColumn ul li {
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    ;
}
.horColumn ul li:nth-child(even) {
    background-color: #f1f1f1;
}
.horColumn ul li:first-child {
    border-top: 0;
}
.horColumn ul li:last-child {
    border-bottom: 0;
}
.descBtns {
    display: block;
    margin: 5px 0 10px;
    position: relative
}
.middleSpan {
    vertical-align: middle;
}
.editTab {
    position: absolute;
    right: 0;
    bottom: -10px;
}
.editTab .btn {
    background-color: transparent;
    color: #000;
    font-weight: 600;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    margin: 0;
    border: 1px solid #c0c0c0;
    border-bottom: 0;
}
.editTab .activeLink {
    color: #000;
    background-color: #c0c0c0;
}
.imgPrt.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 111;
    opacity: 0;
    visibility: hidden;
    overflow: auto
}
.imgPrt.modal.in {
    opacity: 1;
    visibility: visible;
}
.modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-color: #fff;
    width: 500px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.modal-header {
    background-color: #2f4050;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    padding: 15px 35px 15px 15px;
    color: #fff;
}
.modal-header .close {
    position: absolute;
    right: 15px;
    top: 17px;
    width: 16px;
    height: 16px;
    background: url(../images/close-icon.png) no-repeat left top;
    font-size: 0;
}
.modal-title {
    font-size: 16px;
    font-weight: 500;
}
.subimgSpan {
    display: block;
    margin-top: 5px;
}
.modal-body {
    padding: 15px 15px 0;
}
.form-group {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    position: relative;
    margin: 0 0 20px;
}
.modal-footer {
    padding: 0 15px 20px;
    text-align: right;
}
.chartTab {
    padding: 15px 15px 0;
}
form.scrForm {
    border: 1px solid #f1f1f1;
    border-bottom: 0;
    border-top: 0;
    display: block;
    overflow: auto;
}
form.scrForm .table li {
    white-space: nowrap
}
#txaDescription,.txaDescription {
    height: 450px;
    width: 750px;
}
.txtDescdiv .mce-tinymce {
    border-width: 1px;
}
#txaDescription_ifr {
    height: 450px;
}
.formBox li.btmMargin {
    margin-bottom: 0;
}
.formBox .borderClass li.borderLi {
    margin: 0;
    width: 100%;
}
.borderClass ~ .borderClass li.borderLi div {
    border-top: 1px solid #c8c8c8;
    margin: 15px 0 30px
}
.formBox li.delLi {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    padding: 0;
    margin: 0;
    width: auto;
    background-color: #e6ebeb;
    padding: 10px;
}
.boxUl {
    float: left;
    width: 49%;
    margin: 0 0 2%;
    position: relative;
    background-color: #f3f8f8;
    border: 1px solid #e6ebeb;
    padding: 25px 5px 0;
}
.boxUl:nth-child(even) {
    float: right;
}
.subTxtUl {
    margin-bottom: -5px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.subTxtUl li {
    border: 0;
    background-color: transparent;
    width: auto;
    margin: 0 0 5px;
}
.subTxtUl li:nth-child(odd) {
    background-color: transparent;
}
.subTxtUl li:after {
    content: ', ';
    display: inline-block;
    vertical-align: baseline;
    margin-right: 4px;
}
.subTxtUl li:last-child:after {
    display: none;
}
#colorpicker .picker {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 15px 0 0;
}
.colorSpan {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.colorCode {
    display: block;
    color: #777777;
    font-size: 12px;
    text-transform: uppercase
}
.topLi #color_code {
    width: 150px;
}
.txt#sortOrder {
    text-align: center;
}
.popDiv {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4) url(../images/popEditicon.png) no-repeat center center;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    transition: 300ms all;
    -webkit-transition: 300ms all;
}
.img_upMain ul li:hover .popDiv {
    opacity: 1;
}
.more-menu::before {
    background: url("../images/sprite.png") no-repeat scroll -496px 0;
    content: "";
    display: inline-block;
    height: 20px;
    margin-right: 15px;
    transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1) 0s, -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1) 0s;
    vertical-align: middle;
    width: 4px;
}
.more-menu.close-menu::before {
    background-position: -496px -24px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
/* add by niraj Google Analytic Chart style */

.newchart {
    width: 100%;/*min-height: 360px;*/
    float: left;
    position: relative;
}
.chartMain {
    display: block;
    margin-bottom: 15px; /*margin-top: 15px;*/
    position: relative;
}
.chartMain.summaryCharts{
    margin-bottom:0px;
}
.chartTitle {
    display: block;
    padding: 0;/* border-bottom:1px solid #c4c4c4;*/
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 15px;
}
.chartTitle .fa {
    font-size: 22px;
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.returningBox {
    float: left;
    width: 400px;
    vertical-align: top;
    max-width: 100%;
}
.returningBox .newchart {
    padding-left: 34px;
}
.summaryCharts {
    float: left;
    width: calc(100% - 400px);
    vertical-align: top;
    padding-right: 30px;
}
.smallChartMain {
    width: 33.33%;
    padding: 10px 20px;
    float: left;
}
.smallChartMain:last-child{
    padding-bottom:0px;
}
.boxTitle {
    color: #afafaf;
}
.chartCount {
    color: #222;
    font-size: 24px;
    font-weight: 700;
    min-width: 65px;
    word-wrap: break-word;
    padding: 5px 0;
    margin-bottom: 10px;
}
.analyticChart {
    height: 200px;
    margin-bottom: 30px;
}
.chartMain .selectBox {
    height: 31px;
}
.leftsideChart {
    float: left;
    width: 20%;
    padding: 0 15px;
}
.midChart {
    float: left;
    width: 40%;
    padding: 0 15px;
}
.chartMain.fullChart {
    width: 100%;
    display: block;
    margin-top: 10px;
}
/* Acquisition table */

.tblData {
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
}
.tblData tr td {
    padding: 0;
    margin: 0;
    vertical-align: top;
}
.tblData tr td tr td, .tblData tr th tr th {
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    padding: 0;
    margin: 0;
    vertical-align: top;
}
.tblData thead {
    background: #f1f1f1;
}
.tblData .row {
    margin: 0;
}
.tblData .tabletitle {
    color: #333;
    font-weight: 600;
    font-family: Arial, sans-serif;
    font-size: 16px;
    height: 20px;
    width: auto;
}
.tblData .tablecell {
    padding: 5px;
    height: 36px;
    font-family: Arial, sans-serif;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    vertical-align: middle;
    text-align: left;
}
.tblData .tablecell.span4 {
    width: 33.33% !important;
    float: left
}
.tblData .tablecell.span8 {
    width: 66.67% !important;
    float: left
}
.tblData .tablecell.smallhead {
    font-weight: bold;
    line-height: 12px;
    font-size: 11px;
}
.tblData .tablecell.activetab {
    background: #e6e6e6;
}
.bottmnone {
    border-bottom: none !important
}
.referel_head tr td {
    height: 37px !important;
}
.active_tab {
    background: #fff;
}
.selected_graph {
    padding: 5px;
}
.fullGraph {
    background-color: #fff;
    border: 1px solid #eaeaea;
}
.fillGraph {
    height: 20px;
    width: 0;
    transition: all 0.6s ease-in-out;
    background: #058dc7;
}
.cursor {
    cursor: pointer
}
.rightnone {
    border-right: none !important;
}
/* Acquisition table end */



.subfilter li.submenuLI > a:after {
    display:block !important;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #a9a9a9;
    border-top: 6px solid transparent;
    bottom: 0;
    content: "";
    height: 1px;
    margin: auto 0;
    position: absolute;
    right: 10px;
    top: 0;
    width: 5px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color:transparent;
    left:inherit
}
.subfilter li.submenuLI a {
    position: relative;
}
.subfilter li.submenuLI ul li .iconSpan {
    display: none
}
.tblData thead {
    background: #e9e9e9;
}
.tblData .tablecell, .tblData tr td tr td, .tblData tr th tr th, .tblData {
    border-color: #ccc;
}
.deviceTable .tablecell.cursor {
    height: 82px;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    text-align: right;
    background: #f8f8f8;
    padding: 10px;
}
.deviceTable .tablecell.cursor .per-total {
    font-size: 12px;
    line-height: 14px;
    color: #666;
    display: block;
    font-weight: 400;
    margin-top: 4px;
}
.deviceInner .tablecell {
    text-align: right;
}
.tblData.deviceTable #referel_box td {
    text-transform: capitalize;
    padding-left: 10px;
    padding-right: 10px;
}
.tblData.deviceTable .smallhead {
    font-size: 12px;
    text-align: center;
    padding: 10px;
}
.acquisSearch {
    width: 226px;
}
.tblData .tablecell.tabletitle {
    text-align: center
}
.headTable {
    display: table;
    width: 100%;
}
.deviceTable .headTable .smallhead {
    float: none;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}
.deviceTable .headTable .smallhead:last-child {
    margin-right: -1px !important;
    position: relative;
}
.tblData .tablecell.diviceTitle {
    height: 72px;
}
.tblData .tablecell.span4 .smallText {
    font-size: 11px;
    line-height: 13px;
    color: #999;
    font-weight: 400;
    margin-left: 2px;
    display: inline-block;
}
.chartTitle .customeSearch {
    float: right;
    margin-right: 0;
    margin-bottom: 10px;
    width: 230px;
}

.midChart .chartTitle .customeSearch{
    margin-top:-10px;
}
hr{
    margin:15px 0;
    display:block;
    width:100%;
    border-bottom:1px solid #cccccc
}

.show_total {
    position:relative
}
.smallChartMain {
    position:relative!important
}
/* add by niraj Google Analytic Chart style end */

/* Css Added By Shyam For Dashboard Sold Car Details Start */

.dashBordDiv .tabBox{
    float:left;
    width:100%;/*margin-top:-20px;*/
}
.carSoldDetail {
    float: right;
}
.carCategory {
    display: inline-block;
    margin-left: 13px;
    padding-left:0;
}
.carCategory:first-child{
    margin-left:0;
    padding-left:0;
    border-left:0;
}
.carCategory .chartCount{
    margin-bottom:0;
}
.carCategory .boxTitle{
    color:#000;
}
.carSoldDetail .chartTitle{
    display:inline-block;
    margin-bottom:0px;
    margin-right:5px;
    font-size:14px;
}
.carSoldDetail ul.car_detail {
    display: inline-block;
    vertical-align: middle;
}
.carSoldDetail ul.car_detail li{
    display: inline-block;
    padding:5px 10px;
    background: #f9f9f9;
    border: 1px solid #dfdfdf;
    margin:0px 2px;
    text-align:center;
}
.export_excel{
    position:relative;
    padding-left:40px;
    height:35px;
    line-height:35px;
    background: #00aba9;
}
.export_excel:before {
    background:url(images/file-export.png) no-repeat scroll left top;
    height: 22px;
    width: 22px;
    position: absolute;
    content: '';
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.exportDiv{
    display:inline-block;
    vertical-align:top;
    padding-left:11px;
}
.searchBoxDiv .btn {
    height: 35px;
    line-height: 34px;
}
/* Css Added By Shyam For Dashboard Sold Car Details End */

.newchart .sold_counter .smallChartMain.carSoldDetail{
    padding-top:15px;
}

.safari-mac .dropbox select{
    -webkit-appearance: none;
    appearance: none;
    background-image:url(../images/select-arrow.jpg);
    background-repeat:no-repeat;
    background-position:right center;
    padding:0 10px;
}
.safari-mac .numDrop select, .safari-mac .bulkDrop select{
    padding-left:36px
}

.txtDescdiv .descBtns{
    display: none;
}
.txtDescdiv #mceu_35 .mce-i-image::before{
    content: 'Insert Image';
    font-size: 14px;
    line-height: 16px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.txtDescdiv #mceu_35 .mce-ico{
    line-height: 13px;
    width: auto;
}

.popDiv{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4) url(../images/popEditicon.png) no-repeat center center;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    transition: 300ms all;
    -webkit-transition: 300ms all;
}
.custom-table .quickId  td{
    padding:0
}
.quickId  div[id^=quickID]{
    display: none;
}
.quickId  div[id^=quickID] ul{
    padding:15px
}

/*.quickId.quickActive{display: table-row; }*/


.quickId li{
    width: 87%;
    display: inline-block;
}
.quickId li:last-child{
    margin-bottom: 0;
    width: 13%;
}
.quickId label{
    display:inline-block;
}
.quickId label:first-of-type{
    margin-right: 5px;
    width: calc(50% - 7px);
}
.quickId label:last-of-type{
    margin-left: 5px;
    width: calc(50% - 7px);
}
.quickId .labelSpan{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.quickId .txtBox{
    display: inline-block;
    float: none;
    width: initial;
    vertical-align: middle;
    width:calc(100% - 50px);
}
.quickId .btnCancel{
    display: inline-block;
    width: 50%;
    position: relative;
    top:5px;
}
.quickId .btnSave{
    display: inline-block;
    width: 50%;
    text-align: right;
    position: relative;
    top:5px;
}
.quickId .btnSave .comBtn{
    background: #00aba9;
}


.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}


/* cms_posts_pages Start */

.modal {
    background: rgba(0, 0, 0, 0.73);
    z-index: 999999;
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

.modal-dialog-centered {
    position: relative;
    width: auto;
    margin: .5rem auto;
    pointer-events: none;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
    max-width: 85%;
    background: transparent;
    left: unset;
    top: unset;
    right: unset;
    bottom: unset;
    transform: unset;
    -webkit-transform: unset;
}

.modal-body .modalbodyBox {
    background: #fff;
    padding: 15px 15px;
    border: 1px solid #e5e1ff;
    box-shadow: 10px 10px 16px rgba(184, 185, 190, 0.3),-10px -10px 16px rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    float: left;
    width: 100%;
}

#ddArea {
    cursor: pointer;
    height: 200px;
    border: 2px dashed #ccc;
    text-align: center;
    font-size: 17px;
    background: #f9f9f9;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

#showThumb .thumbnail {
    width: 100px;
    height: 100px;
    padding: 2px;
    margin: 2px;
    border: 2px solid lightgray;
    border-radius: 3px;
    float: left;
}

.d-none {
    display: none;
}

.cms_posts_pages .midWhite {
    border: 1px solid #e5ecff;
    box-shadow: 10px 10px 16px rgba(184, 185, 190, 0.3), -10px -10px 16px rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    font-family: 'Nunito', sans-serif;
}

.cms_posts_pages.middlePart .fullColumn {
    background-color: #fff;
}

.cms_posts_pages .tabUl li.current,
.cms_posts_pages .tabUl li:hover,
#exampleModal_img .tabUl li.current,
#exampleModal_img .tabUl li:hover {
    background-color: #00aba9;
    color: #fff;
}

.cms_posts_pages .tabUl,
#exampleModal_img .tabUl {
    border-color: #00aba9;
}

.cms_posts_pages .tabUl li,
#exampleModal_img .tabUl li {
    color: #000;
    text-transform: uppercase;
    border-radius: 10px 10px 0 0;
}

.cms_posts_pages .txtBox {
    margin: 6px 0 15px;
}

.cms_posts_pages li .labelSpan {
    font-size: 15px;
    line-height: 24px;
    color: #191919;
}

.cms_posts_pages li .txt {
    border-color: #e8e8e8;
    height: 45px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    float: none;
}

.cms_posts_pages li ::placeholder {
    color: #cecece;
}

.cms_posts_pages li :-ms-input-placeholder {
    color: #cecece;
}

.cms_posts_pages li ::-ms-input-placeholder {
    color: #cecece;
}

.per_width70 {
    width: 70%;
    float: left;
}

.per_width30 {
    width: 28%;
    float: right;
    /*padding-left: 30px;*/
    position: sticky;
    top: 0;
}
.per_width40 {
    width: 42% !important;
    /*padding-left: 30px;*/
    position: sticky;
    top: 0;
}
.cms_posts_pages .per_width40  {
    border: 1px solid #e5e1ff;
    box-shadow: 10px 10px 16px rgba(184, 185, 190, 0.3), -10px -10px 16px rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    padding: 30px;
    /*border-color: #ccfbf2;
    background: azure;*/
    background: #00aba9;
}
.cms_posts_pages .per_width30  {
    border: 1px solid #e5e1ff;
    box-shadow: 10px 10px 16px rgba(184, 185, 190, 0.3), -10px -10px 16px rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    padding: 30px;
    /*border-color: #ccfbf2;
    background: azure;*/
    background: #00aba9;
}

.cms_posts_pages .img_upMain {
    margin-top: 15px;
    margin-bottom: 15px;
    float: none;
    box-shadow: 10px 10px 16px rgba(184, 185, 190, 0.3), -10px -10px 16px rgba(255, 255, 255, 0.5);
    background: #f8ffff;
    border: 1px solid #ccfbf2;
    max-width: 500px;
}

.cms_posts_pages .uploader_section {
    position: relative;
    margin-top: 30px;
}

.cms_posts_pages .img_thumbMain.singleImgUp {
    outline: 1px solid #ccfbf2;
    border: 0;
    background: url(../images/img-upload.png) no-repeat center center #f8ffff;
    min-width: 150px;
    width: 150px;
    height: 120px;
}

.cms_posts_pages  .uploaderMain .qq-upload-button {
    height: unset;
    padding: 4px 20px;
    background: url(../images/upload-icon.png) no-repeat 24px center #00aba9;
    padding-left: 50px;
    border-radius: 100px;
}

.cms_posts_pages .upload_text {
    color: #000;
}

.cms_posts_pages .per_width30 li .labelSpan {
    color: #fff;
}

.formBox .img_upMain {
    max-width: unset;
}

.uploader_sectionw {
    margin-bottom: 6px;
    float: left;
    width: 100%;
}

.uploader_Category {
    border-bottom: 1px solid #ffffff36;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.cms_posts_pages .per_width30 .btn {
    height: auto;
    padding: 2px 20px;
    background-color: #00aba9;
    border: 2px solid #fff;
    border-radius: 100px;
    margin-top: 12px;
    margin-bottom: 13px;
}

.cms_posts_pages .per_width30 .btn:hover {
    background-color: #01918f;
}

.cms_posts_pages .per_width30 .category_chk_div {
    color: #fff;
}

.cms_posts_pages .per_width30 .category_chk_div .chkInn.radio {
    margin-top: 10px;
    display: flex;
}

.cms_posts_pages .per_width30 .category_chk_div .chkInn label,
#new_category_frm .chkInn label {
    margin-right: 10px;
}

.cms_posts_pages .per_width30 .txtBox select {
    border-color: #fff;
    background: #fff;
    border-radius: 5px;
}

.cms_posts_pages .uplimg {
    padding: 6px 17px;
    background: #00aba9;
    border-radius: 4px;
    height: auto;
    /* position: absolute; */
    /* right: 0; */
    /* top: 81px; */
    margin-top: 10px;
    line-height: 1.5;
}

.cms_posts_pages .uplimg i {
    padding-right: 7px;
}

.cms_posts_pages .fullLi {
    margin-top: 30px;
}

.cms_posts_pages .oneCol {
    margin: 0;
    float: none;
    max-width: unset;
}

.cms_posts_pages .txtBox small {
    font-size: 11px;
    bottom: -20px;
}

.edit_btns {
    margin: 0 0 0 auto;
    width: 120px;
}

.edit_btns a {
    color: #fff;
    font-size: 12px;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 1px 5px;
}

.edit_btns a i {
    font-size: 10px;
}

.edit_btns a:hover {
    background: #23649b;
}

#exampleModal_img .modal-body,
#add_new_category_popup .modal-body ,
#image_detail_popup .modal-body {
    padding: 15px;
    float: left;
}

#exampleModal_img #general_pop .per_width30 {
    width: 30%;
    background: #f2f2f2;
}

#exampleModal_img #general_pop .per_width30 .ImgDetail {
    padding: 20px;
}

#exampleModal_img #general_pop .thumbMain.imageBox {
    background: #fff;
    margin-bottom: 10px;
    border-color: #e1e0e0;
}

#exampleModal_img .tabUl {
    margin-bottom: 0;
}

#exampleModal_img #general_pop .per_width70 {
    padding-top: 20px;
}

#exampleModal_img #general_pop .per_width30 .ImgDetail_text li {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 2px;
}

.Personal-Info .txtBox {
    margin-bottom: 10px;
    float: none;
}

.Personal-Info .txtBox select {
    background: #fff;
    float: none;
}

#Img_txaDescription, #txtCaption_img, #txtImg_title {
    float: none;
}

.SelectImg, .addImgData, .modalClose, .addImg{
    padding: 4px 25px;
    background: #00aba9;
    border-radius: 100px;
    height: auto;
    margin-right: 3px;
}

#image_detail_frm .uplimg  {
    padding: 5px 15px;
    background: #00aba9;
    border-radius: 100px;
    height: auto;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 10px;
}

#url_pop .errmsg {
    color: red;
    text-align: center;
    display: block;
    margin-top: 20px;
}

.upload_URL #txtUrlImg {
    width: 650px;
    border-radius: 100px 0px 0 100px;
    padding: 15px;
    height: 45px;
    font-size: 12px;
    border-color: #e5e1ff;
}

.upload_URL {
    max-width: 768px;
    margin: 15px auto;
    background: #fff;
    padding: 15px 15px;
    border: 1px solid #e5e1ff;
    box-shadow: 10px 10px 16px rgba(184, 185, 190, 0.3),-10px -10px 16px rgba(255, 255, 255, 0.5);
    border-radius: 100px;
    display: table;
}

.addImg {
    border-radius: 0 100px 100px 0;
    height: 45px;
}

#new_category_frm .labelSpan,
#image_detail_popup .labelSpan {
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: #191919;
}

#new_category_frm .txtBox .txt,
#image_detail_popup .txtBox .txt {
    margin-bottom: 15px;
}

#new_category_frm .txtBox select,
#image_detail_popup .txtBox select {
    background: #fff;
    margin-bottom: 15px;
}

#image_detail_frm .per_width30 {
    text-align: center;
}

#image_detail_frm #img_detail_img {
    margin-top: 30px;
}

#new_category_frm .radioBtn {
    margin-top: 10px;
    display: flex;
    gap: 20px;
}

#new_category_frm .chkInn.radio {
    margin-top: 10px;
    border: 1px solid #e5e1ff;
    padding: 10px 20px;
    border-radius: 5px;
    background: #fff;
}

#add_new_category_popup .modal-footer .btn,
#image_detail_popup .modal-footer .btn {
    padding: 3px 25px 4px 25px;
    background: #00aba9;
    border-radius: 100px;
    height: auto;
}

#add_new_category_popup .modal-footer .btn:hover,
#image_detail_popup .modal-footer .btn:hover,
#image_detail_frm .uplimg:hover {
    background-color: #23649b;
}

#add_new_category_popup .modal-footer,
#image_detail_popup .modal-footer {
    padding: 15px 15px 10px;
    border-top: 1px solid #ddd;
    margin-top: 30px;
    float: left;
    width: 100%;
}

.formBox1.oneCol1 li {
    float: left;
    width: 100%;
}

.formBox1.oneCol1 .CategoryType {
    background: #f4f7fc;
    float: left;
    width: 100%;
    padding: 25px;
    border: 1px solid #e5e1ff;
    margin-top: 10px;
    border-radius: 5px;
}

.mce-window-head {
    background-color: #2f4050 !important;
    border-radius: 4px 4px 0 0;
    padding: 15px 35px 15px 15px !important;
}

.mce-title {
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 500 !important;
}

.mce-window-head .mce-close i {
    color: #fff !important;
    line-height: 26px !important;
}

.mce-imagepanel {
    background: #f7f7f7 !important;
}

.mce-primary.mce-btn-has-text {
    background: #00aba9 !important;
}

.descBtns .editTab .activeLink {
    color: #fff;
    background-color: #00aba9;
}

.txtDescdiv #txaDescription {
    border: 1px solid #e8e8e8;
    width: 100%;
}

.descBtns .editTab .btn {
    border: 1px solid #e8e8e8;
}

#url_pop #URL_Img_prev {
    text-align: center;
}

#url_pop #URL_Img_prev img {
    border: 1px solid lightgray;
    padding: 3px;
    margin: 3px;
}
.custom-checkbox span.control__content {
    padding-left: 50px;
}
.assessnent-checkbox {
    margin-top: 10px;
}
.custom-checkbox label::before {
    content: "";
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0px -15px 10px -12px rgba(0,0,0,.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}
.active_account_email {
    display: inline-block;font-weight: 400;line-height: 1.5;color: #000;text-align: center;text-decoration: none;vertical-align: middle;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;user-select: none;background-color: #ffc107;border: 1px solid transparent;border-top-color: transparent;border-right-color: transparent;border-bottom-color: transparent;border-left-color: transparent;padding: 15px 40px;font-size: 32px;border-radius: 35px;transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.assessnent-checkbox .custom-checkbox label::before {
    padding: 15px;
    position: absolute;
    z-index: 9;
    top: 33px;
    border-radius: 10px;
}
.assessnent-checkbox .custom-checkbox input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 38px;
    margin-right: 5px;
    width: 7px;
    height: 20px;
    border: solid #46b2f0;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    z-index: 9;
    left: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .modal-dialog-centered {
        max-width: 99%;
    }

    #exampleModal_img #general_pop .thumbMain.imageBox {
        width: 170px;
    }

    .SelectImg, .addImgData, .modalClose {
        padding: 2px 17px;
        margin-right: 0px;
        font-size: 12px;
    }
}


@media only screen and (min-width:0px) and (max-width: 767px) {
    .per_width70, .per_width30 , .per_width40,
    #exampleModal_img #general_pop .per_width30{
        width: 100%;
        float: none;
    }
    .per_width40{
        width: 100% !important;
        float: none;
    }
    .margin-left-10{
        margin-left: 0px !important
    }
    #exampleModal_img #general_pop .per_width30 {
        margin-top: 15px;
    }

    .per_width70 .img_list {
        text-align: center;
    }

    .modal-dialog.modal-dialog-centered {
        transform: unset;
        -webkit-transform: unset;
        left: unset;
        right: unset;
        width: auto;
    }

    #exampleModal_img #general_pop .thumbMain.imageBox {
        width: 150px;
        height: 140px;
    }
}




/* cms_posts_pages End */


@media only screen and (min-width:768px) {
    .navUl li:hover > ul {
        top: 58px;
        opacity: 1;
        visibility: visible;
    }
    .navUl > li:hover > a {
        color: #00aba9;
    }
    .navUl > li:hover > a:hover:after {
        left: 0;
        width: 100%;
    }
    .navUl > li:hover > a > .iconSpan > .fiImg {
        display: none;
    }
    .navUl > li:hover > a > .iconSpan > .secImg {
        display: inline-block;
    }
    .formBox li.mobShow {
        display: none !important;
    }
}

@media only screen and (min-width:1200px) {
    .headLeft a:hover, .firstUl li a:hover {
        color: #fff;
    }
    .headLeft a:hover:before {
        background-position: 0 -26px;
    }
    .firstUl li a.visit:hover:before {
        background-position: -22px -26px;
    }
    .firstUl li a.seo:hover:before {
        background-position: -50px -26px;
    }
    .firstUl li a.config:hover:before {
        background-position: -77px -26px;
    }
    .navUl li a:hover:after {
        left: 0;
        width: 100%;
    }
    .nav-open li a:hover, .navUl li a:hover {
        color: #000;
    }
    .navUl li a:hover .fiImg, .nav-open li a:hover .fiImg {
        display: none;
    }
    .navUl li a:hover .secImg, .nav-open li a:hover .secImg {
        display: inline-block;
    }
    .optUl li.delLi a:hover, .optUl li a:hover {
        color: #0073aa;
    }
    .addNew:hover, .searchIcon:hover {
        background-color: #008fd4;
    }
    .resetBtn:hover {
        background-color: #d1d1d1;
    }
    .pageName a:hover {
        color: #00aba9;
    }
    .pageBox a:hover {
        background-color: #dfdfdf;
    }
    .userUl li ul li:hover {
        background-color: #f2f2f2;
    }
    .scrollTop:hover {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    }
    .backTo a:hover, .subBox span a:hover {
        color: #000;
    }
    .backTo a:hover span:before {
        background-position: -345px -34px;
        transition: 300ms all;
        -webkit-transition: 300ms all;
    }
    .btnUl li a:hover, .comBtn:hover {
        background-color: #005076;
    }
    .btnUl li .backBtn:hover {
        background-color: #008a88;
    }
    .btn:hover {
        background-color: #23649b;
    }
    .backBtn:hover {
        background-color: #008a88;
    }
    .deleteLink:hover {
        background-position: -64px -79px;
        transition: 300ms all;
        -webkit-transition: 300ms all;
    }
    .optUl li a.commentBtn:hover {
        color: #000;
    }
    .edit_note:hover {
        background-position: 0 -22px;
    }
    .view_old_note:hover {
        color: #00aba9;
    }
    .ui-dialog .ui-dialog-buttonpane button{
        background-color: #1ab394;
        color: #fff;
    }
    .ui-dialog .ui-dialog-buttonpane button:hover {
        background: linear-gradient(to bottom, #8dc, #1ab394);
        color: #fff;
    }
    .modal-header .close:hover, .ui-widget-header .ui-state-default.ui-dialog-titlebar-close:hover {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transition: transform 0.4s ease 0s;
        -webkit-transition: transform 0.4s ease 0s;
    }
    .editTab .btn:hover {
        color: #000;
        background-color: #c0c0c0;
    }

    .img_upMain ul li:hover .popDiv {
        opacity: 1;
        display:block;
    }
    .quickId .btnSave .comBtn:hover{
        background: #0b8280;
    }
}

@media only screen and (max-width:1200px) {
    select {
        background: #fff url(../images/drop-arrow.jpg) no-repeat right center;
        -webkit-appearance: none;
        border-radius: 0;
    }
    .dashRow .selectBox {
        background-size: auto 29px;
    }
    .txtBox select {
        background: #fff url(../images/drop-arrow-new.jpg) no-repeat right center;
    }
    .tableBox .fullColumn {
        padding: 15px;
    }

    ::-webkit-scrollbar {
        width: 10px;
        height: 10px;
        border-bottom: 1px solid #eee;
        border-top: 1px solid #eee;
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 8px;
        background-color: #C3C3C3;
        border: 2px solid #eee;
    }
    .optUl li:after {
        margin-right: 6px;
    }
    .msgBox {
        max-width: 100%;
    }
    .reportTable thead th {
        width: auto;
    }
    .wrapper {
        overflow: hidden;
    }
    .txtBox select {
        padding-right: 20px;
    }
    .summaryCharts {
        width: 100%;
        padding-right: 0;
    }
    .leftsideChart {
        width: 40%;
    }
    .midChart {
        width: 60%;
    }
    .referel_head tr td {
        height: 45px !important;
    }
    .tblData .tablecell.diviceTitle {
        height: 88px;
    }
    .deviceTable .tablecell.cursor {
        font-size: 18px;
    }
    .deviceTable .tablecell.cursor .per-total {
        font-size: 11px;
    }
}

@media only screen and (max-width:1199px) {
    .dashBordDiv .tabBox{
        margin-top:0;
    }
}

@media only screen and (max-width:1024px){
    /* Add CSS By Siddhant on 13/02/2017 */
    .newchart .sold_counter{
        display:inline-block;
        vertical-align:top;
        width:100%;
    }
    .newchart .sold_counter .smallChartMain.carSoldDetail{
        float:left;
        width:auto;
        margin-top:0;
    }
    .newchart .sold_counter .smallChartMain.carSoldDetail .car_detail{
        display:block;
    }
    .newchart .sold_counter .smallChartMain.carSoldDetail .carCategory .boxTitle{
    }
    /* Add CSS By Siddhant on 13/02/2017 */
}

@media only screen and (max-width:991px) {
    .carSoldDetail{
        margin:0px 0px 20px;
    }


}


@media only screen and (max-width:767px) {
    body {
        padding: 0 0 35px;
    }
    .navUl li a:after, .headLeft .headLogo, .table li div.hashBox, .headMain, .leftSelect .dropbox, .tabUl, .navUl li:after, .optUl li.commentnewLi {
        display: none;
    }
    .firstUl li a {
        font-size: 0;
    }
    li.submenuLI > a:after {
        display:block !important;
        border-bottom: 6px solid transparent;
        border-left: 6px solid #a9a9a9;
        border-top: 6px solid transparent;
        bottom: 0;
        content: "";
        height: 1px;
        margin: auto 0;
        position: absolute;
        right: 10px;
        top: 0;
        width: 5px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        background-color:transparent;
        left:inherit
    }
    .firstUl li a {
        width: 22px;
        padding: 0;
    }
    .firstUl li.configLi {
        padding-right: 10px;
    }
    .headMain .fullColumn {
        padding: 0;
    }
    .menu-icon {
        display: inline-block;
        vertical-align: top;
    }
    .headLeft {
        padding: 0;
    }
    .menuPart {
        padding: 15px 0;
    }
    .logo {
        position: static;
        width: 100%;
        max-width: inherit;
    }
    .okayNav {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        overflow: auto;
        background-color: rgba(0,0,0,0.9);
        width: 250px;
        z-index: 11;
        background-color: #f1f1f1;
        transform: translate3d(-100%, 0px, 0px);
        -webkit-transform: translate3d(-100%, 0px, 0px);
        transition: transform 500ms ease 0s;
        -webkit-transition: transform 500ms ease 0s;
    }
    .menuVisible {
        transform: translate3d(0, 0px, 0px);
        -webkit-transform: translate3d(0, 0px, 0px);
        box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.27);
        -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.27);
    }
    .navUl {
        padding: 0;
    }
    .navUl li {
        padding: 0;
        margin: 0;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #dfdfdf;
        height: auto;
    }
    .navUl li:last-child {
        border-bottom: 1px solid #dfdfdf;
        border-right: 1px solid #dfdfdf;
    }
    .navUl li a {
        float: left;
        width: 100%;
        color: #090909;
        padding: 7px 10px;
        line-height: 34px;
    }
    .iconSpan {
        background-size: contain;
        max-width: 25px;
    }
    .iconSpan img {
        max-width: 85%;
    }
    .navUl li span {
        vertical-align: middle;
    }
    .navUl li span.iconSpan {
        vertical-align: top;
    }
    .navUl li a.active {
        color: #00aba9;
    }
    .wrapper {
        transition: transform 500ms ease 0s;
        -webkit-transition: transform 500ms ease 0s;
        transform: translate3d(0);
        -webkit-transform: translate3d(0);
    }
    .wrapperRight {
        transform: translate3d(250px, 0px, 0px);
        -webkit-transform: translate3d(250px, 0px, 0px);
    }
    .topLeft {
        padding: 0;
        width: 100%;
    }
    .topLeft .addNew {
        float: right;
    }
    .pageTitle {
        font-size: 18px;
        padding-left: 0px;
        line-height: 22px;
        margin-top: -4px;
    }
    .pageTitle:before {
        display: none;
    }
    .midTop {
        padding: 13px 0;
    }
    /*.topRight .searchBtn{display:inline-block;margin:0 7px;padding:0;font-size:0;float:left;width:35px;}*/

    /*.topRight .searchBtn:before{top:0;right:0;bottom:0;left:0;margin:auto;}*/

    .topRight .resetBtn, .centerFrom .resetBtn {
        float: right;
        background-color: transparent;
        border: 1px solid #dfdfdf;
    }
    .resetBtn {
        background-position: 9px 8px;
    }
    .topRight .dropbox {
        display: none;
    }
    .searchBox {
        margin: 0;
        padding: 0;
        width: -webkit-calc(100% - 92px);
        width: calc(100% - 92px);
    }
    .searchBox .txt {
        background-color: #eeeeee;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 0;
        padding: 0 30px 0 10px;
    }
    .searchIcon {
        background: url(../images/mobi-search.png) no-repeat center left;
        width: 28px;
        border: 0;
    }
    .searchBox .txt::-webkit-input-placeholder {
        color:#474747;
    }
    .searchBox .txt:-moz-placeholder {
        color:#474747;
        opacity:1;
    }
    .searchBox .txt::-moz-placeholder {
        color:#474747;
        opacity:1;
    }
    .searchBox .txt:-ms-input-placeholder {
        color:#474747;
    }
    .topRight {
        width: 100%;
        position: relative;
        margin: 14px 0 0;
    }
    .topRight .dropbox {
        width: -webkit-calc(100% - 126px);
        width: calc(100% - 126px);
    }
    .searchClose:before {
        width: 13px;
        height: 13px;
        background-position: -374px 0;
    }
    .table {
        float: left;
        width: 100%;
    }
    .table li {
        float: left;
        width: 100%;
        padding: 10px 15px 20px 45px;
        position: relative;
    }
    .table li div {
        float: left;
        border: 0;
        display: inherit;
        padding: 0;
        text-align: left;
        width: 100%;
    }
    .optUl {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin-top: 5px;
    }
    .optUl li {
        width: auto;
        padding: 0;
    }
    .table li .chekMain {
        width: 25px;
        position: absolute;
        left: 15px;
        top: 10px;
    }
    span.mhiddenSpan {
        display: inline-block;
        vertical-align: top;
        font-size: 12px;
        color: #333333;
        margin: 0;
        min-width: 100px;
        max-width: 100px;
    }
    .tableBox .table li > div {
        width: 100%;
        margin-top: 15px;
        display: none;
    }
    .tableBox .table li .chekMain, .tableBox .table li .pageName {
        display: block;
    }
    .tableBox .table .is-expanded div {
        display: block;
    }
    .table li .sortOrder {
        margin-top: 15px;
    }
    .table li:nth-child(even) {
        background-color: #f5f5f5;
    }
    .toggleLink {
        display: inline-block;
    }
    .tableBtm .dropbox {
        width: 48%;
    }
    .pagination, .leftSelect {
        width: 100%;
        text-align: center;
    }
    .leftSelect .numDrop {
        float: right;
        margin: 0;
        padding-left: 35px
    }
    .recordCount {
        width: 100%;
        margin: 0 0 10px;
    }
    .pageBox {
        margin: 5px 0 0;
    }
    section {
        padding: 0;
    }
    .tableBtm {
        margin-top: 15px;
    }
    .sortBtn {
        display: inline-block;
    }
    .bulkDrop {
        padding-left: 35px;
    }
    .pageName a {
        font-size: 16px;
    }
    .tableData .pageName > a{
        padding-right:30px;
        display:inline-block
    }

    .optUl li a {
        font-size: 14px;
    }
    .loginBox {
        padding: 15px 15px;
        margin: 0;
        background: #f1f1f1 url(../images/login-bg.png);
        position: relative;
        z-index: 11;
    }
    .loginMain > a {
        display: inline-block;
    }
    .loginMain > a img {
        max-width: 150px;
    }
    .loginForm {
        width: 100%;
        height: auto;
        margin: 10px 0;
    }
    .loginForm form {
        height: auto;
        padding: 20px;
    }
    .frmTitle {
        margin-bottom: 5px;
        font-size: 20px;
    }
    .subBox {
        margin: 0;
    }
    .loginCenter {
        width: 100%;
        margin-top: 25px;
    }
    .logInn {
        padding: 0 15px 50px;
    }
    .leftLogo {
        float: left;
        width: 100%;
        height: auto;
        text-align: center;
    }
    .userIcon {
        position: static;
        float: right;
        margin: -30px 0 0;
        width: 60px;
        height: 62px;
        background-size: cover;
    }
    .leftLogo img {
        max-width: 120px;
    }
    .rightFrm {
        width: 100%;
        float: left;
        margin-top: 15px;
    }
    .navUl li.hiddenLi {
        display: inline-block;
    }
    div.menuPart .fullColumn {
        float: left;
        display: inherit;
    }
    .topLeft .addNew {
        color: #0073aa;
        background-color: transparent;
        padding: 0 0 0 24px;
        line-height: 18px;
        height: 18px;
    }
    .topLeft .addNew:before {
        background-position: -361px -32px;
        left: 0;
    }
    .tableBox .fullColumn {
        padding: 0 0 15px;
    }
    .table .topLi {
        background-color: #eeeeee;
        padding-top: 0;
        padding-bottom: 0;
        position: relative;
        z-index: 1;
        box-shadow: 0 2px 3px #dedede;
        -webkit-box-shadow: 0 2px 3px #dedede;
    }
    .table .topLi div {
        padding: 0;
        line-height: 35px;
    }
    .table .topLi .pageName {
        text-align: left;
    }
    .table .topLi .chekMain {
        top: 0;
        margin: 0;
    }
    .pagination {
        padding: 0 15px
    }
    .middlePart .fullColumn {
        padding: 15px;
    }
    .midWhite {
        padding: 0;
        border: 0;
    }
    .formBox ul {
        margin: 0;
    }
    .formBox li {
        margin-bottom: 15px;
    }
    .formBox li, .formBox li.halfLi, .formBox li.threeLi {
        width: 100%;
    }
    .formBox {
        margin: 15px 0 0;
        float: left;
        max-width: 100%;
    }
    .txtBox small {
        position: static;
    }
    .btmBtn {
        padding: 15px;
    }
    .tabMain {
        padding: 0;
    }
    .accMain {
        display: block;
    }
    .leftData {
        width: 100%;
        background-color: #f9f9f9;
        border-bottom: 1px solid #f1f1f1;
    }
    .rightData {
        width: 100%;
        border-bottom: 1px solid #f1f1f1;
    }
    .boldSpan, .archiMain .boldSpan {
        width: 49%;
    }
    .dataSpan, .archiMain .dataSpan {
        width: 49%;
    }
    .enqUl li {
        border: 0;
    }
    .enqUl li:nth-child(odd) {
        background-color: #fff;
    }
    ul.enqUl {
        margin-top: -1px;
        border-top: 0;
    }
    .formBox .table li.topLi {
        display: none;
    }
    .formBox .table li div {
        margin-bottom: 10px;
    }
    .formBox .table li div:last-child {
        margin-bottom: 0;
    }
    .modelDiv:before {
        content: 'Model:';
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
        color: #333333;
        min-width: 67px;
    }
    .delDiv:before {
        content: 'Delete:';
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
        color: #333333;
        min-width: 67px;
    }
    .txtBox .modelDiv .txt {
        width: -webkit-calc(100% - 72px);
        width: calc(100% - 72px);
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
    .formBox .table li .sortOrder {
        display: block;
        margin: 0 0 10px;
    }
    .txtBox .sortOrder .txt {
        width: -webkit-calc(100% - 109px);
        width: calc(100% - 109px);
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
    .formBox .sortBtn {
        height: 40px;
        vertical-align: middle;
    }
    .formBox .table li {
        padding: 0;
        float: left;
        padding: 15px;
        margin: 0;
        border-bottom: 1px solid #dfdfdf
    }
    .formBox .table {
        border: 1px solid #dfdfdf;
        border-bottom: 0;
    }
    .oneCol li.halfLi {
        width: 50%;
    }
    .table .topLi div:nth-child(3) {
        display: block;
        margin: 0;
    }
    .comliBtn, .hashBox {
        display: none !important
    }
    .noRecord {
        font-size: 24px;
        line-height: 28px;
    }
    .table li div.alignCenter, .table li div.alignRight, .table li div.alignLeft {
        text-align: left;
    }
    .optionBox {
        min-height: 1px;
    }
    .tableBox form {
        display: inherit;
        overflow: inherit;
    }
    .rightFrm .alert-error {
        position: static;
        margin: 0 0 5px;
    }
    .loginBody {
        background: none;
    }
    .logo img {
        max-height: 70px;
    }
    .tableBox .table li > div:before {
        float: left;
        display: inline-block;
        content: attr(data-title);
        width: 45%;
        padding-right: 10px;
        font-size: 12px;
        color: #333333;
    }
    .conSpan {
        display: table-cell;
        vertical-align: top;
        word-break: break-all;
    }
    .paging-detail {
        display: inline-block;
        width: 100%;
    }
    .tableBox .table.mobiHash li > .hashBox {
        display: inline-block !important;
        position: absolute;
        left: 0;
        top: 26px;
        margin-top: 0;
        padding-left: 15px;
    }
    .tableBox .table.mobiHash .topLi > .hashBox {
        top: 0;
    }
    .msgBox div {
        line-height: 18px;
        padding: 10px;
    }
    .reportTable thead {
        display: none;
    }
    .reportTable tr {
        display: block;
        padding-bottom: 15px;
        background-color: rgba(249,249,249,0.5);
    }
    .reportTable tr td {
        display: block;
        border: 0;
        padding: 15px 10px 0;
        text-align: left;
    }
    .reportTable tr:nth-child(even) {
        background-color: #f5f5f5;
    }
    .customeTxt {
        width: 100%;
        margin: 0 0 15px;
    }
    .customeTxt + .customeTxt {
        margin: 0 0 15px;
    }
    .formBox li.repBtnli {
        margin-top: 0;
    }
    .reportTable tr td {
        position: relative;
        padding-left: 47%;
    }
    .reportTable tr td:before {
        position: absolute;
        left: 10px;
        top: 14px;
        width: 44%;
        content: attr(data-title);
        font-size: 12px;
        color: #333333;
        padding-right: 10px;
    }
    .totalTable tr td {
        padding-left: 50%;
    }
    .totalTable tr td:before {
        width: 50%;
    }
    .reportTable tr td.hiddenTd {
        position: absolute;
        opacity: 0;
        visibility: hidden;
    }
    .reportTable tfoot {
        box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    }
    .formBox li.repBtnli {
        margin-bottom: 20px;
    }
    .topRight > form {
        width: 100%;
    }
    .totalCount {
        margin: 0;
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .centerFrom {
        width: 100%;
        margin: 15px 0 0;
    }
    .navUl li span.arrow, span.arrow {
        position: absolute;
        right: 10px;
        height: 48px;
        width: 40px;
        margin: 0;
        cursor: pointer;
        z-index: 11111;
    }
    span.arrow:after {
        position: absolute;
        width: 1px;
        height: 25px;
        background-color: #000;
        content: '';
        right: 12px;
        top: 50%;
        margin-top: -12.5px;
    }
    span.arrow:before {
        position: absolute;
        width: 25px;
        height: 1px;
        background-color: #000;
        content: '';
        right: 0;
        left: inherit;
        top: 50%;
    }
    span.minus:after {
        opacity: 0;
    }
    .navUl li > ul {
        position: static;
        transition: none;
        opacity: 1;
        visibility: visible;
        display: none;
        float: left;
        width: 100%;
    }
    .navUl li > ul > li > a {
        line-height: 34px;
    }
    .navUl li > ul > li {
        height: auto;
    }
    .navUl li > ul li:first-child {
        padding-left: 0;
    }
    .navUl li > ul li span.iconSpan {
        max-width: 25px;
        min-width: 25px;
    }
    .navUl li > ul li span.iconSpan img {
        max-width: 85%;
    }
    .btnUl.fourBtn {
        margin-top: 0;
    }
    .formBox li.decShow {
        display: none !important;
    }
    .mainTitleForm {
        padding-left: 15px;
    }
    .archiMain ul.enqUl {
        margin-top: 0;
    }
    ul.singleImgUp li {
        margin-bottom: 0;
    }
    .logo a {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        height: auto;
    }
    .menu-icon {
        display: inline-block;
        vertical-align: middle;
        float: none;
        margin: 0;
    }
    .customeSearch {
        width: 100%;
        margin: 0;
        padding: 0 5px;
    }
    .customeDate {
        margin: 10px 0;
        width: 50%;
        padding: 0 5px;
    }
    .searchBoxDiv .customeDate{
        margin:0 0 10px;
    }
    .searchBoxDiv{
        margin-bottom:10px;
    }
    .cust_searchBox {
        float: none;
        margin: 0 -5px;
    }
    .cust_searchBox .resetBtn {
        float: none;
    }
    .cust_searchBox .btn {
        margin-left: 5px;
    }
    .tableBox .table li.topLi > div {
        display: none;
        margin: 0;
    }
    .tableBox .table li.topLi > #first_name {
        display: block;
    }
    .custSearchRight .resetBtn {
        position: absolute;
        bottom: 0;
        left: 100px;
    }
    .dashLeft {
        width: 100%;
    }
    .dashRight {
        width: 100%;
        margin-bottom: 15px;
    }
    .enQsel {
        position: static;
        margin: 0 0 15px;
    }
    .dashRow .accMain {
        background-color: #efefef;
        border: 1px solid #ccc;
        color: #000;
    }
    .dashRow .accMain:after {
        background-position: -160px -47px;
    }
    .dateContaine select + select {
        min-width: 75px;
    }
    .dashRow {
        margin-bottom: 15px;
    }
    .btmInner .tabDiv {
        margin-top: -1px;
    }
    .titleDiv {
        cursor: pointer;
        border: 0;
    }
    .rowBtm {
        padding: 0;
        display: none;
        border-top: 1px solid #c4c4c4
    }
    .paddNone .btmInner {
        padding: 0;
    }
    .btmInner {
        padding: 15px;
        float: left;
        width: 100%;
    }
    .titleDiv:after {
        position: absolute;
        right: 15px;
        top: 0;
        bottom: 0;
        margin: auto;
        content: '';
        width: 21px;
        height: 12px;
        background: url(../images/sprite.png) no-repeat -160px -47px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transition: all 0.3s ease-out 0s;
        -webkit-transition: all 0.3s ease-out 0s;
    }
    .active.titleDiv:after {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }
    .openAccdiv .minIcon:after {
        transform: rotateX(180deg);
        -webkit-transform: rotateX(180deg);
    }

    .openAccdiv .titleDiv:after {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }
    .openAccdiv .rowBtm {
        display: block;
    }
    #myfirstchart svg + svg {
        display: none;
    }
    /* Tiny poup responsive css start */

    div.mce-container.mce-panel.mce-in {
        top: 50% !important;
        max-width: 470px;
        left: 0;
        right: 0;
        z-index: 65536;
        margin: auto;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        max-width:100%;
    }
    .mce-container-body.mce-abs-layout{
        max-width:100%;
    }
    body div.mce-combobox, body div.mce-combobox, body label.mce-label + div {
        position: relative;
        display: block;
    }
    body label.mce-label {
        position: relative;
        display: block;
        margin-bottom: 3px;
    }
    body div.mce-container.mce-form {
        position: relative;
        padding: 15px;
    }
    body div.mce-container.mce-form > div > div {
        position: relative;
        margin: 0 0 15px;
    }
    body div.mce-container.mce-form > div > div:last-child {
        margin-bottom: 0;
    }
    body div.mce-container.mce-form > div > div:first-child {
        margin-bottom: 0;
    }
    body input.mce-textbox {
        position: relative;
        vertical-align: middle;
        box-sizing: border-box;
        height: 30px;
    }
    body span.mce-label {
        position: relative;
        vertical-align: middle;
        margin: 0 5px;
    }
    body .mce-checkbox.mce-abs-layout-item {
        position: relative;
        margin: 10px 0 0;
    }
    body label.mce-label + div .mce-textbox {
        width: calc(100% - 35px);
        width: -webkit-calc(100% - 35px);
    }
    body .mce-textbox.mce-abs-layout-item.mce-last {
        width: 100%;
    }
    body label.mce-label + div > div > div ~ .mce-textbox {
        width: 60px
    }
    div.mce-panel.mce-foot {
        border-top: 1px solid #ccc;
        padding: 15px;
    }
    div.mce-panel.mce-foot > div {
        text-align: right;
    }
    div.mce-panel.mce-foot div.mce-btn {
        position: relative;
        text-align: center;
        margin-left: 10px;
    }
    /* Tiny poup responsive css end */



    .chartTab {
        padding: 15px;
    }
    .mce-edit-area iframe {
        width: 100%;
    }
    #txaDescription_ifr {
        max-height: 300px;
    }
    .chartTitle {
        margin-bottom: 0;
    }
    .deshbordMain .dashFull {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .chartMain {
        padding: 0 15px;
    }
    .deshbordMain .dashFull #analytics {
        padding-top: 20px;
    }
    .chartMain .enQsel {
        width: 100%;
        margin-top: 10px;
    }
    .leftsideChart, .midChart {
        width: 50%;
    }
    .tblData #referel_box {
        display: none;
    }
    #tblData {
        margin-top: 20px;
    }
    .tblData tr td {
        display: inline-block;
        width: 100%;
        margin: 15px 0;
        vertical-align: top;
    }
    .tblData tr td table {
        border-left: 1px solid #cccccc;
        border-top: 1px solid #cccccc;
    }
    .tblData {
        border: none
    }
    .tblData .tablecell.selected_graph {
        display: none
    }
    /*.tblData .acquisition_head tbody .span12 .tablecell.span4, .tblData .behavior_head tbody .span12 .tablecell.span4, .tblData .conversions_head tbody .span12 .tablecell.span4{width:100% !important;} */

    .tblData .innerData .span12 .tablecell.span4 {
        width: 100% !important;
        border-right:none;
    }
    .tblData .tablecell {
        height: auto;
        padding: 10px;
    }
    .tblData .innerData .span12 .tablecell.span4:before {
        content: attr(data-title);
        display: inline-block;
        width: 50%;
        height: 100%;
    }
    .chartMain.fullChart {
        margin-top: 0;
    }
    .tblData .tablecell.smallhead {
        height: 44px
    }
    .tblData .tablecell.span4.cursor {
        font-size: 20px;
        font-weight: bold
    }
    .tblData .tablecell.span4.active_tab {
        background: #4286f5;
        color: #fff;
        border-bottom: none
    }
    .deshanalitBtn {
        margin-bottom: 30px;
    }
    .deshanalitBtn .btn {
        margin-bottom: 10px;
    }
    .deviceTable.tblData .tablecell.tabletitle {
        position: relative;
        z-index: 12;
        color: #fff
    }
    .tblData.deviceTable .divcIcon {
        padding-left: 40px;
        position: relative;
        z-index: 12;
    }
    .tblData.deviceTable .divcIcon:before, .deviceTable.tblData .tablecell.tabletitle:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: -2px;
        left: 0;
        width: 40px;
        background: #0073aa;
        z-index: -1;
    }
    .deviceTable.tblData .tablecell.tabletitle:before {
        width: 100%;
    }
    .tblData.deviceTable .divcIcon:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        font-family: FontAwesome;
        font-size: 18px;
        line-height: 40px;
        color: #fff;
        width: 40px;
        text-align: center;
    }
    .tblData.deviceTable .divcIcon.desktop:after {
        content: "\f108";
    }
    .tblData.deviceTable .divcIcon.tablet:after {
        content: "\f10a";
    }
    .tblData.deviceTable .divcIcon.mobile:after {
        content: "\f10b";
    }
    .tblData .tablecell.span4.cursor {
        font-size: 18px;
    }
    .deviceTable.tblData tr td table.acquisition_head, .deviceTable.tblData tr td table.behavior_head, .deviceTable.tblData tr td table.conversions_head {
        border-left-color: #ccc;
        border-top: 1px solid #ccc;
        overflow: hidden
    }
    .midChart .chartTitle .customeSearch{
        margin-top:10px;
        float:left;
        clear:both
    }
    .container-fluid .chartMain.fullChart{
        padding:0
    }

    .dashBordDiv .carSoldDetail, .dashBordDiv .custSearchRight{
        padding:0px 15px;
    }
    .carCategory{
        width:100%;
        margin-left:0;
        padding-left:0;
        border:0;
        border-bottom:1px solid #e6e6e6;
        margin-bottom:10px;
        padding-bottom:10px;
    }
    .carCategory:last-child{
        border:0;
        margin-bottom:0;
    }
    .carSoldDetail {
        margin: 20px 0px 0;
        float:left;
        width:100%;
    }
    .topRight.custSearchRight{
        margin-top:0px;
    }
    .middlePart.acquisition_box .chartTitle:first-child{
        margin-bottom:15px;
    }

    /* Add CSS By Siddhant on 13/02/2017 */
    .chartMain.returningBox{
        margin-top:20px;
    }
    .newchart .sold_counter .smallChartMain.carSoldDetail .carCategory{
        padding-bottom:0;
    }
    /* Add CSS By Siddhant on 13/02/2017 */
    nav.okayNav{
        max-width:250px;
    }

    .custom-table tr.quickId td{
        display: block;
    }
    .quickId .labelSpan{
        width: 45px;
    }
    .noSpaceDesg .custom-table tr{
        padding: 10px 15px 20px 20px;
    }
    .quickId li, .quickId li:last-child{
        width: 100%;
    }
    .quickId li{
        margin-bottom: 10px;
    }
    .quickId li:last-child{
        margin-bottom: 0;
        text-align: right;
    }
    .quickId label:first-of-type{
        width: 100%;
        margin-right: 0;
    }
    .quickId label:last-of-type{
        width: 100%;
        margin-left: 0;
    }
    .quickId li:last-child label:first-of-type, .quickId li:last-child label:last-of-type{
        width: auto;
    }
    .quickId label.btnCancel{
        margin-right: 5px;
    }
    .quickId label.btnSave{
        margin-left: 5px;
    }
    .custom-table tr.quickId {
        padding:0;
        border-bottom:none
    }
    .custom-table .quickId  td{
        margin:0;
    }

    small.smallTxtN {
        position:absolute;
    }
}

@media only screen and (max-width:567px) {
    .midChart .chartTitle .customeSearch, .chartTitle .customeSearch {
        width: 100%;
        float: left;
        margin-top: 10px;
    }
    /*.chartMain.returningBox{margin-top:10px;}*/
}

@media only screen and (max-width:479px) {
    .subBox span {
        width: 100%;
        margin: 5px 0 0;
    }
    .threeBtn li:first-child {
        margin-bottom: 5px;
    }
    .threeBtn li:nth-child(2) {
        margin-left: 0;
        clear: both
    }
    .left-date-time {
        width: auto;
    }
    #note_messages li {
        padding-left: 0;
        padding-top: 38px;
    }
    .messages li div.message:after {
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border: none;
        top: -6px;
        left: 10px;
    }
    .formBox li.mobiHalf.threeLiPad {
        width: 100%;
    }
    .formBox li.buttonTop {
        margin-top: 0;
    }
    .btnUl.fourBtn li:first-child {
        margin-bottom: 0;
    }
    .btnUl.fourBtn li:nth-child(2) {
        margin-left: 5px;
        clear: inherit;
    }
    .btnUl.fourBtn li:nth-child(3) {
        margin-left: 0;
        margin-top: 5px;
    }
    .btnUl.fourBtn li:nth-child(4) {
        margin-top: 5px;
    }
    .singleDiv {
        display: block;
        padding: 0;
    }
    .singleImgUp {
        display: block;
        text-align: center;
    }
    ul.img_thumbMain li {
        margin-bottom: 15px;
        padding-right: 0;
    }
    .formBox ul.multiImages {
        margin: 0 -15px;
        text-align: center;
    }
    .formBox ul.multiImages li {
        padding: 0;
    }
    .titSpan {
        font-size: 16px;
    }
    .titleDiv .fa {
        font-size: 20px;
    }
    .horColumn {
        width: 100%;
    }
    .modal-dialog {
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        left: 15px;
        right: 15px;
        width: auto
    }
    .img_upMain {
        text-align: center;
    }
    .img_thumbMain.singleImgUp {
        display: inline-block;
        vertical-align: top;
        margin: 0 0 15px;
    }
    textarea#txaDescription {
        width: 100%;
    }
    .modal-dialog {
        max-width: 98%;
    }
    div.leftsideChart, div.midChart {
        width: 100%;
        padding:0;
    }
    .deviceInner.tblData .tablecell {
        height: 50px;
    }
    .carCategory{
        padding:0;
        margin:0;
        border-bottom:0;
        width:50%;
        float:left;
    }
    /*.carCategory .boxTitle{font-size:12px;}*/
    /*.carSoldDetail ul.car_detail li{padding:5px;}*/
    .carCategory .chartCount{
        min-width:inherit;
        font-size: 20px;
        padding-bottom: 0;
    }
    .searchBoxDiv{
        margin-bottom:20px;
    }
    .carSoldDetail{
        margin-bottom:20px;
    }

    /* Add CSS By Siddhant on 13/02/2017 */
    .newchart .sold_counter .smallChartMain.carSoldDetail{
        float:left;
        width:100%;
        padding-left:0;
        padding-right:0;
        padding-top:10px;
        margin-top:0;
        margin-bottom:0;
    }
    .newchart .sold_counter .smallChartMain.carSoldDetail .carCategory{
        width:100%;
        display:inline-block;
        vertical-align:top;
    }
    /* Add CSS By Siddhant on 13/02/2017 */


    small.smallTxtN {
        position: static;
    }
}

@media only screen and (max-width:360px) {
    .carCategory{
        padding:0;
        margin:0;
        border-bottom:0;
        width:50%;
        float:left;
    }
    .carSoldDetail .chartTitle{
        margin-bottom:3px;
        font-size:13px;
        margin-right:0;
    }
    /*.carSoldDetail ul.car_detail li{font-size:11px;padding:2px;margin:0;}*/
    /*.carCategory .boxTitle{font-size:11px;}*/
    .carCategory .chartCount{
        font-size:14px;
        padding:0;
        min-width:inherit;
    }
    .export_excel{
        padding-right:7px;
    }
    .exportDiv{
        padding-left:0;
    }
}
@media only screen and (width:480px)
{
    /* Add CSS By Siddhant on 13/02/2017 */
    .newchart .sold_counter .smallChartMain.carSoldDetail{
        padding-left:0;
        padding-right:0;
        display:block;
        width:100%;
    }
    /* Add CSS By Siddhant on 13/02/2017 */
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .toSpan {
        display: inline-block;
    }
    .tableBox .table li > div:before {
        width: 30%;
    }
    .customeTxt {
        width: 48%;
        margin: 0;
    }
    .reportTable tr td {
        padding-left: 35%;
    }
    .reportTable tr td:before {
        width: 30%;
    }
    .customeTxt + .customeTxt {
        float: right;
        margin: 0;
    }
    .reportLi div.threeLi {
        margin-top: 15px;
    }
    /* Tiny poup responsive css start */

    body label.mce-label {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
        width: 135px;
    }
    body .mce-textbox.mce-abs-layout-item.mce-last, body label.mce-label + div {
        vertical-align: middle;
        display: inline-block;
        width: calc(100% - 125px);
        width: -webkit-calc(100% - 125px);
    }
    body label.mce-label + div .mce-textbox {
        width: calc(100% - 34px);
        width: -webkit-calc(100% - 34px);
    }
    body .mce-checkbox.mce-abs-layout-item {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0 10px;
    }
    body label.mce-label + div > div > div ~ .mce-textbox {
        width: 50px
    }
    body label.mce-label {
        width: 125px;
    }
    /* Tiny poup responsive css end */



    .singleDiv {
        width: calc(100% - 210px);
        display: inline-block;
        vertical-align: middle;
    }
    .formBox .img_thumbMain {
        display: inline-block;
        vertical-align: middle;
    }
}

@media only screen and (max-width:567px) {
    .dateContaine {
        width: 100%;
        margin: 0 0 10px;
    }
    .dateContaine select {
        min-width: 100px;
    }
    .horColumn:not(:last-child) {
        margin-bottom: 5px;
    }
    .analyticChart {
        height: 180px;
        margin-bottom: 20px;
    }
    .smallChartMain {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .returningBox .newchart {
        padding-left: 0;
    }
}

@media only screen and (min-width:568px) and (max-width:767px) {
    .recordCount {
        width: auto;
        margin: 0;
    }
    .pagination {
        text-align: center;
        margin-top: 15px;
    }
    .pageBox {
        margin-left: 10px;
    }
    /*.table .is-expanded .statusBox{display:inline-block;vertical-align:middle;width:auto;float:none;margin-left:20px;}
    
        .table .is-expanded .sortOrder{display:inline-block;vertical-align:middle;width:auto;float:none;}
    
        .table li .statusBox:before{min-width:1px;margin-right:4px;}*/

    .btnRight {
        float: right;
        width: auto;
    }
    .btmBtn .btnUl {
        float: right;
    }
    .formBox li.mobiHalf {
        width: 50%;
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0 -1px 20px;
    }
    .formBox li {
        margin-bottom: 20px;
    }
    .boldSpan {
        width: 35%;
    }
    .dataSpan {
        width: 63%;
    }
    /*.formBox li, .formBox li.halfLi{width:50%;}
    
        .formBox li{margin-bottom:20px;}
    
        .txtBox small{position:absolute;}*/

    .formBox li.threeLi {
        display: inline-block;
        float: none;
        width: 33.3333333333%;
        margin: 0 -2px 20px;
    }
    .reportTable tr td:before, .tableBox .table li > div:before {
        width: 25%;
    }
    .reportTable tr td {
        padding-left: 30%;
    }
    .formBox .img_thumbMain {
        margin: 0 -10px;
    }
    .formBox .img_thumbMain li {
        width: 33.333333%;
        padding: 0 10px;
    }
    .formBox .singleImgUp li {
        width: 100%;
        padding: 0;
    }
    .formBox .singleImgUp {
        margin: 0;
    }
    .thumbMain {
        height: 105px;
    }
    .formBox .singleImgUp .thumbMain {
        height: 150px;
    }
    .horColumn {
        float: none;
        width: 50%;
        display: inline-block;
        vertical-align: top;
        margin: 0 -1px 12px;
    }
    .dateContaine + .dateContaine {
        margin-right: 0;
    }
    .enqdateRight .btn {
        clear: both;
    }
    .dateContaine .txt {
        width: 140px;
    }
    .formBox .multiImages {
        display: block;
    }
    .analyticChart {
        height: 220px;
        margin-bottom: 20px;
    }
    .smallChartMain {
        width: 50%;
    }
    .tblData {
        margin: 0 -7px;
    }
    #acquisition_box, #behavior_box, #conversions_box {
        width: 50%;
        padding: 0 7px;
    }
    .deviceTable #acquisition_box, .deviceTable #behavior_box, .deviceTable #conversions_box {
        width: 100%;
    }

    .newchart .sold_counter .smallChartMain.carSoldDetail .car_detail{
        display:block;
    }
}

@media only screen and (min-width:480px) and (max-height:600px) {
    .modal-dialog {
        left: 0;
        right: 0;
        margin: auto;
        transform: none;
        top: 5px;
    }
}

@media only screen and (min-width:600px) and (max-width:767px) {
    .threeBtn {
        margin-top: -30px;
    }
    .btmBtn .threeBtn {
        margin-top: 0;
    }
    .singleImgUp .img_thumbMain, .singleImgUp .img_thumbMain.defalt_uploadIMG {
        margin-bottom: 0px;
    }
}

@media only screen and (min-width:768px) and (max-width:1200px) {
    .table .topLi div.hashBox {
        width: 30px;
    }
    .dateBox, .statusBox, .sortOrder {
        width: 120px;
    }
    .sorting span:after {
        right: -15px;
    }
    .topLeft {
        padding: 0;
    }
    .pageTitle {
        margin-right: 10px;
        font-size: 20px;
    }
    .topRight .dropbox {
        width: 160px;
        margin-right: 10px;
    }
    .topRight .totalCount + .dropbox {
        margin-right: 0;
    }
    .searchBox {
        width: 175px;
        margin-left: 10px;
    }
    .logo {
        left: 15px;
    }
    .topRight {
        margin-right: 1px;
    }
    .middlePart .fullColumn {
        padding: 15px;
    }
    .btmBtn {
        margin-right: 15px;
    }
    .oneCol {
        max-width: 750px;
    }
    .table .topLi div {
        line-height: 16px;
        padding: 10px 15px;
    }
    .topRight .searchBtn {
        display: inline-block;
    }
    .searchBox {
        margin: 0;
        width: 100%;
        display: none;
        position: absolute;
        z-index: 1;
        min-width: 340px;
        right:0;
    }
    .searchBox input, .searchBox .searchIcon {
        margin-top: 5px;
    }
    .topRight {
        max-width: 350px;
    }
    .topRight.custSearchRight{
        max-width: inherit;
    }
    .btmBtn, .btnRight {
        max-width: 100%;
    }
    .topRight .searchBtn {
        margin: 0 5px 0 0;
        min-width: 88px;
    }
    .closeLink:before {
        background-position: -374px 0;
        width: 13px;
        height: 13px;
        left: 12px;
    }
    .tableBox .table li div {
        white-space: nowrap;
    }
    .tableBox form {
        display: block;
        overflow: auto;
    }
    .sorting span {
        display: inline-block;
        padding-right: 17px;
    }
    .sorting span:after {
        right: 0;
    }
    .iconSpan img {
        max-width: 25px;
    }
    .okayNav__nav--invisible a, .navUl li a {
        font-size: 13px;
    }
    .wrapper {
        overflow: hidden;
    }
    .formBox li.dateLi {
        width: 75%;
    }
    .customeTxt {
        width: 38%;
    }
    .maxWidthnone {
        max-width: 100%;
    }
    section {
        min-height: 250px;
    }
    .customeDate img.ui-datepicker-trigger {
        right: 15px;
    }
    .dashLeft {
        width: 100%;
    }
    .dashRight {
        width: 100%;
        margin-top: 30px;
    }
    .dateContaine select {
        min-width: 100px;
    }
    .tblData .tablecell.smallhead {
        font-size: 9px;
    }
    .tblData .tablecell {
        font-size: 12px;
        line-height: 14px;
        height: 44px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .topRight.maxWidthnone {
        margin-top: 15px;
    }
    .centerFrom .searchBox {
        position: relative;
        display: inline-block !important;
        width: calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
        min-width: 1px;
    }
    .centerFrom .searchBox input, .centerFrom .searchBox .searchIcon {
        margin-top: 0;
    }
    .centerFrom {
        float: right;
        width: 52%;
        margin-left: 0;
    }
    .centerFrom .resetBtn {
        float: right;
    }
    .navUl li > ul {
        left: inherit;
        right: 0;
    }
    div.formBox li.buttonTop {
        margin-top: 0;
    }
    div.formBox li.threeLiPad {
        width: 33.33%;
    }
    .oneCol {
        max-width: 100%;
    }
    .cust_searchBox {
        display: none;
        position: absolute;
        top: 164%;
        right: 0;
        z-index: 11;
        background: #fff;
        padding: 15px 10px 15px;
        background-color: #f9f9f9;
        border: 1px solid #f1f1f1;
        box-shadow: 0 0 5px rgba(0,0,0,0.3);
        -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
        width: 450px;
        margin-right: 0;
    }
    .cust_searchinput {
        margin-right: 0;
    }
    .customeDate:first-child {
        margin-left: 0;
    }
    .cust_searchinput {
        margin-right: 0;
    }
    .customeSearch {
        padding: 0 5px;
        width: 50%;
        margin: 0 0 10px;
    }
    .customeSearch + .customeSearch {
        width: 50%;
    }
    .customeDate {
        padding: 0 5px;
        width: 50%;
        margin: 0 0 10px;
    }
    .searchBoxDiv .customeDate{
        width:auto;
    }
    .searchBoxDiv .btn{
        margin-left:10px;
    }
    .customeDate + .customeDate {
        margin-bottom: 0;
    }
    .cust_searchBox .btn {
        float: right;
        margin-right: 5px;
    }
    .cust_searchBox .btn {
        float: left;
        margin-left: 5px;
    }
    .analyticChart {
        height: 200px;
    }
    .quickId li{
        width: 76%;
    }
    .quickId li:last-child{
        width: 24%;
    }

    small.smallTxtN {
        position: static;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .pagination {
        width: 50%;
        text-align: right;
    }
    .archiMain .boldSpan, .boldSpan {
        width: 41%;
    }
    .dataSpan, .archiMain .dataSpan {
        width: 57%;
    }
    .formBox li.threeLi {
        width: 33.3333333%;
    }
    .formBox li.ipHalf {
        width: 50%;
    }
    .formBox li.ipFull {
        width: 100%;
    }
    .formBox li.smalLi {
        width: 18%;
    }
    .deviceTable .tablecell.cursor {
        padding: 6px;
        font-size: 16px;
    }
    .carSoldDetail .chartTitle{
        margin-right:3px;
    }
    .carCategory {
        margin-left: 3px;
        padding-left: 6px;
        border:0;
    }

}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .centerFrom .searchBtn {
        display: inline-block;
        margin-left: 0;
        min-width: 89px;
    }
    .centerFrom .searchBox {
        top: 30px;
    }
    .centerFrom {
        margin-left: 15px;
    }
    .centerFrom .searchBtn {
        margin: 0;
    }
    .formBox li.landHalf {
        width: 50%;
    }
    .formBox li.landThree {
        width: 33.33%;
    }
    .custSearchRight {
        max-width: 85%;
    }
    .topRight .searchBtn.cust_searchBtn {
        display: none;
    }
    .customeSearch {
        margin-right: 10px;
    }
    .customeSearch + .customeSearch {
        width: 170px;
    }
    .customeDate {
        width: 140px;
        margin-right: 10px;
    }
    .cust_searchBox {
        display: inline-block !important
    }
    .horColumn {
        float: left;
        width: 25%;
        margin: 0;
    }
    .gsummaryCol {
        padding-bottom: 10px;
    }
    .smallChartMain {
        width: 25%;
        padding: 15px;
    }
    .analyticChart {
        height: 260px;
    }
    .carSoldDetail{
        margin-bottom:20px;
    }
    .quickId li{
        width: 83%;
    }
    .quickId li:last-child{
        width: 17%;
    }
}

@media only screen and (min-width:1900px) {
    form.scrForm {
        border-right: 0;
    }
}
li.no-after:after {
    background-color: white;
}
.toggle-details:after {
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
    content: "";
    display: inline-block;
    height: 8px;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    width: 8px;
}
.toggle-details.active::after {
    border-color: #000000 -moz-use-text-color -moz-use-text-color #000000;
    border-style: solid none none solid;
    border-width: 2px medium medium 2px;
    top: 7px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
}
/*Css Added by Rakesh patel 14-11-2016*/

.toggle-details {
    position: relative;
    cursor: pointer;
}
.custom-table {
    width: 100%;
    border-left: 1px solid #f1f1f1;
}
.custom-table thead, .custom-table th {
    background-color: #d8e4ea;
}
.custom-table tr {
    background-color: #fff;
}
.custom-table tr:nth-child(odd), .custom-table tr.odd {
    background-color: #f9f9f9;
}
.custom-table tr td, .custom-table tr th {
    color: #333333;
    line-height: 20px;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding: 15px;
}
.custom-table tr td .pageName {
    font-weight: 600;
    color: #0073aa;
    text-align: left;
}
.table-title {
    color: #000;
    float: left;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 8px 11px;
    text-transform: uppercase;
    width: 100%;
}
.notification {
    padding: 0px 7px 0px 7px;
    color: #fff;
    background: #ed7a53;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-weight: 700;
    font-size: 12px;
    font-family: Tahoma;
    position: absolute;
    top: -11px;
    right: -10px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
    text-shadow: none;
    line-height: 18px;
}
.margin-left-10{
    margin-left: 10px
}
.practice_area_box{
    min-height: 180px;
    border: 1px solid #cfcfcf;
    padding: 20px;
}
.practice_area_sorting {
    border: 1px solid #c7c7c7;
    margin-top: 10px;
}
.practice_area_sorting a{
    top:25px;
    left:5px
}
.practice_area_sorting .col-1 {
    /*border: 1px solid #c7c7e4;*/

    border-top: 0px;
    border-bottom: 0px;
}
.practice_area_box .txtBox{
    border: 1px solid #c8c8c8 !important;
    margin-top: 10px !important;
}
.delete-practice-area{
    color: red;
    float: right !important;
    position: absolute !important;
    left: 102% !important;
}
.sub li{
    position: relative !important;
}
.sub .sub {
  left: 231px;
  top: 0px !important;
}