/* General */
body {
    padding-bottom: 40px;
}

/* Side Nav */
.sidebar-nav {
    padding: 9px 0;
}

/* Bootstrap Data Tables Styles */
div.dataTables_length label {
    float: left;
    text-align: left;
}

div.dataTables_length select {
    width: 75px;
}

div.dataTables_filter label {
    float: right;
}

div.dataTables_info {
    padding-top: 8px;
}

div.dataTables_paginate {
    float: right;
    margin: 0;
}

table {
    margin: 1em 0;
    clear: both;
}

table.dataTable th:active {
    outline: none;
}

.dataTables_filter input, .dataTables_length select {
    display: inline-block;
    *display: inline;
    margin-bottom: 0;
    *zoom: 1;
}

.sort-index, .hidden {
    left: -10000px;
    position: absolute;
    top: -10000px;
    visibility: hidden;
}

/* Comment Table */
.comment-table tbody tr td {
    vertical-align: top;
}

.member-avatar img {
    border: 1px solid #DDDDDD;
    padding: 1px;
    text-align: center;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    float: left;
}

table.member-info {
    margin-top: 5px;
    line-height: 10px;
    clear: none;
}

table.member-info tbody tr td {
    line-height: 15px;
}

.comment-info {
    margin-bottom: 2px;
}

.post-toolbar {
    cursor: pointer;
}

tr .post-toolbar {
    visibility: hidden;
}

tr:hover .post-toolbar {
    visibility: visible;
}

/* Portlets */
.box {
    margin-bottom: 10px;
}

.box h4.box-header {
    size: 10px;
    padding: 7px 7px;
    margin: 0;
    list-style: none;
    cursor: move;
}

.box-content {
    padding: 10px;
}

.box-btn {
    float: right;
    margin-left: 2px;
    margin-right: 2px;
    height: 14px;
    width: 14px;
    text-decoration: none;
    display: block;
    float: right;
    overflow: hidden;
    background-position: center;
    cursor: pointer;
}

.box-btn [class^="icon-"], .box-btn [class*=" icon-"] {
    vertical-align: top;
}

.box-container-closed {
    display: none;
}

/* Portlets */
.box-placeholder {
    background-color: #f5f5f5;
    border: 1px dashed #DDDDDD;
    display: block;
    /* float: left;*/
    margin-bottom: 13px !important;
    margin-left: 1%;
    margin-right: 0.6%;
}

.box-placeholder * {
    visibility: hidden;
}

.column {
    min-height: 20px;
}

/* Member Box - Side Nav */
.member-box {

    display: block;
    padding: 10px;

}

img.member-box-avatar {
    height: 50px;
    width: 50px;
    padding: 1px;
    margin-right: 10px;
    float: left;
}

.member-box-links {
    font-size: 85%;
}

/* Dashboard  */
#dashboard-visit-map, #dashboard-new-registrations-gauge-chart {
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

#dashboard-new-registrations-gauge-chart {
    padding-top: 30px;
}

ul.dashboard-statistics, ul.dashboard-member-activity {
    margin: 10px 0;
}

.box ul.dashboard-statistics li, ul.dashboard-member-activity li {
    list-style: none;
    padding-bottom: 10px;
    padding-top: 10px;
}

ul.dashboard-statistics li:first-child, ul.dashboard-member-activity li:first-child {
    border-top: none;
    padding-top: 0;
}

ul.dashboard-statistics li:last-child, ul.dashboard-member-activity li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

ul.dashboard-statistics li a {

    display: block;
    line-height: 10px;
    text-decoration: none;
}

ul.dashboard-member-activity li a {

    display: inline;
    text-decoration: none;
}

ul.dashboard-statistics li a:hover, ul.dashboard-member-activity li a:hover {

}

ul.dashboard-statistics li a span {
    display: inline-block;
    *display: inline;
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
    text-align: right;
    width: 70px;
    zoom: 1;
}

ul.dashboard-statistics i[class*=icon] {
    margin-left: 15px;
}

img.dashboard-member-activity-avatar {
    height: 50px;
    width: 50px;
    padding: 1px;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
}

#dashboard-new-registrations-gauge-chart table {
    background-color: transparent;
}

/* Calendar */
.external-event {
    margin-bottom: 20px;
}

/* Show Grid */
.show-grid {
    margin-bottom: 10px;
    margin-top: 10px;
}

.show-grid [class*="span"] {

    line-height: 30px;
    min-height: 30px;
    text-align: center;
}

.show-grid .show-grid {
    margin-bottom: 0;
    margin-top: 0;
}

/* Forms */
.box form {
    margin: 0;
}

.box .form-actions {
    margin-bottom: 0px;
}

.cke_textarea {
    margin-top: 10px;
    margin-bottom: 10px;
}

/*sort icons*/
table thead tr .header {
    background-image: url(../../images/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    padding: 5px 15px;
    /*width: 10px !important;*/
    vertical-align: middle;
}

table thead tr .headerSortUp {
    background-image: url(../../images/asc.gif);
}

table thead tr .headerSortDown {
    background-image: url(../../images/desc.gif);
}

/* for custom filters start*/
.custom_filters {
    display: inline-block;
    width: auto;
    margin-bottom: 0px;
    margin-right: 10px;
}

/* for custom filters end*/


/* left navigation css*/

#site-left-menu{
width: 0;
position: fixed;
left: 0;
overflow-x: hidden;
transition: 0.5s;
z-index: 99;
}

#site-left-menu .member-box.round-all{
 width: 180px;
}

#site-left-menu .sidebar-nav{
    width: 202px;
}

#site-main-wrapper {
    transition: margin-left .5s;
}

.left_menu_active #site-left-menu{
    width: 210px;
    left:15px;
}

.left_menu_active #site-main-wrapper{
    margin-left: 210px;
}

#off-canvas-menu{
    display: block;
    float: left;
    position: relative;
    z-index: 999;
    margin-right: 10px;
}
.selected-template{
    background: #ccc;
    border: solid 2px black;
}
li.selected-template:after {
    content: '✔';
    position: absolute;
    top: 0px;
    left: 0;
    width: 30px;
    height: 30px;
    background-color: #5d5da5;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}
.left-side ul li{
    position: relative;
}

.width-200 {
    width: 300px;
}
.width-300 {
    width: 300px;
}
.width-400 {
    width: 400px;
}
.width-500 {
    width: 500px;
}

.width-i-200 {
    width: 200px !important;
}
.width-i-300 {
    width: 300px !important;
}
.width-i-400 {
    width: 400px;
}
.width-i-500 {
    width: 500px;
}

.form-horizontal .display-label {
    padding-top: 0px !important;
}

.fancybox-nav span{
    visibility: visible !important;
}

.loaderPopup{
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/d4/staticcontent/admin/images/loadingbg.gif')
    50% 50% no-repeat rgba(38, 40, 52, 0.9);
}
.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.input-group>.input-group-prepend>.btn {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.input-group input{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.input-group-prepend .caret
{
    opacity: 1;
}
.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2;
}
.multi-drag-drop-field
{
    display: inline-flex;
    margin-bottom: 1em;
}
.multi-drag-drop-field .items {
    list-style: none outside none;
    margin-bottom: 20px;
    padding: 0;
    width:320px;
    border: 1px solid #efefde;
}
.multi-drag-drop-field .items li{
    padding:.35em 1rem;
    border-bottom: 1px solid #efefef;
}
.multi-drag-drop-field ol{
    margin:0;
    height:180px;
    overflow-y: scroll;
}
.multi-drag-drop-field input{
    width: 97.5%;
    border-radius: 0;
    margin: .25em 0 1em 0;
}
.multi-drag-drop-field ol:nth-child(2)
{
    margin-left: 3%;
}
.multi-drag-drop-field .middle-container {
    background: transparent url(../../admin/images/drag-drop.png) no-repeat 50% 50%;
    width: 50px;
}
.multi-drag-drop-field .headers
{
    background-color:#333333;
    color: #fff;
    border:1px solid #fff;
    text-align: center;
    padding:.5em 0 !important;
}

.re_generate_report{
    display: none;
}