/*
Version: 1.0
*/
@import url("assets/styles/bootstrap.min.css");
@import url("https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css");
@import url("assets/styles/sweetalert.css");
@import url("assets/styles/font-awesome.min.css");
@import url("assets/styles/toastr.min.css");
@import url(https://fonts.googleapis.com/css?family=Exo:100,200,400);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:700,400,300);
@import url("assets/styles/jquery.nestable.css");
@import url("assets/styles/bootstrap-toggle.min.css");

#mainNav {
    background-color: black;/*#dff0d8;*/
    font-weight: bold;
    text-transform: uppercase;
    border-color: black;
    color: white;
}

#mainNav .navbar-brand {
    color: white; /*#73A011; */
    font-family: 'Exo', sans-serif;
    padding: 15px 10px;
    text-transform: none;
    font-weight: bold;
    font-size: 24px;
}

#mainNav .navbar-brand img {
    max-height: 48px;
    margin-top: -15px;
    float: left;
    margin-right: 5px;
}

#mainNav .navbar-brand span{
    color: orange !important;
}

#mainNav .navbar-brand:hover #mainNav .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

#mainNav .navbar-nav>li>a {
    padding: 15px 10px;
    color: white;
}

.btn {
    text-transform: uppercase;
}

.panel {
    margin-bottom: 0;
    border-radius: 0;
    border: 0px;
}

#screen-panel .panel {
    margin-bottom: 20px;
}

#content-panel {
    margin-bottom: 0 !important;
}

.panel-heading {
    border-radius: 0;
    color: #555;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}
.panel-warning>.panel-heading {
    color: #555;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}

#copyright-footer {
    border-radius: 0;
    background-color: #000000;
    //#dff0d8 !important;
    color: #dff0d8;
    /*    background: #FEF161;
        border-top: 1px solid green;*/
}

.category-panel {
    margin-bottom: 20px;
    //  border: 1px solid #B9B6B6;
}

.btn {
    border-radius: 0;
    margin-left: 4px;
    font-weight: bold;
}

.btn-default {
    border: 1px solid #000000;
    color: #000000;
}
.my-custom-btn {
    background-color: #f7ca02;
    border-color: #f7ca02;
    color: #000000;
}
.my-custom-btn:hover {
    color: #ffffff;
}



#screen-panel {
    background:  linear-gradient(rgba(255,255,255,.95), rgba(255,255,255,.95)), url(../storemanagement/assets/img/blank.png) no-repeat center center;
    background-size: contain;
}

#screen-title, #content-title {
    padding-top: 5px;
    font-size: 16px;
}

#screen-heading {
    //  background: rgba(254, 237, 44, 0.75);
    //  color: green;
    //  border-bottom-color: green;
    min-height: 54px !important;
}

.form-control {
    box-shadow: none;
    height: 32px;
    padding: 5px 10px;
    border: 1px solid #B9B6B6;
    color: #333;
    border-radius: 0;
}


.form-clear {
    color: #ccc;
    cursor: pointer;
    pointer-events: all;
    width: 0px;
    height: 0px;
    top: 34px;
    right: 38px;
    padding-top: 0 !important;
}

.form-control-feedback {
    padding-top: 9px;
    height: 32px;
    box-shadow: none;
    //  right: 15px;
}

.control-label {
    font-size: 12px;
    font-weight: bold;
    font-style: oblique;
}

.form-group.required .control-label:after {
    content:"*";
    color:red;
    font-size: 22px;
    top: -2px;
    position: absolute;
    padding-left: 2px;
}

th.required::after {
    content: "*";
    color: red;
    font-size: 22px;
    position: relative;
    top: -2px;
    padding-left: 2px;
}

#divLoading, #logoutAlert {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 2000;
    position: fixed;
    left: 0;
    // background: #7386D5;
    background: rgba(210, 105, 30,.15);
    color: green;
    padding: 0;
    font-weight: bold;
    //  border: 1px solid white;
    -webkit-box-shadow: 5px 5px 5px rgba(0,0, 0, 0.3);
    -moz-box-shadow: 5px 5px 5px rgba(0,0, 0, 0.3);
    box-shadow: 5px 5px 5px rgba(0,0, 0, 0.3);
    font-size: 80px;
    padding-top: 20%;

}


#progress{
    position:fixed;
    z-index:2147483647;
    top:0;
    left:-6px;
    width:0;
    height:3px;
    background: #73A011;
    //#B91F1F;
    -moz-border-radius:1px;
    -webkit-border-radius:1px;
    border-radius:1px;
    -moz-transition:width 500ms ease-out,opacity 400ms linear;
    -ms-transition:width 500ms ease-out,opacity 400ms linear;
    -o-transition:width 500ms ease-out,opacity 400ms linear;
    -webkit-transition:width 500ms ease-out,opacity 400ms linear;
    transition:width 500ms ease-out,opacity 400ms linear
}
#progress dd,#progress dt{
    -moz-border-radius:100%;
    position:absolute
}
#progress.waiting dd,#progress.waiting dt{
    -moz-animation:pulse 2s ease-out 0s infinite;
    -ms-animation:pulse 2s ease-out 0s infinite;
    -o-animation:pulse 2s ease-out 0s infinite;
    -webkit-animation:pulse 2s ease-out 0s infinite;
    animation:pulse 2s ease-out 0s infinite
}
#progress dt{
    opacity:.6;
    width:180px;
    right:-80px;
    clip:rect(-6px,90px,14px,-6px)
}
#progress dd{
    opacity:.6;
    width:20px;
    right:0;
    clip:rect(-6px,22px,14px,10px);
    top:0;
    height:2px;
    box-shadow:#B91F1F 1px 0 6px 1px;
    border-radius:100%
}
#progress dd,#progress dt{
    -webkit-border-radius:100%;
    -webkit-box-shadow:#B91F1F 1px 0 6px 1px;
    -ms-box-shadow:#b91f1f 1px 0 6px 1px;
    -moz-box-shadow:#b91f1f 1px 0 6px 1px
}
#progress dt{
    top:0;
    height:2px;
    box-shadow:#B91F1F 1px 0 6px 1px;
    border-radius:100%
}


.box-shadow--2dp {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}
.box-shadow--3dp {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12)
}
.box-shadow--4dp {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2)
}
.box-shadow--6dp {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2)
}
.box-shadow--8dp {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2)
}
.box-shadow--16dp {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.affix {
    top: 50px;
    width: 16.66666667%;
}


.unit-row {
    font-weight: bold;
    background: #dff0d8 !important;
}

.total-row {
    font-weight: bold;
    border-bottom: double #dedede;
    font-size: 16px;
}

.table>thead {
    background: gold;
    // color: white;
}
.table-scroll {
    max-height: 230px;   /* control height here */
    overflow-y: auto;
    border: 1px solid #ddd;
}

.header-row {
    background: gold !important;
    // color: white;
}

.header-row->tr>th {
    border-bottom: 2px solid #ddd;
}

.label-normal {
    font-weight: normal;
    font-size: 12px;
    font-style: oblique;
}


.modal-header {
    border-bottom: 2px solid green;
    background: gold;
    color: darkred;
}

.modal-footer {
    border-top: 1px solid green;
}

.sms-balanceDiv {
    border: 1px solid;
    margin: 1.66%;
    width: 30%;
    padding: 10px;
}

.pop-arrow {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 15px solid #81a35b;
    border-bottom: 15px solid transparent;
    top: 25px;
    position: absolute;
    left: -15px;
}

.pop-arrow-top {
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #81a35b;
    border-left: 15px solid transparent;
    top: -15px;
    position: absolute;
    left: 90px;
}

.input-xs {
    height: 26px;
}

.menu-panel {
    position: absolute;
    width: 100%;
    z-index: 999;
    height:  calc(100% - 105px);
    background:#f5f5f5;
    overflow-y: auto;
    padding-bottom: 30px;
}

.menu-panel .panel{
    border-radius: 0;
}

.menu-panel .panel+.panel {
    margin-top: 0 !important;
    border-top: 1px solid red !important;
}

.menu-panel .pop-arrow {
    width: 100%;
    height: 0;
    border-top: 20px solid rgb(0 0 0 / 10%);
    border-right: 20px solid #00000061;
    border-bottom: 20px solid rgb(0 0 0 /10%);
    top: 0 !important;
    float: right !important;
    position: absolute;
    right: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
}

.menu-panel .active-list-group-item {
    background: #ffffff;
}

.menu-panel .active-panel{
    background: #777;
    text-decoration: none;
    display: block;
    font-weight: bold;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.menu-panel .active-panel a{
    color: white !important;
}

/* width */
.menu-panel::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.menu-panel::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.menu-panel::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.menu-panel::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.menu-panel .header-chevron {
    float: right;
    color: #92961a;
    cursor: pointer;
    margin-top: 2px;
}


#panel-nopermission {
    position:  absolute;
    height:  100%;
    width: 100%;
    vertical-align: middle;
    z-index: 1029;
    background: rgba(252, 246, 213, .5);
}

#panel-nopermission #span1 {
    width: 100%;
    font-size: 30px;
    color: #ef4430;
    position:  absolute;
    padding: 20%;
}

#panel-nopermission #span2 {
    border-top: 2px solid red;
    border-bottom: 2px solid red;
    padding: 5px;
    background: #fdce30;
}

/*Time sheet*/
.invalid-row{
    background-color: #f58677 !important;
}

.td_tr1 {
    padding: 2px !important;
}

.ts_day{
    font-weight: 100;
    color: darkslategray;
}

.ts_date{
    font-weight: bold;
    -webkit-text-stroke-width: medium;
    font-size: x-large;
}

.ts_empname{
    font-weight: bold;
}

.ts_empdesig{
    font-size: smaller;
    font-style: oblique;
}

.day_holiday > .ts_day, .day_holiday > .ts_date{
    color : red !important;
}


/*Time sheet end*/

/*///////// *******************  LEFT SUB MENU  ******************** /////*/

#leftNavPills .nav-pills>li>a {
    border: 0px;
    border-radius: 0px;
    padding-left: 15px;

}

#leftNavPills{
    background: #f5f5f5;
    //#DFF0D8;
    //  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,192,48,0)), color-stop(100%,rgba(243,192,48,.9)));
}
#leftNavPills .nav-pills{
    height: 100%;
    background: #f5f5f5;
    //#DFF0D8;
    // background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,192,48,0)), color-stop(100%,rgba(243,192,48,.9)));
}

#leftNavPills .nav-pills>li {
    //  border: 1px solid #5F763D;

}
#leftNavPills .nav-pills>li.active>a {
    border: 0px;
    border-radius: 0px;
    border-left: 5px solid #000000;
    padding-left: 10px;
    border-right: 0px;
    background: #dff0d8;
    //#DFF0D8;//lightblue;  //transparent;
    font-weight: bold;
    color: #000000;
}

#leftNavPills .nav-pills>li>a:hover {
    border: 0px;
    background: #dff0d8;
    //#DFF0D8;//lightblue; // //transparent;
    padding-left: 10px;

    border-left: 5px solid #000000;
    border-right: 0px;
    color: #000000;
    //transition: all .15s ease-in-out;
    /*	-webkit-transition: all ease 0.5s;
            -moz-transition: all ease 0.5s;*/

}
#leftNavPills .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #cccccc78;
    border: 1px solid #f5f5f5;
}
*
#leftNavPills a {
    color: #000000;
    font-weight: bold;
    font-size: 13px;
}

#leftNavPills .btn-group>.btn:first-child{
    width: calc(100% - 25px) !important;
}

#lNav-heading {
    padding: 16px;
    display: block;
    font-weight: bold;
    background: #337ab730;
}

.lnav-subheading {
    padding: 10px;
    background: #777;
    color: white;
    text-decoration: none;
    display: block;
    font-weight: bold;
}

#lNav-bottom {
    position: absolute;
    bottom: 0;
    left: 0;

}

#sidemenu-pullleft {
    width: 40px;
    height: 30px;
    background: white;
    text-align:  center;
    vertical-align:  middle;
    position: absolute;
    top: 10px;
    right:  0px;
    font-size: 20px;
    color: red;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    cursor:  pointer;
    pointer-events: auto;
}
#sidemenu-pullright {
    width: 40px;
    height: 30px;
    background: white;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 10px;
    left: 0px;
    font-size: 20px;
    color: red;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
    pointer-events: auto;
}
/*/////////************************ TOP SUB MENU *************** //////////


#topNavPills .nav-pills>li>a {
    border: 0px;
    border-radius: 0px;
    padding-left: 15px;

}

#topNavPills{
    background: #DFF0D8;
    //  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,192,48,0)), color-stop(100%,rgba(243,192,48,.9)));
}
#topNavPills .nav-pills{
    height: 100%;
    background: #DFF0D8;
    // background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,192,48,0)), color-stop(100%,rgba(243,192,48,.9)));
}

#topNavPills .nav-pills>li {
    //    float: none;
    margin-bottom: -1px;
}

#topNavPills .nav-pills>li.active>a {
    border: 0px;
    border-radius: 0px;
    border-left: 0px solid #5F763D;
    border-bottom:  5px solid #5F763D;
    padding-left: 10px;
    border-right: 0px;
    background: rgba(148, 209, 137, 0.42);
    //#DFF0D8;; // //transparent;
    font-weight: bold;
    color: #5F763D;

}

#topNavPills .nav-pills>li>a:hover {
    border: 0px;
    background: rgba(148, 209, 137, 0.42);
    //#DFF0D8; // //transparent;
    padding-left: 10px;
    border-right: 0px;
    border-left: 0px solid #5F763D;
    border-bottom:  5px solid #5F763D;
    color: #5F763D;
}

#topNavPills a {
    color: #73A011;
    font-weight: bold;
}
/////////////


/*Event Calender Start*/

.calendar-day {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 80px;
}
.calendar-table {
    margin: 0 auto;
    /*width: 700px;*/
    width: 70%;
}
.selected {
    background-color: #eee;
}
.outside .date {
    color: #ccc;
}
.timetitle {
    white-space: nowrap;
    text-align: right;
    text-align: left;
    width: 10%;
}
.event {
    border-top: 1px solid #b2dba1;
    border-bottom: 1px solid #b2dba1;
    background-image: linear-gradient(to bottom, #dff0d8 0px, #c8e5bc 100%);
    background-repeat: repeat-x;
    color: #3c763d;
    border-width: 1px;
    font-size: .75em;
    padding: 0 .75em;
    line-height: 2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1px;
}
.event.begin {
    border-left: 1px solid #b2dba1;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.event.end {
    border-right: 1px solid #b2dba1;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.event.all-day {
    border-top: 1px solid #9acfea;
    border-bottom: 1px solid #9acfea;
    background-image: linear-gradient(to bottom, #d9edf7 0px, #b9def0 100%);
    background-repeat: repeat-x;
    color: #31708f;
    border-width: 1px;
}
.event.all-day.begin {
    border-left: 1px solid #9acfea;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.event.all-day.end {
    border-right: 1px solid #9acfea;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.event.clear {
    background: none;
    border: 1px solid transparent;
}
.table-tight > thead > tr > th,
.table-tight > tbody > tr > th,
.table-tight > tfoot > tr > th,
.table-tight > thead > tr > td,
.table-tight > tbody > tr > td,
.table-tight > tfoot > tr > td {
    padding-left: 0;
    padding-right: 0;
}
.table-tight-vert > thead > tr > th,
.table-tight-vert > tbody > tr > th,
.table-tight-vert > tfoot > tr > th,
.table-tight-vert > thead > tr > td,
.table-tight-vert > tbody > tr > td,
.table-tight-vert > tfoot > tr > td {
    padding-top: 0;
    padding-bottom: 0;
}


.normal-days{

}

.prevmonth-days, .nextmonth-days {
    /*background: grey;*/
    background: #a9a9a926;
    color: lightslategrey;
}

.today {
    background: #fcf6d5;
    border: 1px solid greenyellow;
}

.calendar-header{
    text-align: center;
}

.calendar_event {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.2;
    border-radius: 3px;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.row_week{
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 60px;
    font-weight: 700;
    font-size: 22px;
}

.row_weekdays{
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 80px;
    font-weight: 700;
    font-size: 20px;
}

.col_prevnxt{
    text-align: left;
}

.col-mode{
    text-align: right
}

.row_heading{
    font-size: 26px;
}

.btn_addeventplus{
    font-size: 16px;
    color: green;
    border: 1px green solid;
}

.curs_pointer{
    cursor: pointer;
}

.eventdatetime{
    height: 30px;
    font-weight: 700;
    font-size: 20px;
}

/*Event Calender End*/

.radio_residingcountry{
    height: 10px;
}

.residingcountry{
    font-size: 10px;
}

.sms_rcpt{
    float: right;
    font-size: 20px;
}

#copyright-footer a {
    color:#dde8d3;
}

br {
    mso-data-placement:same-cell;
}

.table-borderless {
    border: 0;
}

.table-borderless > tbody > tr{
    border: 0;
}
.table-borderless > tbody > tr > td{
    border: 0;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 95%;
        /* max-width: 1200px; */
    }
}

@media (min-width: 768px) {
    .modal-xl2 {
        width: 80%;
        /* max-width: 1200px; */
    }
}

.header-border{
    border-bottom: 1.5px solid forestgreen;
    color: white; /* forestgreen; */
    padding-top: 5px;
    font-weight: bold;
    background: linear-gradient(to right, darkgreen, lightgreen);
    padding-left: 10px;
}

.filter-box {
    padding: 6px;
    background: lightblue;
    margin: 0;
    margin-bottom: 10px;
}

.odd-row {
    background: hsl(0deg 0% 0% / 3%);
    padding: 10px;
    border: 1px solid green;
    margin-bottom: 5px;
}

.even-row {
    padding: 10px;
    border: 1px solid green;
    margin-bottom: 5px;
}

.modal-title{
    text-transform: uppercase;
}

button.close{
    opacity:1;
    font-size: 34px;
    font-weight: bolder;
}