html {

    height: 100%;

}


body {

	background-color: #FFFFFF;

    font-family: 'PT Sans', sans-serif;

    font-weight: 400;

    color: #2F3C4D;

    font-size:16px;
    
    min-height: 100%;
}



strong, .bold {

    font-weight: normal !important;

    font-family: open_sans_bold !important;

}



h1 {

    font-family: 'Questrial', sans-serif;

	color: #2F3C4D;

	font-size: 45px;

    font-weight: normal;

}



h2 {

    font-family: 'Questrial', sans-serif;

	font-size:30px;

	margin-bottom:20px;

    font-weight: normal;

}



h3 {

    font-family: 'Questrial', sans-serif;

	text-align:center;

/*	text-transform: uppercase;*/

	font-size:30px;

	margin-bottom:20px;

}





h4 {



}



h5 {



}



h6 {



}



p {

	/*font-family: open_sansregular;*/

    font-family: 'PT Sans', sans-serif !important;

    font-weight: 400;

    font-size: 16px;

}



a {

	color: #2ea3f2;

}



a:hover {

	color: #2ea3f2;

	text-decoration: underline;

}



a:focus {

	color: #2ea3f2;

	text-decoration: none;

}



.form-error label {

	color:#c80000;

}



.custom-form-group .error-message {

    color:#c80000;

    display: none;

}



.custom-form-group.form-error .error-message {

    display: block;

}





/*.form-error input, .form-error select, .form-error textarea {

	border:1px solid #c80000;

}*/



.form-control {

	border: 0.5px solid #ccc;

    border-radius: 0;

    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);

}



.form-control.select2{

	border: 0;

  	box-shadow: inset 0 0px 0px rgba(0,0,0,0);

}



.btn {

	transition-duration: 250ms;

    transition-timing-function: ease-out;

    border-radius: 0;

}



.btn-success {

	background-color: #2F3C4D;

	border-color: #2F3C4D;

}



.btn-success:hover,

.btn-success:focus,

.btn-success.focus,

.btn-success:active,

.btn-success.active {

	background-color: #FFF;

	border-color: #2F3C4D;

	color: #2F3C4D;

}



.panel-default {

    border-color: #2F3C4D;

}



.panel-default {

    border-color: #2F3C4D;

    border-radius: 0;

    height: 100%;

}



.panel-default>.panel-heading {

    color: #FFF;

    background-color: #2F3C4D;

    border-color: #2F3C4D;

    border-radius: 0;

    font-size: 20px;

}



#fp-nav ul li, .fp-slidesNav ul li {

    display: block;

    width: 12px;

    height: 12px;

    margin: 6px;

    position: relative;

}



#fp-nav ul li a span, .fp-slidesNav ul li a span {

    margin: -6px 0 0 -6px;

    position: absolute;

    z-index: 1;

    height: 100%;

    width: 100%;

    border-radius: 100%;

    border: 0;

    background: #37535f;

    left: 50%;

    top: 50%;

    -webkit-transition: all .1s ease-in-out;

    -moz-transition: all .1s ease-in-out;

    -o-transition: all .1s ease-in-out;

    transition: all .1s ease-in-out;

}



#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {

    background-color: #FFFFFF;

    border: #2F3C4D solid 1px;

}



#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {

    background-color: #FFFFFF;

    border: #2F3C4D solid 1px;

}



#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {

    height: 100%;

    width: 100%;

    margin: -6px 0 0 -6px;

}



#footer {

    font-family: 'Questrial', sans-serif;

    background-color: #2F3C4D;

	color: #FFFFFF;

	padding-top: 30px;

    padding-bottom: 30px;

    text-align: center;

    margin-top: 15px;

}



#footer a {

	color: #FFFFFF;

}



#footer.fixed {

    position: fixed;

    width: 100%;

    bottom: 0;

}



.custom-radio-group input[type=radio], .custom-radio-group input[type=checkbox] {

    position: absolute;

    visibility: hidden;

    display: none;

}



.custom-radio-group label {

    color: #2F3C4D;

    display: inline-block;

    cursor: pointer;

    margin-bottom: 0;

    margin-right: -5px;

    padding: 5px 20px;

}



.custom-radio-group.custom-checkbox label {

    color: #2F3C4D;

    border: solid 2px #2F3C4D;

    cursor: pointer;

    height: 100px;

    width: 100px;

    border-radius: 50px;

    font-size: 13px;

    text-align: center;

    margin: 5px;

    display: inherit;

    padding: 5px;

}



.custom-radio-group input[type=radio]:checked + label {

    color: #FFFFFF;

    background: #2F3C4D;

    margin-right: -5px;

}



.custom-radio-group input[type=checkbox]:checked + label {

    color: #FFFFFF;

    background: #2F3C4D;

}



.custom-radio-group label + input[type=radio] + label {

    border-left: solid 2px #2F3C4D;

    margin-left: 0px;

}



.custom-radio-group {

    border: solid 2px #2F3C4D;

    display: inline-block;

    margin: 0 0 20px 0;

    overflow: hidden;

}



.custom-radio-group.custom-checkbox {

    border: 0;

}



.name-cat {

    color: #2F3C4D;

    text-transform: uppercase;

    font-size: 14px;

    text-align: right;

}



.datatable td {

	font-size:16px;

	line-height: 18px;

}



.datatable th {

	font-size:16px;

	line-height: 1.6em;



}



.datatable .action {

	font-size:20px;

	text-align:left;

	white-space: nowrap;

    width: 1px !important;

}



.datatable .action a {

	margin-left:10px;

}



.datatable .td_id {

	font-size:14px;

	color:#777;

	white-space: nowrap;

    width: 1px !important;

	vertical-align: middle !important;

}



.datatable .td_lastedit {

	font-size:14px;

	color:#777;

	white-space: nowrap;

    width: 1px !important;

	vertical-align: middle !important;

}



.datatable tr.element-notified {

    background-color: #E8E8E8 !important;

}



@media (min-width: 1199px) {

    .modal-lg {

        width: 1200px;

    }

}



#partners-carousel {

    margin-top: 30px;

}



#partners-carousel .owl-stage {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: stretch !important;

    -webkit-align-items: stretch !important;

    -ms-flex-align: stretch !important;

    align-items: stretch !important;

}



#partners-carousel .owl-stage .owl-item {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center !important;

    -webkit-align-items: center !important;

    -ms-flex-align: center !important;

    align-items: center !important;

}



#partners-carousel .owl-item img {

    display: block;

    width: auto;

}



#partners-carousel .owl-item:hover img {

    display: block;

    width: auto;

}

/*

#partners-carousel .owl-nav [class*='owl-'] {

    background: transparent;

    position: absolute;

    color: #000000;

    padding: 0;

    margin: 0;

    top: 20px;

}



#partners-carousel .owl-nav .owl-prev {

    left: -20px;

}



#partners-carousel .owl-nav .owl-next {

    right: -20px;

}



#partners-carousel .owl-nav.disabled {

    display: inherit!important;

} */

