﻿/*=================== ali.y.p css ====================*/
input.input {
    display: inline-block;
    background-color: khaki;
    color: #fff;
    border-radius: 30px;
    padding: 8px 25px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.title2 {
    text-transform: uppercase;
    color: #2e475d;
    margin-bottom: 5px;
    font-size: 28px;
}

.my-title {
    color: #cb8549; /*#cb8549;*/
    font-size: 14px;
    font-weight: bold;
    padding-top: 1rem;
}

@media (max-width: 600px) {
    .my-title {
        color: #cb8549;
        font-size: 12px;
        font-weight: bold;
        padding-top: 1rem;
    }
}

.util-icon {
    color: blue;
}

.util-ttl {
    font-weight: bold;
}

.imageText__caption {
    color: #fff;
    position: absolute;
    left: 0%;
    bottom: 2%;
    text-shadow: 0 2px 6px rgb(0 0 0 / 50%);
    z-index: 4;
    width: inherit;
    background: #ede53e9c; /*#00000047*/
    white-space: initial;
}

.navbar-brand img {
    height: 45px;
}

@media (max-width: 600px) {
    .util-dsc {
        display: none;
    }
    /*.button-sm {
        padding: 3px 12px;
    }*/
    .navbar-brand img {
        height: 40px;
        margin: 5px 0px;
    }

    .hide-on-mob {
        /*visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;*/
        display: none;
    }
}

.show-on-mob {
    display: none;
}

@media (max-width: 990px) {
    .show-on-mob {
        display: block;
    }
}


.span-xls {
    color: #a9d53f !important;
    background-color: #124a0c;
    padding: 2px;
    border-radius: 5px;
}

.span-bed {
    color: #ff3652 !important;
    background-color: #ffe1ef;
    padding: 2px;
    border-radius: 5px;
}

.span-bes {
    color: #147e0d !important;
    background-color: #88f1a3;
    padding: 2px;
    border-radius: 5px;
}

.button-tell {
    display: inline-block;
    background: transparent; /*rgba(106,200,71,.2); #f3f6fb;*/
    color: #6386a5; /*#6f8ec4;*/
    border-radius: 30px;
    padding: 8px 25px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 0;
}

.button.button-tell:hover {
    /*background: #86b1f8;*/
    background: #decaaf;
    color: #eb723a;
}

.btn-time
{}
.btn-time-selected
{
    background-color:#eb723a;
} 

.button-gold {
    display: inline-block;
    background: #f0ce80;
    color: #222;
    border-radius: 30px;
    padding: 5px 20px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 0;
}

.button.button-gold:hover {
    background: #decaaf;
    color: #eb723a;
}

.button-sm {
    display: inline-block;
    background-color: #b8c1df; /*#6059f6;*/
    color: #fff;
    border-radius: 30px;
    padding: 5px 15px; /* 8px 25px;*/
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 0;
}

.button-sm-gold {
    display: inline-block;
    background: #f0ce80;
    color: #222;
    border-radius: 30px;
    padding: 4px 15px; /* 8px 25px;*/
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 0;
}


.nav-left .button-sm, .nav-left .button-tell, .nav-left .button-gold {
    padding: 3px 12px;
}

.nav-link-new {
    display: block;
    padding: 0.12rem 0.25rem;
    font-size: 14px;
}

.nav-link-new-side {
    display: block;
    padding: 0.12rem 0.25rem;
    font-size: 12px;
}

.button-simple {
    display: inline-block;
    background-color: #fff;
    color: #6059f6;
    border-radius: 30px;
    /*border-width: 1.3px;*/
    border-style: solid;
    border-color: #6059f6;
    padding: 3px 12px;
    /*padding: 8px 25px;*/
    margin: 1.3px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}




._bg-main-light {
    background-color: rgb(188, 180, 255, 0.60);
}



._bg-main {
    background-color: #8f6ad4;
}



.btn-brdr-dark {
    color: #6059f6;
    border-color: #6059f6;
}

.btn-brdr-blue {
    color: rgba(0,77,196,0.8);
    border-color: rgba(0,77,196,0.8);
    background-color: rgba(0,123,255,.4);
}

.btn-brdr-green {
    color: rgba(24,128,43,.8);
    border-color: rgba(24,128,43,.8);
    background-color: rgba(40,167, 69, .5);
}

.btn-brdr-red {
    color: rgba(169,33,41,.8);
    border-color: rgba(169,33,41,.8);
    background-color: rgba(220,53, 69, .6);
}

.btn-brdr-yellow {
    color: #f0ce80;
    border-color: #f0ce80;
    background-color: rgba(255,193, 7, .36);
}

.btn-brdr-purple {
    color: #a249ff;
    border-color: #a249ff;
}


.btn-brdr-gray {
    color: gray;
    border-color: gray;
}

.btn-brdr-main {
    color: rgb(193 184 210);
    border-color: rgb(193 184 210);
}



.button.btn-brdr-blue:hover {
    background-color: rgba(0,77,196,.8);
    color: #fff;
}

.button.btn-brdr-yellow:hover {
    background-color: #edb91f;
    color: #fff;
}

.button.btn-brdr-purple:hover {
    background-color: #a249ff;
    color: #fff;
}


.button.btn-brdr-green:hover {
    background-color: rgba(24,128,43,.8);
    color: #fff;
}

.button.btn-brdr-red:hover {
    background-color: rgba(169,33,41,.8);
    color: #fff;
}

.button.btn-brdr-gray:hover {
    background-color: gray;
    color: #fff;
}

.button.btn-brdr-main:hover {
    background-color: 8f6ad4;
    color: #fff;
}

.myCardview {
    background-color: #fff; /*#dfdefa4f; #f2f3f7;*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /*text-align: center;*/
    border-radius: 5px;
}

.myCardviewDash {
    /*background-color: #f2f3f7;*/
    background-color: #fff; /*dfdefa4f*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /*text-align: center;*/
    border-radius: 10px;
}

.my-body-bg-color {
    background-color: #f1f3f6;
}

._msg-panel {
    /*display: flex;*/
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #d7dbea; /* rgb(167 161 255 / 31%);*/
    /*rgba(0,123,255,.25);  #e9ecef; blue: rgba(0,123,255,.25);  red: rgb(220 53 69 / 0.25);  green: rgb(40 167 69 / 45%); yellow: rgb(255 193 7 / 36%);*/
    border-radius: 0.25rem;
}

.my-input-combo {
    border: 1px solid #99bfe0;
    border-radius: 5px;
    padding-right: 18px;
    font-size: 13px;
    font-weight: bold;
    background: transparent;
    padding: .375rem 1rem;
    height: 32px;
    line-height: 1.5;
    color: rgba(0,77,196,0.8); /* #495057;*/
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.my-input {
    border: 1px solid #99bfe0;
    border-radius: 5px;
    height: 38px;
    padding-right: 18px;
    font-size: 13px;
    background: transparent;
    width: 100%;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: rgba(0,77,196,0.8); /* #495057;*/
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .my-input:focus {
        outline: 0;
        box-shadow: none;
    }

.selected-row {
    background-color: #bfb9cb;
}

.current-day {
    background-color: #3757b1;
    color: #fff;
}

.not-current-day {
    background-color: #ced4da;
}

.vacation-day {
    /*background-color:#ffece3;*/
    color: #eb681b; /*#d75c2f*/
}

.my-modal-hdr {
    background-color: #d7dbea;
    color: #a9a9dd;
}

.msg-title.active {
    color: #201aa3; /* #6c757d; #906bd5*/
}

.msg-title {
    /* display: flex;*/
}

.img_dashboard {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    cursor: pointer;
    /*border-style: solid;*/
}
.time-modal-body {
    background-color: beige;
}
.time-modal-header {

    color: #fff;
}
.div-setting-display
{
    padding:10px;
    /*background-color:beige;*/
}
.lnk-btn {
    border: 1px solid #f0ce80;
    border-radius: 30px;
    padding: 8px 25px;
}

.btn-calendr {
    padding: 2px;
    font-size: small;
    margin:1px;
}
.btn-time{
    padding:7px;
    margin:3px;
}

.main_menu {
    border-bottom-color: #decaaf; /*#b8c1df*/
    border-bottom-style: solid;
}

.img_logo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    /*border-style: solid;*/
    padding: 5px;
    border-style: solid;
    border-width: 1.3px;
    border-color: #b8b8d499; /*#6059f6;*/
}

.img_logo_sm {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    /*border-style: solid;*/
    padding: 5px;
    border-width: 1.3px;
    border-color: #b8b8d499; /*#6059f6;*/
}



._clr-info {
    color: rgba(0,123,255,.4); /* rgba(0,123,255,.25);*/
}

._clr-main-light {
    color: rgb(188, 180, 255, 0.60);
}

._clr-success {
    color: rgba(40,167, 69, .5);
}

._clr-warning {
    color: rgba(255,193, 7, .36);
}

._clr-danger {
    color: rgba(220,53, 69, .6);
}

.orta_itm {
    display: flex;
    justify-content: center;
    align-items: center;
}

.my-table {
    font-weight: 300 !important;
    font-size: 14px;
    /*background-color:#ced4da;*/
}

    .my-table .td-hdr {
        font-weight: bold;
        background-color: #ced4da;
    }

.my-table-gadget {
    font-weight: 300 !important;
    font-size: 13px;
    /*background-color:#ced4da;*/
}

.desc-gadget {
    color: #3757b1;
    font-size: 14px;
    font-weight: bold;
}

.my-table-gadget .td-hdr {
    font-weight: bold;
    background-color: #ced4da;
}

.img_logo-gadget {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    /*border-style: solid;*/
    padding: 5px;
    border-style: solid;
    border-width: 1.3px;
    border-color: #DED0B6;
}

.btn-gadget {
    background-color: #fff;
    padding: 2px 8px;
    font-size: 13px;
    border:1px solid rgba(0,77,196,0.8);
    font-weight:bold;
}

.date-week {
    color: #3757b1;
    font-size: 12px;
    font-weight: bold;
}

.date-week_img {
    height: 30px;
    width: 30px;
}

.anyClass {
    /*max-height: 400px;*/
    overflow-x: auto;
}

.nav-hdr-brd {
    /*border: 3px !important;
        border-bottom-color: #8f6bd4 !important;*/
    border-bottom-style: solid !important;
    background-color: #f5eee6 !important; /*#f2e9da*/
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active2 {
    color: #fff;
    background-color: #EF4056; /*#a9b972;*/
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-link {
    color: #222;
    background-color: #eddfcf; /*#a9b972;*/
    margin: 1px;
}

table th.th-1, table td.td-1 {
    width: 8%; /*fixed width*/
}

table th.th-2, table td.td-2 {
    width: 17%; /*fixed width*/
}

table th.th-3, table td.td-3 {
    width: 24%; /*fixed width*/
}

table th.th-4, table td.td-4 {
    width: 32%; /*fixed width*/
}

table th.th-5, table td.td-5 {
    width: 40%; /*fixed width*/
}

table th.th-6, table td.td-6 {
    width: 48%; /*fixed width*/
}

table th.th-7, table td.td-7 {
    width: 60%; /*fixed width*/
}

table th.th-8, table td.td-8 {
    width: 72%; /*fixed width*/
}

.left-corner-hdr {
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}


* {
    box-sizing: border-box;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .slide-active, .dot:hover {
        background-color: #717171;
    }

.slide-img {
    width: 100%;
    height: 120px;
}
/* Fading animation */
.fade {
    /* animation-name: fade;
    animation-duration: 1.5s;*/
}

@keyframes fade {
    from {
        opacity: .4;
    }

    to {
        opacity: 1;
    }
}

.form-contact {
    display: flex;
}

.lbl {
    padding: 0px;
}


/*================marquee=================*/
.marquee {
    overflow: hidden;
    position: relative;
}

    .marquee ol {
        display: block;
        position: absolute;
        overflow: hidden;
        animation: marquee 5s linear infinite;
    }

    .marquee li {
        float: left;
        width: 50%;
    }

@keyframes marquee {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}
/*================panel=================*/
.orng-lbl {
    color: #eb723a;
}

.myChart {
    background: #fff;
}

.btn-date {
    padding: 2px;
    margin: 2px;
}

.btn-action {
    padding: 0.375rem 0.5rem;
}

.txt_body_action {
    font-size: 13px;
}
/*================public modal=================*/
.row-input-modal {
    align-items: center;
    border: 1px solid #94978f;
    border-radius: 5px;
}

.tbl-hdr {
    background-color: #183153;
    font-weight: bold;
}

.modal-header {
    background-color: #183153;
}

.lbl-msg-modal {
    color: red;
}

.cv-img {
    color: #cda30e;
    text-align: left;
}

.modal-title {
    /*color: #fff;*/
}

.scrl-modal {
    height: 250px;
    overflow: auto;
}
/*================scroll panel=================*/
.wrapper {
    background: #EFEFEF;
    box-shadow: 1px 1px 10px #999;
    margin: auto;
    text-align: center;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px !important;
    width: 800px;
    padding-top: 5px;
}

.scrolls {
    overflow-x: scroll;
    overflow-y: hidden;
    height: 200px;
    white-space: nowrap;
}

.imageDiv img {
    box-shadow: 1px 1px 10px #999;
    margin: 2px;
    max-height: 50px;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}
/*================UI Section=================*/
.main-title-box {
    margin-bottom: 0px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

    .main-title-box .main-title {
        font-size: 16px;
        font-weight: 700;
        color: #6386a5;
        margin: 0px;
    }

    .main-title-box .desc {
        /*font-size: 15px;
    color: #979797;*/
        margin: 0px;
    }

a.disabled {
    pointer-events: none;
    cursor: default;
}
/*================UI Schedule=================*/
.sch-done {
    background-color: #C9DBB2;
}

.sch-cancel {
    background-color: #DED0B6;
}

@media (min-width: 600px) {
    .mychart-container {
        position: relative;
        margin: auto;
        height: 255;
    }
}
