body {
    overflow-y: hidden !important;
}

div.sidebar-title span.fa {
    cursor: pointer;
    padding-left: 10px;
}
div.sidebar-title span.fa:hover {
    color: #fff;
}

textarea {
    resize: none;
}

.pkey {
    font-weight: bold;
    color: #000;
}

.overlay {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    background-color: #000;
    opacity: 0.5;
    z-index: 10002;
}

.overlay .loader {
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    position: fixed;
    z-index: 10003;
}

.overlay .loader span {
    display: block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin: 0;
    padding: 1px;
    text-align: center;
    font-size: 50px;
    color: white;
}


ul.nav-main li .nav-children li a {
    padding: 2px 1px 2px 57px;
}


.db_table {
    min-width: 220px;
    min-height: 40px;
    background-color: #98BFDA;
    padding: 4px;
    border-radius: 7px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
    width: auto !important;
}
.db_table .title {
    padding: 0 3px;
    color: #000;
}
.db_table .title span {
    cursor: default;
    display: inline-block;
    max-width: 180px;
}
.db_table .title span:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}
.db_table .title span.fa {
    line-height:20px;
    cursor: pointer;
}
.db_table .title span.fa:hover {
/*    padding-top: 1px;
    padding-left: 1px;*/
}
.db_table .columns {
    background-color: #fff;
    font-size: 11px;
}

.db_table .columns table {
    padding:5px;
    border: 0;
}

.db_table .columns table td {
    padding:0 1px 0 1px;
    border: 1px solid #cccccc;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
}

@keyframes highlight {
    0% {
        background-color: #98BFDA;
    }
    100% {
        background-color:#7988A2;
    }
}
@-webkit-keyframes highlight {
    0% {
        background-color: #98BFDA;
    }
    100% {
        background-color:#7988A2;
    }
}

.db_table.found {
    animation-name: highlight;
    animation-duration: 0.2s;
    animation-iteration-count: 10;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: highlight;
    -webkit-animation-duration: 0.2s;
    -webkit-animation-iteration-count: 10;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out;
}


.tabs-primary li.disabled a:hover {
    background: none repeat scroll 0 0 #f4f4f4;
    border-color: #dddddd #eeeeee -moz-use-text-color;
    border-style: solid solid none;
    border-width: 3px 1px medium;
}

.elipsis {
    text-overflow: ellipsis;
}

.table .rowNo {
    width: 50px;
}

.table .actions {
    width: 80px;
}

table[data-edit] td.actions a {
    cursor: pointer;
    line-height: 20px;
    padding-left: 10px;
    margin-right: 10px;
}

table[data-edit] tr td.actions .on-default {
    display: inline-block;
}
table[data-edit] tr td.actions .on-editing {
    display: none;
}
table[data-edit] tr.editing td.actions .on-editing {
    display: inline-block;
}
table[data-edit] tr.editing td.actions .on-default {
    display: none;
}

table[data-edit] tr.editing td input[type="number"] {
    width: 80px;
}

table[data-edit] tr:first-child a.up-row {
    visibility: hidden !important;
}

table[data-edit] tr:last-child a.down-row {
    visibility: hidden !important;
}

tr.editing td .select2-container {
    width:100%;
}

tr.editing > td  {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

tr.editing td input[type="text"], tr.editing td input[type="number"] {
    width: 100%;
    height: 26px;
    line-height: 26px;
    border: 1px solid #aaa;
    border-radius: 4px;
    padding-left: 5px;
}

tr.editing td input[type="number"] {
    line-height: 23px;
}

tr.editing .select2-chosen, tr.editing .select2-choice > span:first-child, tr.editing .select2-container .select2-choices .select2-search-field input {
    padding: 0;
}

tr.editing .select2-container-multi .select2-choices {
    min-height: 26px;
}

tr.editing .select2-container-multi .select2-choices .select2-search-field input {
    height: 22px;
}

tr.editing .select2-container-multi .select2-search-choice-close {
    top:10px;
}

.notifications .notification-menu .content {
    padding: 7px;
}

#projects_menu li[data-id]:hover {
    background-color: #eee;
}


.ball {
    border-radius: 100px;
    display: block;
    float: right;
    width: 10px;
    height: 10px;
    margin-top: 6px;
    margin-right: 4px;
    margin-left: -10px;
}

.ball.blue {
    border-color: #0088CC;
    background-color: #0088CC;
}





.notification-menu .image.m5 {
    float: left;
    margin: 5px 10px 0 0;
}

.notification-menu .image i {
    height: 23px;
    line-height: 23px;
    width:23px;
}

.sidebar-left .sidebar-header .sidebar-toggle:hover i {
    color: #0088cc;
}

ul.nav-main > li > a {
    padding: 5px 15px;
}

.content-body {
    padding: 0;
}

#toolbar {
    background-color: #ddd;
    border-bottom: 1px solid #666;
    box-shadow: 0 2px 5px #666;
    font-family: sans-serif;
    font-size: 13px;
    height: 26px;
    /*position: fixed;*/
    width: 100%;
    z-index: 60;
}

#toolbar ul#menu {
    background-color: #eee;
    height: 26px;
    left: 1px;
    line-height: 26px;
    position: absolute;
    top: 0;
}

#toolbar ul#menu > li {
    color: #333;
    cursor: default;
    display: inline-block;
    list-style-type: none;
    padding-left: 5px;
    padding-right: 5px;
}

#minimap {
    background-color: #dddddd;
    border: 1px solid #666666;
    bottom: 20px;
    right: 20px;
    height: 100px;
    width: 100px;
    overflow: hidden;
    position: fixed;
    z-index: 90;
}

#minimap div.mini {
    position: absolute;
    background-color: #006697;
    border: none;
}

#mmvp {
    background-color: #98BFDA;
    border: none;
    float: left;
    position: absolute;

    width: 1px;
    height: 1px;
}

.notifications .notification-menu hr {
    margin: 3px 0;
}

.notification-menu .message {
    min-height: 15px;
}

div.db_table .fa-gears {
    position: relative;
}

div.db_table .fa-gears div {
    display: none;
    background-color: #fff;
    position: absolute;
    right: -20px;
    padding: 10px 0;
    box-shadow: 0 5px 10px -3px rgba(0, 0, 0, .4), 0 0 0 1px rgba(0,0,0,.05);
}

div.db_table .fa-gears div span{
    line-height: 30px !important;
    height: 30px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    white-space: nowrap;
    width: 100%;
    text-align: left;
}

div.db_table .fa-gears div span:hover{
    background: rgba(0,0,0,.2);
}

div.db_table .fa-gears div span i{
    padding-left: 10px;
}

div.db_table .fa-gears.menu_open div {
    display: block;
}

#searchbox {position: relative;margin-bottom: 30px;}
#searchbox .fa-search {position: absolute;color: #999;z-index: 10;top:7px;left:5px;}
#searchbox .fa-close {position: absolute; color: #999; z-index: 10; top:7px; right:10px; display:none; cursor: pointer;}
#searchbox input {left:0; right:0;position: absolute; margin: auto; width:100%; padding-left:20px;border:3px solid #000;}

.db_table .columns table td span {
    float: left;
    padding-top: 5px;
}


#formProject .select2-container {
    width: 100%;
}
#formProject .select2-container .select2-choice {
    border: 1px solid #ccc;
    height: 34px;
    line-height: 1.42857;
    padding:0;
}

.page-header .right-wrapper .fa {
    font-size: 17px;
    font-size: 1.7rem;
}

.notification-icon .badge {
    background: #d2312d none repeat scroll 0 0;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    height: 16px;
    padding: 3px 5px;
    position: absolute;
    right: -8px;
    top: -3px;
}

#actionIcons .icon {
    float:left;
    margin-top: 10px;
    line-height: 30px;
    padding-right:10px;
    font-size:1.5rem;
}

#actionIcons .icon i.fa {
    cursor: pointer;
}