
.info p {
    color: black;
}
.hidden {
    display: none;
    visibility: none;
}
.home-page .navbar-brand img {
    width: 150px;

}
.landing-page.main-panel {
    width:100%;
}
.landing-page .navbar-brand {
    letter-spacing: 0px;
    font-size:14px;
    font-weight:800;
    padding-bottom:2px;
    height: auto !important;
    padding-top: 0px !important;
}
.landing-page .navbar-brand img {
    width: 150px;
    height: 70px;
}
.landing-page .navbar-nav .nav-item img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-right: 5px;
    padding: 1px;
    border: 1px solid #ccc;
}
.card .card-header .link-title {
    text-align:center;
    font-size:17px;
    font-weight: 400;
    color: #444;
    margin-left: 60px;
}
.card .card-header .link-title a {
    color: #444;
}
.landing-page .navbar .navbar-collapse.collapse {
    display:flex !important; transform:none !important;
}
.landing-page .account-profile.btn-group .btn {
    padding:12px 25px;
}
.landing-page .account-profile-info .content-row {
    padding: 2px 10px;
}
#newdir_container {
    display: flex;
}
#newdir_container button{
    float:right;
}
.file_cabinet {
    min-height:520px;
}
.file_cabinet .card-header {
    display: flex;
}
.file_cabinet .card-header div:first-child a {
    text-decoration: underline;
}
.file_cabinet .card-header div:last-child{
    text-align: right;
}
.file_cabinet .card-header a {
    color: white;
}
.breadcrumb > li + li:before {
    color: inherit;
}
.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
}
#submit-form-ticker #description-ticker {
    margin-top:10px;
}
.landing-page input[type=text], input[type=email], input[type=password], input[type=phone] {
    padding:0 10px;
}

.landing-page textarea {
    padding:0 10px;
}
.modal-body body {
    background: white !important;
}
#csv-form label:first-child {
    padding:7px 10px;
    min-width:100px;
    border:3px dashed #1caafc;
}
#csv-form label:nth-child(2) {
    cursor:pointer;
    padding:7px 10px;
    min-width:300px;
    border:3px dashed #e91e63;
}
.modified-icon {
    padding: 0px !important;
}
.side-icon {
    font-size: 36px;
    line-height: 56px;
    width: 56px;
    height: 56px;
    color: white;
    text-align: center;
}
.side-icon-cover {
    margin-top: 20px;
    border-radius: 3px;
    background-color: #999999;
    float: left;
    width: 60px;
    height: 50px;
    font-weight: 500;
    color: white;
    text-align: center;
    margin: auto;
}
.side-icon-cover:hover {
    transform: scale(1.1,1.1);
    transition: 0.5s;
    transition-timing-function: cubic-bezier(0.01, 1.11, 1, 1);
    color: white;
}
.side-icon-cover:hover a:hover {
    color: white !important;
}
.side-icon-warning {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 152, 0, 0.4);
    background: linear-gradient(60deg, #ffa726, #fb8c00);
}
.side-icon-rose {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(233, 30, 99, 0.4);
    background: linear-gradient(60deg, #ec407a, #d81b60);
}
.side-icon-success {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(76, 175, 80, 0.4);
    background: linear-gradient(60deg, #66bb6a, #43a047);
}
.side-icon-info {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 188, 212, 0.4);
    background: linear-gradient(60deg, #26c6da, #00acc1);
}
.img-tools {
    width: 30px;
    height: auto;
}
.img-tools:hover {
    transform: scale(1.2,1.2);
}
.img-tools-cover {
    width: 30px;
    text-align: center;
    cursor: pointer;
}
.scroll-ticker-cover {
    position:relative;
    display: table;
    padding: 5px;

    border-radius: 10px;
    color: black;
    font-weight: 800;
}
.scroll-ticker-cover:after {
    position: absolute;
    display: block;
    content: '';
    clip-path: polygon(100% 0, 50% 0, 0 100%);
    width: 20px;
    height: 20px;
    bottom: -20px;
    left: 20px;

}

.btn-mode-select {
    display:block;
    border-radius:5px;
    border: 1px solid #aaa;
    margin: 10px;
    text-align: center;
}
.btn-mode-selected {
    border: 4px solid #1987e4;
    margin: 7px;
}
.btn-mode-select img {
    width: 100%;
    height: auto;
    padding: 6px;
}
.screen-mode-range {
    margin-top: 20px;
    text-align: center;
}
.screen-mode-range h4 {
    font-size: 14px;
    font-weight: 600;
}
.avatar-cover {
    display: block;
    border-radius:5px;
    border: 1px solid #aaa;
    margin: 10px;
    min-height: 100px;
}
.avatar-cover img {
    width: 100%;
    height: auto;
    padding: 6px;
    max-height: 120px;
}
#ticker_user_content {
    padding: 5px;
    border-radius: 5px;
    font-weight: 600;
    color: black;
}
.img-plus:hover {
    transform: scale(1.2,1.2);
}
.btn.btn-just-icon .material-icons, .btn.btn-just-icon .fa {
    line-height: 32px !important;
}
.clickable {
    cursor:pointer;
}
.clickable:hover {
    text-decoration:underline;
}
.wmbf-contact {
    position: relative;
    color: white !important;
}
.wmbf-contact:hover .business-card {
    display:block;
}
.wmbf-contact .business-card {
    position: absolute;
    top:40px;
    left:0;
    display:none;
    background: #eee;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
    text-transform: none;
}
.wmbf-contact .business-card span{
    font-size: 13px;
    color: black;
}
.wmbf-contact .business-card span i {
    margin-right: 10px;
}
#btn-map-expand {
    margin-right:5px;
    color: white;
}
.bol-info-attach {
    padding: 20px;
}
.bol-info-attach .bol-info-header {
    font-weight:500;
    text-align:center;
    text-decoration:underline;
}
.bol-info-attach .bol-law-comment {
    text-decoration:underline;
}

.embossed{
    text-shadow: -1px -1px 1px #ddd, 1px 1px 1px #000;
    color: #000000;
}

.expanded{
    max-width: 100% !important;
}


/* tooltip */

.ui-tooltip, .arrow:after {
    background: black;
    border: 2px solid white;
}
.ui-tooltip {
    opacity: 0.7;
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    font: bold 10px "Helvetica Neue", Sans-Serif;
    text-transform: uppercase;
    box-shadow: 0 0 7px black;
}
.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}
.arrow.top {
    top: -16px;
    bottom: auto;
}
.arrow.left {
    left: 20%;
}
.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow.top:after {
    bottom: -20px;
    top: auto;
}
