﻿@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #f2f2f2 !important;
    height: 101%;
    overflow: scroll;
    /*font-family:Verdana,Geneva,sans-serif;*/
}

h1 {
    color: #505050;
}

a {
    outline: none !important;
    outline: 0 !important;
}

.HeaderDiv {
    /*background: url("/Content/images/coloringpages-banner.jpg") repeat top center fixed;*/
    /*background: #4c4c4c;*/ /*Old browsers*/
    /*background: -moz-linear-gradient(top, #4c4c4c 0%, #666666 0%, #595959 22%, #474747 35%, #2c2c2c 52%, #2c2c2c 52%, #000000 71%, #111111 80%, #1c1c1c 91%, #2b2b2b 100%, #131313 100%);  /*FF3.6-15*/
    /*background: -webkit-linear-gradient(top, #4c4c4c 0%,#666666 0%,#595959 22%,#474747 35%,#2c2c2c 52%,#2c2c2c 52%,#000000 71%,#111111 80%,#1c1c1c 91%,#2b2b2b 100%,#131313 100%);*/ /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom, #4c4c4c 0%,#666666 0%,#595959 22%,#474747 35%,#2c2c2c 52%,#2c2c2c 52%,#000000 71%,#111111 80%,#1c1c1c 91%,#2b2b2b 100%,#131313 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 );*/ /* IE6-9 */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2c539e+0,2c539e+100;Blue+3D+%232 */
    background: rgb(44,83,158); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(44,83,158,1) 0%, rgba(44,83,158,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(44,83,158,1) 0%,rgba(44,83,158,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(44,83,158,1) 0%,rgba(44,83,158,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c539e', endColorstr='#2c539e',GradientType=0 ); /* IE6-9 */
    background: #77be32; /*# 1b4f84*/
    position: absolute;
    display: table;
    border: 0px solid white;
    width: 960px;
    text-align: center;
    vertical-align: middle;
    /*content:url("/Content/images/star-flat-icon.jpg");*/
}

.MainDiv {
    background-color: white;
    /*display: flex;*/
    justify-content: space-between;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid black;
    padding-top: 50px;
}

.LoginLabels {
    color: White;
    font-size: 12px;
}

.TextBoxLogin {
    width: 100%;
    height: 25px;
    font-size: 14px;
    font-weight: bold;
    color: #505050;
}

.loginbutton {
    width: 55px;
    height: 25px;
    /*border-radius:4px 4px 4px 4px;*/
    /*padding:5px;*/
    font-size: 12px;
    font-weight: bold;
    background-color: #e3b81f;
    color: black;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
}

    .loginbutton:hover {
        background-color: #c19d21;
    }

.CreateAcbutton {
    width: 170px;
    height: 30px;
    cursor: pointer;
    /*border-radius:4px 4px 4px 4px;*/
    /*padding:5px;*/
    font-size: 13px;
    font-weight: bold;
    background-color: #e3b81f;
    color: black;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
}

    .CreateAcbutton:hover {
        background-color: #c19d21;
    }

.DivLoginTable {
    /*padding-top:10px;
       padding-bottom:10px;*/
    float: right;
    overflow: hidden;
    display: inline;
    border: 0px solid;
}

.DivLogo {
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    overflow: hidden;
    display: inline;
    border: 0px solid;
}

.login-heading {
    padding-left: 10px;
    color: #505050;
}

.login-content {
    padding-left: 0px;
    color: #505050;
    font-size: larger;
}

.login-smallstar-img {
    width: 30px;
    height: 30px;
}

.LoginTable {
    float: right;
}

    .LoginTable td {
        padding: 0 5px 0 5px;
    }

.logo {
    padding-bottom: 0px;
    padding-left: 10px;
    border: 0px solid black;
}

.DivContent {
    background-color: #f9f9f9; /*#f9f9f9 808080*/
    position: center fixed;
    width: 100%;
    /*min-height: 1000px;*/
    height: 100%;
}

.TDInformation {
    width: 50%;
    border: 0px solid black;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
}

.TDSignup {
    width: 50%;
    border-left: 1px solid lightgray;
    padding-left: 10px;
    padding-right: 10px;
}

.TableSignup {
    width: 500px;
}

    .TableSignup td {
        padding-bottom: 10px;
        padding-right: 10px;
        border: 0px solid;
        width: 50%;
    }

.TextBoxSignup {
    border-radius: 5px;
    border: 1px solid gray;
    padding: 5px;
    width: 100%;
    height: 35px;
    font-size: 14px;
    font-weight: bold;
    color: #505050;
}

.TextBoxSignupUsername {
    border-radius: 5px;
    border: 1px solid gray;
    padding: 5px;
    width: 100%;
    height: 35px;
    font-size: 14px;
    font-weight: bold;
    color: #505050;
}

.placeholder {
    color: #aaa;
}

.ListDateofBirth {
    height: 35px;
    padding: 0px;
}

.ListCheckBoxArt {
    height: 35px !important;
    vertical-align: middle !important;
    padding: 0px;
    font-size: 14px !important;
    border-radius: 5px !important;
    border: 1px solid gray !important;
}

.RadioBtnZender {
    width: 100%;
}

    .RadioBtnZender input {
        width: 14px;
        height: 14px;
    }

    .RadioBtnZender label {
        padding-left: 2px;
        padding-right: 2px;
        padding-top: 0.1em;
        padding-bottom: 0px;
        margin: 0px 0px 0px 0px;
        white-space: nowrap;
        clear: left;
        text-align: center;
        vertical-align: top;
    }

.TableInfo td {
    padding: 5px 5px 5px 5px;
}

/*.messagealert {
            width: 30%;
            height: 100px;
            position: center fixed;
             top:0px;
            z-index: 100000;
            padding: 0;
            font-size: 15px;
        }*/
.messagealert {
    width: 100%;
    display: block;
    padding: 0px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.TDProfile {
    padding-left: 30px;
    padding-right: 30px;
}

.TableProfile {
    width: 100%;
}

    .TableProfile td {
        padding: 5px 5px 5px 5px;
        border: 0px solid;
        width: 20%;
        /*width:50%;*/
    }

.TextBoxProfile {
    border-radius: 5px;
    border: 1px solid gray;
    padding: 5px;
    width: 100%;
    height: 35px;
    color: #505050;
}

.TextBoxProfile-not-required {
    border-radius: 5px;
    border: 1px solid gray;
    padding: 5px;
    width: 100%;
    height: 35px;
    color: #505050;
}

.TextBoxProfileYoutube {
    border-radius: 5px;
    border: 1px solid gray;
    padding: 5px;
    width: 100%;
    height: 35px;    
    color: #505050;
}

.TextBoxRatingTitle {
    border-radius: 5px;
    border: 1px solid gray;
    padding: 5px;
    font-weight: bold;
    color: #505050;
}

.textbox-pin {
    border-radius: 5px;
    border: 1px solid gray;
    padding: 5px;
    font-weight: bold;
    color: #505050;
}

.TextBoxProfileMobile {
    border-radius: 5px;
    border: 1px solid gray;
    padding: 5px;
    width: 100%;
    height: 35px;
    font-size: 14px;
    font-weight: bold;
    color: #505050;
}

.TextBoxProfileUserWeight {
    border-radius: 5px;
    border: 1px solid gray;
    padding: 5px;
    width: 60px;
    height: 35px;
    font-size: 14px;
    font-weight: bold;
    color: #505050;
}

.TextBoxProfileReleaseDate {
    border-radius: 5px;
    border: 1px solid gray;
    padding: 5px;
    width: 150px;
    height: 35px;
    font-size: 14px;
    font-weight: bold;
    color: #505050;
}

.ListCheckBoxLang {
    height: 35px !important;
    width: 100%;
    display: inline-block !important;
    position: center !important;
    vertical-align: middle !important;
    padding: 0px;
    font-size: 14px !important;
    border-radius: 5px !important;
    border: 1px solid gray !important;
}

.ListCheckBoxRedLang {
    height: 35px !important;
    width: 100%;
    display: inline-block !important;
    position: center !important;    
    vertical-align: middle !important;
    padding: 0px;
    font-size: 14px !important;
    border-radius: 5px !important;
    border: 1px solid red !important;
}

.ProfileLableStyle {
    font-weight: bold;
    font-size: 12px;
    color: black;
}

.ProfileCBStyle label {
    font-weight: bold;
    font-size: 14px;
    color: #505050;
    margin-left: 3px;
    margin-right: 10px;
}
/*####################################### Arts Page ########################################*/
.CraftIdCss {
    display: none;
}

.ArtIdCss {
    display: none;
}

.DynamicGridViewCheckBox {
    border: 0px;
    width: 280px;
}

    .DynamicGridViewCheckBox > tbody > tr > td {
        border: 0px !important;
    }
/*1px solid #ffffff*/
.LabelArtCss {
    font-weight: bold;
    font-size: 12px
}

.TableArtsOuter {
    width: 100%;
    border: 0px solid;
}

.TDArts {
    padding-left: 30px;
    padding-right: 30px;
}

.TableArts {
    width: 100%;
}

/*.TableArts td{
    padding:5px 5px 5px 5px;
    border:0px solid;
    width:50%;
    
 }*/

.ListCheckBoxArt {
    height: 35px !important;
    width: 100%;
    display: inline-block !important;
    position: center !important;
    
    vertical-align: middle !important;
    padding: 0px;
    font-size: 14px !important;
    border-radius: 5px !important;
    border: 1px solid gray !important;
}

.ListCheckBoxArtSubs {
    height: 35px !important;
    width: 100%;
    position: relative;
    vertical-align: middle !important;
    padding: 0px;
    font-size: 14px !important;
    border-radius: 5px !important;
    border: 0px solid gray !important;
}

.boxStyle {
    border: 2px solid darkBlue;
    background-color: lightBlue;
    padding: 8px;
}

.ListCheckBoxArt-Dropdown {
    position: relative;
}

.DDlTableCss {
    width: 100%;
    border: 0px solid black;
}


.DDlTableCss_Row_cell {
    float: left;
    padding: 10px 10px 10px 10px;
    border: 0px solid;
    width: 30%;
    vertical-align: top;
}

/************************************Crafts Checkbox Styles*********************/
.CheckBoxListFilmCraftsCss {
}

    .CheckBoxListFilmCraftsCss td {
        padding: 5px;
    }

    .CheckBoxListFilmCraftsCss label {
        display: inline;
        color: #b32030;
        cursor: pointer;
        text-indent: 20px;
        padding-left: 3px;
        font-size: 13px;
        font-weight: 800 !important;
    }

    .CheckBoxListFilmCraftsCss input[type=checkbox]:checked + label {
        color: lightblue; /*#0095ff  #FFFF00 fcd000*/
    }

.CheckBoxListFilmCraftsSubsCss {
}

    .CheckBoxListFilmCraftsSubsCss td {
        padding: 5px;
    }

    .CheckBoxListFilmCraftsSubsCss label {
        display: inline;
        color: black;
        cursor: pointer;
        text-indent: 20px;
        padding-left: 3px;
        font-size: 13px;
        font-weight: 800 !important;
    }

    .CheckBoxListFilmCraftsSubsCss input[type=checkbox]:checked + label {
        color: Blue; /*#0095ff*/
    }

.CaptionDiv {
    display: block;
    background-color: #77be32; /*424242*/
    padding-bottom: 10px;
    color: white;
    padding: 10px;
    v-align: middle;
    font-size: 14px;
    font-weight: bold;
    outline: none;
}

    .CaptionDiv a {
    }

        .CaptionDiv a:hover {
            color: Yellow;
            font-weight: bold;
            text-decoration: underline;
            outline: none;
        }

        .CaptionDiv a:focus {
            outline: 0;
        }

/*.HRStyle{
    height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;
}*/

/*####################################### Projects Page ########################################*/

.HeaderDivProjects {
    /*background: url("/Content/images/coloringpages-banner.jpg") repeat top center fixed;*/
    background: #4c4c4c; /*Old browsers*/
    background: -moz-linear-gradient(top, #4c4c4c 0%, #666666 0%, #595959 22%, #474747 35%, #2c2c2c 52%, #2c2c2c 52%, #000000 71%, #111111 80%, #1c1c1c 91%, #2b2b2b 100%, #131313 100%); /*FF3.6-15*/
    background: -webkit-linear-gradient(top, #4c4c4c 0%,#666666 0%,#595959 22%,#474747 35%,#2c2c2c 52%,#2c2c2c 52%,#000000 71%,#111111 80%,#1c1c1c 91%,#2b2b2b 100%,#131313 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #4c4c4c 0%,#666666 0%,#595959 22%,#474747 35%,#2c2c2c 52%,#2c2c2c 52%,#000000 71%,#111111 80%,#1c1c1c 91%,#2b2b2b 100%,#131313 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
    position: absolute;
    display: inline;
    border: 0px solid white;
    width: 1000px;
    height: 80px;
    text-align: right;
}

.dynamic-td {
    width: 200px;
    border: 0px solid black;
    padding: 15px;
}

.th-film {
    color: #505050;
    padding-left: 17px;
}

.youtubeurl-dynamic-td {
    width: 200px;
    border: 0px solid black;
    padding-right: 15px;
    padding-top: 10px;
}

.th-youtubeurl {
    padding-bottom: 0px;
}


/*######################################### Pictures.aspx ############################################*/
.horizontalimages li {
    display: inline;
    float: left;
    padding: 10px 10px 10px 10px;
}

.imageslayout {
    width: 150px;
    height: 150px;
}

.deleteimglink {
    /*color:red;*/
}

    .deleteimglink a:focus, a:hover {
        /*color:red;*/
    }

.divimg {
    background-color: lightgray;
    padding: 10px;
}

.divdeleteimg {
    float: right;
}

.videoslayout {
    width: 150px;
    height: 90px;
}

/*#################################################Main.aspx########################################################*/
.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto;
    /*width: whatever width you want*/
}

.voffset-3 {
    margin-top: -10px;
}

.voffset-2 {
    margin-top: -5px;
}

.voffset-1 {
    margin-top: -2px;
}

.voffset-0 {
    margin-top: 0px;
}

.voffset1 {
    margin-top: 5px;
}

.voffset2 {
    margin-top: 10px;
}

.voffset3 {
    margin-top: 15px;
}

.voffset4 {
    margin-top: 30px;
}

.voffset5 {
    margin-top: 40px;
}

.voffset6 {
    margin-top: 60px;
}

.voffset7 {
    margin-top: 80px;
}

.voffset8 {
    margin-top: 100px;
}

.voffset9 {
    margin-top: 150px;
}

.vbottomoffset {
    margin-bottom: 2px;
}

.vbottomoffset1 {
    margin-bottom: 5px;
}

.vbottomoffset2 {
    margin-bottom: 10px;
}

.vbottomoffset3 {
    margin-bottom: 15px;
}

.vbottomoffset4 {
    margin-bottom: 30px;
}

.vbottomoffset5 {
    margin-bottom: 45px;
}

.boxset {
    padding: 0 2px 0 2px;
}

.boxset1 {
    padding: 0 5px 0 5px;
}

.boxset2 {
    padding: 0 10px 0 10px;
}

.boxset3 {
    padding: 0 15px 0 15px;
}


.LabelColHeading {
    font-size: 15px !important;
    font-weight: bold;
    color: #505050;
}
/*#################################################Profile########################################################*/
.profile__headshot {
    display: block;
    overflow: hidden;
    border-radius: 3px;
    background: #ddd;
    box-shadow: 0 2px 25px rgba(50,50,50,.1);
    margin: 0 auto;
    position: relative;
}

.profile-headshot__change {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: .9;
    width: 120px;
    height: 50px;
    /*background: url(/Content/images/icons/png/change-headshot.png) right no-repeat;*/
    border-bottom-right-radius: 3px;
    z-index: 100;
}

.profile__headshot__image {
    margin-top: -32px;
}

.nounder, .nounder:hover {
    text-decoration: none;
    border-bottom: none;
}

.profile__name {
    font-weight: 800;
    margin-top: 0.0rem;
    margin-bottom: 0;
    line-height: 1.25;
    padding-bottom: 0 1rem;
}

.tracked-tight {
    letter-spacing: -.05em;
}

.txt-body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.categories-tab {
    display: inline-block;
    color: #585858;
    font-size: Larger;
}

.section-t {
    padding: 1.8%;
    background: #fff;
    border: 1px solid #ddd;
    margin: 10px 0;
}

.category-heading {
    font-family: sans-serif;
    color: #585858;
    font-weight: 900;
    font-size: 22px;
    margin-top: 0.0rem;
    margin-bottom: 0;
    line-height: 1.25;
    padding-bottom: 0 0rem;
    letter-spacing: -.05em;
}

.movie-heading {
    color: #585858;
    font-weight: 900;
    margin-top: 0.0rem;
    margin-bottom: 0;
    line-height: 1.25;
    padding-bottom: 0 0rem;
    letter-spacing: -.05em;
}

.white-dropdown-symbol {
    border-top: 7px solid white;
}

.category-heading-page {
    color: #585858;
    font-weight: 900;
    font-size: 25px;
    letter-spacing: -.05em;
    padding-top: 5px;
}

.heading-div {
    padding-left: 1em;
    float: left;
}

.edit-div {
    float: right;
    padding-right: 1em;
}

.details-div {
    display: block;
}

.col-div {
    padding-left: 0em;
    padding-bottom: 0.5em;
}

.rowdata-div {
    padding-left: 2em;
}

hr.short-lg {
    margin: 15px 0;
}

hr.short-xlg {
    margin: 18px 0;
}

hr.short-sm {
    margin: 10px 0;
}

hr.short-xs {
    margin: 5px 0;
}

hr.short-xxs {
    margin: 1px 0;
}

.defaultstring {
    font-weight: 400;
    color: #888;
}
/*.one-div{
    position: relative;
}*/


/*########################################################Acting.aspx###############################################*/
#CheckBoxListInterests {
    width: 100%;
}

    #CheckBoxListInterests tbody td {
        width: 40%;
        padding: 10px;
    }

#CheckBoxListDancingStyles {
    width: 100%;
}

    #CheckBoxListDancingStyles tbody td {
        width: 30%;
        padding: 10px;
    }

.section {
    color: #84b80e;
    display: block;
    font-weight: 600;
    font-size: 18px;
}

.label-section {
    display: block;
}

.req {
    color: #c00;
    font-size: .6em;
    position: relative;
    top: -5px;
}

#RadioButtonAgent label {
    padding-left: 5px;
    font-weight: normal;
}

hr {
    margin: 1px 0;
}


.scrollup {
    width: 64px;
    height: 64px;
    opacity: 0.6;
    position: fixed;
    bottom: 5px;
    right: 60px;
    display: none;
    text-indent: -9999px;
    background: url('/Content/images/up.png') no-repeat;
    background-size: cover;
}

.category-p {
    margin: 0px;
    font-size: 5px;
}

.footer {
    margin-top: -20px;
}

.rating-ddl > .btn-group {
    width: 200px;
}

.ms-options-wrap > .ms-options > ul li label {
    font-size: 20px;
}

.rating-dll-multiselect {
    width: 180px;
    height: 50px;
}

/*########################## Google And Facebook Login Buttons ###################################*/
.loginBtn {
    cursor:pointer;
    box-sizing: border-box;
    position: relative;
    width: 90%; /*- apply for fixed size*/
    /*margin: 0.4em;*/
    padding: 3px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.2em;
    /*font-size: 16px;*/
    color: #FFF;
    font-weight: bold;

}

    .loginBtn:before {
        content: "";
        box-sizing: border-box;
        position: absolute;
        top: 0;
        left: 0;
        width: 34px;
        height: 100%;
    }

    .loginBtn:focus {
        outline: none;
    }

    .loginBtn:active {
        box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
    }

/* Facebook */
.loginBtn--facebook {
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
    text-shadow: 0 -1px 0 #354C8C;
    text-align: center;
}

    .loginBtn--facebook:before {
        border-right: #364e92 1px solid;
        background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
    }

    .loginBtn--facebook:hover,
    .loginBtn--facebook:focus {
        background-color: #5B7BD5;
        background-image: linear-gradient(#5B7BD5, #4864B1);
    }

/* Google */
.loginBtn--google {
    /*font-family: "Roboto", Roboto, arial, sans-serif;*/
    background: #DD4B39;
    text-align: center;
}

    .loginBtn--google:before {
        border-right: #BB3F30 1px solid;
        background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
    }

    .loginBtn--google:hover,
    .loginBtn--google:focus {
        background: #E74B37;
        background-image: linear-gradient(#E74B37, #DD4B39);
    }

a.dropdown-toggle {
    border: none;
    outline: none;
    text-decoration: none;
}

/*####################################### Screen Size 768px ##########################################*/
@media (min-width: 768px) {
    .MainDiv {
        padding-top: 55px;
    }

    .scrollup {
        width: 104px;
        height: 104px;
        bottom: 20px;
        right: 40px;
    }

    .or-style {
        font-size: 1.9em;
    }

    .model-custom-class {
        width: 65%; /* either % (e.g. 60%) or px (400px) */
    }

    .model-likes-custom-class {
        width: 50%; /* either % (e.g. 60%) or px (400px) */
    }

    .usernames-display {
        font-size: 1.5em;
    }

    .white-dropdown-symbol {
        border-top: 10px solid white;
    }

    .div-username {
        float: right;
        padding-top: 1.5em;
        padding-right: 1em;
    }

    .username-heading {
        color: white;
        font-weight: bold;
        font-size: 25px;
        margin-top: 0.0rem;
        margin-bottom: 0;
        line-height: 1.25;
        padding-bottom: 0 0rem;
        letter-spacing: -.00em;
    }

    .category-likesdislikes {
        font-weight: bold;
        font-size: 1.5em;
    }

    

    .category-p {
        font-size: 1.5em;
        margin-bottom: 10px;
    }

    .category-heading {
        font-size: 1.9em;
    }

    hr.short-lg {
        border-width: 1px;
    }

    hr.short-sm {
        border-width: 1px;
    }

    .logo {
        padding-top: 15px;
        width: 320px;
    }

    .logo-navbar {
        margin-top: -9px;
        width: 260px;
    }

    .HeaderDiv {
        height: 50px;
    }

    .DivContent {
        padding-top: 50px
    }

    .TextBoxRatingTitle {
        width: 80%;
        height: 40px;
        font-size: 1.5em;
    }

    .textbox-pin {
        width: 60%;
        height: 40px;
        font-size: 1.5em;
    }

    .rating-ddl {
        height: 70px !important;
        padding: 0px;
    }

    .label-section {
        font-weight: 600;
        font-size: 1.4em;
    }

    .title-support-label {
        font-size: 1.3em;
        font-style: italic;
        color: gray;
    }

    .footer-copyright {
        font-size: small;
    }
}
/*####################################### Screen Size 992px ##########################################*/
@media (min-width: 992px) {
    .MainDiv {
        padding-top: 50px;
    }

    .scrollup {
        width: 104px;
        height: 104px;
    }

    .or-style {
        font-size: 1.3em;
    }

    .usernames-display {
        font-size: 1.2em;
    }

    .model-custom-class {
        width: 50%; /* either % (e.g. 60%) or px (400px) */
    }

    .model-likes-custom-class {
        width: 30%; /* either % (e.g. 60%) or px (400px) */
    }

    .white-dropdown-symbol {
        border-top: 7px solid white;
    }

    .div-username {
        float: right;
        padding-top: 1.5em;
        padding-right: 1em;
    }

    .username-heading {
        color: white;
        font-weight: bold;
        font-size: 20px;
        margin-top: 0.0rem;
        margin-bottom: 0;
        line-height: 1.25;
        padding-bottom: 0 0rem;
        letter-spacing: -.05em;
    }

    .category-likesdislikes {
        font-weight: bold;
        font-size: 1.5em;
    }

    

    .category-p {
        font-size: 1.5em;
    }

    hr.short-lg {
        border-width: 1px;
    }

    hr.short-sm {
        border-width: 1px;
    }

    .logo {
        padding-top: 15px;
        width: 320px;
    }

    .logo-navbar {
        margin-top: -14px;
        width: 320px;
    }

    .HeaderDiv {
        height: 50px;
    }

    .DivContent {
        padding-top: 50px
    }

    .TextBoxRatingTitle {
        width: 70%;
        height: 40px;
        font-size: 16px;
    }

    .textbox-pin {
        width: 50%;
        height: 40px;
        font-size: 16px;
    }

    .rating-ddl {
        height: 40px;
        padding: 0px;
    }

    .label-section {
        font-weight: 600;
        font-size: 13px;
    }

    .title-support-label {
        font-size: 10px;
        font-style: italic;
        color: gray;
    }

    .footer-copyright {
        font-size: small;
    }
}
/*####################################### Screen Size 1200px ##########################################*/
@media (min-width: 1200px) {
    .MainDiv {
        padding-top: 50px;
    }

    .scrollup {
        width: 64px;
        height: 64px;
    }

    .or-style {
        font-size: 1.2em;
    }

    .usernames-display {
        font-size: 1.1em;
    }

    .model-custom-class {
        width: 35%; /* either % (e.g. 60%) or px (400px) */
    }

    .model-likes-custom-class {
        width: 20%; /* either % (e.g. 60%) or px (400px) */
    }

    .white-dropdown-symbol {
        border-top: 7px solid white;
    }

    .div-username {
        float: right;
        padding-top: 1.0em;
        padding-right: 1em;
    }

    .username-heading {
        color: white;
        font-weight: bold;
        font-size: 15px;
        margin-top: 0.0rem;
        margin-bottom: 0;
        line-height: 1.25;
        padding-bottom: 0 0rem;
        letter-spacing: -.05em;
    }

    .category-likesdislikes {
        font-weight: bold;
        font-size: 1.0em;
    }

    

    .category-p {
        font-size: 12px;
    }

    hr.short-lg {
    }

    hr.short-sm {
    }

    .logo {
        padding-top: 8px;
        width: 260px;
    }

    .logo-navbar {
        margin-top: -13px;
        width: 240px;
    }

    .DivContent {
        padding-top: 50px
    }

    .HeaderDiv {
        height: 50px;
    }

    .TextBoxRatingTitle {
        width: 60%;
        height: 35px;
        font-size: 14px;
    }

    .textbox-pin {
        width: 50%;
        height: 35px;
        font-size: 14px;
    }

    .rating-ddl {
        height: 35px;
        padding: 0px;
    }

    .label-section {
        font-weight: 600;
        font-size: 13px;
    }

    .title-support-label {
        font-size: 10px;
        font-style: italic;
        color: gray;
    }

    .footer-copyright {
        font-size: x-small;
    }
}

.option-div {
    padding-top: 1em;
}
.progress {
    height: 35px;
    font-size: inherit !important;
    color: white;
    background-color: #6c757d;
}
.progress .skill {
    line-height: 35px;
    padding: 0;
    margin: 0 0 0 20px;
}
.progress .skill .val {
    font-style: normal;
    margin: 0 5px 0 5px;
}
    .progress .skill .sep {
        content: "|";
        font-size: larger;
        color: darkgray;
    }
.progress-bar {
    transition-duration: 3s;
    background-color: #1fa67a !important;
}
.vertical-line {
    content: "|";
    position: absolute;
    top: 16px;
    margin-left: -10px;
}
.btn-votes {
    padding:0px !important;
}
.btn-radius {
    border-radius:28px;
}
.jssocials-share-link {
    border-radius: 50%;
}
.jssocials-share-copy {
    color:white;
}
.jssocials-share-copy .jssocials-share-link {
    background: #474747;
    border: 1px solid #111111;
}
.jssocials-share-copy .jssocials-share-link:hover {
     background: #111111;
}
.Z7p_S {
    margin: 10px 40px 18px;
}

.K-1uj {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.s311c {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    background-color: #dbdbdb;
    background-color: rgba(var(--b38,219,219,219),1);
    height: 1px;
    position: relative;
    top: .45em;
}

._0tv-g {
    color: #8e8e8e;
    color: rgba(var(--f52,142,142,142),1);
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    padding-left: 0px;
    padding-right: 0px;
    text-transform: uppercase;
}

.s311c {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    background-color: #dbdbdb;
    background-color: rgba(var(--b38,219,219,219),1);
    height: 1px;
    position: relative;
    top: .45em;
}

