.mainContainer{
}

.one{background: #dfeffc;}
.two{background: #5c9ccc;}
.three{background: #828282;}
.four{background: #a88888;}

.select2-chosen  {
    margin-right:0px !important;
}

ul.ui-tabs-nav {
    height: auto;
    min-height:40px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0px;
}
.pad-right {
    padding-right:7.5px;
}
.pad-left {
    padding-left:7.5px;
}
.ui-dialog .ui-dialog-titlebar-close span {
    margin-left:-8px;
    margin-top:-8px;
}
.myp-dialog{
    width:100% !important;
    height:100% !important;
}
.ui-dialog-title {
    float:none !important;
    display: block;
    text-align: center; 
}
pre {
    white-space: pre-wrap;       /* CSS 3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    direction: ltr;
}
table.xdebug-error,table.xdebug-error th {
    text-align:left;
}
.no-padding-bottom {
    padding-bottom: 0px !important;
}
/*.align-right {
    text-align: left;
}*/
.text-align-mirror {
    text-align: right;
}

.float-mirror {
    float: right;
}
table.ui-jqgrid-btable { height: 1px; }

.padding-bottom {
    padding-left: 15px;
    padding-right: 0px;
    margin-bottom: 20px;
}
.panel-heading {
    padding-right: 0px !important;
    padding-left: 15px !important;
}
.no-margin-vertical > * {
    margin-bottom: 0px;
    margin-top: 0px;
}
/** for number element, to set the - sign right! */
.number {
    direction: ltr;
    text-align: right;
}

/**
 * Adjust Select2 input heights to match the Bootstrap default.
 */
/*.select2-container .select2-choice {
  height: 30px !important;
  line-height: 1.42857 !important;
}*/
