﻿body {
    /*padding-top: 50px;
padding-bottom: 20px;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    /*border:thin solid blue;*/
    margin: 70px auto; /* this replaces .default-container's margin-top: 20px; */
    /* width:auto;magical 4-6px at bottom of navbar fix*/
}

/* Override the default bootstrap behavior where horizontal description lists 
will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.edit-required {
    color: darkred;
    font-weight: bold;
    font-size: 18px;
}

.edit-danger {
    color: red;
    font-size: 16px;
}


.input-validation-error {
    border: 1px solid #BD2F2F;
    /*background-color: #F4C2C2;*/
}

.alt-header-spacer {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 1px;
    background-color: #f58237;
}

.default-header-spacer-black {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 1px;
    background-color: #000;
}

.default-header-spacer {
    margin-top: 20px;
    margin-bottom: 10px;
    height: 1px;
    background-color: #f58237;
}

.default-header-spacer-narrow {
    margin-top: 6px;
    margin-bottom: 6px;
    height: 1px;
    background-color: #f58237;
}


.default-mini-spacer {
    margin: 10px 15px 15px 0px;
    border-top: 1px solid #ACACAC;
}
.default-mini-spacer-black {
    margin: 10px 15px 15px 0px;
    border-top: 1px solid #000;
}
.default-mini-spacer-narrow {
    margin: 5px 0px;
    border-top: 1px solid #ACACAC;
}

.default-mini-spacer-form {
    margin: 12px 0px 7px 0;
    border-top: 1px solid #FFB687;
}


li.navbar-dropdown {
    display: inline-block;
}

.navbar-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border: thin solid black;
    z-index: 999;
}
.navbar-dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.navbar-dropdown-content a:hover {
    background-color: #f1f1f1;
}

.navbar-dropdown:hover .navbar-dropdown-content {
    display: block;
}

.form-checkbox,
.form-checkbox-size,
.form-checkbox-inline,
.form-checkbox-inline-narrow,
.form-radio-inline,
.form-radio-inline-narrow,
.form-radio-size,
.form-row-button-icon,
.form-control-icon {
    transform: scale(1.50);
}

.transform-scale-120 {
    transform: scale(1.20);
}

.iconic-success .fa-check-square-o {
    transform: scale(1.25);
    color:white
}
.iconic-success .fa-square-o {
    opacity: 0.50;
}
/*.wizard-iconic-successcheck {
    background
}*/

.form-content-inline,
.form-radio-inline,
.form-checkbox-inline {
    margin-left: 20px !important;
    display: inline-block !important;
}

.form-content-inline-narrow,
.form-radio-inline-narrow,
.form-checkbox-inline-narrow {
    margin-left: 10px !important;
    display: inline-block !important;
}

.form-input-text {
    margin-left: 6px;
}

.form-control-icon {
    padding-top: 6px;
    padding-right: 12px;
    padding-bottom: 6px;
    padding-left: 12px;
}

.form-checkbox {
    margin: 10px 0 0 0 !important;
}

.default-container-fill {
    background-color: #808080;
}

.default-background-fill {
    background-color: #808080;
}

.default-container {
    /*margin-top: 20px;
padding: 50px;*/
    min-height: 800px;
    background-color: #808080;
    border-radius: 5px;
}

.account-register-alink {
    margin-top: 20px;
    font-size: 18px;
}
.account-register-alink a {
    color: black !important;
    text-decoration: none !important;
}
.account-register-alink i {
    transform: scale(1.30);
}

.edit-model-close, .edit-model-close a {
    color: #fff !important;
}
.edit-model-close {
    cursor: pointer;
    font-size: 1.3em;
}
.edit-model-close-container {
    top: 10px;
    right: 50px;
    position: absolute;
}
.edit-model-close .fa-check {
    color: #5CB85C;
    font-size: 1.5em;
}
.edit-model-nav-header {
    color: gainsboro;
    text-align: center;
    vertical-align: middle;
    line-height: 28px;
    padding: 0 10px 0 10px;
}

.toast-top-right {
    margin-top: 60px;
}

.toast-top-center {
    margin-top: 60px;
}
#toast-container {
    pointer-events: none;
}
#toast-container > div {
    pointer-events: auto;
}

.copy-footer-text {
    margin: 10px 0;
}

.box {
    border: 1px solid #fff;
    color: #fff !important;
    font-size: 16px;
    padding: 5px;
    letter-spacing: 2px;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

.white {
    color: #fff;
}

.black {
    color: #000;
}

.black-alt {
    color: #fff;
}

.orange {
    color: #f58237;
}

.yellow {
    color: #f9c822;
}

.header-switcher-filter {
    font-size: 18px;
    margin: 10px 0 -10px 15px;
}

.auto-fit-image {
    max-width: 100%;
    max-height: 100%;
}

.footer-content {
    margin: 2px 17px 2px 17px;
}
.footer-content, .footer-content img {
    height: 45px;
}
.footer-content-spacer {
    margin-top: 5px;
    margin-bottom: 5px;
    height: 1px;
    background-color: #383838;
}
.footer-navbar {
    color: white;
    background-color: #4E4E4E;
    /*padding:4px;*/
    height: 50px;
    border: 1px solid #0A0A0A;
}
.footer-navbar-smb {
    color: white;
    background-color: #4E4E4E;
    min-height: 40px;
    height: 40px;
    border: 1px solid #0A0A0A;
}
.footer-navbar-smb img {
    height: 33px;
}

.close-select-a-person {
    border: none;
    background-color: transparent;
    text-decoration: none;
    color: #4E4E4E;
    font-size: 26px;
    cursor: pointer;
}

.buttonPill {
    background-color: #DDDCDC;
    color: black;
    padding: 5px;
    border-radius: 5px;
    font-size: 1.2em;
    width: 180px;
    cursor: pointer;
}


.default-nav-tab .nav-tabs {
    /*border-bottom:transparent;*/
}
.default-nav-tab .nav-tabs a {
    color: #000 !important;
}
.default-nav-tab .nav-tabs > li.active > a, .default-nav-tab .nav-tabs > li.active > a:focus {
    background-color: #DDDCDC;
}
.default-nav-tab .nav-tabs > li > a:hover, .default-nav-tab .nav > li > a:focus, .nav > li > a:hover {
    border-color: transparent !important;
    background-color: #DDDCDC;
}


#fileupload table tr td a {
    color: black;
}


/*.label-xs .form-group label{
margin-bottom:4px!important
}*/
.form-input-xs .form-control,
.form-input-xs .input-group-btn .btn {
    height: 24px;
    padding: 7px 7px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-input-xs .input-group-addon {
    height: 18px;
    padding: 0px 4px 0px 4px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
    color: #000;
}

/*
.input-xs {
height: 22px;
padding: 5px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}    
.input-group-xs>.form-control,
.input-group-xs>.input-group-addon,
.input-group-xs>.input-group-btn>.btn {
height: 22px;
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
}
.boxsizingBorder {
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
        box-sizing: border-box;
}
*/

.wizard-header-item {
    font-weight: 500;
    background: #464646;
    color: #D6D5D5;
    cursor: default;
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em;
    padding: 0.5em 0.5em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

.wizard-menu-item,
.wizard-menu-item-active,
.wizard-menu-item-error {
    background: #eee;
    color: #000;
    cursor: pointer;
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em;
    /*padding: 1em 1em;*/
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

.wizard-menu-item-active {
    background: #2184be;
    color: #fff;
}

.wizard-menu-item-error {
    background: darkred;
    /*background: #D70101;*/
    color: #fff;
}

.wizard-menu-itemsuccess,
.wizard-menu-itemlabel{
    display:table-cell;padding:0.8em 0.6em 0.8em;
}
.wizard-menu-itemsuccess{
    -webkit-border-radius: 5px 0 0 5px; -moz-border-radius: 5px 0 0 5px;
}

.wizard-item-conent {
    padding: 20px 15px;
    min-height: 60vh;
    max-height: 60vh;
    overflow: hidden;
    overflow-y: scroll;
    background: #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard-container-disabled,
.wizard-container-error,
.wizard-container {
    color: #555;
    border: 1px solid #ccc;
    padding: 7px 7px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.wizard-container-disabled {
    background: #eee;
}

.wizard-container-error,
.wizard-container {
    background: #fff;
}

.wizard-container:hover,
.wizard-container:focus,
.wizard-container:active {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.wizard-container-error {
    border: solid thin #a94442;
}

.wizard-container-error:hover,
.wizard-container-error:focus,
.wizard-container-error:active {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.wizard-content-finalizeform,
.wizard-content-savesection {
    padding-left: 10px !important;
    padding-right: 10px !important;
    color: #000;
    background: #5cb85c;
}

.wizard-content-finalizeform,
.wizard-content-savesection,
.wizard-content-navigate {
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    min-width: 50px;
    cursor: default;
    width: auto;
    margin: 0.5em;
    padding: 0.25em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
}

.wizard-content-navigate {
    color: #000;
    background: #eee;
}

.wizard-content-finalizeform-disabled {
    opacity: 0.50;
    background: #eee;
    cursor: not-allowed;
}

/*.wizard-content-navigate{
text-align: center;
vertical-align: middle;
display:inline-block;
min-width:100px;
background: #eee;
color: #000;
cursor: default;
width: auto;
margin: 0.5em;
padding: 0.5em;
text-decoration: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-ms-user-select: none;
}*/

.successful-check .fa-check-square-o {
    color: #5CB85C;
}

/* magical 4-6px at bottom of navbar is caused be wrongful container width from bootstrap\less\grid
@media (min-width: 768px) {
.container {
    width: auto;
}
}*/

.formtype-btn {
    margin: 3px;
}

.achievements-tree {
    font-weight: bold;
}
.achievements-tree li ul {
    font-weight: normal
}

.isPrintingMode, .isPrintingMode .default-container {
    background: none !important;
}


@media screen and (max-width: 759px) {
    .company-slogon-text {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .colapsed-menu-hr {
        display: block !important;
    }

    .footer-navbar-smb img {
        height: 20px;
    }

    .footer-navbar-smb {
        min-height: 30px;
        height: 30px;
    }
}

/*Change the Bootstrap NavBar Breakpoint: https://coderwall.com/p/wpjw4w/change-the-bootstrap-navbar-breakpoint */
@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }
}

/*print my bootstrap*/
@media print{.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}