/* CSS Document */
.no-background{background: none!important;}
.no-border{border: none!important;box-shadow: none!important;border-radius: 0!important;}
.content-wrapper, .right-side {
    background-color: #d6d6d6;
}

.tbl-form-wrap input[type='text'] {
    width: 100%;
}

.error {
    color: #900;
    font-weight: normal;
}

.cost-warning {
    color: red;
}

.content-wrapper {
    position: relative;
}

.overlay {
    z-index: 50;
    /*    background: rgba(255,255,255,0.7);*/
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 15px;
    background-image: url(../img/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px auto;
    background-attachment: fixed;
    background-color: rgba(255, 255, 255, 0.7);
}

.loader {
    display: none;
}

.main_body_material_input_chk {
    width: 20px;
    height: 20px;
}

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

.form-control {
    padding: 3px !important;
    min-width: 37px;
}

.box-header>.pull-right-relative {
    position: relative;
    margin-bottom: 10px;
}

.inbox_chk_lbl {
    font-weight: normal;
}

.sm-note {
    font-weight: normal !important;
    font-style: italic;
}

.tr_color.Pending .badge, .badge.Pending {
    color: #212529 !important;
    background-color: #ffc107 !important;
}

.tr_color.Confirmed .badge, .badge.Confirmed {
    color: #fff !important;
    background-color: #28a745 !important;
}

.tr_color.Cancelled .badge, .badge.Cancelled {
    color: #fff !important;
    background-color: #dc3545 !important;
}

.tr_color.Delivered .badge, .badge.Delivered {
    color: #fff !important;
    background-color: #007bff !important;
}

.tr_color.Completed .badge, .badge.Completed {
    color: #fff !important;
    background-color: #6c757d !important;
}

.font-size-md {
    font-size: 17px;
}

.login-page, .register-page {
    background-image: url('../img/login_bg.jpg');
    background-size: cover;
}

.login-logo a, .register-logo a {
    color: #fff;
}

.default-hide-error {
    display: none;
}

.strip-ul {
    display: block;
    width: 35%;
    margin: 0 0 30px 0px;
    padding: 0;
    float: left;
}

.strip-ul-right {
    float: right;
    margin-left: 0px;
}

.strip-ul li {
    display: block;
    list-style: none;
    background-color: #e3ceb1;
    background-image: linear-gradient(90deg, #ffffff 60%, #8e6667d1 100%);
    border-radius: 20px 120px 120px 20px;
    border: solid 1px #afa79b;
    color: #000;
    font-size: 16px;
    box-shadow: 0 0 13px 1px #a7a3a3;
    padding: 0px 120px 0px 10px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 90px;
}

.strip-ul-right li {
    border-radius: 120px 20px 20px 120px;
    background-image: linear-gradient(270deg, #ffffff 60%, #8e6667d1 100%);
    padding: 0px 10px 0px 120px;
}

.strip-ul li table {
    margin: 9px 0px 13px 0px;
}

.strip-ul li th {
    border-top: none !important;
    padding: 4px 4px 0px 4px!important;
    font-size: 13px;
}

.strip-ul li td {
    border-top: none !important;
    padding: 4px !important;
}

.strip-ul li h2, .list-strip-wrap h1 {
    position: absolute;
    left: 10px;
    top: -52px;
    font-size: 32px;
    font-family: serif;
    text-transform: uppercase;
}
.strip-ul li h2 a{
    color: #000;
}

.strip-ul-right li h2 {
    left: auto;
    right: 10px;
}

/*Chart start*/

.GaugeMeter {
    Position: Relative;
    Text-Align: Center;
    Overflow: Hidden;
    Cursor: Default;
}

.GaugeMeter SPAN, .GaugeMeter B {
    Margin: 0 23%;
    Width: 54%;
    Position: Absolute;
    Text-align: Center;
    Display: Inline-Block;
    Color: #fff;
    Font-Weight: 100;
    Font-Family: "Open Sans", Arial;
    Overflow: Hidden;
    White-Space: NoWrap;
    Text-Overflow: Ellipsis;
}

.GaugeMeter[data-style="Semi"] B {
    Margin: 0 10%;
    Width: 80%;
}

.GaugeMeter S, .GaugeMeter U {
    Text-Decoration: None;
    Font-Size: .5em;
    Opacity: .5;
}

.GaugeMeter B {
    Color: #ffffff;
    Font-Weight: 300;
    Font-Size: .5em;
    Opacity: .8;
}

/*Chart end*/

.strip-ul li .GaugeMeter, .strip-ul-right li .GaugeMeter {
    position: absolute;
    left: auto;
    right: -35px;
    top: -36px;
}

.strip-ul-right li .GaugeMeter {
    left: -35px;
    top: -36px;
}

.list-strip-wrap {
    width: 25%;
    float: left;
    margin-left: 2.5%;
    margin-bottom: 200px;
    color: #000;
    position: relative;
}

.list-strip-ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    max-width: 200px;
    border-radius: 10px;
    box-shadow: 0 0 13px 1px #a7a3a3;
}

.list-strip-ul li {
    border: solid 1px #ccc;
    border-bottom: 0px;
    position: relative;
    background-color: #f6efe5;
    background-image: linear-gradient(180deg, #ffffff 47%, #dbc39f 100%);
    padding: 18px 10px;
    margin-bottom: -8px;
    border-radius: 10px 10px 0 0;
    /* box-shadow: 0 -6px 11px 0px #fffefe; */
}

.list-strip-ul li h3 {
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.list-strip-ul li p {
    font-size: 28px;
    margin: 0;
}

.list-strip-wrap h1 {
    text-align: center;
    top: -31px;
    left: auto;
    right: auto;
    width: 100%;
    margin: 0;
}

.list-strip-wrap .GaugeMeter {
    position: absolute;
    bottom: -156px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.list-strip-wrap .GaugeMeter SPAN {
    color: #855e5f;
}

.skin-blue .main-header .navbar {
    background-color: #5f686a;
}

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: #383e3f;
}

.sidebar-menu>li>a {
    padding: 12px 5px 12px 6px;
}
.cmp-flow-item-wrap{
    display: flex;
    align-items: flex-start;
    margin: 10px 0px; 
}
.cmp-flow-item-wrap h2{
    background-color: #e3ceb1;
    background-image: linear-gradient(90deg, #ffffff 60%, #8e6667d1 100%);
    border-radius: 20px 120px 120px 20px;
    border: solid 1px #afa79b;
    color: #000;
    font-size: 16px;
    box-shadow: 0 0 13px 1px #a7a3a3;
    padding: 10px;
    font-weight: bold;
    margin: 0;
    width: 200px;
    margin-top: 15px;
}
.cmp-flow-item-wrap ul{
    display: flex;
    flex-wrap: wrap;
}
.cmp-flow-item-wrap ul li{
    list-style: none;
    margin: 25px 7px;
    background-color: #fff;
    box-shadow: 0 0 13px 1px #a7a3a3;
    border: solid 1px #afa79b;
    position: relative;
    border-radius: 10px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; 
}
.cmp-flow-item-wrap ul li a{
    display: block;
    padding: 10px 16px;
}
.cmp-flow-item-wrap ul li *{
    margin: 0;
    padding: 0;
}
.cmp-flow-item-wrap ul li i{
    position: absolute;
    left: -20px;
    top: 17px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    font-size: 30px;
    color: #a5827e;

}
.cmp-flow-item-wrap ul li:hover{
    background-color: #e3dbda;
}
.cmp-flow-item-wrap ul li a{
    color: #000;
}
.cmp-flow-item-wrap ul li h5{
    margin-top: -25px;
    margin-bottom: 6px; 
    font-size: 16px;
}
.cmp-flow-item-wrap ul li h6{
    font-size: 17px;
    font-weight: 400;
    font-weight: bold;
}
.cmp-flow-item-wrap ul li h6 span{
    display: block;
    border-top: solid 1px #999;    
    font-weight: normal;
    font-size: 14px;
    margin-top: 3px;
    padding-top: 3px;
}
.cmp-flow-item-wrap ul li p{
    position: absolute;
    bottom: -22px;
    background-color: #5f6769;
    border-radius: 0px 0px 10px 10px;
    padding: 0px;
    left: 0;
    right: 0;
    width: 50px;
    margin: 0 auto;
    box-shadow: 0 8px 13px 1px #a7a3a3;
    border: solid 1px #afa79b;
    border-top: none;
    color: #fff;
}
.sidebar-menu>li>a img, .sidebar-menu>li ul li a img{
    margin-right: 5px;
}

/*iPad*/

@media (min-width:0px) and (max-width:900px) {
    .strip-ul {
        width: 95%;
    }
    .list-strip-wrap {
        width: 96%;
    }
    .list-strip-ul{
        max-width: none;
    }
}

/*iPad*/