.btn-red {background-color: red; border-radius: 4px; color: #ffffff; padding: 7px 16px; font-size: 15px; line-height: 1.2; border-style: solid; border-width: 1px; border-color: rgba(255,0,0, 0.8); border-radius: 4px; background-image: -moz-linear-gradient( 90deg, rgba(255,0,0, 0.8) 0%, rgba(255,0,0, 0.8) 100%); background-image: -webkit-linear-gradient( 90deg, rgba(255,0,0, 0.8) 0%, rgba(255,0,0, 0.8) 100%); background-image: -ms-linear-gradient( 90deg, rgba(255,0,0, 0.8) 0%, rgba(255,0,0, 0.8) 100%); }
.btn-red:hover {color: #ffffff; }
.btn-red:focus {color: #ffffff; outline:none; }
.btn-red:active {outline: none; }

:-webkit-full-screen .fixed-header .hide-tv { display: none; }
:-moz-full-screen .fixed-header .hide-tv { display: none; }
:-ms-fullscreen .fixed-header .hide-tv { display: none; }
:full-screen .fixed-header .hide-tv { display: none; }
:fullscreen .fixed-header .hide-tv { display: none; }
:-webkit-full-screen .fixed-header .hide-tv { display: none; }
::backdrop .fixed-header .hide-tv { display: none; }
::-ms-backdrop .fixed-header .hide-tv { display: none; }

:-webkit-full-screen .fixed-header .show-tv { display: inline-block; }
:-moz-full-screen .fixed-header .show-tv { display: inline-block; }
:-ms-fullscreen .fixed-header .show-tv { display: inline-block; }
:full-screen .fixed-header .show-tv { display: inline-block; }
:fullscreen .fixed-header .show-tv { display: inline-block; }
:-webkit-full-screen .fixed-header .show-tv { display: inline-block; }
::backdrop .fixed-header .show-tv { display: inline-block; }
::-ms-backdrop .fixed-header .show-tv { display: inline-block; }

:-webkit-full-screen .fixed-header { width: initial; left: 0; right: 0; top: 0px; }
:-moz-full-screen .fixed-header { width: initial; left: 0; right: 0; top: 0px; }
:-ms-fullscreen .fixed-header { width: initial; left: 0; right: 0; top: 0px; }
:full-screen .fixed-header { width: initial; left: 0; right: 0; top: 0px; }
:fullscreen .fixed-header { width: initial; left: 0; right: 0; top: 0px; }
:-webkit-full-screen .fixed-header{ width: initial; left: 0; right: 0; top: 0px; }
::backdrop .fixed-header .show-tv { width: initial; left: 0; right: 0; top: 0px; }
::-ms-backdrop .fixed-header { width: initial; left: 0; right: 0; top: 0px; }

:-webkit-full-screen .fuel-table { max-width: initial; }
:-moz-full-screen .fuel-table { max-width: initial; }
:-ms-fullscreen .fuel-table { max-width: initial; }
:full-screen .fuel-table { max-width: initial; }
:fullscreen .fixed-header .fuel-table { max-width: initial; }
:-webkit-full-screen .fuel-table { max-width: initial; }
::backdrop .fuel-table { max-width: initial; }
::-ms-backdrop .fuel-table { max-width: initial; }

:-webkit-full-screen nav { display: none; }
:-moz-full-screen nav { display: none; }
:-ms-fullscreen nav { display: none; }
:full-screen nav { display: none; }
:fullscreen nav { display: none; }
:-webkit-full-screen nav { display: none; }
::backdrop nav { display: none; }
::-ms-backdrop nav { display: none; }

:-webkit-full-screen .navbar-push { padding-top: 15px; }
:-moz-full-screen .navbar-push { padding-top: 15px; }
:-ms-fullscreen .navbar-push { padding-top: 15px; }
:full-screen .navbar-push { padding-top: 15px; }
:fullscreen .navbar-push { padding-top: 15px; }
:-webkit-full-screen .navbar-push { padding-top: 15px; }
::backdrop .navbar-push { padding-top: 15px; }
::-ms-backdrop .navbar-push { padding-top: 15px; }

:-webkit-full-screen body { background: white!important; }
:-moz-full-screen body { background: white!important; }
:-ms-fullscreen body { background: white!important; }
:full-screen body { background: white!important; }
:fullscreen body { background: white!important; }
:-webkit-full-screen body { background: white!important; }
::backdrop body { background: white!important; }
::-ms-backdrop body { background: white!important; }

.proposal-text br {
    /*display: none; */
}

.ms-options-wrap,
.ms-options-wrap * {
    box-sizing: border-box;
}

.ms-options-wrap > button:focus,
.ms-options-wrap > button {
    position: relative;
    width: 100%;
    text-align: left;
    border: 1px solid #aaa;
    background-color: #fff;
    padding: 5px 20px 5px 5px;
    margin-top: 1px;
    font-size: 13px;
    color: #aaa;
    outline: none;
    white-space: nowrap;
}

.ms-options-wrap > button:after {
    content: ' ';
    height: 0;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 0;
    border: 6px solid rgba(0, 0, 0, 0);
    border-top-color: #999;
    margin-top: -3px;
}

.ms-options-wrap > .ms-options {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 1px;
    margin-bottom: 20px;
    background: white;
    z-index: 2000;
    border: 1px solid #aaa;
}

.ms-options-wrap > .ms-options > .ms-search input {
    width: 100%;
    padding: 4px 5px;
    border: none;
    border-bottom: 1px groove;
    outline: none;

}

.ms-options-wrap > .ms-options .ms-selectall {
    display: inline-block;
    font-size: .9em;
    text-transform: lowercase;
    text-decoration: none;
}
.ms-options-wrap > .ms-options .ms-selectall:hover {
    text-decoration: underline;
}

.ms-options-wrap > .ms-options > .ms-selectall.global {
    margin: 4px 5px;
}

.ms-options-wrap > .ms-options > ul > li.optgroup {
    padding: 5px;
}
.ms-options-wrap > .ms-options > ul > li.optgroup + li.optgroup {
    border-top: 1px solid #aaa;
}

.ms-options-wrap > .ms-options > ul > li.optgroup .label {
    display: block;
    padding: 5px 0 0 0;
    font-weight: bold;
}

.ms-options-wrap > .ms-options > ul label {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 4px;
    margin: 1px 0;
}

.ms-options-wrap > .ms-options > ul li.selected label,
.ms-options-wrap > .ms-options > ul label:hover {
    background-color: #efefef;
}

.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
    margin-right: 5px;
    position: absolute;
    left: 4px;
    top: 7px;
}

/* Put your css in here */

multiselect {
    display:block;
}
multiselect .btn {
    width: 100%;
    background-color: #FFF;
}
multiselect .btn.error{
    border: 1px solid #da4f49 !important;
}
multiselect .dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
}
multiselect .dropdown-menu {
    width: 100%;
    box-sizing: border-box;
    padding: 2px;
}
multiselect .dropdown-menu > li > a {
    padding: 3px 10px;
    cursor:pointer;
}
