/* Custom page CSS
-------------------------------------------------- */
@import url("chosen.css"); /* Select Boxes Styles */
@import url("jquery.cleditor.css");	
/* Not required for template or sticky footer method. */
.container {
  width: auto;
  /*max-width: 680px;*/
  padding: 0 15px;
}

.mccontainer-full {
    width: 100%;
    /*max-width: 680px;*/
    padding: 0 15px;
}

.msgz {
    padding-top: 35px;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

    .form-signin .checkbox {
        font-weight: 400;
    }

    .form-signin .form-floating:focus-within {
        z-index: 2;
    }

    .form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }


.custom-combobox {
    position: relative;
    display: inline-block;
  }
  .custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
  }
  .custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
  }
  .checkboxtab{
      display:block;
  }

.GridPager a, .GridPager span {
    display: block;
    height: 25px;
    width: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.GridPager a {
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}

.GridPager span {
    background-color: #A1DCF2;
    color: #000;
    border: 1px solid #3AC0F2;
}

.headertab th {
    background-color: #0d6efd;
    color: #f5f5f5;
}
.headertab a{
    color: #f5f5f5;
    text-decoration: none;
}
.headertab a:visited {
    color: #f5f5f5;
    text-decoration: none;
}
.rightcol th {
    text-align: right;
}
.rightcol td {
    text-align:right;
}
.rightcol {
    text-align: right;
}

.form-label {
    color: #808080;
}
h6{
    padding-top:10px;
    border-bottom:solid thin;
}
tr.greentext td {
    color: #198754 !important;
}
tr.redtext td {
    color: #ff0000 !important;
}
tr.greytext td {
    color: #808080 !important;
}
input[type=radio] {
    transform: scale(2);
    margin-right:10px !important;
}
.fc-license-message{
    display:none !important;
}
.fc-timegrid-event {
    font-size: 12px;
}
.fc .fc-timegrid-slot{
    height: 5em !important;
}
input[type=checkbox] {
    transform: scale(1.5);
    margin-right: 10px !important;
    margin-left: 5px !important;
}

