body {
    background-color: #fff;
    margin: 0 0 10px 110px;
    color: #616366;
    font-family: "Microsoft YaHei", Raleway, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

a, a:active, a:hover, a:hover > span.popup-icon, a:link, a:visited {
    color: #94420d;
    text-decoration: none
}

span.popup-icon {
    position: relative;
    top: 2px;
    font-size: 19px;
    display: inline-block;
    margin-right: 16px;
    width: 10%;
    text-align: left;
    color: #616366
}

span.popup-icon.fonticon_server, span.popup-icon.fonticonconsole {
    right: 1px
}

a.server-destroy:hover > span, a.server-destroy > span {
    color: red !important
}

input:focus, select:focus, textarea:focus {
    outline: 0 !important
}

input[type=email], input[type=file], input[type=password], input[type=text], select {
    border: 1px solid #dcdee0;
    vertical-align: middle;
    border-radius: 3px;
    height: 50px;
    padding: 0 16px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    font-family: "Microsoft YaHei UI";
    font-weight: inherit
}

textarea {
    border: 1px solid #dcdee0;
    vertical-align: middle;
    border-radius: 3px;
    height: 50px;
    padding: 12px 16px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    font-family: "Microsoft YaHei UI";
    font-weight: inherit
}

input[type=file] {
    height: auto;
    padding: 15px 16px
}

input[type=email]:focus, input[type=file]:focus, input[type=password]:focus, input[type=text]:focus, select:focus {
    border-color: #94420d
}

input[type=email]:disabled, input[type=email][readonly], input[type=file]:disabled, input[type=file][readonly], input[type=password]:disabled, input[type=password][readonly], input[type=text]:disabled, input[type=text][readonly] {
    background-color: #eee
}

input[type=text].alternate {
    background-color: rgba(0, 0, 0, .2);
    border-width: 0;
    vertical-align: middle;
    border-radius: 3px;
    padding: 17px 12px 16px 12px;
    color: #fff
}

.button, a.button, input[type=button], input[type=submit] {
    display: inline-block;
    vertical-align: middle;
    padding: 12px 24px;
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    background-color: #94420d;
    border-radius: 3px;
    border: none;
    -webkit-appearance: none;
    transition: all ease-in .1s
}

a.button {
    padding: 13px 24px
}

.button:active, .button:focus, .button:hover, input[type=button]:active, input[type=button]:focus, input[type=button]:hover, input[type=submit]:active, input[type=submit]:focus, input[type=submit]:hover {
    background-color: #cd9304
}

.btn_disabled, .btn_disabled:hover, .button[disabled] {
    cursor: not-allowed;
    opacity: .5;
    background-color: #ccc
}

input[type=button]:disabled, input[type=submit]:disabled {
    background-color: #eee;
    color: #aaa
}

.button.nodisabled[disabled] {
    background-color: #cd9304;
    color: #fff;
    opacity: 1
}

.btn-block {
    display: block;
    width: 100%
}

.btn-light, a.btn-light, input[type=button].btn-light, input[type=submit].btn-light {
    background-color: #cd9304
}

.btn-light:active, .btn-light:focus, .btn-light:hover, a.btn-light:active, a.btn-light:focus, a.btn-light:hover, input[type=button].btn-light:active, input[type=button].btn-light:focus, input[type=button].btn-light:hover, input[type=submit].btn-light:active, input[type=submit].btn-light:focus, input[type=submit].btn-light:hover {
    background-color: #54aaff
}

.btn-danger, a.btn-danger, input[type=button].btn-danger, input[type=submit].btn-danger {
    background-color: #c12e2a
}

.btn-danger:active, .btn-danger:focus, .btn-danger:hover, a.btn-danger:active, a.btn-danger:focus, a.btn-danger:hover, input[type=button].btn-danger:active, input[type=button].btn-danger:focus, input[type=button].btn-danger:hover, input[type=submit].btn-danger:active, input[type=submit].btn-danger:focus, input[type=submit].btn-danger:hover {
    background-color: #d13632
}

.btn-warning, a.btn-warning, input[type=button].btn-warning, input[type=submit].btn-warning {
    background-color: #eb9316
}

.btn-warning:active, .btn-warning:focus, .btn-warning:hover, a.btn-warning:active, a.btn-warning:focus, a.btn-warning:hover, input[type=button].btn-warning:active, input[type=button].btn-warning:focus, input[type=button].btn-warning:hover, input[type=submit].btn-warning:active, input[type=submit].btn-warning:focus, input[type=submit].btn-warning:hover {
    background-color: #ffa92d
}

.btn-alternate, a.btn-alternate, input[type=button].btn-alternate, input[type=submit].btn-alternate {
    background-color: #fff;
    border: 1px solid #94420d;
    color: #94420d
}

.btn-alternate:active, .btn-alternate:focus, .btn-alternate:hover, a.btn-alternate:active, a.btn-alternate:focus, a.btn-alternate:hover, input[type=button].btn-alternate:active, input[type=button].btn-alternate:focus, input[type=button].btn-alternate:hover, input[type=submit].btn-alternate:active, input[type=submit].btn-alternate:focus, input[type=submit].btn-alternate:hover {
    background-color: #94420d;
    color: #fff
}

.btn-default, a.btn-default, input[type=button].btn-default, input[type=submit].btn-default {
    background-color: #dfe2e5;
    border: 1px solid #dfe2e5;
    color: #616366
}

.btn-default:active, .btn-default:focus, .btn-default:hover, a.btn-default:active, a.btn-default:focus, a.btn-default:hover, input[type=button].btn-default:active, input[type=button].btn-default:focus, input[type=button].btn-default:hover, input[type=submit].btn-default:active, input[type=submit].btn-default:focus, input[type=submit].btn-default:hover {
    background-color: #ebeff2;
    color: #616366
}

.panel-block .btn-default {
    background-color: transparent
}

.btn_small, input[type=button].btn_small, input[type=submit].btn_small {
    padding: 9px 10px;
    font-size: 12px;
    line-height: 19px
}

.btn-outline, a.btn-outline, input[type=button].btn-outline, input[type=submit].btn-outline {
    background-color: transparent;
    border: 1px solid #e6e9eb;
    color: #616366
}

.btn-outline:active, .btn-outline:focus, .btn-outline:hover, a.btn-outline:active, a.btn-outline:focus, a.btn-outline:hover, input[type=button].btn-outline:active, input[type=button].btn-outline:focus, input[type=button].btn-outline:hover, input[type=submit].btn-outline:active, input[type=submit].btn-outline:focus, input[type=submit].btn-outline:hover {
    background-color: transparent;
    border-color: #94420d;
    color: #616366
}

.radiolabeldisc {
    display: none
}

.radiolabeldisc + label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-left: 31px;
    margin: 10px 0
}

.radiolabeldisc + label::before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
    font-family: Material-Design-Iconic-Font;
    font-weight: 400;
    font-size: 24px;
    color: #cacdcf;
    content: "\f26c"
}

.radiolabeldisc:checked + label::before {
    content: "\f26f";
    color: #94420d
}

.radiolabelbutton {
    display: none
}

.radiolabelbutton + label {
    font-size: 15px;
    color: #616366;
    font-weight: 500;
    line-height: 54px;
    height: 54px;
    margin-bottom: 5px;
    display: inline-block;
    border: 1px solid #e6e9eb;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip
}

.radiolabelbutton + label:hover {
    border-color: #94420d
}

.radiolabelbutton:checked + label {
    color: #fff;
    border: none;
    background: linear-gradient(45deg, #135fac 1%, #94420d 64%, #1e87e3 97%);
    -webkit-box-shadow: 0 5px 30px -5px rgba(37, 45, 51, .5);
    box-shadow: 0 5px 30px -5px rgba(37, 45, 51, .5)
}

.radiolabelbutton:disabled + label {
    color: #fff;
    border: none;
    background: silver;
    border: 1px solid #e6e9eb
}

label.checkboxlabelbtn {
    font-size: 13px;
    color: #616366;
    font-weight: 300;
    line-height: 54px;
    height: 54px;
    margin-bottom: 15px;
    display: inline-block;
    border: 1px solid #dcdee0;
    border-radius: 3px;
    padding: 0 24px
}

label.checkboxlabelbtn > input {
    vertical-align: middle;
    position: relative;
    bottom: 3px;
    margin-right: 3px
}

label.checkboxlabeltext {
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    color: #616366
}

label.checkboxlabeltext > input {
    position: relative;
    top: 1px
}

input.checkboxtoggleonoff {
    display: none
}

input.checkboxtoggleonoff + label {
    position: relative;
    display: block;
    width: 46px;
    height: 22px;
    line-height: 22px;
    padding: 0 5px;
    border-radius: 12px;
    margin: 8px 0;
    cursor: pointer;
    font-size: 10px;
    text-align: right;
    color: #8d8d8d;
    background-color: #dadfe5;
    transition: all ease .3s
}

input.checkboxtoggleonoff + label::before {
    content: "OFF"
}

input.checkboxtoggleonoff + label::after {
    content: "";
    display: block;
    position: absolute;
    left: 2px;
    top: 2px;
    height: 18px;
    width: 18px;
    border-radius: 9px;
    background-color: #fff;
    transition: all ease .3s
}

input.checkboxtoggleonoff:checked + label {
    background-color: #94420d;
    color: #fff;
    text-align: left
}

input.checkboxtoggleonoff:checked + label::before {
    content: "ON"
}

input.checkboxtoggleonoff:checked + label:after {
    left: 26px
}

input.checkboxcheckmark {
    display: none
}

input.checkboxcheckmark + label {
    line-height: 24px;
    cursor: pointer
}

input.checkboxcheckmark + label::before {
    content: "\f279";
    vertical-align: top;
    margin-right: 10px;
    font-size: 24px;
    font-family: Material-Design-Iconic-Font;
    color: #cacdcf;
    transition: all ease .3s
}

input.checkboxcheckmark + label:hover::before {
    color: #94420d
}

input.checkboxcheckmark:checked + label::before {
    content: "\f26a";
    color: #94420d
}

input.checkboxcheckmark:disabled + label::before {
    color: #eaedef
}

input.checkboxcheckmark:disabled + label:hover::before {
    color: #eaedef;
    cursor: default
}

input.checkboxcheckmark:disabled + label {
    color: #aaadaf
}

input.checkboxcheckmark:disabled + label > a {
    color: #2691d9
}

input.checkboxtoggleenabledisable {
    display: none
}

input.checkboxtoggleenabledisable + label {
    position: relative;
    display: block;
    width: 76px;
    height: 22px;
    line-height: 22px;
    padding: 0 5px;
    border-radius: 12px;
    margin: 8px 0;
    cursor: pointer;
    font-size: 10px;
    text-align: right;
    color: #8d8d8d;
    background-color: #dadfe5;
    transition: all ease .3s
}

input.checkboxtoggleenabledisable + label::before {
    content: "DISABLED"
}

input.checkboxtoggleenabledisable + label::after {
    content: "";
    display: block;
    position: absolute;
    left: 2px;
    top: 2px;
    height: 18px;
    width: 18px;
    border-radius: 9px;
    background-color: #fff;
    transition: all ease .3s
}

input.checkboxtoggleenabledisable:checked + label {
    background-color: #94420d;
    color: #fff;
    text-align: left
}

input.checkboxtoggleenabledisable:checked + label::before {
    content: "ENABLED"
}

input.checkboxtoggleenabledisable:checked + label:after {
    left: 56px
}

.optiongroupcontrol {
    display: inline-block;
    font-size: 0;
    white-space: nowrap
}

.optiongroupcontrol > input {
    display: none
}

.optiongroupcontrol > label {
    position: relative;
    font-size: 14px;
    color: #616366;
    font-weight: 800;
    line-height: 44px;
    height: 44px;
    padding: 0 15px;
    margin-bottom: 5px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border-color: #e6e9eb;
    border-style: solid;
    border-width: 1px 1px 1px 0
}

.optiongroupcontrol > label:nth-child(2) {
    border-width: 1px;
    border-radius: 3px 0 0 3px
}

.optiongroupcontrol > label:last-child {
    border-radius: 0 3px 3px 0
}

.optiongroupcontrol > label:hover {
    border-color: #94420d
}

.optiongroupcontrol > label:nth-child(n+3):hover:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    content: "\a0";
    background-color: #94420d
}

.optiongroupcontrol > input:checked + label {
    border-color: #94420d;
    background-color: #94420d;
    color: #fff
}

.input_note {
    border: 1px solid #dcdee0;
    vertical-align: middle;
    border-radius: 3px;
    padding: 16px 12px;
    width: 100%
}

.input_note.text_light {
    color: #9da2a6
}

.flexlayoutform {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center
}

.flexlayout100p {
    width: 100%
}

.flexlayout460px {
    width: 460px
}

.flexwidth1sixth {
    width: 15%
}

.flexwidth1fifth {
    width: 18%
}

.flexwidth1third {
    width: 30%
}

.flexwidth1thirdcc {
    width: 32%
}

.flexwidth2thirds {
    width: 64%
}

.flexwidth34 {
    width: 34%
}

.flexwidth27 {
    width: 27%
}

.flexwidthhalf {
    width: 47.5%
}

.flexwidthhalfcc {
    width: 49%
}

.flexwidthquarter {
    width: 21.2%
}

.flexwidthquartercc {
    width: 23.2%
}

.flexwidth100 {
    width: 100%
}

.floatinglabel {
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
}

.floatinglabel > :nth-child(1) {
    position: absolute;
    top: 5px;
    left: 16px;
    pointer-events: none;
    font-size: 11px;
    color: #9da2a6;
    font-weight: 700;
    line-height: 18px;
    display: none;
    z-index: 100
}

.floatinglabel > input[type=email], .floatinglabel > input[type=password], .floatinglabel > input[type=text], .floatinglabel > select, .floatinglabel > textarea {
    width: 100%;
    transition: all .1s ease-in-out 0s
}

.staticlabel {
    display: inline-block;
    margin-bottom: 15px
}

.staticlabel > input[type=button], .staticlabel > input[type=email], .staticlabel > input[type=password], .staticlabel > input[type=submit], .staticlabel > input[type=text], .staticlabel > select, .staticlabel > textarea {
    width: 100%
}

.floatinglabelfixed {
    display: inline-block;
    margin-bottom: 15px;
    position: relative
}

.floatinglabelfixed > :nth-child(1) {
    position: absolute;
    top: 5px;
    left: 16px;
    pointer-events: none;
    font-size: 11px;
    color: #9da2a6;
    font-weight: 700;
    line-height: 18px
}

.floatinglabelfixed > input, .floatinglabelfixed > textarea {
    padding-top: 27px;
    width: 100%
}

.m0 {
    margin: 0
}

.m-b-0 {
    margin-bottom: 0
}

.w100p {
    width: 100%
}

hr.hr5 {
    height: 5px;
    border: none;
    margin: 0;
    padding: 0;
    width: 100%
}

hr.hr10 {
    height: 10px;
    border: none;
    margin: 0;
    padding: 0;
    width: 100%
}

hr.hr15 {
    height: 15px;
    border: none;
    margin: 0;
    padding: 0;
    width: 100%
}

hr.hr20 {
    height: 20px;
    border: none;
    margin: 0;
    padding: 0;
    width: 100%
}

hr.hr30 {
    height: 30px;
    border: none;
    margin: 0;
    padding: 0;
    width: 100%
}

hr.hr40 {
    height: 40px;
    border: none;
    margin: 0;
    padding: 0;
    width: 100%
}

hr.hr50 {
    height: 50px;
    border: none;
    margin: 0;
    padding: 0;
    width: 100%
}

hr.hr3030 {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    width: 100%;
    border-width: 0;
    border-bottom: 1px solid #eee
}

h1 {
    font-size: 25px;
    line-height: 34px;
    margin: 0;
    color: #363b40;
    font-weight: 500
}

h3 {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 25px 0;
    color: #363b40;
    font-weight: 500
}

h4 {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 18px 0;
    color: #363b40;
    font-weight: 500
}

table.tablelist {
    border-spacing: 0;
    width: 100%
}

table.tablelist tr th {
    padding: 10px 10px;
    color: #9da2a6;
    font-size: 13px;
    font-weight: 300;
    border-bottom: 1px solid #edeff2;
    text-align: left
}

table.tablelist tr td {
    padding: 10px 10px;
    border-bottom: 1px solid #edeff2
}

table.tablelist tr:hover td {
    background-color: #fafbfc
}

.tablefirstline, a.tablefirstline {
    display: block;
    font-size: 15px;
    color: #2b3033;
    font-weight: 700
}

.tablesecondline {
    display: block;
    font-size: 14px;
    color: #616366
}

.responsivetable {
    display: table;
    width: 100%
}

.responsivetable > * {
    display: table-row
}

.responsivetable > * > * {
    display: table-cell;
    padding: 10px 10px;
    border-bottom: 1px solid #ccc;
    vertical-align: middle
}

.responsivetable > * > a {
    color: #616366
}

.responsivetable > :nth-child(1) > * {
    color: #000;
    font-size: 16px;
    font-weight: 400
}

.responsivetable > :nth-child(n+2):hover > * {
    background-color: #fafbfc
}

.responsivetable_subs > * > :nth-child(1) {
    width: 1%
}

.responsivetable_subs > * > :nth-child(3) {
    width: 8%
}

.responsivetable_subs_btn {
    border-width: 0;
    background-color: transparent;
    padding: 0;
    margin: 0
}

.responsivetabletag {
    color: #8d8d8d
}

.responsivetabletag > * {
    border-bottom: none
}

.responsivetable > .responsivetabletag:nth-child(n+2):hover > * {
    background-color: #fff
}

div.label-form, div.tag-form {
    margin-top: 3px
}

form.dynamic-tag .select2-container--default .select2-selection--single {
    border: 0;
    margin-left: -15px
}

form.dynamic-tag .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 35px;
    line-height: initial;
    position: relative;
    top: 5px
}

form.dynamic-tag .select2-container .select2-selection--single {
    height: initial
}

form.dynamic-tag .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 35%
}

.responsivetable_actions {
    text-align: right
}

.responsivefullwidthmr10, input[type=submit].responsivefullwidthmr10 {
    margin-left: 10px
}

@media all and (min-width: 0px) and (max-width: 1000px) {
    .header2_details {
        display: inline-block
    }

    .responsivetable {
        display: block;
    }

    .responsivetable > * {
        display: block;
        margin-bottom: 15px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px
    }

    .responsivetable > :nth-child(1) {
        display: none
    }

    .responsivetable > :nth-child(2) {
        padding-top: 15px
    }

    .responsivetable > * > * {
        display: block;
        position: relative;
        border-bottom: none;
        padding: 2px 0;
        min-height: 25px;
        padding-left: 100px;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .responsivetable > :nth-child(n+2):hover > * {
        background-color: transparent
    }

    .responsivetable > * > :before {
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        width: 100px;
        height: 25px;
        margin-top: -11px;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #9da2a6;
        font-size: 12px;
        font-weight: 400
    }

    .responsivetable_subs > * {
        width: 100%;
        padding-left: 30px;
        position: relative;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap
    }

    .responsivetable_subs > * > * {
        padding-left: 0
    }

    .responsivetable_subs > * > :nth-child(1) {
        position: absolute;
        width: auto;
        top: 1px;
        left: 0
    }

    .responsivetable_subs > :nth-child(2) > :nth-child(1) {
        top: 16px
    }

    .responsivetable_subs > * > :nth-child(2) {
        width: 86%
    }

    .responsivetable_subs > * > :nth-child(3) {
        width: 14%;
        text-align: right
    }

    .responsivetable_subs > * > :nth-child(4) {
        display: none
    }

    .responsivetable_subs > * > :nth-child(5) {
        width: 49%
    }

    .responsivetable_subs > * > :nth-child(5):before {
        content: "Charges: ";
        padding-right: 3px;
        font-weight: 700;
        position: static;
        vertical-align: middle;
        display: inline;
        width: auto;
        height: auto;
        margin: 0;
        color: #2b3033;
        font-size: 15px
    }

    .responsivetable_subs > * > :nth-child(6) {
        width: 49%;
        text-align: right
    }

    .responsivetable_subs > * > :nth-child(7) {
        display: none
    }

    .responsivetable_test > * > * {
        padding-left: 100px
    }

    .responsivetable_test > * > :before {
        width: 100px
    }

    .responsivetable_test > * > :nth-child(1):before {
        content: "Header 1"
    }

    .responsivetable_test > * > :nth-child(2):before {
        content: "Header 2"
    }

    .responsivetable_test > * > :nth-child(3):before {
        content: "Header 3"
    }

    .responsivetable_test > * > :nth-child(4):before {
        content: "Header 4"
    }

    .responsivetable_tickets > * {
        width: 100%;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap
    }

    .responsivetable_tickets > * > * {
        padding-left: 0
    }

    .responsivetable_tickets > * > * > .tablesecondline {
        display: none
    }

    .responsivetable_tickets > * > :nth-child(1) {
        width: 100%
    }

    .responsivetable_tickets > * > :nth-child(2) {
        width: 49%
    }

    .responsivetable_tickets > * > :nth-child(3) {
        width: 49%;
        text-align: right;
        padding-right: 20px
    }

    .responsivetable_tickets > * > :nth-child(4) {
        display: none
    }

    .responsivetable_students > * > * {
        padding-left: 75px
    }

    .responsivetable_students > * > :nth-child(1):before {
        content: "姓名:"
    }

    .responsivetable_students > * > :nth-child(2):before {
        content: "性别:"
    }

    .responsivetable_students > * > :nth-child(3):before {
        content: "出生年月:"
    }

    .responsivetable_students > * > :nth-child(4):before {
        content: "国籍/民族:"
    }

    .responsivetable_students > * > :nth-child(5):before {
        content: "省市区:"
    }

    .responsivetable_students > * > :nth-child(6):before {
        content: "详细地址:"
    }

    .responsivetable_students > * > :nth-child(7):before {
        content: "电话:"
    }

    .responsivetable_students > * > :before {
        width: 75px
    }

    .responsivetable_merge > * > * {
        padding-left: 75px
    }

    .responsivetable_merge > * > :before {
        width: 75px
    }

    .responsivetable_merge > * > :nth-child(1):before {
        content: "姓名:"
    }

    .responsivetable_merge > * > :nth-child(2):before {
        content: "专业:"
    }

    .responsivetable_merge > * > :nth-child(3):before {
        content: "科目:"
    }

    .responsivetable_merge > * > :nth-child(4):before {
        content: "级别:"
    }

    .responsivetable_merge > * > :nth-child(5):before {
        content: "费用:"
    }

    .responsivetable_merge > * > :nth-child(6):before {
        content: "费用详细:"
    }


    .responsivetable_users > * > * {
        padding-left: 75px
    }

    .responsivetable_users > * > :before {
        width: 75px
    }

    .responsivetable_users > * > :nth-child(1):before {
        content: "选择:"
    }

    .responsivetable_users > * > :nth-child(2):before {
        content: "考试档期:"
    }

    .responsivetable_users > * > :nth-child(3):before {
        content: "专业:"
    }

    .responsivetable_users > * > :nth-child(4):before {
        content: "科目:"
    }

    .responsivetable_users > * > :nth-child(5):before {
        content: "级别:"
    }

    .responsivetable_users > * > :nth-child(6):before {
        content: "姓名:"
    }

    .responsivetable_users > * > :nth-child(7):before {
        content: "性别"
    }

    .responsivetable_users > * > :nth-child(8):before {
        content: "出生日期"
    }

    .responsivetable_users > * > :nth-child(9):before {
        content: "国籍/民族"
    }

    .responsivetable_users > * > :nth-child(10):before {
        content: "省市区"
    }

    .responsivetable_users > * > :nth-child(11):before {
        content: "详细地址"
    }

    .responsivetable_users > * > :nth-child(12):before {
        content: "手机"
    }
    .responsivetable_users > * > :nth-child(13):before {
        content: "类型"
    }
    .responsivetable_users > * > :nth-child(14):before {
        content: "操作"
    }
    .responsivetable_users > * > :nth-child(13) {
        padding-top: 8px
    }

    .responsivetable_startup > * > * {
        padding-left: 100px
    }

    .responsivetable_startup > * > :before {
        width: 100px
    }

    .responsivetable_startup > * > :nth-child(1):before {
        content: "Name:"
    }

    .responsivetable_startup > * > :nth-child(2):before {
        content: "Type:"
    }

    .responsivetable_startup > * > :nth-child(3):before {
        content: "Last Modified:"
    }

    .responsivetable_startup > * > :nth-child(4) {
        padding-top: 8px
    }

    .responsivetable_sshkeys > * > * {
        padding-left: 100px
    }

    .responsivetable_sshkeys > * > :before {
        width: 100px
    }

    .responsivetable_sshkeys > * > :nth-child(1):before {
        content: "Name:"
    }

    .responsivetable_sshkeys > * > :nth-child(2):before {
        content: "Date Created:"
    }

    .responsivetable_sshkeys > * > :nth-child(3) {
        padding-top: 8px
    }

    .responsivetable_dns > * > * {
        padding-left: 100px
    }

    .responsivetable_dns > * > :before {
        width: 100px
    }

    .responsivetable_dns > * > :nth-child(1):before {
        content: "Domain:"
    }

    .responsivetable_dns > * > :nth-child(2):before {
        content: "Date Created:"
    }

    .responsivetable_dns > * > :nth-child(3) {
        padding-top: 8px
    }

    .responsivetable_blockstorage > * > * {
        padding-left: 100px
    }

    .responsivetable_blockstorage > * > :before {
        width: 100px
    }

    .responsivetable_blockstorage > * > :nth-child(1):before {
        content: "Description:"
    }

    .responsivetable_blockstorage > * > :nth-child(2):before {
        content: "Location:"
    }

    .responsivetable_blockstorage > * > :nth-child(3):before {
        content: "Status:"
    }

    .responsivetable_blockstorage > * > :nth-child(4):before {
        content: "Attached To:"
    }

    .responsivetable_blockstorage > * > :nth-child(5):before {
        content: "Charges:"
    }

    .responsivetable_blockstorage > * > :nth-child(6) {
        padding-top: 8px
    }

    .responsivetable_reservedip > * > * {
        padding-left: 100px
    }

    .responsivetable_reservedip > * > :before {
        width: 100px
    }

    .responsivetable_reservedip > * > :nth-child(1):before {
        content: "Reserved IP:"
    }

    .responsivetable_reservedip > * > :nth-child(2):before {
        content: "Location:"
    }

    .responsivetable_reservedip > * > :nth-child(3):before {
        content: "Attached To:"
    }

    .responsivetable_reservedip > * > :nth-child(4):before {
        content: "Charges:"
    }

    .responsivetable_reservedip > * > :nth-child(5) {
        padding-top: 8px
    }

    .responsivetable_custom > * > * {
        padding-left: 100px
    }

    .responsivetable_custom > * > :before {
        width: 100px
    }

    .responsivetable_custom > * > :nth-child(1):before {
        content: "Service:"
    }

    .responsivetable_custom > * > :nth-child(2):before {
        content: "Charges:"
    }

    .responsivetable_custom > * > :nth-child(3):before {
        content: "Status:"
    }

    .responsivetable_custom > * > :nth-child(4) {
        padding-top: 8px
    }

    .responsivetable_snapshots > * > * {
        padding-left: 100px
    }

    .responsivetable_snapshots > * > :before {
        width: 100px
    }

    .responsivetable_snapshots > * > :nth-child(1):before {
        content: "Name:"
    }

    .responsivetable_snapshots > * > :nth-child(2):before {
        content: "OS:"
    }

    .responsivetable_snapshots > * > :nth-child(3):before {
        content: "Size:"
    }

    .responsivetable_snapshots > * > :nth-child(4):before {
        content: "Cost:"
    }

    .responsivetable_snapshots > * > :nth-child(5):before {
        content: "Date:"
    }

    .responsivetable_snapshots > * > :nth-child(6):before {
        content: "Status:"
    }

    .responsivetable_snapshots > * > :nth-child(7) {
        padding-top: 8px
    }

    .responsivetable_firewall > * > * {
        padding-left: 100px
    }

    .responsivetable_firewall > * > :before {
        width: 100px
    }

    .responsivetable_firewall > * > :nth-child(1):before {
        content: "ID:"
    }

    .responsivetable_firewall > * > :nth-child(2):before {
        content: "Description:"
    }

    .responsivetable_firewall > * > :nth-child(3):before {
        content: "Date Created:"
    }

    .responsivetable_firewall > * > :nth-child(4):before {
        content: "Rules:"
    }

    .responsivetable_firewall > * > :nth-child(5):before {
        content: "Instances:"
    }

    .responsivetable_firewall > * > :nth-child(6):before {
        content: "Actions:"
    }

    .responsivetable_firewall > * > :nth-child(3) {
        padding-top: 8px
    }

    .responsivetable_iplist > * > * {
        padding-left: 100px
    }

    .responsivetable_iplist > * > :before {
        width: 100px
    }

    .responsivetable_iplist > * > :nth-child(1):before {
        content: "Address:"
    }

    .responsivetable_iplist > * > :nth-child(2):before {
        content: "Netmask:"
    }

    .responsivetable_iplist > * > :nth-child(3):before {
        content: "Gateway:"
    }

    .responsivetable_iplist > * > :nth-child(4):before {
        content: "Reverse DNS:"
    }

    .responsivetable_iplist > * > :nth-child(3) {
        padding-top: 8px
    }

    .responsivetable_ip6list > * > * {
        padding-left: 100px
    }

    .responsivetable_ip6list > * > :before {
        width: 100px
    }

    .responsivetable_ip6list > * > :nth-child(1):before {
        content: "Default IP:"
    }

    .responsivetable_ip6list > * > :nth-child(2):before {
        content: "Network:"
    }

    .responsivetable_ip6list > * > :nth-child(3):before {
        content: "CIDR:"
    }

    .responsivetable_ip6list > * > :nth-child(4):before {
        content: "Gateway:"
    }

    .responsivetable_ip6list > * > :nth-child(3) {
        padding-top: 8px
    }

    .responsivetable_actions {
        text-align: left
    }

    .responsivefullwidth {
        width: 100%
    }

    .responsivefullwidthmr10, input[type=submit].responsivefullwidthmr10 {
        width: 100%;
        margin-left: 0
    }
}

@media all and (min-width: 0px) and (max-width: 700px) {
    .responsiveccfullwidth {
        width: 100%
    }
}

table.tabledata tr td:nth-child(n+2) {
    padding-left: 40px
}

.success_message, .success_message a {
    color: #5ba65f;
    border-color: #66bb6a
}

.warning_message, .warning_message a {
    color: #fca426;
    border-color: #fca426
}

.error_message, .error_message a {
    color: #e53935;
    border-color: #ff4d4a
}

.promo_message, .promo_message a {
    color: #5ba65f;
    border-color: #66bb6a
}

.info_message, .info_message a {
    color: #94420d;
    border-color: #54aaff
}

.resolved_message, .resolved_message a {
    color: grey;
    border-color: #909090
}

.freetrial_message, .freetrial_message a {
    color: #94420d;
    border-color: #54aaff
}

.error_message, .freetrial_message, .info_message, .promo_message, .resolved_message, .success_message, .warning_message {
    position: relative;
    font-size: 15px;
    max-width: 1290px;
    margin: 0 auto 30px auto;
    padding: 10px 24px 10px 10px;
    text-align: left;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid
}

.error_message a, .freetrial_message a, .info_message a, .promo_message a, .resolved_message a, .success_message a, .warning_message a {
    text-decoration: underline
}

.notice_close {
    cursor: pointer;
    position: absolute;
    right: 4px;
    top: 5px;
    font-size: 22px;
    padding: 5px 12px
}

.notice_close::before {
    content: "\f136";
    font-family: Material-Design-Iconic-Font;
    opacity: .6
}

.status_success {
    color: #43a047;
    white-space: nowrap
}

.status_success:before {
    display: inline-block;
    content: "";
    height: 8px;
    width: 8px;
    margin: -4px 6px 0 0;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #43a047
}

.status_warning, .status_warning_2 {
    color: #e67e27;
    white-space: nowrap
}

.status_warning:before {
    display: inline-block;
    content: "";
    height: 8px;
    width: 8px;
    margin: -4px 6px 0 0;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #e67e27
}

.status_error, .status_error_2 {
    color: red;
    white-space: nowrap
}

.status_error:before {
    display: inline-block;
    content: "";
    height: 8px;
    width: 8px;
    margin: -4px 6px 0 0;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: red
}

.status_disabled {
    color: #777;
    white-space: nowrap
}

.status_disabled:before {
    display: inline-block;
    content: "";
    height: 8px;
    width: 8px;
    margin: -4px 6px 0 0;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #777
}

.block1290 {
    max-width: 1450px;
    margin: 0 auto 50px auto;
    padding: 0 30px;
    overflow: auto
}

@media all and (min-width: 0px) and (max-width: 767px) {
    .block1290 {
        padding: 0 15px
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
    .block1290 {
        overflow: hidden
    }
}

.block460left {
    max-width: 460px;
    margin: 0 0 50px 0;
    overflow: hidden
}

.block460center {
    max-width: 700px;
    margin: 0 auto 0 auto;
    overflow: hidden
}

.block520left {
    max-width: 520px;
    margin: 0 0 50px 0;
    overflow: hidden
}

.block520center {
    max-width: 520px;
    margin: 0 auto 50px auto;
    overflow: hidden
}

.block700center {
    max-width: 700px;
    margin: 0 auto 50px auto;
    overflow: hidden
}

div.flex3column {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row
}

div.flex3column_left {
    margin: 0 75px 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

div.flex3column_center {
    width: 100%
}

input.tabmenu_radio {
    display: none
}

input.tabmenu_radio + label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    color: #616366;
    padding-bottom: 8px;
    margin-right: 25px;
    font-size: 15px
}

input.tabmenu_radio + label:hover {
    color: #94420d
}

input.tabmenu_radio + label:after {
    display: block;
    position: absolute;
    z-index: 10;
    content: "";
    left: 0;
    bottom: -1px;
    height: 2px;
    width: 0;
    background-color: #94420d;
    transition: width .3s
}

input.tabmenu_radio:checked + label {
    color: #94420d;
    font-weight: 700
}

input.tabmenu_radio:checked + label:after {
    width: 100%
}

input.tabmenu_radio:disabled + label {
    display: none
}

div.flex3column_left input.tabmenu_radio + label {
    margin-bottom: 15px
}

div.flex3column_left input.tabmenu_radio:checked + label {
    font-weight: 400
}

@media all and (min-width: 0px) and (max-width: 1023px) {
    div.flex3column {
        -webkit-flex-direction: column;
        flex-direction: column
    }

    div.flex3column_left {
        margin: 0 0 30px 0;
        display: block
    }
}

.inputformiconoverlay {
    display: block;
    position: absolute;
    top: 12px;
    right: 18px
}

.inputformiconoverlay > * {
    margin-left: 20px
}

.fonticon-eye, .fonticon-eye-off, .fonticon-f275, .fonticonattachment, .fonticonchevronup, .fonticonconsole, .fonticonconsolenotext, .fonticoncopy, .fonticondelete, .fonticondialogs, .fonticonedit, .fonticonhelp, .fonticonmore, .fonticonnegative, .fonticonneutral, .fonticonnewpage, .fonticonplus, .fonticonpositive, .fonticonrefresh, .fonticonreinstall, .fonticonrestart, .fonticonstar, .fonticonstop, a.fonticon-eye, a.fonticon-eye-off, a.fonticon-f275, a.fonticonattachment, a.fonticonchevronup, a.fonticonconsole, a.fonticonconsolenotext, a.fonticoncopy, a.fonticondelete, a.fonticondialogs, a.fonticonedit, a.fonticonhelp, a.fonticonmore, a.fonticonnegative, a.fonticonneutral, a.fonticonnewpage, a.fonticonplus, a.fonticonpositive, a.fonticonrefresh, a.fonticonreinstall, a.fonticonrestart, a.fonticonstar, a.fonticonstop {
    font-family: Material-Design-Iconic-Font;
    font-size: 24px;
    color: #616366;
    cursor: pointer
}

.fonticonhelp, a.fonticonhelp {
    color: #919499;
    font-size: 21px;
    vertical-align: middle
}

.fonticon-eye-off:hover, .fonticon-eye:hover, .fonticon-f275:hover, .fonticonattachment:hover, .fonticonchevronup:hover, .fonticonconsole:hover, .fonticonconsolenotext:hover, .fonticoncopy:hover, .fonticondelete:hover, .fonticondialogs:hover, .fonticonedit:hover, .fonticonhelp:hover, .fonticonmore:hover, .fonticonnegative:hover, .fonticonneutral:hover, .fonticonnewpage:hover, .fonticonplus:hover, .fonticonpositive:hover, .fonticonrefresh:hover, .fonticonreinstall:hover, .fonticonrestart:hover, .fonticonstar:hover, .fonticonstop:hover, a.fonticon-eye-off:hover, a.fonticon-eye:hover, a.fonticon-f275:hover, a.fonticonattachment:hover, a.fonticonchevronup:hover, a.fonticonconsole:hover, a.fonticonconsolenotext:hover, a.fonticoncopy:hover, a.fonticondelete:hover, a.fonticondialogs:hover, a.fonticonedit:hover, a.fonticonhelp:hover, a.fonticonmore:hover, a.fonticonnegative:hover, a.fonticonneutral:hover, a.fonticonnewpage:hover, a.fonticonplus:hover, a.fonticonpositive:hover, a.fonticonrefresh:hover, a.fonticonreinstall:hover, a.fonticonrestart:hover, a.fonticonstar:hover, a.fonticonstop:hover {
    color: #94420d
}

.fonticonattachment::after {
    content: "\f10d"
}

.fonticonchevronup::after {
    content: "\f2fc"
}

.fonticonconsole:before {
    content: "\f292"
}

.fonticonconsole:after {
    content: ">_";
    position: absolute;
    top: -3px;
    left: 4px;
    font-size: 8px;
    font-weight: 700;
    font-family: courier
}

.fonticonconsolenotext:after {
    content: "\f292"
}

.fonticoncopy::after {
    content: "\f237"
}

.fonticondelete::after {
    content: "\f154"
}

.fonticondialogs::after {
    content: "\f266"
}

.fonticonedit::after {
    content: "\f158"
}

.fonticonhelp::after {
    content: "\f1f5"
}

.fonticonmore::after {
    content: "\f19c"
}

.fonticonnegative::after {
    content: "\f213"
}

.fonticonneutral::after {
    content: "\f20e"
}

.fonticonnewpage::after {
    content: "\f223"
}

.fonticonplus::after {
    content: "\f278"
}

.fonticonpositive::after {
    content: "\f214"
}

.fonticonrefresh::after {
    content: "\f1b5"
}

.fonticonreinstall::after {
    content: "\f3d6"
}

.fonticonrestart::after {
    content: "\f1b9"
}

.fonticonstar:after {
    content: "\f27d"
}

.fonticonstop:after {
    content: "\f1af"
}

.fonticon-eye-off:after {
    content: "\f15b"
}

.fonticon-eye:after {
    content: "\f15c"
}

.fonticon-f275:after {
    content: "\f275"
}

.fonticon_add, .fonticon_application, .fonticon_backup, .fonticon_centos, .fonticon_coreos, .fonticon_cpanel, .fonticon_cpanel_beta, .fonticon_debian, .fonticon_docker, .fonticon_docker_beta, .fonticon_drupal, .fonticon_drupal_beta, .fonticon_fedora, .fonticon_freebsd, .fonticon_gitlab, .fonticon_gitlab_beta, .fonticon_graphite, .fonticon_graphite_beta, .fonticon_iso, .fonticon_joomla, .fonticon_joomla_beta, .fonticon_lamp, .fonticon_lamp_beta, .fonticon_lemp, .fonticon_lemp_beta, .fonticon_linux, .fonticon_magento, .fonticon_magento_beta, .fonticon_mediawiki, .fonticon_mediawiki_beta, .fonticon_minecraft, .fonticon_minecraft_beta, .fonticon_nextcloud, .fonticon_nextcloud_beta, .fonticon_openbsd, .fonticon_openbsd_beta, .fonticon_openvpn, .fonticon_openvpn_beta, .fonticon_owncloud, .fonticon_owncloud_beta, .fonticon_phpbb, .fonticon_phpbb_beta, .fonticon_pleskonyx, .fonticon_pleskonyx_beta, .fonticon_pleskonyx_webadmin, .fonticon_pleskonyx_webhost, .fonticon_pleskonyx_webpro, .fonticon_prestashop, .fonticon_prestashop_beta, .fonticon_script, .fonticon_server, .fonticon_snapshot, .fonticon_ssh, .fonticon_support, .fonticon_ubuntu, .fonticon_web, .fonticon_webmin, .fonticon_webmin_beta, .fonticon_windows, .fonticon_wordpress, .fonticon_wordpress_beta {
    font-size: 24px;
    color: #94420d
}

.fonticon_add::before {
    content: "\e934";
    font-family: icons
}

.fonticon_application::before {
    content: "\f326";
    font-family: Material-Design-Iconic-Font;
    position: relative;
    bottom: 2px
}

.fonticon_backup::before {
    content: "\f21e";
    font-family: Material-Design-Iconic-Font;
    position: relative;
    bottom: 2px
}

.fonticon_centos::before {
    content: "\e90b";
    font-family: icons
}

.fonticon_coreos::before {
    content: "\e92c";
    font-family: icons
}

.fonticon_debian::before {
    content: "\e909";
    font-family: icons
}

.fonticon_freebsd::before {
    content: "\e92d";
    font-family: icons
}

.fonticon_iso::before {
    content: "\e929";
    font-family: icons
}

.fonticon_snapshot::before {
    content: "\f28c";
    font-family: Material-Design-Iconic-Font
}

.fonticon_ubuntu::before {
    content: "\e90c";
    font-family: icons
}

.fonticon_windows::before {
    content: "\e90d";
    font-family: icons
}

.fonticon_cpanel::before {
    content: "\e915";
    font-family: icons
}

.fonticon_cpanel_beta::before {
    content: "\e915";
    font-family: icons
}

.fonticon_docker::before {
    content: "\e904";
    font-family: icons
}

.fonticon_docker_beta::before {
    content: "\e904";
    font-family: icons
}

.fonticon_drupal::before {
    content: "\e914";
    font-family: icons
}

.fonticon_drupal_beta::before {
    content: "\e914";
    font-family: icons
}

.fonticon_lemp::before {
    content: "\e913";
    font-family: icons
}

.fonticon_lemp_beta::before {
    content: "\e913";
    font-family: icons
}

.fonticon_minecraft::before {
    content: "\e912";
    font-family: icons
}

.fonticon_minecraft_beta::before {
    content: "\e912";
    font-family: icons
}

.fonticon_openvpn::before {
    content: "\e916";
    font-family: icons
}

.fonticon_openvpn_beta::before {
    content: "\e916";
    font-family: icons
}

.fonticon_owncloud::before {
    content: "\e911";
    font-family: icons
}

.fonticon_owncloud_beta::before {
    content: "\e911";
    font-family: icons
}

.fonticon_script::before {
    content: "\f222";
    font-family: Material-Design-Iconic-Font
}

.fonticon_ssh::before {
    content: "\f183";
    font-family: Material-Design-Iconic-Font
}

.fonticon_webmin::before {
    content: "\e910";
    font-family: icons
}

.fonticon_webmin_beta::before {
    content: "\e910";
    font-family: icons
}

.fonticon_wordpress::before {
    content: "\e90f";
    font-family: icons
}

.fonticon_wordpress_beta::before {
    content: "\e90f";
    font-family: icons
}

.fonticon_linux::before {
    content: "\e90e";
    font-family: icons
}

.fonticon_support::before {
    content: "\e925";
    font-family: icons
}

.fonticon_server::before {
    content: "\e907";
    font-family: icons
}

.fonticon_web::before {
    content: "\e918";
    font-family: icons
}

.fonticon_lamp::before {
    content: "\e902";
    font-family: icons
}

.fonticon_lamp_beta::before {
    content: "\e902";
    font-family: icons
}

.fonticon_joomla::before {
    content: "\e903";
    font-family: icons
}

.fonticon_joomla_beta::before {
    content: "\e903";
    font-family: icons
}

.fonticon_fedora::before {
    content: "\e93a";
    font-family: icons
}

.fonticon_graphite::before {
    content: "\e93c";
    font-family: icons
}

.fonticon_graphite_beta::before {
    content: "\e93c";
    font-family: icons
}

.fonticon_openbsd::before {
    content: "\e941";
    font-family: icons
}

.fonticon_openbsd_beta::before {
    content: "\e941";
    font-family: icons
}

.fonticon_phpbb::before {
    content: "\e93b";
    font-family: icons
}

.fonticon_phpbb_beta::before {
    content: "\e93b";
    font-family: icons
}

.fonticon_pleskonyx::before {
    content: "\e93d";
    font-family: icons
}

.fonticon_pleskonyx_beta::before {
    content: "\e93d";
    font-family: icons
}

.fonticon_pleskonyx_webadmin::before {
    content: "\e93d";
    font-family: icons
}

.fonticon_pleskonyx_webpro::before {
    content: "\e93d";
    font-family: icons
}

.fonticon_pleskonyx_webhost::before {
    content: "\e93d";
    font-family: icons
}

.fonticon_magento::before {
    content: "\e93e";
    font-family: icons
}

.fonticon_magento_beta::before {
    content: "\e93e";
    font-family: icons
}

.fonticon_mediawiki::before {
    content: "\e93f";
    font-family: icons
}

.fonticon_mediawiki_beta::before {
    content: "\e93f";
    font-family: icons
}

.fonticon_prestashop::before {
    content: "\e940";
    font-family: icons
}

.fonticon_prestashop_beta::before {
    content: "\e940";
    font-family: icons
}

.fonticon_nextcloud::before {
    content: "\e900";
    font-family: icons
}

.fonticon_nextcloud_beta::before {
    content: "\e900";
    font-family: icons
}

.fonticon_gitlab::before {
    content: "\e901";
    font-family: icons
}

.fonticon_gitlab_beta::before {
    content: "\e901";
    font-family: icons
}

.fonticon.f20 {
    font-size: 20px
}

.fonticon_chevron_left::before {
    content: "\f2fa";
    font-family: Material-Design-Iconic-Font
}

.fonticon_chevron_right::before {
    content: "\f2fb";
    font-family: Material-Design-Iconic-Font
}

.fonticon_plus::before {
    content: "\f278";
    font-family: Material-Design-Iconic-Font
}

.fonticon_admin_tools, .fonticon_agreement, .fonticon_broadcasting, .fonticon_circle_add, .fonticon_controller, .fonticon_desktop_linux, .fonticon_disc, .fonticon_document, .fonticon_download, .fonticon_electronics, .fonticon_globe, .fonticon_graphite_2, .fonticon_helping_hand, .fonticon_infinity, .fonticon_ipv4_calculator, .fonticon_ipv4_converter, .fonticon_ipv6_calculator, .fonticon_last_hour, .fonticon_location, .fonticon_mac_converter, .fonticon_message_add, .fonticon_mouse, .fonticon_multiple_devices, .fonticon_mysql, .fonticon_nodejs, .fonticon_password, .fonticon_processor, .fonticon_question, .fonticon_realtime_protection, .fonticon_settings, .fonticon_unixtime_converter, .fonticon_upload, .fonticon_workstation {
    font-size: 24px;
    color: #94420d;
    font-family: icons_2
}

.fonticon_controller:before {
    content: "\e907"
}

.fonticon_workstation:before {
    content: "\e908"
}

.fonticon_nodejs:before {
    content: "\e90a"
}

.fonticon_mysql:before {
    content: "\e90c"
}

.fonticon_helping_hand:before {
    content: "\e919"
}

.fonticon_globe:before {
    content: "\e91a"
}

.fonticon_realtime_protection:before {
    content: "\e91b"
}

.fonticon_last_hour:before {
    content: "\e91c"
}

.fonticon_admin_tools:before {
    content: "\e91d"
}

.fonticon_multiple_devices:before {
    content: "\e91e"
}

.fonticon_broadcasting:before {
    content: "\e91f"
}

.fonticon_electronics:before {
    content: "\e920"
}

.fonticon_infinity:before {
    content: "\e921"
}

.fonticon_settings:before {
    content: "\e922"
}

.fonticon_agreement:before {
    content: "\e923"
}

.fonticon_processor:before {
    content: "\e924"
}

.fonticon_download:before {
    content: "\e925"
}

.fonticon_upload:before {
    content: "\e926"
}

.fonticon_question:before {
    content: "\e927"
}

.fonticon_document:before {
    content: "\e928"
}

.fonticon_message_add:before {
    content: "\e929"
}

.fonticon_desktop_linux:before {
    content: "\e92a"
}

.fonticon_disc:before {
    content: "\e92b"
}

.fonticon_mouse:before {
    content: "\e92c"
}

.fonticon_location:before {
    content: "\e92d"
}

.fonticon_password:before {
    content: "\e930"
}

.fonticon_mac_converter:before {
    content: "\e931"
}

.fonticon_ipv4_converter:before {
    content: "\e932"
}

.fonticon_unixtime_converter:before {
    content: "\e933"
}

.fonticon_ipv6_calculator:before {
    content: "\e934"
}

.fonticon_ipv4_calculator:before {
    content: "\e935"
}

.fonticon_circle_add:before {
    content: "\e936"
}

.fonticon_graphite_2:before {
    content: "\e93d"
}

.flag {
    margin-right: 10px
}

.ccicon {
    vertical-align: middle
}

.ccicon.f20 {
    font-size: 20px
}

.ccicon.f24 {
    font-size: 24px
}

.ccicon.f30 {
    font-size: 30px
}

.ccicon.f50 {
    font-size: 50px
}

.ccicon_amex::before, .ccicon_dinnersclub::before, .ccicon_discover::before, .ccicon_jcb::before, .ccicon_laser::before, .ccicon_maestro::before, .ccicon_mastercard::before, .ccicon_solo::before, .ccicon_stripe::before, .ccicon_switch::before, .ccicon_unionpay::before, .ccicon_visa::before, .ccicon_visa_debit::before, .ccicon_visa_electron::before {
    font-family: icons_2
}

.ccicon_dinnersclub::before, .ccicon_laser::before, .ccicon_maestro::before, .ccicon_mastercard::before, .ccicon_solo::before, .ccicon_stripe::before, .ccicon_switch::before, .ccicon_unionpay::before, .ccicon_visa_debit::before, .ccicon_visa_electron::before {
    font-size: 65%;
    line-height: 1;
    position: relative;
    bottom: 3.5px
}

.ccicon_discover::before {
    content: "\e937"
}

.ccicon_visa::before {
    content: "\e938"
}

.ccicon_visa_debit::before {
    content: "\e945"
}

.ccicon_visa_electron::before {
    content: "\e946"
}

.ccicon_mastercard::before {
    content: "\e900"
}

.ccicon_amex::before {
    content: "\e939"
}

.ccicon_jcb::before {
    content: "\e93a"
}

.ccicon_unionpay::before {
    content: "\e901"
}

.ccicon_stripe::before {
    content: "\e94a"
}

.ccicon_maestro::before {
    content: "\e943"
}

.ccicon_laser::before {
    content: "\e944"
}

.ccicon_switch::before {
    content: "\e947"
}

.ccicon_solo::before {
    content: "\e948"
}

.ccicon_dinnersclub::before {
    content: "\e949"
}

.paypal_icon:after {
    font-family: Material-Design-Iconic-Font;
    font-size: 24px;
    content: "\f357"
}

.innerblock {
    border: 2px solid #94420d;
    border-radius: 0;
    padding: 30px;
    margin-right: 15px
}

.beta_tag {
    background-color: #94420d;
    color: #fff;
    font-weight: 400;
    padding: 4px 6px;
    border-radius: 3px;
    font-size: 11px;
    line-height: 11px
}

.h3link {
    font-size: 15px;
    font-weight: 300
}

#HOVERPOPUP2 {
    pointer-events: none;
    display: none;
    position: absolute;
    z-index: 1000;
    font-size: 13px;
    text-align: center;
    background-color: #4b4f51;
    color: #fff;
    border-radius: 3px;
    padding: 4px 10px
}

#HOVERPOPUP2:after {
    pointer-events: none;
    position: absolute;
    font-size: 10px;
    bottom: -16px;
    left: 0;
    right: 0;
    text-align: center;
    content: "▼";
    color: #4b4f51;
    transform: scale(2, 1)
}

.dialogPopupBackground {
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1999;
    background-color: rgba(0, 0, 0, .8)
}

.dialogPopup {
    position: relative;
    max-width: 500px;
    background-color: #fff;
    border-radius: 4px;
    padding: 40px 50px
}

.dialogclosebutton {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #bbb;
    font-weight: 700;
    font-size: 24px;
    cursor: pointer
}

.dialogclosebutton:hover {
    color: #fff
}

.dialogclosebutton:after {
    font-family: Material-Design-Iconic-Font;
    font-size: 24px;
    content: "\f136"
}

.dialogContent {
    text-align: center
}

.dialogButtons {
    text-align: center;
    margin-top: 25px
}

.dialogButtons input[type=button] {
    margin: 5px
}

@media all and (min-width: 0px) and (max-width: 767px) {
    .innerblock {
        margin-right: 0
    }

    .block520center {
        margin: 0 auto 25px auto
    }

    #block_content_creditcard {
        padding-bottom: 25px;
        border-bottom: 1px solid #ccc
    }

    .dialogPopup {
        padding: 20px 20px
    }

    .dialogclosebutton {
        position: absolute;
        top: 10px;
        right: 10px;
        background-color: #fff
    }

    .dialogclosebutton:hover {
        color: #888
    }
}

#DROPDOWNPOPUP {
    position: absolute;
    top: 0;
    opacity: 0;
    margin-top: 20px;
    display: none;
    background-color: #fff;
    width: 200px;
    padding: 12px 0;
    border: 1px solid #dcdee0;
    z-index: 1000;
    border-radius: 4px;
    text-align: left;
    box-shadow: 0 10px 40px -5px rgba(37, 45, 51, .25)
}

#DROPDOWNPOPUP > a, #DROPDOWNPOPUP > button, #DROPDOWNPOPUP > span {
    display: block;
    padding: 5px 25px;
    color: #616366;
    cursor: pointer;
    background-color: transparent;
    border-width: 0;
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
    text-decoration: none;
    font-family: Raleway
}

#DROPDOWNPOPUP > a:hover, #DROPDOWNPOPUP > button:hover, #DROPDOWNPOPUP > span:hover {
    color: #cd9304
}

#DROPDOWNPOPUP > hr {
    background-color: #dcdee0;
    height: 1px;
    border: none;
    padding: 0;
    margin: 5px 0
}

#DROPDOWNPOPUP::before {
    display: block;
    position: absolute;
    right: 17px;
    top: -17px;
    content: "\f2f8";
    height: 16px;
    width: 18px;
    color: #dcdee0;
    font-family: Material-Design-Iconic-Font;
    font-size: 40px
}

#DROPDOWNPOPUP::after {
    display: block;
    position: absolute;
    right: 17px;
    top: -16px;
    content: "\f2f8";
    height: 16px;
    width: 18px;
    color: #fff;
    font-family: Material-Design-Iconic-Font;
    font-size: 40px
}

.pageoptions span {
    display: inline-block;
    border-radius: 18px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #94420d;
    font-weight: 700;
    margin: 5px 3px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #94420d
}

.pageoptions a {
    display: inline-block;
    border-radius: 18px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #616366;
    font-weight: 400;
    margin: 5px 3px;
    font-size: 14px;
    text-align: center
}

.pagingoptions {
    float: right
}

.pagingoptions span {
    display: inline-block;
    border-radius: 18px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #94420d;
    font-weight: 700;
    margin: 5px 3px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #94420d
}

.pagingoptions a {
    display: inline-block;
    border-radius: 18px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #616366;
    font-weight: 400;
    margin: 5px 3px;
    font-size: 14px;
    text-align: center
}

#header0v_0 {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 110px;
    text-align: center;
    background-color: #94420d;
    background: -webkit-linear-gradient(left, rgba(215, 163, 13), rgba(148, 66, 13));
    background: -o-linear-gradient(right, rgba(215, 163, 13), rgba(148, 66, 13));
    background: -moz-linear-gradient(right, rgba(215, 163, 13), rgba(148, 66, 13));
    background: linear-gradient(to right, rgba(215, 163, 13), rgba(148, 66, 13));
    z-index: 10
}

#header0v_0 > a:nth-child(1) {
    display: block;
    width: 38px;
    height: 36px;
    margin: 40px auto 50px auto
}

#header0v_0 > a:nth-child(2):before {
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
    font-family: Material-Design-Iconic-Font;
    content: "\f1d2"
}

#header0v_0 > a:nth-child(3):before {
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
    font-family: Material-Design-Iconic-Font;
    content: "\f129"
}

#header0v_0 > a:nth-child(4):before {
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
    font-family: Material-Design-Iconic-Font;
    content: "\f15a"
}

#header0v_0 > a:nth-child(5):before {
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
    font-family: Material-Design-Iconic-Font;
    content: "\f198"
}

#header0v_0 > a:nth-child(6):before {
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
    font-family: Material-Design-Iconic-Font;
    content: "\f206"
}

#header0v_0 > a:nth-child(n+2) {
    display: block;
    margin-bottom: 32px;
    position: relative;
    color: #fff;
    font-weight: 700;
    transition: color .3s
}

#header0v_0 > a {
    letter-spacing: -.1px
}

#header0v_0 > a:hover {
    color: #fff
}

#header0v_0 > a.active {
    color: #94420d;
    background-color: #fff;
    padding: 10px
}

#header0v_0 > a.active:after {
    position: absolute;
    right: -3px;
    top: 18px;
    display: block;
    height: 26px;
    width: 13px;
    content: "\f2f4";
    color: #fff;
    font-size: 49px;
    font-family: Material-Design-Iconic-Font
}

#header0h_0 {
    display: none;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    height: 75px;
    margin-left: 0;
    width: 100%;
    padding: 0 30px;
    background: -webkit-linear-gradient(left, rgba(215, 163, 13), rgba(148, 66, 13));
    background: -o-linear-gradient(right, rgba(215, 163, 13), rgba(148, 66, 13));
    background: -moz-linear-gradient(right, rgba(215, 163, 13), rgba(148, 66, 13));
    background: linear-gradient(to right, rgba(215, 163, 13, 1), rgba(148, 66, 13, 1));
    z-index: 10
}

#header0h_1 {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 32px;
    color: #fff;
    cursor: pointer;
    font-family: Material-Design-Iconic-Font
}

#header0h_1:before {
    content: "\f197"
}

#header0h_2 {
    display: block;
    width: 212px;
    height: 55px;
    position: relative;
    bottom: 1px;
    background: url(/igc/Images/logo.png?v=20200526003);
    background-size: cover;
    background-repeat: no-repeat
}

#header0h_3 {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 29px;
    color: #fff;
    cursor: pointer;
    font-family: Material-Design-Iconic-Font
}

#header0h_3:before {
    content: "\f1fe"
}

#header0h_3:after {
    content: "";
    position: absolute;
    top: -1px;
    right: -6px;
    height: 5px;
    width: 5px;
    border-radius: 5px;
    background-color: #e53935;
    animation-name: pulse;
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-iteration-count: infinite
}

@media all and (min-width: 0px) and (max-width: 767px) {
    #header0v_0 {
        display: none
    }

    #header0h_0 {
        display: -webkit-flex;
        display: flex
    }

    body {
        margin-left: 0
    }
}

#header1_0 {
    max-width: 1290px;
    margin: 0 auto;
    padding: 16px 30px 0 30px;
    text-align: right;
    position: relative;
    white-space: nowrap
}

#header1_1 {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 24px;
    cursor: pointer;
    font-family: Material-Design-Iconic-Font
}

#header1_1:before {
    content: "\f1fe"
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
    .hide_on_mobile {
        display: none !important
    }
}

span.service_alerts_count {
    height: 21px;
    width: 21px;
    background-color: #e53935;
    border-radius: 100%;
    border: 2px solid #fff;
    top: -9px;
    right: -9px;
    display: inline-flex;
    position: absolute;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    font-family: Raleway
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1)
    }
    50% {
        transform: scale3d(1.5, 1.5, 1.5)
    }
    to {
        transform: scale3d(1, 1, 1)
    }
}

#header1_2 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 25px;
    font-size: 14px;
    cursor: pointer
}

#header1_2, #header1_2:active, #header1_2:hover, #header1_2:link, #header1_2:visited {
    color: #616366;
    text-decoration: none
}

#header1_2:after {
    padding: 0 4px 0 10px;
    font-family: Material-Design-Iconic-Font;
    content: "\f2f2"
}

#header1_session {
    text-align: center;
    overflow: hidden;
    transition: height .5s linear
}

#header1_session {
    height: 0;
    opacity: 0
}

#header1_session.grow {
    height: 54px;
    opacity: 1
}

#header1_session > div {
    display: inline-block;
    padding: 8px 8px;
    border-radius: 3px;
    color: #fca426;
    border: 1px solid #fca426;
    position: relative;
    overflow: hidden;
    font-weight: 400
}

#header1_session .button {
    margin-left: 12px;
    background-color: #fca426;
    padding: 4px 24px
}

#header1_session .button:hover {
    background-color: #e28500
}

#header1_session .glyph {
    display: inline-block;
    position: relative;
    font-family: Material-Design-Iconic-Font;
    animation-name: pulse;
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    margin: 0 6px
}

#header1_session .glyph:before {
    content: "\f1f0"
}

@media (max-width: 767px) and (min-width: 0px) {
    #header1_1 {
        display: none
    }
}

@media all and (max-width: 767px) {
    #header1_0 {
        position: absolute;
        top: 0;
        margin-bottom: 3px;
        padding: 0;
        font-size: 16px;
        width: 100%;
        text-align: center
    }

    .inactivity_message {
        display: -webkit-flex;
        display: flex
    }

    #header1_session {
        overflow: visible
    }

    #header1_session.grow {
        height: 54px;
        opacity: 1;
        margin-bottom: 17px
    }

    #header1_session .glyph {
        display: none
    }
}

#header2_wrap {
    max-width: 1290px;
    min-width: 360px;
    margin: 0 auto;
    padding: 16px 30px 20px 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

#header2_left {
    -webkit-flex-grow: 2;
    flex-grow: 2;
    margin-right: 50px
}

#header2_left h1 {
    margin-bottom: 10px
}

#header2_right {
    white-space: nowrap
}

.header2_details {
    font-weight: 300;
    font-size: 13px;
    margin-right: 24px;
    line-height: 26px;
    color: #616366
}

.header2_billing {
    display: inline-block
}

.header2_billing > :nth-child(1) {
    font-size: 25px;
    font-weight: 500;
    line-height: 32px
}

.header2_billing > :nth-child(2) {
    color: #9da2a6;
    font-size: 13px;
    font-weight: 300;
    line-height: 16px
}

.header2_subdestroy, .header2_subreinstall, .header2_subrestart, .header2_substop, .header2_viewconsole, a.header2_subdestroy {
    display: inline-block;
    font-family: Material-Design-Iconic-Font;
    font-size: 24px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    cursor: pointer;
    text-align: center;
    color: #616366;
    border-radius: 40px;
    background-color: transparent;
    border: 0
}

.header2_subdestroy:hover, .header2_subreinstall:hover, .header2_subrestart:hover, .header2_substop:hover, .header2_viewconsole:hover {
    color: #94420d
}

.header2_viewconsole:after {
    content: '\f292'
}

.header2_substop:after {
    content: '\f1af'
}

.header2_subrestart:after {
    content: '\f1b9'
}

.header2_subreinstall:after {
    content: '\f3d6'
}

.header2_subdestroy:after {
    content: '\f154'
}

span.spanlink {
    color: #616366;
    padding-left: 10px
}

span.spanlink:hover {
    color: #94420d;
    cursor: pointer
}

span.spanlink:active {
    color: #616366;
    text-shadow: 0 0 3px #eaeaea
}

span.spanlink > .fonticon {
    color: inherit;
    font-size: 1.5em
}

.spanflash {
    -moz-animation: flash .5s ease-out;
    -moz-animation-iteration-count: 1;
    -webkit-animation: flash .5s ease-out;
    -webkit-animation-iteration-count: 1;
    -ms-animation: flash .5s ease-out;
    -ms-animation-iteration-count: 1
}

@-webkit-keyframes flash {
    0% {
        color: #94420d
    }
    100% {
        color: auto
    }
}

@-moz-keyframes flash {
    0% {
        color: #94420d
    }
    100% {
        color: auto
    }
}

@-ms-keyframes flash {
    0% {
        color: #94420d
    }
    100% {
        color: auto
    }
}

#header3_0 {
    max-width: 1290px;
    min-width: 360px;
    margin: 0 auto;
    padding: 10px 75px 10px 30px;
    position: relative
}

a.header3_1 {
    display: inline-block;
    color: #616366;
    position: relative;
    height: 49px;
    padding-top: 16px;
    font-size: 15px;
    margin-right: 20px
}

a.header3_1:hover {
    color: #94420d
}

a.header3_1:after {
    display: block;
    position: absolute;
    z-index: 10;
    content: "";
    left: 0;
    bottom: -1px;
    height: 2px;
    width: 0;
    background-color: #94420d;
    transition: width .3s
}

a.header3_1active {
    color: #94420d;
    font-weight: 700
}

a.header3_1active:after {
    width: 100%
}

#header3_3 {
    display: block;
    position: absolute;
    right: 25px;
    bottom: 35px;
    height: 51px;
    width: 51px;
    z-index: 5;
    border-radius: 26px;
    line-height: 51px;
    text-align: center;
    font-size: 27px;
    background-color: #94420d;
    color: #fff;
    font-family: Material-Design-Iconic-Font
}

#header3_3:before {
    content: "\f278"
}

#header3_3:hover {
    background-color: #cd9304
}

.block1290deploy {
    margin-bottom: 60px;
    padding-right: 100px;
    position: relative;
    overflow: visible
}

a.deploy_floating {
    display: block;
    position: absolute;
    height: 51px;
    width: 51px;
    border-radius: 100%;
    line-height: 51px;
    text-align: center;
    font-size: 27px;
    background-color: #94420d;
    color: #fff;
    box-shadow: 0 3px 15px -2px rgba(37, 45, 51, .4);
    transition: all ease-in .15s
}

a.deploy_floating {
    top: 22px;
    right: 25px;
    z-index: 5
}

a.deploy_floating:hover {
    background: #cd9304
}

#header4_0 {
    display: block;
    position: relative;
    top: -60px;
    width: 100%;
    height: 1px;
    overflow: hidden;
    background-color: #edf0f2
}

#header4_0_v2 {
    display: block;
    position: relative;
    top: -10px;
    width: 100%;
    height: 1px;
    overflow: hidden;
    background-color: #edf0f2
}

#menusidebar_block {
    position: fixed;
    left: -360px;
    top: 0;
    bottom: 0;
    width: 360px;
    overflow: hidden;
    background-color: #fff;
    border-left: 1px solid #dcdee0;
    z-index: 1001;
    box-shadow: 0 10px 40px -5px rgba(37, 45, 51, .25);
    transition: all ease-in .2s
}

#menusidebar_hide {
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
    font-size: 24px;
    opacity: .4;
    font-family: Material-Design-Iconic-Font
}

#menusidebar_hide:after {
    content: '\f136'
}

#menusidebar_container {
    padding: 40px 30px;
    text-align: center
}

#menusidebar_container a {
    display: block;
    padding: 12px 0;
    font-weight: 700;
    color: #363b40;
    letter-spacing: -.1px
}

#menusidebar_container a:hover {
    color: #94420d
}

#menusidebar_container a.active {
    color: #94420d
}

#notifications_block {
    position: fixed;
    right: -360px;
    top: 0;
    bottom: 0;
    width: 360px;
    overflow: auto;
    background-color: #fff;
    border-left: 1px solid #dcdee0;
    z-index: 1001;
    box-shadow: 0 10px 40px -5px rgba(37, 45, 51, .25);
    transition: all ease-in .2s
}

#notifications_hide {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    font-size: 24px;
    opacity: .4;
    font-family: Material-Design-Iconic-Font
}

#notifications_hide:after {
    content: '\f136'
}

.notification_container {
    border-top: 1px solid #edf0f2;
    padding: 20px 30px
}

.notification_title {
    position: relative;
    padding: 0 0 0 30px;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    color: #363b40
}

.notification_title.closed:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    content: "\f269";
    font-size: 20px;
    color: #43a047;
    font-family: Material-Design-Iconic-Font
}

.notification_title.open:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    content: "\f1f4";
    font-size: 20px;
    color: #fca426;
    font-family: Material-Design-Iconic-Font
}

.notification_title.closed .badge {
    background-color: #43a047;
    color: #fff;
    font-size: 11px
}

.notification_title.open .badge {
    background-color: #fca426;
    color: #fff;
    font-size: 11px
}

#notifications_header {
    font-size: 17px;
    margin: 22px 0 22px 0;
    color: #363b40;
    font-weight: 500;
    text-align: center;
    line-height: 20px
}

#notifications_header a {
    font-size: 13px;
    font-weight: 200;
    display: block
}

.notification_date {
    font-size: 11px;
    padding: 20px 0 0 0;
    margin-bottom: 7px;
    border-bottom: 1px solid #f5f5f5;
    opacity: .7
}

.notification_entry {
    font-size: 13px;
    line-height: 23px
}

.serverlistactions {
    position: absolute;
    right: 3px;
    top: 72px;
    display: none;
    background-color: #fff;
    width: 200px;
    padding: 12px 0;
    border: 1px solid #dcdee0;
    z-index: 1000;
    border-radius: 4px;
    text-align: left;
    box-shadow: 0 10px 40px -5px rgba(37, 45, 51, .25)
}

.serverlistactions > a {
    display: block;
    padding: 5px 25px;
    color: #616366
}

.serverlistactions > a:hover {
    color: #cd9304
}

.serverlistactions > hr {
    background-color: #dcdee0;
    height: 1px;
    border: none;
    padding: 0;
    margin: 5px 0
}

.serverlistactions::before {
    display: block;
    position: absolute;
    right: 17px;
    top: -18px;
    content: "\f2f8";
    height: 16px;
    width: 18px;
    color: #dcdee0;
    font-family: Material-Design-Iconic-Font;
    font-size: 40px
}

.serverlistactions::after {
    display: block;
    position: absolute;
    right: 17px;
    top: -17px;
    content: "\f2f8";
    height: 16px;
    width: 18px;
    color: #fff;
    font-family: Material-Design-Iconic-Font;
    font-size: 40px
}

.affiliate_numberedlist > div {
    position: relative;
    min-height: 42px;
    margin-bottom: 15px;
    padding: 7px 0 0 70px
}

.affiliate_numberedlist > div > div:nth-child(1) {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -21px;
    height: 42px;
    width: 42px;
    border: 1px solid #d2d8dc;
    color: #8a9399;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 40px;
    border-radius: 26px
}

.affiliate_numberedlist > div > div:nth-child(2) {
    vertical-align: middle
}

.affiliate_banner {
    display: inline-block;
    border: 1px solid #e6e9eb;
    border-radius: 3px;
    padding: 24px;
    margin: 0 18px 23px 0;
    max-width: 100%;
    overflow: auto
}

.affiliate_banner img {
    display: block;
    width: 400px;
    margin-bottom: 15px
}

.affiliate_banner input[type=button] {
    font-weight: 500;
    background-color: #dfe4eb;
    color: #616366
}

.affiliate_banner input[type=text] {
    opacity: 0;
    font-size: 1px;
    margin: 0;
    padding: 0;
    border: none
}

.affiliate_logo {
    display: inline-block;
    margin: 0 18px 33px 0;
    max-width: 100%;
    overflow: auto
}

.affiliate_logo > :nth-child(1) {
    border-radius: 3px;
    padding: 30px 0;
    min-width: 275px;
    text-align: center
}

.affiliate_logo > :nth-child(2) {
    text-align: center;
    padding-top: 10px
}

div.billingiplog {
    margin: 60px 0 0 0;
    text-align: center;
    opacity: .7
}

input.billing_ccradio {
    display: none
}

input.billing_ccradio + label {
    position: relative;
    line-height: 28px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    min-height: 52px;
    padding: 10px 10px 10px 56px;
    margin-bottom: 15px;
    border: 1px solid #e6e9eb;
    border-radius: 3px
}

input.billing_ccradio:checked + label {
    color: #fff;
    border-color: transparent !important;
    background: #026fce;
    background: linear-gradient(45deg, #135fac 1%, #94420d 64%, #40baf5 97%);
    background-image: -ms-linear-gradient(45deg, #135fac 1%, #94420d 64%, #1e87e3 97%);
    background-image: -moz-linear-gradient(45deg, #135fac 1%, #94420d 64%, #1e87e3 97%);
    background-image: -o-linear-gradient(45deg, #135fac 1%, #94420d 64%, #1e87e3 97%);
    background-image: -webkit-linear-gradient(45deg, #135fac 1%, #94420d 64%, #1e87e3 97%);
    background-image: linear-gradient(45deg, #135fac 1%, #94420d 64%, #1e87e3 97%);
    background-size: 102% 102%;
    background-position: -1px;
    -webkit-box-shadow: 0 5px 30px -5px rgba(37, 45, 51, .5);
    box-shadow: 0 5px 30px -5px rgba(37, 45, 51, .5);
    transition: all ease-in .3s
}

input.billing_ccradio + label::before {
    position: absolute;
    top: 12px;
    left: 12px;
    font-family: Material-Design-Iconic-Font;
    font-weight: 400;
    font-size: 24px;
    color: #cacdcf;
    content: "\f26c"
}

input.billing_ccradio:checked + label::before {
    content: "\f26f";
    color: #fff
}

.billing_cc_description {
    margin-right: 20px
}

.billing_cc_expiration {
    flex-grow: 2;
    -webkit-flex-grow: 2;
    width: 1px;
    font-size: 13px;
    white-space: nowrap;
    text-align: center
}

.billing_cc_move {
    margin-right: 20px;
    min-width: 28px
}

input.billing_ccradio + label button {
    border: none;
    background-color: transparent
}

input.billing_ccradio:checked + label .fonticonchevronup {
    color: #a3d1fa
}

input.billing_ccradio:checked + label .fonticondelete {
    color: #a3d1fa
}

input.billing_ccradio:checked + label .fonticonchevronup:hover {
    color: #fff
}

input.billing_ccradio:checked + label .fonticondelete:hover {
    color: #fff
}

@media all and (max-width: 520px) {
    .billing_cc_description {
        width: 100%
    }

    .billing_cc_expiration {
        text-align: left
    }
}

input.billing_ccradioexpired + label {
    opacity: .6;
    background-color: #e6e9eb;
    border-color: #d6d9db
}

div.paypayAutopayContainer {
    margin-bottom: 40px
}

div.paypalAutopayItem {
    position: relative;
    line-height: 28px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    min-height: 52px;
    padding: 10px 10px 10px 10px;
    margin-bottom: 15px;
    border: 1px solid #e6e9eb;
    border-radius: 3px
}

div.paypalAutopayItem button {
    border: none;
    background-color: transparent
}

div.paypalAutopayItem > :nth-child(1) {
    padding: 0 15px 0 5px;
    text-align: center
}

div.paypalAutopayItem > :nth-child(2) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 20px;
    flex-grow: 2;
    -webkit-flex-grow: 2
}

div.paypalAutopayItem > :nth-child(3) {
    text-align: right
}

div.paypayAutopayContainer > :nth-child(1) > :nth-child(3) {
    opacity: 0;
    pointer-events: none
}

div.paypayAutopayContainer > :nth-child(1) {
    color: #fff;
    border-color: transparent !important;
    background: #026fce;
    background: linear-gradient(45deg, #135fac 1%, #94420d 64%, #40baf5 97%);
    background-image: -ms-linear-gradient(45deg, #135fac 1%, #94420d 64%, #1e87e3 97%);
    background-image: -moz-linear-gradient(45deg, #135fac 1%, #94420d 64%, #1e87e3 97%);
    background-image: -o-linear-gradient(45deg, #135fac 1%, #94420d 64%, #1e87e3 97%);
    background-image: -webkit-linear-gradient(45deg, #135fac 1%, #94420d 64%, #1e87e3 97%);
    background-image: linear-gradient(45deg, #135fac 1%, #94420d 64%, #1e87e3 97%);
    background-size: 102% 102%;
    background-position: -1px;
    -webkit-box-shadow: 0 5px 30px -5px rgba(37, 45, 51, .5);
    box-shadow: 0 5px 30px -5px rgba(37, 45, 51, .5);
    transition: all ease-in .3s
}

div.paypayAutopayContainer > :nth-child(1) .fonticondelete {
    color: #a3d1fa
}

div.paypayAutopayContainer > :nth-child(1) .fonticondelete:hover {
    color: #fff
}

div.balance_blocks {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center
}

a.balance_block {
    display: block;
    width: 28%;
    padding: 10px 10px 10px 10px;
    border: 1px solid #e6e9eb;
    border-radius: 3px;
    text-align: center;
    transition: all ease-in .15s
}

a.balance_block:before {
    font-family: icons;
    font-size: 58px;
    line-height: 38px;
    color: #94420d
}

a.balance_block :nth-child(1) {
    position: relative;
    top: 0;
    font-size: 20px;
    color: #363b40;
    font-weight: 500;
    margin-top: 20px;
    transition: all ease-in .15s
}

a.balance_block :nth-child(2) {
    position: relative;
    top: 0;
    font-size: 14px;
    color: #363b40;
    margin-top: 20px;
    transition: all ease-in .15s
}

a.balance_block :nth-child(3) {
    position: relative;
    top: 0;
    margin-top: 5px;
    opacity: 0;
    transition: all ease-in .15s, opacity ease-in .35s
}

a.balance_block:hover {
    border-color: #94420d
}

a.balance_block:hover :nth-child(1) {
    top: -10px
}

a.balance_block:hover :nth-child(2) {
    top: -10px;
    opacity: 1
}

a.balance_block:hover :nth-child(3) {
    top: -10px;
    opacity: 1
}

@media all and (min-width: 0px) and (max-width: 800px) {
    div.balance_blocks {
        -webkit-flex-direction: column;
        flex-direction: column
    }

    a.balance_block {
        width: 100%;
        margin-bottom: 20px;
        padding: 30px 0 0 0
    }
}

.innerformblue {
    padding: 30px 30px 20px 30px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    background: linear-gradient(45deg, #135fac 1%, #94420d 64%, #40baf5 97%);
    border-radius: 3px;
    box-shadow: 0 5px 30px -5px rgba(37, 45, 51, .3);
    margin-bottom: 10px
}

.innerformblue input::placeholder {
    color: rgba(255, 255, 255, .6)
}

.innerformblue input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .6)
}

.innerformblue input::-moz-placeholder {
    color: rgba(255, 255, 255, .6)
}

.innerformblue input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .6)
}

.innerformblue div {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px
}

.innerformblue .floatinglabel > :nth-child(1) {
    color: rgba(196, 227, 255, .5)
}

.innerformblue input, .innerformblue input:focus {
    border-color: transparent;
    background: rgba(0, 0, 0, .2);
    color: #fff
}

#header2_deploy {
    max-width: 1290px;
    margin: 0 auto;
    padding: 0
}

#header2_deploy > h1 {
    display: block;
    text-align: center;
    padding: 0;
    margin: 32px 0 1px 0
}

@media all and (min-width: 768px) {
    #header2_deploy > h1 {
        font-size: 30px
    }
}

.deploy_block {
    position: relative;
    padding-left: 60px;
    margin-bottom: 30px
}

.deploy_block_step {
    position: absolute;
    top: 14px;
    left: 0;
    margin-top: -21px;
    height: 42px;
    width: 42px;
    border: 1px solid #d2d8dc;
    color: #8a9399;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 40px;
    border-radius: 26px
}

@media all and (min-width: 0px) and (max-width: 767px) {
    .deploy_block {
        padding-left: 0
    }

    .deploy_block > h3 {
        padding-left: 60px
    }
}

ul.nav-tabs.deploy-nav {
    font-size: 0
}

ul.nav-tabs.deploy-nav > li > span {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0
}

ul.nav-tabs.deploy-nav > li > span > label {
    margin-left: 16px;
    margin-right: 16px;
    padding: 13px 0 8px 0
}

ul.nav-tabs.main-nav > li > span > label {
    padding: 22px 0 8px 0 !important
}

input.deploy_checkbox {
    display: none
}

input.deploy_checkbox + label {
    position: relative;
    vertical-align: top;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 270px;
    height: 89px;
    padding: 0 0 0 80px;
    margin: 0 18px 23px 0;
    border: 1px solid #e6e9eb;
    border-radius: 3px;
    cursor: pointer;
    white-space: nowrap
}

@media all and (min-width: 1270px) and (max-width: 1393px) {
    input.deploy_checkbox + label, input.deployplan + label {
        width: 22% !important
    }
}

@media all and (min-width: 925px) and (max-width: 1269px) {
    input.deploy_checkbox + label, input.deployplan + label {
        width: 30% !important
    }
}

@media all and (min-width: 768px) and (max-width: 924px) {
    input.deploy_checkbox + label, input.deployplan + label {
        width: 46% !important
    }
}

.deploy_checkbox_icon {
    position: absolute;
    top: 50%;
    left: 16px;
    margin-top: -24px;
    font-size: 48px;
    line-height: 48px;
    width: 48px;
    transition: opacity ease-in .25s
}

.deploy_checkbox_checkmark {
    display: block;
    position: absolute;
    top: 50%;
    left: 16px;
    margin-top: -24px;
    background-color: #94420d;
    width: 48px;
    min-width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    text-align: center;
    opacity: 0;
    transition: opacity ease-in .25s
}

.deploy_checkbox_checkmark::before {
    font-size: 24px;
    color: #fff;
    content: "\f26b";
    font-family: Material-Design-Iconic-Font;
    position: relative;
    bottom: 2px
}

.deploy_checkbox_line1 {
    display: block;
    width: 156px;
    overflow: hidden;
    word-wrap: break-word;
    white-space: normal;
    font-size: 15px;
    padding-top: 2px;
    line-height: 23px;
    color: #363b40;
    font-weight: 700;
    max-height: 72px
}

.deploy_checkbox_line2 {
    display: block;
    width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    opacity: .8
}

input.deploy_checkbox + label:hover {
    border: 1px solid #94420d
}

input.deploy_checkbox:checked + label {
    background-color: #cd9304
}

input.deploy_checkbox:checked + label .deploy_checkbox_icon {
    opacity: 0
}

input.deploy_checkbox:checked + label .deploy_checkbox_checkmark {
    opacity: 1
}

input.deploy_checkbox:checked + label .deploy_checkbox_line1 {
    color: #fff
}

input.deploy_checkbox:checked + label .deploy_checkbox_line2 {
    color: #fff;
    opacity: .8
}

input.deploy_checkbox:disabled + label {
    display: none
}

@media all and (min-width: 0px) and (max-width: 767px) {
    input.deploy_checkbox + label {
        width: 100%
    }

    .deploy_checkbox_line1 {
        width: 100%
    }

    .deploy_checkbox_line2 {
        width: 100%
    }
}

.deploy_linkbox {
    position: relative;
    vertical-align: top;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 270px;
    height: 89px;
    padding: 0 0 0 80px;
    margin: 0 18px 23px 0;
    border: 1px dashed #e7e7e7;
    border-radius: 3px;
    cursor: pointer;
    white-space: nowrap
}

.deploy_linkbox .deploy_checkbox_icon {
    color: #9da2a6
}

.deploy_linkbox_line1 {
    display: block;
    width: 166px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 23px;
    color: #9da2a6;
    font-weight: 700
}

.deploy_linkbox:hover {
    border-color: #94420d
}

@media all and (min-width: 0px) and (max-width: 767px) {
    .deploy_linkbox {
        width: 100%
    }

    .deploy_linkbox_line1 {
        width: 100%
    }
}

.deploy_osversionselector {
    display: block;
    padding: 4px 0
}

.deploy_osversionselector:hover {
    color: #94420d
}

.deploy_osversioncontainer {
    display: none;
    padding: 20px 0 10px 0;
    width: 100%
}

.deploy_osversioncontainer_select {
    box-shadow: 0 10px 60px -10px rgba(37, 45, 51, .5);
    border: 1px solid #94420d !important;
    margin-bottom: -200px !important;
    background-color: #fff;
    z-index: 100 !important
}

@media (max-width: 768px) {
    .deploy_osversioncontainer_select {
        margin-bottom: -60px !important
    }
}

input.deploylocationsoldout + label {
    background-color: #f8f8f8;
    opacity: .75
}

div.deploylocationsoldoutmsg {
    display: none
}

input.deploylocationsoldout + label div.deploylocationsoldoutmsg {
    display: block
}

#deployosnote {
    display: none;
    opacity: .7;
    font-size: 13px;
    padding-left: 6px;
    position: relative;
    top: -8px
}

input.deployplan {
    display: none
}

input.deployplan + label {
    position: relative;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    width: 270px;
    padding: 15px 0;
    margin: 0 18px 18px 0;
    border: 1px solid #e6e9eb;
    color: #363b40;
    border-radius: 3px;
    cursor: pointer;
    text-align: center
}

input.deployplan + label > :nth-child(1) {
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 9px
}

input.deployplan + label > :nth-child(2) {
    color: #94420d;
    font-size: 20px
}

input.deployplan + label > :nth-child(3) {
    opacity: .6
}

input.deployplan + label > :nth-child(4) {
    display: block;
    width: 100%;
    height: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e9eb
}

input.deployplan + label > :nth-child(5) {
    font-size: 14px;
    padding-bottom: 1px;
    opacity: .7
}

input.deployplan + label > :nth-child(6) {
    font-size: 14px;
    padding-bottom: 1px;
    opacity: .7
}

input.deployplan + label > :nth-child(7) {
    font-size: 14px;
    padding-bottom: 1px;
    opacity: .7
}

input.deployplan_bm + label > :nth-child(8) {
    font-size: 14px;
    padding-bottom: 1px;
    opacity: .7
}

input.deployplan:checked + label {
    background: linear-gradient(45deg, #135fac 1%, #94420d 64%, #40baf5 97%);
    border-width: 0;
    color: #fff;
    box-shadow: 0 5px 30px -5px rgba(37, 45, 51, .5)
}

input.deployplan:checked + label > :nth-child(2) {
    color: #fff
}

input.deployplan:checked + label > :nth-child(4) {
    border-color: #1669b5
}

input.deployplan:disabled + label {
    display: none
}

input.deployplan.discount + label > :nth-child(2) {
    color: #fca426
}

input.deployplan.discount:checked + label > :nth-child(2) {
    color: #fff
}

.deployplansoldouttag {
    display: none
}

input.deployplansoldout + label {
    background-color: #f8f8f8;
    opacity: .75
}

input.deployplansoldout + label .deployplansoldouttag {
    display: block;
    position: absolute;
    left: 0;
    top: -9px;
    width: 100%;
    z-index: 1;
    text-align: center;
    padding: 0;
    font-size: 0
}

input.deployplansoldout + label .deployplansoldouttag > span {
    display: inline-block;
    background-color: #8f8f8f;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    height: 17px;
    line-height: 17px;
    padding: 0 20px
}

@media all and (min-width: 0px) and (max-width: 767px) {
    input.deployplan + label {
        width: 100%
    }
}

input.deployplan + label .discount_tag {
    position: absolute;
    display: block;
    left: 0;
    top: -9px;
    width: 100%;
    z-index: 1;
    text-align: center;
    padding: 0;
    font-size: 0
}

input.deployplan + label .discount_tag > span {
    display: inline-block;
    background-color: #fca426;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    height: 17px;
    line-height: 17px;
    padding: 0 20px
}

label.deployplan_perf {
    background-image: url(/_images/order/sataperf.png);
    background-repeat: no-repeat
}

#deploy_ordersummary {
    position: fixed;
    bottom: 0;
    left: 111px;
    right: 0;
    background-color: #fff;
    color: #000;
    box-shadow: 0 0 40px -10px rgba(37, 45, 51, .3);
    z-index: 1000
}

@media all and (min-width: 0px) and (max-width: 767px) {
    #deploy_ordersummary {
        left: 0
    }
}

button.instanceCountButton {
    display: block;
    width: 34px;
    cursor: pointer;
    border: none;
    background-color: transparent;
    text-align: center;
    font-size: 16px;
    color: #9da2a6;
    font-family: Material-Design-Iconic-Font
}

button.instanceCountButton:hover {
    color: #94420d
}

#uploaderror {
    color: red;
    font-weight: 700
}

.pending_snapshot {
    color: #888
}

.graph_container {
    text-align: left;
    width: 100%;
    margin: 16px;
    overflow: auto
}

.graph {
    width: 800px;
    height: 200px
}

.graph_error {
    width: 706px;
    height: 165px;
    line-height: 165px;
    text-align: center;
    border: 1px solid #e6e9eb;
    overflow: hidden;
    margin-left: 75px
}

.graph_spinner {
    width: 706px;
    height: 165px;
    line-height: 165px;
    text-align: center;
    border: 1px solid #e6e9eb;
    overflow: hidden;
    margin-left: 75px;
    position: relative
}

.graph_spinner_image {
    position: absolute;
    z-index: 1001;
    left: 50%;
    top: 50%;
    width: 64px;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px
}

input[type=text].yubiKeyInput {
    width: 180px;
    padding-left: 32px;
    background: url(/_images/yubikey.gif) no-repeat 10px 50%;
    background-color: #fff
}

.app_content {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    display: block;
    word-break: break-all;
    word-wrap: break-word;
    font-size: 13px;
    line-height: 1.25em;
    background-color: #f9f2f4;
    color: #c7254e;
    border-radius: 3px;
    padding: 6px 10px;
    overflow: auto
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.accordion {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    list-style: none
}

.accordion > li {
    position: relative;
    padding: 0 0 6px 30px;
    min-height: 40px
}

.accordion > li.open {
    padding-bottom: 31px
}

.accordion > li .plus-icon {
    position: absolute;
    left: 0;
    top: 6px
}

.accordion > li.open .plus-icon span {
    background-color: #94420d
}

.accordion > li.open .plus-icon span:last-child {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.acc-title {
    margin: 0;
    padding: 0 0 8px 0;
    font-weight: 300;
    cursor: pointer;
    -webkit-transition: color ease-in .15s;
    -moz-transition: color ease-in .15s;
    -ms-transition: color ease-in .15s;
    -o-transition: color ease-in .15s;
    transition: color ease-in .15s
}

.acc-title:hover, .accordion > li.open .acc-title {
    color: #94420d
}

.accordion > li.open .acc-title {
    font-weight: 500
}

.plus-icon {
    position: relative;
    display: block;
    height: 12px;
    width: 12px
}

.plus-icon span {
    position: absolute;
    display: block;
    background-color: #94420d;
    -webkit-transition: all ease-in .15s;
    transition: all ease-in .15s
}

.plus-icon span:first-child {
    top: 5px;
    height: 2px;
    width: 12px
}

.plus-icon span:last-child {
    left: 5px;
    height: 12px;
    width: 2px
}

.accordion.nowrap .acc-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden
}

@media all and (min-width: 0px) and (max-width: 767px) {
    .accordion.nowrap .acc-title {
        white-space: initial
    }
}

.iconlist {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    list-style: none
}

.iconlist > li {
    position: relative;
    padding: 0 0 6px 0;
    min-height: 40px
}

.iconlist .icon {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    overflow: hidden
}

.iconlist a {
    color: #616366
}

.iconlist a:hover {
    color: #cd9304
}

.iconlist.nowrap > li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden
}

.badge {
    background-color: #aaaeb3;
    border-radius: 15px;
    color: #fff;
    display: inline-block;
    font-size: 9px;
    font-weight: 300;
    line-height: 8px;
    min-width: 16px;
    padding: 5px 6px;
    text-align: center;
    vertical-align: text-bottom;
    white-space: nowrap
}

.badge.alternative {
    border-radius: 3px
}

.spinner:after {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    border: solid 2px transparent;
    border-top-color: #fa0;
    border-left-color: #fa0;
    border-radius: 100%;
    -webkit-animation: pace-spinner .4s linear infinite;
    -moz-animation: pace-spinner .4s linear infinite;
    -ms-animation: pace-spinner .4s linear infinite;
    -o-animation: pace-spinner .4s linear infinite;
    animation: pace-spinner .4s linear infinite
}

.spinner-lg:after {
    margin: -22px 0 0 -22px;
    width: 40px;
    height: 40px
}

.spinner-md:after {
    margin: -16px 0 0 -16px;
    width: 28px;
    height: 28px
}

.spinner-hidden {
    opacity: 0;
    visibility: hidden
}

.spinner-visible {
    opacity: 1;
    visibility: visible
}

@-webkit-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes pace-spinner {
    0% {
        -moz-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes pace-spinner {
    0% {
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes pace-spinner {
    0% {
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes pace-spinner {
    0% {
        transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner.spinner-white:after {
    border-top-color: #fff;
    border-left-color: #fff
}

.spinner.spinner-graph-blue:after {
    border-top-color: #94420d;
    border-left-color: #94420d
}

i[class^=sp] {
    position: relative;
    top: 3px;
    width: 16px;
    height: 16px;
    clear: both;
    margin: 0 !important;
    display: inline-block;
    border: 2px rgba(0, 0, 0, .15) solid;
    border-radius: 50%;
    -webkit-animation: spinner .6s infinite linear;
    animation: spinner .6s infinite linear
}

i[class=sp-blue] {
    border-top: 2px #94420d solid
}

i[class=sp-red] {
    border-top: 2px red solid
}

i[class=sp-orange] {
    border-top: 2px #e97e28 solid
}

i[class=sp-white] {
    border-top: 2px #fff solid
}

@-webkit-keyframes spinner {
    from {
        -webkit-transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg)
    }
}

@keyframes spinner {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(359deg)
    }
}

.fadeIn {
    visibility: visible;
    -webkit-animation: fadeIn .25s;
    -moz-animation: fadeIn .25s;
    -ms-animation: fadeIn .25s;
    -o-animation: fadeIn .25s;
    animation: fadeIn .25s
}

@-webkit-keyframes fadeIn {
    0% {
        visibility: hidden;
        opacity: 0
    }
    1% {
        visibility: visible;
        opacity: 0
    }
    100% {
        visibility: visible;
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        visibility: hidden;
        opacity: 0
    }
    1% {
        visibility: visible;
        opacity: 0
    }
    100% {
        visibility: visible;
        opacity: 1
    }
}

@-o-keyframes fadeIn {
    0% {
        visibility: hidden;
        opacity: 0
    }
    1% {
        visibility: visible;
        opacity: 0
    }
    100% {
        visibility: visible;
        opacity: 1
    }
}

@-ms-keyframes fadeIn {
    0% {
        visibility: hidden;
        opacity: 0
    }
    1% {
        visibility: visible;
        opacity: 0
    }
    100% {
        visibility: visible;
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        visibility: hidden;
        opacity: 0
    }
    1% {
        visibility: visible;
        opacity: 0
    }
    100% {
        visibility: visible;
        opacity: 1
    }
}

.fadeOut {
    visibility: hidden;
    -webkit-animation: fadeOut .25s;
    -moz-animation: fadeOut .25s;
    -ms-animation: fadeOut .25s;
    -o-animation: fadeOut .25s;
    animation: fadeOut .25s
}

@-webkit-keyframes fadeOut {
    0% {
        visibility: visible;
        opacity: 1
    }
    99% {
        visibility: hidden;
        opacity: 0
    }
    100% {
        visibility: hidden;
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        visibility: visible;
        opacity: 1
    }
    99% {
        visibility: hidden;
        opacity: 0
    }
    100% {
        visibility: hidden;
        opacity: 0
    }
}

@-o-keyframes fadeOut {
    0% {
        visibility: visible;
        opacity: 1
    }
    99% {
        visibility: hidden;
        opacity: 0
    }
    100% {
        visibility: hidden;
        opacity: 0
    }
}

@-ms-keyframes fadeOut {
    0% {
        visibility: visible;
        opacity: 1
    }
    99% {
        visibility: hidden;
        opacity: 0
    }
    100% {
        visibility: hidden;
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        visibility: visible;
        opacity: 1
    }
    99% {
        visibility: hidden;
        opacity: 0
    }
    100% {
        visibility: hidden;
        opacity: 0
    }
}

.button-tab {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    width: 46px;
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #000;
    background-color: transparent;
    border: none;
    outline: 0;
    border-radius: 0
}

.button-tab:active, .button-tab:focus, .button-tab:hover {
    background-color: transparent
}

.button-tab > .fonticon {
    font-size: 24px;
    color: #9da2a6;
    vertical-align: middle
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav > li {
    position: relative;
    display: block
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 12px 15px
}

.nav > li.disabled > a {
    color: #777
}

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav > li > a > img {
    max-width: none
}

.nav-tabs {
    margin: 0 -16px;
    white-space: nowrap
}

.nav-tabs > li {
    display: inline-block
}

.nav-tabs > li > a, .nav-tabs > li > button, .nav-tabs > li > span {
    position: relative;
    padding: 14px 2px;
    margin: 0 14px;
    color: #616366;
    line-height: 20px;
    -webkit-transition: color ease-in .15s;
    transition: color ease-in .15s
}

.nav-tabs > li > button {
    background: 0 0;
    border: none;
    cursor: pointer
}

.nav-tabs > li > a:after, .nav-tabs > li > button:after, .nav-tabs > li > span:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    content: "";
    height: 2px;
    width: 0;
    -webkit-transition: ease-in all .15s;
    transition: ease-in all .15s
}

.nav-tabs > li > a:active, .nav-tabs > li > a:hover, .nav-tabs > li > button:hover {
    color: #94420d
}

.nav-tabs > li > button:active, .nav-tabs > li > button:focus {
    outline: 0
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > button, .nav-tabs > li.active > button:focus, .nav-tabs > li.active > button:hover, .nav-tabs > li.active > span {
    color: #94420d;
    cursor: default
}

.nav-tabs > li.active > a:after, .nav-tabs > li.active > button:after, .nav-tabs > li.active > span:after {
    width: 100%;
    margin-left: -50%;
    background-color: #94420d
}

.nav-tabs > li.active_orange > a::after {
    background-color: #fca426
}

.nav-tabs > li.active_green > a::after {
    background-color: #5fb35c
}

@media (max-width: 767px) {
    .nav-tabs {
        margin: 0 -12px
    }
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified > li {
    float: none
}

.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #edeff2
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #edeff2;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.tabs-responsive {
    position: relative;
    height: 48px;
    overflow: hidden
}

.tabs-responsive > .tabs-container {
    position: absolute;
    top: 0;
    width: 100%
}

.tabs-responsive > .tabs-container > .btn {
    position: absolute;
    top: -1px
}

.tabs-responsive > .tabs-container > .btn-next {
    right: -1px;
    width: 30px;
    padding: 12px 0;
    text-align: right
}

.tabs-responsive > .tabs-container > .btn-prev {
    left: 0;
    width: 30px;
    padding: 12px 0;
    text-align: left
}

.tabs-responsive > .tabs-container > .disk_type_next, .tabs-responsive > .tabs-container > .disk_type_prev {
    padding: 19px 0 !important
}

.tabs-responsive > .tabs-container > .nav-tabs {
    height: 76px;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-user-select: none;
    -webkit-transition: all ease-in .15s;
    transition: all ease-in .15s;
    background-color: rgba(0, 0, 0, .4)
}

.tabs-responsive > .tabs-container > ul > li {
    float: none;
    display: inline-block;
    width: auto
}

@media (min-width: 1290px) {
    .tabs-responsive > .tabs-container > .btn {
        display: none
    }
}

@media (max-width: 1291px) {
    .tabs-responsive {
        margin-left: 10px
    }

    .tabs-responsive > .tabs-container {
        padding-left: 30px;
        padding-right: 30px
    }

    .tabs-responsive > .tabs-container > .btn-next > .fonticon {
        padding-right: 1px
    }

    .tabs-responsive > .tabs-container:after, .tabs-responsive > .tabs-container:before {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 998;
        display: block;
        content: "";
        width: 24px
    }

    .tabs-responsive > .tabs-container > ul > li:first-child > a {
        margin-left: 20px
    }

    .tabs-responsive > .tabs-container > ul > li:last-child > a {
        margin-left: 16px
    }
}

@media (max-width: 767px) {
    .tabs-responsive > .tabs-container:before {
        left: 0
    }

    .tabs-responsive > .tabs-container:after {
        right: 0
    }

    .tabs-responsive {
        margin-left: -15px
    }

    .tabs-responsive > .tabs-container {
        padding-left: 25px;
        padding-right: 25px
    }
}

.loggedout_vcenter {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -220px
}

.hidden {
    display: none
}

.banner_blockstoragefree {
    width: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(45deg, #135fac 1%, #94420d 64%, #1e87e3 97%) repeat scroll -1px center/102% 102%;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    padding: 16px 16px 16px 120px;
    box-shadow: 0 5px 30px -5px rgba(37, 45, 51, .5);
    border-radius: 3px;
    overflow: hidden;
    position: relative
}

.banner_blockstoragefree::after {
    display: block;
    content: "";
    position: absolute;
    top: -7px;
    left: 11px;
    width: 86px;
    height: 65px;
    background-image: url(/_images/banners/blockstoragefree/bird.svg)
}

.tw-button {
    background-color: #1b95e0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: 13px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-variant-alternates: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-variant-position: normal;
    font-weight: 500;
    height: 28px;
    line-height: 26px;
    outline-color: #fff;
    outline-style: none;
    outline-width: 0;
    padding: 5px 10px;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-decoration-color: #fff;
    text-decoration-line: none;
    text-decoration-style: solid;
    vertical-align: top;
    white-space: nowrap;
    border-width: 0
}

.tw-button span {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: 13px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-variant-alternates: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-variant-position: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 4px;
    text-align: left;
    vertical-align: top;
    white-space: nowrap
}

.tw-button::before {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23fff%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: #fff;
    content: "";
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: 13px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: italic;
    font-synthesis: weight style;
    font-variant: normal;
    font-variant-alternates: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-variant-position: normal;
    font-weight: 500;
    height: 18px;
    line-height: 26px;
    text-align: left;
    top: 5px;
    white-space: nowrap;
    width: 18px
}

.tw-button.tw-disabled {
    background-color: gray;
    cursor: default
}

.badge.promo {
    font-weight: 700;
    background-color: #43a047;
    font-size: 11px
}

.captcha_container {
    display: flex;
    align-items: center
}

.firewall_button {
    padding: 0 18px;
    height: 32px
}

.blockstorage-slider .package-slider, .blockstorage-slider .plusminus-slider {
    position: relative;
    height: 34px;
    border: 1px solid #e6e9eb;
    background: #fff;
    -webkit-border-radius: 30px;
    border-radius: 30px
}

.blockstorage-slider .package-slider {
    margin: 15px 15px
}

.blockstorage-slider .package-slider .slider, .blockstorage-slider .plusminus-slider .slider {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
    height: 34px;
    margin: 0 58px 0 32px;
    cursor: pointer
}

.blockstorage-slider .plusminus-slider .slider-label + .slider {
    margin-right: 132px
}

.blockstorage-slider .plusminus-slider .slider-label {
    position: absolute;
    right: -1px;
    top: -1px;
    height: 34px;
    width: 100px;
    padding: 0 20px;
    background: #e6e9eb;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-weight: 700;
    line-height: 34px
}

.blockstorage-slider .plusminus-slider .slider-label input {
    position: relative;
    z-index: 9999;
    border: none;
    background: 0 0
}

.blockstorage-slider .plusminus-slider .slider-label input:active, .blockstorage-slider .plusminus-slider .slider-label input:focus {
    outline: 0
}

.blockstorage-slider .package-slider .ui-slider-handle, .blockstorage-slider .plusminus-slider .ui-slider-handle {
    position: absolute;
    top: 3px;
    z-index: 999;
    height: 26px;
    width: 26px;
    background: #94420d;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
    -webkit-box-shadow: 0 3px 10px -3px rgba(37, 45, 51, .5);
    box-shadow: 0 3px 10px -3px rgba(37, 45, 51, .5);
    -webkit-transition: background ease .15s;
    transition: background ease .15s;
    outline: 0
}

.blockstorage-slider .package-slider .slider-actions, .blockstorage-slider .plusminus-slider .slider-actions {
    position: absolute;
    height: 100%;
    width: 100%
}

.blockstorage-slider .blockstorage-slider .package-slider .slider-actions .btn, .blockstorage-slider .plusminus-slider .slider-actions .btn {
    margin: 3px;
    height: 26px;
    width: 26px;
    padding: 1px
}

.blockstorage-slider .package-slider .slider-actions .btn > i, .blockstorage-slider .plusminus-slider .slider-actions .btn > i {
    float: left;
    font-size: 17px
}

.blockstorage-slider .package-slider .slider-actions .btn > i:before, .blockstorage-slider .plusminus-slider .slider-actions .btn > i:before {
    line-height: 24px
}

.blockstorage-slider .package-slider .slider-actions .btn:first-child, .blockstorage-slider .plusminus-slider .slider-actions .btn:first-child {
    float: left
}

.blockstorage-slider .package-slider .slider-actions .btn:last-child, .blockstorage-slider .plusminus-slider .slider-actions .btn:last-child {
    float: right
}

.blockstorage-slider .package-slider-option .package-header, .blockstorage-slider .plusminus-slider-option .package-header {
    position: relative;
    padding-bottom: 38px
}

.blockstorage-slider .package-slider-option .package-body, .blockstorage-slider .plusminus-slider-option .package-body {
    padding-top: 38px
}

.blockstorage-slider .btn {
    display: inline-block;
    min-width: 100px;
    padding: 12px 24px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    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: 3px;
    -webkit-transition: all ease-in .15s;
    -moz-transition: all ease-in .15s;
    -ms-transition: all ease-in .15s;
    -o-transition: all ease-in .15s;
    transition: all ease-in .15s
}

.blockstorage-slider .btn-link {
    color: #94420d
}

.blockstorage-slider .btn-link, .blockstorage-slider .btn-link:active, .blockstorage-slider.btn-link.active {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.blockstorage-slider .btn-xs {
    height: 36px;
    min-width: 60px;
    padding: 7px 17px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 300
}

.blockstorage-slider .btn-icon {
    min-width: 0;
    padding-left: 10px;
    padding-right: 10px
}

.blockstorage-slider .btn-icon.btn-sm {
    line-height: 24px
}

.blockstorage-slider .btn-icon.btn-sm {
    padding: 9px;
    font-size: 19px
}

.blockstorage-slider .btn-icon.btn-xs {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 17px
}

.blockstorage-slider .block-card {
    border-radius: 12px;
    border: 1px solid #ccc;
    background: linear-gradient(45deg, #135fac 1%, #94420d 64%, #40baf5 97%);
    min-height: 200px;
    margin-bottom: 15px
}

.blockstorage-slider .block-card > .summary {
    float: right;
    width: 40%
}

.block-card h2, .block-card h3, .block-card h4, .block-card h5, .blockstorage-slider .block-card h1 {
    color: #fff;
    margin-bottom: 10px
}

.blockstorage-slider .block-card h1 {
    font-size: 22px
}

.blockstorage-slider .block-card h4 {
    margin-bottom: 0
}

.blockstorage-slider #server_farm {
    position: relative;
    margin-top: 10px;
    display: none
}

.blockstorage-slider .server {
    position: absolute;
    box-shadow: 4px 0 12px rgba(0, 0, 0, .2);
    display: none
}

@media (min-width: 768px) {
    .blockstorage-slider #server_farm {
        display: block
    }
}

.app-header {
    margin-top: 9px;
    margin-bottom: 45px
}

.app-header .container-fluid {
    max-width: 1290px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0
}

@media (max-width: 1199px) {
    .app-header .container-fluid {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width: 992px) {
    .app-header.no-sidebar {
        padding: 0
    }
}

@media (max-width: 767px) {
    .app-header .container-fluid {
        padding-left: 20px;
        padding-right: 20px
    }

    .app-header a.deploy_floating {
        display: none
    }
}

.app-header a.deploy_floating {
    position: relative;
    top: auto;
    bottom: -25px;
    float: right;
    box-shadow: 0 3px 15px -2px rgba(37, 45, 51, .4);
    transition: all ease-in .15s
}

@media all and (min-width: 0px) and (max-width: 767px) {
    a.deploy_floating {
        top: initial;
        position: fixed;
        bottom: 25px !important
    }

    .block1290deploy {
        padding-right: 0;
        margin-bottom: 20px
    }

    #header4_0 {
        top: -20px
    }
}

.app-header a.deploy_floating:hover {
    background-color: #cd9304
}

.app-header {
    border-bottom: 1px solid #edf0f2
}

.app-header .container-fluid {
    position: relative
}

.app-header .btn-deploy {
    position: absolute;
    bottom: -25px;
    right: 60px;
    -webkit-box-shadow: 0 3px 15px -2px rgba(37, 45, 51, .4);
    box-shadow: 0 3px 15px -2px rgba(37, 45, 51, .4)
}

.btn-add {
    -webkit-box-shadow: 0 3px 15px -2px rgba(37, 45, 51, .4);
    box-shadow: 0 3px 15px -2px rgba(37, 45, 51, .4);
    -webkit-border-radius: 30px;
    border-radius: 30px
}

@media (max-width: 1199px) {
    .app-header .btn-deploy {
        right: 30px
    }
}

@media (max-width: 991px) {
    .app-header .btn-deploy {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 999
    }
}

.icon-console {
    position: relative
}

.icon-console > span {
    position: absolute;
    top: 5px;
    left: 5px;
    font-family: Raleway, Helvetica, Arial, sans-serif;
    font-size: 9px;
    font-weight: 700
}

.header-nav {
    padding-top: 20px
}

.header-nav:after, .header-nav:before {
    display: block;
    content: "";
    clear: both
}

.header-nav > .nav > li {
    float: left;
    font-size: 13px
}

.header-nav > .nav > li > a {
    color: #616366;
    padding-top: 0;
    padding-bottom: 0
}

.header-nav > .nav > li.open > a {
    color: #94420d
}

.header-nav > .nav > li > a > i {
    font-size: 24px
}

.header-nav > .nav > li:last-child > a {
    padding-right: 0
}

.header-nav > .nav > li:last-child > a > i {
    margin-left: 10px;
    font-size: 19px
}

.header-nav > .nav > li:last-child > a > i.zmdi-account-o {
    margin-top: -6px;
    margin-right: 8px;
    font-size: 24px;
    vertical-align: middle
}

.header-nav > .nav > li:last-child > a > b {
    font-weight: 500
}

.header-nav > .nav > li .dropdown-menu {
    top: 30px;
    right: -27px
}

.nav-news {
    font-size: 13px;
    width: 450px
}

.nav-news .carousel-controls, .nav-news .carousel-inner {
    float: left
}

.nav-news .carousel-controls {
    position: relative;
    z-index: 999;
    width: 100px
}

.nav-news .carousel-controls > span {
    font-weight: 500;
    line-height: 24px;
    vertical-align: middle
}

.nav-news .carousel-controls > a {
    display: inline-block;
    width: 24px;
    height: 24px;
    color: #616366;
    font-size: 19px;
    text-align: center;
    line-height: 24px;
    vertical-align: middle
}

.nav-news .carousel-inner {
    height: 24px;
    width: 350px;
    margin-left: -24px
}

.nav-news .carousel-inner > .item {
    padding: 0 24px
}

.nav-news .carousel-inner > .item a {
    color: #616366;
    line-height: 24px
}

.nav-news .carousel-inner > .item a > b {
    font-weight: 500;
    -webkit-transition: all ease-in .15s;
    transition: all ease-in .15s
}

.nav-news .carousel-inner > .item a:hover, .nav-news .carousel-inner > .item a:hover > b {
    color: #94420d
}

.nav-news .carousel-inner:after, .nav-news .carousel-inner:before {
    position: absolute;
    top: 0;
    z-index: 998;
    display: block;
    content: "";
    height: 24px;
    width: 24px
}

.nav-news .carousel-inner:before {
    left: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(deg, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%)
}

.nav-news .carousel-inner:after {
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 70%);
    background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 70%);
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 70%);
    background-image: -o-linear-gradient(0deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 70%);
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 70%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 70%)
}

@media (max-width: 991px) {
    .header-nav {
        display: none
    }
}

.header-top {
    margin: 10px 0 0
}

.no-navbar .header-top {
    margin-top: 50px
}

.header-top:after, .header-top:before {
    display: table;
    content: "";
    clear: both
}

.header-title {
    float: left;
    margin-top: 0;
    margin-bottom: 0
}

.header-title h1 {
    margin: 8px 0;
    font-size: 25px
}

.header-title h1 > .btn {
    margin: -8px 0 -4px
}

.header-title h1:not(.h2) {
    font-size: 32px
}

.header-title h1 .switch {
    margin: 0 0 0 10px;
    vertical-align: middle
}

.header-title h1 > small {
    display: block;
    font-size: 14px
}

.header-title-info {
    margin: 0;
    padding: 4px 0 0 0;
    list-style: none
}

.header-title-info > li {
    float: left;
    margin-right: 24px;
    color: #8a9399;
    font-size: 13px;
    line-height: 20px
}

.header-title-info > li > b {
    font-weight: 500
}

.header-title-avatar, .header-title-back {
    position: relative;
    padding-left: 76px;
    width: 100%
}

.header-title-avatar > h1 {
    margin: 0
}

.header-avatar, .header-back {
    position: absolute;
    top: 0;
    left: 0
}

.avatar {
    display: inline-block;
    height: 56px;
    width: 56px;
    overflow: hidden;
    -webkit-border-radius: 28px;
    border-radius: 28px
}

.avatar-sm {
    height: 34px;
    width: 34px
}

.header-top-hero {
    margin-top: 35px;
    margin-bottom: 55px
}

.header-top-hero .header-title {
    float: none
}

@media (min-width: 768px) {
    .header-title {
        float: left
    }

    .header-search {
        float: right
    }
}

@media (max-width: 767px) {
    .header-top {
        margin: 10px 0 20px
    }

    .header-title > .h2 {
        font-size: 20px
    }

    .header-title > h1:not(.h2) {
        font-size: 24px
    }

    .header-avatar > a > img {
        height: auto;
        width: auto;
        max-width: 100%
    }

    .header-top-hero {
        margin-top: 35px;
        margin-bottom: 35px
    }

    .header-title-info > li {
        display: block
    }

    .header-title-avatar {
        margin: 8px 0
    }
}

.header-avatar .btn.btn-circle {
    width: 50px
}

.header-avatar .btn.btn-circle {
    min-width: 0;
    padding-right: 0;
    padding-left: 0;
    border-radius: 40px;
    font-size: 24px
}

.header-avatar .btn {
    display: inline-block;
    min-width: 100px;
    padding: 12px 24px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    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: 3px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    -webkit-transition: all ease-in .15s;
    -moz-transition: all ease-in .15s;
    -ms-transition: all ease-in .15s;
    -o-transition: all ease-in .15s;
    transition: all ease-in .15s
}

.header-avatar .btn.btn-primary {
    color: #616366;
    background-color: #dfe2e5;
    border-color: #dfe2e5
}

.header-avatar .btn-primary:hover {
    color: #616366;
    background-color: #ebeff2;
    border-color: #ebeff2
}

.header-top-toolbar {
    position: relative;
    width: 100%
}

.header-toolbar {
    position: absolute;
    top: 0;
    right: 0;
    margin: 2px 0
}

@media (max-width: 767px) {
    .header-toolbar {
        display: none
    }
}

.header-toolbar .btn-list > li {
    float: left
}

.header-toolbar .btn.btn-icon.btn-link {
    color: #616366;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.header-toolbar .btn.btn-icon.btn-link:hover {
    color: #94420d
}

.header-toolbar .btn-link {
    color: #94420d
}

.header-toolbar .btn-icon {
    min-width: 0;
    padding-left: 10px;
    padding-right: 10px
}

.header-toolbar .btn.btn-circle i, .header-toolbar .btn.btn-icon i {
    float: none;
    display: block;
    height: 24px;
    width: 24px;
    margin: 0 auto;
    font-size: 24px
}

.header-toolbar .btn {
    display: inline-block;
    min-width: 100px;
    padding: 12px 24px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    transition: all ease-in .15s
}

@media (min-width: 768px) {
    .header-toolbar .btn-list {
        margin: 0;
        padding: 0;
        list-style: none
    }
}

@media (max-width: 767px) {
    .header-top-toolbar {
        padding-right: 50px
    }

    .header-toolbar {
        right: -10px
    }
}

.header-stats {
    float: right
}

.header-stats .stat {
    display: inline-block;
    margin-right: 60px
}

.header-stats .stat:last-child {
    margin-right: 0
}

@media (max-width: 767px) {
    .header-stats {
        display: none
    }

    .header-stats .stat {
        margin-right: 12px
    }

    .header-stats .stat .display-1 {
        font-size: 21px;
        font-weight: 500
    }

    .header-stats .stat .display-title {
        margin-top: 0
    }
}

.panel {
    position: relative;
    display: block;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e6e9eb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: left
}

.panel-block {
    padding: 30px
}

.panel img {
    max-width: 100%;
    max-height: 340px
}

.panel-title {
    margin-top: -7px
}

.panel-title.title-faded {
    color: #9da2a6;
    font-size: 12px;
    font-weight: 300
}

.panel-link, a.panel {
    color: #616366;
    cursor: pointer;
    -webkit-transition: border-color ease-in .15s, color ease-in .15s;
    transition: border-color ease-in .15s, color ease-in .15s
}

.panel-block-sm, .panel-body {
    padding: 24px
}

.panel-link:hover, .panel.active, a.panel:hover {
    border-color: #94420d
}

@media (max-width: 767px) {
    .panel-block {
        padding: 24px
    }
}

.panel-block .panel-tabs .nav-tabs {
    padding: 0 14px;
    margin: -30px -30px 0
}

.panel-block-sm .panel-tabs .nav-tabs {
    padding: 0 8px;
    margin: -24px -24px 24px
}

.panel-block-sm .panel-tabs .nav-tabs > li > a {
    padding-top: 20px;
    padding-bottom: 20px
}

.panel-heading {
    margin: 0;
    padding: 15px 24px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit
}

.panel-heading > .panel-title {
    margin-top: 0;
    margin-bottom: 0
}

.panel-title {
    margin-top: -7px
}

.panel-datablock > .display-title {
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
    color: #9da2a6;
    font-size: 13px;
    font-weight: 300;
    line-height: 16px
}

.panel-datablock > .display-title > a {
    color: #94420d
}

.panel-datablock > .display-title:last-child {
    margin: 0
}

.panel-datablock > .panel-icon {
    position: absolute;
    top: 30px;
    right: 10px
}

.panel-datablock > .btn.btn-circle {
    width: 50px
}

.panel-datablock > .btn.btn-circle {
    min-width: 0;
    padding-right: 0;
    padding-left: 0;
    border-radius: 40px
}

.panel-datablock > .btn {
    display: inline-block;
    min-width: 100px;
    padding: 12px 24px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    transition: all ease-in .15s
}

.panel-datablock > .btn.btn-circle i, .panel-datablock > .btn.btn-icon i {
    float: none;
    display: block;
    height: 24px;
    width: 24px;
    margin: 0 auto;
    font-size: 24px
}

.panel-datablock > .panel-text {
    color: #363b40;
    font-size: 25px;
    font-weight: 500;
    line-height: 32px
}

.panel-datablock > .panel-text-description {
    width: calc(100% - 30px);
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px
}

.panel-datablock > .panel-text > small {
    color: #8a9399;
    font-size: 18px;
    font-weight: 300
}

.input-xs {
    height: 38px !important;
    padding: 5px 5px !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important
}

.input-xs > span {
    line-height: 24px !important;
    padding: 0 !important;
    height: 32px !important
}

.simple-dropdown .input-xs > span.select2-selection__arrow {
    height: inherit !important
}

.select2-container--default .simple-dropdown.select2-dropdown {
    padding: 12px 0;
    border: 1px solid #dcdee0;
    -webkit-box-shadow: 0 10px 40px -5px rgba(37, 45, 51, .25);
    box-shadow: 0 10px 40px -5px rgba(37, 45, 51, .25);
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.select2-container--default .simple-dropdown .select2-results__option[role=group] {
    padding: 4px 24px
}

.select2-container--default .simple-dropdown .select2-results__option {
    padding: 4px 24px
}

.simple-dropdown.select2-dropdown .select2-results__options .select2-results__options--nested .select2-results__option {
    padding: 4px 6px
}

.simple-dropdown.select2-dropdown .select2-results__option--highlighted[aria-selected] {
    color: #94420d;
    background-color: transparent
}

.select2-container--default .simple-dropdown.select2-dropdown {
    padding: 8px 0
}

.select2-container--default .simple-dropdown .select2-results__option[aria-selected=true] {
    font-weight: 600;
    background-color: transparent;
    color: #94420d
}

select[name=sort] ~ .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 0 !important
}

.table-instance-list {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

.table-instance-list th {
    text-align: left
}

.table-instance-list {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table-instance-list small {
    display: block;
    padding-top: 4px;
    font-size: 85%
}

.table-instance-list > tbody > tr > td, .table-instance-list > tbody > tr > th, .table-instance-list > tfoot > tr > td, .table-instance-list > tfoot > tr > th, .table-instance-list > thead > tr > td, .table-instance-list > thead > tr > th {
    padding: 12px 10px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-bottom: 1px solid #edf0f2
}

.table-instance-list > tbody > tr > td.cell-actions {
    padding-top: 6px;
    padding-bottom: 6px
}

.table-instance-list > tbody > tr > td.cell-actions:last-child {
    text-align: right;
    white-space: nowrap
}

.table-instance-list > thead > tr > th {
    padding: 16px 10px;
    vertical-align: bottom;
    border-bottom: 1px solid #edeff2;
    color: #9da2a6;
    font-size: 13px;
    font-weight: 300
}

.table-instance-list > caption + thead > tr:first-child > td, .table-instance-list > caption + thead > tr:first-child > th, .table-instance-list > colgroup + thead > tr:first-child > td, .table-instance-list > colgroup + thead > tr:first-child > th, .table-instance-list > thead:first-child > tr:first-child > td, .table-instance-list > thead:first-child > tr:first-child > th {
    border-top: 0
}

.table-instance-list > tbody + tbody {
    border-top: 2px solid #edeff2
}

.table-instance-list {
    background-color: #fff
}

.table-instance-list td > b {
    color: #2b3033
}

.table-instance-list table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

.table-instance-list table td[class*=col-], .table-instance-list table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

table [data-url] td:not(.cell-actions):not(.cell-checkbox) {
    cursor: pointer
}

table [data-url] td .click-disabled {
    cursor: auto
}

table [data-url]:hover {
    background-color: #fafbfc
}

@media (max-width: 767px) {
    .cell-xs-left {
        text-align: left !important
    }

    .cell-xs-right {
        text-align: right !important
    }

    .cell-xs-hidden {
        display: none !important
    }

    .cell-title {
        margin-bottom: 10px
    }
}

.table-instance-list .table-bottom {
    margin-top: -20px
}

.table-instance-list .table-bottom .table-length {
    float: right
}

.table-instance-list .cell-actions .btn > i.unlink:before {
    position: relative;
    top: 0;
    left: -2px;
    display: inline-block;
    line-height: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.btn.btn-circle i:before, .table-instance-list .cell-actions .btn.btn-icon i:before {
    line-height: 24px
}

.table-instance-list .cell-actions .btn.btn-icon.btn-link {
    color: #616366
}

.table-instance-list .cell-actions .btn-icon.btn-sm {
    padding: 9px;
    font-size: 19px
}

.btn-circle.btn-sm, .table-instance-list .cell-actions .btn-icon.btn-sm {
    line-height: 24px
}

.btn-group-sm > .btn.btn-link, .table-instance-list .cell-actions .btn-sm.btn-link {
    padding-left: 8px;
    padding-right: 8px
}

.table-instance-list .cell-actions .btn-icon {
    min-width: 0;
    padding-left: 10px;
    padding-right: 10px
}

.btn-group-sm > .btn, .table-instance-list .cell-actions .btn-sm {
    height: 42px;
    min-width: 60px;
    padding: 8px 16px;
    border-radius: 3px;
    font-size: 14px
}

.btn-link:active, .btn-link:focus, .btn-link:hover, .table-instance-list .cell-actions .btn-link {
    border-color: transparent
}

.table-instance-list .cell-actions .btn > i {
    position: relative;
    font-size: 24px
}

.table-instance-list .cell-actions .btn-icon.btn-sm > i {
    font-size: 19px
}

.btn.btn-circle i, .table-instance-list .cell-actions .btn.btn-icon i {
    float: none;
    display: block;
    height: 24px;
    width: 24px;
    margin: 0 auto;
    font-size: 24px
}

.table-instance-list .cell-actions .btn i {
    margin-right: 16px;
    font-size: 24px;
    vertical-align: bottom
}

.table-instance-list .cell-actions .btn > i.unlink > i {
    position: absolute;
    bottom: -5px;
    right: -5px;
    font-size: 14px
}

.btn.btn-circle i, .table-instance-list .cell-actions .btn.btn-icon i {
    float: none;
    display: block;
    height: 24px;
    width: 24px;
    margin: 0 auto;
    font-size: 24px
}

.table-instance-list .cell-actions .btn i {
    margin-right: 16px;
    font-size: 24px;
    vertical-align: bottom
}

.table-instance-list .cell-actions .btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    transition: all ease-in .15s
}

.btn.btn-icon.btn-link.active, .btn.btn-icon.btn-link:active, .table-instance-list .cell-actions .btn.btn-icon.btn-link:hover {
    color: #94420d
}

.promoblock {
    background: linear-gradient(45deg, #449b41 1%, #50ba4a 64%, #50bf4a 97%);
    position: relative;
    overflow: hidden;
    border-width: 0
}

.arrow_box:after, .arrow_box:before {
    top: 100%;
    left: 2%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.arrow_box:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #94420d;
    border-width: 6px;
    margin-left: -6.5px
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    opacity: 0;
    line-break: auto
}

.tooltip.in {
    opacity: 1
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
    word-wrap: break-word
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 350px;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    background-color: #484d50;
    border-radius: 2px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 1px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #484d50;
    width: 5px
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #484d50;
    width: 5px
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #484d50;
    width: 5px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #484d50
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #484d50
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #484d50;
    width: 5px
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #484d50;
    width: 5px
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #484d50;
    width: 5px
}

.boxLink {
    border: 1px solid #e6e9eb;
    transition: all ease-in .15s
}

.boxLink:hover {
    border: 1px solid #94420d
}

.btn-group-xs > .btn, .btn-xs {
    padding: 7px 17px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 300
}

.btn-default {
    transition: all ease-in .15s
}

.btn-default:hover {
    color: #616366;
    background-color: #ebeff2
}

.btn-primary {
    color: #fff !important;
    background-color: #94420d;
    border-color: #94420d;
    transition: all ease-in .15s
}

.btn-primary:hover {
    color: #fff;
    background-color: #cd9304;
    border-color: #cd9304
}

@media (min-width: 480px) {
    .alert {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .alert-actions, .alert-body {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .alert-actions {
        padding-left: 8px
    }

    .alert-actions > .btn {
        margin-left: 8px
    }
}

@media (max-width: 479px) {
    .alert-actions {
        padding: 16px 0 0 0;
        text-align: center
    }

    .alert-actions > .btn {
        margin-right: 8px
    }

    .alert-body {
        text-align: center
    }

    .alert-body > p > b:after {
        content: '\a';
        white-space: pre
    }
}

pre code {
    white-space: pre-line
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 3px
}

.alert > i {
    margin-right: 8px;
    font-size: 24px;
    vertical-align: sub
}

.alert-sm {
    padding: 12px 15px;
    font-size: 14px;
    line-height: 20px
}

.alert-sm > i {
    font-size: 19px
}

.alert-info {
    border-color: #54aaff;
    color: #94420d
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-info, .toast-info {
    border-color: #54aaff;
    color: #94420d
}

.alert-icon {
    position: relative;
    padding-left: 46px
}

.alert-icon > i {
    position: absolute;
    top: 14px;
    left: 14px
}

.alert-info.alert-filled {
    border-color: #94420d;
    background-color: #94420d;
    color: #fff
}

.alert-body > p {
    margin: 0
}

.alert-dismissable, .alert-dismissible {
    position: relative;
    padding-right: 35px
}

.panel {
    position: relative;
    display: block;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e3e5e8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: left
}

.panel-block-sm, .panel-body {
    padding: 24px
}

.tab-section-sm {
    max-width: 520px
}

.elements-list {
    list-style: none;
    margin: 0 0 24px 0;
    padding: 0
}

.elements-list > li {
    display: -webkit-box;
    display: flex;
    -webkit-align-content: space-between;
    align-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    padding: 15px 0;
    border-top: 1px solid #edf0f2
}

.elements-list > li:last-child {
    border-bottom: 1px solid #edf0f2
}

.elements-with-avatar > li {
    padding-left: 51px
}

.elements-list > li.ele-add {
    padding: 12px 0
}

.elements-list > li.ele-add .ele-actions {
    margin: -4px 0
}

.elements-list > li.ele-add .slash {
    position: absolute;
    top: 7px;
    right: -5px
}

.elements-with-avatar > li {
    padding-left: 51px
}

.ele-body {
    flex-basis: 100%;
    padding-right: 8px
}

.ele-avatar {
    position: absolute;
    top: 20px;
    left: 0;
    display: block;
    height: 36px;
    width: 36px;
    overflow: hidden;
    -webkit-border-radius: 20px;
    border-radius: 20px
}

.ele-title {
    display: block;
    color: #363b40
}

.ele-desc, .ele-email {
    margin: 0;
    font-size: 13px
}

.ele-actions {
    margin: -8px 0;
    white-space: nowrap
}

.ele-actions .btn, .ele-actions .dropdown {
    display: inline-block
}

.ele-actions .dropdown-menu.pull-right {
    right: -12px
}

.ele-actions .btn-icon.btn-sm > i {
    font-size: 24px
}

.ele-date {
    font-size: 13px;
    font-weight: 300
}

.ele-date span {
    color: #9da2a6
}

.ele-title .ele-date {
    margin-left: 16px
}

@media (max-width: 479px) {
    .ele-title .ele-date {
        display: block;
        margin: 0
    }
}

.input-icon {
    position: relative
}

.input-icon > .form-control:first-child {
    padding-right: 50px
}

.input-icon.input-icon-x2 > .form-control:first-child {
    padding-right: 100px
}

.input-icon > .form-control:last-child {
    padding-left: 50px
}

.input-icon.input-icon-x2 > .form-control:last-child {
    padding-left: 100px
}

.input-icon > .btn-icon, .input-icon > i {
    position: absolute;
    top: 0
}

.input-icon > i {
    top: 13px;
    height: 24px;
    width: 24px;
    font-size: 24px;
    text-align: center;
    line-height: 24px
}

.input-icon > i > img {
    float: left
}

.input-icon > .btn-icon:first-child {
    left: 5px
}

.input-icon > i:first-child {
    left: 15px
}

.input-icon > .btn-icon:last-child {
    right: 5px
}

.input-icon > i:last-child {
    right: 15px
}

.input-icons-right {
    position: absolute;
    top: 0;
    right: 4px;
    display: flex;
    height: 100%;
    align-items: center
}

.input-icon-sm .input-icons-right {
    top: 4px
}

.input-icon-lg .input-icons-right {
    top: 10px
}

.input-icon-xlg .input-icons-right {
    top: 12px
}

.form-group {
    margin-bottom: 15px
}

.form-group .row {
    margin-left: -7px;
    margin-right: -7px
}

.form-group [class*=col-] {
    padding-left: 7px;
    padding-right: 7px
}

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cdcfd1;
    border-radius: 3px;
    -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
}

.form-control:focus {
    border-color: #94420d;
    outline: 0
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}

.btn.btn-icon.btn-link {
    color: #616366
}

.btn.btn-icon.btn-link.active, .btn.btn-icon.btn-link:active, .btn.btn-icon.btn-link:hover {
    color: #94420d
}

.confirmation-open .btn.btn-icon.btn-link, .confirmation-open .btn.btn-icon.btn-link:active, .open .btn.btn-icon.btn-link, .open .btn.btn-icon.btn-link:active {
    background-color: #edf0f2
}

.btn-default.btn-outline {
    color: #616366;
    border-color: #e3e5e8
}

.btn-default.btn-outline:active, .btn-default.btn-outline:focus, .btn-default.btn-outline:hover, .open > .btn-default.btn-outline, .open > .dropdown-toggle.btn-default.btn-outline {
    color: #94420d;
    border-color: #94420d
}

.list-styled {
    padding: 0;
    margin: 0 0 12px 0;
    list-style: none
}

.list-styled > li {
    margin-bottom: 5px
}

.list-styled > li:last-child {
    margin-bottom: 0
}

.list-styled.list-sm {
    font-size: 14px
}

.list-label {
    display: inline-block
}

.list-styled-minwidth > li {
    position: relative;
    padding-left: 150px
}

.list-faded .list-label {
    color: #9da2a6;
    font-weight: 300
}

.control-label {
    top: 10px !important;
    left: 12px !important;
    color: #9da2a6 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 14px
}

.control-label {
    margin-bottom: 10px
}

.backup-codes .form-control {
    padding-top: 30px;
    background-color: #fff;
    line-height: 32px
}

.backup-codes .control-label {
    position: absolute !important;
    top: 37px !important;
    left: 37px !important;
    font-weight: 300 !important
}

textarea.form-control {
    height: auto;
    overflow: hidden
}

.text-muted {
    color: #9da2a6
}

h3.back_button_header > a {
    margin-right: 25px
}

h3.back_button_header > i {
    font-size: 30px !important
}

@media only screen and (min-device-width: 320px) and (max-device-width: 414px) {
    h3.back_button_header {
        font-size: 16px
    }

    h3.back_button_header > a {
        margin-right: 10px
    }
}

span.attachment {
    -webkit-flex-grow: 2;
    flex-grow: 2;
    margin-left: 15px
}

span.attachment > span.fonticonattachment {
    cursor: pointer
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
    span.attachment {
        margin-left: 35px
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 413px) {
    span.attachment {
        margin-left: 17px
    }
}

@media (min-width: 415px) {
    .mobile_only {
        display: none
    }
}

@media (min-width: 666px) {
    .flexlayoutdataeditor {
        min-width: 260px
    }
}

.form-select-input {
    position: relative
}

.m-t-20 {
    margin-top: 20px !important
}

.m-b-0 {
    margin-bottom: 0 !important
}

.form-select-input {
    position: relative
}

.form-select-input .input-group {
    width: 100%
}

.form-select-input .form-control {
    border-radius: 3px !important;
    border-color: #94420d;
    padding-left: 40px;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.form-select-input .owe-credit-desc {
    display: inline-block;
    width: 100%;
    background: #94420d;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #fff;
    font-size: 13px;
    padding-left: 20px;
    line-height: 24px;
    position: relative;
    top: -1px
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

.form-select-input:after, .form-select-input:before {
    bottom: 100%;
    right: 28px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2
}

.form-select-input:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    right: 30px;
    margin-bottom: -1px
}

@media (max-width: 767px) {
    .form-select-input:before {
        right: 15px
    }

    .form-select-input:after {
        right: 17px;
        margin-bottom: -1.3px;
        z-index: 5
    }
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.form-select-input:before {
    border-color: rgba(30, 136, 229, 0);
    border-bottom-color: #0a74d1;
    border-width: 12px;
    margin-left: -11px;
    margin-bottom: -2px
}

.form-select-input .input-group-addon {
    position: absolute;
    z-index: 3;
    border: none;
    background: 0 0;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #94420d;
    font-weight: 700;
    font-size: 16px
}

.slowFadeIn {
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -ms-animation: fadeIn 1s;
    -o-animation: fadeIn 1s;
    animation: fadeIn 1s;
    visibility: visible
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
    #header0v_0 {
        display: none
    }

    #header1_0 {
        display: none
    }

    #header0h_0 {
        display: -webkit-flex;
        display: flex
    }

    body {
        margin-left: 0
    }

    #header0h_0 {
        height: 50px
    }

    #menusidebar_hide {
        left: 40px
    }

    #header0h_1 {
        padding-left: env(safe-area-inset-left)
    }

    .responsivetable {
        display: block
    }

    .responsivetable > * {
        display: block;
        margin-bottom: 15px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px
    }

    .responsivetable > :nth-child(1) {
        display: none
    }

    .responsivetable > :nth-child(2) {
        padding-top: 15px
    }

    .responsivetable > * > * {
        display: block;
        position: relative;
        border-bottom: none;
        padding: 2px 0;
        min-height: 25px;
        padding-left: 100px;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .responsivetable > :nth-child(n+2):hover > * {
        background-color: transparent
    }

    .responsivetable > * > :before {
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        width: 100px;
        height: 25px;
        margin-top: -11px;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #9da2a6;
        font-size: 12px;
        font-weight: 400
    }

    .responsivetable_subs > * {
        width: 100%;
        padding-left: 30px;
        position: relative;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap
    }

    .responsivetable_subs > * > * {
        padding-left: 5px
    }

    .responsivetable_subs > * > :nth-child(1) {
        position: absolute;
        width: auto;
        top: 1px;
        left: 0
    }

    .responsivetable_subs > :nth-child(2) > :nth-child(1) {
        top: 16px
    }

    .responsivetable_subs > * > :nth-child(2) {
        width: 86%
    }

    .responsivetable_subs > * > :nth-child(3) {
        width: 14%;
        text-align: right
    }

    .responsivetable_subs > * > :nth-child(4) {
        display: none
    }

    .responsivetable_subs > * > :nth-child(5) {
        width: 49%
    }

    .responsivetable_subs > * > :nth-child(5):before {
        content: "Charges: ";
        padding-right: 3px;
        font-weight: 700;
        position: static;
        vertical-align: middle;
        display: inline;
        width: auto;
        height: auto;
        margin: 0;
        color: #2b3033;
        font-size: 15px
    }

    .responsivetable_subs > * > :nth-child(6) {
        width: 49%;
        text-align: right
    }

    .responsivetable_subs > * > :nth-child(7) {
        display: none
    }
}

@media (max-width: 768px) {
    .mobile-submenu {
        display: block !important;
        margin-bottom: 10px
    }

    .submenu {
        display: none !important
    }
}

@media (min-width: 769px) {
    .mobile-submenu + .select2-container--default, .mobile-submenu-container {
        display: none !important
    }
}

span.new_feature_label {
    font-size: 11px;
    border: 1px;
    border-style: solid;
    border-radius: 2px;
    padding: 2px 5px 2px 5px;
    margin-left: 1px;
    font-weight: 700;
    color: #fff;
    border-color: #94420d;
    background-color: #94420d;
    vertical-align: text-bottom
}

.banner-label {
    background: #94420d;
    height: 18px;
    text-transform: uppercase;
    position: absolute;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    border-radius: 3px;
    width: 36px;
    text-align: center;
    top: 2px;
    right: -12px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.banner-label:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #315fb9;
    content: '';
    position: absolute;
    bottom: -6px;
    right: 0;
    transform: rotate(8deg);
    z-index: -1
}

.banner-label-orange {
    background: #cd9304;
    height: 18px;
    text-transform: uppercase;
    position: absolute;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    border-radius: 3px;
    text-align: center;
    top: 2px;
    right: -12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px
}

.banner-label-orange:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #c70;
    content: '';
    position: absolute;
    bottom: -6px;
    right: 0;
    transform: rotate(8deg);
    z-index: -1
}

span[name=header_alert] {
    position: relative;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 3px;
    font-size: 13px;
    background-color: #fda426;
    color: #fff;
    box-shadow: 0 5px 40px 0 rgba(229, 57, 53, .25)
}

span[name=header_alert] > a {
    color: #fff;
    font-weight: 500;
    text-decoration: underline
}

span[name=header_alert] > span[name=header_alert_arrow] {
    position: absolute;
    display: block;
    right: -5px;
    top: 50%;
    margin-top: -5px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fda426
}

@media (min-width: 769px) {
    span[name=header_alert] {
        margin-right: 6px
    }
}

@media (max-width: 768px) {
    span[name=header_alert] {
        top: 0;
        left: 0;
        right: 0;
        border-radius: 0;
        width: 100%;
        box-shadow: none
    }

    span[name=header_alert] > span[name=header_alert_arrow] {
        display: none
    }
}

.msgtips {
    display: inline
}

span.Validform_wrong {
    color: #94420d
}

span.bold {
    font-weight: 700
}

.pagination li {
    float: left;
    width: 30px;
    list-style: none
}

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=5728491ab01b99996992)
 * Config saved to config.json and https://gist.github.com/5728491ab01b99996992
 *//*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.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-left: 15px;
    padding-right: 15px
}

.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-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
}

@media (min-width: 768px) {
    .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 {
        float: left
    }

    .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
    }
}

@media (min-width: 992px) {
    .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 {
        float: left
    }

    .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
    }
}

@media (min-width: 1200px) {
    .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 {
        float: left
    }

    .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
    }
}

.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
    content: " ";
    display: table
}

.clearfix:after, .container-fluid:after, .container:after, .row:after {
    clear: both
}

.no-gutter {
    margin-left: 0;
    margin-right: 0
}

.no-gutter [class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    display: block;
    height: 28px
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 8px
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.select2-selection, .select2-selection:focus {
    outline-width: 0
}

.select2-container.select2-container--open .editable-select {
    border-top: 1px solid #cdcfd1
}

.select2-container .select2-selection--single {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    outline: 0
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-right: 20px;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__rendered:focus {
    outline: 0
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #cdcfd1;
    border-radius: 3px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px
}

.select2-container--default .input-xs .select2-selection__rendered {
    line-height: 24px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    padding-left: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 30px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none !important;
    padding: 5px
}

.select2-container--default .select2-search--dropdown {
    position: relative;
    border-bottom: 1px solid #cdcfd1
}

.select2-container--default .select2-search--dropdown:before {
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    content: '\f1c3';
    padding: 8px 20px;
    font-family: Material-Design-Iconic-Font, sans-serif;
    font-size: 24px
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    -webkit-appearance: textfield;
    padding-left: 50px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: Raleway;
    font-weight: 100;
    font-size: 15px
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 0
}

.sold-out-item .panel {
    background: #e4e4e4;
    opacity: .5
}

@media (max-width: 767px) {
    .editable-input .select2-container {
        margin-left: 0
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        margin-right: 15px
    }
}
