/*
@font-face{
    font-family:'main_font';
    src:url('/fonts/PFBeauSansPro-Regular.eot') !important; 
    src:url('/fonts/PFBeauSansPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/PFBeauSansPro-Regular-woff') format('-woff.woff'),  
    url('/fonts/PFBeauSansPro-Regular.ttf') format('truetype'); 
    font-weight:normal;
    font-style:normal 
}

@font-face {
    font-family: main_font_light;
    src: url('/fonts/PFBeauSansPro-Light.ttf');
}

@font-face {
    font-family: main_font_bold;
    src: url('/fonts/PFBeauSansPro-Bold.ttf');
    font-weight: bold;
}
*/


html {
    position: relative;
    min-height: 100%;
    font-family: Inter,sans-serif;
}

body {
    margin: 0;
    padding: 0;
    background-color: #F9F9F9;
}

div#body {
    padding-top: 60px;
    padding-bottom: 0px;
    letter-spacing: 0.3px;
    /* Margin bottom by footer height */
    margin-bottom: 160px;
    font-family: Inter, sans-serif !important;
}


.jumbotron {
    padding: 48px 0 0 0;
    padding-bottom: 0px;
    /*margin-bottom: 0px;*/
    background-color: #EEEEEE;
}


.nopadding {
    padding: 0px;
}

.align-center {
    text-align: center;
}

.navbar-default {
    background-color: #FFFFFF;
    border: 0px;
}

.navbar-fixed-top {
    height: 110px;
    padding-top: 15px;
    -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.08);

}

.navbar-brand {
    padding: 5px 15px;
}

.nav li {
    background-color: #FFFFFF;
    
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
    color:white!important;
}

.nav > li > a {
    color: #225566!important;
    padding: 10px 10px;    
}

.footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    /* Set the fixed height of the footer here */
    min-height: 160px;
    background-color: #333333;
    color: #999999;    
    padding: 10px 10px;
    font-family: main_font, Arial, sans-serif !important;    
}

.h2gray {
    font-size: 20px;
    color: #999999;    
}

.btn-primary {
    background: #EE5022;
    border: 1px solid #EE5022;
    color:#FFF;
}

.btn-primary:hover, .btn-primary:focus {

    background: #F95931;
    color:#FFFFFF;
    border: 1px solid #F35527;
}

.btn-primary[disabled] {
    background: #EE5022;
    border: 1px solid #EE5022;
    opacity: 1;
    color: rgba(250, 250, 250, 0.6);
}

.btn-lg {
    font-size:13px;
    padding: 15px 32px;
    text-transform: uppercase;
}

.swal2-container {
    z-index: 10010!important;
}

a, a:hover {
    text-decoration: none;
}

.lk {
    color: #EE5022;
}

.lk:hover {
    color: #222222;
}

.lk.lkfooter:hover{
    color: white;
}

.text-email {
    color: black;
}

.graylight {
    color: #999999;
}

.stepnumber {
    padding: 5px 11px;
    border: 0px solid #5496B1;
    border-radius: 50%;
    background: #EEEEEE;
    width: 22px;
    height: 22px;
    margin-right: 5px;
    text-align: center;
    font-size: 20px;
}

.stepnumber_active {
    background: #EE5022;
    color: white;
}

.fa-dot-circle-o {
    float: right;
    line-height: 20px;
    color: green;
}

.select2img {

    width: 60px;
    vertical-align: middle;
    margin-right: 20px;
    margin-left:15px;
}

.providerFormlist {
    padding: 20px;
}

div.stepsbox {
    margin-bottom: 20px;
    margin-top: 20px;
}

.modal {
    z-index: 10000;
}

@media (max-width: 1200px) {
    div.address_inline, div.form_block_inline {
        display: block;
    }

    div.address_inline label {
        width: 130px;
    }
}

/* form style */

.container {
    padding-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 95%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (max-width: 991px) {
    div#body {
        margin-bottom: 324px;
    }

    div.stepsbox div.col-md-3 {
        margin: 10px 0;
    }
}

div.mainmenu_bar {
    margin-top: 16px;
}

/* solid header */
div#body.solid_header {
    padding-top: 7px;
}

div.mainmenu_bar.solid_header {
    margin-top: 0px;
}

nav.navbar.solid_header {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 4px;
    height: auto;
}

/* solid header */

/* solid header */
div#body.super_solid_header {
    padding-top: 16px;
}

div.mainmenu_bar.super_solid_header {
    margin-top: 0px;
}

nav.navbar.super_solid_header {
    margin-top: 0px;
    padding-top: 8px;
    height: auto;
}

div.jumbotron.super_solid_header {
    padding: 40px 0;
    padding-bottom: 0px;
}

/* solid header */
#mainmenu_bar_nav {
    margin-right: -10px;
    font-size:12px;
}
#mainmenu_bar_nav li {
   text-align: center;
}



@media (max-width: 835px) {
    .navbar-collapse.collapse ul > li > a {
        padding: 10px 4px;
    }
}

div#register_vertification .form-group {
    padding-top: 4px;
    padding-bottom: 4px;
    width: 100%;
}

div#register_vertification .btn {
    margin-top: 4px;
}

div#register_vertification .help-block.error {
    color: red;
}

div#register_vertification div.labelrowright {
    text-align: right;
}

@media (max-width: 991px) {
    div#register_vertification div.labelrowright {
        text-align: left;
    }
}

#user_menu .navbar {
    background-color: #EEEEEE;
    border-color: #e7e7e7;
    border: none;
    margin-top: 2px;
    margin-bottom: 0px;
}

#user_menu .navbar-default {
    background-color: #EEEEEE;
    border-color: #e7e7e7;
    border: none;
}

#user_menu .nav li {
    background-color: transparent;
}

#user_menu .nav > li:nth-child(1) > a {
    padding-left: 0;
}

#user_menu .dropdown-menu .divider {
    background-color: #e5e5e5;
}

@media (min-width: 768px) {
    #user_menu .navbar-nav {
        float: left !important;
    }

    #user_menu .nav > li > a {
        padding: 15px 15px;
    }

    #user_menu .navbar-default div.container,
    #user_menu .navbar-default div.navbar-collapse {
        padding: 0;
    }
}

@media (max-width: 767px) {
    #user_menu .navbar-default .navbar-nav li a,
    #user_menu .navbar-default .navbar-nav li a:visited {
        text-align: center;
    }
}



@media (min-width: 768px) {
    .biglogo{
        display:block;
    }
    .smalllogo{
        display:none;
    }    
}

@media (max-width: 767px) {
    .biglogo{
        display:none;
    }
    .smalllogo{
        display:block;
    }    
}


@media (min-width: 550px) {
    .footer{
        position:absolute;
    }    
}

@media (max-width: 549px) {
    
    .footer{
        position:relative;        
    }    
    div#body{        
        margin-bottom: 0px;
    }
}




#mobil_token input[type=text], #mail_token input[type=text] {
    font-weight: bold;
    color: #EE5022;
    font-size: 16px;
}

.form-control::-moz-placeholder {
    color: #ddd;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #ddd;
}

.form-control::-webkit-input-placeholder {
    color: #ddd;
}

div.form-group div.progress {
    margin-top: 5px;
    margin-bottom: 5px;
}

#register_vertification #mobil_token, #register_vertification #mail_token {
    padding: 0;
}

h4 {
    color: #444;
    margin-top: 0;
}

hr.orange {
    border-top: 2px solid #EE5022;
}

h3.pagetitle {
    margin-top: 0;
    margin-bottom: 30px;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.voffset {
    margin-top: 2px;
}

.voffset1 {
    margin-top: 5px;
}

.voffset2 {
    margin-top: 10px;
}

.voffset3 {
    margin-top: 15px;
}

.voffset4 {
    margin-top: 30px;
}

.voffset5 {
    margin-top: 40px;
}

.voffset6 {
    margin-top: 60px;
}

.voffset7 {
    margin-top: 80px;
}

.voffset8 {
    margin-top: 100px;
}

.voffset9 {
    margin-top: 150px;
}

#selectUserModel .grid-view {
    padding-top: 0;
}

.form-group-sm,
.main-form-sm > .form > .form-group {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.form-group-sm > .control-label,
.main-form-sm > .form .form-group .radio,{
    font-size: 12px;
}

.form-group-sm > .form-control,
.form-group-sm.ct-form-control,
.form-group-sm > .input-group-addon,
.form-group-sm > .input-group-btn > .btn,
.main-form-sm > .form .form-control,
.main-form-sm > .form .form-group.ct-form-control,
.main-form-sm > .form .form-group > .input-group-addon,
.main-form-sm > .form .form-group > .input-group-btn > .btn {
    height: 30px;
    padding: 4px 8px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
    min-width: inherit;
    color:black;
}

.main-form-sm em{
    
    color:black;
}

div.select2-panel-zindex {
    z-index: 30001;
}

.form-group-sm > .select2-container,
.main-form-sm > .form .form-group > .select2-container {
    padding: 0;
}

.main-form-sm h4{
    font-size:16px;
}

.main-form-sm textarea{
    height:50px !important;
}


.input-sm{
  height: 30px;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1.5;
  color: black; 
}

.date-input-field{
    width:100px !important;
}

.address-label{
    font-size:12px;
    margin-left:6px;
}

.participantbox{
    min-height: 180px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.08);
    padding-left:0px;
    padding-right:0px;
}

.participantbox:hover{
    background: #F5F5F5;    
}

.participantbox hr{
    margin: 8px 0px;
}


.public_custom_button{
    
   
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.08);
    
    padding-left:0px;
    padding-right:0px;   
    vertical-align:middle;
    border:1px solid #EEE;
    padding:5px 8px 5px 8px; 
    background:#FFF;
    border-radius:5px;
    color:#000;
}

.public_custom_button .panel-body{
    padding:15px 0px 5px 0px;    
    min-height: 100px;   
    border:0px;
}

.public_custom_button{
    font-size:15px !important;    
    font-weight:normal;
    
}

.public_custom_button:hover{
    border:1px solid #DDD;
    color:#EE5022;    
    background:#FFF;
}

.public_custom_button hr{
    margin: 8px 0px;
}

.public_custom_button h4{
    line-height: 30px;   
}

.nopaddingcol{
    text-align: center;
}

.tp-caption.white_heavy_40 {
font-family:main_font_bold, sans-serif;
font-size:36px;
line-height:48px;
font-weight:bold;
color:#2c2c2c;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-banner ul li .overlay{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}


.btn-mainpage{
    border: 1px solid #EE5022;
    padding: 0;
    padding-bottom:20px;
    font-weight:bold;
    font-size:19px;
    color: #EE5022;
    background-color: #FFF;
    letter-spacing: 0.05em;
    line-height: 1;
    width:100%;
    border-radius:0px;
    border-top:5px solid #EE5022!important;
    margin-bottom:20px;
}

.btn-mainpage-small{
    font-size:0.55em;
    letter-spacing: 0.01em;
}
.btn-mainpage-header{
    height:40px;    
    margin-bottom:10px;
    padding:15px;
}

.mainpage-header-text{
    width:auto;    
    font-size:20px;
    line-height:26px
}

.mainpage-header-text10{
    padding-top:50px;
}



.mainpage-header-conteiner{
    margin-top: 70px;
}

.mainpage-provider-item {
    display: inline-block;   
    color: white;
    border-radius: 6px;
    padding: 4px 10px;
    margin: 6px 3px 6px 0px;
    background-color: gray;
}

.mainpage-provider-panels .panel{
    margin-bottom:40px;
    background-color: #f3f3f3;
    border-radius:0px;
}

.mainpage-provider-panels .panel hr{
    border-top:1px solid #EE5022;
    margin: 10px 0px;
}

.mainpage-provider-panels h3{
    color: #EE5022;
    margin-top:5px;
    font-size:22px;
    font-weight:bold;
}

@media (max-width:991px){
    .btn-mainpage{
        font-size:14px;
    }
}

@media (max-width:767px){
    .btn-mainpage{
        width:100%;
        max-width: 300px;
        font-size:18px;
    }
    .mainpage-header-text{        
        font-size:15px;
        line-height:20px
    }
    .mainpage-header-conteiner{
        margin-top: 50px;
    }
}

.input-def {
    height: 30px;
    margin-top: 2px;
    margin-bottom: 2px;
    line-height: 1.5;
    color: black;
    background: #FAFAFA;  
}

select.input-def {
    padding: 4px 12px;
}

#form-group-password .progress {
    width: 180px;
}

div.process-user label {
    font-size: 12px;
    margin-left: 6px;
    width: auto;
    margin-right: 6px;
}

hr.small { margin: 7px 0; }
hr.large { margin: 24px 0; }

body.modal-open .datepicker {
    z-index: 30000 !important
}


#new_other_attachment_form {
    display: none;
}

.btn-small {
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    margin: -5px;
}
.panel-title>a.btn {
    color: #fff;
}

.panel-provider{
    border:1px solid #EEEEEE;
}

.panel-provider>.panel-heading {    
    font-weight: bold;   
    border-color: #ddd;
    color: #000 !important;
    border-bottom: 2px solid #EE5022 !important;   
}

.panel-provider>.panel-heading>img {
    height: 30px;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.select2-container.form-control.error {
    border: 1px solid #b94a48;
    color: #b94a48;
}

.static_content{
    padding:30px;
    text-align: justify;    
}

.field_error{
    border: 1px solid red;
}

.general_error{
    color:red;
}
.general_green{
    color: #18C600;
}

.general_ok_right{
    color: #18C600;
    float:right;
}

.rowlined{    
    border-bottom:1px solid #EEEEEE;
}

.deltacolored{
    color: #EE5022;
}

.public_subbox_title{
    min-height: 80px;
    background:#F3F3F3;
    padding:10px;
    text-align:center;
}

#toTop{
	position: fixed;
	bottom: 30px;
	right: 10px;
	cursor: pointer;
	display: none;
    z-index: 9999;
}

.btn-light{
    background:  white;
    color: #EE5022;
    border:1px solid #EE5022;
}

.btn-light:hover{
    background:  white;
    color: #EE5022;
    border:1px solid #EE5022;
}

.btn-new{
    background-color: #1884aa;
    border-color: #1884aa;
    padding: 10px 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.btn-new:hover{
    border-color:#39b3d7;
}

.centered{
    text-align: center;
}

.partnerbox{
    width:auto;
    height:130px;    
    margin:10px;
    display:inline-block;
    text-align:center;
}

.partnerbox img{
    margin:10px 0px 10px 0px;
    max-width:140px;
    max-height:60px;
  /*   
  -webkit-filter: grayscale(100%) opacity(40%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);  
  filter: gray opacity(40%);*/ /* IE 6-9 */
 
}

.partnerbox_container{
    padding:10px;    
    white-space:nowrap;
    /*overflow-x:auto;*/
    overflow-x:hidden;
 }
 
.newh2{
    color: #BBBBBB;
    font-size:22px;    
 }
 
.icon-horiz{
    vertical-align: middle!important;
}

.icon_sized{
    font-size:22px;
    line-height:28px;
}

hr.black{
    border-top:1px solid black !important;
}

.main_selector_dropdown{
    border: 1px solid #EE5022;
    color: #EE5022!important;
    background: white!important;
}

.swal2-popup {
  font-size: 1.4rem !important;
}

.tp-banner-container{
    background: url('/img/startpage.jpg');
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 50%;
    background-color: #dcdcdc;
}

@media (max-width:767px){
    .tp-banner-container{
        background-size: 60%;
    }
}

@media (max-width:500px){
    .tp-banner-container{
        background-size: 90%;
    }
    .mainpage-header-text11{
        padding-top:40px;
    }
}