﻿@charset "utf-8";

.jumbotron {
    background-color: #67a754;
    background-image: url(images/radial_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background: -webkit-gradient(radial,center center,0,center center,460,from(#b3ecff),to(#7edeff));
    background: -webkit-radial-gradient(circle,#b3ecff,#7edeff);
    background: -moz-radial-gradient(circle,#b3ecff,#7edeff);
    background: -ms-radial-gradient(circle,#b3ecff,#7edeff);
    box-shadow: 0 3px 7px rgba(0,0,0,0.2) inset,0 -3px 7px rgba(0,0,0,0.2) inset;
    color: #fff;
    padding: 40px 0;
    position: relative;
    text-shadow: 0 1px 3px rgba(255,255,255,0.4),0 0 30px rgba(255,255,255,0.075)
}

    .jumbotron h1 {
        font-family: "Open Sans",sans-serif !important;
        font-size: 45px;
        font-weight: 300;
        border-bottom: 1px solid rgba(255,255,255,0.4);
        padding-bottom: 20px
    }

        .jumbotron h1 span {
            color: rgba(0,0,0,0.4)
        }

    .jumbotron p {
        font-family: "Open Sans",sans-serif !important;
        font-size: 30px;
        font-weight: 300;
        line-height: 1.25;
        color: #444
    }

    .jumbotron .container {
        position: relative;
        z-index: 2
    }

    .jumbotron:after {
        background: url("../images/pattern.png") repeat scroll center center transparent;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: .4;
        position: absolute;
        right: 0;
        top: 0
    }

    .jumbotron:after {
        background-size: 400px 400px
    }

.masthead {
    color: #fff;
    margin-bottom: 0;
    padding: 30px 0 10px
}

h2.demo-text {
    font-family: "Open Sans",sans-serif !important;
    font-size: 45px;
    font-weight: 300;
    color: #51d2ff;
    text-align: center;
    margin: 20px 0;
    line-height: 40px
}

.features {
    padding: 20px 0 10px 0;
    background: #EEE;
    font-family: "Open Sans",sans-serif !important;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    font-weight: 300
}

.footer {
    border-top: 1px solid #DDD;
    margin: 20px 0 10px 0;
    padding-top: 10px;
    font-size: 12px
}

.Editor-container {
    font-family: "Open Sans",sans-serif !important;
    width: 100%
}

#menuBarDiv, #statusbar {
    background-color: #f5f5f5
}

#menuBarDiv {
    border-radius: 3px 3px 0 0;
    border-bottom: 0;
    min-height: 25px;
    padding: 5px 0
}

    #menuBarDiv div:first-child {
        margin-left: 3px
    }

    #menuBarDiv .dropdown {
        float: left
    }

    #menuBarDiv .dropdown-toggle {
        font-size: 13px
    }

        #menuBarDiv .dropdown-toggle .caret {
            margin-left: 5px;
            border-top-color: #999
        }

    #menuBarDiv a. {
        position: relative;
        margin-bottom: 3px
    }

#statusbar {
    min-height: 30px;
    border-radius: 0 0 3px 3px;
    border-top: 0;
    line-height: 30px
}

    #statusbar .label {
        float: right;
        margin: 6px 10px 0 0;
        background: #d1d1d1;
        padding: 2px 4px;
        font-size: 11.844px;
        line-height: 14px;
        border-radius: 2px
    }

.Editor-editor {
    height: 200px;
    padding: 1%;
    border: 1px solid #ced4da !important;
    border-radius: 4px !important;
    word-wrap: break-word
}

.bttn-group i {
    font-size: 16px !important
}

.row-fluid .row-fluid:first-child {
    font-size: 12px;
    background: #eff3f6 !important;
    padding: 6px 6px
}

.row-fluid .row-fluid:last-child {
    display: flex;
    font-size: 12px;
    justify-content: flex-end;
    background: #f8f8f8;
    padding: 5px 0
}

.row-fluid .label {
    background: #d1d1d1;
    padding: 3px 3px;
    border-radius: 2px;
    margin-right: 4px
}

.Editor-editor:focus {
    outline: 0;
    border-width: 0
}

#paletteCntr ul {
    width: 145px;
    float: left;
    z-index: 999;
    margin: 0 10px
}

#paletteCntr li {
    cursor: pointer;
    display: block;
    height: 16px;
    float: left;
    margin: 0;
    padding: 0;
    width: 16px;
    margin: 1px
}

    #paletteCntr li div {
        text-align: left;
        margin: 0;
        font-size: 12px
    }

div.activeColour {
    position: absolute;
    display: inline;
    left: 0;
    top: 30px;
    background: #e8e8e8;
    padding-bottom: 10px;
    z-index: 10000
}

#colorpellete, #bg_colorpellete {
    float: left
}

.bg_activeColour {
    position: absolute;
    display: inline;
    float: left
}

.specialCntr {
    background-color: #e8e8e8 !important;
    display: inline;
    position: absolute;
    width: 176px;
    top: 30px;
    left: 0
}

    .specialCntr ul {
        float: left;
        margin: 10px;
        white-space: normal;
        -webkit-padding-start: 0;
        -moz-padding-start: 0
    }

        .specialCntr ul li {
            list-style: none;
            float: left;
            font-size: 12px;
            width: 20px;
            height: 20px;
            background: #FFF;
            margin: 3px;
            color: #333;
            text-align: center;
            font-weight: bold;
            cursor: pointer
        }

            .specialCntr ul li:hover {
                background: #666;
                color: #FFF
            }

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word
}

.fullscreen {
    position: fixed;
    background: #FFF;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    margin: 0
}

    .fullscreen #statusbar {
        position: fixed;
        bottom: 0;
        border-top: 1px solid #DDD
    }

    .fullscreen #contentarea {
        border: 0
    }

.tabs-below > .-tabs, .tabs-right > .menu-tabs, .tabs-left > .menu-tabs {
    border-bottom: 0
}

.tabs-left ul {
    -webkit-padding-start: 0
}

.tabs-left > .menu-tabs > li, .tabs-right > .menu-tabs > li {
    float: none
}

    .tabs-left > .menu-tabs > li > a, .tabs-right > .menu-tabs > li > a {
        min-width: 74px;
        margin-right: 0;
        margin-bottom: 3px
    }

.tabs-left > .menu-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
    margin-top: 0
}

    .tabs-left > .menu-tabs > li > a {
        margin-right: -1px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
        color: #000
    }

        .tabs-left > .menu-tabs > li > a:hover, .tabs-left > .menu-tabs > li > a:focus {
            border-color: #eee #ddd #eee #eee;
            outline: 0
        }

    .tabs-left > .menu-tabs .active > a, .tabs-left > .menu-tabs .active > a:hover, .tabs-left > .menu-tabs .active > a:focus {
        border-color: #ddd transparent #ddd #ddd;
        *border-right-color: #fff;
        color: #00b0f5 !important;
        outline: 0
    }

@-moz-document url-prefix() {
    .form-control {
        padding: 6px 12px 10px 12px
    }
}

.form-control-width {
    width: 100px
}

.form-control-link {
    width: 204px;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px
}

.form-control-button-right {
    width: 204px
}

.inline-form-control {
    display: inline !important
}

.bttn-group + .bttn-group {
    margin-left: 5px
}

.activeColour ul {
    -webkit-padding-start: 0;
    -moz-padding-start: 0
}

.Editor-editor h1 {
    margin-top: 10px;
    line-height: 40px
}

.col-lg-6 nth:child(1) {
    margin-left: 0
}

.nopadding {
    padding: 0
}

.nopadding-right {
    padding-right: 0
}

.modal {
    overflow-y: auto
}

.padding-top {
    padding-top: 10px
}

.dropdown-submenu {
    position: relative
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff
    }

    .dropdown-submenu.pull-left {
        float: none
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px
        }

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
        color: #fff;
        text-decoration: none;
        background-color: #0081c2;
        background-image: -moz-linear-gradient(top,#08c,#0077b3);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
        background-image: -webkit-linear-gradient(top,#08c,#0077b3);
        background-image: -o-linear-gradient(top,#08c,#0077b3);
        background-image: linear-gradient(to bottom,#08c,#0077b3);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0)
    }

.dropdown-menu > li > a {
    cursor: pointer
}

a {
    text-decoration: none
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.bttn-group-vertical > .bttn-group:before, .bttn-group-vertical > .bttn-group:after {
    display: table;
    content: " "
}

.bttn-group-vertical > .bttn-group:after {
    clear: both
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup, .dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #777
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false)
        }

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .menubar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9
}

.dropup .dropdown-menu, .menubar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media(min-width:768px) {
    .menubar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .menubar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.bttn {
    display: inline-block;
    padding: 2px 3px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

    .bttn:focus, .bttn:active:focus, .bttn.active:focus, .bttn.focus, .bttn:active.focus, .bttn.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .bttn:hover, .bttn:focus, .bttn.focus {
        color: #333;
        text-decoration: none
    }

    .bttn:active, .bttn.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
    }

    .bttn.disabled, .bttn[disabled], fieldset[disabled] .bttn {
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65
    }

a.bttn.disabled, fieldset[disabled] a.bttn {
    pointer-events: none
}

.bttn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

    .bttn-default:focus, .bttn-default.focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c
    }

.bttn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

    .bttn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

.bttn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.bttn-default:active, .bttn-default.active, .open > .dropdown-toggle.bttn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

    .bttn-default:active:hover, .bttn-default.active:hover, .open > .dropdown-toggle.bttn-default:hover, .bttn-default:active:focus, .bttn-default.active:focus, .open > .dropdown-toggle.bttn-default:focus, .bttn-default:active.focus, .bttn-default.active.focus, .open > .dropdown-toggle.bttn-default.focus {
        color: #333;
        background-color: #d4d4d4;
        border-color: #8c8c8c
    }

.bttn-default:active, .bttn-default.active, .open > .dropdown-toggle.bttn-default {
    background-image: none
}

.bttn-default.disabled, .bttn-default[disabled], fieldset[disabled] .bttn-default, .bttn-default.disabled:hover, .bttn-default[disabled]:hover, fieldset[disabled] .bttn-default:hover, .bttn-default.disabled:focus, .bttn-default[disabled]:focus, fieldset[disabled] .bttn-default:focus, .bttn-default.disabled.focus, .bttn-default[disabled].focus, fieldset[disabled] .bttn-default.focus, .bttn-default.disabled:active, .bttn-default[disabled]:active, fieldset[disabled] .bttn-default:active, .bttn-default.disabled.active, .bttn-default[disabled].active, fieldset[disabled] .bttn-default.active {
    background-color: #fff;
    border-color: #ccc
}

.bttn-default .badge {
    color: #fff;
    background-color: #333
}

.bttn-group, .bttn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

    .bttn-group > .bttn, .bttn-group-vertical > .bttn {
        position: relative;
        float: left
    }

        .bttn-group > .bttn:hover, .bttn-group-vertical > .bttn:hover, .bttn-group > .bttn:focus, .bttn-group-vertical > .bttn:focus, .bttn-group > .bttn:active, .bttn-group-vertical > .bttn:active, .bttn-group > .bttn.active, .bttn-group-vertical > .bttn.active {
            z-index: 2;
            outline: 0
        }

    .bttn-group .bttn + .bttn, .bttn-group .bttn + .bttn-group, .bttn-group .bttn-group + .bttn, .bttn-group .bttn-group + .bttn-group {
        margin-left: -1px
    }

.bttn-toolbar {
    margin-left: -5px
}

    .bttn-toolbar .bttn, .bttn-toolbar .bttn-group, .bttn-toolbar .input-group {
        float: left
    }

    .bttn-toolbar > .bttn, .bttn-toolbar > .bttn-group, .bttn-toolbar > .input-group {
        margin-left: 5px
    }

.bttn-group > .bttn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.bttn-group > .bttn:first-child {
    margin-left: 0
}

    .bttn-group > .bttn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

.bttn-group > .bttn:last-child:not(:first-child), .bttn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.bttn-group > .bttn-group {
    float: left
}

    .bttn-group > .bttn-group:not(:first-child):not(:last-child) > .bttn {
        border-radius: 0
    }

    .bttn-group > .bttn-group:first-child:not(:last-child) > .bttn:last-child, .bttn-group > .bttn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .bttn-group > .bttn-group:last-child:not(:first-child) > .bttn:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

.bttn-group .dropdown-toggle:active, .bttn-group.open .dropdown-toggle {
    outline: 0
}

.bttn-group > .bttn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.bttn-group > .bttn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.bttn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

    .bttn-group.open .dropdown-toggle.bttn-link {
        -webkit-box-shadow: none;
        box-shadow: none
    }


.bttn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .bttn-lg .caret {
    border-width: 0 5px 5px
}

.bttn-group-vertical > .bttn, .bttn-group-vertical > .bttn-group, .bttn-group-vertical > .bttn-group > .bttn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

    .bttn-group-vertical > .bttn-group > .bttn {
        float: none
    }

    .bttn-group-vertical > .bttn + .bttn, .bttn-group-vertical > .bttn + .bttn-group, .bttn-group-vertical > .bttn-group + .bttn, .bttn-group-vertical > .bttn-group + .bttn-group {
        margin-top: -1px;
        margin-left: 0
    }

    .bttn-group-vertical > .bttn:not(:first-child):not(:last-child) {
        border-radius: 0
    }

    .bttn-group-vertical > .bttn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .bttn-group-vertical > .bttn:last-child:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px
    }

    .bttn-group-vertical > .bttn-group:not(:first-child):not(:last-child) > .bttn {
        border-radius: 0
    }

    .bttn-group-vertical > .bttn-group:first-child:not(:last-child) > .bttn:last-child, .bttn-group-vertical > .bttn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .bttn-group-vertical > .bttn-group:last-child:not(:first-child) > .bttn:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.bttn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

    .bttn-group-justified > .bttn, .bttn-group-justified > .bttn-group {
        display: table-cell;
        float: none;
        width: 1%
    }

        .bttn-group-justified > .bttn-group .bttn {
            width: 100%
        }

        .bttn-group-justified > .bttn-group .dropdown-menu {
            left: auto
        }

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        -o-transform: translate(0,-25%);
        transform: translate(0,-25%)
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0)
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    float: left;
    width: 885px;
    min-height: 300px
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5
    }

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    float: left;
    width: 100%;
    box-sizing: border-box
}

.modal-dialog {
    width: 900px;
    margin: 0 auto;
    top: calc(50% - 250px)
}

.modal-header h3 {
    margin: 0;
    padding: 0;
    font-weight: 500
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px;
    float: left;
    width: 100%;
    box-sizing: border-box
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    float: left;
    width: 100%;
    box-sizing: border-box
}

    .modal-footer .bttn + .bttn {
        margin-bottom: 0;
        margin-left: 5px
    }

    .modal-footer .bttn-group .bttn + .bttn {
        margin-left: -1px
    }

    .modal-footer .bttn-block + .bttn-block {
        margin-left: 0
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media only(min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 80px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media(min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

    .thumbnail > img, .thumbnail a > img {
        margin-right: auto;
        margin-left: auto;
        width: 100%
    }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.tabs-below > .menu-tabs, .tabs-right > .menu-tabs, .tabs-left > .menu-tabs {
    border-bottom: 0
}

.tabs-left ul {
    -webkit-padding-start: 0
}

.tabs-left > .menu-tabs > li, .tabs-right > .menu-tabs > li {
    float: none
}

    .tabs-left > .menu-tabs > li > a, .tabs-right > .menu-tabs > li > a {
        min-width: 74px;
        margin-right: 0;
        margin-bottom: 3px
    }

.tabs-left > .menu-tabs {
    float: left;
    margin: 0 15px 0 15px;
    padding: 30px 0 30px;
    border-right: 1px solid #ddd
}

    .tabs-left > .menu-tabs > li > a {
        margin-right: -1px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px
    }

        .tabs-left > .menu-tabs > li > a:hover, .tabs-left > .menu-tabs > li > a:focus {
            border-color: #eee #ddd #eee #eee;
            outline: 0
        }

    .tabs-left > .menu-tabs .active > a, .tabs-left > .menu-tabs .active > a:hover, .tabs-left > .menu-tabs .active > a:focus {
        border-color: #ddd transparent #ddd #ddd;
        *border-right-color: #fff;
        color: #00b0f5 !important;
        outline: 0
    }

.menu {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .menu > li {
        position: relative;
        display: block
    }

        .menu > li > a {
            position: relative;
            display: block;
            padding: 10px 15px
        }

            .menu > li > a:hover, .menu > li > a:focus {
                text-decoration: none;
                background-color: #eee
            }

        .menu > li.disabled > a {
            color: #777
        }

            .menu > li.disabled > a:hover, .menu > li.disabled > a:focus {
                color: #777;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent
            }

    .menu .open > a, .menu .open > a:hover, .menu .open > a:focus {
        background-color: #eee;
        border-color: #337ab7
    }

    .menu .menu-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .menu > li > a > img {
        max-width: none
    }

.menu-tabs {
    border-bottom: 1px solid #ddd
}

    .menu-tabs > li {
        float: left;
        margin-bottom: -1px
    }

        .menu-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0
        }

            .menu-tabs > li > a:hover {
                border-color: #eee #eee #ddd
            }

        .menu-tabs > li.active > a, .menu-tabs > li.active > a:hover, .menu-tabs > li.active > a:focus {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent
        }

    .menu-tabs.menu-justified {
        width: 100%;
        border-bottom: 0
    }

        .menu-tabs.menu-justified > li {
            float: none
        }

            .menu-tabs.menu-justified > li > a {
                margin-bottom: 5px;
                text-align: center
            }

        .menu-tabs.menu-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto
        }

@media(min-width:768px) {
    .menu-tabs.menu-justified > li {
        display: table-cell;
        width: 1%
    }

        .menu-tabs.menu-justified > li > a {
            margin-bottom: 0
        }
}

.menu-tabs.menu-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.menu-tabs.menu-justified > .active > a, .menu-tabs.menu-justified > .active > a:hover, .menu-tabs.menu-justified > .active > a:focus {
    border: 1px solid #ddd
}

@media(min-width:768px) {
    .menu-tabs.menu-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .menu-tabs.menu-justified > .active > a, .menu-tabs.menu-justified > .active > a:hover, .menu-tabs.menu-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

.menu-pills > li {
    float: left
}

    .menu-pills > li > a {
        border-radius: 4px
    }

    .menu-pills > li + li {
        margin-left: 2px
    }

    .menu-pills > li.active > a, .menu-pills > li.active > a:hover, .menu-pills > li.active > a:focus {
        color: #fff;
        background-color: #337ab7
    }

.menu-stacked > li {
    float: none
}

    .menu-stacked > li + li {
        margin-top: 2px;
        margin-left: 0
    }

.menu-justified {
    width: 100%
}

    .menu-justified > li {
        float: none
    }

        .menu-justified > li > a {
            margin-bottom: 5px;
            text-align: center
        }

    .menu-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto
    }

@media(min-width:768px) {
    .menu-justified > li {
        display: table-cell;
        width: 1%
    }

        .menu-justified > li > a {
            margin-bottom: 0
        }
}

.menu-tabs-justified {
    border-bottom: 0
}

    .menu-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px
    }

    .menu-tabs-justified > .active > a, .menu-tabs-justified > .active > a:hover, .menu-tabs-justified > .active > a:focus {
        border: 1px solid #ddd
    }

@media(min-width:768px) {
    .menu-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .menu-tabs-justified > .active > a, .menu-tabs-justified > .active > a:hover, .menu-tabs-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

.tab-content-editor > .tab-pane {
    display: none
}

.tab-content-editor > .active {
    display: block
}

.menu-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.menubar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media(min-width:768px) {
    .menubar {
        border-radius: 4px
    }
}

@media(min-width:768px) {
    .menubar-header {
        float: left
    }
}

.menubar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1)
}

    .menubar-collapse.in {
        overflow-y: auto
    }

@media(min-width:768px) {
    .menubar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .menubar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important
        }

        .menubar-collapse.in {
            overflow-y: visible
        }

    .menubar-fixed-top .menubar-collapse, .menubar-static-top .menubar-collapse, .menubar-fixed-bottom .menubar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.menubar-fixed-top .menubar-collapse, .menubar-fixed-bottom .menubar-collapse {
    max-height: 340px
}

@media(max-device-width:480px) and (orientation:landscape) {
    .menubar-fixed-top .menubar-collapse, .menubar-fixed-bottom .menubar-collapse {
        max-height: 200px
    }
}

.container > .menubar-header, .container-fluid > .menubar-header, .container > .menubar-collapse, .container-fluid > .menubar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media(min-width:768px) {
    .container > .menubar-header, .container-fluid > .menubar-header, .container > .menubar-collapse, .container-fluid > .menubar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.menubar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media(min-width:768px) {
    .menubar-static-top {
        border-radius: 0
    }
}

.menubar-fixed-top, .menubar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media(min-width:768px) {
    .menubar-fixed-top, .menubar-fixed-bottom {
        border-radius: 0
    }
}

.menubar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.menubar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.menubar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

    .menubar-brand:hover, .menubar-brand:focus {
        text-decoration: none
    }

    .menubar-brand > img {
        display: block
    }

@media(min-width:768px) {
    .menubar > .container .menubar-brand, .menubar > .container-fluid .menubar-brand {
        margin-left: -15px
    }
}

.menubar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

    .menubar-toggle:focus {
        outline: 0
    }

    .menubar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px
    }

        .menubar-toggle .icon-bar + .icon-bar {
            margin-top: 4px
        }

@media(min-width:768px) {
    .menubar-toggle {
        display: none
    }
}

.menubar-menu {
    margin: 7.5px -15px
}

    .menubar-menu > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px
    }

@media(max-width:767px) {
    .menubar-menu .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .menubar-menu .open .dropdown-menu > li > a, .menubar-menu .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px
        }

        .menubar-menu .open .dropdown-menu > li > a {
            line-height: 20px
        }

            .menubar-menu .open .dropdown-menu > li > a:hover, .menubar-menu .open .dropdown-menu > li > a:focus {
                background-image: none
            }
}

@media(min-width:768px) {
    .menubar-menu {
        float: left;
        margin: 0
    }

        .menubar-menu > li {
            float: left
        }

            .menubar-menu > li > a {
                padding-top: 15px;
                padding-bottom: 15px
            }
}

.menubar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)
}

@media(min-width:768px) {
    .menubar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .menubar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .menubar-form .form-control-static {
        display: inline-block
    }

    .menubar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .menubar-form .input-group .input-group-addon, .menubar-form .input-group .input-group-bttn, .menubar-form .input-group .form-control {
            width: auto
        }

        .menubar-form .input-group > .form-control {
            width: 100%
        }

    .menubar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .menubar-form .radio, .menubar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .menubar-form .radio label, .menubar-form .checkbox label {
            padding-left: 0
        }

        .menubar-form .radio input[type="radio"], .menubar-form .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0
        }

    .menubar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media(max-width:767px) {
    .menubar-form .form-group {
        margin-bottom: 5px
    }

        .menubar-form .form-group:last-child {
            margin-bottom: 0
        }
}

@media(min-width:768px) {
    .menubar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.menubar-menu > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.menubar-fixed-bottom .menubar-menu > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.menubar-bttn {
    margin-top: 8px;
    margin-bottom: 8px
}

    .menubar-bttn.bttn-sm {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .menubar-bttn.bttn-xs {
        margin-top: 14px;
        margin-bottom: 14px
    }

.menubar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media(min-width:768px) {
    .menubar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media(min-width:768px) {
    .menubar-left {
        float: left !important
    }

    .menubar-right {
        float: right !important;
        margin-right: -15px
    }

        .menubar-right ~ .menubar-right {
            margin-right: 0
        }
}

.menubar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

    .menubar-default .menubar-brand {
        color: #777
    }

        .menubar-default .menubar-brand:hover, .menubar-default .menubar-brand:focus {
            color: #5e5e5e;
            background-color: transparent
        }

    .menubar-default .menubar-text {
        color: #777
    }

    .menubar-default .menubar-menu > li > a {
        color: #777
    }

        .menubar-default .menubar-menu > li > a:hover, .menubar-default .menubar-menu > li > a:focus {
            color: #333;
            background-color: transparent
        }

    .menubar-default .menubar-menu > .active > a, .menubar-default .menubar-menu > .active > a:hover, .menubar-default .menubar-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .menubar-default .menubar-menu > .disabled > a, .menubar-default .menubar-menu > .disabled > a:hover, .menubar-default .menubar-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent
    }

    .menubar-default .menubar-toggle {
        border-color: #ddd
    }

        .menubar-default .menubar-toggle:hover, .menubar-default .menubar-toggle:focus {
            background-color: #ddd
        }

        .menubar-default .menubar-toggle .icon-bar {
            background-color: #888
        }

    .menubar-default .menubar-collapse, .menubar-default .menubar-form {
        border-color: #e7e7e7
    }

    .menubar-default .menubar-menu > .open > a, .menubar-default .menubar-menu > .open > a:hover, .menubar-default .menubar-menu > .open > a:focus {
        color: #555;
        background-color: #e7e7e7
    }

@media(max-width:767px) {
    .menubar-default .menubar-menu .open .dropdown-menu > li > a {
        color: #777
    }

        .menubar-default .menubar-menu .open .dropdown-menu > li > a:hover, .menubar-default .menubar-menu .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent
        }

    .menubar-default .menubar-menu .open .dropdown-menu > .active > a, .menubar-default .menubar-menu .open .dropdown-menu > .active > a:hover, .menubar-default .menubar-menu .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .menubar-default .menubar-menu .open .dropdown-menu > .disabled > a, .menubar-default .menubar-menu .open .dropdown-menu > .disabled > a:hover, .menubar-default .menubar-menu .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.menubar-default .menubar-link {
    color: #777
}

    .menubar-default .menubar-link:hover {
        color: #333
    }

.menubar-default .bttn-link {
    color: #777
}

    .menubar-default .bttn-link:hover, .menubar-default .bttn-link:focus {
        color: #333
    }

    .menubar-default .bttn-link[disabled]:hover, fieldset[disabled] .menubar-default .bttn-link:hover, .menubar-default .bttn-link[disabled]:focus, fieldset[disabled] .menubar-default .bttn-link:focus {
        color: #ccc
    }

.menubar-inverse {
    background-color: #222;
    border-color: #080808
}

    .menubar-inverse .menubar-brand {
        color: #9d9d9d
    }

        .menubar-inverse .menubar-brand:hover, .menubar-inverse .menubar-brand:focus {
            color: #fff;
            background-color: transparent
        }

    .menubar-inverse .menubar-text {
        color: #9d9d9d
    }

    .menubar-inverse .menubar-menu > li > a {
        color: #9d9d9d
    }

        .menubar-inverse .menubar-menu > li > a:hover, .menubar-inverse .menubar-menu > li > a:focus {
            color: #fff;
            background-color: transparent
        }

    .menubar-inverse .menubar-menu > .active > a, .menubar-inverse .menubar-menu > .active > a:hover, .menubar-inverse .menubar-menu > .active > a:focus {
        color: #fff;
        background-color: #080808
    }

    .menubar-inverse .menubar-menu > .disabled > a, .menubar-inverse .menubar-menu > .disabled > a:hover, .menubar-inverse .menubar-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent
    }

    .menubar-inverse .menubar-toggle {
        border-color: #333
    }

        .menubar-inverse .menubar-toggle:hover, .menubar-inverse .menubar-toggle:focus {
            background-color: #333
        }

        .menubar-inverse .menubar-toggle .icon-bar {
            background-color: #fff
        }

    .menubar-inverse .menubar-collapse, .menubar-inverse .menubar-form {
        border-color: #101010
    }

    .menubar-inverse .menubar-menu > .open > a, .menubar-inverse .menubar-menu > .open > a:hover, .menubar-inverse .menubar-menu > .open > a:focus {
        color: #fff;
        background-color: #080808
    }

@media(max-width:767px) {
    .menubar-inverse .menubar-menu .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .menubar-inverse .menubar-menu .open .dropdown-menu .divider {
        background-color: #080808
    }

    .menubar-inverse .menubar-menu .open .dropdown-menu > li > a {
        color: #9d9d9d
    }

        .menubar-inverse .menubar-menu .open .dropdown-menu > li > a:hover, .menubar-inverse .menubar-menu .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent
        }

    .menubar-inverse .menubar-menu .open .dropdown-menu > .active > a, .menubar-inverse .menubar-menu .open .dropdown-menu > .active > a:hover, .menubar-inverse .menubar-menu .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808
    }

    .menubar-inverse .menubar-menu .open .dropdown-menu > .disabled > a, .menubar-inverse .menubar-menu .open .dropdown-menu > .disabled > a:hover, .menubar-inverse .menubar-menu .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent
    }
}

.menubar-inverse .menubar-link {
    color: #9d9d9d
}

    .menubar-inverse .menubar-link:hover {
        color: #fff
    }

.menubar-inverse .bttn-link {
    color: #9d9d9d
}

    .menubar-inverse .bttn-link:hover, .menubar-inverse .bttn-link:focus {
        color: #fff
    }

    .menubar-inverse .bttn-link[disabled]:hover, fieldset[disabled] .menubar-inverse .bttn-link:hover, .menubar-inverse .bttn-link[disabled]:focus, fieldset[disabled] .menubar-inverse .bttn-link:focus {
        color: #444
    }

.col-lg-6 {
    width: 42.5%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left
}

.col-lg-3 {
    width: 25%
}

.modal-body label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 6px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: solid #ccc;
    border-width: 0 0 1px 0;
    outline: 0
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

    .alert h4 {
        margin-top: 0;
        color: inherit
    }

    .alert .alert-link {
        font-weight: bold
    }

    .alert > p, .alert > ul {
        margin-bottom: 0
    }

        .alert > p + p {
            margin-top: 5px
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit
    }

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

    .alert-success hr {
        border-top-color: #c9e2b3
    }

    .alert-success .alert-link {
        color: #2b542c
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

    .alert-info hr {
        border-top-color: #a6e1ec
    }

    .alert-info .alert-link {
        color: #245269
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

    .alert-warning hr {
        border-top-color: #f7e1b5
    }

    .alert-warning .alert-link {
        color: #66512c
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

    .alert-danger hr {
        border-top-color: #e4b9c0
    }

    .alert-danger .alert-link {
        color: #843534
    }

.image-preview-container {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%
}

.image-preview {
    width: 100%;
    float: left;
    padding: 5px;
    box-sizing: border-box
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 50%
}
