/* General */

@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Dosis:100,300,400,600,700');

h1 { font-size: 24px; font-weight: 600; text-transform: uppercase; }

h2,h3,h4,h5,h6, .prices-page-title, .prices-page-subtitle {
    font-family: 'Dosis','Raleway',"Helvetica Neue", Helvetica, Arial, sans-serif;
}
body, .benefits {
    font-family: "Overpass", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.red {
    color: #d00000;
}

i.lrg {
    font-size: 75px;
}

.btn.btn-danger {
    background-color: #d00000;
    border-color: #d00000;
    border-radius: 0;
    text-transform: uppercase;
}

.side-menu-list > li.red .font-icon, .side-menu-list > li.red .glyphicon, .side-menu-list > li.red .fa {
    color: #d00000;
}

/* Header CSS */

.content-header {
    text-transform: capitalize;
}

.header-title {
    color: #0275d8;
}


/* Form CSS */

.vue-input-tag-wrapper {
    border: solid 1px rgba(197, 214, 222, 0.7);
    margin-left: 5px;
}

.form-label {
    margin-bottom: 6px;
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #292929;
    letter-spacing: 1px;
    font-weight: 700;
    display: block;
    cursor: default;
}

.checkbox-wrapper {
    visibility: visible !important;
    position: static !important;
}

.bootstrap-tagsinput {
    border: 1px solid #c5d6de;
    box-shadow: none;
    width: 100%;
    margin-left: 5px;
}

.checkbox input, .radio input, .checkbox-slide input, .checkbox-toggle input, .checkbox-bird input, .checkbox-detailed input{
    visibility: visible;
    left: -2rem;
}

.row-custom .checkbox input {
    left: 0;
}


/* Pricing CSS */

.prices-page-title {
    color: #ffffff;
    font-size: 72px;
    font-weight: 100;
    letter-spacing: 17px;
    line-height: 80px;
    text-transform: uppercase;
    margin-right: -17px;
    margin-bottom: 16px;
}

.prices-page-subtitle {
    color: #ffffff;
    margin-bottom: 60px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 24px;
    text-transform: uppercase;
}


/* Discography CSS */

.gallery-item .col-sm-3 {
    white-space: nowrap;
}

.discography > .row > .container > .col-sm-3:nth-child(4n+5) {
    clear: left;
}

/* Pagination */

.pagination {
    margin-left: 15px;
}

.pagination li {
    display: inline-block;
    border: 1px solid #d8e2e7;
    text-align: center;
    padding: .5rem 1rem;
    font-size: 1rem;
    font-weight: 600;
    margin-left: -5px;
}

.pagination li:first-child {
    -webkit-border-radius: 3px 0 0 3px !important;
    border-radius: 3px 0 0 3px !important;
}

.pagination li:last-child {
    -webkit-border-radius: 0 3px 3px 0!important;
    border-radius: 0 3px 3px 0!important;
}

#users-table_paginate {
    border-radius: .25rem;
}

#users-table_previous, #users-table_next {
    position: relative;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.5;
    text-decoration: none;
    background-color: #fff;
    background: none;
    border: 1px solid #ddd;
}

#users-table_previous:hover, #users-table_next:hover {
    background-color: #00a8ff!important;
    background: none;
    border: 1px solid #00a8ff;
}

#users-table_previous.disabled, #users-table_next.disabled {
    color: #818a91;
    cursor: not-allowed;
}

#users-table_previous.disabled:hover, #users-table_next.disabled:hover {
    background-color: #fff!important;
    background: none;
    border: 1px solid #ddd;
}

#users-table_paginate span .paginate_button.current, #users-table_paginate span .paginate_button.current:hover {
    position: relative;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.5;
    color: #ffffff !important;
    border: 1px solid #00a8ff !important;
    background-color: #00a8ff !important;
    background: #00a8ff !important;
}

#users-table_paginate span .paginate_button {
    position: relative;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.5;
    border: 1px solid #ddd;
    background-color: #fff;
    background: none;
}

#users-table_paginate span .paginate_button:hover {
    position: relative;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.5;
    border: 1px solid #00a8ff;
    background-color: #00a8ff!important;
    background: none;
}

/* Uploader CSS */

.qq-upload-button {
    -webkit-border-radius: 3px!important;
    border-radius: 3px!important;
    border: solid 1px #00a8ff!important;
    background: #00a8ff!important;
    color: #fff!important;
    font-weight: 600!important;
    margin-left: 5px;
}

.qq-progress-bar {
    -webkit-border-radius: 3px!important;
    border-radius: 3px!important;
}

.qq-progress-bar-container-selector {
    background: #d3d3d3;
    -webkit-border-radius: 3px!important;
    border-radius: 3px!important;
}

.qq-total-progress-bar-container-selector.qq-total-progress-bar-container {
    -webkit-border-radius: 3px!important;
    border-radius: 3px!important;
    background: #f6f6f6;
}

.qq-total-progress-bar {
    -webkit-border-radius: 3px!important;
    border-radius: 3px!important;
}

.qq-upload-list {
    margin-left: 5px!important;
    margin-top: 10px!important;
    font-weight: 600!important;
}

.qq-upload-list li {
    background-color: #f6f6f6;
    -webkit-border-radius: 3px!important;
    border-radius: 3px!important;
}

.qq-upload-file {
    display: block!important;
}

.qq-btn.qq-upload-cancel-selector.qq-upload-cancel, .qq-btn.qq-upload-retry-selector.qq-upload-retry {
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #000;
    color: #fff;
    border: none;
    padding: 5px 15px;
    margin-top: 10px!important;
    border-radius: 3px;
    font-weight: 600;
}

.qq-progress-bar {
    background: #d00000!important;
}


/* Admin CSS */
#users-table_length, #users-table_filter, #users-table_info, #users-table_paginate {
    padding: 10px;
}

#users-table_length select, #users-table_filter input {
    border: 1px solid rgba(197,214,222,.7);
    box-shadow: none;
    color: #343434 !important;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    background-color: #fff;
    background-image: none;
    border-radius: .25rem;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #eceeef!important;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #eceeef!important;
}


/* Misc CSS */

.profile-section {
    margin: 1rem;
}

.profile-section .col-md-10 p {
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile-section .col-md-2, .profile-section .col-md-10 {
    padding: 0;
}

.ingestions-section {
    padding: 1rem;
}

.single-upload-section select,
.ingestions-section input, .ingestions-section select {
    width: 100% !important;
    margin: 5px;
}

.single-upload-section input {
    margin: 5px;
}

.single-upload-section .panel-heading h1,
.profile-section .panel-heading h1,
.ingestions-section .panel-heading h1 {
    text-transform: uppercase;
}

.packages-section, .subscription-section, single-upload-section {
    padding: 2rem;
}

.upload-section {
    text-align: center;
    padding-bottom: 2rem;
}

.single-upload-section {
    padding-bottom: 2rem;
    padding-top: 1.5rem;
}



@media screen and (max-width: 560px) {
    .login-section, .register-section, .packages-section, .subscription-section, .single-upload-section {
        padding: 1rem;
    }
    .single-upload-section label, .single-upload-section .label {
        font-size: 1rem;
    }
}



@media screen and (max-width: 1280px) {
    .row-custom .checkbox input {
        left: 7rem;
    }
}

@media screen and (max-width: 840px) {
    .row-custom .checkbox input {
        left: 6rem;
    }
}

.green {
    color: #00cc00;
}