@font-face {
    font-family: 'DearType - Hello Headline';
	src: url("../../fonts/DearType - Hello Headline.otf") format("opentype"), url("../../fonts/DearType - Hello Headline.ttf") format("truetype");
}

@font-face {
    font-family: 'Hello Headline W00 Regular';
	src: url("../../fonts/Hello Headline W00 Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'GothamBook';
	src: url("../../fonts/GothamBook.ttf") format("truetype");
}

@font-face {
    font-family: 'GothamMedium';
	src: url("../../fonts/GothamMedium.ttf") format("truetype");
}

:root {
	font-size: 16px;
}

body {
	font-family:Arial,Helvetica,sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family:Arial,Helvetica,sans-serif;
}

.panel-title {
	font-family:'Hello Headline W00 Regular', 'DearType - Hello Headline', Arial,Helvetica,sans-serif;
	color: #005640;
	font-size: 36px;
	margin: 0;
}

.form-group {
	margin-bottom: 0;
}

.form-control {
    border: 1px solid #91D754;
}

.form-control:focus {
    border-color: #005640;
}


.bg-bel {
	background: rgb(0, 86, 64);
}

.ff-bel {
	font-family:'Hello Headline W00 Regular', 'DearType - Hello Headline', Arial,Helvetica,sans-serif !important;
}

.text-bel {
	color: #005640 !important;
}

.text-bel2 {
	color: #91D754 !important;
}

.text-bel3 {
	color: #A8C147 !important;
}

.btn-bel {
    color: #91D754;
    background-color: transparent;
    border-color: transparent;
	font-family:'GothamMedium', Arial,Helvetica,sans-serif;
	text-transform: uppercase;    
}

.btn-bel {-moz-box-shadow: none;}

.btn-bel:hover, .btn-bel:focus, .btn-bel.focus, .btn-bel:active, .btn-bel.active, .open>.dropdown-toggle.btn-bel {
    color: #91D754;
    background-color: transparent;
    border-color: transparent;
}

.btn-bel2 {
    color: #005640;
    background-color: #91D754;
    border-color: #91D754;
	font-family:'GothamMedium', Arial,Helvetica,sans-serif;
	text-transform: uppercase;   
	/*padding-top: 15px;*/ 
}

.btn-bel2 {-moz-box-shadow: none;}

.btn-bel2:hover, .btn-bel2:focus, .btn-bel2.focus, .btn-bel2:active, .btn-bel2.active, .open>.dropdown-toggle.btn-bel2 {
    color: #005640;
    background-color:  #91D754;
    border-color:  #91D754;
}


.select2-drop-active {
    border: 1px solid #005640;
}

.select2-results .select2-highlighted {
    background: #005640;
    color: #91D754;
}

select option {
	background-color: #fff;
}

select option:disabled {
	background-color: #EAEAEA;
}

.btn-default.botTempo {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}