
body {
    direction: rtl;
}
/*Confirmation Box*/
.forgotContainer {
    text-align: right;
}
.forgotContainer .inputbox {
    overflow: hidden;
    margin-top: 20px;
}
.forgotContainer .inputbox:first-child {
    margin-top: 40px;
}
.forgotContainer .textfield {
    height: 36px;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 5px;
    padding: 0px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cccccc;
}
.forgotContainer .textfield:focus {
    border: 1px solid #00aaa6;
}
.forgotContainer .btn-update {
    padding: 0px 15px;
    height: 35px;
    text-align: center;
    padding-top: 0px;
    border-right: 0px;
    font-family: JF Flat Regular, Helvetica, Arial, sans-serif;
    border-top: 0px;
    border-left: 0px;
    font-size: 12px;
    outline: none;
    background-color: #00aaa6;
    color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border-bottom: 2px solid #006d6a;
}
#wrapper #emailNotConfirmed {
    width: 100%;
    margin: 0px auto 20px auto;
    border: 1px solid #00aaa6;
    font-family: JF Flat Regular;
    direction: ltr;
    text-align: right;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    padding: 20px 20px 10px 20px;
        -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
#wrapper #emailNotConfirmed .hasSubmit {
    margin: 10px 0 !important;
}
#wrapper #emailNotConfirmed input.btnStyle {
    background-color: #00aaa6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-right: 5px;
    color: #fff;
    font-size: 14px;
    height: 38px;
}

/*Details Page Css*/
#mycontainer .detailsPage .bottom {
    overflow: hidden;
    margin-top: 50px;
}
#mycontainer .detailsPage .pageItem .user span {
    float: right;
    display: inline-block;
    cursor: pointer;
    color: #0a754f;
}
#mycontainer .detailsPage .bottom .right {
    width: 100%;
    padding-left: 20px;
    text-align: right;
}
#mycontainer .detailsPage .bottom .right > p {
    font-size: 14px;
}
#mycontainer .detailsPage .bottom .right .comment-box {
    overflow: hidden;
    margin-top: 5px;
}
#mycontainer .detailsPage .bottom .right .comment-box .complete {
    margin-top: -5px;
    margin-right: 0px;
}
#mycontainer .detailsPage .bottom .right .comment-box .heading {
    font-size: 15px;
    color: #414042;
}
#mycontainer .detailsPage .bottom .right .comment-box textarea:focus {
    border: 1px solid #00aaa6;
}
#mycontainer .detailsPage .bottom .right .comment-box textarea {
    width: 100%;
    height: 100px;
    box-shadow: none;
    resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    display: block;
    border: 1px solid #cccccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
#mycontainer .detailsPage .bottom .right .comment-box .messagepost {
    margin-top: 5px;
    overflow: hidden;
}
#mycontainer .detailsPage .bottom .right .comment-box .messagepost #textarea_comments {
    font-size: 13px;
    color: #77787b;
    float: right;
}
#mycontainer .detailsPage .bottom .right .comment-box .messagepost .post-btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    float: left;
    padding: 3px 10px;
    background-color: #ffffff;
    font-size: 12px;
    color: #888888;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 23px;
    border: 1px solid #0a754f;
}
#mycontainer .detailsPage .bottom .right .comment-box .messagepost .post-btn:hover {
    background-color: #0a754f;
    color: #ffffff;
}
#mycontainer .detailsPage .bottom .right .comments {
    margin-top: 15px;
    padding-right: 0;
}
#mycontainer .detailsPage .bottom .right .comments .identity {
    width: 100%;
    overflow: hidden;
}
#mycontainer .detailsPage .bottom .right .comments .identity .thumb {
    width: 45px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    height: 45px;
    text-align: center;
    line-height: 31px;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #cccccc;
}
#mycontainer .detailsPage .bottom .right .comments .identity .thumb img {
    width: 100%;
    height: auto;
}
#mycontainer .detailsPage .bottom .right .comments .identity .name {
    color: #0a754f;
    line-height: 45px;
    float: right;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    margin-right: 5px;
}
#mycontainer .detailsPage .bottom .right .comments .comment {
    color: #414042;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-top: 10px;
}
#mycontainer .detailsPage .bottom .right .comments .reply {
    font-size: 13px;
    cursor: pointer;
    color: #0a754f;
}
#mycontainer .detailsPage .bottom .left {
    margin-left: 12px;
}
#mycontainer .detailsPage .socialicons {
    width: auto;
    margin: 0;
}
#mycontainer .detailsPage .socialicons .twitter,
#mycontainer .detailsPage .socialicons .facebook,
#mycontainer .detailsPage .socialicons .google {
    display: inline-block;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
}
#mycontainer .detailsPage .pageItem {
    overflow: hidden;
    padding: 0px;
    margin-top: 20px;
    width: auto;
    display: table;
}
#mycontainer .detailsPage .pageItem .vote {
    float: none;
    direction: ltr;
}
#mycontainer .detailsPage .pageItem .buttons {
    width: 80px;
    display: table-cell;
    vertical-align: top;
    padding-right: 10px;
}
#mycontainer .detailsPage .pageItem .buttons .vote-btn {
    height: 35px;
    width: 85px;
    cursor: pointer;
    padding: 0px 25px 0px 10px;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #414042;
    line-height: 34px;
    margin-bottom: 10px;
    background-image: url("../img/vote-icon.png");
    background-position: right 10px;
    color: white;
    background-repeat: no-repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
}
#mycontainer .detailsPage .pageItem .buttons .vote-btn:hover {
    background-color: #0a754f;
    color: white;
}
#mycontainer .detailsPage .pageItem .buttons .clicked-vote {
    background-color: #0a754f;
    color: white;
}
#mycontainer .detailsPage .pageItem .buttons .down {
    height: 35px;
    width: 85px;
    cursor: pointer;
    padding: 0px 25px 0px 10px;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #414042;
    line-height: 34px;
    margin-bottom: 10px;
    background-image: url("../img/vote-icon.png");
    background-position: right 10px;
    color: white;
    background-repeat: no-repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
}
#mycontainer .detailsPage .pageItem .buttons .vote {
    width: 65px;
    margin-left: 0px;
    display: inline-block;
    margin-bottom: 10px;
    display: none;
}
#mycontainer .detailsPage .pageItem .buttons .vote label {
    width: 100%;
    margin-top: 5px;
    border: 1px solid #cccccc;
    padding: 0px 20px 0px 0px;
    text-align: right;
}
#mycontainer .detailsPage .pageItem .buttons .vote .categories-hover {
    border: 1px solid #00aaa6;
}
#mycontainer .detailsPage .pageItem .buttons .complete {
    clear: both;
    font-size: 13px;
    line-height: 17px;
    margin-right: 0px;
    direction: ltr;
}
#mycontainer .detailsPage .pageItem .buttons .complete .yes {
    background-color: white;
    display: inline-block;
    padding: 5px 10px;
    width: 45px;
    margin-top: 5px;
    outline: none;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-right: 5px;
}
#mycontainer .detailsPage .pageItem .buttons .complete .no {
    background-color: white;
    display: inline-block;
    margin-top: 5px;
    width: 45px;
    padding: 5px 10px;
    outline: none;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
#mycontainer .detailsPage .pageItem .buttons .complete .yes:hover,
#mycontainer .detailsPage .pageItem .buttons .complete .no:hover {
    background-color: #00aaa6;
    border: 1px solid #00aaa6;
    color: white;
}
#mycontainer .detailsPage .pageItem .buttons .delete {
    background: white;
    margin-top: 12px;
    font-size: 13px;
    width: 100%;
    background-image: url("../img/delete-icon.png");
    background-position: right 10px;
    background-repeat: no-repeat;
    height: 30px;
    top: -2px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #cccccc;
}
#mycontainer .detailsPage .pageItem .buttons .delete:hover {
    color: white;
    background-position: right -29px;
    background-color: #00aaa6;
    border: 1px solid #00aaa6;
}
#mycontainer .detailsPage .pageItem .buttons .follow {
    background: white;
    margin-top: 12px;
    font-size: 13px;
    width: 100%;
    background-image: url("../img/follow-icon.png");
    background-position: right 9px;
    background-repeat: no-repeat;
    height: 30px;
    top: -2px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #cccccc;
}
#mycontainer .detailsPage .pageItem .buttons .follow-hover {
    color: white;
    background-position: right -29px;
    background-color: #00aaa6;
    border: 1px solid #00aaa6;
}
#mycontainer .detailsPage .pageItem .buttons .selected-follow {
    color: white;
    background-color: #00aaa6;
    background-position: right -29px;
    border: 1px solid #00aaa6;
}
#mycontainer .detailsPage .pageItem .buttons .selected-delete {
    color: white;
    background-position: right -29px;
    background-color: #00aaa6;
    border: 1px solid #00aaa6;
}
#mycontainer .detailsPage .pageItem .buttons .minus {
    background-position: right -56px;
}
#mycontainer .detailsPage .pageItem .buttons .votepopup {
    margin-top: 40px;
    margin-right: -48px;
}
#mycontainer .detailsPage .pageItem .buttons .votepopup .votepointer {
    position: absolute;
    background-image: url("../img/popuparrow.png");
    width: 9px;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    height: 15px;
    right: -9px;
    margin-right: 101px;
    margin-top: -17px;
}
#mycontainer .detailsPage .pageItem .thumb {
    width: 108px;
    overflow: hidden;
    height: auto;
    text-align: center;
    display: inline-block;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
#mycontainer .detailsPage .pageItem .thumb img {
    width: 100%;
    height: auto;
    cursor: -webkit-zoom-in;
    margin-top: 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
#mycontainer .detailsPage .pageItem .header {
    color: #00aaa6;
    font-size: 20px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
    padding: 5px 0px;
    overflow: hidden;
    text-align: right;
}
#mycontainer .detailsPage .pageItem .header span {
    top: 8px;
    position: relative;
}
#mycontainer .detailsPage .pageItem .header .upload-image {
    background-image: url("../img/upload-icon.png");
    width: 134px;
    height: 36px;
    z-index: 1;
    float: left;
    display: block;
    margin-top: 10px;
}
#mycontainer .detailsPage .pageItem .header .upload-image .file-upload {
    float: none;
    display: block;
    position: absolute;
    margin-top: 10px;
    height: 36px;
    opacity: 0;
    cursor: pointer;
    width: 135px;
}
#mycontainer .detailsPage .pageItem .message {
    display: table-cell;
    vertical-align: top;
    text-align: right;
    font-size: 15px;
    min-height: 200px;
    border-left: 1px solid #CCC;
    padding: 0px 20px 0px 10px;
    margin: 0;
    width: 100%;
}
#mycontainer .detailsPage .pageItem .message img {
    width: 100%;
}
#mycontainer .detailsPage .pageItem .message .thumb {
    width: 180px;
    overflow: hidden;
    height: auto;
    text-align: center;
    display: inline-block;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
#mycontainer .detailsPage .pageItem .message .thumb img {
    width: 100%;
    height: auto;
    cursor: -webkit-zoom-in;
    margin-top: 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
#mycontainer .detailsPage .pageItem .user {
    display: table-cell;
    vertical-align: top;
    width: 120px;
    text-align: center;
}
#mycontainer .detailsPage .pageItem .user .thumb {
    width: 80px;
    height: 80px;
    text-align: center;
    display: inline-block;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-image: url("../img/big-profile-icon.png");
    background-repeat: no-repeat;
    background-position: top center;
}
#mycontainer .detailsPage .pageItem .imagedes {
    margin-top: 10px;
}
#mycontainer .detailsPage .pageItem .user .thumb img {
    cursor: auto;
    width: 100%;
    min-height: 100%;
}
#mycontainer .detailsPage .pageItem .user .thumb .defaultImage {
    display: none;
}
.textarea-1000 {
    direction: ltr;
    font-size: 14px;
    float: right;
    margin-top: 5px;
}
@media only screen and (max-width: 520px) {
    .forgotContainer {
        padding: 80px 10px 30px 0px;
    }
    #mycontainer .detailsPage .bottom {
        padding-top: 0px;
        margin-top: 0px;
    }
    #mycontainer .detailsPage {
        padding: 20px 10px;
    }
    #mycontainer .detailsPage .pageItem {
        margin-top: 50px;
        display: block;
    }
    #mycontainer .detailsPage .pageItem .user {
        display: block;
        width: auto;
        overflow: hidden;
        text-align: right;
    }
    #mycontainer .detailsPage .pageItem .user .thumb {
        float: right;
        display: block;
    }
    #mycontainer .detailsPage .pageItem .user span {
        float: right;
        display: block;
        margin-right: 10px;
    }
    #mycontainer .detailsPage .pageItem .buttons {
        padding: 20px 0px 0px 0px;
        width: auto;
    }
    #mycontainer .detailsPage .pageItem .message {
        display: block;
        border: none;
        padding: 0px;
        margin: 10px 0px 0px 0px;
        min-height: 0px;
    }
    #mycontainer .detailsPage .socialicons {
        display: none;
    }
}

/*Modal Css*/
.modal-signin .container .close {
    position: absolute;
    margin-right: 0px;
    left: -15px;
    background-image: url("../img/close.png");
    width: 35px;
    height: 36px;
    margin-top: -18px;
    cursor: pointer;
}
/*Profile Page*/
.profile {
    overflow: hidden;
    text-align: right;
    border-bottom: 1px solid #c2b062;
    padding-bottom: 30px;
}
.profile .thumb {
    float: right;
    width: 100px;
    margin-left: 15px;
}
.profile .topProfile {
    height: 100px;
    position: relative;
}
.profile .thumb img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.profile .name {
    color: #0a754f;
    font-size: 22px;
    margin-left: 5px;
    display: inline-block;
}
.profile .twitter {
    display: inline-block;
    font-size: 18px;
}
.profile .button {
    background-color: #00aaa6;
    padding: 9px 13px;
    font-size: 12px;
    color: #ffffff;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border-bottom: 2px solid #006d6a;
    position: absolute;
    bottom: 0px;
}

/*Judges Sorting*/
.judgesSlider {
    widtH: 100%;
    margin-top: -10px;
    border-bottom: 1px solid #00aaa6;
    padding-bottom: 40px;
}
.cycle-pager span {
    font-size: 25px;
    cursor: pointer;
    padding: 1px;
}
.cycle-pager {
    top: -10px;
    position: absolute;
    height: 30px;
    z-index: 500;
    left: 0;
}
.cycle-pager span.cycle-pager-active {
    color: #00aaa6;
}
.judgesHeading {
    color: #00aaa6;
    text-align: right;
    margin-top: 30px;
}
.judgesSlider .cycle-slideshow {
    width: 100%;
}
.judgesSlider .cycle-slideshow  img {
    width: 100%;
    right: 0;
    top: 20px !important;
}
.judgesSlider .arrows {
    width: 25px;
    cursor: pointer;
    display: inline-block;
}
.judgesSlider .arrows img {
    opacity: 0.5;
}
.judgesSlider .arrows img:hover {
    opacity: 1;
}

/*Overwriting Basic Styles Start*/
a.btnStyle, input.btnStyle {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #00aaa6;
    border-radius: 10px 0 10px 0;
    color: #757575;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    padding: 8px 16px;
    text-align: center;
}
#userInfo a {
    color: #ffffff;
}
.english {
    display: inline-block;
    color: #ffffff;
    line-height: 40px;
    margin-right: 20px;
}
#userData {
    border-left: 1px solid #00aaa6;
}
#userData #headDisplayName {
    border-right: 1px solid #00aaa6;
}
#logo, footer {
    display: none;
}
.viewGallery {
    height: 40px;
    background-color: #00aaa6;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 15px;
    color: white;
    font-size: 15px;
    font-family: inherit;
    line-height: 40px;
    border-bottom: 3px solid #117976;
    letter-spacing: normal;
}
#nav li a:hover, a:hover {
    color: #0a754f;
}
.sorting {
    font-size: 0px;
    text-align: left;
    font-family: JF Flat Regular, Helvetica, Arial, sans-serif;
    line-height: 26px;
}
.sorting div {
    font-size: 12px;
    display: inline-block;
    background-color: #FFF;
    padding: 3px 10px;
    color: #aaaaaa;
    text-align: center;
    cursor: pointer;
    border: 1px solid #cccccc;
    font-family: JF Flat Regular, Helvetica, Arial, sans-serif;
}
.sorting .random {
    width: 60px;
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    -ms-border-radius: 3px 0px 0px 3px;
    -o-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
}
.sorting .most-voted {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}
.sorting .most-recent {
    -webkit-border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    -ms-border-radius: 0px 3px 3px 0px;
    -o-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
}
.sorting div.active-sort {
    background-color: #0a754f;
    color: #FFF;
    border-color: #0a754f;
}

/*Overwriting Basic Styles End*/

#mycontainer .content ul, #mycontainer .content ul li {
    list-style: disc;
}
#mycontainer .content ol, #mycontainer .content ol li {
    list-style: disc;
}
ul, ol {
    margin: 1em 0;
    padding: 0 25px 0 0;
}
#wrapper #emailNotConfirmed input.btnStyle:hover {
    color: #ffffff;
}
.footerLinks {
    display: none;
}
#wrapper #emailNotConfirmed #confimEmail {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    width: 200px !important;
    box-shadow: none;
    text-align: right;
    border: 1px solid #ccc;
}
#wrapper #emailNotConfirmed #confimEmail:focus {
    border: 1px solid #00aaa6;
}
.modal-popup {
    position: fixed;
    font-family: JF Flat Regular, Helvetica, Arial, sans-serif;
    text-align: right;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    display: none;
}
a {
color: #0a754f;
}
h1, h2, h3, h4, h5, h6 {
	color: #0a754f;
}
input[type="text"], input[type="email"], input[type="date"], input[type="address"], input[type="tel"], input[type="password"], input[type="url"], textarea{
    border: 1px solid #0a754f;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="date"]:focus, input[type="address"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="url"]:focus, textarea:focus{
    border: 1px solid #0a754f;
}
#goog-wm-sb {
    border: 1px solid #0a754f;
    color: #0a754f;
}
.logoContainer {
    overflow: hidden;
    width: 1020px;
    margin: 0 auto;
    max-width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#wrapper {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-width: 100%;
    width: 1020px;
}
.bottomRightLogo {
    float: right;
}
.bottomLeftLogo {
    float: left;
    margin-top: 20px;
    display: none;
}
.topLeftLogo {
    display: block;
    position: relative;
    float: left;
    width: 200px;
    height: 180px;
    margin-left: 35px;
    background-image: url("../img/logo-no-bg1.png");
}
.topRightLogo {
    top: 0px;
    margin-left: 30px;
    margin-top: 10px;
    display: block;
    position: relative;
    height: 104px;
    width: 205px;
    float: right;
    background-image: url("../img/logo-top-r.png");
}
.topRightLogo-3 {
    top: 40px;
    margin-left: 30px;
    margin-top: 10px;
    display: block;
    position: relative;
    height: 55px;
    width: 210px;
    background-image: url("../img/logo-3.png");
    float: right;
    background-repeat: no-repeat;
}
.english {
    display: inline-block;
    color: #ffffff;
    line-height: 40px;
    margin-right: 20px;
}
#userData {
    border-left: 1px solid #00aaa6;
}
#userData #headDisplayName {
    border-right: 1px solid #00aaa6;
}
.powered {
    background-image: url("../img/powered.png.html");
    height: 49px;
    width: 150px;
    float: left;
    margin: -15px 0px 10px -30px;
}
.sign-container {
    text-align: right;
}
.sign-container .header {
    margin: -1px 0px 10px 10px;
    padding: 10px 30px 5px 30px;
    border-top: 1px solid #00aaa6;
    border-bottom: 1px solid #00aaa6;
    width: 100%;
    overflow: hidden;
    color: #414042;
    font-size: 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.sign-container .header a {
    color: inherit;
}
.sign-container .header #tab1:hover {
    color: #00aaa6;
}
.sign-container .header #tab2:hover {
    color: #00aaa6;
}
.sign-container .header #tab3:hover {
    color: #00aaa6;
}
.sign-container .header #tab1 {
    padding-right: 0px;
    border: none;
}
.sign-container .header div {
    display: inline-block;
    padding: 10px 50px;
}
.sign-container .header .active {
    color: #00aaa6;
}
.sign-container .body {
    padding: 0px 30px 20px 30px;
    overflow: auto;
}
.sign-container .body .tab1 {
    display: inline-block;
    overflow: hidden;
}
.sign-container .body .tab1 .signin-box {
    padding-top: 31px;
    vertical-align: top;
    float: right;
    margin-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 220px;
    color: #414042;
}
.sign-container .body .tab1 .signin-box .row:after {
    content: "";
    display: table;
}
.sign-container .body .tab1 .signin-box .row:after {
    clear: both;
}
.sign-container .body .tab1 .signin-box .row {
    width: 220px;
}
.sign-container .body .tab1 .signin-box .row .complete {
    margin-right: 0px;
    float: right;
}
.sign-container .body .tab1 .signin-box .row label {
    line-height: 36px;
    font-size: 14px;
}
.sign-container .body .tab1 .signin-box .row .popup {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    width: 225px;
    margin-top: 30px;
    color: #cccccc;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    margin-right: 235px;
    z-index: 5;
    padding: 5px 10px 7px 10px;
    border: 1px solid #dcdcdc;
    font-size: 12px;
    background-color: #ffffff;
}
.sign-container .body .tab1 .signin-box .row .pointer {
    position: absolute;
    background-image: url("../img/popuparrow.png");
    width: 9px;
    height: 15px;
    right: -9px;
    margin-top: 3px;
}
.sign-container .body .tab1 .signin-box .row .textfield:focus {
    border: 1px solid #00aaa6;
}
.sign-container .body .tab1 .signin-box .row .textfield {
    height: 36px;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 215px;
    padding: 0px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cccccc;
}
.sign-container .body .tab1 .signin-box .row .btn-update {
    padding: 0px 15px;
    height: 35px;
    text-align: center;
    border-right: 0px;
    font-family: JF Flat Regular, Helvetica, Arial, sans-serif;
    margin-top: 10px;
    border-top: 0px;
    border-left: 0px;
    font-size: 12px;
    outline: none;
    background-color: #00aaa6;
    color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border-bottom: 2px solid #006d6a;
}
.sign-container .body .tab1 .social-box {
    width: 268px;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
}
.sign-container .body .tab1 .social-box .facebook-bar {
    width: 213px;
    background-position: 0px -1px;
    margin-top: 20px;
    height: 44px;
    background-image: url("../img/facebook-bar.png");
}
.sign-container .body .tab1 .social-box .facebook-bar:hover {
    background-position: 0px -44px;
}
.sign-container .body .tab1 .social-box .facebook-bar:active {
    background-position: 0px 42px;
}
.sign-container .body .tab1 .social-box .twitter-bar {
    width: 213px;
    background-position: 0px 0px;
    margin-top: 18px;
    height: 44px;
    background-image: url("../img/twitter-bar.png");
}
.sign-container .body .tab1 .social-box .twitter-bar:hover {
    background-position: 0px -43px;
}
.sign-container .body .tab1 .social-box .twitter-bar:active {
    background-position: 0px 43px;
}
.sign-container .body .tab1 .social-box .linkedin-bar {
    width: 213px;
    background-position: 0px 0px;
    margin-top: 18px;
    height: 44px;
    background-image: url("../img/linkedin-bar.png");
}
.sign-container .body .tab1 .social-box .linkedin-bar:hover {
    background-position: 0px -43px;
}
.sign-container .body .tab1 .social-box .linkedin-bar:active {
    background-position: 0px 43px;
}
.sign-container .body .tab1 .or-container {
    background-color: #dddddd;
    float: right;
    margin-left: 20px;
    height: 210px;
}
.sign-container .body .tab1 .or-container .or-icon {
    background-image: url("../img/or-popup-icon.png");
    height: 50px;
    position: absolute;
    margin-right: -25px;
    margin-top: 90px;
    width: 50px;
}
.sign-container .body .tab2 {
    padding: 20px 0px 0px 40px;
    display: none;
}
.sign-container .body .tab2 .row:after {
    content: "";
    display: table;
}
.sign-container .body .tab2 .row:after {
    clear: both;
}
.sign-container .body .tab2 .row {
    margin-top: 20px;
}
.sign-container .body .tab2 .row .complete {
    margin-right: 150px;
}
.sign-container .body .tab2 .row .description {
    font-size: 13px;
    float: right;
    margin-right: 8px;
}
.sign-container .body .tab2 .row .checkbox {
    pointer-events: none;
}
.sign-container .body .tab2 .row .mycheckbox {
    background-image: url("../img/checkbox.png");
    cursor: pointer;
    background-position: 0px 0px;
    width: 22px;
    margin-top: 2px;
    height: 22px;
}
.sign-container .body .tab2 .row .selected {
    background-position: 0px 22px;
}
.sign-container .body .tab2 .row label {
    line-height: 36px;
    width: 150px;
    float: right;
    font-size: 14px;
}
.sign-container .body .tab2 .row .popup {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    width: 200px;
    margin-top: -35px;
    color: #cccccc;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    margin-right: 385px;
    z-index: 5;
    padding: 5px 10px 7px 10px;
    border: 1px solid #dcdcdc;
    font-size: 12px;
    background-color: #ffffff;
}
.sign-container .body .tab2 .row .pointer {
    position: absolute;
    background-image: url("../img/popuparrow.png");
    width: 9px;
    height: 15px;
    right: -9px;
    margin-top: 3px;
}
.sign-container .body .tab2 .row .textfield:focus {
    border: 1px solid #00aaa6;
}
.sign-container .body .tab2 .row .textfield {
    height: 36px;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 215px;
    padding: 0px 10px;
    float: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cccccc;
}
.sign-container .body .tab2 .row .btn-update {
    padding: 0px 15px;
    height: 36px;
    text-align: center;
    border-right: 0px;
    font-family: JF Flat Regular, Helvetica, Arial, sans-serif;
    border-top: 0px;
    border-left: 0px;
    font-size: 12px;
    outline: none;
    background-color: #00aaa6;
    color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border-bottom: 2px solid #006d6a;
}
.sign-container .body .tab3 {
    padding: 40px 0px 0px 40px;
    display: none;
}
.sign-container .body .tab3 .span {
    font-size: 13px;
    width: 90%;
}
.sign-container .body .tab3 .row:after {
    content: "";
    display: table;
}
.sign-container .body .tab3 .row:after {
    clear: both;
}
.sign-container .body .tab3 .row {
    margin-top: 20px;
}
.sign-container .body .tab3 .row label {
    width: 150px;
    font-size: 14px;
    line-height: 36px;
}
.sign-container .body .tab3 .row .popup {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    width: 200px;
    color: #cccccc;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    margin-right: 385px;
    z-index: 5;
    padding: 5px 10px 7px 10px;
    border: 1px solid #dcdcdc;
    font-size: 12px;
    background-color: #ffffff;
}
.sign-container .body .tab3 .row .pointer {
    position: absolute;
    background-image: url("../img/popuparrow.png");
    width: 9px;
    height: 15px;
    right: -9px;
    margin-top: 3px;
}
.sign-container .body .tab3 .row .complete {
    margin-right: 10px;
    margin-top: 7px;
    float: right;
}
.sign-container .body .tab3 .row .textfield:focus {
    border: 1px solid #00aaa6;
}
.sign-container .body .tab3 .row .textfield {
    height: 36px;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 225px;
    padding: 0px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cccccc;
}
.sign-container .body .tab3 .row .btn-update {
    padding: 0px 15px;
    height: 35px;
    text-align: center;
    padding-top: 0px;
    border-right: 0px;
    font-family: JF Flat Regular, Helvetica, Arial, sans-serif;
    border-top: 0px;
    border-left: 0px;
    font-size: 12px;
    outline: none;
    background-color: #00aaa6;
    color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border-bottom: 2px solid #006d6a;
}
.idea-container {
    text-align: right;
}
.idea-container .header {
    padding: 15px 20px 10px 10px;
    width: 100%;
    overflow: hidden;
    color: #00aaa6;
    font-size: 18px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.idea-container .body {
    padding: 0px 20px 30px 20px;
    overflow: auto;
}
.idea-container .body .row:after {
    content: "";
    display: table;
}
.idea-container .body .row:after {
    clear: both;
}
.idea-container .body .row {
    margin-top: 20px;
}
.idea-container .body .row .complete {
    margin-right: 150px;
}
.idea-container .body .row .update-file {
    position: absolute;
    margin-right: -135px;
    height: 36px;
    opacity: 0;
    width: 135px;
}
.idea-container .body .row .themes {
    display: block;
    overflow: hidden;
    width: 500px;
}
.idea-container .body .row #textarea_idea {
    font-size: 13px;
    clear: both;
    margin-right: 150px;
    color: #77787b;
}
.idea-container .body .row .popup {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    width: 225px;
    margin-top: 0px;
    color: #cccccc;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    margin-right: 580px;
    z-index: 5;
    padding: 5px 10px 7px 10px;
    border: 1px solid #dcdcdc;
    font-size: 12px;
    background-color: #ffffff;
}
.idea-container .body .row .pointer {
    position: absolute;
    background-image: url("../img/popuparrow.png");
    width: 9px;
    height: 15px;
    right: -9px;
    margin-top: 3px;
}
.idea-container .body .row .popup-themes {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    width: 225px;
    margin-top: -235px;
    color: #cccccc;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    margin-right: 580px;
    z-index: 5;
    padding: 5px 10px 7px 10px;
    border: 1px solid #dcdcdc;
    font-size: 12px;
    background-color: #ffffff;
}
.idea-container .body .row .pointer {
    position: absolute;
    background-image: url("../img/popuparrow.png");
    width: 9px;
    height: 15px;
    right: -9px;
    margin-top: 3px;
}
.idea-container .body .row .categories {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 0px 18px 0px 0px;
    background-color: #ffffff;
    font-size: 12px;
    margin-top: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 200px;
    margin-left: 10px;
    line-height: 33px;
    background-image: url("../img/select.png");
    background-repeat: no-repeat;
    background-position: center right;
    height: 35px;
    border: 1px solid #dcdcdc;
}
button, input, select {
    font-family: JF Flat Regular;
}
.idea-container .body .row .categories input {
    opacity: 0;
}
.idea-container .body .row .selected {
    color: white;
    background-color: #00aaa6;
    background-image: url("../img/deselect.png");
}
.idea-container .body .row .label {
    font-size: 16px;
    float: right;
    height: 37px;
    width: 150px;
    line-height: 34px;
}
.idea-container .body .row textarea {
    width: 410px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    box-shadow: none;
    line-height: 13px;
    font-size: 13px;
    resize: none;
    color: #77787b;
    font-family: JF Flat Regular, Helvetica, Arial, sans-serif;
    height: 126px;
    border: 1px solid #cccccc;
    padding: 5px 10px;
}
.idea-container .body .row textarea:focus {
    border: 1px solid #00aaa6;
}
.idea-container .body .row .btn-update {
    height: 32px;
    padding: 0px 15px;
    border-right: 0px;
    border-top: 0px;
    border-left: 0px;
    font-size: 13px;
    outline: none;
    background-color: #00aaa6;
    color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border-bottom: 2px solid #c13d00;
}
.update-container {
    text-align: right;
}
.update-container textarea {
    width: 400px;
    max-width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    box-shadow: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    height: 100px;
    resize: none;
}
.update-container .header {
    padding: 40px 0px 20px 0px;
    width: 100%;
    overflow: hidden;
    color: #0a754f;
    font-size: 18px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.update-container .thumb {
    width: 150px;
    height: 150px;
    display: inline-block;
    margin-top: 10px;
}
.update-container .thumb:hover .change {
    opacity: 1;
}
.update-container .thumb img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    height: auto;
}
.update-container .thumb .change {
    width: 130px;
    height: 25px;
    background-image: url("../img/change.png");
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    position: relative;
    opacity: 0;
    margin: -33px auto 0px auto;
    cursor: pointer;
}
.update-container .thumb .change input {
    opacity: 0;
    width: 130px;
    height: 25px;
}
.update-container .body {
    padding: 0px 20px 30px 20px;
}
.update-container .body .row:after {
    content: "";
    display: table;
}
.update-container .body .row:after {
    clear: both;
}
.update-container .body .row {
    margin-top: 20px;
}
.update-container .body .row .complete {
    margin-right: 150px;
}
.update-container .body .row .popup {
    max-width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    width: 240px;
    margin-top: -45px;
    color: #cccccc;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    margin-right: 565px;
    z-index: 5;
    padding: 10px;
    line-height: 20px;
    border: 1px solid #dcdcdc;
    font-size: 12px;
    background-color: #ffffff;
}
.update-container .body .row .pointer {
    position: absolute;
    background-image: url("../img/popuparrow.png");
    width: 9px;
    height: 15px;
    right: -9px;
    margin-top: 3px;
}
.update-container .body .row .categories {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 0px 30px 0px 0px;
    background-color: #ffffff;
    font-size: 12px;
    max-width: 200px;
    margin-left: 10px;
    line-height: 35px;
    background-image: url("../img/select.png");
    background-repeat: no-repeat;
    background-position: center right;
    height: 35px;
    border: 1px solid #dcdcdc;
}
.update-container .body .row .categories input {
    opacity: 0;
}
.update-container .body .row .selected {
    color: white;
    background-color: #0a754f;
    background-image: url("../img/deselect-green.png");
}
.update-container .body .row .label {
    font-size: 16px;
    float: right;
    line-height: 34px;
    height: 37px;
    width: 150px;
}
.update-container .body .row .textfield {
    width: 400px;
    max-width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    float: none;
    box-shadow: none;
    font-size: 14px;
    color: #77787b;
    font-family: JF Flat Regular, Helvetica, Arial, sans-serif;
    height: 45px;
    border: 1px solid #cccccc;
    padding: 5px 10px;
}
.update-container .body .row .textfield:focus {
    border: 1px solid #0a754f;
}
.sbOptions li:hover {
    background-color: #0a754f;
}
.update-container .body .row .btn-update {
    height: 32px;
    padding-bottom: 5px;
    padding: 0px 15px;
    border-right: 0px;
    border-top: 0px;
    border-left: 0px;
    font-size: 13px;
    outline: none;
    background-color: #0a754f;
    color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border-bottom: 2px solid #006d6a;
}
.modal-comment {
    position: fixed;
    font-family: JF Flat Regular, Helvetica, Arial, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    display: none;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
}
.modal-comment .container {
    width: 760px;
    background-color: white;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    border: 5px solid #cccccc;
    margin: 50px auto;
}
.modal-comment .container .close {
    background-image: url("../img/close.png");
    width: 35px;
    height: 36px;
    position: absolute;
    margin-right: 732px;
    cursor: pointer;
    margin-top: -19px;
}
.modal-comment .container iframe {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: none;
}
.modal-comment-iframe {
    font-family: JF Flat Regular, Helvetica, Arial, sans-serif;
}
.modal-comment-iframe .header {
    padding: 15px 20px 15px 10px;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.modal-comment-iframe .header .span {
    color: #00aaa6;
    float: right;
    font-size: 15px;
    width: 70%;
}
.modal-comment-iframe .header .total {
    float: left;
    font-size: 15px;
    color: #414042;
    direction: ltr;
}
.modal-comment-iframe .body .commentscontainer {
    padding: 10px 10px 10px 20px;
    height: 350px;
    overflow: auto;
}
.modal-comment-iframe .body .commentscontainer .comments {
    margin-top: 15px;
}
.modal-comment-iframe .body .commentscontainer .comments .identity {
    width: 100%;
    overflow: hidden;
}
.modal-comment-iframe .body .commentscontainer .comments .identity .thumb {
    width: 45px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    height: 40px;
    text-align: center;
    line-height: 31px;
    float: right;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #cccccc;
}
.modal-comment-iframe .body .commentscontainer .comments .identity .name {
    color: #00aaa6;
    line-height: 31px;
    float: right;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    top: 3px;
    margin-right: 10px;
}
.modal-comment-iframe .body .commentscontainer .comments .comment {
    color: #414042;
    font-size: 13px;
    width: 90%;
    margin-top: 10px;
}
.modal-comment-iframe .body .commentscontainer .comments .reply {
    font-size: 13px;
    cursor: pointer;
    color: #00aaa6;
}
.modal-comment-iframe .footer {
    border-top: 1px solid #cccccc;
    overflow: hidden;
    margin-top: 5px;
    padding: 10px 20px 10px 20px;
}
.modal-comment-iframe .footer .heading {
    font-size: 15px;
    color: #414042;
}
.modal-comment-iframe .footer textarea {
    width: 690px;
    height: 60px;
    box-shadow: none;
    resize: none;
    float: none;
    display: block;
    border: 1px solid #cccccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.modal-comment-iframe .footer .messagepost {
    margin-top: 5px;
    overflow: hidden;
}
.modal-comment-iframe .footer .messagepost #textarea_comments {
    font-size: 13px;
    color: #77787b;
    float: right;
}
.modal-comment-iframe .footer .messagepost .post-btn {
    background-color: #00aaa6;
    border: 1px solid #006d6a;
    float: left;
    text-align: center;
    line-height: 22px;
    height: 25px;
    font-size: 14px;
    width: 45px;
    color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.modal-signin {
    position: fixed;
    font-family: JF Flat Regular, Helvetica, Arial, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    display: none;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
}
.modal-signin .container {
    width: 640px;
    background-color: white;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    border: 5px solid #cccccc;
    margin: 50px auto;
    position: relative;
}
.modal-signin .newDomainIframe {
    width: 630px;
}
.modal-signin .container .shadow {

}
.modal-signin .container .header {
    width: 100%;
    height: 45px;
    overflow: hidden;
    color: black;
    background-color: white;
    border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -o-border-top-right-radius: 5px;
    line-height: 44px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.modal-signin .container .header .active {
    background-color: #00aaa6;
    color: white;
}
.modal-signin .container .header a {
    color: inherit;
    text-decoration: none;
}
.modal-signin .container .header .span:hover {
    color: #00aaa6;
}
.modal-signin .container .header .active:hover {
    color: white;
}
.modal-signin .container .header .span {
    float: right;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    width: 203px;
    border-left: 1px solid #00aaa6;
}
.modal-signin .container .header .last {
    border-left: none;
    width: 202px;
}
.modal-signin .container .close {
    background-image: url("../img/close.png");
    width: 35px;
    height: 36px;
    margin-right: 593px;
    margin-top: -18px;
    position: absolute;
    cursor: pointer;
}
.modal-signin .container .body {
    padding: 0px;
    overflow: hidden;
}
.modal-signin .container .body .tab1 {
    overflow: hidden;
    padding: 0px 40px 0px 40px;
}
.modal-signin .container .body .tab1 .signin-box {
    float: right;
    padding-top: 33px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
    width: 239px;
    color: #414042;
}
.modal-signin .container .body .tab1 .signin-box .row:after {
    content: "";
    display: table;
}
.modal-signin .container .body .tab1 .signin-box .row:after {
    clear: both;
}
.modal-signin .container .body .tab1 .signin-box .row .complete {
    margin-right: 0px;
    float: right;
}
.modal-signin .container .body .tab1 .signin-box .row label:first-child {
    padding-bottom: 5px;
}
.modal-signin .container .body .tab1 .signin-box .row label {
    line-height: 25px;
    font-size: 15px;
}
.modal-signin .container .body .tab1 .signin-box .row .popup {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    width: 225px;
    margin-top: 30px;
    color: #cccccc;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    margin-right: 235px;
    z-index: 5;
    padding: 5px 10px 7px 10px;
    border: 1px solid #dcdcdc;
    font-size: 12px;
    background-color: #ffffff;
}
.modal-signin .container .body .tab1 .signin-box .row .pointer {
    position: absolute;
    background-image: url("../img/popuparrow.png");
    width: 9px;
    height: 15px;
    right: -9px;
    margin-top: 3px;
}
.modal-signin .container .body .tab1 .signin-box .row .textfield:focus {
    border: 1px solid #00aaa6;
}
.modal-signin .container .body .tab1 .signin-box .row .textfield {
    height: 36px;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 215px;
    padding: 0px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cccccc;
}
.modal-signin .container .body .tab1 .signin-box .row .btn-update {
    padding: 5px 10px;
    text-align: center;
    border-right: 0px;
    font-family: JF Flat Regular, Helvetica, Arial, sans-serif;
    margin-top: 10px;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 2px solid #006d6a;
    font-size: 13px;
    outline: none;
    background-color: #00aaa6;
    color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.modal-signin .container .body .tab1 .social-box {
    width: 265px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
    float: right;
}
.modal-signin .container .body .tab1 .social-box .facebook-bar {
    width: 213px;
    background-position: 0px -1px;
    margin-top: 20px;
    height: 44px;
    background-image: url("../img/facebook-bar.png");
}
.modal-signin .container .body .tab1 .social-box .facebook-bar:hover {
    background-position: 0px -44px;
}
.modal-signin .container .body .tab1 .social-box .facebook-bar:active {
    background-position: 0px 42px;
}
.modal-signin .container .body .tab1 .social-box .twitter-bar {
    width: 213px;
    background-position: 0px 0px;
    margin-top: 18px;
    height: 44px;
    background-image: url("../img/twitter-bar.png");
}
.modal-signin .container .body .tab1 .social-box .twitter-bar:hover {
    background-position: 0px -43px;
}
.modal-signin .container .body .tab1 .social-box .twitter-bar:active {
    background-position: 0px 43px;
}
.modal-signin .container .body .tab1 .social-box .linkedin-bar {
    width: 213px;
    background-position: 0px 0px;
    margin-top: 18px;
    height: 44px;
    background-image: url("../img/linkedin-bar.png");
}
.modal-signin .container .body .tab1 .social-box .linkedin-bar:hover {
    background-position: 0px -43px;
}
.modal-signin .container .body .tab1 .social-box .linkedin-bar:active {
    background-position: 0px 43px;
}
.modal-signin .container .body .tab1 .or-container {
    float: right;
    background-color: #dddddd;
    margin-left: 25px;
    height: 240px;
    width: 1px;
}
.modal-signin .container .body .tab1 .or-container .or-icon {
    background-image: url("../img/or-popup-icon.png");
    height: 50px;
    position: absolute;
    margin-right: -25px;
    margin-top: 90px;
    width: 50px;
}
.modal-signin .container .body .tab2 {
    padding: 20px 40px 30px 40px;
    display: none;
}
.modal-signin .container .body .tab2 .row:after {
    content: "";
    display: table;
}
.modal-signin .container .body .tab2 .row:after {
    clear: both;
}
.modal-signin .container .body .tab2 .row {
    margin-top: 20px;
}
.modal-signin .container .body .tab2 .row .complete {
    margin-right: 10px;
    margin-top: 7px;
    float: right;
}
.modal-signin .container .body .tab2 .row .description {
    font-size: 13px;
    float: right;
    margin-right: 10px;
}
.modal-signin .container .body .tab2 .row .checkbox {
    pointer-events: none;
}
.modal-signin .container .body .tab2 .row .mycheckbox {
    background-image: url("../img/checkbox.png");
    cursor: pointer;
    background-position: 0px 0px;
    width: 22px;
    height: 22px;
}
.modal-signin .container .body .tab2 .row .selected {
    background-position: 0px 22px;
}
.modal-signin .container .body .tab2 .row label {
    line-height: 25px;
    width: 120px;
    font-size: 15px;
}
.modal-signin .container .body .tab2 .row .popup {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    width: 200px;
    margin-top: 0px;
    color: #cccccc;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    margin-right: 355px;
    z-index: 5;
    padding: 5px 10px 7px 10px;
    border: 1px solid #dcdcdc;
    font-size: 12px;
    background-color: #ffffff;
}
.modal-signin .container .body .tab2 .row .pointer {
    position: absolute;
    background-image: url("../img/popuparrow.png");
    width: 9px;
    height: 15px;
    right: -9px;
    margin-top: 3px;
}
.modal-signin .container .body .tab2 .row .textfield:focus {
    border: 1px solid #00aaa6;
}
.modal-signin .container .body .tab2 .row .textfield {
    height: 36px;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 215px;
    padding: 0px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cccccc;
}
.modal-signin .container .body .tab2 .row .btn-update {
    padding: 5px 10px;
    text-align: center;
    border-right: 0px;
    font-family: JF Flat Regular, Helvetica, Arial, sans-serif;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 2px solid #006d6a;
    font-size: 13px;
    outline: none;
    background-color: #00aaa6;
    color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.modal-signin .container .body .tab3 {
    padding: 40px 40px 30px 40px;
    display: none;
}
.modal-signin .container .body .tab3 .span {
    font-size: 15px;
}
.modal-signin .container .body .tab3 .row:after {
    content: "";
    display: table;
}
.modal-signin .container .body .tab3 .row:after {
    clear: both;
}
.modal-signin .container .body .tab3 .row {
    margin-top: 10px;
}
.modal-signin .container .body .tab3 .row .complete {
    margin-right: 10px;
    margin-top: 7px;
    float: right;
}
.modal-signin .container .body .tab3 .row label {
    line-height: 25px;
    margin-left: 20px;
    font-size: 15px;
}
.modal-signin .container .body .tab3 .row .textfield:focus {
    border: 1px solid #00aaa6;
}
.modal-signin .container .body .tab3 .row .textfield {
    height: 36px;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 225px;
    padding: 0px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cccccc;
}
.modal-signin .container .body .tab3 .row .btn-update {
    padding: 5px 10px;
    padding-bottom: 5px;
    text-align: center;
    border-right: 0px;
    font-family: JF Flat Regular, Helvetica, Arial, sans-serif;
    border-top: 0px;
    padding-top: 0px;
    border-left: 0px;
    border-bottom: 2px solid #006d6a;
    font-size: 13px;
    outline: none;
    background-color: #00aaa6;
    color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.modal-idea {
    position: fixed;
    font-family: JF Flat Regular, Helvetica, Arial, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    display: none;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
}
.modal-idea .container {
    width: 755px;
    background-color: white;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    border: 5px solid #cccccc;
    margin: 50px auto;
}
.modal-idea .container .header {
    padding: 15px 20px 10px 10px;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.modal-idea .container .header .span {
    color: #00aaa6;
    float: right;
    font-size: 18px;
    width: 70%;
}
.modal-idea .container .header .close {
    background-image: url("../img/close.png");
    width: 35px;
    height: 36px;
    margin-right: 709px;
    margin-top: -30px;
    position: absolute;
    cursor: pointer;
}
.modal-idea .container .body {
    padding: 0px 20px 30px 20px;
    overflow: auto;
}
.modal-idea .container .body .row:after {
    content: "";
    display: table;
}
.modal-idea .container .body .row:after {
    clear: both;
}
.modal-idea .container .body .row {
    margin-top: 20px;
}
.modal-idea .container .body .row .update-file {
    position: absolute;
    margin-right: -135px;
    height: 36px;
    opacity: 0;
    width: 135px;
}
.modal-idea .container .body .row .themes {
    display: block;
    overflow: hidden;
    width: 380px;
}
.modal-idea .container .body .row #textarea_idea {
    font-size: 13px;
    clear: both;
    margin-right: 105px;
    color: #77787b;
}
.modal-idea .container .body .row .popup {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    width: 225px;
    margin-top: 0px;
    color: #cccccc;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    margin-right: 485px;
    z-index: 5;
    padding: 5px 10px 7px 10px;
    border: 1px solid #dcdcdc;
    font-size: 12px;
    background-color: #ffffff;
}
.modal-idea .container .body .row .pointer {
    position: absolute;
    background-image: url("../img/popuparrow.png");
    width: 9px;
    height: 15px;
    right: -9px;
    margin-top: 3px;
}
.modal-idea .container .body .row .popup-themes {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    width: 225px;
    margin-top: -215px;
    color: #cccccc;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    margin-right: 485px;
    z-index: 5;
    padding: 5px 10px 7px 10px;
    border: 1px solid #dcdcdc;
    font-size: 12px;
    background-color: #ffffff;
}
.modal-idea .container .body .row .pointer {
    position: absolute;
    background-image: url("../img/popuparrow.png");
    width: 9px;
    height: 15px;
    right: -9px;
    margin-top: 3px;
}
.modal-idea .container .body .row .categories {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 0px 18px 0px 0px;
    background-color: #ffffff;
    font-size: 12px;
    margin-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 180px;
    margin-left: 10px;
    line-height: 33px;
    background-image: url("../img/select.png");
    background-repeat: no-repeat;
    background-position: center right;
    height: 35px;
    border: 1px solid #dcdcdc;
}
.modal-idea .container .body .row .categories input {
    opacity: 0;
}
.modal-idea .container .body .row .selected {
    color: white;
    background-color: #00aaa6;
    background-image: url("../img/deselect.png");
}
.modal-idea .container .body .row .label {
    font-size: 15px;
    float: right;
    height: 37px;
    width: 100px;
    line-height: 34px;
}
.modal-idea .container .body .row textarea {
    width: 370px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    box-shadow: none;
    line-height: 13px;
    font-size: 13px;
    resize: none;
    color: #77787b;
    font-family: JF Flat Regular, Helvetica, Arial, sans-serif;
    height: 126px;
    border: 1px solid #cccccc;
    padding: 5px 10px;
}
.modal-idea .container .body .row textarea:focus {
    border: 1px solid #00aaa6;
}
.modal-idea .container .body .row .btn-update {
    height: 32px;
    padding: 0px 15px;
    border-right: 0px;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 2px solid #006d6a;
    font-size: 13px;
    outline: none;
    background-color: #00aaa6;
    color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.modal-video {
    position: fixed;
    font-family: JF Flat Regular, Helvetica, Arial, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    display: none;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
}
.modal-video .container {
    width: 640px;
    background-color: white;
    height: 640px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    border: 5px solid #cccccc;
    margin: 10px auto 0px auto;
}
.modal-video .container .close {
    background-image: url("../img/close.png");
    width: 35px;
    height: 36px;
    left: -18px;
    top: -18px;
    z-index: 5;
    position: absolute;
    cursor: pointer;
}
.modal-video .container .videoFrame {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.modal-update {
    position: fixed;
    font-family: JF Flat Regular, Helvetica, Arial, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    display: none;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
}
.modal-update .container {
    width: 600px;
    background-color: white;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    border: 5px solid #cccccc;
    margin: 50px auto;
}
.modal-update .container .header {
    padding: 15px 20px 10px 10px;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.modal-update .container .header .span {
    color: #00aaa6;
    float: right;
    font-size: 18px;
    width: 70%;
}
.modal-update .container .header .close {
    background-image: url("../img/close.png");
    width: 35px;
    height: 36px;
    margin-right: 552px;
    margin-top: -30px;
    position: absolute;
    cursor: pointer;
}
.modal-update .container .body {
    padding: 0px 20px 30px 20px;
    overflow: auto;
}
.modal-update .container .body .row:after {
    content: "";
    display: table;
}
.modal-update .container .body .row:after {
    clear: both;
}
.modal-update .container .body .row {
    margin-top: 20px;
}
.modal-update .container .body .row .complete {
    margin-right: 115px;
}
.modal-update .container .body .row .popup {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    width: 195px;
    margin-top: 0px;
    color: #cccccc;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    margin-right: 355px;
    z-index: 5;
    padding: 5px 10px 7px 10px;
    border: 1px solid #dcdcdc;
    font-size: 12px;
    background-color: #ffffff;
}
.modal-update .container .body .row .pointer {
    position: absolute;
    background-image: url("../img/popuparrow.png");
    width: 9px;
    height: 15px;
    right: -9px;
    margin-top: 3px;
}
.modal-update .container .body .row .categories {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 0px 30px 0px 15px;
    background-color: #ffffff;
    font-size: 12px;
    max-width: 200px;
    margin-left: 10px;
    line-height: 35px;
    background-image: url("../img/select.png");
    background-repeat: no-repeat;
    background-position: center right;
    height: 35px;
    border: 1px solid #dcdcdc;
}
.modal-update .container .body .row .categories input {
    opacity: 0;
    float: right;
    margin-right: -20px;
}
.modal-update .container .body .row .selected {
    color: white;
    background-color: #00aaa6;
    border-color: #00aaa6;
    background-image: url("../img/deselect.png");
}
.modal-update .container .body .row .label {
    font-size: 15px;
    float: right;
    line-height: 34px;
    height: 37px;
    width: 115px;
}
.modal-update .container .body .row .textfield {
    width: 224px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    box-shadow: none;
    font-size: 13px;
    color: #77787b;
    font-family: JF Flat Regular, Helvetica, Arial, sans-serif;
    height: 36px;
    border: 1px solid #cccccc;
    padding: 0px 10px;
}
.modal-update .container .body .row .textfield:focus {
    border: 1px solid #00aaa6;
}
.modal-update .container .body .row .btn-update {
    height: 32px;
    padding-bottom: 5px;
    padding: 0px 15px;
    border-right: 0px;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 2px solid #006d6a;
    font-size: 13px;
    outline: none;
    background-color: #00aaa6;
    color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.modal-feedback {
    position: fixed;
    font-family: JF Flat Regular, Helvetica, Arial, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    display: none;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
}
.modal-feedback .container {
    width: 755px;
    background-color: white;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    border: 5px solid #cccccc;
    margin: 50px auto;
}
.modal-feedback .container .header {
    padding: 15px 20px 10px 10px;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.modal-feedback .container .header .span {
    color: #00aaa6;
    float: right;
    font-size: 18px;
    width: 70%;
}
.modal-feedback .container .header .close {
    background-image: url("../img/close.png");
    width: 35px;
    height: 36px;
    margin-right: 709px;
    margin-top: -30px;
    position: absolute;
    cursor: pointer;
}
.modal-feedback .container .body {
    padding: 0px 20px 30px 20px;
    overflow: auto;
}
.modal-feedback .container .body .feedback-cont2,
.modal-feedback .container .body .feedback-cont3,
.modal-feedback .container .body .feedback-cont4 {
    display: none;
}
.modal-feedback .container .body .row:after {
    content: "";
    display: table;
}
.modal-feedback .container .body .row:after {
    clear: both;
}
.modal-feedback .container .body .row {
    margin-top: 20px;
}
.modal-feedback .container .body .row #feedback-button1 span {
    background-image: url("../img/feedback-idea-icon.png");
    background-repeat: no-repeat;
    width: 9px;
    height: 13px;
    margin-left: 2px;
    display: inline-block;
    position: relative;
    top: 2px;
    background-position: right;
}
.modal-feedback .container .body .row #feedback-button1 .dark-icon {
    background-position: left;
}
.modal-feedback .container .body .row #feedback-button2 span {
    background-image: url("../img/feedback-question-icon.png");
    background-repeat: no-repeat;
    width: 9px;
    height: 13px;
    margin-left: 2px;
    display: inline-block;
    position: relative;
    top: 2px;
    background-position: right;
}
.modal-feedback .container .body .row #feedback-button2 .dark-icon {
    background-position: left;
}
.modal-feedback .container .body .row #feedback-button3 span {
    background-image: url("../img/feedback-problem-icon.png");
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    margin-left: 2px;
    display: inline-block;
    position: relative;
    top: 2px;
    background-position: right;
}
.modal-feedback .container .body .row #feedback-button3 .dark-icon {
    background-position: left;
}
.modal-feedback .container .body .row #feedback-button4 span {
    background-image: url("../img/feedback-heart-icon.png");
    background-repeat: no-repeat;
    width: 15px;
    height: 13px;
    margin-left: 2px;
    display: inline-block;
    position: relative;
    top: 2px;
    background-position: right;
}
.modal-feedback .container .body .row #feedback-button4 .dark-icon {
    background-position: left;
}
.modal-feedback .container .body .row .complete {
    margin-right: 150px;
}
.modal-feedback .container .body .row .update-file {
    position: absolute;
    margin-right: -135px;
    height: 36px;
    opacity: 0;
    width: 135px;
}
.modal-feedback .container .body .row .themes {
    display: block;
    overflow: hidden;
    width: 380px;
}
.modal-feedback .container .body .row #textarea_idea {
    font-size: 13px;
    clear: both;
    margin-right: 105px;
    color: #77787b;
}
.modal-feedback .container .body .row .popup {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    width: 225px;
    margin-top: 0px;
    color: #cccccc;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    margin-right: 485px;
    z-index: 5;
    padding: 5px 10px 7px 10px;
    border: 1px solid #dcdcdc;
    font-size: 12px;
    background-color: #ffffff;
}
.modal-feedback .container .body .row .pointer {
    position: absolute;
    background-image: url("../img/popuparrow.png");
    width: 9px;
    height: 15px;
    right: -9px;
    margin-top: 3px;
}
.modal-feedback .container .body .row .popup-themes {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    width: 225px;
    margin-top: -215px;
    color: #cccccc;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    margin-right: 485px;
    z-index: 5;
    padding: 5px 10px 7px 10px;
    border: 1px solid #dcdcdc;
    font-size: 12px;
    background-color: #ffffff;
}
.modal-feedback .container .body .row .pointer {
    position: absolute;
    background-image: url("../img/popuparrow.png");
    width: 9px;
    height: 15px;
    right: -9px;
    margin-top: 3px;
}
.modal-feedback .container .body .row .categories {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 0px 18px 0px 0px;
    background-color: #ffffff;
    font-size: 12px;
    margin-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 180px;
    margin-left: 10px;
    line-height: 33px;
    background-image: url("../img/select.png");
    background-repeat: no-repeat;
    background-position: center right;
    height: 35px;
    border: 1px solid #dcdcdc;
}
.modal-feedback .container .body .row .textfield:focus {
    border: 1px solid #00aaa6;
}
.modal-feedback .container .body .row .textfield {
    height: 36px;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 320px;
    padding: 0px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cccccc;
}
.modal-feedback .container .body .row .selected {
    color: white;
    background-color: #00aaa6;
    background-image: url("../img/deselect.png");
}
.modal-feedback .container .body .row .label {
    font-size: 15px;
    float: right;
    height: 37px;
    width: 150px;
    line-height: 34px;
}
.modal-feedback .container .body .row textarea {
    width: 320px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    box-shadow: none;
    line-height: 13px;
    font-size: 13px;
    resize: none;
    color: #77787b;
    font-family: JF Flat Regular, Helvetica, Arial, sans-serif;
    height: 126px;
    border: 1px solid #cccccc;
    padding: 5px 10px;
}
.modal-feedback .container .body .row textarea:focus {
    border: 1px solid #00aaa6;
}
.modal-feedback .container .body .row .btn-update {
    height: 32px;
    padding: 0px 15px;
    border-right: 0px;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 2px solid #006d6a;
    font-size: 13px;
    outline: none;
    background-color: #00aaa6;
    color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.modal-feedback .container .body .row .btn-feedback {
    height: 32px;
    line-height: 29px;
    margin-right: 10px;
    cursor: pointer;
    float: right;
    font-size: 15px;
    padding: 0px 12px 0px 15px;
    border: 1px solid #cccccc;
    font-size: 13px;
    outline: none;
    background-color: white;
    color: #414042;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.modal-feedback .container .body .row .active {
    background-color: #00aaa6;
    color: white;
    border: 1px solid #006d6a;
}
.show {
    display: block;
}
.complete {
    font-size: 14px;
    display: none;
    color: red;
    position: relative;
    margin-right: 105px;
}
.tooltip.in {
    opacity: 1;
}
.tooltip-inner {
    background-color: white;
    border: 1px solid #cccccc;
    color: #77787b;
}
.tooltip-arrow {
    border: none;
    background-image: url("../img/smallpopup-arrow.png");
    width: 12px;
    height: 6px;
}
a {
    outline: none;
    text-decoration: none;
}
.clear {
    float: none;
    clear: both;
}
img {
    outline: none;
}
.block {
    display: block !important;
    float: none;
    clear: both;
}
.inline {
    display: inline-block !important;
}
.sections {
    position: relative;
    overflow: hidden;
}
.mystyle {
    padding: 0px 8px !important;
}
.alert {
    color: #414042;
    background-color: #fbfbfb;
    border: 1px solid #cccccc;
    direction: rtl;
    position: relative;
    display: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    text-align: right;
    border-radius: 5px;
    margin: -20px auto 0px auto;
    padding: 10px 0px;
}
.alert button {
    float: left;
    margin-left: 12px;
    background: none;
    border: none;
    cursor: pointer;
    opacity: 0.5;
}
.alert button:hover {
    opacity: 1;
}
.alert ul {
    list-style: none;
    margin: 3px;
    padding: 0px 20px;
}
.alert li {
    font-size: 15px;
    line-height: 17px;
}
.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
#feedback {
    top: 100px;
    float: left;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    left: -10px;
    position: fixed;
    background-image: url("../img/feedback.png");
    width: 45px;
    background-position: right;
    background-repeat: no-repeat;
    background-color: #414042;
    height: 100px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
#feedback:hover {
    left: -5px;
}
#mycontainer {
    line-height: normal;
    font-family: JF Flat Regular, Helvetica, Arial, sans-serif;
    text-align: center;
    overflow: hidden;
}
#mycontainer #update,
#mycontainer #sign,
#mycontainer #idea {
    display: inline-block;
}
#mycontainer .facebookicon {
    background-image: url("../img/facebook-icon.png");
    width: 27px;
    margin-right: 5px;
    height: 27px;
    cursor: pointer;
    float: left;
}
#mycontainer .facebookicon:hover {
    background-position: 0px -28px;
}
#mycontainer .twittericon {
    background-image: url("../img/twitter-icon.png");
    width: 27px;
    margin-right: 5px;
    height: 27px;
    cursor: pointer;
    float: left;
}
#mycontainer .twittericon:hover {
    background-position: 0px -28px;
}
#mycontainer .commenticon {
    background-image: url("../img/comment-icon.png");
    width: 27px;
    margin-right: 5px;
    height: 27px;
    cursor: pointer;
    float: left;
}
#mycontainer .commenticon:hover {
    background-position: 0px -28px;
}
#mycontainer .votepopup {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    width: 200px;
    margin-top: -30px;
    color: #414042;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url("../img/dropdown.png");
    background-repeat: repeat-x;
    background-color: #fdfdfd;
    position: absolute;
    margin-right: 62px;
    z-index: 5;
    padding: 5px 10px 10px 10px;
    border: 1px solid #e3e3e3;
    font-size: 12px;
}
#mycontainer .votepopup .textfield {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-top: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    float: none;
    box-shadow: none;
    font-size: 13px;
    color: #77787b;
    font-family: JF Flat Regular, Helvetica, Arial, sans-serif;
    height: 30px;
    line-height: normal;
    border: 1px solid #cccccc;
    padding: 0px 5px;
}
#mycontainer .votepopup .textfield:focus {
    border: 1px solid #00aaa6;
}
#mycontainer .votepopup .votebutton {
    line-height: 24px;
    padding: 0px 21px 0px 7px;
    height: 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-image: url("../img/thumb-icon.png");
    background-repeat: no-repeat;
    background-position: right -39px;
    float: right;
    margin-right: 7px;
    margin-top: 5px;
    border-right: none;
    border-left: none;
    border-top: none;
    background-color: #00aaa6;
    border-bottom: 2px solid #00807d;
    color: white;
    text-align: center;
}
#mycontainer .votepointer {
    position: absolute;
    background-image: url("../img/popuparrow.png");
    width: 9px;
    height: 15px;
    right: -9px;
    margin-top: 3px;
}
#mycontainer .vote {
    line-height: 30px;
    margin-left: 5px;
    color: #424242;
    font-size: 14px;
    float: right;
}
#mycontainer .vote .votebutton {
    line-height: 22px;
    padding: 0px 21px 0px 7px;
    height: 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    background-image: url("../img/thumb-icon.png");
    background-repeat: no-repeat;
    font-size: 12px;
    background-position: right;
    margin-left: 5px;
    float: right;
    border-right: none;
    border-left: none;
    border-top: none;
    background-color: white;
    border: 1px solid #00aaa6;
    color: #aaaaaa;
    text-align: center;
}
#mycontainer .vote .voteicon {
    background-image: url("../img/voting.png");
    width: 27px;
    margin-left: 5px;
    height: 27px;
    cursor: pointer;
    float: right;
}
#mycontainer .vote .voteicon:hover {
    background-position: 0px -28px;
}
#mycontainer .vote .categories {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #000000;
    border-radius: 3px;
    padding: 0px 21px 0px 8px;
    background-color: #fff;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 5px;
    background-image: url("../img/thumb-icon.png");
    background-position: right 6px;
    background-repeat: no-repeat;
    height: 28px;
    border: 1px solid #0a754f;
    font-family: JF Flat Regular, Helvetica, Arial, sans-serif;
    line-height: 28px;
}
#mycontainer .vote .categories input {
    opacity: 0;
    position: absolute;
    width: 57px;
    cursor: pointer;
    margin-right: -21px;
    height: 30px;
}
#mycontainer .vote .categories-hover {
    color: white;
    background-color: #0a754f;
    border: 1px solid #0a754f;
    background-position: right -37px;
}
#mycontainer .vote .selected {
    color: white;
    background-color: #0a754f;
    border: 1px solid #0a754f;
    background-position: right -37px;
}
#mycontainer .vote .selected-vote {
    border: 1px solid #c2b062;
    background-position: right -78px;
}

#mycontainer .csubheading {
    font-size: 15px;
    line-height: 15px;
    position: relative;
    text-align: right;
    margin-top: 5px;
    display: none;
}
#mycontainer .challenge {
    margin-right: 0px;
    display: none;
    font-size: 27px;
    color: #00aaa6;
    position: relative;
    text-align: right;
    line-height: 27px;
}
#mycontainer .socialicons {
    overflow: hidden;
}
#mycontainer .socialicons .button {
    float: right;
    padding: 0;
    cursor: pointer;
    height: 35px;
    margin-right: 10px;
    margin-top: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    line-height: 35px;
    width: 160px;
    color:#fff;
}
#mycontainer .socialicons .poem{
    background-color: #e54126;
    box-shadow: 1px 1px 1px #bf3620;
}
#mycontainer .socialicons .videotype1{
    background-color: #aa9d62;
    box-shadow: 1px 1px 1px #988d58;
}
#mycontainer .socialicons .videotype2{
    background-color: #057550;
    box-shadow: 1px 1px 1px #53957f;
}
#mycontainer .socialicons .maillist{
    background-color: #fcb040;
    box-shadow: 1px 1px 1px #e29e39;
}
#mycontainer .socialicons .button.book {
    background-image: url("../img/addBook.png");
    width: 124px;
}
#mycontainer .socialicons .button.image {
    background-image: url("../img/addImage.png");
    width: 131px;
}
#mycontainer .socialicons .button.video {
    background-image: url("../img/addVideo.png");
    width: 136px;
}
#mycontainer .socialicons .facebook {
    margin-left: 20px;
    position: relative;
    margin-top: 10px;
    cursor: pointer;
    float: left;
}
#mycontainer .socialicons .twitter {
    overflow: visible;
    margin-left: 10px;
    position: relative;
    margin-top: 10px;
    cursor: pointer;
    float: left;
}
#mycontainer .socialicons .google {
    margin-left: 20px;
    position: relative;
    margin-top: 10px;
    cursor: pointer;
    float: left;
}
#mycontainer .container {
    width: 955px;
    height: 393px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-top-right-radius: 0px;
    border: 1px solid #c2b062;
}
#mycontainer .container #firsttab,
#mycontainer .container #secondtab,
#mycontainer .container #thirdtab,
#mycontainer .container #fourthtab,
#mycontainer .container #fifthtab,
#mycontainer .container #sixthtab {
    display: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 13px;
    line-height: 25px;
    overflow: auto !important;
    padding: 10px 10px 10px 10px !important;
}
#mycontainer .container .content {
    width: 695px !important;
    height: 100%;
    text-align: right;
    float: right;
}
#mycontainer .container .content .vframe {
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
}
#mycontainer .container .content .poster {
    width: 695px;
    height: 391px;
    position: absolute;
    cursor: pointer;
    background-position: center;
    background-size: 100%;
    pointer-events: none;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    background-image: url("../img/poster.png");
}
#mycontainer .container .infocont {
    float: right;
    border-right: 1px solid #00aaa6;
    padding-top: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 257px;
    text-align: right;
    height: 100%;
}
#mycontainer .container .infocont .info:first-child {
    border-bottom: 1px solid #00aaa6;
    padding: 11px 25px 11px 0px;
    display: none;
    margin-bottom: 3px;
}
#mycontainer .container .infocont .info:first-child .span {
    line-height: 25px;
    font-size: 16px;
    color: #00aaa6;
}
#mycontainer .container .infocont .info:first-child .value {
    line-height: 19px;
    direction: ltr;
    font-size: 19px;
}
#mycontainer .container .infocont .info {
    padding: 6px 25px 6px 0px;
}
#mycontainer .container .infocont .info .span {
    line-height: 20px;
    font-size: 14px;
    color: #0a754f;
}
#mycontainer .container .infocont .info .value {
    line-height: 21px;
    direction: ltr;
    font-size: 18px;
}
#mycontainer .container .infocont .info .value.hashtag {
    font-size: 15px;
}
#mycontainer .nav {
    height: 42px;
    float: right;
    margin-bottom: 0px;
    padding-right: 0px;
}
#mycontainer .nav li {
    float: right;
    padding: 0px 16px;
    line-height: 45px;
    height: 42px;
    font-size: 14px;
    background-color: #0a754f;
    color: #ffffff;
    cursor: pointer;
    margin-left: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
#mycontainer .nav .sixthtab {
    width: 89px;
}
#mycontainer .nav li:hover {
    background-color: #c2b062;
}
#mycontainer .nav .active {
    background-color: #c2b062;
}
#mycontainer .nav .home {
    background-image: url(../img/homeicon.png);
    width: 48px;
    padding: 0;
}

#mycontainer .streamContainer .readBtn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    float: left;
    padding: 0px 8px 0px 8px;
    background-color: #ffffff;
    font-size: 12px;
    color: #888888;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 27px;
    height: 28px;
    border: 1px solid #0a754f;
    cursor: pointer;
}
#mycontainer .streamContainer .readBtn:hover {
    background-color: #0a754f;
    color: #ffffff;
}

/********* books container class changes ************/
#mycontainer .streamContainer {
    width: 310px;
    border-left: 1px solid #c2b062;
    padding: 0 0 20px 30px;
    margin-top: 35px;
    box-sizing: border-box;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: right;
}
#mycontainer .streamContainer.imagesContainer {
    width: 340px;
    border-right: 1px solid #c2b062;
    right: -1px;
    padding: 0 30px 20px 30px;
}
#mycontainer .streamContainer.videosContainer {
    padding: 0 30px 20px 0px;
    border: none;
}
#mycontainer .streamContainer .streamHeading {
    color: #0a754f;
    font-size: 18px;
    line-height: 35px;
    margin: 0;
    overflow: hidden;
    width: 100%;
    padding: 0;
}
#mycontainer .streamContainer .streamHeading .span {
    position: relative;
    float: right;
}
#mycontainer .streamContainer .booksHeading .border {
    background-color: #00aaa6;
    overflow: hidden;
    height: 1px;
    top: 26px;
    position: relative;
    display: block;
}
#mycontainer .streamContainer .buttons {
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
#mycontainer .streamContainer .buttons .border {
    background-color: #cccccc;
    overflow: hidden;
    height: 1px;
    top: 15px;
    position: relative;
    display: block;
}
#mycontainer .streamContainer .item {
    margin-top: 5px;
    display: block;
    line-height: 20px;
    width: 100%;
    padding: 0px;
    font-size: 12px;
    text-align: right;
    color: #424242;
}
#mycontainer .streamContainer .item .videoPoster {
    height: auto;
    position: relative;
    z-index: 5;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
}
#mycontainer .streamContainer .item .playBtn {
    width: 50px;
    display: block;
    position: absolute;
    z-index: 50;
    right: 50%;
    margin: 110px -25px 0px 0px;
    cursor: pointer;
    pointer-events: none;
}
#mycontainer .streamContainer .item.image, #mycontainer .streamContainer .item.video {
    margin-top: 10px;
    position: relative;
}
#mycontainer .streamContainer .item img {
    width: 100%;
    height: auto;
}
#mycontainer .streamContainer .items {
    margin-top: 20px;
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #c2b062;
}
#mycontainer .streamContainer .idea {
    margin-top: 5px;
    display: block;
    line-height: 20px;
    width: 100%;
    padding: 0px;
    font-size: 14px;
    text-align: right;
    color: #424242;
}
#mycontainer .streamContainer .identity {
    width: 100%;
    overflow: hidden;
}
#mycontainer .streamContainer .identity .thumb {
    width: 45px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    height: 40px;
    float: right;
    margin-left: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #cccccc;
    background: url("../img/smalll-profile-icon.png") no-repeat center;
}
#mycontainer .streamContainer .identity .name {
    color: #00aaa6;
    font-size: 14px;
    position: relative;
    margin-top: 2px;
    margin-right: 10px;
    text-align: right;
}
#mycontainer .streamContainer .identity .name .title {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    text-align: right;
}
#mycontainer .streamContainer .identity .name a {
    color: #0a754f;
}

/********* books container class changes End ************/

.linkscontainer {
	display:none;
}
.mailIcon {
	display: none;
}
#headerWrap form {
	display: none;
}
.UserLoginLink{
		display: none;
}

/*Header Css*/

header {
    position: fixed;
    z-index: 555;
}
#userData {
    line-height: 36px;
    border-left: 1px solid #0a754f ;
}
#userData #headDisplayName {
    border-right: 1px solid #0a754f ;
}
#userControls {
    border-left: 1px solid #0a754f ;
    width: 45px;
    position: relative;
    padding-left: 0px;
}
@media only screen and (max-width: 1020px) {
    .update-container .body .row .popup {
        position: relative;
    margin-right: 150px;
    margin-top: 10px;
    width: 400px;
    }
    #mycontainer .streamContainer {
        float: none;
        border: none;
        padding: 0;
        width: 100%;
    }
    #mycontainer .streamContainer.imagesContainer, #mycontainer .streamContainer.videosContainer {
        padding: 0;
        width: inherit;
    }
}
@media only screen and (max-width: 960px) {
    #logo {
        display: none;
    }
    #headerWrap #nav a {
        margin-top: 3px;
        background-size: 26px;
        background-image: url("http://www.iread2013.com/src/TaM/Challenges/Assets/img/home.png");
        background-repeat: no-repeat;
        background-position: 0px 5px;
        padding-left: 30px;
        display: block;
    }
    #headerWrap #userControls {
        border-left: none;
        right: auto;
        padding-left: 10px;
    }
    #headerWrap {
        max-width: 100%;
        width: 1030px;
        overflow: hidden;
        padding: 0px 10px;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
}
@media only screen and (max-width: 820px) {

}
@media only screen and (max-width: 750px) {
    #feedback {
        display: none;
    }
    #headerwrap {
        padding: 0px;
    }
    .loggedin #userInfo {
        width: auto;
        float: right;
        height: auto;
        padding-top: 0px;
        border-top: none;
        clear: none;
    }
    header {
        height: auto;
    }
}
@media only screen and (max-width: 640px) {
    .update-container .body .row .label {
        float: none;
    }
    .update-container .body .row .popup {
        margin-right: 0
    }
}
@media only screen and (max-width: 520px) {
    .bottomRightLogo {
        float: none;
        display: block;
        margin-top: 20px;
    }
    .bottomRightLogo {
        float: none;
        display: block;
    }
    .profile .button {
        position: relative;
        margin-top: 20px;
    }
    .profile {
        margin-top: 60px;
    }
    #headerWrap #nav {
        float: left;
        margin-top: 0px;
        display: block;
        margin: 0 auto;
        overflow: hidden;
        width: auto;
    }
    #headerWrap #nav a {
        color: #fff;
        padding: 0px;
        margin: 0 auto;
        margin-left: 5px;
    }
    #nav li {
        font-size: 18px;
        margin-right: auto;
    }
    .userControls.mailIcon, .userControls.settingsIcon {
        margin-right: 5px;
        display: none;
    }
    .notloggedin #userInfo {
        border-top: 0px;
        padding-top: 8px;
        margin-top: 0;
        float: right;
        width: auto;
        height: auto;
        clear: none;
    }
    header {
        height: auto;
        padding: 0;
    }
    .notloggedin header {
        border-top: 0px;
        height: auto;
    }
    #userData {
        margin-left: 5px;
        padding-left: 5px;
    }
    #headerWrap #userControls {
        padding-left: 0px;
        width: 30px;
    }
    .month .sbHolder,.years .sbHolder {
        margin-right: 0px !important;
    }
    .month .sbHolder {
        float: none!important;
        margin-top: 80px;
    }
    .poem-thankyou,.instagram-thankyou,.maillist-thankyou{
        margin-top: 50px;
        text-align: center;
    }
    .poem-thankyou h1,.instagram-thankyou h1,.maillist-thankyou h1{
        font-size: 24px;
    }

}
/*Removing buttons*/

/*
.sign-container .body .tab1 .social-box, .sign-container .body .tab1 .or-container {
    display: none;
}
.modal-signin .container .body .tab1 .social-box, .modal-signin .container .body .tab1 .or-container {
    display: none;
}
.sign-container .body .tab1 .signin-box {
    margin-right: 0px;
    padding-right: 0px;
}
*/

.footerLinks{
    display: none;
}


/*Logo Css*/

.sponsers .heading {
    font-size: 18px;
    text-align: right;
    border-bottom: 1px solid #cccccc;
}
.sponsers .small-heading {
    font-size: 18px;
    margin-top: 10px;
    color: #00aaa6;
    text-align: right;
    clear: both;
}
.sponsers img {
    margin: 20px 0px;
    cursor: pointer;
}
.logo1, .logo3, .logo4, .logo6, .logo8, .logo10, .logo12, .logo13, .logo14, .logo15, .logo16, .logo17 {
    float: right;
}
.logo2, .logo5, .logo7, .logo9, .logo11 {
    float: left;
}
.sponsers .logo3, .sponsers .logo13, .sponsers .logo15 {
    margin-right: 27px;
}
.sponsers .logo14 {
    margin-right: 8px;
}
