/**
 *
 * Apply Here your Custom CSS
 *
*/
/*Css Reset*/
@font-face {
    font-family: IranSans;
    src: url("../fonts/IRANSansNu.ttf");
}
@font-face {
    font-family: "Glyphicons";
    src: url("font-icons/glyphicons/glyphicons-halflings-regular.ttf");
}
*{
    font-family: 'IranSans' , Glyphicons !important;
}

.copyright-bar{
    bottom: 0 !important;
    position: absolute;
    background-color: #343434;
}

.copyright-bar-padding{
    padding: 10px;
}

.pcalBtn{
    display: none!important;
}
.jsgrid-form input , .jsgrid-form select {
    display: block;
    width: 100%;
    height: 31px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555555;
    background: #fff none;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.jsgrid-form .col-12{
    padding-left:7px!important;
    padding-right: 7px!important;
}
.dir-ltr{
    direction: ltr;
}
.d-flex{
    display: flex;
    justify-content: center;
    align-items: center;
}

.panel{
    margin-top: 17px;
}
/*.panel-body{*/
/*padding: 0 15px;*/
/*}*/
.pl-15{
    padding-left: 15px;
    padding-bottom: 15px;
}
.d-none{
    display: none;
}

.panel > .panel-heading .panel-title {
    font-size: 30px;
}
.float-left{
    float: left!important;
}


#script-warning {
    display: none;
    background: #eee;
    border-bottom: 1px solid #ddd;
    padding: 0 10px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: red;
}

#loading {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

.fc-unthemed {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 10px;
    font-size: 14px;
}
.dropdown-menu.dropdown-blue {
    background-color: #005389;
}
/*.jsgrid-grid-body .jsgrid-cell:last-child {*/
    /*text-align: right;*/
/*}*/
.truncate{
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.js-tooltip {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
}
table tbody tr:first-child .js-tooltip .tooltiptext{
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

table tbody tr:first-child  .js-tooltip .tooltiptext:after{
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color:  transparent transparent #555 transparent;
}


table tbody tr:not(:first-child) .js-tooltip .tooltiptext{
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

table tbody tr:not(:first-child)  .js-tooltip .tooltiptext:after{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.visible {
    visibility: visible!important;
    opacity: 1!important;
}
/*.js-tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}*/
.cat-news{
    background-color: #d8d8d8;
    padding: 5px;
    margin: 8px 5px 4px 5px;
    border-radius: 14px;
    color: black;
    position: relative;
}
.cat-news-cancel{
    background-color: #cc2424;
    border-radius: 50%;
    color: white;
    cursor: pointer;
}

.portfolio-item-details {
    background: #f2f2f2;
    padding: 40px 0;
}
.portfolio-item-details .item-title {
    margin-bottom: 40px;
}
.portfolio-item-details .item-title h1 {
    margin: 0;
}
.portfolio-item-details .item-title .categories {
    margin-top: 10px;
}
.portfolio-item-details .item-title .categories a {
    color: #999999;
    -moz-transition: all 350ms;
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
}
.portfolio-item-details .item-title .categories a:hover {
    color: #595959;
}
.portfolio-item-details .item-title .item-detail {
    color: #999999;
    margin-top: 10px;
}
.portfolio-item-details .item-title .item-detail span {
    display: inline-block;
    font-weight: bold;
    padding-left: 5px;
    color: #595959;
}
.portfolio-item-details .item-title .item-detail i {
    color: #b3b3b3;
}
.portfolio-item-details .item-title .item-detail .liked i {
    color: #ff4e50;
}
.portfolio-item-details .item-description p {
    color: #999999;
}
.portfolio-item-details .item-description dl {
    position: relative;
    text-align: left;
}
.portfolio-item-details .item-description dl:before,
.portfolio-item-details .item-description dl:after {
    content: " ";
    display: table;
}
.portfolio-item-details .item-description dl:after {
    clear: both;
}
.portfolio-item-details .item-description dl:before,
.portfolio-item-details .item-description dl:after {
    content: " ";
    display: table;
}
.portfolio-item-details .item-description dl:after {
    clear: both;
}
.portfolio-item-details .item-description dl:before {
    content: '';
    display: block;
    position: absolute;
    right: 4%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #dcdcdc;
}
.portfolio-item-details .item-description dl dt,
.portfolio-item-details .item-description dl dd {
    display: block;
    float: right;
}
.portfolio-item-details .item-description dl dt {
    width: 40%;
    clear: left;
    text-transform: uppercase;
    color: #404040;
    padding-bottom: 10px;
}
.portfolio-item-details .item-description dl dd {
    width: 60%;
}
/**/
.portfolio-item-details .item-description dl {
    position: relative;
    text-align: left;
}
.portfolio-item-details .item-description dl:before,
.portfolio-item-details .item-description dl:after {
    content: " ";
    display: table;
}
.portfolio-item-details .item-description dl:after {
    clear: both;
}
.portfolio-item-details .item-description dl:before,
.portfolio-item-details .item-description dl:after {
    content: " ";
    display: table;
}
.portfolio-item-details .item-description dl:after {
    clear: both;
}
.portfolio-item-details .item-description dl:before {
    content: '';
    display: block;
    position: absolute;
    left: 4%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #dcdcdc;
}
.portfolio-item-details .item-description dl dt,
.portfolio-item-details .item-description dl dd {
    display: block;
    float: right;
}
.portfolio-item-details .item-description dl dt {
    width: 40%;
    clear: left;
    text-transform: uppercase;
    color: #404040;
    padding-bottom: 10px;
}
.portfolio-item-details .item-description dl dd {
    width: 60%;
}
.portfolio-item-details .item-description p {
    margin-right: 24px;
    font-size: 20px;
    color: #848484;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #888888;
    font-size: 11px;
}

.w-100{
    width: 100% !important;
}
.control-label{
    text-align: right!important;
}
.pt-2{
    padding: 2rem 15px 0 15px;

}
.border-bottom{
    border-bottom: 1px solid #ebebeb;
}
.mt-1{
    margin-top: 1rem;
}
.profile-img{
    min-height: 200px;
    max-height: 200px;

}
.pt-2{
    padding-top: 2rem;
}
.font-14{
    font-size: 14px;
}
.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 30% 15px 0;
}
.leader-list{
    padding: 30px;
}
.leader-list ul {
    list-style: none;
    padding-inline-start: 0;
    margin-bottom: 80px;
}
.leader-list ul li  {
    font-size: 15px;
    color: #888888;
    margin: 12px 0;
}
.leader-list ul li i {
    margin-left: 7px;
}
.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel.empty {
    margin-bottom: 34px;
}
.leader-conditions ul {
    list-style: none;
    padding-inline-start: 0;
}
.leader-conditions ul li {
    font-size: 15px;
    color: #888888;
    margin: 12px 0;
}
.leader-conditions ul li i {
    margin-left: 7px;

}
.content-section {
    padding: 50px 35px;
    font-size: 15px;

}
.bg-gold{
    background-color: #f1bf23;
}
.bg-gold p{
    color: white;
}
.leader-warning{
    padding: 20px 35px;
    text-align: center;
}
.bg-gray {
    background: #f2f2f2;
}
.pull-right{
    float: right!important;
}
.leader-form h3{
    margin-top: 60px;
}
.leader-form h4{
    margin-bottom: 12px;
}
.leader-form hr{
    border-top: 1px solid #d6d5d5;;
}
.float-left{
    float: left;
}
.mt-3{
    margin-top: 30px;
}
.pull-left {
    float: left !important;
}

/*  pagination with button  */
.pagination > li > button {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #373e4a;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination > li:first-child > button{
    margin-left: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination > li:last-child > button {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.pagination > li > button:hover,
.pagination > li > button:focus {
    z-index: 2;
    color: #818da2;
    background-color: #eeeeee;
    border-color: #ddd;
}
.pagination > .active > button,
.pagination > .active > span,
.pagination > .active > button:hover,
.pagination > .active > span:hover,
.pagination > .active > button:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #373e4a;
    border-color: #949494;
    cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > button ,
.pagination > .disabled > button :hover,
.pagination > .disabled > button :focus {
    color: #999999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}
.pagination-lg > li > button ,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > button ,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-lg > li:last-child > button ,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.pagination-sm > li > button ,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > button ,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > button ,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}
.pager {
    padding-left: 0;
    margin: 17px 0;
    list-style: none;
    text-align: center;
}
.pager li {
    display: inline;
}
.pager li > button ,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.pager li > button :hover,
.pager li > button :focus {
    text-decoration: none;
    background-color: #eeeeee;
}
.pager .next > button ,
.pager .next > span {
    float: right;
}
.pager .previous > button ,
.pager .previous > span {
    float: left;
}
.pager .disabled > button ,
.pager .disabled > button :hover,
.pager .disabled > button :focus,
.pager .disabled > span {
    color: #999999;
    background-color: #fff;
    cursor: not-allowed;
}
button:focus{
    outline: none;
}
.dropdown-menu {
    text-align: right;
}
ul.second_list {
    position: absolute;}
.dropdown-menu {
    left: 0;
    float: right;
    right: auto;
}
.profile-info.dropdown .dropdown-menu > .caret {
    left: 30px;
    right: auto;
}
.bg-purple{
    background-color: #f1d4f1;
}
@media only screen and (max-width:600px) {
    .list-inline > li {
        display: inline;

    }
    .list-inline > li.sep {
        display: none;

    }
}

.bg-menue a{
    background-color: #303641!important;
}
.list-unstyled{
    padding: 0;
}
@media (max-width: 767px) {
    .pull-right-xs .dropdown-menu {
        left: 0;
        right: auto;
    }
    .notifications.dropdown .dropdown-menu {

        width: 256px;
    }
    footer.main {
        bottom: 15px;
        position: inherit;
    }
}
.img{
    position: relative;
    float: left;
    width: 100px;
    height: 100px;
    background: no-repeat 50% 50%;
    background-size: contain;
}
.portrait-crop{
    display: inline-block;
    height: 215px;
    width: 50%;
    overflow: hidden;
}
.bookmark {
    padding: 10px 0;
    /*border-left: 1px solid #ffffff;*/
    /*border-right: 1px solid #ffffff;*/
    position: absolute;
    width: 3em;
    height: 3em;
    top: 15px;
    left: 30px;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#be010c', endColorstr='#710106', GradientType=0);
    -webkit-box-shadow: 0 1px 1px 0 #333333;
    -moz-box-shadow: 0 1px 1px 0 #333333;
    box-shadow: 0 1px 1px 0 #333333;
}
.bookmark-blue{
    background: #2f98be;
    background: linear-gradient(to bottom, #2f98be 0%, #2f6d93 76%, #2b4f73 100%);
}
.bookmark-purple{
    background: #9000be;
    background: linear-gradient(to bottom, #9000be 0%, #670093 76%, #540073 100%);
}
.bookmark-black{
    background: black;
    background: linear-gradient(to bottom, black 0%, black 76%, black 100%);
}
.bookmark:before {
    content: "";
    position: absolute;
    bottom: -0.2em;
    left: 0;
    border-style: solid;
    border-width: 0 0 1em 1.5em;
    border-color: #ffffff transparent #ffffff transparent;
    display: block;
    width: 0;
    height: 0;
    z-index: 1;
}
.bookmark:after {
    content: "";
    position: absolute;
    bottom: -0.2em;
    right: 0;
    border-style: solid;
    border-width: 0 1.5em 1em 0;
    border-color: #ffffff transparent #ffffff transparent;
    display: block;
    width: 0;
    height: 0;
    z-index: 1;
}
.member-entry {
    padding: 50px 15px 15px 15px;
    margin-bottom: 30px;
}
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li > a > span:not(.badge) {

    right: 65px;
    margin-top: -1px;
    padding: 12px 10px;
    background: #303641;
    border-top: 1px solid #454a54;
    border-bottom: 1px solid #454a54;
    width: 250px;
    border-radius: 3px 0 0 3px;

}
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub:hover.has-sub > a > span:not(.badge), .page-container.sidebar-collapsed .sidebar-menu #main-menu > li:hover.has-sub > a > span:not(.badge) {
     border-radius: 3px 0 0 3px;
}
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li > ul {
    display: block;
    visibility: hidden;
    position: absolute;
    height: 0;
    top: auto;
    right: 65px;
    width: 250px;
    border-radius: 3px 0 0 3px;
    background-clip: padding-box;
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

.page-container.sidebar-collapsed .sidebar-menu #main-menu > li > ul.bg-menue {
    position: static !important;
    width: 65px !important;
}

.page-container.sidebar-collapsed .sidebar-menu #main-menu > li > ul.bg-menue li{
    visibility: hidden !important;
}
.office_details {
    /* line-height: 2em; */
    /*padding: 10px 0;*/
    color: #ffffff;
    background: #0f0f0f;
    font-size: 16px;
    border-bottom: none!important;
}

.btn-purple {
    color: #fff!important;
    background-color: #c072cc;
    border-color: #b065b6;
}
.btn-purple:hover {
    color: #fff!important;
    background-color: #9552a1;
    border-color: #764080;
}
.w-100{
    width: 100%;
}
.p-0{
    padding: 0!important;
}
.font-16{
    font-size: 16px!important;
    line-height: 1.7;
}
.workshop.portfolio-item-details .item-description dl:before {
    right: 0;
    left: auto;
}
.workshop.portfolio-item-details .item-description dl dt {
    width: 40%;
    clear: right;
    text-transform: uppercase;
    color: #404040;
    padding-bottom: 10px;
    padding-right: 15px;
}
.workshop.portfolio-item-details .item-description dl dd {
    width: 60%;
    margin-right: 0;
}
.workshop.portfolio-item-details .item-description dl {
    position: relative;
    text-align: right;
}
.workshop .item-images img{
    transform: translateX(-33%);
    left: 50%;
    width: 67% !important;
}
.workshop-buttons{
    margin: 0 0 17px 0;
    text-align: left;
}
.workshop-list .member-details{
    padding: 0 10px 10px 10px;
}
.member-details h3{
    margin-bottom: 40px;
}
.h-160{
    height: 160px;
}
.dot {
    display: inline-block;
    font-size: 1.5em;
    line-height: 1;
    padding-left: 8px;
    padding-right: 8px;
    vertical-align: middle;
}
 .dot::before {
    content: "•";
 }

 .dot {
    font-size: 1.5em;
    line-height: 1;
}
.p-7{
    padding: 7px;
}
.pt-60{
    padding-top: 60px!important;
}
.color-black{
    color: #626262;
}
.d-grid{
    display: grid;
}
/*.login-card .profile-picture{*/
    /*position: relative;*/
/*}*/
/*.login-card .img{*/
    /*position: relative;*/

    /*float: none;*/

    /*width: 150px;*/

    /*height: 150px;*/
    /*display: inline-block;*/
    /*background: none no-repeat 50% 50%;*/
    /*background-size: cover;*/
/*}*/
/*.login-card .info p{*/
    /*color: #626262;*/
    /*font-size: 19px;*/
/*}*/
.circular--square {
    border-radius: 50%;
}

.circular--square {
    border-radius: 50% 50%;
}
.picture-preview{
    width: 10%;
}
@media screen and (max-width: 767px){
    .portfolio-item-details .item-title .text-right {
        text-align: right!important;
    }}
.obj-fit-cover{
    object-fit: cover;
    height: 217px!important;
    width: initial;
}
/*.portrait-crop{*/
    /*overflow: hidden;*/
    /*height: 217px;*/
/*}*/
.cursor-pointer{
    cursor: pointer;

}
.cursor-pointer p {
    margin-top: 15px;
}

.pb-3{padding-bottom: 3rem;}
.mb-4{margin-bottom: 4rem}
.login-card {
    width: 7.25cm;
    height: 10cm;
    /*background-image: url("/assets/images/card-login.jpg");*/
    background-size: cover;
    position: relative;
}
.login-card .content{
    padding: 0.15cm;
    position: absolute;
    top: 5.35cm;
    right: .35cm;
}
.login-card .content .profile {
    width: 2cm;
    height: 2cm;
    border-radius: 15px;
    display: inline-block;
    object-fit: cover;
}
.login-card .content .c1 {
    display: inline-block;
    width: 4.3cm;
    padding: 0.2cm 0.9cm 0 0;
    font-size: 17px;
}
.login-card .content .c2 {
    display: inline-block;
    padding: .2cm .4cm;
}
.login-card .content .c3 {
    display: inline-block;
    padding: .13cm 1cm;
    font-size: 14px;
}
.user.login-card .content .c2 {
    display: inline-block;
    padding: .2cm 0;
    width: 2.6cm;
}
.user.login-card .content .c3 {
    display: inline-block;
    padding: 0 0.25cm 0 0;
    font-size: 14px;
    width: 3.7cm;
}
.user.login-card .content .c3 {
    display: inline-block;
    padding: 0 0.25cm 0 0;
    font-size: 14px;
    width: 3.7cm;
    text-align: center;
}
.login-card p{
    color: black;
}
.top > * {
    vertical-align: top;
}
.text-top > * {
    vertical-align: text-top;
}
.rotate-180{
    /*transform: rotate(180deg);*/
    /*left: -1px;*/
    -webkit-transform: translateY(0%) rotate(180deg);
    -moz-transform: translateY(-100%) rotate(90deg);
    -ms-transform: translateY(-100%) rotate(90deg);
    -o-transform: translateY(-100%) rotate(90deg);
     transform: translateY(0%) rotate(180deg);
    /* -webkit-transform-origin: left bottom; */
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
}
.rotate--90{
    -webkit-transform: translateY(-100%) rotate(90deg);
    -moz-transform: translateY(-100%) rotate(90deg);
    -ms-transform: translateY(-100%) rotate(90deg);
    -o-transform: translateY(-100%) rotate(90deg);
     transform: translateY(-160%) rotate(90deg);
    /* -webkit-transform-origin: left bottom; */
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
     transform-origin: left bottom;
    /*transform: rotate(90deg);
    /*height: 8.5cm;*/
    /*width: 100%;*/
}
.d-inline-block{
    display: inline-block;
}
.root{
    height: 9.2cm;
}

.m-0{
    margin: 0;
}
.mb-60{
    margin-bottom: 60px;
}
.h-200 {
    height: 324px;
}
.breadcrumb h1{
    margin: 17px 0 ;
    font-size:25px ;
}
.h-109{
    height: 109px;
}
.pr-24{
    padding-right: 39px;
}
.pl-24{
    padding-left: 39px;
}
.root{
    margin-bottom: 32cm;
}
.mb-40{
    margin-bottom: 40px;
}
/*.dashboard-img{*/
    /*background: no-repeat center;*/
    /*background-size: contain;*/
    /*width: 100%;*/
    /*height: 200px;}*/
.border{
    border: 1px solid black;
    border-radius: 13px;
}
.border-top-black{
    border-top: 1px solid black;

}
.hr-black {
    margin-top: 17px;
    margin-bottom: 17px;
    border: 0;
    border-top: 1px solid black;
}
.p-20{
    padding: 20px 0;
}
.p-15
{
    padding: 0 15px;
}
.ml-5-px{margin-left: 5px}
.background-img{

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
@media screen and (max-width: 480px) {
    .member-entry .member-img:not(.no-height-fix) {
        height: 160px;
    }
}
.dd-list .dd-list {
    padding-right: 30px;
    padding-left: 0;
}
.nested-list.custom-no-drag-button .dd-handle {
    position: absolute !important;
    margin: 0 !important;
    width: auto;
    height: 32px;
    padding-left: 5px;
    padding-right: 4px;
    cursor: pointer;
    padding-top: 7px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.nested-list.custom-no-drag-button .dd-handle span {
    display: block;
    line-height: 3px;
    color: rgba(115, 120, 129, 0.7);
}
.nested-list.custom-no-drag-button .dd-content {
    padding-left: 25px;
}
.nested-list.custom-no-drag-button button + .dd-handle {
    left: 24px;
}
.nested-list.custom-no-drag-button button + .dd-handle + .dd-content {
    padding-left: 50px;
}
.nested-list.custom-no-drag-button.drag-button-on-hover .dd-item > .dd-handle {
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.nested-list.custom-no-drag-button.drag-button-on-hover .dd-item:hover > .dd-handle {
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
.dd-handle, .dd-content {pointer-events: none;}


.msg-box{
    padding: 10px;
    border: solid 1px #ccc;
    margin: 15px 1%;
    width: 48%;
    display: inline-block;
    float: right;
}
.msg-box p{
    font-size: 16px
}
.msg-box:last-child{
    text-align: left;
}
.align-box{
    display: flex; flex-wrap: wrap;
}
.video-container{
    padding: 0 10px;
}
.download-box{
    padding: 40px 10px;
    background: #f2f2f2;
    margin-top: 20px;
    text-align: center;
}
.download-box table{
    margin: 0 auto;
    width: 50%;
}
.download-box table td{
    border: solid 1px #ccc;
    padding: 10px;
    font-size: 16px;
}
.download-box thead td{
    font-weight: bold;
    color: #000;
}
.next-chapter-btn{
    float: right;
}
section.blog .comments-list .comment .comment-thumb, section.blog .comments-list .comment .comment-content {
    float: right;}
section.blog .comments-list .comment .comment-content .comment-author > a {
    float: right;
}
section.blog .comments-list .comment .comment-content .comment-author .comment-info {
    float: left;
}
section.blog .comments-list ul {

    margin-right: 10%;
    margin-left: 0;
}
.comments-list > li:nth-child(2n) {
    background: #fff;
}
.comments-list > li {
    border-bottom: none;
}

element.style {
    overflow-x: auto;
": ;
}
.download-box {
    overflow-x: auto;
}

.download-box .pr-24{
    width: 100%;
    padding-bottom: 30px;
}

#send_notification_info{
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    border-bottom: 1px solid #343434;
}

#sg-datatables-user_all_datatable_wrapper a.btn,
#sg-datatables-user_datatable_wrapper a.btn,
#sg-datatables-user_guest_datatable_wrapper a.btn,
#sg-datatables-workshop_datatable_wrapper a.btn,
#sg-datatables-virtual_workshop_datatable_wrapper a.btn,
#sg-datatables-session_datatable_wrapper a.btn
{
    margin-top: 3px;
    width: 40px !important;
}

#sg-datatables-session_datatable_wrapper a.copy,
#sg-datatables-workshop_datatable_wrapper a.copy
{
    background-color: lightgreen;
    border: lightgreen;
}

.msg-box2 {
    padding: 10px;
    border: solid 1px #ccc;
    margin: 15px 3%;
    width: 220px;
    display: inline-block;
}

.msg-box2 a.btn {
    float: none;
    margin: 0 1%;
}

.msg-box2 a.btn-gold{
    margin: 5px auto;
    display: block;
    width: 150px;
}

#videoButtons {
    display: flex;
    justify-content: center;
}

#videoButtons a.next-chapter-btn,
#videoButtons a.prev-chapter-btn{
    flex-grow: 1;
}

#videoButtons a.autoplay-btn{
    flex-grow: 2;
}

.coachMsg{
    width: 70% !important;
    position: relative;
    margin: 30px 0 0 0;
}

.p-chapter-div{
    border-left: 1px solid black;
    padding-left: 10px;
    display: inline-block;
}

.p-chapter-tittle{
    padding-right: 5px;
}

.portfolio-item-details #chapter_duration_title{
    width: 85px !important;
}

.portfolio-item-details #chapter_duration{
    width: 50px !important;
}

#chapter-list .panel-body li div.duration{
    float: left !important;
}

@media screen and (max-width: 991px) {
    .portfolio-item-details{
        padding:20px;
    }
    .portfolio-item-details #coachPic{
        margin-right: 20px;
        padding: 0;
    }
    .portfolio-item-details #member-details{
        margin: 0 0; !important;
    }
    .msg-box2 {
        margin: 15px auto;
        width: 96% !important;
        float: none !important;
        display: block;
    }
    .coachMsg {
        position: static;
    }
    .portfolio-item-details #chapter_title{
        margin-right: 0;
    }
    #chapter_title{
        display: inline-block;
    }
    #chapter-list{
        padding: 0;
    }
    #chapter-list .panel-primary{
        overflow: auto;
        width: 100%;
        margin: 10px auto;
    }
    #chapter-list .panel-heading .panel-options{
        padding: 10px;
    }
    #chapter-list a span.p-chapter-div{
        position: absolute;
    }
    #chapter-list a span.p-chapter-tittle{
        display: inline-block;
        width: 50%;
        word-wrap: break-word;
        /*margin-right: 20px;*/
        text-align: right;
        word-spacing: -1px;
    }
    #chapter-list .panel-body li div{
        /*height: 100%;*/
        vertical-align: top;
    }
}

@media screen and (max-width: 550px) {
    #chapter_title{
        display: block;
    }
    .portfolio-item-details #chapterDurationParent {
        float: none !important;
    }
    .portfolio-item-details #chapter_duration_title {
        padding-right: 0;
    }
}

ul.dd-list{
    z-index: 9999;
}

.support-info{
    cursor: default;
}

.uploaded-icon-info{
    margin-right: 10px;
}

.file-input-name{
    color: #007d3d;
    margin: 0 10px 0 0;
    font-size: 12px;
}

.product-loader{
    width: 20px;
    height: 20px;
    margin-top: 5px;
}

.specialPrice{
    color: red;
}

.present-logo-custom{
    width: 100%;
}

.present-logo-custom img{
    float: left;
    margin-left: 60px;
}

.user-profile-upload-custom{
    width: 215px !important;
    height: 215px !important;
    margin-right: 10px;
}

.fl-right{
    float: right;
}

.mb-5{
    margin-bottom: 5px;
}

#rotate-btn-container{
    margin-right: 10px;
    padding-top: 10px;
    text-align: center;
    margin-top: 30px;
}

.img-rounded-custom{
    height: 215px !important;
    width: 215px !important;
    margin-right: auto;
    margin-left: auto;
    border-radius: 25px !important;
}

.age-grade-members{
    font-size: 13px;
}

.age-grade-icon{
    width: 18px;
    height: 18px;
}

.age-bookmark{
    position: absolute;
    width: 36px;
    height: 36px;
    top: 15px;
    left: 80px;
    margin-top: 5px;
}

@media only screen and (max-width: 486px) {
    .age-bookmark {
        position: absolute;
        width: 36px;
        height: 36px;
        top: 15px;
        left: 80px;
        margin-top: 0 !important;
    }
}

.age-bookmark img{
    width: 36px;
    height: 36px;
}

.age-danger,
.age-danger img{
    width: 26px;
    height: 26px;
}

.default-cover label{
    margin-bottom: 15px !important;
}

.default-cover input{
    display: inline-block !important;
    margin-right: 10px !important;
}

.default-cover .cover-thumb{
   margin-right: 10px;
    width: 50px;
    height: 50px;
}

.default-cover .cover-thumb img{
    width: 50px;
    height: 50px;
}

.vjs-quality-selector .vjs-icon-placeholder {
    font-family: 'VideoJS' !important;
    font-weight: normal !important;
    font-style: normal !important;
}

.vjs-menu li.vjs-selected, .vjs-menu li.vjs-selected:focus, .vjs-menu li.vjs-selected:hover, .js-focus-visible .vjs-menu li.vjs-selected:hover {
    background-color: #fff !important;
    color: #2B333F !important;
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, 0.7);
    position: absolute;
    width: 100%;
    bottom: 1.5em;
    max-height: 15em;
    right: 30px !important;
}

.vjs-menu .vjs-menu-content {
    display: block;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden !important;
}

@media only screen and (max-width: 341px) {
    .vjs-quality-selector.vjs-menu-button.vjs-menu-button-popup.vjs-control.vjs-button{
        display: none;
    }
}

.no-borders-invoice{
    border-right: hidden !important;
    border-bottom: hidden !important;
}

.special-price-triangle {
    width: 0;
    height: 0;
    border-right: 55px solid transparent;
    border-top: 55px solid red;
    position: absolute;
    left: 0;
    top: 0;
}

.special-price-text{
    position: absolute;
    left: -16px;
    top: 0;
    color: #fff;
    font-size: 11px;
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: top right;
    -moz-transform: rotate(-45deg);
    -moz-transform-origin: top right;
}

#searchForm{
    position: relative;
}

.members-form1-btn{
    float: left;
    position: absolute !important;
    top: 20px;
    left: 30px;
}

@media only screen and (max-width: 1082px) {
    #searchForm{
        width: 100% !important;
    }
    #searchAgeForm{
        width: 100% !important;
    }
}

@media only screen and (max-width: 768px) {
    #members-form-container{
        height: 580px;
    }
    .members-form1-btn{
        float: none;
        position: relative !important;
        top: 0;
        left: 0;
    }
}

.page-container .main-content-no-padding {
    position: relative;
    display: table-cell;
    vertical-align: top;
    background: #ffffff;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.page-container .main-content-no-padding .inner-main{
    padding: 20px 20px 0;
}

.footer-text{
    width: 90%;
    margin: 0 auto 10px auto;
    text-align: center;
}

.footer-text a{
    color: #ddd !important;
}

.footer-links{
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.footer-links a{
    color: #fff;
    font-size: 13px;
    margin: 0 5px;
}

.footer-links a:hover,
.footer-text a:hover{
    color: #aaa !important;
}

#password-reset-rules{
    border: 1px solid #ffeeba;
    margin-right: 15px;
    padding: 10px;
    border-radius: 3px;
    color: #856404;
    background-color: #fff3cd;
}

#full_width_sidebar_for_horizontal_scroll .custom-sidebar{
    display: none;
}

@media (max-width: 767px) {
    .page-body .page-container .sidebar-menu {
        display: none;
    }

    #full_width_sidebar_for_horizontal_scroll .custom-sidebar{
        display: block;
        height: 294px;
        max-height: 294px;
    }

    #full_width_sidebar_for_horizontal_scroll .custom-sidebar img{
        float: none;
        width: 210px;
        height: 160px;
        margin: 0 auto;
    }

    #full_width_sidebar_for_horizontal_scroll .custom-sidebar #main-menu li {
        position: relative;
        margin: 0;
        font-size: 16px;
        border-bottom: 1px solid rgba(69, 74, 84, 0.7);
        background: #303641;
    }
}

.splide{
    direction: ltr;
    margin-top: 20px;
}

.splide__slide img {
    width: 100%;
    height: auto;
}

.slider-container{
    border:1px solid #ddd;
    padding: 0  20px 20px;
}

.slider-title,
.club-statistics-title{
    margin-bottom: 20px;
    text-align: center;
}

.slider-category button{
    margin: 3px;
}

.slider-link:hover{
    opacity: .8;
    transition: .5s;
}

.mb-25{
    margin-bottom: 25px;
}

.about-club-container,
.club-membership-benefits-container{
    background: #eee;
    border:1px solid #eee;
    overflow: hidden;
}

.about-club-container{
    padding: 0 20px 30px;
}

.club-membership-benefits-container{
    padding: 40px 20px;
}

.about-club-button a,
.service-button a,
.slider-category a{
    color: #555;
}

.about-club-button a,
.service-button a{
    float: left;
}

.club-services-title{
    margin-bottom: 20px;
    text-align: center;
}

.club-services-title span,
.club-membership-benefits-title span{
    color: #f69921;
}

.club-services-table td{
    padding: 20px;
}

.club-membership-benefits-table td{
    padding: 30px;
}

.service-title-and-text,
.benefit-title-and-text{
    padding: 20px 0 20px 20px !important;
}

.service-icon,
.benefit-icon{
    vertical-align: top;
}

.service-icon img,
.benefit-icon img{
    width: 50px;
    height: 50px;
}

.service-title,
.benefit-title{
    margin-top: 0;
}

.club-services-table #normal-table,
.club-membership-benefits-table #normal-table{
    display: block;
    margin: 40px auto 0;
    width: 100%;
}

.club-services-table #responsive-table,
.club-membership-benefits-table #responsive-table{
    display: none;
}

@media (max-width: 650px) {

    .club-services-table #normal-table,
    .club-membership-benefits-table #normal-table{
        display: none;
    }

    .club-services-table #responsive-table,
    .club-membership-benefits-table #responsive-table{
        display: block;
    }
}

.club-statistics-container{
    display: block;
}

.club-statistics-container-col-sm-6{
    display: none;
}

@media (max-width: 1400px) {
    .club-statistics-container{
        display: none;
    }
    .club-statistics-container-col-sm-6{
        display: block;
    }
}

.club-statistics-container .icon,
.club-statistics-container-col-sm-6 .icon{
    color: #fff !important;
}

.tile-coal{
    background: #343434 !important;
}

.tile-custom{
    min-height: 124px !important;
    height: 124px !important;
}

.tile-custom .icon i {
    font-size: 80px !important;
}

.page-container .tile-stats .icon {
    bottom: 28px !important;
    left: 15px !important;
}

.tile-custom h3{
    font-size: 16px !important;
}

#home-login-register{
    float: left;
    display: inline;
}

#home-login-register a{
    display: block;
    margin-bottom: 5px;
    width:150px;
    color: #555;
}

#home-login-register a.register{
    background: #fbd30b !important;
}

#home-login-register-responsive{
    display: none;
}

@media (max-width: 650px) {
    #home-login-register{
        float: left;
        display: none;
    }

    #home-login-register-responsive{
        display: block;
    }

    #home-login-register-responsive a{
        display: block;
        margin: 5px 10px;
        color: #555;
    }
}

.slider-not-found{
    height: 150px;
    background: #eee;
    display: none;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.about-club-title{
    text-align: center;
    margin: 30px 0;
}

.club-membership-benefits-title{
    margin: 0;
    text-align: center;
}