.entries-filter .filter-main {
    background: #465B87;
}

.entries-filter .filter-main .heading-filter {
    padding-top: 25px;
    display: inline-block;
    width: 100%;
}

.entries-filter .filter-main .heading-filter p {
    color: #d2d2d2;
    float: left;
    font-size: 20px;
}

.entries-filter .filter-main .heading-filter a {
    float: right;
    color: #65686c;
    background: #f3f3f3;
    padding: 7px 21px;
    border-radius: 4px;
    margin-left: 10px;
}

.entries-filter .filter-main .heading-filter a i {
    color: #0f7b1e;
}

.entries-filter .filter-main .filter {
    margin: 10px 0 20px 0;
    padding: 15px 0 0 0;
}

.entries-filter .filter-main .filter p {
    color: #d2d2d2;
    font-size: 13px;
}

.heading-filter-new ul li.start-contest a {
    background: #28d2d0;
    display: inline-block;
    color: #fff;
    border: 2px solid #28d2d0;
     padding: 0 20px;

    min-height: 47px;
    border-radius: 4px;
    line-height: 50px;
}




.entries-filter .filter-main .filter .form-control {
    background: none;
    border: 1px solid #aaa;
    color: #aaa;
    box-shadow: none;
    font-size: 13px;
}

.entries-filter .filter-main .filter_selected p {
    color: #fff;
}

.entries-filter .filter-main .filter_selected .form-control {
    border: 1px solid #fff;
    color: #fff;
}

.entries-filter .filter-main .filter .form-control option {
    color: #333;
}

.entries-filter .filter-main hr {
    border-top: 1px solid #9A9A99;
    margin: 10px 0 0 0;
}

.entries-filter .filter-main .filter .by-entry {
    display: inline-block;
    width: 100%;
}

.entries-filter .filter-main .filter .by-entry input.form-control {
    float: left;
    color: #fff;
}

.entries-filter .filter-main .filter .by-entry a {
    float: right;
    width: 35%;
    height: 34px;
    line-height: 34px;
    color: #fff;
    background: #f18762;
    text-align: center;
    border-radius: 4px;
}

/*.entries-filter .filter-main .filter .filter-list {
	width: 20%;
}
*/
.entries-filter .filter-main .filter .filter-selected {

}

.submit-less input[type=checkbox] {
    visibility: hidden;
}

.submit-less .squaredThree {
    margin: 6px auto;
    position: relative;
}

.submit-less {
    float: right;
}

.submit-less .squaredThree label:before {
    content: "";
    cursor: pointer;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 3px;
    border-radius: 2px;
    left: 0;
    border: 1px solid #fff;
}

.submit-less .squaredThree label {
    padding-left: 8px;
    font-weight: 300;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    margin-right: 20px;
}

.submit-less .squaredThree label:after {
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 7px;
    left: 3px;
    border: 3px solid #fcfff4;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.submit-less .squaredThree input[type=checkbox]:checked + label:after {
    filter: alpha(opacity=100);
    opacity: 1;
}

.entries-filter .entries-box {
    padding: 30px 0;
}

.entries-filter .entries-box .box {
    display: block;
    color: #333;
    padding: 10px 0 30px 0;
    text-align: center;
    background: #FAFAFA;
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
    height: 330px;
}

.entries-filter .entries-box .box .domain_status {
    margin: 25px 0px;
}

.entries-filter .entries-box .box:hover, .entries-filter .entries-box .box.active {
    -webkit-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.24);
}

.entries-filter .entries-box .box h4 {
    margin-bottom: 20px;
    font-size: 15px;
}

.entries-filter .entries-box .box .check_availability {
    font-size: 12px;
}
.entries-filter .entries-box .box .status-labels {
    display: inline-block;
    padding-top: 20px;
}

.entries-filter .entries-box .box .status-labels span {
    float: left;
    height: 8px;
    margin: 0 3px 3px 0;
    width: 42px;
    background-color: red;
    border-radius: 10px;
}
.fixed-right-tag-it {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 500px;
    background: #fff;
    z-index: 1000;
    transition: all .3s ease;
    padding: 15px;
    overflow: auto;
    border-left: 1px solid #ddd;
}
.fixed-right-tag-it .box-fixed {
    background: #f4f4f4;
    padding: 15px;
    text-align: center;
}
.fixed-right-tag-it .name {
    padding-bottom: 10px;
}
.fixed-right-tag-it img {
    margin-bottom: 10px;
}
.fixed-right-tag-it p {
    font-size: 12px;
}
.fixed-right-tag-it p.sub-heading {
    color: #999;
}
.fixed-right-tag-it h5 {
    font-size: 15px;
}
.fixed-right-tag-it .form-control {
    border-radius: 0;
    font-size: 13px;
    height: 30px;
    padding: 0 3px;
}
.fixed-right-tag-it ul {
    z-index: 1000000000;
    list-style: none;
    margin: 0;
    padding: 0;
}
.fixed-right-tag-it label {
    text-align: left;
    font-weight: 400;
    display: block;
    font-size: 12px;
}
.fixed-right-tag-it .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    text-align: left;
    font-size: 12px;
}
.fixed-right-tag-it  .select2-container .select2-selection--single {
    height: 30px;
}
.fixed-right-tag-it  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
}
.select2-results__option[aria-selected] {

}
.fixed-right-tag-it ul.links li {
    float: left;
    width: 50%;
}
.fixed-right-tag-it .close {
    opacity: 1;
    background: #333;
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 19px;
    border-radius: 50%;
    right: 0px;
    position: absolute;
    top: 1px;
}
.fixed-right-tag-it .select2-container {
    width: 100% !important;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 13px;
    border: 1px solid #ccc;
    border-radius: 0;
}
.fixed-right-tag-it .select2-container .select2-selection--multiple {
    min-height: 30px;
}
.fixed-right-tag-it ul.links li:first-child a {
    background: #ccc;
    color: #333;
}
.fixed-right-tag-it ul.links li:last-child a {
    background: #465B87;
    color: #fff;
}
.fixed-right-tag-it ul.links li a {
    display: block;
    text-align: center;
    padding: 10px 0;
}
.tag-it {
    font-size: 12px;
    display: block;
    margin-top: 10px;
}
i.fa {
    padding-right: 5px;
}

i.fa-check {
    color: green;
}

i.fa-ban {
    color: red;
}

.entries-filter .entries-box .box img {
    margin-top: 10px;
}

.entries-filter .entries-box .box p {
    margin: 10px 0 0 0;
    font-size: 12px;
}

.entries-filter .entries-box .box .link {
    color: #888;
    display: block;
    font-size: 12px;
}

.entries-filter .entries-box .box .shortlist {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #37d2cf;
    font-size: 23px;
}

.download-select {
    float: left;
    padding: 0px 35px;
}

.download-select span {
    color: #fff;
    font-weight: 300;
}

.download-select select {
    background: none;
    color: #fff;
    padding: 6px 20px;
    border-radius: 2px;
    margin-left: 5px;
}

.download-select select:focus {
    outline: none;
    box-shadow: none;
}

.download-select select option {
    color: #333;
}

.owned-domain .heading {
    background: #f3f3f3;
    color: #000;
    font-size: 17px;
    padding: 18px 25px;
}

.owned-domain .button-actions {
    margin-top: 15px;
}

.owned-domain .button-actions .approve_mp_domain {
    background: #28d2d0;
    color: #fff;
    padding: 5px 20px;
}

.owned-domain .button-actions .reject_mp_domain {
    padding: 5px 20px;
    background: red;
    margin-left: 10px;
    color: #fff;
}
.owned-domain .rule-heading {
    font-size: 14px;
    font-weight: bold;
    color: #666;
    margin-bottom: 5px;
}
.create-domain {
    padding: 15px 25px;
}

.create-domain h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
}

.create-domain .form-group {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}

.create-domain label {
    font-weight: 400;
}

.create-domain .domain {
    border: 1px solid #ccc;
    height: 45px;
    font-size: 13px;
    padding: 0 10px;
}

.create-domain .domain:focus, .create-domain .domain-list:focus {
    outline: none;
}

.create-domain .btn {
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
    background: #28d2d0;
    color: #fff;
    border-radius: 0;
}

.create-domain .domain-list {
    height: 45px;
    border: 1px solid #ccc;
    border-left: 0;
    background: #fff;
    color: #999;
    position: relative;
    left: -4px;
    font-size: 13px;
}

.create-domain p {
    font-size: 13px;
}

.owned-domain .table-data {
    padding: 15px 25px;
    overflow-y: scroll;
    max-height: 500px;
}

.owned-domain .table-data table {
    border: 1px solid #ccc;
    border-right: 0;
    border-bottom: 0;
}

.owned-domain .table-data table th {
    font-weight: 400;
    background: #f3f3f3;
}

.owned-domain .table-data table td {
    font-weight: 300;
    font-size: 13px;
}

.owned-domain .table-data table td span {
    font-size: 12px;
    display:block;
    margin-top:5px;
}

.owned-domain .table-data table th, .owned-domain .table-data table td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 10px 15px;
}

.left-side-menu
{
        background: #455a89;
}

@media only screen and (max-width: 768px) {
    .entries-filter .filter-main .filter .filter-list {
        width: 100%;
        margin-bottom: 15px;
    }
    .fixed-right-tag-it {
        width: 100%;
    }
}
.visual-images-box {
    padding: 0 !important;
    height: auto !important;
}


.manual-play {
    background: #465B87;
    color: #fff;
}

.manual-play h3 {
    font-size: 18px;
    margin: 25px 0;
}

.order-summary .discount-appy .apply {
    background: #f3875d;
    color: #fff;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    display: inline-block;
}

.checkout-payment .heading {
    font-size: 26px;
    font-weight: 400;
    padding: 35px 0 20px 0;
}

.checkout-payment .account-details {
    background: #f4f6f6;
    border: 1px solid #ccd3d3;
    padding: 25px 15px;
    margin-bottom: 50px;
}

.checkout-payment .account-details h4 {
    margin-bottom: 5px;
}

.checkout-payment .account-details .form-group {
    margin-bottom: 25px;
}

.checkout-payment .account-details .form-group label {
    font-weight: 400;
    font-size: 13px;
}

.checkout-payment .account-details .form-group .form-control {
    border-radius: 0;
    box-shadow: none;
}

.checkout-payment .account-details .form-group .form-control:focus {
    border: 1px solid #ccc;
}

.checkout-payment .account-details .price-checkout {
    font-size: 22px;
}

.checkout-payment .account-details .price-checkout .usd {
    font-size: 25px;
}

.checkout-payment .account-details .btn {
    font-size: 20px;
    background: #f3875d;
    color: #fff;
    padding: 8px 50px;
}

.checkout-payment .account-details .btn:focus {
    outline: none;
}

.checkout-payment .account-details input[type=checkbox] {
}

.checkout-payment .account-details .squaredFour {
    position: relative;
}

.checkout-payment .account-details .squaredFour label {
    padding-left: 10px;
    cursor: pointer;
}

.checkout-payment .account-details .squaredFour label:before {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    content: "";
    border: 1px solid #ccc;
    background: #fff;
}

.checkout-payment .account-details .squaredFour label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 6px;
    left: 6px;
    border: 3px solid #f3875d;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.checkout-payment .account-details .squaredFour label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0;
}

.checkout-payment .account-details .squaredFour input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.checkout-payment .account-details .radio-btn {
    list-style: none;
    padding: 0px 0 10px 20px;
    border: 2px solid #ccc;
    cursor: pointer;
}

.checkout-payment .account-details .radio-btn.active {
    border: 2px solid #f3875d;
    margin-top: 15px;
}

.checkout-payment .account-details .radio-btn input[type=radio] {
    position: absolute;
    visibility: hidden;
}

.checkout-payment .account-details .radio-btn label {
    display: block;
    position: relative;
    font-weight: 400;
    padding: 5px 25px 5px 0px;
    z-index: 9;
    font-size: 15px;
    margin-top: 5px;
    cursor: pointer;
}

.payment-new {
    margin: 25px 0 0 0;
}

.checkout-payment .account-details .radio-btn label img {
    float: right;
    position: relative;
    height: 35px;
    top: -8px;
}

.checkout-payment .account-details .radio-btn .check {
    display: block;
    position: absolute;
    border: 1px solid #333;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    top: 11px;
    left: 38px;
    z-index: 5;
}

.checkout-payment .account-details .radio-btn:hover .check {
    border: 1px solid #333;
}

.checkout-payment .account-details .radio-btn .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 3px;
    left: 3px;
    margin: auto;
}

.checkout-payment .account-details .radio-btn input[type=radio]:checked ~ .check {
    border: 2px solid #333;
}

.checkout-payment .account-details .radio-btn input[type=radio]:checked ~ .check::before {
    background: #333;
}

.checkout-payment .account-details .radio-btn input[type=radio]:checked ~ label {
    color: #333;
}

.checkout-payment .account-details .select2-container .select2-selection--single {
    height: 34px;
    border-radius: 0;
}

.checkout-payment .account-details .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
}

.checkout-payment .account-details .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 3px;
}

.manage-services {
    padding: 30px 0 0 0;
    border-top: 1px solid #eee;
    background-color: #f9f9f9;
}

.manage-services .manage-heading {
    text-align: center;
    font-size: 30px;
    padding-bottom: 5px;
}

.manage-services .sub-heading {
    font-size: 14px;
    text-align: center;
    padding-bottom: 30px;
}

.manage-services .manage-box {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 10px;
    background-color: #fff;
    border: 1px solid #eee;
}

.manage-services .manage-box .service {
    display: block;
}

.manage-services .manage-box .service img {
    width: 100%;
    height: 180px;
}

.manage-services .manage-box .service p {
    color: #333;
    height: 40px;
    font-weight: 300;
    overflow: hidden;
    padding: 0 10px;
    margin-top: 7px;
}

.manage-services .manage-box .service span {
    float: right;
    font-size: 17px;
    padding: 5px 10px;
    color: #00b22d;
}

.manage-services .manage-box .shortlist {
    display: inline-block;
    padding: 5px 10px;
    color: #666;
    font-size: 17px;
}

.filter-main .select2-container .select2-selection--single {
    height: 35px;
}

.filter-main .select2-container--default .select2-selection--single {
    background-color: inherit;
}

.filter-main .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333;
    line-height: 35px;
    font-size: 13px;
}

.filter-main .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px;
}

.filter-main .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #333 transparent transparent transparent;
}

span:focus {
    outline: none !important;
}

#dashboard-smart-alerts-data li {
    padding:10px;
}

@media only screen and (max-width: 768px) {
    .logo_entries {
        margin-top: 0 !important;
    }

    .start-contest-now-btn {
        margin-bottom: 0 !important;
    }

    .order-summary {
        position: inherit;
        width: auto;
        height: auto;
        padding: 0;
    }

    .order-summary.change {
        position: inherit;
        height: auto;
    }

    .logo_entries .box {

        margin-bottom: 15px;
    }

    .manage-services {
        padding: 15px 0;
    }

    .manage-services .manage-heading {
        font-size: 21px;
    }

    .manage-services .sub-heading {
        font-weight: 300;
        padding-bottom: 15px;
    }

    .manage-services .manage-box {
        margin-bottom: 15px;
    }
}

.logo_entries {
    margin-top: 30px;
}

.branding-contest {
    height: 360px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 30px;
    cursor: pointer;
    display: inherit;
}


.branding-contest:hover {
    box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.24);
}

.reset-filters-entry {
    color: #fff;
    display: inline-block;
    margin-top: 25px;
}

.start-contest-now-btn a {
    background: #f3875d;
    margin: 44px 0px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 25px 32px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}

.reset-filters-entry:hover {
    color: #fff;
}

.start-contest-now-btn {
    background: #455a89;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.start-contest-now-btn:after, .start-contest-now-btn:before {
    top: 0%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.start-contest-now-btn:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 13px;
    margin-left: -9px;
}

.start-contest-now-btn:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #fff;
    border-width: 27px;
    margin-left: -36px;
}

.heading-filter-new {
    position: relative;
    color: #fff;
    padding: 20px 0 0 0px;
}

.heading-filter-new h1 {
    color: #333;
    text-align: center;

}



.heading-filter-new .fa {
    position: absolute;
    top: 25px;
    left: 0;
    font-size: 45px;
}

.heading-filter-new p {
    font-size: 17px;
}

.heading-filter-new ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.heading-filter-new ul li {
    display: inline-block;
}

.heading-filter-new ul li a {
    display: block;
    padding-right: 5px;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

.activity-feed {
    padding: 0 25px;
    display: inline-block;
    width: 100%;
}

.activity-feed h3 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.activity-feed label {
    font-weight: 400;
}

.activity-feed select {
    margin-right: 30px;
    border: 1px solid #ccc;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    background: #fff;
}

.list-activity {
    display: inline-block;
    width: 100%;
    margin: 25px 0;
    border: 1px solid #ddd;
}

.list-activity ul {
    list-style: none;
    padding: 15px 15px 15px 0px;
    margin: 0;
}

.list-activity ul li {
    position: relative;
    padding-left: 65px;
    margin-bottom: 15px;
}

.list-activity ul li .activityicon {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    border: 2px solid #33A099;
    border-radius: 50%;
    text-align: center;
}

.list-activity ul li .activityicon img {
}

.list-activity ul li .activitymessage {
    font-size: 13px;
    padding: 10px 15px;
}

.list-activity ul li .activitymessage b {
    font-weight: 500;
}

.list-activity ul li .activitymessage a {
    color: #f18762;
}

.list-activity ul li .activitymessage .activitydate {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
}

.activitymessage {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 2px;
}


/*activity*/

.activitymessage:after {
    right: 100%;
    top: 48%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(204, 204, 204, 0);
    border-right-color: #ccc;
    border-width: 6px;
    margin-top: -15px;
}

.ch-messages {
    background: #f9f9f9;
}

.chat-messages .left-side {
    background: #fff;
    margin: 30px 0;
    border: 1px solid #ccc;
    border-radius: 2px;
    height: 600px;
    overflow: auto;
}

.chat-messages .left-side .head {
    text-transform: uppercase;
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.chat-messages .list-messages ul {
    list-style: none;
    padding-bottom: 15px;
    margin: 0;
    padding: 0;
}

.chat-messages .list-messages ul .unread-msg {
    float: left;
    width: 10px;
    height: 10px;
    background: #28d2d0;
    border-radius: 50%;
    margin-right: 8px;
    margin-top: 2px;
}

.chat-messages .list-messages ul li a {
    position: relative;
    padding: 10px 15px 10px 70px;
    display: block;
    color: #333;
    border-right: 4px solid transparent;
}

.chat-messages .list-messages ul li.active a {
    border-right: 4px solid #41a128;
    background: #f9f9f9;
}

.chat-messages .list-messages ul li a img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: 20px;
}

.chat-messages .list-messages ul li a h5 {
    margin-bottom: 0px;
}

.chat-messages .list-messages ul li a h5 span.name {
    color: #41a128;
}

.chat-messages .list-messages ul li a h6 {
    margin: 5px 0 0px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chat-messages .list-messages ul li a p {
    color: #999;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chat-messages .list-messages ul li a h5 span.date {
    float: right;
    color: #999;
    font-size: 12px;
}

.chat-messages .right-side {
    border-radius: 2px;
    background: #fff;
    margin: 30px 0;
    border: 1px solid #ccc;
    max-height: 600px;
    overflow: auto;
}

.chat-messages .right-side .right-header {
    padding: 5px 20px;
    border-bottom: 1px solid #ccc;
}

.chat-messages .right-side .right-header h5 {
    font-size: 15px;
    margin-bottom: 0;
}

.chat-messages .right-side .right-header p {
    font-size: 13px;
}

.chat-messages .right-side .date-show {
    padding: 5px 20px;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
    color: #666;
}

.chat-messages .right-side .list-messages-right {
    padding: 15px 20px;
}

.chat-messages .right-side .list-messages-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.chat-messages .right-side .list-messages-right ul li {
    position: relative;
    padding-left: 70px;
    margin-bottom: 20px;
}

.chat-messages .right-side .list-messages-right ul li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.chat-messages .right-side .list-messages-right ul li h5 span {
    font-style: italic;
    color: #999;
    font-weight: 400;
}

.chat-messages .right-side .list-messages-right ul li .content {
    display: inline-block;
    width: 100%;
}

.chat-messages .right-side .list-messages-right ul li .content p {
    float: left;
    width: 85%;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 300;
}

.chat-messages .right-side .list-messages-right ul li .content span {
    float: left;
    width: 15%;
    text-align: right;
    color: #999;
    font-size: 13px;
}

.chat-messages .right-side .list-messages-right ul li a.details {
    border-left: 4px solid #41a128;
    color: #41a128;
    padding-left: 10px;
    font-size: 13px;
    display: inline-block;
}

a.upgrade_link, a[data-item='edit-price-modal']{
    font-size:12px;
    display:block;
}

.chat-messages .right-side .chat-type {
    padding: 20px 20px 20px 20px;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #ccc;
}

.chat-messages .right-side .chat-type textarea {
    display: inline-block;
    width: 72%;
    vertical-align: bottom;
    border: 1px solid #ccc;
    border-radius: 2px;
    height: 100px;
    padding: 10px;
}

.chat-messages .right-side .chat-type textarea:focus {
    border: 1px solid #ccc;
    outline: none;
}

.chat-messages .right-side .chat-type a.send {
    margin-left: 10px;
    background: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #333;
    display: inline-block;
    padding: 8px 30px;
    vertical-align: bottom;
}

.logo_entries .box {
    margin-top: 30px;
    background: #fafafa;
    padding: 35px;
    text-align: center;
    height: 300px;
}

.logo_entries .box h6 {
    height: 60px;
}

.logo_entries .box p {
    padding: 10px 0px 15px;
    line-height: 20px;
}

.likes_count {
    float: left;
    width: 100%;
    text-align: center;
}

.winner-contest-like-unlike i.fa {
    color: #f76830;
    font-size: 40px;
}

.logo_entries .box p:last-child {
    padding: 23px 0px 0px 0px;
}

.logo_entries .box span {
    width: 112px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    display: inline-block;
}

.logo_entries .box:hover, .logo_entries .box:hover {
    -webkit-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.24);
    cursor: pointer;
}

.mp-top-striking-price:before {
    position: absolute;
    top: 7px;
    right: 0;
    left: 0;
    border-top: 1px solid red;
    content: "";
}

.mp-top-striking-price {
    position: relative;
    font-size: 14px;
    font-weight: normal;
}

.mp-bottom-striking-price:before {
    position: absolute;
    top: 7px;
    right: 0;
    left: 0;
    border-top: 1px solid red;
    content: "";
}

.mp-bottom-striking-price {
    position: relative;
    font-size: 14px;
    font-weight: normal;
}

.my-account-entries {
    padding: 15px;
}

.my-account-entries h4 {
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    display: inline-block;
}

.my-account-entries .domain {
    width: 200px;
}

.my-account-entries .rate {
    width: 150px;
}

.my-account-entries .domain a {
    display: inline-block;
    font-size: 13px;
}

.my-account-entries .date img {
    position: relative;
    top: -2px;
}

.my-account-entries .date h5 {
    margin: 0px;
    display: inline-block;
    position: relative;
    font-weight: 400;
    font-size: 11px;
}

.my-account-entries .date a {
    color: #333;
    display: block;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 0;
}

.my-account-entries select {
    font-size: 13px;
    height: 30px;
    padding: 0 5px;
    border-radius: 0;
}

.my-account-entries th {
    font-weight: 500;
    background: #f9f9f9;
}

.my-account-entries .shortlist {
    color: #37d2cf;
    font-size: 22px;
}

@font-face {
    font-family: "Gotham SSm A";
    src: url(/assets/fonts/Gotham-ssm-a.woff);
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Gotham SSm B";
    src: url(/assets/fonts/Gotham-ssm-b.woff);
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Gotham SSm A";
    src: url(/assets/fonts/Gotham-ssm-a-400.woff);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Gotham SSm B";
    src: url(/assets/fonts/Gotham-ssm-b-400.woff);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Gotham SSm A";
    src: url(/assets/fonts/Gotham-ssm-a-500.woff);
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Gotham SSm B";
    src: url(/assets/fonts/Gotham-ssm-b-500.woff);
    font-weight: 500;
    font-style: normal;
}

a:hover {
    text-decoration: none;
}

.ebook-banner {
    padding: 25px 0;
    background: #01516E;
}

.ebook-banner .logo {
    margin: 80px 0 80px 0;
    width: 200px;
}

.ebook-banner .box-right {
    margin-bottom: 55px;
}

.ebook-banner .box-right h4 {
    font-size: 25px;
    color: #fff;
    margin-top: 30px;
    font-style: italic;
}

.ebook-banner .box-right h3 {
    font-size: 2.75em;
    color: #50c6db;
    line-height: 50px;
}

.ebook-banner .box-right p {
    color: #fff;
    line-height: 25px;
    font-size: 16px;
    margin-top: 20px;
}

.ebook-banner .box-right a {
    display: inline-block;
    background: #51bb7b;
    padding: 0px 50px;
    line-height: 80px;
    border-radius: 40px;
    margin-top: 40px;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
}

.ebook-banner .box-right a:focus {
    outline: none;
    text-decoration: none;
}

.box-image {
    position: absolute;
    float: left;
    clear: none;
    width: 400px;
    margin: 40px 0 0 0;
}

.box-image.fixed {
    position: fixed;
    top: 55px;
}

.box-image img.first {
    width: 100%;
}

.box-image img.image-top {
    position: absolute;
    top: 46px;
    left: 56px;
    width: 321px;
    height: 427px;
}

.ebook-list .heading {
    color: #50c6db;
    line-height: 40px;
    font-size: 30px;
}

.ebook-list .sub-content {
    color: #000;
}

.ebook-list .ebook-chapters {
    list-style: none;
    padding: 0 0 0 70px;
    margin: 30px 0;
    font-size: 0;
}

.ebook-list .ebook-chapters li {
    display: inline-block;
    width: 35%;
    vertical-align: top;
    font-size: 14px;
    padding-bottom: 20px;
    position: relative;
    margin-right: 70px;
}

.ebook-list .ebook-chapters li img {
    width: 100%;
    border: 2px solid #9f9c9c;
}

.ebook-list .ebook-chapters li .img-contain {
    position: relative;
}

.ebook-list .ebook-chapters li .img-contain::before {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: "";
    width: 100%;
    height: 5px;
    background: #eee;
}

.ebook-list .ebook-chapters li h4 {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
}

.ebook-list .ebook-chapters li p {
    font-size: 13px;
}

.form-download {
    background: #01516E;
    padding: 100px 0;
}

.form-download h2 {
    font-size: 40px;
    color: #50c6db;
}

.form-download p {
    color: #fff;
    font-style: italic;
    font-size: 17px;
    margin: 15px 0 45px 0;
}

.form-download span {
    border-top: 1px solid #fff;
    display: inline-block;
    width: 300px;
    margin-bottom: 40px;
}

.form-download .form-control {
    width: 60%;
    height: 50px;
}

.form-download a {
    display: inline-block;
    background: #51bb7b;
    padding: 0px 50px;
    line-height: 80px;
    border-radius: 40px;
    margin-top: 20px;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
}

.form-download a:focus {
    outline: none;
    text-decoration: none;
}

.form-download img {
    margin-top: 50px;
}

.notification-message {
    background: #f2dede;
    text-align: center;
    margin-top: 30px;
    border-radius: 3px;
    padding: 15px 0;
}
.notification-message span {
    color: #a94442;
}

.notification-message-success {
    background: #dff0d8;
    text-align: center;
    margin-top: 30px;
    border-radius: 3px;
    padding: 15px 0;
    border-color: #d6e9c6;;
}
.notification-message-success span {
    color: #3c763d;
}
.nda-table {
    -moz-box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.1);
    padding: 30px;
}
.nda-table .heading {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #515b5f;
    font-size: 20px;
    margin: 0px;
    padding: 0px;
}
.nda-table .filter-nda {
    display: inline-block;
    width: 100%;
    padding: 40px 0 20px 0;
}
.nda-table .filter-nda .filter {
    float: left;
    width: 35%;
}
.nda-table .filter-nda label {
    font-weight: 400;
    color: #515b5f;
    width: 100px;
}
.nda-table .filter-nda .search {
    float: left;
    width: 65%;
}
.nda-table .filter-nda .filter label {
    float: right;
    line-height: 36px;
    margin: 0;
    width: 120px;
}
.nda-table .filter-nda .search label {
    width: 13%;
}
.nda-table .filter-nda .search input {
    height: 36px;
    border-radius: 4px;
    border: 1px solid #ccc;
    width: 86%;
    padding: 0 10px;
}
.nda-table .filter-nda .filter select {
    height: 36px;
    width: 130px;
    border: 1px solid #ccc;
    background: none;
    border-radius: 4px;
    padding: 0 5px;
}
.nda-table .filter-nda .search input:focus, .nda-table .filter-nda .filter select:focus {
    outline: none;
}
.nda-table .table th {
    background: #3f4040;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    padding: 15px 15px;
    border-bottom: 0;
}
.nda-table .table td {
    padding: 15px 15px;
    border-top: 0;
    color: #666;
    font-size: 13px;
}
.nda-table .table td a {
    color: #f27e51;
}
.nda-table .table tr:nth-child(even) {
    background-color: #f6f6f6;
}
.registration-domain .modal-dialog {
    width: 70%;
}
.registration-domain .modal-body p.top_message {
    border: 1px solid #f18762;
    padding: 10px;
    text-align: center;
    margin: 10px 5px 30px 5px;
}
.owned-domain {
    margin-bottom: 20px;
}
.owned-domain .marketplace-buttons {
    margin: 80px 0;
    text-align: center;
}
.owned-domain .marketplace-buttons a.submit-owned-entry {
    background: #28d2d0;
    color: #fff;
    padding: 30px;
    margin: 20px;
}
.owned-domain .marketplace-buttons a.submit-past-entry {
    background: #455a89;
    color: #fff;
    padding: 30px;
    margin: 20px;
}


#new-submit-own-entry .domain-entry input.error {
    border-color: red;
}
#new-submit-own-entry .domain-entry .rule_description {
    font-size: 12px;
    padding-top: 10px;
    color: green;
}
#new-submit-own-entry .errors-list {
    border: 1px solid red;
    margin-bottom: 20px;
}
#new-submit-own-entry .errors-list ul {
    margin: 10px 0;
}
#new-submit-own-entry .bulk-upload {
    float: left;
    width: 100%;
    margin: 30px 0 10px 10px;
    background: #eee;
    padding: 20px 10px;
    text-align: left;
}
#new-submit-own-entry .bulk-upload p{
    font-size: 12px;
}

.add-more-link {
    float: right;
    text-align: right;
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
}
.modal-dialog {
    width: 80%;
}
.modal .modal-body label.form-check-label {
    display: inline;
    font-weight: normal;
    font-size: 12px;
}
.modal .modal-body .select2-container {
    width: 100% !important;
}

.table-data select {
    font-size: 12px;
    width: auto;
}

.card-box {
    padding: 10px;
    border: 1px solid rgba(54, 64, 74, 0.05);
    border-radius: 5px;
    margin-bottom: 20px;
    background-clip: padding-box;
    background-color: #ffffff;
}
.card-box a.link {
    font-size: 12px;
}


/* Widget (background-icon) */
.widget-bg-color-icon .bg-icon {
    height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 50%;
    margin-top: 10px;
}
.widget-bg-color-icon i {
    font-size: 32px;
    line-height: 60px;
    color: #fff;
    margin-right: -5px;
}
.widget-bg-color-icon .bg-icon-info {
    background-color: #16a085;
    border: 1px solid #16a085;
}
.widget-bg-color-icon .bg-icon-pink {
    background-color: #e67e22;
    border: 1px solid #e67e22;
}

.widget-bg-color-icon .bg-icon-red {
    background-color: #e40707;
    border: 1px solid #e40707;
}
.widget-bg-color-icon .bg-icon-purple {
    background-color: #8e44ad;
    border: 1px solid #8e44ad;
}
.widget-bg-color-icon .bg-icon-success {
    background-color: #2980b9;
    border: 1px solid #2980b9;
}
.owned-domain .response-message {
    margin: 0 50px;
}
.owned-domain .domain-block {
    font-size: 13px;
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 10px;
}
.owned-domain .domain-block .counts {
    font-size: 12px;
    margin: 7px 0px;
}
.owned-domain .domain-block .price {
    font-size: 12px;
    margin: 7px 0px;
}
.owned-domain .domain-block .completeness_level {
    font-size: 12px;
}

#renewal-price-rule-set-modal .radio {
    margin-bottom: 20px;
}

#renewal-price-rule-set-modal .radio label {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 5px;
}

#renewal-price-rule-set-modal .radio p {
    font-size: 13px;
    margin-left: 20px;
}
#approve-domain-pricing-rule-approve select {
    width: 100%;
}
#submit-unregistered-entry .commission_description, .fixed-right-tag-it .commission_description {
    font-size: 12px;
    margin-top: 10px;
    border: 1px solid #ccc;
    padding: 10px;
    display: none;
}
li.select2-results__option>span.child {
    padding-left: 20px;
}

.select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 20px;
  vertical-align: middle;
}

.select2-results__option[aria-selected=true]:before {
  font-family:fontAwesome;
  content: "\f00c";
  color: #fff;
  background-color: #28d2d0;
  border: 0;
  display: inline-block;
  padding-left: 3px;
}

a[data-item='wdomain-status-link'][data-transfer-type='seller'][data-order-status='pending']{
    line-height: 32px;
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
    padding: 8px;
    border-radius: 2px;
}


@media only screen and (max-width: 768px) {
    .ebook-banner .container, .ebook-list .container, .form-download .container {
        width: 100%;
    }

    .box-image {
        position: inherit !important;
        width: 310px;
        top: 0 !important;
        margin: 0;
    }

    .ebook-banner .logo {
        width: auto;
        margin: 5px 0 20px 0;
    }

    .box-image img.image-top {
        position: absolute;
        top: 36px;
        left: 44px;
        width: 247px;
        height: 330px;
    }

    .ebook-list .ebook-chapters {
        margin: 0;
        padding: 0;
    }

    .ebook-list .ebook-chapters li {
        width: 43%;
        margin-right: 15px;
    }

    .ebook-list .heading {
        margin-top: 0;
    }

    .form-download .form-control {
        width: 100%;
    }
    .nda-table {
        padding: 10px 15px;
    }
    .nda-table .filter-nda {
        padding: 15px 0;
    }
    .nda-table .filter-nda .filter {
        width: 100%;
        padding-bottom: 10px;
    }
    .nda-table .filter-nda .search {
        width: 100%;
    }
    .nda-table .filter-nda .search label {
        width: 33%;
    }
    .nda-table .filter-nda .search input {
        width: 100%;
    }
    .nda-table .filter-nda .filter label {
        float: left;
    }
    .nda-table .filter-nda .filter select {
        width: 100%;
    }
    .owned-domain .marketplace-buttons a {
        margin: 0;
        display: block;
    }
    .owned-domain .marketplace-buttons {
        margin: 20px 0;
    }
    .owned-domain .marketplace-buttons a.submit-past-entry {
        margin: 0;
        padding: 25px;
    }
    .owned-domain .marketplace-buttons a.submit-owned-entry {
        margin: 0px 0px 10px 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .ebook-banner .container, .ebook-list .container, .form-download .container {
        width: 100%;
    }

    .box-image {
        position: absolute;
        float: left;
        clear: none;
        width: 300px;
        margin: 40px 0 0 0;
    }

    .box-image img.image-top {
        position: absolute;
        top: 35px;
        left: 42px;
        width: 241px;
        height: 320px;
    }

    .ebook-list .ebook-chapters {
        padding: 0;
    }

    .ebook-list .ebook-chapters li {
        margin-right: 35px;
    }
}


.my-account-newmain .bedges-list-view {
    width: 100%;
    float: left;
    margin: 30px 0px 0px 0px;
    padding: 0px;
}

.bedges-list-view ul {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.bedges-list-view ul li {
    width: 76px;
    height: 76px;
    display: inline-block;
    list-style: none;
    margin: 0px 0px 0px 6px;
    padding: 0px;
}

.bedges-list-view ul li .bedges-icon-box {
    width: 100%;
    float: left;
    border: 4px solid #ffffff;
    border-radius: 50%;
    height: 76px;
    text-align: center;
    display: table;
    margin: 0px;
    padding: 0px;
}

.bedges-list-view ul li .bed-icon {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
}

.bedges-list-view ul li .bed-icon img {
    width: auto;
    max-width: 66px;
    height: auto;
}

.my-account-newmain .bedges-list-view ul li:first-child {
    margin-left: 0px;
}

.my-account-newmain .bedges-process {
    width: 44%;
    margin: 0px auto 0;
    padding: 0px;
}

.my-account-newmain .bedges-process-view {
    width: 100%;
    float: left;
    margin: 36px 0px 0px 0px;
    padding: 0px;
}

.my-account-newmain .bedges-process-view ul {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.my-account-newmain .bedges-process-view ul li {
    width: 25%;
    display: inline-block;
    list-style: none;
    border-left: 1px solid #51c3c5;
    margin: 0px;
    padding: 0px;
}

.bedges-process-view ul li .bedges-price {
    width: 100%;
    float: left;
    font-weight: bold;
    font-size: 25px;
    color: #fff;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.bedges-process-view ul li .popover {
    color: #333 !important;
}

.bedges-process-view ul li:first-child {
    border-left: 0px;
}

.bedges-process-view ul li .bedges-price span {
    display: block;
    font-weight: 300;
    font-size: 14px;
    color: #37d2cf;
    padding-top: 12px;
}

.bedges-process-view ul li {
    list-style: none;
    border-left: 1px solid #51c3c5;
    margin: 0px;
    display: inline-block;
    padding: 0px 10px;
}

.bedges-process {
    width: 100%;
    margin: 50px auto;
    padding: 0px;
}

.bedges-process ul {
    padding: 0;
    text-align: center;
}

.card-body .media span {
    background-color: #f3f3f3;
    padding: 6px 12px;
    height: 32px;
    border: 1px solid #c0c0c0;
}

.card-body .media span.active {
    background: #8bc86f;
    border: 1px solid #8bc86f;
}
.get-started .serial-no {
    border-radius: 50%;
    padding: 6px 12px;
    height: 32px;
    background: #f3f3f3;
    border: 1px solid #c0c0c0;
    color: black;
}
.get-started .circle-active {
    background: #8bc86f !important;
    border: 1px solid #8bc86f !important;
}
.get-started .serial-no:hover {
    background: #8bc86f;
    border: 1px solid #8bc86f;
}

.approved_domains tr.selected {
    background: rgba(114,124,245,.18);
}

.checkout-payment .big-goto-button {
    padding: 19px 50px;
    border-color: #28d2d0;
    background: #28d2d0;
    border-style: solid;
    border-radius: 5px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    margin-top: 20px
}
.home-banner-selector, .bg-image-selector, .bg-color-select {
    margin: 0px;
}
.home-banner-selector .block, .bg-image-selector .block, .bg-color-select .block{
    height: 7vh;
}
.home-banner-selector .block .block-content, .bg-image-selector .block .block-content, .bg-color-select .block .block-content {
    margin-top: 8rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.home-banner-selector .box, .bg-image-selector .box, .bg-color-select .box{
    border-radius: 2px;
    cursor: pointer;
}
.home-banner-selector .slick-slide, .bg-image-selector .slick-slide, .bg-color-select .slick-slide {
    padding: 10px;
}
.home-banner-selector .slick-arrow, .bg-image-selector .slick-arrow, .bg-color-select .slick-arrow {
    line-height: 2.5rem;
}
.home-banner-selector .card-img-top, .bg-image-selector .card-img-top{
    height: 140px;
    background: center center;
}