
/*
========================================
	CORE HTML TAGS
========================================
*/

html, body {
    padding:0;
    margin:0;
}

body {
    font-family: muli, sans-serif;
    height: 100%;
}

ul.nav > li {
    list-style: none;
}

.du-port-page {
    border-radius: 6px;
}


.editColumn {
    border: rgba(199, 199, 199, 0.5) 1px dashed;
    height: 100%;
    display:block;
}
.stacked-extra-space {
    padding-bottom:5px;
}

#system-alert {
    position:relative;
    top:60px;
    left:0px;
    right:0px;
    padding:1rem;
    margin-bottom:80px;
    font-size: 1.4rem;
    background-color: rgba(165, 0, 13, 0.87);
    color: #fab317;
    text-align: center;
}

#login-alert {
    margin-top:2rem;
    margin-bottom: 1.3rem;
    background-color: rgba(240, 197, 145, 0.8);
    box-shadow: #0c0c0c;
    color:#440000;
    border: 1px solid #440000;
    padding:1.3rem;
    border-radius: 8px;
    border-top-right-radius: 1px;
    border-bottom-left-radius: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    word-break: break-all;
    word-break: break-word;
}
#login-alert a {
    text-decoration: underline;
}

#login-alert * {
    /*margin:0;*/
    /*padding:0;*/
}

.container-fluid.container-main {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    margin-top:80px;
}


.portfolioPageBody img {
    /*display: block;*/
    height: auto;
    max-width: 100%;
}
ul#fileListDisplay, ul#fileListDisplay li  {
    list-style: none;
    padding:0;
    margin:0;
}



.portfolioPageBody img.pull-left {
    display: block;
    height: auto;
    margin-right: 1rem;
    max-width: 100%;
}
.portfolioPageBody img.pull-right {
    display: block;
    height: auto;
    margin-left: 1rem;
    max-width: 100%;
}

h1, h2 {
    font-family: source-sans-pro, sans-serif;
    /*text-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px;*/
}
h3, h4, h5, h6, .navbar, .brand, .itemTitle {
    font-family: source-sans-pro, sans-serif;
}
h2 {
    font-size: 1.4em;
    font-weight: bold;
}
.tinyEditor {

}
h3 {
    font-size: 1.3em;
    padding-top:0;
    padding-bottom:2px;
    padding-top:12px;
    font-weight: bold;
}
h4 {
    font-size: 1.0em;
    font-weight: bold;
}
p {
    margin-top:0.8em;
    margin-bottom:0.8em;
}
a, a:hover, a:focus, a:active {
    /*color: #440000;*/
}
footer {
    padding:10px;
    border-top: rgba(68, 0, 0, 0.4) solid 2px;
    margin-top:1rem;
}
footer p {
    padding:0;
    color: rgba(68, 0, 0, 0.8);
    font-size:0.9rem;
}
footer a {
    color: rgba(68, 0, 0, 0.8);
}
footer a:hover {
    color: rgba(33, 0, 0, 0.92);
}
h2 {
    margin-bottom: 12px;
    font-size:1.8em;
}

iframe {
    max-width: 100%;
    border: none;
}

audio, video {
    width:100%;
    /*max-width:600px;*/
}
#embedVideo video {
    max-width: none !important;
}





/*
========================================
	BOOTSTRAP OVERRIDES
========================================
*/

.jumbotron, .bannerSettings {
    padding: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border: 1px solid #1e1e1e;
    min-height:130px;
    position:relative;
}
/*.btn-primary {*/
    /*background-color: #5a0000;*/
    /*border-color: #530000;*/
/*}*/
/*.btn-primary:hover {*/
    /*background-color: #680000;*/
    /*border-color: #5d0000;*/
/*}*/




.tab-pane {
    background-color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    min-height:250px;
}

.portfolioPageBody .tab-pane {
    border-bottom-right-radius: 6px;
}
.col-sm-12.portfolioPageBody .tab-pane {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.portfolioPageBody {
    /*border-top: solid 2px rgba(66, 0, 0, 0.67);*/
}
.portfolioPageBody img.img-link-preview {
    max-width: 50px;
}
.jumbotron, .bannerSettings {
    min-height: 162px;
    padding:10px !important;
    margin-bottom:0px !important;
    background-size: cover;
}
.img-profile {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    max-width:120px;
    max-height:120px;
}

.jumbotron .btn, #bannerDisabledContainer .btn {
    background-color: hsl(0, 5%, 16%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#554d4d", endColorstr="#2a2626");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#554d4d), to(#2a2626));
    background-image: -moz-linear-gradient(top, #554d4d, #2a2626);
    background-image: -ms-linear-gradient(top, #554d4d, #2a2626);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #554d4d), color-stop(100%, #2a2626));
    background-image: -webkit-linear-gradient(top, #554d4d, #2a2626);
    background-image: -o-linear-gradient(top, #554d4d, #2a2626);
    background-image: linear-gradient(#554d4d, #2a2626);
    border-color: #2a2626 #2a2626 hsl(0, 5%, 12%);
    color: #ccc !important;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);*/
    -webkit-font-smoothing: antialiased;
}

#main-navbar .port-brand {
    font-family: muli, sans-serif;
    font-size:1.8em !important;
    color: sandybrown;
    font-weight: bold;
    padding-top:5px;
    padding-right:30px;
}

#main-navbar {
    background: -webkit-linear-gradient(270deg,rgb(87,0,0) 0%,rgb(42,0,0) 100%), rgb(77, 0, 0);
    background: -moz-linear-gradient(180deg,rgb(87,0,0) 0%,rgb(42,0,0) 100%), rgb(77, 0, 0);
    background: -ie-linear-gradient(270deg,rgb(87,0,0) 0%,rgb(42,0,0) 100%), rgb(77, 0, 0);
    background: linear-gradient(180deg,rgb(87,0,0) 0%,rgb(42,0,0) 100%), rgb(77, 0, 0);
    box-shadow: rgb(25, 25, 25) 0px 2px 10px 0px;
    border-color: #35060c;
    padding:5px;
    margin:0;
}

#main-navbar .nav {
    margin-bottom: 0;
    margin-left: 1em;
    font-size: 110%;
}
#main-navbar ul.navbar-nav {
    margin-top:0px;
    margin-bottom:0px;
}
.well {
    margin-top:0.4rem;
    margin-bottom:0.4rem;
    padding:0.6rem;
    border-radius: 4px;
}
.nav-list li {
    margin-bottom:0.4rem;
}
#main-portfolio-page-cluster{
    overflow: hidden;
}
#main-portfolio-page-cluster li.page-nav-item.active a.nav-link:before {
    content: "\25b8\a0";
    margin-left:-10px;
}
#main-portfolio-page-cluster .nav-pills>li>a, #main-portfolio-page-cluster .nav-pills>li>a:focus, #main-portfolio-page-cluster .nav-pills>li>a:hover {
    background-color: #e6dad3;
    font-size: 1.4em;
    font-weight: bold;
    color: #2b2b2b;
    height:100%
}
#main-portfolio-page-cluster .nav-pills>li.active>a, #main-portfolio-page-cluster .nav-pills>li.active>a:focus, #main-portfolio-page-cluster .nav-pills>li.active>a:hover {
    background-color: #ffffff;
    color: #151515;
}
#main-portfolio-page-cluster .nav-pills>li>a.edit-tool, #main-portfolio-page-cluster .nav-pills>li>a.edit-tool:focus, #main-portfolio-page-cluster .nav-pills>li>a.edit-tool:hover {
    background-color: transparent !important;
}
#main-portfolio-page-cluster .nav-pills>li.active.edit-tool>a, #main-portfolio-page-cluster .nav-pills>li.active>a.edit-tool:focus, #main-portfolio-page-cluster .nav-pills>li.active>a.edit-tool:hover {
    background-color: transparent !important;
}

.nav-tabs a {
    background-color: #e9e9e9;
    border-bottom-color: #CCC;
    color: #333;
    border-top-color: #CCC;
    border-right-color: #CCC;
    border-left-color: #CCC;
    padding: 0px;
}
.nav-tabs > .active > a {
    background-color: #f4f4f4;
    border-bottom-color: transparent;
}
.tab-content {
    /*box-shadow: rgba(25, 25, 25, 0.25) 0px 2px 10px 0px;*/
    /*border-bottom-left-radius: 2px;*/
    /*border-bottom-right-radius: 2px;*/
    /*border-top-left-radius: 2px;*/
    /*border-top-right-radius: 2px;*/
    overflow:visible;
}

.tab-pane {
    z-index:1000;
    overflow:visible;
}
.blankTab {
    display:inline;
}


/*
========================================
	PORTFOLIO GENERAL
========================================
*/



#main-navbar .navbar-nav>li>a {
    color:#D6CBB4;
    margin-top:10px;
    margin-left:6px;
    margin-right:6px;
}
#main-navbar .navbar-nav>li>a:hover {
    color: #f6e3b9;
}

.main-logo {
    background-image:url(/img/DU_brand.png);
    background-repeat:no-repeat;
    width:130px;
    height:38px;
    float:left;
    margin-left: 8px;
}
#cropBannerContainer {
    width:400px;
    height: 350px;
    background-color: black;
}
.popover {
    width:250px;
}
.popover p {
    margin:0;
    padding:0;
}
.popover label {
    font-size:0.2em !important;
}

#editorModal textarea {
    height:280px;
    min-height:280px;
    max-height:280px;
}
.imageUploadPreview {
    max-width: 100px;
    height: auto;
    margin:3px;
    border:solid black 1px;
}

.img-ABOVE, .img-BELOW, .img-RIGHT, .img-LEFT {
    margin-top:0.8rem;
    margin-bottom:0.8rem;
}

.img-ABOVE {
    vertical-align: top;

}
.img-BELOW {
    vertical-align: bottom;
}
.img-RIGHT {
    float:right;
}
.img-LEFT {
    float:left;
}
.img-upload {

}

#createPersonalPortfolioButton {
    margin-bottom: 1.2rem;
}
.folder-itemBlock ol, .folder-itemBlock ul, .album-item ol, .album-item ul  {
    margin-left:1rem !important;
    list-style-position: inside;

}
.folder-itemBlock li, .album-item li {
    margin-left:1rem !important;
    list-style: disc;
    list-style-position: inside;
 }

/*.modal {*/
/*margin-top:-20px;*/
/*}*/
.modal-body {
    /*max-height: 500px !important;*/
}

#filesWarning {
    font-size: 12px;
    padding:4px;
}
.renderScrolly {
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 450px;
}
.galleria-info-text {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 300px;
}
.modal-body {
    /*overflow-y: auto;*/
    /*overflow-x: hidden;*/
    overflow: hidden;
}

.nav-header {
    font-weight: bold;;
    font-size: 1.3em;
    color: dimgrey;
    margin-top:1rem;
}


.mce-menubtn.mce-fixed-width span {
    display: inline-block;
    overflow-x: hidden;
    text-overflow: ellipsis;
    width: auto !important;
}
.profileImageTag {
    /*width:120px;*/
    /*height:120px;*/
    margin-left:auto;
    margin-right:auto;
    display:block;
}
.center-block {
    margin-left:auto;
    margin-right:auto;
}
.pageTabsUl_top {
    padding-left: 4px;
    padding-top:4px;
    /*padding-bottom:2px;*/
    /*margin-top: 8px;*/
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.introjs-helperLayer {
    display:none !important;
}

.pageTabsUl_top a.editing {
    padding-right:30px;
}
.pageTabsUl .editing {
    /*padding-right:30px !important;*/
    /*display: block;*/
}

.clear-floats {
    clear:both !important;
}

.portfolio-name {
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.6);
    padding-top:4px;
    margin-bottom:0;
    color:#2b2b2b;
}
.portfolio-name > a {
    text-decoration:none;
    color:#2b2b2b;
}
.portfolio-photo {
    height:100%;
    width: 100%;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    background-image: url(../img/portfolio-default.png);
}

.portfolio-block-small .portfolio-photo {
    height: 44px;
    width: 44px;
    border-radius: 44px;
    border: 2px solid #2e0000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../img/portfolio-default.png);
}




.portfolio-buttons .btn-group {
    /*max-width:200px;*/
}
.portfolio-buttons .dropdown-toggle {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px;
}
.portfolio-buttons .begin {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
}
.btn-dark {
    background-color: #262626;
    border-color: #181818;
    color: #d6d1d0;
}
.btn-dark:hover {
    background-color: #333333;
    border-color: #181818;
    color: #edeceb;
}
.btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus {
    color: #edede0;
}

.last-updated {
    text-align: right;
    /*padding: 8px;*/
    font-size: 0.8em;
    font-style: oblique;
    color: #440000;
}

.item-security-display {
    position: absolute;
    right: 4px;
    bottom: 0px;
    font-size: 0.8em;
    font-style: oblique;
    color: rgba(88, 0, 128, 0.6);
}

.hero-role {
    display: block;
    position: absolute;
    top: 18px;
    right: 18px;
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 4px;
    padding-right: 10px;
    padding-bottom: 4px;
    padding-left: 6px;
}
.breadcrumb {
    border-radius: 0px;
    margin-bottom: 0 !important;
}

.itemBlock {
    word-wrap: break-word;
}
.itemBlock p {
    padding: 0;
    margin-top: 4px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 8px;
}
.itemBlock a {
    text-decoration:underline;
}
.itemTitle a {
    text-decoration:none;
}

.preview-box a {
    text-decoration:none !important;
}

.itemTitle a:hover {
    text-decoration:underline;
}

#bannerDisabledContainer {
    position:relative;
    font-size: 20px;
    margin-top: 6rem;
    margin-bottom:0.4rem;
    width:100%;
}

.jumbotron .portfolio-buttons {
    position:absolute;
    right:10px;
    bottom:10px;
    float:right;
}
#bannerDisabledContainer .portfolio-buttons {
    position:absolute;
    right:0px;
    bottom:0px;
    float:right;
}
.portfolioNameBD {
    min-width: 200px;
    color: #878787;
    margin: 0;
    /*text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.82);*/
    padding: 0;
    border-radius: 2px 2px 0px 0px;
    font-size: 32px;
    font-weight: bold;
    margin-top:44px !important;
    padding-left:10px;
}
.align-right {
    text-align: right;
}
.align-center {
     text-align: center;
}
#portfolioName {
    min-width: 200px;
    color: #878787;
    margin: 0;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
    margin-left:10px;
    padding: 0;
    border-radius: 2px 2px 0px 0px;
    font-size: 42px;
    font-weight: bold;
}
.rounded-banner-folder #banner-flex {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.rounded-banner-folder #social-badges {
    display:none !important;
}
.font-selection {
    width:100%;
    font-size: 1.2em;
}
.font-selection option {
    width:100%;
    color: black;
    font-size: 1.2em;
}
.categoryHidden {
    display:none;
}
#tag {
    font-family: muli, sans-serif;
    color: #878787;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.70);
    line-height: normal;
    min-width: 200px;
    border-radius: 0px 0px 2px 2px;
    margin: 0;
    margin-left:10px;
    opacity: 0.9;
    font-size: 0.45em;
}
#social-badge-row {
    /*background-color: #232323;*/
    /*margin-top:-36px;*/
}
#banner-flex {
    background-color: #232323;
}
.vtabs #banner-flex {
     border-top-right-radius: 6px;
     /*border-top-left-radius: 6px;*/
 }
#social-badges {
    /*position: relative;*/
    /*bottom:-1.4rem;*/
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
}
#social-badges a {
    margin: 3px;
    /*margin-top:2px;*/
    /*padding-bottom: 1px;*/
}
/*.col-sm-12.portfolioPageBody #social-badges a {*/
    /*margin-top:3px;*/
/*}*/


#social-badges img {
    width:22px;
    height:22px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.69);
}
/*.social-badges-LEFT {*/
    /*bottom: 10px;*/
    /*left: 10px;*/
/*}*/
/*.social-badges-CENTER {*/
    /*bottom: 10px;*/
    /*right: 10px;*/
/*}*/
/*.social-badges-RIGHT {*/
    /*bottom: 10px;*/
    /*right: 10px;*/
/*}*/
#banner-flex {
    padding:1.6rem;
    background-size: cover;
    background-position: center;
    min-height: 160px;
}
#photo-flex {

}
#name-flex {
    padding-left:1.4rem;
    padding-right:1.4rem;
}
#edit-toolbar {
    position: relative;
    top: 2px;
    right: 0px;
    left: 0px;
    background-color: #555557;
    border-radius: 4px;
    margin-bottom: 1.3rem;
}
#social-badges img {
    border-radius: 2px;
    /*border: 1px solid rgba(173, 173, 173, 0.79);*/
}
.currentEvent {
    background-color:rgba(250, 244, 210, 0.95);
}
.banner-prop {
    /*height:120px;*/
}
#mod-trash {
    left: 120px;
    bottom: 5px;
    position: fixed;
    font-size: 16px;
    font-weight: bold;
    color: #900;
    background-color: #F9EDD2;
    padding: 8px;
    border: 2px solid #943032;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 2px;
    opacity:0.8;
}


label {
    margin-top:10px;
    margin-bottom:2px;
}
.modal-body label {
    position: relative;
    top: -8px;
}



.modal-taller .modal-body {
    min-height:350px;
}

.modal h3 {
    margin:0;
    padding:0;
}


#EmptyNote {
    background-color:#CCC;
    padding:20px;
    width:250px;
    position:absolute;
    right:10px;
    top:162px;
    border-radius:6px;
    background-color: rgba(250, 244, 210, 0.95);
    box-shadow: rgba(25, 25, 25, 0.35) 0px 2px 10px 0px;
    z-index: 1000;
}
.footer-content-notice {
    font-size:  0.7rem;
    color:#440000;
    font-style: italic;
}
#EmptyNotePointer {
    width: 0;
    height: 0;
    border-bottom: 10px solid rgba(250, 244, 210, 0.95);
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position:relative;
    top:-30px;
    left:80px;
}
#EmptyNote p {
    color:#900;
    font-weight:600;
    margin:0;
    padding:0;
    font-size: 1em;
    margin-top:-10px;
}

/*
========================================
	IMAGE GALLERY
========================================
*/


#albumItems {
    display: inline;
    list-style-type: none;
}
.album-item {
    overflow: visible !important;
    display: block;
    margin: 10px;
    padding: 1.4rem;
    background-color:rgba(233,233,233,1.00);
    /*height: 150px;*/
    border: 2px solid #CCC;	/*position: relative;*/
    border-radius: 4px;
    cursor:move;
    border-radius: 4px;
}
.album-item .itemTitle {
    font-size:1.4em;
    color:#666;
    margin-top:10px;
    /*position:absolute;
    top:20px;
    left:160px;*/
}
.album-item .itemText {
    font-size:1.0em;
    color:#000;
    /*position:absolute;
    top:50px;
    left:160px;*/
}
.album-item .img-polaroid {
    float:left;
    margin:10px;
}





/*
========================================
	PORTFOLIO EDITING
========================================
*/

.edit-tool {
    display:block;
    position: absolute;
    right:0px;
    top:0px;
    border-radius: 30px;
    /*background-color: rgba(235, 218, 193, 0.31) !important;*/
    /*border: solid 1px rgba(0, 0, 0, 0.48) !important;*/
    width:30px;
    height:30px;
}
.category-item .edit-tool {
    /*background-color: rgba(235, 218, 193, 0.1) !important;*/
    right: 2px;
    top: 2px;
}
.edit-tool i {
    display:block;
    position: absolute;
    top: 7px;
    left: 8px;
    font-size: 14px !important;
}
.card {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.pageTabsUl .edit-tool i {
    top: 10px;
    right: 0px;
}

.pageTabsV li.page-nav-item {
    display:block;
    width: 99.2%;
}

.page-sortable-placeholder {
    background-color: rgba(247, 235, 223, 0.78);
    border-radius: 8px;
}

.editFaded {
    opacity: 0.2;
}

.page-category {
    font-size: 24px;
}

.courseListItem {
    height:80px;
}

.port-url {
    font-size: 1.2em;
    color: #4a4a4a;
}
.port-username {
    font-weight: 900;
    color: #000000;
}
.folder-contributor {
    border: 2px solid #613838;
    background-color: rgba(255,204,0,0.4);
    padding-top: 0px;
    padding-right: 3px;
    padding-bottom: 1px;
    padding-left: 3px;
}

#main-navbar a {
    background-color: transparent;
    border:none;
}
#main-navbar a.nav-link {
    padding:0;
    margin:0;
    white-space: nowrap;
}
#main-navbar a.port-brand {
     padding-left:0;
     margin-left:0;
     padding-right:14px;
     margin-right:0;
    text-decoration: none;
    white-space: nowrap;
 }





.hilight-cat {
    border-radius: 4px 4px 0px 0px;
    border-top: 1px solid rgba(152,72,31,0.1) !important;
    border-bottom: 1px solid rgba(152,72,31,0) !important;
    border-right: 1px solid rgba(152,72,31,0.1) !important;
    border-left: 1px solid rgba(152,72,31,0.1) !important;
}

.hilight-item {
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(152,72,31,0.1) !important;
    border-radius:2px;
}

.portfolio-buttons-add-items {
    /*position:absolute;*/
    /*right:18px;*/
    /*bottom:8px;*/
}

.libraryBanner {
    margin-bottom: 4px;
    border-radius: 2px;
    border: thin solid #000000;
}





/*
========================================
	PORTFOLIO CATEGORIES AND ITEMS
========================================
*/

.itemBlock {
    padding: 0.4rem;
    min-height: 3.2rem;
    position:relative;
    overflow:visible;
    /*min-height:120px;*/
}
.album-item.itemBlock {
    padding:1.4rem;
}
/*.album-item.itemBlock img {*/
    /*max-height:120px;*/
/*}*/
.album-item.itemBlock {
    overflow:scroll !important;
    max-height: 220px;
}

.itemBlock img {
    border-radius: 4px;
}

#cropBannerContainer {
    width:100%;
    height:400px;
}

#cropBannerModalBody {

}

#cropControls {
    position:absolute;
    top:20px;
    right:20px;
    opacity: 0.8;
}

.category-item {
    /*min-height:60px;*/
    margin-bottom:15px !important;
    border: 1px solid rgba(152,72,31,0);
}

.page-category {
    position:relative;
}

.album-cat-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 10px;
    border: 2px solid #000;
    height: 300px;
    max-width: 600px;
    background-color: #000;
}
.album-cat-overlay {
    background-image: url(../img/album-overlay.png);
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    width:100px;
    height:100px;
    opacity: 0.8;
}
.folder-cat-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-image: url(../img/folder-default.png);
    padding: 10px;
    border: 2px solid #D9C5BF;
    height: 80px;
    opacity: 0.8;
}

.page-category {
    padding: 0px;
    margin-top: 12px;
    margin-right: 0px;
    margin-bottom: 4px;
    margin-left: 0px;
    padding-bottom: 5px;
    border: 1px solid rgba(0,0,0,0.00);
}

.navbar-toggler {
    padding: .5rem .75rem;
    font-size: 2rem;
    line-height: 1;
    color: darkgrey;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.category-item {
    position:relative;
    clear: both;
}

.pageTabsUI li  {
    background-color: #0c0c0c;
}

.pageTabsUl li, .pageTabsUl_mobile li, .pageTabsUl a, .pageTabsUl_mobile a {
    cursor: pointer;
    font-size: 16px !important;
}
.pageTabsUl.flex-column li, .pageTabsUl.flex-column a, .pageTabsUl_mobile.flex-column li, .pageTabsUl_mobile.flex-column a {
    cursor: pointer;
    font-size: 16px !important;
}

.pageTabsUl.flex-column a {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    word-break: break-word;
}



.modal-footer .btn {
    margin-left:4px;
    margin-right: 4px;
}

#1stColumnCategories, #2ndColumnCategories, #3rdColumnCategories {
    list-style:none;
    min-height:400px;
}
/*#firstColumnDiv, #secondColumnDiv, #thirdColumnDiv {*/
    /*padding:0;*/
    /*margin:0;*/
/*}*/

.itemBlock {
    margin-top: 4px;
    margin-bottom: 0px !important;
    list-style:none;
    position:relative;
}
.itemTitle {
    font-size: 1.2em;
    font-weight: 600;
    overflow: hidden;
    color: #666;
}





#childrenItems {
    margin: 0;
    padding:0;
    list-style:none;
}
.folder-itemBlock {
    margin: 0;
    padding:0;
    list-style:none;
    position:relative;
}





.itemTitle [class^="icon-"], .itemTitle [class*=" icon-"] {
    vertical-align: baseline;
}




.itemEdit {
    position:absolute;
    height: 200px;
    width: 250px;;
    box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 3px 0px;
    /*background: rgba(0, 0, 0, 0.4);*/
    color:#CCC;
}
.itemSecurity {
    font-size: 0.5em;
    color: #666;
    display:none;
}

.page-container {
    /*margin-top: 80px;*/
    padding-bottom:1rem;
    min-height:400px;
    overflow:visible;
}
.pageborder {
    border-radius: 2px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 12px;
    padding-left: 10px;
    margin-top: 2px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}
.image-link-title {
    background-color: rgba(0, 0, 0, 0.75);
    color: #cbcbcb;
    position: absolute;
    bottom: 8px;
    left: 8px;
    font-weight: 600;
    font-size: 1em;
    padding:0.5em;
    border-radius: 2px;
}
.port-closed {
    background-color: rgba(183, 143, 99, 0.89);
    color: #52130d;
    position: absolute;
    top:-8px;
    right:-10px;
    font-weight: 600;
    font-size: 1.4em;
    padding:0.5em;
    transform: rotate(8deg);
}
.categoryborder {
    /*background-color: #F8F8F8;
    margin: 10px;
    padding: 10px;
    border: 2px outset #999;
    padding:5px;*/
    border: 1px solid transparent;
    margin: 5px;
    padding: 5px;
    list-style: none;
}


.ui-state-highlight-category {
    background-color: #B18B78 !important;
    list-style: none;
    padding: 10px;
    height:60px;
    border-color: #B18B78 !important;
}
.ui-state-highlight-item, .ui-state-highlight {
    background-color: #d2682b !important;
    list-style: none;
    padding: 5px;
    border-color: #d2682b !important;
}
.ui-state-highlight-folder {
    background-color: #d2682b !important;
    list-style: none;
    padding: 10px;
    margin-top:10px;
    margin-bottom:10px;
    border-radius: 4px;
    border:none !important;
}
.ui-state-highlight-page {
    background-color: #d2682b !important;
    /*list-style: none;*/
    width: 200px;
    border-color: #d2682b !important;
    padding: 0px;
    height:30px;
    margin-left:5px;
    position:absolute;
    margin-right:5px;
    border-radius: 4px;
}
.drag-drop-hilight {
    border-color: #d2682b !important;
}

.pageTabsUl.flex-column .sortable-page-placeholder {
    background-color: #d2682b !important;
    list-style:none;
    padding:2px;
}



.ui-state-highlight-trash {
    background-color:#F00 !important;
    list-style:none;
    padding:2px;
    background-image:none;
    border-width:thick;
    border-color:#F00 !important;
}


#trash {
    position: fixed;
    left: 10px;
    bottom: 0px;
    font-size: 16px;
    font-weight: bold;
    color: #900;
    background-color: #F9EDD2;
    padding: 8px;
    border: 2px solid #943032;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 2px;
    opacity:0.8;
}
#helpBtn {
    position: absolute;
    right: 10px;
    font-size: 16px;
    opacity: 0.8;
    /*color: #440000;*/
    cursor: pointer;
    margin-top: 34px;
}


.portfolio-event {
    padding: 6px;
    border-left-width: 6px;
    border-left-style: solid;
    border-left-color: #5B3939;
    margin-left: 4px;
    background: rgba(255, 255, 255, 0.6);
}

.portfolio-block {
    background-color: #211616;
    float: left;
    height: 120px;
    width: 120px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 2px solid #000;
}

.portfolio-bar {
    /*float: left;*/
    height: 60px;
    width: 200px;
    background-color: #310806;
    /*background: -webkit-linear-gradient(270deg,rgba(75,33,33,0.9) 0%,rgba(0,0,0,1) 100%);*/
    /*background: -moz-linear-gradient(180deg,rgba(75,33,33,0.9) 0%,rgba(0,0,0,1) 100%);*/
    /*background: -ie-linear-gradient(270deg,rgba(75,33,33,0.9) 0%,rgba(0,0,0,1) 100%);*/
    /*background: linear-gradient(180deg,rgba(75,33,33,0.9) 0%,rgba(0,0,0,1) 100%);*/
    background-size:1px 120px;
    margin: 0.2rem;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-top-style: solid;
    border-top-width: 1px;
    border-radius: 4px;
    position:relative;
}
/*.portfolio-bar:hover {*/
    /*background-position:60px;*/
    /*-webkit-transition: all 0.25s ease-in-out;*/
    /*-moz-transition: all 0.25s ease-in-out;*/
    /*-o-transition: all 0.25s ease-in-out;*/
    /*-ie-transition: all 0.25s ease-in-out;*/
    /*transition: all 0.25s ease-in-out;*/
/*}*/

.portfolio-name-bar {
    font-size: 0.75em;
    font-weight: bold;
    text-align: left;
    position: absolute;
    width: 133px;
    right: 5px;
    top: 5px;
    color: #BDADA0;
    line-height: 1.1em;
}
.portfolio-name-bar-full {
    font-size: 0.75em;
    font-weight: bold;
    text-align: left;
    position: absolute;
    width: 186px;
    left: 7px;
    top: 5px;
    color: #BDADA0;
    line-height: 1.1em;
}
.portfolio-name-bar > a, .portfolio-name-bar-full > a {
    text-decoration:none;
    color:#999;
}
.portfolio-photo-bar {
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*background-image: url(../img/portfolio-default.png);*/
    position: absolute;
    top: 4px;
    left: 4px;
    border: 1px solid #000;
    background-color: #000;
    border: 1px solid #511d19;
    border-radius: 4px;
}


/*
========================================
	SEARCH AND RESULTS
========================================
*/

#search-result-block {
    position:absolute;
    z-index:1000;
    top:52px;
    right:8px;
    background-color: rgb(247, 249, 250);
    border-radius: 6px;
    border: 2px solid #89451b;
    padding: 1rem;
    display:none;
}
#search-result-block a:focus, #search-result-block a:active {
    background-color: #f7e3b8;
}
#not-found-search-result-block, #guest-search-result-block {
    position:relative;
    background-color: rgb(247, 249, 250);
    border-radius: 6px;
    border: 2px solid #89451b;
    padding: 1rem;
    display:none;
}
#not-found-search-result-block .list-group-item {
    border:none;
    background-color: transparent;
}


/*
========================================
	PORTFOLIO SETTINGS AND CUSTOMIZATION
========================================
*/
.admin-settings {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    min-height:400px;
}
.admin-settings h2 {
    margin-top:30px;
}
.breadcrumb {
    /*border: 1px solid #440000;*/
    /*border-top:none;*/
    border-bottom:none;
}
.portfolio-settings {
    /*padding-top: 5px;*/
    /*padding-right: 0px;*/
    /*padding-bottom: 30px;*/
    /*padding-left: 0px;*/
    /*min-height:400px;*/
    /*border: 1px solid #440000;*/
    /*border-top:none;*/
}
.portfolio-settings .tab-pane {
    border:none;
    box-shadow:none;
    background-color: rgba(255, 255, 255, 0.8);
}
.portfolio-settings .standalone {
    border-right:none;
}

.nav.nav-list li:not(.nav-header) {
    padding-left:1rem;
}


.search-option {
    position:static;
}

.standalone {
    border-top-color: #502716;
    border-width: 4px 1px 1px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-style: solid;
    background-color: rgba(255, 255, 255, 0.8);
}

.row-spaced {
    margin-top:0.8rem;
    margin-bottom:0.8rem;
}
.file-info {
    word-break:break-all;
    margin-top:5px;
    text-align:center;
    font-size: 0.8rem;
}
#editChildImageFileDisplay {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.portfolio-closed-message {
    font-size: 1.4em;
    font-weight: bold;
    color: #903;
    background-color: #FFC;
    padding: 14px;
    /*border: 2px solid #FC6;*/
    margin: 0 !important;
    text-align:center;
    /*border-radius: 3px;*/
    border: 1px solid #c3c3c3;
    border-bottom: none;
}

.admin-message {
    font-size: 1.4em;
    font-weight: bold;
    color: #FF9900;
    background-color: #B82121;
    padding: 14px;
    /*border: 2px solid;*/
    margin: 0 !important;
    text-align:center;
    /*border-radius: 3px;*/
    border: 1px solid #c3c3c3;
    border-bottom: none;
}

.locked-message {
    font-size: 1.4em;
    font-weight: bold;
    color: #3333CC;
    background-color: #d9edf7;
    padding: 14px;
    /*border: 2px solid;*/
    text-align:center;
    margin: 0 !important;
    /*border-radius: 3px;*/
    border: 1px solid #c3c3c3;
    border-bottom: none;
}



.caret {
    border-top-color: grey !important;
    border-bottom-color: grey !important;
}

#cropBannerModal {
    min-width: 1200px !important;
}

.flowplayer {
    width:100%;
}

.fp-embed {
    display: none !important;
}


.role-indicator {
    /*position:absolute;*/
    /*top:10px;*/
    /*right:24px;*/
}


.well-new {
    background-color: darkgrey;
    border:1px solid #333;
    border-radius: 6px;
}



.portfolio-settings nav a, .portfolio-settings nav a:hover {
    background-color: transparent !important;
}
.row-spaced {
    margin-bottom:1rem;
}
#managersPopover {
    position:absolute;
    bottom: -33px;
    left: 1px;
    background-color: transparent !important;
    background-image: none !important;
    border:none;
    color: #080808 !important;
}

#filesList {
    padding:4px;
    border: 2px solid #dbcdca;
    border-radius: 6px;
    border-style: dashed;
    margin: 0;
    list-style-position: inside;
    height: 100px;
    overflow: auto;
}
#filesList li {
    float: left;
    background-color: #EAEAEA;
    color: #000;
    padding: 3px;
    width: 150px;
    margin: 3px;
    display:block;
    overflow: hidden;
    border-radius: 2px;
    font-size: 11px;
    border: 1px solid #999999;
}



/*
========================================
	URL PREVIEW
========================================
*/

.contentbox {
    width:480px;
    height:170px;
    border:solid 2px #dedede;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    margin-bottom:6px;
}

.preview-box, .linkbox {
    border: solid 2px #dedede;
    min-height: 50px;
    padding: 15px;
    display: none;
    background: rgba(255, 255, 255, 0.85098);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-top:10px;
    margin-bottom:10px;
    position:relative;
    overflow:hidden;
}
.preview-title {
    font-weight: bold;
}
.preview-link {
    font-style: oblique;
    color: #666666;
}
.preview-image {
    float: left;
}
.preview-close {
    position:absolute;
    top:4px;
    right:4px;
}


.img-link-preview {
    float:left;
    height:50px;
    margin-right:10px;
    text-align:center;
}



.modal.modal-wide .modal-dialog {
    width: 90%;
}


#PhoneNav li {
    text-align:center;
    font-size:120%;
}

.mce-btn-has-text .mce-ico {
    padding-right: 0px !important;
    max-width: 16px !important;
    max-height:16px !important;
}
.mce-btn-has-text .mce-txt {
    margin-left: 3px;
}


.helpImage {
    margin-top: 1em;
    margin-bottom: 1em;
    border-radius: 4px;
    -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.38);
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.38);
}



.alert-form-response {
    display: block;
    /*padding: 3px !important;*/
}

table.tablesorter {
    background-color: transparent !important;
    font-size: 1em !important;
}

.bootbox .btn {
    margin-right:0.4rem;
}
.bootbox-body {
    font-size: 1.6rem;
    text-align: center;
}

.categoryHiddenEdit .actual-cat-name{
    opacity: 0.3;
    text-shadow: 0px 1px 3px rgb(0, 0, 0);
}
.categoryHiddenPublic {
    display:none;
}
ul.alert, ul.alert li {
    list-style: none;
}
.alert-info {
    margin-top: 1em;
    margin-bottom: 1em;
}
.popover-title {
    color: black;
    font-size: 15px;
    padding:5px !important;
}
.popover-content {
    color: black;
    font-size: 10px;
}


.contain-text {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
#pageNavbar {
    padding: 0.4rem;
    padding-bottom: 0.3rem;
    margin: 0;
    border-radius: 0px;
}


.pageTabsUl.flex-column {
    border-radius: 0px;
}
.pageTabsUl li,.pageTabsUl_mobile li {
    padding:0;
    margin:0;
}
.pageTabsUl a, .pageTabsUl_mobile a {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}
.pageTabsUl_top a {
    padding-left: 10px;
    padding-right: 10px;
}

.subdued {
    opacity: 0.5;
}

.pageTabsUl li, .pageTabsUl_mobile li {
    border-radius: 4px;
    border:1px solid #333;
    margin: 2px !important;
    margin-top:0px !important;
    margin-bottom:5px !important;
}

.pageTabsUl_mobile a {
    word-break: break-word;
}

.pageTabsH a.nav-link {
    padding-bottom: 0.4rem;
}
#main-portfolio-page-cluster .pageTabsH li.page-nav-item.active a.nav-link:before {
    margin-left:2px;
}

.galleria-theme-classic {
    border-radius: 6px;
}
#galleryItemTitle {
    margin-bottom:1rem;
}
.galleryVisuals {
    background-color: rgb(29, 29, 29);
    min-height:450px;
}
.galleryMeta {
    margin-top: 0;
    padding:1rem;
    background-color: rgb(29, 29, 29);
    border-radius: 6px;
    word-wrap: break-word;
    height:450px;
    overflow: auto;
}
.albumFolderPage {
    position: relative;
    margin:2rem;
    margin-top:0;
    border-radius: 6px;
    border: 1px solid #484343;
    padding:2rem;
}

.spacer-top {
    height:2rem;
    width:100%;
}

.albumFolderPage h3 {
    font-size:2rem;
}

.nav-item.btn-group {
    background-color: transparent;
}

#viewManagers {
    margin:0;
}

#main-navbar .port-brand {
    font-family: muli, sans-serif;
    font-size: 1.8em !important;
    color: sandybrown !important;
    font-weight: bold;
    padding-top: 5px;
    padding-right: 30px;
}
#main-navbar .nav-item {
    margin-top: 6px;
    margin-left: 6px;
    margin-right: 6px;
}


.dropdown-header {
    color: #b96a41;
}


.skip {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    text-align: left;
    overflow: hidden;
}

a.skip:active,
a.skip:focus,
a.skip:hover {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow: visible;
}

.anchorText {
    font-family: "Courier New", Courier, monospace;
    font-size: 0.6rem;
}


a.back-to-top {
    display: none;
    width: 60px;
    height: 60px;
    /*text-indent: -9999px;*/
    text-indent: 4px;
    position: fixed;
    z-index: 999;
    right: 40px;
    bottom: 40px;
    background: rgba(247, 227, 184, 0.5);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: rgba(136, 0, 0, 0.6);
    line-height: 57px;
    font-size: 46px;
}

.modal-lg {
    max-width: 80%;
    margin: 1.5rem auto;
}

.modal-md {
    max-width: 60%;
    margin: 1.5rem auto;
}

@media (max-width: 768px){

    .page-nav-item {
        text-align: center;
    }
    #portfolioName {
        min-width:10px !important;
        font-size: 38px !important;
        margin-left: 0px !important;
    }
    #tag {
        min-width:10px !important;
        font-size: 0.35em !important;
        margin-left: 0px !important;
    }
}


@media (max-width: 540px){

    #name-flex {
        padding-left:0 !important;
        padding-right:0 !important;
        text-align: center !important;
    }
    #portfolioName {
        min-width:10px !important;
        font-size: 32px !important;
        margin-left: 0px !important;
        text-align: center !important;
    }
    #tag {
        min-width:10px !important;
        font-size: 0.30em !important;
        margin-left: 0px !important;
        text-align: center !important;
    }
    #banner-flex {
        padding: 1rem;
        margin-left: 0px !important;
    }
    /*#main-navbar .nav-item {*/
        /*margin-top: 0.3rem;*/
        /*width: 100%;*/
        /*text-align: center;*/
        /*font-size: 1.3rem;*/
    /*}*/
    #search-text-field {
        width:100% !important;
    }
    #smallHeaderPersonalPortfolioImage {
        left:50%;
    }
    .pageTabsUl, .pageTabsUl_mobile {
        background-color: #c3a584;
    }

    .pageTabsUl.flex-column li,.pageTabsUl_mobile.flex-column li {
        margin-bottom: 2px !important;
    }
    .container-fluid.container-main {
        margin-left: auto;
        margin-right: auto;
        padding-left: 8px;
        padding-right: 8px;
    }
    #search-result-block {
        position: static;
        margin-top: -5px;
        width: 100%;
        display: none;
        right: 0px;
        padding: 0;
        margin: 0;
        overflow: hidden;
    }

    .search-content-area {
        width: 100%;
    }
    #portfolioBanner.jumbotron {
        text-align: center;
        height: auto;
    }
    .img-profile {
        /*float: none;*/
        /*margin-right: 0px;*/
        /*max-height:120px;*/
        /*max-width:120px;*/
    }
    .portfolioName {
        float:none;
    }


}



/* PDF INLINE SIZING */

.pdf-contain {
    /*max-width: 658px;*/
}
.pdfiframe-box {
    position:   relative;
    width:      100%;
    height: 0;
    padding-top:   127%; /* This is your aspect ratio */ }

.pdfiframe {
    position: absolute;
    top:      0;
    left:     0;
    bottom:   0;
    right:    0;
    width:    100%;
    height:   100%
}
.album-item.itemBlock .pdf-contain {
    max-width:360px;
    height:120px;
}
.album-item.itemBlock .itemTitle {
    font-size:1rem;
    padding:0;
    margin:0;
}


#name-flex {
    font-size: 42px;
}
#portfolioName {
    font-family: source-sans-pro, sans-serif;
    font-size: 42px;
}
#tag {
    font-size: 0.45em;
}


.tinyTransition {
    border-radius: 4px;
    background: #ffffff;

    animation: tinyHilight 3s;
    -webkit-animation: tinyHilight 3s;
    -moz-animation: tinyHilight 3s;
    animation-timing-function:ease-in-out;
    -webkit-animation-timing-function:ease-in-out;
    -moz-animation-timing-function:ease-in-out;
    animation-iteration-count: 7;
    -webkit-animation-iteration-count: 7;
    -moz-animation-iteration-count: 7;
}

@keyframes tinyHilight {
    0% {
        background: #ffffff;
    }
    40% {
        background: rgb(255, 224, 170);
    }
    60% {
        background: rgb(255, 224, 170);
    }
    100% {
        background: #ffffff;
    }
}
-webkit-@keyframes tinyHilight {
    0% {
        background: #ffffff;
    }
            40% {
                background: rgb(255, 224, 170);
            }
            60% {
                background: rgb(255, 224, 170);
            }
    100% {
        background: #ffffff;
    }
}
-moz-@keyframes tinyHilight {
    0% {
        background: #ffffff;
    }
         40% {
             background: rgb(255, 224, 170);
         }
         60% {
             background: rgb(255, 224, 170);
         }
    100% {
        background: #ffffff;
    }
}

#templatePreview {
    overflow: scroll;
    max-height: 280px;
    border:4px solid #000000;
    background-color:#000000;
    border-radius: 2px;
}
.view-border {
    position: fixed;
    left:0px;
    top:0px;
    right:0px;
    bottom: 0px;
    border-width: 6px;
    border-style: solid;
    z-index: 2002;
    pointer-events: none;
    border-color: rgb(0, 0, 0);
}
.view-cover {
    position: fixed;
    left:6px;
    bottom:6px;
    right:6px;
    height:80px;
    z-index: 2001;
    pointer-events: none;
    background-color: rgb(0, 0, 0);
}
.view-cover > a.btn, .view-cover > p {
    pointer-events: all;
    color: #fff;
    margin-bottom:0;
    text-align: center;
}

#public-border {
    border-color: rgba(191, 50, 164);
}
#public-cover {
    background-color: rgba(191, 50, 164);
}

#university-border {
    border-color: #cd9819;
}
#university-cover {
    background-color: #cd9819;
}

#community-border {
    border-color: #0092af;
}
#community-cover {
    background-color: #0092af;
}

.kill-bg {
    background-color: transparent;
    border: none;
}
.kill-bg:hover, .kill-bg:focus {
    color: #fff;
    background-color: transparent;
    border: none;
}
.show > .kill-bg.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border: none;
}



.img-circle {
    border-radius: 100% !important;
}
.img-rounded {
    border-radius: 12px !important;
}
.search-content {
    background-color: #ffffff;
    /*border: 2px solid #570000;*/
    /*border-radius: 10px;*/
}
.scalable-content {
    -ms-zoom: 0.4;

    -o-transform: scale(0.4);
    -o-transform-origin: 0 0;

    -webkit-transform: scale(0.4);
    -webkit-transform-origin: 0 0;

    -moz-transform:scale(0.4);
    -moz-transform-origin: top left;

    background-color:#bcbcbc;
    padding:1rem;
    margin:0;
    border:6px solid #5e5e5e;
    border-radius:10px;
    overflow:hidden;
    pointer-events: none;
}


.mce-widget.mce-infobox.mce-abs-layout-item.mce-error.mce-has-help > div:before {
    content: "+ ";
}