@import url('../../includes/fonts/PHPFusion/font.min.css');

/* Default PHPFusion CSS3 Class */
.rss-button {
    background: #FF9800;
    padding: 1px 15px;
    color: #fff;
    border-radius: 4px;
    margin: 3px 0;
    display: block;
}

.rss-button:hover,
.rss-button:focus {
    background: #F57C00;
    color: #fff;
    text-decoration: none;
}

.rss-button .fa {
    padding-right: 5px;
}

.label-danger {
    margin-top: 5px;
}

/* positioning - these works on containers that has display:absolute or display:fixed only  */
.top-0 {
    top: 0;
}

.top-5 {
    top: 5px;
}

.top-10 {
    top: 10px;
}

.top-20 {
    top: 20px;
}

.top-30 {
    top: 30px;
}

.top-40 {
    top: 40px;
}

.top-50 {
    top: 50px;
}

.bottom-0 {
    bottom: 0;
}

.bottom-5 {
    bottom: 5px;
}

.bottom-10 {
    bottom: 10px;
}

.bottom-20 {
    bottom: 20px;
}

.bottom-30 {
    bottom: 30px;
}

.bottom-40 {
    bottom: 40px;
}

.bottom-50 {
    bottom: 50px;
}

.left-0 {
    left: 0;
}

.left-10 {
    left: 10px;
}

.left-15 {
    left: 15px;
}

.left-20 {
    left: 20px;
}

.left-30 {
    left: 30px;
}

.left-40 {
    left: 40px;
}

.left-50 {
    left: 50px;
}

.right-0 {
    right: 0;
}

.right-10 {
    right: 10px;
}

.right-15 {
    right: 15px;
}

.right-20 {
    right: 20px;
}

.right-30 {
    right: 30px;
}

.right-40 {
    right: 40px;
}

.right-50 {
    right: 50px;
}

.center-xy {
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.align-top, .vt {
    vertical-align: top;
    display: table-cell;
}

.align-middle, .va {
    vertical-align: middle;
    display: table-cell;
}

.align-bottom, .vb {
    vertical-align: bottom;
    display: table-cell;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

/* Floats */
.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

/*spacers family*/
.spacer-xs {
    margin: 15px 0;
}

.spacer-sm {
    margin: 20px 0;
}

.spacer-md {
    margin: 40px 0;
}

.spacer-lg {
    margin: 80px 0;
}

.m-0 {
    margin: 0;
}

.m-1 {
    margin: 1px;
}

.m-2 {
    margin: 2px;
}

.m-3 {
    margin: 3px;
}

.m-5 {
    margin: 5px;
}

.m-10 {
    margin: 10px;
}

.m-b-0 {
    margin-bottom: 0;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-t-0 {
    margin-top: 0;
}

.m-t-3 {
    margin-top: 3px;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-l-0 {
    margin-left: 0;
}

.m-l-5 {
    margin-left: 5px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-l-30 {
    margin-left: 30px;
}

.m-r-0 {
    margin-right: 0;
}

.m-r-5 {
    margin-right: 5px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-15 {
    margin-right: 15px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-r-30 {
    margin-right: 30px;
}

.m-auto {
    margin: 0 auto;
}

.m-l--15 {
    margin-left: -15px;
}

.m-r--15 {
    margin-right: -15px;
}

/*padding family*/
.p-0 {
    padding: 0;
}

.p-5 {
    padding: 5px;
}

.p-10 {
    padding: 10px;
}

.p-15 {
    padding: 15px;
}

.p-20 {
    padding: 20px;
}

.p-25 {
    padding: 25px;
}

.p-t-0 {
    padding-top: 0;
}

.p-t-5 {
    padding-top: 5px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-15 {
    padding-top: 15px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-l-0 {
    padding-left: 0;
}

.p-l-5 {
    padding-left: 5px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-l-15 {
    padding-left: 15px;
}

.p-l-20 {
    padding-left: 20px;
}

.p-r-0 {
    padding-right: 0;
}

.p-r-5 {
    padding-right: 5px;
}

.p-r-10 {
    padding-right: 10px;
}

.p-r-15 {
    padding-right: 15px;
}

.p-r-20 {
    padding-right: 20px;
}

.p-b-0 {
    padding-bottom: 0;
}

.p-b-5 {
    padding-bottom: 5px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-15 {
    padding-bottom: 15px;
}

.p-b-20 {
    padding-bottom: 20px;
}

/* display family */
.overflow-hide {
    overflow: hidden;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
    width: 100%;
}

.display-inline {
    display: inline;
}

.display-inline-block {
    display: inline-block;
}

.display-table {
    display: table;
}

.display-table-row {
    display: table-row;
}

.display-table-cell {
    display: table-cell;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.transition {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.no-shadow {
    box-shadow: none;
}

/* borders */
.bbr-0 {
    border-radius: 0;
}

.no-border, .br-0 {
    border: 0;
}

.br-l-0 {
    border-left: 0;
}

.br-r-0 {
    border-right: 0;
}

.br-t-0 {
    border-top: 0;
}

.br-b-0 {
    border-bottom: 0;
}

/* text family */
.text-white {
    color: #FFF;
}

.text-dark {
    color: #333;
}

.text-black {
    color: #444;
}

.text-lighter {
    opacity: 0.8;
}

.text-darker {
    opacity: 1;
}

.text-bigger {
    font-size: 110%;
}

.text-smaller {
    font-size: 85%;
}

.text-bold, .font-bold, .strong {
    font-weight: bold;
}

.text-light, .font-light {
    font-weight: 300;
}

.text-normal, .font-normal {
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
    color: inherit;
}

.text-active {
    color: rgb(66, 139, 202);
}

.text-disabled {
    color: #F7F7F7;
}

.text-serif {
    font-family: 'Times New Roman', Courier, "Courier New", serif;
}

.uppercase {
    text-transform: uppercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-underline {
    text-decoration: underline;
}

/* image family*/
.img-center {
    display: inline-block;
    position: relative;
    left: 100%;
    margin-left: -200%;
}

.thumb > img {
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

.thumb > span {
    background-color: #DDD;
    text-align: center;
}

.thumb .entypo {
    opacity: 0.5;
}

.pdisabled {
    background-color: rgb(252, 248, 227);
    border-color: rgb(250, 235, 204);
}

.pdisabled > .handle > a {
    color: rgb(138, 109, 59);
}

.image-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.blur {
    -webkit-filter: blur(5px) grayscale(50%);
}

/* cursors*/
.pointer {
    cursor: pointer;
}

/*borders*/
.no-border {
    border: 0;
}

.bordered {
    border: 1px solid;
}

/* entypo icon */
a .entypo, a .entypo-social {
    text-decoration: none;
}

.icon-xs {
    font-size: 16px !Important;
}

.icon-sm {
    font-size: 32px !Important;
}

.icon-md {
    font-size: 48px !Important;
}

.icon-lg {
    font-size: 128px !Important;
}

.icon-xl {
    font-size: 256px !Important;
}

/* clearfix */
.clearfix {
    display: block;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.floatfix {
    overflow: hidden;
}

/* Opacity */
.no-opacity, .opacity-none {
    opacity: 0;
}

.low-opacity {
    opacity: 0.2;
}

.mid-opacity {
    opacity: 0.45;
}

.high-opacity {
    opacity: 0.8;
}

.full-opacity {
    opacity: 1;
}

/*User Profile*/
#profile-li ul {
    padding: 0;
}

#profile-li > li {
    padding: 0;
}

#profile-li > li > a {
    padding: 8px 3px;
    width: 100%;
    display: inline-block;
    outline: none;
}

.select2-input {
    color: #999 !Important;
    border: none;
}

/* BS collapse mobile menu */
#mp {
    margin: 0;
    padding: 0; /* standardize the padding */
    z-index: 300;
    position: absolute;
    width: 100%;
    box-sizing: content-box;
    overflow: visible;
}

.mobile-panel {
    padding: 0;
    width: 100%;
}

.mobile-pane {
    margin: 0 -15px;
    background: rgba(255, 255, 255, 1);
    padding: 0;
}

.mobile-grid {
    padding: 3px;
}

.mobile-grid > .btn-menu {
    padding: 5px;
    border-radius: 10px;
}

.mobile-pane .entypo {
    font-size: 40px;
    line-height: 0;
    display: inline-block;
}

.mobile-header {
    color: #000;
    font-weight: bold;
    padding: 5px 20px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #CCC;
}

.mobile-btn-close {
    font-size: 14px;
    background: transparent;
    position: absolute;
    outline: none;
    color: rgb(51, 153, 255);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.mobile-btn-close:hover, .mobile-btn-close:focus {
    box-shadow: none;
    outline: none;
    color: #DDD;
}

.mobile-header-text {
    padding-top: 7px;
}

.mobile-text {
    white-space: normal;
    font-size: 1rem;
}

.mobile-body {
    padding: 15px;
}

.tbl {
    display: table-cell;
}

.required {
    color: red;
}

a img {
    border: 0
}

dl, dt, dd {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.forum_cat_name h3,
.forum_name h3 {
    margin: 0;
}

.forum_name h3 {
    display: inline;
    font-weight: normal;
}

.forum-icon,
.forum-stats,
.forum-lastpost {
    white-space: nowrap;
}

.lastpost-avatar img {
    width: 40px;
    margin-right: 4px;
}

/* Admin Panel */
.dms-switch:hover, .list-group-item:hover .status {
    text-decoration: underline;
}

.animated-height {
    -webkit-transition: height 0.2s;
    transition: height 0.2s;
}

/* Editor */
.editor-wrapper {
    margin-top: -30px;
}

.editor-wrapper .panel-heading, .editor-wrapper .panel-footer {
    background: transparent;
}

.editor-wrapper > ul > li {
    float: right;
}

/* List group item */
.list-group-item.active {
    background-color: rgba(204, 204, 204, 0.35);
}

/* Parse Users */
.user-tooltip {
    width: 250px;
    padding-bottom: 10px;
}

/* New CSS Navigation panel, with menu subitems */

.sidecssmenu a:focus {
    outline: none;
}

.sidecssmenu {
    float: left;
    width: 100%;
    background-color: transparent;
}

.sidecssmenu ul, .sidecssmenu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidecssmenu ul li {
    position: relative;
    width: 100%;
    min-width: 160px;
    z-index: 1000;
}

.sidecssmenu ul li a {
    display: block;
    padding: 5px 5px 5px 8px;
    background: #FFF;
    color: #601117;
    text-decoration: none;
    border: 1px solid #666;
    margin: 1px;
}

.sidecssmenu ul li a:hover {
    color: #FFF;
    background-color: #601117;
}

.sidecssmenu ul li ul {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    margin-left: 12px;
}

/* Admin Panel Icon */
.icon-wrapper img {
    max-width: 48px;
    margin: 15px auto 5px;
}

.icon-wrapper > .icon-container {
    text-align: center;
}

/* Table Sorter */
table.tablesorter {
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
}

table.tablesorter thead tr .header {
    background-image: url(../../includes/jquery/tablesorter/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

table.tablesorter tbody td {
}

table.tablesorter tbody tr.odd td {
}

table.tablesorter thead tr .headerSortUp {
    background-image: url(../../includes/jquery/tablesorter/asc.gif);;
}

table.tablesorter thead tr .headerSortDown {
    background-image: url(../../includes/jquery/tablesorter/desc.gif);
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
}

.image-wrap {
    width: 100%;
    position: relative;
}

.image-wrap.cropfix {
    max-width: 100%;
    margin: 0;
}

.word-break {
    word-break: break-all;
    word-wrap: break-word;
}

/* CSS Nav Panel */
.sl {
    margin: 20px 0;
}

.sl .uip {
    margin: 5px 0;
}

.sl > li img, .side > li img {
    width: 19px;
    margin-right: 8px;
}

.HTML-img:hover ul.dropdown-menu {
    display: block;
}


/** Dynamics Bootstrap */
.stacked {
    display: inline-block;
    width: auto;
    margin-right: 10px;
}

/* File-input for Dynamics */
.btn-modal.btn-file {
    border: 1px dashed #ccc;
    width: 100%;
}

.file-preview-image {
    display: block;
    max-width: 100%;
    height: auto;
}

.file-input .panel .file-preview-image {
    display: block;
    max-width: 100%;
    height: auto;
}

.file-input .panel .file-default-preview,
.file-input .panel .file-preview-frame,
.file-input .panel .file-preview-other {
    height: 143px;
    max-height: 143px;
    width: 100%;
    display: block;
    margin: 0;
    border: 0;
    box-shadow: none;
    padding: 0;
    float: none;
}

.avatar.img-rounded > svg {
    border-radius: 6px;
}

.avatar.img-circle > svg {
    border-radius: 50%;
}

/* IE7 */
.center, *[align="center"] {
    margin-left: auto;
    margin-right: auto;
}

.center-block {
    display: table;
    margin: 0 auto;
}

/* Panels css */
#panel-side1,
#panel-side2,
#panel-side3,
#panel-side4,
#panel-side5,
#panel-side6 {
    list-style: none;
    min-height: 20px;
    height: auto;
    padding: 0;
    background: #a9a9a9;
}

#panel-side1 > li,
#panel-side2 > li,
#panel-side3 > li,
#panel-side4 > li,
#panel-side5 > li,
#panel-side6 > li {
    display: block;
    padding: 10px;
}

#panel-side1 > li img.handle,
#panel-side2 > li img.handle,
#panel-side3 > li img.handle,
#panel-side4 > li img.handle,
#panel-side5 > li img.handle,
#panel-side6 > li img.handle {
    cursor: ns-resize;
}

.state-highlight {
    background: #FFC;
    height: 20px;
}

.floatfix {
    overflow: hidden;
}

/* site links*/
#site-links {
    list-style: none;
    min-height: 20px;
    height: auto;
}

#site-links li {
    display: block;
    padding: 10px;
}

#site-links li img.handle {
    cursor: ns-resize;
}

.state-highlight {
    background: #FFC;
    height: 20px;
}

.floatfix {
    overflow: hidden;
}
