﻿body, div, p, h1, h2, h3, h4, ul, li, table {
    border: none;
    margin: 0;
    padding: 0;
}

/* Master Page Layout */

#master_header {
    margin: -1px auto 0 auto;
    width: 800px;
}

#master_headertop {
    background: url(images/headertop_img.jpg) no-repeat left top;
}

#master_headerbottom {
    background: url(images/headerbottom_img.png) no-repeat left top;
}

#master_page {
    margin: 5px auto 20px auto;
    width: 800px;
}

#master_menu {
    float: left;
    padding-right: 10px;
    width: 240px;
}

.sidebar {
    margin-bottom: 10px;
    width: 100%;
}

.sidebarheader {
    background: url(images/sidebar_header.png) no-repeat left top;
    color: #FFF;
    font-family: Arial, Sans-Serif;
    font-size: 1.2em;
    font-weight: bold;
    height: 24px;
    padding: 10px 0 0 35px;
    text-transform: uppercase;
}

.sidebarcontent {
    border: 1px solid #0F2543;
    font-weight: bold;
    line-height: 1.5em;
    padding: 20px 20px 20px 30px;
}

#master_sidebarSamples {
    background: #FFF url(images/samples_bg.gif) no-repeat left top;
    padding-top: 72px;
}

#master_sidebarWalkthroughs {
    background: #FFF url(images/walkthrough_bg.gif) no-repeat left top;
    padding-top: 72px;
}

.sidebarcontent a {
    color: #5377A9;
    padding: 2px 5px;
    text-decoration: none;
}

    .sidebarcontent a:hover {
        background-color: #0F2543;
        color: #FFF;
    }

    .sidebarcontent a:visited {
        font-weight: normal;
    }

#master_content {
    color: #666666;
    float: left;
    margin-right: -550px;
    width: 550px;
}

    #master_content ul {
        margin: 0 25px 0 30px;
    }

        #master_content ul li ul li {
            list-style-type: disc;
        }

#master_contentheader {
    background: url(images/rightcoltop.gif) no-repeat right top;
    height: 19px;
}

#master_contentplaceholder {
    background-color: #EFEFEF;
    border-bottom: 1px solid #0F2543;
    border-left: 1px solid #0F2543;
    border-right: 1px solid #0F2543;
    line-height: 1.5em;
    padding: 30px 20px 40px 20px;
}

#master_contentfooter {
    clear: both;
    color: #333;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    padding: 10px 0 5px 10px;
}

/* Content Page Layout */

.demoarea {
    background: #FFF url(images/demotop.png) no-repeat left top;
    padding: 20px;
}

    .demoarea p {
        padding: 5px;
    }

.demoheading {
    color: #5377A9;
    font-family: Arial, Sans-Serif;
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: 20px;
}

.demobottom {
    background: #FFF url(images/demobottom.png) no-repeat left bottom;
    height: 8px;
}

.heading {
    color: #5377A9;
    font-family: Arial, Sans-Serif;
    font-size: 1.2em;
    font-weight: bold;
    padding: 1em 0 1em 0;
}

.subheading {
    color: #0F2543;
    font-family: Arial, Sans-Serif;
    font-size: 1.1em;
    font-weight: bold;
    padding: .8em 0 0.5em 0;
}

p {
}

em {
    font-style: italic;
}

i {
    font-style: italic;
}

strong {
    font-weight: bold;
}

.codeReference {
    font-family: 'Courier New', Monospace;
    font-style: normal;
    font-weight: bold;
}

pre, code {
    background-color: #FFF;
    border: 1px dashed #CCC;
    color: #000;
    display: block;
    font-family: 'Courier New', Monospace;
    font-size: 0.9em;
    font-style: normal;
    margin: 15px 15px 15px 0;
    padding: 10px;
}

.releaseList {
    list-style-type: disc;
}

/* Styles for the Animation Reference */

.animationReferenceTable {
}

.animationReferenceRow {
}

.animationReferenceField {
    padding-top: 5px;
    text-align: right;
    vertical-align: top;
}

.animationReferenceCode {
    background-color: #FFF;
    color: #000;
    display: block;
    font-family: 'Courier New', Monospace;
    font-family: 'Courier New', Monospace;
    font-size: 0.9em;
    font-style: normal;
    font-style: normal;
    font-weight: bold;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
    vertical-align: top;
}

.animationReferenceItems {
    vertical-align: top;
}

.animationReferenceItemTable {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.animationReferenceItemRow {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.animationReferenceItem {
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
    width: 100%;
}

.animationReferenceItemCode {
    background-color: #FFF;
    color: #000;
    display: block;
    font-family: 'Courier New', Monospace;
    font-size: 0.9em;
    font-style: normal;
    font-weight: bold;
}

/******************************/
/**Styling information specific to individual content pages**/

/* Accordion */

.accordionHeader {
    background-color: #2E4d7B;
    border: 1px solid #2F4F4F;
    color: white;
    cursor: pointer;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    padding: 5px;
}

#master_content .accordionHeader a {
    background: none;
    color: #FFFFFF;
    text-decoration: none;
}

    #master_content .accordionHeader a:hover {
        background: none;
        text-decoration: underline;
    }

.accordionHeaderSelected {
    background-color: #5078B3;
    border: 1px solid #2F4F4F;
    color: white;
    cursor: pointer;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    padding: 5px;
}

#master_content .accordionHeaderSelected a {
    background: none;
    color: #FFFFFF;
    text-decoration: none;
}

    #master_content .accordionHeaderSelected a:hover {
        background: none;
        text-decoration: underline;
    }

.accordionContent {
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

/*AutoComplete flyout */

.autocomplete_completionListElement {
    background-color: inherit;
    border: buttonshadow;
    border-style: solid;
    border-width: 1px;
    color: windowtext;
    cursor: 'default';
    height: 200px;
    list-style-type: none;
    margin: 0px !important;
    overflow: auto;
    text-align: left;
    visibility: hidden;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem {
    background-color: #ffff99;
    color: black;
    padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem {
    background-color: window;
    color: windowtext;
    padding: 1px;
}

/*Cascading DropDown*/

/*CollapsiblePanel*/

.collapsePanel {
    background-color: white;
    overflow: hidden;
}

.collapsePanelHeader {
    background-image: url(images/bg-menu-main.png);
    background-repeat: repeat-x;
    color: #FFF;
    font-weight: bold;
    height: 30px;
    width: 100%;
}

#master_content .collapsePanelHeader a {
    color: #FFF;
}

    #master_content .collapsePanelHeader a:hover {
        background: none;
        text-decoration: none;
    }

/*Confirm Button*/

/* DropShadow */

#master_content .dropShadowPanel span {
    color: white;
    text-decoration: underline;
}

    #master_content .dropShadowPanel span:hover {
        text-decoration: none;
    }

.dropShadowPanel {
    background-color: #5377A9;
    color: white;
    font-weight: bold;
    width: 300px;
}

/*Drag Panel*/

.dragMe {
    background-color: #FFF;
    background-image: url(images/header-opened.png);
    cursor: move;
    font-weight: bold;
    height: 21px;
    text-align: center;
    width: 100%;
}

.overflowHidden {
    overflow: hidden;
}

.overflowScroll {
    overflow: hidden;
}

/*Hover Menu*/

.popupMenu {
    background-color: #F5F7F8;
    filter: alpha(opacity=90);
    opacity: .9;
    position: absolute;
    visibility: hidden;
}

.popupHover {
    background-color: #F5F7F8;
    background-image: url(images/header-opened.png);
    background-position: left top;
    background-repeat: repeat-x;
}

/* PagingBulletedList */

.selectIndex {
    font-weight: bold;
    text-decoration: none;
}

.unselectIndex {
    font-weight: normal;
    text-decoration: underline;
}

/*Modal Popup*/

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=40);
    opacity: 0.7;
}

.modalPopup {
    background-color: #ffffdd;
    border-color: #055a78;
    border-style: solid;
    border-width: 3px;
    padding: 3px;
    width: 250px;
}

.sampleStyleA {
    background-color: #FFF;
}

.sampleStyleB {
    background-color: #FFF;
    font-family: monospace;
    font-size: 10pt;
    font-weight: bold;
}

.sampleStyleC {
    background-color: #ddffdd;
    font-family: sans-serif;
    font-size: 10pt;
    font-style: italic;
}

.sampleStyleD {
    background-color: Blue;
    color: White;
    font-family: Arial;
    font-size: 10pt;
}

/*Popup Control*/

.popupControl {
    background-color: White;
    position: absolute;
    visibility: hidden;
}

/*Reorder List*/

.dragHandle {
    background-color: Blue;
    background-image: url(images/bg-menu-main.png);
    border: outset thin white;
    cursor: move;
    height: 15px;
    width: 10px;
}

.callbackStyle {
    border: thin blue inset;
}

    .callbackStyle table {
        background-color: #5377A9;
        color: Black;
    }

.reorderListDemo li {
    background-image: url(images/bg_nav.gif);
    background-repeat: repeat-x;
    color: #FFF;
    list-style: none;
    margin: 2px;
}

    .reorderListDemo li a {
        color: #FFF !important;
        font-weight: bold;
    }

.reorderCue {
    border: dashed thin black;
    height: 25px;
    width: 100%;
}

.itemArea {
    font-family: Arial, Verdana, sans-serif;
    font-size: 1em;
    margin-left: 15px;
    text-align: left;
}

/* Rounded Corners*/

.roundedPanel {
    background-color: #5377A9;
    color: white;
    font-weight: bold;
    width: 300px;
}

/* ResizableControl */

.frameImage {
    float: left;
    height: 65px;
    overflow: hidden;
    padding: 3px;
    width: 130px;
}

.frameText {
    background-color: #ffffff;
    border-color: Gray;
    border-style: solid;
    border-width: 2px;
    float: left;
    font-family: Helvetica;
    height: 100px;
    line-height: normal;
    overflow: auto;
    width: 100px;
}

.handleImage {
    background-image: url(images/HandleHand.png);
    cursor: se-resize;
    height: 16px;
    overflow: hidden;
    width: 15px;
}

.handleText {
    background-image: url(images/HandleGrip.png);
    cursor: se-resize;
    height: 16px;
    overflow: hidden;
    width: 16px;
}

.resizingImage {
    border-color: #B4D35D;
    border-style: solid;
    border-width: 3px;
    padding: 0px;
}

.resizingText {
    border-color: #7391BA;
    border-style: solid;
    border-width: 2px;
    padding: 0px;
}

/*Textbox Watermark*/

.unwatermarked {
    height: 18px;
    width: 148px;
}

.watermarked {
    background-color: #F0F8FF;
    border: 1px solid #BEBEBE;
    color: gray;
    height: 20px;
    padding: 2px 0 0 2px;
    width: 150px;
}

/* Rating */

.ratingStar {
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    font-size: 0pt;
    height: 12px;
    margin: 0px;
    padding: 0px;
    width: 13px;
}

.filledRatingStar {
    background-image: url(Images/FilledStar.png);
}

.emptyRatingStar {
    background-image: url(Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(Images/SavedStar.png);
}

/*Toggle Button*/

/*Setup*/

.walkthrough li {
    padding-bottom: 5px;
}

/*Using a sample extender*/

/*Creating a new extender*/

.walkthroughNote {
    font-style: italic;
    padding-left: 25px;
}

/*Other neat stuff*/

/************ PasswordStrength Related Styles ***********************/

.TextIndicator_TextBox1 {
    background-color: Gray;
    color: White;
    font-family: Arial;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
}

.BarIndicator_TextBox2_weak {
    background-color: Red;
    color: Red;
}

.BarIndicator_TextBox2_average {
    background-color: Blue;
    color: Blue;
}

.BarIndicator_TextBox2_good {
    background-color: Green;
    color: Green;
}

.BarBorder_TextBox2 {
    border-style: solid;
    border-width: 1px;
    padding: 2px 2px 2px 2px;
    vertical-align: middle;
    width: 200px;
}

.TextIndicator_TextBox3 {
    background-color: Blue;
    color: Yellow;
    font-size: small;
    font-variant: small-caps;
    padding: 2px 3px 2px 3px;
}

.TextIndicator_TextBox3_Handle {
    background-image: url(images/Question.png);
    cursor: help;
    height: 14px;
    overflow: hidden;
    width: 16px;
}

.TextIndicator_TextBox1_Strength1 {
    background-color: Gray;
    color: White;
    font-family: Arial;
    font-size: x-small;
    font-style: italic;
    font-weight: bold;
    padding: 2px 3px 2px 3px;
}

.TextIndicator_TextBox1_Strength2 {
    background-color: Gray;
    color: Yellow;
    font-family: Arial;
    font-size: x-small;
    font-style: italic;
    font-weight: bold;
    padding: 2px 3px 2px 3px;
}

.TextIndicator_TextBox1_Strength3 {
    background-color: Gray;
    color: #FFCAAF;
    font-family: Arial;
    font-size: x-small;
    font-style: italic;
    font-weight: bold;
    padding: 2px 3px 2px 3px;
}

.TextIndicator_TextBox1_Strength4 {
    background-color: Gray;
    color: Aqua;
    font-family: Arial;
    font-size: x-small;
    font-style: italic;
    font-weight: bold;
    padding: 2px 3px 2px 3px;
}

.TextIndicator_TextBox1_Strength5 {
    background-color: Gray;
    color: #93FF9E;
    font-family: Arial;
    font-size: x-small;
    font-style: italic;
    font-weight: bold;
    padding: 2px 3px 2px 3px;
}

.dynamicPopulate_Normal {
    border: silver 1px inset;
    height: 2em;
    margin: 5px;
    padding: 2px;
    text-align: center;
    width: 200px;
}

.dynamicPopulate_Updating {
    background-image: url(images/loading.gif);
    background-repeat: no-repeat;
    border: silver 1px inset;
    height: 2em;
    margin: 5px;
    padding: 2px;
    text-align: center;
    width: 200px;
}
/************ MaskedEdit Related Styles ***********************/

.MaskedEditFocus {
    background-color: #ffffcc;
    color: #000000;
}

.MaskedEditMessage {
    color: #ff0000;
    font-weight: bold;
}

.MaskedEditError {
    background-color: #ffcccc;
}

.MaskedEditFocusNegative {
    background-color: #ffffcc;
    color: #ff0000;
}

.MaskedEditBlurNegative {
    color: #ff0000;
}

.MyCalendar .ajax__calendar_container {
    background-color: #5fb7e5;
    border: 1px solid #056ea0;
    color: White;
}

.MyCalendar .ajax__calendar_other .ajax__calendar_day, .MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}

.MyCalendar .ajax__calendar_hover .ajax__calendar_day, .MyCalendar .ajax__calendar_hover .ajax__calendar_month, .MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}

.MyCalendar .ajax__calendar_active .ajax__calendar_day, .MyCalendar .ajax__calendar_active .ajax__calendar_month, .MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight: bold;
}

/* SlideShow styles */

.slideTitle {
    font-size: small;
    font-style: italic;
    font-weight: bold;
}

.slideDescription {
    font-size: small;
    font-weight: bold;
}

.validatorCalloutHighlight {
    background-color: lemonchiffon;
}

.ListSearchExtenderPrompt {
    background-color: white;
    color: Gray;
    font-style: italic;
}

.ajax__calendar_container {
    z-index: 1000;
}

.ajax__calendar {
    display: block;
    left: 0px !important;
    position: relative;
    top: 0px !important;
    visibility: visible;
}

    .ajax__calendar iframe {
        left: 0px !important;
        top: 0px !important;
    }

.lblWelName {
    color: #000000;
    font-family: verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    text-transform: none;
}

.PagingStyle {
    border: 1px #A8A8A8 solid;
    color: #000000;
    font-family: verdana, Arial;
    font-size: 11px;
    font-weight: normal;
    height: 17px;
    width: 28px;
}

.PagingFirst {
    background-image: url(../Images/PgFst.png);
    background-repeat: repeat;
    border: 0px solid #999999;
    cursor: pointer;
    height: 22px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 2px;
    vertical-align: bottom;
    width: 22px;
}

.PagingLast {
    background-image: url(../Images/PgLst.png);
    background-repeat: repeat;
    border: 0px solid #999999;
    cursor: pointer;
    height: 22px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 2px;
    vertical-align: bottom;
    width: 22px;
}

.PagingPrev {
    background-image: url(../Images/PgPrv.png);
    background-repeat: repeat;
    border: 0px solid #999999;
    cursor: pointer;
    height: 22px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 2px;
    vertical-align: bottom;
    width: 22px;
}

.PagingNext {
    background-image: url(../Images/PgNxt.png);
    background-repeat: repeat;
    border: 0px solid #999999;
    cursor: pointer;
    height: 22px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 2px;
    vertical-align: bottom;
    width: 22px;
}

.button1 {
    border-top: 1px solid #003688;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #003688;
    text-indent: 10px;
    height: auto;
    width: 100%;
    text-decoration: none;
    vertical-align: middle;
    background-color: #d1e3f0;
    border-color: skyblue;
    border-radius: 100px;
}

input.groovybutton {
    border-top: 1px solid #003688;
    background: #65a9d7;
    background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
    background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
    background: -moz-linear-gradient(top, #3e779d, #65a9d7);
    background: -ms-linear-gradient(top, #3e779d, #65a9d7);
    background: -o-linear-gradient(top, #3e779d, #65a9d7);
    padding: 5px 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: #003688;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    vertical-align: middle;
    width: 100%;
    background-color: #d1e3f0;
}

.button:hover {
    border-top-color: #28597a;
    background: #28597a;
    color: #ccc;
}

.button:active {
    border-top-color: #1b435e;
    background: #1b435e;
}

.button_enable {
    border: 1px solid #7eb9d0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 11px;
    font-family: arial, helvetica, sans-serif;
    padding: 2px 2px 2px 2px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #a7cfdf;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a7cfdf), to(#23538a));
    background-image: -webkit-linear-gradient(top, #a7cfdf, #23538a);
    background-image: -moz-linear-gradient(top, #a7cfdf, #23538a);
    background-image: -ms-linear-gradient(top, #a7cfdf, #23538a);
    background-image: -o-linear-gradient(top, #a7cfdf, #23538a);
    background-image: linear-gradient(to bottom, #a7cfdf, #23538a);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a7cfdf, endColorstr=#23538a);
}

    .button_enable:hover {
        border: 1px solid #5ca6c4;
        background-color: #82bbd1;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#82bbd1), to(#193b61));
        background-image: -webkit-linear-gradient(top, #82bbd1, #193b61);
        background-image: -moz-linear-gradient(top, #82bbd1, #193b61);
        background-image: -ms-linear-gradient(top, #82bbd1, #193b61);
        background-image: -o-linear-gradient(top, #82bbd1, #193b61);
        background-image: linear-gradient(to bottom, #82bbd1, #193b61);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#82bbd1, endColorstr=#193b61);
    }

.button_disable {
    border: 1px solid #003688;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 11px;
    font-family: arial, helvetica, sans-serif;
    padding: 2px 2px 2px 2px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #003688;
    background-color: #f2f9fe;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f9fe), to(#d6f0fd));
    background-image: -webkit-linear-gradient(top, #f2f9fe, #d6f0fd);
    background-image: -moz-linear-gradient(top, #f2f9fe, #d6f0fd);
    background-image: -ms-linear-gradient(top, #f2f9fe, #d6f0fd);
    background-image: -o-linear-gradient(top, #f2f9fe, #d6f0fd);
    background-image: linear-gradient(to bottom, #f2f9fe, #d6f0fd);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f2f9fe, endColorstr=#d6f0fd);
}

    .button_disable:hover {
        border: 1px solid #93cdf7;
        background-color: #c3e3fa;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#c3e3fa), to(#a5defb));
        background-image: -webkit-linear-gradient(top, #c3e3fa, #a5defb);
        background-image: -moz-linear-gradient(top, #c3e3fa, #a5defb);
        background-image: -ms-linear-gradient(top, #c3e3fa, #a5defb);
        background-image: -o-linear-gradient(top, #c3e3fa, #a5defb);
        background-image: linear-gradient(to bottom, #c3e3fa, #a5defb);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c3e3fa, endColorstr=#a5defb);
    }

/*
.oval
{
    border-left: solid 1px #444f82;
    border-right: solid 1px #444f82;
    border-top: solid 1px #444f82;
    border-bottom: solid 1px #444f82;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    background-color: #d1e3f0;
}

.myclass
{
    border-style: solid;
    border-width: 2px;
    border-color: skyblue;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

*/

.select2-container--default .select2-selection--single .select2-selection__rendered {
    border-color: Gray;
    line-height: 20px !important;
}
.select2-container .select2-selection--single {
    border-color: Gray;
    height: 20px !important;
}
.select2-results__option {
    font-size: 12px !important;
    padding: 3px 6px !important;
}
.select2-dropdown {
    width: max-content !important;
}
#content{
    min-width:99% !important;
}



/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 95%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }
.selectize-control.combo-box {
    display: inline-block;
    width: 160px;
}
.selectize-input {
    padding: 0 10px;
}