.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 36px !important;
}

.select2-container .select2-selection--single {
    height: 36px !important;
}

#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.75) url("../../assets/images/loading-balls.gif") no-repeat center center;
    z-index: 99999;
}

.has-error .form-control, .has-error .form-select {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}


.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0 !important;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px !important;
}
.selected {
    background-color: #0ab39c;
}

.disabled {
    background-color: var(--vz-input-disabled-bg) !important;
    opacity: 1;
}

.auth-mountain-bg {
    background-image: url(../images/mountain-bg.jpg);
    background-position: 50%;
    background-size: cover;
    opacity: 1;
}

.modal-transparent {
    background-color: transparent !important;
    border: transparent !important;
}

.modal-transparent h5 {
    color: #00F !important;
}

.status-text {
    font-size: 24px !important;

}

.status-open {
    color: #f1963b !important;
    border: 1px solid #f1963b;
}

.status-on-process {
    color: #3577f1 !important;
    border: 1px solid #3577f1;
}

.status-submitted {
    color: #405189 !important;
    border: 1px solid #405189;
}

.status-doc-def {
    color: #f06548 !important;
    border: 1px solid #f06548;
}

.status-approved {
    color: #0ab39c !important;
    border: 1px solid #0ab39c;
}

.status-disapproved {
    color: #f06548 !important;
    border: 1px solid #f06548;
}


.open, .allocated {
    color: #f1963b;
    font-size: 11px;
    background-color: rgba(10,179,156,.1);
}

.on-process, .hot-a {
    color: #3577f1;
    font-size: 11px;
    background-color: rgba(10,179,156,.1);
}

.submitted, .hot-b {
    color: #405189;
    font-size: 11px;
    background-color: rgba(10,179,156,.1);
}

.doc-def {
    color: #f06548;
    font-size: 11px;
    background-color: rgba(10,179,156,.1);
}

.approved, .for-allocation {
    color: #0ab39c;
    font-size: 11px;
    background-color: rgba(10,179,156,.1);
}

.disapproved {
    color: #f06548;
    font-size: 11px;
    background-color: rgba(10,179,156,.1);
}

.converted {
    color: #f672a7;
    font-size: 11px;
    background-color: rgba(10,179,156,.1);
}

.cancelled {
    /* color: #f06548; */
    color: #f06548 !important;
    border: 1px solid #f06548;
}


/* .closed {
    color: #fff;
    font-size: 11px;
    background-color: rgba(10,179,156,.1);
} */

.closed {
    color: #405189 !important;
    border: 1px solid #405189;

}

.invoiced {
    color: #02a8b5 !important;
    border: 1px solid #02a8b5;
}

.released {
    color: #0ab39c !important;
    border: 1px solid #0ab39c;

}

.for_release {
    color: #3577f1 !important;
    border: 1px solid #3577f1;

}

.for_approval {
    color: #02a8b5 !important;
    border: 1px solid #02a8b5;

}
.for_sm_approval, .for_bh_approval, .for_alo_approval {
    color: #02a8b5 !important;
    border: 1px solid #02a8b5;
}

.for_gm_approval, .for_bh_approval, .for_alo_approval {
    color: #0229b5 !important;
    border: 1px solid #0229b5;
}

.flatpickr-days  {
    background-color: #fff !important;
}



.panel {margin: 10px; text-align: center;}
.button_outer, .button_id_outer, .button_avatar_outer {background: #83ccd3; border-radius:30px; text-align: center;  display: inline-block; transition: .2s; position: relative; overflow: hidden;}
.btn_upload {padding: 11px 20px 5px; color: #fff; text-align: center; position: relative; display: inline-block; overflow: hidden; z-index: 3; white-space: nowrap;}
.btn_upload input {position: absolute; width: 100%; left: 0; top: 0; width: 100%; height: 105%; cursor: pointer; opacity: 0;}
.file_uploading, .file_id_uploading, .file_avatar_uploading {width: 100%; height: 10px; margin-top: 20px; background: #ccc;}
.file_uploading .btn_upload, .file_id_uploading .btn_upload, .file_avatar_uploading .btn_upload {display: none;}
.processing_bar {position: absolute; left: 0; top: 0; width: 0; height: 100%; border-radius: 30px; background:#83ccd3; transition: 3s;}
.file_uploading .processing_bar, .file_id_uploading .processing_bar, .file_avatar_uploading .processing_bar {width: 100%;}
.success_box {display: none; width: 42px; height: 10px; position: relative;}
.success_box:before {content: ''; display: block; width: 9px; height: 18px; border-bottom: 6px solid #fff; border-right: 6px solid #fff; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); position: absolute; left: 17px; top: 10px;}
.file_uploaded .success_box, .file_id_uploaded .success_box , .file_avatar_uploaded .success_box {display: inline-block;}
.file_uploaded, .file_id_uploaded, .file_avatar_uploaded {margin-top: 0; width: 50px; background:#83ccd3; height: 50px;}
.uploaded_file_view {max-width: 300px; text-align: center; position: relative; transition: .2s; opacity: 1; padding: 0 0 15px;}
.file_remove, .file_id_remove, .file_avatar_remove{width: 30px; height: 30px; border-radius: 50%; display: block; position: absolute; background: #aaa; line-height: 30px; color: #fff; font-size: 12px; cursor: pointer; right: -15px; top: -15px;z-index: 1;}
.file_remove:hover, .file_id_remove:hover, .file_avatar_remove:hover {background: #222; transition: .2s;}
.uploaded_file_view img {max-width: 100%;}
.uploaded_file_view.show {opacity: 1;}
.error_msg {text-align: center; color: #f00}

.error {
    color: #f00;
}

.btn-file {
    position: relative;
    overflow: hidden;
  }

  .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
  }

#role-table_filter,
#permission-table_filter,
#user-table_filter,
#menu-table_filter,
#submenu-table_filter{
    display: none;
}

.form-floating>.form-control,
.form-floating>.form-select,
.form-floating>.form-control-plaintext {
    padding: 0rem 0.65rem;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
    height: calc(2.2rem + 2px);
    line-height: 4;
}

.form-floating>label {
    padding: 0.5rem 0.75rem;
}

.perm, .all_row_perm , .select_all_perm{
    width: 20px;
    height: 20px;
    margin: 10px;
}

input[type=checkbox][disabled]{
    cursor:not-allowed;
    -webkit-box-shadow: 0px 0px 0px 1px #ff67954d;
    -moz-box-shadow: 0px 0px 0px 1px #ff67954d;
    box-shadow: 0px 0px 0px 1px #ff67954d;
}
input[type=checkbox]:not([disabled]) .perm, .all_row_perm , .select_all_perm {
    cursor:pointer;
    -webkit-box-shadow: 0px 0px 0px 1px #15008e;
    -moz-box-shadow: 0px 0px 0px 1px #15008e;
    box-shadow: 0px 0px 0px 1px #15008e;
}

.file_upload {
    display: none;
}

.profilepic {
    position: relative;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #111;
  }

  .profilepic:hover .profilepic-content {
    opacity: 1;
  }

  .profilepic:hover .profilepic-image {
    opacity: .5;
  }

  .profilepic-image {
    object-fit: cover;
    opacity: 1;
    transition: opacity .2s ease-in-out;
  }

  .profilepic-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    opacity: 0;
    transition: opacity .2s ease-in-out;
    cursor: pointer;
  }

  .profilepic-icon {
    color: white;
    padding-bottom: 8px;
  }

  .fas {
    font-size: 20px;
  }

  .profilepic-text {
    text-transform: uppercase;
    font-size: 12px;
    width: 50%;
    text-align: center;
  }

  .p-half5 {
    padding: 0.5rem
  }
  .right {
    text-align: right !important;
  }

  .left {
    text-align: left !important;
  }

.clock {width:auto; margin:0 auto; padding:50px 10px 10px 10px; border:0px solid #333; color:#000; }

#Date { font-family:'BebasNeueRegular', Arial, Helvetica, sans-serif; font-size:36px; text-align:center; text-shadow:0 0 5px #ccc; }

.clock ul { margin:0 auto; padding:0px; list-style:none; text-align:center; }
.clock ul li { display:inline; font-size:10em; text-align:center; font-family:'BebasNeueRegular', Arial, Helvetica, sans-serif; text-shadow:0 0 5px #ccc; }

#point { position:relative; -moz-animation:mymove 1s ease infinite; -webkit-animation:mymove 1s ease infinite; padding-left:10px; padding-right:10px; }

@-webkit-keyframes mymove 
{
0% {opacity:1.0; text-shadow:0 0 20px #ccc;}
50% {opacity:0; text-shadow:none; }
100% {opacity:1.0; text-shadow:0 0 20px #ccc; }	
}


@-moz-keyframes mymove 
{
0% {opacity:1.0; text-shadow:0 0 20px #ccc;}
50% {opacity:0; text-shadow:none; }
100% {opacity:1.0; text-shadow:0 0 20px #ccc; }	
}

.ag-theme-quartz,
.ag-theme-quartz-dark {
    --ag-font-size: 12px !important;
    --ag-font-family: monospace;
}