Current File : //root/panel/modules/sentastico/assets/default.css
/* Default (Dark) Color Theme CSS for Sentora */

*, *:focus {
    outline: 0 none;
}
.container {
    margin-left: 0;
}
#page-sidebar {
    margin-left: 0;
    width: 250px;
}

#page-content {
    padding-top: 25px;
    margin-left: 249px;
}
.zmodule_content .panel-heading {
    min-height: 55px;
}
.navbar-inverse {
    background-color: rgb(28, 28, 28);
}
.dropdown-menu > li > a {
    padding: 5px 9px;
}

/* Drag and Drop */
.sortable a:focus {
    outline-offset: 0;
}
.sortable-dragging {
    border: 1px solid #E8E8E8;
}
li.sortable-placeholder {
    border: 1px dashed #CCC;
    background: #FCFCFC;
    height: auto;
    min-height: 160px;
    padding: 0;
    margin: 0;
}
.sortable.grid {
    overflow: hidden;
}
.handle {
    cursor: move;
    display: inline-block;
    position: relative;
    margin: 2px 0 0 10px;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjkxNkE4RDZCMTg4MTFFMkEwQTZGNENDMTk5Njg5M0EiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjkxNkE4RDdCMTg4MTFFMkEwQTZGNENDMTk5Njg5M0EiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGOTE2QThENEIxODgxMUUyQTBBNkY0Q0MxOTk2ODkzQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGOTE2QThENUIxODgxMUUyQTBBNkY0Q0MxOTk2ODkzQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pm7hDAYAAAAzSURBVHjaYszJyfnPAAT8/PyMIPrjx49E8ZkYyAQsMJNggFg++TYS66dRP476EQUABBgAOQlACVbFjQwAAAAASUVORK5CYII=);
}

li.disabled {
    opacity: 0.5;
}
li.highlight {
    background: #FEE25F;
}
.sortable, .exclude, .handles {
    margin: auto;
    padding: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.sortable.grid {
    overflow: hidden;
}
.sortable.grid li {
    height: auto;
    width: 48.8%;
}
.sortable li, .exclude li, .handles li {
    list-style: none;
    margin: 5px 0 20px;
    padding: 0;
    height: auto;
}
.sortable .sortable-first-col {
    clear: left;
    margin-right: 20px;
}
.sortable.grid li ul {
    margin: 0 0 0 5px;
}
.sortable.grid li ul li {
    display: inline-block;
    margin: 0 11px 5px 11px;
    list-style: none;
    text-align: center;
    width: auto;
    max-width: 60px;
    clear: none;
    line-height: 15px;
    vertical-align: text-top;
}
.sortable.grid li ul li img {
    height: 40px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
}

/* Module Page Headers */
.zmodule_header img {
    margin-right: 10px;
    margin-top: -7px;
}
.zmodule_header {
    margin: -15px -15px 0 -15px;
    background-color: #F0F0F0;
    padding: 10px;
    color: #666;
    font-family: Verdana, monospace;
    font-size: 29px;
}
.zmodule_title {
    font-size: 20px;
    padding-left: 43px;
}
.zmodule_desc {
    padding-left: 43px;
    font-size: 14px;
}
.panel-heading img {
    width: 35px;
    display: inline-block;
    float: left;
}

/* Modules Homepage */
.module-box {
    float: left;
    padding: 0;
    margin-bottom: 26px;
}
.module-box-title {
    margin-bottom: 0;
    padding: 0 10px 0 10px;
    border-bottom: 1px solid #EEE;
    color: #FFF !important;
    background-color: #333;
    height: 41px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.module-box-title h4 {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: 38px;
    color: #E2E2E2;
}

.module-box-title .tools {
    display: inline-block;
    padding: 0;
    margin: 9px 0 0 0;
    float: right;
}
.module-box-title .tools .expand,
.module-box-title .tools .collapse {
    display: inline-block;
    color: #838383;
    cursor:pointer;
    width: 16px;
    margin-top: 0;
    height: 16px;
    font-size: 18px;
    overflow: visible;
}

.module-box-body {
    background-color: #FFF;
    border: 1px solid #CCC;
    border-top: 0;
    padding: 10px;
    clear: both;
    overflow: auto;
}

.module-box-body a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 11px;
    color: #888;
    text-decoration: none;
}
.module-box-body img {
    margin-bottom: 5px;
}
.module-box:target,
.active-cat {
    border: 2px solid #B94A48;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.module-box:target > .module-box-title,
.active-cat > .module-box-title {
    background-color: #F2DEDE;
    border-color: #EED3D7;
}
.module-box:target > .module-box-title > h4,
.active-cat > .module-box-title > h4 {
    color: #B94A48;
}
.module-box:target > .module-box-body,
.active-cat > .module-box-body {
    border: none;
}

/* Typeahead search */
#module-search-wrap {
    width: 187px;
    margin: 0;
    position: relative;
    top: 51px;
    z-index: 1029;
    left: 19px;
}
#module-search {
    width: 187px;
}
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}

.tt-dropdown-menu {
    min-width: 160px;
    margin-top: 2px;
    padding: 5px 0;
    background-color: #FFF;
    border: 1px solid #CCC;
    border: 1px solid rgba(0,0,0,.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
}

.tt-suggestion.tt-is-under-cursor {
    color: #FFF;
    background-color: #0081C2;
    background-image: -moz-linear-gradient(top, #0088CC, #0077B3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088CC), to(#0077B3));
    background-image: -webkit-linear-gradient(top, #0088CC, #0077B3);
    background-image: -o-linear-gradient(top, #0088CC, #0077B3);
    background-image: linear-gradient(to bottom, #0088CC, #0077B3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0077B3', GradientType=0);
}

.tt-suggestion.tt-is-under-cursor a {
    color: #FFF;
}

.tt-suggestion p {
    margin: 0;
}

.tt-dataset-modules {
    width: 187px;
}
.tt-dataset-modules > h3 {
    margin: 0;
    padding: 3px 0 3px 17px;
    font-size: 19px;
    line-height: 25px;
    border-bottom: 1px solid #CCC;
}

/* Stats Button */
#acc-stats {
    padding: 10px 0 10px 18px;
    margin-top: 53px;
}
.stats-but {
    width: 188px;
    background-color: rgb(69, 69, 69);
    background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0,rgb(48, 48, 48)),color-stop(1,rgb(38, 38, 38)));
    background-image: -webkit-linear-gradient(-90deg,rgb(48, 48, 48) 0%,rgb(38, 38, 38) 100%);
    background-image: linear-gradient(-90deg,rgb(48, 48, 48) 0%,rgb(38, 38, 38) 100%);
    border: 1px solid rgb(20, 20, 20);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .06), 1px 1px 0 rgba(255, 255, 255, .03), -1px -1px 0 rgba(0, 0, 0, .02), inset 1px 1px 0 rgba(255, 255, 255, 0.05);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .06), 1px 1px 0 rgba(255, 255, 255, .03), -1px -1px 0 rgba(0,0,0,.02), inset 1px 1px 0 rgba(255, 255, 255, 0.05);
    color: rgb(159, 159, 159) !important;
    cursor: pointer !important;
    display: inline-block;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#303030',EndColorStr='#262626');
    padding: 7px 0;
    margin: 0;
    outline: 0;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
    -webkit-user-select: none;
    user-select: none;
    nonevertical-align: middle;
    white-space: normal;
    word-wrap: normal;
    font-family: Arial, sans-serif;
    font-size: 18px;
    letter-spacing: 1pt;
}
.stats-but:active {
    border-color: rgb(61, 61, 61);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}
.stats-but:focus {
    border-color: rgb(65, 65, 65);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    color: rgb(207, 207, 207) !important;
}
.stats-but:hover {
    background-color: rgb(61, 61, 61);
    background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0,rgb(47, 47, 47)),color-stop(1,rgb(45, 45, 45)));
    background-image: -webkit-linear-gradient(-90deg,rgb(52, 52, 52) 0%,rgb(45, 45, 45) 100%);
    background-image: linear-gradient(-90deg,rgb(47, 47, 47) 0%,rgb(52, 52, 52) 100%);
    border: 1px solid rgb(25, 25, 25);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .09),1px 1px 0 rgba(255, 255, 255, .05), -1px -1px 0 rgba(0, 0, 0, .02),inset 1px 1px 0 rgba(255, 255, 255, .05);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .09), 1px 1px 0 rgba(255, 255, 255, .05),-1px -1px 0 rgba(0, 0, 0, .02), inset 1px 1px 0 rgba(255, 255, 255, .05);
    color: rgb(175, 175, 175)!important;
}
.navbar-inverse .nav > li > a.nav-stat-button {
    margin: 0 8px 0 0;
    line-height: 0;
    padding: 10px 0 0 0;
}
.nav-stat-button .icon-chart-bar-2 {
    font-size: 34px
}
/*END Stats Button*/
/* Account info/stats*/
#statsdata-wrapper {
    margin: 0 0 20px 0;
}
.tab-pane {
    margin-bottom: 25px;
}
.stats-row {
    color: #333;
    font-size: 12px;
    background: #FFF;
    padding: 12px 0 28px 15px;
    line-height: 18px;
    border-top: 1px solid #DDD;
    min-width: 615px;
}
.tab-pane .s-top {
    border-top: none;
}
#usage .bar-row {
    height: 80px;
}
.stats-row:nth-child(even) {
    background-color: #F9F9F9;
}
.stats-column {
    float: left;
    width: 200px;
    padding: 0;
    display: block;
    height:20px
}
/* Domains stats */
.active {
    color: #00BC00;
}
.pending {
    color: #FF7E00;
}
.disabled {
    color: #EA0000;
}
/* END Account info/stats */

/* Loading overlay */
.zloader {
    position: fixed;
    top: 0;
    left: 0;
    text-align:center;
    z-index:99992;
    width: 100%;
    height: 100%;
}
.zloader_overlay {
    position: fixed;
    top: 0;
    left: 0;
    text-align:center;
    z-index:99991;
    width: 100%;
    height: 100%;
    background-color:#000;
    opacity:0.5;
    cursor:wait;
}
.zloader_content {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -110px; /* half width of the loader gif */
    margin-top: -11px; /* half height of the loader gif */
    text-align:center;
    width: 220px; /* width of the loader gif */
    height: 21px; /*hight of the loader gif +2px to fix IE8 issue */
    z-index:99992;
}
/* END loading overlay */
/* Modal Confirm Overlay */
.confirm {
    position: fixed;
    width:250px;
    min-height:120px;
    top: 25%;
    left:45%;
    margin:-50px 0 0 -50px;
    z-index:12000;
}
.confirm .modal-body {
    font-size:14px;
}
.confirm .controls {
    width: 150px;
    margin:0 auto;
    margin-top: 20px;
}
.controls button {
    margin-right: 10px;
}
/* END Modal Confirm Overlay */


@media screen and (min-width: 768px) {
    .navbar-brand {
        margin-right: 116px;
        padding: 7px 4px;
    }
    .wrap.container {
        margin-top: 9px;
    }
    .col-lg-9 {
        width: 96%;
    }
}


/* Tablet Portrait Only View */
@media screen and (max-width: 990px) and (min-width: 768px) {
    .sortable.grid li {
        width: 100%;
    }
    .sortable li, .exclude li, .handles li {
        margin: 10px 0 10px 0;
    }
    .alert {
        margin-left: 0;
    }
    #page-content {
        padding-top: 4px;
        margin-left: 11px;
        width: 100%;
    }

    .navbar-fixed-top {
        position: relative;
    }
    .collapse {
        overflow: hidden;
    }
    .collapse.in {
        overflow: visible;
        z-index: 4000;
    }
}
/* Tablet Only View */
@media (max-width: 979px) and (min-width: 990px) {
    .col-lg-12 {
        width: 724px;
    }
    #page-content {
        padding-top: 109px;
        margin-left: 14px;
    }
    .container {
        max-width: 940px;
    }
}
/* Tablet Landscape Only View */
@media (max-width: 1199px) and (min-width: 979px) {
    .sortable.grid li {
        width: 47.8%;
    }
    .wrap.container {
        padding-top: 49px;
    }
}



@media (max-width: 1199px) and (min-width: 768px) {
    .wrap.container {
        padding-top: 49px;
    }
    .col-lg-9 {
        width: 82%;
    }
}
@media (max-width: 900px) and (min-width: 768px) {
    .wrap.container {
        padding-top: 0;
        max-width: 874px;
        width: 97%;
    }
    .col-lg-9 {
        width: 84%;
    }
}


@media (min-width: 1199px) {
    .col-lg-9 {
        width: 86%;
    }
}



@media screen and (max-width: 480px) {
    /* Add your styles for devices with a maximum width of 480 */
    #page-content {
        width: 100%;
    }
}


@media screen and (max-width: 768px) {
    /* Add your styles for devices with a maximum width of 768 */
    .sortable.grid li {
        width: 100%;
    }
    .sortable li, .exclude li, .handles li {
        margin: 10px 0 10px 0;
    }
    .alert {
        margin-left: 0;
    }
    #page-content {
        padding-top: 4px;
        margin-left: 11px;
        width: 94%;
    }

    .navbar-fixed-top {
        position: relative;
    }
    .collapse {
        overflow: hidden;
    }
    .collapse.in {
        overflow: visible;
        z-index: 4000;
    }
    .wrap.container {
        padding-top: 0;
        max-width: 767px;
        width: 97%;
    }
}

/* Side bar Nav */
#menu-sidebar li ul {
    display:none;
    margin: 0;
    padding-left: 0;
}

#logo {
    padding: 10px 0 10px 18px;
}

#menu-sidebar {
    z-index: 100;
    list-style-type: none;
    width:225px;
    height: 100%;
    background: #1c1c1c;
    /*float: left;*/
    /*chrome was acting weird unless I added this in for some reason*/
    -margin-before: 0em;
    -margin-after: 0em;
    -margin-start: 0;
    -margin-end: 0;
    -padding-start: 0;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    -moz-margin-before: 0em;
    -moz-margin-after: 0em;
    -moz-margin-start: 0;
    -moz-margin-end: 0;
    -moz-padding-start: 0;
    margin: 0;
    padding: 0;
    position: absolute;
}
#sidebar-bg {
    width: 225px;
    height: 100%;
    background: #1C1C1C;
    position: fixed;
    z-index: 1;
}
#menu-sidebar .open {
    display: none;
    float: right;
    color: #585756;
    line-height: 34px;
    margin-right: 8px;
    font-weight: 700;
    font-size: 23px;
}
#menu-sidebar  .heading:hover .open {
    display: block;
}

#menu-sidebar li {
    /*border-top: 1px solid #fefefe;*/
    /*border-bottom: 1px solid #d3d3d1;*/

    list-style-type: none;
    background: inherit;
}
#menu-sidebar ul li {
    /*border-top: 1px solid #fefefe;*/
    /*border-bottom: 1px solid #d3d3d1;*/

    list-style-type: none;
    background: inherit;
}


#menu-sidebar .heading {
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 34px;
    color: #AAA;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-shadow: none;
    font-weight: 700;
    text-indent: 20px;
    padding: 0;
    margin: 0;
}
#menu-sidebar .heading:hover {
    /*background: #669933;*/
    /*background: #3e3e3e;*/
    cursor: pointer;
}

#menu-sidebar ul li a {
    display: block;
    padding: 0 0 0 20px;
    /*margin: 0 0 0 -40px;*/
    line-height: 34px;
    /*color: #504f4d;*/
    color: #61605e;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    text-align:left
        text-shadow: 0.1em 0.1em #FFF;
    text-indent: 0;
    text-decoration: none;
    border-top: 1px solid #1c1c1c;

}
#menu-sidebar ul li a:hover {
    background: #242424;
    border-top: 1px solid #141414;
}
.typeahead {
    width: 187px;
}



.number {
    background: #ee6c1e;
    padding: 1px 8px 1px 8px;
    margin: 0 0 0 10px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    color: #FFFfff;
    border-top: 1px solid #b65318;
    border-bottom: 1px solid #f8f7f5;
    font-size: 12px;
    text-shadow: none;

}

@charset "UTF-8";

@font-face {
    font-family: 'fontello';
    src: url("../fonts/fontello.eot?61448868");
    src: url("../fonts/fontello.eot?61448868#iefix") format('embedded-opentype'), url("../fonts/fontello.woff?61448868") format('woff'), url("../fonts/fontello.ttf?61448868") format('truetype'), url("../fonts/fontello.svg?61448868#fontello") format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?61448868#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    /* opacity .8 */
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - magrins should be symmetric */
    /* remove if not needed */
    margin-left: 0.2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.i-code {
    display: none;
}
.greyscale {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
}
.transparent {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

/*
.icon-password-assistant:before
.icon-my-account:before
.icon-usage-viewer:before

.icon-moduleadmin:before
.icon-phpinfo:before
.icon-phpsysinfo:before
.icon-shadowing:before
.icon-updates:before
.icon-sentoraconfig:before
.icon-news:before

.icon-backupmgr:before
.icon-cron:before
.icon-faqs:before
.icon-htpasswd:before
.icon-services:before
.icon-webalizer-stats:before

.icon-mysql-databases:before
.icon-mysql-users:before
.icon-phpmyadmin:before

.icon-dns-manager:before
.icon-domains:before
.icon-parked-domains:before
.icon-sub-domains:before

.icon-aliases:before
.icon-distlists:before
.icon-forwarders:before
.icon-mailboxes:before
.icon-webmail:before

.icon-client-notices:before
.icon-manage-clients:before
.icon-manage-groups:before
.icon-packages:before
.icon-theme-manager:before

.icon-ftp-management:before
*/
.icon-plus:before { content: '\2b'; }
.icon-home:before { content: '\2302'; }
.icon-home-1:before { content: '\e805'; }
.icon-cog:before { content: '\2699'; }
.icon-key-1:before { content: '\26bf'; }
.icon-pencil:before { content: '\270f'; }
.icon-rss:before { content: '\e73a'; }
.icon-rss-alt:before { content: '\e73b'; }
.icon-flow-tree:before { content: '\e792'; }
.icon-equalizer:before { content: '\e795'; }
.icon-terminal:before { content: '\e7ac'; }
.icon-folder:before { content: '\f067'; }
.icon-folder-open:before { content: '\f068'; }
.icon-beaker:before { content: '\f0c3'; }
.icon-folder-empty:before { content: '\f114'; }
.icon-lock-open:before { content: '\f513'; }
.icon-alert:before { content: '\1f4a5'; }
.icon-chart-bar:before { content: '\1f4ca'; }
.icon-chart-bar-1:before { content: '\e802'; }
.icon-book-open:before { content: '\1f4d6'; }
.icon-signal:before { content: '\1f4f6'; }
.icon-key-inv:before { content: '\e803'; }
.icon-wrench:before { content: '\1f527'; }
.icon-down-open:before { content: '\f004'; }
.icon-up-open:before { content: '\f005'; }

.icon-password-assistant:before,
.icon-htpasswd:before,
.icon-protected-directories:before,
.icon-lock-alt:before { content: '\f510'; }

.icon-my-account:before,
.icon-user-male:before { content: '\f062'; }

.icon-usage-viewer:before,
.icon-chart-pie:before { content: '\e7a2'; }

.icon-moduleadmin:before,
.icon-cog-alt:before { content: '\26ef'; }

.icon-phpinfo:before,
.icon-phpsysinfo:before,
.icon-client-notices:before,
.icon-attention:before { content: '\26a0'; }

.icon-shadowing:before,
.icon-eye:before { content: '\e70a'; }

.icon-updates:before,
.icon-services:before,
.icon-signal-1:before { content: '\e770'; }

.icon-sentoraconfig:before,
.icon-cog-1:before { content: '\e801'; }

.icon-news:before,
.icon-article-alt:before { content: '\e735'; }


.icon-backupmgr:before,
.icon-ftp-management:before,
.icon-upload-cloud:before { content: '\f014'; }

.icon-cron:before,
.icon-clock:before { content: '\1f554'; }

.icon-faqs:before,
.icon-help-circled:before { content: '\e704'; }

.icon-webalizer-stats:before,
.icon-chart-bar-2:before { content: '\e804'; }


.icon-mysql-databases:before,
.icon-database:before { content: '\e754'; }

.icon-mysql-users:before,
.icon-manage-clients:before,
.icon-users:before { content: '\f064'; }

.icon-phpmyadmin:before,
.icon-sitemap:before { content: '\f0e8'; }

.icon-dns-manager:before,
.icon-data-science:before { content: '\f016'; }

.icon-domains:before,
.icon-parked-domains:before,
.icon-sub-domains:before,
.icon-globe:before { content: '\f018'; }

.icon-aliases:before,
.icon-at:before { content: '\40'; }

.icon-distlists:before,
.icon-list-add:before { content: '\e003'; }

.icon-forwarders:before,
.icon-paper-plane:before { content: '\e79b'; }

.icon-mailboxes:before,
.icon-mail:before { content: '\2709'; }

.icon-webmail:before,
.icon-mail-1:before { content: '\e800'; }

.icon-manage-groups:before,
.icon-layers:before { content: '\e79d'; }

.icon-packages:before,
.icon-gift:before { content: '\e0b7'; }

.icon-theme-manager:before,
.icon-desktop:before { content: '\f108'; }

#menu-sidebar i {
    margin-right: 2px;
}
/*End sidebar nav*/

#footer {
    margin: 0 auto;
    text-align: right;
    padding-right: 43px;
    font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
    font-size: 8pt;
    color: #333;
}

#inDatabase {
    width: 85%;
}

.shadow-btn {
    width: 100%;
    margin: 0 0 20px 0;
}

.navbar-nav li a img {
    margin: -1px 0;
}