a:hover{
    cursor: pointer;
}
.no-pad{
    padding: 0;
}
.no-pad-r{
    padding-right: 0;
}
.no-pad-l{
    padding-left: 0;
}
.lp-x---s{
    padding-left: 10px;
}
.rp-x---xs{
    padding-right: 10px;
}
.no-mar{
    margin: 0;
}
.no-mar-l{
    margin-left: 0;
}
.no-mar-r{
    margin-right: 0;
}
.no-border-radius{
    border-radius: 0!important;
}
/*Custom Right margin classes*/
.rm-x---xs{
    margin-right: 5px;
}
.rm-x---s{
    margin-right: 10px;
}
.rm-x---m{
    margin-right: 15px;
}
.rm-x---l{
    margin-right: 20px;
}
.rm-x---xl{
    margin-right: 25px;
}
/*Custom Left margin classes*/
.lm-x---xs{
    margin-left: 5px;
}
.lm-x---s{
    margin-left: 10px;
}
.lm-x---m{
    margin-left: 15px;
}
.lm-x---l{
    margin-left: 20px;
}
.lm-x---xl{
    margin-left: 25px;
}
/* Custom Top margin classes */
.tm-x---xs{
    margin-top: 5px;
}
.tm-x---s{
    margin-top: 10px;
}
.tm-x---m{
    margin-top: 15px;
}
.tm-x---l{
    margin-top: 20px;
}
.tm-x---xl{
    margin-top: 25px;
}
/* Custom Bottom margin classes */
.bm-x---xs{
    margin-bottom: 5px;
}
.bm-x---s{
    margin-bottom: 10px;
}
.bm-x---m{
    margin-bottom: 15px;
}
.bm-x---l{
    margin-bottom: 20px;
}
.bm-x---xl{
    margin-bottom: 25px;
}

.menu-icon-size {
    width: 26px;
    height: 20px;
}

.nav-sm .nav.side-menu .menu-icon-size {
    width: 60px;
    height: 25px;
    margin-bottom: 5px;
}

label.error {
    color: red;
    margin-top: 5px;
}
textarea.form-control{
    text-transform:none;
}
.media-artwork-img {
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.media-artwork-img img {
    width: 100%;
}

.client-logo {
    width: 266px;
    overflow: hidden;
}
.client-logo img {
    width: 100%;
}

.unit-search-tag .bootstrap-tagsinput,
.super-unit-search-tag .bootstrap-tagsinput{
    border-radius: 0;
    width: 100%;
}
.bootstrap-tagsinput {
    cursor: pointer !important;
}

.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
    position: absolute;
    opacity: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
    left: 9px;
    top: 3px;
    width: 8px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.display-block {
    display: inline-block;
}

.display-flex {
    display: inline-flex;
}

.result-pad {
    padding-left: 25px;
}

.unit-title {
    font-size: 18px;
    font-weight: 600;
}

.unit-play-section a {
    position: relative;
    padding: 15px 5px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    height: 60px;
    box-shadow: none;
    border-radius: 0;
    text-align: center;
    color: #26B99A;
    border: 1px solid #ddd;
    background-color: #fafafa;
    font-size: 12px;
}

.unit-play-section a:hover {
    background: #f4f4f4;
    color: #169F85;
    border-color: #aaa;
}

.unit-play-section a>.fa,
.unit-play-section a>.glyphicon,
.unit-play-section a>.ion {
    font-size: 20px;
    display: block
}
.unit-play-section a:active,
.unit-play-section a:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}
.btn.btn-app>.badge {
    position: absolute;
    top: -3px;
    right: -10px;
    font-size: 10px;
    font-weight: 400
}

.success-message {
    color: green;
}
.approve-reject-section button {
    display: block;
    min-width: 100px;
}
.super-unit-button-section button {
    display: block;
    min-width: 130px;
}
.add-to-super-unit-section button {
    display: block;
    min-width: 200px;
}
.custom-tab-section ul.bar_tabs {
    padding-left: 15px;
    padding-right: 15px;
    margin: 30px 0 20px;
    background: transparent;
}
.custom-tab-section ul.bar_tabs>li {
    margin-left: 0;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    margin-top: -11px;
}
.custom-tab-section .nav-tabs>li {
    float: left;
    width: 50%;
}
.custom-tab-section ul.bar_tabs>li a {
    padding: 6px 17px;
}
.custom-tab-section ul.bar_tabs>li.active {
    border-right: 0;
    margin-top: -13px;
    border-bottom: 5px solid #1ABB9C;
}

.meta-tag-label {
    padding: 5px 10px;
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
}
.custom-small-btn {
    padding:5px 7px;
    font-size: 12px;
}

.title-bg {
    font-weight: bold;
    color: #FFFFFF;
    background: #2A3F54;
    padding: 3px;
    font-size: 12px;
}
.super-unit-artwork-img {
    height: 175px;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}
.super-unit-artwork-img img {
    width: 100%;
    height: 100%;
}

.a-link-info, .a-link-info:hover {
    font-size: 12px;
    color: #31b0d5;
    cursor: pointer;
}
.a-link-warning, .a-link-warning:hover {
    font-size: 12px;
    color: #ec971f;
    cursor: pointer;
}
.a-link-dark, .a-link-dark:hover {
    font-size: 12px;
    color: #394D5F;
    cursor: pointer;
}

/* Bootstrap Select Override Start*/
.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}
.bootstrap-select .btn-default:active:focus, .btn-default:active:hover,
.bootstrap-select .btn-default:active,
.bootstrap-select .btn-default:focus {
    background-color: transparent;
    border-color: #ccc;
}
/* Bootstrap Select Override End*/
.dropzone {
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
}
.custom-form-style input {
    box-shadow: none;
    border-radius: 4px;
    text-transform: capitalize;
}
.separator {
    border-top: 1px solid #D8D8D8;
    margin-top: 20px;
    margin-bottom: 20px
}
.custom-accordion-style .panel-body {
    background-color: #fff;
}
.unit-detail-section label,
.unit-detail-section span {
    font-size: 14px;
}
.music-player-margin-btm {
    margin-bottom: 75px;
}

ul.messages li .message_wrapper blockquote {
    padding: 0 10px;
    font-size: 15px;
    margin-bottom: 10px;
}

ul.messages li .message_wrapper h4.heading {
    cursor: default;
}

/* Scheduler CSS */
.theme-style {
    padding: 5px;
    border: 1px solid #CCCCCC;
}

.theme-border {
    padding: 15px;
    border: 1px solid #CCCCCC;
}

.selected-theme {
    background-color: #CCCCCC;
}

.selected-theme .fa-trash-o {
    font-size: 20px;
    color: indianred;
}
.tt-menu {
    border: 1px solid #c8c8c8;
    padding: 10px;
    top:130% !important;
    background: #fafafa;
    min-width: 150px !important;
}
#right, #left {
  /*border: 2px dashed #D9D9D9;*/
  /*border-radius: 5px;*/
  min-height: 50px;
  /*margin: 0 auto;*/
  /*margin-top: 10px;*/
  /*padding: 2em;*/
  /*display: block;*/
  /*text-align: center;*/
}

.table-no-wrap {
    white-space: nowrap;
}

.select-custom-style {
    display: block !important;
}

.genre-message,
.category-message,
.response-message {
    padding: 5px 10px;
    font-size: 15px;
}

.remove-group {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
}

.glyphicon-remove:before {
    content: "\e014";
    color: palevioletred;
}

.schedule-super-unit .form-group .btn {
    margin-bottom: 0;
}

.schedule-super-unit .input-group {
    margin-bottom: 0;
}

.schedule-super-unit .bootstrap-select {
    width: 100% !important;
}

.super-unit-channel {
    transition: box-shadow .3s;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.3);
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    border-radius: 5px;
}

article {
    height: auto;
    background: #fff;
    vertical-align: top;
    position: relative;
    border-radius: 5px;
}

.playbutton {
    z-index: 999;
    color: #fff;
    text-shadow: 0 0 12px #000;
    cursor: pointer;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 40%!important;
    right: 47%!important;
    display: block;
    opacity: .8;
}

article span {
    margin-top: 3px;
    float: right;
    width: 18px;
    padding-top: 3px;
}

.playbutton .fa {
    font-size: 45px;
    position: absolute;
    top: 0;
    left: 0;
}
article .img-part {
    position: relative;
    width: 200px;
    height: 200px;
}

article img.thumb {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    color: transparent;
}
article .text {
    width: 100%;
    float: left;
    font-size: 17px;
    padding: 6px 5px;
    color: #111111;
    display: block;
}
article span {
    margin-top: 3px;
    float: right;
    width: 18px;
    padding-top: 3px;
}
article.super-unit-gallery img {
    width: 100%;
    height: auto;
    max-height: 150px;
    border-radius: 5px 5px 0 0;
}
.super-unit-channel-detail article.super-unit-gallery img {
    border-radius: 5px;
}
.super-unit-custom-pad {
    padding: 7.5px;
}
#editMetaModal {
    z-index: 999999999;
}
