/*!
 * Start Bootstrap - SB Admin 2 v3.3.7+1 (http://startbootstrap.com/template-overviews/sb-admin-2)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=cyrillic,cyrillic-ext,latin-ext,vietnamese');
body {
    background-color: #e6e7e8;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px !important;
    color: #414042 !important;
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 800px;
    background-color: white;
}

@media (min-width: 768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 195px;
        padding: 0 15px;
        border-left: 1px solid #e7e7e7;
    }
}

.navbar-brand img {
    max-width: 100px;
}

text-centermob .navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
    background-color: #eeeeee;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: none !important;
}

.sidebar .nav-second-level li a {
    padding-left: 30px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media (min-width: 768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 195px;
        margin-top: 65px;
    }
    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: white;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: transparent;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50, 50, 50, 0.5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green>.panel-heading {
    border-color: #5cb85c;
    color: white;
    background-color: #5cb85c;
}

.panel-green>a {
    color: #5cb85c;
}

.panel-green>a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red>.panel-heading {
    border-color: #d9534f;
    color: white;
    background-color: #d9534f;
}

.panel-red>a {
    color: #d9534f;
}

.panel-red>a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow>.panel-heading {
    border-color: #f0ad4e;
    color: white;
    background-color: #f0ad4e;
}

.panel-yellow>a {
    color: #f0ad4e;
}

.panel-yellow>a:hover {
    color: #df8a13;
}

.timeline {
    position: relative;
    padding: 20px 0 20px;
    list-style: none;
}

.timeline:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    margin-left: -1.5px;
    background-color: #eeeeee;
}

.timeline>li {
    position: relative;
    margin-bottom: 20px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li>.timeline-panel {
    float: left;
    position: relative;
    width: 46%;
    padding: 20px;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline>li>.timeline-panel:before {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 26px;
    right: -15px;
    border-top: 15px solid transparent;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #ccc;
}

.timeline>li>.timeline-panel:after {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 27px;
    right: -14px;
    border-top: 14px solid transparent;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    border-left: 14px solid #fff;
}

.timeline>li>.timeline-badge {
    z-index: 100;
    position: absolute;
    top: 16px;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    border-radius: 50% 50% 50% 50%;
    text-align: center;
    font-size: 1.4em;
    line-height: 50px;
    color: #fff;
    background-color: #999999;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body>p,
.timeline-body>ul {
    margin-bottom: 0;
}

.timeline-body>p+p {
    margin-top: 5px;
}

@media (max-width: 767px) {
    .navbar-brand img {
        max-width: 85px;
    }
    .mt50 {
        margin-top: 50px;
    }
    ul.timeline:before {
        left: 40px;
    }
    ul.timeline>li>.timeline-panel {
        width: calc(10%);
        width: -moz-calc(10%);
        width: -webkit-calc(10%);
    }
    ul.timeline>li>.timeline-badge {
        top: 16px;
        left: 15px;
        margin-left: 0;
    }
    ul.timeline>li>.timeline-panel {
        float: right;
    }
    ul.timeline>li>.timeline-panel:before {
        right: auto;
        left: -15px;
        border-right-width: 15px;
        border-left-width: 0;
    }
    ul.timeline>li>.timeline-panel:after {
        right: auto;
        left: -14px;
        border-right-width: 14px;
        border-left-width: 0;
    }
}

.h1,
h1 {
    font-size: 20px;
    text-transform: uppercase;
}

.img {
    width: 100%;
}

.dropdown dd,
.dropdown dt {
    margin: 0px;
    padding: 0px;
}

.dropdown ul {
    margin: -1px 0 0 0;
}

.dropdown dd {
    position: relative;
}

.dropdown a,
.dropdown a:visited {
    color: #333;
    text-decoration: none;
    outline: none;
    font-size: 12px;
}

.dropdown span.value {
    display: none;
}

.dropdown dd ul li a {
    padding: 5px;
    display: block;
}

.dropdown dd ul li a:hover {
    background-color: #333;
}


/*new-12-28-17*/

.mutliSelecttags ul li {
    font-size: 14px !important;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 4px 8px 0px;
    margin-top: 1px\9;
    line-height: normal;
}

.dropdown dd ul {
    background-color: #f1f0f0;
    border: 0;
    color: #000;
    display: none;
    left: 0px;
    padding: 2px 0px 2px 5px;
    position: absolute;
    top: 2px;
    width: 140px;
    list-style: none;
    height: 200px;
    overflow: auto;
    z-index: 9;
    border-radius: 0px;
    box-shadow: 0px 1px 3px 0px #777;
}

.dropdown dt a span,
.multiSel span {
    cursor: pointer;
    display: inline-block;
    padding: 0 3px 2px 0;
    font-size: 14px;
    font-weight: 400 !important;
    margin-bottom: 0px;
}

.dropdown dt a {
    border: 1px solid #ccc;
    background-color: #fff;
    display: block;
    padding: 5px 8px 5px 10px;
    min-height: 25px;
    line-height: 24px;
    overflow: hidden;
    width: 100%;
    border-radius: 5px;
}

.multiSeltags {
    margin-bottom: 0px !important;
}

.multiSelsection {
    margin-bottom: 0px !important;
}

.multiSelartist {
    margin-bottom: 0px !important;
}

.multiSelcollection {
    margin-bottom: 0px !important;
}

.file-uploder {
    display: block;
    width: 100%;
    height: 34px;
    padding: 0px !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border-radius: 4px;
}

.panel-heading {
    padding: 25px 0px 5px;
    margin: 25px 20px 10px;
    border: none;
}

.btn-submit {
    width: 100% !important;
}

.page-header {
    padding-bottom: 0px;
    margin: 0px;
    border-bottom: 0px;
    padding-top: 5px;
}

.pd0 {
    padding-right: 0px;
}

.mgrTP10 {
    margin-top: 10px;
}

.panel-body {
    padding: 15px 0 !important;
}

.panel.panel-default {
    border: none !important;
    box-shadow: none !important;
}

.panel-heading.common {
    padding: 10px 0px;
    margin: 25px 20px 10px;
}

.panel-body.common {
    padding: 0px 0 5px !important;
    margin: 25px 20px 10px;
}

.form-control {
    box-shadow: none !important;
}

.panel-body a {
    cursor: pointer;
}

@media(min-width:800px) {
    .paddLeft {
        padding-left: 0px !important;
    }
    .paddRight {
        padding-right: 0px !important;
    }
}


/*new*/

.profile-pic img {
    max-width: 100%;
}

.profile-pic {
    /*
	position: relative;
*/
    display: inline-block;
    margin-bottom: 15px;
    min-height: 223px;
    width: 100%;
}

.profile-pic1:hover .edit {
    display: block;
}

.artistedit {
    padding-top: 0px;
    padding-right: 0px;
    position: absolute;
    top: 0;
    left: 0;
}

.edit {
    padding-top: 0px;
    padding-right: 0px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}

.delete {
    padding-top: 0px;
    padding-right: 0px;
    position: absolute;
    right: 0;
    top: 0;
}

.download {
    padding-top: 0px;
    padding-right: 0px;
    position: absolute;
    right: 0;
    bottom: 70px;
}

.artistedit a,
.delete a,
.download a,
.edit a {
    color: #fff;
    font-size: 20px;
    background: rgba(34, 34, 34, 0.4);
    padding: 0px 5px;
}

.artistedit ul,
.delete ul,
.download ul,
.edit ul {
    list-style: none;
}

.editdetails a {
    font-size: 13px !important;
    font-weight: 500;
    font-style: normal;
    padding: 5px;
}

.profile-pic1:hover .check-box-section {
    display: block;
}

.check-box-section ul {
    list-style: none;
    padding: 0px;
}

.check-box-section a {
    color: #fff;
    font-size: 20px;
    background: rgba(34, 34, 34, 0.4);
    padding: 0px 5px;
}

.profile-pic1:hover .check-box-section1 {
    display: block;
}

.check-box-section1 ul {
    list-style: none;
    padding: 0px;
}

.check-box-section1 a {
    color: #fff;
    font-size: 20px;
    background: rgba(34, 34, 34, 0.4);
    padding: 0px 5px;
}

.profile-pic1:hover .dpcheck-box-section {
    display: block;
}

.dpcheck-box-section ul {
    list-style: none;
    padding: 0px;
}

.dpcheck-box-section a {
    color: #fff;
    font-size: 20px;
    background: rgba(34, 34, 34, 0.4);
    padding: 0px 5px;
}

.over-text {
    text-align: center;
    /*
	position: absolute;
	bottom: -1px;
	left: 0px;
	right: 0px;
*/
    padding: 0 10px;
    background-color: #e6e7e8;
    background: #e6e7e8;
    z-index: 1;
    min-height: 70px;
}

.over-text h3 {
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    line-height: 44px;
    overflow: hidden;
    white-space: nowrap;
    margin: 0px;
    text-overflow: ellipsis;
}

.panel-default {
    border: none;
}

.check-box-section a {
    color: #fff;
    font-size: 20px;
    background: rgba(34, 34, 34, 0.9);
    padding: 0px 5px;
    height: 35px;
    width: 35px;
}

.check-box-section1 a {
    color: #fff;
    font-size: 20px;
    background: rgba(34, 34, 34, 0.9);
    padding: 0px 5px;
    height: 35px;
    width: 35px;
}

.sold-icon-bar,
.sold-icon-bar ul {
    padding: 0px;
    list-style: none;
    margin-bottom: 0px;
}

.sold-icon-bar span {
    display: inline-block;
    font-style: normal !important;
    padding: 0px 5px;
}

.sold-icon-bar {
    position: absolute;
    left: 0;
    bottom: 63px;
    background: rgba(60, 60, 60, 0.6);
}

.sold-icon-bar li {
    display: inline-block;
    padding: 0px 5px;
}

.sold-icon-bar a {
    color: #fff;
    font-size: 20px;
    padding: 0px;
    text-decoration: none;
}

.sold-icon-bar3 ul {
    padding: 0px;
    list-style: none;
    margin-bottom: 0px;
}

.sold-icon-bar3 ul li {
    display: inline;
    padding: 0px 5px;
}

.sold-icon-bar3 {
    position: absolute;
    left: 0;
    bottom: 46px;
    background: rgba(60, 60, 60, 0.6);
    padding-left: 5px;
}

.btm70 {
    bottom: 70px !important;
}

.sold-icon-bar3 a {
    color: #fff;
    font-size: 20px;
    padding: 0px;
    text-decoration: none;
}

.television {
    color: #c6ff00 !important;
}

.view {
    color: #d9feff !important;
}

.retun {
    color: #c6ff00;
}

.clr-green {
    color: green;
}

.view-text {
    color: #d9feff !important;
    font-size: 15px;
}


/*check*/

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -6px;
    margin-top: -10px;
}

.check-box-section {
    padding-top: 0px;
    padding-left: 0px;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    background: rgba(34, 34, 34, 0.5);
    padding: 6px 8px 5px 8px;
}

.check-box-section1 {
    padding-top: 0px;
    padding-left: 0px;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    background: rgba(34, 34, 34, 0.5);
    padding: 6px 8px 5px 8px;
}

.sectioncheckbox {
    margin: 0px !important;
    padding: 0px !important;
}

.table-bordered {
    font-size: 12px;
}

.danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
    padding: 3px 5px;
    border-radius: 2px;
}

.danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    padding: 3px 5px;
    border-radius: 2px;
    font-size: 10px;
}

.success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    padding: 3px 5px;
    border-radius: 2px;
    font-size: 10px;
}

.success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
    padding: 3px 5px;
    border-radius: 2px;
}

.info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
    padding: 3px 5px;
    border-radius: 2px;
    font-size: 10px;
}

.warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
    padding: 3px 5px;
    border-radius: 2px;
}

.warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
    padding: 3px 5px;
    border-radius: 2px;
}

.tag {
    color: #fff;
    background-color: #3a87ad;
    border-color: #3a87ad;
    padding: 3px 5px;
    border-radius: 2px;
}

.tag:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
    padding: 3px 5px;
    border-radius: 2px;
}

.fntsz16 {
    font-size: 16px;
}

.nrmltxt {
    text-transform: none;
}

.seprator {
    margin: 20px 50px;
    border-top: 1px solid #333;
}

.multiselect-container li input[type="checkbox"] {
    margin-left: -25px;
    margin-top: 0px;
}


/* new css  */

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500 !important;
}

.h1,
h1 {
    font-size: 18px;
    text-transform: uppercase;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 6px 4px;
    line-height: 1.82857143 !important;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.navbar-default {
    background-color: #e6e7e8 !important;
    border-color: #e6e7e8 !important;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #e6e7e8 !important;
    border-color: #e6e7e8 !important;
}

.table-striped>tbody>tr:nth-of-type(2n+1) {
    background-color: #e6e7e8 !important;
}

.sidebar ul li a.active {
    background-color: #bcbec0 !important;
}

.table-hover a {
    color: #337ab7 !important;
    text-decoration: none;
}

.table-hover a:focus,
.table-hover a:hover {
    color: #23527c;
    text-decoration: underline;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #bcbec0 !important;
    color: #414042 !important;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


/*
b, strong {
    font-weight: 500;
}
*/

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 13px;
    height: 34px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.dropdown-menu {
    font-size: 13px;
    text-align: left;
    list-style: none;
}

.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    /* z-index: 999; */
}

.multiselect-search {
    height: 34px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #fff !important;
}

.dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #fff !important;
}

.edit a:hover {
    text-decoration: none;
    color: #fff !important;
}

.btn btn-primary:hover {
    color: #fff !important;
}

.tag {
    color: #fff;
    background-color: #414042;
    border-color: #414042;
    padding: 3px 5px;
    border-radius: 2px;
}

.tag:hover {
    color: #fff;
    background-color: #939598;
    border-color: #939598;
    padding: 3px 5px;
    border-radius: 2px;
}

.mxht {
    height: 213px;
}

.bgcolor {
    position: relative;
    margin: 5px 0px 15px 0px;
    background: #e6e7e8 !important;
}

@media(max-width:736px) {
    .col-padd {
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-notpadd {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .mobw100per {
        width: 100% !important;
    }
}

.mgrRT0 {
    margin-right: 0px !important;
}

.error {
    font-size: 12px;
    color: #f00;
}

.error1 {
    color: #f00;
    font-size: 11px;
}

.MGR10 {
    margin-right: 10px;
}

#queue {
    border: 1px dashed #000;
    min-height: 130px;
    overflow: auto;
    margin-bottom: 10px;
    padding: 5px 10px 3px;
    /*
	min-height:75px;
*/
    max-height: 230px;
    width: 100%;
}

.ui-sortable-handle a {
    color: #fff;
}

.paddtp5 {
    padding-top: 5px;
}

.paddtp10 {
    padding-top: 10px;
}

.uploadinstruction {
    padding-top: 5px;
    font-size: 14px;
}

.close {
    font-size: 21px;
}

.progress {
    height: 5px;
    margin-bottom: 5px;
}

.uploadifive-button {
    float: right;
    margin-right: 10px;
}

.tag1 {
    position: relative;
    margin: 0 5px 5px 0;
}

.tag1span {
    background: #FFFFFF;
    opacity: 0.62;
    padding: 0 3px;
    position: absolute;
    right: -15px;
    top: -11px;
    cursor: pointer;
    width: 15px;
}

.tag1span a {
    color: #000;
}

.paging .active {
    background-color: #0080c1;
    border: 1px solid #0080c1;
    color: #ffffff;
}

.paging ul li {
    border: 1px solid #cccccc;
    display: inline;
    margin-left: 5px;
    padding: 2px 10px;
}

.iconw {
    width: 24px;
}

.sold-icon-bar1 {
    position: absolute;
    left: 2px;
    bottom: 5px;
}

.sold-icon-bar1 a {
    color: #808081;
    font-size: 20px;
}

.sold-icon-bar2 {
    position: absolute;
    left: 30px;
    bottom: 5px;
}

.sold-icon-bar2 a {
    color: #808081;
    font-size: 20px;
}

.bdrs-50p {
    border-radius: 50% !important;
}

.sz-2r,
.w-2r {
    width: 48px;
    vertical-align: middle;
    border-style: none;
}

.artistprofilePIC {
    width: 115px;
    border-radius: 15px !important;
}

.rotationstext {
    background-color: #e6e7e8 !important;
    padding: 15px 15px 0px 15px;
}

.lh34 {
    line-height: 45px;
}

.paddbtm15 {
    padding-bottom: 15px;
}

.dragdropdiv {
    background-color: #ccc;
}

.font12 {
    font-size: 12px !important;
}

.seprateHR {
    width: 75%;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #f8f8f8;
}

.mgr-BTM15 {
    margin-bottom: 15px;
}

.notificationred {
    color: #f00 !important;
}

.thumsup {
    color: #157b0d !important;
}

.thumsdown {
    color: #f00 !important;
}

.w95 {
    width: 95%!important;
    ;
}

.posabs {
    position: absolute;
}

.posreal {
    position: relative;
}

.poslbl {
    right: -2px;
    top: 32px;
}

.lh25 {
    line-height: 25px !important;
}

.mgrrgt20 {
    margin-right: 20px;
}

.notagpos {
    position: relative;
    color: #f00;
}

.crosstag {
    position: absolute;
    font-size: 12px !important;
    color: #f00;
}

.crosstaginfo {
    position: absolute;
    font-size: 12px !important;
    top: 11px;
    right: 4px;
}

.padr8 {
    padding-right: 8px;
}

.fnt16 {
    font-size: 16px !important;
}

.artworktitle {
    padding-left: 40px;
    font-size: 14px !important;
}

.font14 {
    font-size: 14px;
}

.font-bold {
    font-weight: bold;
}

.dragdropdiv2 {
    background-color: #f3f3f3;
}

.multiselect-container li input[type="radio"] {
    margin-left: -25px;
    margin-top: 0px;
}

.sectionsgrids {
    margin-top: 0px;
    padding-top: 10px;
    margin-bottom: 0px;
}

.artworkinfo {
    position: absolute;
    margin: 81px;
    color: #f00;
    background-color: #fff;
}

.artworkinfo a {
    color: #f00;
}

.fnt12 {
    Font-size: 12px;
}

.text-deco-none {
    text-decoration: none !important;
}

.infoflag {
    position: absolute;
    z-index: 999;
    background-color: rgba(60, 60, 60, 0.6);
    color: #fff;
    bottom: 72px;
    left: 0;
}

.infoflag ul {
    padding: 0px;
    list-style: none;
    margin-bottom: 0px;
    color: #fff;
}

.white {
    color: #fff;
}

.lh22 {
    line-height: 22px !important;
}

.red {
    color: #f00 !important;
}

.loginlogo {
    max-width: 90px;
}

.mrgnl15 {
    margin-left: 15px !important;
}

.paddTB10 {
    padding-top: 10px!important;
    padding-bottom: 10px !important;
}

.fontsize14 {
    font-size: 14px !important;
}

.paddlr0 {
    padding-right: 0px;
    padding-left: 0px;
}

.colorred {
    color: #f00!important;
}

.clryellow {
    color: #FFFF00 !important;
}

.clrgreen {
    color: #33ff8a !important;
}

.mgrlr0 {
    margin-left: 0px!important;
    margin-right: 0px !important;
}

.bruspos {
    position: relative;
    color: #f00;
}

.crossartist {
    position: absolute;
    font-size: 12px !important;
    top: 11px;
    /*
right: 32px;
*/
    color: #f00;
}

.crossartistinfo {
    position: absolute;
    font-size: 12px !important;
    top: 11px;
    right: 4px;
}

.lh25 {
    line-height: 25px;
}

.mgrTP3 {
    margin-top: 10px !important;
}

.fnt18 {
    font-size: 18px;
}

.mrngbtm15 {
    margin-bottom: 15px;
}

.dpinlineblock {
    display: inline-block;
}

.dpnone {
    display: none;
}

.mgrlft40 {
    margin-left: 40px;
}

.smalltext {
    font-size: 12px;
    color: #f00;
}

.guidelinetext {
    font-size: 14px;
    color: #f00;
}

.artist-dashboard p {
    line-height: 25px;
    font-size: 14px;
}

.mgrrgt10 {
    margin-right: 10px;
}

@media (max-width: 767px) {
    .mgrbtm10 {
        margin-bottom: 10px;
    }
}

.mgrTB20 {
    margin-bottom: 21px;
    margin-top: 10px;
}

.w200 {
    width: 200px;
}

@media (min-width:768px) and (max-width:1048px) {
    .mgrbtm10 {
        margin-bottom: 10px;
    }
    .mgrtp40 {
        margin-top: 40px;
    }
    .mgrbtm50 {
        margin-bottom: 50px;
    }
    .mx-width200 {
        max-width: 200px;
    }
    .mgrtp40 {
        margin-top: 40px;
    }
    .paddrgt15 {
        padding-right: 15px !important;
    }
    .paddLeft {
        padding-left: 0px !important;
    }
    .paddRight {
        padding-right: 0px !important;
    }
    .paddZero {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .mgrTP3 {
        margin-top: 0px !important;
    }
}

@media (min-width:320px) and (max-width:767px) {
    .mgrtp10 {
        margin-top: 10px;
    }
    .paddLeft {
        padding-left: 0px !important;
    }
    .paddRight {
        padding-right: 0px !important;
    }
    .paddZero {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .mgrbtm50 {
        margin-bottom: 50px;
    }
}

@media (min-width:320px) and (max-width:510px) {
    .w100-upto500 {
        width: 100% !important
    }
    .mx-width200 {
        width: 100% !important
    }
    .paddRgt {
        padding-right: 0px !important;
    }
}

.paddTB5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.normalcase {
    text-transform: none !important;
}

.fnt12 {
    font-size: 12px !important;
}

.modal {
    overflow-y: auto;
}

.artwork-panel {
    margin: 25px 20px 10px;
}

div.gallery {
    margin: 5px;
    float: left;
    /*
  width: 185px;
  min-height:145px;
*/
}

div.gallery img {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    height: auto;
    display: block;
    /*
	max-width:180px;
	max-height:140px;
*/
    width: auto;
}

.padd-TP0 {
    padding-top: 0px !important;
}

.padd-BTM25 {
    padding-bottom: 25px !important;
}

.mgr0 {
    margin: 0px !important;
}

.padd-TP20 {
    padding-top: 20px!important;
}

.mycommon {
    padding-left: 5px!important;
    padding-right: 5px!important;
    margin-top: 20px!important;
}

.dpcheck-box-section {
    padding-top: 0px;
    padding-left: 0px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(34, 34, 34, 0.5);
    padding: 6px 8px 5px 8px;
}

.scrollToTop {
    width: 100px;
    padding: 10px;
    text-align: center;
    background: #414042;
    color: #fff;
    text-decoration: none;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    border-radius: 5px;
    z-index: 9;
}

.scrollToBottom {
    width: 130px;
    padding: 10px;
    text-align: center;
    background: #414042;
    color: #fff;
    text-decoration: none;
    position: fixed;
    right: 5px;
    top: 5px;
    display: none;
    border-radius: 5px;
    z-index: 9;
}

.col-custom-label {
    padding: 3px 5px;
    border-radius: 2px;
    font-size: 10px;
}

.cursor-pointer {
    cursor: pointer;
}

.sticky-menu {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    /*
    background-image: url(../img/bg/header_bg.jpg);
*/
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    border-radius: 0;
    padding: 0;
}

.botm80 {
    bottom: 80px !important;
}

.approve a {
    color: #157b0d !important;
}

.disapprove a {
    color: #F00 !important;
}

.image-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 10rem;
    padding: 2rem 1rem;
    background: white;
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.image-info {
    height: auto !important;
}

.Section-bg:hover .image-info {
    opacity: 1;
}


/* 20-05-2024 start */

.collection-images img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin: 5px;
}

.error_2 {
    font-size: 12px;
    color: #FF00FF;
}

.error_3 {
    font-size: 12px;
    color: #0000FF;
}

.error_4 {
    font-size: 12px;
    color: #FFA500;
}

.error_5 {
    font-size: 12px;
    color: #A020F0;
}

.sucss {
    font-size: 12px;
    color: #5cb85c
}

.mb-10 {
    margin-bottom: 10px;
}

.gart {
    text-decoration: none !important;
}

.gart a {
    font-size: 13px !important;
}

/* 20-05-2024 end */