﻿/*
 >  Dynamic Echo Cycle ©
 >  http://www.daiereh.com
 >  Total IT Solutions
 
 >> version 1.1
 >> date: 2018-10-07

*/

.fixedContactHolder {
    position: fixed;
    display: inline-block;
    z-index: 10000;
    bottom: 0;
}

.fcTopRight {
    left: 100%;
    right: auto;
    top: 25%;
}

.fcTopLeft {
    left: auto;
    right: 100%;
    top: 25%;
}

.fcBottomRight {
    left: 100%;
    right: auto;
    top: 60%;
}

.fcBottomLeft {
    left: auto;
    right: 100%;
    top: calc(50% - 60px);
}

.fcMiddleRight {
    left: 100%;
    right: auto;
    top: calc(50% - 60px);
}

.fcMiddleLeft {
    left: auto;
    right: 100%;
    top: calc(50% - 60px);
}


    .fcMiddleLeft.fcQuickMenu {
        top: calc(35% - 60px);
    }

.fixedContact {
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    width: 300px;
    height: 150px;
    background-color: #F5F5F5;
    z-index: 10;
    /*transition: all 0.5s ease 0s;*/
    text-align: center;
    max-width: calc(100vw - 40px);
    font-family: IRANSansWeb, Tahoma;
    border: 1px solid #b3b3b3;
    border-radius: 4px;
}

.fcTableG .fixedContact,
.fcPropGroup .fixedContact,
.fcQuickMenu .fixedContact {
    width: 170px;
    min-height: 150px;
    height: auto;
    max-height: 100%;
    border-radius: 4px 0 4px 4px;
}

.fcPropGroup .fixedContact {
    width: 236px;
    min-height: 150px;
    height: 100%;
}

/*.fixedContact.fcOpen {
        right: 0;
    }*/

.fcToggle {
    position: absolute;
    left: -35px;
    right: auto;
    top: -1px;
    width: 35px;
    height: 150px;
    background-color: transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .fcToggle img {
        max-height: 100%;
    }

.fcBottomLeft .fcToggle,
.fcMiddleLeft .fcToggle,
.fcTopLeft .fcToggle {
    left: auto;
    right: -35px;
}

.fcToggle span {
    -webkit-transform: translate(-4px, 260%) rotate(-90deg);
    -moz-transform: translate(-4px, 260%) rotate(-90deg);
    -ms-transform: translate(-4px, 260%) rotate(-90deg);
    -o-transform: translate(-4px, 260%) rotate(-90deg);
    transform: translate(-4px, 260%) rotate(-90deg);
    color: #FFF;
    display: inline-block;
    white-space: nowrap;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    text-align: left;
    left: 4px;
    right: auto;
    top: 0;
    bottom: auto;
}

.fcTopLeft .fcToggle span,
.fcMiddleLeft .fcToggle span,
.fcBottomLeft .fcToggle span {
    -webkit-transform: translate(-8px, 229%) rotate(90deg);
    -moz-transform: translate(-8px, 229%) rotate(90deg);
    -ms-transform: translate(-8px, 229%) rotate(90deg);
    -o-transform: translate(-8px, 229%) rotate(90deg);
    transform: translate(-8px, 229%) rotate(90deg);
}

.fcContent {
    height: 100%;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

    .fcContent:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em;
    }

    .fcContent > * {
        display: inline-block;
        vertical-align: middle;
    }

.fcTwoColumn .fcContent {
    width: 48%;
    display: inline-block;
}

.fcIcon {
    max-width: 24px;
    vertical-align: middle;
    margin-bottom: 6px;
}

.fcLink:visited,
.fcLink:link {
    color: #247F9E;
    font-size: 14px;
}

.fcLink:hover {
    color: #2685ff;
    /*border-bottom: 1px solid;*/
    text-decoration: underline;
}

.tgItems,
.propGroups,
.qmBtns {
    margin: 0;
    padding: 10px 17px 10px 8px;
    list-style: none;
    text-align: right;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    max-height: 100%;
}

.tgItems {
    direction: rtl;
    padding: 10px 11px 10px 8px;
}

    .tgItems li {
        height: 23px;
        padding: 4px 26px 1px 0;
        background: transparent scroll no-repeat center right;
        -webkit-background-size: 22px 22px;
        -moz-background-size: 22px 22px;
        -o-background-size: 22px 22px;
        background-size: 22px 22px;
        white-space: nowrap;
        overflow: hidden;
        font-size: 15px;
        cursor: default;
    }

.propGroups {
    padding: 20px 17px 10px 17px;
}

.qmBtn {
    padding: 5px;
}

    .qmBtn p {
        margin: 2px 0 3px;
        padding-right: 2px;
    }

.qmIcon {
    padding-right: 40px;
    min-height: 40px;
    background: transparent scroll no-repeat bottom right;
    -webkit-background-size: 35px 35px;
    -moz-background-size: 35px 35px;
    -o-background-size: 35px 35px;
    background-size: 35px 35px;
    cursor: pointer;
    color: #666;
    position: relative;
    border-left: 2px solid transparent;
}

    .qmIcon:hover {
        border-left-color: rgba(0, 0, 0, 0.1);
    }

    .qmIcon:hover {
        color: #29ABE2;
    }

    .qmIcon span {
        position: absolute;
        display: block;
        top: auto;
        right: 38px;
        left: 0;
        bottom: 0;
    }
