/* Add here all your CSS customizations */
.profile-upload-image-select{
    position: absolute;
    top: 5px;
    right: 5px;
    width: auto !important;
    max-height: 27px;
}
.autohide{
    display: none;
}
.autohide-2{
    display: none;
}
a.del-activity-profile{
    position: absolute;
    top: 10px;
    right: 10px;
    color: #B3B7BD;
}
a.del-activity-profile:hover{
    color: #FF0000;
}
span.menu{
    margin-right: 10px;
}
a.dark-nav-head{
    background: #171717 !important;
    color: #FFF !important;
}
a.dark-nav-head i{
    color: #FFF !important;
}
a.breadcrumbs-butt{
    margin-left: 15px !important;
}
html .sidebar-left {
    transition: all 0.3s;
}
.content-body {
    transition: all 0.3s;
}
a.active-folder{
    border-left: 3px solid #0088cc;
    background: #21262d;
    color: #FFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 299px;
}
a.menu-item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 299px;
}
.no-button-style{
    background: none;
    border: none;
    color: #abb4be;
}
.no-button-style:hover{
    color: #FFF;
}
.no-button-style:active .no-button-style:focus .no-button-style:visited .no-button-style:focus{
    background: none;
    border: none;
}
.file-data-menu-no-text{
    padding: 13px;
    max-width: 100%;
    text-align: center;
}
.modal-backdrop.in{
    opacity: 0.8 !important;
    filter: alpha(opacity=80) !important;
}
.edit_file_box_modual{
    width: 100%;
    padding: 5px;
    background: #f5f5f5;
    border: 1px solid #dddddd;
    margin-top: 5px;
}
footer.main-footer-core{
    position: relative;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    padding: 10px;
/*    background: #1d2127;
    box-shadow: 1px -3px 0 1px #2f3139;*/
    color: #abb4be;
}
.middleDiv {
    position : absolute;
    width    : 650px;
    height   : 200px;
    left     : 50%;
    top      : 50%;
    margin-left : -325px; /* half of the width  */
    margin-top  : -200px; /* half of the height */
}
i.white{
    color: #FFF !important;
}
i.black{
    color: #000 !important;
}
.loading-content i{
    font-size: 64px;
    color: #999 !important;
    text-align: center;
    width: 100%;
}
.loading-content{
    display: none;
}
.neredzams{
    display: none;
}
.btn-uploadifive-pages{
    height: auto !important;
    line-height: normal !important;
    width: 100% !important;
}
.thumbnail{
    margin-bottom: 0px;
}
a.del_page_photo{
    display: block;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 24px;
    color: #FFF;
    text-shadow: 0px 0px 10px #000;
}
a.del_page_photo:hover{
    display: block;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 24px;
    color: #FFF;
    text-shadow: 0px 0px 10px #000;
}
#show_delete_photo_error{
    display: none;
}
#show_delete_photo_ok{
    display: none;
}
#del_page_photo{
}
#del_post_photo{
    display: none;
}
.page-form-row{
    border-bottom: 1px solid #ecedf0;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.page-lable-form{
    margin-bottom: 5px;
    display: block;
}
#ajaxLoader{
    display: none;
    text-align: center;
}
#on-select-show-onother-row{
    display: none;
}
input.no-shadow-border{
    border-right: 0px;
    box-shadow: none;
}
.dd-selected-image, .dd-option-image{
    max-width: 26px !important;
}
.dd-select{
    display: block !important;
    width: 100% !important;
    height: 34px !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #555555 !important;
    background-color: #ffffff !important;
    background-image: none !important;
    border: 1px solid #cccccc !important;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
}
.dd-selected{
    padding: 0px !important;
}
.dd-selected-text{
    color: #555555 !important;
}
ul.dd-options{
    width: 100% !important;
}
.dd-option-text{
    line-height: normal !important;
}
.first_page_row{
    background: none !important;
    padding-right: 0px !important;
    width: 29px !important;
}
.sec_table_row{
    width: 29px !important;
    min-width: 50px;
}
.dataTables_wrapper table thead th{
    padding-right: 0px !important;
}
#show_galery_information{
    display: none;
    padding-top: 50px;
}
.upload-gallery-body{
    padding: 0px;
    box-shadow: none !important;
}
.album-upload-fileInfo{
    position: absolute;
    top: 20px;
    left: 30px;
}
a.gallery-upload-delete-photo{
    position: absolute;
    top: 20px;
    right: 25px;
    color: #FFF;
    font-size: 24px;
    border: none !important;
}
a.gallery-upload-delete-photo:hover{
    color: #FF0000;
}
.gallery-upl-info{}
.gallery-uploadet-thumb-box{}
.gallery-porogress{
    margin-bottom: 0px !important;
}
.chekGaleryPhotoDel{
    position: absolute;
    top: 5px;
    left: 25px;
    height: 25px;
    width: 25px;
}
.complete{
    display: none;
    height: 0px;
}
.upload_quen_box{
    background: #F5F5F5;
    border: 1px solid #E2E2E2;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}
h3.hideOverlayTitle{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    margin-top: 0px;
}
p.hideOverlayDESC{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    height: 18px;
    display: block;
}
.gallery_album_pic_video_count{
    position: absolute;
    top: 15px;
    right: 30px;
    padding: 3px 5px;
    background: url(../../assets/images/overlay_50.png) repeat;
    color: #FFF;
    border-radius: 3px;
}
.gallery_album_pic_video_count i{
    margin-left: 5px;
}
.text-danger i{
    color: #d2322d !important;
}
.text-success i{
    color: #47a447 !important;
}
.gallery-albums{
    margin-top: 15px;
}
.gallery_album_status{
    position: absolute;
    top: 10px;
    left: 30px;
}
.galery_thumb_active{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.gallery-pic-option-box{
    position: absolute;
    top: 15px;
    right: 20px;
}
.no-border{
    border: 0px;
    box-shadow: none;
}
.no-border:focus{
    border: 0px;
    box-shadow: none;
}
.gallery_album_pic_submit_box{
    background: #F5F5F5;
    border: 1px solid #E2E2E2;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    margin-top: 10px;
}
.right{
    float: right;
}
.dd3-content {
    display: block;
    height: 34px;
    margin: 5px 0;
    padding:5px 5px 5px 35px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid #CCC;
    background: #F6F6F6;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.dd3-content:hover { color: #2ea8e5; background: #fff; }

.dd-dragel > .dd3-item > .dd3-content { margin: 0; }

.dd3-item > button { margin-left: 30px; }

.dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.dd3-handle:before {
    content: '≡';
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    width: 100%;
    text-align: center;
    text-indent: 0;
    color: #333;
    font-size: 20px;
    font-weight: normal;
}
.dd3-handle:hover { background: #ddd; }
.dd-handle{
    background: #DAEFF4;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    cursor: move;
}
.border-panel{
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
}
.border-panel-footer{
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}
.draugiem-panel .panel-heading{
    background: #FF4C00 !important;
    border-color: #FF2600 !important;
}
.facebook-panel .panel-heading{
    background: #3a5795 !important;
    border-color: #133783 !important;
}
.google-panel .panel-heading{
    background: #1469EA !important;
    border-color: #195CC1 !important;
}
.twitter-panel .panel-heading{
    background: #55ACEE !important;
    border-color: #307CB2 !important;
}
.panel-border{
    border: 1px solid #DDD;
    margin-bottom: 10px;
    overflow: hidden;
}
.panel-border-small{
    border-top: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    margin-bottom: 20px;
    overflow: hidden;
}
.short_text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    min-width: 342px;
}
.control-label span{
    color: #FF0000;
}
.form-border-buttom{
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.form-input-row{
    border-bottom: 1px solid #ecedf0;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.no-box-shadow{
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
}
/*---3.0.2---*/
.page-gal-pic-del-bt{
    font-size: 12px !important;
    height: auto !important;
    line-height: normal !important;
    width: auto !important;
}
.footer-text{
    color: #FFF !important;
    text-shadow: 1px 1px 5px #000;
}
a.ienakt-site-lang{
    display: inline-block;
    margin-right: 5px;
    opacity: 0.5;
}
a.ienakt-site-lang:hover{
    opacity: 1.0;
}
a.slider-href-img{
    display: inline-block;
}
.slider-pic-option-box{
    position: absolute;
    top: 5px;
    right: 20px;
}
.login-logo{
    width: 100%;
    text-align: center;
    display: inline-block;
}
.setSiteOnline{
    margin-top: 10px !important;
}
.catalog_arrow_buttom{
    border-bottom: 1px solid #47a447;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}
.catalog_arrow_buttom .catalog_arrow_triangle{
    bottom: 0px;
    position: absolute;
    left: 60px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #47a447 transparent;
}
.catalog_arrow_buttom_cat{
    border-bottom: 1px solid #0088cc;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}
.catalog_arrow_buttom_cat .catalog_arrow_triangle{
    bottom: 0px;
    position: absolute;
    left: 195px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #0088cc transparent;
}
button.white_icon i{
    color: #FFF !important;
}
button.selectpicker{
    white-space: nowrap !important;

}
a.catalog_lang_select{
    width: 100%;
    height: 128px;
    display: block;
}
a.catalog_lang_select span{
    font-size: 128px;
}
.catalog_lang_select{
    top: 33%;
    position: absolute;
}
.lang_select_formAction{
    background: #08C;
    border-color: #0071A9;
    color: #FFF;
}
.lang_select_formAction .panel-body{
    background: #08C;
    color: #FFF;
}
.catalog_lang_select a span{
    color: #FFF !important;
}
.catalog_lang_select a:hover span{
    color: #FFF !important;
    text-decoration: underline;
}
.catalog_lang_select_flag{
    background: #006BA0;
}
.catalog-item-row{
    border-bottom: 15px solid #ecedf0;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.banner-item-row{
    border-bottom: 1px dashed #ecedf0;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.image_row{
    max-width: 50px !important;
    width: 50px !important;
}
.thumb_pic div a{
    border: 5px solid #0081FF;
}
a.gallery-upload-setThumb-photo{
    position: absolute;
    top: 20px;
    left: 25px;
    color: #FFF;
    font-size: 22px;
    border: none !important;
}
a.gallery-upload-setThumb-photo:hover{
    color: #0081FF;
}
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #777777;
    color: #eeeeee;
    width: 40px;
    height: 38px;
    line-height: 36px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
    background-color: #1d2127;
    color: #0088cc;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}
.stats_summary{
    padding-top: 20px;
}
.chart-data-selector.ready .chart-hidden{
    position: absolute !important;
}
.header .logo {
  float: left !important;
  margin: 2px 0 0 10px !important;
}
.dashboard-heading{
    position: absolute;
    top: 5px;
    right: 50px;
    color: #FFF;
    text-shadow: 1px 1px 1px #000;
    text-transform: uppercase;
    text-align: right;
}
.info-db{
    color: #CDCDCD;
}
.info-db strong{
    color: #F9F9F9;
}
.dahsboard-icon-style{
    position: absolute;
    bottom: 72px;
    right: 15px;
    font-size: 200px;
    color: #FFF;
    opacity: 0.5;
    width: 110px;
    height: 130px;
    overflow: hidden;
}
.expand-body-windows{
    position: relative;
    top:3x;
    right: 14px;
    background: #1d2127;
    box-shadow: -5px 0 0 #2f3139 inset;
    color: #FFF;
    padding: 0 5px;
    border: 1px solid #1d2127;
    border-radius: 5px;
}
.expand-body-windows:hover{
    color: #0088cc;
}
#SkypeButton_Call_kaspy003_1{
    float: right !important;
}