html {
}

/* fix for jquery ui draggable problem on firefox : dialogs 'jump' when dragging them */
/* https://bugs.jqueryui.com/ticket/9315 */
/*@-moz-document url-prefix() { /* firefox */
 /*body{
  position: relative;
  overflow: auto;
 }
}*/

 .stickytop *, .popup, .boxwhite {
     box-sizing: content-box !important; /* Added to prevent compatiblity issues with w3.css while porting to Platform */
 }
 
 .messagetextsearch img{
     max-width: 100%;
 }

body {
    font: 14px "Arial", "Helvetica", sans-serif;
    background-color: white;
    margin: 0px;
    padding: 0px;
}

H1 {
    font-family: "Ubuntu Condensed", "Trebuchet MS", sans-serif;
    color: #820263;
    font-stretch: condensed;
    font-size: 27px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 2px;
}

H5 {
    font-family: "Ubuntu Condensed", "Trebuchet MS", sans-serif;
    color: #820263;
    font-stretch: condensed;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 2px;
    margin-left: 4px;
    height: 2px;
}

H6 {
    font-family: "Ubuntu Condensed", "Trebuchet MS", sans-serif;
    color: #820263;
    font-stretch: condensed;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    margin-top: 2px;
    margin-left: 4px;
    height: 2px;
}

H7 {
    font-family: "Ubuntu Condensed", "Trebuchet MS", sans-serif;
    color: lightgray;
    font-stretch: condensed;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0px;
    margin-top: 2px;
    margin-left: 4px;
    height: 2px;
}

textarea {
    resize: none;
}

#topbar1 {
    background-color: white;
    height: 36px;
}

#insidetopbar1 {
    text-align: right;
    color: RGB(130, 2, 99);
    width: 950px;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    padding-top: 5px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    position: relative;
}

#topbar2 {
    background-color: white;
    height: 65px;
}

#insidetopbar2 {
    color: RGB(65,65,65);
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
}

#microbizzbyventu {
    float: left;
    margin-left: 30px;
    font-size: 0.6em;
    text-align: left;
}

#adminpromote svg {
    fill: #C3C3C3;
}

#admindemote svg {
    fill: RGB(130, 2, 99);
}

#globalsettings svg {
    fill: RGB(130, 2, 99);
}


#quickbar {
    float: right;
    height: 45px;
    list-style-type: none;
    padding-left: 0px;
}

#quickbar li {
    width: 47px;
    text-align: center;
    text-transform: uppercase;
    color: RGB(177,177,177);
    font: 7px "Lucida Sans Unicode";
}

#quickbar .menudivider {
    float: right;
    margin-top: -10px;
}


.qb {
    margin: 0px;
    padding: 0px 1px 0px 1px;
    float: left;
}

.qbar_hover {
    display: none;
}

.qb .qbtextcontainer {
    overflow: hidden;
}

#topbar3 {
    margin-top: 10px;
    background-color: RGB(130, 2, 99);
    height: 41px;
}


.stickytop {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 5000;
    background: white;
}

.stickytop.hasYellowBar {
    margin-top: 17px;
}


.maincontainer {
    margin: 2px auto 10px auto;
    padding: 0px 0px 10px 0px;
    width: 950px;
    font-size: 13px;
}

@media print {
    .stickytop {
        display: none;
    }

    .maincontainer {
        margin-top: 15px !important;
    }
}


A {
    color: black;
}

.tttext a:link{
    color: black;
}

A:not(.button):hover {
    color: #820263;
}

#container {
    width: 950px;
    margin: 2px auto 10px auto;
    margin-top: 182px !important;
}

.infowindow {
    background: RGB(130,2,99);
    padding: 2px;
    position: fixed;
    width: 250px;
    color: white;
    bottom: 0px;
    right: 30px;
    z-index: 10000;
    font-size: 13px;
    text-align: center;
    display: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.infowindow_inner {
    border: 2px solid white;
    padding: 10px 15px 10px 15px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.hiddenbox { display: none;}

.postscript {
    display: none;
}

.no-close .ui-dialog-buttonset {
    display: none;
}

.no-close .ui-dialog-buttonpane {
    display: none;
}

#quickmenu {
    z-index: 12000;
    position: fixed;
    top: 190px;
    left: -160px;
    width: 181px;
}

#quickmenutab {
    float: right;
    margin-top: 10px;
}


#quickmenucontainer {
    width: 156px;
    border: 1px solid #E0E0E0;
    background: #F7F7F7
}


#qmitemlist {
    list-style-type: none;
    margin: 0px;
    padding: 0px 0px 20px 0px;
}

#qmitemlist li { display: block; list-style: none; width: 140px; height: 23px; padding-left: 10px; padding-top: 8px; background: URL('/gfx/menu/menu.png'); background-repeat: no-repeat; overflow: hidden;}
#qmitemlist li a {font-size: 10px; font-weight: bold; text-decoration: none; color: black; text-align: left; text-transform: uppercase; white-space: nowrap; }
#qmitemlist li a:hover {color: RGB(176,20,127);}

#qmtrash {height: 31px; width: 156px; overflow: hidden; background: url('/gfx/menu/menu_delete.png'); list-style-type: none; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; display: none;}
#qmtrash li {height: 0px;}

#globalsearchbar {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

#globalsearchfield {
    display: inline-block;
    margin-right: 5px;
}

#globalsearchquery {
    font: 14px "Arial", "Helvetica", sans-serif;
    display: inline-block;
    vertical-align: top;
    width: 190px;
}

#globalsearchbutton {
    display: inline-block;
}

#globalsearchbutton input {
    display: inline-block;
    max-width: 100%;
    height: 26px;
    vertical-align: top;
}

#screenblocker {
    position: fixed;
    top: 0;
    overflow: hidden;
    background: gray;
    text-align: center;
    vertical-align: middle;
    z-index: 999998;
    display: none;
}

#screenmessage {
    position: fixed;
    background: white;
    width: 500px;
    text-align: center;
    padding: 20px 5px 20px 5px;
    vertical-align: middle;
    z-index: 999999;
    display: none;
}

.pagination {
  display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 2px 5px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #aaa;
    border-radius: 3px;
    margin: 0 2px;  
}

.pagination a.active {
    color: #d00;
}

.pagination a:hover:not(.active) {
    color: #888;
}

.notrans {
    color: red;
}

.notrounded {
    border: none;
}

.containerbox {
    background: white;
    margin-bottom: 5px;
    padding: 3px;
    border: 1px solid #9FA4A9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

input[type=checkbox],input[type=radio] {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    
    border: none;
    padding: 0px;
}

.ui-datepicker-week-col {
    text-align: right;
    padding-right: 2px;
}

input:not([type=file]):not([type=image]):not([type=checkbox]):not([type=radio]),select:not(.ui-datepicker-month):not(.ui-datepicker-year),textarea {

    border: 1px solid #666666;

    /* Safari 5, Chrome support border-radius without vendor prefix.
     * FF 3.0/3.5/3.6, Mobile Safari 4.0.4 require vendor prefix.
     * No support in Safari 3/4, IE 6/7/8, Opera 10.0.
    */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    /* with a big radius/font there needs to be padding left and right
     * otherwise the text is too close to the radius.
     * on a smaller radius/font it may not be necessary
    */
    padding: 4px 7px;

    /* only needed for webkit browsers which show a rectangular outline;
     * others do not do outline when radius used.
     * android browser still displays a big outline
    */
    outline: 0;

    /* this is needed for iOS devices otherwise a shadow/line appears at the
     * top of the input. depending on the ratio of radius to height it will
     * go all the way across the full width of the input and look really messy.
     * ensure the radius is no more than half the full height of the input, 
     * and the following is set, and everything will render well in iOS.
     * TODO: This gives trouble in Chrome, so check if there really is a problem on iOS
    */
    /*-webkit-appearance: none;*/
}

input[type=button],input[type=submit] {
    padding: 2px 6px 2px 6px;
    box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.39);
}

.dropshadow {
    /* Chrome, FF 4.0 support box-shadow without vendor prefix.
     * Safari 3/4/5 and FF 3.5/3.6 require vendor prefix.
     * No support in FF 3.0, IE 6/7/8, Opera 10.0, iPhone 3.
     * change the offsets, blur and color to suit your design.
    */
    -moz-box-shadow: 2px 2px 3px #666;
    -webkit-box-shadow: 2px 2px 3px #666;
    box-shadow: 2px 2px 3px #666;

}

input:focus, select:focus, textarea:focus {

    /* supported IE8+ and all other browsers tested.
     * optional, but gives the input focues when selected.
     * change to a color that suits your design.
    */
    border-color: RGB(176, 20, 127) !important;

}

.markedcell > div {
    border: 1px solid #666666;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;    
    background: #E6E6E6;
    margin: 4px 0 4px 0;
    padding: 5px;
}

.lay_celltitle { font-weight: bold; font-size: 1.05em; font-style: italic; margin-bottom: 5px; }

.lay_fieldlabel { word-wrap: break-word; }

@media (max-width: 750px) {
    .lay_responsive_cell { width: 100% !important;}
}

.tutorial_nextlevel {
    float: right;
    cursor: pointer;
}

#mbimageviewer {
    z-index: 200000;
    display: none;
    width: 1px;
    height: 1px;
    position: absolute;
    left: 50%;
}

#mbimageviewer #mbivinner {
    box-shadow: 0 0 12px gray;
    position: relative;
    background-color: white;
    padding: 20px;
    border: 1px solid black;
    width: 400px;
    height: 400px;
    overflow: hidden;
}

.buttonlayouthidden {
    display: none;
}

.buttonlayoutshown {
    display: inline;
}

.filelist_attachment {
    width: 275px;
    height: 40px;
    float: left;
    margin: 5px;
    overflow: hidden;
}

.filelist_attachment .icon {
    float: left;
    width: 40px;
}

.filelist_attachment .text {
    margin-left: 45px;
}
.formcfgsubmitbutton {
    margin-top: 20px;
    padding: 15px 25px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    border: none;
    border-radius: 0px;
    box-shadow: 0 9px #999;
    background-color: gray;
}

.formcfgsubmitbutton:hover {
    background-color: #AEBA16;
    color: black;
}

.formcfgsubmitbutton:active {
    transform: translateY(2px);
}

ul#horizontal-list {
    width: 350px;
    list-style: none;
    margin-left: -40px;
}

ul#horizontal-list li {
    padding: 5px;
    margin: 5px;
    display: inline;
    background-color: lightgray;
    cursor: pointer;
    border-radius: 5px;
}

#drop_zone {
  border: 1px solid lightgray;
  width:  auto;
  height: 45px;
  padding: 5px;
}

#subscribers {
    max-height: 65px;
    height: 65px;
    width: auto;
    overflow-y: auto;
    overflow-x: hidden;
}

.teammembers {
    max-height: 140px;
    height: 140px;
    width: auto;
    overflow-y: auto;
    overflow-x: hidden;
}

#teammembers {
    max-height: 150px;
    height: 150px;
    width: auto;
    overflow-y: auto;
    overflow-x: hidden;
}


.custom-file-upload {
    background-color: white;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 3px;
}

.config-vertical-menu {
    width: 200px;
    float: left;
    font-weight: bold;
}

.config-vertical-menu a {
    background-color: #f1f1f1;
    color: black;
    display: block;
    padding: 12px;
    text-decoration: none;
}

.config-vertical-menu a:hover {
    background-color: #ccc;
}

.config-vertical-menu a.active {
    background-color: #820262;
    color: white;
}

#settings_container {
  border-radius: 5px;
  border: 1px solid gray;
  padding: 2px;
}

.receivers {
    max-height: 127px;
    height: 127px;
    width: 190px;
    overflow-y: scroll;
    overflow-x: hidden;
}

div[name=messagetext] {
    max-height: 93px;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: #820262;
  color: white;
  text-align: left;
  border-radius: 15px;
  padding: 7px 7px;
  font-weight: bold;
  z-index: 1000000;
  position: absolute;
  margin-left: 5px;
  margin-top: -6px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  white-space: nowrap;
}

.msgtooltip {
  position: relative;
  display: inline-block;
}

.msgtooltip .msgtooltiptext {
  visibility: hidden;
  width: auto;
  background-color: #820262;
  color: white;
  text-align: left;
  border-radius: 10px;
  padding: 7px 7px;
  font-weight: bold;
  z-index: 1000000;
  position: absolute;
  margin-left: -1px;
  margin-top: 35px;
}

.msgtooltip:hover .msgtooltiptext {
  visibility: visible;
  white-space: nowrap;
}

#cfginfo {
    padding: 5px 5px;
    text-align: center;
    font-weight: normal;
}

.fakeselect {
    background-color: #eee;
    border-radius: 4px;
    border: 1px solid gray;
    margin-left: 4px;
    padding: 4px 4px 4px 6px;
}

.btn_project {
    background-color: #820263;
    border: none;
    color: white;
    font-size: 11px;
    cursor: pointer;
    width: 120px;
    height: 27px;    
}

.btn_project:hover {
    background-color: #fd41d9;
}


div.procwarning {
    text-align: right;
}
div.procwarning img {
    cursor: pointer;
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: .2em;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    border: 1px solid #f7f7f7;
}
#ui-id-13{
    padding: 2px;
}
#ui-id-13 #list_autocomplete a{
    margin: 0;
    padding: 0;
}

#list_autocomplete:hover {
    border: 1px solid #666666 !important;
    background: #AEBA16;
    font-weight: normal;
    color: #212121;
}
#list_autocomplete:hover a{
    background: none;
    border: none;
}
.ui-dialog-buttonpane .ui-dialog-buttonset button {
    font-size: 12px;
    border: 1px solid black;
    margin: .5em .4em .5em 0;
    padding: .4em 1em;
    cursor: pointer;
    box-shadow: none;
}
.ui-dialog-buttonpane .ui-dialog-buttonset button span {
    margin: 0;
    padding: 0;
}


div.detailstoolbox div.platform_component_breadcrumbs {
    display: inline-block;
}
div.uibreadcrumbs {
    font-size: 1.0em;
    font-weight: bold;
    padding: 2px 0 2px 0;
}


div.uiBodyHTML {
    margin: 5px 40px 5px 40px;
    max-width: 80%;
    word-break: break-word;
    overflow: auto;
    overflow-wrap: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
div.uiBodyHTML p{
    max-width: 600px;
    min-height: 16px;
}
div.uiBodyHTML img{
    max-width: 100%;
}



@media (max-width: 1000px) {
    .maincontainer{
        width: 90%;
        margin: auto;
    }
    #tabscontainer{
        width: 100%;
        margin: auto;
    }
}

@media (min-width: 1280px) and (max-width: 1599px) {
    #container.maincontainer.responsive {
        width: 1240px;
        display: flex;
        justify-content: center;
    }
    #datacontainer.maincontainer.responsive,#datacontainer .responsive {
        width: 1240px;
        display: flex;
        justify-content: center;
    }
}
@media (min-width: 1600px) {
    #container.maincontainer.responsive {
        width: 1560px;
        display: flex;
        justify-content: center;
    }
    #datacontainer.maincontainer.responsive,#datacontainer .responsive {
        width: 1560px;
        display: flex;
        justify-content: center;
    }
}
/* this is purely to counter /jquery/themes/pink/jquery-ui-1.10.4.custom.css */
.ui-dialog.ui-widget{
    overflow: inherit;
}

.settings_title_header {
    display: flex;
    font-weight: bold;
    font-size: 15px;
    color: #820262;
    background-color: #f1f1f1;
}

.settings_title_header p {
    flex: 1;
}


/* summernote modal popup image in front of base dialog fix */
.note-modal {
    z-index: 15000 !important;
}

modal-backdrop, .modal-backdrop.in{
    display: none;
}

.lay_table {  
    table-layout: fixed;
    width: 100%;
}

.img_category{
    width: 12px;
    height: 12px;
}



#productfinddialog{
    width: 100%;
}
#productfindtable{
    width: max-content;
    margin: auto;
}
#productfinddialog TABLE.lined TH,#productfinddialog TABLE.lined TD{
    padding: 1px;
}
#productfinddialog .lined{
    min-width: 925px;
}
#productfinddialog .tabulatorcontainer{
    width: max-content;
}

#pendingproductlistcontainer tr {
    display: flex;
}

#pendingproductlistcontainer tr td, #pendingproductlistcontainer tr th{
    box-sizing: border-box;
}
#pendingproductlistcontainer tr td input, #pendingproductlistcontainer tr th{
    box-sizing: border-box;
}

svg.uimoduleicon  {
    fill: gray;
    stroke: gray;
}
#quickbar svg{
    fill:gray;
    stroke:gray;
}
.textarea_with_expand {
    position: relative;
}
.textarea_with_expand.expanded {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw!important;
    height: 100vh!important;
    overflow: auto;
    z-index: 20000;
    margin-left: 0!important;
}
.textarea_with_expand.expanded textarea{
    top: 0;
    left: 0;  
    box-sizing: border-box;
    width: 100%!important;
    height: 100%!important;
    overflow: auto;
    border: none;
}
.textarea_with_expand:hover .textarea_controls{
    opacity: 1;
}
.textarea_with_expand .textarea_controls{
    opacity: 0;
    position: absolute;
    right: 12px;
    top: 4px;
}
/* todo_project layout is broken. Since we phase it out. adjusting here makes more sense. */
.todo_project_edit_container .textarea_with_expand .textarea_controls{
    position: absolute;
    right: 22px;
    top: 4px;
}
.textarea_with_expand .textarea_controls .bodyCollapse, .textarea_with_expand.expanded .textarea_controls .bodyExpand{
    display: none;
}
.textarea_with_expand.expanded .textarea_controls .bodyCollapse{
    display: block;
}


/*copy is in GlobalInterface*/
*{
    scrollbar-width: auto;
}
  
*::-webkit-scrollbar {
    width: 8px!important; /* Mostly for vertical scrollbars */
    height: 8px!important; /* Mostly for horizontal scrollbars */
    background-color: #F5F5F5;
}
  
  
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 8px;
    background-color: #F5F5F5;
}
  
::-webkit-scrollbar-thumb {
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #9e9e9e;
}