﻿
/*=============================================================
    Authour URL: www.designbootstrap.com
    
    http://www.designbootstrap.com/

    License: MIT

    http://opensource.org/licenses/MIT

    100% Free To use For Personal And Commercial Use.

    IN EXCHANGE JUST TELL PEOPLE ABOUT THIS WEBSITE
   
========================================================  */


/* =============================================================
   GENERAL STYLES
 ============================================================ */

@import url(http://fonts.googleapis.com/css?family=Droid%20Sans); /* FREE GOOGLE FONT */
body {
	font-family: 'Droid Sans', 'Arial', sans-serif;
	/**line-height: 30px;**/
	font-size: 14px;
	line-height: 20px;
}
.set-radius-zero {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.content-wrapper {
	margin-top: 20px;
	min-height: 400px;
	padding-bottom: 20px;
	margin-bottom:30px;
}
.page-head-line {
	font-weight: 900;
	padding-bottom: 20px;
	border-bottom: 2px solid #C00F13;
	text-transform: uppercase;
	color: #C00F13;
	font-size: 20px;
	margin-bottom: 40px;
}
.btn {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
.progress {
	height: 8px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
.login-icon {
	height: 60px;
	width: 60px;
	padding: 13px;
	border-radius: 50%;
	font-size: 30px;
	margin-bottom: 20px;
	color: #fff;
	text-align: center;
	cursor:pointer;
	background-color:#C00F13;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
}
/* =============================================================
   HEADER SECTION STYLES
 ============================================================ */
header {
	background-color: #C00F13;
	color: #fff;
	padding: 5px;
	text-align: right;
}
/* =============================================================
   LOGO SECTION STYLES
 ============================================================ */
.left-div {
/**
	padding-left: 30px;
    margin-top: 40px;
    margin-bottom: 30px;
	**/
}
.navbar-brand {
	width: 250px;
	/**padding-top: 30px;**/
	padding-top: 15px;
	padding-bottom: 15px;
	height: auto;
}


.navbar-inverse {
	background-color: #f5f5f5;
    border-color: transparent;
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #f5f5f5 100%);
}
.navbar-toggle {
	/**background-color: #C00F13;**/
    background-color: #000;
	border: 1px solid #fff;
	margin-top: 15px;
}
.navbar {
	margin-bottom: 0px;
	padding: 15px 0px;
}
/* =============================================================
   FOOTER SECTION STYLES
 ============================================================ */
footer {
	padding: 20px 10px;
	color: #fff;
	/**font-size: 12px;**/
    /**background-color: rgba(166, 0, 0, 0.7);**/
	background-color: #272727;
	text-align:center;
}
footer a, footer a:hover {
	color: #fff;
	text-decoration: none;
}

.form-control {
	border-radius: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.form-group.required .control-label:after {
	content:"  *";
	color:red;
	font-weight:normal;
}

.modal-body {
	font-size: 12px;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
	color: #000;
}
/**
.has-error .help-block {
	display: none !important;
}
**/
.has-error .control-label {
	color: #333 !important;
}

.desc {
	padding-top: 8px;
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
}

.alert-success b {
	font-weight: normal;	
}

label.error {
    font-size: 11px;
    color: #F00;
}

input.error, select.error {
    background-color: #FDEAE8;
    border: solid thin red;
}

label.valid {
    display: none !important;
}

.labeltitle {
	padding-left: 15px;
}

.left-div {
	margin-top: 15px;
	margin-left: 25px;
	color: #fff;
	font-size: 22px;
	line-height:30px;
	text-transform: uppercase;	
}

.navbar-header {
	padding:0px 20px;	
}