div.modal {
    position: fixed;
    top: 5%;
    left: 50%;
    z-index: 1050;
    width: 80%;
    margin-left: -40%;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
}
div.modal.fade {
    -webkit-transition: opacity .3s linear, top .3s ease-out;
    -moz-transition: opacity .3s linear, top .3s ease-out;
    -o-transition: opacity .3s linear, top .3s ease-out;
    transition: opacity .3s linear, top .3s ease-out;
    top: -25%;
}
div.modal.fade.in {
    top: 5%;
}
.modal-batch {
    overflow-y: visible;
}
.modal-body[class^="jviewport-height"],
.modal-body[class*="jviewport-height"] {
    max-height: none;
}
div.modal.jviewport-width10 {
    width: 10vw;
    margin-left: -5vw;
}
div.modal.jviewport-width20 {
    width: 20vw;
    margin-left: -10vw;
}
div.modal.jviewport-width30 {
    width: 30vw;
    margin-left: -15vw;
}
div.modal.jviewport-width40 {
    width: 40vw;
    margin-left: -20vw;
}
div.modal.jviewport-width50 {
    width: 50vw;
    margin-left: -25vw;
}
div.modal.jviewport-width60 {
    width: 60vw;
    margin-left: -30vw;
}
div.modal.jviewport-width70 {
    width: 70vw;
    margin-left: -35vw;
}
div.modal.jviewport-width80 {
    width: 80vw;
    margin-left: -40vw;
}
div.modal.jviewport-width90 {
    width: 90vw;
    margin-left: -45vw;
}
div.modal.jviewport-width100 {
    width: 100vw;
    margin-left: -50vw;
}
@media (max-width: 767px) {
    div.modal {
        position: fixed;
        top: 20px;
        left: 20px;
        right: 20px;
        width: auto;
        margin: 0;
    }
    div.modal.fade {
        top: -100px;
    }
    div.modal.fade.in {
        top: 20px;
    }
    div.modal[class*="jviewport-width"] {
        width: auto;
        margin: 0;
    }
    form#templates-form.form-validate .row-fluid{
        margin: 0;
    }
    .categories-list .page-header.item-title .badge{
        float: none !important;
        display: block;
    }
}
@media (max-width: 480px) {
    div.modal {
        top: 10px;
        left: 10px;
        right: 10px;
    }
}
@media (max-width: 768px) {
    .modal.fade {
        top: -100%;
    }
}
body.modal-open {
    overflow: hidden;
    -ms-overflow-style: none;
}
.field-media-wrapper .modal .modal-body {
    padding: 5px 10px;
    overflow: hidden;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
}
.modal-header .close {
    margin-top: 2px;
}
.modal-header h3 {
    margin: 0;
    line-height: 30px;
}
.modal-body {
    width: 98%;
    position: relative;
    max-height: 400px;
    padding: 1%;
}
.modal-body iframe {
    width: 100%;
    max-height: none;
    border: 0 !important;
}
.modal-form {
    margin-bottom: 0;
}
.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: "";
    line-height: 0;
}
.modal-footer:after {
    clear: both;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
@media (max-width: 480px) {
    .modal-header .close {
        padding: 10px;
        margin: -10px;
    }
}
body.modal {
    padding-top: 0;
}
.rtl .modal-footer button {
    float: left;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: 'IcoMoon';
    font-style: normal;
    speak: none;
}
@font-face{
    font-family: 'fa-regular';
    src: url('../webfonts/fa-solid-900.ttf');
}
.tag-category .icon-search:before {
    content: "\f002";
    font-family: 'fa-regular';
}
.icon-search:before {
    font-family: 'fa-regular';
}
.tag-category .icon-remove:before{
    content: "\f00d" !important;
    font-family: 'fa-regular';
}
.icon-delete:before, .icon-remove:before, .icon-cancel-2:before {
    content: "\f00d";
    font-family: 'fa-regular';
}
.contentpane.modal .container-popup .btn-group.pull-right .btn.pointer.hasTooltip .icon-delete:before{
    content: " " !important;
}
button.close {
    padding: 3px;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
#page-site #imageModal_params_logoFile h3{
    position: absolute;
}
#page-site .row-fluid{
    margin: 0;
}
#templates-form .row-fluid .btn-toolbar{
    width: 100%;
}
#templates-form .btn-toolbar  .btn-group:nth-child(2) .btn{
    margin-left: 10px;
}
#templates-form .btn-toolbar  .btn-group:nth-child(2) .btn{
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
#templates-form .button-select{
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
#templates-form #page-site{
    width: 100%;
}
#templates-form .btn.hasTooltip.button-clear,
#imageModal_params_logoFile .modal-footer .btn,
.edit.item-page .btn-group:nth-child(3) .btn{
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;    
}
.edit.item-page .btn-group:nth-child(3),
.edit.item-page .btn-group:nth-child(2){
    margin-left: 10px;
}
#templates-form .input-prepend.input-append{
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;    
}
#com-content-formContent #language .control-group{
    margin-bottom: 20px;
}
.chzn-container-single .chzn-single{
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff !important;
    border: 1px solid #ced4da !important;    
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
    padding: 7px 10px !important;
    height: auto !important;
    background: white !important;
}
#imageModal_params_logoFile{
    height: auto;
}
.icon-folder-close:before, .icon-folder-2:before {
    font-family: 'fa-regular';
    content: "\f07b";
    font-size: 50px;
    color: black;
}
#imageForm .btn.btn-success.button-save-selected,
.btn-group.pull-right #toolbar-load{
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
#imageForm .btn.button-cancel,
.btn-group.pull-right .btn.pointer.hasTooltip{
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
#imageForm .span8 .btn,
#upload-noflash .btn.btn-primary,
.btn-group.pull-right #toolbar-preview,
.btn-group.pull-right #toolbar-compare{
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}
.center, .table td.center, .table th.center {
    text-align: center;
}
.table.table-striped.table-condensed th, .table.table-striped.table-condensed td {
    padding: 8px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.alert.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}
.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.contentpane.modal .btn-mini.btn.active{
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
    padding: 5px;    
    color: black;
    text-decoration: none;
}
.table.table-striped.table-condensed tbody tr td{

}
.manager.thumbnails.thumbnails-media .imgOutline .small{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background: white;
    border: 1px solid silver;
}
#upload-noflash #upload-file{
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
}
.manager.thumbnails.thumbnails-media .imgOutline{
    display: inline-block;
    color: black;
}
.manager.thumbnails.thumbnails-media .imgOutline a{
    color: black;
}
.manager.thumbnails.thumbnails-media .imgOutline img{
    margin-top: 15px;
}
#imageForm .well .row-fluid .span4.control-group{
    margin-left: auto;
}
@media (min-width: 767px) {
    #imageForm .well .row-fluid{
        display: -webkit-flex;
        display: -webkit-box;
        display: -moz-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;    
    }   
}
@media (max-width: 767px) {
    #page-site #imageModal_params_logoFile h3{
        right: 0;   
    }   
    #imageForm .well #folderlist,
    #imageForm .well #upbutton{
        margin-bottom: 10px;
    }
    .contentpane.modal .btn-group.pull-right button{
        margin-bottom: 5px;
    }
}
#versionsModal{
    height: auto;
}
#versionsModal .modal-header .close.novalidate{
    margin: 0;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    white-space: normal;
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.popover-title:empty {
    display: none;
}
.popover-content {
    padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover .arrow {
    border-width: 11px;
}
.popover .arrow:after {
    border-width: 10px;
    content: "";
}
.popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,0.25);
    bottom: -11px;
}
.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}
.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,0.25);
}
.popover.right .arrow:after {
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}
.popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,0.25);
    top: -11px;
}
.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}
.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,0.25);
}
.popover.left .arrow:after {
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}
.blog .items-row.cols-2.row-0.row-fluid.clearfix{
    margin: 0;
    display: block;
}
.newsfeed-category .category.list-striped.list-condensed{
    padding: 0;
} 
.newsfeed-category .category.list-striped.list-condensed > li,
.contact-category .category.row-striped .row-fluid,
.categories-list > div,
.blog .items-leading.clearfix,
.blog .items-row .span6{
    margin-bottom: 25px;
    list-style-type: none;
    border-bottom: 1px solid silver;
    padding: 5px;
}
.categories-list .badge.badge-info.tip.hasTooltip{
    float: right;
}
.newsfeed-category .category-desc .filters.btn-toolbar .btn-group.pull-right{
    margin-left: auto;
}
ul.pager.pagenav{
    list-style: none;
    padding: 0;
}
ul.pager.pagenav li.previous{
    float: left;
}
ul.pager.pagenav li.next{
    float: right;
}
ul.pager.pagenav li.next a,
ul.pager.pagenav li.previous a{
    color: #fff;
    background-color: #28a745;    
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;    
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
ul.pager.pagenav li.next a:hover,
ul.pager.pagenav li.previous a:hover{
    text-decoration: none;    
}
.newsfeed-category .filters.btn-toolbar .btn-group,
.tag-category .filters.btn-toolbar .btn-group,
#member-registration input[type=text], #member-registration input[type=email], #member-registration input[type=password]{
    width: 100%;
}