@CHARSET "ISO-8859-1";
.logo {
    max-height: 60px;
}


.select2-hidden-accessible {
    width: 100%!important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.xcrud-overlay {
    /* display: none; */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #fff 50% 50% no-repeat url(loading.gif);
    z-index: 10000;
    opacity: 0.6;
    width: 100%;
}


/* .tabulator-print-header,
tabulator-print-footer {
    text-align: center;
} */

.login-panel {
    background: linear-gradient(174deg, rgb(255, 255, 255) 0%, rgb(21, 167, 82) 100%, rgb(21, 167, 82) 100%)!important;
}

h3 {
    /* float: left!important;*/
}

.checkout-wrap {
    font-family: 'PT Sans Caption', sans-serif;
    margin: 30px auto 80px;
    z-index: 0;
}

ul.checkout-bar li {
    color: #ccc;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin: 50px auto;
    padding: 0;
    text-align: center;
    width: 24.5%;
}

ul.checkout-bar li:before {
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    background: #ddd;
    border: 2px solid #FFF;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    height: 34px;
    left: 40%;
    line-height: 34px;
    position: absolute;
    top: -60px;
    width: 34px;
    z-index: 99999;
}

ul.checkout-bar li.active {
    color: #A6447A;
    font-weight: bold;
}

ul.checkout-bar li.active:before {
    background: #f79621;
}

ul.checkout-bar li.visited {
    color: #036c99;
    z-index: 99999;
    background: none;
}

ul.checkout-bar li.visited:before {
    background: #036c99;
    z-index: 99999;
}

ul.checkout-bar li:nth-child(1):before {
    content: "1";
}

ul.checkout-bar li:nth-child(2):before {
    content: "2";
}

ul.checkout-bar li:nth-child(3):before {
    content: "3";
}

ul.checkout-bar li:nth-child(4):before {
    content: "4";
}

ul.checkout-bar li:nth-child(5):before {
    content: "5";
}

ul.checkout-bar li:nth-child(6):before {
    content: "6";
}

ul.checkout-bar a {
    color: #ccc;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

ul.checkout-bar li.active a {
    color: #4f8e5e;
}

ul.checkout-bar li.visited a {
    color: #036c99;
}

.checkout-bar li.active:after {
    -webkit-animation: myanimation 3s 0;
    background-size: 35px 35px;
    background-color: #56b16c;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    content: "";
    height: 15px;
    width: 100%;
    left: 50%;
    position: absolute;
    top: -50px;
    z-index: 0;
}

ul.checkout-bar {
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    background-size: 35px 35px;
    background-color: #EcEcEc;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    border-radius: 15px;
    height: 15px;
    margin: 0 -15px 0;
    padding: 0;
    position: absolute;
    width: 100%;
}

ul.checkout-bar:before {
    background-size: 35px 35px;
    background-color: #4f8e5e;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    content: " ";
    height: 15px;
    left: 0;
    position: absolute;
    width: 14%;
}

ul.checkout-bar li.visited:after {
    background-size: 35px 35px;
    background-color: #036c99;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    content: "";
    height: 15px;
    left: 50%;
    position: absolute;
    top: -50px;
    width: 100%;
    z-index: 99;
}

.background-image-css {
    background-image: url(../img/farm.jpg);
    /*background-color:green;*/
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100vh;
    position: absolute;
    /*background-color: gre;*/
    background-attachment: fixed;
}
/*.background-image-css:after{*/
/*    content:"";*/
/*    position:absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    !*background-color: #0913a0;*!*/
/*    opacity: .5;*/
/*}*/

.not-registered {
    color: #000000 !important;
    margin-top: 0;
    overflow: hidden;
    top: 10px;
    position: relative;
    width: 100%;
    text-align: center;
    display: block;
}

.not-registered a {
    color: #000000;
    /*font-weight:700;*/

}

@media only screen and (max-width: 767px) {
    .line-seperator {
        border-right: none!important;
    }
}

.forgot-pass {
    color: #0069cc;
    position: relative;
}

.login-form .signin {
    background: #0913a0;
    width: 100%;
    color: #fff;
}

.login-form .backtologin {
    background: #0069cc;
    width: 48%;
    color: #fff;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


.login-form .selectrole {
    background: #13A756;
    width: 48%;
    color: #ffffff;
}


.form-group {
    margin-bottom: 10px;
}

.login-form-logo {
    text-align: left!important;
    margin-left: 10px;
    margin-right: 5px;
    padding: 30px;
    color: #000000;
}

.login-form-logo .logo-width {
    width: 30%;
    height: 100%;
    margin-bottom: 20px;
}

.logo-title{
    display:flex;
    justify-content: center;
    align-items:center;

}

.text-left {
    margin-top: 20px;
    text-align: justify;
}

.line-seperator {
    border-right: 1px solid #ffffff;
}

.login-form {
    text-align: center;
    margin-left: 45px;
    margin-right: 45px;
    background: #ffffff;
    border-radius: 9px;
    padding: 30px;
    border:  1px solid #0913a0;
}

.login-form h2 {
    color: #707070!important;
}

.login-form .form-control {
    background: #D6D6D6!important;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #8A8A8A!important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #8A8A8A!important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #8A8A8A!Important;
}

#togglePassword {
    float: right;
    /* margin-left: -26px; */
    margin-top: -26px;
    position: relative;
    z-index: 2;
    margin-right: 5px;
    font-size: 14px;
}

.form-control,
.login-btn {
    min-height: 38px;
    border-radius: 2px;
}

/*Google translate widget styles*/
.goog-te-banner-frame.skiptranslate,.goog-te-gadget-simple img{
    display:none;
    /* height:0; */
}

.VIpgJd-ZVi9od-ORHb-OEVmcd{
    display: none;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd a div .indicator{
    display:none;
}

.VIpgJd-ZVi9od-vH1Gmf-ibnC6b .indicator{
    display:none !important;
    visibility: hidden;
}
.translated-1tr{
    margin-top: -40px;
}
#google_translate_element {
    display: flex !important;;
    align-items: center !important;;
    gap:5px !important;;
    position: relative;
    outline: 1px solid #000 !important;
    padding-inline:10px;
    /* padding-block:0; */
    color:#000 !important;
    /* height:100%;
    overflow:hidden; */
}
#google_translate_element .VIpgJd-ZVi9od-xl07Ob-lTBxed ul li{
    list-style:none

}

.goog-logo-link{
    display:none !important;
}

.goog-te-gadget-simple {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    color:transparent !important;
}


.goog-te-gadget-simple span{
    /*font-family:var(--text-regular-normal-font-family) !important;*/
    /*font-size:var(--text-regular-normal-font-size)!important;*/
    font-weight:500;
    color:#000 !important;


}
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed{
    display: flex;
    gap:5px;;
}


.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span:nth-of-type(2){
    display:none !important;
}

.goog-te-gadget-simple .goog-te-menu-value {
    color: inherit !important;
    font-size: inherit !important;
    font-family: inherit !important;
    text-decoration: none !important;
}

.goog-te-gadget-simple .goog-te-menu-value span {
    display: none !important;

}

.goog-tooltip, .goog-tooltip:hover{
    display: none !important;
}

.goog-text-highlight{
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

#goog-gt-tt, .goog-te-balloon-frame
{
    display: none !important;
}
.goog-text-highlight
{
    background: none !important;
    box-shadow: none !important;
}


.google_translate_element{

}



