/*--
Author: CodexWorld
Author URL: https://www.codexworld.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

/* reset 
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
a{text-decoration:none;}
img{max-width:100%;}
/*end reset*/

/* start editing from here */
body {
    font-family: 'Roboto', sans-serif;
    background: #FFFFFF;
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #151310;
}
p {
    font-size: 1em;
    margin-top: 5px;
    margin-bottom: 5px;
}
.text_left {text-align: left;}
.text_bold {font-weight: bold;}
.container {padding: 1px 0 0 0;}
.wrapper_frm {
    width: 35%;
    margin: 0 auto;
    background: #F1F1F1;
    margin-top: 20px;
    padding: 1px 20px 20px 20px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.wrapper_frm2 {
    width: 35%;
    margin: 0 auto;
    background: #F1F1F1;
    margin-top: 20px;
    padding: 1px 20px 20px 20px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	text-align: left;
}
.wrapper_frm2 p {
    font-size: 1em;
    margin-top: 3px;
    margin-bottom: -5px;
}
.wrapper_frm h2 {
    color: #151310;
    font-size: 1.5em;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.wrapper_frm .top{padding: 0 25px;}
.top h4{margin: 15px 5px;}
.frm-info{
    padding: 20px 0 30px;
}
.frm-info .check{
    float: left;
}
.frm_left{ text-align: left;}

.check input[type="checkbox"] {display: none;}
.check input[type="checkbox"]+label {
    position: relative;
    padding-left: 25px;
    display: inline-block;
    font-size: .9em;
    color: #151310;
    cursor: pointer;
}
.check input[type="checkbox"]+label span:first-child {
    width: 13px;
    height: 13px;
    display: inline-block;
    border: 1px solid #151310;
    position: absolute;
    top: 1px;
    left: 2px;
}
.check input[type="checkbox"]:checked+label span:first-child:before {
    content: "";
    background: url(../images/tick-b.png)no-repeat;
    position: absolute;
    left: 2px;
    top: 1px;
    font-size: 10px;
    width: 10px;
    height: 10px;
}
.frm-info a {float: right; font-size: .9em; color: #151310;}
.frm-info a:hover {text-decoration: underline;}
/* Basic data input or Menu buttons */
.frm_input input{
    width: 85%;
    padding: 15px 0px 15px 30px;
    border: none;
    border-bottom: 1px solid #a2a0a0;
    outline: none;
    font-size: 1em;
    color: #212121;
    margin: 14px 0px;
    font-family: 'Roboto', sans-serif;
    background-color: #FFFFFF;
	position: relative;
}
/* Complex data input */
.nice_select_box select {
  border:none;
  line-height: 2em;
  text-align: left;
  white-space: initial;
  height: 2em;
  margin: 0px 0px 10px 0px;
  color: red;
}
.frm_input2 input{
    padding: 2px;
    border: none;
    border-bottom: 1px solid #a2a0a0;
    outline: none;
    font-size: 1em;
    color: #212121;
    margin: 5px 0px;
    font-family: 'Roboto', sans-serif;
    background-color: #FFFFFF;
	position: relative;
	text-align: left;
}
.fld_input5ch  { width: 5ch;}
.fld_input10ch { width: 10ch;}
.fld_input15ch { width: 10ch;}
.fld_input20ch { width: 20ch;}
.fld_input30ch { width: 30ch;}
.fld_input40ch { width: 40ch;}
.fld_input50ch { width: 50ch;}
.fld_input_date{ width: 17ch;}
.fld_input_50pc{ width: 50%;}
.fld_input_90pc{ width: 90%;}
.fld_input_100pc{ width: 100%;}

.frm_btn {
    background-color: #28B890;
    color: #fff;
    font-size: 1.2em;
    height: 1.5em;
    padding: 0 1em;
    letter-spacing: .5px;
    border-radius: 5px;
    width: 50%;
    cursor: pointer;
    outline: none;
    border: none;
    margin-bottom: 10px;
	text-align: center;
}
.frm_btn_menu  {
    background-color: #28B890;
    color: #fff;
    font-size: 1.2em;
    height: 1.5em;
    padding: 0 1em;
    letter-spacing: .5px;
    border-radius: 2px;
    width: 80%;
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow:         0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    margin-bottom: 0.6em;
}
.frm_btn_sml    {
    background-color: darkorange;
    font-size: .8em;
    height: 1.3em;
}
.frm_btn_cancel {background-color: grey;  font-size: 1em;}
.frm_btn_reset  {background-color: brown; font-size: 1em; color:white;}
.frm_btn_nxt    {background-color: #B9770E; font-size: 1em;}
.frm_btn_bck    {background-color: #E44439; font-size: 1em;}
.frm_btn:hover, .frm_btn:active {
    background: yellow;
	color:black;
}
.frm_input p{
    font-size: 14px;
    margin-top: -10px;
    margin-bottom: 5px;
}
.frm_input.error input{
    border-color: #E44439;
}
.status-msg{
    font-size: 16px;
    font-weight: 500;
    border: 1px dashed;
    padding: 8px 10px;
    margin-bottom: 5px;
}
.status-msg.success{
    color: #3BA956;
}
.status-msg.error, .frm_input.error p{
   color: #E44439; 
}

.wrapper_frm .bottom {
    background: #616161;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.bottom p {
    font-size: 15px;
    color: #fff;
    padding: 25px 0;
    letter-spacing: 1px;
}
.bottom p a {
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: underline;
    letter-spacing: 1px;
    color: #fff;
    padding: 10px;
}
.bottom p a:hover, .bottom p a:active{
    color: #28B890;
}

.footer p {
    margin: 3em 0em;
    color: #757575;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 2px;
}
.footer a {
    color: #2873D6;
}
.footer a:hover, .footer a:active{
    color: #151310;
}
.errorMsg{
	color: #cc0000;
	margin-bottom: 3px;
	background: yellowgreen;
}
.confMsg{
	color: #17019e;
	margin-bottom: 3px;
	background: yellowgreen;
}
.authMsg{color: blue;    margin-bottom: 3px}

/* SD: Floating stuff ------------------------------------ */
.floating-logo {
    font-size: 0.7em;
    font-family: sans-serif;
    padding: 5px;;
    z-index: 102;
    position: fixed;
    top: 0px;
    left: 0px;
    display: block;
  }

.floating_menu {
    font-family: sans-serif;
    background: yellowgreen;
    padding: 5px;;
    width: 50px;
    z-index: 100;
    position: fixed;
    top: 0px;
    right: 0px;
  }

.floating_menu a, 
.floating_menu h3 {
    font-size: 0.9em;
    display: block;
    margin: 0 0.5em;
    color: white;
  }

.floating-details {
    font-size: 0.7em;
    font-family: sans-serif;
    background: Beige;
    padding: 5px;;
    width: 200px;
    z-index: 101;
    position: fixed;
    top: 0px;
    left: 0px;
  }

.floating-details a, 
.floating-details h3 {
    font-size: 0.9em;
    display: block;
    margin: 0 0.5em;
    color: white;
  }
.lang_img {
    background-image: url("languageImage.stand.png");
    background-repeat: no-repeat;
	background-size: contain;
    width: 45px; 
    height: 45px; 
    margin: 0;
    padding: 0;
/*	
    border: none;
    background: url('/forms/up.png') no-repeat top left;
    padding: 2px 8px;
*/
}
/*	https://www.filamentgroup.com/lab/select_box.html */
.select_box {
	display: block;
	font-size: 1em;
	font-family: sans-serif;
	line-height: 1em;
	padding: .2em 1.4em .2em .8em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 7px 0 5px 0 ;
	border-radius: .1em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
.select_box::-ms-expand {
	display: none;
}
.select_box:hover {
	border-color: #888;
}
.select_box:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}
.select_box option {
	font-weight:normal;
}

.rpt_btn_select {
  display: inline;
  font-size: 0.8em;
  background-color: yellow;
  color: black;
  width:  20px;
  height: 20px;
}
.left-align {text-align: left;}