.row {
    max-width: 102em;
    width:100%
}

ul, ul li ol, ul li ul {
    margin-left: 0;
}

.infoTile h2 {
    font-family: FaricyNewLight !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: FaricyNew;
}

.dealerPanel, .searchPanel {
    width: 100%;
}
.input[type="tel"]{
    box-shadow:inset 0px 0px 2px 0px rgba(0,0,0,0.1) !important
}
input:focus,input[type="tel"]:focus,input[type="text"]:focus, select:focus, textarea:focus {
    border:1px solid #ffff00 !important;
}
.searchInputWrapper input[type=text] {
    float: left;
    box-shadow: 0 0 !important;
    border-radius: 0;
    background: 0 0;
    margin-top: 2px;
    margin-bottom: 0;
    padding-top: 0;
}
.fsediv .status-bg { 
    background: #fff none repeat scroll 0 0 !important;
    border: 0 none !important;
    border-radius: 0 !important;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 0 !important;
}
.dealerUl li a {
    margin-top: -.29em;
}

.sLi {
    height: 40px !important;
}

.mtile label {
    font-size: 100%;
    color: #fff;
}

.mtile h2 {
    font-size: 1.08em;
    padding: 20px 0 0 30px;
}

.mtile span {
    font-size: 1.855em;
}

#main-panel {
    width: 100%;
}

.detailRow h4 {
    color: #000 !important;
    padding: 0;
    margin: 0;
}

.detailRow label {
    display: inline;
}

.gridview .column, .gridview .columns {
    /*padding-right: 0;
    padding-left: 0;*/
}

.statusIcon, .statusIcon td:hover {
    background: 0 0;
    border: 0;
    box-shadow: 0 0 0;
}

    .statusIcon td span {
        color: #fff;
    }

.navCustomer a {
    width: 42px;
    height: 42px;
}

.customCombo {
    padding-top: 0px;
}

.LandingWarning {
    width: 260px !important;
    height: 72px !important;
}

    .LandingWarning h2 {
        margin: 0;
        padding: 0;
    }

.campain-bg {
    height: 45px;
}

.tile-red {
    height: 75px;
}

.status-bg .columns {
    margin-left: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

form .row .row {
    margin: 0 0 3px 0;
}

#main-panel section ul > li input[type=text] {
    margin-bottom: 0 !important;
}

.colmarLT3 .columns {
    margin-left: 0;
}

.gridview .column, .gridview .columns {
    margin-left: inherit !important;
    font-size: .90rem;
    line-height: 20px;
    text-transform: capitalize;
}

#main-panel .gridview .row, #main-panel section .gridview .row {
    width: 96.2% !important;
    margin: 0 auto;
}

.corCutBox2 {
    min-height: 65px !important;
}

.boxPadRt2per {
    padding-right: 0 !important;
}

.customCombo label {
    padding-top: 5px !important;
}

.navCustomer a {
    height: 30px !important;
  
}
.navCustomer li.navSelected em {
   bottom: -8px;
}

.shiftSearch .columns {
    padding-left: 0;
    margin-left: inherit;
}

input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
    height: inherit;
    margin-bottom: 0;
    border:1px solid #dedede;
    background:#fff;
}

#main-panel input.gryBtn[type=submit], #main-panel input.redBtn[type=submit] {
    margin-top: 0;
}

#main-panel input.redBtn[type=button], #main-panel input.redBtn[type=submit], .autoBtn input[type="submit"] {
    background: #a11011;
    background: -moz-radial-gradient(center,ellipse cover,rgba(161,16,17,1) 0,rgba(122,12,13,1) 100%);
    background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(0,rgba(161,16,17,1)),color-stop(100%,rgba(122,12,13,1)));
    background: -webkit-radial-gradient(center,ellipse cover,rgba(161,16,17,1) 0,rgba(122,12,13,1) 100%);
    background: -o-radial-gradient(center,ellipse cover,rgba(161,16,17,1) 0,rgba(122,12,13,1) 100%);
    background: -ms-radial-gradient(center,ellipse cover,rgba(161,16,17,1) 0,rgba(122,12,13,1) 100%);
    background: radial-gradient(ellipse at center,rgba(161,16,17,1) 0,rgba(122,12,13,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a11011', endColorstr='#7a0c0d', GradientType=1);
}

#main-panel input.blackBtn[type=submit] {
    background: #525252;
    background: -moz-radial-gradient(center,ellipse cover,rgba(82,82,82,1) 0,rgba(69,69,69,1) 100%);
    background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(0,rgba(82,82,82,1)),color-stop(100%,rgba(69,69,69,1)));
    background: -webkit-radial-gradient(center,ellipse cover,rgba(82,82,82,1) 0,rgba(69,69,69,1) 100%);
    background: -o-radial-gradient(center,ellipse cover,rgba(82,82,82,1) 0,rgba(69,69,69,1) 100%);
    background: -ms-radial-gradient(center,ellipse cover,rgba(82,82,82,1) 0,rgba(69,69,69,1) 100%);
    background: radial-gradient(ellipse at center,rgba(82,82,82,1) 0,rgba(69,69,69,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#454545', GradientType=1);
}

#main-panel input.gryBtn[type=submit] {
    background: #d2d2d2;
    background: -moz-radial-gradient(center,ellipse cover,rgba(210,210,210,1) 0,rgba(169,169,169,1) 100%);
    background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(0,rgba(210,210,210,1)),color-stop(100%,rgba(169,169,169,1)));
    background: -webkit-radial-gradient(center,ellipse cover,rgba(210,210,210,1) 0,rgba(169,169,169,1) 100%);
    background: -o-radial-gradient(center,ellipse cover,rgba(210,210,210,1) 0,rgba(169,169,169,1) 100%);
    background: -ms-radial-gradient(center,ellipse cover,rgba(210,210,210,1) 0,rgba(169,169,169,1) 100%);
    background: radial-gradient(ellipse at center,rgba(210,210,210,1) 0,rgba(169,169,169,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2d2d2', endColorstr='#a9a9a9', GradientType=1);
}

#main-panel input.blackBtn[type=submit], #main-panel input.gryBtn[type=submit], #main-panel input.redBtn[type=button], #main-panel input.redBtn[type=submit] {
    border-radius: 0 !important;
    box-shadow: 0 0 0 !important;
}

.amtBox .amtBoxGrid li {
    padding: .2em;
}

.shiftCash {
    font-size: .9em;
}

.amtBox .amtBoxGrid {
    font-size: inherit;
    margin-bottom: inherit;
}

    .amtBox .amtBoxGrid .visHid {
        display: inline;
    }

.flrt {
    float: right !important;
}

.contCode span {
    width: 71px !important;
}

.liAdj input[type=text] {
    display: inline-block;
}

.dealerPanel, .searchPanel {
    padding: 0 5%;
}

#main-panel section ul, aside ul, ul {
    margin-bottom: 0 !important;
}

.CustomerCapture input.type2-text {
    width: 100%;
}

.dateCol .date-pick {
    height: 44px;
}

.headRow {
    height: inherit !important;
    min-height: 80px;
}

#POPcontent input[type=text], .status-bg input[type=text] {
    margin-bottom: 0;
}

.martp-3.txtcen.ovrVis img {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
}

.currShiftBox input.closeNow {
    margin: 5px 0;
}

.payModBox .corCutBox2 .selectWrapper.customCombo label {
    padding-top: 10px !important;
}

#main-panel .type8-text {
    width: 80%;
}

#ContentPlaceholder1_txtDateFrom {
    float: left;
}

.tile-red div {
    width: 70%;
}

tr td:hover {
    color: #333;
}

.CustomerCapture input.type3-text {
    width: 24.5%;
}

.popupPanelShow input.redBtn[type=submit] {
    min-width: 4em;
}

.headRow li span.osnRed {
    font-size: .9em;
    color: #c41617;
    margin-right: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.noLeftPad {
    padding-left: 0 !important;
}
.noRightPad {
    padding-right: 0 !important;
}

.minHeightAdj {
    min-height: 186px !important;
}

.errorMsg {
    border-radius: 5px;
    border: 1px solid #c61410;
    padding: 15px 15px 15px 15px;
    /*font-size: .42em;*/
    color: #636563;
    /*background: url(../images/warning-icon.png) 10px 15px no-repeat;*/
}
footer div.last img {
    margin-top: 0 !important;
}

#productsScroll .scroll-area li {
    height: 2.1em;
}

.scroll-area > li {
    height: inherit;
}

.scrollHold .row .columns .legends {
    height: 40px;
}

.status-bg {
    background: #eee;
    /*background: -moz-linear-gradient(top,#fff,#eee);
    background: -webkit-linear-gradient(top,#fff,#eee);*/
    padding: 8px;
    border-radius: 0;
    margin: 23px 0 5px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    position:relative;
    z-index:10;
}
#StockUpload .status-bg {
    position:static;
}
.osn-highlight-bar{
    z-index:inherit
}

    .status-bg a.dp-choose-date, .status-bg a.dp-choose-date a, .calendar-row a.dp-choose-date, .calendar-row a.dp-choose-date a {
        color: #606060;
        line-height:0;
        max-height:27px;
        overflow:hidden
    }
    .marbtm2 {
        margin-bottom:2px
    }
    .status-bg a.dp-choose-date i, .calendar-row a.dp-choose-date i {
        display:block;
        margin-top:-5px;
        font-size:38px;
    }
    .status-bg a, .calendar-row a {
        background: 0 0;
    }

    .status-bg input[type=text], .calendar-row input[type=text] {
        border: #dedede 1px solid;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.1) !important;
        border-radius: 0 !important;
        background: #fff;
        padding: 5px 0 5px 11px;
    }
    .calendar-row input[type="text"][disabled]{
            background-color: #ddd;
    }
.calendar-row a {
    float:right;
}

input.srch-icon-bttn {
    background: url(images/charm_opnr_search.png) 7px -32px no-repeat #ce0018 !important;
    border: none;
    height: 35px;
    line-height: 2.1;
    width: 45px;
    border-radius: 0 !important;
    margin-top: 5px;
}

.searchPanel .selectWrapper {
    border-radius: 0;
    border: 0;
}

    .customCombo, .searchPanel .selectWrapper.customCombo {
        border-radius: 0;
    }

.recNavCustomer.gryBg1 {
    background: #bdbebd !important;
    border: 1px solid #aaa !important;
    width: 98%;
    margin: 0 auto;
}

#main-panel.CustomerCapture #breadcrumb, #main-panel.CustomerCaptureSteps #breadcrumb {
    padding: 0;
}

.navSubscriber {
    list-style: none;
    text-align: center;
    height: 84px;
    border-bottom: #e5e5e5 0 solid;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}

    .navSubscriber li {
        position: relative;
        display: inline-block;
        text-overflow: ellipsis;
        vertical-align: top;
        font-size: .8em;
        float: left;
        background: #f5f5f5;
        border-right: #e5e5e5 1px solid;
        height: 84px;
    }

        .navSubscriber li:hover {
            cursor: pointer;
        }

[class*=" navIcon-"] {
    speak: none;
}

.navSubscriber a {
    color: #000;
    margin: 5px auto;
    position: relative;
    text-align: center;
    border-radius: 50%;
    border: 0 solid #666;
    padding-top: 20px;
    text-decoration: none;
}

#crumbContainer {
    width: 95%;
    margin: 0 auto;
}

.navSubscriber span {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: -.5em;
    font-size: .75em;
    color: #333;
}

#crumbContainer .navSubscriber span {
    font-size: 1em;
}

.navSubscriber a:hover, .navSubscriber li:hover {
    color: #c41617;
}

.navSubscriber li.on {
    background: #c41617;
    color: #fff;
}

    .navSubscriber li.on a, .navSubscriber li.on a i {
        color: #fff;
    }

    .navSubscriber li.on em {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #c61410;
        position: absolute;
        bottom: -10px;
        left: 50%;
        margin-left: -10px;
    }

#crumbContainer #breadcrumb ul.navSubscriber li i, #main-panel #breadcrumb ul.navSubscriber li i {
    color: #333;
}

#crumbContainer #breadcrumb ul.navSubscriber li.on i, #main-panel #breadcrumb ul.navSubscriber li.on i {
    color: #fff;
}

#crumbContainer #breadcrumb ul.navSubscriber li, #main-panel #breadcrumb ul.navSubscriber li {
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-left: 0;
    padding-top:8px
}

    #crumbContainer #breadcrumb ul.navSubscriber li a:hover span, #crumbContainer #breadcrumb ul.navSubscriber li.on a span, #main-panel #breadcrumb ul.navSubscriber li a:hover span, #main-panel #breadcrumb ul.navSubscriber li.on a span {
        color: #fff !important;
    }

#main-panel #breadcrumb {
    margin-bottom: 1em;
}

#main-panel.CustomerCapture .left-panel, #main-panel.CustomerCapture .middle-panel, #main-panel.CustomerCapture .right-panel {
    padding: 1em;
    border: 1px solid #dadada;
    border-radius: 5px;
}

#main-panel section ul > li input[type=number], #main-panel section ul > li input[type=text] {
    padding: 5px 5px 5px 8px;
    font-size: 1em;
}

.contCode span, .customCombo, .customCombo span.text, .searchInputWrapper, .searchPanel .selectWrapper.customCombo span, .selectWrapper, .selectWrapper select {
    min-height: 31px;
    height: 31px !important;
}

#main-panel section ul .contCode input[type=tel], #main-panel section ul .contCode input[type=text], .contCode span {
    border-radius: 0 !important;
}

.searchInputWrapper .searchBt {
    min-height: 16px;
}

#main-panel section ul > li select {
    /*padding: 5px;*/
}

#main-panel section ul > li label {
    margin-bottom: 0;
}

.textarea {
    border-radius: 0;
    height: 85px;
    font-size: 1em;
}

#main-panel.CustomerCapture .middle-panel.no-border, #main-panel.CustomerCapture .right-panel.no-border {
    border: 0 !important;
    padding: 0;
}

#main-panel.CustomerCapture .middle-panel .box-panel-border-radius {
    border: 1px solid #dadada;
    border-radius: 5px;
    padding: 1em;
}

    #main-panel.CustomerCapture .middle-panel .box-panel-border-radius span.nocontCode {
        width: 100%;
    }

#main-panel .right-panel h2.demographySection, #main-panel h2.demographySection {
    font-size: 1em;
    color: #c41617;
}

.noColumnPadLeft {
    padding-left: 0px !important;
}

#POPcontent input[type=text] {
    height: 39px;
}

.popContent .padtp12 {
    padding-top: 2px !important;
}

.status-bg .size-48 {
    font-size: 38px;
}

.corCutBox2.srchIcon .srch-btn, .status-bg input.srch-icon-bttn {
    /*background: url(images/sprite_icons.png) -107px -239px no-repeat #c61410 !important;*/
    background-image:url(images/srchImg.png) !important;
    background-repeat:no-repeat !important;
    background-size:24px !important;
    background-color:#a11011 !important;
    background-position-y: 4px !important;
    background-position-x: 10px !important;
    height: 31px;
    margin-top: 0;
}
.corCutBox2.srchIcon .srch-btn, .status-bg input.srch-icon-bttn:before {content:'Search' }

.corCutBox2.srchIcon .dateCol .date-pick {
    height: 31px;
}

.corCutBox2.srchIcon .fi-calendar.size-48 {
    font-size: 36px;
}

.selectWrapper.customCombo {
    z-index:inherit;
    /*padding-top: 0;*/
}

    .selectWrapper.customCombo span.text {
        top: 0 !important;
    }

.searchInputWrapper.search {
    padding: 0;
}

    .searchInputWrapper.search input[type=number], .searchInputWrapper.search input[type=text] {
        margin: 0;
    }

.loginBlock .pholdTxt {
    display: block;
    padding-top: 3px;
    padding-left: 1px;
}

.pholdTxt {
    display: none;
}

.disabledDropdown {
    opacity: .5;
    filter: alpha(opacity=50);
}

    .disabledDropdown span {
        position: absolute;
        top: 0;
        font-size: 1em !important;
        left: 0;
        padding-left: 0 !important;
    }

.dp-choose-date1 {
    background: 0 0;
}

    .dp-choose-date1 .fi-calendar {
        color: #000;
    }

#POPcontent .bdrRad, #POPcontent .topbdrRad {
    border-radius: 0 !important;
}

.dp-choose-date1 .fi-calendar.size-48 {
    font-size: 36px;
    line-height: 1em;
}

#main-panel .currShiftBox ul.shifts li {
    margin: 0 0 15px;
    clear:both
}

.statusImg {
    bottom: 5px;
}

.icoText {
    line-height: 1em;
}

    .icoText:hover {
        color: #c41617;
    }

.tooltip_grid {
    position: absolute;
    display: none;
    font-size:0em;
    /*border-radius: 5px;
    background: #fff;
    border: 1px solid #313031;
    padding: 5px;
    display: none;
    max-width: 300px;
    color: #333;
    z-index:1200;
    font-size:0.9em;*/
}

.scroll-area > li .DemographyList {
    padding-left: 20px;
    font-size: .78em;
}

.scroll-area > li .txt.DemographyList {
    float: none;
}

.topSpace5 {
    margin-top: 5px;
}

.DemographyList .graytxt {
    color: #9E9E9E;
}

#main-panel .noRadius {
    border-radius: 0;
}

#main-panel .bdrGray {
    border: 1px solid silver;
}

#main-panel .gray-bg ul li h2.largeText {
    font-size: 2.5em;
}

#main-panel .panel-container {
    padding: 1em 0%;
}

.noteTxt {
    width: 100%;
}

.clsShiftBtn input {
    font-size: 1em !important;
}

#main-panel .clsShiftBtn input.redBtn[type=submit] {
    margin-top: 0;
}

#main-panel section ul.simplePagerNav {
    /*line-height: 1em;*/
    display: block;
    clear: both;
}

.searchBox h2 {
    margin-bottom: 0;
}

.searchBox label, .searchBox p {
    margin-left: 58px;
}

.swiper-container {
    max-height: 550px;
}

.selectWrapper select[disabled=disabled] + span.text {
    opacity: .5;
    filter: alpha(opacity=50);
}

.customCombo, .searchPanel .selectWrapper.customCombo {
    border: 0;
    box-shadow: 0 0 0 #ddd inset;
}

.selectWrapper {
    background: 0 0;
}

    .selectWrapper.customCombo span.text {
        display: none !important;
    }

    .selectWrapper.customCombo select {
        opacity: 100;
        border:#dedede 1px solid;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.1) !important;
    }
    .selectWrapper select { font-family:"FaricyNew",Arial,sans-serif;
    }
    .contCode span, .customCombo, .customCombo span.text, .searchInputWrapper, .searchPanel .selectWrapper.customCombo span, .selectWrapper {
        line-height: 24px !important;
    }

select[disabled] {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: '';
}

    select[disabled]::-ms-expand {
        display: none;
    }

.errClass select {
    background:none!important;
    border: 1px solid #C41617!important
}
.selectWrapper.customCombo select, .chosen-choices  {
    background: url(images/select-arrow.png) #fff right 50% no-repeat!important;
}

select
{
    background: url(images/select-arrow.png) #fff right 50% no-repeat!important;
    border:#dedede 1px solid;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1) !important;
    padding:6px 5px;
}
#main-panel section ul > li input[type=number], #main-panel section ul > li input[type=text], .calendar-panel input[type=text], .searchInputWrapper, .textarea,#main-panel section ul>li input[type=email],#main-panel section ul>li input[type=tel] {
    /*box-shadow: 0 1px 2px 2px #ddd inset ;*/
    background: #fff;
    height:31px;
    padding: 7px 5px 7px 8px;
}

    .searchInputWrapper .searchBt {
        margin: 4px;
    }

    .searchInputWrapper.search input[type=number], .searchInputWrapper.search input[type=text] {
        padding-top: 7px;
        min-height: 30px;
    }

    .calendar-panel input[type=text].gryBdr {
        border: 0;
    }

.contCode span {
    border: 0;
    border: #dedede 1px solid !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1) !important;
    background: 0 0;
}

    .contCode span.errClass {
        border: 0 !important;
    }

.notificationTile .osnNotification {
    position: relative;
    right: 1em;
    margin: 0;
}

#main-panel section ul .contCode input[type=tel], #main-panel section ul .contCode input[type=text], #main-panel section ul .contCode span {
    min-height: 34px;
    height: 34px !important;
    line-height: 34px !important;
    font-size: 1em !important;
}

/*input:not([type=submit]):not([type=file]), input[type=email], input[type=number], input[type=tel] {
    box-shadow: 0 1px 2px 2px #ddd inset !important;
    background: #fff;
    border: 0;
}*/

.searchInputWrapper.search input:not([type=submit]):not([type=file]) {
    box-shadow: 2px 1px 2px 2px #ddd inset !important;
}

.searchInputWrapper input[type=number], .searchInputWrapper input[type=tel] {
    float: left;
    padding-left: 5px;
    font-size: 1.08em;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#main-panel section ul > li input[type=number].errClass, #main-panel section ul > li input[type=text].errClass, .calendar-panel input[type=text].errClass, .errClass .customCombo, .textarea.errClass, input.errClass, textarea.errClass {
   
}

.selectWrapper.customCombo select {
    z-index: 998 !important;
    padding:5px;
    width: 100%;
    margin: 0;
}

#main-panel section ul > li select {
    padding-right: 15px;
}

#eventScroll, #movieScroll {
    min-height: 300px;
    max-height: 300px;
}

.selectWrapper {
    overflow: visible;
}

.searchresult .searchBox {
    height: 120px;
}

    .searchresult .searchBox h2 {
        font-size: .9em;
    }

    .searchresult .searchBox label, .searchresult .searchBox p {
        font-size: .8em;
    }

.listpop {
    top: 0 !important;
    min-height:100%;
}

.charmOpener {
    height: 100%;
}

.row {
    margin-left: auto !important;
    margin-right: auto !important;
}

input[type=file] {
    background: 0 0;
    box-shadow: 0 0 0 0 #fff !important;
}

.file-group {
    margin: 1em 0 0;
}

    .file-group input[type=file] {
        margin: .4em 0 0;
    }

    .file-group .redBtn {
        margin-top: 1em;
    }

div.upload {
    width: 115px;
    height: 30px;
    float: left;
    background-color: #ce0018;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}

    div.upload input {
        display: block !important;
        width: 115px !important;
        height: 25px !important;
        opacity: 0;
    }

.backgroundtext {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    overflow: hidden;
}

.uploadtext {
    display: inline-block;
    float: left;
    font-size: 14px;
    color: #666;
    font-family: FaricyNew;
}

.size-24 {
    font-size: 20px;
}
.off-canvas-wrap {
    /*height: 100%;
    overflow:inherit;
    overflow-x: hidden;*/
}

.reveal-modal .rrrConnect #main-panel {
    padding:0;
}
.reveal-modal .rrrConnect #main-panel .left-panel {padding:0; border:0; }
.reveal-modal .playUser li.gryBdr, .reveal-modal .modalcontent .playUser .panel-autopad {
    border:0;
    padding:0 !important;
}
.arrowSection .icon-angle-down:before {
    margin-top: 2px;
    display: inline-block;
}
/*#CustomerLandingNew .postbox #InstallationAddress {display:none;}*/
#CustomerLandingNew table.tablesaw thead th {
    font-size: 0.9em;
    padding:5px 40px 5px 5px !important;
}

#CustomerLandingNew .filterHead{padding: 3px 7px;}
#CustomerLandingNew .widget2 .widgetHeading{
  padding: 0px 10px 0px 20px !important;
}
#CustomerLandingNew .tabs .tab-title {
    padding: 2px 10px !important;
}
#CustomerLandingNew .GridsearchPanel .searchPaneltext, #CustomerLandingNew .GridsearchPanel input[type="text"], #CustomerLandingNew .GridsearchPanel input[type="number"], #CustomerLandingNew .GridsearchPanel .searchPanelBtn {
  height: 28px!important;
  padding:0 5px;
}
#CustomerLandingNew .arrowSection {top:3px !important;}
.GridsearchPanel .searchPanelBtn {
    /*height:28px !important;*/
}
#CustomerLandingNew .tablesaw-bar .btn {
    padding: 0px 5px !important;
}
#CustomerLandingNew .tablesaw-bar .buttons-action span {
    font-size:13px !important;
}
#CustomerLandingNew #ddlAction a, #CustomerLandingNew .moreaction {
    padding: 0.2em .5em !important;
    max-height: 26px !important;
}
#CustomerLandingNew .selecTedIteam {    
    font-size: 13px !important;
    padding: 3px !important;
}
#CustomerLandingNew .tablesaw-bar {
    min-height: 32px !important;
}
#CustomerLandingNew .filterHead { top:3px !important}
#CopyInstalationFull .large-6.text-right {
    padding-right:5px 0 !important;
}
#ContentPlaceholder1_AddressControl_pnlRightPart .autoBtn {
    padding:0 0.397em;
}
#JobCardDetails .column, #JobCardDetails .columns{
  min-height: 1px;
}
.disabled {
    pointer-events: none;
    cursor: default;
}
.chosen-container-multi .chosen-choices, .chosen-container-multi .chosen-choices li {
    border:0px;
    margin-bottom: 0 !important;
}
.chosen-container-multi .chosen-choices  input[type=text] {
    font-size: 1em !important;
}
#JobCardOrder .fieldsspace .columns, .button.small.addService { margin-bottom:12px;}
#CustomerCapturePackageNew .signin {margin-top: 25px !important;}
.customRadioCheck input[type="checkbox"] + label {margin-right:0px;}
#CopyInstalationFull .large-6.text-right {padding-right:0px;}


@media screen and (min-width:0\0) {
    #main-panel section ul > li select {
        padding-right: 5px;
    }

    #main-panel #productsScroll label {
        width: auto;
    }
}

@media all and (min-width:0\0) and (min-resolution:.001dpcm) {
    .listpop {
        top: 100px;
    }
}
@media (min-width: 40em) {
    #CustomerLandingNew .tablesaw tbody td {
        line-height: normal;
        padding: 3px 5px !important;
        text-align: left;
        font-size:0.85em;
    }
   /*#CustomerLandingNew .tablesaw tbody td.text-center {
       text-align:left !important;
    }*/
}
@media only screen and (min-device-width :320px) and (max-device-width :1280px) {
    .size-24 {
        font-size: 24px;
    }
}

@media handheld,only screen and (max-width:100em) and (min-width:70em) {
    .status-bg a {
        width: 13% ;        
    }
   .fsediv .status-bg a {
        width: 13% ;
        margin-top: 0px!important;
    }
}

@media handheld,only screen and (max-width:80em) and (min-width:50em) {
    #POPcontent .windowpopup .selectWrapper select {
    min-height: 38px;
    height: 38px!important;
    line-height: 26px!important;
    }
    .CustomerSearchCtrl .searchInputWrapper .searchBt  {top:6px !important;}
    .chosen-container-single .chosen-single {
        height: auto !important;
        line-height: 39px !important;
    }

        .chosen-container-single .chosen-single div b {
            background-position: 0px 10px !important;
        }

    #main-panel section ul > li input[type=number], #main-panel section ul > li input[type=text], .calendar-panel input[type=text],#main-panel section ul > li input[type=email] {
        padding: 7px 5px 7px 8px;
        min-height: 39px;
        height: 39px !important;
        line-height: 39px !important;
    }

    #main-panel section ul .contCode input[type=tel], #main-panel section ul .contCode input[type=text], #main-panel section ul .contCode span, .contCode span, .customCombo, .customCombo span.text, .searchInputWrapper, .searchPanel .selectWrapper.customCombo span, .selectWrapper, .selectWrapper select, .status-bg input[type=text], input[type=tel] {
        min-height: 39px;
        height: 39px !important;
        /*line-height: normal !important;*/
    }

    /*#main-panel input.blackBtn[type=submit], #main-panel input.redBtn[type=submit] {
        height: 39px;
    }*/

    #main-panel section ul > li select {
        padding-top: 0;
    }

    .headRow li p {
        font-size: 1em;
    }

    .scheduleSelects .selectWrapper select, .teamDiv .selectWrapper select {
        line-height: 19px !important;
    }

    .teamDiv .selectWrapper select {
        margin-top: 5px;
    }

    .jobCardsItem.row, .scheduleInfo {
        font-size: .9em !important;
    }
}

@media handheld,only screen and (max-width:70em) and (min-width:60em) {
    .status-bg a.dp-choose-date {
        width: 14% !important;
        margin-top: -4px;
    }

    .dp-choose-date1 {
        height: 36px !important;
        width: 36px !important;
    }

    .CustomerCapture input.type4-text {
        width: 48.6%;
    }

    .CustomerCapture input.type3-text {
        width: 24.5%;
    }
}

@media handheld,only screen and (max-width:60em) and (min-width:768px) {
    

    .dateCol .dp-choose-date, .dateCol .dp-choose-date1 {
        height: 30px;
        width: 30px;
    }

    .CustomerCapture input.type4-text {
        width: 47.9%;
    }

    #main-panel section ul > li input[type=text] {
        padding: 11px 5px !important;
    }

    .selectWrapper {
        min-height: 44px !important;
    }

    #main-panel span.nocontCode .type2-text {
        height: inherit !important;
    }

    #LoginPanel, #ScrollPanel {
        width: 100%;
        margin-left: 0;
    }

    footer div.mid {
        width: none;
    }

    .headRow li p {
        font-size: 1em;
    }
}

@media handheld,only screen and (min-width:640px) and (max-width:767px) {
    #content .row.calendar-panel .status-bg a {
        width: 25% !important;
        margin-right: -8px !important;
        margin-top: -3px;
    }

    #content .row.calendar-panel .columns {
        margin-left: 0 !important;
    }

    .CustomerCapture input.type4-text {
        width: 46.3%;
    }

    .navCustomer a {
        width: 45px !important;
        height: 45px !important;
    }

    .tooltip_grid {
        display: none;
        position: absolute;
        background-color: #525152;
        border-radius: 5px;
        padding: 3px 5px;
        color: #fff;
        font-size: .7em;
    }
}

@media screen and (orientation:portrait),only screen and (min-width:480px) and (max-width:767px) {
    #main-panel > .row > .column, #main-panel > .row > .columns {
        float: none;
        width: 100% !important;
    }

    #main-panel > .row > .columns {
        margin-left: 0 !important;
        padding-left: 0;
    }

    .fldHold li input[type=text], input, input:not([type=submit]):not([type=file]), select {
        height: inherit;
    }

    .textarea {
        font-size: 1em;
    }

    #custInfo .columns {
        padding-left: 0;
    }

    .scroll-area-new li input[type=checkbox] {
        height: 14px;
    }

    .headRow li p {
        font-size: 1em;
    }
}

@media handheld,only screen and (max-height:615px) {
    .searchPanel {
        padding-top: 20px;
    }
}

@media handheld,only screen and (max-width:640px) and (min-width:320px) {
    .history .dp-choose-date {
        width: 9% !important;
    }

    .history input.srch-icon-bttn {
        width: 41px !important;
        height: 41px;
    }

    #content .row.calendar-panel .status-bg a {
        width: 9% !important;
    }

    #content .row.calendar-panel .status-bg .date-pick {
        width: 85% !important;
    }

    .dp-choose-date1 {
        height: 35px !important;
        width: 35px !important;
        background-size: auto 100% !important;
    }

    .popContent .columns {
        width: inherit !important;
    }

    .calendar-panel .customCombo {
        margin-bottom: 5px !important;
    }

    .status-bg .columns {
        padding: 0;
    }

    .dp-choose-date {
        width: 44px !important;
        height: 44px !important;
    }

    #content .row.calendar-panel .selectWrapper {
        padding-top: 5px !important;
    }

    .status-bg input[type=text] {
        margin-bottom: 5px;
    }

    #content .row.calendar-panel .columns {
        padding-left: 0;
    }

    .navCustomer a {
        width: 45px !important;
        height: 45px !important;
    }

    .scroll-area-new li input[type=checkbox] {
        height: 14px;
    }

    header {
        height: 75px;
    }

    #ulList .listItemLabel {
        float: none;
        padding: 0;
        width: 100%;
        margin-top: 5px;
        border-bottom: efefef 1px solid;
    }

    .customDdlOptions li.selected {
        color: #c41617;
        background: url(../images/check1On.png) 13px 10px no-repeat #e7e7e7;
    }

    .headRow li p {
        font-size: 1em;
    }
}

@media screen and (orientation:portrait) {
    .left-panel, .middle-panel, .right-panel {
        min-height: inherit !important;
    }

    #main-panel .type3-text, #main-panel .type8-text {
        height: inherit !important;
    }

    .navCustomer a {
        width: 45px !important;
        height: 45px !important;
    }
}








    /*sankha remove*/
.heading {
    color:#959595
}
.fsize14 {
    font-size:14px
}
.mainpanelrev {
    box-shadow:none!important;
    border:none!important
}
    .mainpanelrev ul {
        margin:0;
        padding:0;
        list-style:none
    }
.mainpanelrev .redBtn {
    max-width:100%;
    padding:10px 13px
}
#divModalForm {
    background:rgba(0,0,0,.4);
}
.info-container hr {
    margin:2px 0
}
.WarrantyInfo {
    margin:2px 0
}


input[type='text'] {
    height:31px
}
.margfsetop {
    margin-top: 57px !important;
}
.addVno {
    margin-top:-7px!important
}
.marLt5 {
    margin-left: 5px;
}
.specialButton {
    margin-top:5px!important
}
#GridProductList{
    position:relative
}
.chooselnks {
    list-style:none;
    margin:0;
    padding:0
}
.continueRight  a {
    color:#fff!important
}
.borderPanle, .secondBgPreferance{
    z-index:0
}

.loader:not(:required) {
  -moz-animation: spinner-loader 1500ms infinite linear;
  -webkit-animation: spinner-loader 1500ms infinite linear;
  animation: spinner-loader 1500ms infinite linear;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  -moz-box-shadow: rgba(0, 0, 51, 0.7) 1.5em 0 0 0, rgba(0, 0, 51, 0.7) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.7) 0 1.5em 0 0, rgba(0, 0, 51, 0.7) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.7) -1.5em 0 0 0, rgba(0, 0, 51, 0.7) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.7) 0 -1.5em 0 0, rgba(0, 0, 51, 0.7) 1.1em -1.1em 0 0;
  -webkit-box-shadow: rgba(0, 0, 51, 0.7) 1.5em 0 0 0, rgba(0, 0, 51, 0.7) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.7) 0 1.5em 0 0, rgba(0, 0, 51, 0.7) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.7) -1.5em 0 0 0, rgba(0, 0, 51, 0.7) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.7) 0 -1.5em 0 0, rgba(0, 0, 51, 0.7) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 51, 0.7) 1.5em 0 0 0, rgba(0, 0, 51, 0.7) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.7) 0 1.5em 0 0, rgba(0, 0, 51, 0.7) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.7) -1.5em 0 0 0, rgba(0, 0, 51, 0.7) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.7) 0 -1.5em 0 0, rgba(0, 0, 51, 0.7) 1.1em -1.1em 0 0; 
  display: inline-block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin: 1.5em;
  overflow: hidden;
  text-indent: 100%;
  
}
.whiteScreen span{ 
    
    position:absolute;
    left:50%;
    top:50%;
    margin:-.5em 0 0 -.5em;
    display:block;;
    text-indent:-99999px  
    
}
.workorderWrapper span{
    padding-left:0!important
}
.columns span.right {
    line-height:normal
}
.posrel {
    position:relative
}
@media all and (min-width:0\0) and (min-resolution: .001dpcm){
    .whiteScreen span{
     background:#000 ;   
     text-indent:0;
     border-radius:100px;
     color:#fff;
     font-size:12px;
     width:80px;
     padding:20px;
     text-align:center;
     
     }
}
@-moz-keyframes spinner-loader {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-loader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.no-pad-top-bottom {
    padding-top:0!important;
    padding-bottom:0!important;
}