/*
 * Application level styles
 * (things that dont make sense in a toolkit :)
 * copyright @colossal 2015
 */

/* docs overrides */

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

body.scrolDisabled {
    position: fixed;
}

.highlight {
    background-color: #fff;
    border-color: #d3e0e9;
}

.grey_text_datatable {
    color: #9B9B9B !important;
    font-family: Raleway-Bold !important;
}

/* general overrides */
.list-group-item .glyphicon {
    line-height: 1.4;
}

.modal-header .close {
    margin-top: 4px;
}

.playpause {
    background-image: url(/assets/zws/images/play-button.svg);
    background-repeat: no-repeat;
    width: 18%;
    height: 18%;
    position: absolute;
    left: 40%;
    /*right: 0%;*/
    top: 40%;
    /*bottom: 0%;*/
    margin: auto;
    background-size: contain;
    background-position: center;
    cursor: pointer;
}

/* navbar */
.app-navbar {
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    height: 69px;
    width: 100%;
    border-radius: 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.008);
}

    .app-navbar .form-control {
        box-shadow: none;
    }

    .app-navbar .navbar-brand img {
        width: 85px;
    }

    .app-navbar .navbar-collapse {
        max-height: inherit;
    }

        .app-navbar .navbar-collapse:after {
            height: 100vh;
        }

    .app-navbar .form-control {
        border-color: #1C73A5;
    }

.app-notifications {
    margin-left: -12px;
    padding-bottom: 10px !important;
}

    .app-notifications .icon:before {
        font-size: 20px;
    }

@media (min-width: 768px) {
    .app-navbar .navbar-collapse:after {
        height: auto;
    }
}

@media (max-width: 768px) {
    .app-search {
        margin-top: -1px;
    }
}


/* misc */
.app-login-form {
    max-width: 280px;
    margin-top: -60px;
}

.app-new-msg {
    margin-right: 10px;
}

.app-brand {
    width: 40%;
    display: inline-block;
}

    .app-brand img {
        width: 100%;
    }


/* Navigation Menu Start */
.pull-right hr {
    padding: 0px;
    margin: 0px 4px;
}

.popover-alignment hr {
    padding: 0px;
    margin: 0px 4px;
}


/*
.navbar-btn-avitar .navselected, .navbar-btn-avitar .navclicked, .navbar-btn-avitar .img-circle:hover {
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    padding-left: 37px;
    margin-top: 18px;
    margin-bottom: 16px;
    
}

*/










#popimg0 {
    margin-top: 8px !important;
    margin-left: 15px !important;
}

    #popimg0.navselected, #popimg0.navclicked {
        width: auto;
        height: auto;
        box-sizing: border-box;
        padding-left: 0;
        margin-top: 8px;
        background: url('/assets/zws/images/home-desktop-active.svg') no-repeat;
    }

    #popimg0:hover {
        width: auto;
        height: auto;
        box-sizing: border-box;
        padding-left: 0;
        margin-top: 8px;
        background: url('/assets/zws/images/home-desktop-hover.svg') no-repeat;
    }






/*#popimg1.navselected, #popimg1.navclicked, #popimg1-new:hover {
    background: url('/assets/zws/images/contest-desktop-active.svg') no-repeat;
}*/

/*#popimg2.navselected, #popimg2.navclicked, #popimg2:hover {*/
    /*background: url('/assets/zws/images/Desktop-Notification-Active-Redesign.svg') no-repeat;*/
/*}*/
/*#popimg20.navselected, #popimg20.navclicked, #popimg20:hover {*/
    /*background: url('/assets/zws/images/Desktop-Notification-red-Active-Redesign.svg') no-repeat;*/
/*}*/



/*#popimg3.navselected, #popimg3.navclicked, #popimg3:hover {
    background: url('/assets/zws/images/Desktop-User-Active-Redesign.svg') no-repeat;
}

#popimg4.navselected, #popimg4.navclicked, #popimg4:hover {
    background: url('/assets/zws/images/Mobile-Home-Active-Redesign.svg') no-repeat;
}

#popimg5-new .navselected, #popimg5-new.navclicked: hover {
    background: url('/assets/zws/images/Mobile_Trophy_New_2.svg') no-repeat;
}

#popimg6.navselected, #popimg6.navclicked, #popimg6:hover {
    background: url('/assets/zws/images/Mobile-Notification-Active-Redesign.svg') no-repeat;
}
#popimg60.navselected, #popimg60.navclicked, #popimg60:hover {
    background: url('/assets/zws/images/Desktop-Notification-red-Active-Redesign.svg') no-repeat;
}

#popimg7.navselected, #popimg7.navclicked, #popimg7:hover {
    background: url('/assets/zws/images/Mobile-User-Active-Redesign.svg') no-repeat;
}

#popimg8.navselected, #popimg8.navclicked, #popimg8:hover {
    background: url('/assets/zws/images/Desktop-Wrench-Active-Redesign.svg') no-repeat;
}

#popimg9.navselected, #popimg9.navclicked, #popimg9:hover {
    background: url('/assets/zws/images/Mobile-Wrench-Active-Redesign.svg') no-repeat;
}

*/








.hashtag {
    color: #5AA3E8 !important;
    cursor: pointer;
}

@media (max-width: 767px), screen and (max-device-width: 767px) {
    .nav-mobile {
        height: 50px;
        background-color: #ffffff;
        width: 100%;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 4px 20px 0 rgba(0, 0, 0, 0.008);
    }

    #mobile {
        display: block !important;
    }

    .popover {
        max-width: 100% !important;
        left: 0px !important;
        width: 100% !important;
    }

    .popover.bottom {
        margin-top: -4px;
        top:54px !important;
    }

    .nav-stacked {
        width: 100% !important;
    }

    .navbar-btn-avitar,
    .navbar-btn-avitar:active,
    .navbar-btn-avitar:hover,
    .navbar-btn-avitar:focus,
    .navbar-btn-avitar:hover:active,
    .navbar-btn-avitar:active:focus {
        margin-right: 0px;
        width: 19%;
    }

        .navbar-btn-avitar img {
          /*  height: 25px !important; */
            /*width: 30px !important;*/
        }

        .navbar-btn-avitar .img-circle {
            margin-top: 13px !important;
        }

    .app-navbar {
        height: 30px !important;
        box-shadow: none !important;
    }

    .container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .navbar-btn-avitar .navselected, .navbar-btn-avitar .navclicked, .navbar-btn-avitar .img-circle:hover {
        width: 30px;
        /*height: 25px;*/
        box-sizing: border-box;
        /*padding-left: 25px;*/
        margin-top: 0px;

        /*width of the image*/
    }
}
/* Navigation Menu end */
/* Footer Start*/
#footer_mobile {
    display: none;
}

.noscroll {
    position: fixed !important;
    overflow: hidden !important;
}

#footer_content {
    display: block;
    margin: 0px auto;
    width: 635px;
    padding: 0px;
    font-family: 'Raleway-Medium';
    font-size: 14px;
    height: auto;
}

    #footer_content .item {
        width: 100%;
        min-height: auto;
    }

    #footer_content div.footer_top {
        width: 100%;
        height: auto;
        text-align: center;
        margin-top: 30px;
        font-family: 'Raleway-Medium';
    }

    #footer_content div.footer_element {
        height: auto;
        margin-right: 59px;
        display: inline-block;
        float: left;
        color: #4D4D4D;
        font-family: 'Raleway-Medium';
    }

    #footer_content div.footer_element_last {
        height: auto;
        display: inline-block;
        float: left;
        color: #4D4D4D;
        font-family: 'Raleway-Medium';
    }

    #footer_content div.footer_icons {
        margin: auto auto;
        width: 37%;
    }

    #footer_content div.footer_main {
        height: auto;
        margin-top: 29px;
        margin-right: 19px;
        display: inline-block;
        float: left;
    }

    #footer_content div.footer_main_last {
        height: auto;
        margin-top: 29px;
        display: inline-block;
        float: left;
    }

    #footer_content div.footer_desc {
        margin: auto auto;
        width: 39.5%;
    }

    #footer_content div.desc {
        display: inline-block;
        float: left;
        color: #BDBDBD;
        margin-top: 19px;
        margin-bottom: 15px;
        padding: 0px 0px !important;
    }

@media only screen and (max-width: 767px) {
    #footer_content {
        display: none;
    }

    #footer_mobile {
        display: block;
        margin: 0px auto;
        width: 270px;
        padding: 0px;
        font-family: 'Raleway-Medium';
        font-size: 14px;
        height: auto;
        /*bottom: 0px;*/
        width: 100%;
        /*background: #FFFFFF;
        height: 50px;
        position: fixed;
        border: 2px solid;*/
    }

        #footer_mobile .item {
            width: 100%;
            min-height: auto;
        }

        #footer_mobile div.footer_top {
            width: 100%;
            height: auto;
            text-align: center;
            margin-top: 70px;
            font-family: 'Raleway-Medium';
        }

        #footer_mobile div.footer_element {
            height: auto;
            margin-right: 10px;
            display: inline-block;
            color: #4D4D4D;
            font-family: 'Raleway-Medium';
        }

        #footer_mobile div.footer_element_last {
            height: auto;
            display: inline-block;
            color: #4D4D4D;
            font-family: 'Raleway-Medium';
        }

        #footer_mobile div.footer_icons {
            margin: auto auto;
            width: 90%;
        }

        #footer_mobile div.footer_main {
            height: auto;
            margin-top: 27px;
            margin-right: 19px;
            display: inline-block;
            float: left;
        }

        #footer_mobile div.footer_main_last {
            height: auto;
            margin-top: 27px;
            display: inline-block;
            float: left;
        }

        #footer_mobile div.footer_desc {
            margin: auto auto;
            width: 96%;
        }

        #footer_mobile div.desc {
            display: inline-block;
            float: left;
            color: #BDBDBD;
            margin-top: 32px;
            margin-bottom: 15px;
            padding: 0px 0px !important;
        }
}
/*Footer End*/

/*Banner Styles*/

#zws_banner {
   /* background-image: url("/assets/zws/images/Banner_Desktop.png");*/
	 background-image: url("/assets/zws/images/cup_banner.png"); 
    background-size: cover;
    height: 240px;
    margin:20px 0;
}

#winnerRedirect1{
    margin-top: 160px;
    color: #FFFFFF;
    font-family: Raleway-Regular;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    cursor: pointer;
}

#winnerRedirect1:hover,#winnerRedirect2:hover{
    color:#4A4A4A;
}

#winnerRedirect2{
    padding-top: 25px;
    color: #FFFFFF; 
    font-family: Raleway-Regular;   
    font-size: 14px;    
    line-height: 11px;  
    text-align: center;
    cursor: pointer;

}


@media (max-width: 2100px){
    #zws_banner {
        background-image: none;
        margin: 20px 0;
        padding: 0px;
        height: auto;
        width:100%;
    }

    #zws_banner_img {
        /*content: url("/assets/zws/images/Banner_Desktop.png");*/
        content: url("/assets/zws/images/cup_banner.png");
        width: 100%;
        height: auto;
    }

    #winnerRedirect1{
        margin-top: 110px;
    }
}

@media (max-width: 1024px){
    #zws_banner {
        background-image: none;
        margin: 10px 0;
        padding: 0px;
        height: auto;
        width:100%;
    }

    #zws_banner_img {
       /* content: url("/assets/zws/images/Banner_Mobile.png");*/
       content: url("/assets/zws/images/cup_banner_mobile.png");
        width: 100%;
        height: auto;
    }

    #winnerRedirect1{
        margin-top: 140px;
    }
}

#zws_ct_banner {
    background-image: url("/assets/zws/images/Rectangle_8.svg");
    background-size: cover;
/*    min-height: 130px;*/
}

@media (min-width: 768px){

    #contestBtn_mobile{
        display:none;
    }

    #contestText_mobile{
        display:none;
    }


    #labelText_mobile{
        display:none;
    }

    #ct_logo_mobile {
        display:none;
    }

    #winnerRedirect2{
        display:none;
    }
}


@media (max-width: 768px){
    
    #zws_banner {
        background-image: none;
        margin: 0px;
        padding: 0px;
        height: auto;
        width:100%;
    }
    
    #zws_banner_img {
       /* content: url("/assets/zws/images/Banner_Mobile_sm.png");*/
       content: url("/assets/zws/images/cup_banner_mobile.png");
        width: 100%;
        height: auto;
    }

    #winnerRedirect1{
        margin-top: 110px;
    }

    #winnerRedirect2{
        padding-top: 110px;
    }
}


@media (max-width: 767px){
    #zws_banner {
        background-image: none;
        margin: 0px;
        padding: 0px;
        height: auto;
        width:100%;
    }

    #zws_banner_img {
        /*content: url("/assets/zws/images/Banner_Mobile_sm.png");*/
        content: url("/assets/zws/images/cup_banner_mobile.png");
        width: 100%;
        height: auto;
    }
    
    #zws_ct_banner {
        background-image: url("/assets/zws/images/Rectangle_8.svg");
        background-size: cover;
/*        min-height: 60px;*/
    }

    #contestBtn{
        display:none;
    }

    #contestText{
        display:none;
    }

    #labelText{
        display:none;
    }

    #ct_logo{
        display:none;
    }

    #winnerRedirect1{
        display:none;
    }

    .pull-right{
        margin-right: 5px;
    }
}

@media (max-width: 500px){
    #zws_banner {
        background-image: none;
        margin: 0px;
        padding: 0px;
        height: auto;
        width:100%;
    }

    #zws_banner_img {
       /* content: url("/assets/zws/images/Banner_Mobile_sm.png");*/
        content: url("/assets/zws/images/cup_banner_mobile.png");
        width: 100%;
        height: auto;
    }
}

@media (max-width: 500px){
    #winnerRedirect2{
        padding-top: 58px;
        padding-bottom: 20px;
    }

    @media (max-width: 375px){
        #winnerRedirect2{
            padding-top: 46px;
        }
    
        @media (max-width: 320px){
            #winnerRedirect2{
                padding-top: 29px;
            }
}

/*@media (max-width: 1100px){
    #winnerRedirect1{
        margin-top: 50px!important;
    }

    #zws_banner {
        height: 80px!important;
    }
}*/

#contestBtn{
    width: 436px;
    height: 60px;
    background: linear-gradient(225deg, #7CC8E8 0%, #4697CC 100%);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14);
    border-radius: 5px;
}

#contestText{
    width: 343px;
    height: 42px;
    font-family: Raleway-Bold !important;
    font-size: 36px;
    text-align: center;
    line-height: 42px;
    color: #FFFFFF;
}

#labelText{
    width: 345px;
    font-size: 72px;
    font-family: Raleway-Bold !important;
    text-align: center;
    line-height: 85px;
    color:#FFFFFF;
    text-shadow: 0 2px 4px rgba(0,0,0,0.19);
}

#ct_logo{
    width: 548px;
    height: 85px;
    font-family: Raleway-Bold !important;
    font-size: 72px;
    text-align: center;
    line-height: 85px;
    color: #FFFFFF;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.19);
}

#contestBtn_mobile{
    width: 242px;
    height: 42px;
    background: linear-gradient(225deg, #7CC8E8 0%, #4697CC 100%);
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.14);
    border-radius: 1.109570041608877px;
}

#contestText_mobile{
    width: 242px;
    height: 24px;
    font-family: Raleway-Bold !important;
    font-size: 20px;
    text-align: center;
    line-height: 24px;
    color: #FFFFFF;
}


#labelText_mobile{
    font-family: Raleway-Bold !important;
    font-size: 27px;
    text-align: right;
    line-height: 31px;
    color: #FFFFFF;
    text-shadow: 0 2px 4px 0 rgba(0,0,0,0.19);
}

#ct_logo_mobile {
    width: 206px;
    height: 31px;
    font-family: Raleway-Bold !important;
    font-size: 27px;
    text-align: center;
    line-height: 31px;
    color: #FFFFFF;
    text-shadow: 0 2px 4px rgba(0,0,0,0.19);
}
/*banner end*/






@media screen and (max-height: 575px){ #rc-imageselect, .g-recaptcha { transform:scale(0.77); -webkit-transform:scale(0.77); transform-origin:0 0; -webkit-transform-origin:0 0; }

