﻿.wrapper {
    max-width: 100%;
}

.bksb-waiting-overlay {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10500;
    text-align: center;
    background: rgb(6,6,6);
    background: transparent\9;
    background: rgba(6,6,6,0.2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c666666,endColorstr=#4c666666);
    zoom: 1;
}

    .bksb-waiting-overlay:nth-child(n) {
        filter: none;
    }

    .bksb-waiting-overlay .bksb-waiting {
        position: relative;
        top: 45%;
    }

/*Override classes must be at the bottom of the css file*/

.negative-margin {
    margin: -5px !important;
}

.negative-margin-top {
    margin-top: -5px !important;
}

.negative-margin-bottom {
    margin-bottom: -5px !important;
}

.negative-margin-left {
    margin-left: -5px !important;
}

.negative-margin-right {
    margin-right: -5px !important;
}

.no-margin {
    margin: 0px !important;
}

.no-margin-top {
    margin-top: 0px !important;
}

.no-margin-bottom {
    margin-bottom: 0px !important;
}

.no-margin-left {
    margin-left: 0px !important;
}

.no-margin-right {
    margin-right: 0px !important;
}

.sm-margin {
    margin: 10px !important;
}

.sm-margin-top {
    margin-top: 10px !important;
}

.sm-margin-bottom {
    margin-bottom: 10px !important;
}

.sm-margin-left {
    margin-left: 10px !important;
}

.sm-margin-right {
    margin-right: 10px !important;
}

.xs-margin {
    margin: 5px !important;
}

.xs-margin-top {
    margin-top: 5px !important;
}

.xs-margin-bottom {
    margin-bottom: 5px !important;
}

.xs-margin-left {
    margin-left: 5px !important;
}

.xs-margin-right {
    margin-right: 5px !important;
}

.negative-margin {
    margin: -5px !important;
}

.margin {
    margin: 20px !important;
}

.margin-top {
    margin-top: 20px !important;
}

.margin-bottom {
    margin-bottom: 20px !important;
}

.margin-left {
    margin-left: 20px !important;
}

.margin-right {
    margin-right: 20px !important;
}

.xlg-margin {
    margin: 30px !important;
}

.xlg-margin-top {
    margin-top: 30px !important;
}

.xlg-margin-bottom {
    margin-bottom: 30px !important;
}

.xlg-margin-left {
    margin-left: 30px !important;
}

.xlg-margin-right {
    margin-right: 30px !important;
}

.no-padding {
    padding: 0px !important;
}

.no-padding-top {
    padding-top: 0px !important;
}

.no-padding-bottom {
    padding-bottom: 0px !important;
}

.no-padding-left {
    padding-left: 0px !important;
}

.no-padding-right {
    padding-right: 0px !important;
}

.sm-padding {
    padding: 10px !important;
}

.sm-padding-top {
    padding-top: 10px !important;
}

.sm-padding-bottom {
    padding-bottom: 10px !important;
}

.sm-padding-left {
    padding-left: 10px !important;
}

.sm-padding-right {
    padding-right: 10px !important;
}

.xs-padding {
    padding: 5px !important;
}

.xs-padding-top {
    padding-top: 5px !important;
}

.xs-padding-bottom {
    padding-bottom: 5px !important;
}

.xs-padding-left {
    padding-left: 5px !important;
}

.xs-padding-right {
    padding-right: 5px !important;
}

.padding {
    padding: 20px !important;
}

.padding-top {
    padding-top: 20px !important;
}

.padding-bottom {
    padding-bottom: 20px !important;
}

.padding-left {
    padding-left: 20px !important;
}

.padding-right {
    padding-right: 20px !important;
}

@media (max-width: 768px) {
    .no-margin-on-xs {
        margin: 0px;
    }
}

.font-0-8em {
    font-size: 0.8em !important;
}

.font-0-9em {
    font-size: 0.9em !important;
}

.font-1em {
    font-size: 1em !important;
}

.font-1-2em {
    font-size: 1.2em !important;
}

.font-1-3em {
    font-size: 1.3em !important;
}

.font-1-5em {
    font-size: 1.5em !important;
}

.font-1-7em {
    font-size: 1.7em !important;
}

.font-2em {
    font-size: 2em !important;
}

.font-3em {
    font-size: 3em !important;
}

.font-4em {
    font-size: 4em !important;
}

.font-5em {
    font-size: 5em !important;
}


.fill-parent {
    width: 100%;
    height: 100%;
}

.fill-parent-width {
    width: 100%;
}

.fill-parent-height {
    height: 100%;
}

.stay-in-center {
    margin: 0 auto;
}

.display-block {
    display: block;
}

.display-inline-block {
    display: inline-block;
}

.display-inline {
    display: inline;
}

.vertical-align-middle {
    vertical-align: middle;
}

.bksb-cursor-default {
    cursor: default !important;
}

.bksb-cursor-pointer {
    cursor: pointer !important;
}

.bksb-cursor-not-allowed {
    cursor: not-allowed;
}

/*main-menu*/
.nav.navbar-nav.main-menu li {
    border-top: 3px solid #fff;
    text-transform: uppercase;
    font: 400 1em/1.4em 'Open Sans', Helvetica, Arial, sans-serif;
    color: #007ea4;
    transition: ease;
    transition-duration: .25s;
    margin-left: 2px;
    margin-right: 2px;
}

    .nav.navbar-nav.main-menu li.active, .nav.navbar-nav.main-menu li:hover {
        border-color: #007ea4;
    }


.nav.navbar-nav.main-menu a, .nav.navbar-nav.main-menu a:visited {
    color: #173d4b;
}

    .nav.navbar-nav.main-menu a:hover, .nav.navbar-nav.main-menu li.active > a {
        color: #007ea4;
        text-decoration: none;
        background-color: transparent;
    }

    .nav.navbar-nav.main-menu a.btn, .nav.navbar-nav.main-menu a.btn:visited {
        color: #fff;
    }

.nav.navbar-nav.main-menu li.contact, .nav.navbar-nav.main-menu li.contact a, .nav.navbar-nav.main-menu li.contact a:visited {
    color: #173d4b !important;
}

    .nav.navbar-nav.main-menu li.contact a:hover {
        color: #007ea4;
        background-color: transparent;
    }

    .nav.navbar-nav.main-menu li.contact.active, .nav.navbar-nav.main-menu li.contact.active a, .nav.navbar-nav.main-menu li.contact.active a:visited {
        color: #007ea4;
        background-color: transparent;
    }

.navbar.navbar-default {
    border: none !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #e7e7e7 !important;
    margin: 0px;
    background-color: white !important;
    transition: all 0.5s ease;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none;
}

.navbar-fixed-top {
    -webkit-box-shadow: 0px 1px 3px 0px rgba(205,205,205,1);
    -moz-box-shadow: 0px 1px 3px 0px rgba(205,205,205,1);
    box-shadow: 0px 1px 3px 0px rgba(205,205,205,1);
}

@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }

    .navbar.navbar-default {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 70px;
        padding-right: 70px;
    }

        .navbar.navbar-default.shrink {
            padding-top: 5px;
            padding-bottom: 5px;
        }
}

/*brand*/
.navbar-brand {
    background: url('../images/logo.png') no-repeat;
    float: left;
    width: 159px;
    height: 42px;
    text-indent: -200000px;
    margin: 0;
    position: relative;
    z-index: 10;
    margin-top: 5px;
}

/*hero*/
.hero {
    clear: both;
    background: url('../images/header1.jpg');
    background-size: cover;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

    .hero h1 {
        font-weight: 600;
        font-size: 2.0em;
        margin-bottom: 0.1em;
        margin-top: 0.1em;
    }

@media (min-width: 768px) {
    .hero {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

        .hero h1 {
            font-size: 2.571em;
            margin-bottom: 0.1em;
            margin-top: 0.2em;
        }

        .hero p {
            font: 300 2.143em/1.4em 'Open Sans', Helvetica, Arial, sans-serif;
            margin-bottom: 0.2em;
        }
}

/*fixed navbar body*/
body.fixed-navbar {
    padding-top: 70px;
}

@media (min-width: 768px) {
    body.fixed-navbar {
        padding-top: 90px;
    }
}

/*button*/
.btn {
    text-transform: uppercase;
}

/*browse button*/

.img-gallery-thumbnail-wrapper {
    display: inline-block;
    vertical-align: top;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 100px;
    height: 100px;
    margin: 2px;
    text-align: center;
    text-decoration: none;
    color: rgb(51, 51, 51);
}

.img-gallery-thumbnail-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.img-gallery-thumbnail {
    display: inline-block;
    max-width: 90%;
    max-height: 90%;
}

.img-gallery-folder-wrapper {
    display: inline-block;
    vertical-align: top;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 100px;
    height: 100px;
    margin: 2px;
    text-align: center;
    text-decoration: none;
    color: #393c35;
}

.img-gallery-folder-icon {
    height: 90%;
}

.img-gallery-folder-label {
    height: 10%;
    font-weight: 600;
}


.img-gallery-folder-wrapper.upload-file {
    position: relative;
    overflow: hidden;
}

    .img-gallery-folder-wrapper.upload-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
        color: #393c35;
    }

    .img-gallery-folder-wrapper.upload-file.disabled {
    }

.img-gallery-thumbnail-wrapper.ready-to-upload {
    border-color: #007ea4;
}

.img-gallery-thumbnail-wrapper.uploaded-success {
    border-color: #5cb85c;
}

.img-gallery-thumbnail-wrapper.uploaded-failed {
    border-color: #d9534f;
}

.img-gallery-thumbnail-wrapper.selected {
    border-color: #5cb85c;
    position: relative;
}

    .img-gallery-thumbnail-wrapper.selected::after {
        content: "\f00c";
        position: absolute;
        top: -2px;
        right: 3px;
        font-family: FontAwesome;
        font-size: 1.5em;
        color: #5cb85c;
    }

.img-gallery-folder-wrapper:not(.disabled):hover, .img-gallery-thumbnail-wrapper:not(.disabled):not(.selected):hover, .img-gallery-folder-wrapper:not(.disabled):active, .img-gallery-thumbnail-wrapper:not(.disabled):not(.selected):active {
    -webkit-box-shadow: 0px 0px 2px 0px rgba(48,48,48,0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(48,48,48,0.75);
    box-shadow: 0px 0px 2px 0px rgba(48,48,48,0.75);
    text-decoration: none;
    cursor: pointer;
    color: #393c35;
}

.img-gallery-folder-wrapper.disabled {
    color: #e1e1e1;
}

/*check boxes and radio buttons*/
/*checkbox*/
.checkbox {
    padding-left: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

    .checkbox label {
        display: inline-block;
        cursor: pointer;
        position: relative;
        margin-right: 15px;
        padding-left: 25px;
        font-size: 1em;
        color: #23261f;
    }

        .checkbox label:before {
            content: "";
            display: inline-block;
            width: 20px;
            height: 20px;
            line-height: 20px;
            margin-right: 8px;
            position: absolute;
            left: 0;
            background-color: #ececec;
            border: 1px solid #a6a6a6;
        }

    .checkbox input[type="checkbox"]:checked + label {
        color: #23261f;
    }

        .checkbox input[type="checkbox"]:checked + label:before {
            content: "\f00c";
            font-family: FontAwesome;
            font-size: 13px;
            font-weight: 300;
            color: #ffffff;
            border-color: #007ea4;
            background-color: #007ea4;
            text-align: center;
            line-height: 19px;
        }

    .checkbox input[type="checkbox"] {
        display: none;
    }

        /*disabled*/
        .checkbox input[type="checkbox"]:disabled + label:before {
            cursor: default;
            border: 1px solid #a1a1a1;
            color: #a1a1a1;
            cursor: default;
        }

        .checkbox input[type="checkbox"]:disabled + label {
            color: #a1a1a1;
            cursor: default;
        }



/*radio button*/

.radio {
    padding-left: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

    .radio label {
        display: inline-block;
        cursor: pointer;
        position: relative;
        margin-right: 15px;
        padding-left: 25px;
        font-size: 1em;
        color: #23261f;
    }

        .radio label:before {
            content: "";
            display: inline-block;
            width: 21px;
            height: 21px;
            line-height: 21px;
            margin-right: 8px;
            position: absolute;
            left: 0;
            background-color: #ececec;
            border: 1px solid #a6a6a6;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
        }

    .radio input[type="radio"]:checked + label {
        color: #23261f;
    }

        .radio input[type="radio"]:checked + label:before {
            content: "\f00c";
            font-family: FontAwesome;
            font-size: 13px;
            font-weight: 300;
            color: #ffffff;
            border-color: #007ea4;
            background-color: #007ea4;
            text-align: center;
            line-height: 19px;
        }

    .radio input[type="radio"] {
        display: none;
    }

        /*disabled*/
        .radio input[type="radio"]:disabled + label:before {
            cursor: default;
            border: 1px solid #a1a1a1;
            color: #a1a1a1;
            cursor: default;
        }

        .radio input[type="radio"]:disabled + label {
            color: #a1a1a1;
            cursor: default;
        }



/*On Off Switch*/
.onoffswitch {
    display: inline-block;
    position: relative;
    width: 110px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

    .onoffswitch.small {
        width: 80px;
    }

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 0px solid #23261f;
    box-sizing: border-box;
    margin: 0px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner > span {
        display: block;
        float: left;
        position: relative;
        width: 50%;
        height: 36px;
        padding: 0;
        line-height: 36px;
        font-size: 16px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .onoffswitch-inner .onoffswitch-active {
        padding-left: 15px;
        background-color: #393c35;
        color: #FFFFFF;
    }

    .onoffswitch-inner .onoffswitch-inactive {
        padding-right: 15px;
        background-color: #393c35;
        color: #FFFFFF;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 80px;
    margin: 0px;
    text-align: center;
    border: 0px solid #23261f;
    border-radius: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
}

.onoffswitch.small .onoffswitch-switch {
    width: 50px;
}

.onoffswitch-active .onoffswitch-switch {
    background: #007ea4;
    left: 0;
}

.onoffswitch-inactive .onoffswitch-switch {
    background: #CF4A4A;
    right: 0;
}

.onoffswitch-switch.red {
    background-color: #d9534f;
}

.onoffswitch-switch.blue {
    background-color: #007ea4;
}

.onoffswitch-switch.green {
    background-color: #5cb85c;
}

.onoffswitch-switch.teal {
    background-color: #009688;
}

.onoffswitch-switch.orange {
    background-color: #f0ad4e;
}

.onoffswitch-switch.light-blue {
    background-color: #5bc0de;
}

.onoffswitch-switch.grey {
    background-color: #5bc0de;
}

.onoffswitch-switch.dark-grey {
    background-color: #5bc0de;
}

.onoffswitch-active .onoffswitch-switch:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 80px;
}

.onoffswitch-inactive .onoffswitch-switch:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 80px;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-inner {
    cursor: default;
}

.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-switch {
    box-shadow: none;
    background: #d2d0d0;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    color: white;
}

/*text colors*/
.bg-white {
    background: #f9f9f9;
}

.bg-red {
    background: #cf4a4a;
    color: white;
}

.bg-green {
    background: #95cf4a;
}

.bg-purple {
    background: #3b0163;
}

.bg-blue {
    background: #009ac7;
}

.bg-light-blue {
    background: #02b2e5;
}

.bg-grey {
    background: #d2d0d0;
}

.bg-light-grey {
    background: #ececec;
}

.bg-dark-grey {
    background: #a1a1a1;
}

.bg-black {
    background: #23261f;
}

.bg-light-black {
    background: #393c35;
}

.text-white {
    color: #f9f9f9;
}

.text-red {
    color: #cf4a4a;
}

.text-green {
    color: #95cf4a;
}

.text-blue {
    color: #009ac7;
}

.text-light-blue {
    color: #02b2e5;
}

.text-grey {
    color: #d2d0d0;
}

.text-light-grey {
    color: #ececec;
}

.text-dark-grey {
    color: #a1a1a1;
}

.text-black {
    color: #23261f;
}

.text-light-black {
    color: #393c35;
}

.text-orange {
    color: #f0ad4e;
}

.text-sky-blue {
    color: #5bc0de;
}

.text-dark-green {
    color: #317E31;
}

.text-error-red {
    color: #A92524;
}

.text-very-dark-grey {
    color: #AAAAAA;
}

.text-amber {
    color: #FF6F00;
}

.text-teal {
    color: #009688;
}

.text-slate {
    color: #393c35;
}

.text-purple {
    color: #9C27B0;
}

.text-weight-300 {
    font-weight: 300;
}

.bg-cream {
    background-color: #FCFBE3;
}

.bg-teal {
    background-color: #009688;
}

.hover-effect:hover {
    background-color: #ececec !important;
    cursor: pointer;
}

.hover-effect-2:hover {
    background-color: #e1e1e1 !important;
    cursor: pointer;
}

.bksb-icon-hover {
    color: #a1a1a1;
}

    .bksb-icon-hover:hover {
        cursor: pointer;
        color: #009ac7;
    }

a {
    color: #007ea4;
}
