/*PackApp.php 2022-01-30 14:21:19*/
@import url(theme.css);
@import url(fixes.css);
@import url(ldrs.css);
/*@import url(media_style.css);*/
@import url(custom_style.css);
@import url(tbar_tools.css);
@import url(gallery_ui.css);
@import url(imports.css);
*{ -webkit-tap-highlight-color: transparent !important; 
    border: none;
    outline: none;
}
*:focus {
    outline: none !important;
    border: none !important;        
    text-decoration: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    user-select: none;
}
.prevent-select {
    user-select: none; /* Disables text selection */
    -webkit-user-select: none; /* For WebKit browsers (Safari, Chrome) */
    -moz-user-select: none; /* For Firefox */
    -ms-user-select: none; /* For Internet Explorer */
}

.flex{
    display: flex;
}

.vl {
    border-left: 2px solid #c1c6c1;
    height: 38px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 0;
}

.align-r{
    text-align: right !important;    
}
.align-l{
    text-align: left !important;    
}
.align-c{
    text-align: center !important;    
}

.w10pc{
    width: 10%;
}

body{
    font-family: 'Poppins', sans-serif;
    font-size: 62.5%;
    margin: 0;
    padding: 0;
    display: flex;
    background: #dce6da;
    background: var(--body-back);
    flex-flow: column;
    height: 100vh;
}

* {
    box-sizing: border-box;
  }
  
html,
body {
    font-family: 'Poppins', sans-serif;
    font-size: 62.5%;
    font-weight: 500;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    color: #333;
    height: 100vh;
    background-color: #fafafa;
}
  

body.client{
    background: #333;
    background: var(--body-back-client);
}

.page-header{
    z-index: 2;
}

.user-menu__item{
    border-bottom: 1px #ccc dashed;
}

i,b,em{
    display: inline;
}
section{
    border-radius:0 !important;
    position: relative;
    overflow: hidden;
}

.container .content-section:nth-child(odd) {
    /*background-color: #ffffff;
    color: #333; /* Dark text for odd sections */
}

.container .content-section:nth-child(even) {
    /*background-color: #f5f5f5;
    color: #555;  Slightly lighter text for even sections */
    /* border-left: 5px solid #ccc;  */
}

.handle{
    cursor:move;
}
.center {
    text-align:center;
}
.left {
    text-align:left;
}
.right {
    text-align:right;
}
.full{
    max-width: 100% !important;
    width: 100% !important;
}

#page_content{
    padding-left: 5px;
    padding-right: 5px;
}
#page_refresh{
    display: none;
    background:#dffdab;
    padding:3px;
    cursor: pointer;
    color:#8b8e86;
}

#page_refresh.sticky{
    z-index:100;
}

#content_area.section-padding{
    padding: 5px;
}
.content-wrapper{
    position:relative;
    width: 100%;
}
.details_box{
    border:0px #ccc solid;
    border-radius:13px;
    -moz-border-radius:13px;
    -webkit-border-radius:13px;
    -khtml-border-radius:13px;
    padding:5px;
    background:url(../images/icons/bck_wht.png) top left repeat;
}
.image_box_center{
    width:29%;
    margin: auto auto;
    position: relative;
}
.image_box, .mr_box{
    width:29%;
    float:right;
}
.info_box{
     width:60%;
    float:left;
     margin:3px;
     padding:3px;
}
.image_box.l,.info_box.l{
    float:left;
}
.image_box.l.s{
    width:100px;
}
.inf_block{
    margin-top:3px;
    position:relative;
}
.inf_block a{
    text-decoration: none;
}
.inf_block.centered{
    margin:auto auto;
}

.inf_block input:focus ~ .inf_block {
    border: 2px solid blue;  
}
.inf_icon{
    position:absolute;
    left:0;
    top:-25px;
    width:50px;
    height:50px;
    border-radius:50%;
    padding:2px;
    background:#1da0aa url() center center no-repeat;
     background-size:contain;
    border:2px solid #ccc;
    overflow:none;
}
.inf_cont{
    position:relative;
    background:#f3e3f0 url(../images/icons/bck_wht.png) top left repeat;
    background: var(--widgets-info_block-back);
    border:5px #eae8eb solid;
    border:var(--widgets-info_block-border-size) var(--widgets-info_block-border-color) var(--widgets-info_block-border-style);
    margin-left:2px;
    border-radius:10px;
    padding:8px;
    min-height:50px;
    font-size: smaller;
    color: #3a0725;
    color: var(--widgets-info_block-color);
}

.itemWithEdd{

}
.itemEdd {
    display: none !important; /* Ensure hidden by default */
}
.itemEdd.active{
    display: inline-block !important;
}

.itemEddParent{
    border: 2px dotted #000;
}

.clickable, *[fnl]{
    cursor:pointer;
}

.inf_block:hover .inf_cont,.inf_block:focus-within .inf_cont{
	border-color:#ddc2d8;
    border-color: var(--widgets-info_block-border-color-hover);
	background-color:#f0d7eb;
    background: var(--widgets-info_block-back-hover);
}

.inf_block:hover .inf_title,.inf_block:focus-within .inf_title{
	background-color:#ddc2d8;
    background: var(--widgets-info_block-border-color-hover);
	color:#fff;
    color: var(--widgets-info_block-color-focus);
}

.inf_block:hover .int_btn,.inf_block:focus-within .int_btn{
	background-color:#ddc2d8;
    background-color: var(--widgets-info_block-back-hover);
}

.inf_cont.shdw:after{
	position: absolute;
	left:0;
	bottom:-25px;
	content:'';
	background: url(../../assets/images/icons/shadow.png) center top no-repeat;
	width: 100%;
	height:25px;
	background-size: 100% 100%;
}

.inf_desc{
	text-align: left;
	font-style: italic;
	padding-bottom:3px;
	color:#b67baa;
}

.inf_cont img.frame,.wrapper img.frame{
    max-height:150px;
}
.inf_title:not(:empty){
    float:left;
    font-weight:bold;
	/* line-height:36px; */
	background-color:#eae8eb;
    background-color: var(--widgets-info_block-border-color);
	color:rgb(185, 166, 166);
	padding:5px 15px 2px 15px;
	margin-left:10px;
	border-radius:6px;
	margin-bottom: -3px;
}
.wide_block{
    width:100%;
}

/* .inf_icon:hover,.inf_cont:hover{
	border-color:#ebebeb;
} */

.inf_cont > div.info_box:not(:only-child):first-child{
	width:98%;
}

.sticky{
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 0;
    align-self: flex-start;
    background-color: #fff;
    border-left: 1px solid #ccc;
    padding: 10px;
}

/* .sticky:not(:first-of-type) {
    top: 60px;
}    */
/* Second sticky element */
.sticky:nth-of-type(2) {
    top: 60px;
}

/* Third sticky element */
.sticky:nth-of-type(3) {
    top: 120px;
}

/* Fourth sticky element */
.sticky:nth-of-type(4) {
    top: 180px;
}    

.pointer{
    cursor:pointer;
}

@keyframes yellowfade {
    from {
      background: yellow;
    }
    to {
      background: transparent;
    }
}

@keyframes redfade {
    from {
      background: rgb(252, 164, 148);
    }
    to {
      background: transparent;
    }
}
  
.item-highlight {
    animation: yellowfade 2s;
}
.item-highlight-red {
    animation: redfade 3s;
}



.inf_block:hover .inf_title,.inf_block:focus-within .inf_title{
}
.inf_block:hover .int_btn,.inf_block:focus-within .int_btn{
    background-color:#ddc2d8;
    background-color: var(--info_block-back-hover);
}
.inf_cont.shdw:after{
    position: absolute;
    left:0;
    bottom:-25px;
    content:'';
    background: url(../images/icons/shadow.png) center top no-repeat;
    background-image: var(--widgets-info_block-back-shadow);
    width: 100%;
    height:25px;
    background-size: 100% 100%;
}
.inf_desc{
    text-align: left;
    font-style: italic;
    padding-bottom:3px;
    color:#b67baa;
}
.inf_cont img.frame,.wrapper img.frame{
    max-height:150px;
}
.inf_title:not(:empty){
    float:left;
    font-weight:bold;
    background:#eae8eb;
    color:rgb(185, 166, 166);
    padding:5px 15px 2px 15px;
    margin-left:10px;
    border-radius:6px;
    margin-bottom: -3px;
}

.inf_icon + .inf_title:not(:empty){
    padding:5px 15px 2px 45px;
}

.inf_cont > div.info_box:not(:only-child):first-child{
    width:98%;
}
.table-wrapper{
    overflow-x:auto;
}



#form_container{
    width:100%;
    margin: auto auto;
    border: 2px #fcf7d8 solid;
    padding: 3px;
}
.ctitle{
    color:rgb(163, 167, 190);
    border-bottom:0px #ccc solid;
    width:70%;
    margin-bottom:5px;
    font-size:x-large;
}
#form_container tr{
    background: #fefcf1;
}
#form_container tr:hover{
    background: #fbf7df;
}
#form_container tr:focus {
    background-color: #fbf7df;
}
#form_container .title{
    background:#66a423;
    border-radius: 20px;
    padding:10px;
    color:#fff;
}
#form_container .title_main{
    background:#66a423;
    padding:10px;
    color:#fff;
}
#form_container input,#form_container select{
    border:1px #1c2f72 dashed;
    padding:10px;
    color:#1c2f72;
    width: 100%;
    background:#fcf7d8;
    box-sizing: border-box;
}
#form_container input:focus,#form_container select:focus{
    background:#ede5b5;
}
#form_container input.err,#form_container select.err{
    border: 2px solid #C30;
}
#form_container input[type="button"],#form_container button{
    background:#147c4c;
    padding:10px;
    color:#fff;
    width:auto;
    margin: auto auto;
    cursor: pointer;
    margin: 6x;
    border: none;
}
.custom-input2{
    width:100%;
    float:left;
    padding:10px;
    margin:2px;
    border:0px solid #9C6;
    color:#333;
    font-weight:bold;
    cursor: pointer;
    border-radius: 6px;
}
.custom-input:focus{
}
.custom-input.err{
    background: rgb(253, 185, 172);
    color:#333;
}
.itmlist{
}
.itmlist li{
    text-align:left;
    display:inline-block;
    width:calc( 100% - 8px );
    line-height:20px;
    position:relative;
    background:#ccc;
    margin:2px;
    padding:5px;
    cursor:pointer;
}
.itmlist li.item_actv{
    background:#FFCC33;
}
.itmlist li .desc{
    background:#fff;
    padding:3px;
    font-size:smaller;
    display:none;
}
.pagetree{
    width:13px;
    height:13px;
    background:url(../images/icons/plus.png) center center no-repeat;
}
.pagetree.open{
    background:url(../images/icons/minus.png) center center no-repeat;
}

/* POPUP */
.popup-container{
    overflow: auto;
    height: 100vh;
    padding-bottom: 60px;
}
.popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    padding:0;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.3);
    z-index:1035;
}
.popup-inner {
    max-width:700px;
    height:100%;
     width:100%;
    padding:0px;
    overflow:hidden;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
    background:#fff;
}
.popup-append{
    position: relative;
    max-width:700px;
    min-height: 250px;
    min-height:var(--popup-append-min-height);
    overflow: hidden;
     overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
     scrollbar-width: thin;
     width:100%;
    background:#fff;
    background:var(--popup-append-back);
}
.pop_stats{
    float:right;
    color:#fff;
    margin:10px;
    font-size:smaller;
}
.disable-scrollbars::-webkit-scrollbar {
    background: transparent; /* Chrome/Safari/Webkit */
    width: 0px;
}
.disable-scrollbars {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
}
.chat_hd{
    margin:0px;
    padding:0px;
    border-top:2px #ccc solid;
    height: 45px;
    overflow: hidden;
    border-radius: 0;
}

/* Chrome/Safari/Webkit */
/* .chat_hd::-webkit-scrollbar {
    background: transparent; 
    width: 0px;
} */

.chat_tabs_container{
    width: calc(100% - 47px);
    float: left;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohidding-scrollbar;
    border-radius: 0;
    margin:0px;
    margin-left: 2px;
    padding: 0px;
    -ms-overflow-style: none;  /*IE and Edge*/
    scrollbar-width: none;  /* Firefox */
    background:#333;
    background:var(--popup-menu-back, --primary-back);
}

.chat_hd_tbs{
    position:relative;
    height:auto;
    margin:0px;
    /* margin-left: 2px; */
    padding: 0px;
    white-space: nowrap;
    background:#333;
    background:var(--popup-menu-back, --primary-back);
}


.chat_hd_tbs li{
    list-style: none;
    display:inline-block;
    height:45px;
    /* padding-bottom: 30px; */
}
.chat_hd_tbs li.bck {
    background:var(--popup-menu-back, --primary-back) url(../images/icons/icon-close_wht.png) center center no-repeat;
    height:45px;
    width:40px;
    background-size:contain;
    cursor: pointer;
    border-radius: 0;
    float:right;
}

.chat_hd .chat_close{
    display:inline-block;
    background:transparent;
    height:50px;
    width:45px;
    cursor: pointer;
    border-radius: 0;
    float: right;
}

.chat_close div.bck {
    background:var(--popup-menu-back, --primary-back) url(../images/icons/icon-close_wht.png) center center no-repeat;
    height:45px;
    width:45px;
    background-size:contain;
    cursor: pointer;
    border-radius: 0;
    float:right;
    border-left:1px #333 solid;
}

.chat_close div.bck:hover {
    background-color: #333;
}

/* ::-webkit-scrollbar {
    width: 0px;
    background: transparent;
} */


.chat_hd_tbs li a.opt {
    line-height:45px;
    font-size: large;
    font-weight: bold;
    padding:0 10px 0 10px;
    width:auto;
}
.chat_hd_tbs li.fright{
    float: right;
}
.chat_hd_tbs li.opt:hover{
    background:none;
}
.chat_hd_tbs li.button2 {
    background-color: rgb(46, 27, 2);
}
.chat_hd_tbs li.button2:hover{
    background:rgb(92, 54, 4);
}
.chat_hd_tbs li a{
    float:left;
    width:auto;
    padding:0px 10px 0px 10px;
    margin-right:1px;
    line-height:50px;
    text-decoration:none;
    color:#fff;
    color:var(--popup-menu-color);
    cursor:pointer;
    text-align:center;
    border-radius: 0;
}
.chat_hd li a.active{
    border-radius: 0;
    background:#fff;
    color:#0099CC;
}

/* SCROLL */
/* Let's get this party started */
.c_scroll::-webkit-scrollbar {
    width: 12px;
}
 
/* Track */
.c_scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
.c_scroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255,0,0,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.c_scroll::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}


#inst-pages{
    position:relative;
    margin:0px;
    padding:0px;
}
#inst-pages li{
    position:relative;
}
.pagination{
    padding: 2px;
    margin: 1em 0;
    clear: both;
}
.pagination ul{
    margin: 0;
    padding: 0;
    text-align: center;
     font-size: 100%;
}
.pagination li{
    list-style-type: none;
    display: inline;
    padding-bottom: 1px;
}
*:first-child+html .pagination li a{
     margin-right: 4px;
}
* html .pagination li a{
     margin-right: 4px;
}
.pagination a, .pagination a:visited{
    padding: 0 5px;
    text-decoration: none;
     color: #11656f;
}
.pagination li.active{
    font-size:smaller;
    padding:1px 6px 1px 6px;
    border-radius: 50%;
     color:#fff;
    background:#11656f;
    border:1px #11656f solid;
}

.pagination .btn{
    color:#11656f;
    font-size:smaller;
    padding:1px 6px 1px 6px;
    border-radius: 50%;
     background: #EAFEF9;
    border:1px #ccc solid;
}
.pagination .btn:hover{
    color:#fff;
    background:#11656f;
}
.pagination a:hover{
    color: #000;
}

.pagination .btn.loading{
    background:#27b67f !important;
    border:1px #27b67f solid;
    color:#fff;
    /* animation: spin 1s linear infinite; */
    animation: pulse 1.5s infinite ease-in-out;
}

.pagination .btn.loading::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(52, 152, 219, 0.5);
    transform: translate(-50%, -50%) scale(0);
    animation: ripple 1.5s infinite ease-in-out;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}

@keyframes ripple {
    0%, 100% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 1;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.pagination a.currentpage{
     background-color: #11656f;
    color: #FFF !important;
    border-color: #2b66a5;
    cursor: default;
}
.pagination a.disabled, .pagination a.disabled:hover{
     background-color: white;
    cursor: default;
    color: #929292;
    border-color: transparent;
}
.pagination a.prevnext{
     font-weight:100;
}
 .itm_header{
    border-bottom:0px #ccc solid;
    position: relative;
}
.itm_content{
    padding: 3px;
}
.itm_thumb{
    float: left;
    margin: 3px;
    width:120px;
    border:1px #fff solid;
}
.itm_thumb:hover{
    background:#FFCC33;
    border:1px solid #FFCC33;
}
.payment p,.payment h2{
    padding: 5px;
    padding-left: 10px;
}
.payment .plan{
    background:#f7de95;
    padding: 5px;
    padding-left: 10px;
    border-radius: 0;
}
.plantt{
    border-bottom:2px rgb(226, 221, 221) solid;
    padding: 5px;
    padding-left: 10px;
    border-radius: 0;
    margin-bottom: 3px;
}
.price_tag{
    color:#333;
    width: 100%;
    /* background: #333; */
    padding: 5px;
    vertical-align: middle;
    border-radius: 0;
    position: absolute;
    left:0;
    top:0;
}

.price_tag abbr{
    background:#fff;
    font-weight: 400;
}
 #timeline{
    border:0px #f7f7f7 solid;
    border-radius:13px;
    -moz-border-radius:13px;
    -webkit-border-radius:13px;
    -khtml-border-radius:13px;
    position:relative;
}
.posts {
    list-style: none;
    margin:auto auto;
    padding:1px;
    width:100%;
    position:relative;
}
.posts li {
    position:relative;
    width:100%;
    padding:0px;
    margin:3px;
    overflow:hidden;
    display:inline-block;
}
.itm.messages{
    position: relative;
    width: auto;
    max-height:115px;
    min-height: 25px;
    padding: 0px;
    background: #fce3f7;
    border:2px #bf9ac3 solid;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    margin-left:70px;
    -webkit-box-shadow:3px 3px 10px 0 rgba(0,0,0,.15);
    -moz-box-shadow:3px 3px 10px 0 rgba(0,0,0,.15);
    box-shadow:3px 3px 10px 0 rgba(0,0,0,.15);
    margin-bottom:3px;
    cursor:pointer;
    overflow:hidden;
}
.itm.messages .thumb_cont{
    margin-top:-3px;
    margin-right:5px;
    float:left;
}
.itm.messages .post_cont{
    padding:5px;
}
.itm.messages:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 7px 10px 7px 0;
    border-color: transparent #bf9ac3;
    display: block;
    width: 0;
    z-index: 1;
    left: -10px;
    top: 20px;
}
.itm.messages:hover{
    border-color:#c6bbc6;
    background:#fed9f7;
}
.title{
    font-weight:bold;
}
.galleryul .read .itm.messages, .galleryul .read .avatar{
    background:rgb(252, 241, 247);
    border:1px #ccc solid;
}
.galleryul .read:hover .itm.messages, .galleryul .read:hover .avatar{
    border-color:rgb(177, 175, 175);
}
.galleryul .read .itm.messages:after {
    border-color: transparent #ccc;
}
.galleryul .read:hover .itm.messages:after{
    border-color: transparent rgb(177, 175, 175);
}
.galleryul .unread .itm.messages, .galleryul .unread .avatar{
    background:rgb(211, 243, 211);
    border:1px rgb(193, 221, 193) solid;
}
.galleryul .unread:hover .itm.messages, .galleryul .unread:hover .avatar{
    border-color:rgb(166, 190, 166);
}
.galleryul .unread .itm.messages:after {
    border-color: transparent rgb(193, 221, 193);
}
.galleryul .unread:hover .itm.messages:after{
    border-color: transparent rgb(166, 190, 166);
}
.galleryul li{
    padding: 3px;
    border-radius: 0px;
}
.galleryul li.read:hover{
    background-color: rgb(238, 238, 236);
}
.posts .self .itm.messages{
    background: #FEFCEE;
}
.posts .commentson{
    background: #ccc;
    padding:5px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
}
.postthmb{
    width:150px;
    margin:3px;
     float:left;
}
.postthmb.zoom{
    width:100%;
    margin:3px;
     float:left;
}
.avatar{
     float: left;
    background: #f1bff2;
     width: 50px;
     height: 50px;
     padding:1px;
    margin:5px;
    border-radius: 50%;
     border:1px #bf9ac3 solid;
}
.avatar img{
    display: block;
     width: 100%;
    border-radius: 50%;
}
.avatar:hover{
    border-color:#ccc;
}
.other .avatar{
    float:left;
}
.other .itm.messages{
    background:#DAF9C5;
}
.time {
    font-size:smaller;
    color: #969696;
}
.small {
    font-size:smaller;
    color: #969696;
}
.time a{
    color: #ccc;
    text-decoration:none;
}
.time:hover{
    color:#717070;
}
.blog_post{
    position:relative;
}
.blog_post .title{
    background:#ccc;
    padding:0 10px 0 10px;
    margin:0;
}
.blog_post .postthmb {
    margin:0;
    margin-bottom: 3px;
}
.blog_post > div.content{
    background:#fff;
    border-bottom:0px #ccc solid;
    padding:0;
}
.blog_post .content p {
    padding:5px;
}
.blog_post .comments ul{
    width:90%;
}
.blog_post .comments ul li{
    text-align: left;
}
.newcomments{
    background:#d2e4bf;
}
.ripple {
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    transform: scale(0);
    position: absolute;
    opacity: 1;
}
.rippleEffect {
    animation: rippleDrop .6s linear;
}
@keyframes rippleDrop {
    100% {
        transform: scale(2);
        opacity: 0;
    }
}
#submenuarea{
    padding:3px;
}
.sub_menu{
    width:calc( 100% - 2px );
    overflow: hidden;
    border-top: 0px dotted #6083e6;
    padding-left:10px 2px 10px 2px;
    border-radius: 2px;
    z-index: 15;
}
.sub_menu:hover{
    border-top-color: #5176db;
}
.sub_menu a {
    display: inline-block;
    color: #fff !important;
    color: var(--sub-menu-color) !important;
    text-align: center;
    padding: 5px 5px;
    padding: var(--sub-menu-padding);
    text-decoration: none !important;
    font-size: 12px;
    margin-right:1px;
    background:#6083e6;
    background:var(--sub-menu-back);
    border: 1px #6083e6 solid;
    border: 1px var(--sub-menu-border-color) solid;
    
    border-radius: 1px;
    margin-bottom: 3px;
    border-radius: 7px;
}
.sub_menu a:hover {
    background-color: #4e72d6;
    background-color: var(--sub-menu-hover-back);
}
.sub_menu a.active {
    background:#82a0f3;
    border: 1px #6083e6 solid;
    text-decoration: none;
}
.sub_menu_child {
    width:calc( 100% - 2px );
    overflow: hidden;
    border-top: 1px dotted #6083e6;
    border-bottom: 1px dotted #6083e6;
    padding-top:2px;
    background-color:#e5e8f0;
    padding-left:10px 2px 10px 2px;
    border-radius: 2px;
    z-index: 15;
}

.sub_menu_child:empty {
    border: none;
    padding: 0;
}

.sub_menu_child:hover{
    border-top-color: #5176db;
}
.sub_menu_child a {
    display: inline-block;
    text-align: center;
    padding: 5px 5px;
    text-decoration: none !important;
    font-size: 12px;
    margin-right:1px;
    color:#6083e6;
    background:#e5e8f0;
    border: 1px #dbdee6 solid;
    border-radius: 1px;
    margin-bottom: 3px;
    border-radius: 7px;
}
.sub_menu_child a:hover {
    background-color: #bbc9eb;
}
.sub_menu_child a.active {
    background:#c7cfe2;
    border: 1px #bdc3d3 solid;
}
a.edit_link {
    background: #333 url(../images/icons/pen.png) left center no-repeat;
    cursor: pointer;
    margin-left: 5px;
    margin-top: 3px;
    display: inline-block;
    height: 18px;
    width: auto;
    min-width:18px;
    /* float: left; */
}
a.edit_link.r-t{
    position:absolute;
    right:2px;
    z-index:8;
    padding-left:18px;
    padding-right:5px;
    font-size:small;
}
a.edit_link:hover {
    background:#973C96 url(../images/icons/penhover.png) left center no-repeat;
    color:#fff;
}
.section-padding {
    padding: 60px 0;
}

.section-padding-small {
    padding: 10px;
}

.section-padding-top {
    padding-top: 60px;
}

.btn {
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 0px;
    cursor: pointer;
    font-weight: 400;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
}
.btn.small {
    font-size: 12px;
    padding: 5px 10px;
    margin:3px;
}
.btn:focus,.btn:active {
    box-shadow: none;
    outline: none;
    color: #fff;
}
.btn-common {
    background-color: #00b4d9;
    position: relative;
    z-index: 1;
}
.btn-common:hover {
    color: #fff;
    background-color: #21cff3;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.btn-danger:hover {
    background-color: #f55262;
    border-color: #f55262;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.btn-border {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}
.btn-border:hover {
    border: 1px solid #fff;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
}
.btn-lg {
    padding: 14px 33px;
    text-transform: uppercase;
    font-size: 16px;
}
.btn-rm {
    padding: 7px 10px;
    text-transform: capitalize;
}
button:focus {
    outline: none !important;
}
 #portfolios {
    background: #f2f2f2;
}
#portfolios .mix {
    padding: 10px;
}
#portfolios .portfolio-item .shot-item {
    margin: 0px;
}
#portfolio .mix {
    display: none;
}
.controls {
    text-align: center;
    padding: 0px 0px 20px;
}
.controls .active {
    color: #00b4d9 !important;
    border-color: #00b4d9;
    background: transparent;
}
.controls .btn {
    text-transform: uppercase;
    margin: 2px;
    color: #fff;
}
.controls:hover {
    cursor: pointer;
}
.portfolio-img {
    overflow: hidden;
    display: block;
    position: relative;
}
.portfolio-img img {
    width: 100%;
}
.shot-item {
    margin-right: 15px;
    border-radius: 4px;
    background: #fff;
    position: relative;
}
.shot-item img {
    width: 100%;
}
.shot-item .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 180, 217, 0.6);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.shot-item:hover .overlay {
    opacity: 1;
}
.overlay {
    opacity: 0;
}
.overlay .icons i {
    height: 42px;
    width: 42px;
    line-height: 42px;
    color: #00b4d9;
    left: 50%;
    margin-left: -24px;
    margin-top: -24px;
    top: 50%;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: #fff;
    border-radius: 4px;
}
.overlay .preview {
    position: absolute;
    left: 45%;
    top: 50%;
    color: #fff;
}
.overlay .link {
    position: absolute;
    left: 60%;
    margin-left: 10px;
    top: 50%;
    color: #fff;
}
.shot-item:hover .overlay {
    opacity: 1;
}
a:not([href]):not([tabindex]) {
    color: #fff;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: #fff;
}
div.services {
    background: #F0F0F0;
}
.services-item {
    background: #fff;
    border-radius: 4px;
    padding: 48px 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.services-item .icon i {
    font-size: 42px;
    margin-bottom: 15px;
    text-align: center;
    width: 48px;
    display: block;
    margin: 0 auto;
    height: 48px;
    color: #00b4d9;
}
.services-item .services-content h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.services-item .services-content h3 a {
    font-size: 18px;
    text-transform: uppercase;
    color: #666;
}
.services-item .services-content h3 a:hover {
    color: #00b4d9;
}
.services-item .services-content p {
    line-height: 22px;
}
.services-item:hover {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
ul.perm-list{
    padding: 2px;
}
ul.perm-list li{
    list-style: none;
    padding:5px;
}
ul.perm-list.inner  li{
    border:1px #ccc dotted;
}
ul.perm-list li.active{
    background:#FFCC33;
    margin-bottom: 1px;
}

ul.perm-list li.active.completed{
    background:#33ff33;
    margin-bottom: 1px;
} 

.description {
    margin: 1em auto 2.25em;
}
ul.accordion {
    list-style: none;
    padding: 0;
    display: block;
    margin-top: 3px;
}
ul.accordion .inner {
    padding-left: 1em;
    overflow: hidden;
    display: none;
}
ul.accordion li {
    margin: 0.5em 0;
}
ul.accordion li .toggle {
    background:rgb(246, 251, 216) url(../images/icons/b_plus.png) 3px center no-repeat;
    display: block;
    color: #333;
    padding: 0.75em;
    border-radius: 0.15em;
    transition: background 0.3s ease;
    text-decoration: none;
    border:3px #eff4ef solid;
    cursor:pointer;
    padding-left:23px;
}
 ul.accordion li .toggle:hover {
    background-color: #dae4da;
}
ul.accordion li .toggle.active {
    background: #dae4da url(../images/icons/b_minus.png) 3px center no-repeat;
    border-color: #dae4da;
}

ul.accordion li .toggle.inactive {
    background: #dae4da url(../images/icons/article.png) 3px center no-repeat;
    border-color: #dae4da;
    text-align: left;
    cursor:auto;
}

ul.accordion .show{
    border: #eff4ef 1px solid;
    border-radius: 0;
    border-top: none;
    background: #f3f6f3;
}

.inline{
    display: inline;
}
.badge{
    display:inline-block;
    min-width:10px;
    padding:3px 6px;
    font-size:11px;
    font-weight:700;
    line-height:1;
    color:#fff;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    background-color:rgb(243, 71, 71);
    border-radius:50px;
    height: max-content;
}
.badge.grey{
    background-color:#a7abac;
}
.badge:empty{
    display:none
}
.badge.open{
     background-color:#569fa8;
}
#spm tr{
    margin-bottom: 3px;
    background: #faf7fa;
}
#spm tr:hover{
    background: #e6d8e3;
}
#spm tr td{
    padding: 8px;
    border-collapse:separate;
     border-spacing:7px 2px;
     border-radius: 0px;
    border: 2px #f3e3f0 solid ;
    border-left:0;
    border-right:0;
}
#spm tr td:first-child{
    border-right: 4px#d8c8d5 solid;
    border-radius: 0;
}
#spm tr td:first-child span{
    color:#853d79;
}
#spm tr td #lable{
    color:#631756;
}
.blurb_inner {
    font-family:Arial, Helvetica, sans-serif;
    border:solid #6699CC 1px;
    width:205px;
     font-size:12px;
    color:#000000;
}
.main_box{
     width:165px;
     float:left;
     padding:5px;
}
.main_box a{
     color:#000000;
     text-decoration:none;
}
.main_box a:hover{
    text-decoration:underline;
}
.edit_box{
    width:165px;
     float:left;
    padding:0px;
}
#profile_text_area{
     padding:0px;
    border:solid #6699CC 1px;
     margin:0px;
}
#upload_progress{
    height:7px;
    background:#41B50B;
    width:0%;
}
.frame{
    padding:1px;
    border:1px #ccc solid;
    margin-bottom:3px;
}
.hide{
    display:none;
}
.image {
    background-size: cover;
    background-position: center;
    transition: background 0.4s ease-in-out;
}
@media screen and (max-width: 563px) {
    .image_box{
    }
    .info_box{
    }
    .image_box.l.s{
        width:25%;
        float:left;
    }
    .info_box.l.s{
        width:60%;
         float:left;
    }
}
@media screen and (max-width: 450px) {
}
.tags{
    float:left;
    border:0px solid #ccc;
    padding:5px;
    font-family:Arial;
}
.tags > span{
    cursor:pointer;
    display:block;
    float:left;
    color:#fff;
    background:#789;
    padding:5px;
    padding-right:25px;
    margin:4px;
}
.tags > span:hover{
    opacity:0.7;
}
.tags > span:after{
    position:absolute;
    content:"×";
    border:1px solid;
    padding:2px 5px;
    margin-left:3px;
    font-size:11px;
}
.tags > input{
    background:#eee;
    border:0;
    margin:4px;
    padding:7px;
    width:auto;
}
/* ul.notifications li{
    padding: 10px;
    border-radius: 0px;
    background:rgb(197, 245, 234);
}
ul.notifications li:hover{
    background-color: rgb(238, 238, 236);
} */
.mnus-margin{
    background:#fff;
    padding:10px;
    font-size-adjust: 0.54;
    margin:-20px;
}
.mnus-gradient{
    border:none;
    background:linear-gradient(60deg, #7e3786 0%, #b46395 100%);
    margin:-20px;
    margin-bottom:0;
    padding:25px;
}
a.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
    text-decoration: none;
}
a.back-to-top i {
    display: block;
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #00b4d9;
    border-radius: 2px;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}
a.back-to-top:hover, a.back-to-top:focus {
    text-decoration: none;
}
.int_cont{
    position:absolute;
    right:-3px;
    top:-3px;
    z-index:3;
}
.int_btn{
    display: inline-block;
    padding: 3px;
    background:#eae8eb;
    cursor: pointer;
}
.int_btn:hover{
    background:#ddc2d8;
}
.comment_{
    display:inline-block;
    background: url(../images/icons/comment_bg_gry.png) center center no-repeat;
}
.comment_.commented{
    background-image: url(../images/icons/comment_bg.png);
}
.heart_{
    display:inline-block;
    background: url(../images/icons/heart_bg_gry.png) center center no-repeat;
}
.heart_.liked{
    background-image: url(../images/icons/heart_bg.png);
}
.share_{
    display:inline-block;
    background: url(../images/icons/share_bg_gry.png) center center no-repeat;
}
.share_.shared{
    background-image: url(../images/icons/share_bg.png);
}
.size_{
    width:15px;
    height:10px;
    background-size: 15px 10px;
}
.size_m{
    width:32px;
    height:28px;
    background-size: 32px 28px;
}
.size_bg{
    width:52px;
    height:48px;
    background-size: 52px 48px;
}
.comments_cont{
    padding:5px 10px 5px 10px;
}
.comments_cont ul{
    padding-left:30px;
    overflow: hidden;
    overflow-y: auto;
    height: calc(100% - 350px);
    max-height: calc(100vh - 250px);
}
.comments_cont ul li{
    border:0px #ccc solid;
    padding:5px;
    margin:2px;
    width:90%;
    display:inline;
}
.comments_cont ul li .avatar_user{
    float:left;
    width:30px;
    height:30px;
    background: #f1bff2;
     padding:1px;
    margin:5px;
    border-radius: 50%;
     border:1px #bf9ac3 solid;
}
.comments_cont ul li .avatar_user img{
    display: block;
     width: 100%;
    border-radius: 50%;
}
.comments_cont ul li .avatar_user:hover{
    border-color:#ccc;
}
.comments_cont ul li .comment{
    display:inline-block;
    text-align:left;
    position: relative;
    width: calc(100% - 70px);
    min-height: 25px;
    padding: 10px;
    background: #f7eff5;
    border:1px #f6e4f8 solid;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    margin-bottom:3px;
    white-space: initial;
}
.comments_cont ul li .comment:hover{
    border-color:#c6bbc6;
    background:#fed9f7;
}
.comments_box {
    padding:5px;
    width: calc(100% - 10px);
    z-index: 199;
    background:#ccc;
    display: inline-block;
}
.pop .comments_box{
    position: absolute;
    bottom: 10px;
}
 .comments_box input {
    font-family: "proxima-nova", "Source Sans Pro", sans-serif;
    float: left;
    border: none;
    width: calc(100% - 100px);
    padding: 11px 32px 10px 8px;
    font-size: 0.8em;
    color: #32465a;
}
.comments_box button {
    float: right;
    border: none;
    width: 50px;
    min-height: 35px;
    padding: 12px 0;
    cursor: pointer;
    background: #32465a;
    color: #f5f5f5;
}
.comments_box button:hover {
    background: #435f7a;
}
.empty_cont{
    text-align: center;
    min-height: 100px;
    line-height: 50px;
    background:#e4fad9;
    padding:5px;
    color: #6a7963;
    margin: 10px;
}

.empty_cont.warning{
    background:#fae0d9;
}

.empty_cont.info{
    background:#d9f2fa;
}



/* ADDONS */
.separator {
    display: flex;
    align-items: center;
    text-align: center;
    color:#5f97d6;
}

.separator::before,
.separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #5f97d6;
}

.separator:not(:empty)::before {
    margin-right: .25em;
}

.separator:not(:empty)::after {
    margin-left: .25em;
}

/* Toggle Content */
.hidecontent{
    display:none;
}

/* Table Fixed Options */
.table-responsive.table-opt-margin{
    padding-right:4.5em;
    display: table;
    width: calc(100% - 64px);
    overflow: auto;
}
.table-opt{
    position: absolute;
    width: 5em;
    right: 0;
    top: auto;
    border-left:3px #dee2e6  solid;
    border-right: 1px #dee2e6  solid;
    /* border-top-width: 3px; */
    /*only relevant for first row*/
    margin-top: -0px;
    /*compensate for top border*/
    background:#fff;
    border-radius: 0;
}

.main-wrapper{
    /* height: 100%; */
    flex-grow: 1;
    display: flex;
    flex-flow: column;
}

.footer-area{
    border-top:#e617ff 2px solid;
    border-top: var(--footer-border-size) var(--footer-border-color) solid;
    /* background:#333; */
    /* color:#fff; */
    flex-grow : 1;
    border-radius:0;
    padding-bottom: 60px;
}

.footer-area a{
    color:#333;
    color:var(--footer-link-color);
}

.footer-menu{
    background:transparent !important;
    padding: 10px;
}

.footer-menu ul{
    border-bottom: #333 dashed 1px;
    border-radius: 0;
}

.footer-menu ul li{
    display: inline-block;
    padding: 1px 5px 1px 5px;
    border-right:1px solid #ffffff;
    border-radius: 0;
}

.footer-menu ul li:last-child {
    border-right:none;
}

.footer-menu .menu-link {
    font-family: inherit;
    font-size: 1.3rem;
}

.link-icon{
    margin-right:5px;
    font-size: 1.2rem;
}



.f-right{
    float: right;
}
.f-left{
    float: left;
}
.f-center{
    text-align: center;
}
.align-l{
    text-align: left;
}
.align-c{
    text-align: center;
}
.align-r{
    text-align: right;
}

.m-center{
    margin:auto auto;
}
.m-left{
    margin-left: auto;
}
.m-right{
    margin-right: auto;
}

/* Status designs */
.statuscont{
    padding-left: 5px;
    padding-right: 5px;
    font-size:smaller;
}
.status_0{
    background-color: white;
    border:1px #ccc solid;
}

.status_1{
    background-color: green;
    color:#fff;
}



.status_2{
    background-color: red;
    color:#fff;
}

.status_3{
    background-color: yellow;
    color:#fff;
}


@media only screen and (min-width: 600px) {
    /* For tablets: */
    .inf_block.responsive{
        width:100%;
    }
}
  
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .inf_block.responsive{
        width:80%;
    }
}

@media only screen and (min-width: 900px) {
    /* For desktop: */
    .inf_block.responsive{
        width:70%;
    }
}.test{
    background-color: aliceblue;
}