/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 04-Sep-2017, 10:55:08
    Author     : moakley
*/


.dlg_input
{
    background-color: #f3f3f3!important;
    border-radius: 5px!important;
    margin:5px!important;
    margin-left:15px!important;
    margin-right:15px!important;
    width:calc(100% - 30px)!important;
    height:48px!important;
    color:black!important;
    padding-left:10px!important;
}

::placeholder
{
    color:black;
}

.row
{
    margin-right:0px!important;
    margin-left:0px!important;
}

.btn_dialog
{
    display:inline-block;
}

.modal-header
{
    border:0px;
}

.modal-footer
{
    border:0px;
}

.route_lead_in_text
{
    text-align: center;
    margin:3px;
    padding-left:10px;
    padding-right:10px;
}

.route_plan
{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top:10px;
}

.step_badge
{
    display: flex;
    width:115px;
    height:30px;
    text-align: center;
    justify-content: center;
    align-items: center;
    border:1px solid #fff;
    border-radius: 5px;
    margin-right:10px;
    padding:5px;

}

.step_done
{
     
     border: 2px solid #7FBA00;
    background-color: white;
}

.step_active
{
    border: 2px solid #FBBA0D;
    background-color: white;
}

.post_fail
{
    position:absolute;
    left:30%;
    right:30%;
    top:100px;
    margin: auto;
    text-align: center;
    background-color: coral;
    margin-top: 10px;
    border-radius: 5px;
    color:black;
}


.post_pass
{
    position:absolute;
    left:30%;
    right:30%;
    top:100px;
    margin: auto;
    text-align: center;
    background-color: #7FBA00;
    margin-top: 10px;
    border-radius: 5px;
    color:black;
}

.prev_next_button
{
    background-color: #FBBA0D;
    border-radius:10px;
    box-shadow: none;
    border:0px;
    width:175px;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    padding: 3px;
    line-height: 24px;
}

.cancel_button
{
    display:inline-block;
    border-radius:30px;
    box-shadow: none;
    border:0px;
    width:30px;
    height:30px;
    color: #000;
    font-size: 15x;
    font-weight: bold;
    padding: 3px;
    line-height: 24px;
    background-color: white;
}

.submit_message_holder
{
        display: none;
}

.submit_message
{
    
    position: absolute;
    top: 100px;
    height: 200px;
    z-index: 9999;
    background-color: #f0f0f0;
    border: 1px solid white;
    border-radius: 5px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: auto;
    right: auto;
    left: 30%;
    right: 30%;
    color:black;
}

.submit_button
{
    float: right;
    border-radius:10px;
    box-shadow: none;
    border:0px;
    width:100px;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    padding: 3px;
    line-height: 24px;
}


.img_button{
    border-radius:5px;
    height: 100px;
        }

.accred_image_ssl
{
 width:50%!important;   
}

.accred_image_h_ssl
{
 height:50%!important;   
}



.service-icon-ssl 
{
  color: #fff;
  display: inline-block;
  height: 120px;
  line-height: 120px;
  width: 120px;  

}

.service-icon-ssl img
{
  border-radius: 4px!important;
}




.popover-title
{
    color:white!important;
    background-color: #7FBA00!important;
}
.popover-content
{
    color:#669500;
}
.col-md-6
{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

section
{
/*    padding-top:30px!important;
    padding-bottom:30px!important;*/
    padding-top:0px!important;
    padding-bottom:0px!important;
}
.panel-heading {
    padding:5px!important;
}

.panel-body {
    padding: 0px!important;
    padding-bottom:5px!important;
}


#fileselector {
    margin: 10px; 
}
#upload-file-selector {
    display:none;   
}
.margin-correction {
    margin-right: 10px;   
}