
.FormFilePhoto{
    color: White;

}
/*
.form-th{
  background-color: white;
  color: #808080;
}
*/

th {
  background-color: #00BCD4;
  color: white;
}

#custome_th{
  background-color: white;
  color: black;
}

.FormUserPhoto{
    color: White;
}

.Error_Message{
    color: red;
}

.SectionTitle {
  background-color: #25ceec;
  color: white;
}

.input_text {
    text-align: center;
}

.ol-content {
    margin-left: 1.2em;
    padding-left: 0;
}

.custom_link {
  color: white;
}
.custom_link:visited {
  color: white;
}
.custom_link:hover, a:active, a:focus {
  color: white;
}

.sections_list{
    display: block;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
}

.select-css::-ms-expand {
    display: none;
}
.select-css:hover {
    border-color: #888;
}
.select-css:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none;
}
.select-css option {
    font-weight:normal;
}


.fc-today {
    background: #ffb74d !important;
}

a_loader {
  color: white;
}

.ct-chart .ct-series-a .ct-slice-pie, .ct-chart .ct-series-a .ct-slice-donut-solid, .ct-chart .ct-series-a .ct-area {
    fill: #f44336;
}

.ct-chart .ct-series-b .ct-slice-pie, .ct-chart .ct-series-b .ct-slice-donut-solid, .ct-chart .ct-series-b .ct-area {
    fill: #ff6d00;
}

.ct-chart .ct-series-c .ct-slice-pie, .ct-chart .ct-series-c .ct-slice-donut-solid, .ct-chart .ct-series-c .ct-area {
    fill: #aee571;
}

.ct-series-d .ct-area, .ct-series-d .ct-slice-donut-solid, .ct-series-d .ct-slice-pie {
    fill: #00b8d4;
}

.ct-series-e .ct-area, .ct-series-e .ct-slice-donut-solid, .ct-series-e .ct-slice-pie {
    fill: #009624;
}

.required {
  color: red;
  vertical-align: top;
}

table.dataTable tbody tr:hover {
   background-color:    #f7c78c !important;
   cursor: pointer !important;
}

pagination>.page-item.active>a,
.pagination>.page-item.active>a:focus,
.pagination>.page-item.active>a:hover,
.pagination>.page-item.active>span,
.pagination>.page-item.active>span:focus,
.pagination>.page-item.active>span:hover {
    background-color: #01bcd4 !important;
    border-color: #01bcd4 !important;
}

.form_input_style_1 {
    background: #fafafa;
    box-shadow: inset 0px 1px 3px 0px rgb(0 0 0 / 8%);
    border-radius: 5px;
    padding-left: 5px;
}

.form-control:invalid {
    background-image: linear-gradient(to top, #d7d7d7 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}


.multiline-text {
    white-space: pre-line !important;
    overflow: auto !important;
}


a.disabled {
  pointer-events: none !important;
  cursor: default !important;
  background-color: gray !important;
  border-color: gray !important;
}

.link_no_format {
    color: black;
    text-decoration: none;
    background-color: none;
}

.link_no_format:hover {
    text-decoration: none;
    color: black;
}