@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(../fonts/300.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(../fonts/400.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 700;
src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(../fonts/700.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
margin: 0;
font-family: 'Roboto Condensed', sans-serif;
background-color: #636463;
background-image: -webkit-linear-gradient(150deg, #abcc3a 35%, #636463 35%);
}



/* Container */
#container {
width: 1700px;
height: auto;
min-height: 800px;
overflow: hidden;
padding: 0px;
margin-top: 0px;
}



/* Header */
#header {
width: 300px;
height: 100%;
float: left;
padding-right: 20px;
}


#logo {
width: 300px;
height: 115px;
margin-bottom: 0px;
background-color: #FFF;
}

#logo img {
width: 130px;
margin: 45px 0px 0px 105px;
}


#menu {
width: 200px;
height: auto;
overflow: hidden;
padding-bottom: 20px;
margin-left: 100px;
}

#menu ul {
width: 200px;
list-style: none;
margin-left: -35px;
margin-top: 0px;
}

#menu ul li {
margin-bottom: 5px;
padding: 10px 10px;
cursor: pointer;
background-color: #abcc3a;
}

#menu ul li:hover {
opacity: .8;
}

#menu ul li a {
color: #FFF;
text-decoration: none;
font-size: 16px;
display: block;
}

.fas {
color: #636463;
width: 20px;
text-align: center;
}

.perm {
opacity: .2;
}

.perm:hover {
background-color: rgb(68, 68, 68) !important;;
opacity: .6 !important;
}

.perm:hover a, .perm:hover a i {
color: #abcc3a !important;
opacity: .6 !important;
}

#innercontent .perm:hover {
background-color: transparent !important;;
color: #abcc3a !important;
opacity: .6 !important;
}



/* Content */
#outerframe {
width: 900px;
height: 100%;
min-height: 300px;
overflow: hidden;
float: left;
margin-top: 180px;
margin-bottom: 80px;
margin-left: 200px;
display: none;
}


.txh0 {
color: rgb(241, 237, 236);
font-size: 60px;
font-weight: 400;
margin-bottom: 40px;
text-transform: uppercase;
margin-top: 0px;
}


#loading {
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.6;
background-color: #666;
}

#loading img {
display: block;
width: 300px;
height: 300px;
position: fixed;
top: 50%;
left: 50%;
margin: -150px 0 0 -150px;
}


#innerframe {
width: 1355px;
min-height: 300px;
overflow: hidden;
float: right;
margin-top: 180px;
margin-bottom: 80px;
display: none;
}

#innercontent {
background-color: #FFF;
padding: 10px 0px 30px 20px;
display: none;
}




.txh1 {
color: rgb(241, 237, 236);
font-size: 40px;
font-weight: 300;
margin-bottom: 40px;
text-transform: uppercase;
margin-top: 0px;
}

.txh2 {
color: rgb(241, 237, 236);
font-size: 24px;
font-weight: 300;
margin-bottom: 20px;
text-transform: uppercase;
}

#message .fas, #jsmessage .fas {
color: #abcc3a;
}

#jsmessage {
display: none;
}

/* Login */
#lousform {
width: 500px;
min-height: 180px;
}

#outerframe #lousform {
background-color: #FFF;
padding: 20px;
min-height: auto;
}

#lousform div, #regverif div {
width: 500px;
min-height: 25px;
margin-bottom: 20px;
overflow: hidden;
}

#lousform label, #regverif label {
width: 220px;
color: #636463;
font-size: 16px;
float: left;
font-weight: 300;
}

#lousform input, #regverif input {
width: 250px;
color: #636463;
font-size: 16px;
float: right;
text-align: left;
}

#lousform select {
width: 256px;
color: #636463;
font-size: 16px;
float: right;
text-align: left;
}

#lousform textarea {
width: 270px;
color: #636463;
font-size: 16px;
float: right;
text-align: left;
height: auto;
min-height: 150px;
resize: vertical;
}



.louspre {
height: 25px !important;
}

.lousinp {
width: 256px !important;
color: #636463;
font-size: 16px;
float: right;
text-align: left;
height: 25px !important;
}

.formradiodiv {
overflow: hidden !important;
float: right !important;
width: 250px !important;
}

.formradio {
width: 20px !important;
float: left !important;
}


#menulink {
width: 800px;
min-height: 180px;
}

#menulink div {
margin-bottom: 20px;
overflow: hidden;
}

.formboxdiv {
overflow: hidden !important;
float: right !important;
width: 250px !important;
}

#lousform .formbox {
width: 20px;
}

#menulink .formboxrow {
display: block;
height: 44px;
width: 310px !important;
margin-bottom: 0px;
}

.formboxrow {
width: 600px;
position: relative;
display: inline-block;
height: 34px;
margin-bottom: 20px;
}

#menulink .formboxrow label {
width: 220px !important;
}

.menulinkmain {
}

.menuselect {
color: #009ee4;
}

.formboxrow label {
width: 160px !important;
float: none !important;
position: absolute;
left: 0;
top: 10px;
color: #636463;
font-size: 16px;
font-weight: 300;
}

.formboxrow input {
opacity: 0;
width: 600px !important;
height: 34px;
z-index: 9999;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
}

.formboxslider {
position: absolute;
top: 0;
right: 0;
background-color: #636463;
-webkit-transition: .4s;
transition: .4s;
width: 355px;
height: 34px;
}

.formboxslider:before {
position: absolute;
content: "";
height: 26px;
width: 175px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}

.formboxrow input:checked + .formboxslider {
background-color: #abcc3a;
}

.formboxrow input:focus + .formboxslider {
box-shadow: 0 0 1px #abcc3a;
}

.formboxrow input:checked + .formboxslider:before {
-webkit-transform: translateX(172px);
-ms-transform: translateX(172px);
transform: translateX(172px);
}




.buttosubmit {
width: 160px !important;
background-color: #abcc3a !important;
padding: 3px;
border-radius: 0px;
text-decoration: none;
color: #FFF !important;
border: 1px solid #abcc3a !important;
font-size: 16px;
font-weight: 300;
float: right !important;
cursor: pointer;
text-align: center !important;
}

.buttosubmit:hover {
background-color: #FFF !important;
color: #abcc3a !important;
border: 1px solid #abcc3a !important;
}


.buttosubmitwid {
width: auto !important;
background-color: #abcc3a !important;
padding: 3px;
border-radius: 0px;
text-decoration: none;
color: #FFF !important;
border: 1px solid #abcc3a !important;
font-size: 16px;
font-weight: 300;
float: right !important;
cursor: pointer;
text-align: center !important;
}

.buttosubmitwid:hover {
background-color: #FFF !important;
color: #abcc3a !important;
border: 1px solid #abcc3a !important;
}


.buttoa {
width: auto;
text-decoration: none;
color: #636463;
font-size: 14px;
font-weight: 300;
cursor: pointer;
}


#pws {
position: relative;
width: 255px !important;
float: right;
}

.password-background {
position: absolute;
height: 25px;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
top: 0px;
left: 0px;
z-index:5;
}

#password {
background: none;
position: absolute;
z-index: 10;
}

.strength {
}



#regverif .buttosubmit {
width: auto !important;
float: left !important;
margin-right: 40px;
}


.buttosubmitm {
width: auto !important;
float: left !important;
margin-right: 40px;
}




#teditor {
width: 900px;
min-height: 180px;
overflow: hidden;
padding-right: 50px;
}


.teditorfield {
width: 600px;
min-height: 25px;
margin-bottom: 20px;
overflow: hidden;
}

.formlong {
width: 900px !important;
}

.teditorfield label {
width: 220px;
color: #636463;
font-size: 16px;
float: left;
font-weight: 300;
}

.teditorfield input {
width: 350px;
color: #636463;
font-size: 16px;
float: right;
text-align: left;
}

.teditorfield select {
width: 355px;
color: #fff;
font-size: 16px;
float: right;
text-align: left;
background-color: #636463;
}

.formlong input {
width: 650px !important;
}

.teditorarea {
margin-bottom: 30px;
}

.teditorarea label {
width: 220px;
color: #636463;
font-size: 16px;
font-weight: 300;
display: block;
margin: 50px 0px 20px 0px;
}

.teditorarea textarea {
width: 600px;
color: #636463;
font-size: 16px;
float: right;
text-align: left;
height: auto;
min-height: 200px;
resize: vertical;
}

#teditor .buttosubmit {
margin-top: 60px;
}


#sortbutto {
width: auto !important;
float: none !important;
margin-right: 40px;
}







#new {
width: 1000px;
text-align: right;
height: 30px;
margin-bottom: 40px;
}






#srow {
width: 1000px;
height: 35px;
margin-bottom: 10px;
overflow: hidden;
}

#srow form {
float: left;
}

#srow form:nth-of-type(2) {
margin-left: 10px;
}


#srow form input {
width: 110px;
}

.searchbutto {
background-color: transparent;
padding: 2px;
text-decoration: none;
border: none;
font-size: 16px;
font-weight: 300;
cursor: pointer;
}

.searchbutto:hover {
}



.userrowgroup {
margin-bottom: 18px;
border-top: 1px dashed #333;
/*border-bottom: 1px dashed #333;*/
width: 1540px !important;
padding-top: 4px;
}

.userrowgroup .userrow {
margin-bottom: 0px !important;
}


.userrowscroll {
width: 1540px !important;
}

#userrow {
width: 1000px;
height: 30px;
margin-bottom: 10px;
overflow: hidden;
font-weight: 300;
color: #abcc3a;
}

.userrow {
width: 1000px;
height: 30px;
margin-bottom: 10px;
overflow: hidden;
}

.userrowtemp {
color: #F00 !important;
font-weight: bold;
}

.newmsg {
font-weight: 800;
}

.userid {
width: 40px;
float: left;
margin-right: 10px;
}

.username {
width: 200px;
float: left;
margin-right: 10px;
text-overflow: ellipsis;
overflow: hidden;
white-space:nowrap;
}

.userfullname {
width: 200px;
float: left;
margin-right: 10px;
text-overflow: ellipsis;
overflow: hidden;
white-space:nowrap;
}

.usercompany {
width: 200px;
float: left;
margin-right: 10px;
text-overflow: ellipsis;
overflow: hidden;
white-space:nowrap;
}

.useredit {
width: 125px;
float: left;
margin-right: 10px;
text-align: center;
}

.userfloat {
display: inline-block;
}

.userfloat form {
float: left;
}

#menusortable {
padding: 0px;
}

#menusortable li {
list-style: none;
}

#menusortable .username, #menusortable .userfullname {
cursor: row-resize;
}










#faqform {
width: 900px;
min-height: 180px;
}

.faqformdiv {
width: 900px;
min-height: 25px;
margin-bottom: 10px;
overflow: hidden;
}

.faqformdiv label {
width: 220px;
color: #636463;
font-size: 16px;
font-weight: 300;
float: left;
}

#faqform #question {
width: 650px;
}

#faqformlabel {
float: none;
display: block;
margin-bottom: 20px;
}



#faqform textarea {
width: 600px;
color: #636463;
font-size: 16px;
float: right;
text-align: left;
height: auto;
min-height: 200px;
resize: vertical;
}






/* News */
.newsrow {
width: 900px;
height: auto;
overflow: hidden;
margin-bottom: 80px;
}

.newstitle {
width: 900px;
height: auto;
overflow: hidden;
margin-bottom: 2px;
color: #636463;
font-size: 30px;
font-weight: 300;
}

.newstitle span {
font-size: 26px;
font-weight: 300;
margin-right: 30px;
}


.newsdate {
width: 200px;
height: 20px;
overflow: hidden;
margin-bottom: 10px;
color: #636463;
font-size: 14px;
font-weight: 300;
}

.newscontent {
width: 900px;
height: auto;
overflow: hidden;
color: #636463;
font-size: 16px;
font-weight: 300;
}


.newscell {
width: 430px;
margin-right: 20px;
float: left;
}


.newscell  span {
font-size: 26px;
font-weight: 300;
margin-top: 20px;
}



.tac {
text-align: center;
}



.bottom35 {
margin-bottom: 35px;
}

.left25 {
margin-left: 25px;
}