.displayNone{
    display: none!important;
}



.mouseDisabled{
    pointer-events: none;
}
.mouseInactive {
    pointer-events: none;
    opacity: 0.5;
}

.halfOpacity {
    opacity: 0.5;
}
.h100percent{
    height: 100% !important;
}

.visibleNone{
    visibility: hidden;
    height: 0px !important;
}

.layouthall3d{
    background-color:black !important ;
}

.blockLayer{
    background-color: transparent;
    z-index: 9999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.modalBlockLayer{
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.modalBlockLayerFull {
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
}
.popUpLayer{
    background-color: transparent;
    z-index: 99990;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.entry_div{
 display: grid;
}

.dark-text {
	color: #59595b;
}
.light-text {
    color: #b1b2b4;
}
.orange-text {
    color: #ec6137;
}
input.inputError::-webkit-input-placeholder,
input.error::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
     color: red !important;
 }
input.inputError::-moz-placeholder,
input.error::-moz-placeholder{ /* Firefox 19+ */
    color: red !important;
}
input.inputError:-ms-input-placeholder,
input.error:-ms-input-placeholder{ /* IE 10+ */
    color: red !important;
}
input.inputError:-moz-placeholder
input.error:-moz-placeholder{ /* Firefox 18- */
    color: red !important;
}

.loginContainerForm--column input.inputError {
    color: red !important;
}
.text--error{
    color: red !important;
}
.not-allowed {
    cursor: not-allowed !important;
}
input.invalid-field,
.wrapper-dt.invalid-field {
    border: 1px solid red !important;
}
.invalid-field::-webkit-input-placeholder{
    color: red !important;
}
.invalid-field {
    color: red!important;
}
.invalid-field input::-webkit-input-placeholder{
    color: red!important;
}
.invalid-field:-ms-input-placeholder{
    color: red!important;
}
.invalid-field input:-ms-input-placeholder{
    color: red!important;
}
input::-webkit-input-placeholder {
    font-style: italic;
}
input:-ms-input-placeholder {
    font-style: italic;
}
button.gray-gradient {
    background-color: #adbebd;
    background-image: -webkit-gradient(linear, 100.0% 0%, 0% 0%, from(#adbebd), to(#97a5a4));
    background-image: -webkit-linear-gradient(to bottom, #adbebd, #97a5a4);
    background-image: -moz-linear-gradient(to bottom, #adbebd, #97a5a4);
    background-image: -ms-gradient(to bottom, #adbebd, #97a5a4);
    background-image: -o-gradient(to bottom, #adbebd, #97a5a4);
    background-image: linear-gradient(to bottom, #adbebd, #97a5a4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', EndColorStr='');
    border-color: #97a5a4 #97a5a4 #97a5a4;
}
button.gray-gradient:hover {
    background-color: #9eadad;
    background-image: -webkit-gradient(linear, 100.0% 0%, 0% 0%, from(#9eadad), to(#899796));
    background-image: -webkit-linear-gradient(to bottom, #9eadad, #899796);
    background-image: -moz-linear-gradient(to bottom, #9eadad, #899796);
    background-image: -ms-gradient(to bottom, #9eadad, #899796);
    background-image: -o-gradient(to bottom, #9eadad, #899796);
    background-image: linear-gradient(to bottom, #9eadad, #899796);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', EndColorStr='');
    border-color: #899796 #899796 #899796;
}
button.orange-gradient {
    background-color: #f16e21;
    background-image: -webkit-gradient(linear, 100.0% 0%, 0% 0%, from(#dc4b26), to(#f16e21));
    background-image: -webkit-linear-gradient(to top, #dc4b26, #f16e21);
    background-image: -moz-linear-gradient(to top, #dc4b26, #f16e21);
    background-image: -ms-gradient(to top, #dc4b26, #f16e21);
    background-image: -o-gradient(to top, #dc4b26, #f16e21);
    background-image: linear-gradient(to top, #dc4b26, #f16e21);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', EndColorStr='');
    border-color: #e76621 #f16e21 #f16e21;
}
button.orange-gradient:hover {
    background-image: -webkit-gradient(linear, 100.0% 0%, 0% 0%, from(#dc4c26), to(#e86721));
    background-image: -webkit-linear-gradient(to top, #dc4c26, #e86721);
    background-image: -moz-linear-gradient(to top, #dc4c26, #e86721);
    background-image: -ms-gradient(to top, #dc4c26, #e86721);
    background-image: -o-gradient(to top, #dc4c26, #e86721);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', EndColorStr='');
    background-color: #e86721;
    background-image: linear-gradient(to top, #dc4c26, #e86721);
    border-color: #e86721 #e86721 #e86721;    
}
.orange-button {
    background-color: #f16e21;
    background-image: -webkit-gradient(linear, 100.0% 0%, 0% 0%, from(#dc4b26), to(#f16e21));
    background-image: -webkit-linear-gradient(to top, #dc4b26, #f16e21);
    background-image: -moz-linear-gradient(to top, #dc4b26, #f16e21);
    background-image: -ms-gradient(to top, #dc4b26, #f16e21);
    background-image: -o-gradient(to top, #dc4b26, #f16e21);
    background-image: linear-gradient(to top, #dc4b26, #f16e21);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', EndColorStr='');
    border-color: #e76621 #f16e21 #f16e21;
    color: #ffffff;
    border:none;
    font-family: OpenSans-Bold;
}
.orange-button:hover {
    background-image: -webkit-gradient(linear, 100.0% 0%, 0% 0%, from(#dc4c26), to(#e86721));
    background-image: -webkit-linear-gradient(to top, #dc4c26, #e86721);
    background-image: -moz-linear-gradient(to top, #dc4c26, #e86721);
    background-image: -ms-gradient(to top, #dc4c26, #e86721);
    background-image: -o-gradient(to top, #dc4c26, #e86721);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', EndColorStr='');
    background-color: #e86721;
    background-image: linear-gradient(to top, #dc4c26, #e86721);
    border-color: #e86721 #e86721 #e86721;
}
.gray-button {
    background-color: #adbebd;
    background-image: -webkit-gradient(linear, 100.0% 0%, 0% 0%, from(#adbebd), to(#97a5a4));
    background-image: -webkit-linear-gradient(to bottom, #adbebd, #97a5a4);
    background-image: -moz-linear-gradient(to bottom, #adbebd, #97a5a4);
    background-image: -ms-gradient(to bottom, #adbebd, #97a5a4);
    background-image: -o-gradient(to bottom, #adbebd, #97a5a4);
    background-image: linear-gradient(to bottom, #adbebd, #97a5a4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', EndColorStr='');
    border-color: #97a5a4 #97a5a4 #97a5a4;
    color:#ffffff;
    border:none;
    font-family: OpenSans-Bold;
}
.gray-button:hover {
    background-color: #9eadad;
    background-image: -webkit-gradient(linear, 100.0% 0%, 0% 0%, from(#9eadad), to(#899796));
    background-image: -webkit-linear-gradient(to bottom, #9eadad, #899796);
    background-image: -moz-linear-gradient(to bottom, #9eadad, #899796);
    background-image: -ms-gradient(to bottom, #9eadad, #899796);
    background-image: -o-gradient(to bottom, #9eadad, #899796);
    background-image: linear-gradient(to bottom, #9eadad, #899796);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', EndColorStr='');
    border-color: #899796 #899796 #899796;
}

