.cc-light-box-background {
    background: black;
    opacity: 0.5;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 9999;
    height: 100%;
    width: 100%;
}

.cc-light-box {
    font-family: "Open Sans", helvetica, arial, sans-serif;
    background: white;
    position: absolute;
    top: 0;
    opacity: 0;
    z-index: 9999;
}

.cc-light-box-head-container {
    position: relative;
}

.cc-light-box-empty-content {
    height: 200px;
}

.cc-light-box-cancel-button {
    position: absolute;
    top: -10px;
    right: 6px;
    cursor: pointer;
    font-size: 26px;
    font-weight: bold;
}

.cc-light-box-cancel-button:hover {
    text-shadow: -1px 1px 1px black;
    color: #c02121;
}

.cc-light-box-cancel-button:active {
    color: #A00000;
}

.cc-light-box-title {
    font-size: 25px;
    color: #222;
    padding: 28px 0px 28px 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 .button {
    margin: 0px 20px 0px 0px;
}

.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-gray {
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}

.cc-light-box-head-gray {
    padding: 20px 0;
    background: #f0f2f2;
    border-bottom: 1px solid #c7c7c7;
    text-align: center;
}

.cc-light-box-content-panel-gray {
    padding: 50px 30px;
}

.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;
}