﻿.my-modal-title {

    width: 90% !important;
    text-align: end;
    
}
.modal-content {
    width: 550px;
    margin: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
}
.modal-footer {
    padding: 1rem;
    border-radius: .3rem;
}
.modal-header {
    padding: .3rem
}
.modal-footer {
    padding: 1rem
}

.custom-hr {
    height: 4px;
    background-color: #49c5b6;
    border: none;
}
.video-buttons-container {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 15px;
    left: 10px;
    z-index: 1;
}

.edit-video-btn,
.delete-video-btn {
    margin-top: 7px;
}

@media (max-width: 768px) {
     .video-buttons-container {
         top: 15px;
         left: 10px;
     }

     .edit-video-btn,
     .delete-video-btn {
         margin-right: 0;
         margin-top: 0;
         margin-bottom: 5px;
     }
 }
#AddEngModal label {
    margin-right: 5px !important
}

.select_mounth {
    border: 1px solid red;
    padding: 5px 8px;
    background: #ffd9d9;
}

fieldset.scheduler-border {
    border: 1px solid lightgrey !important;
    padding: 0 0.4em 0.4em 0.4em !important;
    margin: 0 0 0.8em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
    border-radius: 5px;
}

select.form-control {
    padding-top: 0 !important;
}

legend.scheduler-border {
    font-size: 0.9em !important;
    text-align: right !important;
    width: auto;
    padding: 0 10px;
    color: darkcyan;
}

.sidenav {
    display: none;
    height: 100%;
    width: 350px;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
}

.tmp_div {
    background-color: #f8f9fa;
}

    .tmp_div:hover {
        background-color: lightcyan;
        cursor: pointer;
    }

.no_exist {
    height: 25px;
    background-image: linear-gradient(to right, white, orange, white);
}

.btn-purple {
    color: #fff;
    background-color: #5e2db6;
    border-color: #5e2db6;
}

    .btn-purple:hover {
        color: #fff;
        background-color: #5e2db6;
        border-color: #5e2db6;
    }

.btn-brown {
    color: #fff;
    background-color: #895311;
    border-color: #895311;
}

    .btn-brown:hover {
        color: #fff;
        background-color: #6d420e;
        border-color: #6d420e;
    }

.toggle_letter > button {
    display: block;
    position: relative;
    color: #9A9A9A;
}

    .toggle_letter > button:after {
        content: "\f0d7"; /* fa-chevron-down */
        font-family: 'FontAwesome';
        position: absolute;
        right: 4px;
        top: 4px;
    }

    .toggle_letter > button[aria-expanded="true"]:after {
        content: "\f0d8"; /* fa-chevron-up */
        top: 2px;
    }

.cmd_title {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tooltip1 {
    position: relative;
    display: inline-block;
}

    .tooltip1 .tooltiptext1 {
        visibility: hidden;
        width: max-content;
        background-color: #fff;
        color: #3b3737;
        text-align: center;
        border-radius: 6px;
        padding: 0 5px;
        border: solid 1px lightgray;
        font-size: 12px;
        top: -26px;
        position: absolute;
        z-index: 1;
        box-shadow: 2px 1px 14px -1px lightgrey;
        font-weight: normal;
    }

    .tooltip1:hover .tooltiptext1 {
        visibility: visible;
    }

.chk_light {
    background: lightcyan !important;
}

.mycard {
    background-color: white;
    width: 100%;
    border-radius: .55rem;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
    transition: .5s;
    border: 1px solid #dee2e6 !important;
}

.mycardHeader {
    padding-bottom: 0;
    padding-top: 7px;
    width: 100%;
}

.mycardHeaderDiv {
    width: 100%;
    padding-bottom: 2px;
    margin-bottom: 0;
    padding-right: 10px;
    padding-left: 2px;
}

.mycardBody {
    width: 100%;
    padding: 10px;
    overflow-y: auto;
    overflow-x: hidden;
}

.dataTables_filter {
    display: none;
}

table {
    counter-reset: section;
}

.count:before {
    counter-increment: section;
    content: counter(section);
}

.border_error {
    border-color: red;
}

.border_succes {
    border-color: Lime;
}

.divTable {
    display: table;
    width: 100%;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

.divTableCell, .divTableHead {
    display: table-cell;
    padding: 3px 3px 0 3px;
    border-bottom: 1px solid lightgray;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}

.fa-passwd-reset {
    color: gray;
}

    .fa-passwd-reset > .fa-lock {
        font-size: 0.55rem;
    }

.CardEmpolyee .form-inline .checkbox {
    padding-top: 10px;
}

.CardEmpolyee .form-inline .control-label {
    margin-right: 10px;
}

.modal.left .modal-dialog {
    position: fixed;
    margin: auto;
    width: 350px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body {
    padding: 15px 15px 80px;
}

.modal.left.fade .modal-dialog {
    left: -350px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
    left: 0;
}

.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #eeeeee;
    background-color: #fafafa;
}

.text-archive {
    color: #6d59b4;
}

.text-succes_light {
    color: #49c5b6;
}

.text-warning_Dark {
    color: #fc842e;
}

.image_custom {
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
    border: 2px solid #fff;
}

.image_custom1 {
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
    border: 2px solid #0094ff;
}

ul#menu li {
    display: inline;
    padding: 0px 10px;
    border-left: 1px solid lightgray;
}

.color-envlope {
    color: #49c5b6;
}

[contenteditable] {
    border: solid 1px lightgreen;
    padding: 5px;
    border-radius: 3px;
}

.bg_light_custome {
    background-color: #ffffff;
}

.MyHr {
    margin: 5px 0;
}

.ppi {
    padding: 1px;
}

.ppl {
    padding: 2px 7px;
}

.pplm {
    padding: 2px 7px;
    border-radius: 2px;
}

.modal-full {
    min-width: 100%;
    margin: 19% 0;
}

    .modal-full .modal-content {
        min-height: 20vh;
        background-color: #333030;
        opacity: 0.7;
    }

        .modal-full .modal-content .bh {
            box-shadow: 5px 5px 5px #232121;
            opacity: 1;
        }

.BtnCardHeader {
    padding: 0 4px;
}

.MyRow {
    height: auto;
    width: 100%;
    padding-bottom: 2px;
    padding-top: 0;
    margin-bottom: 3px;
    box-shadow: inset 0px 100px 111px -147px lightgrey;
}

    .MyRow:hover {
        background-color: whitesmoke;
    }

.MyRowgreen {
    height: auto;
    width: 100%;
    padding-bottom: 2px;
    padding-top: 0;
}

    .MyRowgreen:hover {
        background-color: lightgreen;
    }

.MyRowred {
    height: auto;
    width: 100%;
    padding-bottom: 2px;
    padding-top: 0;
}

    .MyRowred:hover {
        background-color: lightcoral;
    }

.MyRowblue {
    height: auto;
    width: 100%;
    padding-bottom: 2px;
    padding-top: 0;
}

    .MyRowblue:hover {
        background-color: lightblue;
    }

.parafs {
    z-index: 999;
    position: relative;
}

@media screen and (max-height: 992px) {
    .CardContent {
        height: 31.2rem;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

@media screen and (max-height: 992px) {
    .Cardgroup {
        height: 35.6rem;
        overflow-y: auto;
        margin-bottom: 0;
        overflow-x: hidden;
    }
}

@media screen and (max-height: 992px) {
    .Cardcenteral {
        height: 28.6rem;
        overflow-y: auto;
        margin-bottom: 0;
        overflow-x: hidden;
    }
}

@media screen and (max-width: 991px) {
    .Cardgroup {
        margin-left: -10px;
    }
}

@media screen and (max-width: 767px) {
    .Cardcenteral {
        margin-left: -10px;
    }
    .video-buttons-container {
        top: 15px;
        left: 10px;
    }

    .edit-video-btn,
    .delete-video-btn {
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 5px;
    }
}


.video-buttons-container {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 15px;
    left: 10px;
    z-index: 1;
}

.edit-video-btn,
.delete-video-btn {
    margin-top: 7px;
}


.btn-group.disabled a {
    pointer-events: none;
    opacity: 0.5;
}
