@import url("ui.style.css");
@import url("autocomplete.style.css");

form{
	text-align:center;
}

form label{
	color: #666666;
    font-weight: bold;
    padding-right: 10px;
    text-align: right;
	min-width: 150px;
    text-transform: capitalize;
    float:left;
	text-align:left;
	padding:4px;
	height:22px;
	margin-bottom:4px;
}

form br{
	clear:left;
}

form fieldset{
	padding:3px;
	border:1px solid #bfbfbf;
}
form fieldset legend{
	font-weight:bold;
	padding:2px;
}

form input[type=radio], input[type=checkbox]{
	clear: left;
    display: block;
    float: left;
    height: 17px;
    margin: 4px;
}

form label.radio, label.checkbox{
	width: 150px;
}

form input[type=text], input[type=search], input[type=password], input[type=email], select{
	border:1px solid #bfbfbf;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	padding:0;
	margin-bottom:4px;
	text-indent:4px;
	border-radius: 3px;
	box-shadow: 0 -1px 1px rgba(34, 25, 25, 0.4);
	line-height:30px;
	width:100%;
}

form input[type=range], input[type=number] {
	border:1px solid #bfbfbf;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	padding:0;
	margin-bottom:4px;
	text-indent:4px;
	border-radius: 3px;
	cursor:pointer;
	line-height:30px;
	width:100%;
}


form input[type=text]:hover, input[type=range]:hover, input[type=password]:hover, input[type=email]:hover , textarea:hover{
	border:1px solid #4d4d4d;
}

form input.disabled{
	border:0px !important;
    font-weight:bold;
    box-shadow:none;
    background:white;
	
}


form select[multiple]{
	height:150px;
}
form textarea{
	border:1px solid #bfbfbf;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	padding:3px;
	height:60px;
	margin-bottom:4px;
	width:99%;
}

form .input-tip{
	padding-left:4px;
	font-size:10px;
	font-weight:bold;
	background:#E1E1E1;
	padding:4px;
	cursor:pointer;
}

form .compulsory{
	border:1px solid red !important;
}

form input[type=search] {
      -webkit-appearance: textfield;
}

@media screen and (max-width: 800px) {

	form input[type=text], input[type=search], input[type=range], input[type=password], input[type=email], textarea, select{

		font-size: 18px;
		height:45px;
		margin-top:4px;
	}
	
	form fieldset{
		width:100%;
		margin-top:4px;
	}
	
	form label{
	    font-size:16px;
	    margin-bottom:0px;
		width: auto;
	}

}
input[type=file]{
  color:transparent;         
}

@media screen and (min-width: 800px) {

	form input[type=text], input[type=search], input[type=range], input[type=password], input[type=email], textarea, select{

		font-size: 15px;
		height:38px;		
	}
	
	form fieldset{
		width: auto;
		margin-top:4px;
		border-radius: 0.3em 0.3em 0.3em 0.3em;
		padding-top:0px;
	}
	
	form fieldset legend{

		text-transform:capitalize;
		background:#3B3B3B;
		border-radius:4px;
		font-size:16px;
		letter-spacing:1px;
		color:white;
		text-align:right;
		vertical-align:right;
		margin-bottom:5px;
		padding-left:10px;
		padding-right:10px;
		font-weight:normal;
		border-bottom-left-radius:0px;
		margin-left:-4px;
	}
	
	form label{
	    font-size:14px;
		height:15px;
		min-width:250px;
		line-height: 18px;

	}
	
	form fieldset label{
	    clear: left;
	}
}


input.medium{
	width:60% !important;
}

input.small, select.small{
	width:65% !important;
}

input.small-fixed{
	width:80px !important;
}

input.smallfix, select.smallfix{
	width:35% !important;
	padding-bottom:2px !important;
	height:30px !important;
	font-size:12px !important;
}


input.mediumfix, select.mediumfix{
	width:55% !important;
	padding:2px !important;
	height:30px !important;
	font-size:12px !important;
}

input.textonly{
	
	box-shadow:none !important;
}
input.textonly:hover{
	


}

input.submit{
	 display: inline-block;
    background: #ffc835;
    -webkit-box-shadow: 0px 1px 0px 0px #ffd564 inset, 0px 0px 0px 4px #e6e6e6;
    -moz-box-shadow: 0px 1px 0px 0px #ffd564 inset, 0px 0px 0px 4px #e6e6e6;
    box-shadow: 0px 1px 0px 0px #ffd564 inset, 0px 0px 0px 4px #e6e6e6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-shadow: 0px 1px 0px #ffe6a5;
    padding: 6px 30px;
    border-color: #ebae3e;
    border-width: 1px;
    border-style: solid;
    font-family: Arial, Helvetica, Sans-serfi;
    font-size: 14px;
    color: #4f2f2f;
    font-weight: bold;
    margin-top:4px;
    cursor:pointer;
}

input.submit:hover{
	background: #ffd200;
    -webkit-box-shadow: 0px 1px 0px 0px #ffe04f inset, 0px 0px 0px 4px #ffed99;
    -moz-box-shadow: 0px 1px 0px 0px #ffe04f inset, 0px 0px 0px 4px #ffed99;
    box-shadow: 0px 1px 0px 0px #ffe04f inset, 0px 0px 0px 4px #ffed99;
    border-color: #ffc835;

 
}

input.submit[disabled]{
	background:gray;
}


input.submit-small{
	background:;
	padding:3px;
	color:white;
	border:0;
	cursor:pointer;
	font-size: 14px;
	margin: 5px 0px 5px 0px;
	
	background-color: #F2D16C ;

    border-color: #c7b844;
    color: #545454;

	-moz-transition: all 0.05s ease-in-out 0s;
    border: 1px solid transparent;
    border-radius: 0.3em 0.3em 0.3em 0.3em;
   box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
    cursor: pointer;
    display: inline-block;
    font-family: "helvetica neue",arial,sans-serif;
    font-weight: bold;
    line-height: 1em;

    padding: 0.45em 0.825em;
    text-align: center;    

    border: 0 none;



    cursor: pointer;
    color: #18170a;
    font-weight: bold;
   

    text-align: center;
    text-shadow: 0 2px 1px rgba(255, 255, 255, 0.4);

	
}

input.submit-small:hover{
    color: #4F3400;

 
}

input.submit-small[disabled]{
	background:gray;
}

input.submit-savelgopay:after {
    content: url('/sites/savelgo.net/plugins/savelgopay/img/savelgopay.jpg');
    width:200px;
    height:100px;
}
input.submit-savelgopay{

	padding:3px;
	color:white;
	border:0;
	cursor:pointer;
	font-size: 14px;
	margin: 5px 0px 5px 0px;
	
	background-color: #F2D16C;

    border-color: #F2D16C;
    color: #FCF9F9;

	-moz-transition: all 0.05s ease-in-out 0s;
    border: 1px solid transparent;
    border-radius: 0.3em 0.3em 0.3em 0.3em;
   box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
    cursor: pointer;
    display: inline-block;
    font-family: "helvetica neue",arial,sans-serif;
    font-weight: bold;
    line-height: 1em;

    padding: 0.45em 0.825em;
    text-align: center;    

    border: 0 none;


    color: #4F3400;
    cursor: pointer;
 
    font-weight: bold;
    height: 35px;

    text-align: center;
    text-shadow: 0 2px 1px rgba(255, 255, 255, 0.4);

	
}




form select{
    border: 1px solid #bfbfbf;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	padding:3px;
	height:35px;
}


.tabs {
  position: relative;   
  min-height: 110px; /* This part sucks */
  clear: both;
  margin: 25px 0;
}
.tab {
  float: left;
}
.tab label.tab-label {
  background: #eee; 
  padding: 10px !important; 
  border: 1px solid #ccc !important; 
  margin-left: -1px !important; 
  position: relative !important;
  left: 1px !important; 
  height:20px !important;
  float:none;
  cursor:pointer;
}
.tab [type=radio] {
  display: none;   
}
.content-tab {
  position: absolute;
  top: 28px;
  left: 0;
  background: white;
  right: 0;
  bottom: 0;
  padding: 20px;
  border: 1px solid #ccc; 
}
[type=radio]:checked ~ label {
  background: white;
  border-bottom: 1px solid white;
  z-index: 2;
}
[type=radio]:checked ~ label ~ .content-tab {
  z-index: 1;
}
