.csp-modal {
    display: none;
    position: fixed;
    z-index: 11111;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.csp-modal-content {
    display: none;
    /*background-color: #fefefe;*/
    background-color: #fff;
    margin: auto;
    /* padding: 12px 18px 12px 18px; */
    /* border: 1px solid #888; */
    border: 0px solid #000;
    border-radius: 0px;
    width: 480px;
    font-family: 'Open sans', 'open_sans1', sans-serif;
    /*color: #aaaaaa;*/
    color: #000;
    text-align: center;
    /*word-break: break-all;*/
    position: relative;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.25);

}

.csp-modal-header {
    font-size: 16px;
    font-weight: bold;
    /* background-color: #f0f0f0; */
    /* background-color: #FCF8E3; */
    padding: 18px 0px 12px 0px;
}

.csp-modal-body {
    /* color: #505050; */
    font-size: 16px;
    font-weight: normal;
    padding: 6px 18px 18px 18px;
}

.csp-close {
    /* color: #aaaaaa; */
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding: 0px 6px 0px 6px;
    position: absolute;
    right: 0px;
}

.csp-close:hover,
.csp-close:focus {
    /*
    color: #ffffff;
    background-color: #ff0000;
    text-decoration: none;
    */
    cursor: pointer;
}

.csp-install {
    font-family: 'Open sans', 'open_sans1', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    background: #00805F;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.25);

    display: none;
    overflow: visible;

    min-width: 110px;
    margin: 24px 24px 24px 24px;
    padding: 12px;

    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;

    border: 0;
    border-radius: 0px;
    outline: 0;
}

.csp-install:hover,
.csp-install:focus {
    background: #0CB992;
    box-shadow: 0px 10px 15px rgba(0,0,0,0.4);
}

.csp-button {
    font-family: 'Open sans', 'open_sans1', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #ffffff !important;
    text-decoration: none;
    /*margin: 12px;*/
    padding: 12px;
    line-height: 50px;
    background-image: none;
    background-color: #FBAE16;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.25);
}
.csp-button:hover {
    /*
    background-image: none;
    */
    background-color: #FEC968;
    box-shadow: 0px 10px 15px rgba(0,0,0,0.4);
    text-decoration: none !important;
}

div[data-type=csp] i {
    margin-left: 8px;
}

.auth-cont-holder a {
    color: #00805F;
}

.csp-progress-content {
    font-size: 18px;
    font-weight: normal;
    padding: 130px 15px 15px 15px;
    color: #00805F;
    width: 500px;
    height: 308px;
    background: url(/csp/tumar/image/loader_56.gif) no-repeat 50% 15% #F0FFF0;
    font-family: 'Open sans', 'open_sans1', sans-serif;
}
