@charset "utf-8";
/* CSS Document */
*:focus {
    outline: none;
}

.button0 {
    background-color:purple; /*#D0D;*/
    border: none;
    color: white;    
    text-align: center;
    text-decoration: none;
    display: inline-block;
	padding:2px 5px 2px 5px; 
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
	border: 1px solid purple;  
}

.button0:hover {
    background-color:white;
    color: purple;
}

.button1 {
    background-color: #cab175;
    color:#2d0059;    
    text-align: center;
    text-decoration: none;
    display: inline-block;
	padding:2px 5px 2px 5px; 
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
	border: 1px solid #cab175;
}
.button1:hover {
    color: white;
}
.button2 {
    background-color: white;
    color:#2d0059;    
    text-align: center;
    text-decoration: none;
    display: inline-block;
	padding:2px 5px 2px 5px; 
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
	border: 1px solid #2d0059;  
}
.button2:hover {    
    color: white;
	background-color:#2d0059;
}
.button3 {
    background-color: transparent;
    color:#2d0059;    
    text-align: center;
    text-decoration: none;
    display: inline-block;
	padding:2px 5px 2px 5px; 
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
	border: 1px solid #2d0059;  
}
.button3:hover {    
    color: white;
	background-color:#2d0059;
}
.button4 {
    background-color: #2d0059;
    color:white;    
    text-align: center;
    text-decoration: none;
    display: inline-block;
	padding:2px 5px 2px 5px; 
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
	border: 1px solid #2d0059;  
}
.button4:hover {    
    color: #2d0059;
	background-color:white;
}

.button5 {
    background-color: white;
    color:#2d0059;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding:2px 5px 2px 5px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border: 1px solid #acdee2;
}
.button5:hover {
    color: white;
    background-color: #1ea6c0;
}

.button6 {
    background-color: #1ea6c0;
    color:white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding:2px 5px 2px 5px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border: 1px solid #acdee2;
}
.button6:hover {
    color: #1ea6c0;
    background-color: white;
}

.button_shape {
    text-align: center;
    text-decoration: none;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.button_shape:hover {
    color: white;
    background-color:#CCC;
	display: inline-block;
	border: 1px solid #999;	
}

.div_box{
	box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, .75);	
}
.box{
	border: 1px solid #eee;
}
.box_2{
	border: 1px solid #666;
}
.form-control {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #eee;
    border-radius: 0;
    color: black;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px;
    padding: 16px 20px 15px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.form-control:focus {
    border-color: black;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
.form-control::-moz-placeholder {
    color: purple;
    opacity: 1;
    padding: 19px 20px 12px;
    text-transform: uppercase;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
}
.pad_left_right_12{
	padding:0px 12px 0px 12px;
}
textarea
{
width:100%;
}
.link {
     color: white;
     text-decoration: none;

 }
.link:hover {
    text-decoration:blink;
}

.link1 {
    color: #2d0059;
    text-decoration: none;

}
.link1:hover {
    text-decoration:blink;
}
.link2 {
    color: red;	
    text-decoration: none;

}
.link2:hover {
	color:#990000;
    text-decoration:blink;
}
.textbox1{
	width:100%;
	padding:5px 5px 5px 5px;
 	border: none;
	border-bottom: 2px solid red;
}
.textbox1:focus{
	border-bottom: 2px dashed red;
	cursor:text;
	outline:none;
	background-color: white;
	opacity:1;
}

/*====New*/
.arrow {
  border: solid ;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.arrow_right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.arrow_left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.arrow_up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.arrow_down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.btn_purple_red {
  background: #de0aff;
  background-image: -webkit-linear-gradient(top, #de0aff, #ff0073);
  background-image: -moz-linear-gradient(top, #de0aff, #ff0073);
  background-image: -ms-linear-gradient(top, #de0aff, #ff0073);
  background-image: -o-linear-gradient(top, #de0aff, #ff0073);
  background-image: linear-gradient(to bottom, #de0aff, #ff0073);
  /*text-shadow: 1px 1px 2px #666666;*/
/*  -webkit-box-shadow: 0px 1px 2px #666666;
  -moz-box-shadow: 0px 1px 2px #666666;
  box-shadow: 0px 1px 2px #666666;*/
  color: #ffffff;
  text-decoration: none; 
  border: solid purple 1px;
}

.btn_purple_red:hover {
  background: #933bdb;
}

.btn_green_blue {
  background: #0aff3b;
  background-image: -webkit-linear-gradient(top, #0aff3b, #0099ff);
  background-image: -moz-linear-gradient(top, #0aff3b, #0099ff);
  background-image: -ms-linear-gradient(top, #0aff3b, #0099ff);
  background-image: -o-linear-gradient(top, #0aff3b, #0099ff);
  background-image: linear-gradient(to bottom, #0aff3b, #0099ff);
  color: #ffffff;
  text-decoration: none;
  border: solid blue 1px;
}

.btn_green_blue:hover {
  background: #3c90d9;
}

.btn_orange_yellow {
  background: #ff4b0a;
  background-image: -webkit-linear-gradient(top, #ff4b0a, #ffff00);
  background-image: -moz-linear-gradient(top, #ff4b0a, #ffff00);
  background-image: -ms-linear-gradient(top, #ff4b0a, #ffff00);
  background-image: -o-linear-gradient(top, #ff4b0a, #ffff00);
  background-image: linear-gradient(to bottom, #ff4b0a, #ffff00);
  color: #ffffff;
  text-decoration: none;
  border: solid #ff0000 1px;
}

.btn_orange_yellow:hover {
  background: #ff2600;
  text-decoration: none;
}

.btn_orange {
  color: #ffffff;
  background: #ff1e00;
  border: solid #ff0000 1px;
  text-decoration: none;
}

.btn_orange:hover {
  background: #ffffff;
  color:#ff1e00;
}

.Frm_btnClose {
	transform: translate(0%, -50%);
	cursor: pointer;
	text-decoration: none;
}
.Frm_btnClose:hover {  	
  	color:red;
}

.container_btnClose {
	transform: translate(0%, -50%);
	cursor: pointer;
	text-decoration: none;
}
.container_btnClose:hover {  	
  	color:red;
}
.container_btnArrowUp:hover{
	color:red;
}
/*.Frm_btnArrowUp {
	cursor: pointer;
	text-decoration: none;	
}
.Frm_btnArrowUp:hover {  	
  	color:red;
}
.Frm_btnArrowUp_Change .Frm_btnArrowUp{
	transform: translate(0%, -50%);
	display:none;
}*/

.txt_purple{
	border:solid 2px purple;
	transition: border .4s ease;
}
.txt_purple:focus{
	border:solid 2px red;
}
.txt_green{
	border:solid 2px green;
	transition: border .4s ease;
}
.txt_green:focus{
	border:solid 2px blue;
}

.table_struct {
  border-collapse: collapse;
  width: 100%;
  
}

.table_struct th, td {
   padding: 8px;
   border-bottom: 1px solid purple;
}

.table_struct tr:nth-child(odd){background-color: #f2f2f2}

.table_purple{
	border:solid 1px purple;
}
.table_purple td{
	border:dotted 1px purple;
}
.table_purple th {
  /*background-color: purple;*/
  background:purple;
  background-image: -webkit-linear-gradient(top, purple,#FF8AFF );
  background-image: -moz-linear-gradient(top, purple, #FF8AFF);
  background-image: -ms-linear-gradient(top, purple, #FF8AFF);
  background-image: -o-linear-gradient(top, purple,#FF8AFF);
  background-image: linear-gradient(to bottom,purple,#FF8AFF);
  border:dotted 1px purple;
  color: white;
}

 .gg-trash {
 box-sizing: border-box;
 position: relative;
 display: block;
 transform: scale(var(--ggs,1));
 width: 10px;
 height: 12px;
 border: 2px solid transparent;
 box-shadow:
 0 0 0 2px,
 inset -2px 0 0,
 inset 2px 0 0;
 border-bottom-left-radius: 1px;
 border-bottom-right-radius: 1px;
 margin-top: 4px
}

.gg-trash::after,
.gg-trash::before {
 content: "";
 display: block;
 box-sizing: border-box;
 position: absolute
}

.gg-trash::after {
 background: currentColor;
 border-radius: 3px;
 width: 16px;
 height: 2px;
 top: -4px;
 left: -5px
}

.gg-trash::before {
 width: 10px;
 height: 4px;
 border: 2px solid;
 border-bottom: transparent;
 border-top-left-radius: 2px;
 border-top-right-radius: 2px;
 top: -7px;
 left: -2px
} 

.gg-pen {
 box-sizing: border-box;
 position: relative;
 display: block;
 transform: rotate(-45deg) scale(var(--ggs,1));
 width: 14px;
 height: 4px;
 border-right: 2px solid transparent;
 box-shadow:
 0 0 0 2px,
 inset -2px 0 0;
 border-top-right-radius: 1px;
 border-bottom-right-radius: 1px;
 margin-right: -2px
}

.gg-pen::after,
.gg-pen::before {
 content: "";
 display: block;
 box-sizing: border-box;
 position: absolute
}

.gg-pen::before {
 background: currentColor;
 border-left: 0;
 right: -6px;
 width: 3px;
 height: 4px;
 border-radius: 1px;
 top: 0
}

.gg-pen::after {
 width: 8px;
 height: 7px;
 border-top: 4px solid transparent;
 border-bottom: 4px solid transparent;
 border-right: 7px solid;
 left: -11px;
 top: -2px
} 

 .gg-log-off {
 box-sizing: border-box;
 position: relative;
 display: block;
 border-radius: 16px;
 border: 2px solid;
 transform: scale(var(--ggs,1));
 width: 16px;
 height: 16px;
 border-top: 2px solid transparent
}

.gg-log-off::before {
 content: "";
 display: block;
 box-sizing: border-box;
 position: absolute;
 border-radius: 3px;
 height: 8px;
 width: 2px;
 background: currentColor;
 left: 5px;
 bottom: 6px
} 

 .gg-check-r {
 box-sizing: border-box;
 position: relative;
 display: block;
 width: 22px;
 height: 22px;
 border: 2px solid;
 transform: scale(var(--ggs,1));
 border-radius: 4px
}

.gg-check-r::after {
 content: "";
 display: block;
 box-sizing: border-box;
 position: absolute;
 left: 3px;
 top: -1px;
 width: 6px;
 height: 10px;
 border-width: 0 2px 2px 0;
 border-style: solid;
 transform-origin: bottom left;
 transform: rotate(45deg)
} 
 .gg-check {
 box-sizing: border-box;
 position: relative;
 display: block;
 transform: scale(var(--ggs,1));
 width: 22px;
 height: 22px;
 border: 2px solid transparent;
 border-radius: 100px
}

.gg-check::after {
 content: "";
 display: block;
 box-sizing: border-box;
 position: absolute;
 left: 3px;
 top: -1px;
 width: 6px;
 height: 10px;
 border-width: 0 2px 2px 0;
 border-style: solid;
 transform-origin: bottom left;
 transform: rotate(45deg)
} 

.menuBarIcon {
  display: inline-block;
  cursor: pointer;
}
.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}
.change .bar2 {opacity: 0;}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.navigation {
  direction:rtl;
  color:#FFF;
  text-align:right;
  /*font-size:2vw;*/
}


/* reset our lists to remove bullet points and padding */

.mainmenu,
.submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* make ALL links (main and submenu) have padding and background color */
.mainmenu a,
.mainmenu label {
  display: block;
/*  background-color: purple;*/
  color:white;
  text-decoration: none;
  padding: 5px;
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px;
  margin-bottom:5px;
  border-bottom:1px dotted white;	  
}
.mainmenu input {
  display: none;
}
/* add hover behaviour */
.mainmenu a:hover {
  background-color: white;
  color:purple;
  -webkit-transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px;  
}
.mainmenu label:hover {
  background-color: white;
  color:purple;
  -webkit-transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px; 
  cursor:pointer;
}
/* when hovering over a .mainmenu item,
  display the submenu inside it.
  we're changing the submenu's max-height from 0 to 200px;
*/
.mainmenu :checked+.submenu {
  display: block;
  max-height:inherit;
}
/*
  we now overwrite the background-color for .submenu links only.
  CSS reads down the page, so code at the bottom will overwrite the code at the top.
*/
.submenu a {
  /*background-color:#A400A4;*/
  border-right:2px solid white;
  margin-right:10px;
  border-radius: 0px;
}
/* hover behaviour for links inside .submenu */
.submenu a:hover {
  /*background-color: #993;*/
}
/* this is the initial state of all submenus.
  we set it to max-height: 0, and hide the overflowed content.
*/
.submenu {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-out;
}
.navigation_sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 53px;
  right:0;
  overflow-x: hidden;
  transition: 0.5s;
  /*padding-top: 10px;*/
}
hr{
	border-top: 1px solid #CCC;
	border-bottom: 1px dotted #fff;
}