﻿/* common PC */
@media only screen and (min-width:641px) {
    img {
        text-indent: -9999999px;
        -webkit-appearance: none !important;
    }

    .ionic-footer-search-timeline-pc {
        background-color: rgba(0,0,0,0) !important;
        height: 95px;
        opacity: 1;
        z-index: 10000;
    }
    .ionic-footer-search-timeline-pc-right {
        text-align: right;
        width: 100%;
        margin: 1px 12px 0 0;
    }
        .ionic-footer-search-timeline-pc-right .div-icon-bg {
            display: inline-block;
            background-color: rgb(240,240,240);
            border-radius: 50px;
            padding: 8px;
            margin-right: 15px;
        }
}

@media only screen and (min-width:961px) { /* tablet, landscape iPad, lo-res laptops ands desktops */
    .rubyonic-pane {
        background-color: white !important;
    }

    .ionic-header-main {
        padding: 4px;
    }

    .ion-header-bar-content {
        width: 1024px;
        margin: auto;
        position: relative;
    }

    .icon-user {
        width: 36px !important;
        height: 36px !important;
        border-radius: 100%;
        margin-right: 40px;
    }

    .icon-category {
        width: 12px;
        height: 12px;
        margin-right: 6px
    }

    .icon-tag {
        width: 12px;
        height: 12px;
        margin-right: 6px
    }

    .header-back-and-title {
        width: 100%;
        margin-top: 44px !important;
        padding-top: 1px;
        background-color: rgb(245, 245, 245);
        font-size: 11px;
        height: 20px;
    }

    .header-back-and-title-content {
        width: 1024px;
        margin: auto;
    }

    .ion-content {
        top: 60px !important;
    }

    .ion-content-scroll {
        overflow: auto;
    }

    .ion-content-padding-top {
        padding-top: 16px;
    }

    .ion-content-back-and-title {
        top: 64px !important;
    }

    .ion-content-back-and-title-color {
        background-color: rgb(255, 255, 255) !important;
    }

    .menu-content-bg {
        width: 100%;
    }

    .menu-content-center {
        width: 1324px;
        max-width: 1324px;
        margin: auto;
    }

    .header-span-back {
        cursor: pointer;
    }

    .header-a-back, .header-a-back:hover {
        cursor: pointer;
        color: rgb(0, 0, 0) !important;
        text-decoration: none;
        display: inline-block;
    }

    .img-btn-clip {
        width: 22px;
        height: 16px;
    }

    .lbl-target {
        font-size: 12px;
    }

    .tbl-clip {
        width: 100% !important;
        border-collapse: collapse
    }

        .tbl-clip > tbody > tr {
            height: 25px;
        }

            .tbl-clip > tbody > tr > td {
                vertical-align: top;
                text-align: left;
            }

                .tbl-clip > tbody > tr > td:nth-child(1) {
                    width: 130px !important;
                    min-width: 130px !important;
                }

                .tbl-clip > tbody > tr > td:nth-child(2) {
                    padding: 5px 15px 5px 15px;
                }

    .img-tbl-clip {
        width: 90px !important;
        height: 90px !important;
        border-radius: 12%;
    }

    .container-clip {
        width: 640px;
        margin: auto;
    }


    /* Login */
    .div-login-logo {
        margin: 70px 0px 5px 0px;
    }

    .form-login {
        overflow: hidden;
        background: white;
        font-weight: 100 !important;
    }

    .div-login-hr {
        padding: 0 !important;
    }

    .login {
        background: white none repeat scroll 0 0;
        margin: auto;
    }

    .div-login-forgot-pasword {
        height: 30px;
        text-align: left;
        font-size: 12px;
        font-weight: 100;
    }

    .div-login-auto-login {
        margin-left: 4px;
    }

    .ionic-footer {
        height: 40px;
    }

    .ionic-footer-color {
        background-color: #eaeaea;
    }

    .ionic-footer-center {
        margin: auto;
    }

    .btn-signin {
        width: 200px;
    }

    .btn-circle {
        width: 50px;
        height: 50px;
        display: inline-block;
        border: 1px solid;
        border-color: rgb(233, 233, 233);
        border-radius: 50px;
        text-align: center;
        white-space: nowrap;
        font-size: 0;
        vertical-align: top;
    }

    .btn-circle-helper {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .btn-circle-img {
        height: 30px;
        width: 30px;
        max-height: 30px;
        max-width: 30px;
        vertical-align: middle;
    }

    .btn-circle-div-text {
        text-align: center;
        vertical-align: top;
        display: inline-table;
        height: 50px;
    }

        .btn-circle-div-text span {
            vertical-align: middle;
            display: table-cell;
        }

    .img-office365 {
        width: 22px;
        height: 24px;
    }

    .has-footer {
        bottom: 40px;
    }

    /* Signup */
    .form-register {
        overflow: hidden;
        background: white;
        font-weight: 100 !important;
    }

        .form-register .form-group {
            margin-bottom: 25px !important;
        }

        .form-register .alert {
            margin-bottom: 0 !important;
        }

        .form-register input[type=text] {
            padding: 0 !important;
        }

    .btn-clip {
        padding: 3px 0px 0px 0px;
        font-size: 11px;
    }

    .btn-view-post {
        font-size: 12px;
        font-weight: 100;
        text-align: -webkit-right;
        padding: 3px 12px;
    }

        .btn-view-post:hover {
            text-decoration: none;
        }

        .btn-view-post img {
            margin: auto;
        }

    .btn-office365 {
        border-radius: 0 !important;
    }

    .btn-hover {
        cursor: pointer;
        border-radius: 30px 30px;
    }

    .btn-hover-feed > img {
        margin-top: 3px;
        padding-top: 3px;
    }


    /*View Post*/
    .container-view-post {
        width: 820px;
        margin-left: 20px;
        padding: 20px 0 20px 0;
    }

    .img-btn-clip {
        width: 22px;
        height: 16px;
    }

    .lbl-target {
        font-size: 12px;
    }

    .tbl-view-post {
        width: 100% !important;
        border-collapse: collapse
    }

        .tbl-view-post > tbody > tr {
            height: 25px;
        }

            .tbl-view-post > tbody > tr > td {
                vertical-align: top;
                text-align: left;
            }

                .tbl-view-post > tbody > tr > td:nth-child(1) {
                }

    .img-tbl-view-post {
        width: 120px !important;
        height: 120px !important;
        border-radius: 10px;
    }

    .img-btn-view-post {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

    .div-post-detail {
        padding: 0;
        text-align: left;
    }

        .div-post-detail * {
            max-width: 100% !important;
        }

    .div-post-content {
        padding: 20px;
    }

    .tagline-view {
        display: table-cell;
        text-align: center;
        padding: 12rem 10%;
        vertical-align: middle;
        position: relative;
    }

    .div-ion-content-absolute {
        height: 0;
        padding: 0;
        margin: 0;
    }

    .div-post-button {
        float: right;
        margin-top: 22px;
    }

        .div-post-button .btn-circle {
            float: right;
            width: 40px;
            height: 40px;
            border-radius: 40px;
        }

        .div-post-button .btn-circle-img {
            height: 20px;
            width: 20px;
            max-height: 20px;
            max-width: 20px;
        }

        .div-post-button .btn-circle-div-text {
            letter-spacing: 2px;
            width: 110px;
            text-align: right !important;
            height: 40px;
        }

    /* Profile */
    .container-profile {
        width: 950px;
        margin: auto;
        padding: 20px 0 20px 0;
    }

    .tbl-profile {
        width: 100%;
        color: #333333 !important;
        font-size: 14px !important;
    }

        .tbl-profile .col1 {
            width: 430px;
            min-width: 430px;
            max-width: 430px;
            vertical-align: top;
        }

        .tbl-profile .col2 {
            width: auto;
            vertical-align: top;
        }

        .tbl-profile .col3 {
            width: 430px;
            min-width: 430px;
            max-width: 430px;
            vertical-align: top;
        }

        .tbl-profile input[type=text], .tbl-profile textarea {
            width: 426px;
            border: 1px solid rgb(191,191,191);
            margin-left: 4px;
            padding: 5px 3px 5px 3px;
        }

        .tbl-profile input[type=text] {
            height: 28px;
            font-size: 11px !important;
        }

        .tbl-profile textarea {
            resize: none;
            display: block;
            height: 100%;
            box-sizing: border-box;
            overflow-y: auto;
            word-wrap: break-word;
            -moz-user-select: text;
            -webkit-user-select: text;
            -ms-user-select: text;
        }

        .tbl-profile hr {
            border-color: rgb(191,191,191);
        }

        .tbl-profile .profile-span-title {
            font-weight: bold;
            margin: 0 0 20px 4px;
            line-height: 30px;
        }

        .tbl-profile .profile-span-content {
            margin: 0 10px 10px 0 !important;
            font-size: 14px;
            line-height: 20px;
            display: inline-block;
        }

        .tbl-profile .profile-span-content-border {
            border: 1px solid rgb(166, 166, 166);
            border-radius: 5px;
            padding: 1px 13px 1px 13px;
            margin-bottom: 4px !important;
        }

        .tbl-profile .profile-boss {
            text-decoration: underline;
        }

        .tbl-profile .btn-update-profile, .tbl-profile .btn-cancel {
            width: 120px;
            font-size: 10px;
        }

        .tbl-profile .btn-move-update-profile {
            width: 200px;
            font-size: 10px;
            padding: 0 !important;
            color: rgb(166, 166, 166);
        }

        .tbl-profile .col1-sub {
            width: 140px;
            min-width: 140px;
            vertical-align: top;
            text-align: center;
        }

        .tbl-profile .col2-sub {
            width: auto;
            vertical-align: top;
        }

        .tbl-profile .btn-circle-avatar {
            width: 110px;
            height: 110px;
            display: inline-block;
            border: 1px solid;
            border-color: rgb(233, 233, 233);
            border-radius: 110px;
            text-align: center;
            white-space: nowrap;
            font-size: 0;
            background-color: white;
        }

        .tbl-profile .btn-circle-img {
            height: 40px;
            width: 50px;
            max-height: 110px;
            max-width: 110px;
            vertical-align: middle;
        }

        .tbl-profile .btn-circle-img-avatar {
            height: 110px;
            width: 110px;
            border-radius: 110px;
        }

        .tbl-profile .div-profile-info-detail {
            border: 1px solid rgb(217, 217, 217);
            border-radius: 10px;
            padding: 15px;
        }

            .tbl-profile .div-profile-info-detail span {
                line-height: 17px;
            }

        .tbl-profile .div-btn-edit {
            display: block;
            vertical-align: bottom;
            bottom: 0;
            right: 0;
            float: right;
        }

            .tbl-profile .div-btn-edit .btn-circle {
                float: right;
                width: 40px;
                height: 40px;
                border-radius: 40px;
                border-width: 3px !important;
                border-color: rgb(234, 84, 31) !important;
            }

            .tbl-profile .div-btn-edit .btn-circle-img {
                height: 20px;
                width: 20px;
                max-height: 20px;
                max-width: 20px;
            }

            .tbl-profile .div-btn-edit .btn-circle-div-text {
                letter-spacing: 0;
                width: 140px;
                text-align: right !important;
                height: 40px;
                font-size: 10.5px !important;
                color: black;
            }

    .padding_left {
        padding: 0px 50px 0px 0px;
    }

    .td-align-justify {
        text-align-last: justify !important;
    }

    .btn-change-password {
        border: 1px solid rgb(191, 191, 191) !important;
        font-size: 11px !important;
        font-weight: bold;
    }

    /* Change Password*/
    .container-change-password {
        width: 500px;
        margin: auto;
        font-size: 11px;
        color: rgb(119,124,135);
    }

    .tbl-change-password {
        width: 500px;
    }

        .tbl-change-password .tbl-change-password-row {
            height: 40px;
            min-height: 40px;
        }

        .tbl-change-password .col1 {
            width: 160px;
            min-width: 160px;
            max-width: 160px;
            text-align: right;
            padding-right: 10px;
        }

        .tbl-change-password .col3 {
            width: 100px;
            min-width: 100px;
            max-width: 100px;
        }

        .tbl-change-password .form-control {
            width: 250px;
            min-width: 250px;
            max-width: 250px;
        }

        .tbl-change-password .btn-change-password, .tbl-change-password .btn-cancel {
            width: 120px;
            font-size: 10px !important;
            font-weight: bold !important;
            border: none !important;
        }

    .span-title-change-password {
        font-size: 13px;
    }

    /* CONTROL */
    input[type=checkbox].css-checkbox {
        position: absolute;
        z-index: -1000;
        left: -1000px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
    }

        input[type=checkbox].css-checkbox + label.css-label {
            padding-left: 35px;
            height: 20px;
            display: inline-block;
            line-height: 20px;
            background-repeat: no-repeat;
            background-position: 0 0;
            font-size: 12px;
            font-weight: 100;
            vertical-align: middle;
            cursor: pointer;
        }

        input[type=checkbox].css-checkbox:checked + label.css-label {
            background-position: 0 -20px;
        }

    label.css-label {
        background-image: url(/App/img/custom/ctr_checkbox.png);
        background-size: 20px 40px;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    a:active {
        box-shadow: none !important;
    }

    .ui-resizable-handle {
        transform: translate(4px,-24px);
    }

    /* OTHER */
    .selectable {
        -moz-user-select: text !important;
        -webkit-user-select: text !important;
        -ms-user-select: text !important;
        -o-user-select: text !important;
        user-select: text !important;
    }

    /* DROPDOWN SEARCH */
    .dropdown {
        width: 44px !important;
    }

    .dropdown-search {
        background-color: #D9D9D9;
        height: 28px;
        text-align: center;
        width: 44px;
        cursor: pointer;
        position: relative !important;
    }

    .input-search input {
        width: 200px;
        min-width: 200px;
        max-width: 200px;
    }

    .input-search input {
        background-color: #D9D9D9;
        height: 28px !important;
        padding: 0px 3px 0px 8px !important;
    }

    .search-menu::-webkit-input-placeholder {
        color: #aaaaaa;
    }

    .search-menu:-ms-input-placeholder {
        color: #aaaaaa;
    }

    .search-menu::-moz-placeholder {
        color: #aaaaaa;
    }

    .dropdown-item:visited {
        color: black;
    }

    .dropdown-item:link {
        color: #111111;
    }

    .dropdown-item:hover {
        text-decoration: none;
        opacity: 1;
    }

    .dropdown-item .img1 {
        width: 16px !important;
        margin-left: 16px;
        opacity: inherit;
    }

    .dropdown-item .img2 {
        width: 16px !important;
        margin-left: 16px;
        opacity: inherit;
    }

    .dropdown-item .img3 {
        width: 16px !important;
        height: 16px !important;
        margin-left: 8px;
        opacity: inherit;
    }

    .dropdown-item .img4 {
        width: 16px !important;
        margin-left: 16px;
        opacity: inherit;
    }

    .dropdown-item .img5 {
        width: 16px;
        height: 16px;
        margin-left: 8px;
        opacity: inherit;
    }

    .caret {
        position: absolute;
        border-top: 5px solid #F2F2F2;
        border-right: 3px solid transparent;
        border-left: 3px solid transparent;
        bottom: 2px;
        right: 2px;
    }

    .menu-search {
        background-color: rgb(238, 238, 238) !important;
        border: none !important;
        border-radius: unset !important;
        box-shadow: unset !important;
        min-width: 135px !important;
        padding: 0 !important;
        margin: 0 !important;
    }

        .menu-search span.value {
            margin-left: 16px !important;
        }

        .menu-search .dropdown-item {
            padding-top: 2px !important;
            padding-bottom: 2px !important;
        }

    /*Design My Clips Start*/
    .div-target div {
        text-align: left;
        padding-left: 30px;
        min-width: 150px;
    }

    .div-summary #img {
        padding-top: 8px;
        text-align: left;
        padding-left: 30px;
    }

    .div-summary #summary h3 {
        margin-top: 0;
        color: black;
        font-weight: bold;
        font-size: 22px;
    }

    .div-summary #summary {
        padding-top: 3px;
        text-align: left;
        margin-left: -30px;
        color: #8b8b8b;
        padding-right: initial;
    }

    .div-action {
        text-align: right;
        margin-top: -10px !important;
        padding-bottom: 12px;
    }

        .div-action div a {
            margin-right: 10px;
        }

            .div-action div a img {
                width: 15px;
                padding-top: 3px;
                padding-left: 1px;
                padding-right: 1px;
            }

        .div-action div span {
            font-size: 12px;
        }

    .my-clips {
        margin-bottom: -15px;
        width: 500px;
    }

        .my-clips span {
            color: rgb(234, 84, 31);
            margin-left: -5px;
            font-size: 16px;
        }

    /*Design My Clips End*/

    /*Category & Tag*/
    .div-action-cate {
        text-align: right;
        margin-top: -10px !important;
        padding-bottom: 12px;
        position: relative;
    }

        .div-action-cate div div a {
            margin-right: 10px;
        }

        .div-action-cate div div span {
            font-size: 12px;
            vertical-align: middle;
        }

    .div-clip {
        min-width: 25px;
        width: 25px;
        min-height: 25px;
        padding-right: 45px;
        float: right;
        padding-left: 5px;
    }

        .div-clip a img {
            width: 15px;
            padding-top: 3px;
            padding-left: 1px;
            padding-right: 1px;
        }

    /* Profile-init */
    .pro-init {
        width: 400px;
        height: 40px;
        background: white;
        border-color: rgb(217, 217, 217);
        border-radius: 5px;
        border-width: 1px;
        color: rgb(166, 166, 166);
        border-style: solid;
    }

    /* Profile step 1*/
    .tbl-new-profile1 {
        width: 100%;
        font-size: 11px !important;
        color: black !important;
    }

        .tbl-new-profile1 .btn {
            font-weight: bold;
        }

        .tbl-new-profile1 .btn-circle-avatar {
            width: 110px;
            height: 110px;
            display: inline-block;
            border: 1px solid;
            border-color: rgb(233, 233, 233);
            border-radius: 110px;
            text-align: center;
            white-space: nowrap;
            font-size: 0;
            background-color: white;
        }

        .tbl-new-profile1 .btn-circle-img {
            height: 40px;
            width: 50px;
            max-height: 110px;
            max-width: 110px;
            vertical-align: middle;
        }

        .tbl-new-profile1 .btn-circle-img-avatar {
            height: 110px;
            width: 110px;
            border-radius: 110px;
        }

        .tbl-new-profile1 .col1 {
            width: 150px;
            min-width: 150px;
            max-width: 150px;
            vertical-align: top;
            padding: 7px 5px 5px 5px;
        }

        .tbl-new-profile1 .col2 {
            width: 400px;
            min-width: 400px;
            max-width: 400px;
            vertical-align: top;
            padding: 7px 5px 5px 5px;
        }

        .tbl-new-profile1 .col3 {
            width: 400px;
            min-width: 400px;
            max-width: 400px;
            vertical-align: top;
            padding: 7px 5px 5px 5px;
        }

        .tbl-new-profile1 .col1-sub {
            width: 140px;
            min-width: 140px;
            vertical-align: top;
            padding-top: 10px;
        }

    .profile-area {
        border: 1px solid;
        border-color: rgb(217, 217, 217);
        border-radius: 5px;
        width: 350px;
        min-width: 350px;
        max-width: 350px;
        height: 170px;
        padding: 5px;
        font-size: 10px;
    }

    .text-title {
        color: rgb(234, 84, 31);
        font-weight: bold;
        padding-left: 4px;
    }

    .tbl-new-profile1 .text-title {
        padding-left: 8px;
    }

    .div-next {
        background-color: white !important;
        bottom: 0;
        right: 45px;
        position: absolute;
    }

    .btn-next {
        min-height: 27px;
        min-width: 120px;
        width: 120px;
        background: white;
        border-color: rgb(217, 217, 217);
        border-radius: 5px;
        border-width: 1px;
        color: rgb(234, 84, 31);
        border-style: solid;
        font-weight: bold;
    }

    .step2, .step3 {
        display: none;
    }

    /*step 2*/
    .tbl-new-profile2 {
        width: 100%;
        font-size: 11px !important;
        color: black !important;
    }

        .tbl-new-profile2 .btn {
            font-weight: bold;
        }

        .tbl-new-profile2 .col1, .tbl-new-profile2 .col2, .tbl-new-profile2 .col3 {
            width: 315px;
            min-width: 315px;
            max-width: 315px;
            vertical-align: top;
            padding-top: 7px;
            padding-right: 14px;
        }

    .profile-text2 {
        border: 1px solid;
        border-color: rgb(217, 217, 217);
        border-radius: 5px;
        width: 260px;
        height: 26px;
        font-size: 10px;
        padding: 5px;
    }

    .btn-add {
        min-height: 25px;
        min-width: 36px;
        width: 36px;
        background: rgb(234, 84, 31);
        border-radius: 5px;
        color: white;
        box-shadow: none;
        border: none;
        font-size: 10px;
        display: inline;
        font-weight: bold;
    }

    .text-disable {
        padding: 20px 0px 0px 5px !important;
        color: rgb(127, 127, 127);
    }

    /*Add*/
    .iconDrop {
        position: absolute;
        font-size: 10px;
        vertical-align: super;
        padding: 0px 2px;
        display: inline;
        top: 0px;
        right: 0px;
        cursor: pointer;
    }

    .wrap {
        position: relative;
        padding: 4px 15px 4px 15px;
        border: 1px solid #ccc;
        border-radius: 4px;
        margin: 0 0 4px 4px;
        display: inline-block;
        height: 28px;
    }

    /*step 3*/
    .tbl-new-profile3 {
        width: 400px;
        font-size: 11px !important;
        color: black !important;
    }

        .tbl-new-profile3 .btn {
            font-weight: bold;
        }

        .tbl-new-profile3 .col1 {
            width: 315px;
            min-width: 315px;
            max-width: 315px;
            vertical-align: top;
            padding-top: 7px;
        }

    .profile-text3 {
        border: 1px solid;
        border-color: rgb(217, 217, 217);
        border-radius: 5px;
        width: 430px;
        height: 26px;
        font-size: 10px;
        padding: 5px;
    }

    .div-register {
        background-color: white !important;
        bottom: 0;
        right: 0px;
        position: absolute;
    }

    .btn-register {
        min-height: 25px;
        min-width: 120px;
        width: 120px;
        background: rgb(234, 84, 31);
        border-radius: 5px;
        color: white;
        box-shadow: none;
        border: none;
        font-weight: bold;
        font-size: inherit !important;
    }

    /* Validate */
    .alert {
        background: none !important;
        border: none !important;
        text-shadow: none !important;
        box-shadow: none !important;
        padding: 5px 5px 0 5px !important;
    }
}

@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */
}

@media (min-width:1281px) { /* hi-res laptops and desktops */
}