﻿
:root {
    --app-height: 100vh;
    --bgcolor: #0B071E;
    --bordercolor: #0B071E;
    --mainfcolor: #fff;
    --secfcolor: #aaa;
    --bgcolorsec: #202233;
    --bordercolorsec: #27293e;
    --bgcolorthird: rgb(32 34 65 / 100);
    --bordercolorthird: rgb(39 41 62 / 0.90);
    --boxshadow: 0 1px 10px 0 rgba(100,100,100,0.06);
    --darkfcolor: #000;
}

html {
    background-color: #f1f1f1;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

* {
    /*-webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    box-sizing:border-box;
}

.statusbar-overlay {
    opacity: 0;
}

body {
    background-color: var(--bgcolor);
    font-family: "Roboto";
    color: #555;
    cursor: pointer;
    outline: none;
    -ms-touch-action: manipulation;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    padding: 0px;
    margin: 0px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    overflow:hidden;
}

.bodyreg {
    overflow: auto;
}

div, table, tr, td, span, p, img {
    font-family: "Roboto";
    -webkit-appearance: none;
    -webkit-focus-ring-color: none;
    outline: 0;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

img {
    draggable: "false";
}


@font-face {
    font-family: 'Icons';
    src: url('../fonts/ElegantIcons.eot');
    src: url('../fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'), url('../fonts/ElegantIcons.woff') format('woff'), url('../fonts/ElegantIcons.ttf') format('truetype'), url('../fonts/ElegantIcons.svg#ElegantIcons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.wf {
    text-align: center;
    width: 92% !important;
    max-width: 420px !important;
    margin-left: auto;
    margin-right: auto;
}

.label {
    font-family: "Roboto";
    color: #999;
    font-size: 12px;
    font-weight: bold;
}

.labelw {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    font-family: "Roboto";
    background-color: #0BB10B;
    padding: 8px;
    display: inline-block;
    margin: 5px;
    text-shadow: #000 0 0px 1px;
    border-radius: 5px;
}

.bl {
    border-left: #CFCFCF 1px solid;
}

.br {
    border-right: #CFCFCF 1px solid;
}

.bt {
    border-top: #CFCFCF 1px solid;
}

.bb {
    border-bottom: #CFCFCF 1px solid;
}

.dn {
    display: none;
}

.ac {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.al {
    text-align: left !important;
}

.pr {
    position: relative !important;
}

.dn {
    display: none;
}

.d {
    display: inline-block !important;
}

p {
    margin: 0px;
}

.atl {
    position: absolute;
    left: 12px;
    top: 12px;
}

.atr {
    position: absolute;
    right: 12px;
    top: 12px;
}

.abl {
    position: absolute;
    left: 12px;
    bottom: 12px;
}

.abr {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.ftl {
    position: fixed;
    left: 12px;
    top: 12px;
}

.ftr {
    position: fixed;
    right: 12px;
    top: 12px;
}

.fbl {
    position: fixed;
    left: 12px;
    bottom: 12px;
}

.fbr {
    position: fixed;
    right: 12px;
    bottom: 12px;
}

.tranpcont {
    z-index: 10;
    background: rgba(255,255,255,0.2);
    padding: 10px;
    color: #fff;
    border-radius: 10px;
}

.nm {
    margin: 0px;
}

.b {
    font-weight: bold;
}

.i {
    font-style: italic;
}

.npt {
    padding-top: 0px !important;
}

hr {
    height: 1px;
    background-color: #555;
    margin: 10px;
    border: 0;
    display: inline;
}

a {
    text-decoration: none;
    color: #9CA518;
    font-weight: 500;
}

input, input:before, input:after {
    -webkit-user-select: initial;
    -khtml-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
}

    input[type=checkbox], input[type=radio] {
        display: inline !important;
        padding: 10px;
        width: 20px;
        height: 20px;
        margin: 10px;
    }

input, select, textarea {
    font-family: "Roboto";
    font-weight: bold;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    color: #333;
    -webkit-appearance: none;
}


.Icons {
    font-family: "Icons";
    font-size: 16px;
}

input[type=text], input[type=password], input[type=email], input[type=date], input[type=number], input[type=numeric] {
    font-size: 16px;
    padding: 25px;
    padding-left: 0px;
    height: 50px;
    color: #888;
    font-weight: 500;
    margin-left: 0px;
    display: inline-block;
    line-height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 2px;
    border: none;
    border-bottom: 2px solid #DDD;
    /*-webkit-box-shadow: inset 0px 1px 2px #B5B5B5;
    -moz-box-shadow: inset 0px 1px 2px #B5B5B5;
    box-shadow: inset 0px 1px 2px #B5B5B5;*/
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -ms-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    -webkit-appearance: none;
    outline: 0 none;
    text-align: left;
}

input::-webkit-outer-spin-button {
    display: none;
}

input::-webkit-inner-spin-button {
    display: none;
}

input[type=number] {
    -webkit-appearance: none;
    margin: 5px;
    padding: 10px !important;
    text-align: center;
    -webkit-appearance: none;
}

    input[type=text]:hover, input[type=password]:hover, input[type=email]:hover, input[type=date]:hover, input[type=number]:hover, input[type=numeric]:hover {
        opacity: 1;
        outline: none;
        border: none;
        border-bottom: #0bb10b 2px solid;
        /*box-shadow: 0 0 5px #9ecaed;
        -webkit-box-shadow: inset 0px 1px 2px #CCC;
        -moz-box-shadow: inset 0px 1px 2px #CCC;
        box-shadow: inset 0px 1px 2px #CCC;*/
        -webkit-appearance: none;
    }

    input[type=text]:active, input[type=password]:active, input[type=email]:active, input[type=date]:active, input[type=number]:active, input[type=numeric]:active {
        opacity: 1;
        outline: none;
        border: none;
        border-bottom: #0bb10b 2px solid;
        /*box-shadow: 0 0 5px #9ecaed;
        -webkit-box-shadow: inset 0px 1px 2px #CCC;
        -moz-box-shadow: inset 0px 1px 2px #CCC;
        box-shadow: inset 0px 1px 2px #CCC;*/
        -webkit-appearance: none;
    }

input[readonly] {
    background-color: #EFEFEF;
    font-size: 16px;
    font-weight: normal;
    padding: 6px;
    height: 18px;
    color: #888;
    width: 95%;
    max-width: 150px;
    border-radius: 0px;
    outline: none;
    margin-right: 5px;
    -webkit-appearance: none;
    border: 1px solid #DDD;
    /*-webkit-box-shadow: inset 0px 1px 2px #D5D5D5;
    -moz-box-shadow: inset 0px 1px 2px #D5D5D5;
    box-shadow: inset 0px 1px 2px #D5D5D5;*/
    -webkit-appearance: none;
}

select {
    font-size: 16px;
    padding: 15px;
    padding-left: 0px;
    min-height: 50px;
    font-weight: 500;
    color: #888;
    border-radius: 2px;
    outline: none;
    border: none;
    border-bottom: #ccc 2px solid;
    width: 100% !important;
    -webkit-appearance: none;
    /*background-color: #fff !important;*/
}

    select:hover, select:active {
        border: none;
        border-bottom: #0bb10b 2px solid;
    }


option {
    font-size: 16px;
    padding: 20px;
    min-height: 40px !important;
    height: 40px !important;
    color: #888;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

textarea {
    font-family: "Roboto", "stag",Calibri,"Trebuchet MS",Arial;
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    color: #888;
    width: 100%;
    min-width: 350px;
    resize: initial;
    border-radius: 4px;
    outline: none;
    border: none;
    border-bottom: #ccc 2px solid;
    /*-webkit-box-shadow: inset 0px 1px 2px #D5D5D5;
    -moz-box-shadow: inset 0px 1px 2px #D5D5D5;
    box-shadow: inset 0px 1px 2px #D5D5D5;*/
    -webkit-appearance: none;
}

    textarea:hover, textarea:focus, textarea:active {
        border: none;
        border-bottom: #0bb10b 2px solid;
    }

input[readonly=readonly] {
    border: none;
    background-color: none;
    display: inline-block;
    -webkit-appearance: none;
}

input[type=button], input[type=submit], input[type=reset] {
    border: 1px solid #9CA518;
    background-color: #9CA518;
    border-radius: 3px;
    padding: 10px;
    white-space: nowrap;
    vertical-align: middle;
    color: #FFF;
    cursor: pointer;
    font-weight: 400;
    margin: 5px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

    input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
        background-color: #342351;
        transition: background-color 0.2s ease-in-out;
    }

    input[type=button]:focus, input[type=submit]:focus, input[type=reset]:focus {
        background-color: #342351;
        transition: background-color 0.2s ease-in-out;
    }

    input[type=button]:active, input[type=submit]:active, input[type=reset]:active {
        background-color: #342351;
        transition: background-color 0.2s ease-in-out;
    }


.button {
    border: 1px solid #9CA518;
    background-color: #9CA518;
    border-radius: 3px;
    padding: 10px;
    white-space: nowrap;
    vertical-align: middle;
    color: #FFF;
    cursor: pointer;
    font-weight: 400;
    margin: 5px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

    .button:hover {
        background-color: #342351;
        transition: background-color 0.2s ease-in-out;
    }

    .button:active {
        background-color: #342351;
        transition: background-color 0.2s ease-in-out;
    }

    .button:focus {
        background-color: #342351;
        transition: background-color 0.2s ease-in-out;
    }

::-webkit-input-placeholder {
    color: #D5D5D5;
    font-weight: normal;
    font-size: 14px;
}

@media only screen and (max-width: 700px) {


    textarea {
        max-width: 300px;
        width: 90%;
        min-width: 300px;
    }
}

.mar-paneltext {
    margin-left: 16px;
}

.ImgWidthpanel {
    width: 250px;
}
