/* project: internet services template
   author: luka cvrk (www.solucija.com) */

   
/* default styles
   -------------- */
   
body { 
	padding: 0; 
	margin: 0; 
	font: 0.7em Tahoma, sans-serif; 
	line-height: 1.5em;
	background: #fff; 
	color: #454545; 
}
#navTopSetupLinksExitSetupLeft{font-family:Arial;font-size:12px;font-weight:normal;float:left;}.navSideSetupBox{background-color:#F4F7FC;padding:0;margin-top:10px;margin-right:0;margin-bottom:10px;margin-left:0;font-size:12px;font-family:Arial;width:159px;border-right:1px solid #739DC6;border-bottom:1px solid #739DC6;border-left:1px solid #739DC6;}#navSideSetupBoxInactiveItem.a{background-color:#EBF3FD;color:#666;font-size:12px;font-family:Arial;padding:5px;border-bottom-width:1px;border-bottom-color:#739DC6;border-bottom-style:solid;}#navTopSetupLinks{background-color:#EBF3FD;font-family:Arial;font-size:12px;font-weight:normal;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;border-width:1px;border-color:#306FA5;border-top-style:solid;border-bottom-style:solid;height:40px;}





/*handle error when no data*/
#error{ background:#ffebe8; border-bottom:1px solid #dd3c10; width:100%;}	

/*color layout for data records*/
#subrow1{ background:#3b5998; border-bottom:1px solid #000099; color:#FFF;}
#subrow2{ background:#7aa5d5; border-bottom:1px solid #000099; color:#FFF; }	
/*font style for above subrow1 and 2*/
.subrowfont {font-size: 12px;color: #FFFFFF; }	
.subrowlink.a:{background: ; text-decoration:none;color:#fff;}
.subrowlink.a:hover{background: #7aa5d5; text-decoration:none;color:#fff;}


a {	color: #E0691A;	background: inherit;}
a:hover { color: #6C757A; background: inherit; }

h1 { font: normal 2.1em Arial, Sans-Serif; letter-spacing: -1px; padding: 7px 0 0 8px; margin: 0; }
.dark  {
	color: #967A5A;
	background: inherit;
	font-weight: bold;
	font-size: 30px;
}
h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover {
	color: #FF6600;
	background: inherit;
}
h2 { margin: 0; padding: 0; font: bold 1.7em Arial, Sans-Serif; letter-spacing: -1px; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }

p {	margin: 0 0 5px 0; }

ul { margin: 0; padding : 0; list-style : none; }

form { 	margin: 0; }

input.search { 
	width: 292px; 
	border: 0;
	background: #FFF url(../images/input.gif) no-repeat;
	padding: 4px; 
	color: #E0691A;
	font-weight: bold;
}

input.submit {
	background: #E0691A url(../images/submit.gif) no-repeat;
	border: 0;
	padding: 4px 0;
	width: 65px;
	margin: 0 15px 1px 0;
	color: #FFF;
	font: bold 1em Arial, Sans-Serif;
}

input.login { 
	width: 150px;
	border: none; 
	
	padding: 4px; 
}

/* layout
   ------ */

.content { 
	margin: 0 auto;
	width: 780px;
	padding: 10px; 
}

.header { 
	height: 55px;
	background: #eee;
	color: #808080;
	margin: 3px 0;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #ccc;
}

.top_info {
	float: right;
	width: 555px;
	padding: 5px 0 4px 0;
	border-bottom: 1px solid #eee;
	background: #eee;
	color: #808080;
}

	.top_info_left {
		width: 200px;
		float: left;
	}

	.top_info_right {
		float: right;
		width: 290px;
		padding: 0 0 0 35px;
		border-left: 1px solid #eee;
	}

.browse_category  {
	font-size: 0.9em;
	width: 190px;
	color: #FFF;
	background: inherit;
}

.bar { 
	clear: both;
	font-size: 1.1em;
	height: 30px; 
	color: #FFF; 
	background: #5A8096;
}

	.bar li { 
		margin: 0; 
		padding: 7px 12px 5px 12px;
		color: #FFEADC;
		background: #5A8096;
		float: left; 
	}
	
	.bar li.active { 
		background: #87C0E2 no-repeat center top; 
		color: 5A8096;
		font-weight: bold; 
		padding: 7px 10px 6px 10px;
	}
	
	.bar li a { 
		font-weight: bold;
		color: #FFF; 
		background: inherit;
		text-decoration: none;
	} 
	
	.bar li a:hover {
	color: #E3C888;




	} 

.search_field { 
	background: no-repeat right; 
	color: #333333;
	clear: both;
	font-weight: bold;
	padding: 7px 25px 10px 10px;
	margin: 5px 0;
}

.grey {
	color: #FF9933;
	background: inherit;
	font-weight: normal;
}

.search_form { float: right; }

.subheader {
	margin: 0px 0 10px 0;
	border-bottom: 1px solid #eee;
	padding: 5px 0 5px 0;
	background: #A4A4A4;
	color: #fff;
}

/* left side
   --------- */

.left {
	float: left;
	width: 65%;
	margin: 0 0 10px 0;
}

.left h3 {
	clear: both;
	background: #FFFFEE url(../images/corner.gif) no-repeat right top;/*#E3A554*/
	color: #390;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 0px 0;
}
	.left_side {
	float: left;
	width: 180px;
	margin: 10px 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;

	}
		
	.left_side a, .right_side a { color: #414141; background: #FFF; }
		
	.right_side {
	float: none;
	background: #FFFFFF;
	color: #414141;
	font-size: 14px;
	font-style: normal;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-left: 10px;




	}
		
	.left_box { margin: 0 0 0px; color: #000; background: #FFF; padding: 2px 0 3px; }
	
		
/* right side
   ---------- */
		
.right {
	float: right;
	width: 34.6%;
	margin: 0 0 10px 0;
}

.right h3 {
	background: #967A5A url(../images/corner.gif) no-repeat right top;;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 3px 0;
}

	.right_articles {
		background: #f5f5f5;
		color: #414141;
		padding: 8px;	
		margin: 0 0 3px;
	}
	
.image {
	float: left;
	margin: 0 9px 3px 0;
}

/* footer
   ------ */

.footer { 
	clear: both;
	text-align: center;
	padding: 2px 0 1px;
	margin: 0;
	border-top: 1px solid #ccc;
	line-height: 1.8em;
}

.footer a { color: #FF6633; background: #fff; }


/*form CSS */

	.fieldset-3 {
		color: #fff;
		background-color: #E74C3C!important;
		border: 1px solid #C0392B!important;
	}
	.fieldset-3 .form-button {
		background-color: #FF7F15!important;
		border: 1px solid #F39C12!important;
	}
	.fieldset-3 .text-input:focus {
		border-color: #C0392B;
	}
	.fieldset-1 {
		background-color: #ecf0f1!important;
		border: 1px solid #d7e0e2!important;
	}
	.fieldset-1 .form-button {
		background-color: #18bc9c;
		border-color: #18bc9c;
	}
	.fieldset-1 .text-input:focus {
		border-color: #1abc9c;
	}
	.fieldset-2 {
		color: #fff;
		background-color: #3498DB!important;
		border: 1px solid #2980B9!important;
	}
	.fieldset-2 .form-button {
		background-color: #2980B9;
		border: 1px solid #2980B9!important;
	}
	.fieldset-2 .text-input:focus {
		border-color: #2980B9;
	}
.fieldset * {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
}
.fieldset {
	border-radius: 6px;
	padding: 20px;
	display: inline-block;
}
.form-headings {
	text-align: center;
}
.form-title {
	font-size: 28px;
	margin-bottom: 5px;
	font-weight: 400;
}
.form-subtitle {
	font-size: 21px;
	margin-bottom: 15px;
}
.input-wrapper {
	display: inline-block;
	margin-bottom: 8px;
	
}
.form-field label {
	font-size: 18px;
	display: inline-block;
	width: 100%;
}
.form-field .text-input {
border: 2px solid #bdc3c7;
color: #34495e;
font-family: 'Lato', Helvetica, Arial, sans-serif;
	border: 2px solid #bdc3c7;
color: #34495e;
font-family: 'Lato', Helvetica, Arial, sans-serif;
font-size: 15px;
padding: 8px 12px;
height: 38px;
-webkit-appearance: none;
border-radius: 6px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
-moz-transition: border .25s linear, color .25s linear, background-color .25s linear;
-o-transition: border .25s linear, color .25s linear, background-color .25s linear;
transition: border .25s linear, color .25s linear, background-color .25s linear;
-webkit-backface-visibility: hidden;
border-color: transparent;
font-size: 17px;
text-indent: 3px;
}
.form-field .text-input:focus {
  outline: 0;
}
.form-field .form-button {
border: none;
color: #ffffff;
text-decoration: none;
border-radius: 6px;
-webkit-transition: 0.25s linear;
-moz-transition: 0.25s linear;
-o-transition: 0.25s linear;
transition: 0.25s linear;
-webkit-backface-visibility: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
font-size: 19px;
line-height: 20px;
padding: 10px 18px 11px;
display: block;
width: 90%;

}
.form-button:active {
	 background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.link-blind {text-decoration:none !important; }


<!--login forms -->
.form-4 {
    /* Size and position */
    width: 300px;
    margin: 60px auto 30px;
    padding: 10px;
    position: relative;
 
    /* Font styles */
    font-family: 'Raleway', 'Lato', Arial, sans-serif;
    color: white;
    text-shadow: 0 2px 1px rgba(0,0,0,0.3);
}
 
.form-4 h1 {
    font-size: 22px;
    padding-bottom: 20px;
}

.form-4 select,
.form-4 input[type=text],
.form-4 input[type=password] {
    /* Size and position */
    width: 90%;
    padding: 8px 4px 8px 10px;
    margin-bottom: 15px;
 
    /* Styles */
    border: 1px solid #4e3043; /* Fallback */
    border: 1px solid rgba(78,48,67, 0.8);
    background: rgba(0,0,0,0.15);
    border-radius: 2px;
    box-shadow: 
        0 1px 0 rgba(255,255,255,0.2), 
        inset 0 1px 1px rgba(0,0,0,0.1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
 
    /* Font styles */
    font-family: 'Raleway', 'Lato', Arial, sans-serif;
    color: #0033CC;
    font-size: 13px;
}
.form-4 select,
.form-4 input::-webkit-input-placeholder {
    color: rgba(37,21,26,0.5);
    text-shadow: 0 1px 0 rgba(255,255,255,0.15);
}
 
.form-4 select,
.form-4 input:-moz-placeholder {
    color: rgba(37,21,26,0.5);
    text-shadow: 0 1px 0 rgba(255,255,255,0.15);
}
 
.form-4 input:-ms-input-placeholder {
    color: rgba(37,21,26,0.5);
    text-shadow: 0 1px 0 rgba(255,255,255,0.15);
}

.form-4 select,
.form-4 input[type=text]:hover,
.form-4 input[type=password]:hover {
    border-color: #333;
}
 
.form-4 input[type=text]:focus,
.form-4 input[type=password]:focus,
.form-4 input[type=submit]:focus {
    box-shadow: 
        0 1px 0 rgba(255,255,255,0.2), 
        inset 0 1px 1px rgba(0,0,0,0.1),
        0 0 0 3px rgba(255,255,255,0.15);
    outline: none;
}
 
/* Fallback */
.no-boxshadow .form-4 input[type=text]:focus,
.no-boxshadow .form-4 input[type=password]:focus {
    outline: 1px solid white;
}

.form-4 input[type=submit] {
    /* Size and position */
    width: 60%;
    padding: 8px 5px;
     
    /* Styles */
    background: linear-gradient(rgba(99,64,86,0.5), rgba(76,49,65,0.7));    
    border-radius: 5px;
    border: 1px solid #4e3043;
    box-shadow: 
        inset 0 1px rgba(255,255,255,0.4), 
        0 2px 1px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: all 0.3s ease-out;
 
    /* Font styles */
    color: white;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
    font-size: 16px;
    font-weight: bold;
    font-family: 'Raleway', 'Lato', Arial, sans-serif;
}
 
.form-4 input[type=submit]:hover {
    box-shadow: 
        inset 0 1px rgba(255,255,255,0.2), 
        inset 0 20px 30px rgba(99,64,86,0.5);
}
 
/* Fallback */
.no-boxshadow .form-4 input[type=submit]:hover {
    background: #594642;
}
.form-4 label {
    display: none;
    padding: 0 0 5px 2px;
    cursor: pointer;
}
 
.form-4 label:hover ~ input {
    border-color: #333;
}
 
.no-placeholder .form-4 label {
    display: block;
}