﻿@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');
@import url('https://fonts.googleapis.com/css?family=Russo+One');
@import url('https://fonts.googleapis.com/css?family=Questrial|Russo+One');
@import url('https://fonts.googleapis.com/css?family=Coda:800');



/******added by sharat*****/
.none {
    display: none !important;
}


/*-----------Upload Utility--------------*/
#CropDiv .croppingDiv {
    width: auto !important;
    background: #fff;
    outline: 5px solid rgba(0, 0, 0, 0.16);
}

#CropDiv .publishbutton {
    position: absolute;
    border: none;
    color: #fff;
    left: 103px;
    bottom: 0px;
    padding: 5px 10px;
    line-height: 13px;
    width: 100px;
    height: 25px;
    z-index: 999;
}

#cropcancelbutton {
    left: 0px !important;
}

#CropDiv #CropSave {
    background: #05689e;
    border-bottom: 3px solid #05689e;
}

#CropDiv #cropcancelbutton {
    background: #3C3C3C;
    border-bottom: 3px solid #000;
}

/*-----------Upload Utility--------------*/


/****************************** dialogBox***********************************************/
#dialogBox1 {
    display: none;
}

/*-------alert---------*/
.modal-alert {
    box-shadow: 1px 1px 11px rgba(0,0,0,0.2);
    border-top: 3px solid #fff;
    width: 250px;
    position: fixed !important;
    top: 0px;
    left: 45%;
    z-index: 9999;
}

    .modal-alert .modal-info-content {
        border-radius: 0px;
        background: #80d752;
    }

    .modal-alert .modal-error-content {
        border-radius: 0px;
        background: #d73814;
    }

    .modal-alert .modal-warning-content {
        border-radius: 0px;
        background: #FEAF20;
    }

    .modal-alert .modal-body {
        padding: 5px;
        text-align: center;
        color: #fff;
    }
/*-------alert---------*/

/*--------------settings------------*/
.settingbx {
    position: fixed;
    bottom: 0px;
    background: #ccc;
    height: 35px;
    width: 45px;
}

    .settingbx .emailbx {
        width: 45px;
        height: 35px;
        background: #05689e;
        text-align: center;
        line-height: 35px;
        font-size: 20px;
        color: #fff;
        position: relative;
        cursor: pointer;
    }

    .settingbx .settingsx {
        width: 45px;
        height: 35px;
        background: #ababab;
        text-align: center;
        line-height: 35px;
        font-size: 20px;
        color: #05689e;
        display: none;
        /*cursor: pointer;*/
    }

.settingsx-popup {
    position: absolute;
    width: 260px;
    height: 200px;
    background: rgba(0, 0, 0, .7);
    bottom: 78px;
    left: 44px;
    overflow-y: auto;
    overflow-x: hidden;
    border-left: 5px solid #221f1f;
    padding: 5px;
}

.emailbx-popup {
    position: fixed;
    width: 260px;
    height: 200px;
    background: rgba(0, 0, 0, .9);
    bottom: 35px;
    left: 0px;
    overflow-y: hidden;
    overflow-x: hidden;
    border-left: 5px solid #1B69A2;
    padding: 10px 5px;
    display: none;
}

    .emailbx-popup .row {
        margin-bottom: 10px;
    }


.clear_history {
    background: #d46f01 !important;
    text-align: center;
    line-height: 28px;
    font-size: 13px;
    height: 29px;
    color: #fff;
    position: absolute;
    bottom: -7px;
    width: auto;
    left: 68px;
}






#fileuplist {
    overflow-y: auto;
    overflow-x: hidden;
    width: 255px;
    height: 160px;
    position: relative;
    top: 0px;
    left: 0px;
}




.emailbx-popup .fa {
    font-size: 11px;
    color: #05689e;
    font-weight: normal;
    margin-left: 7px;
    cursor: pointer;
    background: #fff;
    padding: 5px 5px;
    border-radius: 3px;
}

    .emailbx-popup .fa:hover {
        background: #05689e;
        color: #fff;
    }

.progressbar-bg {
    width: 160px;
    height: 25px;
    margin-left: 15px;
}

.progressbar-count {
    width: 30px;
    height: 25px;
    border-bottom: 2px solid #05689e;
    color: #fff;
    font-size: 11px;
    line-height: 25px;
    text-align: center;
}

.settingbx .emailbx .noti-count {
    width: 28px;
    height: 28px;
    font-size: 11px;
    border-radius: 100%;
    background: #1B69A2;
    position: absolute;
    top: -17px;
    left: 32px;
    line-height: 24px;
    cursor: pointer;
    background-size: cover;
    border: 2px solid #fff;
}

.progressbar-bg progress {
    height: 2px;
    width: 160px;
    background: #fff;
    margin-top: 22px;
}

.progressbar-bg .pro-filetitle {
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 140px;
    padding-left: 5px;
    line-height: 25px;
    color: #fff;
}
/*--------------settings------------*/


/***************************delete modal  dialog******************************/
.modal-confirm .btncancel {
    background: #1E1E1E;
    border-color: #1E1E1E;
    color: #fff;
    outline: none;
    padding: 2px 6px;
    font-size: 13px;
}

.modal-confirm .btn-default {
    background: #05689e;
    border-color: #05689e;
    color: #B3B3B3;
    outline: none;
    padding: 2px 6px;
    font-size: 13px;
}

    .modal-confirm .btncancel:hover, .modal-confirm .btn-default:hover {
        transition: all 1s ease;
        background: #ccc;
        color: #000;
        border-color: #ccc;
    }

.modal-confirm .btn {
    border-radius: 0px;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-confirm h4 {
    font-size: 15px !important;
    color: #1B69A2 !important;
    font-weight: normal;
    margin: 0px 0px !important;
}

.modal-confirm .modal-header {
    padding: 5px 10px;
    background: #e8e8e8;
    border-bottom: 0px;
}

.modal-confirm .modal-content {
    border-radius: 0px;
}

.modal-confirm .modal-header .close {
    background: #A9A9A9;
    padding: 3px 8px;
    color: #9A9A9A;
    opacity: 1;
    margin-top: 0px;
    text-shadow: 0 0px 0 #fff;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 25px;
    color: #FFF;
    transition: all 1s ease;
}

    .modal-confirm .modal-header .close:hover {
        background: #3C3C3C;
        color: #fff;
        transition: all 1s ease;
    }

/*-------alert---------*/
.modal-alert {
    box-shadow: 1px 1px 11px rgba(0,0,0,0.2);
    border-top: 3px solid #fff;
    width: 250px;
    position: absolute;
    top: 0px;
    left: 45%;
    z-index: 9999;
}

    .modal-alert .modal-info-content {
        border-radius: 0px;
        background: #80d752;
    }

    .modal-alert .modal-error-content {
        border-radius: 0px;
        background: #d73814;
    }

    .modal-alert .modal-warning-content {
        border-radius: 0px;
        background: #FEAF20;
    }

    .modal-alert .modal-body {
        padding: 5px;
        text-align: center;
        color: #fff;
    }
/*-------alert---------*/

@media (min-width: 768px) {
    .modal-confirm {
        width: 250px;
        position: absolute;
        bottom: 0px;
        right: 50px;
    }
}


/*-------load---------*/
.loadbackcolor {
    background: rgba(240, 236, 236, 0.5);
    width: 100%;
    height: 100%;
    z-index: 50;
    position: absolute;
}

.load-panel {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    height: 100px;
    width: 100px;
    z-index: 50;
}


#loadingPanel {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
}


.loadingGif {
    height: 64px;
    width: 64px;
    z-index: 52;
}





/******added by sharat*****/



html {
    overflow-y: auto;
    overflow-x: hidden;
}


body {
    font-family: 'Questrial', sans-serif;
    /*font-family: 'Coda', cursive;*/
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 14px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0;
    background: #f8f8f8;
}

a {
    color: #1688c8;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background: #2479ac;
}



.margintop20 {
    margin-top: 20px;
}

.margintop10 {
    margin-top: 10px;
}

.margintop5 {
    margin-top: 5px;
}

.margintop15 {
    margin-top: 15px;
}

.padlr0 {
    padding-left: 0;
    padding-right: 0;
}

.nav-pills > li > a {
    border-radius: 0px;
    color: #fff !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    font-size: 15px !important;
    padding-left: 15px !important;
}

    .nav-pills > li > a > img {
        margin-right: 15px;
        width: 30px;
        height: 30px;
    }

a {
    color: #2479ac;
    text-decoration: none;
}

.nav-pills > li > a:hover {
    color: #fff;
    text-decoration: none;
    background: #2479ac;
}


.nav-stacked > li + li {
    margin-top: 0px;
    margin-left: 0;
}







/*vertical tab*/



section {
    zoom: 1;
    position: relative;
    height: auto;
}

    section:after,
    section:before {
        content: "";
        display: table;
    }

    section:after {
        clear: both;
    }

    section h4 {
        background: rgba(0,0,0,0.1);
        cursor: pointer;
        border: 1px solid rgba(0,0,0,0.2);
        border-top: none;
        padding: 15px 20px;
    }

        section h4:first-child {
            border-top: 1px solid rgba(0,0,0,0.2);
        }

@media screen and (min-width: 600px) {
    section h4 {
        position: relative;
        width: 33.333333333333336%;
        height: 20%;
        display: block;
    }
}

section ul {
    zoom: 1;
    position: relative;
    height: auto;
    min-height: 100%;
    border: 1px solid rgba(0,0,0,0.2);
    border-left: none;
    display: none;
}

    section ul:after,
    section ul:before {
        content: "";
        display: table;
    }

    section ul:after {
        clear: both;
    }

    section ul li {
        list-style: circle;
    }

@media screen and (min-width: 600px) {
    section ul {
        position: absolute;
        width: 66.66666666666667%;
        right: 0;
        top: 0;
        padding: 15px 30px;
    }
}

section .active {
    cursor: default;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    border-right: none;
}

@media screen and (min-width: 600px) {
    section .active {
        background: rgba(0,0,0,0);
        border-right: 1px solid rgba(0,0,0,0);
    }
}

section .active + ul {
    display: block;
}


.dashboard_left {
    padding-top: 20px;
    background: #1f8acb;
    height: calc(100vh - 83px);
    width: 274px;
    float: left;
    position: fixed;
    left: 0;
    top: 83px;
    bottom: 0;
    padding-bottom: 60px;
}

.dashboard_left_shrink {
    height: calc(100vh - 78px) !important;
    top: 78px !important;
    bottom: 0;
}

.margin94 {
    margin-top: 94px;
}

.margin94b {
    margin-top: 83px;
}

.dashboard_right {
    padding: 0 50px;
    background: #f8f8f8;
    width: calc(100vw - 274px);
    float: left;
    margin-left: 274px;
}

.dashboard_userimage {
    width: 50px;
    height: auto;
    border-radius: 50%;
    margin-left: 5px;
}

.dashboard_username {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-top: 5px;
    text-align: left;
}

.marginbottom20 {
    margin-bottom: 20px;
}

.marginbottom10 {
    margin-bottom: 10px;
}

.marginbottom5 {
    margin-bottom: 5px;
}

.marginbottom30 {
    margin-bottom: 30px;
}

.marginbottom50 {
    margin-bottom: 50px;
}

.dashboard_navpill_holder {
    padding: 0;
    margin-top: 20px;
}

.yourprofileh1 {
    font-weight: bold;
    font-size: 30px;
    color: #1f8acb;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.welcomeh4 {
    font-size: 18px;
    color: #bbbaba;
}

.map-pin {
    margin-left: 15px;
    margin-right: 10px;
    margin-top: -12px;
}

.map-pin_text {
    color: #4eba53;
}

.margintop50 {
    margin-top: 50px;
}

.dashboard_box {
    width: 100%;
    height: 320px;
    border: 1px solid #cecece;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(209,209,209,0.47);
    -moz-box-shadow: 1px 1px 5px 0px rgba(209,209,209,0.47);
    box-shadow: 1px 1px 5px 0px rgba(209,209,209,0.47);
    background: #fff;
}

    .dashboard_box.videodashboard {
        height: auto;
    }

    .dashboard_box.editprofile_dashboard_box {
        height: 390px;
    }

.dashboard_box_header {
    width: 100%;
    height: 45px;
    background: #1f8acb;
    color: #fff;
    padding: 5px 10px;
    line-height: 35px;
    font-size: 18px;
}

.dashboard_box_second {
    text-align: center;
    width: 100%;
    font-size: 20px;
    min-height: 200px;
    padding: 5px;
}

    .dashboard_box_second.scrollable_div {
        overflow-y: auto;
        max-height: 280px;
        font-size: 14px;
    }

.add_locations_div {
    width: 100%;
    float: left;
    padding: 5px 30px 5px 5px;
    text-align: left;
    border-bottom: 1px solid #bbb;
    position: relative;
}

    .add_locations_div .close_div {
        position: absolute;
        width: 20px;
        height: 20px;
        color: #fff;
        right: 5px;
        top: 5px;
        background: #ff0000;
        border-radius: 50%;
        text-align: center;
        cursor: pointer;
    }

.dashboard_userimage_upload {
    width: 175px;
    height: auto;
    border-radius: 50%;
    border: 3px solid #cecece;
    margin-top: 20px;
}

.dashboard_userimage_upload_rectangular {
    width: auto;
    height: 108px;
    border-radius: 0;
    border: 1px solid #cecece;
    margin: 0 0 10px 0;
    background: #e8e8e8;
    float: left;
}

.dashboard_box_last {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.dashboard_box_button {
    font-size: 18px !important;
    padding-right: 45px !important;
    padding-left: 45px !important;
}

.dashboard_box_biotext {
    color: #7d7d7d;
    width: 90%;
    margin: 20px auto 0 auto;
    height: 175px;
    background: #e8e8e8;
    padding: 10px;
    font-size: 18px;
    overflow-y: auto;
}

.dashboard_box_header_noheader {
    background: transparent;
}

.dashboard_box_noborder {
    border: none;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(209,209,209,0);
    -moz-box-shadow: 1px 1px 5px 0px rgba(209,209,209,0);
    box-shadow: 1px 1px 5px 0px rgba(209,209,209,0);
    background: transparent;
}

.dashboard_box_imageuploader {
    width: 90%;
    height: 220px;
    margin: 5px auto;
    border: 4px dashed #cecece;
    background: url(../images/imagebg.png) center no-repeat #e8e8e8;
    margin: 20px auto 0 auto;
    background-size: 70px 70px;
}

video {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.responsive-video {
    max-width: 100%;
    height: auto;
}

.modal-body {
    overflow: hidden;
}

.modal-content {
    border-radius: 0;
}

.createalbum {
    margin-top: 15px;
    padding: 5px 10px;
    border-radius: 0;
    background: #1688c8;
    font-size: 20px;
}

.modal_input {
    border: 2px solid #cbcbcb;
    border-radius: 0;
    height: 40px;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
}

.modal_button {
    padding: 5px 10px;
    border-radius: 0;
    background: #1688c8;
    font-size: 20px;
}

.folder_holder {
    width: 100%;
    text-align: center;
}

    .folder_holder img {
        width: 100%;
    }

.folder_delete {
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 5px;
    right: 0px;
    color: #fff;
    font-size: 20px;
}

.folder_image_video {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 5px;
    color: #fff;
    font-size: 20px;
}

.text-left {
    text-align: left;
}

.register_left {
    min-height: calc(100vh - 80px);
    background: #1f8acb;
    height: 100%;
}

.get_started {
    width: 70%;
    margin: 90px auto 20px auto;
    text-align: center;
}

    .get_started img {
        width: 100%;
        max-width: 340px;
    }

.register_dialogue {
    width: 70%;
    margin: 10px auto;
    text-align: center;
}

    .register_dialogue h2 {
        text-align: center;
        color: #fff;
        font-size: 22px;
        font-weight: 100;
        letter-spacing: 1px;
    }

.register_input {
    width: 80%;
    border-radius: 0;
    height: 50px;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
}

    .register_input.editprofile_input {
        width: 100%;
    }

.register_input_half {
    width: 79%;
    border-radius: 0;
    height: 50px;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
}

    .register_input_half.editprofile_input_half {
        width: 100%;
    }

.register_right {
    background: url(../images/Sign-up.jpg) no-repeat top right;
    height: calc(100vh - 80px);
    background-size: cover;
}

.popup_upload_image {
    width: 200px;
    height: 150px;
    background: url(../images/imagebg.png) center no-repeat #e8e8e8;
    border: 4px dashed #949494;
}

.popup_upload_image_agent {
    width: 100px;
    height: 75px;
    background: url(../images/imagebg.png) center no-repeat #e8e8e8;
    border: 2px dashed #949494;
    background-size: 50%;
}

.breadcrumb {
    background-color: transparent;
    font-size: 16px;
    padding: 2px 15px;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
}

    .breadcrumb a {
        color: #1f8acb;
        margin-right: 10px;
    }

        .breadcrumb a:hover {
            text-decoration: none;
            cursor: pointer;
        }

        .breadcrumb a:after {
            content: " | ";
            margin-left: 5px;
        }

        .breadcrumb a:last-child:after {
            content: "  ";
        }

.register_right_absolute {
    position: absolute;
    width: 500px;
    height: 400px;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -250px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 23px 8px rgba(207,207,207,0.64);
    -moz-box-shadow: 0px 0px 23px 8px rgba(207,207,207,0.64);
    box-shadow: 0px 0px 23px 8px rgba(207,207,207,0.64);
    padding: 20px 50px 20px 50px;
}

    .register_right_absolute h2 {
        text-transform: uppercase;
        color: #1f8acb;
        font-weight: 800;
        font-size: 30px;
        font-family: 'Open Sans', sans-serif;
    }

    .register_right_absolute h3.blue {
        color: #1f8acb;
    }

    .register_right_absolute h3.bulletpoint {
        color: #585865;
        margin-bottom: 0;
        margin-top: 5px;
        font-size: 17px;
    }

.bubble {
    width: 60px;
    margin-top: 20px;
}

.cardpage_search {
    border: 2px solid #cbcbcb;
    border-radius: 0;
    height: 50px;
    font-size: 20px;
    width: 100%;
    background: url(../images/marker.png) no-repeat;
    background-position: 98% 8px;
    padding-right: 50px;
}

.google_search {
    background-image: url(../images/marker.png);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 98% 4px;
    padding-right: 50px;
    border: 1px solid #a0a0a0;
}

.artist_profile_top_box {
    width: 100%;
    min-height: 100px;
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
    margin-top: 20px;
}

    .artist_profile_top_box.bottom_box h1 {
        color: #929191 !important;
        font-weight: 800 !important;
        font-size: 28px;
    }

.artist_profile_top_box_imagediv {
    width: 160px;
    position: relative;
    margin: 20px;
}

.artist_profile_top_box_like_div {
    width: 24px;
    height: 24px;
    background: url(../images/like.png) no-repeat center;
    position: absolute;
    top: 0px;
    right: 0px;
}

.artist_profile_top_box_imagediv img {
    width: 100%;
    border: 4px solid #268acb;
    border-radius: 50%;
}

.artist_profile_top_box_artist_name {
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 800;
    color: #1688c8;
    margin-top: 30px;
}

.artist_profile_top_box_h3 {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 500;
}

.artist_profile_top_box_star_container {
    width: 100%;
    min-height: 20px;
}

.artist_profile_top_box_h4 {
    margin-top: 0;
    color: #a7a7a7;
    font-size: 16px;
}

.artist_profile_top_box_button {
    margin-top: 70px;
    padding: 10px 45px;
    border-radius: 0;
    background: #ff8604;
    font-size: 20px;
    border-color: #ff8604;
}

.artist_profile_top_box_button_container {
    text-align: center;
}

.artistprofile_card_div {
    width: 240px;
    height: 160px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    background-color: #bbb;
}

.artistprofile_card_div_holder {
    width: 240px;
    height: 230px;
    float: left;
    margin: 20px;
}

.artistprofile_card_div_holder_video {
    width: 545px;
    height: 306px;
    float: left;
    margin: 15px;
}
.artistprofile_card_div_video {
    width: 545px;
    height: 363px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    background-color: #bbb;
}

.editprofile_button {
    padding: 5px 30px !important;
    border-radius: 0 !important;
    background: #1688c8 !important;
    color: #fff !important;
    font-size: 20px !important;
}

.products_textarea {
    resize: none;
    border-radius: 0;
    width: 100%;
    height: 100px;
    font-size: 18px;
    line-height: 22px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.padding35px {
    padding-right: 35px;
    padding-left: 35px;
}

.agent_cover {
    width: 200px;
    height: 132px;
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: left;
    background-image: url(../images/imagebg.png);
    border: 2px dashed #bbb;
    /*background-color: #e6e6e6;*/
}

.agent_cover_upload {
}

.padding0 {
    padding: 0;
}

/*chat*/
.conversation-wrap {
    box-shadow: -2px 0 3px #ddd;
    padding: 0 5px 0 5px;
    height: calc(100vh - 146px);
    overflow: auto;
    padding: 10px 5px;
}

.conversation {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    margin: 0;
    position: relative;
    overflow: visible;
}

    .conversation.selected {
        background: #ddd;
    }

.message-wrap {
    box-shadow: 0 0 3px #ddd;
    padding: 0;
}

.msg {
    padding: 10px;
    /*border-bottom:1px solid #ddd;*/
    margin: 0;
}

.msg-wrap {
    padding: 10px;
    height: calc(100vh - 340px);
    overflow: auto;
    position: relative;
}

.loadmore_msg {
    width: 100%;
    height: 30px;
    font-size: 14px;
    right: 0;
    top: 0;
    z-index: 1;
    float: right;
    background: #1f8acb;
    color: #fff;
    line-height: 30px;
    padding: 0 9px;
    text-align: center;
}

.time {
    color: #585858;
}

.send-wrap {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px;
    /*background: #f8f8f8;*/
}

.send-message {
    resize: none;
    border: 1px solid #9d9da2;
    border-radius: 0;
    font-size: 18px;
}

.highlight {
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
}

.send-message-btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-panel {
    background: #f7f7f9;
}

    .btn-panel .btn {
        color: #b8b8b8;
        transition: 0.2s all ease-in-out;
    }

        .btn-panel .btn:hover {
            color: #fff;
            background: #1688c8;
        }

        .btn-panel .btn:active {
            background: #f8f8f8;
            box-shadow: 0 0 1px #ddd;
        }

.btn-panel-conversation .btn, .btn-panel-msg .btn {
    background: #f8f8f8;
}

    .btn-panel-conversation .btn:first-child {
        border-right: 1px solid #ddd;
    }

.msg-wrap .media-heading {
    color: #1688c8;
    font-weight: 300;
}


.msg-date {
    background: none;
    text-align: center;
    color: #aaa;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
}

.chat_list_image {
    width: 40px;
    height: 40px;
    border-radius: 4px;
}

small {
    font-size: 14px;
}

.cardview_absolute {
    display: none;
}

.usercard:hover .cardview_absolute {
    display: block;
}

/*chat ends*/

.nav-pills > li > a > .badge {
    margin-left: 3px;
    margin-top: -15px;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.3;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #03d60f;
    border-radius: 10px;
    position: absolute;
    right: 4px;
    top: 4px;
}

.rating_select {
    border-radius: 0;
    height: 50px;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

.margin0 {
    margin: 3px;
}

.review_video {
    width: 100%;
    min-height: 208px;
    margin: 5px auto;
    border: 4px dashed #cecece;
    background: #e8e8e8 url(../images/video_upload.png) no-repeat center;
    margin: 0 auto 0 auto;
}


















/*nav bar*/
.navbar-brand {
    padding: 0px 20px;
}

.navbar-default .navbar-nav > li > a {
    color: #767676;
    cursor: pointer;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}

.navbar {
    min-height: 80px;
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid #eae9e9;
    margin-bottom: 0;
}

.navbar-brand img {
    width: 172px;
    height: auto;
}

.nav > li > a {
    font-size: 22px;
    padding-top: 27px;
    color: #2f2f2f;
    padding-right: 25px;
    padding-left: 25px;
}

.sign-in {
    margin-top: 15px;
    padding: 5px 30px;
    border-radius: 0;
    background: #1688c8;
    font-size: 20px;
}

.register_button {
    margin-top: 15px;
    padding: 5px 30px;
    border-radius: 0;
    background: #ffffff;
    font-size: 20px;
    color: #1688c8;
    width: 79%;
    height: 50px;
    font-size: 28px;
    font-weight: 800;
}

    .register_button:hover {
        background: #f3f3f3 !important;
        color: #1688c8 !important;
    }

    .register_button:focus {
        color: #1688c8;
    }

.btn-info.select_product:focus {
    color: #cecece !important;
}

.sign-in_login {
    width: 50%;
    height: 55px;
    margin-top: 0;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
    overflow: hidden;
}

.logobig {
    width: 220px;
    height: auto;
    margin-top: 100px;
    margin-bottom: 15px;
}

nav.navbar.shrink {
    padding-top: 5px !important;
    min-height: 60px;
}
/*bav bar end*/

.radio, .checkbox {
    vertical-align: baseline;
}
/*.row.margin94b, .container.margin94b .row {
    padding-bottom:80px;
}*/
/*login page*/
.profile_userimg {
    width: 175px;
    height: 175px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    border: 3px solid rgb(206, 206, 206);
}

.login-left {
    background-image: url(../images/login_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: calc(100vh - 80px);
}

.login-right input[type=text], .login-right input[type=password] {
    width: 50%;
    margin-left: 25%;
    border: 2px solid #cbcbcb;
    border-radius: 0;
    height: 50px;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
}

.login-right h2 {
    margin-bottom: 20px;
    color: #afafaf;
    font-weight: 800;
    font-size: 26px;
    font-family: 'Questrial', sans-serif;
}
/*card*/

.card {
    padding-top: 20px;
    margin: 10px 0 20px 0;
    border: 2px solid #e5e5e5;
    /* border-radius: 5px; */
    /* -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.6); */
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.6);
    /* box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2); */
    /* -webkit-box-sizing: border-box; */
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;*/
}

    .card .card-heading {
        padding: 0 20px;
        margin: 0;
    }

        .card .card-heading.simple {
            font-size: 20px;
            font-weight: 300;
            color: #777;
            border-bottom: 1px solid #e5e5e5;
        }

        .card .card-heading.image img {
            display: inline-block;
            width: 46px;
            height: 46px;
            margin-right: 15px;
            vertical-align: top;
            border: 0;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

        .card .card-heading.image .card-heading-header {
            display: inline-block;
            vertical-align: top;
        }

            .card .card-heading.image .card-heading-header h3 {
                margin: 0;
                font-size: 14px;
                line-height: 16px;
                color: #262626;
            }

            .card .card-heading.image .card-heading-header span {
                font-size: 12px;
                color: #999999;
            }

    .card .card-body {
        padding: 0 20px;
        margin-top: 20px;
    }

    .card .card-media {
        padding: 0 20px;
        margin: 0 -14px;
    }

        .card .card-media img {
            max-width: 100%;
            max-height: 100%;
        }

    .card .card-actions {
        min-height: 30px;
        padding: 0 20px 20px 20px;
        margin: 20px 0 0 0;
    }

    .card .card-comments {
        padding: 20px;
        margin: 0;
        background-color: #fff;
    }

        .card .card-comments .comments-collapse-toggle {
            padding: 0;
            margin: 0 20px 12px 20px;
        }

            .card .card-comments .comments-collapse-toggle a,
            .card .card-comments .comments-collapse-toggle span {
                padding-right: 5px;
                overflow: hidden;
                font-size: 12px;
                color: #999;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

.card-comments .media-heading {
    font-size: 16px;
    font-weight: bold;
}

.media-heading {
    font-size: 16px;
    margin-bottom: 0;
}

.card.people {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 300px;
    padding-top: 0;
    margin-left: 20px;
    overflow: hidden;
    vertical-align: top;
}

    .card.people:first-child {
        margin-left: 0;
    }

    .card.people .card-top {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        width: 170px;
        height: 150px;
        background-color: #ffffff;
    }

        .card.people .card-top.green {
            background-color: #53a93f;
        }

        .card.people .card-top.blue {
            background-color: #fff;
        }

    .card.people .card-info {
        position: absolute;
        top: 150px;
        display: inline-block;
        width: 100%;
        height: 101px;
        overflow: hidden;
        background: #ffffff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .card.people .card-info .title {
            display: block;
            margin: 8px 14px 0 14px;
            overflow: hidden;
            font-size: 16px;
            font-weight: bold;
            line-height: 18px;
            color: #1f8acb;
        }

        .card.people .card-info .desc {
            display: block;
            margin: 8px 14px 0 14px;
            overflow: hidden;
            font-size: 12px;
            line-height: 16px;
            color: #737373;
            text-overflow: ellipsis;
        }

    .card.people .card-bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        display: inline-block;
        width: 100%;
        padding: 10px 20px;
        line-height: 29px;
        /*text-align: center;*/
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    background-color: rgba(214, 224, 226, 0.2);
}

    .card.hovercard .cardheader {
        background: url("../images/searchresult_coverphoto.png");
        background-size: cover;
        background-position: center;
        height: 180px;
        border-bottom: 1px solid #bdbdbd;
    }

    .card.hovercard .cardheader1 {
        background: url("../images/5.jpg");
        background-size: cover;
        background-position: center;
        height: 180px;
        border-bottom: 2px solid #bdbdbd;
    }

    .card.hovercard .cardheader2 {
        background: url("../images/6.jpg");
        background-size: cover;
        background-position: center;
        height: 180px;
        border-bottom: 2px solid #bdbdbd;
    }

    .card.hovercard .cardheader3 {
        background: url("../images/7.jpg");
        background-size: cover;
        background-position: center;
        height: 180px;
        border-bottom: 2px solid #bdbdbd;
    }



    .card.hovercard .avatar {
        position: relative;
        float: left;
        margin-top: 10px;
        margin-left: 10px;
        width: 120px;
        height: 120px;
    }

        .card.hovercard .avatar img {
            width: 115px;
            height: 115px;
            max-width: 100px;
            max-height: 100px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            border: 2px solid #a7a7a7;
        }

    .card.hovercard .info {
        padding: 4px 8px 10px;
        float: left;
        margin-top: 10px;
        margin-left: 10px;
        width: calc(100% - 142px);
    }

        .card.hovercard .info .title {
            margin-bottom: 4px;
            font-size: 20px;
            line-height: 1;
            font-weight: 700;
            color: #1f8acb;
            vertical-align: middle;
            width: auto;
        }

            .card.hovercard .info .title a {
                text-decoration: none;
            }

        .card.hovercard .info .desc {
            overflow: hidden;
            font-size: 14px;
            line-height: 20px;
            color: #8d8d8d;
            text-overflow: ellipsis;
            width: 88%;
            white-space: nowrap;
            min-height: 20px;
        }

    .card.hovercard .bottom {
        padding: 0;
        margin-bottom: 17px;
        margin-top: 10px;
        float: left;
        width: 100%;
    }

        .card.hovercard .bottom .left {
            float: left;
            width: 45%;
            margin-right: 2%;
        }

        .card.hovercard .bottom .right {
            float: left;
            width: 45%;
            margin-left: 2%;
        }

.starfull {
    width: 20px;
    height: 19px;
    background: url(../images/starfull.png) no-repeat;
    display: inline-block;
    margin-right: 2px;
    background-size: cover;
}

.starhalf {
    width: 20px;
    height: 19px;
    background: url(../images/starhalf.png) no-repeat;
    display: inline-block;
    margin-right: 2px;
    background-size: cover;
}

.photographhy {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/camera.png) no-repeat;
    margin-right: 5px;
    background-size: cover;
}

.videographhy {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/video.png) no-repeat;
    margin-right: 5px;
    background-size: cover;
}

.threedartist {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/3D.png) no-repeat;
    margin-right: 5px;
    background-size: cover;
}

.drone {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/drone.png) no-repeat;
    margin-right: 5px;
    background-size: cover;
}

.profile_userimage {
    position: relative;
    width: 150px;
    height: 150px;
    background: url(../images/userimage.jpg) no-repeat;
    background-size: cover;
    margin: 20px auto;
    border-radius: 50%;
    border: 5px solid #4a4a4a;
}

    .profile_userimage .bookmark {
        border: 2px solid #fff;
        position: absolute;
        top: -2px;
        right: 0px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: url(../images/bookmark.png) no-repeat;
        background-size: cover;
    }

.artist-info h2 {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 1;
    font-weight: 800;
    color: #1f8acb;
    margin-top: 5px;
    margin-bottom: 2px;
    text-align: center;
    vertical-align: middle;
}

.artist-info h4 {
    text-align: center;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #8d8d8d;
    text-overflow: ellipsis;
    margin-top: 2px;
}

.artist-info h5 {
    font-weight: 800;
    text-align: center;
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #8d8d8d;
    text-overflow: ellipsis;
    margin-top: 0px;
}

.artistprofile_imagesdiv {
    min-height: calc(100vh - 82px);
    padding-top: 10px;
}

    .artistprofile_imagesdiv img {
        height: 180px;
        width: auto;
        float: left;
        margin: 10px;
    }

.homepage_left {
    margin-top: 30px;
    padding: 0 20px 0 50px;
}

    .homepage_left h2 {
        color: #6d6d6d;
        text-transform: none;
        font-weight: 100;
        font-family: 'Questrial', sans-serif;
        font-size: 24px;
    }

.homepage_heading {
    width: auto;
    color: #268acb;
    font-size: 30px;
    line-height: 30px;
    font-family: 'Russo One', sans-serif;
    font-weight: 800;
    text-align: left;
}

.homepage_formh2 {
    color: #1f8acb !important;
    font-weight: 800 !important;
    font-size: 24px !important;
    margin-top: 3px;
    line-height: 27px;
}

.homepage_checkbox + label {
    font-size: 16px;
    font-weight: bold;
}

.checkbox_big {
    height: 20px;
    width: 20px;
    margin-right: 10px !important;
}

.homepage_right {
    background-image: url(../images/homepagebg.png);
    background-repeat: no-repeat;
    background-size: 71vh;
    min-height: calc(78vh + 80px);
    background-position: center top;
    margin-top: 50px;
}

.margtop50 {
    margin-top: 50px;
}

.margtop30 {
    margin-top: 30px;
}

.radio label, .checkbox label {
    padding-left: 5px;
    color: #6d6d83;
}

.none {
    display: none;
}

.login_h2 {
    color: #afafaf;
    font-weight: 800;
}

.not_yet_registered {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #767676;
}

.forgot_password {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #767676;
}

.google_map {
    background: #e1e1e1 url(../images/googlemap.png) center no-repeat;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #e4e4e4;
}

.select_product {
    background-color: #fff;
    color: #4e4e4e;
}

.white_button {
    margin-top: 15px;
    padding: 5px 30px;
    border-radius: 0;
    background-color: #fff;
    color: #4e4e4e;
    font-size: 20px;
}

.button_selected {
    margin-top: 15px;
    padding: 5px 30px;
    border-radius: 0;
    background: #1688c8;
    font-size: 20px;
    color: #fff;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #888888;
    border-radius: 0;
    height: 40px;
}

.common_select {
    width: 100%;
    border-radius: 0;
    height: 50px;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
}

.button_selected:focus,
.button_selected.focus {
    color: #fff;
    background: #1688c8;
    border-color: #1688c8;
}

.button_selected:hover {
    color: #fff;
    background-color: #1688c8;
    border-color: #1688c8;
}

.rtable {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.rtable,
.rtable--flip tbody {
    -webkit-overflow-scrolling: touch;
    background-size: 10px 100%, 10px 100%;
    background-attachment: scroll, scroll;
    background-repeat: no-repeat;
}

    .rtable tr:nth-child(even) {
        background-color: #f3f3f3;
    }

    .rtable td:first-child,
    .rtable--flip tbody tr:first-child {
        /*background-image: -webkit-linear-gradient(left, white 50%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, white 50%, rgba(255, 255, 255, 0) 100%);*/
        background-repeat: no-repeat;
        background-size: 20px 100%;
    }

    .rtable td:last-child,
    .rtable--flip tbody tr:last-child {
        /*background-image: -webkit-linear-gradient(right, white 50%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to left, white 50%, rgba(255, 255, 255, 0) 100%);*/
        background-repeat: no-repeat;
        background-position: 100% 0;
        background-size: 20px 100%;
    }

    .rtable th {
        font-size: 13px;
        text-align: left;
        text-transform: uppercase;
        background: #f2f0e6;
    }

    .rtable td {
        font-size: 12px;
    }

    .rtable th,
    .rtable td {
        padding: 10px 12px;
        border: 1px solid #d9d7ce;
        width: 140px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .rtable th:first-child,
        .rtable td:first-child {
            width: 50px;
        }

        .rtable th:nth-child(3),
        .rtable td:nth-child(3) {
            width: 250px;
        }

.rtable--flip {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    background: none;
}

    .rtable--flip thead {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        min-width: -webkit-min-content;
        min-width: -moz-min-content;
        min-width: min-content;
    }

    .rtable--flip tbody {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .rtable--flip tr {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: -webkit-min-content;
        min-width: -moz-min-content;
        min-width: min-content;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .rtable--flip td,
    .rtable--flip th {
        display: block;
    }

    .rtable--flip td {
        background-image: none !important;
        border-left: 0;
    }

        .rtable--flip th:not(:last-child),
        .rtable--flip td:not(:last-child) {
            border-bottom: 0;
        }



table {
    margin-bottom: 30px;
}

code {
    background: #fffbcc;
    font-size: 12px;
}

.tabletype_header {
    background: #1f8acb;
    border-top: 1px solid #55b2ea;
    border-bottom: 1px solid #55b2ea;
    border-right: 1px solid #55b2ea;
    text-transform: uppercase;
    height: 40px;
    color: #fff;
    padding: 10px 5px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tabletype_columns {
    background: #fff;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    min-height: 58px;
    color: #000;
    padding: 5px 5px 0px 5px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 59px;
}

.tabletype_columns_big {
    background: #fff;
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    min-height: 150px;
    color: #000;
    padding: 10px;
    font-size: 14px;
}

.tabletype_columns .fa {
    font-size: 20px;
    margin-right: 5px;
    color: #575757;
}

div.tabletype_columns.first_column {
    border-left: 1px solid #e2e2e2;
    line-height: 24px;
}

.marginnill {
    margin-right: 0px;
    margin-left: 0px;
}

.openproject_searchdiv {
    padding: 5px 5px 0px 5px;
}

.btn {
    border-radius: 0 !important;
    margin-left: 10px;
}

.btn-info {
    background-color: #1f8acb;
}
/*tables*/
#no-more-tables table,
#no-more-tables thead,
#no-more-tables tbody,
#no-more-tables th,
#no-more-tables td,
#no-more-tables tr {
    font-size: 14px;
}

@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #no-more-tables tr {
        border: 1px solid #ccc;
    }

    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

        #no-more-tables td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
	Label the data
	*/
        #no-more-tables td:before {
            content: attr(data-title);
        }
}

#CropDiv #cropcancelbutton {
    background: #ff8604 !important;
    border-bottom: none;
}

.nav.nav-pills.nav-stacked li:last-child {
    margin-bottom: 60px;
}

.checkbox.checkbox-circle label::before {
    border-radius: 0;
}

.google_search {
    background: url(../images/marker.png) no-repeat;
    background-position: 98% 8px;
    padding-right: 50px;
    border: 1px solid #a0a0a0;
}

.caret-container {
    float: right;
}

.nav > li > a:hover, .nav > li > a:focus {
    background: none;
}

.nav-pills li > ul > li > a {
    /*background:#3398d6 !important;*/
    padding-left: 40px !important;
}

    .nav-pills li > ul > li > a:focus {
        background: #2479ac !important;
    }

.nav.nav-pills.nav-stacked.collapse li:last-child {
    margin-bottom: 0px;
}

.asterix {
    background-image: url(../Images/asterix.png);
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 99% 7%;
    border: 1px solid #a0a0a0;
}

.isrequired {
    border: 1px solid #ff0000;
    background-color: #faffbd;
}

    .isrequired:focus {
        border: 2px solid #ff0000;
        background-color: #faffbd;
    }

.requiredstar {
    color: #ff0000;
    font-weight: bold;
    font-size: 16px;
    vertical-align: baseline;
    padding-top: 10px;
}

.restrict_text_2_line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 40px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}
.public_url_button {
        margin-top: 0;
    padding: 5px 30px;
    border-radius: 0;
    background: #1688c8;
    font-size: 20px;
    height:50px;
}
.error-template {padding: 40px 15px;text-align: center;}

.error-actions {margin-top:15px;margin-bottom:15px;}

.error-actions .btn { margin-right:10px; }
.artist_profile_card {
    width:600px; margin:120px auto 0 auto;  min-height:300px;
}
.product_popup {
    position:absolute; padding:20px; width:550px; height:350px; left:50%; top:50%; margin-left:-275px; background:#fff; -webkit-box-shadow: 2px 2px 23px 0px rgba(122,122,122,1); -moz-box-shadow: 2px 2px 23px 0px rgba(122,122,122,1); box-shadow: 2px 2px 23px 0px rgba(122,122,122,1); z-index:9; margin-top:-175px; display:none;
}
.ellipsis {
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rating-container .filled-stars {
    color: #f7b800 !important;
}
@media screen and (max-width:1366px) {
    .artist_profile_card {
    margin:50px auto 0 auto;
}
    .register_dialogue h2 {
        font-size: 16px;
    }
    .public_url_button {
       
    height:40px;
}

    .artistprofile_card_div video {
        width: 100%;
        margin-left: 0px;
    }

    .google_search {
        background-position: 98% 4px;
    }

    .get_started img {
        width: 100%;
        max-width: 197px;
    }

    video {
        width: 76%;
        max-width: 100%;
        height: auto;
        margin-left: 12%;
    }

    .common_select {
        height: 40px;
    }

    .rating_select {
        height: 40px;
    }

    .register_button {
        height: 40px;
        font-size: 22px;
        margin-top: 0px;
    }

    .nav > li > a {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 20px;
    }

    .review_video {
        min-height: 208px;
    }

    .logobig {
        width: 165px;
        height: auto;
        margin-top: 20px;
        margin-bottom: 5px;
    }

    .editprofile_button {
        padding: 5px 14px !important;
    }

    .dashboard_box.agentbrokerage_box {
        height: 380px;
    }

    .agentbrokerage_input {
        width: 100% !important;
    }

    .dashboard_userimage_upload_rectangular {
        height: 75px;
    }

    .dashboard_box.editprofile_dashboard_box {
        height: 360px;
    }

    .register_input {
        height: 40px;
    }

    .register_input_half {
        height: 40px;
    }

    .homepage_left {
        margin-top: 30px;
        padding: 0 20px 0 50px;
    }

    .get_started {
        margin: 5px auto 10px auto;
    }
}
.agent_cover {
    width:180px;
    height:120px;
}
@media screen and (max-width:1024px) {

    .artistprofile_card_div_holder_video {
    width: 453px;
    height: 280px;
   
}
.artistprofile_card_div_video {
    width: 453px;
    height: 302px;
   
}


      .artist_profile_card {
    margin:90px auto 0 auto;

}
     .homepage_right {
        background-size: 64vh;
    }

    video {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin-left: 0;
    }

    .register_button {
        font-size: 16px !important;
        width: 100%;
        margin-top: 5px;
        height: 40px;
    }

    .register_input_half {
        width: 100%;
    }

    .register_input {
        width: 100%;
    }

    .dashboard_box_header_noheader {
        height: 1px;
    }

    .dashboard_box {
        height: auto;
    }

    .dashboard_box_second {
        text-align: center;
        width: 100%;
        font-size: 18px;
        min-height: 150px;
        padding: 5px;
    }

    .nav > li > a {
        font-size: 18px;
    }

    .artistprofile_card_div {
        width: 270px;
        height: 180px;
    }

    .artistprofile_card_div_holder {
        width: 270px;
        height: 260px;
        float: left;
        margin: 10px;
    }
    /*.dashboard_box_imageuploader {width:345px; height:197px;
                                  margin:35px auto;
}*/
    .navbar-brand {
        margin-top: 0;
    }

    .login-right input[type=text], .login-right input[type=password] {
        width: 80%;
        margin-left: 10%;
    }

    .sign-in_login {
        width: 80%;
    }
}

@media screen and (max-width: 960px) {
    .homepage_right {
        background-size: 47vh;
        background-position: 0 20px;
    }

    .homepage_left {
        margin-top: 50px;
        padding: 0 20px 0 30px;
    }

    .artistprofile_card_div {
        width: 225px;
        height: 150px;
    }

    .artistprofile_card_div_holder {
        width: 225px;
        height: 230px;
        float: left;
        margin: 10px;
    }

    .nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .homepage_right {
        margin-top: 30px;
    }

    .nav > li > a {
        font-size: 18px;
    }

    .login-right input[type=text], .login-right input[type=password] {
        width: 80%;
        margin-left: 10%;
    }

    .sign-in_login {
        width: 80%;
    }

    .nav > li .sign-in {
        margin-top: 10px;
        padding: 10px 30px;
        background: #1688c8;
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {

        .artistprofile_card_div_holder_video {
    width: 718px;
    height: 360px;
   
}
.artistprofile_card_div_video {
    width: 718px;
    height: 479px;
   
}


    .artist_profile_card {
        width:300px;
    }
    .product_popup {
        position:absolute; padding:20px; width:300px; height:350px; left:50%; top:50%; margin-left:-150px; background:#fff; -webkit-box-shadow: 2px 2px 23px 0px rgba(122,122,122,1); -moz-box-shadow: 2px 2px 23px 0px rgba(122,122,122,1); box-shadow: 2px 2px 23px 0px rgba(122,122,122,1); z-index:9; margin-top:-175px;
    }
    .homepage_right {
        background-size: 37vh;
        background-position: 0 20px;
    }

    .profile_userimg {
        width: 75px;
        height: 75px;
        border: 3px solid rgb(206, 206, 206);
    }

    .tabletype_header {
        font-size: 12px;
    }

    .tabletype_columns {
        padding: 10px 2px;
        font-size: 12px;
    }

        .tabletype_columns .fa {
            font-size: 16px;
            margin-right: 5px;
        }




    .dashboard_right {
        width: 100%;
        margin-left: 0;
        padding: 0 22px;
    }

    .dashboard_box.agentbrokerage_box {
        height: auto;
        padding-bottom: 10px;
    }

    .register_button {
        width: 100%;
    }

    .register_right_absolute {
        width: 400px;
        height: 400px;
        top: 50%;
        left: 50%;
        margin-top: -200px;
        margin-left: -200px;
        background: #fff;
        padding: 5px 10px 5px 10px;
    }

    .get_started img {
        margin-top: 5px;
    }

    .register_input {
        width: 100%;
    }

    .register_input_half {
        width: 100%;
    }

    .get_started {
        margin: 0 auto 20px auto;
    }

    .nav > li .sign-in {
        margin-top: 10px;
        padding: 10px 15px;
        background: #1688c8;
        font-size: 18px;
    }

    .navbar-collapse {
        padding-right: 0;
    }

    .nav > li > a {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 16px;
    }

    .margin94 {
        margin-top: 0;
    }

    .margin94b {
        margin-top: 83px;
    }

    .dashboard_box_header_noheader {
        height: 0px;
    }

    .dashboard_left {
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
    }

    .dashboard_left_shrink {
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
    }

    .dashboard_navpill_holder {
        margin-top: 15px;
    }

    .nav-pills > li > a {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }
}


@media screen and (max-width: 767px) {


    .homepage_right {
        background-size: 37vh;
        background-position: center;
    }

    .artist_profile_top_box_button_container {
        /*text-align: left;*/
    }

    .artistprofile_card_div {
        width: 270px;
        height: 180px;
    }

    .artistprofile_card_div_holder {
        width: 270px;
        height: 260px;
        float: left;
        margin: 10px;
    }

    .artist_profile_top_box_button {
        margin-top: 50px;
        padding: 7px;
        font-size: 14px;
        margin-left: 0;
    }

    .artist_profile_top_box_imagediv {
        width: 100px;
    }

    .artist_profile_top_box_artist_name {
        margin-top: 30px;
        font-size: 20px;
    }

    .artist_profile_top_box_h3 {
        font-size: 14px;
    }
}




@media screen and (max-width: 767px){

  .artistprofile_card_div_holder_video {
    width: 593px;
    height: 360px;
   
}
.artistprofile_card_div_video {
    width: 593px;
    height: 395px;
   
}
}
@media screen and (max-width: 480px) {
      .artistprofile_card_div_holder_video {
    width: 433px;
    height: 360px;
   
}
.artistprofile_card_div_video {
    width: 433px;
    height: 339px;
   
}
    .profile_userimg {
        width: 50px;
        height: 50px;
        border: 3px solid rgb(206, 206, 206);
    }

    .artist_profile_top_box_button_container {
        text-align: left;
    }

    .iframe_3D {
        min-height: 250px !important;
    }

    .artistprofile_card_div {
        width: 372px;
        height: 248px;
    }

    .artistprofile_card_div_holder {
        width: 372px;
        height: 350px;
        float: none;
        margin: 10px auto;
    }
}
