body {}

.btn.icon-left .glyphicon,
.btn.icon-left .glyphicons,
.btn.icon-left .fa {
    top: auto;
    line-height: normal;
    float: left !important;
    vertical-align: middle;
}

.dataTable td {
    white-space: nowrap;
}

.scrollable-tab {
    max-height: 50vh;
    overflow-y: auto;
}

.scrollable-tab pre {
    border: none;
    background-color: transparent
}

#dev-tools .scrollable-tab {
    max-height: 200px;
}

.mfp-wrap .panel {
    max-width: 400px;
    min-height: 20px;
    margin: 0 auto;
}

.edit-mode .dev-layout .row {
    border-left: 1px dotted #ccc;
}

.edit-mode .dev-layout .row.even {
    background-color: #fafafa
}

.edit-mode .dev-layout {
    border-bottom: 1px dotted #ccc;
}

.edit-mode .dev-layout .ui-resizable.col-md-1,
.edit-mode .dev-layout .ui-resizable.col-md-2,
.edit-mode .dev-layout .ui-resizable.col-md-3,
.edit-mode .dev-layout .ui-resizable.col-md-4,
.edit-mode .dev-layout .ui-resizable.col-md-5,
.edit-mode .dev-layout .ui-resizable.col-md-6,
.edit-mode .dev-layout .ui-resizable.col-md-7,
.edit-mode .dev-layout .ui-resizable.col-md-8,
.edit-mode .dev-layout .ui-resizable.col-md-9,
.edit-mode .dev-layout .ui-resizable.col-md-10,
.edit-mode .dev-layout .ui-resizable.col-md-11,
.edit-mode .dev-layout .ui-resizable.col-md-12 {
    border-top: 1px dotted #ccc;
    border-right: 1px dotted #ccc;
    border-collapse: collapse
}

#hiddenFields,
#hiddenGroups {
    border: 1px dotted #ccc;
    min-height: 50px;
    margin: 10px 0;
}

.dev-layout .item-active {
    background-color: #eee
}

.ui-select-container .btn-default {
    background-color: transparent
}

.control-label.top {
    text-align: left;
}

.hidden-handle {
    display: none;
}

#hiddenFields .form-group,
#hiddenGroups div {
    display: none;
}

#hiddenFields .hidden-handle,
.ui-draggable-dragging {
    border: 1px solid #ccc;
    border-top: 5px solid #ccc;
    display: inline-block;
    float: left;
    white-space: nowrap;
    padding: 5px;
    margin: 5px;
    cursor: move
}

#hiddenGroups .hidden-handle,
.ui-draggable-dragging {
    border: 1px solid #090;
    border-top: 5px solid #090;
    display: inline-block;
    float: left;
    white-space: nowrap;
    padding: 5px;
    margin: 5px;
    cursor: move
}

body.body-dialog {
    background-color: rebeccapurple;
    overflow-y: hidden;
}

body.body-dialog #page-wrapper .panel-body {
    overflow-y: auto;
}

.panel-fullscreen {
    display: block !important;
    z-index: 9999 !important;
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
}

.hide-close .mfp-close {
    display: none;
}

.form-horizontal .grid-wapper .radio,
.form-horizontal .grid-wapper .checkbox {
    min-height: 0;
}

.form-horizontal .grid-wapper .dataTables_wrapper {
    margin: -15px;
}

.common-layout .layout-item {
    min-height: 20px;
    padding-left: 10px;
}

.common-layout .layout-item .debug-opts .dropdown {
    z-index: 9999;
}

.grid-wapper .grid-row-menu {
    min-width: 92px;
}

.grid-wapper thead th {
    white-space: nowrap;
}

#module-body {
    min-height: 400px;
}

.navbar {
    background: url('SG31/bg-header-2.png') left no-repeat, url('SG31/bg-header-3.png') right no-repeat, url('SG31/bg-header.png') #fff;
}

.navbar.bg-light .navbar-branding {
    width: 290px;
    background-color: transparent !important;
    border-bottom: none;
    padding-left: 10px;
    padding-right: 20px;
}

.navbar.bg-light .navbar-branding {
    margin-top: 7px;
}

.package-active a,
.package-active span {
    color: #502d06 !important;
}

.package-inactive a,
.package-inactive span {
    color: #97550C !important;
}

.package-active h4.service-heading,
.package-active p {
    color: #000
}

.package-inactive h4,
service-heading .package-inactive p {
    color: #999
}

.multi-checkbox {
    border: 1px solid #ddd;
    padding: 10px 15px;
}

body .user-menu.usermenu-open {
    display: block;
}

body.sb-l-m .user-menu.usermenu-open {
    display: none;
}

label {
    font-size: 12px;
}

table tr.group {
    background-color: #ddd;
    height: 35px;
}

table tr.group td {
    vertical-align: bottom;
}

.dataTable tr.selected td {
    background-color: antiquewhite
}

.ws-number {
    text-align: right;
}

.already-read{
    background-color: #eee
}
.icon-app{
	height: 15px;
	width: 30px;
}
.logo{
	height: 50px;
}
.icon-2x{
	width: 180px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#sidebar_left.sidebar-light .sidebar-menu > li > ul > li > a:hover, #sidebar_left.sidebar-light .sidebar-menu > li > ul > li > a:focus{
	background-color: #cdcdcd !important;
}
#skin-toolbox {
    z-index: 999999;
    overflow: visible !important;
    position: fixed;
    top: 0;
    right: -230px;
    width: 230px;
    -webkit-transition: right 0.1s ease-in-out;
    -moz-transition: right 0.1s ease-in-out;
    transition: right 0.1s ease-in-out;
}
.vote table{
	border: 1px solid #ddd !important;
}
.vote table th{
	background: #fafafa;
	color: #000;
	font-size:14px;
	font-weight: bold !important;
	text-align: center;
	text-transform: uppercase;
}
.vote table td{
	font-size:14px;
}
.vote table td.active{
	background: #e4b194 !important;
}
tr .selected{
	border: 2px solid #ccc !important;	
}