﻿
/*=============================================================
    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', 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;
}
/* USER SETTINGS DIV */
.user-settings-wrapper .nav > li > a {
	position: relative;
	display: block;
	padding: 15px 18px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	height: 60px;
	width: 60px;
	background-color: #C00F13;
	color: #fff;
}
.user-settings-wrapper {
	margin-top: 10px;
}
.user-settings-wrapper li {
	display: inline-block;
}
.user-settings-wrapper .dropdown-settings {
	width: 200px;
	padding: 10px;
}
.user-settings-wrapper .nav > li > a:hover, .user-settings-wrapper .nav > li > a:focus {
	text-decoration: none;
	background-color: rgba(166, 0, 0, 0.7)!important;
}
.user-settings-wrapper img {
	height: 64px;
	width: 64px;
	border: 1px solid #000000;
}
.user-settings-wrapper .dropdown-menu {
	margin: 0px;
	border-radius: 0px!important;
	-moz-border-radius: 0px!important;
	-webkit-border-radius: 0px!important;
}
.user-settings-wrapper .btn {
	border-radius: 0px!important;
	-moz-border-radius: 0px!important;
	-webkit-border-radius: 0px!important;
}
.user-settings-wrapper .media-heading {
	padding-top: 10px;
}
/* MENU LINKS SECTION*/

.menu-section {
	background-color: #3D3D3D;
}
#menu-top a {
	color: #FFF;
	text-decoration: none;
	font-weight: 500;
	padding: 10px 25px 10px 25px;
	text-transform: uppercase;
}
.menu-top-active {
	background-color: rgba(166, 0, 0, 0.7);
}
.menu-section .nav > li > a:hover, .menu-section .nav > li > a:focus {
	background-color: #C00F13!important;
}
.menu-section .dropdown-menu > li > a:hover, .menu-section .dropdown-menu > li > a:focus {
	background-color: #C00F13!important;
}
.navbar-inverse {
	background-color: rgba(166, 0, 0, 0.7);
	border-color: transparent;
}
.navbar-toggle {
	/**background-color: #C00F13;**/
    background-color: #000;
	border: 1px solid #fff;
	margin-top: 15px;
}
.navbar {
	margin-bottom: 0px;
}
/* =============================================================
   FOOTER SECTION STYLES
 ============================================================ */
footer {
	padding: 5px 10px;
	color: #fff;
	/**font-size: 12px;**/
    /**background-color: rgba(166, 0, 0, 0.7);**/
	background-color: #272727;
}
footer a, footer a:hover {
	color: #fff;
	text-decoration: none;
}
/*==============================================
    DASHBOARD  STYLES    
 =============================================*/

/* DASHBOARD ICONS */

.bk-clr-one {
	background-color: #B9B739;
}
.bk-clr-two {
	background-color: #F94C4C;
}
.bk-clr-three {
	background-color: #119c7e;
}
.bk-clr-four {
	background-color: #b739b9;
}
.dashboard-div-icon {
	height: 75px;
	width: 75px;
	border: 2px solid #fff;
	padding: 20px;
	border-radius: 50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	font-size: 30px;
	margin-bottom: 20px;
	color: #fff;
}
.dashboard-div-wrapper {
	border-radius: 5px;
	text-align: center;
	padding: 15px;
	color: #fff;
	margin-bottom: 50px;
}
.dashboard-div-wrapper .progress {
	height: 2px;
}
/* NOTICE BOARD */


.notice-board .panel {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
.notice-board ul {
	padding-left: 0px;
	list-style: none;
}
.notice-board li {
	padding: 10px;
	border-bottom: 1px solid #E5E5E5;
}
.notice-board li span {
	margin-right: 10px;
	border: 1px solid #DBDBDB;
	padding: 5px;
}
.notice-board li a, li a:hover {
	text-decoration: none;
	color: #000;
}
/* SOCIAL BUTTONS */
.btn-social {
	color: white;
	opacity: 0.8;
}
.btn-social:hover {
	color: white;
	opacity: 1;
	text-decoration: none;
}
.btn-facebook {
	background-color: #3b5998;
}
.btn-twitter {
	background-color: #00aced;
}
.btn-linkedin {
	background-color: #0e76a8;
}
.btn-google {
	background-color: #c32f10;
}
.form-control {
	border-radius: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.support-section {
	background: url("../img/footer_bg_tile.png") repeat scroll 0 0 #000000;
	color: #FFF;
	padding:20px 15px;
}
.form-group.required .control-label:after {
	content:"  *";
	color:red;
	font-weight:normal;
}
.agree {
	font-size: 12px;
	text-decoration:underline;
	cursor:pointer;
	display:inline;
	position:relative;
	top:-5px;
}
.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;	
}

@media only screen and (max-width: 800px) {
	/* Force table to not be like tables anymore */
#no-more-tables table, #no-more-tables thead, #no-more-tables tbody, #no-more-tables th, #no-more-tables td, #no-more-tables tr {
 	display: block;
}

	/* Hide table headers (but not display: none;, for accessibility) */
#no-more-tables thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

#no-more-tables tr {
	border: 1px solid #ccc;
}

#no-more-tables td {
	/* Behave  like a "row" */
	border: none;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 50%;
	white-space: normal;
	text-align:left;
}

#no-more-tables td:before {
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	top: 6px;
	left: 6px;
	width: 45%;
	padding-right: 10px;
	white-space: nowrap;
	text-align:left;
	font-weight: bold;
}

/*
Label the data
*/
#no-more-tables td:before {
	content: attr(data-title);
	}
}
