@charset "utf-8";
/* CSS Document */

body, html { 

	position: relative;
}
body { 
	margin:0; 
	padding:0; 
	font-family: Arial; 
	font-size:14px; 
	color:#000; 
	line-height:140%;  
 
}
#main {
    background: url(img/back.png) bottom right;
        background-repeat: repeat;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100vh;
}
.clear:before, .clear:after { 
	content: " "; 
	display: table; 
}
.clear:after { 
	clear: both; 
}
a { 
	text-decoration:none; 
	color:#000; 
	transition: 0.5s;
}
a:hover {
	color: #333; 
}
.pointer { 
	cursor:pointer;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@font-face {
        font-family: "helios";
        src: url('MAKHelios.ttf') format('truetype');
    }

.fleft {
	float: left;
}
.fright {
	float: right;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
	transition: 0.5s;
}
h1 {
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
}
h3 {
	width: 100%;
	text-align: center;
}
.head {
	width: 100%;
	background: #16ad06;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	color: white;
	padding: 20px 0px 10px 0px;
}
.headline {
	width: 100%;
	height: 10px;
	background: url(img/alhan.png);
	background-repeat: repeat-x;
}
.width {
	width: 80%;
	margin: auto;
}



 /* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  width: 33%;
  border-left: 1px solid #ccc;
  font-size: 16px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 20px 12px;
  border: 1px solid #ccc;
  border-top: none;
  background: rgba(255, 255, 255, 0.8);
} 

.main {
	width: 40%;
	margin: auto;
	padding-top: 1%;
}
.logo {
	width: 20%;
	margin: auto;
}
.logo img {
	width: 100%;
}
.form-control {
	width: 90%;
	margin: auto;
	margin-top: 20px;
}
.form-control label {
	width: 35%;
	float: left;
	padding: 10px;
}

input[type=text], input[type=number], select, input[type=file] {
	width: 60%;
	padding: 10px;
	border: 1px solid #ccc;
	float: right;
}
input[type=date] {
	width: 60%;
	padding: 10px;
	border: 1px solid #ee7423;
	float: right;
}

.radio-toolbar {
	width: 60%;
	float: right;
}
input[type=submit] {
	width: 100%;
	max-width: 200px;
	padding: 10px;
	background: #ee7423;
	border: 1px solid #b55a1e;
	color: white;
	text-transform: uppercase;
	cursor: pointer;
}
.error {
	position: fixed;
	top: 100px;
	right: 0px;
	width: auto;
	padding: 30px 20px;
	background: red;
	text-align: center;
	color: white;
	font-size: 18px;
	border-radius: 20px 0px 20px 20px;
	box-shadow: 10px 10px 10px #999;
	opacity:1;
}

.error .change {
	transition: all 1s;
 -webkit-transition: all 1s;
 opacity: 0;
}

.tbody {
	width: 60%;
	margin: auto;
	margin-top: 3%;
	background: rgba(255, 255, 255, 0.8);
	padding: 20px;
}
.tbody h1 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}


.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-toolbar label {
    display: inline-block;
    background-color: #ddd;
    padding: 10px 20px;
    border: 1px solid #444;
    border-radius: 4px;
    width: 49%;
}

.radio-toolbar label:hover {
  background-color: #ee7423;
  color: white;
}

.radio-toolbar input[type="radio"]:focus + label {
    border: 1px solid #444;
}

.radio-toolbar input[type="radio"]:checked + label {
    background-color: #ee7423;
    border-color: #b55a1e;
    color: white;
}
.next, .next2 {
	display: none;
}

.addzurag {
    background: white;
    border: 1px solid red;
    padding: 20px;
        padding-top: 20px;
    padding-top: 0px;
    margin-top: 30px;
}
.tailbars {
    background: #e1e1e1;
}
p {
    padding: 20px;
    line-height: 30px;
    text-align: center;
    background: #000;
}
.imagelist {
    width: 100%;
    column-count: 4;
    margin-top: 30px;
}
.imagelist li {
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    position: relative;
}
.imagelist img {
    width: 100%;
}
.imagelist li .delt {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    color: white;
    cursor: pointer;
}
.success {
	width: 100%;
	height: auto;
	padding: 50px 0px;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid green;
}
.success p {
	background: white;
}
.abutton {
	text-align: center;
}
.abutton a {
	background: #ee7423;
	color: white;
	padding: 10px 20px;
	border-radius: 20px;
}

.table1 {
	width: 100%;
}
.table1 th, .table1 td {
	padding: 10px;
}
.table1 th {
	text-align: left;
}
.table2 {
	width: 100%;
	border-collapse: collapse;
}
.table2 th, .table2 td {
	padding: 5px;
	border: 1px solid #ccc;
}
.table2 a {
	padding: 10px;
	background: green;
	color: white;
}
.btn1 {

padding: 10px;
background: green;
color: white;

}
.btn2 {

padding: 10px;
background: #ee7423;
color: white;

}
.mdugaar {
	width: 10%;
}
.titles {
	padding: 20px;
	background: rgba(255, 255, 255, 0.8);
}
#result {
	text-align: center;
	margin-top: 30px;
	clear: both;
}
#result strong {
	color: green;
	text-transform: uppercase;
}
.dugaars select {
	width: 7%;
	margin-left: 10px;
	float: left;
}
.list-group-item img {
	width: 30%;
}







































@media (max-width: 800px) {

.head {
	padding: 50px 0px;
}
.main {
	width: 90%;
	margin: auto;
}
.tbody {
	width: 100%;
}
.btn1 {
	line-height: 50px;
}
.form-control label {
	width: 100% !important;
	float: none;
}

.dugaars select {
	width: 13%;
	margin-left: 1%;
	font-size: 10px;
	-webkit-appearance: none;
	float: left;
}



input[type=text], input[type=number], select, input[type=file] {
	width: 100%;
	float: none;
}
input[type=date] {
	width: 100%;
	float: none;
}
.radio-toolbar {
	width: 100%;
	float: none;
}
.form-control .radio-toolbar label {
	width: 48%;
}









}