/* CSS Document */
body {
    font-family: "canada-type-gibson",sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
}

.btn-lg, .btn-group-lg > .btn {
    border-radius: 2px;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.33333;
    padding: 10px 16px;
}

/*Form Validation*/
.formvalidation .form-group { position: relative; }
.formvalidation .form-group span.error {
    display: block;
    position: absolute;
    right: 30px;
    top: 0;
    z-index: 2;
    color: #ff0000;
}
.radio-inline { padding-top: 0px !important; }
#logo_image-error {
    position: relative;
    display: inline;
    color: orange;
    top: 0px;
    left: 0px;
}
/*Image Gallery*/
.image-wrap {
    width: 100%;
    padding-bottom: 50.82%;
    position: relative;
    overflow: hidden;
}
.image-wrap > div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.image-wrap img {
    width: 100%;
    height: auto;
}

/*Orion Header*/
.home .fixed .contain-to-grid {
    background-color: #000000;
    transition: background-color 0.3s ease 0s;
}
.contain-to-grid {
    background: #000000 none repeat scroll 0 0;
    width: 100%;
}
.fixed {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
.top-bar img {
    height: auto;
    margin: 15px 0;
    width: 200px;
    display: inline-block;
    vertical-align: middle;
}
ul.top-bar {
    margin: 0;
    padding: 0;
}
ul.top-bar li, .header-title {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    line-height: 36px;
    margin-right: 20px;
    vertical-align: middle;
}
@media only screen and (min-width: 480px) {
    ul.top-bar li, .header-title {
        margin-right: 20px;
        padding-left: 21px;
        font-size: 19px;
    }
}
ul.top-bar li:before, .header-title:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background-color: #555;
}
ul.top-bar li:first-child, .header-title:first-child {
    padding-left: 0;
}
ul.top-bar li:first-child:before, .header-title:first-child:before {
    display: none;
}
/*Login page*/
.login-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-190px);
    width: 200px;
    display: block;
}

.login-img img {
    width: 100%;
    height: auto;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

.login-navigation > li:not(:hover) {
    border-radius: 35px;
    padding: 4px;
    font-size: 12px;
}

.login-navigation > li:hover {
    border-radius: 35px;
    padding: 4px;
    font-size: 12px;
    color: #000000 !important;
}

.login-navigation > li {
    backface-visibility: hidden;
    color: #2F8298 !important;
    cursor: pointer;
    display: inline-block;
    line-height: 16px;
    margin: 0 2px;
    min-height: 16px;
    min-width: 16px;
    text-transform: uppercase;
    transition: all 150ms ease 0s;
    vertical-align: top;
}
/*Layout template*/

.layout-img {
    width: 100%;
    height: auto;
    /*position: relative;
    margin-top: -7px;*/
}
/*Footer partial*/
.footer-img{
    width: 40px;
}

.four-zero h2 {
    font-size: 80px !important;
}

.profile-menu a {
    cursor:default;
}
/*Breif*/
#brief .lead {
    color: #2f8298;        
    font-size:24px;
    font-weight:500;
}

label.addnumber, .admin_label, .question_number {
    font-size:18px;
    font-weight:300;
    margin-bottom:10px;
}

#brief .radio label, #brief .checkbox label, #brief input, #brief button, #brief select, #brief textarea {
    font-size:16px;
}

#brief .row, #brief .fg-line {
    margin-bottom: 40px;
}

.branch_address {
    max-height: 250px;
    overflow-y: auto;
    border-radius: 5px;
    border-color:  #e0e0e0;
    border-style: solid;
    border-width: 1px;
    padding: 20px; 
}

#brief_container .card .card-header h2 {
    font-size: 22px !important;
    padding: 32px 0;
}

.actions > li > .text-actions, .actions > .text-actions {
    width: 100% !important;
    color: #adadad;
    font-size: 21px;
}

.actions > li > .text-actions:hover::before, .actions > .text-actions:hover::before {
    opacity: 0;
    transition: all 0ms ease 0s;
}

.actions > li > .text-actions::before, .actions > .text-actions::before { 
    transition: all 0ms ease 0s;
}

.actions > li > .text-actions:hover{
    color: #000;
}

.actions > li > a.text-actions > i, .actions > a.text-actions > i {
    transition: all 0ms ease 0s;
}

/* START Business Card Changes. */
  #business_card .card-body .alert {
    color: #EE0000;
    font-size: 15px;
  }
  .container .card div.card-body.card-padding.bg-light-grey {
    background-color: #F0F0F0;
  }
  
  .container .card-preview-buttons {
    padding: 0 0 40px 0; 
    margin-top: -20px;
  }
  
  #order .form-group .order-quantity-container {
    max-width: 250px;
  }
  
  /* Style for Request for login form. */
  .label-for-input {
    float: left;
    line-height: 35px;
    padding-right: 12px;
  }
  #apply .fg-line input.form-control{
    width: 50%;
  }
/* END Business Card Changes. */


@media (max-width: 480px) {
    .actions > li > .text-actions, .actions > .text-actions {
        width: 100% !important;
        color: transparent;
    }
    .actions > li > .text-actions:hover{
        color: transparent;
    }
}
