.vidyo-container {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}

.vidyo-container button {
    background: #fe0000;
    border: 1px solid #fe0000;
    border-radius: 3px;
    font-weight: 700;
    text-transform: uppercase;
    min-width: 150px;
    margin-bottom: 20px;
    padding: 12px 15px;
    color: #fff;
    transition: ease-in 0.5s all;
    -webkit-transition: ease-in 0.5s all;
    -moz-transition: ease-in 0.5s all;
}

.vidyo-container button:hover {
    background-color: transparent;
    border-color: #fe0000;
    color: #fe0000;
}

#search_loader {
    height: 46px !important;
    margin: 30px auto -10px;
    width: 46px !important;
}

#reset_psw_form h2.title-name {
    text-align: center;
}

.recordingInfo {
    width: 52%;
    float: right;
}

.videoInfo {
    width: 44%;
    float: left;
}

.aud_session {
    font-size: 26px;
    font-weight: bold;
}

.video_detail_modal .container {
    width: 100%;
}

.video_detail_modal .yratede {
    display: block;
    clear: both
}

.video_detail_modal .container.live-video-container {
    margin-top: 0
}

.video_detail_modal input,
.video_detail_modal span.notesin {
    font-size: 14px !important;
    padding-top: 0 !important;
}

.videoInfo p span.rec_dura {
    font-weight: normal;
    width: 65%
}

a#aud_details {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

a#aud_details:hover {
    background: #2d2d2d;
    border: 1px solid #2d2d2d;
}

span.stars {
    color: red;
}

.rating-symbol {
    float: left;
    position: relative;
    font-size: 0;
}


/*.ratings-div {
		  unicode-bidi: bidi-override;
		  direction: rtl;
		  text-align: center;
		}
		.ratings-div > span {
		  display: inline-block;
		  position: relative;
		  width: 1.1em;
		}
		.ratings-div > span label:hover,
		.ratings-div > span label:hover ~ span {
		  color: transparent;
		}
		.ratings-div > span label:hover:before,
		.ratings-div > span label:hover ~ span:before {
		   content: "\2605";
		   position: absolute;
		   left: 0;
		   color: gold;
		}

*/

.rating-symbol input[type="radio"] {
    opacity: 0;
    position: absolute;
}

.rating-symbol .glyphicon-star-empty:before {
    font-size: 25px;
}

.rating-symbol .glyphicon-star-empty:hover:before {
    color: #fe0000;
}

.rating-symbol input:checked+label {
    color: red;
}

.rating-symbol input.star-1:checked+label {
    color: red;
}

.cover {
    z-index: 999 !important;
    left: 0;
    top: 0;
}

.actionbasebutton .role-list-action a {
    color: #000;
}

#RatingPopup h4.modal-title {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif, Arial;
}

#RatingPopup label.control-label.required.ng-binding {
    font-weight: 400;
}

.register-form .form-group .checkbox label b {
    font-weight: normal;
    width: 93%;
    text-align: left;
}

.i-agree.checkbox label.error {
    position: absolute;
    bottom: -23px;
}

label.error {
    color: red;
}

.tab-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tab-content ul li {
    list-style: none;
}

.breadcrum ul li a {
    color: #949494;
}

.breadcrum ul li {
    color: #949494;
    padding-right: 15px;
    float: left;
}

.breadcrum {
    padding: 15px 0 18px 0px;
    width: 100%;
    float: left;
}

input.search-input {
    border: 0;
    padding: 10px 10px 10px 50px;
    color: #959595;
    width: 100%;
    height: 50px;
    font-weight: bold;
    line-height: 50px;
    border-radius: 3px;
    background: #ebebeb url("../images/search-icon.png") no-repeat;
    background-size: 25px;
    background-position: 15px;
    font-size: 13px;
    text-transform: uppercase;
}

select.select-option {
    border: 1px solid #cccccc;
    padding: 8px;
    text-transform: uppercase;
    font-weight: bold;
    height: 50px;
    width: 100%;
    color: #959595;
    border-radius: 3px;
    font-size: 13px;
}

.searchclear-input {
    color: #5d5d5d !important
}

.news-feed-list h1 {
    float: left;
}

.news-feed-list span.publicprofile {
    float: right;
    background-color: #ccc;
    color: #000;
    padding: 10px 20px;
    border-radius: 3px;
    margin-top: 5px;
}

.news-feed-list span.publicprofile:hover {
    background-color: #e9e7e7
}

.news-feed-list span.publicprofile a {
    color: #000;
    font-weight: 500;
}

.dashboard .tab-content {
    float: left;
    width: 100%;
}

.fillter-icon {
    border: 1px solid #cccccc;
    display: block;
    height: 50px;
    border-radius: 3px;
    background: url(../images/filtter-icon.png) no-repeat;
    background-position: center center;
    font-size: 0;
}

.top-fillter-block {
    margin: 10px 0;
}

.mid-content {
    padding: 20px 0;
    float: left;
    width: 102%;
}

.right-info-block {
    width: auto;
    display: table;
    float: right;
    position: absolute;
    top: 13px;
    right: 10px;
}

span.product-title {
    color: #464646;
    font-size: 14px;
    padding-bottom: 5px;
    float: left;
    max-width: 82%;
    word-wrap: break-word;
    clear: both;
    text-transform: capitalize;
}

.pro-info span.product-title {
    /*font-size: 16px;*/
    padding-bottom: 10px;
    /*line-height: 21px;*/
}

.list-view .product-description {
    display: block;
    clear: both;
    color: #fff;
    max-width: 84%;
    float: left;
}

.aud-dtl .audtion-line>a.btn-red {
    text-align: center;
    padding: 5px 7px;
    min-width: auto;
    margin-top: 30px;
    margin-left: 29px;
    width: auto;
    font-size: 13px !important;
}

.txt-upp {
    text-transform: uppercase;
}

.pro-info {
    padding: 12px 12px 0;
    float: left;
    width: 100%;
    height: 220px;
    position: relative;
    margin-bottom: 12px;
    overflow: hidden;
    box-sizing: border-box;
}

.pro-info.tallerin {
    height: 390px;
}

.pro-info.tallerin.search {
    height: 330px;
}

.mid-content .col-md-4 {
    border: 1px solid #c8cec4;
    border-radius: 0;
    margin-right: 2%;
    /*width: 31.3%;*/
    width: 31.3%;
    margin-bottom: 3%;
}

.mid-content .col-md-4:nth-child(3n+4) {}

.images-div-block>img#previewing {
    height: 150px !important;
    width: auto !important;
}

.featured-block .mid-content .col-md-4 {
    min-height: 580px;
}

.mid-content .col-md-4 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.mid-content .col-md-4 a img:hover {
    opacity: 0.7
}

.mid-content .col-md-4.project-block>img {
    height: 221px;
    object-fit: cover;
}


/*#project_list img {height: 230px;}*/

.enter-link input {
    display: block;
    border: 1px solid #ccc;
    height: 34px;
    width: 300px;
}

.bottom-info {
    width: 100%;
    float: left;
    background: #ebebeb;
    padding: 10px 20px;
    font-family: Montserrat;
}

.bottom-info .auditions-inner,
.bottom-info .applications-inner {
    padding: 10px 0 10px 35px !important;
    font-size: 11px;
    font-weight: bold;
    color: #454545;
    text-transform: uppercase;
    line-height: 24px;
    float: left;
}

.media_not_found_msg {
    font-size: 27px;
    color: red;
    font-weight: bold;
    text-align: center;
}

span.counter-text {
    display: inline-block;
    float: right;
    font-family: Montserrat-Bold;
    font-size: 18px;
    line-height: 22px;
}

.applications-inner {
    width: 52%;
    margin-right: 5%;
}

.auditions-inner {
    width: 43%;
}

.green-counter {
    color: #59d773;
}

.red-counter {
    color: #fe0000;
}

.col-md-4.no-pad:nth-child(3n) {}

.top-fillter-block .col-md-1 {
    width: auto;
    padding: 0 0 0 15px;
}

.top-fillter-block .frm-select:after, .search-box-block .frm-select:after {
    top: 22px;
}

.applications-inner {
    background: url(../images/applications-icon.png) no-repeat !important;
    background-size: 32px !important;
    background-position: center left !important;
    padding-left: 32px;
}

.auditions-inner {
    background: url(../images/mike-icon.png) no-repeat !important;
    background-size: 32px !important;
    background-position: center left !important;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
}

.right-info-block ul li a {
    background: url(../images/product-info-icon.png) no-repeat;
    display: inline-block;
    width: 61px;
    height: 30px;
    background-position: left 13px top;
}

.info-comment a {
    background-position: -37px 0 !important;
}

.info-edit a {
    background-position: -99px 0 !important;
}

.right-info-block ul li {
    padding: 0;
    display: table-cell;
}

.right-info-block ul li.info-text.active a {
    background-position: 0px 0px;
}

.list-pro {
    background: #333333;
    padding: 30px 30px 50px;
    border-radius: 5px;
    margin-bottom: 3%;
    float: left;
}

.top-info-list span.product-title {
    color: #fff;
    font-size: 22px;
    width: 70%;
    font-weight: bold;
}

.info-list-right {
    float: right;
    width: 59%;
}

.top-info-list {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

.pro-info-pic {
    width: 38%;
    float: left;
}

.info-list-right .cm-role-list>ul,
.info-list-right>ul {
    background: #fff;
    width: 100%;
    float: left;
    margin-bottom: 5%;
    padding: 26px 30px;
    border-radius: 5px;
    position: relative;
}

.info-list-right .cm-role-list>ul>li,
.info-list-right>ul>li {
    float: left;
    margin-right: 3%;
    line-height: 30px;
    width: 28%;
}

.info-list-right .cm-role-list>ul li.pro-info-title,
.info-list-right>ul li.pro-info-title {
    width: 33% !important;
    display: table;
    height: 88px;
}

.info-list-right>ul.favourite-listing li.pro-info-title {
    width: 75% !important
}

.info-list-right .cm-role-list>ul li.pro-info-title>div,
.info-list-right>ul li.pro-info-title>div {
    display: table-cell;
    vertical-align: middle;
}

.info-list-right ul.role-list-action {
    background-color: #000;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 22%;
    border-radius: 0 5px 5px 0;
    padding-top: 20px;
    padding-left: 10px;
}

a.role_edit.role-edit-new,
a.role_edit.role-delete-new,
a.role_edit.search-edit {
    color: #fff;
}

.info-list-right ul.favourite-listing ul.role-list-action {
    width: 26%;
}

.info-list-right ul li.applist {
    width: 33%;
}

.info-list-right ul .ap-inner {
    float: left;
    width: 33%;
}

.info-list-right ul .ap-inner li {
    width: auto;
    line-height: 30px;
    padding: 9px 0;
}

.info-list-right .cm-role-list>ul .applications-inner,
.info-list-right ul .auditions-inner {
    width: 100%;
    padding-left: 40px;
}

.info-list-right .cm-role-list>ul span.counter-text {
    line-height: 28px;
    font-size: 22px;
}

.info-list-right .cm-role-list>ul li.audlist {
    margin-right: 0 !important;
    padding: 5px 0;
}

.right-info-block-list ul li a {
    background: url(../images/listview-edit-icon.png) no-repeat;
    display: block;
    width: 30px;
    height: 30px;
    background-position: top left;
    background-size: 170px;
}

.right-info-block-list li {
    float: left;
    display: table-cell;
    height: 40px;
    padding: 0;
    margin: 0;
    width: 30px;
}

.right-info-block-list span.product-title {
    width: 70%;
}

.right-info-block-list {
    width: auto;
    float: right;
    text-align: center;
    display: table;
}

.right-info-block-list .info-profile-list a {
    background-position: -45px 2px !important;
}

.right-info-block-list .info-applications-list a {
    background-position: -88px 0px !important;
}

.right-info-block-list .message-applications-list a {
    background-position: -134px 0px !important;
}

.right-info-block-list .info-all-add a {
    background-position: -138px 0px;
    text-indent: -20000px;
}

.box-block img {
    min-height: 230px;
}

.box-block {
    border: 1px solid #feffff;
}

.box-block .profile-bottom {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    color: #fff;
    padding: 10px;
    bottom: 36px;
    float: left;
}

.box-block .name-details,
.box-block .bottom-icons {
    float: left;
    width: 100%;
}

.name-details label {
    display: block;
}

.box-block .list-ratings li i {
    color: #fff;
}

.box-block .list-ratings li.active i {
    color: #fe0000;
}

.profile-edit-option-edit li {
    float: left;
    height: 36px;
    background: url(../images/box-icons.png) no-repeat;
    width: 20%;
}

.profile-edit-option-edit li a {
    display: block;
    /*height:100%;*/
}

.profile-edit-option-edit {
    width: 100%;
    float: left;
    background: #fe0000;
}

li.pro-in-ico.heart-icon-full {
    background-position: top left 4px;
}

li.pro-in-ico.tick-icon-full {
    background-position: top left -38px;
}

li.pro-in-ico.infp-icon-full {
    background-position: top left -77px;
}

li.pro-in-ico.comment-icon-full {
    background-position: top left -117px;
}

li.pro-in-ico.close-icon-full {
    background-position: top left -158px;
}

.sub-category-breadcrum {
    float: left;
    width: 100%;
    padding: 20px 20px 10px;
    color: #fe0000;
    text-transform: uppercase;
}

.sub-category-breadcrum span {
    color: #464646;
    font-weight: bold;
    font-size: 20px;
}

.bottom-info.app-bottom-info {
    padding: 14px 0 !important;
    height: auto;
    border-radius: 0;
    background-color: #ebebeb;
    color: black;
}

.bottom-info.app-bottom-info i {
    margin-right: 10px;
    font-size: 15px;
}

.right-info-block.fl-left {
    float: left;
}

.pro-info p {
    float: left;
    width: 100%;
    color: #454545;
    font-weight: 300;
    margin: 0;
    /* height: 100px;*/
    overflow: auto;
    font-size: 14px;
    line-height: 19px;
}

#engager_role_list .pro-info p {
    height: 100px;
}

.forengager .pro-info p {
    height: auto;
}

.right-info-block.width-70 {
    width: 120px;
    position: relative;
    top: -9px;
    display: inline-block;
    right: 0;
}

.info-heart a {
    background-position: -135px 0 !important;
}

.info-yes a {
    background-position: -185px 0px !important;
}

.info-no a {
    background-position: -235px 0px !important;
}

.app-bottom-info .right-info-block.fl-left {
    width: 170px;
    position: relative;
    top: -9px;
    right: 0;
}

.app-bottom-info .right-info-block.fl-left ul li {
    margin-right: 0;
}

.info-yes.active a {
    background-position: -185px -56px !important;
}

.info-heart.active a {
    background-position: -135px -56px !important;
}

.info-no.active a {
    background-position: -235px -56px !important;
}

.width-auto {
    width: auto !important;
    max-width: 100% !important;
}

.profile-image-block {
    z-index: 1;
    float: left;
    margin: 0;
    clear: both;
    position: absolute;
    top: 100px;
    left: 40px;
    width: 400px;
    height: 400px;
    border-radius: 100%;
    border: 2px red solid;
    overflow: hidden;
}

.profile-inner {
    background: rgba(0, 0, 0, 0.8);
    padding: 40px 30px;
    width: 100%;
    float: left;
    color: #fff;
    margin-bottom: 70px;
}

.profile-top-links li {
    float: none;
    list-style: none;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    margin-right: 15px;
}

.profile-top-links li a:hover,
.profile-top-links li.active a {
    color: #fe0000
}

.profile-top-links li a {
    color: #fff;
}

.left-pro-sec {
    float: left;
    width: 30%;
}

.right-pro-sec {
    float: left;
    width: 70%;
    padding-left: 5%;
    padding-top: 2%;
}

.profile-top-links {
    text-align: right;
    width: 100%;
}

.left-pro-sec h2 {
    font-weight: bold;
    margin-bottom: 18px;
    margin-top: 0;
    font-size: 30px;
}

.left-pro-sec h4 {
    margin-top: 0;
    font-weight: 400;
    display: inline;
    margin-top: 0;
    font-size: 15px;
    position: relative;
    top: 0;
}

.left-pro-sec .website-link {
    margin-left: 15px;
}

.left-pro-sec .website-link a {
    border: 1px #fe0000 solid;
    padding: 5px 13px;
    border-radius: 20px;
    font-size: 14px;
    text-transform: uppercase;
}

.location-profile {
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    padding-top: 10px;
    margin-top: 0;
}

.left-pro-sec h4#hobby {
    font-size: 13px;
    line-height: 24px;
}

.right-pro-sec12 .modern-skills-block {
    float: left;
    width: 49%;
    padding-right: 5%;
}

.location-profile span {
    color: #fd0100;
    line-height: 30px;
    padding: 10px 10px 10px 15px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: 0px;
}

.left-pro-sec .user-pro-rating {
    width: 100%;
    text-align: left;
    margin: 30px 0 40px;
    padding-left: 0;
}

.about-me {
    float: left;
    width: 100%;
    padding-top: 10px;
}

.right-pro-sec ul {
    float: left;
    margin-bottom: 0px;
    width: 100%;
    padding-left: 0;
    margin-top: 0;
}

.right-pro-sec li {
    float: left;
    height: 350px;
    list-style: outside none none;
    margin-right: 2%;
    margin-top: 3%;
    overflow: hidden;
    position: relative;
    width: 48%;
    border-radius: 5px;
    border: 1px solid #474747;
}

.right-pro-sec .skill-traits-block li {
    height: auto;
    width: auto;
    width: 100%;
    border: 0 none;
    background: url(../images/tick-bullet.png) no-repeat 3px 5px;
    padding-left: 36px;
    padding: 5px 0 5px 36px;
    background-size: 20px;
}

.right-pro-sec .skill-traits-block ul ul {
    margin: 0;
}

.right-pro-sec .skill-traits-block ul ul li {
    background: url(../images/tick-bullet.png) no-repeat 2px -16px;
    background-size: 14px;
    padding-left: 25px;
    margin: 0;
}

.hover-date-yr {
    background: rgba(66, 66, 66, 0.8) none repeat scroll 0 0;
    bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    padding: 18px 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    bottom: -100px;
}

.right-pro-sec .masonry-imgs:hover .hover-date-yr {
    bottom: 0px !important;
}

.masonry-imgs span.magnifyingplus {
    background: url("../images/transparent-magnifier.png") no-repeat center;
    position: absolute;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.masonry-imgs:hover .magnifyingplus {
    opacity: 1;
}

.masonry-imgs span.magnifyingplus fa.fa-search-plus {
    font-size: 20px;
    color: #fff;
}

.pro-sharing-sec {
    float: left;
    margin-bottom: 50px;
    margin-left: 0;
    padding-left: 0;
    width: 100%;
}

.pro-sharing-sec li {
    width: 42px;
    height: 33px;
    float: left;
    /* margin-right: 5px; */
    list-style: outside none none;
    /* float: left; */
    /* padding: 0 22px; */
}

.pro-sharing-sec a {
    background: rgba(0, 0, 0, 0) url("../images/product-info-icon.png") repeat scroll 0 0;
    display: block;
    height: 33px;
    width: 43px;
    transition: inherit;
    float: left;
    margin: 0 3px;
}

.right-pro-sec img {
    height: 100%;
    width: 100%;
    border-radius: 5px;
}

.profile-top-links>ul {
    padding-left: 0;
}

.pro-sharing-sec .book a {
    background-position: -8px -243px
}

.reply>a {
    background-position: -48px -243px !important;
}

.like-heart>a {
    background-position: -130px -243px !important;
}

.right-pro-sec ul.pro-sharing-sec li a {
    border: 1.5px solid red;
    border-radius: 50%;
    height: 33px;
    width: 33px;
    text-align: center;
    display: table;
    vertical-align: middle;
    float: none !important;
    background: none;
    line-height: normal;
    margin: 0 auto !important
}

.right-pro-sec ul.pro-sharing-sec li a:hover {
    border-color: #ffffff;
}

.right-pro-sec ul.pro-sharing-sec li a i {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
}

.right-pro-sec ul.pro-sharing-sec li a:hover i {
    color: #ffffff;
}

.right-pro-sec ul.pro-sharing-sec li.reply a i.material-icons {
    position: relative;
    left: 1px;
}

.right-pro-sec ul.pro-sharing-sec li.shortlist.shortlisted a {
    border-color: #fff;
}

.right-pro-sec ul.pro-sharing-sec li.shortlist.shortlisted a i {
    color: #fff;
}


/*
.pro-sharing-sec .book a {background-position: -7px -243px}
.pro-sharing-sec .follow a {background-position: -213px -243px}
.pro-sharing-sec .shortlist a {background-position: -254px -243px}
.planner > a{background-position: -170px -244px !important;}
.share > a {background-position: -90px -243px !important;}
*/

.pro-sharing-sec .book a {
    background-position: -2px -306px;
}

.pro-sharing-sec .shortlist a {
    background-position: -246px -306px;
}

.pro-sharing-sec .follow a {
    background-position: -207px -306px;
}

.pro-sharing-sec .share a {
    background-position: -82px -306px !important;
}

.planner>a,
.planner.active>a {
    background-position: -170px -307px !important;
}

.reply:hover>a,
.reply.active>a {
    background-position: -48px -306px !important;
}

.share>a,
.share.active>a {
    background-position: -90px -306px !important;
}

.like-heart:hover>a,
.like-heart.active>a {
    background-position: -130px -306px !important;
}

.top-banner-profile {
    position: relative;
    min-height: 540px;
}

.editable-inline .top-banner-profile {
    min-height: 540px
}

.my-profile {
    overflow: hidden;
    position: relative;
    background: #262626;
}

.profile-coverbl:before {
    content: "";
    position: absolute;
    width: 100%;
    background-color: #000;
    opacity: 0.6;
    height: 100%;
    left: 0;
    top: 0;
}

.profile-coverbl .profile-cover-block.profile-coverstap {
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 70px;
}

.top-banner-profile-inner {
    margin-top: 120px;
    font-style: italic;
    position: relative;
    width: 342px;
    float: right;
    margin-right: 40px;
    clear: both;
    color: #fff;
    margin-bottom: 30px;
}

.editable-inline .top-banner-profile-inner {
    width: 285px;
}

.top-banner-profile-bottom,
.top-banner-profile-bottom.editable-content {
    color: #fe0000;
    font-size: 50px;
    font-weight: bold;
    width: auto;
    float: right;
    position: relative;
    clear: both;
    margin-bottom: 15px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.top-banner-profile-bottom span {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding-left: 15px;
    position: relative;
    top: 0px;
    font-weight: 600;
}

.top-banner-profile-bottom p {
    margin: 0;
}

.quote-top {
    left: -60px;
    background-position: -13px -371px !important;
    top: 0;
}

.quote-bottom {
    right: -60px;
    background-position: -92px -371px !important;
    bottom: 0;
}

.quote-top,
.quote-bottom {
    position: absolute;
    height: 40px;
    width: 50px;
    background: rgba(0, 0, 0, 0) url("../images/product-info-icon.png") no-repeat scroll 0 0;
    display: inline-block;
    float: left;
}

.about-me>p,
.about-me {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: 300;
}

.right-pro-sec #container {
    background: transparent none repeat scroll 0 0;
    clear: both;
    margin-bottom: 20px;
    padding: 0px;
}

.box {
    float: left;
    font-size: 11px;
    line-height: 1.4em;
}

.masonry-imgs {
    padding: 0px;
    position: relative;
    overflow: hidden;
}

.col3 {
    width: 230px;
}

.box img {
    border: 1px solid #474747;
    border-radius: 5px;
    display: block;
    width: 100%;
}

li.rate {
    color: #808080;
    font-weight: bold;
}

.col3 img {
    max-width: 230px;
}

.pro-sharing-sec li span {
    color: #808080;
    float: left;
    font-weight: 400;
    padding-top: 5px;
    font-size: 12px;
    width: 100%;
    text-align: center;
}

.masonry-imgs:hover .hover-date-yr {
    display: block;
}

.top-fillter-block .selectize-control.select-option.multi.plugin-remove_button .selectize-input {
    border: 1px solid #cccccc;
    padding: 10px !important;
    height: 50px;
    color: #959595;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.skill-box .selectize-input {
    border: 1px solid #cccccc;
    padding: 10px !important;
    height: 50px;
    color: #959595;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.skill-box .selectize-input:after {
    top: 18px !important;
    z-index: 2;
}

.skill-box .select-option .selectize-input:before {
    content: "Select Skill";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
    padding: 10px;
    z-index: 1;
}

.top-fillter-block .selectize-control.select-option.multi.plugin-remove_button .selectize-input>input {
    width: 100%;
    text-transform: uppercase !important;
    color: #959595 !important;
    border-radius: 3px !important;
}

.top-fillter-block .selectize-control.select-option.multi.plugin-remove_button .selectize-input:after {
    top: 20px;
}

.top-fillter-block .selectize-control {
    position: relative;
    float: right;
    margin-right: 0;
    width: 100%;
}

#myprojects {
    position: relative;
}

#myprojects .error_msg {
    background-color: #ccffe5;
    color: #000;
    font-weight: bold;
    left: 0;
    margin: 0 auto;
    max-width: 35%;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 5%;
    display: none;
    border: 1px solid #000;
}

.tab-content .tab-content {
    padding: 0;
    margin: 0;
}

.control-label.ng-binding {
    font-weight: 700;
}

.ext-btn {
    float: right;
}

.ext-btn .btn.btn-primary {
    padding: 8px 12px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border-radius: 3px;
}

.aud-dtl .auditions-inner {
    float: left;
    width: 100%;
    text-align: left;
}

.aud-dtl .audtion-line {
    float: left;
    width: 50%;
}

.aud-dtl .audtion-line>a {
    float: left;
    font-size: 14px;
    padding-top: 10px;
    text-align: right;
    width: 100%;
}

.audition_details_plan .container {
    width: 100%;
}

.audition_details_plan .navbar-btn {
    margin-top: 0;
}

.audition_details_plan #myaccount_content #plan_upgrade>h1 {
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

.audition_details_plan #myaccount_content #plan_upgrade #subscription_select_frm .three-boxes .col-xs-12 .three-boxes-main {
    padding: 50px 0;
}

.audition_details_plan {
    padding: 30px 16px 30px;
}

.audition_details_plan .panel, .audition_details_plan .navbar-btn {margin-bottom: 0}

.audition_details_plan #myaccount_content #plan_upgrade #subscription_select_frm .three-boxes .col-xs-12 .three-boxes-main .three-boxes-block {
    width: 45%;
}

#wizard .steps li.current a {
    background-color: #fe0000;
    border: 1px solid #fe0000;
    color: #fff;
}

#wizard .steps li.current a:hover {
    background: transparent;
    color: #fe0000;
    border: 1px solid #fe0000;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

#wizard .steps li a {
    background-color: #eeeeee;
    cursor: pointer;
    font-size: 18px;
    white-space: nowrap;
}

#wizard.wizard>.steps .number {
    font-size: 20px;
    vertical-align: unset;
}

#wizard.wizard.vertical>.content {
    background: transparent none repeat scroll 0 0;
    border: 3px solid #eee;
    min-height: 100%;
    height: auto;
}

#wizard .file-format {
    background-color: #eeeeee;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    /*float: left;*/
    font-size: 14px;
    padding: 20px;
    width: 100%;
}

#cover_preview {
    clear: both;
    padding-top: 15px;
}

#cover_preview #coverpreviewing {
    width: 100% !important;
    height: auto !important;
}

#wizard .file-format ul {
    padding-left: 20px;
}

#wizard .file-format li {
    line-height: 30px;
    list-style: disc;
}

#wizard #uploadimage #image_preview {
    float: left;
    margin: 40px 0;
    width: 100%;
}

#wizard #uploadimage #image_preview #previewing {
    display: block;
    margin: 0 auto;
    border-radius: 100%;
}

#wizard #uploadimage #selectImage {
    float: left;
    margin-bottom: 1%;
    padding: 20px 0;
    position: relative;
    text-align: center;
    width: 100%;
}

#wizard .upload-pic-text span {
    font-weight: 700;
    padding: 10px 20px;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    background: #Fe0000;
    border: 1px solid #fe0000;
    border-radius: 3px;
    font-size: 14px;
}

.featured-block .mid-content {
    width: 101%;
}

#wizard .upload-pic-text:hover span {
    background: #ffffff !important;
    color: #fe0000 !important;
}

#wizard #uploadimage #selectImage>input {
    cursor: pointer;
    font-size: 0;
    left: 0;
    line-height: 0;
    opacity: 0;
    padding: 14px 56px;
    position: absolute;
    top: 13px;
    width: 100%;
    height: 70%;
}

#wizard.wizard .content section.body {
    height: auto;
    width: 100%;
}

#wizard.wizard h2 {
    margin-bottom: 15px;
    margin-top: 15px;
    text-transform: capitalize;
}

.wizard>.content>.body input.btn-red {
    border-color: #fe0000
}

.save-cover-btn {
    text-align: center;
}

.save-cover-btn .sagn-tem {
    display: inline-block;
    padding: 0 5px;
}

#wizard.wizard .notes {
    font-size: 14px;
}

#wizard .actions li .autonext_previous,
#wizard .actions li .autonext_next {
    background-color: #fe0000;
    border: 1px solid #fe0000;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 9px 14px;
}

#wizard .actions li .autonext_previous:hover,
#wizard .actions li .autonext_next:hover {
    background: transparent;
    color: #fe0000;
    border: 1px solid #fe0000;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

#wizard .steps li.done a {
    background-color: #C0C0C0;
}

.panel-heading.upload-selection {
    text-align: center;
}

.upload-selection input {
    margin-left: 10px;
    margin-right: 10px;
}

#plan_upgrade h2.best-plan {
    padding-bottom: 10px;
    text-align: center;
}

#wizard #form_personal_details .form-group {
    float: left;
    margin-right: 4%;
    width: 46%;
}

#wizard #form_personal_details .form-group.country {
    clear: both;
}

#wizard #form_personal_details .form-group .col-sm-4 {
    width: 100%;
}

#wizard #form_personal_details .form-group .col-sm-8 {
    width: 100%;
}

#wizard #form_personal_details .form-group.dob {
    width: 100%;
    margin-right: 0;
}

#wizard #form_personal_details .register-form-row .register-form-row-col select {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    height: 36px;
    line-height: 1.42857;
    margin-right: 5%;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

#wizard #form_personal_details .register-form-row .register-form-row-col .day-div select.days {
    width: 100%;
}

#wizard #form_personal_details .register-form-row .register-form-row-col select:last-child {
    margin-right: 0;
}

#wizard #form_personal_details .register-form-row select:focus {
    border-color: #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

#wizard #form_personal_details .form-group.states {
    margin-right: 0;
    width: 100%;
}

#wizard #form_personal_details .register-form-row .register-form-row-col .month-div,
#wizard #form_personal_details .register-form-row .register-form-row-col .year-div {
    float: left;
    margin-right: 5%;
    width: 25%;
}

#wizard #form_personal_details .register-form-row .register-form-row-col .day-div {
    float: left;
    margin-right: 5%;
    width: 35%;
}

#wizard #form_personal_details .register-form-row .register-form-row-col .year-div:last-child {
    margin-right: 0;
}

#wizard #form_personal_details .register-form-row .register-form-row-col .year-div {
    float: left;
    width: 26%;
}

#form_personal_details .states select {
    width: 96%;
}

#wizard #form_personal_details .form-group.bios {
    margin-right: 0;
    width: 100%;
}

#form_personal_details .bios table#Bio_tbl {
    width: 100% !important;
}

#wizard #form_personal_details .indicates {
    float: left;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 15px;
    width: 100%;
    text-align: left;
}

#wizard #form_personal_details .save-conti,
#wizard #suggect_skill .save-conti,
#wizard #suggest_traits .save-conti {
    float: left;
    text-align: right;
    width: 96%;
}

#wizard #form_personal_details .save-conti .Info,
#wizard #suggect_skill .save-conti .Info {
    background: rgba(0, 0, 0, 0) url(../images/right-arrow-1.png) no-repeat scroll 87% 14px;
    border: 1px solid #fe0000;
    border-radius: 3px;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 35px 12px 25px;
}

#wizard #form_personal_details .save-conti .Info:hover,
#wizard #suggect_skill .save-conti .Info:hover,
#wizard #suggest_traits .save-conti .Info:hover,
input#portfolio-upload-btn:hover {
    border: 1px solid #000;
}

#wizard #suggect_skill .save-conti .Info {
    float: left;
}

#wizard #suggest_traits .save-conti .Info {
    background: rgba(0, 0, 0, 0) url("../images/right-arrow-1.png") no-repeat scroll 85% 15px;
    border: 1px solid #fe0000;
    border-radius: 3px;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 35px 12px 25px;
}

.left-inside input[type=radio] {
    position: absolute;
    visibility: hidden;
    display: none;
}

.left-inside label {
    color: #000;
    cursor: pointer;
    padding: 4px;
    float: left;
    width: 50%;
    margin: 0;
    background: #fff;
}

.left-inside input[type=radio]:checked+label {
    color: #fff;
    background: #4caf50;
}

.left-inside label+input[type=radio]+label {
    border-left: solid 1px #ccc;
}

.left-inside .fancy-input {
    border: 1px solid #ccc;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
    font-size: 12px;
    width: 66px;
    text-align: center;
}

.left-inside input[type="radio"]:checked+label.no {
    background: #f44336 none repeat scroll 0 0;
}

.left-inside {
    float: left;
    margin-bottom: 4%;
    width: 50%;
    height: 30px;
}

.left-inside .skills-names {
    float: left;
    width: 50%;
}

.left-skills {
    float: left;
    margin-bottom: 2%;
    width: 100%;
}

.missing-skills {
    float: left;
    width: 100%;
}

#wizard .left-inside label {
    margin: 0;
}

.skill_message {
    margin-bottom: 10px;
}

.left-inside .skills-names>p {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 14px;
}

#wizard .states .frm-select::after {
    right: 60px;
}

#wizard select.years::after {
    bottom: auto;
    color: #cfcfcf;
    content: "\f078";
    font: 10px/1 FontAwesome;
    left: auto;
    pointer-events: none;
    position: absolute;
    right: 25px;
    top: 12px;
}

h5.fail-msg {
    float: left;
    width: 100%;
}

.five-img h2 {
    font-weight: 400;
    margin-bottom: 0;
}

.five-img h3 b {
    color: #FE0000;
}

.five-img>p {
    font-size: 14px;
    margin-top: 10px;
}

.dwn-arrow.frm-select::after {
    right: 40px;
    top: 45px;
}

.age.dwn-arrow.frm-select::after {
    right: 20px;
}

.btn:focus {
    outline: 0;
    border-color: transparent;
    background-color: #fe0000;
    color: #fff;
}

.counter-msg {
    float: right;
    padding-right: 5px;
    padding: 0;
    background: #fe0000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    margin-right: -3px;
    position: absolute;
    right: 0;
}

li.info-comment {
    position: relative;
}

#wizard .missing-skills #suggect_skill>label,
#wizard .missing-skills #suggest_traits label {
    font-size: 15px;
    margin-bottom: 15px;
}

#wizard .missing-skills #suggect_skill>textarea,
#wizard .missing-skills #suggest_traits>textarea {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-top: 10px;
    resize: none;
    height: 90px;
    border: 1px solid #d2d2d2;
    width: 96%;
    font-family: 'Montserrat', sans-serif, Arial;
}

#wizard .fancybtn>button {
    background: #fe0000 url(../images/right-arrow-1-white.png) no-repeat scroll 75% 10px;
    border: medium none;
    border-radius: 10px;
    color: #fff;
    padding: 7px 50px 7px 35px;
    font-size: 13px;
}

#wizard .left-inside .fancybtn {
    width: 50%;
}

#wizard .fancybtn {
    float: left;
}

#wizard ul.social-btn {
    margin: 0;
}

#wizard .social-btn li.ng-scope {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 20px 80px 20px 20px;
}

#wizard .social-btn li.ng-scope a.connect {
    float: right;
    padding-top: 20px;
}

#wizard .social-btn li.ng-scope:last-child {
    margin-bottom: 0;
}

#wizard .social-btn li.ng-scope a {
    background: transparent none repeat scroll 0 0;
    margin: 0;
}

#wizard .social-btn a.btn-lg span {
    background-color: #bdbdbd;
    border-radius: 10px;
    float: left;
    font-size: 30px;
    padding: 5px 0;
    vertical-align: top;
    width: 42px;
}

#wizard .social-btn a.btn-lg p {
    color: #000;
    float: left;
    margin: 0;
    padding-left: 20px;
    padding-top: 5px;
    vertical-align: top;
    width: auto;
}

#wizard .social-btn a.btn-lg.btn-facebook span {
    padding-bottom: 0;
    padding-top: 10px;
    width: 40px;
}

#wizard .social-btn a.btn-lg.btn-instagram span {
    background: transparent none repeat scroll 0 0;
    color: #bdbdbd;
    font-size: 45px;
}

#wizard .social-btn a.btn-lg.btn-instagram p {
    padding-top: 12px;
}

.connect button.btn {
    background: url(../images/connect-icon.png) no-repeat scroll 89% 6px;
    border: 1px solid #fe0000;
    color: #000;
    margin: 0;
    padding: 7px 17px;
    padding-right: 40px;
    font-size: 15px;
}

#sblock_2 h3.red-color,
#sblock_3 h3.red-color {
    color: #1a1a1a;
}

span.most-popular {
    background: #212121;
    color: #fff;
    position: absolute;
    left: 0;
    top: -70px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    padding: 20px 10px;
    width: 100%;
    border-radius: 10px 10px 0 0;
    font-family: Montserrat-bold;
}

.subs-choose-btn label {
    border: 1px solid red;
    display: inline-block;
    color: #fe0000;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 3px;
    padding: 10px 20px;
    font-weight: 600;
    cursor: pointer;
}

.subs-choose-btn input[type="radio"] {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0;
    opacity: 0;
    height: 38px;
    cursor: pointer;
}

.see-more-block .subs-choose-btn label {
    background: #fe0000;
    color: #fff;
}

.features h2,
.benefits h2 {
    color: #fe0000;
    border: 1px solid #bdbdbd;
    border-width: 1px 0px 1px 0px;
    padding: 10px 0;
    font-size: 20px;
    font-weight: bold;
    margin-top: 40px;
}

.benefits ul {
    height: 83px;
}

.benefits ul,
.features ul {
    text-align: left;
    font-weight: bold;
    color: #424242;
    font-size: 14px;
    padding-left: 20px;
}

.benefits ul li,
.features ul li {
    margin-bottom: 5px;
}

.col-sm-2.or-sec- {
    text-align: center;
    padding: 20% 0;
    font-weight: bold;
}

.col-sm-2.or-sec-:after,
.col-sm-2.or-sec-:before {
    content: "";
    display: block;
    position: absolute;
    height: 30%;
    background: #bdbdbd;
    width: 1px;
    left: 50%;
}

.col-sm-2.or-sec-:after {
    bottom: 10%;
}

.col-sm-2.or-sec-:before {
    top: 10%;
}

#frm_login p.pull-right {
    margin-top: 0;
}

.month-year-end span.expiration {
    border: 0;
}

.month-year-end input {
    width: 100px;
    float: left;
    border: 1px solid #ccc;
}

.material span {
    float: left;
    padding-top: 10px;
    padding: 10px 10px 0;
}

.month-year-end {
    float: left;
    width: auto;
    padding-left: 5px;
}

.month-year-end label.label-name {
    float: left;
    position: absolute;
    top: 0;
    left: 20px;
}

.month-year-end {
    float: left;
    padding-left: 5px;
    position: relative;
    padding-top: 20px;
    width: auto;
}

.top-margin-30 {
    margin-top: 30px;
}

.top-margin-40 {
    margin-top: 40px;
}

.month-year-end label.error {
    position: absolute;
    top: 70px;
    left: 15px;
}

input.search-input::-webkit-input-placeholder {
    color: #757575 !important;
}

input.search-input::-moz-input-placeholder {
    color: #757575 !important;
}

input.search-input::-ms-input-placeholder {
    color: #757575 !important;
}

input.search-input.hasDatepicker::-webkit-input-placeholder {
    color: #757575 !important;
}

input.search-input.hasDatepicker::-moz-input-placeholder {
    color: #757575 !important;
}

input.search-input.hasDatepicker::-ms-input-placeholder {
    color: #757575 !important;
}

.info-list-right .mor-role-link {
    margin-bottom: 0;
    margin-top: 20px;
}

.show_more_activity button#show_more_activity_text {
    margin: 30px auto 0;
    float: none;
    display: table;
}

.photo-small {
    width: 55px;
    height: 55px;
    text-align: center;
}

.user-small {
    font-size: 0;
}

p.ng-binding {
    font-weight: normal;
}

input#telent_cv {
    padding-left: 0;
    top: -15px;
    opacity: 0;
    position: relative;
    border: 0;
    cursor: pointer;
    width: 180px;
    margin: 0;
    padding: 0;
    height: 36px;
    display: inline-block;
}

.file-upload {
    position: relative;
    top: 27px;
    background: #ebebeb;
    width: auto;
    margin: 0;
    padding: 0;
}

.close {
    font-weight: bold;
}

#ChatMessages {
    width: 100%;
}

.media.conversation {
    width: 95%;
    float: left;
    padding: 10px;
    position: relative;
}

#ChatMessages .lfloat.prof-photo-img {
    float: left;
    margin-right: 20px;
}

#ChatMessages .media-body p {
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 0;
}

#ChatMessages .media-body span.message-time {
    font-size: 11px;
    text-align: right;
    float: right;
    width: 100%;
    display: block;
    padding-top: 10px;
    padding-right: 10px;
}

#ChatPopup .msg-date {
    color: #6b6b6b !important;
    border: none !important;
    box-shadow: none !important;
    width: 100%;
    padding: 10px 0 11px;
    font-size: 14px;
    float: left;
    background: #f7f7f7 !important;
    display: block;
}

#ChatPopup .conversation-wrap {
    box-shadow: none !important;
}

#ChatPopup h4.modal-title {
    text-align: center;
    padding-top: 10px;
    font-size: 18px;
    padding-bottom: 0;
    font-weight: bold;
    margin-bottom: -10px;
}

#ChatPopup .modal-header {
    padding-bottom: 0;
    padding-top: 10px;
}

#ChatPopup textarea.form-control {
    height: auto;
    font-weight: normal;
    min-height: 80px;
    font-size: 16px;
    line-height: 18px;
    border: 1px solid #eaeaea;
    padding: 20px;
}

#ChatPopup .btn-panel .btn {
    color: #fe0000;
    transition: 0.2s all ease-in-out;
    background: transparent;
    font-size: 16px;
    padding: 8px 10px;
    border-radius: 5px;
    border: 1px solid #fe0000;
    margin-top: 20px;
}

#ChatPopup .btn-panel .btn:hover {
    color: #fff;
    background: #fe0000;
}

#ChatPopup .send-wrap {
    width: 100%;
    float: left;
}

#ChatPopup div#uploaded_images {
    text-align: center;
    font-size: 13px;
}

#ChatPopup div#uploaded_images .img-responsive {
    margin-bottom: 10px;
}

#ChatPopup .send-wrap label.btn.btn-primary.uploadselect {
    position: absolute;
    bottom: 25px;
    padding: 3px 10px;
    border-radius: 5px;
    color: #c2c2c2 !important;
    background: transparent !important;
    border: 1px solid #d5d5d5 !important;
    font-size: 25px;
}

#ChatPopup .send-wrap label.btn.btn-primary.uploadselect:hover {
    background: #fe0000;
    color: #fff;
}

ul.attach-list {
    padding-bottom: 0;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

span.seen-status {
    background: url("../images/tick.png") no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: -5px;
    bottom: 7px;
    background-size: 15px;
}

textarea#suggested_skill {
    border: 1px solid #d2d2d2;
    resize: none;
    height: 90px;
    width: 96% !important;
}

.remove1,
.remove-url {
    color: #fe0000;
    border: 1px solid red;
    position: relative;
    display: inline-block;
    border-radius: 5px;
    padding: 5px 10px 5px 25px;
    font-size: 13px;
    cursor: pointer;
}

span.remove-url {
    margin-left: 15px;
}

.remove1:before,
.remove-url:before {
    content: "x";
    display: block;
    position: absolute;
    left: 10px;
    top: 0px;
    font-size: 20px;
    line-height: 25px;
}

.video-area {
    /*float: left;
    height: auto;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center;
    width: 210px;*/
}

div#video_links {}

.wizard>.actions a,
.wizard>.actions a:hover,
.wizard>.actions a:active {
    background: #fe0000;
}

input.btn.textb.btn-primary.ng-binding.ng-hide {
    border-radius: 3px;
    padding: 8px 15px;
    border: 0;
}

.images-div-block {
    width: 190px;
    padding: 0px;
    margin: 30px 10px 10px;
    float: left;
    text-align: center;
}

.images-div-block .image-pblock {
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
}

.images-div-block .remove1 {
    margin-top: 20px;
}

span.red {
    float: none;
    color: red;
    padding: 5px;
}

.image-engager-block .file-upload {
    top: 7px;
}

.image-engager-block input[type=file] {
    margin-top: -36px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    height: 40px;
    opacity: 0;
    cursor: pointer;
}

.link-block {
    text-align: center;
}

input.search-input.hasDatepicker {
    background: #fff;
    border: 1px solid #cccccc;
    padding-left: 10px;
    background-image: url(../images/date-picker-icon.png);
    font-size: 13px;
    background-repeat: no-repeat;
    background-position: 98% center;
}

a.autonext_finish {
    padding: 0.6em 2em;
    background: #464646 !important;
    border-radius: 3px !important;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 9px 14px !important;
    color: #fff;
    border: 1px solid #464646 !important;
}

a.autonext_finish:hover,
a.autonext_finish:focus {
    background: #fff !important;
    color: #464646 !important;
}

.left-pro-sec ul.list-inline.text-center.pull-left.user-pro-rating {
    margin-top: 0 !important;
}

.profile-top-links>ul {
    margin-top: 0;
}

.editable-inline .left-pro-sec {
    margin-top: -13px;
}

.left-pro-sec {
    margin-top: -6px;
}

.footer-blk .footer-menu-list h6 {
    margin-top: 0;
}

.talent-profile-video-block {
    float: left;
    width: 47%;
    text-align: center;
    padding: 0;
    margin-right: 3%;
    margin-top: 3%;
    height: 185px;
    overflow: hidden;
    border: 1px solid #474747;
    border-radius: 5px;
}

.talent-profile-video-block img {
    height: 100%;
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
    object-position: center;
}

.talent-profile-video-block .video-hover-show {
    width: 100%;
    height: 100%;
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    cursor: pointer;
}

.talent-profile-video-block .video-hover-show .video-div-block {
    display: table;
    width: 100%;
    height: 100%;
}

.talent-profile-video-block .video-hover-show .video-div-block p {
    font-weight: bold;
    font-size: 17px;
    margin: 0;
    line-height: 26px;
}

.video-talent .talent-profile-video-block:hover .video-hover-show {
    display: block
}

.talent-profile-video-block .video-hover-show span {
    display: table-cell;
    vertical-align: middle;
}

.talent-profile-video-block iframe {
    width: 100%;
    height: 100%;
}

.right-pro-sec .video-talent .masonry-imgs {
    display: table;
    width: 100%;
}

.right-pro-sec .video-talent a.group1.add-image {
    float: none;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
}

.right-pro-sec table {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 27px;
    width: 98.1%;
}

.right-pro-sec td,
.right-pro-sec th {
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    width: auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
}

.right-pro-sec td:first-child,
.right-pro-sec th:first-child {
    border-left: 0;
}

.right-pro-sec tr,
.right-pro-sec tr {
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.right-pro-sec table td img {
    width: 130px;
    height: auto;
    margin-right: -25px;
}

.material span.error,
span.error {
    float: none;
    padding-top: 5px;
    display: none;
}

.shedule-popup .user-rating.msg .datetimepicker {
    text-align: center;
}

.shedule-popup h4.modal-title {
    text-align: center;
    text-transform: capitalize;
    font-weight: bold;
    padding: 20px 0 0;
    font-size: 20px;
}

.shedule-popup .datetimepicker input {
    border: 1px solid #ccc;
    width: 180px;
    padding: 10px;
    height: 40px;
    border-radius: 5px;
    margin: 0 auto;
    float: none;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
}

.shedule-popup .datetimepicker input:focus {
    border-bottom: 1px solid #fe0000;
    outline: none;
}

.counter-audition {
    text-align: center;
    width: 100%;
    padding: 15px;
    font-size: 24px;
    font-weight: bold;
}

.section.ng-scope.user-rating.msg {
    padding-bottom: 20px;
    border-top: 1px solid #ccc;
    padding-top: 30px;
    margin-top: -10px;
}

h2.upgrade-plan-options {
    margin-bottom: 40px;
}

h2.upgrade-plan-options p {padding: 22px 50px 0;}

.subs-choose-btn {
    margin-bottom: 10px;
}

.show_more_roles {
    text-align: center;
}

.rolesection ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-bottom: 0;
    text-align: left;
    line-height: 30px;
}

.rolesection ul img {
    margin-bottom: 10px;
}

.role-popup .modal-header {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}

.right-info-block-list ul li.info-all-delete a {
    background-position: -113px top;
    font-size: 0;
}

.upload-pic-text {
    background: #fff;
    margin-top: 30px;
}

input#coverfile {
    opacity: 0;
    position: relative;
    top: -32px;
    height: 50px;
    cursor: pointer;
    margin-bottom: -30px;
    z-index: 99;
}

.login-mob input.btn.btn-primary.ng-binding {
    margin-left: 0;
}

.step-subscription-register h2.title-name {
    padding-left: 0;
}

.modal-header .close {
    font-size: 40px;
    font-weight: bold;
    /*margin-top: -12px;*/
}

.pro-info .break-line {
    padding-top: 13px;
    display: block;
    clear: both;
}

.right-info-block.fl-left.info-badge {
    float: right;
    padding: 17px;
    position: relative;
}

.talent-role-list-view li.pro-info-title {
    width: 100% !important;
}

#sub-title-area {
    /*display: none;*/
}

.upload-pic .imageBox {
    height: 450px;
}

.upload-pic .imageBox {
    background-size: 100% 100%;
}

.imageBox.editProjectBox.projectbox,
.imageBox.roleBox.projectbox {
    background-size: inherit;
    background-position: center;
}

.upload-pic div {
    float: left;
    width: 100%;
}

.imageBox {
    position: relative;
    height: 400px;
    width: 400px;
    border: 1px solid #aaa;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor: move;
}

.imageBox .thumbBox {
    position: static;
    width: 400px;
    height: 400px;
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid rgb(102, 102, 102);
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
    background: none repeat scroll 0% 0% transparent;
    margin: 24px auto 0;
    float: none;
}

#edit_profile_frm #profile-picture-area .imageBox .thumbBox {
    border-radius: 100%;
}

.user-login form#role_application_form .btn.btn-primary {
    margin-left: 0;
}

.portfolio-block-upload .portfolio-image {}

.portfolio-block-upload #portfoliofiles {
    position: relative;
    top: -17px;
    opacity: 0;
    height: 40px;
}

.profile-coverbl {
    position: absolute;
    width: 100%;
    height: 100%;
    float: left;
}


/* 16-8-18 */

span.delete.delete-image {
    position: absolute;
    top: 30px;
    right: 7px;
    font-size: 12px;
    color: #636363;
    background: #fff;
    border-radius: 100%;
    text-align: center;
    height: 18px;
    z-index: 9;
    width: 18px;
    line-height: 18px;
    cursor: pointer;
}

span.delete.delete-image.search {
    top: 53px
}

.editable-inline .editable-content span.edit,
.editable-inline .talent-profile-video-block span.edit {
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 10px;
    width: 18px;
    z-index: 9;
    line-height: 18px;
    height: 18px;
    background: #fff;
    text-align: center;
    color: #fc0009;
    border-radius: 100%;
    cursor: pointer;
}

.editable-inline .talent-profile-video-block span.edit,
.editable-inline .talent-profile-video-block span.delete.delete-image {}

.editable-inline .editable-content span.edit {
    line-height: 22px;
}

.editable-inline .editable-content .edit-img:hover:after {
    background: rgba(137, 21, 21, 0.7);
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 5px;
    border: 1px #a28281 dashed;
}

.video-talent .talent-profile-video-block.private-video:hover:after {
    background: rgba(255, 0, 0, 0.7);
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    height: 100%;
    width: 100%;
    /*border-radius: 5px;
    border: 1px #a28281 dashed;*/
}

.editable-inline .editable-content span.edit i.fa.fa-pencil.th-name {
    top: -2px;
    position: relative;
    padding: 0;
    border: 0;
    left: 0px;
    background: transparent;
}

.editable-inline .editable-content.masonry-brick {
    padding: 10px;
    overflow: visible;
    border: none;
}

.editable-inline .box.col3.editable-content.masonry-brick:hover {
    background: transparent;
    border: 0;
}

a.group1.add-image img {
    border: 0;
    width: auto;
    max-width: inherit;
    display: inline-block;
    height: auto;
    border-radius: 0;
}

a.group1.add-image {
    background: #fff;
    padding: 50px 30px;
    float: left;
    border-radius: 5px;
    margin-left: 10px;
    border: 1px solid #fe0000;
    margin-top: 10px;
}

.location-profile .editable-content {
    padding-top: 0px;
}

.location-profile {
    line-height: 24px;
}

.editable-inline .about-me.read-more .editable-content .bio-list.readlist {
    max-height: inherit;
}

.about-me .editable-content p {
    margin-top: 0;
}

.about-me .editable-content {
    padding-top: 3px;
}

.editable-inline .editable-content .bio-list.readlist {
    height: auto !important;
    max-height: 220px;
}

.about-me p {
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
}

.left-button {
    float: left;
}

.right-button {
    float: right;
}

.left-button .editable-content {
    padding-top: 7px;
}

.right-button .btn {
    border-radius: 0;
    font-size: 12px;
    font-weight: 600;
    padding: 15px 10px;
}

.button-block {
    position: absolute;
    width: 100%;
}

.left-button .editable-content {
    padding-top: 7px;
    margin-top: 10px;
    height: 36px;
    font-size: 14px;
}

.left-button .editable-content.show {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.left-button .editable-content h4 {
    margin: 2px 0;
}

.right-button .btn a {
    color: #fff;
}

.right-button .btn:hover a {
    color: #fe0000;
}

.editable-content h5 {
    position: absolute;
}

.new-popup-design .modal-header h4.modal-title {
    text-align: left !important;
    font-weight: 600;
}

.new-popup-design .modal-header {
    border-bottom: 2px solid #d4d4d4 !important;
    color: #fe0000;
    text-align: left;
    padding: 20px 30px 10px;
    font-size: 20px;
}

.new-popup-design .modal-header .close {
    color: #5d5d5d;
    font-weight: 400;
    margin: -10px -20px 0 0px;
}

.new-popup-design .modal-body {
    padding: 10px 0px;
}

.head-type-title {
    color: #333;
    font-weight: bold;
    padding: 0 30px;
}

.new-popup-design .profile-talent {
    position: relative;
    width: auto !important;
    float: left !important;
    text-align: left !important;
    padding-bottom: 20px;
    margin-top: 30px;
}

.preview-picture {
    float: left;
    margin-right: 40px;
}

.profile-talent input {
    position: absolute;
    width: auto;
    padding: 7px;
    opacity: 0;
}

.new-popup-design ul li {
    color: #424242;
    margin: 5px 0;
    font-size: 16px;
}

.new-popup-design .modal-content {
    float: left;
    width: 100%;
}

.new-popup-design .button-set.bottom-right {
    width: 100%;
    text-align: right;
    float: left;
    padding-bottom: 30px;
    padding-top: 10px;
    border-top: 2px solid #d4d4d4 !important;
    padding: 20px 30px;
    margin-top: 30px;
    position: relative;
}

.new-popup-design ul.form-create-page {
    padding-left: 30px !important;
}

.new-popup-design .drop-pop-page ul {
    padding-left: 50px;
}

.new-popup-design .button-set.bottom-right input {
    margin-top: 0;
    float: right;
}

.upload-pro-new {
    border: 1px solid #fe0000;
    cursor: pointer;
    font: 14px Montserrat;
    padding: 9px 10px;
    width: 120px;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    background: #fe0000;
    color: #fff;
    border-radius: 3px;
}

.image_crop_modal .profile-talent:hover .upload-pro-new {
    background: #fff !important;
    color: #fe0000 !important;
}

#profilePhoto.editable-content-no {
    padding: 10px 5px;
    border: 1px #fff dashed;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    margin-top: 7px;
}

#profilePhoto.editable-content-no i.fa.fa-pencil.th-profilePhoto {
    background: #fff;
    border-radius: 100%;
    color: #ff0000;
    font-size: 10px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    margin-right: 3px;
    position: relative;
    top: -2px;
}

.success1,
.skill_message {
    color: green;
    padding: 0 0 0 30px;
    font-size: 16px;
}

.new-popup-design .error {
    padding-left: 30px;
    font-size: 16px;
    margin-top: -10px;
    margin-bottom: 30px;
}

.loader,
.replace_image_loader,
.replace_profile_image_loader {
    border: 6px solid #f3f3f3 !important;
    border-top: 6px solid #fe0000 !important;
    width: 40px !important;
    height: 40px !important;
}

.new-popup-design div#message {
    padding-left: 30px;
}

.image_crop_modal .new-popup-design .action {
    margin-top: -30px;
}

.box.col3.masonry-brick {
    padding-right: 2%;
    padding-top: 3%;
}


}
.new-popup-design .notes {
    color: #333;
    font-size: 13px;
    padding: 10px 0;
}
.new-popup-design .left-skills {
    float: left;
    margin-bottom: 2%;
    width: 100%;
    padding: 10px 0 0 30px;
    color: #333;
}
.new-popup-design .fancybtn>button {
    background: #fe0000 url(../images/right-arrow-1-white.png) no-repeat scroll 75% 10px;
    border: medium none;
    border-radius: 10px;
    color: #fff;
    padding: 7px 50px 7px 35px;
    font-size: 13px;
}
.new-popup-design .left-skills .left-inside .fancybtn {
    width: auto;
}
.new-popup-design .fancybtn {
    float: left;
}
.new-popup-design .left-inside label {
    margin-bottom: 0;
}
.new-popup-design input.close {
    background: transparent;
    border: 1px solid #dddddd;
    color: #6c6c6c;
    padding: 10.5px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 3px;
    line-height: 1.42857143;
    margin-right: 10px;
    float: right;
}
.new-popup-design .missing-skills-inner textarea {
    font-size: 14px !important;
    padding: 15px !important;
    box-shadow: none !important;
    border: 1px solid #ccc !important;
    border-radius: 3px !important;
    width: 91% !important;
    margin-bottom: 20px;
    resize: none;
    height: 90px;
    font-family: 'Montserrat', sans-serif, Arial;
}
.new-popup-design .missing-skills-inner label {
    font-size: 15px;
    padding-bottom: 10px;
    margin-top: 10px;
    color: #333;
}
.missing-skills-inner {
    padding: 0 30px;
}
.new-popup-design .missing-skills-inner textarea:focus {
    border-bottom: 1px solid #fe0000 !important;
    outline: none !important;
}
.skill-button-set input {
    float: right;
}
.edit-area {
    margin: 0 -33px !important;
    padding: 0 33px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.editable-content.show .edit-area {
    cursor: initial;
}
.editable-content.show .bio-list.readlist {
    display: block !important;
}
span.drag {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #000;
    background: #fff;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    line-height: 18px;
    text-align: center;
    z-index: 9;
    font-size: 12px;
}
span.plus-icon {
    position: relative;
    display: block;
    text-align: center;
    font-size: 3em;
    font-weight: 400;
}
a.group1.add-image {
    background: #fff;
    padding: 40px 30px;
    float: left;
    border-radius: 5px;
    margin-left: 10px;
    border: 1px solid #fe0000;
    margin-top: 10px;
    width: 100%;
    left: -10px;
    position: relative;
    top: -10px;
    height: 158px;
    font-size: 18px;
    color: #fe0000;
}
.right-pro-sec #list1 li {
    float: left;
    width: 31%;
    padding: 0;
    height: 160px;
    border: 0;
    overflow: hidden;
    border-radius: 5px;
}
span.add-image-text {
    text-align: center;
    display: block;
    padding: 20px 0;
    font-size: 20px;
    font-weight: 600;
}
.editable-inline label.website-link {
    position: relative;
    left: 31px;
    top: -5px;
}
.editable-content .fa.fa-check-circle {
    z-index: 9;
}
.video-popup-input .inner-link-in {
    padding: 0;
}
.video-popup-input .inner-link-in input {
    padding: 10px;
    width: 83%;
    margin: 0px 0px 10px 30px;
    /*color: #fff !important;*/
}
.footer-video-popupnew p.head-type-title {
    display: inline;
    text-align: left;
    float: left;
    padding-left: 0;
}
.box.col3.add-image {
    margin-top: 3%;
    margin-right: 2%;
    width: 31.333%;
}
.video-popup-input input#editVideoSubmit,
.video-popup-input input#addVideoSubmit {
    margin-right: 13%;
    float: right;
}
.footer-video-popupnew span#replace_upload_profile_pic {
    width: auto;
    background: #000;
    color: #fff;
    border: #000;
    position: absolute;
    right: 13%;
    padding: 15px;
}
.footer-video-popupnew input#upload_replace_video,
.footer-video-popupnew input[type=file] {
    position: absolute;
    right: 13%;
    top: 20px;
    height: 47px;
    width: 160px;
    cursor: pointer;
    opacity: 0;
    z-index: 99;
}
.footer-video-popupnew input#upload_video_thumbnail {
    width: 250px;
}
.footer-video-popupnew span.file-type-message,
.footer-video-popupnew .file-type-message-thumbnail,
.footer-video-popupnew .file-loaded-thumbnail {
    position: absolute;
    width: 83%;
    right: 13%;
    font-size: 12px;
    bottom: 20px;
}
.footer-video-popupnew .file-loaded-thumbnail {
    margin: 0;
}
#profile-skills p {
    padding-left: 30px;
    color: #333;
    padding-right: 30px;
}
.location-profile .edit-area {
    display: inline;
}
.skill-title {
    float: left;
    font-weight: 600;
    width: 100%;
    font-size: 18px;
}
.modern-skills-block #profilePhoto.editable-content-no {
    width: 120px;
    position: relative;
}
.modern-skills-block span.edit-area-no {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    padding: 9px 37px;
    font-weight: 600;
    font-size: 16px;
}
.editable-inline .modern-skills-block #profilePhoto.editable-content-no:hover,
#profilePhoto.editable-content-no:hover {
    background: rgba(137, 21, 21, 0.7);
    border: 1px #a28281 dashed;
    color: #f9b0b1;
}
#profile-skills .left-inside .skills-names p {
    padding-left: 0;
    padding-right: 0;
}
.editable-inline #image_container .box.col3 {
    width: 31.333%;
    margin-right: 1.8%;
    margin-top: 3%;
    height: 160px;
    overflow: hidden;
    padding: 0;
    /*border: 1px solid #474747;*/
    
    border: 1px solid #474747;
    border-radius: 5px
}
.editable-inline #image_container .box.col3.add-image {
    border: 0 none;
}
.editable-inline #image_container .box a.movable-dv {
    min-height: inherit;
}
.editable-inline #image_container .box a.movable-dv {
    border: 1px solid #474747;
    border-radius: 5px;
    display: block;
    width: 100%;
    max-width: 100% !important;
    height: auto;
    min-height: 160px;
}
.editable-inline #image_container .box a.group1 {
    z-index: 3;
}
.editable-inline .about-me .btn-container {
    text-align: center;
}
.video-talent .box.col3.add-image {
    width: 47%;
}
.video-talent .box.col3.add-image a.group1.add-image {
    height: 185px;
}
.video-talent .box.col3.add-image a.group1.add-image span.plus-icon {
    padding: 10px;
    font-size: 4em;
}
.top-banner-profile .right-button {
    float: right;
    text-align: right;
    width: 70%;
}
.editable-inline .right-pro-sec #list1 li.box img {
    /* width: 100% !important; 
    transform: scale(1.8);
	-webkit-transform: scale(1.8);
	-moz-transform: scale(1.8);*/
}
.image_crop_modal .new-popup-design #edit_profile_frm .error_msg,
.image_crop_modal .new-popup-design #replace_profile_frm .error_msg {
    position: relative;
    top: -30px;
    width: auto;
    right: 0;
    margin: auto;
    left: 30px;
}
.editable-inline .top-banner-profile-inner .editable-content .edit-area {
    margin: 0 -60px !important;
    padding: 0 45px 0 65px;
    display: block;
    color: #fff;
}
.editable-inline .top-banner-profile-bottom.editable-content i.fa.fa-pencil.th-count {
    top: 25px;
}
.new-popup-design ul.social-btn {
    margin: 40px 0;
    padding-right: 30px;
    padding-left: 30px;
}
.new-popup-design .social-btn li.ng-scope {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 20px 80px 20px 20px;
}
.top-banner-profile-bottom.editable-content {
    padding-top: 20px;
}
.new-popup-design .social-btn li.ng-scope a.connect {
    float: right;
    padding-top: 20px;
}
.new-popup-design .social-btn li.ng-scope:last-child {
    margin-bottom: 0;
}
.new-popup-design .social-btn li.ng-scope a {
    background: transparent none repeat scroll 0 0;
    margin: 0;
}
.new-popup-design .social-btn a.btn-lg span {
    background-color: #bdbdbd;
    border-radius: 10px;
    float: left;
    font-size: 30px;
    padding: 5px 0;
    vertical-align: top;
    width: 42px;
}
.new-popup-design .social-btn a.btn-lg p {
    color: #000;
    float: left;
    margin: 0;
    padding-left: 30px;
    padding-top: 5px;
    vertical-align: top;
    width: auto;
}
.new-popup-design .social-btn a.btn-lg.btn-facebook span {
    padding-bottom: 0;
    padding-top: 10px;
    width: 40px;
}
.new-popup-design .social-btn a.btn-lg.btn-instagram span {
    background: transparent none repeat scroll 0 0;
    color: #bdbdbd;
    font-size: 45px;
}
.new-popup-design .social-btn a.btn-lg.btn-instagram p {
    padding-top: 12px;
}
.connect button.btn {
    background: url(../images/connect-icon.png) no-repeat scroll 89% 6px;
    border: 1px solid #fe0000;
    color: #000;
    margin: 0;
    padding: 7px 17px;
    padding-right: 40px;
    font-size: 15px;
}
.top-banner-profile-bottom.editable-content {
    clear: both;
    float: right;
    width: auto;
}
.new-popup-design span.error_msg_insta.error {
    margin-top: 0;
}
span#social_msg.success1 {
    position: absolute;
    top: 15px;
}
.new-popup-design span.error_msg_insta.error {
    position: absolute;
    top: 10px;
}
.footer-video-popupnew span#upc_name {
    margin-top: -18px;
    float: right;
    text-align: left;
    margin-right: 10%;
    font-size: 12px;
}
.footer-video-popupnew .file-loaded {
    margin-top: 60px;
    float: right;
    text-align: left;
    margin-right: 10%;
    font-size: 12px;
    margin-bottom: 0;
    position: absolute;
    bottom: 3px;
    right: 3%;
}
#wizard #form_personal_details .form-group.new-textarea-quote {
    width: 96%;
}
#wizard #form_personal_details .form-group.new-textarea-quote textarea {
    resize: none;
    height: 100px;
}
.video-talent .link-block {
    float: left;
    width: 100%;
}
.right-pro-sec .profile-top-links ul li {
    float: none;
    list-style: none;
    height: auto;
    width: auto;
    border: 0;
    display: inline;
    margin: 0 2.5% 0 0;
    position: relative;
    overflow: visible;
}
.right-pro-sec .profile-top-links ul li a {
    font-weight: bold;
    text-transform: uppercase;
}
.profile-top-links {
    text-align: left;
    margin-top: -25px;
    display: flex;
}
.editable-content:hover {
    background-color: rgba(137, 21, 21, 0.7) !important;
    border: 1px #a28281 dashed !important;
}
.editable-inline #image_container .editable-content:hover {
    border: 0 none !important;
}
.profile-top-links>ul {
    padding-left: 0;
    width: auto;
    float: left;
    margin-bottom: 0;
    display: flex;
    width: 100%;
}
.right-pro-sec .profile-top-links ul ul {
    position: absolute;
    left: 0;
    top: 20px;
    padding: 0;
    width: 300px;
    margin-top: 0;
    z-index: 99;
}
.right-pro-sec .profile-top-links>ul ul>li {
    font-size: 10px;
}
.right-pro-sec .profile-top-links ul.pro-sharing-sec {
    float: right;
    width: auto;
    margin-right: -10px;
    margin-top: -10px;
}
.right-pro-sec .profile-top-links ul.pro-sharing-sec li {
    width: 54px;
    height: 53px;
    float: left;
    margin: 0;
    margin: 0 auto;
    text-align: center;
}
.right-pro-sec .profile-top-links ul.pro-sharing-sec li:hover span {
    color: #ffffff;
}
.right-pro-sec12 {
    clear: both;
    overflow: hidden;
}
.right-pro-sec .skill-traits-block ul ul {
    margin: 20px 33px 0px;
}
#proffession {
    font-size: 13px;
    position: relative;
    top: 0;
    line-height: 24px;
}
.about-me .btn-container {
    text-align: center;
}
.show_more_images {
    width: 100%;
    clear: both;
    float: left;
}
.link-block.show-more {
    margin-top: 0;
}
.link-block {
    text-align: center;
    clear: both;
    float: left;
    width: 100%;
}
.skill-traits-block ul {
    margin-bottom: 50px;
    margin-top: 10px;
}

/*.createroleareanew button.btn.btn-primary.ng-binding { margin-left: 0;}*/
.editproject-new button.btn.btn-primary {
    margin-left: 15px;
}
.social-audience span {
    color: #fe0000;
    font-weight: bold;
    font-size: 18px;
}
#bottom_info .auditions-inner {
    background-position: 0 5px;
    width: 100%;
}
#bottom_info span.counter-text {
    font-size: 13px;
}
.share42init {
    position: absolute;
    right: -3px;
    top: 55px;
    z-index: 91;
    padding: 5px;
    background: rgba(0, 0, 0, 0.82);
    border-radius: 5px;
}
.share42init a {
    display: block !important;
    margin: 0 0 6px 0 !important
}
.left-pro-sec .website-link {
    margin-left: 0;
    display: block;
    margin-top: 10px;
}
.editable-content.name-full i.fa.fa-pencil.th-name {
    top: 13px;
}

#bio_edit_ckeditor {margin-top: 20px;}

#bio_edit_ckeditor .cke_wysiwyg_frame, #bio_edit_ckeditor .cke_wysiwyg_div, #bio_edit_ckeditor .cke_inner {background: transparent}

#bio_edit_ckeditor  .cke_top {background-color: #dbdbdb}

#bio_edit_ckeditor i.up-bio {float: right; margin-top: 20px; font-size: 40px;}


#bio_edit_ckeditor  #cke_1_contents {height: 400px !important;}

#bio_edit_ckeditor  .cke_bottom {background: transparent; border-top: 0;}

.purchase-grp.panel-heading  {padding-top: 20px;}

.purchase-grp.panel-heading .form-group {margin-bottom: 18px;}
#frm_subscription_checkout .col-sm-8 {padding-left: 0}


#cancelModal button.btn {margin: 0 10px}

#cancelModal .modal-body {min-height: 95px !important}

#cancelModal .modal-header .modal-title {padding-top: 30px}

.modern-skills-block {
    margin-top: 18px;
}
.right-pro-sec {
    position: relative;
}
.inner-link-in i.fa {
    left: 10px;
    position: relative;
    top: 6px;
    color: #b8b8b8;
    font-size: 24px;
    cursor: pointer;
    margin-right: 5px;
}
.button-set.bottom-right.footer-video-popupnew {
    margin-bottom: 20px;
    height: 100px;
    margin-top: 0;
}
.my-profile .container {
    position: relative;
}
.banner-bottom.hire-talent:hover a,
.banner-bottom.talent-apply:hover a {
    background: transparent;
    color: #fe0000;
    border: 1px solid #fe0000;
    text-decoration: none;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.banner-bottom.talent-apply:hover a {
    color: #fff;
    border: 1px solid #fff;
}
.notes {
    color: #333;
    font-size: 14px;
    padding-top: 5px;
}
.new-popup-design-login .user-login .modal-header {
    padding: 0;
}
.new-popup-design-login .user-login .modal-body {
    padding-bottom: 15px;
    background: #ebebeb;
    border: 0;
}
.new-popup-design-login .user-login .container {
    background: #ebebeb;
    max-width: 550px;
}
.new-popup-design-login .user-login .modal-header {
    padding: 0;
}
.modal-dialog.new-popup-design-login {
    max-width: 550px;
}
.new-popup-design-login .user-login .table-row.form-main.clearfix {
    padding-top: 15px;
    padding-bottom: 0;
}
.new-popup-design-login .user-login .col-sm-12.social-block.text-center {
    clear: both;
}
.top-level-profile {
    min-height: 540px;
    position: relative;
}
.profile-image-block img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.top-level-profile .top-banner-profile {
    min-height: initial;
}
button.ytp-large-play-button.ytp-button {
    position: absolute;
    left: 62px;
    top: 31%;
    width: 5.5em;
    height: 3em;
    background: transparent;
    border: 0;
}
#video_links .video-area {
    /*float: left;
    height: auto;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center;
    width: 212px;
    position: relative;
    min-height: 260px;*/
}
#video_links .video-area a.youtube.plain-video {
    display: block;
}
#uploaded_videos #video_links .video-area iframe {
    width: 100%;
    margin: 0 auto;
    height: 60px;
}
.youtube.plain-video:hover button.ytp-large-play-button.ytp-button path.ytp-large-play-button-bg {
    -moz-transition: fill .1s cubic-bezier(0.0, 0.0, 0.2, 1), fill-opacity .1s cubic-bezier(0.0, 0.0, 0.2, 1);
    -webkit-transition: fill .1s cubic-bezier(0.0, 0.0, 0.2, 1), fill-opacity .1s cubic-bezier(0.0, 0.0, 0.2, 1);
    transition: fill .1s cubic-bezier(0.0, 0.0, 0.2, 1), fill-opacity .1s cubic-bezier(0.0, 0.0, 0.2, 1);
    fill: #f00;
    fill-opacity: 1;
}
#wizard #videodiv #portfoliovideolink .five-img {
    width: 100%;
    float: left;
    padding: 0 10px 10px;
    margin-right: 1%;
}
#wizard #videodiv #portfoliovideolink .file-format {
    background-color: #eeeeee;
    border-radius: 5px;
    float: left;
    font-size: 14px;
    padding: 20px 20px 30px;
    width: 100%;
}
#wizard #videodiv #portfoliovideolink .file-format li {
    list-style: disc;
    margin-left: 25px;
    line-height: 25px;
    font-weight: 500;
}
.right-info-block.left-auditions ul li.info-video.live-video a {
    background-position: -160px -177px;
}

/*
.right-info-block.left-auditions ul li.info-video.live-video a:hover {
background-position: -159px -126px;
}*/
p.datetimepicker-title {
    position: relative;
    top: 28px;
    font-size: 12px;
    color: #fe0000;
}
div#shedulepopup {
    float: left;
    background: #fff;
}
div#calendar_div {
    float: left;
    width: 100%;
}
#shedulepopup .section.ng-scope.user-rating.msg {
    float: left;
    width: 100%;
    background: #fff;
    text-align: center;
    position: relative;
    z-index: 0;
    padding: 0 0 10px;
    margin: 0;
    border: 0;
}
#auditions .link-block {
    margin: 0 0 20px;
}
.audition-success-msg {
    color: green;
    margin-bottom: 0;
}
.shedule-popup.in .modal-dialog {
    width: 60%;
    text-align: center;
}
button.btn.mng-app {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
button.btn.mng-app:hover {
    background: transparent;
    color: #000;
    border: 1px solid #000;
}
.user-login form .material textarea.form-control.custom_role_description {
    height: 350px;
}
.talent-role-list-view .bottom-info {
    width: 100%;
    float: left;
    background: #060606;
    padding: 0;
    display: flex;
}
.disabled-click {
    pointer-events: none;
    opacity: 0.5
}
.talent-role-list-view .bottom-info div {
    float: left;
    width: 25%;
    padding: 0;
}
.talent-role-list-view .bottom-info div a {
    padding: 10px 0;
    font-weight: 600;
    font-size: 11px;
    float: none;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.talent-role-list-view .bottom-info>div a.applied {
    color: #fe0000;
}
.talent-role-list-view .bottom-info>div a.applied i.fa-file-text-o:before,
.left-info-role .actionbasebutton .role-list-action li i.fa.fa-file-text-o:before {
    content: "\f15c";
}
.talent-role-list-view .bottom-info div a:hover {
    color: #ffffff;
}
.talent-role-list-view .bottom-info>div:hover {
    background: #fe0000;
}
.talent-role-list-view .bottom-info>div.active {
    background: #000000
}
.talent-role-list-view .bottom-info.app-bottom-info-role>div:hover {
    background: transparent;
}
.modal-dialog.new-popup-design-role-apply .modal-body {
    padding: 0 30px 30px;
}
.modal-dialog.new-popup-design-role-apply .section.ng-scope.user-login {
    min-height: inherit;
}
.modal-dialog.new-popup-design-role-apply {
    width: 50%;
}
.talent-table table {
    width: 100%;
}
.talent-table table thead td {
    font-weight: bold;
    color: #000;
    text-align: left;
}
.talent-table table td {
    padding: 10px 10px;
    border: 1px solid #dcdcdc;
    font-size: 13px;
}
.talent-table table tr td:first-child {
    text-align: center;
}
.page-links {
    text-align: right;
    padding-top: 20px;
}
.page-links a,
.page-links strong {
    padding: 5px;
}
.new-popup-design-role-apply h1 {
    font-size: 20px;
}
.aud-dt2 a {
    font-size: 8px;
    margin: 0 !important;
    padding: 8px 2px !important;
    display: inline-block;
    min-width: inherit;
    width: 100%;
}
.audtion-line {
    float: left;
    margin: 1%;
    width: 48%;
}
.aud-dtl span.counter-text.green-counter {
    float: left;
}
#audition_chat_link h4 a:hover {
    border: 1px solid #fe0000;
    background: transparent;
    color: #fe0000;
}
#audition_chat_link h4 a {
    background: #fe0000;
    color: #fff;
    padding: 10px;
    margin: 10px;
    display: inline-block;
    border-radius: 3px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    border: 1px solid #fe0000;
}
.black-part-audi {
    padding: 10px 20px;
    background: #000;
    color: #fff;
    border: 2px solid #fe0000;
    border-radius: 3px;
    margin: 20px 0 0;
}
.audi-headline {
    color: #fe0000;
    font-size: 18px;
    margin-bottom: 10px;
}
.text-role {
    padding: 5px 0;
}
span.text-b {
    width: 90px;
    display: inline-block;
}
.panel-heading.upload-selection.newlyadded {
    text-align: left;
    padding: 0;
}
.newlyadded p.red-lines {
    margin: -10px 0 30px;
    color: #fe0000;
    font-size: 18px;
    font-weight: 500;
}
.instruction {
    border: 1px solid #fe0000;
    padding: 0 15px;
    margin: 10px 0;
    border-radius: 3px;
}
.instruction .checkbox {
    margin-left: 0 !important;
    width: auto !important;
}
.instruction .col-sm-2 {
    width: auto;
    padding-right: 0;
}
.instruction .col-sm-offset-4.col-sm-8 {
    margin-left: 50px;
    width: 90%;
}
.instruction .col-sm-offset-4.col-sm-8 button.btn,
.instruction input.btn {
    font-weight: 500;
}
.change-right-shift {
    float: right;
    border: 1px solid #fe0000;
    background: transparent;
    color: #fe0000;
}
.new-audi-btn {
    margin-bottom: 30px;
}
.newlyadded .new-audi-btn button {
    width: auto;
    background: transparent;
    font-weight: 500;
    font-size: 16px;
    text-transform: none;
}
.newlyadded .new-audi-btn button i {
    float: right;
    margin-left: 10px;
}
.new-audi-btn span {
    font-weight: bold;
    margin: 0 20px;
}
.share-link-ytv .col-sm-12 {
    width: 92%;
    float: right;
    margin-right: 1%;
}
.share-link-ytv input#upload_link {
    margin: 10px 0 20px;
}
.success_confirm.instruction {
    border: 2px solid green;
    padding: 50px;
    text-align: center;
    font-weight: 600;
    color: green;
    line-height: 30px;
    font-size: 18px;
    font-family: Montserrat;
}
.success_confirm.instruction a.btn {
    font-weight: 500;
    background: transparent;
    color: #fe0000;
    padding: 10px 20px;
    margin-top: 20px;
}
button:focus {
    outline: none;
}
.instruction .checkbox input[type=checkbox]:checked+span:before {
    content: '\f00c';
    background-color: transparent;
    font: 10px/18px fontawesome;
    border: none;
    color: #000;
    border: 1px solid #000;
    border-radius: 0;
    font-size: 27px;
    line-height: 12px;
    font-weight: lighter;
    padding-left: 1px;
}
.newlyadded .new-audi-btn button.disabled {
    background: #e0e0e0;
    color: #fff;
    border: 1px solid #c5c5c5;
}
.forengager .main-auditions .pro-info.tallerin {
    height: 485px;
}
.modal-body {
    position: relative;
    padding: 15px;
    width: 100%;
    /*min-height: 200px;*/
}
form#withdraw_application_form .btn-container button,
.close.withdraw-no,
.withdraw-yes {
    float: none;
    background: #fe0000;
    font-size: 16px;
    color: #fff;
    padding: 0px 30px;
    text-shadow: none;
    border-radius: 3px;
    font-weight: 600;
    border: 1px solid red;
    display: inline-block;
    height: 40px;
    line-height: 30px;
}
form#withdraw_application_form .btn-container {
    text-align: center;
}
.modal-body h2 {
    font-size: 1.2em;
}
#withdrawmyapplication h2 {
    padding-top: 30px;
    text-align: center;
}
span#withdraw_role_name {
    color: #fe0000;
}
form#withdraw_application_form .btn-container button:hover,
.close.withdraw-no:hover,
.withdraw-yes:hover {
    background: transparent;
    color: #fe0000;
    border: 1px solid #fe0000;
    transition: ease-in 0.3s all;
    -webkit-transition: ease-in 0.3s all;
    -moz-transition: ease-in 0.3s all;
}
form#withdraw_application_form,
#delete_role_form.user-ascess-form {
    background: transparent;
    border: 0;
    margin: 40px 0 0;
}
span.icon-name-1 {
    color: #000;
    font-size: 11px;
    font-weight: 600;
    display: block;
    float: left;
    text-align: center;
    width: 100%;
    padding-top: 33px;
    line-height: 15px;
}
.form-app-new .search-icon {}
.dashbaord_stats .pie-chart-item {
    display: flex;
}
.dashbaord_stats .pie-charts .pie-chart-item-container {
    box-sizing: border-box;
    float: left;
    padding: 0 15px;
    position: relative;
    width: 25%;
}
.dashbaord_stats .pie-charts .pie-chart-item-container .panel {
    height: 114px;
}
.dashbaord_stats .pie-charts .panel {
    border: medium none;
    border-radius: 5px;
    clear: both;
    margin-bottom: 24px;
    position: relative;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
}
.dashbaord_stats .pie-charts .panel>.panel-body {
    padding: 15px 0;
    height: 100%;
}
.dashbaord_stats .pie-charts .chart {
    display: inline-block;
    float: left;
    height: 84px;
    position: relative;
    text-align: center;
    width: 40%;
}
.dashbaord_stats .pie-charts .description {
    display: block;
    line-height: 22px;
    padding: 0;
}
.dashbaord_stats .pie-chart-item .description div:first-child {
    font-size: 22px;
    font-weight: 700;
}
.pie-charts .description .description-stats {
    font-size: 16px;
    padding-top: 8px;
}
.dashboard_summary.dashbaord_stats {
    width: 103%;
    margin-top: 20px;
    float: left;
    margin-left: -15px;
    margin-right: -10px;
}
.forengager .right-info-block.left-auditions ul li a {
    display: inline-table;
    float: left;
}
.forengager .right-info-block.left-auditions ul li {
    width: 20%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
}
#SendInvitePopup .modal-content {
    padding: 10px;
}
#SendInvitePopup h4.modal-title {
    font-size: 20px;
}
#SendInvitePopup textarea#invite_message {
    width: 100%;
    height: 200px;
    resize: none;
    padding: 5px;
}
#applications {
    float: left;
    width: 100%;
}
.success-msg,
.error-msg {
    text-align: center;
    font-size: 18px;
    font-family: Montserrat;
    line-height: 30px;
}
.success-msg {
    color: green;
}
.error-msg {
    color: #fe0000;
}
.pro-info .second-content p {
    height: auto;
}
.credits {
    padding: 20px 30px 40px;
    text-align: center;
}
.credits span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding-top: 20px;
}
.credits p {
    font-size: 1.2em;
    font-weight: 400;
}
.credits h2 {
    font-size: 1.5em;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    border-bottom: 1px solid #ddd;
    padding: 0px 1% 30px !important;
}
.live-video-container .left-sidebar {
    float: left;
    width: 25%;
    background: #fff;
    margin: 90px 0 20px;
    height: 601px;
    position: relative;
}
.live-video-container .vidyo-container {
    width: 73%;
    float: left;
    margin: 90px 0 20px 2% !important;
    height: 600px;
    display: table;
}
.live-video-container .vidyo-container h3 {
    margin-top: 0
}
.live-video-container .live-vidyo-block {
    display: table-cell;
    vertical-align: middle;
}
.container.live-video-container {
    margin-top: 70px;
    margin-bottom: 0px;
}
.live-video-container .chat-box {
    border: 0;
    background: #fff;
    width: 100%;
    margin: 0;
    padding: 10px;
    font-size: 12px;
    height: 210px;
    overflow-y: auto;
    overflow-x: hidden;
}
.vidyo-container h3 {
    margin-top: -43px;
}
.live-video-container .reply-box {
    margin: 0;
    border: 0;
    width: 100%;
    float: left;
    background: #f1f1f1;
    padding: 0px;
}
.live-video-container .chat.to_user {
    color: #fe0000;
    text-align: right;
    padding: 5px 0;
}
.live-video-container input#chat_message {
    background: #f1f1f1;
    border: 0;
    padding: 10px 10px;
    font-size: 13px;
    max-width: 240px;
    min-width: 82%;
}
.live-video-container .msg-arrow {
    float: right;
    width: 40px;
    text-align: center;
    line-height: 30px;
    height: 38px;
    position: relative;
    top: 8px;
    cursor: pointer;
}
.live-video-container .msg-arrow button {
    position: absolute;
    opacity: 0;
}
.live-video-container.chat-box p {
    text-align: left;
    width: 100%;
    float: left;
    display: block;
}
.live-video-container.from_user {}
float: left;
color: black;
text-align: left;
width: 100%;

}
.live-video-container .chat.to_user p {
    text-align: right;
}
.live-video-container .left-sidebar .connect button {
    line-height: 40px;
    width: 100%;
    padding: 5px 0 5px 15px;
    border: 0;
    background: #fe0000;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
}
.live-video-container .left-sidebar .connect button {
    line-height: 40px;
    width: 100%;
    padding: 5px 0 5px 17px;
    border: 0;
    background: #fe0000;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
}
.live-video-container .left-sidebar .main-chat-box h2 {
    background: #f1f1f1;
    font-size: 18px;
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #d4d4d4 transparent;
    margin-top: 0;
}
.live-video-container .main-chat-box {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.live-video-container .chat-now-new button {
    padding: 15px 0 15px 15px;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #dadada;
    background: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
}
.live-video-container .chat.from_user,
.live-video-container .chat.to_user {
    width: 100%;
}
.live-video-container .left-sidebar i {
    margin-right: 15px;
}
div#checkmail {
    position: absolute;
    right: 50px;
    z-index: 9;
    top: 110px;
}
#checkmail i.fa.fa-info {
    background: #fe0000;
    color: #000;
    width: 20px;
    height: 20px;
    border-radius: 80px;
    text-align: center;
    line-height: 20px;
}
.top-notify {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e0e0e0;
    clear: both;
    color: #444444;
    margin-bottom: 10px;
    padding: 10px 0;
    height: 60px;
}
.w3-container {
    float: left;
    width: 100%;
}
.top-notify h4 {
    float: left;
    padding: 0;
    margin: 0;
    line-height: 50px;
}
.forengager .top-notify a.search-icon {
    margin-top: 13px;
}
.pagination-top {
    float: right;
}
button.w3-bar-item.w3-button.tablink {
    padding: 20px 1vw;
    width: auto;
    border: 1px solid #ccc !important;
    background: #e8e8e8;
    border: 0;
    outline: 0;
    color: #a5a5a5;
    border-bottom: 0 !important;
    border-right: 0 !important;
    float: left;
}
.full-box {
    border: 1px solid #cccccc;
    float: left;
    width: 100%;
}
.w3-bar.w3-black {
    border: #cccccc;
}
button.w3-bar-item.w3-button.tablink.w3-red i.fa.fa-info {
    background: #000;
}
button.w3-bar-item.w3-button.tablink i.fa.fa-info {
    border-radius: 100%;
    width: 15px;
    height: 15px;
    line-height: 15px;
    background: #a5a5a5;
    font-size: 13px;
    color: #fff;
}
button.w3-bar-item.w3-button.tablink.w3-red {
    background: #fff;
    color: #333;
}
.w3-container table {
    margin: 0;
    vertical-align: middle;
    padding: 0;
    width: 100%;
    font-size: 13px;
}
.w3-container table tr:nth-child(odd) {
    background: #f3f3f3;
}
.w3-container table tr {
    border: 1px solid #ccc;
}
.w3-container table tr td {
    padding: 10px;
    text-align: left;
    min-width: 100px;
}
.w3-container table tr td span.checkbox {
    position: relative;
    padding-right: 40px;
}
.w3-container table tr td span.checkbox input[type=checkbox] {
    position: inherit;
    opacity: 1;
    z-index: 0;
}
button.w3-bar-item.w3-button.tablink:nth-child(1n+3) {
    border-right: 1px solid #ccc !important;
}
.pro-info br {
    display: none;
}
.section.ng-scope.user-rating.msg {
    color: green;
    line-height: 60px;
}
.shedule-popup .user-rating.msg .datetimepicker {
    line-height: 20px;
}
#shedulepopup .user-rating .counter-audition {
    display: none;
}
.modal-dialog.new-popup-design-role-apply .modal-body button.close {
    float: none;
    margin-top: 40px;
}
.modal-dialog.new-popup-design-role-apply {
    text-align: center;
}
.show_more_activity {
    width: 100%;
    float: left;
}
button.w3-bar-item.w3-button.tablink i.fa {
    margin-right: 2px;
}
td.new-msg {
    font-weight: 500;
    color: #fe0000;
}
a.view-more {
    color: green;
    font-weight: 500;
}
.new-div-audi .audtion-line a {
    font-size: 10px;
    font-weight: 700;
    padding: 8px 7px !important;
    width: 100% !important;
    margin: 0 !important;
    min-width: inherit;
}
.audtion-line a#aud_details.new-red:hover {
    border: 1px solid #fe0000;
    background: transparent;
    color: #fe0000 !important;
}
.audtion-line a#aud_details.new-red {
    background: #fe0000;
    color: #fff !important;
    border: 1px solid #fe0000;
}
#update_application_form input.btn.btn-primary.ng-binding {
    margin-left: 0;
}
.heading {
    float: left;
    clear: both;
    width: 70%;
}
a.search-icon {
    float: right;
    margin-top: 30px;
    font-size: 14px;
}
.top-notify a.search-icon {
    margin-top: 0;
}
.top-fillter-block .col-sm-2.pd-aged {
    width: 20%;
    padding-left: 0;
}
.top-fillter-block .col-sm-2.age-box {
    padding-right: 0
}
.top-fillter-block .age-box input {
    float: left;
    margin-right: 10px;
    font-size: 14px;
    color: #959595;
    font-weight: bold;
    border: 1px solid #cccccc;
    height: 50px;
    width: 45%;
    border-radius: 3px;
    padding: 9px;
    text-transform: uppercase;
}
span.space-line {
    float: left;
    line-height: 50px;
    margin-left: -1px;
}
.top-fillter-block .age-box input#max_age {
    margin-right: 0;
    margin-left: 4px;
}
.top-fillter-block .age-box #min_age {
    margin-right: 4px
}
.activity-text a.btn.btn-primary.invite-link {
    font-size: 9px;
    width: auto;
    padding: 5px 10px;
    min-width: inherit;
    margin: 0;
}
.activity-text p {
    margin: 0;
    padding: 0;
}
.audition-instucation {
    float: left;
    width: 100%;
    font-size: 12px;
    padding: 7px 15px 50px;
    height: auto;
    font-weight: 500;
    position: relative;
    min-height: 222px;
}
.btn-red a {
    color:#fff;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.btn-red:hover a {
    color:#fe0000;
}
.info-yes a:hover {
    background-position: -185px -56px !important;
}
.info-no a:hover {
    background-position: -235px -56px !important;
}
.info-comment a:hover {
    background-position: -37px -91px !important;
}
.info-text a:hover {
    background-position: 14px -91px !important;
}
.info-info a:hover {
    background-position: 13px -91px !important;
}
.applications-inner.hover-off:hover {
    background: url(../images/applications-icon-hover.png) no-repeat !important;
}
.auditions-inner.hover-off:hover {
    background: url(../images/mike-icon-hover.png) no-repeat !important;
}
.applications-inner.hover-off:hover,
.auditions-inner.hover-off:hover {
    background-size: 32px !important;
    background-position: center left !important;
}
.new-popup-design-role-apply input.btn.btn-primary.ng-binding {
    margin-left: 0;
}
input#deleteVideoSubmit {
    width: 160px;
}
li.info-heart a:hover {
    background-position: -135px -56px !important;
}
.upload_profile_pic {
    font-weight: 700;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #Fe0000;
    display: inline-block;
    border: 1px solid #fe0000;
    border-radius: 3px;
    font-size: 14px;
}
span#upc_profile_name {
    background: transparent;
    color: #000000 !important;
    left: 10px;
    position: relative;
}
input#profile_btnZoomOut,
input#profile_btnZoomIn {
    margin: 1px 7px 1px 0;
    outline: none;
    border: 1px solid #fe0000;
    background: #fff;
    color: #fe0000;
    width: 25px;
    height: 25px;
    margin-top: -20px;
}
#form_website_link .col-sm-offset-4.col-sm-8 {
    margin-left: 135px;
}

/*.applications-view .col-md-4.no-pad:nth-child(3n) {
   margin-right: 2%;
}*/
input#addVideoSubmit,
input#editVideoSubmit {
    margin-left: 30px;
    margin-bottom: 15px;
    border: 1px solid #fe0000;
}
.button-set.bottom-right.footer-video-popupnew {
    border: 0 !important;
}
.button-set.bottom-right.footer-video-popupnew {
    border: 0 !important;
}
.button-set.bottom-right.footer-video-popupnew {
    border-top: 2px solid #d4d4d4 !important;
    position: relative;
    text-align: right;
}
.button-set.bottom-right.footer-video-popupnew:nth-child(2n+2) {
    border-bottom: 2px solid #d4d4d4 !important;
    padding-bottom: 100px !important;
}
.footer-video-popupnew span.file-type-message {
    bottom: 0;
}
.imageBox .projectThumbBox {
    top: 15%;
    width: 400px;
    height: 270px;
    position:relative;
}
#shedulepopup2 .video-area {
    float: none;
}
.page-video-uploader .button-set.bottom-right.footer-video-popupnew {
    width: 100%;
    float: left;
    padding: 20px;
}
.page-video-uploader .footer-video-popupnew input#upload_replace_video,
.page-video-uploader .footer-video-popupnew input[type=file] {
    right: 9%;
}
.page-video-uploader .footer-video-popupnew span.file-type-message,
.page-video-uploader .footer-video-popupnew .file-type-message-thumbnail,
.page-video-uploader .footer-video-popupnew .file-loaded-thumbnail {
    right: 9%;
}
.page-video-uploader .footer-video-popupnew input#upload_replace_video,
.page-video-uploader .footer-video-popupnew input[type=file],
.page-video-uploader .footer-video-popupnew span#replace_upload_profile_pic {
    right: 9%;
}
.page-video-uploader .col-sm-8 {
    margin-bottom: 10px;
}
.page-video-uploader .video-popup-input .inner-link-in {
    width: 100%;
    position: relative;
}
.page-video-uploader .inner-link-in i.fa {
    position: absolute;
    top: 26%;
    left: 92%;
}
.page-video-uploader .inner-link-in i.fa.delete-link {
    left: 98%;
}
.page-video-uploader .footer-video-popupnew .file-loaded {
    right: 0;
}
p.rating-tool-tip {
    position: relative;
    overflow: visible;
}
.rating-tool-tip span.tooltip {
    left: 85px;
    top: 1px;
}
.jBox-content {
    height: auto !important;
}
#shedulepopup .video-area {
    width: 100%;
}
#shedulepopup iframe {
    width: 90%;
}
select#audience_view_type {
    border: 1px solid #ccc !important;
    border-radius: 3px !important;
    box-shadow: none !important;
    font-size: 14px !important;
    height: 40px !important;
    padding: 0 15px !important;
    box-shadow:none !important;
    background-color: #fff;
    background-image: none;
    color: #555;
    transition: border-color 0.15s ease-in-out 0s,
    box-shadow 0.15s ease-in-out 0s;
}
.user-login.set-audience-block-main {
    min-height: inherit;
    padding-bottom: 20px;
    float: left;
    width: 100%;
}
.user-login.set-audience-block-main input.btn.btn-primary {
    margin-left: 0;
}
.user-login.set-audience-block-main .set-audience-inner-block label,
.user-login.set-audience-block-main .set-audience-inner-block input[type="radio"] {
    float: left;
    clear: right;
    margin-right: 5px;
}
.user-login.set-audience-block-main .set-audience-inner-block label {
    margin-right: 20px;
}
.set-audience-block {
    margin-bottom: 50px;
}
.set-audience-inner-block {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
#form_personal_details .selectize-control.form-control.ng-pristine.ng-untouched.ng-empty.ng-valid-min.ng-invalid.ng-invalid-required.multi.plugin-remove_button {
    height: auto !important;
}
#form_personal_details .selectize-control.form-control.ng-pristine.ng-untouched.ng-empty.ng-valid-min.ng-invalid.ng-invalid-required.multi.plugin-remove_button a.remove {
    line-height: 13px !important;
}
ul.social-btn.list-unstyled.no-mar {
    float: left;
    width: 100%;
}
#engager-messages a.btn.btn-primary.invite-link {
    padding: 5px 8px;
    font-size: 11px;
    font-weight: 600;
    width: auto !important;
    display: inline;
    position: relative;
}
.notifyjs-bootstrap-success,
.notifyjs-bootstrap-warn {
    display: inline
}
.notifyjs-corner {
    width: 100%;
    text-align: center;
    top: 95px !important
}
.live-video-container .vidyo-container button {
    font-size: 16px;
    border-radius: 0;
    background: #01ca01;
    color: #fff;
    margin-bottom: 0;
    border-color: #01ca01;
}
.notifyjs-corner .notifyjs-wrapper,
.notifyjs-corner .notifyjs-container {
    display: inline !important;
}
.notifyjs-bootstrap-base {
    font-size: 24px;
    font-weight: bold;
    background-size: 28px;
    padding: 20px 20px 20px 50px !important;
    background-position: 8px 20px !important;
}
.notifyjs-corner .notifyjs-container {
    height: 80px;
}
.live-video-container .vidyo-container button:hover {
    background-color: #4c7f4c
}
.finish-audition {
    text-indent: 10px;
}
.finish-audition span {
    text-indent: 0;
    float: left;
}
.live-video-container .vidyo-container button.finish-audition {
    background: #fe0000;
    border-color: #fe0000;
}
.rol-info.left-info-role {
    float: left;
    width: 33.33333333%;
    margin-right: 0;
    border: 1px solid #ccc;
    padding:0;
}
.role-info-right {
    float: right;
    width: 66.66666667%;
    padding: 0 15px;
}
.role-info-right .rol-info {
    width: 100%;
    margin-right: 0 !important;
}
.role-info-right span.role-name {
    display: inline-block;
    width: 45%;
    float: left;
    font-size: 14px;
}
.role-info-right .rol-info:first-child span.role-name {
    width:25%
}
.role-info-right .rol-info .col-sm-12 {
    padding: 0;
}
div#role-popup .modal-dialog {
    width: 80%;
    max-width: 80%;
}
span.role-info {
    margin-left: 0;
}
.role-info.last-role-desc span.role-name {
    width: 100%;
}
span.role-info,
span.role-info-dsc {
    font-size: 14px;
}
.cm-role-list {
    float: left;
    width: 100%;
    clear: both;
}
.role-name-new {
    float: left;
    width: auto;
    max-width: 65%;
    line-height: 17px;
    font-size: 14px;
    padding-top: 7px;
}
.action_right_role {
    width: auto;
    float: right;
    font-size: 0px;
    text-align: right;
}
.cm-role-list li.pro-info-title {
    /*height: 30px;*/
    line-height: 30px;
    text-transform: capitalize;
    float: left;
}
.new-list-en.talent-role-list-view .view-role {}
.new-list-en .view-role a {
    /*padding-right: 7px !important;*/
}
.new-list-en .pro-info.tallerin {
    height: 230px;
}
.new-list-en.talent-role-list-view .bottom-info div a.edit-role-icon {
    background-position: -235px -545px;
}
.new-list-en.talent-role-list-view .bottom-info div a.add-role-icon {
    background-position: -220px -1261px;
}
.new-list-en.talent-role-list-view .bottom-info div a.add-role-icon:hover {
    background-position: -152px -1261px;
}
a.role-edit-new {
    background: url(../images/product-info-icon.png) no-repeat;
    display: inline-block;
    background-position: -263px -456px;
}
a.role-edit-new {
    background: url(../images/product-info-icon.png) no-repeat;
    display: inline-block;
    background-position: -4px -488px;
    font-size: 0px;
    width: 30px;
}
a.role-edit-new.search-icon-grey {
    background-position: -4px -548px;
}
a.role-edit-new.close-icon-red {
    background-position: -261px -640px;
}
p.role-info-dsc {
    font-size: 14px;
    line-height: 20px;
}
.rol-info.left-info-role .business-text span.role-info {
    width: 100%;
}
.left-info-role .actionbasebutton a {
    color: #fff;
    font-family: 'Montserrat',
    sans-serif,
    Arial;
    font-size: 11px !important;
    font-weight: 600;
    line-height: 29px;
    width: auto;
    margin: 0 auto;
    display:block;
    text-decoration:none;
    padding: 10px 0;
}
.left-info-role .actionbasebutton a:hover {
    color: #fe0000;
    text-decoration:none
}
.left-info-role .actionbasebutton {
    background: #000;
    display: block;
    float: left;
    width: 100%;
    padding: 0;
}
.left-info-role .actionbasebutton a i {
    display: block;
    width: 100%;
    height: 24px;
}
.left-info-role .actionbasebutton .role-list-action {
    display: flex;
}
.left-info-role .actionbasebutton .role-list-action li {
    float: none;
    width: 34%;
    padding:0;
}
.left-info-role .actionbasebutton .role-list-action li:hover {
    background:red;
}
.left-info-role .actionbasebutton .role-list-action li:hover i {
    color:#ffffff;
}
.left-info-role .actionbasebutton .role-list-action li:hover span {
    color:#ffffff;
}
.left-info-role .actionbasebutton .role-list-action li span {
    display: block;
    line-height: 20px;
    text-transform: uppercase;
    clear: both;
    margin-top: 0;
}
.left-info-role .actionbasebutton .role-list-action li .active-green span {}
.left-info-role .actionbasebutton .role-list-action li i.far {
    font-size: 20px;
    color: red;
    line-height: 26px;
}
.left-info-role .actionbasebutton .role-list-action li:hover i.far {
    color: #ffffff;
}
.left-info-role .actionbasebutton .role-list-action li i.fa {
    font-size: 20px;
    color: red;
    line-height: 26px;
}
.left-info-role .actionbasebutton .role-list-action li:hover i.fa {
    color:#ffffff;
}
.rol-info.left-info-role li.list-rp,
.rol-info.left-info-role .actionbasebutton ul li {
    /* padding: 0;*/
}
.rol-info.left-info-role li {
    padding: 0 20px;
}
.rol-info.left-info-role li.business-text {
    margin-bottom: 20px;
}
.modal-body .rolesection .role-list-action li {
    /*padding: 0 !important;
    display: inline-flex;
    float: none;
    width: 25%;
    text-align: center;*/
}
.modal-body .rolesection .role-list-action li:last-child {
    /*padding-right: 0 !important;*/
}
.modal-body .rolesection .role-list-action li:first-child {
    /*padding-left: 0 !important;*/
}
.new-list-en span.product-title.width-auto {
    /*margin-bottom: 10px;*/
}
.role-table-block .bottom-info {
    padding:0px;
    background: transparent;
    width: 100%;
}
.role-table-block .bottom-info a {
    color: #1a1a1a;
    font-size: 13px !important;
    /*height: 25px;
    float: left !important;
    width: auto !important;
    line-height: 18px;
    margin-top: 0;
    padding: 5px 3px 3px 28px !important;*/
    font-weight: normal;
}
.role-table-block .bottom-info div {
    float: left;
    padding-right: 3%;
    width: auto;
}
.role-table-block .bottom-info i.material-icons {
    vertical-align: middle;
    margin-top: -4px;
    float: left;
}
.role-table-block th {
    padding:10px
}
.role-table-block {
    width: 100%;
    overflow: auto;
}
.role-table-block img {
    width:70px;
}
.modal-body #roleDescpSection span.role-info {
    width: 100%;
    text-align: left !important;
    padding: 0 40px;
}
.modal-body #roleDescpSection .rol-info {
    width: 100%;
    margin-right: 0;
}
.col-md-12.button-switcher {
    text-align: left;
    padding-right: 0;
    padding-top: 10px;
    padding-left: 0;
}
.button-switcher button.switcher {
    color: #bfbfbf;
    background: #e4e4e4;
    border: 0;
    padding: 5px 10px;
    box-shadow: none;
}
.button-switcher button.switcher:hover,
.button-switcher button.switcher.active {
    color: #ffffff;
    background: #fe0000;
}
.upload-pic-text.upload-cover-text {
    text-align: center;
}
form#cover_preview_frm input {
    font-weight: 700;
    padding: 13px 20px;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    display: inherit;
    background: #000;
    /*border: 1px solid #fe0000;*/
    border-radius: 3px;
    font-size: 14px;
    margin: 20px auto 10px;
}
form#cover_preview_frm input:hover {
    background: #fe0000;
    color: #fff;
}
.save-cover-image:hover input[type="submit"] {
    background: transparent;
    color: #fe0000;
}
.save-cover-image input[type="submit"] {
    background: transparent;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
}
.save-button.btn.btn-primary.ng-binding.btn-red.btn-submit.proceed.save-cover-image {
    border-bottom: 1px solid #ad0a0a;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.save-button.btn.btn-primary.ng-binding.btn-red.btn-submit.proceed.save-cover-image:hover {
    background: #fe0000;
    color: #ffffff;
    border-color: #fe0000;
}
.save-button.btn.btn-primary.ng-binding.btn-red.btn-submit.proceed.save-cover-image {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    background: #000000;
    border: 1px solid #000000;
    color: #fff !important;
    float: right;
}
.save-button.btn.btn-primary.ng-binding.btn-red.btn-submit.proceed.cancel-button {
    border-right: 1px solid #fff;
}
.save-button.btn.btn-primary.ng-binding.btn-red.btn-submit.proceed.save-cover-image input[type="submit"] {
    color: #fff;
}
.save-button.btn.btn-primary.ng-binding.btn-red.btn-submit.proceed.save-cover-image:hover input[type="submit"] {
    color:#fff;
}
div.profile-tooltip .bottom {
    display: inline-block;
    min-width: 200px;
    top: 60px;
    left: 17%;
    transform: translate(-139%,
    0%);
    padding: 5px;
    color: #444444;
    background-color: #474747;
    font-weight: normal;
    font-size: 13px;
    border-radius: 3px;
    position: absolute;
    z-index: 99999999;
    z-index: 999;
    box-sizing: border-box;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s;
}
div.profile-tooltip .bottom img {
    width: 220px !important;
    height: auto !important;
}
.bottom-info.app-bottom-info-role .applications-inner {
    width: 47%;
}
.bottom-info.app-bottom-info-role .auditions-inner {
    width: 45%;
}
.bottom-info.app-bottom-info-role {
    background: #fff;
}
a.role_edit.active-green.role-edit-apply {
    color: #59d773;
}
.user-login .user-ascess-form .col-sm-7 {
    width: 100%;
    text-align: left;
}
.subskill {
    display: none;
}
input[type="file"] {
    display: block;
}
.imageThumb {
    max-height: 75px;
    border: 2px solid;
    padding: 1px;
    cursor: pointer;
}
.pip {
    display: inline-block;
    margin: 10px 10px 0 0;
}
.remove {
    display: block;
    background: #444;
    border: 1px solid black;
    color: white;
    text-align: center;
    cursor: pointer;
}
.remove:hover {
    background: white;
    color: black;
}
.enter-link input {
    width: 100%;
    padding:2px 20px;
    border-radius: 3px;
}
.new_success_msg {
    color:#fb0d08;
}
p#total_social_count {
    line-height: 30px;
}
.connect-social-popup .set-audience-block {
    margin-bottom: 0;
}
.connect-social-popup {
    padding: 20px 40px;
}
.connect-social-popup .ul.social-btn.list-unstyled.no-mar {
    padding:0;
}
#shedulepopup .video-area iframe {
    width: 100%;
    float: left;
    height: 30vw;
}
#shedulepopup .video-area {
    width: 100%;
}
div#shedule-popup {
    padding-right: 0 !important;
}
.w3-container .role-table-block table tr td {
    padding: 10px;
    text-align: left;
    width: 180px;
    word-break: break-all;
}
.w3-container .role-table-block table tr td:nth-child(4),
.w3-container .role-table-block table tr td:nth-child(5) {
    width: 100px;
}
.w3-container .role-table-block table tr td:first-child {
    width: 100px;
}
.w3-container .role-table-block table tr td:last-child {
    width: 250px;
    padding-left: 0;
}
.show_more_list {
    margin-top: 30px;
}
.editable-inline .editable-content .edit-img:hover:after {
    height: 165px;
    z-index: 2;
}
.right-pro-sec .editable-content .masonry-imgs:hover .hover-date-yr {
    bottom: -160px !important;
}
.hover-date-yr {
    z-index: 2;
    bottom: -240px;
}
.editable-inline #image_container .box a.movable-dv {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.editable-inline #image_container .box.col3 {
    position: relative;
    background-size: 140% auto;
    background-position: top center;
}
.editable-inline .masonry-imgs {
    overflow: visible;
}
form#update_application_form div#show_selected {
    padding: 0;
    margin: 0;
}
.images-div-block .remove1 {
    width: 93px;
    margin-top: 20px;
    display: block;
    clear: both;
    margin: 20px auto 0;
}
.fillter-icon-mob {
    display:none;
}
p.time-status-audi {
    font-weight: 600;
    color: #000;
    font-size: 13px;
}
p.time-status-audi-status {
    color: #22a412;
    font-weight: 600;
    font-size: 13px;
}
h3.time-status-head {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 5px;
    float: left;
    font-size: 14px;
    width: 100%;
    font-weight: bold;
    color: red;
}
.featured-block .btwspaces #talentdiv span.product-title {
    font-weight: bold;
}
.btwspaces #talentdiv.mid-content.main-grid.main-auditions .link-block {
    margin-top: 0;
}
.featured-block .btwspaces #talentdiv span.product-title.width-auto.txt-upp {
    text-transform: uppercase;
}
input#terms {
    z-index: 0;
}
.home-rating-talent {
    margin-top: 12px;
    margin-left: 5px;
    float: left;
}
.home-rating-talent li {
    width: 13px;
}
.home-rating-talent li .tooltip {
    margin-top: -15px;
    margin-left: 10px;
}
a.role-view-new.view-icon-grey {
    background: url(../images/product-info-icon.png) no-repeat;
    background-position: -4px -608px;
}
.red-suitability span.product-title.width-auto {
    color: #fe0000;
    float: left;
    line-height: 40px;
    font-size: 15px;
}
#live_audition_modal .modal-content {
    width: 440px;
    margin: 150px auto 0;
    padding: 0px 20px 0;
}
#live_audition_modal .modal-content .btn {
    margin-top: 20px;
    color: #ffffff;
    border-radius: 3px;
    border: 1px solid #fe0000;
    padding: 15px 35px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    background: #fe0000;
}
#live_audition_modal .modal-content .btn:hover {
    background: transparent;
    color: #fe0000;
    border: 1px solid #fe0000;
    text-decoration: none;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
#live_audition_modal .modal-content .btn:last-child {}
#live_audition_modal {
    text-align: center;
}
#live_audition_modal .modal-content .modal-header p {
    text-transform: uppercase;
    /*color: #fe0000;*/
    text-align: center;
    padding: 0px;
    font-size: 18px;
    padding-bottom: 0;
    font-weight: bold;
}
#live_audition_modal .modal-content .modal-header {
    padding: 0;
}
#live_audition_modal .modal-body {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 0;
}
#live_audition_modal .modal-body p {
    text-align: left;
    margin:0
}
#live_audition_modal .modal-content .modal-header button.close {
    position: absolute;
    right: 10px;
    top: 0;
}
#live_audition_modal .modal-content button.btn.btn-black:last-child {
    background: #000000;
    border: 1px solid #000000;
    float: none;
    margin: 20px auto 0;
    display: block;
}
#live_audition_modal .modal-content button.btn.btn-black:hover {
    background: transparent;
    color: #000000;
}
.top-banner-profile-bottom span.new_count {
    color: #fe0000;
    font-size: 50px;
    font-weight: bold;
}
.pro-sharing-sec .reply a {
    background-position: -42px -306px !important;
}
.featured-block .pro-info {
    height: 400px;
}
#view_all_roles .role-head br {
    display: none;
}
#view_all_roles .w3-container .role-table-block table tr td:last-child {
    width: 40%;
}
.form-group .pull-right .ng-binding {
    font-size: 12.5px;
}
.tochange {
    position: relative;
    width: 100%;
    float: left;
}
#create_project_form span.success_msg,
#create_project_form span.error_msg {
    text-align: center;
    position: absolute;
    left: 25%;
    width: 50%;
    padding: 10px 10px;
    font-weight: 500;
    top: -35px;
    font-size: 14px;
}
#create_project_form span.success_msg {
    /*border: 1px solid #14ce08;*/
}
#create_project_form span.error_msg {}
#cboxLoadedContent img {
    width:auto !important;
    height:30vw !important;
}
span.traiterror,
span.skillerror {
    font-size: 12.5px;
    position: absolute;
    left: 15px;
    margin-top: 75px;
}
.register-form #error_msg,
.register-form #success_msg {
    text-align: center;
    font-size: 14px;
    padding: 10px 10px;
}
.register-form #error_msg {
    border: 1px solid #fd0100;
}
.register-form #success_msg {
    border: 1px solid #14ce08;
}
.or {
    position: absolute;
    left: 41%;
    background: #fff;
    width: auto;
    height: auto;
    top: -20px;
    padding: 10px;
    font-weight: bold;
    display: block;
}
.rework {
    position: relative;
    top: 20px;
    float: right;
    width: 61%;
    text-align: left;
    height: 60px;
}
.rework span#replace_upload_profile_pic {
    left: 0;
    width: 170px;
    top: -20px;
}
.rework span.file-type-message {
    left: 0;
    top: 45px;
}
.rework span#upc_name {
    position: absolute;
    top: 47px;
}
.rework p.file-loaded {
    left: 0;
    top: -15px;
}
.rework input#upload_video {
    left: 0;
    top: -20px !important;
    width: 170px;
}
.rework input#upload_video_thumbnail {
    left: 0;
    top: -20px !important;
    width: 260px;
}
.rework span.file-type-message-thumbnail {
    left: 0;
    top: 50px;
    width: 100%;
}
.rework p.file-loaded-thumbnail {
    left: 0;
    top: 50px;
}
.button-set.bottom-right.footer-video-popupnew.thumb-area-new {
    margin-top: 40px;
    border-top: 0 !important;
    padding-bottom: 120px !important;
}
.thumb-area-new .rework span#replace_upload_profile_pic {
    width: 260px;
}
.button-set.bottom-right.footer-video-popupnew.thumb-area-new {
    border-top: 0 !important;
}
#form_personal_details .success_msg,
#form_personal_details .error_msg {
    float: left;
    position: relative;
    padding-right: 30px;
    text-align: left;
}
.paste-links.pastenew {
    border-top: 2px solid #a5a5a5;
    padding: 20px 0 0;
}
.or-text {
    font-size: 14px;
    font-weight: bold;
    background: #fff;
    display: block;
    padding: 10px 20px;
    position: absolute;
    left: 45%;
    top: -20px;
}
.button-set.bottom-right.footer-video-popupnew.remove-brdr-top {
    border-top: 0 !important;
}
.button-set.bottom-right.footer-video-popupnew.remove-brdr-top {
    border-top: 0 !important;
    border-bottom: 2px solid #a5a5a5 !important;
}
#deleteVideoModal p.head-type-title {
    padding-bottom: 0;
    margin-bottom: -10px;
}
#deleteVideoModal .modal-body {
    min-height: inherit;
}
.remove1:hover,
.remove-url:hover,
.image-block span.remove:hover {
    border: 1px solid #000;
    color: #000;
}
::-webkit-file-upload-button {
    cursor:pointer;
}
.portfolio-block-upload {
    /*width: 182px;
    height: 40px;*/
    margin-top: 25px;
}
.portfolio-block-upload .file-upload.text-left.portfolio-image {
    top: 0;
    cursor: pointer;
    text-align:center;
}
.portfolio-block-upload .file-upload label {
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 0 !important;
}
.portfolio-block-upload .file-upload {
    border: 1px #cacaca dashed;
    border-radius: 5px;
}
.portfolio-block-upload .file-upload:hover {
    border-color: #000;
}
.file-format.multi-text-for-txt {}
div#imagedivchange {
    float: left;
}
.pro-sharing-sec .shortlist.shortlisted a {
    background-position: -246px -243px;
}
.bio-list.readlist {
    line-height: 23px;
}
.file-format.newtext-add {
    margin-top: -10px;
    text-align: center;
    line-height: 22px;
    margin-bottom: -40px;
}
.portfolio-block-upload .file-upload span {
    display: block;
    text-align: center;
    padding: 24px 0;
    width: 100%;
}
.file-format.newtext-add {
    text-align: center;
    line-height: 22px;
}
.portfolio-block-upload .file-upload span strong {
    color: #ff0000
}
.portfolio-block-upload input#portfoliofiles {
    margin-top: -67px;
    width: 100%;
    cursor: pointer;
    height: 100px;
}
.portfolio-block-upload:hover label {
    background: transparent;
    border: 1px solid #fe0000;
    color: #fe0000;
}
.portfolio-block-upload .save-conti {
    width: auto;
}
.page-video-uploader .footer-video-popupnew:hover input#upload_replace_video,
.page-video-uploader .footer-video-popupnew:hover input[type=file],
.page-video-uploader .footer-video-popupnew .rework:hover span#replace_upload_profile_pic {
    background: red;
}
.right-pro-sec .pro-sharing-sec .planner a {
    background-position: -164px -307px !important;
}
.hover-slect-black:hover span#replace_upload_profile_pic {
    background: #fe0000;
}
.traits_message {
    text-align: left;
    padding-left: 30px;
    padding-top: 10px;
}
#deleteVideoModal .inner-link-in {
    padding: 35px 30px 10px;
    margin-top: 30px;
}
.no-data-text {
    text-align: center !important;
    font-weight: 600;
    height: 300px;
    background: #fff;
    font-size: 1.1rem;
}
.empty-records {
    text-align: center;
    font-weight: 600;
    padding: 15% 2%;
}
#colorbox {
    outline: 0;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    overflow: hidden !important;
}
div#cboxWrapper {
    width: 100% !important;
    height: 100% !important;
}
div#cboxContent {
    width: 100% !important;
    height: 100% !important;
}
div#cboxLoadedContent {
    margin: 10% auto 0;
}
button#cboxClose:before {
    content: "X";
    display: block;
    font-size: 40px;
    top: 20px;
    right: 20px;
    color: white;
    z-index: 999;
    text-indent: 0;
    position: fixed;
    font-weight: lighter;
}
.new-popup-design input#addVideoSubmit,
input#editVideoSubmit {
    float: right;
    margin-right: 13%;
}
.hover-btn-upload {
    height: 50px;
    width: 100%;
    clear: both;
    float: left;
}
.hover-btn-upload .file-upload.text-left.portfolio-image {
    width: 220px;
}
.hover-btn-upload .file-upload:hover label {
    background: #fff;
    border: 1px solid #fe0000;
    color: #fe0000;
}
.engager-acc .hover-btn-upload:hover .file-upload label {
    background: #fff;
    border: 1px solid #fe0000;
    color: #fe0000;
}
.modal-content .role-info.last-role-desc p.text-center {
    text-align: right;
    margin-top: 24px;
    margin-bottom: 0;
    position: relative;
    right: 20px;
    bottom: 0;
}
#checkmail:hover i.fa.fa-info {
    background: #fff;
}
.size_error_msg {
    clear: both
}
.save-conti #search_loader,
.five-img div#search_loader {
    margin-top: 50px;
}
a.match-role:hover {
    color: #000;
}
.connect-with-btn input.btn.btn-primary {
    border: 1px solid #fe0000;
}
.editable-content,
.editable-area {
    width:100%;
}
div#chagecontent div#applications .bottom-info {
    padding:0px;
}
div#chagecontent div#applications .bottom-info button {
    margin: 0;
    padding: 10px;
    width: 50%;
    font-size: 13px;
    border-radius: 0;
}
div#chagecontent div#applications .bottom-info button.btn.mng-app:hover {
    color: #fe0000;
    border: 1px solid #fe0000;
    background: #fff;
}
div#chagecontent div#applications .bottom-info button.btn.mng-app {
    background: #fe0000;
    border: 1px solid #fe0000;
}
div#chagecontent div#applications .bottom-info button.btn.wid-app:hover {
    background: #fff;
    border: 1px solid #000;
    color: #000;
}
div#chagecontent div#applications .bottom-info button.btn.wid-app {
    background: #000;
    border: 1px solid #000;
}
.modal-body .rolesection .role-list-action a.role-edit-new.edit-icon-grey.edit-role-icon {
    background-position: -238px -547px !important;
    width: 75px;
}
i.fa.fa-question-circle {
    font-size: 32px;
}
.middle-info-new {
    text-align: center;
    background: #ebebeb;
    float: left;
    width: 100%;
    padding: 10px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
}
#chagecontent #auditions .mid-content .col-md-4.project-block img {
    height: 218px;
}
.info-rating-new button.btn.btn-primary.ng-binding.btn-red {
    position: absolute;
    left: 37.5%;
    bottom: 10px;
}
.forengager .right-info-block.left-auditions ul li.info-video.watch-video a {
    background-position: -118px -176px;
}
.new-list-en.talent-role-list-view .bottom-info div a {
    width: 100%;
    padding: 45px 0 14px;
}
.new-list-en.talent-role-list-view .bottom-info.en-project .view-role {
    width: 33.333%;
}
.new-list-en.talent-role-list-view .bottom-info.en-project .view-role a {
    font-size: 13px;
}
.new-list-en.talent-role-list-view .bottom-info.en-project .view-role a.view-role-icon {
    /*width: 90px;*/
}
.new-list-en.talent-role-list-view .bottom-info.en-project .view-role a.view-role-icon {
    background-position: -226px -715px;
}
.new-list-en.talent-role-list-view .bottom-info.en-project .view-role a.view-role-icon:hover {
    background-position: -158px -715px;
}
.new-list-en.talent-role-list-view .bottom-info.en-project .view-role a.edit-role-icon {
    background-position: -226px -715px;
}
.new-list-en.talent-role-list-view .bottom-info.en-project .view-role a.edit-role-icon:hover {
    background-position: -158px -715px;
}
#list_view .role-table-block .chatnow a.role-edit-new.search-icon-grey span {
    color: red;
    font-weight: 600;
}
.mid-content.grid-view.applications-view .right-info-block.fl-left ul li a {
    width: 40px;
    background-position: left 3px top;
}
.mid-content.grid-view.applications-view .right-info-block.fl-left ul li.info-comment a {
    background-position: -47px 0 !important;
}
.mid-content.grid-view.applications-view .right-info-block.fl-left ul li.info-heart a {
    background-position: -145px 0 !important;
}
.mid-content.grid-view.applications-view .right-info-block.fl-left ul li.info-heart a:hover,
.mid-content.grid-view.applications-view .right-info-block.fl-left ul li.info-heart.active a {
    background-position: -145px -56px !important;
}
.mid-content.grid-view.applications-view .right-info-block.fl-left ul li.info-comment a:hover {
    background-position: -47px -91px !important;
}
.mid-content.grid-view.applications-view .right-info-block.fl-left ul li a:hover {
    background-position: 3px -91px !important;
}
.mid-content.grid-view.applications-view .app-bottom-info .right-info-block.fl-left {
    width: auto;
}
.pro-info .right-info-block ul li a {
    width: 32px;
    margin-top: -9px;
}
.pro-info span.product-title.pro-name {
    width: 80%;
}
.pro-info .right-info-block ul li.info-text.active a,
.pro-info .right-info-block ul li.info-text a {
    background-position: 0px 0px;
}
.pro-info .right-info-block ul li.info-comment a {
    background-position: -48px 0 !important;
}
.pro-info .right-info-block ul li.info-text.active a:hover {
    background-position: 1px -91px !important;
}
.pro-info .right-info-block ul li.info-comment a:hover {
    background-position: -48px -91px !important;
}
#website-div h2 i.fa.fa-info-circle {
    position: relative;
    top: 1px;
    left: 0px;
    font-size: 22px;
}
#pic_info_modal .modal-body {
    margin-top: -55px;
    text-align: center;
    padding: 15px 40px;
}
#pic_info_modal .modal-body p {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
}
#pic_info_modal .modal-body h4.modal-title {
    font-weight: bold;
    font-size: 20px;
}
#pic_info_modal .modal-header .close {
    position: relative;
    z-index: 1;
    font-size: 30px;
}
.no-cover-pic .my-profile {
    background: url(../images/default-background.jpg);
    width: 100%;
    /*height: 100%;*/
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 70px;
}
.no-cover-pic .my-profile .top-banner-profile-inner,
.no-cover-pic .my-profile .top-banner-profile-bottom span {}
.no-cover-pic .my-profile:before {
    background: rgba(0,
    0,
    0,
    0.4);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}
button.btn.btn-primary.btn-black:hover {
    color: #000;
    background: transparent;
}
button.btn.btn-primary.btn-black {
    background: #000;
    border-color: #000;
}
.no-cover-pic .editable-inline .top-banner-profile-inner .editable-content .edit-area {}
.editable-inline #image_container .box.col3.add-image a.group1.add-image {
    top: -20px;
    left: -10px;
    position: relative;
}
.editable-inline #image_container .box.col3.add-image {
    border: 0 none;
    background-size: 100%;
    background-position: top center;
}
.editable-inline #image_container .masonry-imgs:hover .magnifyingplus {
    display: none;
}
.modal-body .rolesection .role-list-action li span.chat-span {
    width: 100%;
}
.app-bottom-info .right-info-block.fl-left.left-auditions ul {
    margin: 0 auto;
    display: table;
}
.forengager .right-info-block.left-auditions ul li {
    display: inline-table;
}
.match-role {
    background-position: 16px -722px !important;
}
body.body-video-save {
    background: #fff;
}
body.body-video-save .container.live-video-container {
    background: #e2e2e2;
    margin-bottom: 30px;
    padding-bottom: 50px;
    padding-right: 40px;
}
body.body-video-save .videoInfo {
    margin-left: 30px;
    margin-top: 40px;
}
.rate-review-h {
    font-weight: bold;
}
label.control-label.required.ng-binding.save-record-list-label {
    float: left;
}
.forengager #project_list .row.aud_status .ic-left i.material-icons-outlined {
    position: absolute;
    left: 4px;
    top: 12px;
}
.aud-vote.vote_display_section.red-color-vote h2 {
    color: #fff !important;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}
.aud-vote.vote_display_section.red-color-vote h2 span#totalVotes {
    color: #fff;
}
.aud-vote.vote_display_section.red-color-vote {
    padding: 0;
    height: 100%;
    vertical-align: middle;
}
.aud-vote.vote_display_section.red-color-vote a {
    background: red;
    color: #fff;
}
@media screen and (max-width: 2900px) and (min-width: 769px) {
    .top-fillter-block {
        float: left;
        padding-left: 58px !important;
        background: url(../images/fillter-icon-add.png) no-repeat;
        background-position: left top;
    }
}
.bidding-banner .banner-bottom {
    position: fixed;
}
.bidding-banner.video-scroll .banner-bottom {
    position: absolute;
}
.step-counter .need-signup {
    padding-bottom: 20px;
    font-size: 13px;
    font-weight: 500;
}
.need-signup {
    min-height: 60px;
}
.step-subscription-register #frm_login .form-group.text-center {
    padding-top: 0;
    margin-top: -5px;
}
.step1-details form#frm_register {
    margin-top: 25px;
}
span.new-msgs.view-all-msgs {
    border: 1px solid #fe0000;
}
#auditions .bottom-info {
    text-align: center;
    padding: 0;
}
#auditions .audtion-line {
    margin: 0;
    width: 50%;
}
#auditions .audtion-line a#aud_details {
    height: auto;
    border-radius: 0;
    padding: 10px !important;
    font-size: 12px;
}
#auditions .aud-dtl span.counter-text.green-counter {
    float: none;
    width: 100%;
    text-align: center;
}
#auditions .aud-dtl .auditions-inner {
    text-align: center;
}
#auditions .aud-dtl .auditions-inner {
    float: left;
    width: 90%;
    text-align: center;
    margin: 0px 5%;
}
#auditions .new-div-audi .audtion-line a.audi-live {
    background: red;
    border: 1px solid red;
}
#auditions .new-div-audi .audtion-line a.audi-live:hover {
    background: transparent;
    border: 1px solid red;
    color: red !important;
}
.panel.animated.zoomIn:hover {
    box-shadow: 0px 2px 13px 0 rgba(0,
    0,
    0,
    0.25);
    cursor:pointer;
}
.panel.animated.zoomIn:hover .chart i.fa {
    color: #fe0000;
}
.talent-review-list li.row-review {
    float: none;
    width: 100%;
    border: 0;
    height: auto;
}
.talent-review-list li.row-review p {
    margin:12px 0 0
}
.editable-inline #image_container #list1 .box:hover a.movable-dv:after {
    content: "\f047";
    font-family: fontawesome;
    font-size: 45px;
    color: #fff;
    width: 60px;
    height: 60px;
    position: absolute;
    text-align: center;
    line-height: 59px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,
    -50%);
}
.instagram-block .box img {
    border:0
}
.insta-image-popup div#cboxLoadedContent {
    margin: 7% auto 0;
    width: 750px !important;
}
.insta-image-popup #cboxTitle {
    position: absolute;
    bottom: -64px;
    left: 0;
    text-align: center;
    width: 750px;
    color: #000000;
    background: #fff;
    left: 50%;
    transform: translate(-50%);
    padding: 10px;
}
.insta-image-popup #cboxLoadedContent img {
    width: 100% !important;
    height: 30vw !important;
}
.my-recordings-btn {
    float: right;
    background: black;
    color: white;
    padding: 7px 15px 7px 15px;
    font-weight: bold;
}
.my-recordings-btn:hover {
    color:#ffffff;
}

/* 13-6-2019 css */
.modal-body.video_detail_modal {
    padding: 0;
}
.video-dtl .video-lt {
    float: left;
    width: 60%;
    border: 8px solid #000;
}
.video-dtl .video-rt {
    float: right;
    width: 40%;
}
.video-rt .row {
    margin: 0;
}
.video-rt .row h2 {
    margin-top: 9px;
}
.video-rt .row:nth-child(1) {
    padding: 0 5px 0 10px;
    margin-bottom: 10px;
}
.video-rt h2 {
    margin-top: 10px;
    margin-bottom: 0;
}
.video-rt small {
    font-size: 11px;
}
.video_title .video-title-area {
    padding: 10px 10px;
    float: left;
    width: 100%;
    position: relative;
    cursor: pointer;
}
.video_title .video-title-area div:nth-child(1) {
    float: left;
    width: auto;
    cursor: pointer;
}
.video_title .video-title-area h3 {
    margin: 0 !important;
    float: right;
    line-height: 15px;
    padding-left: 10px;
}
.video_title .video-title-area div:nth-child(2) {
    float: right;
    margin: 0 !important;
    width: auto;
    line-height: 10px;
    cursor: pointer;
}
.video_title .video-title-area i.material-icons {
    margin: 0 !important;
    line-height: normal;
    color: #000;
    font-size: 20px;
}
.video_title hr {
    float: left;
    width: 100%;
    margin: 0;
}
.video-title-area .share_video_menu {
    right: 11px;
    top: 44px;
    z-index: 9;
    padding: 5px 10px !important;
    margin: 0 !important;
    width: 140px !important;
    box-shadow: 2px 3px 4px -1px #ccc;
    position:relative;
}
.video-title-area .share_video_menu h4 {
    margin: 0;
    line-height: 20px;
    text-align: center;
    text-decoration: underline;
    font-size: 13px !important;
}
.video-title-area .share_video_menu:before {
    content:"";
    position:absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ffffff transparent;
    right:0;
    top:-10px;
}
.video-title-area.active {
    background-color: #d2d2d2;
}
.auditions-video-popup .modal-dialog {
    width: 100%;
    max-width: 850px;
}
.video-dtl {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.bottom-content {
    float: left;
    border: 1px solid #d2d2d3;
    margin: 0 10px;
    padding: 15px 0;
}
.bottom-content.voting-content {
    width: 97%;
    margin-top: 10px;
}
.aud-vote {
    padding: 10px;
    width: 22%;
}
.aud-vote .title h2,
.aud-role .title h2,
.aud-more .title h2 {
    color: #000000;
    font-size: 1em;
    margin: 0;
    font-weight: 600;
}
.aud-vote .title h2 span {
    color: #848484;
    margin-left: 6px;
}
.aud-vote .votes {
    margin-top: 20px;
}
.aud-vote .votes p {
    color: #000000;
    width: 75px;
    float: left;
    margin: 0;
    font-size: 13px;
    font-weight: 600;
}
.aud-vote,
.aud-role,
.aud-more {
    float: left;
}
.aud-role {
    padding: 10px 20px;
    border-right: 1px solid #d2d2d3;
    border-left: 1px solid #d2d2d3;
    width: 44%;
}
.aud-more {
    padding: 10px 20px;
    width: 34%;
}
.aud-vote.vote_display_section {
    padding:0;
}
.aud-vote.vote_display_section a.red-color-vote {
    text-align:center;
    padding: 20px 20px 14px;
    display: block !important;
    background: red;
    color: #fff;
}
.votes .green,
.votes .yellow,
.votes .red {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.votes span {
    float: left;
    font-size: 13px;
}
.aud-vote .votes .green p {
    color: #55b459;
}
.aud-vote .votes .yellow p {
    color: #f89b0f;
}
.aud-vote .votes .red p {
    color: #fe0000;
}
.aud-role .user_role_info .title h2 {
    margin-bottom: 7px;
}
.aud-role .title span {
    color: #616161;
    position: relative;
}
.aud-role .user_role_info i.material-icons {
    vertical-align: middle;
    margin-left: 10px;
}
.aud-role .title span label {
    float: left;
    line-height: 25px;
    margin-right: 5px;
    font-size: 15px;
}
.aud-role .title span .material-icons-outlined {
    margin-left: 10px;
    position: absolute;
    top: -3px;
}
.user_role_info .title {
    margin-bottom: 15px;
}
.profile-infos {
    float: left;
    width: 100%;
    margin-top: 0;
}
.profile-infos .p-info {
    float: left;
    width: 100%;
    display: flex;
    margin-bottom: 12px;
    margin-top: 12px;
}
.profile-infos .p-info p.rating-tool-tip {
    margin: 0;
}
.profile-infos .p-info h5,
.profile-infos .p-info>p {
    margin: 0;
    float: left;
    font-weight: 600;
    line-height: normal;
    line-height: 15px;
    width: 59%;
}
.profile-infos .p-info p a {
    margin: 0;
    float: left;
    font-weight: 600;
    line-height: normal;
    color:#1a1a1a;
}
.profile-infos .p-info span {
    float: left;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    width: auto;
}
.profile-infos .p-info span.tooltip {
    margin-top: -3px;
}

/* 13-6-2019 css */

/* 14-6-2019 css */
button.green,
button.yellow,
button.red {
    width: 33.33%;
}
.audition_voting_buttons button.green,
.audition_voting_buttons button.yellow,
.audition_voting_buttons button.red {
    width: 30%;
    min-width: auto;
    padding: 10px;
    margin-right: 17%;
    float: left;
    margin-bottom: 0;
    font-weight: 600;
}
.video-title-area.active {
    background-color: #D3D3D3;
}
.video-title-area.active .fa-play:before {
    color: red;
}
.video-title-area.active h3 {
    color: red;
}
.audition_voting_buttons button:last-child {
    margin-right: 0;
}
.aud-role .audition_voting_buttons {
    display: flex;
    width: 100%;
    margin-bottom: 17px;
}
.audition_voting_buttons button.green {
    border-color: #55b459;
    color: #55b459;
}
.audition_voting_buttons button.yellow {
    border-color: #f89b0f;
    color: #f89b0f;
}
.audition_voting_buttons button.red {
    border-color: #fe0000;
    color: #fe0000;
}
.audition_voting_buttons button.green:hover {
    background-color: #55b459;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    color: #ffffff;
}
.audition_voting_buttons button.yellow:hover {
    background-color: #f89b0f;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    color: #ffffff;
}
.audition_voting_buttons button.red:hover {
    background-color: #fe0000;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    color: #ffffff;
}
.aud-role .schedule_audition_modal {
    float: left;
    width: 100%;
}
.schedule_audition_modal p {
    color: #000000;
    float: left;
    font-weight: 600;
    font-size: 12px;
    margin-top: 7px;
    margin-bottom: 0;
}
.schedule_audition_modal button {
    float: right;
    background-color: #000000;
    border: medium none;
    color: #fff;
    padding: 6px 20px;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Montserrat',
    sans-serif;
    line-height: 24px;
}
.schedule_audition_modal button .info-icon {
    vertical-align: middle;
    padding-left: 10px;
    font-size: 24px;
    margin-top: -3px;
    color: #fff;
}
.schedule_audition_modal button .far.fa-calendar-minus {
    margin-top: 2px;
    float: right;
}

/* 14-6-2019 css */

/* 15-6-2019 css */
.fa.fa-star,
.fa.fa-star-half-empty,
.fa.fa-star-o {
    color: red;
    margin-right: 4px;
}
.profile-infos .p-info span.fa-star {
    margin: 0px 5px 0 0;
}
.profile-infos .p-info span.fa-star:before {
    font-size: 15px;
}
.auditions-video-dekstop .bottom-content {
    margin: 10px 0;
}

/* 15-6-2019 css */

/* 26-6-2019 css */
.row.aud_status {
    padding: 10px 10px;
    background: #ebebeb;
    color: #212121;
    height: 50px;
    overflow: hidden;
    text-align: center;
    cursor:pointer;
}
.row.aud_status:hover {
    background:red;
    color:#ffffff;
}
.row.aud_status span.ic-left {
    float: left;
    width: 36px;
    position: absolute;
    left: 10px;
}
.row.aud_status i {
    line-height: 30px;
    margin-right: 0;
    font-size: 28px;
}
.row.aud_status:hover i,
.row.aud_status:hover .videocm-style {
    color:#ffffff;
}
.row.aud_status .talent_activity_bar {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    line-height: 30px;
}
.row.aud_status:hover .talent_activity_bar.red-color {
    color:#ffffff;
}
.row.start-aud {
    background-color: red;
    padding: 10px 10px;
    cursor: pointer;
}
.row.start-aud .videocm-style {
    color:#ffffff;
}
.row.start-aud:hover .videocm-style {
    color:red;
}
.row.start-aud>div {
    display: flex;
}
.start-aud i {
    color: #fff;
    line-height: 29px;
    margin-right: 10px;
}
.start-aud .talent_activity_bar {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    line-height: 30px;
}
.row.start-aud:hover {
    background: #ebebeb;
}
.row.start-aud:hover .talent_activity_bar {
    color:#212121
}
#loader {
    position: absolute;
    left: 49%;
}

/* 26-6-2019 css */

/*******************************/
#videoAccessModal .modal-header {
    position: absolute;
    right: 0;
    background: transparent !important;
    z-index: 99;
}
#videoAccessModal .modal-body {
    padding: 20px 0px
}
#videoAccessModal .modal-body .unlock-video-area,
#videoAccessModal .modal-body .request-video-area {
    padding: 10px 70px;
}
#videoAccessModal .modal-body h2 {
    color: red;
    text-align: center;
    font-weight: bold;
    margin-top: 3px;
}
#videoAccessModal .modal-body .btn {
    background: #fe0000;
    font-weight: bold;
}
#videoAccessModal .modal-body label {
    color: #000;
    font-weight: bold;
}
#videoAccessModal .modal-body .btn-center {
    margin-top: 16px;
    text-align: left;
}
#videoAccessModal .modal-body input {
    margin-bottom: 20px;
}
.app-bottom-info .bottom-info-bar .row {
    display:flex;
}
.app-bottom-info .bottom-info-bar .row .icons-info {
    padding: 0 10px;
    text-align: center;
    width: 100% !important;
}
#manageTab .content p {
    display: block;
    width: 100%;
    clear: both;
    margin: 5px 0;
    color: red;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}
.btn.btn-danger {
    color: #fff;
    background-color: #ff0700;
    border-color: #ff0700;
    border-radius: 5px !important;
    font-weight: bold;
    margin-top: 10px;
}
.managetab-page ul li i {
    margin-right: 11px;
    width: 17px;
}
.managetab-page ul li {
    padding: 10px;
    margin-bottom: 0;
    cursor: pointer;
    background: #fff;
}
.managetab-page {
    background: #e8e8e8;
    padding: 20px;
}
.managetab-page .row {
    margin:0
}
.managetab-page .col-md-9 {
    background: #fff;
    padding: 10px;
}
.managetab-page .col-md-3 {
    padding: 0 20px 0 0;
}
#manageTab .content .or {
    color:#000000;
}
#accessVideoModal h3.modal-title {
    border-bottom:1px solid #ccc;
    padding-bottom: 20px;
    padding-top: 10px;
}
#accessVideoModal .modal-header,
#accessVideoModal .modal-body {
    padding: 15px 50px;
}
#accessVideoModal .user-name {
    text-transform:capitalize;
}
#accessVideoModal .user-bold {
    font-weight:bold;
}
#accessVideoModal .btn-center {
    text-align:center;
    border-radius:0;
}
#accessVideoModal .btn-center button {
    border-radius:0 !important;
    border: 0;
    margin: 0 20px;
    padding: 10px 30px;
}
#accessVideoModal .btn-center #deny_access {
    background:#828282;
}
.recordingInfo label {
    display:block;
    font-weight: bold;
    font-size: 15px;
}
.recordingInfo>input,
.recordingInfo>textarea {
    width:100%;
    display:block;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 3px;
    border: 1px solid #ccc;
    font-size: 14px;
}
.recordingInfo .save-record-list-label {
    font-size: 13px;
    margin-bottom: 18px;
}
.videoInfo .aud_session {
    font-size: 20px;
    margin-top: 20px;
    display: block;
    margin-bottom: 8px;
}
.videoInfo p span {
    font-weight:bold;
    width: 90px;
    float: left;
}
.videoInfo p {
    margin: 0;
}

/* mobile css */
label.control-label.required.ng-binding.save-record-list-label {
    float: left;
}
.body-video-save textarea {
    min-height: 160px;
    resize: none;
}
.rate-review-h {
    font-weight: bold;
    padding-top: 20px;
    margin-bottom: 15px;
}
.audition-method-page .content {
    text-align: left;
}
.audition-method-page .content h2 {
    margin:0;
    font-size: 20px;
    font-weight: bold;
}
.audition-method-page .black-box {
    background:#000000;
    color:#ffffff;
}

/*********************/
.role-popup-bm-btn.en-role-popup {
    width:100%
}
.role-popup-bm-btn.en-role-popup .row>div a {
    cursor: pointer;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center
}
.role-popup-bm-btn {
    background: #000;
}
.role-popup-bm-btn .row {
    display:flex;
    margin: 0;
    text-align: center;
    align-items: center
}
.role-popup-bm-btn .row>div {
    cursor: pointer;
    display: block;
    width: 34%;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}
.role-popup-bm-btn .row>div:hover {
    background:red;
}
.role-popup-bm-btn .row>div i {
    color:#ff0000;
    float: none;
    line-height: 30px;
    font-size: 16px;
    padding-right: 6px;
    margin-right: 0px;
    line-height: 22px;
}
.role-popup-bm-btn .row>div:hover i {
    color:#ffffff;
}
.role-popup-bm-btn .row>div.icon-apply-btn i {
    font-size: 17px;
    padding-right: 6px;
}
.role-popup-bm-btn .row>div span {
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    line-height: 15px;
}
.role-popup-bm-btn .row>div.remove-favourite i {
    font-size:18px
}
.role-popup-bm-btn .row>div.icon-msg-btn {
    margin-right: 0;
}
.role-popup .rolesection .colleftinnerx {
    border: 1px solid #eee;
    padding: 0;
}
.role-popup .rolesection li {
    padding: 0 8px;
}
.role-popup .rolesection li.list-rp {
    padding:0
}
.profile-steps-block:after {
    content: "";
    display: block;
    clear: both;
}
.profile-steps-block h2 {
    font-size: 22px;
    float: left;
}
.profile-steps-block .right-icon-profile-head {
    float: left;
    margin: 16px 12px;
}
.profile-steps-block .right-icon-profile-head a {
    width: 20px;
    height: 20px;
    background: #000;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 20px;
}
.profile-steps-block .right-icon-profile-head a:hover {
    background: #fe0000;
}

/**********************************************************/
.managetab-page .content {
    text-align:center;
}
.or-mid {
    padding: 10px;
    font-weight: bold;
    margin-top: 20px;
}
.radio-access {
    display: flex;
    margin-top: 2px;
}
.radio-access>div {
    position:relative;
}
.radio-access input[type=radio]:not(old) {
    width: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    margin: 0;
    height: 100%;
    cursor: pointer;
}
.radio-access input[type=radio]:not(old)+label {
    display: inline-block;
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 5px 6px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;
    margin-bottom:0 !important;
}
.radio-access .radio-private input[type=radio]:not(old)+label {
    border-radius: 5px 0 0 5px;
}
.radio-access .radio-off input[type=radio]:not(old)+label {
    border-radius: 0;
    border-width: 1px 0 1px 0;
}
.radio-access .radio-public input[type=radio]:not(old)+label {
    border-radius: 0px 5px 5px 0px;
}
.radio-access input[type=radio]:not(old):checked+label {
    background: red;
    margin: 0;
    color: #fff;
}
.radio-access .radio-public input[type=radio]:not(old):checked+label {
    background:#439c00;
}
.radio-access .radio-off input[type=radio]:not(old):checked+label {
    background:#000000;
}
#myAuditions .w3-table td,
#myAuditions .w3-table th,
#myAuditions .w3-table-all td,
#myAuditions .w3-table-all th {
    vertical-align: middle;
}

/************************/

/* En Product list view */
.new-list-en.talent-role-list-view .bottom-info div {
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 0;
    text-transform: uppercase;
    cursor: pointer;
}
.new-list-en.talent-role-list-view .bottom-info div:hover i.material-icons {
    color:#ffffff;
}
.new-list-en.talent-role-list-view .bottom-info div span {
    display:block
}
.main-auditions .col-md-12 {
    padding:0
}
.main-auditions .col-md-12>.row {
    margin:0
}
.bottom-btns {
    clear:both;
    display: flex;
    width: 100%;
}
.bottom-btns .btn {
    width: 50%;
    padding: 14px 0;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}
.bottom-btns .btn.btn-red:hover {
    background: #000000;
    border: 1px solid #000000;
    color: #ffffff;
}
.btn-black {
    background: #000000;
    color:#ffffff;
}
.bottom-btns .btn.btn-black:hover {
    background: #fe0000;
    color: #ffffff;
}
.iconify-style {
    color: red;
    font-size: 28px;
    line-height: 0px;
    height: 26px;
    display: block;
}
.box-bottom-block div:hover .iconify-style {
    color: #ffffff;
}
.box-bottom-block div .iconify-style {
    color: red;
    font-size: 29px;
    height: 31px;
    margin-top: -3px;
    margin-bottom: 3px;
}
.videocm-style {
    color: red;
    font-size: 33px;
    line-height: 7px;
    margin-right: 8px;
}
.applications-btn .view-talent-notes:hover {
    background-color: red !important;
    color: white !important;
}
.pad-right {
    padding-right: 0!important;
}
.search-skill .select-box .selectize-input {
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}
.search-skill .select-box {
    border-radius: 3px !important;
    border: 1px solid #cccccc !important;
    padding: 0 !important;
    text-transform: uppercase;
    font-weight: bold;
    height: 50px;
    width: 100%;
    color: #959595;
    font-size: 14px;
}
.search-skill .select-box .selectize-input input {
    text-transform: uppercase !important;
    height: 48px !important;
    font-size: 14px !important;
    padding: 8px !important;
    width: 100% !important;
}
.accessControll .radio-access .radio-private input[type=radio]:not(old)+label {
    border-right: 0;
}
#uploaded_videos.w3-table-all td {
    vertical-align: middle;
}
#uploaded_videos.w3-table-all td:first-child {
    padding-left:8px
}
#uploaded_videos .video-area iframe {
    width:150px;
    margin: 0 auto;
}
#uploaded_videos .accessCode span {
    display: flex;
    align-items: center;
}
#uploaded_videos .accessCode span input {
    width: 90px;
    padding: 6px 6px;
    border: 0px;
    background:#f5f5f5;
    text-align: center;
    margin-right: 5px;
}

/*** search style block *****/
.search-box-block {
    display:flex;
    margin: 10px 0;
}
.search-box-block .seach-fillter-block {
    display: flex;
    width: 100%;
}
.search-box-block .search-input-block {
    width: 100%;
    float: left;
    position: relative;
    margin-right: 20px;
}
.search-box-block .search-block {
    display: flex;
    width: 70%;
    margin-left: 10px;
}
.search-box-block .seach-fillter-block .arrow-icon {
    width: 0;
    margin: 0;
    overflow: hidden;
    height: 50px;
    cursor:pointer;
    padding-right: 58px;
}
.arrow-icon i.material-icons {
    font-size: 50px;
    line-height: 50px;
    margin-left: 5px;
}
.search-box-block.search-oneline {
    display:block;
}
.search-box-block.search-oneline .search-block {
    margin-top: -117px;
    width: 50%;
    float: right
}
.search-box-block.search-oneline .search-input-block:last-child {
    margin-right:0
}
.temp-skill-main {
    clear:both
}
.search-box-block .search-block.search-btn {
    width: auto;
    margin: 0
}
.skill-box.search-input-block .selectize-input.has-items>div {
    display: none
}
#project_list .w3-table th:first-child,
#project_list .w3-table td:first-child,
#project_list .w3-table-all th:first-child,
#project_list .w3-table-all td:first-child {}
#myAuditions .w3-table th:first-child,
#myAuditions .w3-table td:first-child,
#myAuditions .w3-table-all th:first-child,
#myAuditions .w3-table-all td:first-child {}
.w3-table-all td,
.w3-table-all th {
    padding: 7px;
}
.w3-table td,
.w3-table th,
.w3-table-all td,
.w3-table-all th {
    font-size: 14px;
}
#project_list .w3-table-all tbody td:nth-child(3) {
    width: 12%;
}
#myAuditions .w3-table-all tbody td:nth-child(3) {
    width: 12%;
}
#project_list .w3-table-all tbody td:nth-child(5) {
    width: 15%;
}
#myAuditions .w3-table-all tbody td:nth-child(5) {
    width: 15%;
}
#project_list .w3-table-all tbody td:nth-child(2) {
    width: 15%;
}
#myAuditions .w3-table-all tbody td:nth-child(2) {
    width: 15%;
}
#project_list .w3-table-all tbody td .left-inside {
    float: none;
    width: 67px !IMPORTANT;
    height: 30px;
    margin: 0 auto;
    padding: 0;
}
#myAuditions .w3-table-all tbody td .left-inside {
    float: none;
    width: 67px !IMPORTANT;
    height: 30px;
    margin: 0 auto;
    padding: 0;
}
.w3-hoverable tbody tr:hover,
.w3-ul.w3-hoverable li:hover {
    background-color: #e6e6e6 !important;
}
.ajax-loader {
    margin:0 !important
}
#myAuditions .col-sm-12 {
    padding:0
}
.action_right_role a {
    float: left;
    width: 23px;
    margin-right: 4px;
    height: 23px;
    overflow: hidden;
}
.action_right_role a:last-child i {
    font-size: 21px;
}
.action_right_role a i {
    font-size: 22px;
}
.video-popup button.close {
    position: absolute;
    right: 7px;
    top: 1px;
}
.video-popup .video-rt .row:first-child {
    padding: 17px;
    margin-bottom: 0;
}
.video-popup .video-rt .row h2 {
    margin: 0;
    font-weight:bold
}
.video-popup .video-rt .row p {
    margin: 0;
    float: left;
    font-size: 15px;
}
.video-popup .video-rt i#roleInfo {
    float: left;
    margin: 2px 0 0 7px;
}
.video-popup .modal-content {
    background: #ebebeb;
    border: 0;
}
.video-popup .video_title .video-title-area i.fas.fa-play {
    font-size: 18px
}
.video-popup .video_title .video-title-area h3 {
    font-size: 17px;
    font-weight: bold;
    color: #424242;
    line-height: 19px;
    font-family: 'Montserrat',
    sans-serif;
    width: 93%;
}
.video-popup .video_title .video-title-area {
    border-bottom:1px solid #dbdbdc;
    padding: 10px 17px;
}
.video-popup .video_title .video-title-area hr,
.video-popup .video_title hr {
    display:none
}
.video-popup .video_title .video-title-area:hover {
    background:#d3d3d3
}
.video-popup .video_title .video-title-area:hover i.fas.fa-play {
    color:red
}
.video-popup .video-title-area .share_video_menu {
    position: absolute;
    right: 17px;
    padding: 0 !important;
}
.video-popup .video-title-area .share_video_menu h4 {
    text-decoration:none;
    color:#ffffff;
    background:black;
    font-weight:bold;
    padding: 3px 0;
    text-transform:uppercase;
}
.video-popup .video-title-area .share_video_menu h4:hover {
    background:red
}
.video-popup .video-title-area .share_video_menu:before {
    border-color:transparent transparent red transparent
}
.modal-body.video_detail_modal:after {
    content: "";
    display: block;
    clear: both;
}
.video-popup .video-dtl {
    margin-bottom: 0
}
.video-popup .video-dtl .video-lt {
    border: 4px solid #000;
    background: #000;
    position: relative;
    padding-bottom: 33.25%;
    height: 0;
}
.video-popup .bottom-content {
    margin: 10px;
    padding: 0;
    display: flex;
}
.video-popup iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modal-content:after {
    content: "";
    display: block;
    clear: both;
}
#myprojects button#projectpicture:hover .grayc,
#myprojects button#projectpicture:focus .grayc {
    color:white
}
.video-area {
    position:relative
}
.video-area .play-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.video-area .play-video i {
    font-size: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,
    -50%);
    background: rgba(0,
    0,
    0,
    0.5);
    border-radius: 50%;
    padding: 2px;
}
.video-area {
    min-height: 50px !important;
    width: 100px !important;
}
.video-area .play-video:hover i {
    background: rgba(0,
    0,
    0,
    1);
}
.aud-dtl {
    height: 50px;
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
}
.aud-dtl .aud-row {
    text-align: center;
    width:100%;
    background: #ebebeb;
    color: #212121;
    padding: 10px;
    /*cursor:pointer;*/
    text-transform: uppercase;
}
.aud-dtl .aud-row:hover {
    /* background: red;
    color: #ffffff;*/
}
.aud-dtl .aud-row.live_audition_link {
    background: red;
    color: #ffffff;
}
.aud-dtl .aud-row.live_audition_link:hover {
    background: #ebebeb;
    color: #212121;
}
.aud-dtl .aud-row span.ic-left {
    float: left;
    width: 36px;
    position: absolute;
    left: 10px;
}
.aud-dtl .aud-row p {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    line-height: 30px;
}
.aud-dtl .aud-row p a {
    font-weight: 600;
}
.aud-dtl .aud-row span.aud-date {
    display: block;
    font-weight: bold;
    color: #59d773;
    font-size: 15px;
}
.aud-dtl .aud-row span.aud-schedule {
    font-size: 10px;
    display: block;
    font-weight: bold;
    line-height: 8px;
}
.aud-dtl .aud-row p a:hover {
    color: #fff;
}
.aud-dtl .aud-row span.ic-left i {
    line-height: 30px;
    margin-right: 0;
    font-size: 28px;
}
.aud-dtl .aud-row:hover span.ic-left {
    /* color: #fff;*/
}
.aud-dtl .aud-row:hover i {
    /*color:#ffffff;*/
}
.aud-dtl .aud-row.live_audition_link span.ic-left {
    color: #fff;
}
.aud-dtl .aud-row.live_audition_link:hover span.ic-left {
    color: red;
}
.aud-dtl .aud-row.live_audition_link p a {
    color: #fff;
}
.aud-dtl .aud-row.live_audition_link:hover p a {
    color: #212121;
}
#renderer {
    width: 100%;
    height: 88%
}
.modal {
    text-align: center;
    padding: 0!important;
}
.mob-prostep-text h2 {
    font-size: 22px;
}
.mob-prostep-text h1 {
    font-size: 22px;
    font-weight: 600;
}
.mob-prostep-text {
    float: left;
    width: 100%;
    position: relative;
}
.mob-prostep-text span#publicprofile {
    position: absolute;
    right: 0;
    top: 0;
}
.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
button,
input,
select,
textarea,
optgroup {
    font-family: 'Montserrat',
    sans-serif !IMPORTANT;
}
#no_data {
    text-align: center;
}
.aud-dtl .aud-row span.ic-left {
    font-size: 28px;
}
span.talent-aud-selected {
    color: red;
}
.aud-dtl .aud-row:hover span.talent-aud-selected {
    color: #fff;
}
.aud-dtl .aud-row span.ic-left svg.iconify {
    top: 0;
    position: absolute;
    left: 2px;
}
.modal-body.video_detail_modal .video_title {
    height: 165px;
    overflow: auto;
}
.aud-vote.vote_display_section.red-color-vote {
    /*font-weight: bold;
    text-align: center;
	padding: 20px;*/
}
span.vote-needed {
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
}
span.share_link {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 14px 0;
    display: block;
}
span.share_aud_icon i.material-icons {
    color: #fff;
    font-size: 40px;
}
span.share_aud_icon {
    color: #fff;
}
.votes-needed p {
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
}
.votes-needed br {
    display: none;
}
.shpv-link {
    margin: 20px 0;
}
.shpv-link a.link-share-private {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.red-icon i.far.fa-calendar-check {
    color: red;
}
.aud-dtl .aud-row:hover .red-icon i.far.fa-calendar-check {
    color: #fff;
}
.black-icon i.material-icons {
    color: black;
}
.red-icon a#aud_details {
    background: red;
    border-color: red;
}
.audtion-line.red-icon a#aud_details:hover {
    color:red !important;
}
.search-input-block.skill-box.trait-box .select-option .selectize-input:before {
    content: "SELECT TRAIT";
}
.red-icon {
    color: red;
}
.video_detail_main input,
.video_detail_main textarea {
    background: transparent;
    border: 0;
    padding: 10px 0;
    font-size: 14px;
}
.video_detail_main .selectize-control,
.video_detail_main .selectize-input {
    background: transparent;
    border: 0;
    box-shadow: none !important;
    padding: 0 !IMPORTANT;
}
.video_detail_main span.star-cb-group {
    margin-top: 0;
}
.video_detail_main .selectize-input .remove {
    display:none !important
}
.video_detail_main .selectize-control.multi .selectize-input>div {
    padding-left:16px;
    cursor:default;
}
.video_detail_main .selectize-control.multi .selectize-input>div.active {
    background: #000000;
    color: #ffffff;
    border: 0 solid #cacaca;
}
.video_detail_main .selectize-input>input {
    display:none !important
}
.modal-dialog.popup-window {
    text-align:center;
}
.popup-window .modal-header {
    border-bottom: 1px solid #d4d4d4 !important;
    color: red;
    padding: 20px 30px 10px;
    font-size: 20px;
}
.popup-window .modal-header .close {
    position: absolute;
    right: 10px;
    top: 10px;
}
.popup-window .modal-title {
    font-size: 25px;
}
.popup-window .btn.btn-danger {
    margin-top:0
}
.popup-window .modal-body {
    min-height: auto;
}
.popup-window .btn {
    border-radius: 5px;
}
.aud-dtl.audi-date-time .aud-row .aud-date-btm {
    color:red;
}
.aud-dtl.audi-date-time .aud-row .aud-schedule {
    color:#8a8a8a;
}
.aud-dtl.audi-date-time .aud-row:hover .aud-date-btm {
    /*color:#ffffff;*/
}
.aud-dtl.audi-date-time .aud-row:hover .aud-schedule {
    /*color:#ffffff;*/
}
.main-grid.main-auditions table {
    width:100%;
}
.right-pro-sec12 ul.talent-review-list {}
.right-pro-sec12 ul.talent-review-list p.noreview-text {
    width: 100%;
    text-align: center;
    border: 0;
}
.right-pro-sec12 #container.instagram-block {
    text-align:center;
}
.aud-vote-reviews .modal-dialog {
    max-width: 500px;
}
.aud-vote-reviews .modal-title {
    font-size: 20px;
}
.aud-vote-reviews .modal-body.video_detail_modal {
    padding: 10px;
}
.aud-vote-reviews .video-popup .bottom-content {
    margin: 0;
    padding: 10px;
    width: 100%;
}
.aud-vote-reviews .modal-body h2 {
    font-size: 15px;
    margin: 13px 0;
}
.new-list-en.talent-role-list-view #list_view .bottom-info div span {
    display: inherit;
}
.new-list-en.talent-role-list-view #list_view .bottom-info div a {
    width: auto;
    padding: 0;
    display: initial;
    font-weight: 400;
}
.new-list-en.talent-role-list-view #list_view .bottom-info div {
    padding: 0 3% 0 0;
    text-transform: capitalize;
}
.new-list-en.talent-role-list-view #list_view .role-table-block .bottom-info {
    display: inherit;
}
.talent-role-list-view #list_view .bottom-info>div:hover {
    background: transparent;
}
.new-list-en.talent-role-list-view #list_view .bottom-info div:hover i.material-icons {
    color: red;
}
.talent-role-list-view #list_view .bottom-info div a:hover {
    color: #1a1a1a;
}
.suitable-roles-block:after {
    content:"";
    display:none;
    clear:both;
}
.suitable-roles-block>div {
    float: left;
    width: 50%;
}
a.seeall-link {
    font-size: 14px;
    color: #000;
}
.product-title.sroles-title {
    width:100% !important;
    display:block;
}
.vote-yesno {
    padding: 20px;
}
.box-bottom-block .messages-btn i {
    position: relative;
    width: 22px;
    margin: 0 auto 5px;
}
.box-bottom-block .messages-btn span.counter-msg {
    top: 3px;
    background: transparent;
    font-size: 10px;
    font-family: sans-serif;
}
.box-bottom-block .messages-btn:hover span.counter-msg {
    color: red;
}
tr.request-access-tr td {
    position: relative;
}
tr.request-access-tr td .video-area {
    position:static;
}
tr.request-access-tr td .video-area.bkg-gray {
    background:transparent;
}
tr.request-access-tr td .video-area.bkg-gray:after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(120,
    120,
    120,
    0.5);
    left: 0;
    top: 0;
}
tr.request-access-tr td.req-acc-text {
    background: rgba(120,
    120,
    120,
    0.5);
    text-align: center;
    font-weight: bold;
}
tr.request-access-tr td.req-acc-text .bkg-gray {
    background:#d7d7d7;
    padding: 8px;
}
tr.request-access-tr td.req-acc-text .btn.btn-danger {
    margin-top: 0;
    margin-left:10px
}
.private-video-modal button.close {
    position: fixed;
    right: 0;
    top: 0;
    font-size: 0;
    font-weight: lighter;
}
.private-video-modal button.close:after {
    content: "X";
    display: block;
    font-size: 40px;
    top: 20px;
    right: 20px;
    color: white;
    z-index: 999;
    text-indent: 0;
    position: fixed;
    font-weight: lighter;
}
.private-video-modal .modal-content {
    background-color: transparent;
}
.private-video-modal .video_detail_modal {
    background: rgba(128,
    128,
    128,
    0.07);
    position: relative;
    padding-bottom: 56.25%;
}
.private-video-modal .video_detail_modal iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.red-icon.disable a#aud_details {
    background:#000000;
    border-color: #000;
}
.red-icon.disable a#aud_details:hover {
    color: #fff !important;
}
.audtion-line a#aud_details.btn[disabled]:hover {
    background: #000;
    color: #fff !important;
}
.upload-pic img.preview-picture {
    width: 140px;
    height: auto;
}
#EditProfileCoverSection .drop-pop-page .error_msg {
    color: green;
    top: -38px !important;
}
.profile_video_preview a {
    position: relative;
}
.profile_video_preview img {
    width: 100px;
}
.profile_video_preview span.play {
    display: block;
    background: url(../images/play-icon.png) no-repeat 0 0 / 100%;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    left: 50%;
    position: absolute;
    top: 50%;
    cursor: pointer;
    transform:translate(-50%,
    -50%);
}
.drop-pop-page #profile-picture-area .imageBox .thumbBox {
    border-radius: 100%;
}

/* .drop-pop-page #profile-picture-area .imageBox .projectBox .thumbBox {
    border-radius: 0;
} */

.drop-pop-page #profile-picture-area .imageBox.projectBox .thumbBox, .drop-pop-page #profile-picture-area .imageBox.projectbox .thumbBox {
    border-radius: 0
}
.top-banner-profile .button-block .left-button {
    margin-right: 7px;
}
.video-popup .video_title .video-title-area.active h3 {
    color: red;
}
.aud-role .user_role_info h3,
.aud-more .user_profile h3 {
    margin-top: 0;
    margin-bottom: 0px;
    font-weight: 600;
    color: #1a1a1a;
}
.aud-role .user_role_info {
    margin-bottom: 9px;
    color: grey;
}
.user_role_info .material-icons-outlined {
    vertical-align: top;
    margin-left: 20px;
}
.aud-role .user_role_info h3 {
    margin-bottom: 5px;
}
.aud-more .user_profile h3 {
    margin-bottom: 15px;
}
.aud-more .user_profile a,
.profile-infos .p-info>p {
    font-size: 12px;
    color: grey;
    font-weight: 600;
}
.aud-more .total_audience_count {
    float: left;
}
.aud-more .total_audience_count h3 {
    margin-top: 0;
    margin-bottom: 0;
    color: grey;
    font-size: 12px;
}
.right-pro-sec .right-pro-sec12 p {
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;

}

/********************************************************************************************************************************************/
@media screen and (max-width: 2900px) and (min-width: 1680px) {
    .profile-image-block {
        text-align: center;
    }
    .modal-content .role-info.last-role-desc p.text-center {
        position: absolute !important;
        bottom: 35px !important;
        right: 35px;
    }
}
@media screen and (max-width: 1679px) and (min-width: 1440px) {
    .modal-content .role-info.last-role-desc p.text-center {
        position: absolute !important;
        bottom: 35px !important;
        right: 35px;
    }
}
@media screen and (max-width: 1200px) {
    #list_view .bottom-info>div:nth-child(3) {
        clear: left;
        margin-top: 8px;
    }
    #list_view .bottom-info>div:nth-child(4) {
        margin-top: 8px;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
    .info-list-right {
        width: 68%;
    }
    span.product-title {
        width: 52%;
    }
    .bottom-info .applications-inner,
    .bottom-info .auditions-inner {
        width: 100%;
    }
    .tabs-block .nav-tabs li {
        max-width: 12.5%;
    }
    .tabs-block .nav-tabs span {
        font: 11px Montserrat-Bold;
    }
    .dashboard .tab-content {
        margin-top: 0px;
    }
    .tabs-block .nav-tabs li.active a:after {
        left: 34%;
        bottom: -7px;
    }
    .list-roles-pro ul li {
        width: 40%;
    }
    .forengager .main-auditions .pro-info.tallerin {
        height: 420px;
    }
    .mid-content .col-md-4 {
        /*width: 48%;*/
    }
    .shedule-popup.in .modal-dialog {
        width: 80%;
    }
    .live-video-container .left-sidebar {
        height: auto;
    }
    .container.live-video-container {
        width: 95%;
    }
    .live-video-container .main-chat-box {
        position: relative;
        float: left;
        width: 100%;
    }
}
@media screen and (max-width: 1199px) and (min-width: 1024px) {
    .top-banner-profile:before {
        height: 360px;
    }
    .editable-inline .top-banner-profile-inner {
        margin-top: 90px;
    }
    #engager_myaccount .col-sm-offset-4 {
        margin-left: 24%;
    }
    .modal-body .rolesection .role-list-action li a {
        /*font-size: 9px !important;*/
    }
    .modal-body .rolesection .role-list-action li {
        padding: 0 2px !important;
    }
}
@media screen and (max-width: 1023px) {
    #engager_myaccount .col-sm-offset-4 {
        margin-left: 24%;
    }
    .share42init {
        top: 75px;
    }
    .profile-top-links {
        margin-top: 10px;
    }
    .top-fillter-block .col-md-11 {
        float: left;
        width: 80%;
    }
    .top-fillter-block .col-sm-4 {
        float: left;
        margin-bottom: 10px;
        width: 33.333%;
    }
    .top-fillter-block .col-md-1 {
        float: left;
        width: 100%;
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
    .mid-content .col-md-4 {
        float: left;
        margin-bottom: 7%;
        width: 100%;
    }
    .left-pro-sec,
    .right-pro-sec {
        width: 100%;
        padding-left: 0;
    }
    .right-pro-sec ul {
        padding-left: 0;
    }
    .right-pro-sec li {
        height: 300px;
    }
    .list-roles-pro ul li {
        width: 40%;
    }
    .list-pro {
        width: 100%;
    }
    .box.col3.masonry-brick:nth-child(3n) {
        padding-right: 2%;
    }
    .talent-profile-video-block {
        /*height: 300px;*/
    }
    .dashbaord_stats .pie-charts .pie-chart-item-container {
        width: 33.33%;
    }
    .top-fillter-block .age-box input {
        width: 48%;
    }
    .top-fillter-block .col-sm-2.pd-aged {
        width: 50%;
        margin-bottom: 10px;
    }
    .live-video-container .main-chat-box {
        width: 100%;
        float: left;
        position: relative;
    }
    .live-video-container .left-sidebar {
        height: auto;
    }
    .live-video-container .vidyo-container {
        width: 68%;
    }
    .live-video-container .left-sidebar {
        width: 30%;
    }
    .live-video-container input#chat_message {
        max-width: 160px;
        min-width: 79%;
    }
    .modal-dialog.new-popup-design-role-apply {
        width: 90%;
    }
    .mob-prostep-text span#publicprofile {
        position: relative;
    }
}
@media screen and (max-width: 768px) {
    .body-video-save .col-sm-12 {
        padding: 0 !important;
    }
    #show_selected {
        padding-top: 0;
        margin-bottom: 0;
    }
    .page {
        overflow: hidden;
    }
    #RatingPopup .form-group textarea.field-comment {
        width: 80%;
    }
    .mid-content {
        padding: 0px;
    }
    .pro-info.tallerin {
        height: auto;
    }
    .forengager .main-auditions .pro-info.tallerin {
        padding-bottom: 40px;
    }
    .dashboard .tab-content,
    .top-fillter-block .col-md-11 {
        width: 92%;
        margin: 0 4%;
    }
    .top-fillter-block .col-md-1 {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .rolesearch.btn-red,
    .search-icon.btn-red {
        /*min-width: 100%;*/
    }
    button.search-icon.btn.btn-primary.ng-binding.btn-red {
        /* min-width: 94%;*/
    }
    #hire_talent_list button.search-icon.btn.btn-primary.ng-binding.btn-red {
        /*min-width: 100px;*/
    }
    .info-list-right .cm-role-list>ul li.pro-info-title,
    .info-list-right>ul li.pro-info-title {
        width: 100% !important;
        height: auto;
        display: block;
    }
    .info-list-right ul .ap-inner {
        width: 100%;
        padding: 0;
        float: left;
    }
    .info-list-right ul.role-list-action {
        position: relative;
        top: 0;
        right: inherit;
        width: 100%;
        overflow: hidden;
    }
    .info-list-right ul.role-list-action li {
        float: left;
        padding-right: 10px;
        width: 30%;
    }
    .talent-table {
        overflow-x: scroll;
        width: 100%;
    }
    .forengager .main-auditions .pro-info.tallerin {
        height: auto;
    }
    .container.live-video-container {
        margin-top: 70px;
        padding-top: 40px;
    }
    .live-video-container .left-sidebar {
        margin: 10px 0 40px;
    }
    .top-fillter-block .col-sm-2.pd-aged {
        width: 100%;
        float: left;
        margin-bottom: 10px;
        padding-right: 0;
    }
    .top-fillter-block .age-box input {
        width: 48.5%;
    }
    #form_website_link .col-sm-offset-4.col-sm-8 {
        margin-left: 0;
    }
    .new-popup-design-login .col-sm-12.hidden-xs.social-block.text-center {
        display: block !important;
    }
    .col-md-12.button-switcher {
        padding-top: 0;
        padding-left: 0;
        float: left;
    }
    .bio-list.readlist {
        height: auto !important;
    }
    .role-table-block {}
    section.home-profile:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        background: rgba(255, 255, 255, 0.8);
    }
    .home-profile {
        position: relative;
    }
    .show_more_talent {
        margin-bottom: 20px;
    }
    .bidding-banner.video-scroll .banner-bottom,
    .bidding-banner .banner-bottom {
        position: relative !important;
    }
    .auditions-video-popup .modal-dialog {
        width: 92%;
    }
    .video-dtl .video-lt {
        width: 100%;
    }
    .video-dtl .video-rt {
        width: 100%;
    }
    .modal-header button.close {
        top: 0;
        right: 10px;
        position: absolute;
    }
    .auditions-video-popup .modal-content {
        /*float: left;*/
    }
    .auditions-video-popup .modal-content .modal-body.video_detail_modal {
        float: left;
    }
    .audition_voting_buttons button.green,
    .audition_voting_buttons button.yellow,
    .audition_voting_buttons button.red {
        width: 27.6%;
        margin-right: 20px;
    }
    .video-popup .video-dtl .video-lt {
        padding-bottom: 56.25%;
    }
    .aud-vote {
        width: 100%
    }
    .aud-role {
        width: 100%;
        border-top: 1px solid #d2d2d3;
        border-bottom: 1px solid #d2d2d3;
        border-right: 0;
        border-left: 0;
    }
    .aud-more {
        width: 100%
    }
    .aud-more .p-info p {
        width: auto;
        margin-right: 20px
    }
    .schedule_audition_modal p {
        float: left;
        margin-right: 20px;
    }
    .schedule_audition_modal button {
        float: left
    }
    .modal-body.video_detail_modal .video_title {
        height: auto;
    }
    .video-popup .bottom-content {
        display: block;
        width: 95%;
    }
    .no-cover-pic .my-profile,
    .profile-coverbl .profile-cover-block.profile-coverstap {
        background-position: 0 0;
        background-position: center top;
    }
    .profile-top-links {
        display: block
    }
    .profile-top-links>ul {
        display: block;
    }
    .right-pro-sec .profile-top-links ul.pro-sharing-sec {
        margin-top: 30px;
    }
    .right-pro-sec .profile-top-links ul li {
        margin: 0 5px 0 0
    }
    .recordingInfo,
    .videoInfo {
        width: 100%;
        float: none;
    }
    .video_detail_modal {
        padding: 20px;
    }
    .video_detail_modal .videoInfo img {
        width: 100%
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
    #create_project_form span.success_msg,
    #create_project_form span.error_msg {
        left: 20%;
        width: 60%;
    }
    .user-login .user-ascess-form .form-group {
        padding: 0 15px;
    }
    .tabs-block .nav-tabs span {
        font-size: 1.1vw;
    }
    .news-feed-list span.publicprofile {
        margin-top: 10px;
    }
    .wizard.vertical>.steps {
        width: 34px !important;
        text-align: center;
    }
    .wizard.vertical>.content {
        width: 92% !important;
    }
    #wizard.wizard>.steps .number {
        font-size: 20px !important;
    }
    #wizard .steps li a {
        font-size: 0 !important;
        margin-bottom: 5px;
        padding: 5px;
    }
    .newlyadded .new-audi-btn button {
        font-size: 13px;
    }
    #wizard .steps li a {
        font-size: 15px;
    }
    .top-fillter-block .col-md-11 {
        width: auto;
    }
    .dashboard {
        background-size: inherit;
    }
    .mid-content .col-md-4 img {
        height: auto
    }
    .container {
        width: 100%;
    }
    .home-profile-inner .quote-bottom {
        right: -40px;
    }
    .top-space-bkg {
        background-size: initial;
    }
    .mid-content .col-md-4 {
        width: 31.3333%;
    }
    .three-boxes .col-xs-12 .three-boxes-block {
        width: 29%;
        padding: 20px 10px;
    }
    .tabs-block .nav-tabs li {
        max-width: 13%;
    }
    .top-fillter-block .col-md-11 {
        width: 100%;
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
    .col-sm-3 {
        width: 50%;
    }
    .modal-dialog {
        width: 90%;
    }
    .show_more_myroles {
        text-align: center;
    }
    .pro-info-pic {
        width: 100%;
        margin-bottom: 20px;
    }
    .info-list-right {
        width: 100%;
    }
    .forengager .main-auditions .pro-info.tallerin {
        height: 460px;
    }
    .mid-content .col-md-4 {
        width: 49%;
    }
    #calender_section {
        width: 100%;
    }
    #calender_section_bot ul li,
    #calender_section_top ul li {
        height: 70px !important;
        width: 14% !important;
    }
    .shedule-popup.in .modal-dialog {
        width: 72%;
    }
    .date_window {
        font-size: 11px !important;
        margin-left: 1px !important;
        margin-right: 14px !important;
    }
    .col-sm-2.age-box.pd-aged {
        width: 100%;
    }
    .tabs-block {
        margin-top: 0px;
    }
    .tabs-block .nav-tabs li {
        max-width: 13%;
    }
    .new-audi-btn span {
        margin: 0 10px;
    }
    .change-right-shift {
        float: none;
        margin-top: 10px;
    }
    .modal-body .rolesection .role-list-action li a {
        /*font-size: 10px !important;*/
    }
    .mid-content .col-md-4:nth-child(3n+4) {
        clear: none;
    }
    .col-md-4.no-pad:nth-child(2n) {
        margin-right: 0
    }
    .col-md-4.no-pad:nth-child(2n+3) {
        margin-right: 2%
    }
}
@media screen and (max-width: 900px) {
    .right-info-block ul li {
        padding: 0;
    }
    .editrole-new h2.title-name {
        padding: 20px 0;
    }
    .top-fillter-block .col-sm-4 {
        padding: 0 !important;
        width: 100%;
    }
    .login-mob .col-sm-12.hidden-xs.social-block.text-center {
        display: block !important;
    }
    #role_application_form .file-upload {
        min-width: 270px;
    }
    .newlyadded .new-audi-btn button {
        font-size: 13px;
    }
}
@media screen and (max-width: 767px) {
    body.body-video-save .container.live-video-container {
        background: #e2e2e2;
        margin-bottom: 30px;
        padding-bottom: 50px;
        padding-top: 0;
    }
    body.body-video-save .videoInfo {
        margin-left: 0;
        margin-top: 40px;
        width: 100%;
    }
    body.body-video-save .recordingInfo {
        width: 100%;
        margin-top: 20px;
    }
    .row {
        margin-left: 0;
        margin-right: 0;
    }
    .top-notify {
        height: auto;
    }
    span.traiterror,
    span.skillerror {
        margin-top: -20px;
    }
    #create_project_form span.success_msg,
    #create_project_form span.error_msg {
        top: 6px;
        font-size: 12px;
        display: inline-block;
        position: relative;
        left: 5px;
        width: auto;
        padding: 10px 10px;
    }
    .mob-prostep-text {
        font-size: 14px;
        padding: 0 20px;
    }
    #cboxLoadedContent img {
        width: auto !important;
        height: 40vw !important
    }
    .top-notify h4 {
        padding-left: 20px;
    }
    .w3-container .full-box {
        padding: 15px;
    }
    .steps.clearfix {
        padding: 0 15px;
    }
    .share-link-ytv .col-sm-12 {
        width: 98%;
    }
    .images-div-block {
        width: 41%;
    }
    #dashboard .user-login .user-ascess-form#update_application_form .form-group input[type=submit] {
        position: relative;
        bottom: auto;
    }
    #dashboard .top-fillter-block #searchclear_activity_date.searchclear-input {
        /*top: 100px;*/
    }
    .new-popup-design-role-apply input.btn.btn-primary.ng-binding {
        position: relative !important;
        bottom: 0 !important;
    }
    .new-popup-design-role-apply .user-login .user-ascess-form .table-row {
        text-align: left;
    }
    .new-popup-design-role-apply input#telent_cv {
        width: 240px;
    }
    .new-popup-design-role-apply .file-upload label {
        font: 12px Montserrat;
    }
    .new-popup-design-role-apply .col-sm-8 {
        padding: 5px;
        top: 30px;
    }
    .form-app-new .col-md-1 {
        padding: 0;
        margin-bottom: 20px;
    }
    .form-app-new .search-icon {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .top-banner-profile-bottom,
    .top-banner-profile-bottom.editable-content {
        position: relative;
        right: 10px;
    }
    .editable-inline .top-banner-profile-inner {
        width: 80%;
    }
    .profile-image-block {
        position: static;
        float: none;
        margin: 90px auto 0;
        text-align: center;
        height: 260px;
        width: 260px;
    }
    .video-talent .box.col3.add-image {
        width: 100%;
    }
    .top-banner-profile .right-button {
        width: auto;
        margin-bottom: 10px;
    }
    .top-banner-profile .button-block {
        position: relative;
    }
    .top-banner-profile-bottom.editable-content {
        margin-left: 0;
        left: 10px;
        position: relative;
        left: -10px;
    }
    .editable-inline .right-pro-sec #list1 li.box img {
        position: relative;
        width: 100% !important;
        transform: scale(1.1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1.1);
        height: auto;
    }
    .editable-inline #image_container .box.col3 {
        height: 200px;
        width: 100%;
    }
    .editable-inline #image_container .box a {
        min-height: 200px;
    }
    .editable-inline .top-banner-profile-bottom p {
        margin: 0px 0 10px;
    }
    .button-block {
        position: relative;
    }
    .right-button {
        margin-top: 10px;
    }
    /* 13-6-18 */
    .mid-content.news-feed-list {
        padding: 0 0px;
    }
    form#role_application_form .col-sm-8 {
        padding-left: 0;
    }
    .video-area>iframe {
        width: 100%;
    }
    .video-area {
        width: 100%;
    }
    input.search-input.hasDatepicker {
        background-size: 30px auto;
    }
    #project_role_list {
        padding: 0;
    }
    .right-info-block {
        margin-bottom: 15px;
    }
    .top-fillter-block .col-sm-3 {
        position: relative;
        z-index: 9;
    }
    .news-feed-list .acttivity-dashbaord {
        padding: 0 15px;
    }
    span.role-name {
        font-size: 14px;
        width: 50%;
    }
    span.role-info {
        width: 47%;
        font-size: 14px;
    }
    .editproject-new button.btn.btn-primary {
        margin-left: 0px;
    }
    .createroleareanew button.btn.btn-primary.ng-binding {
        margin-left: -15px;
    }
    .createrolefrm h2.title-name {
        padding: 20px;
    }
    .section.ng-scope.user-login.createroleareanew {
        padding: 0 15px;
    }
    .dashboard .tab-content {
        padding: 0px 0px 20px;
    }
    .search-icon.btn.btn-primary.ng-binding.btn-red {
        /*min-width: 92%; margin-left: 4%;*/
    }
    .tabs-block .nav-tabs {
        margin-bottom: 15px;
    }
    .breadcrum {
        padding: 15px 15px 10px 0;
    }
    .col-xs-12 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .col-sm-7 .row {
        margin-left: 0;
        margin-right: 0;
    }
    .wizard.vertical>.content {
        width: 100% !important;
    }
    .featured-block .mid-content .col-md-4 {
        min-height: inherit;
    }
    #searchroles li.save-icon {
        width: 100% !important;
    }
    #role_application_form h2.title-name {
        padding-left: 0;
        padding-right: 0;
    }
    span#publicprofile {
        margin-bottom: 10px;
    }
    #role_application_form .form-group.material.active {
        top: -30px;
        margin-bottom: 40px;
    }
    #index .main-top-space .top-space-bkg .lightgray-bg .col-sm-4.no-pad {
        width: 61%;
        float: left;
    }
    #index .main-top-space .top-space-bkg .lightgray-bg .col-md-1 {
        width: 30%;
        float: left;
    }
    .pro-info .second-content {
        min-height: inherit;
    }
    /* 13-6-18 end */
    .navbar-default .dashboard-user .dropdown-menu:after {
        top: 67px;
    }
    .navbar-default .dashboard-user .dropdown-menu:before {
        top: 65px;
    }
    .dashboard-header .nav .dashboard-user .dropdown-menu {
        min-width: 100%;
    }
    .login-mob {
        padding-top: 50px !important;
    }
    .col-sm-2.or-sec- {
        padding: 50px 0;
    }
    div#sblock_1 {
        margin-bottom: 80px;
    }
    .right-pro-sec {
        overflow: auto;
    }
    .talent-profile-video-block {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .right-pro-sec img {
        height: auto;
    }
    .col3 {
        width: 100%;
    }
    .col3 img {
        max-width: 100%;
        width: 100%;
    }
    .audition_details_plan #myaccount_content #plan_upgrade #subscription_select_frm .three-boxes .col-xs-12 .three-boxes-main .three-boxes-block {
        width: 100%;
    }
    .profile-inner {
        padding: 25px 15px;
    }
    .masonry-imgs {
        width: 100%;
    }
    .profile-top-links li {
        margin-bottom: 10px;
    }
    .right-pro-sec {
        padding-left: 0;
    }
    .right-pro-sec .masonry-imgs .hover-date-yr {
        bottom: 0px !important;
    }
    .quote-top {
        left: 0;
    }
    .top-banner-profile-inner {
        padding-left: 50px;
        margin-right: 100px;
        width: auto;
        margin-left: 40px;
        margin-top: 30px;
    }
    .my-profile .container {
        padding-left: 0;
        padding-right: 0;
    }
    .profile-inner {
        margin-top: 0;
    }
    .pro-info {
        height: auto;
    }
    .top-fillter-block .col-sm-3 {
        padding: 0 !important;
        margin-bottom: 5px;
    }
    .bottom-info .auditions-inner,
    .bottom-info .applications-inner {
        padding: 15px 0 15px 35px !important;
    }
    .applications-inner {}
    .user-login .form-group {
        padding-left: 0;
        padding-right: 0;
    }
    #dashboard .user-login .user-ascess-form .form-group input[type=submit] {
        position: absolute;
        bottom: -140px;
        z-index: 9;
        left: 0;
    }
    .pro-info-pic {
        width: 100%;
        margin-bottom: 15px;
    }
    .top-info-list span.product-title {
        margin-bottom: 10px;
        width: 100%;
    }
    .info-list-right ul li.pro-info-title {
        margin-right: 0 !important;
        width: 100% !important;
    }
    .info-list-right ul {
        padding: 10px 20px;
    }
    .info-list-right ul li {
        margin-bottom: 10px;
        width: 100% !important;
    }
    .info-list-right {
        width: 100%;
    }
    .top-info-list span.product-title {
        font-size: 16px;
    }
    span.product-title {
        width: 60%;
    }
    #common_role_list span.product-title {
        width: 100%;
    }
    .applications-inner,
    .auditions-inner {
        width: 100%;
    }
    .banner-bottom {
        position: relative;
        width: 100%;
    }
    .three-boxes .col-xs-12 .three-boxes-block {
        margin-bottom: 10px;
        width: 90%;
    }
    .social-post-list li img {
        height: auto;
    }
    .social-post-list li {
        width: auto;
    }
    .footer-blk .footer-menu-list h6 {
        margin-top: 10px;
    }
    .btwspaces .wrapper {
        padding: 60px 20px 60px 20px;
    }
    .mid-content .col-md-4 img {
        height: auto;
    }
    .head-name {
        font-size: 20px;
    }
    .btwspaces {
        padding: 20px 0 20px;
    }
    .top-space-bkg {
        background-size: auto 180px;
        background-position: top center;
    }
    .list-roles-pro ul li.list-rp {
        width: 100%;
    }
    .list-roles-pro ul {
        display: block;
    }
    .list-roles-pro ul li {
        margin-bottom: 10px;
        width: 100%;
    }
    .list-roles-pro ul li.download-icon,
    .list-roles-pro ul li.view-icon,
    .list-roles-pro ul li.save-icon {
        width: 49%;
    }
    li.view-icon {
        width: 100% !important;
        text-align: center;
    }
    .home-profile-inner .quote-bottom {
        right: -30px;
    }
    h2.title-name {
        padding-left: 0;
        padding-bottom: 10px;
        padding-top: 0;
    }
    select.select-option {
        font-size: 13px;
    }
    input.search-input {
        font-size: 13px;
    }
    .photo-small {
        margin: 0 auto;
    }
    .top-fillter-block .col-sm-3 {
        padding: 0 !important;
        margin-bottom: 5px;
    }
    .list-pro {
        padding: 20px;
    }
    .modal-dialog {
        width: 90%;
    }
    .modal-dialog.new-popup-design-login {
        max-width: 100%;
    }
    .top-info-list {
        margin-bottom: 5px;
    }
    #ChatPopup .send-wrap label.btn.btn-primary.uploadselect {
        bottom: 20px;
    }
    #ChatPopup div#uploaded_images {
        width: 110px;
    }
    .table-row .row .col-sm-6 {
        padding: 0;
    }
    label.label-name {
        font-size: 12px;
    }
    body {
        margin: 0;
        width: 100%;
        overflow-x: hidden;
    }
    .left-map {
        width: 100%;
        margin-right: 0%;
        height: 300px;
    }
    .contat-form {
        float: left;
        width: 100%;
        margin-top: 30px;
    }
    .talent-role-list-view .info-list-right>ul li.pro-info-title>.roldesc {
        width: 100%;
        line-height: 25px;
        padding-left: 0;
    }
    .talent-role-list-view .info-list-right>ul li.pro-info-title>.rolname {
        float: left !important;
        width: 100%;
        line-height: 25px;
    }
    .talent-role-list-view .info-list-right .cm-role-list>ul li.pro-info-title,
    .talent-role-list-view .info-list-right>ul li.pro-info-title {
        width: 100% !important;
    }
    .user-login form#postproject .btn.btn-primary {
        margin-left: 0px;
    }
    #engager_myaccount .col-sm-offset-4 {
        margin-left: 0vw;
    }
    .success_confirm.instruction {
        padding: 10px;
    }
    .instruction .col-sm-offset-4.col-sm-8 {
        margin-left: 0;
        width: 100%;
    }
    .new-audi-btn span {
        margin: 0 10px;
    }
    .dashboard_summary.dashbaord_stats {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .dashbaord_stats .pie-charts .pie-chart-item-container {
        width: 50%;
    }
    .heading {
        padding: 0;
        width: auto;
        clear: none;
    }
    .live-video-container .left-sidebar,
    .live-video-container .vidyo-container {
        width: 100%;
        margin-left: 0;
    }
    .live-video-container .vidyo-container {
        margin-top: 0 !important;
    }
    .live-video-container .left-sidebar {
        height: auto;
        margin-bottom: 0;
    }
    .editable-inline .editable-content .bio-list.readlist {
        height: auto !important;
    }
    button.w3-bar-item.w3-button.tablink {
        font-size: 12px;
    }
    .pro-info.tallerin.search {
        height: auto;
    }
    #common_role_list.mid-content {
        0
    }
    .new-div-audi .audtion-line a {
        font-size: 9px;
    }
    .talent-role-list-view {
        padding: 10px 0 !important;
    }
    div#checkmail {
        right: 10px;
        top: 80px;
    }
    .vidyo-container h3 {
        margin-top: 40px;
    }
    .container.live-video-container {
        margin-bottom: 40px;
    }
    .forengager .tochange {
        padding: 0;
        margin-top: 10px;
        float: none;
    }
    a.search-icon {
        margin-top: 0;
        margin-bottom: 10px;
        display: block;
        margin-right: 25px;
        width: 100%;
        text-align: right;
    }
    .news-feed-list a.search-icon,
    #new_project_list a.search-icon {
        float: right;
        width: auto;
        display: flex;
        margin: 11px 0 0;
    }
    .forengager .full-box {
        padding: 15px 0;
        border: 0;
    }
    .forengager div#project_list.mid-content.main-grid.main-auditions {
        padding: 15px 0;
    }
    p.no-mar.ng-scope {
        text-align: left;
    }
    .live-video-container input#chat_message {
        min-width: 90%;
    }
    .rol-info.left-info-role {
        width: 100%;
    }
    .role-info-right {
        width: 100%;
        margin-top: 30px;
        padding: 0;
    }
    .role-popup .rolesection li {
        padding: 0;
    }
    #wizard .file-format {
        padding: 10px;
        text-align: left;
    }
    h4.modal-title {
        font-size: 0.85em;
    }
    h2 {
        font-size: 1.3em;
    }
    .user-login .user-ascess-form .col-sm-12.app-new-role-popup {
        display: inline;
    }
    .editable-inline .top-banner-profile {
        min-height: inherit;
    }
    .app-new-role-popup .grayc {
        top: 20px;
        position: relative;
        left: 7px;
    }
    a.upgrade.btn-red {
        display: block !important;
        float: none !important;
        clear: both;
        width: 200px;
        margin: 30px 0 10px !important;
    }
    .top-banner-profile {
        padding: 6px 10px
    }
    .search-box-block {
        clear: both;
        display: block;
    }
    .search-box-block .seach-fillter-block {
        display: block;
    }
    .search-box-block .search-input-block {
        margin: 5px 0;
    }
    .search-box-block .search-block .btn.btn-red {
        margin: 5px 0 5px 15px;
    }
    .search-box-block .search-block {
        margin-left: 0;
        width: 100%
    }
    .search-box-block:after {
        content: "";
        display: block;
        clear: both
    }
    #chagecontent,
    #dashboard {
        width: 92%;
        margin: 0 4%;
        position: relative;
    }
    #dashboard #chagecontent {
        width: auto;
        margin: 0
    }
    #dashboard #dashboard {
        width: auto;
        margin: 0
    }
    #dashboard .tab-content {
        width: auto;
        margin: 0
    }
    .search-box-block.search-oneline .search-block {
        margin: 0;
        width: 100%;
        float: none
    }
    .search-box-block .search-block.search-btn {
        width: 100%
    }
    #myAuditions .col-sm-12 {
        padding: 0;
        overflow: scroll;
    }
    #videoAccessModal .modal-body .unlock-video-area,
    #videoAccessModal .modal-body .request-video-area {
        padding: 20px;
    }
    .video_detail_main .form-group .row {
        margin: 0;
    }
    .role-popup .rolesection .rol-info.left-info-role li {
        padding: 0 8px;
    }
    .role-popup .rolesection .rol-info.left-info-role li.list-rp {
        padding: 0;
    }
    .role-popup .rolesection .role-info-right span.role-name {
        padding-right: 10px;
    }
}
@media screen and (max-width: 590px) {
    .page-video-uploader .inner-link-in i.fa.delete-link {
        left: 95%;
    }
    .page-video-uploader .inner-link-in i.fa {
        left: 88%;
        top: 30%;
    }
    .video-popup-input .inner-link-in input {
        width: 75%;
    }
    .video-popup-input input#addVideoSubmit {
        margin-right: 18%;
    }
    .right-pro-sec .profile-top-links ul.pro-sharing-sec {
        margin-top: 10px;
        float: right;
        margin-bottom: 10px;
    }
    .share42init {
        left: inherit;
        top: 53px !important;
        width: 157px;
    }
    .editable-inline .top-banner-profile-bottom.editable-content i.fa.fa-pencil.th-count {
        top: 15px;
    }
    .register-form .form-group .checkbox label b {
        width: 90%;
    }
    .profile-inner {
        margin-top: 0%;
    }
    #video_chat_form .form-control.ng-pristine.ng-untouched.ng-invalid.ng-not-empty.ng-valid-required.ng-invalid-pattern {
        float: left;
        left: 0;
        position: absolute;
        top: -10px;
        width: 30px;
    }
    #video_chat_form .form-group .col-sm-10 {
        padding-left: 50px;
        text-align: left;
    }
    #ChatPopup .send-wrap label.btn.btn-primary.uploadselect {
        bottom: 0;
    }
    .top-banner-profile .profile-image-block img {
        width: 100%;
    }
    .top-banner-profile .top-banner-profile-inner {
        position: relative;
        right: 0px;
        top: 0;
        width: 79%;
    }
    .top-banner-profile .top-banner-profile-bottom {
        top: 0;
        left: -20px;
        position: relative;
        width: auto;
    }
    .top-banner-profile .top-banner-profile-bottom.editable-content {
        left: 10px;
    }
    .box.col3.masonry-brick {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
    }
    .right-pro-sec #container {
        height: auto !important;
    }
    #calender_section {
        width: 100% !important;
    }
    .left-pro-sec {
        margin-top: 0;
    }
    .new-audi-btn span {
        margin: 10px 0;
        width: 100%;
        display: block;
        text-align: center;
    }
    .new-audi-btn {
        text-align: center;
    }
    .share-link-ytv .col-sm-12 {
        width: 99%;
    }
    .change-right-shift {
        float: none;
    }
    #wizard #form_personal_details .form-group {
        width: 100%;
        text-align: left;
    }
    #wizard #videodiv #portfoliovideolink .five-img {
        margin-bottom: 2%;
        width: 100%;
    }
    #wizard #videodiv #portfoliovideolink .file-format {
        width: 100%;
    }
    .shedule-popup.in .modal-dialog {
        width: 100%;
    }
    .mid-content .col-md-4 {
        text-align: left;
    }
    button.w3-bar-item.w3-button.tablink {
        width: 50%;
    }
    .top-fillter-block .age-box input {
        width: 48%;
    }
    .enter-link {
        margin-top: 10px;
        padding: 10px;
    }
    .w3-container {
        overflow: auto;
    }
    div#role-popup .modal-dialog {
        width: 93%;
        max-width: 93%
    }
    #engager-messages.w3-container table tr td {
        padding: 10px;
        text-align: left;
        min-width: 100%;
        width: 100%;
        max-width: 100%;
        display: block;
    }
    .w3-container .show_more_activity button#show_more_activity_text {
        margin: 30px auto 30px;
    }
}
@media only screen and (max-width: 767px) and (min-width: 481px) {
    #calender_section_top ul li {
        width: 14% !important;
    }
    #calender_section_bot ul li {
        width: 14% !important;
        word-break: break-all;
    }
    .date_window {
        padding: 5px !important;
        font-size: 10px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .shedule-popup.in .modal-dialog {
        width: 90%;
    }
    #calender_section {
        width: 100% !important;
    }
    .mob-prostep-text h2 {
        font-size: 18px;
    }
    .user-login .user-ascess-form .form-group {
        padding: 0 15px;
    }
}
@media screen and (max-width: 480px) {
    .new-popup-design input#addVideoSubmit,
    input#editVideoSubmit {
        float: right;
        margin-right: 7px;
    }
    div#cboxLoadedContent {
        margin: 20% auto 0;
    }
    #live_audition_modal .modal-content {
        width: 96%;
        padding: 0px 10px 0;
    }
    .tabs-block .nav-tabs li a {
        min-height: inherit;
    }
    .fillter-icon-mob {
        position: absolute;
        bottom: -80px;
        color: red;
        z-index: 99;
        right: 30px;
        display: block;
        font-size: 22px;
    }
    .tabs-block {
        position: relative;
    }
    .top-fillter-block {
        display: none;
    }
    .instruction .col-sm-offset-4.col-sm-8 button.btn,
    .instruction input.btn {
        font-size: 12px;
    }
    .newlyadded .new-audi-btn button {
        font-size: 13px;
    }
    .editable-inline .top-banner-profile-bottom.editable-content i.fa.fa-pencil.th-count {
        top: 15px;
    }
    .profile-top-links {
        text-align: left;
    }
    #ChatPopup .send-wrap label.btn.btn-primary.uploadselect {
        padding: 1px 10px;
    }
    #ChatPopup .btn-panel .btn {
        width: 145px !important;
    }
    input#instalink {
        margin: 0 auto;
        width: 90%;
    }
    #wizard .left-inside .fancybtn {
        width: 50% !important;
    }
    .images-div-block>img#previewing {
        height: 100px !important;
        width: auto !important;
    }
    #wizard #wizard-p-5 .social-btn li.ng-scope {
        padding: 20px 0px 20px 0px !important;
    }
    .register-form .form-group .checkbox label b {
        width: 89%;
    }
    .right-pro-sec li {
        width: 100%;
    }
    .ext-btn {
        top: 10px;
        position: relative;
    }
    .aud-dtl .auditions-inner span.counter-text {
        float: left;
    }
    .aud-dtl .auditions-inner {
        width: 100%;
    }
    .aud-dtl .audtion-line>a {
        padding-top: 7px;
    }
    .top-banner-profile .top-banner-profile-inner {
        width: 70%;
    }
    .footer-video-popupnew span#replace_upload_profile_pic {
        position: relative;
        right: 0;
    }
    .footer-video-popupnew span.file-type-message,
    .file-type-message-thumbnail {
        bottom: -15px;
        width: 95%;
        right: 8%;
    }
    .footer-video-popupnew .file-loaded,
    .footer-video-popupnew .file-loaded-thumbnail {
        margin-right: 0%;
        right: 8%;
    }
    .footer-video-popupnew input#upload_replace_video,
    .footer-video-popupnew input#upload_video {
        top: 75px;
        right: 7%;
    }
    .button-set.bottom-right.footer-video-popupnew {
        height: auto;
    }
    .new-popup-design-login .user-login .table-row.form-main.clearfix {
        padding-left: 0;
        padding-right: 0;
    }
    .imageBox .thumbBox {
        width: 95%;
        height: 90%;
    }
    .banner-bottom {
        padding: 80px 20px;
    }
    .modal-dialog.new-popup-design-role-apply .modal-body {
        padding: 0 20px 20px;
    }
    .modal-dialog.new-popup-design-role-apply {
        width: 100%;
    }
    .talent-role-list-view .bottom-info.app-bottom-info-role div {
        width: 100% !important;
    }
    .talent-role-list-view .role-table-block .bottom-info div {
        width: auto !important;
    }
    .dashbaord_stats .pie-charts .pie-chart-item-container {
        width: 100%;
    }
    .file-upload.text-left {
        word-break: break-all;
    }
    #video_links .video-area {
        width: 100%;
    }
    .row {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .new-popup-design-login .user-login .container {
        background: #ebebeb;
        max-width: 100%;
        padding: 0;
    }
    .new-popup-design-login .user-login .container .col-sm-12 {
        padding: 0 10px;
    }
    .dashboard .container {
        padding-left: 0;
        padding-right: 0;
    }
    #SendInvitePopup .modal-content {
        padding: 0;
    }
    .top-notify a.search-icon {
        margin-top: 20px;
        margin-bottom: 0;
    }
    .mid-content .col-md-4.project-block>img {
        height: auto;
    }
    .left-inside .skills-names>p,
    #wizard #videodiv #portfoliovideolink .file-format li {
        text-align: left;
    }
    .footer-menu-list .col-xs-6.list-menu,
    .footer-menu-list .col-xs-6.group-social {
        padding: 0;
    }
    .live-video-container input#chat_message {
        min-width: 85%;
    }
    .rating-popup .modal-dialog {
        width: 90%;
    }
    #wizard .left-skills .left-inside .fancybtn button {
        width: auto !important;
        margin-left: 10px !important;
        margin: 0px auto;
    }
    .year-div.frm-select:after,
    .day-div.frm-select:after,
    .month-div.frm-select:after {
        right: 10px !important;
        top: 15px;
    }
    #wizard #form_personal_details .register-form-row .register-form-row-col .day-div {
        margin-right: 1%;
        width: 31%;
    }
    #wizard #form_personal_details .register-form-row .register-form-row-col .year-div {
        width: 33%;
    }
    #wizard #form_personal_details .register-form-row .register-form-row-col .month-div {
        margin-right: 1%;
        width: 33%;
    }
    .button-set.bottom-right.footer-video-popupnew:nth-child(2n+2) {
        padding-bottom: 50px !important;
    }
    .top-banner-profile .top-banner-profile-inner {
        width: 70%;
        left: 20px;
    }
    .new-popup-design .button-set.bottom-right {
        padding: 20px 7px;
    }
    .new-popup-design ul li {
        font-size: 14px;
        padding-right: 30px;
    }
    .head-type-title {
        font-size: 15px;
    }
    .video-popup-input .inner-link-in input {
        width: 77%;
    }
    .footer-video-popupnew input#upload_replace_video {
        right: 2%;
    }
    .footer-video-popupnew .file-loaded,
    .footer-video-popupnew .file-loaded-thumbnail {
        right: 2%;
    }
    .footer-video-popupnew span.file-type-message,
    .file-type-message-thumbnail {
        right: 2%;
    }
    .inner-link-in i.fa {
        font-size: 15px;
        top: 3px;
        left: 10px;
    }
    .right-pro-sec .profile-top-links ul li {
        margin: 0 10px 0 0;
    }
    .video-popup-input .inner-link-in input {
        width: 73%;
    }
    .banner-bottom {
        padding: 69px 20px;
    }
    #ChatPopup .btn-panel .btn {
        width: 125px !important;
        font-size: 12px !important;
    }
    #ChatPopup .send-wrap label.btn.btn-primary.uploadselect {
        padding: 1px 10px;
        min-width: 120px !important;
        bottom: 11px;
    }
    .mid-content .col-md-4.project-block>img {
        height: auto;
    }
    .pro-info {
        height: auto;
        min-height: 100px;
    }
    #link_upload_form input#change_audition_method_video_chat {
        margin: 5px 0 0;
        display: inherit;
    }
    .login-mob .table-row.form-main {
        padding: 30px 0;
    }
    .footer-blk .col-sm-12.animated.wow.fadeInLeft.animated {
        padding: 0;
    }
    .xdsoft_datetimepicker.xdsoft_noselect.xdsoft_ {
        left: 4% !important;
    }
    .date_window a {
        font-size: 2vw !important;
    }
    .top-fillter-block .age-box input {
        width: 48.5%;
    }
    .mng-app,
    .wid-app,
    span.text-b {
        width: 100%;
    }
    .footer-video-popupnew span.file-type-message,
    .footer-video-popupnew .file-type-message-thumbnail,
    .footer-video-popupnew .file-loaded-thumbnail {
        right: 4%;
        font-size: 9px;
    }
    .footer-video-popupnew .file-loaded {
        bottom: -4px;
        font-size: 11px;
    }
    .register-form .form-group .checkbox label b {
        font-size: 11px;
    }
    .dashboard .tab-content {
        padding: 0;
        margin-top: 20px;
    }
    #main-activity-list .heading h2 {
        font-size: 1.2em !important;
        text-align: left;
    }
    .page-video-uploader .footer-video-popupnew input#upload_replace_video,
    .page-video-uploader .footer-video-popupnew input[type=file],
    .page-video-uploader .footer-video-popupnew span#replace_upload_profile_pic {
        right: 2%;
    }
    .upload-pro-new {
        font: 11px Montserrat;
    }
    #shedulepopup .video-area iframe {
        height: auto;
    }
    .role-info-right .rol-info .col-sm-6 {
        padding: 0;
    }
    .top-banner-profile-bottom span {
        font-size: 12px;
    }
    img.profile-cover-block {
        width: auto;
        height: auto;
        max-width: inherit;
        margin-left: -30%;
    }
    #upload_video_form input#addVideoSubmit {
        margin-left: 0;
    }
    .dashbaord_stats .pie-charts .pie-chart-item-container {
        padding: 0 0;
    }
    #frm_login p.pull-right {
        margin-top: 10px;
        text-align: left;
        width: 100%;
        margin-bottom: -10px;
    }
    .dashbaord_stats .pie-charts .chart .fa-3x {
        font-size: 29px;
    }
    .dashbaord_stats .pie-charts .chart {
        width: 70px;
        height: auto;
    }
    .dashbaord_stats .pie-charts .panel>.panel-body {
        padding: 0 0;
    }
    .dashbaord_stats .pie-charts .pie-chart-item-container .panel {
        box-shadow: none;
        border-bottom: 1px solid #a0a0a0;
        height: auto;
        margin-bottom: 0;
        padding-bottom: 0;
        border-radius: 0;
        padding: 6px 0 1px;
    }
    .dashbaord_stats .pie-chart-item .description div {
        float: left;
        padding: 0;
    }
    .dashbaord_stats .pie-chart-item .description div.description-stats {
        padding-left: 0;
        font-size: 14px;
        width: auto;
        text-align: left;
        float: left;
        margin-top: 7px;
    }
    .dashbaord_stats .pie-chart-item .description div:first-child {
        width: 60px;
        line-height: 37px;
        float: left;
    }
    .dashbaord_stats .pie-charts .description {
        display: block;
        line-height: 22px;
        padding: 0;
        width: 100%;
    }
    .rework {
        width: 100%;
    }
    .button-set.bottom-right.footer-video-popupnew.thumb-area-new {
        margin-top: 0;
    }
    .rework span#upc_name {
        left: 0;
    }
    .right-pro-sec12 .modern-skills-block {
        width: 100%;
    }
    .role-edit-view {
        background-position: -263px -607px;
    }
    .add-favourite .role-edit-view {
        background-position: -239px -984px;
    }
    .modal-body .remove-favourite .role-edit-view {
        background-position: -240px -866px;
    }
    .bottom-info.app-bottom-info {
        height: auto;
    }
    .aud-vote {
        width: 100%;
    }
    .aud-role {
        width: 100%;
        padding: 10px 10px;
    }
    .audition_voting_buttons button.green,
    .audition_voting_buttons button.yellow,
    .audition_voting_buttons button.red {
        margin-right: 10px;
    }
    .aud-more {
        width: 100%;
        padding: 10px 10px;
    }
    .w3-container .full-box {
        margin-top: 10px;
    }
}
@media screen and (max-width: 375px) {
    #live_audition_modal .modal-content .btn:last-child {
        display: block;
        margin: 10px auto 10px;
        float: none;
    }
    #live_audition_modal .modal-content .btn {
        display: block;
        margin: 20px auto 0px;
        float: none;
    }
}
@media screen and (max-width: 360px) {
    .imageBox .thumbBox {
        width: 95%;
        height: 80%;
    }
    .upload-pic .imageBox {
        height: 340px;
    }
    .role-name-new {
        max-width: 58%;
    }
    .info-rating-new button.btn.btn-primary.ng-binding.btn-red {
        margin-left: 13px;
    }
}

/*Table Row*/
.w3-table,
.w3-table-all {
    border-collapse:collapse;
    border-spacing:0;
    width:100%;
    display:table
}
.w3-table-all {
    border:1px solid #ccc
}
.w3-bordered tr,
.w3-table-all tr {
    border-bottom:1px solid #ddd
}
.w3-striped tbody tr:nth-child(even) {
    background-color:#f1f1f1
}
.w3-table-all tr:nth-child(odd) {
    background-color:#fff
}
.w3-table-all tr:nth-child(even) {
    background-color:#f1f1f1
}
.w3-hoverable tbody tr:hover,
.w3-ul.w3-hoverable li:hover {
    background-color:#ccc
}
.w3-centered tr th,
.w3-centered tr td {
    text-align:center
}
.w3-table td,
.w3-table th,
.w3-table-all td,
.w3-table-all th {
    padding:8px 8px;
    display:table-cell;
    text-align:left;
    vertical-align:top
}
.w3-table th:first-child,
.w3-table td:first-child,
.w3-table-all th:first-child,
.w3-table-all td:first-child {
    padding-left:16px
}
.w3-light-grey,
.w3-hover-light-grey:hover,
.w3-light-gray,
.w3-hover-light-gray:hover {
    color: #000!important;
    background-color: #f1f1f1!important;
}