
#full-calendarid {
    max-width: 630px;
    margin: 0 auto;
    background: #fff;
    padding: 22px 0 26px;
    -webkit-box-shadow: -1px 2px 16px 6px #ddd;
    box-shadow: -1px 2px 16px 6px #ddd;
    border-radius: 10px;
    padding-top: 0
}
#full-calendarid .fc-header-toolbar {
    -webkit-box-shadow: 0 7px 20px 0 #ddd;
    box-shadow: 0 7px 20px 0 #ddd;
    padding: 0 28px 15px;
    margin-bottom: 25px;
    padding-top: 15px;
}
.fc-header-toolbar h2 {
    color: #ea3d1b;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0 !important
}
.fc-header-toolbar h2:after{ content: none !important}

#full-calendarid .fc-view-container {
    padding: 0 28px;
}



.warning-popup h1 {
    font-weight: 700;
    font-size: 28px;
    color: #ec1c24;
}


.get-started-right.wizard-student-add {
    display: inline-block;
    float: none;
    width: auto;
    vertical-align: top;
}

.get-started-right.wizard-student-add a {
    background-color: #fafbfd;
    border: none;
    height: 28px;
    font-size: 14px;
    font-size: 1.4rem;
    padding-top: 4px;
    font-weight: 500;
    padding: 0 15px;
    line-height: 28px;
    color: #161616;
    border-radius: 25px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(195, 195, 195, 0.75);
    box-shadow: 0px 1px 5px 0px rgba(195, 195, 195, 0.75);
    font-weight: 500;
    display: inline-block;
    text-decoration: none;


}

.get-started-right.wizard-student-add a:hover {
    -webkit-box-shadow: 0px 1px 5px 0px #e83e1b;
    box-shadow: 0px 1px 5px 0px #e83e1b;
}

.get-started-right.wizard-student-add .get-started-btn:after {
    top: 15px;
}

.fc-event {
    border: 0px;
    background-color: transparent;
    text-align: center;
}

.menue-running .fc-title,
.fc-content-skeleton .fc-day-top.menue-running .fc-day-number,
.menue-off .fc-title,
.fc-content-skeleton .fc-day-top.menue-off .fc-day-number {
    width: 40px;
    height: 40px;
    display: block;
    vertical-align: middle;
    border-radius: 5px;
    line-height: 40px;
    font-size: 18px;
    cursor: pointer;
    background: #478b42;
    color: #fff;
    text-align: center;
    float: none;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}



.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: transparent;
    border-left-color: #ddd !important;
    border-right-color: #ddd !important;
    border-bottom-color: transparent !important;
    /*border-top-color: transparent !important;*/
}

.fc-view>table td.fc-widget-content {
    border-bottom: 1px solid #ddd !important;
    /*border-top:  1px solid #ddd !important;*/
}

.fc-scroller.fc-day-grid-container {
    height: auto !important;
}

.fc-widget-header {
    border-top-color: #ddd !important;
}

.fc-unthemed td.fc-today {
    background: transparent;
}

.calender-wizard {
    max-width: 630px;
    margin: 30px auto 0 auto;
    background: #fff;
    padding: 22px 0px 26px 0px;
    box-shadow: -1px 2px 16px 6px #ddd;
    border-radius: 10px;
}

.calender-wizard .fc-header-toolbar {
    padding: 0px 28px 0px 28px;
    -webkit-box-shadow: 0px 7px 20px 0px #ddd;
    box-shadow: 0px 7px 20px 0px #ddd;
    padding-bottom: 15px;
    margin-bottom: 33px;
}

.calender-wizard .fc-view-container {
    padding: 0px 28px 0px 28px;
}

.menue-week {
    color: #b5b5b5;
    float: right;
    font-size: 19px;
    font-weight: 700;
    padding-top: 5px;
}

.calender-wizard .fc-day-grid .fc-row:last-child {
    display: none;
}

.fc-day-number {
    /*color: transparent;*/
}

.fc-header-toolbar h2 {
    color: #ea3d1b;
    font-size: 24px;
    font-weight: 600;
}

.fc-highlight {
    background: #b8c7ce;
    opacity: .3;
}

.skip-wizard-link.back-prev a:after {
    right: auto;
    left: 0px;
    transform: rotate(180deg);
}

.skip-wizard-link.back-prev {
    margin-left: 40px;
    margin-right: 0px;
}

.skip-wizard-link.back-prev a {
    padding-right: 0px;
    padding-left: 28px;
}

.fc-day {
    cursor: pointer;
}

.wizard-add-form .form-group select.form-control {
    line-height: 10px;
}

.forgot-password-email .fa-pencil:before {
    margin-left: 10px;
}

.forgot-password-email {
    padding-bottom: 15px;
}

.forgot-password-link.reset-otp {
    margin-bottom: 0px;
}

.get-started-right.wizard-student-add a {
    font-weight: bold;
    padding: 5px 20px;
    border: transparent 1px solid;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 600;
    padding: 6px 20px;
    height: 34px;
}

.get-started-right.wizard-student-add a:hover {
    border: #e83e1b 1px solid;
    color: #e83e1b;
    background-color: transparent;
}

.fc-event {
    /*pointer-events: none;*/
}

.fc-day-header.fc-widget-header {
    padding: 56px 0px 20px 0px;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
}

.fc-day-header.fc-widget-header:before {
    content: "\f00d";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #e83e1b;
    top: 22px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    font-size: 16px;
}

.fc-day-header.fc-widget-header.week-on:before {
    color: #000;
}

.fc-highlight,
.fc-unthemed .fc-disabled-day {
    background: transparent;
    opacity: 1;
}

.fc-icon-right-single-arrow:after {
    content: "\f0da";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-size: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.fc-icon-left-single-arrow:after {
    content: "\f0d9";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-size: 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.fc-button-group .fc-icon {
    line-height: 30px;
    height: 30px;
}

.fc-button-group .fc-state-default:focus {
    outline: 0px;
}

.fc-button-group .fc-state-default:hover .fc-icon-right-single-arrow:after,
.fc-button-group .fc-state-default:hover .fc-icon-left-single-arrow:after {
    color: #478b42;
}

.fc-button-group .fc-state-default {
    border: 0px solid;
    background: transparent !important;
    box-shadow: none;
}

.calender-wizard footer {}

.cal-footer-bottom ul {
    display: block;
    padding: 0px;
    text-align: center;
    margin-top: 35px;
}

.cal-footer-bottom li {
    display: inline-block;
    padding: 0px 29px;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    position: relative;
}

.cal-footer-bottom li span {
    width: 15px;
    height: 15px;
    display: block;
    background: #478b42;
    position: absolute;
    left: 0px;
    top: 3px;
    bottom: 0px;
    border-radius: 3px;
}

.cal-footer-bottom li.menue-off span {
    background: #e83e1b;
}

.wizard-add-form .form-group select.form-control {
    line-height: 15px;
}

.calender-wizard .apisuccess,
.calender-wizard .apierror {
    margin: 0px 27px 16px 27px;
    text-transform: capitalize;
}

.registration-page,
.registration-success-page {
    z-index: 2;
}

/* .fc-day-header.fc-widget-header:before{ display: none} */
.fc-widget-header table .fc-day-header span a{ content: "\f00d";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #e83e1b;
    top: 22px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    font-size: 16px;
    text-indent: -99999px;}
.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number{ float:none !important;}
.fc-day-top span{
    width: 40px;
    height: 40px;
    display: block;
    vertical-align: middle;
    border-radius: 5px;
    line-height: 40px;
    font-size: 18px;
    cursor: pointer;
    background: #478b42;
    color: #fff;
    text-align: center;
    float: none;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
.fc-day-top.fc-past span{
    background: #d6d6d6;
}
.fc-day-top.fc-future span{background: #478b42;}
.fc-day-top.fc-today{ border-style: none !important;}
.fc-day-top.fc-today span{    background: #478b41;}

.fc-day-top.schoolholiday-today span{    background: #e83e1b;}
.fc-day-top.kitchenholiday-today span{    background: #bd3013;}

.fc-view>table td.fc-widget-content{ border: none;}

.calendar table td, .calendar table th{border: #ccc 1px solid;
    padding: 0px 1px;}
.fc-view>table td.fc-widget-content{ border-left:#ccc 1px solid !important; border-right: #ccc 1px solid !important;}
.fc-button-group .fc-button{     padding: 0.4em 0.65em;}
.fc-button-group .fc-icon{
    line-height: 21px !important;
    height: 21px !important;
}
.express-oreder-menunw label{    display: inline-block;
    font-weight: normal;
    vertical-align: middle;
    width: 72%;
    margin-right: 10px;}
.express-oreder-menunw .sr-only{ position: static;     display: inline-block;
    vertical-align: middle;    width: 45px; height: auto; padding: 2px 4px; margin: 0;border: #ccc 1px solid;}

.express-oreder-menunw .sr-only[type=number]::-webkit-inner-spin-button,.express-oreder-menunw .sr-only[type=number]::-webkit-outer-spin-button{
    -webkit-appearance: none; 
  margin: 0; 
}
.calender-page-front #full-calendarid{ margin: 40px auto}
#preloader{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 999;
}
#preloader img{max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;}



.loader-icon{background: url(../img/loader.svg);
    display: inline-block;
    width: 160px;
    height: 160px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0px auto;

}

.express-menu-chk-blk .check-field input[type=number]::-webkit-inner-spin-button,.express-menu-chk-blk .check-field input[type=number]::-webkit-outer-spin-button{
    -webkit-appearance: none; 
  margin: 0; 
}

.ui-dialog.success_dialog .ui-dialog-buttonpane,
.success_dialog.ui-widget.ui-widget-content { border: none; text-align: center; background: transparent; }

.success_dialog .ui-widget-header{ background: transparent; border: none; }
.ui-widget-overlay {
    background-color: hsla(0,0%,96.1%,.8)!important;
    opacity: 1 !important;
}
.ui-dialog.success_dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: none }
.success_dialog .ui-widget-header .ui-button { display: none; }

.success_dialog .ui-dialog-title {
    font-weight: 700;
    font-size: 28px;
    color: #ec1c24;
    padding: 20px 0 10px;
    margin: 0 auto;
    font-family: Quicksand,sans-serif;
}
.ui-dialog.success_dialog .ui-dialog-content{
padding: 0px 0 10px;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color: #383838;
    margin: 0 auto;
    font-family: Quicksand,sans-serif;
}
.success_dialog .ui-dialog-buttonset .ui-button {
    border-radius: 21px;
    color: #fff;
    display: inline-block;
    line-height: 16px;
    font-weight: 400;
    height: 31px;
    margin-top: 0px;
    background: #8ac543;
    border: 1px solid rgba(0,0,0,0);
    margin-right: 11px;
    min-width: 120px;
    font-weight: 400;
}
.success_dialog .ui-dialog-buttonset .ui-button:focus{ outline: none }
.success_dialog .ui-dialog-buttonset .ui-button:last-child {
    border: 1px solid rgba(0,0,0,0);
    background-color: #e83e1b;
}

.success_dialog .ui-dialog-buttonset .ui-button:first-child:hover {
    border: 1px solid #8ac543;
    color: #8ac543;
    background-color: rgba(0,0,0,0);
}
.success_dialog .ui-dialog-buttonset .ui-button:hover{
    border: 1px solid #e83e1b;
    color: #e83e1b;
    background-color: rgba(0,0,0,0);
}

.full-page>header>.header-nav{width: 50%;
    margin: 0px auto;
    float: none;}

.full-page>header>.navbar-right{position: absolute;
    right: 8px;
    top: 0px; width:auto}
.stock-usage-page.margin-top-less{ margin-top: 0}
.dashboard-page.padding-top-less{ padding-top: 0}
.pretty-cash-page.width-630{width: 630px;}
.dashboard-page.dashboard-page-nw{ padding-top: 0}
.dashboard-page.dashboard-page-nw h2{ text-align: left}
.dashboard-page.dashboard-page-nw .row.dashboard-part{ margin-top: 40px;}
.stock-usage-page{ margin-top: 40px;}
.dashboard-page.reports-page .row{margin-top: 40px;}













.express-order-wrap {
    padding-bottom: 110px;
    min-height: 500px;
}
.express-order .day-container {
    width: 20%;
    height: 100%;
    border: 1px solid #fff;
    border-bottom: none;
    float: left;
    position: relative;
}
.express-order .exp-ord-header .dropdown_menu {
    position: relative;
    width: 100%;
    height: 55px;
    background: #d6d6d6;
    border: none;
    cursor: pointer;
}
.down-small-arrow {
    position: absolute;
    margin-top: 5px;
    right: 0;
    height: 50px;
    width: 50px;
    background: url(../img/arrows.png) center 0 no-repeat;
    cursor: pointer;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
.express-order .exp-ord-header .dropdown_menu .icon {
    display: table;
    height: 30px;
    width: 31px;
    margin: 0px auto;
    padding-top:12px;
    opacity: 1;
    background: url(../img/week-days-small.png) no-repeat;
    position: relative;
    top:12px;
}
.express-order .exp-ord-header .dropdown_menu .icon.mon {
    background-position: 0 0;
}
.express-order .day-dropdown {
    width: calc(20% - 3px);
    height: 55px;
    position: absolute;
    right: 0;
    width: 100%;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.express-order .day-dropdown-selection {
    position: relative;
    height: 50px;
    margin-top: -3px;
    line-height: 50px;
    font-size: 12px;
    text-align: center;
    color: #000;
    cursor: pointer;
    background: white;
    z-index: 10;
}
.express-order .day-dropdown-selection.active {
    background-color: #e3e3e3;
}
.express-order .title-wrapper h3 {
    margin-top: 16px;
    font-size: 18px;
    color: #383838;
    margin-left: 14px;
    margin-bottom: 5px;
    padding: 0px;
}
.express-order .image-container {
    margin-bottom: 10px;
    margin-left: 14px;
}
.express-order .image-container .hoz_line {
    width: 40%;
    height: 1px;
    margin-right: 5px;
    position: relative;
}
.hoz_line:after, .hoz_line:before {
    display: block;
    content: "";
    position: absolute;
    background-image: url(../img/dot.png);
    background-position: 50%;
    height: 15px;
    background-repeat: repeat-x;
    top: 0;
    bottom: 0;
    margin: 0 auto;
}
.hoz_line:before {
    width: 45%;
    left: 2%;
}
.express-order .image-container .hoz_line:after {
    right: -20%;
}
.express-order .image-container .title-icon {
    width: 20px;
    height: 15px;
    margin-left: 52%;
    background: url(../img/backslash-green.png) center center no-repeat;
}
.express-order .product-name {
    cursor: pointer;
    padding: 5px 0 0 15px;
    font-weight: 700;
    font-size: 13px;
    color: #6c6c6c;
    width: 100%;
}
.express-order .product-container .product-name {
    position: relative;
}
.express-oreder-menunw label {
    display: inline-block;
    font-weight: normal;
    vertical-align: middle;
    width: 72%;
    margin-right: 10px;
}
.express-oreder-menunw .sr-only {
    position: static;
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: auto;
    padding: 2px 4px;
    margin: 0;
    /* border: #ccc 1px solid; */
}
.hoz_line:after {
    width: 46%;
    right: 3%;
}
.express-order .order-buttons-container {
text-align: center

}
.express-order .order-button-save {
    background-color: #e83e1b;
    border-radius: 45px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 5px 25px;
    border: 1px solid transparent;
    color: #fff;

}
.express-order .exp-ord-header .dropdown_menu .icon.tue {
    background-position: 0 -30px;
}
.express-order .exp-ord-header .dropdown_menu .icon.wed {
    background-position: 0 -60px;
}
.express-order .exp-ord-header .dropdown_menu .icon.thu {
    background-position: 0 -90px;
}
.express-order .exp-ord-header .dropdown_menu .icon.fri {
    background-position: 0 -120px;
}
.dropdown_menu:focus{ outline: none}
.order-buttons-container-wrapper{margin-top: 70px;}
.tomato-bg.tomato-bgless .full-page{background: none}

.login-bg .logo-login.display-web{ display: none}
.feedback-listing-blk ul li:after{ top: 50%; transform: translateY(-50%);}
.stock-usage-page table thead tr th{width: 14%;}
/* Responsive Styles */
@media (max-width: 767px) {
    .login-left{    padding: 28px 25px;  text-align: center; padding-bottom: 5px}
    .login-left-inner{ width: 100%; display: inline-block;}
    .login-left,.login-right{ display: inherit;     width: 100%; position: static;height: auto;}
    .login-bg .logo-login.display-web{ display: block; margin-bottom: 20px;}
    .login-bg .logo-login.hidden-mob{ display: none}
    .login-right-inner ul{    margin-top: 15px;}
    .logo-wid-text{    width: 100%;     padding: 0 25px;}
    .login-right-inner ul{ padding:0px;}
    .login-right{
        background: url(../img/login-bg.png);
    background-size: cover;
        padding-bottom: 25px;
    }
    .registration-page{ background: none;}
    .login-bg .logo-login:after{ content: none;}
    .full-page>header>.header-nav{    width:50%;    float: left;}
    .header-nav ul li{    padding: 0 10px;}
    .header-nav ul li a{ font-size: 14px;} 
    
    .dashboard-page.dashboard-page-nw .row.dashboard-part{    margin-top: 25px;}
    .mobile-wrap{ width: 1200px; }
    .express-order-wrap-mobile-wrap{overflow: auto}
    .order-buttons-container-wrapper{    margin-top: 30px;}
    .feedback-comment{    padding: 30px 40px;}
    .feedback-listing-blk ul li.feedback-msg{ word-break: break-all}
    .feedback-listing-blk ul li{ width: 19% !important;}
    .feedback-listing-blk ul li.feedback-date{    padding-left: 0;}
    .feedback-listing-blk ul li:after{right: 10px;}
    .feedback-top-right{ text-align: left; margin-top: 12px;}
    .feedback-top-right .btn{    margin-top: 10px;}
    .pretty-cash-page .feedback-comment{    padding:35px 25px;}
    .pretty-cash-page label{ width:100%; }
    .pretty-cash-page .input-group,.pretty-cash-page .from-group-half .input-group{    width: 100%;}
    .pretty-cash-page .form-group{padding-bottom: 25px;}
    
    .pretty-cash-page .add-btn-grp label{ display: none}
    .pretty-cash-page .input-group .radio{ margin-bottom: 0;}
    .pretty-cash-page .input-group .radio label{ margin-bottom: 0}
    .note-text-grp label{ display: none}
    .pretty-cash-page .form-group.note-text-grp{ padding-bottom: 0}
    .pretty-cash-page.money-page .from-group-half .input-group{    width: 100%;}
    .stock-usage-page-overflow{overflow: auto; border-radius: 10px;  -webkit-overflow-scrolling: touch;}
    .stock-usage-page table{width: 800px; overflow: auto;}
    .stock-usage-page table thead tr th{ background-color: #fff}
    .stock-usage-page table thead tr th:nth-last-child(1){border-top-right-radius: 10px; border-right: none !important}
    .stock-usage-page table thead tr th:nth-child(1){border-top-left-radius: 10px;}
    .stock-usage-page table thead tr th{    width: 17%;}
    .form-group.stock-usage-btn-grp span{
        background: #fff;
        padding: 5px;
    }
    .stock-usage-btn-grp{ margin-bottom: 30px;}
    .stock-report-right{ text-align: left;     margin-top: 15px;}
    .stock-report-right label{ width:100%; margin-bottom: 8px }
    .stock-report-right .input-group{    margin-right: 0px;}
    .stock-report-right .btn.download-excel-btn{ margin-left: 0}
    .stock-report-right .btn{font-size: 12px;}
    .header-nav ul li a:hover:after{width: 0;}
    .ui-dialog.success_dialog .ui-dialog-buttonpane, .success_dialog.ui-widget.ui-widget-content{right: 0; margin: 0px auto}
}
@media (max-width: 420px) {
    .fc-button-primary{    float: right;}
    .fc-button-group{float: right;    margin-top: 5px;}
    .full-page>header>.navbar-right{     position: static;
    display: inline-block;
    width: 100%; text-align: center;}
    .navbar-right ul li{    padding-top: 0px;}
    .navbar-right ul li:after{    top: 5px;}
    .full-page>header>.header-nav{ width: 85%;}
    .full-page{padding-top: 92px;}
    .feedback-listing-blk ul li{ width: 49% !important; padding: 15px 20px; min-height: auto; vertical-align: top}
    .feedback-listing-blk ul li.feedback-status{ text-align: left}
    .feedback-listing-blk ul li.feedback-username:after,.feedback-listing-blk ul li.feedback-date:after{ content: none;}
    .feedback-listing-blk ul li.feedback-view{ width: 100% !important; text-align: center; padding-top: 15px;}
    .feedback-listing-blk ul li:after{ top: 20px; transform: none}
    .feedback-top-right label{ display: block}
    .feedback-top-right .input-group{ width: 100%; float: left;}
    .feedback-top-right .input-group.calender-input{ width: 48%; float: left; margin-right: 0px; margin-top: 10px;}
    .feedback-top-right .input-group.calender-input.calender-input-last{float:right;}
    .feedback-top-right .input-group .form-control{ width: 100%;}
    .feedback-details-blk .feedback-details-head p.week-days{float: left;}
    .stock-report-right .input-group.calender-input-first,.stock-report-right .input-group.calender-input-last{
        width: 48%; margin-bottom: 10px
    }
    .fc-toolbar.fc-header-toolbar .fc-left{min-width: 132px;}
    .stock-report-right .input-group.calender-input-first .form-control,.stock-report-right .input-group.calender-input-last .form-control{ width:100%}
    .ui-dialog.success_dialog .ui-dialog-buttonpane, .success_dialog.ui-widget.ui-widget-content{ max-width: 100%}

}
@media all and (min-width: 500px) and (max-width: 568px) {
    .stock-report-right .btn.download-excel-btn{ margin-top: 8px;}
}
@media all and (min-width: 768px) and (max-width: 991px) {
    .login-left{    width: 50%;     padding: 50px;}
    .login-right{  width: 50%; position: relative;}
    .login-right-inner ul{    padding-left: 0;}
    .dashboard-page{    width: 90%;}
    .dashboard-page .row{    margin: 0 -15px;}
    .dashboard-page .row .col-sm-4{    padding: 0 15px;}
    .feedback-listing-blk ul li.feedback-msg{    width: 32%; word-break: break-all; padding-right: 50px;}
    .feedback-listing-blk ul li.feedback-status{    width: 20%;}
    .feedback-top-right .input-group .form-control{ width: 136px;}
    .feedback-top-right .btn{    margin-top: 10px;}
    .feedback-listing-blk ul li:after{    right: 10px;}
    .pretty-cash-page .input-group{width: 70%;}
    .full-page>header>.header-nav{ float: left;}
    .stock-usage-page table thead tr th{    width: 22%;}
    .stock-usage-page table thead th i{    margin-right: 7px;}
    .stock-report-right .btn.download-excel-btn{ margin-top: 10px;}
    .dashboard-page .dashboard-block{    padding: 30px 20px; }
    .dashboard-page.reports-page .row .col-sm-4{    padding: 0 15px;}
    .dashboard-page.reports-page .row{    margin: 0 -15px;     margin-top: 40px;}
    .dashboard-page.reports-page .dashboard-block{    padding: 20px 25px;}
    .header-nav ul li a:hover:after{width: 0;}
}

@media all and (min-width: 992px) and (max-width: 1100px) {
    .login-left{    padding: 50px;}
    .login-right{ position: relative;}
    .login-right-inner ul{    padding-left: 0;}
    .feedback-listing-blk ul li.feedback-msg{word-break: break-all; padding-right: 50px;}
    .feedback-listing-blk ul li:after{right: 20px;}
    .stock-report-right .btn.download-excel-btn{ margin-top: 10px;}
    .stock-report-right .btn.download-excel-btn.download-excel-btnmoney{ margin-top: 0px;}
    .header-nav ul li a:hover:after{width: 0;}
}








