/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* colors */

.bgWhite {
	background: #fff;
}

.bgRed {
	background: #f05829;
}

.bgBlue1 {
	background: #19212e;
}
.bgBlue2 {
	background: #1d2c3f;
}
.bgBlue3 {
	background: #304a6d;
}

.bgYellow {
	background: #ffc027;
}

.bgGreen1 {
	background: #3a8b2c;
}
.bgGreen2 {
	background: #45b233;
}

.bgGrey1 {
	background: #737373;
}
.bgGrey2 {
	background: #a6a6a6;
}
.bgGrey3 {
	background: #f2f2f2;
	color: #a6a6a6;
}

.bgOrange {
	background: #ec572a;
}

body {
	margin: 0;
	padding: 0;
	color: #737373;
	background: #19212f;
	font-family: "Roboto", "Arial", "Verdana", "Helvetica", sans-serif;
	line-height: 1.44;
}

h1 {
	font-size: 32px;
	font-weight: 100;
	line-height: 34px;
}

h2 {
	font-size: 26px;
	font-weight: 100;
	line-height: 28px;
}
h3 {
	font-size: 18px;
	font-weight: 100;
	line-height: 26px;
}

.btn.btn-link {
	color: #3a8b2c;
}
.btn.btn-link:hover {
	color: #47b133;
}
.modal-body {
	padding: 30px 30px 15px;
}

/* iCheck plugin Minimal skin, black
        ----------------------------------- */
.check {
	font-weight: 400;
	line-height: 20px;
	margin: 5px 0px;
	cursor: pointer;
}
.check .icheckbox_minimal-grey,
.check .iradio_minimal-grey {
	margin-right: 5px;
	margin-top: -2px;
}
.check.disabled {
	color: #aaa;
}
.icheckbox_minimal-grey,
.iradio_minimal-grey {
	display: inline-block;
	*display: inline;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	width: 18px;
	height: 18px;
	background: url("/atlant/img/icheck/grey.png") no-repeat;
	border: none;
	cursor: pointer;
}
.icheckbox_minimal-grey {
	background-position: 0 0;
}
.icheckbox_minimal-grey.hover {
	background-position: -20px 0;
}
.icheckbox_minimal-grey.checked {
	background-position: -40px 0;
}
.icheckbox_minimal-grey.disabled {
	background-position: -60px 0;
	cursor: default;
}
.icheckbox_minimal-grey.checked.disabled {
	background-position: -80px 0;
}
.iradio_minimal-grey {
	background-position: -100px 0;
}
.iradio_minimal-grey.hover {
	background-position: -120px 0;
}
.iradio_minimal-grey.checked {
	background-position: -140px 0;
}
.iradio_minimal-grey.disabled {
	background-position: -160px 0;
	cursor: default;
}
.iradio_minimal-grey.checked.disabled {
	background-position: -180px 0;
}
/* END icheckbox */
