﻿@charset "utf-8";
/* CSS Document */


/* The styles */


.red {
	color: #AD3838 !important;
}
.red-true {
	color: #FF0000 !important;
}
.black {
	color: #000000 !important;
}
.yellow {
	color: #FFCC66 !important;
}
.gray {
	color: #444 !important;
}
.gray-light {
	color: #999 !important;
}
.white {
	color: #fff !important;
}
.green {
	color: #68B84E !important;
}
.dark {
	color: #2a3942 !important;
}
.blue {
	color: #0088cc !important;
}
.orange {
	color: #ef4f30 !important;
}
.purple {
	color: #7e4894 !important;
}
.blue-light {
	color: #99bfe6 !important;
}
.red-back {
	background-color: #AD3838 !important;
}
.red-true-back {
	background-color: #FF0000 !important;
}
.black-back {
	background-color: #000000 !important;
}
.yellow-back {
	background-color: #FFCC66 !important;
}
.gray-back {
	background-color: #444 !important;
}
.gray-light-back {
	background-color: #999 !important;
}
.white-back {
	background-color: #fff !important;
}
.green-back {
	background-color: #68B84E !important;
}
.dark-back {
	background-color: #2a3942 !important;
}
.blue-back {
	background-color: #0088cc !important;
}
.orange-back {
	background-color: #ef4f30 !important;
}
.purple-back {
	background-color: #7e4894 !important;
}
.blue-light-back {
	background-color: #99bfe6 !important;
}
/* Architecture */

.grid2, .grid3, .grid4 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	float: left;
	border-left: 1px solid #E3E3E3;
}
.grid2:first-child, .grid3:first-child, .grid4:first-child {
	border-left: none;
}
/*.grid2 {
  width: 48%;
}
.grid3 {
  width: 32.33%;
}
.grid4 {
  width: 23%;
  padding: 0 1%;
}
*/


.bigger-110 {
	font-size: 110%;
}

.bigger-120 {
	font-size: 120%;
}

.bigger-130 {
	font-size: 130%;
}

.bigger-140 {
	font-size: 140%;
}

.bigger-150 {
	font-size: 150%;
}
.bigger-160 {
	font-size: 160%;
}

.bigger-170 {
	font-size: 170%;
}


.bigger-180 {
	font-size: 180%;
}

.bigger-190 {
	font-size: 190%;
}


.bigger-200 {
	font-size: 200%;
}
.bigger-250 {
	font-size: 250%;
}
.bigger-300 {
	font-size: 300%;
}
.bigger-400 {
	font-size: 400%;
}

.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
.radius-3 {
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
}
.radius-5 {
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
}
.radius-10 {
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	border-radius: 10px !important;
}
.radius-45 {
	-webkit-border-radius: 45px !important;
	-moz-border-radius: 45px !important;
	border-radius: 45px !important;
}
.radius-450 {
	-webkit-border-radius: 450px !important;
	-moz-border-radius: 450px !important;
	border-radius: 450px !important;
}
.pointer {
	cursor: pointer;
}
.box-shadow {
	-webkit-box-shadow: 1px 1px 3px 1px #CFCFCF;
	box-shadow: 1px 1px 3px 1px #CFCFCF;
}
.text-shadow {
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}
.no-border {
	border: none !important;
}
.img-fix {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-center {
	display: block;
	text-align: center;
	margin-right: auto !important;
	margin-left: auto !important;
}

.padding-0 {
	padding: 0px;
}

.padding-5 {
	padding: 5px;
}
.padding-10 {
	padding: 10px;
}

.padding-15 {
	padding: 15px;
}
.padding-20 {
	padding: 20px;
}
.min-height-50 {
	min-height: 50px;
}
.min-height-75 {
	min-height: 75px;
}
.min-height-100 {
	min-height: 100px;
}.min-height-120 {
	min-height: 120px;
}
.min-height-150 {
	min-height: 150px;
}
.min-height-200 {
	min-height: 200px;
}
.min-height-250 {
	min-height: 250px;
}
.min-height-300 {
	min-height: 300px;
}
.min-height-320 {
	min-height: 320px;
}
.min-height-350 {
	min-height: 350px;
}
.min-height-400 {
	min-height: 400px;
}
.min-height-450 {
	min-height: 450px;
}

.width-40 { width:40px !important;}
.width-50 { width:50px !important;}
.width-100 { width:100px !important;}


img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}




.panel-heading [data-toggle="collapse"]:after
{
	font-family: 'Glyphicons Halflings';
	content: "\e079";
	float: right;
	color: #000000;
	font-size: 10px;
	line-height: 12px;
	/* rotate "play" icon from > (right arrow) to down arrow */
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.panel-heading [data-toggle="collapse"].collapsed:after
{
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(90deg);
    -moz-transform:    rotate(90deg);
    -ms-transform:     rotate(90deg);
    -o-transform:      rotate(90deg);
    transform:         rotate(90deg);
}