:root {
    font-size: 62.5%;
}

* {
    -webkit-box-sizing: border-box;
    /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
    -moz-box-sizing: border-box;
    /* Firefox 1 - 28 */
    box-sizing: border-box;
    /* Safari 5.1+, Chrome 10+, Firefox 29+, Opera 7+, IE 8+, Android 4.0+, iOS any */
}

.ccl-border {
    border: 1px solid #cecece;
}

.ccl-border-bottom {
    border-bottom: 1px solid #cecece;
}

.ccl-border-right {
    border-right: 1px solid #cecece;
}

.ccl-font-h1 {
    font-size: 2.4rem;
    color: #5c5c5c;
    line-height: 3.4rem;
}

.ccl-font-h2 {
    font-size: 1.4rem;
    color: #757575;
    line-height: 3.2rem;
}

.ccl-font-h3 {
    font-size: 1.8rem;
    color: #757575;
    line-height: 2.8rem;
}

.ccl-font-h4 {
    font-size: 1.6rem;
    color: #4f4f4f;
    line-height: 2.6rem;
}

.ccl-font-p {
    font-size: 1.4rem;
    color: #4f4f4f;
    line-height: 2.4rem;
}

.ccl-font-s {
    font-size: 1.4rem;
    color: #5c5c5c;
    line-height: 2.3rem;
}

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

.ccl-font-italic {
    font-style: italic;
}

.ccl-align-c {
    text-align: center;
}

.ccl-align-l {
    text-align: left;
}

.ccl-align-r {
    text-align: right;
}

.ccl-width-100 {
    width: 100%;
}

.ccl-margin-auto {
    margin: 0 auto;
}

.ccl-margin-ss {
    margin: 0 0 0.4rem;
}


.ccl-margin-s {
    margin: 0 0 1.3rem;
}

.ccl-margin-sm {
    margin: 0 0 1.5rem;
}

.ccl-margin-m {
    margin: 0 0 1.5rem;
}

.ccl-margin-b {
    margin: 0 0 3rem;
}

.ccl-margin-l {
    margin: 0 0 5rem;
}

.ccl-padding-s {
    padding: 0 0 0.5rem;
}

.ccl-padding-m {
    padding: 0 0 2rem;
}

.ccl-padding-b {
    padding: 0 0 3rem;
}

.ccl-padding-l {
    padding: 0 0 5rem;
}

.ccl-display-block {
    display: block !important;
}

.ccl-display-inblock {
    display: inline-block !important;
}

.ccl-display-inline {
    display: inline !important;
}

.ccl-float-left {
    float: left;
}

.ccl-float-right {
    float: right;
}

.ccl-clearfix:after,
.ccl-clearfix:before {
    content: "";
    display: block;
    height: 0;
}

.ccl-clearfix:after {
    clear: both;
}

.ccl-width-35 {
    width: 35%;
}

.ccl-width-48 {
    width: 48%;
}

.ccl-width-50 {
    width: 50%;
}

.ccl-width-72 {
    width: 72%;
}

.ccl-su-outline-top {
    width: 35%;
    margin: 0 auto;
    padding: 4rem 0 1rem;
}

.ccl-su-outline-left {
    width: 50%;
    margin: 0 auto;
    padding: 2rem 4rem 2rem;
}

.ccl-su-outline-right {
    width: 50%;
    padding: 2rem 4rem 2rem;
    margin: 0 auto;
}

.ccl-su-border-rel {
    position: relative;
}

.ccl-su-border-rel:after {
    content: "";
    border-right: 1px solid #cecece;
    position: absolute;
    top: 10%;
    bottom: 12%;
    left: 100%;
}

.ccl-f-form {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
}

.ccl-f-placeholder::-webkit-input-placeholder {
    color: #8f8f8f;
    font-style: italic;
    font-size: 1.4rem;
}

.ccl-f-placeholder::-moz-placeholder {
    color: #8f8f8f;
    font-style: italic;
    font-size: 1.4rem;
}

.ccl-f-placeholder:-moz-placeholder {
    /* Older versions of Firefox */
    color: #8f8f8f;
    font-style: italic;
    font-size: 1.4rem;
}

.ccl-f-placeholder:-ms-input-placeholder {
    color: #8f8f8f;
    font-style: italic;
    font-size: 1.4rem;
}

label,
input,
select,
option {
    margin: 0;
    padding: 0;
}

.ccl-f-input[type=text],
.ccl-f-input[type=password],
.ccl-f-input[type=email],
.ccl-f-input[type=submit],
.ccl-f-input[type=password],
textarea.ccl-f-input,
.ccl-f-select {
 border: 1px solid #cecece;
}

.ccl-f-input {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    padding: .8rem 1rem;
}

.ccl-f-select {
    padding: .6rem 1rem;
}

/*.ccl-f-input[type="submit"] {
    padding: .8rem 1rem;
    background-color: #357aaa;
    cursor: pointer;
    color: white;
    width: 45%;
    }*/

    .ccl-f-input[type="submit"]{
      font-size: 14px;
      padding: 11px 20px;
      background: #4a90e2;
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
      color: #fff;
      border-radius: 2px;
      text-decoration: none;
      transition: background 0.2s ease-in;
      font-weight: normal;
      border: none;
  }
  .ccl-f-input[type="submit"]:hover, .ccl-f-input[type="submit"]:focus{
      background: #2a6fc3;
      text-decoration: none;
      color: #fff;
      cursor: pointer;
  }

  .ccl-f-input[type="submit"]:focus{
    padding: 11px 20px!important;
    border-left: none;
}

.ccl-f-label-checkbox {
    font-size: 1.2rem;
    padding-left: .5rem;
    font-style: italic;
    display:block !important;
}

.ccl-f-label-checkbox a{
    text-decoration: underline;
    font-style: italic;
    color: #4a90e2;
}

.ccl-f-label-checkbox a:hover{
    text-decoration: none;
}

input[type="checkbox"] {
    vertical-align: middle;
}

input[type="radio"] {
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.ccl-f-radio-pad-l {
    padding-left: 8%;
}

.ccl-f-radio-pad {
    padding-left: 1rem;
}

.ccl-su-img-social-diconnect {
    -webkit-filter: grayscale(95%);
    -moz-filter: grayscale(95%);
    -o-filter: grayscale(95%);
    -ms-filter: grayscale(95%);
    filter: grayscale(95%);
}

.ccl-su-img-social-connect {
    -webkit-filter: grayscale(35%);
    -moz-filter: grayscale(35%);
    -o-filter: grayscale(35%);
    -ms-filter: grayscale(35%);
    filter: grayscale(35%);
}

.ccl-su-img-social:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
}

.ccl-su-img-captcha {
    width: 65%;
    height: 60px;
    vertical-align: top;
    background-color: #d3d3d3;
}

.ccl-su-captcha-span input[type="text"]:first-child {
    width: 33%;
    display: inline-block;
    vertical-align: bottom;
}

.ccl-su-help-position {
    width: 100%;
    position: absolute;
    left: 130%;
    top: -1.5rem;
    border-top: 1px solid #4a90e2;
}

.ccl-su-help-position-u {
    width: 100%;
    position: absolute;
    /*top: 11.7rem;*/
    left: 130%;
}

.ccl-su-help-position-n {
    width: 100%;
    position: absolute;
    /*top: 7rem;*/
    left: 130%;
}

.ccl-su-help-position-e {
    width: 100%;
    position: absolute;
    /*top: 2.3rem;*/
    left: 130%;
}

.ccl-su-help-position-ce {
    width: 100%;
    position: absolute;
    /*top: -2.4rem;*/
    left: 130%;
}

.ccl-su-help-position-c {
    width: 76.5%;
    position: absolute;
    /*top: 13.7rem;*/
    left: 112%;
}

.ccl-su-help {
    background-color: #fafafa;
    padding: 2rem;
}

.ccl-su-help ul li{
    line-height: 1.4;
    padding-bottom: 0;
}

.ccl-su-help div{
    line-height: 1.4;
}

.ccl-su-position-rel {
    position: relative;
}

.ccl-su-val-message {
    width: 3rem;
    position: absolute;
    top: 0;
    left: 100%;
}

.ccl-su-val-img {
    width: 70%;
    padding-top: .7rem;
}

.ccl-su-user-image {
    display: block;
    width: 25%;
    margin: 0 auto;
}

.ccl-su-error-box {
    margin: 1rem auto;
    font-size: 1.3rem;
    padding: 1.3rem 2.5rem 1.3rem 1.3rem;
    border: 1px solid red;
    display: none;
}

.ccl-su-error-position {
    position: absolute;
    top: .8rem;
    left: 93%;
}

.ccl-su-error-img {
    width: 70%;
}

.ccl-ns-content {
    width: 962px;
    font-size: 13px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 100px;
}

.generic-dialog-box .content{
    margin:15px;
}

.generic-dialog-box .ccl-content {
    min-height: 600px;
}

.ccl-su-disable {
    position: absolute;
    width: 100%;
    z-index: 1001;
    opacity: 0.3;
    background: grey;
    top: 0;
    /*right: -1px;*/
    /*top: -2rem;*/
    height: 100%;
    display: none;
}

.ccl-f-input:focus {
    outline: none;
    border-left: 3px solid #4a90e2;
    padding: 0.8rem;
}

.ccl-f-radio-pad-l.error {
    border: 1px solid rgba(255, 63, 63, 1) !important;
    box-shadow: 0 0 5px rgba(255, 0, 10, 1);
    -webkit-box-shadow: 0 0 5px rgba(255, 0, 10, 1);
    -moz-box-shadow: 0 0 5px rgba(255, 0, 10, 1);
    border-radius: 10px;
}

.ccl-f-input.error, .form-item textarea.error, .form-item select.error {
    box-shadow: 0 0 3px rgba(255,0,10,1);
    -webkit-box-shadow: 0 0 3px rgba(255, 0, 10, 0.69);
    -moz-box-shadow: 0 0 3px rgba(255,0,10,1);
    border: 1px solid rgba(231, 76, 76, 0.73) !important;
    outline: none;
    background-image: url(../../../themes/abessive/images/icon-x.svg)!important;
    background-repeat: no-repeat!important;
    background-position: 96% 9px!important;
    padding-right: 43px;
    background-size: 12px!important;
}

.ccl-f-input.correct, .form-item textarea.correct, .form-item select.correct {
    box-shadow: 0 0 5px rgba(34, 163, 25, 0.34);
    -webkit-box-shadow: 0 0 5px rgba(34, 163, 25, 0.34);
    -moz-box-shadow: 0 0 5px rgba(34, 163, 25, 0.34);
    border: 1px solid rgba(34, 163, 25, 0.34);
    outline: none;
    background-image: url(../../../themes/abessive/images/icon-check.svg)!important;
    background-repeat: no-repeat!important;
    background-position: 96% 9px!important;
    padding-right: 43px;
    background-size: 15px!important;
}


/*old*/
.c4s_content-in-new {
    background: #fff;
}

.description {
    display: none;
}

.form-item input.error, .form-item textarea.error, .form-item select.error {
    border: 1px;
}

div[cc-forms] .form-item {
    margin-bottom:0;
    margin-top:0;
}

/*chosen*/
.chosen-container {
    background: white !important;
    width: 100% !important;
}

.chosen-container .chosen-drop {
    box-shadow: none;
}

.chosen-container .chosen-results li {
    line-height: 13px;
    font-size: 12px;
}

.chosen-container-single .chosen-single {
    height: 30px;
    line-height: 30px;
    border: 1px solid rgb(213, 213, 213);
    border-radius: 0px;
    background: white;
    background-clip: padding-box;
    box-shadow: none;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
}

.chosen-container .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container .chosen-results li.highlighted {
    background: #EFEFEF none;
    color: #828282;
}

.chosen-container .chosen-drop {
    border: 1px solid rgb(213, 213, 213);
    border-top: 0;
    box-shadow: none;
    border-radius: 0;
}

.chosen-container .chosen-results li em {
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    color: rgb(61, 61, 61);
}

.chosen-search > input:focus {
    box-shadow: 0 0 5px rgba(0, 143, 255, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 143, 255, 1);
    -moz-box-shadow: 0 0 5px rgba(0, 143, 255, 1);
}

.chosen-search > input:focus {
    border: 1px solid #D5D5D5;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 5px;
    background-image: none;
}

.chosen-container-single .chosen-single div b {
    background-position: 0px 5px;
}

.chosen-container {
    font-size: 12px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid rgb(213, 213, 213);;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-image: none;
    /*box-shadow: 0 1px 0 #fff inset;*/
}

.chosen-container-single .chosen-single {
    height: 34px;
    line-height: 34px;
    font-size: 1.3rem;
}

/*jquery ui*/
.ui-widget {
    font-size: 1.4rem !important;
    font-family: Arial, Helvetica, sans-serif !important;
}


/*upcoming contest*/
.generic-dialog-box .ccl-content {
    min-height: 600px;
}
.ccl ul,
.ccl li {
    padding: 0;
    margin: 0;
}
.ccl-ul-outline {
    margin-left: 2rem;
}
.ccl-button {
    padding: .8rem 1rem;
    background-color: #357aaa;
    cursor: pointer;
    color: white;
    width: 35%;
    font-size: 1.8rem;
}
.ccl-button:hover {
    background-color: #5c5c5c;
}
.ccl-mw-popup-background {
    opacity: 0.7;
    visibility: visible;
    position: fixed;
    outline: none;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 2000;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    background-color: #424242;
}
.ccl-mw-popup-wrapper {
    opacity: 1;
    visibility: visible;
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    overflow: auto;
    z-index: 2001;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
}
.ccl-mw-popup-contect {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    background: #fff;
    padding: 5rem 4rem 4rem;
    max-width: 560px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ccl-mw-bar {
    background-color: #757575;
    color: #ffffff;
    padding: .8rem;
    font-size: 1.4rem;
}
.ccl-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.ccl-position-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ccl-position-rel {
    position: relative;
}

.ccl-border-right-white {
    border-right: 1px solid #ffffff;
}

.ccl-clearfix:after {
    clear: both;
}
.ccl-width-25 {
    width: 25%;
}
.ccl-width-35 {
    width: 35%;
}
.ccl-width-40 {
    width: 40%;
}
.ccl-width-48 {
    width: 48%;
}
.ccl-width-50 {
    width: 50%;
}
.ccl-width-72 {
    width: 72%;
}
.ccl-su-captcha-span>img{
    width: 80px;
    float: left;
}

div[cc-forms].error{
    border: 0;
    background: none;
}

div.error>.ccl-su-help > .ccl-font-s{
    color: rgb(247, 60, 60);
}

div.error>.ccl-su-help {
    background: rgba(255, 248, 248, 1);
}

.ccl-su-or-border{
    position: relative;
    top: -0.6rem;
}

.ccl-padding-left-b{
    padding-left: 4rem;
}

.ccl-padding-right-b{
    padding-right: 4rem;
}

.small-refresh-button {
    margin-left: 10px;
    background: #fff;
    border: none;
    padding: 0 8px;
    width: 34px;
    height: 34px;
    color: #888;
    transition: all 300ms;
    vertical-align: middle;
    outline: none;
}

#edit-code-of-conduct-wrapper>label>div.ccl-su-help-position{
    top: -4rem;
}

.pac-container {
    z-index: 10000 !important;
}

div[cc-forms] label {
    display : none;
}
.ccl-verification-edit-form-link{
    cursor: pointer;
    font-size: 0.8em;
    font-style: italic;
    margin-left: 0.8em;
    display: inline-block;
}

.chosen-container-active > .chosen-single{
    outline: none;
    border-left: 3px solid #4a90e2;
    padding-left: 6px;
}

div[cc-forms] legend{
    font-size: 16px;
    color: #636262;
    margin-top: 5.5rem;
    float: left;
}

/*new css for only bottom-border*/
.chosen-container .chosen-results li.active-result, .form-radios, .chosen-container-single .chosen-single span{
    text-align: left;
}
.form-radios .form-item{
    margin-right: 10px;
}

/*for new design*/

div.error>.ccl-su-help {
    background: rgba(255, 248, 248, 1);
    border-top: 1px solid #E91E63;
    padding: 1rem;
    /*margin: 0;*/
    text-overflow: ellipsis;
}
.ccl-su-help-position{
    top: 0rem;
}

.ccl-font-s{
    font-size: 1.2rem;
    color: #5c5c5c;
    line-height: 2rem;
}

.form-radios {
    height: 3.4rem;
    padding-top: 0.5rem;
}
