body
{
}

.btn-primary, .btn.bmd-btn-fab.btn-primary, .bmd-btn-fab.btn-primary.custom-file-control::before, .btn.btn-raised.btn-primary, .btn-raised.btn-primary.custom-file-control::before, .btn-group-raised .btn.btn-primary, .btn-group-raised .btn-primary.custom-file-control::before {
    color: #fff;
    background-color: #ED7117 !important;
    border-color: #ED7117;
}

#rightpanel
{
    position: fixed;
    right:0;
    top:0;
    bottom:0;
    width: 450px;
    overflow: hidden;
    background-color: #505050;
}

#resetpanel
{
    position: absolute;

    top:0;
    bottom:0;
    width: 100%;
    overflow: auto;
    background-color: #505050;
}


.top-container
{
    position: absolute;
    height:20%;
    width: 100%;
}

.container
{
    height: calc(100% - 50px);
    width: 100%;
    bottom: 0;
    padding-top: 150px;
}

.contentbox
{
    padding: 50px 50px 0;
    height: 80%;
    min-height: 500px;
}

#version-container {
    color:white;
    font-size: 12px;
    text-align:right;
}

#leftpanel
{
    margin-left: 50%;
    transform: translateX(-50%);
}

.bmd-label-floating {
    color: rgb(117, 117, 117);
}

.skin-container {
    float:right;
}

.bmd-label-static {
    color: #fff;
    font-size: 14px
}

option{
    color:#000000;
}

/*#username {
    color: #fff;
    background-image: linear-gradient(to top, #72bf44 2px, rgba(114, 191, 68, 0) 2px), linear-gradient(to top, #fafafa 1px, rgba(0, 0, 0, 0) 1px);
}

#username:focus {
    color: #fff;
}


#password{
    color: #fff;
    background-image: linear-gradient(to top, #72bf44 2px, rgba(114, 191, 68, 0) 2px), linear-gradient(to top, #fafafa 1px, rgba(0, 0, 0, 0) 1px);
}

#password:focus{
    color: #fff;
}

#email{
    color: #fff;
    background-image: linear-gradient(to top, #72bf44 2px, rgba(114, 191, 68, 0) 2px), linear-gradient(to top, #fafafa 1px, rgba(0, 0, 0, 0) 1px);
}

#email:focus{
    color: #fff;
}

#confirmpassword{
    color: #fff;
    background-image: linear-gradient(to top, #72bf44 2px, rgba(114, 191, 68, 0) 2px), linear-gradient(to top, #fafafa 1px, rgba(0, 0, 0, 0) 1px);
}

#confirmpassword:focus{
    color: #fff;
}

#newpassword{
    color: #fff;
    background-image: linear-gradient(to top, #72bf44 2px, rgba(114, 191, 68, 0) 2px), linear-gradient(to top, #fafafa 1px, rgba(0, 0, 0, 0) 1px);
}

#newpassword:focus{
    color: #fff;
}

#entercode{
    color: #fff;
    background-image: linear-gradient(to top, #72bf44 2px, rgba(114, 191, 68, 0) 2px), linear-gradient(to top, #fafafa 1px, rgba(0, 0, 0, 0) 1px);
}

#email:focus{
    color: #fff;
}

#skin{
    color: #fff;
    background-image: linear-gradient(to top, #72bf44 2px, rgba(114, 191, 68, 0) 2px), linear-gradient(to top, #fafafa 1px, rgba(0, 0, 0, 0) 1px);    
}*/

.forgot{
   
    float: right;
    color: #fafafa;
    font-size: 12px;
}

.goback{
    color: rgb(33, 37, 41);
    font-size: 12px;
}

.goback:focus, .goback:hover{
    color: #ED7117 !important;
}

.goto{
    color: #ED7117;
}

.goto:focus, .goto:hover{
    color: #ED7117;
}


.clear { clear: both; }

.infobox
{
    width:700px;
    height:140px;
    margin-left:auto;
    margin-right:auto;
    margin-top:16px;
    margin-bottom:16px;
    padding:8px;
    background-color:#FFFFFF;
    border:#000000 solid 1px;
}

.infobox img
{
    vertical-align:top;
    float:left;
    border-style:none;
}

.infobox div
{
    width:700px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
    -webkit-transition-delay: 9999s;
    border-bottom:2px solid #ED7117;
    -webkit-text-fill-color: #FFFFFF!important;
}


#skin::-ms-expand {
    display: none!important;
}

.ui-widget-header {
    border: 1px solid #5f9230 !important;
    background: #57b94c !important;
    color: #fff4f4 !important;
}
.mainpage {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: auto;
    background: #eee !important;
}
.main-container {
    position: relative;
    width: 98%;
    min-height: calc(100% - 30px);
    margin: 0;
    padding: 0;
}
.publicfooter {
    position: relative;
    width: 100%;
    text-align: center;
    color: rgb(33, 37, 41);
}
/*select, input {
    color: #ffffff !important;
}*/