﻿.topBanner {
    background-image: url('/CMS_Static/Uploads/6E7A586D453831/AwardsBanner.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 184px;
    background-color: #000;
    padding-top: 15px;
}

.profile-container {
    margin-top: -184px;
}

.agreeBubble {
    background-color: #f7f7f7;
    box-shadow: 0 0.938rem 2.188rem rgba(13,19,26,0.1), 0 0.313rem 0.938rem rgba(13,19,26,0.05);
    border-radius: 7px;
    border-color: #f7f7f7 !important;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.agreeBubble:hover{
    background-color:#EFEFEF;
}

.agreeBubble hr {
    width: 100%;
    border-color: #FFF;
    border-width: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
}

.agreeBubble img {
    max-width: 17px;
    margin-left: 5px;
    margin-top: -5px;
}

h1 {
    font-size: 2.7em;
    font-weight: 100;
    color: #fff;
}

h4 {
    font-size: 16px;
    font-weight: 800;
}

.headerBanner hr {
    max-width: 185px;
    border-color: #c35a42;
    border-width: 1px;
    margin-top: 8px;
    margin-bottom: 15px;
}

.headerBanner img {
    max-width: 28px;
    padding: 15px 0px 5px 0px;
}

.headerBanner {
    background-color: rgba(29, 44, 85, 0.32);
    border-radius: 7px;
    padding: 10px 30px 5px 30px;
    text-align: center;
    margin-bottom: 2em;
    margin-top: 1em;
}


.btn-default {
    color: #777777;
    text-align: center;
    border-radius: 25px;
    background-color: #FFFFFF;
    border-width: 1px 1px 3px 1px;
    border-style: solid;
    border-color: #e7e7e7;
    margin: 2px 2px 0px 2px;
    padding: 7px 30px;
    transition: all 0.3s ease-in-out 0s;
}

.btn-default:hover, .btn-default:active, .btn-default:active:hover {
    color: #777777;
    border-color: #3cb0fd;
    background-color: #fff;
}

.btn-default:focus {
    color: #777777;
    border-color: #e7e7e7;
    background-color: #fff;
}

.btnDocs {
    color: #777777;
    text-align: center;
    border-radius: 25px;
    background-color: #FFFFFF;
    border-width: 1px 1px 3px 1px;
    border-style: solid;
    border-color: #e7e7e7;
    margin: 2px 0px 0px 2px;
    padding: 7px 0px;
    transition: all 0.3s ease-in-out 0s;
}

.btnDocs:hover, .btnDocs:active, .btnDocs:active:hover {
    color: #777777;
    border-color: #04d88a;
    background-color: #fff;
}

.btnDocs:focus {
    color: #777777;
    border-color: #e7e7e7;
    background-color: #fff;
    outline: none;
}

.headerBanner p {
    font-size: 1em;
    color: #fff;
}

.panel-heading {
    font-size: 1.5em;
    font-weight: 100;
    color: #3c8bc3;
    padding-bottom: 0px;
}

.headingLarge {
    font-size: 1.8em;
    font-weight: 400;
    color: #3c8bc3;
    padding-bottom: 0px;
}

.panelBorder {
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #ddd;
    padding: 8px 0px;
    margin: 15px 15px 10px;
}

.panelPadding {
    padding-top: 16px;    
}

#nameDisplay {
    padding-left: 0px;
}

.editNameBtn {
    padding-right: 0px;
}

.bottomInfo {
    min-height: 600px;
    background-image: url('/CMS_Static/Uploads/nick.accattato/manTyping_IX.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: -150px;
}

.modal {
  text-align: center;
  padding: 0!important;
}


.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin: 15px auto;
  width: 95%;
}

.modal-content {
    border: 0px;
    border-radius: 7px;
    background-color: #ffffff;
}

.modal-header {
    border-bottom: 0px;
}

.modal-body {
    min-height: 125px;
    padding: 0px 15px 15px 15px;
}

.modAddress {
    min-height: 450px;
}

.modal-footer {
    background-color: rgba(60,176,253,0.1);
    background-color: #f7f7f7;
    border-radius: 0px 0px 6px 6px;
    padding: 0px 15px;
    min-height: 50px;
    border-top: 0px;
    padding-bottom:30px;
}

.docWizard h2 {
    font-size: 22px;
    font-weight: 400;
    color: #777777;
    margin-top: 25px;
    margin-bottom: 25px;
}

.docWizard h3 {
    font-size: 22px;
    font-weight: 400;
    color: #414959;
}

.docWizard .btnYes {
    padding: 7px 20px;
    font-size: 1.2em;
    border-radius: 25px;
    background-color: #04d88a;
    border-color: #02744a;
    border-width: 0px 0px 3px 0px;
    color: #ffffff;
    box-shadow: 0 0.7rem 2.188rem 0px rgba(13,19,26,0.1), 0 0.313rem 4rem 10px rgba(13, 19, 26, 0.13);
    transition: all 0.3s ease-in-out 0s;
}

.docWizard .btnYes:hover, .docWizard .btnYes:active, .docWizard .btnYes:active:hover {
    color: #fff;
    border-color: #04f19a;
    background-color: #04f19a;
}

.docWizard .btnYes:focus {
    color: #fff;
    background-color: #04d88a;
    border-color: #02744a;
    outline: none; 
    transition: all 0.3s ease-in-out 0s;
}

.docWizard .btnSingle {
    width: 35%;
}

.docWizard .btnNo {
    padding: 7px 20px;
    font-size: 1.2em;
    box-shadow: 0 0.7rem 2.188rem 0px rgba(13,19,26,0.1), 0 0.313rem 4rem 10px rgba(13, 19, 26, 0.13);
    border-radius: 25px;

    
}

.docWizard .btnClose {
    padding: 3px 20px;
    font-size: 12px;
}

.docWizard hr {
    margin-top: 0px;
    max-width: 80%;
}

.docWizard .questions {
    margin-bottom: 15px;
}

.docWizard .yesNoBtns {
}

.docWizard .breadCrumbs {
    max-width: 100px;
    margin-bottom: 30px;
    margin-top: -15px;
}

.btn-group-justified {
    padding-left: 0px;
}

.modAddress label {
    margin-left: 17px;
}

.modAddress .form-control {
    margin-top: 0px;
}

.form-control {
    margin-top:5px;
    margin-bottom: 25px;
    webkit-box-shadow: none;
    box-shadow: none;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #E7E7E7;
    border-radius:0px;
    padding: 6px 12px 6px 15px;
    font-size: 18px;
    background-color: #ffffff;

}

.form-control:focus { 
    outline: none;
    border-color: #414959;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #41495950;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #41495950;
}   background-color: #FFFFFF;

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

.modAddress .form-group:first-of-type {
    margin-top: 15px;
}

.docWizardFrame {
    box-shadow: 0 0.938rem 2.188rem rgba(13,19,26,0.1), 0 0.313rem 0.938rem rgba(13,19,26,0.05);
    border-radius: 7px;
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #f7f7f7;

}

.topPadding {
    min-height: 50px;
}

label {
    margin-bottom: 10px;
    font-weight: 400;
    color: #3cb0fd;
}

.employForm label {
    margin-top: 0px;
    font-weight: 400;
    color: #777777;
    font-size: 20px;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: static;
    margin-top: 4px\9;
    margin-left: -10px;
    margin-right: 8px;
}

.radioForm {
    margin-top: 25px;
}

.paddingBubble {
    padding-left: 15px;
    padding-right: 15px;
}

@media  (min-width : 768px) {
    .modal-dialog {
        width: 750px;
    }
}

@media  (min-width : 1200px) {
    .btn-group-justified {
        padding-left: 35px;
    }
}