.tabs-content > .content {
    margin-top: -15px;
    margin-bottom: -40px;
}
.tabs {
    width: 330px;
}
.tabs dd > a {
    width: 165px;
    padding: 0.5rem 1.2rem;
    background: #bbb;
    color: #fff;
}
.tabs dd > a:hover {
    background: #ccc;
}
.tabs dd.active > a, .tabs dd.active > a:hover {
    background: #ebebed;
    color: #222222;
}
.tabs dd > a > span{
     font-weight: normal;
     font-style: normal;
     text-rendering: optimizeLegibility;
}
.generate-link-block-container .large-input {
    width: 290px;
}
.generate-link-block {
    background: #ebebed;
    margin: 0 0.3rem 12px;
    display: block;
}
.generate-link-block textarea {
    font-weight: bold;
    font-size: 16px;
    font-style: italic;
}
.generate-link-block-title {
    background: #9fc343;
    padding: 1px 20px;
}
.generate-link-block-title-cloud {
    background: radial-gradient(circle, #84b9ff, #005bd3);
    padding: 1px 20px;
}
.generate-link-block-title h4 {
    color: #fff;
    font-size: 1.275rem;
    margin-bottom: 0.2rem;
}
.generate-link-block > dl {
    line-height: 1.0;
}
.generate-link-block-container {
    padding: 5px 20px 0;
}

.generate-link-block-container label {
    font-size: 0.675rem;
}
.generate-link-block-container h5 {
    font-size: 0.875rem;
}

.generate-link-block-container input {
    margin-bottom: 10px;
    height: 30px;
    font-size: 0.775rem;
}

.generate-link-block-separator {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    box-shadow: 0 1px 0 #fff;
    margin-top: 15px;
}
.generate-link-block-container input[type=file] {
    margin-bottom: 8px;
    width: auto;
    height: auto;
}
.add-file {
    display: inline-block;
    margin: 6px 0 !important;
    background-color: #9FC343 !important;
    padding: 7px 27px !important;
    font-size: 20px !important;
    cursor: pointer;
    color: #fff;
}
.add-file:hover {
    color: #fff;
}
.add-file-disabled {
    display: inline-block;
    margin: 6px 0 !important;
    background-color: #bebebe !important;
    box-shadow: none !important;
    border: none !important;
    padding: 7px 27px !important;
    font-size: 20px !important;
    color: #fff;
    cursor: default !important;
}
.add-file-disabled:hover {
    color: #fff;
}
.remove-file {
    display: inline-block;
    position: absolute;
    background: url(../../img/icons/cross-red.png) no-repeat;
    cursor: pointer;
    height: 20px;
    width: 20px;
}

.switch {
    position: relative;
    display: block;
    width: 56px;
    height: 30px;
    float: left;
    margin: 0 5px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #bebebe;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #9fc343;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
.switch-remove {
    margin-right: 10px;
    color: #3e3e3e;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 33px;
    float: left;
}
.date-remove-input {
    width: 130px !important;
}

.background-block-cloud {
    /*background: radial-gradient(circle, #84b9ff, #005bd3);*/
    background: #FCFCFC;
}

.title-area .subtitle-cloud {
    color: #181818; !important;
}
