.cc-light-box-background {
    background: black;
    opacity: 0.5;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 1500;
    height: 100%;
    width: 100%;
    /*cursor: pointer;*/
}
.cc-light-box {
    font-family: "Open Sans", helvetica, arial, sans-serif;
    background: white;
    position: absolute;
    top: 0;
    opacity: 0;
    z-index: 1500;
}
.cc-light-box-warning {
    background-color: rgb(72, 72, 72);
    border-radius: 2px;
    border: 1px solid rgb(32, 32, 32);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px 0px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    overflow: hidden;
    padding: 12px 0px;
    text-align: center;
    position: absolute;
    top: 100%;
    width: 80%;
    left: 10%;
    z-index: 1501;
    margin-top: 25px;
}
.cc-light-box-head-container {
    position: relative;
}
.cc-light-box-head-link {
    font-size: 12px;
    text-decoration: underline;
    margin-left: 20px;
}
.cc-light-box-empty-content {
    height: 200px;
}
.cc-light-box-cancel-button {
    position: absolute;
    top: 11px;
    right: 13px;
    cursor: pointer;
    z-index: 1;
}
.cc-light-box-cancel-button:hover {
    color: #535353;
}
.cc-light-box-cancel-button:active {
    color: #434343;
}
.cc-light-box-title {
    font-size: 25px;
    color: #222;
    padding: 28px 0px 28px 30px;
    line-height: 30px;
}
.cc-light-box-desc {
    font-size: 14px;
    line-height: 20px;
    color: #222;
    padding: 0 30px;
    position: relative;
}
.cc-light-box-head-container > .fa-caret-down {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: -15px;
    color: #f0f2f2;
    text-shadow: 0px 1px 0px #CACACA;
    font-size: 38px;
}
.cc-light-box-buttons {
    font-size: 15px;
    text-align: right;
    margin: 24px 0 14px 0;
    position: relative;
}
.cc-light-box-buttons-gray {
    font-size: 15px;
    text-align: right;
    padding: 16px 0px 14px 0px;
    position: relative;
    background: #f0f2f2;
    border-top: 1px solid #c7c7c7;
}
.cc-light-box-buttons-gray .button-pure, .cc-light-box-buttons .button-pure {
    margin-right: 20px;
}

.cc-light-box-white .cc-light-box-buttons {
    margin-bottom: 6px;
}
.cc-light-box-content-panel {
    padding: 10px 30px;
    position: relative;
}
.cc-light-box-content-panel-no-padding {
    position: relative;
}
.cc-light-box-black {
    border: 5px solid #63696c;
}
.cc-light-box-title-black {
    background: #222222;
    color: white;
    font-weight: bold;
}
.cc-light-box-desc-black {
    background: #222222;
    color: white;
    font-size: 17px;
    padding-bottom: 13px;
}
.cc-light-box-content-panel-black {
    background: #eeeeee;
    color: black;
    line-height: 22px;
    border-bottom: 1px solid #63696c;
}
.cc-light-box-white {
    border: 8px solid #FFFFFF;
    border-radius: 5px;
}
.cc-light-box-title-white {
    font-size: 16px;
    color: #222;
    padding: 1px 0px 8px 5px;
    font-weight: bold;
}
.cc-light-box-cancel-button-small {
    top: 0px;
    right: 0px;
}
.cc-light-box-gray {
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}
.cc-light-box-gray .button {
    border-radius: 5px;
}
.cc-light-box-head-gray {
    padding: 18px 0;
    background: #f0f2f2;
    border-bottom: 1px solid #c7c7c7;
    text-align: center;
}
.cc-light-box-content-panel-gray {
    padding: 40px 30px;
}
.cc-light-box-content-panel-gray-s {
    padding: 30px;
    position: relative;
}
.cc-light-box-title-gray {
    padding: 12px 0;
    color: #222;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 0 1px 0 #fff;
}
.cc-light-box-desc-gray {
    color: #999;
    font-size: 15px;
    padding-bottom: 12px;
}
.cc-light-box-cancel-button-gray {
    font-size: 16px;
    color: #D5D5D5;
    text-shadow: 1px 1px 1px white;
}
.cc-light-box-cancel-button-gray:hover {
    color: #797979;
    text-shadow: 1px 1px 1px white;
}
.cc-light-box-cancel-button-gray:active {
    color: #505050;
    text-shadow: 1px 1px 1px white;
}
.cc-light-box-help {
    font-size: 12px;
    padding: 5px 30px 20px 30px;
    border-top: 1px solid #ddd;
    color: #8A8A8A;
    line-height: 20px;
    text-align: left;
    background: #fff;
}