/*html,body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
}*/

.chart-container {
    direction: ltr;
    position: relative;
    display: inline-block;
    top: 10px;
    left: 10px;
    height: 420px;
    width: calc(100% - 24px);
    border: 2px dashed #aaa;
    border-radius: 5px;
    overflow: auto;
    text-align: center;
}

.home-link {
    margin-top: 20px;
    margin-right: 20px;
    float: right;
}

    .home-link a {
        font-size: 36px;
        color: #d43f3a;
        text-decoration: none;
    }

        .home-link a:hover {
            text-shadow: 0 0 6px #d43f3a;
        }

            .home-link a:hover + i {
                animation: jump 0.6s ease infinite;
                -webkit-animation: jump 0.6s ease infinite;
            }

@keyframes jump {
    0% {
        top: 0px;
    }

    50% {
        top: -6px;
    }

    100% {
        top: 6px;
    }
}

@-webkit-keyframes jump {
    0% {
        top: 0px;
    }

    50% {
        top: -6px;
    }

    100% {
        top: 6px;
    }
}

.home-link i {
    position: relative;
    font-size: 48px;
    color: #fff;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}
/*Add by M.Ghadimi*/
.oc-export-btn {
    font-family: BYekan;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 600; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 9% auto; /* 15% from the top and centered */
    /*padding: 20px;*/
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    border-radius: 8px;
    position: relative;
    height: 500px;
    overflow-x: hidden
}

/*.cke_reset {
    display: none
}*/

.main-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fefefe;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    max-height: 300px;
    overflow-y: auto;
    z-index: 200;
    border-radius: 8px;
    overflow-x: hidden;
}

/* The Close Button */
.close {
    font-size: 28px;
    font-weight: bold;
    width: 100%;
    display: block;
    position: sticky;
    background: #fff;
    color: #222;
    padding: 1.6rem;
    top: 0;
    z-index: 1000;
    border-radius: 5px 5px 0 0 ;
    border-bottom:1px solid #ddd 
}

    .close span {
        position: absolute;
        top: 30%;
        cursor:pointer
    }

.main-modal-content .modalContent {
    padding: 15px
}



.editeClose {
    position: sticky;
    top: 0
}

.modal-content p {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.modal-content span.editeClose {
    margin-bottom: 0 !important
}

    .modal-content span.editeClose span {
        position: absolute;
        top: 9%;
        right: 20px;
    }

.main-modal-content .close {
    padding-bottom: 20px;
}



.cke_chrome {
    margin-top: 20px;
}

.close-save {
    margin-right: 5px
}
