/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.selected{
    background-color: blue;
    color: #fff !important;
}
.selected span{
    background-color: blue;
    color: #fff !important;
}
.editor{
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 8px 8px 8px 0px;
    box-shadow: 0 0 10px rgba(0, 0, 255, 0.9);
    color: #FFF;
    content: attr(data-tooltip); /* Главная часть кода, определяющая содержимое всплывающей подсказки */
    margin-top: 25px;
    padding: 3px 7px;
    position: absolute;
    min-width: 75px;
    font-size: 14px;
    transition: all 0.4s ease-in-out; /* Добавить плавности по вкусу */

}
.tooltip{
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 8px 8px 8px 0px;
    box-shadow: 0 0 10px rgba(0, 0, 255, 0.9);
    color: #FFF;
    content: attr(data-tooltip); /* Главная часть кода, определяющая содержимое всплывающей подсказки */
    margin-top: 25px;
    padding: 3px 7px;
    position: absolute;
    min-width: 75px;
    font-size: 14px;
    transition: all 0.4s ease-in-out; /* Добавить плавности по вкусу */


}
.content-tld-box02-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.content-tld-box02-content ul li {
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}

.content-tld-box02-content ul li:last-child {
    border-bottom: none;
}

.content-tld-box02-content ul li span {
    font-size: 16px;
    line-height: 1.5;
    color: #333;

}
.hidden {
    display: none;
}

.accept-btn {
    background-color: #00b700;
    color: #ffffff;
    padding: 10px;
    cursor: pointer;
    border-radius: 2px;
}

.cancel-btn {
    background-color: #888;
    color: #ffffff;
    padding: 10px;
    cursor: pointer;
    border-radius: 2px;
}

.col-first {
    width: 10%;
    float: left;
}

.col-second {
    width: 90%;
    float: left;
}

.lang {
    font-size: 16px;
    line-height: 40px;
    vertical-align: middle;
    text-transform: uppercase;
}

.dialog {
    position: absolute;
    min-width: 400px;
    z-index: 999;
    margin-top: 50px;
    margin-left: 50px;
    background-color: #FAFAFA;
    border: 1px solid #eee;
    padding: 10px;
    box-shadow: 3px 3px 19px 2px #444;
    -moz-box-shadow: 3px 3px 19px 2px #444;
    -webkit-box-shadow: 3px 3px 19px 2px #444;
}

.dialog table {
    margin-bottom: 10px;
    margin-top: 10px;
}

.dialog table td.lang {
    padding: 10px;
}

.dialog table td {
    border: 1px solid #eee;
    text-align: center;
}

.dialog textarea {
    width: 100%;
    border: none;
    padding: 10px;
}

.dialog button {
    border: none;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.dialog button:hover {
    cursor: pointer;
    opacity: .7;
    transition: opacity .3s ease-in-out .15s;
}

.dialog button:last-child {
    margin-right: 0;
}

.dialog-title {
    font-size: 16px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    color: #888;
}

.tooltip {
    cursor: pointer;

}
.tooltip:hover {
    color:#ffffff;
    background-color: blue;
}



/* For modern browsers */
.cf:before,
.cf:after {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}

/* для IE6-7 */
.cf {
    zoom: 1;
}

.jpreloader{
    background-color: #111214;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    display: block;
    background-image: url("/images/preloader.gif");
    background-repeat: no-repeat;
    background-position:center center;
}



