/*************************************************************/
/*			BASIC CSS STYLE FOR ETC							 */
/*************************************************************/


body {
    background-color: #fff;
    font-family: 'Ubuntu',sans-serif;
    font-size: 16px;
}
p {
    color: #000;
    line-height: 3px;
}
h1 {
    color: #000;
    font-size: 30px;
}
h2 {
    color: #000;
    font-size: 26px;
}
h3 {
    color: #000;
    font-size: 21px;

}
h4 {
    font-size: 18px;
    margin: 1px auto 0;
    text-align: left;
}
a {
    color: #000;
}
a:visited {
    color: #000;
}
td {
    font-size: 14px;
    font-weight: normal;
}

th {
    font-size: 12px;
}
form{
    margin-bottom: 0px;
    margin-top: 0px;
}
hr{
    margin-top: 2px;
    margin-bottom: 2px;
    padding:0;
}
.tdopt{
	width: 90px;
}
#captchafield {
    height: 90%;
    width: 90%;
}

#outerring {
}
#innerring {
    border: 1px solid white;
    height: 185px;
    min-width: 350px;
    padding: 10px;
    width: 40%;
}
.logo_etc {
    background-image: url("../../img/adsorba_basic_color-no-copyright.png");
	background-size: 180px;
    float: left;
    height: 70px;
    margin: auto;
    width: 180px;
	position:relative;
	left:700px;
	margin-top:20px;
}
.cpt_img {
    padding: 5px;
}
.i_input {
    border: 1px solid rgba(0, 0, 0, 1);
    border-radius: 3px;
}
.i_input:hover, .i_input:active, .i_input:focus {
    border: 1px solid rgba(255, 0, 0, 0.49);
    border-radius: 3px;
}
#main {
    /*float: left;
    height: 100%;
	min-height: 470px;
    margin: 10px 20px;
    overflow: auto;
    width: 75%;
    word-wrap: break-word;*/
}
#navi {
    border-bottom: 1px solid rgba(0, 0, 0, 1);
    border-right: 1px solid rgba(0, 0, 0, 1);
    float: left;
    height: 100%;
    left: 0;
    max-width: 145px;
    overflow: hidden;
    padding-bottom: 5px;
    padding-right: 5px;
    width: 100%;
}
#navi_top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.61);
    float: left;
    height: 85px;
    margin-top: 5px;
    width: 100%;
}

.logwindow {
    
    font-family: monospace;
    width: 99%;
    margin: 0 auto;
    font-size: 13px !important;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    padding: 5px;
    max-height: 400px;
    overflow: auto;
}

.nav_tbl {
    border: 1px solid rgba(0, 0, 0, 1);
}
.float_logo {
    float: left;
    margin-left: 36px;
}
.user_view {
    font-size: 13px;
    margin-top: 15px;
}
.ip {
    color: red;
    display: inline;
    margin: 0;
}
.searchbox {
    float: left;
    margin-left: 10px;
    padding: 15px;
    position: relative;
    width: 35%;
}
.logout {
    float: left;
}
.topboxes {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    position: relative;
}
.pwbox{
	margin-bottom: 5px;
}
.btn_logo {
	
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    float: left;
    height: auto;
    margin: 0 10px 0 -10px;
	width: 130px;
	position: relative;

}
.btn_logout {
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 0, 0, 1);
    color: rgba(0, 0, 0, 0.5);
    font-family: 'Ubuntu',sans-serif;
    height: 50px;
    transition: background-color 0.1s ease-out 0s, background 0.1s ease-in 0s, color 0.1s ease-out 0s, background 0.1s ease-in 0s;
    width: 100px;
}
.btn_logout:hover {
    background-color: rgba(255, 97, 97, 1);
    border: 1px solid rgba(255, 97, 97, 1);
    color: rgba(0, 0, 0, 1);
}
.btn_savepw {
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 0, 0, 1);
    color: rgba(0, 0, 0, 0.5);
    font-family: 'Ubuntu',sans-serif;
    height: 50px;
    transition: background-color 0.1s ease-out 0s, background 0.1s ease-in 0s, color 0.1s ease-out 0s, background 0.1s ease-in 0s;
    width: 100px;
}
.btn_savepw:hover {
    background-color: rgba(255, 97, 97, 1);
    border: 1px solid rgba(255, 97, 97, 1);
    color: rgba(0, 0, 0, 1);
}
.btn_saveuser {
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 0, 0, 1);
    color: rgba(0, 0, 0, 0.5);
    font-family: 'Ubuntu',sans-serif;
    height: 50px;
    transition: background-color 0.1s ease-out 0s, background 0.1s ease-in 0s, color 0.1s ease-out 0s, background 0.1s ease-in 0s;
    width: 200px;
}
.btn_saveuser:hover {
    background-color: rgba(255, 97, 97, 1);
    border: 1px solid rgba(255, 97, 97, 1);
    color: rgba(0, 0, 0, 1);
}
.btn_reg {
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 0, 0, 1);
    color: rgba(0, 0, 0, 0.5);
    font-family: 'Ubuntu',sans-serif;
    height: 50px;
    transition: background-color 0.1s ease-out 0s, background 0.1s ease-in 0s, color 0.1s ease-out 0s, background 0.1s ease-in 0s;
    width: 100px;
}
.btn_regform {
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 0, 0, 1);
    color: rgba(0, 0, 0, 0.5);
    font-family: 'Ubuntu',sans-serif;
    height: 50px;
    margin: 0 31%;
    transition: background-color 0.1s ease-out 0s, background 0.1s ease-in 0s, color 0.1s ease-out 0s, background 0.1s ease-in 0s;
    width: 100px;
}
.btn_regform:hover {
    background-color: rgba(255, 97, 97, 1);
    border: 1px solid rgba(255, 97, 97, 1);
    color: rgba(0, 0, 0, 1);
}
.btn_reg:hover {
    background-color: rgba(255, 97, 97, 1);
    border: 1px solid rgba(255, 97, 97, 1);
    color: rgba(0, 0, 0, 1);
}
.btn_send {
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 0, 0, 1);
    color: rgba(0, 0, 0, 0.5);
    font-family: 'Ubuntu',sans-serif;
    height: 50px;
    transition: background-color 0.1s ease-out 0s, background 0.1s ease-in 0s, color 0.1s ease-out 0s, background 0.1s ease-in 0s;
    width: 100px;
}
.btn_send:hover {
    background-color: rgba(255, 97, 97, 1);
    border: 1px solid rgba(255, 97, 97, 1);
    color: rgba(0, 0, 0, 1);
}
.btn_edit{
	width:30px;
	margin: 0px;
	padding: 0px;
}
.btn_delete{
	width:30px;
	margin: 0px;
	padding: 0px;
}
.saveright {
    float: right;
    margin-right: 10px;
}
.register {
    float: left;
    margin-right: 10px;
}
.btn_menu {
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 159, 159, 1);
    font-family: 'Ubuntu',sans-serif;
    height: 15px;
    margin: 1px;
    width: 140px;
}
.btn_menu:hover {
    background-color: rgba(255, 159, 159, 1);
}
.glyphi {
    color: rgba(146, 162, 178, 1);
    font-size: 21px;
}
.glyphi2 {
    font-size: 21px;
}
.glyphixs {
    font-size: 12px;
}
.glyphixl {
    color: rgba(0, 0, 0, 1);
    font-size: 30px;
}
.lglyph {
    float: left;
    font-size: 18px;
    margin-top: 0;
    text-align: left !important;
}
#addcst {
    height: auto;
    max-width: 500px;
    width: 100%;
}
#addcst input {
    width: 475px;
}
.tbl_border {
    border-left: 1px solid rgba(255, 255, 255, 1);
}
.error {
    background-color: rgba(255, 57, 57, 0.87);
    border: 1px solid rgba(255, 0, 0, 1);
    border-radius: 0 10px;
    height: auto;
    margin: 50px auto;
    padding: 20px;
    text-align: center;
    width: 75%;
}
.errtxt {
    font-size: 25px;
    margin: -8px 5px 0;
    padding-top: 5px;
}
.errormsg {
}
.errormsg, a {
}
.errormsg, a:hover {
    color: rgba(255,0,0,1);
}
.form_success {
    background-color: rgba(191, 255, 123, 1);
    border: 1px solid rgba(48, 194, 39, 1);
    border-radius: 0 10px;
    font-size: 24px;
    height: auto;
    margin: 50px auto;
    padding: 20px;
    text-align: center;
    width: 75%;
}
.form_info {
    background-color: rgba(142, 219, 255, 0.58);
    border: 1px solid rgba(0, 129, 255, 0.43);
    border-radius: 0 10px;
    font-size: 24px;
    height: auto;
    margin: 50px auto;
    padding: 20px;
    text-align: center;
    width: 75%;
}
.form_info2{
	background-color: rgba(97, 205, 255, 0.61);
	border: 1px solid rgba(0, 120, 255, 1);
	border-radius: 0px;
	font-size: 24px;
	height: auto;
	margin: 20px 10px;
	padding: 10px;
	text-align: center;
	width: 95%;
}

.form_warning{
	background-color: rgba(255, 250, 142,1);
	border: 1px solid rgba(255, 135, 0, 0.1);
	border-radius: 10px 0px;
	font-size: 24px;
	height: auto;
	margin: 20px 10px;
	padding: 10px;
	text-align: center;
	width: 75%;
}
.font_normal {
    font-size: 16px;
    margin: 8px 0 auto;
    padding: 10px;
}
.font_center {
    margin: 3% auto 0;
}
.borderless {
    width: 50px;
}
.regmain {
    border: 1px solid rgba(0, 0, 0, 1);
    border-radius: 5px;
    margin: 5% auto;
    padding: 5px;
    width: 75%;
}
#regform {
    margin: 0 auto;
    width: 45%;
}
.rigthfloat {
    float: right;
}
#accreg {
    margin: 0 auto;
    padding: 10px;
    width: 65%;
}
.breaktbl {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.is-datepick {
    width: 80px;
}
.tbl_delete {
    width: 80px;
}

.verticalscroll {
    overflow: auto;
	min-height:480px;
}

#produmenu{

	overflow: hidden;

}

.txt12{
	font-size: 12px;
}
.txt14{
	font-size: 14px;
}
.txt16{
	font-size: 16px;
}
.txt18{
	font-size: 18px;
}
.txt21{
	font-size: 21px;
}
.txt_left{
	text-align:left;
}
.txt_right{
	text-align:right;
}

#register_opc{

    background-color: rgba(0, 0, 0, 0.6);
    height: 565px;
    left: 0;
    margin: 15px auto;
    max-width: 1024px;
    position: absolute;
    right: 0;
    width: 99%;
    z-index: 9999;
}

.close{

	text-align: right;
	margin:5px;
	z-index:9999;
}

.register_center{
    background-color: rgba(0, 0, 0, 0.75);
    margin: 20px auto;
    padding: 25px;
    width: 925px;
}

.regfront{
	color: rgba(255,255,255,1);
}

.pwgenerator{
	
	width: 230px;
	height: 30px;
	margin: 0 auto;
	

}

.hidden{
	visibility:hidden;
}

/************************************
INCLUDET STYLE SHEETS 
*************************************/

.btn-width{
 
    width: 100%;
    padding: 5px;
    
}

.float-left{
    float: left;
    text-align: left;
}

.margin-top-10{
    margin-top: 10px;
}
.margin-top-20{
    margin-top: 20px;
}
.margin-top-30{
    margin-top: 30px;
}
.margin-top-40{
    margin-top: 40px;
}
.margin-top-50{
    margin-top: 50px;
}


.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #8EFF68;
}

.active {  
    background-color: #8EFF68;
    color: #000;
}

.nav_left{
    /*max-height: 800px;*/
    overflow: auto;
}
.btn-txt-left-noborder{
    border-color: #fff !important;
    text-align: left;
}

.spacer-200px{
    width: 100%;
    height: 200px;
}

.spacer-400px{
    width: 100%;
    height: 400px;
    background-color: #d2d2d2;
}

.column {
  float: left;
  width: 40%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}