﻿body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/
}

* {
    margin: 0;
    padding: 0;
}




div .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: -8px;
    z-index: 5;
    /*width: 110%;*/
   
}



.checkOnRowClick td {
    padding-left:3px;
}
/*.disabled btn:hover {
    cursor: not-allowed;
}
a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none;
}*/
.form-container {
    max-width: 80%;
    max-height: 80%;
    overflow-y: scroll;
}
.ResourceTypes a label, .ResourceTypes a svg {
    color: black;
}

/*Iinline text in mvc grids*/
.theCell {
    width: 1%;
    white-space: nowrap;
}

.borderResources {
    height: auto;
    border: 1px solid black;
    padding: 10px;
    border-radius: 10px;
    margin-bottom:5px;
}


.tabs {
    /*border: solid;
    border-width: 1px;
    background-color: transparent;*/
    border: 1px solid rgba(0, 0, 0, 0.1);
}

    .tabs ul {
        background-color: transparent;
        border:none;
    }



a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: all;
    cursor: not-allowed;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.mvc-grid-cancel {
    color: #dc3545 !important;
    background-color: transparent !important;
    background-image: none !important;
    border-color: #dc3545 !important;
}

.mvc-grid-apply {
    color: #28a745 !important;
    background-color: transparent !important;
    background-image: none !important;
    border-color: #28a745 !important;
    font-family:Arial!important;
}

.mvc-grid-pager ul li {
    background-color: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(0, 0, 0, 0.07);
    display: inline-block;
    text-align: center;
    min-width: 0.9em;
    cursor: pointer;
}

.mvc-grid-pager button[type=button] {
    background-color: transparent;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    display: inline-block;
    width: auto;
    color: #495057;
}

    .mvc-grid-pager button[type=button]:hover {
        background-color: #efefef;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        color: #495057;
    }
/*
.mvc-grid-pager .disabled {
    background-color: transparent;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    display: inline-block;
    width: auto;
    color: #495057;
}*/

.chat-panel .chatpanel-body {
    max-height: 800px;
    overflow-y: scroll;
}


.chatInput {
    max-width: inherit;
}

.form-popup {
    position: fixed;
    /*    width: 100%;*/
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 10px;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    flex-direction: row;
/*    visibility: hidden;*/
    justify-content: center;
    z-index: 50;
}


.OverlayContainer {
    width: 100%;
    height: 100%;
    position: relative;
}

.controlCheckbox {
    width: 50px;
    height: 34px;
}

.checkBoxLabel {
    margin-top: 5px;
    height: 34px;
    width: 100%;
}

.overlayWrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.overlayContent {
    width: 600px;
    height: 200px;
    background-color: cornflowerblue;
    display: flex;
    justify-content: space-around;
}


/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 5px;
    padding-right: 15px;
    top: 50px;
    position: absolute;
}

#main {
    transition: margin-left .5s;
    margin-left: 250px;
    margin-top: 25px;
}

.navbarSite {
    transition: 0.5s;
    margin-top: 0px !important;
    top: 0px !important;
    z-index: 9992;
    height: 55px;
    max-height: 55px;
    justify-content: unset;
    align-items: center;
    position: fixed;
    width: 100%;
}



.navbar-brand {
    height: auto;
    width: auto;
    /*padding: 5px 5px!important;*/
}

/*.nav-item {
    margin-top:20px;
}*/

#MainMenuButton {
    transition: 0.5s;
    margin-top: 0px;
}



.navbar-inverse .navbar-nav > .open > a {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}




.sideNavOpenButton {
    text-decoration: none;
    font-size: 25px;
}

.navbar-collapse.collapse {
    display: block !important;
    max-height: 50px;
}

/*.navbar-nav > li, .navbar-nav {

}*/



.navbar-nav.navbar-right:last-child {
    margin-right: -15px !important;
}

.form-inline {
    /*align-items:unset;
            top:0px;*/
}

.navbar-right {
    float: right !important;
    margin-right: 5px;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.autocompleteMaxHeight {
    max-height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.Widgets {
    margin-right: 0px;
}

    .Widgets iframe, .Widgets div {
        background-color: transparent;
        border-radius: 5px;
        margin-right: 10px;
    }

.Widgetsborder div {
    background-color: white;
    border: solid;
    border-width: 10px;
    border-radius: 5px;
    margin-right: 10px;
    padding: 5px 5px 5px 5px;
}

.navbar .navbar-nav {
    display: inline-block !important;
    float: none;
    margin: 0px -15px !important;
    justify-content: unset;
    align-items: unset;
}

.navbar .navbar-collapse {
    text-align: center;
}

.container {
    width: 100%;
}


.Widgets {
    display: inline-block !important;
}




    .Widgets ul, .Widgets li {
        background-color: transparent;
        border: none;
        padding: 0px;
        margin: 10px 0px 0px 0px;
        box-shadow: none;
        list-style: none;
    }



.AppBackground {
    padding: 8px 8px 8px 0px;
    text-decoration: none;
    font-size: 25px;
    font-weight: bold;
}


.mutliSelectCheckbox {
    direction: rtl;
}

    .mutliSelectCheckbox input[type="checkbox"] {
        display: none;
    }


        .mutliSelectCheckbox input[type="checkbox"] + label {
            display: none;
        }

        .mutliSelectCheckbox input[type="checkbox"]:checked + label {
            display: inline;
        }

h2 {
    font-weight: bold;
}

.hidden {
    display: none;
}

.sidenav {
    position: fixed;
    height: 100%;
    min-height: 800px;
    overflow: scroll;
    z-index: 9991;
    top: 0;
    left: 0;
    /*overflow-x: hidden;*/
    /*overflow-y:scroll;*/
    /*overflow-y: scroll;*/
    transition: 0.5s;
    padding-top: 20px;
    -ms-overflow-style: none;
    /*// IE 10+*/
}

    .sidenav a {
        padding: 8px 8px 8px 0px;
        text-decoration: none;
        font-size: 25px;
        display: block;
        transition: 0.3s
    }



    .sidenav li, .AppForeground {
        /*padding: 8px 8px 8px 0px;*/
        text-decoration: none;
        font-size: 25px; /*            normal  color: #cccccc ;              hoover:   color: #818181;               */
        font-weight: bold;
        display: block;
        transition: 0.3s;
    }

.sidenavIcon {
    min-width: 30px;
}

.sidenav label {
    display: inline;
}






.sidenav .closebtn {
    top: 0;
    right: 10px;
    font-size: 36px;
    /*// margin-left: 50px;*/
}

.dropdown-menu {
    min-width: 200px;
}


.sideNavSmall label {
    display: none;
}


.sidenav ul {
    margin-left: 30px;
    text-decoration: none;
    font-size: 25px; /*            normal  color: #cccccc ;              hoover:   color: #818181;               */
    font-weight: bold;
    transition: 0.3s;
    height: auto;
}

.subMenu {
    /*display:block;*/
    transform: unset !important;
    z-index: 1000 !important;
    top: 5px;
    left: 13px;
    margin-left: 45px;
    height: auto;
}

.visibleX ul {
    margin-left: 5px;
}

    .visibleX ul li a svg {
        padding-right: 5px;
        /*margin-right: 5px !important;*/
    }






/*.mvc-grid tr:nth-child(odd) td {

    background-color:beige;
}*/

.mvc-grid tr {
    cursor: pointer;
}



.flex {
    display: flex;
    flex-direction: row;
}


::-webkit-scrollbar {
    width: 0px; /* remove scrollbar space */
    background: transparent; /* optional: just make scrollbar invisible */
}


.forceScroll::-webkit-scrollbar {
    width: unset; /* remove scrollbar space */
    background: transparent; /* optional: just make scrollbar invisible */
}

.forceScroll::-webkit-scrollbar-corner {
    background:transparent;
}

.mvc-grid::-webkit-scrollbar {
    width: 10px; /* remove scrollbar space */
}

/*.body-content::-webkit-scrollbar {
    left:calc(100% - 15px);*/ /* remove scrollbar space */
/*}*/

.mvc-grid-allVisible {
    overflow-y: visible !important;
    overflow-x: visible !important;
}

.mvc-grid-Default {
    overflow:auto!important;
}

.mvc-grid-allVisible th {
  position:sticky;
}

.mvc-grid::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.mvc-grid::-webkit-scrollbar-thumb {
  background: #888; /* optional: just make scrollbar invisible */

}
/* optional: show position indicator in red */
/*::-webkit-scrollbar-thumb {
    /*background: #FF0000;
    }*/

.sideNavSmall {
    /*height: auto !important;*/
    overflow: visible;
    position: absolute;
    z-index: 9991;
    height: 100vh;
    /*overflow-x:visible;*/
    /*overflow: visible;*/
    /*overflow-y: scroll;*/
    /*overflow-y:visible;
    overflow-x:scroll;*/
}

.visibleX {
    position: relative;
    overflow-x: visible;
}
/*.subMenu li::before {
    border-left: dashed;
    border-width: 1px;
    border-color: greenyellow;
}*/

.submenuItem {
    font-size: 18px !important;
    font-weight: bold;
}


.transparentBG {
    background-color: transparent;
}

.WidgetsButtons svg {
    color: #f2f2f2;
}

.WidgetContainer {
    right: 0px;
    left: unset;
}

.bottomdiv {
    bottom: 0;
    /*align-self: flex-end;*/
    margin-top: auto;
    margin-bottom: 30px;
}

.BrandSmall {
    display: none !important;
}

.BrandBig {
    display: inline !important;
    font-weight: bold;
}

.AnnouncementsTop {
    display: inline !important;
    margin-left: 40px !important;
    margin-right: 40px;
    padding-top: 5px;
    font-size: medium;
    color: white;
    max-height: 55px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
    width: 100%;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    /*width: 100%;*/
    /*max-height: 50px;*/
}

.carousel-item {
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 50px;
}

.carouselWizard {
    text-overflow: unset;
    overflow: unset;
    max-height: unset;
    margin-left: 200px;
    margin-right: 200px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    min-width: 60px;
    height: 34px;
    top: 4px;
    vertical-align: middle;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }



.sliderDisabled span:before {
    background-color: transparent;
}

input:checked + .slider {
    background-color: #5cb85c;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.input-group-text, .iconpicker-component {
    background-color: transparent !important;
}
/* QR code generator */
#qrCode {
    margin: 15px;
}

.scrollDisable {
    position: fixed;
}

.fc-event-time {
    vertical-align: top;
}

.fc-daygrid-event-dot{
margin-top: 7px!important;
vertical-align: top;
}

.calItemSelected {
   opacity:100% !important;
}
/*#1724bd*/
.diemsBorder {
    border-color: #fca430!important;
    border-width: 3px !important;
    border-radius: 3px !important;
}

.editableTe {
    opacity: 85%;
}

.notEditableTE {
    opacity: 70%;
}

.presenceTable {
    color: black;
    /*font-weight: bold;*/
    border-bottom: solid;
    border-color: white;
}

.required:after {
    content: " *";
    font-weight: bold;
    color: red;
}

.headersBorderWhite {
    border-color:white;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }

    .BrandSmall {
        display: inline !important;
    }

    .BrandBig {
        display: none !important;
    }

    .Widgets ul, .Widgets li, .Widgets a {
        display: none;
    }

  
}

@media screen and (max-width: 600px) {

    .AnnouncementsTop {
        display: none !important;
    }

 
}
