﻿#page {
    z-index: 1;
    background-image: none;
    border-width: 0px;
    border-color: #000000;
    background-color: transparent;
    padding: 30px 20px 0 30px;
}
/*.html {
    background-color: #000000;
}*/

::-webkit-input-placeholder { /* Safari, e and Opera */
    color: #FFFFFF;
}
:-moz-placeholder { /* Firefox */
    color: #FFFFFF;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #FFFFFF;
}
::-ms-input-placeholder { /* Edge */
    color: #FFFFFF;
}
:placeholder-shown { /* Default */
    color: #FFFFFF;
}

.texboxStyle {
    z-index: 2;
    width: calc(100% - 30px);
    /*width: 700px;*/
    min-height: 55px;
    border-style: solid;
    border-width: 2px;
    /*border-color: #18A5FF;*/
    background-color: transparent;
    color: #FFFFFF;
    font-size: 17px;
    line-height: 20px;
    font-family: lato, sans-serif;
    font-weight: 400;
    font-style: italic;
    position: relative;
    padding-left: 20px;
    margin-bottom:26px;
}

    .texboxStyle:hover {
        border-color: #FFFFFF;
    }

.texboxMultilineStyle {
    z-index: 2;
    width: calc(100% - 50px);
    /* width: 680px;*/
    min-height: 150px;
    border-style: solid;
    border-width: 2px;
    border-color: #18A5FF;
    background-color: transparent;
    color: #FFFFFF;
    font-size: 17px;
    line-height: 20px;
    font-family: lato, sans-serif;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 26px;
    position: relative;
    padding: 26px 20px 26px 20px;
}

    .texboxMultilineStyle:hover {
        border-color: #FFFFFF;
    }

.checkboxListStyle {
    z-index: 2;
    min-height: 150px;
    border-style: none;
    border-width: 2px;
    border-color: #18A5FF;
    background-color: transparent;
    color: #FFFFFF;
    font-size: 17px;
    line-height: 25px;
    font-family: lato, sans-serif;
    font-weight: 400;
    font-style: italic;
    margin-top: 20px;
    margin-bottom: 26px;
    margin-left: 26px;
    position: relative;
    padding: 26px 20px 26px 20px;
}

.checkboxListStyleShort {
    z-index: 2;
    min-height: 10px;
    border-style: none;
    border-width: 2px;
    border-color: #18A5FF;
    background-color: transparent;
/*  color: #FFFFFF;*/
    font-size: 17px;
    line-height: 25px;
    font-family: lato, sans-serif;
    font-weight: 400;
    font-style: italic;
    margin-top: 20px;
    margin-bottom: 26px;
    margin-left: 26px;
    position: relative;
    padding: 26px 20px 26px 20px;
}
.dropdownListStyle {
    z-index: 2;
    min-height: 5px;
    border-style: none;
    border-width: 2px;
    border-color: #18A5FF;
    background-color: transparent;
    /*  color: #FFFFFF;*/
    font-size: 17px;
    line-height: 25px;
    font-family: lato, sans-serif;
    font-weight: 400;
    font-style: italic;
    /*margin-top: 5px;*/
    margin-bottom: 15px;
    margin-left: 26px;
    position: relative;
    padding: 5px 5px 5px 5px;
}

.labelStyle {
    z-index: 2;
    min-height: 150px;
    border-style: none;
    border-width: 2px;
    border-color: #18A5FF;
    background-color: transparent;
    color: #FFFFFF;
    font-size: 17px;
    line-height: 20px;
    font-family: lato, sans-serif;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 26px;
    position: relative;
    padding: 0px 0px 0px 0px;
}

.buttonContainer {
    z-index: 2;
    width: 170px;
    background-color: transparent;
    /*margin-left: 270px;*/
    margin-top: 28px;
    position: relative;
    left: 50%;
    transform: translate(-50%,50%);
}

.buttonStyle {
    z-index: 27;
    width: 170px;
    height: 50px;
    font-weight:bold;
    border-color: transparent;
    /*background-color: #18A5FF;*/
    border-radius: 7px;
    border-width: 2px;
    position: relative;
    margin-right: -10000px;
    margin-top: 2px;
    margin-left: 2px;
}

    .buttonStyle:hover {
        border-style: solid;
        /*border-color: #18A5FF;*/
        background-color: #FFFFFF;
    }

.reCaptcha {
    z-index: 33;
    width: 304px;
    background-color: transparent;
    /*margin-left: 200px;*/
    margin-top: 28px;
    position: relative;
    left: 50%;
    transform:translate(-50%,50%);
}

.statusContainer {
    z-index: 33;
    width: 360px;
    background-color: transparent;
    /*margin-left: 172px;*/
    margin-top: 28px;
    position: relative;
    left: 50%;
    transform: translate(-50%,50%);
}

.status_Failure {
    color: tomato;
}
.status_Success {
    color: #89E33F;
}

.Theme_umbani_BorderColour {
    border-color: #18A5FF;
}
.Theme_umbani_BackgroundColour {
    background-color: #18A5FF;
}
.Theme_umbani_Body {
    background-color: #000000;
}
.Theme_umbanimarketing_BorderColour {
    border-color: #DD4491;
}
.Theme_umbanimarketing_BackgroundColour {
    background-color: #DD4491;
}
.Theme_umbanimarketing_checkbox {
    filter:grayscale(1);
    filter:hue-rotate(100deg);
}
.Theme_umbanimarketing_Body {
    background-color: #000000;
}
.Theme_medisheq_BorderColour {
    border-color: #ed2224;
}
.Theme_medisheq_BackgroundColour {
    background-color: #ed2224;
}
.Theme_medisheq_Body {
    background-color: #000000;
}
.Theme_sheqsys_BorderColour {
    border-color: #ffff00;
}
.Theme_sheqsys_BackgroundColour {
    background-color: #ffff00;
}
.Theme_sheqsys_Body {
    background-color: #000000;
}
.Theme_mtsys_BorderColour {
    border-color: #00CC66;
}
.Theme_mtsys_BackgroundColour {
    background-color: #00CC66;
}
.Theme_mtsys_Body {
    background-color: #000000;
}
.Theme_commixtus_BorderColour {
    border-color: #122A4D;
}
.Theme_commixtus_BackgroundColour {
    background-color: #122A4D;
}
.Theme_commixtus_Body {
    background-color: #000000;
}
.Theme_trucklogix_Placeholder::placeholder {
    color: #000000;
}
.Theme_trucklogix_Text {
    color: #000000;
}
.Theme_trucklogix_Body {
    background-color: #FFFFFF;
}
.Theme_trucklogix_Hover:hover {
    border-style: solid;
    border-color: #2B2171;
}
.Theme_trucklogix_BackgroundColour {
    background-color: black;
    border-color : black;
}
.Theme_trucklogix_BorderColour {
    color: black;
    border-color : black;
}
