﻿/* THEME */
@media only screen and (min-width:961px) { /* tablet, landscape iPad, lo-res laptops ands desktops */
    .ionic-footer a {
        color: rgb(119, 124, 135) !important;
    }

        .ionic-footer a:hover {
            color: rgb(119, 124, 135) !important;
        }

    .ionic-header-color {
        background-color: #eaeaea !important;
    }

    .ionic-header-color-menu {
        background-color: rgb(234, 84, 31) !important;
    }

    .header-span-title-color {
        color: rgb(234, 84, 31) !important;
    }

    .menu-span-color {
        color: #111111 !important;
        font-size: 16px;
        font-weight: bold;
    }

    .div-login-forgot-pasword a {
        color: rgb(234, 84, 31) !important;
    }

        .div-login-forgot-pasword a:hover {
            color: rgb(234, 84, 31) !important;
        }

    .btn-clip-color {
        background-color: rgb(234, 84, 31) !important;
        color: rgb(255, 255, 255) !important;
        border-radius: 50%;
        width: 30px;
        height: 30px;
    }

    .btn-view-post-color-white {
        color: rgb(127, 127, 127) !important;
    }

        .btn-view-post-color-white:hover {
            color: rgb(127, 127, 127) !important;
        }

        .btn-view-post-color-white > .btn-circle {
            border: 1px solid rgb(234, 84, 31) !important;
            border-color: rgb(234, 84, 31);
            background-color: rgb(255, 255, 255) !important;
            color: rgb(234, 84, 31) !important;
        }

    .btn-view-post-color-orange {
        color: rgb(127, 127, 127) !important;
    }

        .btn-view-post-color-orange:hover {
            color: rgb(127, 127, 127) !important;
        }

        .btn-view-post-color-orange > .btn-circle {
            border-color: #F9885A;
            background-color: #F9885A;
        }

    .lbl-target-color {
        color: #8b8b8b !important;
        font-size: 13px;
    }

    .btn-signin-color {
        background-color: #F9885A !important;
        color: #ffffff !important;
    }

    .btn-office365-color {
        background-color: rgb(255, 255, 255) !important;
        color: #eb5521 !important;
    }

        .btn-office365-color:hover {
            background-color: rgb(255, 255, 255) !important;
            color: rgb(234, 84, 31) !important;
        }

    .btn-signup-color {
        background-color: rgb(234, 84, 31) !important;
        color: rgb(255, 255, 255) !important;
    }

    .postDetail-tags a {
        color: rgb(234, 84, 31) !important;
    }

        .postDetail-tags a:hover {
            color: rgb(234, 84, 31) !important;
        }

    /* Profile, Change Password */
    .profile-span-title-color, .profile-boss-color {
        color: rgb(234, 84, 31) !important;
    }

    .btn-change-password-color {
        background-color: rgb(255,255,255) !important;
        color: rgb(234, 84, 31) !important;
    }

        .btn-change-password-color:hover {
            color: rgb(234, 84, 31) !important;
        }

    .tbl-change-password .btn-change-password-color {
        background-color: rgb(234, 84, 31) !important;
        color: rgb(255,255,255) !important;
    }

        .tbl-change-password .btn-change-password-color:hover {
            color: rgb(255,255,255) !important;
        }

    .btn-update-profile-color {
        background-color: rgb(234, 84, 31) !important;
        color: rgb(255, 255, 255) !important;
    }

    .btn-move-update-profile-color {
        color: rgb(166, 166, 166) !important;
    }

        .btn-move-update-profile-color:hover {
            color: rgb(166, 166, 166) !important;
        }

    .btn-cancel-color {
        background-color: rgb(191, 191, 191) !important;
        color: rgb(255, 255, 255) !important;
    }

    .span-title-change-password-color {
        color: rgb(234, 84, 31) !important;
    }
}