/*************** Reset Css **************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
body {
    line-height: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
ol, ul {
    list-style: none;
}
input[type="checkbox"]{
    height:15px;
    width: 15px;
}
button[disabled], html input[disabled] {
    background-color: lightgray;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    max-width: 100%;
    display: inline-block;
}
:invalid {
  box-shadow: none;
}

:-moz-submit-invalid {
  box-shadow: none;
}

:-moz-ui-invalid {
  box-shadow:none;
}
input[type="text"], textarea {
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}
/**************** Reset Css **************/
/************** Fonts Css **************/
@font-face {
    font-family:'ProximaNova';
    src: url('../fonts/ProximaNova-Regular_gdi.eot');
    src: url('../fonts/ProximaNova-Regular_gdi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Regular_gdi.woff') format('woff'),
        url('../fonts/ProximaNova-Regular_gdi.ttf') format('truetype'),
        url('../fonts/ProximaNova-Regular_gdi.otf') format('opentype'),
        url('../fonts/ProximaNova-Regular_gdi.svg#ProximaNova-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family:'ProximaNova-Bold';
    src: url('../fonts/ProximaNova-Bold_gdi.eot');
    src: url('../fonts/ProximaNova-Bold_gdi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Bold_gdi.woff') format('woff'),
        url('../fonts/ProximaNova-Bold_gdi.ttf') format('truetype'),
        url('../fonts/ProximaNova-Bold_gdi.otf') format('opentype'),
        url('../fonts/ProximaNova-Bold_gdi.svg#ProximaNova-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family:'ProximaNova-Semibold';
    src: url('../fonts/ProximaNova-Bold_gdi.eot');
    src: url('../fonts/ProximaNova-Bold_gdi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Bold_gdi.woff') format('woff'),
        url('../fonts/ProximaNova-Semibold.ttf') format('truetype'),
        url('../fonts/ProximaNova-Bold_gdi.otf') format('opentype'),
        url('../fonts/ProximaNova-Bold_gdi.svg#ProximaNova-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}
/************** Fonts Css **************/

/************* custom checkbox css *******************/
.checkbox-sty {
    float: left;
    text-align: center;
}
.checkbox-sty input[type="checkbox"] {
    display: none;
}
.checkbox-sty label {
    margin-bottom: 0;
}
.checkbox-sty input[type="checkbox"] + label {
    color: #5a6779;
    font-size: 13px;
    text-transform: uppercase;
}
.checkbox-sty input[type="checkbox"] + label span {
    background: url(../images/icons/checkbox-deactive.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height: 14px;
    vertical-align: middle;
    width: 14px;
    margin-left: -2px;
}
.checkbox-sty input[type="checkbox"]:checked + label span {
    background: url(../images/icons/checkbox-active.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

/****************Notification Page *******************/
.textNotification {
    float: left;
    clear: both;
    padding-top: 20px;
    font-size: 14px;
    color: rgb(40,137,210);
    padding-left: 10px;
    }
    .createNotification {
    width: 150px;
    float: right;
    font-size: 12px;
    color: #ffffff;
    }
    .notificationMainBlock {
    margin-top: -70px;
    float: left;
    width: 100%
}
.notificationTabList {
    float: left;
    width: 100%;

    border-top: 1px solid #eee;
}
.textNotificationlist {
    display: block;
    width: 100%;
    line-height: 2em;
    font-size: 14px;
}
.unreadTab{
    float: left;
    width: 100%;
    clear: both;
    /*border-top: 1px solid #e0e5e9;*/
    padding: 20px 10px;
    cursor: pointer;
    background-color: gainsboro;
}
.unreadTab>.textNotificationlist {
    font-weight: bold;
}
.readTab{
    float: left;
    width: 100%;
    clear: both;
   /* border-top: 1px solid #e0e5e9;*/
    padding: 20px 10px;
    cursor: pointer;
    background-color: #FFFFFF;
}
.textNotifyTime{
    font-size: 10px;
    color: gray;
    margin-left: 5px;
    position: relative;
    top: -2px;

}
.deleteNotificationBtn{
    float: right;
        position: relative;
        top: -10px;
}
.deleteNotificationBtn>.delete-btn{
    width: 20px;
}

.notificationTabListCustom {
    float: left;
    width: 100%;

    border-top: 1px solid #eee;
}


.notif-cells{
    float: left;
    width: 100%;
    clear: both;
    padding: 20px 10px;
    cursor: pointer;
    background-color: #f8f9fa;
    margin: -2px 0px

}

.notif-callout{
    border-left: 7px solid #f1b15a;
}

.notif-mnr{
    border-left: 7px solid #107dd0;
}


.notif-presail{
    border-left: 7px solid #1db3c2;
}
.notif-custom{
    border-left: 7px solid #ff4d4d;
}

/******************* Custom Selectbox ***************/
.SSContainerDivWrapper {
    left: 0 !important;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}
ul.newList {
    margin:0;
    padding:0;
    height: auto !important;
    list-style:none;
    color:#000;
    border:none;
    overflow-y: scroll !important;
    max-height: 210px;
    text-align:left;
        background: #f1f1f1;
}
new-depotclass>ul.newList a{
    width: 120%;
}
ul.newList * {
    margin:0;
    padding:0;
    background:#f1f1f1;
    border:none;
}
ul.newList li {
    padding: 0px !important;
    margin: 0px !important;
    height:auto;
    text-align:left;
    width:100%;
}
ul.newList a {
    color: #777777;
    display: block;
    height:30px;
    text-decoration: none;
    text-transform: uppercase;
    padding-left:10px;
    line-height: 30px;
    font-size: 13px;
}
ul.newList a:hover {
    background:#fff;
    color: #2f2f2f;
}
.report-selectDropdown +.newListSelected {
    background: url(../images/select-arrow-reports.png) no-repeat scroll right center;
    background-position: 135px 13px;
}
.newListSelected {
    background: url("../images/select-arrow.png") no-repeat scroll right center #fff;
    /*background: url("../images/select-arrow.png") no-repeat scroll right center;
    background-position: 112px 12px;*/
    cursor: pointer;
    float: left;
    color: rgba(30, 30, 40, 0.5);
    font-size: 13px;
    /*font-weight: 900;*/
    width: 100%;
    height:47px;
    margin: 10px 0 20px;
/*    border: 1px solid;*/
}
.selectedTxt {
    overflow: hidden;
    border-radius: 8px;
    height: 47px;
    padding: 16px 10px;
    width: 100%;
    border: 2px solid #d7d9e0;
    text-transform: uppercase;

}
/******************* Custom Selectbox end ***************/

html {
    min-height: 100%;
    position: relative;
}
a:hover {
    text-decoration: none;
}
body {
    background-color: #f8fbfd;
    font-family: ProximaNova;
}
.login-bg {
    background: url(../images/bg.jpg) no-repeat center center;
    background-size: cover;
}
.wrapper {
    width: 100%;
    float: left;
}
/*********** Login Page *************/
.top-bar {
    width: 100%;
    background: rgba(255,255,255,0.5);
    min-height: 67px;
    padding: 15px 0;
    position: relative;
}
.close-icon {
    cursor: pointer;
    position: absolute;
    right: 35px;
    top: 50%;
    margin-top: -18px;
}
.login-page {
    max-width: 342px;
    margin: 50px auto;
}
.login-login {
    text-align: center;
    margin-bottom: 50px;
}
.txt-field {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.txt-field label {
    display: block;
    color: #6e7590;
    font: 13px/16px ProximaNova, Arial;
    margin-bottom: 6px;
}
.txt-field input {
    width: 100%;
    display: block;
    height: 44px;
    background: #fff;
    border: 1px solid #d7d9e0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 0 10px;
    color: #6e7590;
    font: 16px/20px ProximaNova, Arial;
}
.login-page p {
    text-align: center;
    color: #6e7590;
    font: 13px/16px ProximaNova, Arial;
}
.login-page p a {
    color: #6e7590;
    text-decoration: underline;
}
.login-btn input {
    width: 100%;
    margin-top: 20px;
}
.btn-style {
    color: #fff;
    font: 13px/16px ProximaNova-Bold, Arial;
    border: none;
    background: #2889d2;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 12px 15px;
}

/**************** Reset Password *************/
.top-logo {
    text-align: center;
}
.back-sign {
    text-align: center;
    display: inline-block;
    width: 100%;
    position: relative;
    top: 10px;
}
.back-sign a {
    color: #1f1f1f;
    font: 16px/18px ProximaNova-Bold;
}
.back-sign i {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    /*border: 2px solid #1f1f1f;*/
    font-size: 16px;
    line-height: 14px;
    margin-right: 10px;
    margin-right: 5px;
}
.reset-password p {
    color: #989898;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 25px;
}
.reset-password .login-btn input {
    margin-top: 0;
}

/**************** Dashboard ********************/
.top-bar-inner {
    background-color: #1f1f1f;
    width: 100%;
    float: left;
    padding: 0 40px;
}
.inside-top-logo {
    float: left;
    margin: 17px 0;
}
.notifiction-icon {
    width: 18px;
    height: 20px;
    display: block;
    background: url(../images/icons/notifiaction-icon.png)no-repeat;
    margin: 3px 0;
}
.menu-bar li a:hover .notifiction-icon,.menu-bar li:hover .notifiction-icon, .menu-bar li a.active .notifiction-icon {
    background: url(../images/icons/notifiaction-icon-hover.png)no-repeat;
}
.search-bar {
    float: left;
    padding-left: 50px;
    margin-top: 40px;
    width: 17%;
}
.search-txt {
    background: transparent url(../images/icons/search-icon.png) no-repeat left center;
    border: 0;
    border-bottom: 1px solid #363636;
    color: #8f8f8f;
    font: 15px/26px ProximaNova;
    width: 100%;
    padding-left: 35px;
}
.menu-bar {
    float: right;
    margin: 0px 24px;
}
.menu-bar ul {
    float: left;
}
.menu-bar li {
    float: left;
    font: 13px/26px ProximaNova;
    position: relative;
}
.menu-bar li a {
    color: #ffffff;
    padding: 34px 25px;
    float: left;
    /* transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s; */
}
.menu-bar li > a.active, .menu-bar li > a:hover, .menu-bar li:hover > a {
    color: #fff;
    background-color: #2889d2 !important;
}
.menu-bar .fa-cog {
    font-size: 20px;
    line-height: 18px;
    position: relative;
    top: 4px;
}
.menu-bar li a .fa-cog:hover {
    color: #ffffff;
}
.menu-bar li a i.fa-caret-down {
    margin-left: 5px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
}
.menu-bar li:hover a i.fa-caret-down {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.submenu {
    position: absolute;
    left: 0;
    width: 240px;
    top: 94px;
    background-color: #2889d2;
    opacity: 0;
    filter: alpha(opacity=0);
    transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    z-index: 99;
    visibility: hidden;
}
.menu-bar li:last-child .submenu {
    right: 0;
    left: auto;
}
.menu-bar li:hover .submenu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}
.submenu li, .submenu li a {
    width: 100%;
}
.submenu li {
    border-bottom: 1px solid #399be4;
}
.submenu li:last-child {
    border-bottom: none;
}
.submenu li a {
    padding: 10px;
    color: #fff;
}
.submenu li a:hover,.submenu li a.active {
    background-color: #1f1f1f;
    color: #fff;
}
.main-container {
    width: 100%;
    float: left;
    margin: 40px 0;
}
.container {
    width: 1440px;
}
.dashboard-content {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 40px 30px 25px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 1px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 0 1px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.05);
    position: relative;
    margin: 0 0 20px;
}
.dashboard-content h3 {
    color: #1f1f1f;
    font: 30px/25px ProximaNova;
    margin-bottom: 40px;
}
.dasboard-row > li {
    width: 100%;
    float: left;
    padding: 14px 8px 12px;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 2px;
}
.dasboard-row > li:hover {
    background-color: #f8fbfd;
    cursor: pointer;
}
.dashboard-col > li {
    float: left;
    color: rgba(90,103,121,0.5);
    font: 14px/18px ProximaNova;
}
.dashboard-col > li a {
    color: rgba(90,103,121,0.5);
}
.missing-manuals .dashboard-col > li a {
    color: #439cd6;
    font-family: ProximaNova-Bold;
}
.dashboard-col > li:first-child {
    font: 15px/20px ProximaNova-Semibold;
    width: 24%;
    color: rgba(90,103,121,1);
}
.dashboard-col > li:nth-child(2) {
    width: 20%;
}
.dashboard-col > li:nth-child(3) {
    width: 30%;
}
.dashboard-col > li:nth-child(4) {
    width: 23%;
}
.dashboard-col > li:nth-child(5) {
    width: 3%;
}
.dashboard-col > li:nth-child(6) {
    width: 3%;
    text-align: right;
}
.status {
    color: #fff;
    text-transform: uppercase;
    font: 13px/20px 'ProximaNova';
    padding: 7px 10px 5px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
/*.waiting-stus {
    background-color: #f3b154;
}
.approved-stus {
    background-color: #5acbc7;
}
.put-back-stus {
    background-color: #e54747;
}*/

.quote-stus {
    background-color: #0f7dcf;
}
.complete-stus {
    background-color: #5acb67;
}
.putback-stus {
    background-color: #e54747;
}
.request-stus {
    background-color: #1cb3c1;
}
.assigned-stus {
    background-color: #0f7dcf;
}
.pending-stus {
    background-color: #f3b154;
}


.dashboard-col > li i {
    margin-top: -4px;
    font-size: 24px;
}
.dashboard-list-view {
    width: 100%;
    margin: 20px 0 0;
    float: left;
}
.dashboard-list-view span {
    color: #5a6779;
    font: 13px/18px ProximaNova;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.dashboard-list-view a {
    float: right;
}
.blur-btn {
    background-color: #439cd6;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
    font: 13px/20px 'ProximaNova';
    padding: 6px 10px 4px;
}
.blur-btn:hover, .blur-btn:focus {
    color: #fff;
    background-color: #117cc1;

}
.sort-list {
    position: absolute;
    right: 30px;
    top: 35px;
    border: 1px solid #eef0f1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 7px 11px;
}
.sort-list i {
    color: #e8ecf0;
    margin: 0 10px;
}
.missing-manuals .dashboard-col > li:nth-child(3) {
    width: 30%;
}
.missing-manuals .dashboard-col > li:nth-child(4) {
    width: 25%;
    text-align: right;
}

/************** Notification and Setting Page *************/

.notification-tab, .setting-tab {
    position: absolute;
    width: 384px;
    right: 0;
    top: 94px;
    background-color: #2889d2;
    z-index: 99;
    padding: 20px 10px 10px 20px;
    display: none;
}
.setting-tab {
    width: 265px;
    padding: 20px 0 0px;
}
.notification-tab h4, .setting-tab h4 {
    color: #fff;
    font: 17px/24px 'ProximaNova';
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.setting-tab h4 {
    margin-left: 20px;
    margin-right: 20px;
}
.notification-content {
    width: 100%;
    float: left;
    height: 330px;
    position: relative;
    overflow: auto;
    padding-right: 20px;
}
.notification-content li {
    color: #fff;
    font: 14px/26px ProximaNova;
    border-bottom: 1px solid #53a1db;
    padding: 8px 0px 8px 7px;
}
.notification-content li strong {
    font-family:'ProximaNova-Bold';
}
.noti-date {
    display: block;
    font-size: 12px;
    color: rgba(255,255,255,0.5);
}
.notification-tab p a {
    width: 100%;
    text-align: center;
    padding: 0;
    color: #fff;
    font: 16px/30px ProximaNova-Bold;
    margin-top: 8px;
    margin-left: -10px;
}
.setting-tab li {
    width: 100%;
}
.setting-tab li a {
    width: 100%;
    padding: 7px 22px !important;
    color: #fff;
    font: 16px/30px ProximaNova;
    border-bottom: 1px solid #53a1db;
}
.setting-tab li a:hover {
    background-color: #1f1f1f;
    color: #fff;
}
.setting-tab li:last-child a {
    border-bottom: none;
}

/**************** Callout List Page ******************/
.callout-content {
    margin-top: 0;
}
.callout-head {
    width: 100%;
    float: left;
    background: #ffffff;
    border-bottom: 1px solid #dfe1e3;
    height: 94px;
}
.callout-table {
    width: 100%;
    float: left;
    margin-top: -80px;
}
.callout-table > ul > li {
    border-bottom: 1px solid #e0e5e9;
    padding: 20px 0;
    width: 100%;
    float: left;
}
.callout-table > ul > li.callout-heading {
    height: 80px;
    padding-top: 23px;
}
.callout-table > ul > li.callout-heading li {
    color: rgba(22, 22, 27, 0.5);
    font-size: 12px;
    text-transform: uppercase;
    line-height: 18px;
    font-family: ProximaNova;
    margin-right: 0px;
    margin-left: -2px;
}
.callout-datalist {
    width: 100%;
    float: left;
    padding: 0px 20px;
}
.callout-datalist li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    margin-right: 2.4px;
}
.callout-datalist li i {
    margin-left: 5px;
    font-size: 10px;
    cursor: pointer;
}
.callout-datalist li:nth-child(1) {
    width: 8%;
    font-size: 13px;
}
.callout-datalist li:nth-child(2) {
    width: 13%;
    font-size: 13px;
    color: rgba(90, 103, 121, 0.79);
}
.callout-datalist li:nth-child(3) {
    width: 15%;
    font-size: 13px;
    color: rgba(90, 103, 121, 0.79);
    text-transform: uppercase;
}
.callout-datalist li:nth-child(4) {
    width: 20%;
    font-size: 13px;
    font-family: ProximaNova-Semibold;
}
.callout-datalist li:nth-child(5) {
    width: 18%;
    font-size: 13px;
    color: rgba(90, 103, 121, 0.79);
}
.callout-datalist li:nth-child(6) {
    width: 24%;
    color: rgba(90,103,121,0.5);
    font-size: 13px;
}
.any-txt {
    display: block;
    color: rgba(22, 22, 27, 1);
    text-transform: none;
}
.status-icon {
    text-align: center;
    font-size: 13px;

}
.status-icon > i > b > img {
    height: auto;
    margin-top: 4px;
    max-height: 23px;
    max-width: 23px;
    width: auto;
}

assigned-icon > i > b > img {
    height: auto;
    margin-top: 4px;
    max-height: 20px;
    max-width: 20px;
    width: auto;
    margin-left:3px
}
.status-icon i {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    display: table;
    height: 35px;
    margin: 0 auto 2px !important;
    width: 35px;
    cursor: default !important;
}

.internal-status{
    position: relative;
    top: 0px;
    color: rgba(90, 103, 121, 0.79);
    font-size: 13px;
}

.status-icon i b {
    display: table-cell;
    vertical-align: middle;
}
.approved-icon {
    color: #5acbc7;
}
.approved-icon i {
    background: #5acbc7;
}
.waiting-icon {
    color: #f3b154;
}
.waiting-icon i {
    background: #f3b154;
}
.putback-icon {
    color: #e54747;
}
.putback-icon i {
    background: #e54747;
}
.quote-icon {
    color: #0f7dcf;
}
.quote-icon i {
    background: #0f7dcf;
}
/*.complete-icon {
    color: #5acb67;
}
.complete-icon i {
    background: #5acb67;
}
.pending-icon {
    color: #f3b154;
}
.pending-icon i {
    background: #f3b154;
}
.request-icon {
    color: #e54747;
}
.request-icon i {
    background: #e54747;
}*/

.warranty-icon {
    color: #1cb3c1;
}
.warranty-icon i {
    background: #1cb3c1;
}

.requested-icon {
    color: #1cb3c1;
}
.requested-icon i {
    background: #1cb3c1;
}

.completed-icon {
    color: #5acb67;
}
.completed-icon i {
    background: #5acb67;
}
.pending-icon {
    color: #f3b154;
}
.pending-icon i {
    background: #f3b154;
}
/*.putback-icon {
    color: #1cb3c1;
}*/
.assigned-icon {
    color: #0f7dcf;
}
.assigned-icon i {
    background: #0f7dcf;
}
.callout-btn {
    text-align: right;
}
.blue-btn {
    display: inline-block;
    background: #2889d2;
    font-size: 13px;
    font-family: ProximaNova;
    color: #fff;
}
.callout-btn .sort-list {
    position: relative;
    right: 0;
    display: inline-block;
    top: 2px;
    margin-left: 15px;
    background: #fff;
}
.depot-right {
    float: right;
}
.depot-right a {
    margin-left: 20px;
}
.depot-right i {
    color: #b4b6ba;
    font-size: 16px !important;
}
.page-pagination {
    width: 100%;
    float: left;
    margin: 15px 0 20px;
}
.page-pagination ul {
    float: right;
}
.page-pagination ul li {
    display: inline-block;
    font-size: 14px;
    margin-left: 5px;
}
.page-pagination ul li a {
    color: #1f1f1f;
    border: 1px solid #e0e5e9;
    padding: 6px 0;
    width: 28px;
    float: left;
    text-align: center;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.page-pagination ul li a.active, .page-pagination ul li a:hover {
    border-color: transparent;
    color: #b4bac2;
}

/******************* Callout Pre-sails Form ******************/
.callout-presails.callout-table > ul > li.callout-heading {
    padding-top: 33px;
}
.callout-presails.callout-table > ul > li li {
    color: #5a6779;
}
.callout-presails .callout-datalist li:nth-child(1){
    width: 5%;
    color: #1f1f1f;
}
.callout-presails .callout-datalist li:nth-child(2){
    width: 14%;
    font-family: ProximaNova-Bold;
    color: rgba(22,22,27,1);
}
.callout-presails .callout-datalist li:nth-child(3){
    width: 10%;
    text-align: left;
}
.callout-presails .callout-datalist li:nth-child(4){
    width: 10%;
    font-family: ProximaNova;
}
.callout-presails .callout-datalist li:nth-child(5){
    width: 10%;
}
.callout-presails .callout-datalist li:nth-child(6){
    width: 10%;
}
.callout-presails .callout-datalist li:nth-child(7){
    width: 10%;
}
.callout-presails .callout-datalist li:nth-child(8){
    width: 29%;
    padding-right: 25px;
    position: relative;
}
.callout-presails .callout-datalist li:nth-child(8) i {
    font-size: 20px;
    line-height: 11px;
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}
.callout-presails .callout-heading .callout-datalist li {
    font-family: ProximaNova;
}
.presail-open {
    background: #f2f5f7;
}
.presail-open i {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.presail-form {
    margin: 50px 0 0;
    padding: 0 30px;
    width: 100%;
    float: left;
    display: none;
}
.presail-form label {
    display: block;
    color: #6e7590;
    font-size: 13px;
    margin-bottom: 5px;
}
.presail-form input, .presail-form textarea {
    width: 100%;
    border: 1px solid #d7d9e0;
    height: 44px;
    color: #1e1e28;
    font-size: 14px;
    padding: 0 34px 0 14px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 20px;
}
.presail-form textarea {
    height: 60px;
    padding: 10px 14px;
}
.presail-form .blue-btn {
    border: 0;
    color: #fff;
    margin: 0;
    padding: 0 30px;
    width: auto;
    font-size: 13px;
}
.temp-txt {
    color: rgba(30, 30, 40, 0.5);
    font-family: ProximaNova-Bold;
    font-size: 14px;
    position: absolute;
    right: 27px;
    top: 34px;
}

 /* Loader */
.loader {
    width: 100%;
    position: fixed;
    z-index: 99;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    display: block;
}
/*.loader img {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    position: absolute;
    top: 50%;
}*/

.loader-container{
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    opacity: 0.8;
    width: 140px;
    height: 170px;
    margin: -85px 0px 0px -70px;
}

.loader ul {
    height: 80px;
    left: 50%;
    margin: -70px 0 0 -40px;
    position: absolute;
    top: 50%;
    width: 80px;
    transform: rotateX(45deg) rotateZ(45deg);
    -moz-transform: rotateX(45deg) rotateZ(45deg);
    -webkit-transform: rotateX(45deg) rotateZ(45deg);

}
.loader li {
    background: #69aee2 none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    width: 100%;
}
.loader li:nth-child(1) {
    animation: 3s ease 0.5s normal none infinite running loadingUp;
    background: #298bd6 none repeat scroll 0 0;
}
.loader li:nth-child(2) {
    animation: 3s ease 1s normal none infinite running loadingUp;
    background: #298bd6 none repeat scroll 0 0;
}
.loader li:nth-child(3) {
    animation: 3s ease 1.5s normal none infinite running loadingUp;
    background: #298bd6 none repeat scroll 0 0;
}
.loader li:nth-child(4) {
    animation: 3s ease 2s normal none infinite running loadingUp;
    background: #298bd6 none repeat scroll 0 0;
}
.loader li:nth-child(5) {
    animation: 3s ease 2.5s normal none infinite running loadingUp;
    background: #298bd6 none repeat scroll 0 0;
}
.loader li:nth-child(6) {
    animation: 3s ease 3s normal none infinite running loadingUp;
    background: #298bd6 none repeat scroll 0 0;
}
.loader li:nth-child(7) {
    animation: 3s ease 3.5s normal none infinite running loadingUp;
    background: #298bd6 none repeat scroll 0 0;
}
.loader li:nth-child(8) {
    animation: 3s ease 4s normal none infinite running loadingUp;
    background: #298bd6 none repeat scroll 0 0;
}
@keyframes loadingUp {
0% {
    opacity: 1;
   transform: translate(0%, 0%);
}
95% {
    opacity: 0;
}
100% {
    opacity: 0;
    transform: translate(90%, 90%);
}
}

/****************** Tech List *****************/
.tech-list .callout-datalist li{
    overflow: hidden;
    text-overflow:ellipsis;
}
.tech-list .callout-datalist li:nth-child(1) {
    width: 8%;
}
.tech-list .callout-datalist li:nth-child(2) {
    width: 18%;
    text-align: left;
}
.tech-list .callout-datalist li:nth-child(3) {
    width: 18%;
    text-align: left;
    color: #5a6779;
}
.tech-list .callout-datalist li:nth-child(4) {
    width: 24%;
    color: #5a6779;
    font-family: ProximaNova;
    font-size: 15px;
}
.tech-list .callout-datalist li:nth-child(5) {
    width: 30%;
    color: #5a6779;
    font-size: 15px;
}
.tech-list .callout-datalist li:nth-child(6) {
    width: 30%;
    color: #5a6779;
    font-size: 15px;
}
.tech-list .callout-heading .callout-datalist li {
    font-size: 13px;
    color: rgba(22, 22, 27, 0.5);
}
.pwd-icon {
    display: inline-block;
    background: url(../images/icons/pwd-icon.svg) no-repeat;
    width: 15px;
    height: 9px;
    margin-left: 15px;
}
.pwd-sec {
    display: inline-block;
}
.pwd-btn {
    float: right;
        position:relative;
}
.edit-btn {
    width: 14px;
    /*height: 13px;*/
    background: url(../images/icons/edit-icon.png)no-repeat;
    border: none;
    float: left;
    margin-right: 8px;
}

.edit-field-btn {
    width: 14px;
    /*height: 13px;*/
    background: url(../images/icons/edit-fields.png)no-repeat;
    border: none;
    float: left;
    margin-right: 8px;
}

.delete-btn {
    width: 14px;
    height: 15px;
    background: url(../images/icons/delete-icon.png)no-repeat;
    border: none;
    float: left;
    margin-right: 10px;
}
.techlist-sort {
    display: inline-block;
    position: relative;
    top: 2px;
}
.techlist-sort i {
    display: block;
    line-height: 6px;
}
.techlist-sort i:hover {
    color: #2889d2;
}
.tech-list.callout-table > ul > li.callout-heading {
    padding-top: 32px;
}
.pwd-btn .checkbox-sty input[type="checkbox"] + label span {
    vertical-align: top;
}

/*************** Popup ************/
.tech-popup {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    overflow-y: scroll;
    display:none;
}
.tech-popup > div {
    width: 100%;
    display: table;
    height: 100%;
    position: relative;
    left: -100%;
}

.popup-inside {
    display: table-cell;
    vertical-align: middle;
}
.popup-container {
    max-width: 698px;
    margin: 20px auto;
    background: #fdfeff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.popup-head {
    width: 100%;
    float: left;
    background: #fff;
    border-bottom: 1px solid #eef1f4;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    color: #272a31;
    font-size: 25px;
    line-height: 26px;
    padding: 18px 34px;
}
.popup-content {
    width: 100%;
    display: inline-block;
    padding: 45px 45px 20px;
}
.popup-content label {
    display: block;
    color: rgba(110,117,144,0.5);
    text-transform: uppercase;
    font-size: 15px;
    font-family: ProximaNova;
    font-weight: 600;
}
.popup-txt {
    width: 100%;
    border: 2px solid #d7d9e0;
    height: 47px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin: 10px 0 20px;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 700;
}
.popup-txt:focus, .selectedTxt:focus, ul.newList li:focus {
    outline: none;
}
.popup-btn {
    width: 100%;
    display: inline-block;
    margin: 30px 0;
}
.left-btn, .right-btn {
    width: 50%;
    float: left;
    padding-right: 15px;
}
.right-btn {
    padding-left: 15px;
    padding-right: 0;
}
.pop-cancelbtn {
    width: 100%;
    border: 0;
    background: #f4f4f4;
    color: rgba(0,0,0,0.2);
    text-transform: uppercase;
    font-size: 15px;
    padding: 17px 0 15px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}
.pop-cancelbtn:hover {
    background: #edebeb;
}
.pop-savebtn {
    width: 100%;
    border: 0;
    background: #2889d2;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    padding: 17px 0 15px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}
.pop-savebtn:hover {
        background: #2889d2;
}
.menu-icon {
    width: 20px;
    float: left;
    cursor: pointer;
    display: none;
}
.menu-icon span {
    width: 100%;
    float: left;
    height: 2px;
    margin: 4px 0 3px;
    background: #fff;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}
.page-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9;
    background-color: rgba(0,0,0,0.5);
}
.menu-bar .menu2 li .notification-tab p a {
    padding: 0;
}

/******************* Presail Request *******************/
.closebtn-icon {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(../images/icons/close-icon2.png) no-repeat;
    border: none;
    text-indent: -9999px;
    margin: 28px 5px 8px 0px;
}
.presail-req {
    border-bottom: 1px solid #dfe1e3;
    padding-bottom: 35px;
}
.presail-req h1 {
    font-size: 24px;
    color: #1e1e28;
    margin-bottom: 35px;
}
.label-txt {
    font-size: 12px;
    color: #6e7590;
    display: block;
}
.presail-txt {
    display: block;
    margin: 6px 0 20px;
    width: 100%;
    border: 1px solid #d7d9e0;
    height: 44px;
    background: #f8fbfd;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 0 10px;
    font-size: 14px;
    color: #1f1f1f;
}

.filter-txt {
    display: block;
    margin: 6px 0 0px;
    width: 100%;
    border: 1px solid #d7d9e0;
    height: 25px;

    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 0 10px;
    font-size: 13px;
    color: #1f1f1f;
    outline: none;
}

.filter-dropdown{
    height: 25px;
    margin: 6px 0 0px;
    display: block;
    outline: none;
}

.filter-dropdown:focus,.filter-dropdown:hover{
    border-color: #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.presail-txt-dropdown .newListSelected {
    background-color: inherit;
    font-size: 13px;
    height: 44px;
    margin-top: 6px;
}
.presail-txt-dropdown .selectedTxt {
    padding: 0 10px;
    color: rgba(30,30,40,0.5);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    line-height: 44px;
    height: 44px;
    font-weight: normal;
    font-size: 13px;
    border: 1px solid #d7d9e0;
}
.presail-req-container h3 {
    color: #1e1e28;
    font-size: 24px;
    line-height: 28px;
    margin: 45px 0;
}
.presail-req-container-box {
    width: 100%;
    display: inline-block;
    background: #fff;
    margin-bottom: 6px;
    padding: 12px 0 15px;
}
.presail-req-sno {
    width: 3%;
    display: inline-block;

    color: #1e1e28;
    padding-top: 28px;
    vertical-align: top;
}
.presail-req-prefferedDate, .presail-req-setPoint {
    width: 21%;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}
.presail-req-closebtn {
    width: 72px;
    float: right;
    margin-top: 25px;
    display: inline-block;
}
.presail-req-container-box .presail-txt {
    margin-bottom: 0;
}
.presail-req-container-btn {
    text-align: right;
    margin-top: 20px;
}
.blue-btn {
    background: #2889d2;
    border: 0;
    font-size: 14px;
    color: #fff;
    min-width: 100px;
    height: 38px;
    text-align: center;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 0px 15px;
    line-height: 20px;
    padding: 0 20px;
}
.remove-filter-btn {
    background: transparent;
    border: 1px solid #2889d2;
    font-size: 14px;
    width: 100px;
    height: 32px;
    color: #2889d2;
    text-align: center;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 0 0 0 15px;
}
#applyFilter, #exportmdPdf, #exportPdf, #exportTimesheet, #clearFilters {
    margin: 0 2px 0 15px;
    width: 100px;
    padding: 3px;
    height: 32px;
}
.blue-btn:hover {
    /*background: #116db3; */
    color: #fff;
}
.presail-req-container .container {
    position: relative;
}
.presail-uploadbtn {
    /* right: 0; */
    height: 100px;
    background-color: rgb(247,247,250);
    width: 100px;
    float: left;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #d7d9e0;
    padding: 30px 0px;
    position: relative;
    right: 0px;
}
.presail-uploadbtn span img {
    height: 18px;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.presail-calendar {
    background: #f8fbfd url(../images/icons/calendar-icon.svg) no-repeat 95% center;
    margin-bottom: 0;
}
.upload-sec{
    float: left;
}
.icon-arrow-right {
    background: url(../images/right-arrow.png) no-repeat;
    width: 9px;
    height: 14px;
}
.icon-arrow-left {
    background: url(../images/right-arrow.png) no-repeat;
    width: 9px;
    height: 14px;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.addUser-icon {
    position: fixed;
    right: 5%;
    bottom: 10%;
    z-index: 99;
    width: 80px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: 0 10px 20px #aad4f4;
    -moz-box-shadow: 0 10px 20px #aad4f4;
    -webkit-box-shadow: 0 10px 20px #aad4f4;
    cursor: pointer;
}
.addUser-icon img {
    float: left;
}
.presail-txt2 {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 150px;
}

/*************** Callout Form ************/
.calloutForm-box {
    /* border-bottom: 1px solid #dfe1e3; */
    /* padding-bottom: 40px; */
    margin-bottom: 52px;
}
.calloutForm-box h3 {
    font-size: 24px;
    color: #1e1e28;
    line-height: 30px;
    margin-bottom: 28px;
}
.calloutForm-count {
    font-size: 17px;
    width: 45px;
    height: 45px;
    border: 1px solid #1e1e28;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    font-family: ProximaNova-Semibold;
    margin-right: 10px;
    vertical-align: middle;
}
.imgclose {
    background: #000 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    height: 16px;
    line-height: 17px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    width: 16px;
}
.calloutForm-box .temp-txt {
    top: 35px;
}
.calloutForm-check {
    font-size: 15px;
    color: #1f1f1f;
}
.calloutForm-check label {
    margin-right: 72px;
}
.calloutForm-check label input {
    margin-right: 15px;
}
.calloutForm-check label input:disabled + span {
    opacity: 0.3;
    filter: alpha(opacity=30);
}
.btn-full {
    width: 100%;
}
.grey-btn {
    background: none;
    height: 38px;
    font-size: 13px;
    line-height: 27px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 2px solid #d7d9e0;
    color: #d7d9e0;
    font-family: ProximaNova;
}
.serviceRepair-row {
    border-bottom: 1px solid #e2e5e6;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.bin-code-row {
    border-bottom: 1px solid #e2e5e6;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.editInfo-btn {
    font-size: 13px;
    font-family: ProximaNova;
    color: #fefeff;
    background: #6e7591;
    border: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 44px;
    padding: 0 20px;
    margin-top: 18px;
}
.editInfo-btn i {
    margin-left: 10px;
    font-weight: bold;
    position: relative;
    top: 2px;
}
.presail-txt:disabled {
    background: #f7f6fb;
    opacity: 1;
    filter: alpha(opacity=100);
}

.presail-txt:read-only {
    background: #f7f6fb;
    opacity: 1;
    filter: alpha(opacity=100);
}

.serviceRepair-btn .blue-btn {
    margin-top: 30px;
}
.photo-upload {
    position: relative;
    display: inline-block;
    padding-right: 100px;
    margin-top: 0px;
    padding-bottom: 20px;
    padding-top: 5px;
}
.photo-upload .presail-uploadbtn {
    /* top: 34px; */
}
.photo-upload .btn-file {
    background: none;
    border: none;
    color: #2889A9;
    padding: 0;
}
.photo-upload .upload-picimg {
    width: 100px;
    height: 100px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
    display: inline-block;
}
.upload-picimg img {
    height: 100px;
    max-width: inherit;
}
.borderNone {
    border: none;
}
.callout-formBtn {
    width: 100%;
    position: absolute;
    background: #1e1e28;
    padding: 26px 30px;
}
.seagreen-btn {
    background: #2889d2;
}
.callout-inputTxt {
    height: 44px;
    border: 1px solid rgba(255,255,255,0.3);
    width: 100%;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 0 18px;
    font-size: 13px;
/*    color: rgba(255,255,255,1);*/
}
.callout-sendBtn {
    position: absolute;
    right: 0;
    top: 0;
    display:none;
    background: #35353e;
    border: none;
    height: 44px;
    padding: 0 14px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #606067;
}
.callout-formBtn .blue-btn {
    height: 44px;
}
.callout-invoiceTotal {
    width: 100%;
    border-bottom: 1px dotted #8b8c92;
    padding: 30px 0px;
    color: #6e7590;
    font-size: 15px;
    display: inline-block;
    margin-top: 10px;
    line-height: 24px;
}
.callout-totalAmount {
    float: right;
    color: #1e1e28;
    font-size: 24px;
    font-family: ProximaNova-Semibold;
}
.paddingBottom-none {
    padding-bottom: 0;
}
.margintop30 {
    margin-top: 30px;
}
/*** custom radio btn ***/
.radio-btn input[type="radio"], .radio-btn-style2 input[type="radio"] {
    display: none;
}
.radio-btn input[type="radio"] + label {
    border: 2px solid #d7d9e0;
    width: 100%;
    color: rgba(110,117,144,0.3);
    font-size: 18px;
    background: none;
    font-family: ProximaNova-Semibold;
    height: 44px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.radio-btn input[type="radio"]:checked + label {
    border: 2px solid #2889d2;
    color: #fff;
    font-size: 18px;
    background: #2889d2;
}
.radio-btn-style2 input[type="radio"] + label {
    border: 2px solid #d7d9e0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 100%;
    height: 80px;
    color: rgba(110,117,144,0.3);
    font-size: 18px;
    font-family: ProximaNova-Bold;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    position: relative;
}
.radio-btn-style2 label span.stautsIcon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #ced3dc;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    text-align: center;
    line-height: 55px;
}
.radio-btn-style2 input[type="radio"]:checked + label {
    border-color: #2889d2;
    background: #fff;
}
.radio-btn-style2 input[type="radio"]:checked + label.completed-st {
    color: #5acb67;
}
.radio-btn-style2 input[type="radio"]:checked + label.completed-st span.stautsIcon {
    background: #5acb67;
}
.radio-btn-style2 input[type="radio"]:checked + label.pending-st {
    color: #f3b154;
}
.radio-btn-style2 input[type="radio"]:checked + label.pending-st span.stautsIcon {
    background: #f3b154;
}
.radio-btn-style2 input[type="radio"]:checked + label.warranty-st {
    color: #1cb3c1;
}
.radio-btn-style2 input[type="radio"]:checked + label.warranty-st span.stautsIcon {
    background: #1cb3c1;
}
.radio-btn-style2 input[type="radio"]:checked + label.quote-st {
    color: #2889d2;
}
.radio-btn-style2 input[type="radio"]:checked + label.quote-st span.stautsIcon {
    background: #2889d2;
}
.radio-btn-style2 input[type="radio"]:checked + label.putback-st {
    color: #e54747;
}
.radio-btn-style2 input[type="radio"]:checked + label.putback-st span.stautsIcon {
    background: #e54747;
}

.container-stautsIcon {
    position: absolute;
    width: 29px;
    height: 29px;
    right: -8px;
    top: -8px;
    background: url(../images/container-stauts-icon.png) no-repeat;
    display: none;
}
.radio-btn-style2 input[type="radio"]:checked + label .container-stautsIcon {
    display: block;
}
/*** custom radio btn ***/
.arrival-time {
    width: 28%;
    display: inline-block;
    margin-right: 30px;
}
.arrival-time .presail-txt-dropdown {
    width: 43%;
    display: inline-block;
    vertical-align: middle;
}
.arrival-time-sep {
    width: 10%;
    color: #6e7590;
    font-size: 13px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin-top: -15px;
}
.date-repair {
    width: 100%;
    margin-right: 0;
}
.date-repair .presail-txt-dropdown {
    width: 30%;
}
.date-repair .presail-txt-dropdown:nth-child(3) {
    margin: 0 4%;
}
.section-hours {
    width: 30%;
    display: inline-block;
}
.section-hours:nth-child(2) {
    margin: 0 4%;
}
.section-totalHours {
    margin-top: 22px;
}

/******** Callout Request ********/
.calloutRequets-btn p {
    font-size: 13px;
    color: rgba(90,103,121,0.5);
    margin-top: 5px;
}
.customerSpecific-fourfields {
    margin-top: 20px;
}
.callout-checkbox-xtra-fields {
    margin-top: 15px;
}
.temp-txt>sup{
    font-size: 80%;
}
span.stautsIcon.mnrIcon>img{
    margin-top: 15px;
}
span.stautsIcon.mnravailableIcon>img{
    margin-top: 20px;
}
.chill-show{
display: none;
}

/******** TimeSheet ********/
.timesheet-bg {
    width: 100%;
    float: left;
    background: rgb(207,207,207);
    border-top: 1px solid rgba(90,103,121,0.2);
    height: 85px;
}
.timesheet-sub-heading {
    display: table;
    width: 100%;
    text-align: center;
    border-right: 1px solid rgba(90,103,121,0.2);
}
.reports-subheading {
    margin-top: -1px;
}
.timesheet-btn {
    float: right;
    margin-top: 20px;
}
.timesheet-container {
    margin-top: -175px;
    /* border-right: 1px solid rgba(90,103,121,0.2); */
    float: left;
    /* border-bottom: 1px solid rgba(90,103,121,0.2); */
    width: 100%;
    /* border-left: 17px solid rgba(90,103,121,0.2); */
}
.timesheet-container > ul > li > ul > li {
    float: left;
    padding: 0px;
    width: 12%;
    border-right: 1px solid rgba(90,103,121,0.2);
    color: #8f8f8f;
    text-transform: uppercase;
    font-size: 13px;
    border-top: 1px solid rgba(90,103,121,0.2);
    padding-left: 15px;
}
/*.datepickTO.datepick {
    margin: 0 10px;
}*/
/*.label-txt.dateTo {
    margin-left: 10px !important;
}*/
.timesheet-container > ul > li > ul > li > span {
    width: 100%;
    float: left;
    padding-top: 5px;
    /*color: #ffffff;*/
    opacity: 0.8;
    text-transform: none;
}
.timesheet-container > ul > .timesheet-sub-heading > ul > li {
    padding: 46px 0px;
    color: #000;
    height: 60px;
    vertical-align: middle;
}
.right-timesheetdata>li {
    float: left;
    padding: 21.5px 0px;
    width: 12.75%;
    font-size: 12px;
    display: inline-block;
    border-right: 1px solid rgba(90,103,121,0.2);
    font-family: ProximaNova-semibold;
    color: rgba(90,103,121,0.5);
    border-top: 1px solid rgba(90,103,121,0.2);
}
.center-data {
    padding: 10px;
    font-family: ProximaNova-Semibold;
    font-size: 15px;
    text-transform: uppercase;
    border-top: 1px solid rgba(90,103,121,0.5);
}
.sub-datalist>li {padding: 39.5px 0px;}
.sub-datalist {
    /* padding-top: 4px; */
}
.timesheet-sub-heading>ul {
}
.right-timesheetdata>li:last-child {
    border-right: none;
    width: 13%;
}
.right-timesheetdata sub-datalist>li:last-child{
    border-right: none;
}
.timesheet-container>ul>.timesheet-sub-heading>ul>li:last-child {
    border-right: none;
    text-transform: none;
}
.second-heading-list>ul>li{
    font-family: ProximaNova-Semibold;
    font-size: 13px;
}
.heading-list>ul>li:nth-child(1){
        font-size: 13px;
}
.heading-list>ul>li:nth-child(2){
        font-family: ProximaNova-Semibold;
        font-size: 13px;
}
.data-report-list-st > ul > li:first-child {
    font-family: ProximaNova-Semibold;
    font-size: 13px;
}
/*.data-report-list-st>ul>li:first-child{
        font-family: ProximaNova-Bold;
        font-size: 17px;
}*/
.presailcheckApprove{
    float: left;
}
.presailLabel{
    display: inline-block;
    margin-top: 6px;
}
/*  STATUS REPORTS */

.report-lastlist>li {
    display: table;
    vertical-align: middle;
    border-top: 1px solid rgba(90,103,121,0.5);
    padding: 36px 56px 0px 20px;
    font-size: 13px;
    font-weight: 700;
}
.reports-heading > ul > li > ul > li {
    width: 12%;
    vertical-align: middle;
}
.report-lastlist>li:last-child {
    width: 40%;
}
.reports-subheading > ul > li > span {
    margin-top: -22px;
}
.reports-subheading > ul > li {
    height: 88px;
}
.timesheet-sub-heading > ul > li:last-child {
    width: 40%;
}
.machine-damage-list > ul > li:last-child{
    width: 16%;
}
.bold-style-list>ul>li{
    font-family: ProximaNova-Semibold;
}
/*.bold-style-list > ul > li {
    padding: 47px 0px !important;
}*/
/* STATUS REPORTS END */

.calloutList li ul li:nth-child(8) {
    width: 10% !important;
}
#add-more {
    margin: 23px 0px;
}
.notificationCount {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    top: 22px;
    left:22px;
    background-color: red;
    color: #fff;
    text-align: center;
    right: 8px;
    z-index: 99999;
    font-size: 10px;
    vertical-align: middle;
}
.notificationCount span{
    position: relative;
    top: -2px;
}
/***************** Responsive Css **************/
@media (max-width: 1489px){
    .menu-bar li a {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 1439px){
    .container {
        width: 94%;
    }
    .top-bar-inner {
        padding: 0 20px;
    }
    .search-bar {
        padding-left: 20px;
        width: 16%;
    }
    .menu-bar li a {
        padding-left: 11px;
        padding-right: 11px;
    }
    .dashboard-col > li {
        font-size: 13px;
    }
    .dashboard-col > li:first-child {
        font-size: 13px;
    }
    .dashboard-content h3 {
        font-size: 24px;
    }
    .callout-list .callout-datalist li{
        overflow: hidden;
        text-overflow: ellipsis;
    }
        .callout-list .callout-datalist li:nth-child(7) {
            width: 16%;
        }
}
@media (max-width: 1299px){
    .menu-bar li a {
    padding-left: 15px;
    padding-right: 15px;
    }
}
@media (max-width: 1199px){
    .top-bar-inner {
        padding: 0 10px;
    }
    .notificationCount {
        top:15px;
        left: 30px;
    }
    .calloutList li ul li:nth-child(3) {
    width: 13% !important;
}
    .presailFormRow {
    position: absolute;
    top: 575px;
    bottom: inherit;
}

    .callout-head {
    height: 100px;
}
.fright-textarea-send-btn{
    margin: -30px 4px !important;
}
.mainPhotoBlock{
    width: 100%;
}
.photosBlockCont{
    width: 100%;
}
.dashBoardCont{
    margin-top: 30px;
}
    /*.newListSelected {
    background-position: 72px 12px;
}*/
    .timesheet-style {
        margin-top: -82px;
    }
    .right-timesheetdata>li{
            padding: 24.5px 0px;
    }
    .blue-btn, .remove-filter-btn {
    font-size: 12px;
    margin: 28px 10px;
    width: 90px;
    height: 30px;
    }
    #exportmdPdf, #exportPdf {
    margin-top: 27px;
    }
    #applyFilter {
    margin-top: 27px;
    }
    .datepick {
    padding: 6.5px 10px !important;
    width: 100%;
    height: 27px;
    }
    .search-bar {
        padding-left: 15px;
        width: 25%;
        margin: 30px 0 0 20px;
    }
    .search-txt {
        font-size: 13px;
        padding-left: 25px;
    }
    .menu-bar li {
        font-size: 11.5px;
    }
    .dashboard-col > li {
        font-size: 11px;
        padding-right: 5px;
        line-height: 18px;
    }
    .dashboard-col > li:first-child {
        font-size: 12px;
    }
    .status {
        font-size: 10px;
    }
    .notification-tab h4, .setting-tab h4 {
        font-size: 18px;
    }
    .notification-content li {
        font-size: 14px;
    }
    .dashboard-content h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .callout-datalist li:nth-child(6) {
        width: 23%;
    }
    .callout-table > ul > li.callout-heading li {
        font-size: 12px;
        margin-right: -3px;
    }
    .callout-datalist li:nth-child(2) {
        width: 15%;
    }
    .callout-datalist li:nth-child(5) {
        width: 16%;
    }
    .menu-bar li a {
        padding: 15px 11px;
    }
    .submenu, .notification-tab, .setting-tab {
        top: 80px;
    }
    .mainmenu {
        background: #1f1f1f none repeat scroll 0 0;
        height: 100%;
        left: -270px;
        position: fixed;
        top: 0;
        width: 270px;
        z-index: 99;
    }
    .menu-bar .mainmenu li {
        font-size: 14px;
        width: 100%;
    }
    .menu-bar .mainmenu li a {
        padding: 10px 20px;
        width: 100%;
    }
    .menu-bar .mainmenu li a i.fa-caret-down {
        float: right;
        margin-top: 5px;
    }
    .submenu{
        position: relative;
        top: 0;
        width: 100%;
        overflow-y: scroll;
        opacity: 1;
        visibility: visible;
        display: none;
        transition-duration: inherit;
        -moz-transition-duration: inherit;
        -webkit-transition-duration: inherit;
    }
    .submenu li {
        border-bottom: none;
    }
    .submenu li a {
        background: #000 none repeat scroll 0 0;
    }
    .submenu li a:hover {
        background: #439cd6;
    }
    .inside-top-logo {
        margin: 14px 0px 2px 0px;
    }
    .menu-icon {
        margin: 25px 25px 0px 20px;
        display: block;
    }
    body {
        position: relative;
        overflow-x: hidden;
    }
    .menu-icon.open span:nth-child(2) {
        display: none;
    }
    .menu-icon.open span:nth-child(1) {
        transform: rotate(50deg);
        -moz-transform: rotate(50deg);
        -webkit-transform: rotate(50deg);
        position: relative;
        top: 9px;
    }
    .menu-icon.open span:nth-child(3) {
        transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -webkit-transform: rotate(130deg);
    }
    .menu-bar li:hover a i.fa-caret-down {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    .menu-bar li.menuopen a i.fa-caret-down {
        transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }
    .menu-bar .menu2 li a {
        padding: 27px 20px;
    }
    .mainmenu .menu-icon {
        float: right;
        margin: 0px 0px 0;
    }
    .mainmenu > li.menu-first {
        padding: 30px 10px 2px;
    }
    .mainmenu > li.menu-first img {
        width: 70px;
        display: none;
    }
    .presail-req-prefferedDate, .presail-req-setPoint {
        width: 20%;
    }
    /*.timesheet-container > ul > li > ul > li{
        padding: 24px 0px;
    }*/
    .timesheet-sub-heading {
    font-size: 11px;
    margin-top: -7.5px;
    }
    .timesheet-container > ul > li > ul > li {
        font-size: 11px;
        padding-top: 18px;
    }
    .timesheet-sub-heading > ul > li {
    padding: 51px 0px;
    }
    .timesheet-sub-heading > ul {
    margin-top: 0px;
}
    .sub-datalist > li {
    padding: 40px 0px;
    }
    .data-report-list-st > ul > li:first-child{
            font-size: 13px;
        }
    .bold-style-list{
/*        margin-top: -3px;
*/    }
.timesheet-container > ul > li > ul > li > .presail-txt-dropdown .newListSelected{
    margin-left: -6px;
}
    .bold-style-list>ul>li{
        padding: 49 0px;
    }
    .heading-list > ul > li:nth-child(2) {
    font-family: ProximaNova-Bold;
    font-size: 13px;
    }
    .timesheet-container {
    margin-top: -198px;
    }
    .timesheet-container > ul > .timesheet-sub-heading > ul > li{
        padding: 49px 2px;
    }
    .callout-datalist li{
        margin-right: 1px;
    }
    .photosBlock {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
    }
    .photosBlock label{
        font-size: 18px;
    }
    /*label.label-txt.dateTo, .datepickTO.datepick{
        margin-left: 4px !important;
    }*/
    .report-selectDropdown + .newListSelected{
        background-position: 78px 12px;
    }
    .calloutForm-check label {
    margin-right: 42px;
    }
    .calloutForm-check label {
    margin-right: 36px;
    }
    .ediButton {
    width: 80px;
    margin: 0px;
}
.mnrList li ul li:nth-child(3) {
    width: 13% !important;
}
.callout-presails .callout-datalist li:nth-child(5) {
    width: 13.8% !important;
    }
}
@media (max-width: 1023px){
    .menu-bar li {
        font-size: 11px;
    }
}
@media (max-width: 991px){
    .callout-presails .callout-datalist li:nth-child(7) {
        width: 22%;
    }
    .emailField{
            font-size: 11px !important;
            word-break: break-all;
        }
    .ltsubmenu{
    top:-5px !important;
        }
    .radio-btn-style2 input[type="radio"] + label{
        margin: 10px 0px;
    }
                .callout-head {
                height: 98px;
            }
    .timesheet-container {
    margin-top: -196px;
}
    .timesheet-style {
    margin-top: -90px !important;
}
    .right-timesheetdata>li{
            padding: 25px 0px;
    }
    .blue-btn, .remove-filter-btn{
        font-size: 12px;
        margin: 30px 6px;
        width: 90px;
        height: 30px;
    }
    .datepick {
    padding: 8px 2px !important;
    }
    .callout-datalist li{
        margin-right: 0px;
    }
    .submenu li a {
        padding: 8px 10px;
    }
    .callout-presails .callout-datalist, .callout-presails .callout-datalist li {
        font-size: 13px;
    }
    .tech-list .callout-datalist li:nth-child(5) {
        width: 29%;
    }
    .arrival-time {
        width: 45%;
    }
    .date-repair {
        width: 100%;
    }
    .section-totalHours {
        margin-top: 0;
    }
    .calloutForm-box {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .callout-invoiceTotal {
        padding: 20px 0;
    }
    .presail-req-sno {
        width: 4%;
        font-size: 20px;
    }
        .callout-list .callout-datalist li:nth-child(1) {
            width: 6%;
        }
        .callout-datalist li:nth-child(3), .callout-datalist li:nth-child(6) {
            font-size: 11px;
        }
        .timesheet-container{
            font-size: 11px;
        }
        .timesheet-sub-heading > ul {
            margin-top: 0px;
        }
       .timesheet-container > ul > li > ul > li {
       padding: 25px 5px;
        }
        .timesheet-container > ul > .timesheet-sub-heading > ul > li {
            padding: 48px 0px;
        }
        .submenu, .notification-tab, .setting-tab {
            top: 80px;
  }
        .heading-list > ul > li:nth-child(2) {
        font-family: ProximaNova-Bold;
        font-size: 13px;
        }
        .center-data{
            font-size: 12px;
        }
        .sub-datalist > li {
            padding: 45px 0px;
        }
        .data-report-list-st > ul > li:first-child{
            font-size: 12px;
        }
        .sub-datalist > li {
            padding: 42px 0px;
        }
        .reports-subheading > ul > li > span {
            margin-top: -34px;
        }
        .timesheet-container > ul > li > ul > li {
            font-size: 9px;
        }
        .data-report-list-st > ul > li:first-child{
            font-size: 11px;
        }
}
@media (max-width: 767px){
    .login-page {
        margin: 45px auto;
    }
    .txt-field {
        margin-bottom: 10px;
    }
    .login-login {
        margin-bottom: 30px;
    }
    .close-icon {
        right: 15px;
    }
    .top-bar {
        padding: 10px 0;
    }
    body {
        min-width: 768px;
        overflow-x: inherit;
    }
}
@media (max-width: 479px){
    .login-page {
        width: 90%;
    }
}


.timesheet-container > ul > li > ul > li > .newListSelected {
        margin: 10px 0 20px;
}
.timesheet-container > ul > li > ul > li >.presail-txt-dropdown>.newListSelected{border-radius: 2px;}
.timesheet-container > ul > li > ul > li > .label-txt {
    margin-top: 12px;
    line-height: 24px;
    font-size: 12px;
    margin-left: -13px;
}
.timesheet-container > ul > li > ul > li > .presail-txt-dropdown .newListSelected{
    font-size: 10px;
    height: 27px;
    background-color: #ffffff;
    margin-top: 1px;
    margin-left: -15px;
}
.timesheet-container > ul > li > ul > li > .presail-txt-dropdown .selectedTxt {
    padding: 0px 30px 0 5px;
    line-height: 25px;
    height: 28px;
    font-size: 11px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.timesheet-container > ul > li > ul > .blacklistview{
    border:none;
    /* border-left: none; */
}

.timesheet-column>li:last-child {
    width: 6%;
    font-size: 16px;
    font-weight: 700;
}
.timesheet-column>li:first-child {
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    border-left: 1px solid rgba(90,103,121,0.2);
    width:10%;
    }
 .timesheet-column>li {
    /* border-bottom: 1px solid rgba(90,103,121,0.2); */
    width: 6%;
    padding: 46px 0px;
    height: 85px;
}
/*<<<<<<< HEAD
.date-datepick{
    margin: 0px -10px 20px;
    height: 20px;
}

.presail-req-box {
    position: absolute;
    overflow: hidden;
    bottom: -60px;
=======*/
.datepick {
    padding: 5.5px 10px;
    background: #FFFFFF url(../images/icons/calendar-icon.svg) no-repeat 95% center;
    border-radius: 2px;
    border: 1px solid #ffffff;
    margin: 1px -14px;
    width: 100%;
    background-size: 15px;
}
.timesheet-style{
    margin-top: -94px;
}
.filter-part2{
    display: none;
    margin-top: -95px;
}



.right-timesheetdata>li:last-child {
    /* border-right: 1px solid rgba(90,103,121,0.5); */
}
.timesheet-sub-heading:last-child {
    border-bottom: 1px solid rgba(90,103,121,0.2);
}
.timesheet-container > ul > .timesheet-sub-heading > ul > li:first-child {
    border-left: 1px solid rgba(90,103,121,0.2);
}
  #inputfileManual{
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: transparent none repeat scroll 0% 0%;
    opacity: 0;
    cursor: pointer;
}
.new-upload-file-btn{
    border: none;
}
.search-bar-icon {
    top: 10px !important;
}
#btnSaveGroup {
    margin: -3px 10px;
}
.pdfBlock {
    font-size: 12px !important;
    margin: -18px -11px;
}
.new-upload-file-btn {
    height: inherit;
    background: inherit;
    float: right;
    margin-top: -136px;
}
.borderNone{
    border: none;
}
.menu-bar li > a {
    color: #ddd;
}
/*.new-upload-file-btn span {*/
/*    height: inherit;*/
/*}*/
/*.new-upload-file-btn span img {*/
/*    height: inherit;*/
/*}*/
.new-upload-file-btn span:hover, .new-upload-file-btn span:active{
    background-color: #2889d2;
}
.reports-subheading .toolT {
    margin-top: 0px;
    padding-top: 0px;
    color: #000;
}

.manualUploadBtn {
    display: inline-block;
    float: left;
    width: 100%;
    margin: 136px 0px 0px -205px;
}
.presailFormRow{

}
.demoTest > input {
    position: relative;
    top: 1px;
}
.brdr-btm {
    height: 10px;
    width: 100%;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    margin: 10px 0px;
}
.tooltip-inner {
    background-color: #2889d2;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #2889d2;
}


.callout-row .callout-datalist li:nth-child(-n+7){
    cursor: pointer;
}

.ct-row {
    background: #e4e9ed;
}

.input-select {
    width: 100%;
    border: 1px solid #d7d9e0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #000;
    height: 44px;
    position: absolute;
    top: 6px;
    padding-left: 5px;
    font-size: 14px;
    background: #f8fbfd;
}

.input-select:disabled {
    background: #f7f6fb;
    opacity: 1;
}
option {
    text-transform: uppercase;
}


