﻿/* body {
    font-family: "Segoe UI", "Segoe", Tahoma, Helvetica, Arial, sans-serif;
} */

#myytable {
    border-collapse: collapse;
    /* margin: 5px; */
    font-size: small;
    width: 915px;
}

#myytable th {
    background-color: #f7f7f9 !important;
    color: black !important;
    text-align: left !important;
}

#myytable td,
#myytable th {
    border: 1px solid #ddd !important;
    padding: 6px;
    text-align: left !important;
}

#myytable td {
    height: 37px;
}

#myytable td:nth-child(1) {
    text-align: center !important;
}


/* #myytable tr {
    background-color: white;
} 

#myytable tr:nth-child(odd) {
    background-color: white;
}*/

#myytable tr:nth-child(even) {
    /* background-color: rgba(180, 126, 52, 0.15); */
    background-color: #fffcf8;
}

#myytable tr:hover {
    background-color: rgba(180, 126, 52, 0.30);
}

#myytable tr.selected {
    background-color: rgba(180, 126, 52, 0.5);
}

#myyheadtable {
    /* border: 1px solid black; */
    border-collapse: collapse;
    /* margin: 5px; */
    /* font-size: small !important; */
    width: 1015px;
    margin-left: auto;
    margin-right: auto;
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
}

#myyheadtable td,
#myyheadtable th {
    border: 0px solid #F5F5F5;
    /* padding: 6px; */
    /* height: 37px; */
}


/* #myyheadtable tr:nth-child(odd) { */


/* /background-color: rgba(180, 126, 52, 0.15); */


/* background-color: rgba(221, 197, 153, 0.5); */


/* background-color: #F7F7F7; */


/* } */


/* #myyheadtable tr:hover { */


/* background-color: rgba(31, 65, 40, 1); */


/* background-color: rgba(180, 126, 52, 1); */


/* background-color: rgba(221, 197, 153, 0.25); */


/* color: white; */


/* background-color: lightgray; */


/* } */

#myyheadtable th {
    text-align: center !important;
    background-color: #1f4128;
    color: white;
}

#myynewtable {
    /* border: 1px solid black; */
    border-collapse: collapse;
    /* margin: 5px; */
    /* font-size: small; */
    width: 1015px;
    margin-left: auto;
    margin-right: auto;
}

#myynewtable td,
#myyheadtable th {
    border: 0px solid #F5F5F5;
    /* padding: 6px; */
    /* height: 37px; */
}

#myynewtable tr:nth-child(odd) {
    /* background-color: rgba(180, 126, 52, 0.15); */
    /* background-color: rgba(221, 197, 153, 0.5); */
    background-color: #F7F7F7;
}

#myynewtable tr:hover {
    /* background-color: rgba(31, 65, 40, 1); */
    /* background-color: rgba(180, 126, 52, 1); */
    /* background-color: rgba(221, 197, 153, 0.25); */
    color: white;
    background-color: #1f4128;
}

#inner {
    border: 0px;
}

#inner td {
    border: 0px;
    height: auto;
    padding: 0;
}

#inner tr:hover {
    background-color: rgba(221, 197, 153, 0);
}

#inner tr:nth-child(odd) {
    background-color: rgba(221, 197, 153, 0);
}

.approvalTable {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

.sectionDiv {
    /* width: 1055px; */
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

ul.a {
    list-style-type: circle !important;
    background-color: transparent !important;
    font-size: initial !important;
    padding: initial !important;
    padding-left: initial !important;
    margin: initial !important;
}

li.a {
    list-style-type: circle !important;
    background-color: transparent !important;
    font-size: initial !important;
    padding: initial !important;
    padding-left: initial !important;
    margin-left: 20px !important;
}

label {
    margin: 0px;
    margin-left: 5px;
}


/* div:empty {
    display: none;
} */


/* .tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    opacity: 1 !important;
}

.tooltip .tooltiptext {
    visibility: hidden;
    background-color: #1F4128;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    bottom: 50%;
    left: 0%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
} */

.myheight {
    height: 40px;
}

.oreg input[type="file"] {
    padding: 6px 10px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    width: 250px;
    transition: 0.5s ease-in;
}

.oreg input[type="text"],
select {
    padding: 6px 10px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    width: 250px;
    /* -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15); */
    /* box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15); */
    transition: 0.5s ease-in;
}

.oreg input[type="text"]:hover,
select:hover {
    border-color: #b47e34;
    transition: 0.5s ease-in;
}

.oreg input[type="text"]:focus {
    -webkit-appearance: none;
    outline: none;
    /* color: #1f4128; */
    border-radius: 4px;
    border-color: #1f4128 !important;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    transition: 0.5s ease-in;
}

.oreg input[type="radio"] {
    margin-left: 25px;
}

.oreg input[type="radio"]:hover+label {
    background-color: rgba(221, 197, 153, 0.5);
    /* background-color: rgba(31, 65, 40, 0.15); */
    transition: 0.25s ease-in;
    border-radius: 5px;
}

.oreg input[type="radio"]:checked+label {
    /* background-color: rgba(221, 197, 153, 0.5); */
    background-color: #dff0d8;
    border-radius: 5px;
    /* -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15); */
    transition: 0.25s ease-in;
}

div.ms-inputuserfield {
    padding: 6px 10px;
    /* display: inline-block; */
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    width: 250px;
    height: 31px;
    transition: 0.5s ease-in;
    float: left;
    /* vertical-align: top; */
}

textarea {
    padding: 6px 10px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    /* width: 225px; */
    /* -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15); */
    /* box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15); */
    transition: 0.5s ease-in;
}

textarea:focus {
    -webkit-appearance: none;
    outline: none;
    color: #1f4128;
    /* background-color: #ddc599; */
    border-radius: 4px;
    border-color: #1f4128;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    transition: 0.5s ease-in;
}

.oreg input[type="submit"] {
    /* width: 100%; */
    height: 37px;
    background-color: #b47e34;
    color: white;
    padding: 6px 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 0px !important;
}

.oreg input[type="submit"]:hover {
    background-color: #1F4128;
}

.oreg input[type="password"] {
    padding: 6px 10px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    width: 250px;
}

.oreg input[type="password"]:hover {
    background-color: #ddc599;
}

.oreg input[type="password"]:focus {
    -webkit-appearance: none;
    outline: none;
    background-color: #ddc599;
    border-radius: 4px;
    border-color: #b47e34;
}

.oreg div:empty {
    display: none;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: lightgray !important;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: lightgray !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: lightgray !important;
}


/* input[type=text]:disabled {
    background: #dddddd;
}

textarea:disabled{
    background: #dddddd;
} */

#overlay {
    background: black;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 500;
    opacity: 0.5;
}

#loading-img {
    background: url(/sites/ITC/EAD/Services/images/loadingbar.gif) center center no-repeat;
    height: 50%;
    z-index: 550;
}


/* .garbage {
    display: none;
} */

.garbage[style*=inline]+input,
.garbage[style*=inline]+select,
.garbage[style*=inline]+textarea,
.garbage[style*=inline]+text {
    background-color: #FDEDEC;
    border: 1px solid #ff0000;
}

.garbage[style*=visible]+input,
.garbage[style*=visible]+select,
.garbage[style*=visible]+textarea,
.garbage[style*=visible]+text {
    background-color: #FDEDEC;
    border: 1px solid #ff0000;
}

.btn-prime {
    background-color: #AA7C43!important;
    color: #fff!important;
    border-color: #AA7C43 !important;
    border-radius: 25px !important;
    width: 250px;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    transition: 0.3s ease-in;
}

.btn-prime.hover,
.btn-prime:hover {
    background-color: #006533!important;
    border-color: #006533 !important;
    color: white !important;
    transition: 0.3s ease-in;
}

.btn-prime.focus,
.btn-prime:focus {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
}

.btn-prime:not([disabled]):not(.disabled).active,
.btn-prime:not([disabled]):not(.disabled):active,
.show>.btn-prime.dropdown-toggle {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    background-color: #ddc599 !important;
    /* border-color: #1F4128 !important; */
    color: #1F4128 !important;
}


/* div#suiteBarLeft {
    background-color: #1f4128;
} */

.en {
    text-align: left;
    width: 20%;
    vertical-align: top;
}

.ar {
    direction: rtl;
    text-align: right;
    width: 20%;
    vertical-align: top;
}

.en_survey {
    text-align: left;
    width: 20%;
    vertical-align: top;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10) !important;
    padding-top: 15px;
    padding-bottom: 15px;
}

.en33 {
    text-align: left;
    width: 33%;
    vertical-align: top;
    padding-left: 50px;
    height: 60px;
}

.ar33 {
    direction: rtl;
    text-align: right;
    width: 33%;
    vertical-align: top;
    padding-right: 50px;
}

.en33_2 {
    text-align: left;
    width: 33%;
    /* vertical-align: top; */
    padding-left: 50px;
    height: 40px;
}

.ar33_2 {
    direction: rtl;
    text-align: right;
    width: 33%;
    /* vertical-align: top; */
    padding-right: 50px;
}

.center33 {
    text-align: center;
    width: 33%;
    vertical-align: top;
}

.center33_2 {
    text-align: center;
    width: 33%;
    /* vertical-align: top; */
}

.enCus {
    text-align: left;
    width: 50%;
    vertical-align: top;
    color: gray;
}

.arCus {
    direction: rtl;
    text-align: right;
    width: 50%;
    vertical-align: top;
    color: gray;
}

.enCus2 {
    direction: ltr;
    text-align: left;
    width: 50%;
    vertical-align: top;
    padding: 5px;
    background: #f7f7f9;
}

.arCus2 {
    direction: rtl;
    text-align: right;
    width: 50%;
    vertical-align: top;
    padding: 5px;
    background: #f7f7f9;
}

.colEq33 {
    width: 33%;
    /* background-color: transparent !important; */
}

.colEq50 {
    width: 50%;
}

.tb100 {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
}


/* .tb100 tr {
    border-bottom: #1F4128 1px solid;
} */


/* .tb100 tr:nth-child(even) {
    background-color: rgba(180, 126, 52, 0.15);
} */

.tbCenter {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    /* border: #1F4128 1px solid; */
    width: 250px;
    /* background-color: transparent !important; */
}

.tbCenter100 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    width: 80%;
    /* border: #1F4128 1px solid; */
}

.tbWkDays {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    border: 1px solid #ccc !important;
    /* border: #1F4128 1px solid; */
}

.tbWkDays td {
    /* border: #1F4128 1px solid; */
    border: 1px solid #ccc;
}


/* .tbWkDays td:hover {
    background-color: #ccc;
} */

.tbWkDays tr:nth-child(2) {
    /* border: #1F4128 1px solid; */
    border-top: 1px solid #ccc;
}

div#suiteBarLeft {
    background: linear-gradient(90deg, #1F4128, #b47e34, #1F4128) !important;
}

.MultiFile-remove {
    color: red;
}

a.remove {
    color: red;
}

.terms input[type="checkbox"]+label {
    color: red;
}

.terms input[type="checkbox"]:checked+label {
    color: green;
}

.chip {
    display: inline-block;
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, .6);
    line-height: 32px;
    padding: 0 12px;
    border-radius: 16px;
    background-color: #eceff1;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-right: 1rem;
    transition: all .3s linear;
}

.chip2 {
    display: inline-block;
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, .6);
    line-height: 32px;
    padding: 0 12px;
    border-radius: 16px;
    background-color: #eceff1;
    margin-bottom: 1rem;
    margin-right: 1rem;
    transition: all .3s linear;
}

.chip3 {
    display: inline-block;
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, .6);
    line-height: 32px;
    padding: 0 12px;
    border-radius: 16px;
    background-color: #eceff1;
    transition: all .3s linear;
}

#consentHeadTable {
    margin: 0px auto;
    /* text-align: center; */
    width: 90%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /* background-color: #f7f7f9 !important; */
}

.consentTable {
    border-collapse: collapse;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bolder;
}

#consentTable tr:nth-child(odd) {
    background-color: #f7f7f9 !important;
}

#consentTable td {
    border: 1px solid #eceff1;
    padding: 10px;
    vertical-align: top;
}

.myen {
    direction: ltr;
    text-align: left;
    width: 50%;
    border: 1px solid gray;
    /* background-color: #f7f7f9 !important; */
}

.myar {
    direction: rtl;
    text-align: right;
    width: 50%;
}

.consentClick a {
    font-weight: 500;
    color: red;
    text-decoration: underline;
    transition: 0.3s;
}

.consentClick a:hover {
    font-weight: 750;
    color: red;
    text-decoration: underline;
    transition: 0.3s;
}

.kfail, .ksuccess {
    display: grid;
    font-weight: bold;
    min-width: 340px;
}
.kfail i {
    color: red;
}
.ksuccess i {
    color: green;
}

.water {
    width: 200px;
    height: 200px;
    background-color: #1C604A;
    border-radius: 50%;

    box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, .5), 0 4px 10px 0 rgba(0, 0, 0, .5);
    overflow: hidden;
    position: fixed;
    top: 40%;
    left: 45%;
}

@media screen and (max-width: 1199px) {
    .water {
        left: 42%;
    }
}

@media screen and (max-width: 760px) {
    .water {
        left: 37%;
    }
}

@media screen and (max-width: 600px) {
    .water {
        left: 30%;
    }
}

.water:before,
.water:after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    top: -100px;
    background-color: #fff;
}

.water:before {
    border-radius: 45%;
    background: rgba(255, 255, 255, .7);
    animation: wave 5s linear infinite;
}

.water:after {
    border-radius: 35%;
    background: rgba(255, 255, 255, .3);
    animation: wave 5s linear infinite;
}

@keyframes wave {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.keng {
    direction: ltr;
}

.kprocess {
    background-color: black;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}