.container{
    width: 100%!important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

#delSalabamDiv-id-1{
    display:none;
}

#scrollTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: rgba(85, 85, 85, 0.12);
    color: rgba(255, 125, 44, 0.82);
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#scrollTop:hover{
    color: rgba(85, 85, 85, 0.42);
    background-color: rgba(255, 125, 44, 0.38);
}

.enabledButton {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.disabledButton {
    background-color: #d81200;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.errorButton {
    background-color: #ff8300;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.addButton {
    background-color: #1aa0ff;
    border: none;
    color: white;
    padding: 2px 6px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
}

.gGrid{
    width: 100%;
}

.dragscroll{
    overflow-x: scroll;
    overflow: scroll;
    cursor: grab;
    cursor : -o-grab;
    cursor : -moz-grab;
    cursor : -webkit-grab;
}

.pagination li{
    display: inline-block !important;
    width: 45px;
}

.success{
    color: green;
}

.alert{
    color: red;
}

.notice{
    color: blue;
}

.warning{
    color: orange;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
    background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panelaccordion {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}

.blplus, .blfire, .blsuspend{
    cursor: pointer;
}

.autoform-extra{
    margin-top:10px;
}

.center {
    margin: 0 auto;
    width: 50%;
}

.hide{
    display:none;
}

.selectable-selected{
    background-color: rgba(0, 255, 49, 0.33) !important;
}

.CodeMirror {
    border: 1px solid #eee;
    height: auto;
}

.switchVariable{

}

.ui-tooltip{
    opacity: 0.9;
}

.red{
    color:red;
}

.green{
    color:green;
}

td.highlight {
    background-color: whitesmoke!important;
}

#gridTable tr.even {
    background-color: #EBF2F8;
}