@import url('fonts.css');

html,
body {
    min-height: 100%
}

.layout-boxed html,
.layout-boxed body {
    height: 100%
}

body {
    overflow-x: hidden;
    overflow-y: visible;
    color: #374767;
    background-color: #f1f3f6;
    font-family: Yekan, Tahoma;
}

.wrapper {
    min-height: 100%;
    position: relative;
    padding-bottom: 50px;
}

    .wrapper:before,
    .wrapper:after {
        content: " ";
        display: table
    }

    .wrapper:after {
        clear: both
    }

.mb-0 {
    margin-bottom: 0 !important;
}

.ms-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.ms-4 {
    margin: 0 4px !important;
}

.ml-4 {
    margin-left: 4px !important;
}

.ps-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.rtl {
    direction: rtl !important
}

.ltr {
    direction: ltr !important
}

input.ltr::placeholder {
    direction: rtl !important
}

.modal-botton {
    margin: 0 0 0 3px !important;
    display: inline-block !important;
}

.align-center {
    text-align: center !important;
}

.align-justify {
    text-align: justify !important;
}

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}

.border_red {
    border: 1px solid red !important;
}

.border_red_color {
    border-color: #000 !important;
}

.border_orange {
    border: 1px solid orange !important;
}

.error_txt {
    font-size: 18px;
}

.profile_img {
    max-width: 30% !important;
}

.mw100 {
    max-width: 100% !important;
}

.line-height30 {
    line-height: 30px;
}

.table-cell {
    display: table-cell;
}

.flex {
    display: inline-flex;
}

.cursor-default {
    cursor: default;
}

.cursor-pointer {
    cursor: pointer;
}

.block, .showHide {
    display: block !important;
}

.showHide1 {
    display: inline-block !important;
}

.relative {
    position: relative !important;
}

.none {
    display: none !important;
}

.width110 {
    width: 110px !important;
}

.minHeightUnset {
    min-height: unset !important
}

.w400 {
    font-weight: normal !important
}

::placeholder {
    text-align: right !important;
}

.font10 {
    font-size: 10px !important;
}

.font11 {
    font-size: 11px !important;
}

.font12 {
    font-size: 12px !important;
}

.font13 {
    font-size: 13px !important;
}

.font14 {
    font-size: 14px !important;
}

.font15 {
    font-size: 15px !important;
}

.font16 {
    font-size: 16px !important;
}

.font18 {
    font-size: 18px !important;
}

.font20 {
    font-size: 20px !important;
}

.new_tag {
    position: absolute;
    left: 19px;
    top: 29px;
    border-radius: 3px !important;
    min-width: unset !important;
    width: 26px !important;
    height: 26px !important;
    padding: 0;
    z-index: 10;
}

#captchaimg {
    position: absolute;
    left: 26px;
    margin: 1px;
}



.tds-center, .tds-center + td, .tds-center + td + td, .tds-center + td + td + td, .tds-center + td + td + td + td, .tds-center + td + td + td + td + td, .tds-center + td + td + td + td + td + td, .tds-center + td + td + td + td + td + td + td, .tds-center + td + td + td + td + td + td + td + td, .tds-center + td + td + td + td + td + td + td + td + td {
    text-align: center;
}

.table-row-border {
    background: #ccc;
}

    .table-row-border td {
        height: 0 !important;
        padding: 0 !important;
    }


.link {
    cursor: pointer;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

    .link:hover {
        color: #337ab7 !important;
    }

.select_off, .select_off p {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    cursor: default !important;
}

.oneline_txt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    direction: rtl;
}

.option-btn {
    font-size: 14px;
    font-weight: bold;
    color: #337ab7;
    text-shadow: 0px 0px 2px #ffffff;
    line-height: 29px;
    border: 1px solid #337ab7;
    padding: 1px 9px 4px;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    margin-left: 1px;
    margin-top: 1px;
    margin-right: 3px;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

    .option-btn:hover, .option-btn.active {
        background: #337ab7;
        border: 1px solid #225a8a;
        color: white;
        text-shadow: 0px 0px 2px #225a8a;
    }

    .option-btn i {
        vertical-align: -3px;
        font-size: 16px;
        font-weight: normal;
        margin-left: 3px;
    }


.itemPicGallery {
    height: 118px;
    width: 118px;
    display: block;
    margin-left: 8px;
    margin-top: 5px;
    margin-bottom: 6px;
    background-size: cover !important;
    float: right;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

    .itemPicGallery:hover {
        opacity: 0.8;
    }

#modal_block iframe {
    width: 100% !important;
    height: 230px;
    margin-top: 8px;
}



.sort_btn {
    cursor: pointer;
    display: inline-block;
    width: 11px;
    font-size: 12px;
    font-weight: normal;
    margin-right: 2px;
    vertical-align: -1px;
    margin-bottom: -1px;
    position: relative;
}

    .sort_btn:after {
        content: "\f0dc";
        font-family: FontAwesome;
        display: block;
        position: absolute;
        left: 2px;
        top: 0px;
        z-index: 0;
        color: #dedede;
    }

    .sort_btn i {
        z-index: 1;
        position: relative;
    }

.output-group {
    display: block;
    float: left;
    padding-top: 15px;
    padding-left: 15px;
}


.inline_detail {
    cursor: pointer;
    display: block;
    position: relative;
    padding-left: 18px;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

    .inline_detail:after {
        content: "\f0f6";
        font-family: FontAwesome;
        opacity: 0;
        float: left;
        position: absolute;
        top: 0;
        left: 0;
        margin-right: 6px;
        -moz-transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    .inline_detail.detail:after {
        opacity: 1;
    }

    .inline_detail:hover:after {
        opacity: 1;
    }

/************* Box Hidden */
.box-hidden {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
/* ====== */



/************* Ajax Uploading Files */
.active-panel {
    cursor: pointer !important;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

    .active-panel:hover {
        opacity: 0.7;
    }
/* ====== */



/************* Ajax Uploading Files */
.drop_file_zone {
    background-color: #f9f9f9;
    border: #ccc 1px dashed;
    border-radius: 4px;
    width: 100%;
    padding: 15px 8px;
    font-size: 18px;
    text-align: center;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    cursor: default !important;
}

.drag_upload_file {
    margin: 0 auto;
}

    .drag_upload_file p {
        text-align: center;
        font-size: 17px;
        margin: 0;
    }

    .drag_upload_file h6 {
        margin: 8px 0 10px;
    }

    .drag_upload_file input {
        font-size: 15px;
    }

    .drag_upload_file .selectfile {
        display: none;
    }


.labelField {
    display: block;
    position: absolute;
    left: 33px;
    bottom: 3px;
    color: #7e1b3f;
    padding: 4px 5px;
}


/************* Profile Pic Preview */
#profilePic-preview, #partnerProfilePic-preview, #icon-preview, #img-preview, #introduce-preview, #music_file-preview {
    /*height: 114px;*/
    margin-top: 25px;
    display: flex;
}

#screenshot-preview, #slideimage-preview, #adsimage-preview {
    height: auto;
    display: block;
    position: relative;
    width: 100%;
}

#profilePic-preview div, #partnerProfilePic-preview div, #icon-preview div, #img-preview div, #introduce-preview div, #music_file-preview div {
    display: block;
    height: 114px;
    position: relative;
    float: right;
    margin-left: 10px;
}

#screenshot-preview div {
    display: block;
    position: relative;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    width: calc(25% - 7.49999px);
}

#slideimage-preview div {
    display: block;
    position: relative;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    width: calc(50% - 5px);
    background: #efefef;
    border-radius: 4px;
    text-align: center;
}

#adsimage-preview div {
    display: block;
    position: relative;
    float: right;
    width: 100%;
    background: #efefef;
    border-radius: 4px;
    text-align: center;
}

#screenshot-preview div:nth-child(4n) {
    margin-left: 0;
}

#slideimage-preview div:nth-child(2n) {
    margin-left: 0;
}

#profilePic-preview div img, #partnerProfilePic-preview div img, #icon-preview div img, #img-preview div img, #introduce-preview div img, #music_file-preview div img {
    max-height: 100%;
    border-radius: 4px;
    border: 1px solid #ccc;
}

#screenshot-preview div img, #slideimage-preview div img {
    max-width: 100%;
    border-radius: 4px;
    border: 1px solid #ccc;
    max-height: 250px;
    background: blanchedalmond;
}

#adsimage-preview div img {
    max-width: 100%;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: blanchedalmond;
}

#profilePic-preview div i, #partnerProfilePic-preview div i, #screenshot-preview div i, #slideimage-preview div i, #adsimage-preview div i, #icon-preview div i, #img-preview div i, #introduce-preview div i, #music_file-preview div i {
    cursor: pointer;
    background: #cccccc;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    position: absolute;
    left: -7px;
    top: -7px;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

    #profilePic-preview div i:hover, #partnerProfilePic-preview div i:hover, #screenshot-preview div i:hover, #slideimage-preview div i:hover, #adsimage-preview div i:hover, #icon-preview div i:hover, #img-preview div i:hover, #introduce-preview div i:hover, #music_file-preview div i:hover {
        background-color: #dc1515;
    }
/* ====== */



/************* Ajax Field Search Select */
.ajax-field {
    min-height: 34px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: text;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    /* display: inline-block; */
    padding-bottom: 1px;
}

    .ajax-field.focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    }

    .ajax-field input {
        width: calc(100% - 32px);
        border: none;
        border-radius: 4px;
        color: #555;
        height: 32px;
        background: none;
        font-size: 14px;
        padding: 6px 12px;
        position: absolute;
        left: 16px;
        bottom: 1px;
        /* top: 26px; */
        z-index: 9;
    }

        .ajax-field input:focus {
            outline: none !important;
        }

        .ajax-field input::placeholder {
            color: #999999;
        }

.none_placeholder::placeholder {
    opacity: 0 !important;
}

.ajax-field span {
    float: right;
    background: #7e1b3f;
    z-index: 10;
    position: relative;
    margin: 3px 3px 2px 2px;
    border-radius: 3px;
    border: 1px solid #4c001c;
    height: 26px;
    padding: 3px 8px 0 4px;
    color: #fff;
    font-size: 13px;
    cursor: default;
}

    .ajax-field span button {
        background: none;
        border: 0;
        width: auto;
        padding: 0;
        float: left;
    }

        .ajax-field span button:focus {
            outline: none !important;
        }

    .ajax-field span i {
        content: "\f00d";
        font-family: fontAwesome;
        float: left;
        margin-right: 7px;
        font-size: 10px;
        padding-top: 3px;
        cursor: pointer;
        outline: none;
        color: #ca5781;
        -moz-transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }

        .ajax-field span i:hover {
            color: #3a0015;
        }

    .ajax-field span.readyDelete {
        background: #580020;
    }

.ajax-result-list {
    display: none;
    background: white;
    border: 1px solid #1e90ff;
    position: absolute;
    z-index: 999;
    width: calc(100% - 30px);
    height: 140px;
    right: 15px;
    bottom: -151px;
    overflow-y: auto;
    border-radius: 4px;
    padding: 0;
}

    .ajax-result-list p {
        display: block;
        line-height: 16px;
        padding: 8px 12px 0px;
        font-weight: bold;
        color: red;
    }

    .ajax-result-list li {
        display: block;
        cursor: pointer;
        list-style: none;
        line-height: 26px;
        padding: 3px 12px 2px;
        -moz-transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }

        .ajax-result-list li:hover, .ajax-result-list li:focus, .ajax-result-list li:active, .selectOption {
            background: #eaeaea !important;
        }

        .ajax-result-list li.selected {
            background: #f9f9f9;
            color: #bbb;
            cursor: default;
        }

            .ajax-result-list li.selected:after {
                content: "\f00c";
                font-family: fontAwesome;
                float: left;
                line-height: 27px;
            }

.select_limit {
    position: absolute;
    left: 14px;
    top: 2px;
    color: #bbb;
    direction: rtl;
    display: block;
    font-size: 13px;
    line-height: 12px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding: 2px 4px;
    cursor: default;
}

    .select_limit dd {
        display: inline-block;
        line-height: 12px;
        vertical-align: -1px;
        font-size: 13px;
    }
/* ====== */


/************* Inline Editing */
.inline_edit {
    cursor: pointer;
    display: block;
    position: relative;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

    .inline_edit:after {
        content: "\f044";
        font-family: FontAwesome;
        opacity: 0;
        float: left;
        position: absolute;
        top: 0;
        left: 0;
        margin-right: 6px;
        -moz-transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    .inline_edit:hover:after {
        opacity: 1;
    }

    .inline_edit.edit {
        padding-left: 45px;
    }

        .inline_edit.edit:hover:after {
            opacity: 0;
        }

    .inline_edit input {
        width: 100%;
        margin: -2px 0px;
        border-width: 0 0 1px 0;
        background: none;
        -moz-transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

        .inline_edit input:focus {
            border-color: #7e1b3f;
        }

        .inline_edit input:focus, .inline_edit button:focus, .inline_edit button:active {
            outline: none !important;
        }

    .inline_edit .btn-circle {
        width: 20px !important;
        height: 20px !important;
        line-height: unset;
        padding: 1px 0px;
        position: absolute;
        top: 0.2px;
        z-index: 2;
    }

    .inline_edit .inline_save {
        left: 20px;
    }

    .inline_edit .inline_cancel {
        left: -2px;
    }

/*******/
.fieldCell {
    width: 100%;
    margin: -2px 0px;
    border-width: 0 0 1px 0;
    border-color: #e2e2e2;
    background: none;
}

    .fieldCell:focus {
        border-color: #af8ff3;
        outline: none !important;
    }

/* ====== */



/************* List Content */
#list_content {
    background: #fff;
}

#list_loading {
    width: calc(100% - 40px);
    padding: 25px 0 0;
    text-align: center;
    display: none;
    position: absolute;
}

    #list_loading img {
        display: block;
        margin: 0 auto;
    }

    #list_loading span {
        margin: 4px 0 0 0;
        display: block;
        text-align: center;
        font-size: 13px;
        color: #656565;
    }

@media print {
    .main-sidebar, .sidebar, .main-header, .breadcrumb, .main-footer,
    #tbl_head th:last-child, #tbl_list tr td:last-child, .nav-tabs li,
    #toTop, #tab-add, #modal_block, #toTop {
        display: none !important;
    }

        #list_content, .nav-tabs li:first-child {
            display: block !important;
        }

    .col-xs-12 {
        padding: 0 !important;
    }

    .content-wrapper {
        width: 100%;
        margin-right: 0 !important;
        padding: 0;
        min-height: unset !important;
    }
}
/* ====== */


/************* Search Form */
#search_block {
    background: #f9f9f9;
    border: 1px solid #eaeaea;
    padding: 15px 15px 0 15px;
    margin-bottom: 20px;
    position: relative;
    display: none;
}

    #search_block .close {
        position: absolute;
        left: 14px;
        top: 11px;
        line-height: 14px;
    }

        #search_block .close span {
            line-height: 14px !important;
            margin: 0;
        }
/* ====== */



/************* Form Style */
fieldset {
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    padding: 0px;
    margin: 15px 15px;
}

    fieldset legend {
        display: block;
        padding: 2px 5px 6px;
        margin-right: 10px;
        margin-bottom: 6px;
        font-size: 14px;
        color: #a5a5a5;
        border: 0;
        width: unset;
    }
/* ====== */


.btn-tooltip {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

    .btn-tooltip i {
        width: 30px;
        height: 28px;
        display: block;
        margin: 0px -10px;
        line-height: 28px;
    }

.field_req {
    color: #E5343D !important;
    font-size: 10px;
    margin-right: 2px;
}

.user-profile {
    display: block;
    max-width: 150px;
    max-height: 150px;
    border-radius: 3px;
    margin: 1px 0 5px;
}

.i-check input {
    width: 18px;
    height: 18px;
    vertical-align: -5px;
}

.navigation {
    margin: 15px 0 0 0;
}

.navigation-title {
    float: right;
    line-height: 34px;
    margin: 15px 0 0 10px;
    font-weight: bold;
}

.navigation-limition {
    display: block;
    float: left;
}

    .navigation-limition form {
        float: left;
        margin-top: 15px;
    }

.form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}

.form-control[disabled] {
    background-color: #eee;
    opacity: 1;
}

.form-control[type=number], .form-control2[type=number] {
    padding-left: 2px;
    padding-right: 7px;
}

.form-control1 {
    display: inline-block;
    width: calc(100% - 110px);
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .form-control1 + .btn,
    .form-control1 + .btn + .btn {
        width: 108px;
        padding: 0;
        line-height: 32px;
        border-radius: 4px;
        float: left;
        display: inline-block;
        margin-right: 2px;
    }

select.form-control {
    height: 34px;
    padding: 1px 10px;
    font-size: 13px;
    color: #555;
}

.form-control2 {
    display: inline-block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .form-control2:nth-child(1) {
        width: 44px;
    }

    .form-control2:nth-child(2) {
        width: 44px;
    }

    .form-control2:nth-child(3) {
        width: 57px;
    }

#payment_table td {
    text-align: center;
}

.input-ico {
    position: absolute;
    display: block;
    z-index: 10;
    line-height: 32px;
    bottom: 0;
    left: 23px;
    color: #797992;
    font-size: 16px;
}

.pointer_hover:hover, .pointer {
    cursor: pointer;
}

.critical_row {
    color: #e80000;
    background: #fff2f2;
}

    .critical_row:hover {
        background: #f5f5f5;
    }

    .critical_row a {
        color: #750000;
    }

        .critical_row a:hover {
            color: #cc6161;
        }


#contract_detail_result {
    display: block;
    overflow: auto;
    height: 150px;
}

#order_items {
    padding: 0 0 0 6px
}

.item_selected_list {
    float: right;
    font-size: 13px;
    border: 1px solid #27805b;
    padding: 5px 6px;
    margin: 6px 6px 0px 0px;
    border-radius: 3px;
    background: #c1ffd4;
    color: #005431;
    cursor: default;
}

    .item_selected_list i {
        font-size: 16px;
        line-height: 10px;
        vertical-align: -2px;
        margin: 0 2px;
        cursor: pointer;
    }

        .item_selected_list i.fa-pencil-square-o {
            vertical-align: -3px;
            font-size: 15px;
        }

        .item_selected_list i:hover {
            color: #7e1b3f;
        }

.item_selected_list_off {
    float: right;
    font-size: 13px;
    border: 1px solid #bdbdbd;
    padding: 5px 6px;
    margin: 0px 6px 0px 0px;
    border-radius: 3px;
    background: #eaeaea;
    color: #949494;
    cursor: default;
}

.item_selected_list:hover {
    cursor: default;
}

.item_selected_list:last-child {
    margin: 6px 6px 6px 0px;
}

.modal-body-body label {
    font-size: 14px;
    font-weight: normal;
    color: #005428;
}

.top-row-contract {
    font-size: 13px;
    line-height: 29px;
    color: #fff;
}

    .top-row-contract span {
        background: #159286;
        border: 1px solid #fff;
        width: 10%;
        display: inline-block;
        text-align: center;
    }

        .top-row-contract span + span {
            width: 25%;
        }

            .top-row-contract span + span + span {
                width: 25%;
            }

                .top-row-contract span + span + span + span {
                    width: 40%;
                }

.contract-result-row {
    font-size: 13px;
    line-height: 29px;
    color: #616161;
    width: 100%;
    display: block;
    margin-bottom: 0;
}

    .contract-result-row:hover {
        color: #159286;
        cursor: pointer;
    }

        .contract-result-row:hover span {
            background: #cfe0ff !important;
        }

    .contract-result-row:nth-child(2n) span {
        background: #e8e8e8;
    }

    .contract-result-row:nth-child(2n+1) span {
        background: #f3f3f3;
    }

    .contract-result-row span {
        border: 1px solid #fff;
        width: 10%;
        display: inline-block;
        text-align: center;
        float: right;
    }

        .contract-result-row span + span {
            width: 25%;
        }

            .contract-result-row span + span + span {
                width: 25%;
            }

                .contract-result-row span + span + span + span {
                    width: 40%;
                }

.ajax-navigation {
    display: inline-block;
}

    .ajax-navigation button {
        display: block;
        margin: 7px 1px 0;
        float: right;
    }

    .ajax-navigation span {
        display: block;
        float: right;
        line-height: 38px;
        margin: 0 5px 0 4px;
    }

.panel-body .i-check {
    padding-right: 0;
}

    .panel-body .i-check .iCheck-helper {
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .panel-body .i-check label {
        padding-right: 2px;
        font-size: 13px;
        font-weight: normal;
        color: #003c2b;
    }

.display_none {
    display: none !important;
}

.display_table {
    display: table !important;
}

.percent_field {
    float: right;
    display: inline-block;
    width: 52px;
}

    .percent_field + span {
        display: inline-block;
        float: right;
        line-height: 34px;
        font-size: 18px;
        font-weight: bold;
        padding-right: 3px;
    }



.layout-boxed .wrapper {
    max-width: 1250px;
    margin: 0 auto;
    min-height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    position: relative
}

.layout-boxed {
    background: url(../images/boxed-bg.jpg) repeat fixed
}

.content-wrapper,
.left-side,
.main-footer {
    -webkit-transition: -webkit-transform .3s ease-in-out, margin .3s ease-in-out;
    -webkit-transition: margin .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: margin .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, margin .3s ease-in-out;
    transition: transform .3s ease-in-out, margin .3s ease-in-out, -webkit-transform .3s ease-in-out;
    margin-right: 250px;
    z-index: 820
}

.layout-top-nav .content-wrapper,
.layout-top-nav .left-side,
.layout-top-nav .main-footer {
    margin-right: 0
}

@media (max-width: 767px) {
    .content-wrapper,
    .left-side,
    .main-footer {
        margin-right: 0 !important;
        width: 100% !important;
        z-index: 800;
    }
}

@media (min-width: 768px) {
    .sidebar-collapse .content-wrapper,
    .sidebar-collapse .left-side,
    .sidebar-collapse .main-footer {
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .sidebar-open .content-wrapper,
    .sidebar-open .left-side,
    .sidebar-open .main-footer {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.content-wrapper,
.left-side {
    /* min-height: calc(100vh - 50px) !important; */
    z-index: 800;
    background-color: #f1f3f6;
}

.main-footer {
    background: #ffb61e;
    padding: 15px;
    color: #4e001c;
    border-top: 1px solid #f75f2f;
    border-bottom: 0px solid #f75f2f;
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: calc(100% - 250px);
}

.fixed .main-header,
.fixed .main-sidebar,
.fixed .right-side {
    position: fixed
}

.fixed .main-header {
    top: 0;
    left: 0;
    right: 0
}

.fixed .content-wrapper,
.fixed .left-side {
    padding-top: 60px
}

@media (max-width: 767px) {
    .fixed .content-wrapper,
    .fixed .left-side {
        padding-top: 120px
    }
}

.fixed.layout-boxed .wrapper {
    max-width: 100%
}

body.hold-transition .content-wrapper,
body.hold-transition .left-side,
body.hold-transition .main-footer,
body.hold-transition .main-sidebar,
body.hold-transition .right-side,
body.hold-transition .main-header .navbar,
body.hold-transition .main-header .logo {
    -webkit-transition: none;
    transition: none
}

.content {
    min-height: 250px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px 10px
}

@media (max-width: 767px) {
    .content {
        padding: 0 15px 10px
    }
}

::-moz-selection {
    color: #fff;
    background: #7e1b3f;
    text-shadow: none
}

::selection {
    color: #fff;
    background: #7e1b3f;
    text-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: Yekan, Tahoma
}

p {
    margin: 0 0 10px
}

a {
    color: #a2003b;
    text-decoration: none;
}

    a:hover,
    a:active,
    a:focus {
        outline: none;
        text-decoration: none;
        color: #f74316;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

hr {
    border-top: 1px solid #e1e6ef;
    margin: 10px 0;
}

.h142 {
    height: 142px;
}

@media (max-width: 767px) {
    .h142 {
        height: auto;
    }
}

.m-0 {
    margin: 0 !important
}

.ms-2 {
    margin-left: 2px;
    margin-right: 2px;
}

.m-t-0 {
    margin-top: 0 !important
}

.m-t-5 {
    margin-top: 5px !important
}

.m-t-10 {
    margin-top: 10px !important
}

.m-t-15 {
    margin-top: 15px !important
}

.m-t-20 {
    margin-top: 20px !important
}

.m-r-2 {
    margin-left: 2px !important
}

.m-r-5 {
    margin-left: 5px !important
}

.m-r-15 {
    margin-left: 15px !important
}

.m-l-20 {
    margin-left: 15px !important
}

.m-b {
    margin-bottom: 20px !important
}

.mb1 {
    margin-bottom: 1px !important
}

.m-b-0 {
    margin-bottom: 0px !important
}

.m-b-5 {
    margin-bottom: 5px !important
}

.m-b-10 {
    margin-bottom: 10px !important
}

.m-b-15 {
    margin-bottom: 15px !important
}

.m-b-20 {
    margin-bottom: 20px !important
}

.m-b-60 {
    margin-bottom: 60px !important
}

.p-0 {
    padding: 0 !important
}

.p-s-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.p-l-0 {
    padding-left: 0px !important;
}

@media (max-width: 767px) {
    #search_block .p-l-0 {
        padding-left: 15px !important;
    }
}

.p-l-20 {
    padding-left: 20px !important;
}

.p-l-30 {
    padding-right: 30px !important
}

.p-r-30 {
    padding-left: 30px !important
}

.p-t-0 {
    padding-top: 0px !important
}

.p-t-10 {
    padding-top: 10px !important
}

.p-b-0 {
    padding-bottom: 0px !important
}

.p-b-5 {
    padding-bottom: 5px !important
}

.p-20 {
    padding: 20px !important
}

.p-b-20 {
    padding-bottom: 20px !important
}

.space-25 {
    margin: 12.5px 0;
    line-height: 0
}

.redStatus, .redStatus + td, .redStatus + td + td, .redStatus + td + td + td, .redStatus + td + td + td + td, .redStatus + td + td + td + td + td, .redStatus + td + td + td + td + td + td, .redStatus + td + td + td + td + td + td + td, .redStatus + td + td + td + td + td + td + td + td, .redStatus + td + td + td + td + td + td + td + td + td, .redStatus + td + td + td + td + td + td + td + td + td + td {
    background: #fff4ec;
}

tr:hover .redStatus, tr:hover .redStatus + td, tr:hover .redStatus + td + td, tr:hover .redStatus + td + td + td, tr:hover .redStatus + td + td + td + td, tr:hover .redStatus + td + td + td + td + td, tr:hover .redStatus + td + td + td + td + td + td, tr:hover .redStatus + td + td + td + td + td + td + td, tr:hover .redStatus + td + td + td + td + td + td + td + td, tr:hover .redStatus + td + td + td + td + td + td + td + td + td, tr:hover .redStatus + td + td + td + td + td + td + td + td + td + td {
    background: unset;
}

.hotStatus, .hotStatus + td, .hotStatus + td + td, .hotStatus + td + td + td, .hotStatus + td + td + td + td, .hotStatus + td + td + td + td + td, .hotStatus + td + td + td + td + td + td, .hotStatus + td + td + td + td + td + td + td, .hotStatus + td + td + td + td + td + td + td + td, .hotStatus + td + td + td + td + td + td + td + td + td, .hotStatus + td + td + td + td + td + td + td + td + td + td {
    background: #ffe2e2;
}

tr:hover .hotStatus, tr:hover .hotStatus + td, tr:hover .hotStatus + td + td, tr:hover .hotStatus + td + td + td, tr:hover .hotStatus + td + td + td + td, tr:hover .hotStatus + td + td + td + td + td, tr:hover .hotStatus + td + td + td + td + td + td, tr:hover .hotStatus + td + td + td + td + td + td + td, tr:hover .hotStatus + td + td + td + td + td + td + td + td, tr:hover .hotStatus + td + td + td + td + td + td + td + td + td, tr:hover .hotStatus + td + td + td + td + td + td + td + td + td + td {
    background: unset;
}

.greenStatus, .greenStatus + td, .greenStatus + td + td, .greenStatus + td + td + td, .greenStatus + td + td + td + td, .greenStatus + td + td + td + td + td, .greenStatus + td + td + td + td + td + td, .greenStatus + td + td + td + td + td + td + td, .greenStatus + td + td + td + td + td + td + td + td, .greenStatus + td + td + td + td + td + td + td + td + td, .greenStatus + td + td + td + td + td + td + td + td + td + td {
    background: #edfff4;
}

tr:hover .greenStatus, tr:hover .greenStatus + td, tr:hover .greenStatus + td + td, tr:hover .greenStatus + td + td + td, tr:hover .greenStatus + td + td + td + td, tr:hover .greenStatus + td + td + td + td + td, tr:hover .greenStatus + td + td + td + td + td + td, tr:hover .greenStatus + td + td + td + td + td + td + td, tr:hover .greenStatus + td + td + td + td + td + td + td + td, tr:hover .greenStatus + td + td + td + td + td + td + td + td + td, tr:hover .greenStatus + td + td + td + td + td + td + td + td + td + td {
    background: unset;
}

.brownStatus, .brownStatus + td, .brownStatus + td + td, .brownStatus + td + td + td, .brownStatus + td + td + td + td, .brownStatus + td + td + td + td + td, .brownStatus + td + td + td + td + td + td, .brownStatus + td + td + td + td + td + td + td, .brownStatus + td + td + td + td + td + td + td + td, .brownStatus + td + td + td + td + td + td + td + td + td, .brownStatus + td + td + td + td + td + td + td + td + td + td {
    background: #fff7e8;
}

tr:hover .brownStatus, tr:hover .brownStatus + td, tr:hover .brownStatus + td + td, tr:hover .brownStatus + td + td + td, tr:hover .brownStatus + td + td + td + td, tr:hover .brownStatus + td + td + td + td + td, tr:hover .brownStatus + td + td + td + td + td + td, tr:hover .brownStatus + td + td + td + td + td + td + td, tr:hover .brownStatus + td + td + td + td + td + td + td + td, tr:hover .brownStatus + td + td + td + td + td + td + td + td + td, tr:hover .brownStatus + td + td + td + td + td + td + td + td + td + td {
    background: unset;
}

.color-primary {
    color: #7e1b3f !important
}

.color-green {
    color: #009687 !important
}

.color-red {
    color: #E5343D !important
}

.color-archive {
    color: #b3745d !important;
}

.color-unset {
    color: #004677 !important;
}

.color-violet {
    color: #8E23E0 !important
}

.color-gray {
    color: #9a9a9a !important
}

.color-yellow {
    color: #FFB61E !important
}

.color-info {
    color: #62d0f1 !important
}

.text-white {
    color: #fff !important
}

.text-muted {
    color: #9a9a9a !important
}

.text-primary {
    color: #428bca !important
}

.text-success {
    color: #009687 !important
}

.text-info {
    color: #62d0f1 !important
}

.text-warning {
    color: #FFB61E !important
}

.text-danger {
    color: #E5343D !important
}

.text-inverse {
    color: #3b3e47 !important
}

.text-purple {
    color: #5b69bc !important
}

.text-pink {
    color: #ff8acc !important
}

.text-black {
    color: #263238 !important
}

.text-violet {
    color: #8E23E0 !important
}

.border-all {
    border: 1px solid #e4e5e7 !important
}

.border-btm {
    border-bottom: 1px solid #e4e5e7 !important
}

.border-green {
    border-color: #009687 !important
}

.border-red {
    border-color: #E5343D !important
}

.border-violet {
    border-color: #8E23E0 !important
}

.border-gray {
    border-color: #9a9a9a !important
}

.border-yellow {
    border-color: #FFB61E !important
}

.bg-green {
    background: #009687 !important
}

.bg-red {
    background: #E5343D !important
}

.bg-violet {
    background: #8E23E0 !important
}

.bg-gray {
    background: #9a9a9a !important
}

.bg-yellow {
    background: #FFB61E !important
}

.bold {
    font-weight: bold;
}

#toTop {
    position: fixed;
    bottom: 10px;
    left: 15px;
    cursor: pointer;
    display: none;
    z-index: 999;
}

.back-top {
    background-color: #7e1b3f;
    border: 1px solid #670025;
    padding: 7px 9px;
    height: 34px;
    width: 34px;
    border-radius: 50% !important;
    color: #fff;
}

    .back-top:hover {
        color: #fff;
        background-color: #4e001c;
        border: 1px solid #1b000a;
    }

@media (min-width: 768px) {
    #toTop {
        left: 30px
    }
}

.page-header {
    margin: 10px 0 20px;
    font-size: 22px
}

    .page-header > small {
        color: #666;
        display: block;
        margin-top: 5px
    }

.main-header {
    position: relative;
    max-height: 120px;
    z-index: 1030;
    background-color: #fe9319;
    border-bottom: 1px solid #f8602e;
}

    .main-header .navbar {
        -webkit-transition: margin-right .3s ease-in-out;
        transition: margin-right .3s ease-in-out;
        margin-bottom: 0;
        margin-right: 250px;
        border: none;
        min-height: 60px;
        border-radius: 0;
    }

.layout-top-nav .main-header .navbar {
    margin-right: 0
}

.main-header #navbar-search-input.form-control {
    background: rgba(255, 255, 255, 0.2);
    border-color: transparent
}

    .main-header #navbar-search-input.form-control:focus,
    .main-header #navbar-search-input.form-control:active {
        border-color: rgba(0, 0, 0, 0.1);
        background: rgba(255, 255, 255, 0.9)
    }

    .main-header #navbar-search-input.form-control::-moz-placeholder {
        color: #ccc;
        opacity: 1
    }

    .main-header #navbar-search-input.form-control:-ms-input-placeholder {
        color: #ccc
    }

    .main-header #navbar-search-input.form-control::-webkit-input-placeholder {
        color: #ccc
    }

.main-header .navbar-custom-menu,
.main-header .navbar-left {
    float: left;
    margin-left: 31px
}

@media (max-width: 991px) {
    .main-header .navbar-custom-menu a,
    .main-header .navbar-left a {
        color: inherit;
        background: transparent
    }
}

@media (max-width: 767px) {
    .main-header .navbar-left {
        float: none
    }

    .navbar-collapse .main-header .navbar-left {
        margin: 7.5px -15px
    }

    .main-header .navbar-left > li {
        color: inherit;
        border: 0
    }

    .main-header .navbar-custom-menu,
    .main-header .navbar-left {
        float: left;
        margin-right: 10px;
    }
}

.main-header .sidebar-toggle {
    float: right;
    padding: 10px;
    font-family: fontAwesome;
    color: #a2003b;
    font-size: 25px;
    line-height: 26px;
    cursor: pointer;
    margin-top: 11px;
    cursor: pointer;
    -moz-transition: all .2s ease-out 0;
    -webkit-transition: all .2s ease-out 0;
    transition: all .2s ease-out 0;
}

    .main-header .sidebar-toggle:hover {
        float: right;
        padding: 10px;
        font-family: fontAwesome;
        color: #7e1b3f;
        font-size: 25px;
        line-height: 26px;
        cursor: pointer;
        margin-top: 11px;
        cursor: pointer;
        -moz-transition: all .2s ease-out 0;
        -webkit-transition: all .2s ease-out 0;
        transition: all .2s ease-out 0;
    }

    .main-header .sidebar-toggle:focus,
    .main-header .sidebar-toggle:active {
        float: right;
        padding: 10px;
        font-family: fontAwesome;
        color: #d22700;
        font-size: 25px;
        line-height: 26px;
        cursor: pointer;
        margin-top: 11px;
        cursor: pointer;
        -moz-transition: all .2s ease-out 0;
        -webkit-transition: all .2s ease-out 0;
        transition: all .2s ease-out 0;
    }

    .main-header .sidebar-toggle .icon-bar {
        display: none
    }

.main-header .navbar .nav > li.user > a > .fa,
.main-header .navbar .nav > li.user > a > .glyphicon,
.main-header .navbar .nav > li.user > a > .ion {
    margin-left: 5px
}

.main-header .navbar .nav > li > a > .label {
    position: absolute;
    top: 10px;
    left: 2px;
    line-height: 17px;
    border-radius: 50em;
    height: 20px;
    width: 20px;
    padding: 0;
    text-align: center;
}

.main-header .logo {
    display: block;
    float: right;
    height: 64px;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    width: 250px;
    padding: 0 15px;
    font-weight: 300;
    overflow: hidden;
    color: #fff;
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    background-color: #2d3438;
}

#edit_customer, #edit_marketer {
    display: none;
    left: 25px;
    top: 33px;
    font-size: 20px;
    position: absolute;
    cursor: pointer;
    color: #008679;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    #edit_customer:hover, #edit_marketer:hover {
        color: #003531;
    }

#field_down_customer, #field_down_marketer, #field_down_items {
    display: none;
    width: calc(100% - 30px);
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #f8f4f4;
    margin-top: -2px;
    padding: 6px 6px;
    overflow-y: scroll;
    max-height: 200%;
    top: 64px;
    position: absolute;
    z-index: 100;
}

    #field_down_customer div, #field_down_marketer div, #field_down_items div {
        cursor: pointer;
        background: #ececec;
        margin: 0 0 3px -1px;
        border-radius: 3px;
        padding: 2px 5px;
        font-size: 13px;
        color: #00024e;
        -webkit-transition: all .15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }

        #field_down_customer div:hover, #field_down_marketer div:hover, #field_down_items div:hover {
            color: #ffffff;
            background: #069494;
        }

#item_selected_final {
    padding: 7px 10px;
    background: #fbfbfb;
    margin-top: -16px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

    #item_selected_final li {
        color: #7e1b3f;
        font-size: 13px;
        list-style: none;
    }

        #item_selected_final li:before {
            font-family: 'FontAwesome';
            content: "\f00c";
            float: right;
            padding-left: 5px;
        }

        #item_selected_final li i {
            color: #e5343d;
            cursor: pointer;
            padding: 0 0 0 5px;
        }


@media (max-width: 550px) {
    .main-header .logo {
        border-bottom: 1px solid gray
    }
}

.main-header .logo .logo-lg {
    display: block;
    height: 64px;
}

    .main-header .logo .logo-lg img,
    .main-header .logo .logo-mini img {
        max-width: 100%;
        max-height: 100%;
    }

.main-header .logo .logo-mini {
    display: none
}

.main-header .navbar-brand {
    color: #fff
}

.header-title h1 {
    color: #7e1b3f;
}

.bord-btm {
    border-bottom: 1px solid #000
}

.content-header {
    position: relative;
    padding: 12px 30px;
    background-color: #fff;
    border-bottom: 1px solid #e1e6ef;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24)
}

    .content-header hr {
        border-top: 1px solid #ddd
    }

    .content-header .header-icon {
        font-size: 55px;
        color: #7e1b3f;
        width: 68px;
        float: right;
        margin-top: -4px;
        line-height: 0;
    }

    .content-header .header-title {
        margin-right: 70px
    }

        .content-header .header-title h1 {
            margin: 0;
            font-size: 24px;
            font-weight: bold;
        }

        .content-header .header-title small {
            font-size: 13px;
            display: inline-block;
            padding-right: 1px;
            color: #5a5a5a;
        }

.header-title .breadcrumb {
    float: left;
    background: #E1E3E4;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 11px;
    padding: 7px;
    position: absolute;
    bottom: 18px;
    left: 30px;
    border-radius: 0;
    border: 1px solid #e1e6ef;
    font-weight: 600;
}

    .header-title .breadcrumb > li > a {
        color: #222;
        text-decoration: none;
        display: inline-block
    }

        .header-title .breadcrumb > li > a:hover {
            color: #7e1b3f;
        }

.breadcrumb > .active {
    color: #7e1b3f;
    font-weight: 700
}

.header-title .breadcrumb > li > a > .fa,
.header-title .breadcrumb > li > a > .glyphicon,
.header-title .breadcrumb > li > a > .ion {
    margin-left: 5px
}

.navbar-nav > li > a {
    padding: 12px 8px;
    position: relative
}

.navbar-nav > li {
    margin-left: 5px
}

    .navbar-nav > li > a > i {
        padding: 6px 3px;
        width: 36px;
        text-align: center;
        color: #7e1b3f;
        height: 36px;
        font-size: 30px;
        display: inline-block;
    }

@media (max-width: 991px) {
    .header-title .breadcrumb {
        position: relative;
        margin-top: 5px;
        top: 0;
        left: 0;
        float: none !important;
        padding-right: 10px
    }

        .header-title .breadcrumb li:before {
            color: #97a0b3
        }
}

.navbar-toggle {
    color: #fff;
    border: 0;
    margin: 0;
    padding: 15px
}

@media (max-width: 991px) {
    .navbar-custom-menu .navbar-nav > li {
        float: left
    }

    .navbar-custom-menu .navbar-nav {
        margin: 0;
        float: right
    }

        .navbar-custom-menu .navbar-nav > li > a {
            padding-top: 10px;
            padding-bottom: 10px;
        }

    .admin-user .dropdown-toggle {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }
}

@media (max-width: 767px) {
    .content-header {
        padding: 12px 15px
    }

        .content-header .header-icon {
            width: 50px;
            font-size: 40px
        }

        .content-header .header-title {
            margin-right: 50px
        }

    .main-header {
        position: relative
    }

        .main-header .logo,
        .main-header .navbar {
            width: 100%;
            float: none !important;
        }

        .main-header .navbar {
            margin: 0 !important
        }

        .main-header .navbar-custom-menu {
            float: left;
            margin: 0;
            width: calc(100% - 50px);
            height: 56px;
        }
}

@media (max-width: 991px) {
    .navbar-collapse.pull-left {
        float: none !important
    }

        .navbar-collapse.pull-left + .navbar-custom-menu {
            display: block;
            position: absolute;
            top: 0;
            left: 40px
        }
}

.main-sidebar {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 60px;
    min-height: 100%;
    width: 250px;
    z-index: 810;
    background-color: #161817;
    font-family: Yekan, Tahoma;
    -webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: width .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, width .3s ease-in-out;
    transition: transform .3s ease-in-out, width .3s ease-in-out, -webkit-transform .3s ease-in-out
}

@media (max-width: 767px) {
    .main-sidebar,
    .right-side {
        padding-top: 120px
    }
}

@media (max-width: 767px) {
    .main-sidebar,
    .right-side {
        -webkit-transform: translate(250px, 0);
        transform: translate(250px, 0);
    }
}

@media (min-width: 768px) {
    .sidebar-collapse .main-sidebar,
    .sidebar-collapse .right-side {
        -webkit-transform: translate(-230px, 0);
        transform: translate(-230px, 0)
    }
}

@media (max-width: 767px) {
    .sidebar-open .main-sidebar,
    .sidebar-open .right-side {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.sidebar-form input:focus {
    border-color: transparent
}

.radiobox {
    display: inline-block;
    position: relative;
    background: #f7f7f7;
    width: calc(100% - 30px);
    height: 100%;
    border: 1px solid #f7f7f7;
    border-radius: 5px;
    margin: 0 15px 9px;
    color: #848484;
    font-size: 12px;
    padding: 7px 0;
}

    .radiobox .i-check {
        padding: 0 14px;
    }

        .radiobox .i-check label {
            font-weight: normal;
            font-size: 13px;
            margin-bottom: 0;
            padding: 0px 3px 0 0;
        }

.user-panel {
    position: relative;
    width: 100%;
    padding: 20px 10px;
    overflow: hidden;
    background-color: #7e1b3f;
    border-bottom: 1px solid #7e1b3f;
}

    .user-panel:before,
    .user-panel:after {
        content: " ";
        display: table
    }

    .user-panel:after {
        clear: both
    }

    .user-panel .image img {
        width: 100%;
        max-width: 65px;
        height: auto;
        border: 2px solid rgba(255, 255, 255, 0.1);
        padding: 5px;
        margin-left: 15px
    }

    .user-panel .info h4 {
        color: #fe9319;
        font-size: 17px;
        font-weight: 600;
        /* text-shadow: -1px 1px 0px #48c1b6; */
    }

    .user-panel .info {
        padding-top: 0;
        line-height: 4px
    }

        .user-panel .info p {
            font-weight: 500;
            color: #fff;
            margin: 5px 0;
            line-height: 16px;
        }

        .user-panel .info a {
            text-decoration: none;
            padding-left: 5px;
            margin-top: 3px;
            font-size: 11px
        }

            .user-panel .info a .fa,
            .user-panel .info a .ion,
            .user-panel .info a .glyphicon {
                margin-left: 3px
            }

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #161817
}

    .sidebar-menu > li {
        position: relative;
        margin: 0;
        padding: 0
    }

        .sidebar-menu > li > a {
            padding: 12px 10px 12px 12px;
            display: block;
            color: #a6a6a6;
            position: relative;
            font-size: 15px;
            font-weight: 500;
            letter-spacing: .3px
        }

            .sidebar-menu > li > a > i {
                display: inline-block
            }

        .sidebar-menu > li.active > a:before {
            background: #f75831;
            content: "";
            height: 100%;
            right: 0;
            position: absolute;
            top: 0;
            width: 3px;
            color: #7e1b3f;
        }

        .sidebar-menu > li:hover > a,
        .sidebar-menu > li.active > a {
            color: #7e1b3f;
            background: #fe9319;
        }

        .sidebar-menu > li > a > .fa,
        .sidebar-menu > li > a > .glyphicon,
        .sidebar-menu > li > a > .ion {
            width: 30px;
            text-align: center;
        }

        .sidebar-menu > li .label,
        .sidebar-menu > li .badge {
            margin-left: 5px
        }

        .sidebar-menu > li .badge {
            margin-top: 3px
        }

    .sidebar-menu li.header {
        padding: 10px 25px 10px 15px;
        font-size: 12px;
        color: #fff
    }

    .sidebar-menu li > a > .fa-angle-left,
    .sidebar-menu li > a > .pull-left-container > .fa-angle-left {
        width: auto;
        height: auto;
        padding: 0;
        margin-left: 10px
    }

    .sidebar-menu li.active > a > .fa-angle-left,
    .sidebar-menu li.active > a > .pull-left-container > .fa-angle-left {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .sidebar-menu li.active > .treeview-menu {
        display: block
    }

    .sidebar-menu .treeview-menu {
        position: relative;
        display: none;
        list-style: none;
        padding: 5px 0 10px;
        margin: 0;
        padding-right: 35px;
        background-color: #161817
    }

        .sidebar-menu .treeview-menu:before {
            width: 2px;
            background: rgba(59, 70, 72, 0.5);
            content: "";
            position: absolute;
            top: 0;
            right: 33px;
            height: calc(100% - 22px);
        }

        .sidebar-menu .treeview-menu .treeview-menu {
            padding-right: 20px
        }

        .sidebar-menu .treeview-menu > li {
            margin: 0;
            position: relative
        }

            .sidebar-menu .treeview-menu > li > a {
                padding: 5px 20px 5px 5px;
                display: block;
                color: #a6a6a6;
                letter-spacing: .3px
            }

        .sidebar-menu .treeview-menu li.disabled a {
            cursor: not-allowed;
            filter: alpha(opacity=65);
            -webkit-box-shadow: none;
            box-shadow: none;
            opacity: .65
        }

        .sidebar-menu .treeview-menu > li.active > a,
        .sidebar-menu .treeview-menu > li:hover > a {
            color: #fe9319;
        }

        .sidebar-menu .treeview-menu > li::before {
            right: 0;
            top: 16px;
            width: 15px;
            content: ' ';
            position: absolute;
            display: inline-block;
            border: 1px solid rgba(59, 70, 72, 0.5);
        }

        .sidebar-menu .treeview-menu > li > a > .fa,
        .sidebar-menu .treeview-menu > li > a > .glyphicon,
        .sidebar-menu .treeview-menu > li > a > .ion {
            width: 20px
        }

        .sidebar-menu .treeview-menu > li > a > .pull-left-container > .fa-angle-left,
        .sidebar-menu .treeview-menu > li > a > .pull-left-container > .fa-angle-down,
        .sidebar-menu .treeview-menu > li > a > .fa-angle-left,
        .sidebar-menu .treeview-menu > li > a > .fa-angle-down {
            width: auto
        }

@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .content-wrapper,
    .sidebar-mini.sidebar-collapse .left-side,
    .sidebar-mini.sidebar-collapse .main-footer {
        margin-right: 50px !important;
        z-index: 840;
    }

    .sidebar-mini.sidebar-collapse .main-footer {
        width: calc(100% - 50px);
    }

    .sidebar-mini.sidebar-collapse .main-sidebar {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 50px !important;
        z-index: 850
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li {
        position: relative
    }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
            margin-left: 0
        }

            .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
                border-top-left-radius: 4px
            }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
            border-bottom-left-radius: 4px
        }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
            padding-top: 5px;
            padding-bottom: 5px;
            border-bottom-left-radius: 4px
        }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-left),
        .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
            display: block !important;
            position: absolute;
            width: 240px;
            right: 50px;
        }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
            top: 0;
            margin-right: 0;
            padding: 12px 20px 12px 5px;
            background-color: inherit
        }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-left-container {
            float: left;
            width: auto !important;
            right: 200px !important;
            top: 10px !important
        }

            .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-left-container > .label:not(:first-of-type) {
                display: none
            }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
            top: 44px;
            margin-right: 0
        }

        .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info,
        .sidebar-mini.sidebar-collapse .sidebar-form,
        .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span,
        .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu,
        .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-left,
        .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
            display: none !important;
            -webkit-transform: translateZ(0)
        }

    .sidebar-mini.sidebar-collapse .main-header .logo {
        width: 50px
    }

        .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
            display: block;
            margin-right: -15px;
            margin-left: -15px;
            font-size: 18px
        }

        .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
            display: none
        }

    .sidebar-mini.sidebar-collapse .main-header .navbar {
        margin-right: 50px
    }

    .sidebar-form {
        width: 160px
    }
}

.sidebar-menu,
.main-sidebar .user-panel,
.sidebar-menu > li.header {
    white-space: nowrap;
    overflow: hidden
}

    .sidebar-menu:hover {
        overflow: visible
    }

.sidebar-form {
    border-radius: 3px;
    border: 1px solid #1c1f22;
    margin: 0;
    max-width: 132px;
    height: 30px
}

    .sidebar-form input[type="text"],
    .sidebar-form .btn {
        box-shadow: none;
        border: 1px solid transparent;
        height: 30px
    }

    .sidebar-form input[type="text"] {
        border-top-right-radius: 2px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 2px;
        background-color: #FBFBFB
    }

        .sidebar-form input[type="text"]:focus,
        .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
            background-color: #fffafa;
            color: #222
        }

            .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
                border-right-color: #fff
            }

    .sidebar-form .btn {
        color: #7e1b3f;
        border-top-right-radius: 0;
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 0;
        background: #e1e1e4
    }

.sidebar-form,
.sidebar-menu > li.header {
    overflow: hidden;
    text-overflow: clip
}

.sidebar-menu > li.header {
    letter-spacing: 1px;
    font-weight: 600;
    color: #a6a6a6
}

.sidebar-menu li > a > .pull-left-container {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -8px
}

.bd-search {
    position: relative;
    margin-top: 14px;
    width: 0;
    min-width: 33px;
    height: 33px;
    float: right;
    overflow: hidden;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s;
    -webkit-backface-visibility: hidden
}

.bd-search-input {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    outline: none;
    background: #fff;
    width: 100%;
    height: 45px;
    margin: 0;
    z-index: 10;
    padding: 5px 20px 20px 65px;
    font-family: inherit;
    font-size: 17px;
    font-weight: 700;
    color: #2c3e50
}

input[type="search"].bd-search-input {
    -webkit-appearance: none;
    -webkit-border-radius: 0
}

.bd-search-input::-webkit-input-placeholder {
    color: #7e1b3f
}

.bd-search-input:-moz-placeholder {
    color: #7e1b3f
}

.bd-search-input::-moz-placeholder {
    color: #7e1b3f
}

.bd-search-input:-ms-input-placeholder {
    color: #7e1b3f
}

.bd-icon-search,
.bd-search-submit {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    left: -15px;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 28px;
    text-align: center;
    cursor: pointer
}

.bd-search-submit {
    background: #7e1b3f;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    color: #fff;
    border: none;
    outline: none;
    z-index: -1
}

.bd-icon-search {
    color: #7e1b3f;
    background: #2A3F54;
    z-index: 90;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased
}

    .bd-icon-search:before {
        content: ""
    }

.bd-search.bd-search-open,
.no-js .bd-search {
    width: 19%
}

    .bd-search.bd-search-open .bd-icon-search,
    .no-js .bd-search .bd-icon-search {
        background: #7e1b3f;
        color: #2A3F54;
        z-index: 11;
        height: 33px;
        left: 0;
        width: 42px
    }

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: right;
    min-width: 160px;
    padding: 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: right;
    list-style: none;
    border: 1px solid #7e1b3f
}

    .dropdown-menu > li > a {
        color: #a2003b;
    }

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #f9682a;
    border-color: #e83a00;
}

.nav-list {
    border-bottom: 1px solid gray
}

    .nav-list h4 {
        color: #222
    }

.dropdown-menu > .divider {
    background-color: #eee
}

.nav-list .badge-primary {
    background-color: #7e1b3f
}

.navbar-nav > .notifications-menu > .dropdown-menu,
.navbar-nav > .messages-menu > .dropdown-menu,
.navbar-nav > .tasks-menu > .dropdown-menu {
    width: 280px;
    padding: 0;
    margin: 0;
    top: 100%
}

    .navbar-nav > .notifications-menu > .dropdown-menu > li,
    .navbar-nav > .messages-menu > .dropdown-menu > li,
    .navbar-nav > .tasks-menu > .dropdown-menu > li {
        position: relative;
        background: #e7e7e7
    }

        .navbar-nav > .notifications-menu > .dropdown-menu > li.header,
        .navbar-nav > .messages-menu > .dropdown-menu > li.header,
        .navbar-nav > .tasks-menu > .dropdown-menu > li.header {
            background-color: #7e1b3f;
            padding: 7px 10px;
            border-bottom: 1px solid #e1e6ef;
            color: #fff;
            font-size: 14px
        }

        .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
        .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
        .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
            font-size: 12px;
            background-color: #7e1b3f;
            padding: 7px 10px;
            border-top: 1px solid #e1e6ef;
            color: #fbfbfb !important;
            text-align: center
        }

@media (max-width: 991px) {
    .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
    .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
    .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
        background: #fff !important;
        color: #444 !important
    }
}

.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
    text-decoration: none;
    font-weight: 400
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
    max-height: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: hidden
}

    .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a,
    .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a,
    .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > div,
    .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
        display: block;
        white-space: nowrap;
        border-bottom: 1px solid #f4f4f4
    }

        .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover,
        .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover,
        .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > div:hover,
        .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
            background: #f4f4f4;
            text-decoration: none
        }

    .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
        color: #444;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 10px;
        font-size: 13px
    }

        .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > i {
            width: 20px;
            font-size: 16px;
            margin-left: 10px
        }

    .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a,
    .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
        margin: 0;
        padding: 10px
    }

        .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img,
        .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > div > div > img {
            margin: auto auto auto 10px;
            width: 40px;
            height: 40px
        }

        .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
            padding: 0 0 3px 0;
            /*! margin: 0 45px 0 0; */
            color: #0e0d0d;
            font-size: 15px;
            position: relative;
            font-weight: 700;
            margin: 0;
            margin-bottom: 4px;
        }

            .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
                color: #999;
                font-size: 10px;
                position: absolute;
                top: 0;
                left: 0
            }

        .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
            /*! margin: 0 45px 0 0; */
            font-size: 12px;
            color: #111010;
            padding: 0 0 3px 0;
            margin: 0;
        }

        .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before,
        .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
            content: " ";
            display: table
        }

        .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
            clear: both;
            clear: both
        }

    .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
        padding: 10px
    }

        .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
            font-size: 14px;
            padding: 0;
            margin: 0 0 10px;
            color: #666
        }

        .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
            padding: 0;
            margin: 0
        }

.navbar-nav > .dropdown-user > .dropdown-menu > li > a {
    padding: 5px 10px
}

    .navbar-nav > .dropdown-user > .dropdown-menu > li > a > i {
        font-size: 16px;
        margin-left: 10px
    }

.open:not(.dropup) > .animated-dropdown-menu {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation: flipInX .7s both;
    animation: flipInX .7s both
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px)
    }
}

.navbar-custom-menu > .navbar-nav > li {
    position: relative
}

    .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
        position: absolute;
        left: 0;
        right: auto
    }

@media (max-width: 991px) {
    .navbar-custom-menu > .navbar-nav {
        float: left;
        overflow-x: auto;
        width: 100%;
        /* display: flex; */
    }

        .navbar-custom-menu > .navbar-nav > li {
            position: static;
        }

            .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
                position: absolute;
                left: 5%;
                right: auto;
                border: 1px solid #ddd;
                background: #fff
            }

    .navbar-nav > li > a > i {
        padding: 6px 3px;
        width: 31px;
        text-align: center;
        color: #7e1b3f;
        height: 36px;
        font-size: 25px
    }

    .main-header .navbar .nav > li > a > .label {
        position: absolute;
        top: 10px;
        left: 6px;
        line-height: 13px;
        border-radius: 50em;
        height: 17px;
        width: 17px;
        text-align: center;
        padding: 0 3px
    }
}

.statistic-box h2 {
    /* float: right; */
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    position: absolute;
    left: 32px;
    top: 25px;
}

.items {
    /* width: 100%; */
    position: relative;
    top: 7px;
    right: 0px;
}

    .items h4 {
        font-size: 18px;
        font-weight: 700;
        /* margin-top: 17px; */
        position: relative;
        left: 0;
        right: 0;
        bottom: -8px;
        display: block;
        width: 100%;
        text-align: center;
    }

.cardbox {
    background-color: #7e1b3f;
    border: 1px solid #6b0c2f;
    color: #f7f7f7;
    cursor: pointer;
    height: 110px;
}

    .cardbox:hover {
        background-color: #4e001c;
        border: 1px solid #1b000a;
        color: #f7f7f7;
        cursor: pointer;
        height: 110px;
    }

    .cardbox a {
        color: #f7f7f7;
    }

@media (max-width: 550px) {
    .cardbox {
        background-color: #7e1b3f;
        border: 1px solid #7e1b3f;
        color: rgba(255, 255, 255, 0.8);
        cursor: pointer;
        height: 100px;
    }

        .cardbox:hover {
            background-color: #2A3F54;
            border: 1px solid #2A3F54;
            color: rgba(255, 255, 255, 0.8);
            cursor: pointer;
            height: 100px;
        }

    .items h4 {
        font-size: 15px;
        font-weight: 700;
        margin-top: 5px
    }

    .statistic-box h2 {
        float: left;
        margin: 0;
        font-size: 30px;
        font-weight: 700
    }
}

.statistic-box .small {
    font-weight: 700;
    color: #222;
    margin-bottom: 15px
}

.slight {
    font-size: 13px
}

small,
.small {
    font-size: 85%
}

.canvasjs-chart-credit {
    display: none
}

.panel {
    box-shadow: none
}

    .panel .panel-heading h1,
    .panel .panel-heading h2,
    .panel .panel-heading h3,
    .panel .panel-heading h4,
    .panel .panel-heading h5,
    .panel .panel-heading h6 {
        margin: 0;
        line-height: 26px;
        letter-spacing: .5px
    }

.panel-bd,
.panel-primary,
.panel-success,
.panel-info,
.panel-warning,
.panel-danger,
.panel-inverse {
    /* cursor: pointer; */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.lobipanel {
    margin-bottom: 20px
}

.panel-bd > .panel-heading {
    color: #374767;
    background-color: #f4f9f3;
    border-color: #dedada;
    position: relative;
    padding: 10px
}

.panel-bd .panel-heading::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    position: absolute;
    right: 0;
    top: 0
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.panel-success > .panel-heading {
    color: #fff;
    background-color: #7e1b3f;
    border-color: #7e1b3f
}

.panel-info > .panel-heading {
    color: #fff;
    background-color: #62d0f1;
    border-color: #62d0f1
}

.panel-warning > .panel-heading {
    color: #fff;
    background-color: #ffc751;
    border-color: #ffc751
}

.panel-danger > .panel-heading {
    color: #fff;
    background-color: #E5343D;
    border-color: #E5343D
}

.panel-inverse > .panel-heading {
    color: #fff;
    background-color: #3b3e47;
    border-color: #3b3e47
}

.panel-footer {
    background-color: #f7f9fa;
    border-top: 1px solid #e1e6ef
}

@media (min-width: 768px) {
    .panel-primary.lobipanel .panel-heading .dropdown .dropdown-menu > li > a,
    .panel-success.lobipanel .panel-heading .dropdown .dropdown-menu > li > a,
    .panel-info.lobipanel .panel-heading .dropdown .dropdown-menu > li > a,
    .panel-warning.lobipanel .panel-heading .dropdown .dropdown-menu > li > a,
    .panel-danger.lobipanel .panel-heading .dropdown .dropdown-menu > li > a,
    .panel-inverse.lobipanel .panel-heading .dropdown .dropdown-menu > li > a {
        color: #fff
    }
}

.message_inner {
    height: 320px
}

.message_widgets {
    margin-left: 10px
}

.inbox-item {
    border-bottom: 1px solid #f3f3f3;
    overflow: hidden;
    padding: 10px 0;
    position: relative
}

    .inbox-item .inbox-item-img {
        display: block;
        float: right;
        margin-left: 15px;
        width: 40px
    }

    .inbox-item img {
        width: 40px
    }

    .inbox-item .inbox-item-author {
        color: #374767;
        margin: 0;
        font-weight: 600
    }

    .inbox-item .inbox-item-text {
        color: #9a9da0;
        display: block;
        font-size: 12px;
        margin: 0
    }

    .inbox-item .inbox-item-date {
        color: #9a9da0;
        font-size: 11px;
        left: 7px;
        top: 2px
    }

    .inbox-item .profile-status {
        height: 6px;
        width: 6px;
        border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        display: inline-block;
        position: absolute;
        bottom: 50%;
        left: 0
    }

        .inbox-item .profile-status.available {
            background-color: #7e1b3f
        }

        .inbox-item .profile-status.away {
            background-color: #FFB61E
        }

        .inbox-item .profile-status.busy {
            background-color: #E5343D
        }

        .inbox-item .profile-status.offline {
            background-color: #9a9a9a
        }

#calendar1 {
    margin: 0 auto
}

    #calendar1 .fc-toolbar h2 {
        font-size: 16px;
        margin: 6px 0
    }

.activity-list > li {
    position: relative;
    padding: 10px 25px 10px 0;
}

    .activity-list > li:after,
    .activity-list > li:before {
        position: absolute;
        content: ""
    }

    .activity-list > li:before {
        right: 5px;
        top: 0;
        height: 100%;
        border-right: 1px solid #d9d9d9
    }

    .activity-list > li:after {
        right: 0;
        top: 14px;
        height: 11px;
        width: 11px;
        border-radius: 50%;
        border: 2px solid #9a9a9a;
        background-color: #FFF
    }

    .activity-list > li.activity-purple:after {
        border-color: #8E23E0
    }

    .activity-list > li.activity-danger:after {
        border-color: #E5343D
    }

    .activity-list > li.activity-warning:after {
        border-color: #FFB61E
    }

    .activity-list > li.activity-primary:after {
        border-color: #0667D6
    }

.icon_box {
    text-align: center;
    min-height: 92px;
    margin: 10px 0;
    font-size: 42px
}

    .icon_box i {
        font-size: 35px;
        display: block;
        color: #7e1b3f
    }

    .icon_box:hover i {
        color: #676a6c
    }

.icon-name {
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-top: 5px
}

@-webkit-keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

@keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

.hvr-buzz-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

    .icon_box:hover .hvr-buzz-out,
    .hvr-buzz-out:focus,
    .hvr-buzz-out:active {
        -webkit-animation-name: hvr-buzz-out;
        animation-name: hvr-buzz-out;
        -webkit-animation-duration: .75s;
        animation-duration: .75s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

@media (min-width: 1200px) {
    .icon_box_width {
        width: 12.5%
    }
}

.flag-icon-inner,
.weather-icon-inner,
.material-icon-inner {
    overflow: hidden
}

.icon_list {
    list-style: none;
    float: right;
    margin: 0;
    padding: 0;
    width: 100%
}

    .icon_list li {
        float: right;
        width: 33.33%;
        height: 110px;
        padding: 16px 10px;
        font-size: 10px;
        line-height: 1.4;
        text-align: center;
        background-color: #f1f3f6;
        border: 1px solid #fff
    }

        .icon_list li:hover {
            color: #fff;
            background-color: #7e1b3f
        }

        .icon_list li i {
            font-size: 28px;
            display: block;
            margin: 0 auto 10px;
            color: #374767
        }

        .icon_list li:hover i {
            color: #fff
        }

.icon_name {
    display: block;
    text-align: center;
    word-wrap: break-word
}

@media (min-width: 768px) {
    .flag-icon {
        margin-left: 0;
        margin-right: 0
    }

    .icon_list li {
        width: 20%;
        font-size: 12px
    }
}

@media (min-width: 1200px) {
    .icon_list li {
        width: 10%;
        font-size: 12px
    }
}

.icon-section {
    margin: 0 0 3em;
    clear: both;
    overflow: hidden
}

.icon-container {
    width: 25%;
    padding: .7em 0;
    float: right;
    position: relative;
    text-align: right
}

    .icon-container [class^="ti-"],
    .icon-container [class*=" ti-"] {
        color: #374767;
        position: absolute;
        margin-top: 3px;
        -webkit-transition: .3s;
        transition: .3s;
        font-size: 16px
    }

    .icon-container:hover [class^="ti-"],
    .icon-container:hover [class*=" ti-"] {
        font-size: 2.2em;
        margin-top: -5px
    }

    .icon-container:hover .icons-name {
        color: #263238
    }

.icons-name {
    color: #7a7a7a;
    margin-right: 35px;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 13px
}

.icon-container:hover .icons-name {
    margin-right: 45px
}

@media (max-width: 767px) {
    .icon-container {
        width: 100%
    }

    .nav-tabs {
        /* width: auto; */
        /* overflow-x: auto; */
        /* display: flex; */
    }

        .nav-tabs li {
        }

            .nav-tabs li.pull-left {
                /* position: absolute; */
            }
}

@media(min-width: 768px) and (max-width:1199px) {
    .icon-container {
        width: 50%
    }
}

.glyphs.character-mapping {
    margin: 0 0 20px;
    padding: 20px 30px 20px 0;
    color: rgba(0, 0, 0, 0.5);
    border: 1px solid #e1e6ef;
    border-radius: 4px
}

    .glyphs.character-mapping li {
        margin: 0 0 20px 30px;
        display: inline-block;
        width: 90px
    }

    .glyphs.character-mapping .icon {
        margin: 10px 15px 10px 0;
        padding: 15px;
        position: relative;
        width: 55px;
        height: 55px;
        color: #374767 !important;
        overflow: hidden;
        border-radius: 3px;
        font-size: 32px
    }

        .glyphs.character-mapping .icon svg {
            fill: #263238
        }

    .glyphs.character-mapping input {
        margin: 0;
        padding: 5px 0;
        line-height: 12px;
        font-size: 12px;
        display: block;
        width: 100%;
        border: 1px solid #d8e0e5;
        border-radius: 5px;
        text-align: center;
        outline: 0
    }

        .glyphs.character-mapping input:focus {
            border: 1px solid #7e1b3f
        }

        .glyphs.character-mapping input:hover {
            border: 1px solid #7e1b3f
        }

.glyphs.css-mapping {
    margin: 0 0 30px;
    padding: 30px 30px 20px 0;
    color: rgba(0, 0, 0, 0.5);
    border: 1px solid #e1e6ef;
    border-radius: 4px
}

    .glyphs.css-mapping li {
        margin: 0 0 20px 30px;
        padding: 0;
        display: inline-block;
        overflow: hidden
    }

    .glyphs.css-mapping .icon {
        margin: 0;
        margin-left: 10px;
        padding: 13px;
        height: 50px;
        width: 50px;
        color: #374767 !important;
        overflow: hidden;
        float: right;
        font-size: 24px
    }

    .glyphs.css-mapping input {
        margin: 0;
        margin-top: 5px;
        padding: 8px;
        line-height: 14px;
        font-size: 14px;
        display: block;
        width: 150px;
        height: 40px;
        border: 1px solid #d8e0e5;
        border-radius: 5px;
        background: #fff;
        outline: 0;
        float: left
    }

        .glyphs.css-mapping input:focus {
            border: 1px solid #7e1b3f
        }

        .glyphs.css-mapping input:hover {
            border: 1px solid #7e1b3f
        }

@media(min-width: 768px) and (max-width:1199px) {
    .glyphs.css-mapping li {
        margin: 0 0 20px 15px
    }

    .glyphs.character-mapping li {
        margin: 0 0 20px 20px
    }
}

.material-icon-inner {
    margin-bottom: 20px
}

    .material-icon-inner:last-child {
        margin-bottom: 0
    }

.flotChart {
    display: block;
    height: 300px;
    position: relative;
    color: #545454
}

.flotChart-demo {
    width: 100%;
    height: 100%;
    color: #545454
}

.spark_about {
    margin: 10px 0 40px
}

.jqstooltip {
    width: auto !important;
    height: auto !important;
    background-color: #2c3136 !important;
    border-radius: 10px;
    border: none !important;
    color: #fff !important
}

.nav-tabs {
    border-bottom: 0
}

    .nav-tabs > li > a {
        color: #7a7a7a;
        font-weight: 600
    }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:focus,
    .nav-tabs > li.active > a:hover {
        border: 1px solid #e4e5e7;
        color: #7e1b3f;
        border-bottom: 1px solid #fff;
    }

.nav > li > a:focus,
.nav > li > a:hover {
    background-color: transparent;
    color: #7e1b3f;
    border-color: transparent
}

.tab-content .panel-body {
    background: #fff;
    border: 1px solid #e4e5e7;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    min-height: 220px;
}

.tabs-right > li,
.tabs-left > li {
    float: none
}

.tabs-right > li {
    margin-left: -1px
}

.tabs-left > li {
    margin-right: -1px
}

.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
    border-bottom-color: #e4e5e7;
    border-left-color: transparent
}

.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
    border-bottom: 1px solid #e4e5e7;
    border-right-color: transparent
}

.tabs-right > li > a {
    border-radius: 0 4px 4px 0;
    margin-left: 0;
    display: block
}

.tabs-left > li > a {
    border-radius: 0 4px 4px 0;
    margin-left: 0
}

.sideways {
    margin-top: 50px;
    border: none;
    position: relative
}

    .sideways > li {
        height: 20px;
        width: 120px;
        margin-bottom: 100px
    }

        .sideways > li > a {
            border-left-color: transparent;
            text-align: center;
            border-radius: 4px 4px 0 0
        }

        .sideways > li.active > a,
        .sideways > li.active > a:hover,
        .sideways > li.active > a:focus {
            border-bottom-color: transparent;
            border-left-color: #e4e5e7;
            border-right-color: #e4e5e7
        }

    .sideways.tabs-right {
        right: -50px
    }

    .sideways.tabs-left {
        left: 27px
    }

        .sideways.tabs-left > li {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg)
        }

    .sideways.tabs-right > li {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

@media (max-width: 767px) {
    .sideways.tabs-right {
        right: -44px
    }
}

.well {
    height: 135px;
    box-shadow: none
}

.tree,
.tree ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    .tree ul {
        margin-right: 1em;
        position: relative
    }

        .tree ul ul {
            margin-right: .5em
        }

        .tree ul:before {
            content: "";
            display: block;
            width: 0;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            border-right: 1px solid
        }

    .tree li {
        margin: 0;
        padding: 0 1em;
        line-height: 2em;
        color: #4C4C4C;
        font-weight: 600;
        position: relative;
        cursor: pointer
    }

    .tree ul li:before {
        content: "";
        display: block;
        width: 10px;
        height: 0;
        border-top: 1px solid;
        margin-top: -1px;
        position: absolute;
        top: 1em;
        right: 0
    }

    .tree ul li:last-child:before {
        background: #fff;
        height: auto;
        top: 1em;
        bottom: 0
    }

.indicator {
    margin-left: 5px
}

.tree li a {
    text-decoration: none;
    color: #4C4C4C
}

    .tree li a:hover {
        color: #7e1b3f
    }

.tree li button,
.tree li button:active,
.tree li button:focus {
    text-decoration: none;
    color: #369;
    border: none;
    background: transparent;
    margin: 0;
    padding: 0;
    outline: 0
}

.show-grid {
    margin-bottom: 15px
}

    .show-grid [class^=col-] {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #eee;
        background-color: rgba(55, 160, 0, .15);
        border: 1px solid rgba(55, 180, 0, .2)
    }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: 1px solid #e4e5e7;
    vertical-align: middle;
}

.table > thead > tr > th,
.table > tfoot > tr > th {
    border-bottom: 0;
    text-align: center;
}

.table-bordered {
    border: 1px solid #e4e5e7;
    margin-bottom: 30px
}

.table.no-border,
.table.no-border td,
.table.no-border th {
    border: 0
}

.text-center,
table.text-center,
table.text-center td,
table.text-center th {
    text-align: center
}

.table.align th {
    text-align: right
}

.table.align td {
    text-align: left
}

.footable-odd {
    background-color: #f9f9f9
}

.checkbox {
    padding-right: 20px
}

    .checkbox label {
        display: inline-block;
        position: relative;
        padding-right: 5px
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            right: 0;
            margin-right: -20px;
            border: 1px solid #ccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
            transition: border .15s ease-in-out, color .15s ease-in-out
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            right: 0;
            top: 0;
            margin-right: -20px;
            padding-right: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555
        }

    .checkbox input[type="checkbox"] {
        opacity: 0
    }

        .checkbox input[type="checkbox"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px
        }

        .checkbox input[type="checkbox"]:checked + label::after {
            font-family: 'FontAwesome';
            content: "\f00c"
        }

        .checkbox input[type="checkbox"]:disabled + label {
            opacity: .65
        }

            .checkbox input[type="checkbox"]:disabled + label::before {
                background-color: #eee;
                cursor: not-allowed
            }

    .checkbox.checkbox-circle label::before {
        border-radius: 50%
    }

    .checkbox.checkbox-inline {
        margin-top: 0
    }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #E5343D;
    border-color: #d9534f
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff
}

.radio {
    padding-right: 20px
}

    .radio label {
        display: inline-block;
        position: relative;
        padding-right: 5px
    }

        .radio label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            right: 0;
            margin-right: -20px;
            border: 1px solid #ccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border .15s ease-in-out;
            transition: border .15s ease-in-out
        }

        .radio label::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            right: 3px;
            top: 3px;
            margin-right: -20px;
            border-radius: 50%;
            background-color: #555;
            -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform .1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: -webkit-transform .1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform .1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform .1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform .1s cubic-bezier(0.8, -0.33, 0.2, 1.33)
        }

    .radio input[type="radio"] {
        opacity: 0
    }

        .radio input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px
        }

        .radio input[type="radio"]:checked + label::after {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1)
        }

        .radio input[type="radio"]:disabled + label {
            opacity: .65
        }

            .radio input[type="radio"]:disabled + label::before {
                cursor: not-allowed
            }

    .radio.radio-inline {
        margin-top: 0
    }

.radio-primary input[type="radio"] + label::after {
    background-color: #428bca
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #428bca
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #428bca
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f
}

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e
}

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c
}

.form-check-label {
    cursor: pointer;
    font-weight: 600
}

.form-control-success,
.form-control-warning,
.form-control-danger {
    padding-left: 2.25rem;
    background-repeat: no-repeat;
    background-position: center left .5625rem;
    background-size: 1.125rem 1.125rem
}

.form-feedback {
    margin-top: .25rem
}

.has-success .form-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
    color: #5cb85c
}

.has-success .form-control {
    border-color: #5cb85c
}

    .has-success .form-control:focus {
        border-color: #5cb85c;
        box-shadow: none
    }

.has-success .input-group-addon {
    color: #5cb85c;
    border-color: #5cb85c;
    background-color: #eaf6ea
}

.has-success .form-control-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
}

.has-warning .form-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
    color: #f0ad4e
}

.has-warning .form-control {
    border-color: #f0ad4e
}

    .has-warning .form-control:focus {
        border-color: #f0ad4e;
        box-shadow: none
    }

.has-warning .input-group-addon {
    color: #f0ad4e;
    border-color: #f0ad4e;
    background-color: #fff
}

.has-warning .form-control-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E")
}

.has-danger .form-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
    color: #d9534f
}

.has-danger .form-control {
    border-color: #d9534f
}

    .has-danger .form-control:focus {
        border-color: #d9534f;
        box-shadow: none
    }

.has-danger .input-group-addon {
    color: #d9534f;
    border-color: #d9534f;
    background-color: #fdf7f7
}

.has-danger .form-control-danger {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")
}

.dropzone {
    min-height: 200px;
    border: 2px dashed #7e1b3f
}

    .dropzone .dz-message {
        margin: 4em 0
    }

#map1 {
    position: relative;
    width: 100%;
    height: 320px
}

#map2 {
    position: relative;
    width: 100%;
    height: 350px
}

#map3 {
    position: relative;
    width: 100%;
    height: 350px
}

#map4 {
    position: relative;
    width: 100%;
    height: 350px
}

#map5 {
    position: relative;
    width: 100%;
    height: 350px
}

#map6 {
    position: relative;
    width: 100%;
    height: 350px
}

#map7 {
    position: relative;
    width: 100%;
    height: 350px
}

#map8 {
    position: relative;
    width: 100%;
    height: 580px
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

    .embed-container iframe,
    .embed-container object,
    .embed-container embed {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%
    }

pre {
    background-color: #2c3136;
    color: #f7f7f7;
    padding: 10px;
    border-radius: 5px;
    text-align: right;
    font-size: 14px;
    overflow: hidden;
    border: 1px solid #2c3136
}

    pre .str {
        color: #e6db74
    }

    pre .func {
        color: #66d9ef
    }

    pre .val {
        color: #a381ff
    }

    pre .tag {
        color: #e92772
    }

    pre .attr {
        color: #a6e22d
    }

    pre .arg {
        color: #fd9720
    }

.mailbox {
    background-color: #fff;
    border-radius: 10px;
    margin: 30px 0 20px;
    overflow: hidden;
    border: 1px solid #e1e6ef
}

.mailbox-header {
    padding: 0 25px;
    border-bottom: 1px solid #e1e6ef
}

.inbox-toolbar {
    padding-top: 16.5px;
    float: left
}

.mailbox .btn {
    border-radius: 25px;
    border-width: 2px;
    padding: 4px 15px
}

    .mailbox .btn:hover {
        border-width: 2px
    }

.mailbox .btn-default {
    color: #89949B;
    border-color: #efefef;
    background-color: #fff
}

    .mailbox .btn-default:hover {
        color: #fff;
        border-color: #62d0f1;
        background-color: #62d0f1
    }

.mailbox-body .row {
    width: 100%;
    display: table;
    table-layout: fixed
}

.mailbox-body .inbox-nav,
.mailbox-body .inbox-mail {
    display: table-cell;
    vertical-align: top;
    float: none
}

.inbox-nav {
    border-left: 1px solid #e4e5e7
}

.mailbox-sideber {
    margin-top: 20px
}

.profile-usermenu ul {
    margin-bottom: 20px
}

    .profile-usermenu ul li a {
        color: #93a3b5;
        font-size: 13px;
        font-weight: 400
    }

        .profile-usermenu ul li a i {
            margin-left: 8px;
            font-size: 14px
        }

        .profile-usermenu ul li a:hover {
            background-color: rgba(55, 160, 0, 0.1);
            color: #7e1b3f
        }

    .profile-usermenu ul li.active {
        border-bottom: none
    }

        .profile-usermenu ul li.active a {
            color: #7e1b3f;
            background-color: rgba(55, 160, 0, 0.1);
            border-right: 2px solid #7e1b3f;
            margin-right: -2px
        }

.profile-usermenu h6 {
    margin: 0 15px 10px;
    border-bottom: 1px solid #e4e5e7;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600
}

.inbox_item {
    color: inherit;
    display: block;
    padding-bottom: 0 !important;
    padding-right: 25px;
    padding-left: 25px;
    border-bottom: 1px solid #e4e5e7;
    background: #f9f9f9
}

.unread {
    background: #fff
}

.inbox_item:hover,
.inbox_item:focus {
    color: inherit;
    background: rgba(255, 255, 102, 0.2)
}

.inbox_item:last-child {
    border-bottom: none !important
}

.inbox-avatar {
    padding-top: 12.5px;
    padding-bottom: 12.5px
}

    .inbox-avatar img {
        padding: 2px;
        border-radius: 100px;
        border: 2px solid #eee;
        height: 40px;
        width: 40px
    }

.inbox-avatar-text {
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    color: #93a3b5
}

.avatar-name {
    color: #43525A;
    font-weight: 600
}

.badge.avatar-text {
    margin-left: 5px;
    display: inline;
    color: #fff;
    font-size: 72%;
    padding: 3px 10px;
    border-radius: 10px
}

.inbox-date {
    float: left;
    color: #CDCCC8;
    text-align: left
}

    .inbox-date .date {
        position: relative;
        top: 5px
    }

@media(max-width:767px) {
    .mailbox .btn {
        margin-bottom: 10px
    }
}

@media(min-width:1200px) {
    .inbox-avatar-text {
        padding-right: 12.5px
    }
}

.inbox-mail-details {
    line-height: 1.78571
}

.btn {
    border-radius: 2px;
    min-width: 32px;
}


    .btn,
    .btn:hover,
    .btn:focus,
    .btn:active {
        outline: none !important;
    }

.btn-circle {
    min-width: unset !important;
}

.btn-rounded {
    border-radius: 2em
}

.w-md {
    min-width: 110px
}



.btn-primary,
.btn-primary:hover,
.btn-success,
.btn-success:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-inverse,
.btn-inverse:hover,
.btn-purple,
.btn-purple:hover,
.btn-pink,
.btn-pink:hover,
.btn-black,
.btn-black:hover,
.btn-violet,
.btn-violet:hover {
    color: #fff
}

.btn-default.btn-transparent {
    color: #ced0d2;
    background-color: rgba(206, 208, 210, 0.2);
    border-color: rgba(206, 208, 210, 0.3)
}

    .btn-default.btn-transparent:hover,
    .btn-default.btn-transparent:focus,
    .btn-default.btn-transparent:active {
        color: #ced0d2;
        background-color: rgba(206, 208, 210, 0.2);
        border-color: rgba(206, 208, 210, 0.3)
    }

.btn-default.btn-outline {
    color: #ced0d2;
    background-color: transparent
}

    .btn-default.btn-outline:hover,
    .btn-default.btn-outline:focus,
    .btn-default.btn-outline:active {
        color: #fff;
        background-color: #cacbcc
    }

.btn-primary {
    background-color: #7e1b3f;
    border-color: #650025;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active {
        background-color: #b9255b;
        border-color: #7e1b3f;
    }

    .btn-primary.btn-transparent {
        color: #7e1b3f;
        background-color: #7e1b3f;
        border-color: #7e1b3f
    }

        .btn-primary.btn-transparent:hover,
        .btn-primary.btn-transparent:focus,
        .btn-primary.btn-transparent:active {
            color: #7e1b3f;
            background-color: #7e1b3f;
            border-color: #7e1b3f
        }

    .btn-primary.btn-outline {
        color: #7e1b3f;
        background-color: transparent
    }

        .btn-primary.btn-outline:hover,
        .btn-primary.btn-outline:focus,
        .btn-primary.btn-outline:active {
            color: #fff;
            background-color: #7e1b3f
        }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #a20740;
    border-color: #7e1b3f
}

.btn-success {
    background-color: #009688;
    border-color: #009688
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active {
        background-color: #009688;
        border-color: #009688
    }

    .btn-success.btn-transparent {
        color: #37a000;
        background-color: rgba(55, 160, 0, 0.2);
        border-color: rgba(55, 160, 0, 0.3)
    }

        .btn-success.btn-transparent:hover,
        .btn-success.btn-transparent:focus,
        .btn-success.btn-transparent:active {
            color: #37a000;
            background-color: rgba(55, 160, 0, 0.2);
            border-color: rgba(55, 160, 0, 0.3)
        }

    .btn-success.btn-outline {
        color: #009688;
        background-color: transparent
    }

        .btn-success.btn-outline:hover,
        .btn-success.btn-outline:focus,
        .btn-success.btn-outline:active {
            color: #fff;
            background-color: #009688
        }

.btn-info {
    background-color: #0082f1;
    border-color: #0061b3
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info:active {
        background-color: #0061b3;
        border-color: #0061b3
    }

    .btn-info.btn-transparent {
        color: #7e1b3f;
        background-color: #7e1b3f;
        border-color: #7e1b3f
    }

        .btn-info.btn-transparent:hover,
        .btn-info.btn-transparent:focus,
        .btn-info.btn-transparent:active {
            color: #7e1b3f;
            background-color: #7e1b3f;
            border-color: #7e1b3f
        }

    .btn-info.btn-outline {
        color: #7e1b3f;
        background-color: transparent
    }

        .btn-info.btn-outline:hover,
        .btn-info.btn-outline:focus,
        .btn-info.btn-outline:active {
            color: #fff;
            background-color: #7e1b3f
        }

.btn-warning {
    background-color: #FFB61E;
    border-color: #E1A21E
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning:active {
        background-color: #ffc751;
        border-color: #E1A21E
    }

    .btn-warning.btn-transparent {
        color: #ffc751;
        background-color: rgba(255, 199, 81, 0.2);
        border-color: rgba(255, 199, 81, 0.3)
    }

        .btn-warning.btn-transparent:hover,
        .btn-warning.btn-transparent:focus,
        .btn-warning.btn-transparent:active {
            color: #ffc751;
            background-color: rgba(255, 199, 81, 0.2);
            border-color: rgba(255, 199, 81, 0.3)
        }

    .btn-warning.btn-outline {
        color: #FFB61E;
        background-color: transparent
    }

        .btn-warning.btn-outline:hover,
        .btn-warning.btn-outline:focus,
        .btn-warning.btn-outline:active {
            color: #fff;
            background-color: #FFB61E
        }

.btn-danger {
    background-color: #E5343D;
    border-color: #BF2D35
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active {
        background-color: #e7575e;
        border-color: #BF2D35
    }

    .btn-danger.btn-transparent {
        color: #e5343d;
        background-color: rgba(229, 52, 61, 0.2);
        border-color: rgba(229, 52, 61, 0.3)
    }

        .btn-danger.btn-transparent:hover,
        .btn-danger.btn-transparent:focus,
        .btn-danger.btn-transparent:active {
            color: #e5343d;
            background-color: rgba(229, 52, 61, 0.2);
            border-color: rgba(229, 52, 61, 0.3)
        }

    .btn-danger.btn-outline {
        color: #E5343D;
        background-color: transparent
    }

        .btn-danger.btn-outline:hover,
        .btn-danger.btn-outline:focus,
        .btn-danger.btn-outline:active {
            color: #fff;
            background-color: #E5343D
        }

.btn-inverse {
    background-color: #3b3e47;
    border-color: #292d3b
}

    .btn-inverse:hover,
    .btn-inverse:focus,
    .btn-inverse:active {
        background-color: #2f3239;
        border-color: #292d3b
    }

    .btn-inverse.btn-transparent {
        color: #3b3e47;
        background-color: rgba(59, 62, 71, 0.2);
        border-color: rgba(59, 62, 71, 0.3)
    }

        .btn-inverse.btn-transparent:hover,
        .btn-inverse.btn-transparent:focus,
        .btn-inverse.btn-transparent:active {
            color: #3b3e47;
            background-color: rgba(59, 62, 71, 0.2);
            border-color: rgba(59, 62, 71, 0.3)
        }

    .btn-inverse.btn-outline {
        color: #3b3e47;
        background-color: transparent
    }

        .btn-inverse.btn-outline:hover,
        .btn-inverse.btn-outline:focus,
        .btn-inverse.btn-outline:active {
            color: #fff;
            background-color: #3b3e47
        }

.btn-purple {
    background-color: #5b69bc;
    border-color: #4c59a7
}

    .btn-purple:hover,
    .btn-purple:focus,
    .btn-purple:active {
        background-color: #4a59b4;
        border-color: #4c59a7
    }

    .btn-purple.btn-transparent {
        color: #5b69bc;
        background-color: rgba(91, 105, 188, 0.2);
        border-color: rgba(91, 105, 188, 0.3)
    }

        .btn-purple.btn-transparent:hover,
        .btn-purple.btn-transparent:focus,
        .btn-purple.btn-transparent:active {
            color: #5b69bc;
            background-color: rgba(91, 105, 188, 0.2);
            border-color: rgba(91, 105, 188, 0.3)
        }

    .btn-purple.btn-outline {
        color: #5b69bc;
        background-color: transparent
    }

        .btn-purple.btn-outline:hover,
        .btn-purple.btn-outline:focus,
        .btn-purple.btn-outline:active {
            color: #fff;
            background-color: #5b69bc
        }

.btn-pink {
    background-color: #ff8acc;
    border-color: #db6fac
}

    .btn-pink:hover,
    .btn-pink:focus,
    .btn-pink:active {
        background-color: #ff70c1;
        border-color: #db6fac
    }

    .btn-pink.btn-transparent {
        color: #ff8acc;
        background-color: rgba(255, 138, 204, 0.2);
        border-color: rgba(255, 138, 204, 0.3)
    }

        .btn-pink.btn-transparent:hover,
        .btn-pink.btn-transparent:focus,
        .btn-pink.btn-transparent:active {
            color: #ff8acc;
            background-color: rgba(255, 138, 204, 0.2);
            border-color: rgba(255, 138, 204, 0.3)
        }

    .btn-pink.btn-outline {
        color: #ff8acc;
        background-color: transparent
    }

        .btn-pink.btn-outline:hover,
        .btn-pink.btn-outline:focus,
        .btn-pink.btn-outline:active {
            color: #fff;
            background-color: #ff8acc
        }

.btn-black {
    background-color: #263238;
    border-color: #263238
}

    .btn-black:hover,
    .btn-black:focus,
    .btn-black:active {
        background-color: #222;
        border-color: #6B6B6B
    }

    .btn-black.btn-transparent {
        color: #000;
        background-color: rgba(0, 0, 0, 0.2);
        border-color: rgba(0, 0, 0, 0.3)
    }

        .btn-black.btn-transparent:hover,
        .btn-black.btn-transparent:focus,
        .btn-black.btn-transparent:active {
            color: #000;
            background-color: rgba(0, 0, 0, 0.2);
            border-color: rgba(0, 0, 0, 0.3)
        }

    .btn-black.btn-outline {
        color: #000;
        background-color: transparent
    }

        .btn-black.btn-outline:hover,
        .btn-black.btn-outline:focus,
        .btn-black.btn-outline:active {
            color: #fff;
            background-color: #263238
        }

.btn-violet {
    background-color: #8E23E0;
    border-color: #6C13B1
}

    .btn-violet:hover,
    .btn-violet:focus,
    .btn-violet:active {
        background-color: #a13eee;
        border-color: #6C13B1;
        color: #fff;
    }

    .btn-violet.btn-transparent {
        color: #8e23e0;
        background-color: rgba(142, 35, 224, .2);
        border-color: rgba(142, 35, 224, 0.3)
    }

        .btn-violet.btn-transparent:hover,
        .btn-violet.btn-transparent:focus,
        .btn-violet.btn-transparent:active {
            color: #8e23e0;
            background-color: rgba(142, 35, 224, .2);
            border-color: rgba(142, 35, 224, 0.3)
        }

    .btn-violet.btn-outline {
        color: #8E23E0;
        background-color: transparent
    }

        .btn-violet.btn-outline:hover,
        .btn-violet.btn-outline:focus,
        .btn-violet.btn-outline:active {
            color: #fff;
            background-color: #8E23E0
        }

.btn-label {
    position: relative;
    right: -14px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 2px 0 0 2px
}

.btn-labeled {
    padding-top: 0;
    padding-bottom: 0
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px
}

.login-wrapper {
    padding: 10px
}

.back-link {
    float: right;
    width: 100%;
    margin: 10px;
}

.container-center {
    max-width: 400px;
    margin: 10% auto 0;
    padding: 20px
}

    .container-center.lg {
        max-width: 800px
    }

.view-header {
    margin: 10px 0
}

    .view-header .header-icon {
        font-size: 60px;
        color: #7e1b3f;
        width: 68px;
        float: right;
        margin-top: -8px;
        line-height: 0;
    }

    .view-header .header-title {
        margin-right: 68px
    }

        .view-header .header-title h3 {
            margin-bottom: 2px
        }

.lock-wrapper-page {
    margin: 7.5% auto;
    width: 360px;
    padding: 15px
}

.logo-lock {
    font-size: 50px;
    font-weight: 600;
    font-family: Yekan, Tahoma
}

.user-thumb img {
    height: 88px;
    margin: 0 auto;
    width: 88px
}

.lock-wrapper-page .form-control {
    padding-right: 40px;
    border: 1px solid #7e1b3f
}

.lock-wrapper-page .fa-key {
    right: 15px !important;
    top: 10px;
    font-size: 15px;
    position: absolute;
    z-index: 99
}

@media (max-width: 767px) {
    .lock-wrapper-page {
        margin: 15% auto;
        width: 320px
    }
}

.headding_ex h1,
.headding_ex h2,
.headding_ex h3,
.headding_ex h4,
.headding_ex h5,
.headding_ex h6 {
    margin: 0
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.progress {
    /* -webkit-box-shadow: none!important; */
    /* background-color: #bababa; */
    /* box-shadow: none!important; */
    /* height: 10px; */
    /* overflow: visible; */
    /* max-width: 215px */
}

.progress-bar {
    /* box-shadow: none; */
    /* font-size: 8px; */
    /* font-weight: 600; */
    /* line-height: 12px; */
}

.progress-animated {
    -webkit-animation-duration: 5s;
    -webkit-animation-name: animationProgress;
    -webkit-transition: 5s all;
    animation-duration: 5s;
    animation-name: animationProgress;
    transition: 5s all
}

.progress.progress-sm {
    height: 5px !important
}

.progress.progress-md {
    height: 15px !important
}

.progress.progress-lg {
    height: 20px !important
}

.progress.progress-md .progress-bar {
    font-size: 10.8px;
    line-height: 14.4px
}

.progress.progress-lg .progress-bar {
    font-size: 12px;
    line-height: 20px
}

.progress-bar-primary {
    background-color: #428bca
}

.progress-bar-success {
    background-color: #7e1b3f;
}

.progress-bar-info {
    background-color: #62d0f1
}

.progress-bar-warning {
    background-color: #FFB61E
}

.progress-bar-danger {
    background-color: #E5343D
}

.progress-bar-hot {
    background-color: #9e0008
}

.progress-bar-inverse {
    background-color: #3b3e47
}

.progress-bar-pink {
    background-color: #ff8acc
}

.progress-bar-violet {
    background-color: #8E23E0
}

.progress-bar .tooltip {
    position: relative;
    float: left
}

    .progress-bar .tooltip .tooltip-inner {
        background-color: #f5f5f5;
        padding: 4px 8px;
        color: #fff;
        font-weight: 700;
        font-size: 9px
    }

.popOver + .tooltip .tooltip-arrow {
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #263238
}

.progress-bar-primary .tooltip .tooltip-inner {
    background-color: #428bca
}

.progress-bar-primary .tooltip.top .tooltip-arrow {
    border-top: 5px solid #428bca
}

.progress-bar-success .tooltip .tooltip-inner {
    background-color: #7e1b3f
}

.progress-bar-success .tooltip.top .tooltip-arrow {
    border-top: 5px solid #7e1b3f
}

.progress-bar-info .tooltip .tooltip-inner {
    background-color: #62d0f1
}

.progress-bar-info .tooltip.top .tooltip-arrow {
    border-top: 5px solid #62d0f1
}

.progress-bar-warning .tooltip .tooltip-inner {
    background-color: #FFB61E
}

.progress-bar-warning .tooltip.top .tooltip-arrow {
    border-top: 5px solid #FFB61E
}

.progress-bar-danger .tooltip .tooltip-inner {
    background-color: #E5343D
}

.progress-bar-danger .tooltip.top .tooltip-arrow {
    border-top: 5px solid #E5343D
}

.progress-bar-inverse .tooltip .tooltip-inner {
    background-color: #3b3e47
}

.progress-bar-inverse .tooltip.top .tooltip-arrow {
    border-top: 5px solid #3b3e47
}

.progress-bar-pink .tooltip .tooltip-inner {
    background-color: #ff8acc
}

.progress-bar-pink .tooltip.top .tooltip-arrow {
    border-top: 5px solid #ff8acc
}

.progress-bar-violet .tooltip .tooltip-inner {
    background-color: #8E23E0
}

.progress-bar-violet .tooltip.top .tooltip-arrow {
    border-top: 5px solid #8E23E0
}

.card {
    margin-bottom: 20px
}

.card-header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url(../images/profile-bg.jpg);
    background-size: cover;
    background-position: center center;
    padding: 30px 15px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.card-header-menu {
    position: absolute;
    top: 0;
    left: 0;
    height: 4em;
    width: 4em
}

    .card-header-menu:after {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        border-right: 2em solid transparent;
        border-bottom: 2em solid transparent;
        border-left: 2em solid #7e1b3f;
        border-top: 2em solid #7e1b3f;
        border-top-left-radius: 4px
    }

    .card-header-menu i {
        position: absolute;
        top: 9px;
        left: 9px;
        color: #fff;
        z-index: 1
    }

.card-header-headshot {
    height: 6em;
    width: 6em;
    border-radius: 50%;
    border: 2px solid #7e1b3f;
    background-image: url(../images/avatar.png);
    background-size: cover;
    background-position: center center;
    box-shadow: 1px 3px 3px #3E4142
}

.card-content-member {
    position: relative;
    background-color: #fff;
    padding: 1em;
    box-shadow: 0 2px 2px rgba(62, 65, 66, 0.15);
    text-align: center
}

    .card-content-member p i {
        font-size: 16px;
        margin-left: 10px
    }

.card-content-languages {
    background-color: #fff;
    padding: 15px
}

    .card-content-languages .card-content-languages-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: .5em
    }

        .card-content-languages .card-content-languages-group:last-of-type {
            padding-bottom: 0
        }

        .card-content-languages .card-content-languages-group > div:first-of-type {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 5em;
            flex: 0 0 5em
        }

    .card-content-languages h4 {
        line-height: 1.5em;
        margin: 0;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: .5px
    }

    .card-content-languages li {
        display: inline-block;
        padding-left: .5em;
        font-size: .9em;
        line-height: 1.5em
    }

.card-content-summary {
    background-color: #fff;
    padding: 15px
}

    .card-content-summary p {
        text-align: center;
        font-size: 12px;
        font-weight: 600
    }

.card-footer-stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #2c3136
}

    .card-footer-stats div {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 33%;
        flex: 1 0 33%;
        padding: .75em
    }

        .card-footer-stats div:nth-of-type(2) {
            border-right: 1px solid #3E4142;
            border-left: 1px solid #3E4142
        }

    .card-footer-stats p {
        font-size: .8em;
        color: #A6A6A6;
        margin-bottom: .4em;
        font-weight: 600;
        text-transform: uppercase
    }

    .card-footer-stats i {
        color: #ddd
    }

    .card-footer-stats span {
        color: #ddd
    }

        .card-footer-stats span.stats-small {
            font-size: .9em
        }

.card-footer-message {
    background-color: #7e1b3f;
    padding: 15px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

    .card-footer-message h4 {
        margin: 0;
        text-align: center;
        color: #fff;
        font-weight: 400
    }

.review-number {
    float: right;
    width: 35px;
    line-height: 1
}

    .review-number div {
        height: 9px;
        margin: 5px 0
    }

.review-progress {
    float: right;
    width: 230px
}

    .review-progress .progress {
        margin: 8px 0
    }

.progress-number {
    margin-right: 10px;
    float: right
}

.rating-block,
.review-block {
    background-color: #fff;
    border: 1px solid #e1e6ef;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px
}

.review-block {
    margin-bottom: 20px
}

.review-block-img img {
    height: 60px;
    width: 60px
}

.review-block-name {
    font-size: 12px;
    margin: 10px 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px
}

    .review-block-name a {
        color: #374767
    }

.review-block-date {
    font-size: 12px
}

.review-block-rate {
    font-size: 13px;
    margin-bottom: 15px
}

.review-block-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px
}

.review-block-description {
    font-size: 13px
}

#calendar {
    max-width: 900px;
    margin: 0 auto
}

#external-events h4 {
    margin-top: 0
}

#external-events .fc-event {
    margin: 10px 0;
    cursor: pointer
}

#external-events p {
    margin: 1.5em 0 0;
    font-size: 13px
}

    #external-events p input {
        margin: 0;
        vertical-align: middle
    }

    #external-events p label {
        font-weight: 600
    }

.cbp_tmtimeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #e1e6ef;
    right: 20.5%;
    margin-right: -10px
}

.cbp_tmtimeline > li .cbp_tmtime {
    display: block;
    width: 25%;
    padding-left: 100px;
    position: absolute
}

    .cbp_tmtimeline > li .cbp_tmtime span {
        display: block;
        text-align: left;
        font-family: Yekan, Tahoma
    }

        .cbp_tmtimeline > li .cbp_tmtime span:first-child {
            font-size: 15px;
            color: #7e1b3f;
            font-weight: 600
        }

        .cbp_tmtimeline > li .cbp_tmtime span:last-child {
            font-size: 50px
        }

.cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 27% 15px 0;
    background: #fff;
    padding: 2em;
    position: relative;
    border-radius: 4px;
    border: 1px solid #e1e6ef
}

    .cbp_tmtimeline > li .cbp_tmlabel h2 {
        margin-top: 0;
        padding: 0 0 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4)
    }

    .cbp_tmtimeline > li .cbp_tmlabel:after {
        left: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-left-color: #fff;
        border-width: 10px;
        top: 15px
    }

.cbp_tmtimeline > li i {
    width: 50px;
    height: 50px;
    speak: none;
    text-transform: none;
    font-size: 24px;
    line-height: 46px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #374767;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    right: 19.4%;
    top: 0;
    margin: 0 -25px 0 0;
    border: 2px solid #e1e6ef
}

@media screen and (max-width: 65.375em) {
    .cbp_tmtimeline > li .cbp_tmtime span:last-child {
        font-size: 25px
    }
}

@media screen and (max-width: 47.2em) {
    .cbp_tmtimeline:before {
        display: none
    }

    .cbp_tmtimeline > li .cbp_tmtime {
        width: 100%;
        position: relative;
        padding: 0 0 20px
    }

        .cbp_tmtimeline > li .cbp_tmtime span {
            text-align: right
        }

    .cbp_tmtimeline > li .cbp_tmlabel {
        margin: 0 0 30px !important;
        padding: 1em;
        font-weight: 400;
        font-size: 95%
    }

        .cbp_tmtimeline > li .cbp_tmlabel:after {
            left: auto;
            right: 20px;
            border-left-color: transparent;
            border-bottom-color: #fff;
            top: -20px
        }

    .cbp_tmtimeline > li i {
        position: relative;
        float: left;
        right: auto;
        margin: -55px 0 0
    }
}

.label-pill {
    border-radius: 5em
}

.label-default-outline {
    color: #777;
    background-color: transparent;
    border: 2px solid #ced0d2
}

.label-default {
    color: #fff;
    background-color: #ced0d2;
    border: 2px solid #ced0d2
}

.label-primary-outline {
    color: #3a95e4;
    background-color: transparent;
    border: 2px solid #3a95e4
}

.label-primary {
    color: #fff;
    background-color: #3a95e4;
    border: 2px solid #3a95e4
}

.label-success-outline {
    color: #37a000;
    background-color: transparent;
    border: 2px solid #7e1b3f
}

.label-success {
    color: #fff;
    background-color: #7e1b3f;
    border: 2px solid #7e1b3f
}

.label-info-outline {
    color: #53d4fa;
    background-color: transparent;
    border: 2px solid #53d4fa
}

.label-info {
    color: #fff;
    background-color: #53d4fa;
    border: 2px solid #53d4fa
}

.label-warning-outline {
    color: #ffc751;
    background-color: transparent;
    border: 2px solid #ffc751
}

.label-warning {
    color: #fff;
    background-color: #ffc751;
    border: 2px solid #ffc751
}

.label-danger-outline {
    color: #E5343D;
    background-color: transparent;
    border: 2px solid #E5343D
}

.label-danger {
    color: #fff;
    background-color: #E5343D;
    border: 2px solid #E5343D
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #3a95e4
}

.nav-pills > li > a:hover {
    color: #3a95e4;
    background-color: transparent
}

.nav-pills > li > a {
    border-radius: 5px;
    padding: 10px;
    color: #3a95e4;
    font-weight: 600
}

.badge-inner {
    margin-bottom: 15px
}

    .badge-inner a {
        color: #3a95e4;
        font-weight: 600
    }

.badge {
    color: #fff;
    background-color: #3a95e4;
    font-size: 10px;
    border-radius: 5px;
    padding: 6px 7px
}

.active .badge {
    color: #9875ab !important
}

.alert {
    border: 1px solid transparent;
    border-radius: 5px;
}

.alert-success {
    color: #fff;
    background-color: #7e1b3f;
    border-color: #349800
}

    .alert-success .close {
        color: #349800
    }

.alert-info {
    color: #161817;
    background-color: #f7de66;
    border-color: #c3ab33;
}

    .alert-info .close {
        color: #00b1e6
    }

.alert-warning {
    color: #fff;
    background-color: #ffc751;
    border-color: #efa200
}

    .alert-warning .close {
        color: #efa200
    }

.alert-danger {
    color: #fff;
    background-color: #E5343D;
    border-color: #BD000A
}

    .alert-danger .close {
        color: #BD000A
    }

.alert-dismissible .close {
    font-size: 16px;
    top: -14px;
    left: -31px;
    text-shadow: none;
    opacity: 1
}

    .alert-dismissible .close:hover {
        opacity: .8
    }

.alert-sm {
    font-size: 13px;
    padding: 5px
}

.alert i {
    margin: 0 5px 0 10px
}

.alert-sm.alert-dismissible .close {
    top: -5px;
    left: -2px
}

.middle-box,
.middle-box2 {
    max-width: 768px;
    z-index: 100;
    margin: 0 auto;
    padding: 15px;
    padding-top: 40px
}

.error-text h3 span {
    font-weight: 400
}

.error-desc {
    text-align: right
}

    .error-desc p {
        font-family: Yekan, Tahoma
    }

    .error-desc .navbar-form {
        margin-top: 30px
    }

        .error-desc .navbar-form .form-control {
            border: 1px solid #7e1b3f
        }

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@media (max-width: 767px) {
    .error-text h1 {
        font-size: 115px;
        font-weight: 800;
        margin-bottom: 0;
        text-align: center
    }

    .error-text h3 {
        font-size: 30px;
        text-align: center;
        font-weight: 300;
        margin-top: 0;
        margin-bottom: 25px
    }

    .error-desc p {
        font-size: 16px;
        text-align: center;
        margin-bottom: 25px
    }
}

@media (min-width: 768px) {
    .error-text h1 {
        font-size: 280px;
        font-weight: 800;
        float: right
    }

    .error-text h3 {
        font-size: 55px;
        text-transform: uppercase;
        text-align: right;
        margin-right: 19px;
        font-weight: 300;
        float: right;
        margin-top: 140px
    }

    .error-desc p {
        font-size: 18px
    }

    .arrow {
        position: absolute;
        bottom: 0;
        right: 168px
    }

    .bounce {
        -webkit-animation: bounce 2s infinite;
        animation: bounce 2s infinite
    }

    .m-r-90 {
        margin-left: 155px
    }

    .m-l-90 {
        margin-right: 155px
    }

    .error-desc .navbar-form {
        padding: 0
    }
}

.error-text2 h1 {
    font-size: 280px;
    font-weight: 800
}

.error-desc2 p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .error-text2 h1 {
        font-size: 115px
    }

    .error-desc2 p {
        font-size: 14px
    }
}

.wdgt-row,
.prd-img {
    position: relative
}

.wdgt-row {
    text-align: center !important
}

    .wdgt-row img {
        width: 100%
    }

.wdt-head {
    font-size: 19px;
    font-weight: 700;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    color: #fff;
    position: absolute;
    right: 20px;
    bottom: 15px
}

.country-select {
    position: absolute;
    top: 10px;
    left: 10px
}

.styled {
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 4px 8px;
    font-size: 12px
}

.today-status {
    margin-top: 30px
}

.weather-full-info {
    color: #cbcbcb
}

    .weather-full-info h1 {
        font-size: 14px;
        font-weight: 600;
        margin: 0 0 15px;
        color: #374767
    }

    .weather-full-info .today-status i {
        font-size: 70px;
        color: #7e1b3f
    }

    .weather-full-info .degree {
        font-size: 25px;
        font-weight: 600;
        display: inline-block;
        position: absolute
    }

        .weather-full-info .degree:after {
            content: "o";
            position: relative;
            top: -12px;
            font-size: 16px
        }

    .weather-full-info ul {
        margin: 0;
        padding: 0;
        float: right
    }

        .weather-full-info ul li {
            display: inline-block;
            width: 31.1%;
            text-align: center;
            border: 1px solid #f1f2f7;
            margin: 2px;
            padding: 5px;
            float: right
        }

    .weather-full-info h2 {
        font-size: 12px;
        margin: 0 0 10px
    }

    .weather-full-info ul li i {
        font-size: 25px
    }

    .weather-full-info .statistics {
        padding-top: 5px
    }

        .weather-full-info .statistics:after {
            content: "o";
            position: relative;
            top: -5px;
            font-size: 10px
        }

@media (max-width: 767px) {
    .today-status {
        text-align: center;
        margin-bottom: 30px
    }

    .weather-full-info ul {
        padding: 0
    }

        .weather-full-info ul li {
            width: 31.55%;
            margin-bottom: 2px
        }
}

@media(min-width:768px) and (max-width:991px) {
    .today-status {
        padding-right: 15px !important
    }

    .weather-full-info {
        margin-top: 15px !important
    }

        .weather-full-info ul li {
            width: 31.8%
        }
}

.twt-feed {
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    color: #FFF;
    padding: 40px 10px 10px;
    position: relative;
    min-height: 170px
}

    .twt-feed.blue-bg {
        background: #7e1b3f
    }

.corner-ribon {
    text-align: center;
    width: 71px;
    height: 71px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px
}

.black-ribon {
    background: url(../images/twitter_corner_black.png) no-repeat
}

.corner-ribon i {
    padding: 10px 35px 0 0;
    color: #fff
}

.twt-feed .wtt-mark {
    color: rgba(255, 255, 255, 0.15);
    font-size: 160px;
    position: absolute;
    top: 10px;
    right: 40%
}

.twt-feed a {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    float: right;
    margin: 0 10px
}

    .twt-feed a img {
        height: 85px;
        width: 85px;
        border-radius: 50%;
        -webkit-border-radius: 50%
    }

.twt-feed h1 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #fff
}

.twt-feed p {
    color: #fff
}

.twt-category {
    display: inline-block;
    margin-bottom: 11px;
    margin-top: 10px;
    width: 100%;
    padding: 15px 10px;
    color: #74829C
}

    .twt-category ul {
        padding: 0;
        margin: 0;
        display: inline-block;
        width: 100%
    }

        .twt-category ul li {
            display: inline-block;
            width: 32%;
            text-align: center;
            color: #fff;
            font-size: 13px;
            padding: 5px;
            border-radius: 4px
        }

            .twt-category ul li.tweets-color {
                background-color: #58C9F3
            }

            .twt-category ul li.following-color {
                background-color: #FFB61E
            }

            .twt-category ul li.followers-color {
                background-color: #E5343D
            }

    .twt-category h5 {
        font-size: 18px;
        font-weight: 400 !important
    }

    .twt-category ul li h5 {
        margin: 0 0 5px;
        text-transform: uppercase;
        font-weight: 300
    }

.twt-write .t-text-area {
    background: #f4f4f6;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: none;
    height: 40px;
    color: #c9c9c9;
    margin-bottom: 20px;
    padding-top: 10px
}

.twt-footer {
    padding: 12px 15px
}

    .twt-footer,
    .twt-footer a {
        color: #d2d2d2
    }

        .twt-footer i {
            padding-left: 10px
        }

.monthly_calender {
    width: 100%;
    max-width: 600px;
    display: inline-block
}

.profile-widget .panel-heading {
    min-height: 200px;
    background: #fff url(../images/The-Lion-King-Desktop-1024x640.jpg) no-repeat top center;
    background-size: cover
}

.profile-widget .media-heading {
    color: #5B5147
}

.profile-widget .panel-body {
    padding: 25px 15px
}

    .profile-widget .panel-body .img-circle {
        height: 90px;
        width: 90px;
        padding: 8px;
        border: 1px solid #e2dfdc
    }

.profile-widget .panel-footer {
    padding: 0;
    border: none
}

    .profile-widget .panel-footer .btn-group .btn {
        border: none;
        font-size: 1.2em;
        background-color: #F6F1ED;
        color: #BAACA3;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        padding: 15px 0
    }

        .profile-widget .panel-footer .btn-group .btn:hover {
            color: #F6F1ED;
            background-color: #8F7F70
        }

    .profile-widget .panel-footer .btn-group > .btn:not(:first-child) {
        border-right: 1px solid #fff
    }

    .profile-widget .panel-footer .btn-group .highlight {
        color: #E56E4C
    }

.login-widget .panel-body .input-group {
    margin-bottom: 15px
}

.login-widget .panel-footer {
    padding: 0;
    border: none
}

    .login-widget .panel-footer .login-btn {
        padding: 20px 20px 10px
    }

    .login-widget .panel-footer .facebook {
        background-color: #3b5998;
        color: #fff;
        padding: 15px;
        display: block
    }

.pie-chart-widget .panel-body {
    padding: 0
}

.pie-chart-widget .panel-footer {
    background-color: #fff;
    padding: 0;
    margin-top: 20px
}

    .pie-chart-widget .panel-footer .btn {
        border: none;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        padding: 12px 0;
        color: #fff;
        background-color: #474751
    }

        .pie-chart-widget .panel-footer .btn:hover {
            background-color: #2C2C38
        }

.pie-chart-widget h2 {
    font-weight: 300;
    margin: 3px 0 0
}

.pie-chart-widget .legend li {
    padding: 10px;
    color: #bdbdbd;
    font-size: 13px
}

.list-block {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border: none
}

    .list-block ul {
        display: table-row
    }

    .list-block li {
        display: table-cell;
        margin: 0
    }

.user-widget {
    border: 1px solid #e1e6ef;
    border-radius: 4px
}

    .user-widget .list-group-item {
        border: 0;
        color: #474751;
        padding: 15px
    }

    .user-widget a.list-group-item:hover {
        background-color: #F8F3F0;
        color: #64584C
    }

        .user-widget a.list-group-item:hover i.fa {
            color: #E35935
        }

    .user-widget .heading {
        background-color: #474751;
        padding: 25px 15px
    }

        .user-widget .heading .text-wrap {
            padding: 20px 0
        }

    .user-widget .img-circle {
        height: 90px;
        width: 90px;
        padding: 8px;
        border: 1px solid #a6a6a6;
        margin-left: 10px;
        float: right
    }

    .user-widget .heading .list-group-item-heading {
        font-weight: 600;
        color: #fff
    }

.todo-list {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    font-size: 13px
}

    .todo-list li {
        background: #f3f3f4;
        border-right: none;
        border-left: none;
        border-radius: 4px;
        color: inherit;
        margin-bottom: 2px;
        padding: 8px 12px 6px 6px
    }

    .todo-list .checkbox {
        margin: 0
    }

        .todo-list .checkbox label {
            line-height: 16px
        }

    .todo-list input[type="checkbox"]:checked + label {
        text-decoration: line-through;
        color: grey
    }

.social-widget {
    overflow: hidden;
    background: #FFF;
    border: 1px #e8e8e8 solid;
    clear: both
}

    .social-widget ul {
        display: block;
        overflow: hidden;
        text-align: center;
        margin: 0;
        padding: 0;
        margin-bottom: -1px;
        position: relative;
        list-style: none
    }

        .social-widget ul li {
            margin: 0;
            padding: 0;
            line-height: 15px;
            display: inline-block;
            float: right;
            width: 50%;
            border: 1px solid #e8e8e8;
            border-width: 0 0 1px
        }

            .social-widget ul li:nth-child(2n+1) {
                border-width: 0 1px 1px 0
            }

            .social-widget ul li i {
                font-size: 80px
            }

            .social-widget ul li:hover i {
                text-shadow: 0 5px 0 #212121
            }

.fb_inner {
    background-color: #3e5b98;
    padding: 15px;
    color: #fff
}

.twitter_inner {
    background-color: #4da7de;
    padding: 15px;
    color: #fff
}

.g_plus_inner {
    background-color: #dd4b39;
    padding: 15px;
    color: #fff
}

.dribble_inner {
    background-color: #e84d88;
    padding: 15px;
    color: #fff
}

.social-widget ul li .sc-num {
    display: block;
    font-size: 19px;
    padding: 10px 0
}

.social-widget ul li li small {
    font-size: 85%;
    color: #c9c9c9
}

.modal-text-header h1 {
    font-size: 2.625em;
    line-height: 1.3;
    font-weight: 300;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #e1e6ef;
    margin: 0 -15px 15px
}

.modal-text-header span {
    display: block;
    font-size: 60%;
    opacity: .7;
    padding: 0 .1em .6em 0
}

.column .modal-text {
    font-weight: 300;
    font-size: 18px;
    padding: 0;
    line-height: 1.5
}

@media (max-width: 767px) {
    .column {
        padding: 0
    }

        .column .modal-text {
            text-align: right
        }

    .modal-text-header h1 {
        margin-bottom: 15px
    }
}

@media (min-width: 1200px) {
    .column {
        padding: 2em;
        position: relative
    }

    .modal-text-header h1 {
        margin-bottom: 20px
    }

    .column .modal-text {
        text-align: left;
        font-size: 2em
    }
}

.modal-content {
    border-radius: 0;
    border: 1px;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e1e6ef;
    background-color: #f7f9fa
}

.modal-footer {
    background: white;
}

.modal-title {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
}

    .modal-title span {
        font-weight: normal;
    }

.modal-success .modal-header {
    background-color: #7e1b3f
}

    .modal-success .modal-header .modal-title,
    .modal-primary .modal-header .modal-title,
    .modal-warning .modal-header .modal-title,
    .modal-danger .modal-header .modal-title {
        color: #fff
    }

.modal-primary .modal-header {
    background-color: #428bca
}

.modal-warning .modal-header {
    background-color: #FFB61E
}

.modal-danger .modal-header {
    background-color: #E5343D
}

.i-check {
    margin: 5px 0
}

    .i-check label {
        cursor: pointer
    }

.toggle-example .toggle {
    margin-left: 10px;
    margin-bottom: 10px
}

.toggle.ios,
.toggle-on.ios,
.toggle-off.ios {
    border-radius: 20px
}

    .toggle.ios .toggle-handle {
        border-radius: 20px
    }

.toggle.android {
    border-radius: 0
}

    .toggle.android .toggle-handle {
        border-radius: 0
    }

.slow .toggle-group {
    transition: right .7s;
    -webkit-transition: right .7s
}

.fast .toggle-group {
    transition: right .1s;
    -webkit-transition: right .1s
}

.quick .toggle-group {
    transition: none;
    -webkit-transition: none
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.form-check {
    padding-bottom: 20px
}

#form_item .form-check {
    padding-bottom: 0px;
    margin: 0 15px;
    padding: 0;
}

.panel-header {
    margin-bottom: 40px
}

/* input[type=radio]:checked ~ .check {
	border: 5px solid #7e1b3f
}

input[type=radio]:checked ~ .check::before {
	background: #7e1b3f
}

input[type=radio]:checked ~ label {
	color: #7e1b3f
} */

input[type=radio] {
    vertical-align: middle;
    margin-left: 6px !important;
    float: right;
}

    input[type=radio] ~ label {
    }

.dataTables_length {
    padding-bottom: 15px
}

.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: left
}

.pagination {
    display: inline-block;
    margin-bottom: 0
}

    .pagination a {
        color: #000;
        float: right;
        padding: 8px 16px;
        text-decoration: none
    }

        .pagination a.active {
            border-radius: 5px
        }

        .pagination a:hover:not(.active) {
            border-radius: 5px
        }

.filter-content {
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px 10px;
    margin-bottom: 0
}

.btn-list {
    margin-left: 10px;
    margin-bottom: 10px
}

.reset-button {
    margin-bottom: 15px;
}


/* ================ Order Details ================ */
#order_detail {
}

    #order_detail tr td span {
        color: #777777;
        width: 130px;
        display: inline-block;
    }

        #order_detail tr td span i {
            width: 14px;
            text-align: center;
            margin-left: 5px;
        }

    #order_detail tr td h6 {
        margin: 0;
        display: inline-block;
        font-size: unset;
    }

    #order_detail tr td .progress {
        margin: 0;
        width: calc(100% - 130px);
        display: inline-block;
        height: 18px;
        vertical-align: -4px;
    }

        #order_detail tr td .progress .progress-bar {
            min-width: 75px !important;
            max-width: 100% !important;
            box-shadow: none;
        }

    #order_detail tr td p {
        margin: 7px 20px 5px 0;
    }


#orderItemList tr td .progress {
    margin: 0;
    width: 100%;
    min-width: 100px;
    display: inline-block;
    height: 18px;
    vertical-align: -4px;
}

    #orderItemList tr td .progress .progress-bar {
        font-size: 10px;
        min-width: 11px;
        max-width: 100%;
    }

#tbl_list tr td .progress {
    margin: 0;
    width: 100%;
    min-width: 100px;
    display: inline-block;
    height: 18px;
    vertical-align: -4px;
}

    #tbl_list tr td .progress .progress-bar {
        font-size: 10px;
        min-width: 11px;
        max-width: 100%;
    }


/* ================ Order Details */


/* ================ Reports ================ */
.iradio_square-green + label, .icheckbox_square-green + label {
    cursor: pointer;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    display: inline-block;
}

    .iradio_square-green + label:hover, .icheckbox_square-green + label:hover {
        color: #7e1b3f;
    }

.iradio_square-green.checked + label, .icheckbox_square-green.checked + label {
    color: #7e1b3f;
}

.iradio_square-green.disabled + label, .icheckbox_square-green.disabled + label {
    color: #c3c3c3;
    cursor: not-allowed;
}

.iradio_square-green.checked.disabled + label, .icheckbox_square-green.checked.disabled + label {
    color: #c3c3c3
}


#reportResult fieldset, #tab-setting fieldset {
    margin: 0 0 15px 0;
}

#reportResult fieldset {
    margin: 0;
    padding: 0 3px 15px;
}

    #reportResult fieldset legend {
    }
/* ================ Reports */


/* ================ Access Level ================ */
.access_tbl {
}

    .access_tbl label {
        font-weight: normal;
        display: inline-block;
    }
/* ================ Access Level */


/* ================ CRM ================ */
.crm_profile {
    max-width: 100%;
}

.fullDateInputPicker {
    display: block;
    width: 338px;
    float: right;
}

    .fullDateInputPicker span {
        display: block;
        float: right;
    }

        .fullDateInputPicker span:nth-child(1) {
            line-height: 30px;
            margin-left: 3px;
        }

        .fullDateInputPicker span:nth-child(3), .fullDateInputPicker span:nth-child(5), .fullDateInputPicker span:nth-child(9), .fullDateInputPicker span:nth-child(11) {
            border: 1px solid #ccc;
            height: 34px;
            line-height: 32px;
            border-radius: 0;
            border-right: 0;
            border-left: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        }

        .fullDateInputPicker span:nth-child(7) {
            line-height: 30px;
            margin-left: 3px;
            margin-right: 15px;
        }

    .fullDateInputPicker input {
        display: block;
        float: right;
        padding: 0 !important;
        text-align: left;
    }

        .fullDateInputPicker input:nth-child(2), .fullDateInputPicker input:nth-child(8) {
            width: 36px;
            border-radius: 0 4px 4px 0;
            border-left: 0;
        }

        .fullDateInputPicker input:nth-child(4), .fullDateInputPicker input:nth-child(10) {
            width: 36px;
            border-radius: 0;
            border-left: 0;
            border-right: 0;
        }

        .fullDateInputPicker input:nth-child(6) {
            width: 54px;
            border-radius: 4px 0 0 4px;
            border-right: 0;
        }

        .fullDateInputPicker input:nth-child(12) {
            width: 36px;
            border-radius: 4px 0 0 4px;
            border-right: 0;
        }

    .fullDateInputPicker + button {
        display: block;
        float: right;
        height: 34px;
        border-radius: 4px;
        margin-right: 5px;
        width: calc(100% - 343px);
    }


.popTBL {
}

    .popTBL tbody {
    }

        .popTBL tbody tr td:nth-child(1), .popTBL tbody tr td:nth-child(3) {
            color: #a7a7a7;
            font-size: 12px;
        }

            .popTBL tbody tr td:nth-child(1) i, .popTBL tbody tr td:nth-child(3) i {
            }
/* ================ CRM */



/* ================ Chat style ================ */
.chat_bottom {
}

    .chat_bottom textarea {
        width: calc(100% - 94px) !important;
        display: block;
        resize: vertical;
        float: right;
        /* height: 60px; */
    }

    .chat_bottom button {
        display: block;
        float: right;
        width: 90px;
        margin-right: 4px;
        margin-bottom: 4px;
        padding: 7px 0 8px;
        font-size: 13px;
    }

        .chat_bottom button i {
            margin-left: 5px;
            font-size: 14px;
        }

.chat-content {
    min-height: 200px;
    padding: 10px;
    background: url("../images/chat-bg.jpg?");
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    margin-bottom: 7px;
    display: inline-block;
    width: 100%;
}

    .chat-content > img {
        margin: 25px auto;
        display: block;
    }


.self_message {
    display: block;
    float: right;
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}

    .self_message .msg_profilePic {
        width: 44px;
        height: 44px;
        position: absolute;
        bottom: 1px;
    }

        .self_message .msg_profilePic img {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            position: absolute;
            bottom: 0;
        }

    .self_message .msg_content {
        display: block;
        margin-right: 50px;
        width: calc(100% - 50px);
        max-width: 660px;
        float: right;
        background: #c9ffb3;
        border-radius: 10px 10px 0px 10px;
        padding: 5px 10px;
        /* box-shadow: -1px 1px 2px #ad8686; */
    }

    .self_message.focus .msg_content {
        background: #8cf394 !important;
    }

    .self_message .msg_content:before {
        content: "";
        width: 7px;
        height: 7px;
        background: url("../images/comment-corner-self.png") no-repeat;
        position: absolute;
        right: 43px;
        bottom: 0;
    }

    .self_message .msg_writer {
        /* font-weight: bold; */
        font-size: 13px;
        margin-bottom: 7px;
        padding-bottom: 4px;
        border-bottom: 1px solid #bbf7a3;
        color: #7e1b3f;
    }

    .self_message .msg_text {
        color: #122900;
        font-size: 14px;
    }

    .self_message .msg_time {
        font-size: 12px;
        margin-top: 7px;
        padding-top: 4px;
        border-top: 1px solid #bbf7a3;
        color: #2a3f54;
    }

        .self_message .msg_time i {
            font-size: 11px;
        }


.other_message {
    display: block;
    float: left;
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}

    .other_message .msg_profilePic {
        width: 44px;
        height: 44px;
        position: absolute;
        bottom: 1px;
        left: 0;
    }

        .other_message .msg_profilePic img {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            position: absolute;
            bottom: 0;
        }

    .other_message .msg_content {
        display: block;
        margin-left: 50px;
        width: calc(100% - 50px);
        max-width: 660px;
        float: left;
        background: #faffb3;
        border-radius: 10px 10px 10px 0px;
        padding: 5px 10px;
        /* box-shadow: -1px 1px 2px #ad8686; */
    }

    .other_message.focus .msg_content {
        background: #fdff61 !important;
    }

    .other_message .msg_content:before {
        content: "";
        width: 7px;
        height: 7px;
        background: url("../images/comment-corner-other.png") no-repeat;
        position: absolute;
        left: 43px;
        bottom: 0;
    }

    .other_message .msg_writer {
        /* font-weight: bold; */
        font-size: 13px;
        margin-bottom: 7px;
        padding-bottom: 4px;
        border-bottom: 1px solid #ebf556;
        color: #8e4800;
    }

    .other_message .msg_text {
        color: #122900;
        font-size: 14px;
    }

    .other_message .msg_time {
        font-size: 12px;
        margin-top: 7px;
        padding-top: 4px;
        border-top: 1px solid #ebf556;
        color: #6d6b1e;
    }

        .other_message .msg_time i {
            font-size: 11px;
        }

/* ================ Chat style */




/* ================ Action Style ================ */
#marketing_detail_tbl tbody tr td:nth-child(1),
#marketing_detail_tbl tbody tr td:nth-child(3) {
    width: 122px;
    color: #828282;
    font-size: 13px;
}

    #marketing_detail_tbl tbody tr td:nth-child(1) i,
    #marketing_detail_tbl tbody tr td:nth-child(3) i {
        width: 16px;
        text-align: center;
        margin-left: 1px;
    }

#marketing_detail_tbl tbody tr td:nth-child(2),
#marketing_detail_tbl tbody tr td:nth-child(4) {
    width: calc(50% - 122px);
}

/* ================ Action Style */


/* ================ Timeline Style ================ */
.timeline {
    display: block;
    width: 100%;
    position: relative;
}

    .timeline:before {
        content: "";
        width: 4px;
        height: 100%;
        background: #e4e5e7;
        position: absolute;
        right: 50%;
        margin-right: -2px;
        bottom: 0;
        top: 0;
    }


    .timeline .timeline-date {
        background: #e4e5e7;
        display: block;
        margin: 0 auto;
        position: relative;
        width: 100px;
        text-align: center;
        padding: 3px;
        border-radius: 2px;
        color: #003467;
        font-weight: bold;
    }

        .timeline .timeline-date:last-child {
            margin-top: 20px
        }


    .timeline .action.response {
        width: calc(50% - 40px);
        right: calc(50% + 32px);
        background: beige;
        margin-top: 20px;
        display: block;
        position: relative;
        padding: 10px 14px;
        border-radius: 3px;
    }

        .timeline .action.response:before {
            content: "";
            width: 17px;
            height: 17px;
            background: beige;
            right: -7px;
            top: calc(50% - 8.5px);
            position: absolute;
            transform: rotate(45deg);
            border-radius: 3px;
        }

        .timeline .action.response img {
            border-radius: 50%;
            width: 44px;
            height: 44px;
            position: absolute;
            right: -54px;
            top: calc(50% - 22px);
            border: 4px solid #fff;
        }

        .timeline .action.response .action-time {
            color: #7b7b4f;
            font-size: 13px;
            display: inline-block;
            margin-left: 15px;
            margin-bottom: 5px;
        }

        .timeline .action.response .action-user {
            color: #7b7b4f;
            font-size: 13px;
            display: inline-block;
            float: left;
            margin-bottom: 5px;
        }

        .timeline .action.response .action-mode {
            background: #ffffffc7;
            font-size: 13px;
            padding: 5px 8px;
            color: #bbbd9d;
            margin-top: 10px;
            margin-bottom: 3px;
            border-radius: 4px;
        }

            .timeline .action.response .action-mode span {
                margin-left: 4px;
            }

        .timeline .action.response .action-access {
            background: #ececc7;
            font-size: 13px;
            padding: 5px 8px 0;
            color: #b9b99c;
            margin-top: 10px;
            margin-bottom: 3px;
            border-radius: 4px;
        }

            .timeline .action.response .action-access span {
                display: inline-block;
                background: #dadab7;
                color: #717353;
                margin-bottom: 5px;
                margin-left: 5px;
                border-radius: 3px;
                font-size: 12px;
                padding: 1px 7px;
            }

        .timeline .action.response .action-comment {
            background: #ffffffc7;
            font-size: 13px;
            padding: 5px 8px;
            color: #4a4a4a;
            margin-top: 10px;
            margin-bottom: 3px;
            border-radius: 4px;
        }

            .timeline .action.response .action-comment span {
                display: block;
                color: #d2d2d2;
                margin-bottom: 6px;
            }


    .timeline .action.request {
        width: calc(50% - 40px);
        /* left: calc(50% + 32px); */
        left: -8px;
        background: #d3efeb;
        margin-top: 20px;
        display: block;
        position: relative;
        padding: 10px 14px;
        border-radius: 3px;
    }

        .timeline .action.request:before {
            content: "";
            width: 17px;
            height: 17px;
            background: #d3efeb;
            left: -7px;
            top: calc(50% - 8.5px);
            position: absolute;
            transform: rotate(45deg);
            border-radius: 3px;
        }

        .timeline .action.request img {
            border-radius: 50%;
            width: 44px;
            height: 44px;
            position: absolute;
            left: -54px;
            top: calc(50% - 22px);
            border: 4px solid #fff;
        }

        .timeline .action.request .action-time {
            color: #336d65;
            font-size: 13px;
            display: inline-block;
            margin-left: 15px;
            margin-bottom: 5px;
        }

        .timeline .action.request .action-user {
            color: #336d65;
            font-size: 13px;
            display: inline-block;
            float: left;
            margin-bottom: 5px;
        }

        .timeline .action.request .action-timing {
            background: #b1e2db;
            font-size: 13px;
            padding: 5px 8px;
            color: #255d54;
            margin-top: 10px;
            margin-bottom: 3px;
            border-radius: 4px;
            font-weight: bold;
        }

            .timeline .action.request .action-timing span {
                color: #517974;
                margin-left: 4px;
                font-weight: normal;
            }

                .timeline .action.request .action-timing span i {
                }

        .timeline .action.request .action-comment {
            background: #ffffffc7;
            font-size: 13px;
            padding: 5px 8px;
            color: #4a4a4a;
            margin-top: 10px;
            margin-bottom: 3px;
            border-radius: 4px;
        }

            .timeline .action.request .action-comment span {
                display: block;
                color: #d2d2d2;
                margin-bottom: 6px;
            }




    .timeline .info-part {
        background: #e4e5e7;
        display: block;
        margin: 20px auto 0;
        position: relative;
        width: max-content;
        text-align: center;
        padding: 4px;
        border-radius: 2px;
        color: #003467;
    }

        .timeline .info-part div {
            display: inline-block;
            font-size: 12px;
            padding: 6px 8px 6px 10px;
            border-radius: 3px;
            color: #424242;
            cursor: default;
            -moz-transition: all .3s ease-out;
            -webkit-transition: all .3s ease-out;
            transition: all .3s ease-out;
        }

        .timeline .info-part .with-link {
            cursor: pointer;
        }

        .timeline .info-part i {
            margin-left: 5px;
            font-size: 15px;
            line-height: 14px;
            vertical-align: -1px;
            color: #ababab;
            -moz-transition: all .3s ease-out;
            -webkit-transition: all .3s ease-out;
            transition: all .3s ease-out;
        }


        .timeline .info-part .info-part-chat.with-link:hover {
            background: #65ab39;
            color: white;
        }

            .timeline .info-part .info-part-chat.with-link:hover i {
                color: #2d5811;
            }

        .timeline .info-part .info-part-contact {
            margin: 0 5px;
        }

            .timeline .info-part .info-part-contact.with-link:hover {
                background: #4287ce;
                color: white;
            }

                .timeline .info-part .info-part-contact.with-link:hover i {
                    color: #194d82;
                }

            .timeline .info-part .info-part-contact i {
                vertical-align: -2.2px;
            }

        .timeline .info-part .info-part-reminder {
        }

            .timeline .info-part .info-part-reminder.with-link:hover {
                background: #bd3030;
                color: white;
            }

                .timeline .info-part .info-part-reminder.with-link:hover i {
                    color: #9a0008;
                }

            .timeline .info-part .info-part-reminder i {
                vertical-align: -1.7px;
            }

/* ================ Timeline Style */




/* ================ head Notification Style ================ */

.notif-empty {
    width: 100%;
    height: 160px;
    color: #9e9e9e;
    text-align: center;
    font-size: 14px;
    padding-top: 30px;
}

    .notif-empty i {
        display: block;
        font-size: 70px;
        margin-bottom: 5px;
    }

/* ================ head Notification Style */




/* ================ Sortable List Style ================ */
#operatorItemAll, #operatorItemSelected {
    border: 1px solid #eee;
    min-height: 20px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
    float: right;
    margin-right: 0px;
}

#operatorItemAll {
    width: 100%;
}

    #operatorItemAll:before {
        content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âª ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨:";
        font-size: 15px;
        color: #a0a077;
        border-bottom: 1px solid #f5f5dc;
        margin: 0 5px 6px 5px;
        padding: 4px 0px 7px 0;
        display: block;
    }

    #operatorItemAll li {
        margin-bottom: 5px;
        padding: 5px;
        border-radius: 3px;
        background: beige;
        width: calc(50% - 7.5px);
        float: right;
        line-height: 20px;
        display: block;
        font-size: 13.5px;
        color: #827547;
        cursor: pointer;
        -moz-transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

@media (max-width: 767px) {
    #operatorItemAll li {
        width: calc(100% - 10px);
        margin-right: 5px !important;
    }
}

#operatorItemAll li.selected:after {
    content: "\f00c";
    font-family: "fontAwesome";
    float: left;
}

#operatorItemAll li:hover, #operatorItemAll li.selected {
    background: #2aa572;
    color: #f1fff9;
}

    #operatorItemAll li:hover i, #operatorItemAll li.selected i {
        color: #2a845e;
    }

#operatorItemAll li i {
    color: #d6d6b6;
    padding-left: 3px;
    vertical-align: -1px;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#operatorItemAll li:nth-child(2n-1) {
    margin-right: 5px;
    margin-left: 2.5px;
}

#operatorItemAll li:nth-child(2n) {
    margin-left: 5px;
    margin-right: 2.5px;
}

#operatorItemSelected {
    width: 100%;
}

    #operatorItemSelected:before {
        content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âª ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢:";
        font-size: 15px;
        color: #4b8ea9;
        border-bottom: 1px solid #c7efff;
        margin: 0 5px 6px 5px;
        padding: 4px 0px 7px 0;
        display: block;
    }

    #operatorItemSelected li {
        margin: 0 5px 5px 5px;
        padding: 5px;
        border-radius: 3px;
        background: #c7efff;
        /* width: 100%; */
        line-height: 20px;
        display: block;
        font-size: 13.5px;
        color: #003e56;
    }

        #operatorItemSelected li:before {
            content: "\f07d";
            font-family: "fontAwesome";
            float: right;
            color: #ffffff;
            margin-left: 8px;
            margin-right: 4px;
        }

        #operatorItemSelected li i {
            color: #91dfff;
            padding-left: 3px;
            vertical-align: -1px;
            -moz-transition: all .3s ease-out;
            -webkit-transition: all .3s ease-out;
            transition: all .3s ease-out;
        }

            #operatorItemSelected li i:last-child {
                float: left;
                background: #4b8ea9;
                border-radius: 3px;
                text-align: center;
                width: 20px;
                height: 20px;
                padding: 0;
                color: #ffffff;
                line-height: 20px;
                cursor: pointer;
            }

                #operatorItemSelected li i:last-child:hover {
                    background: #ec0000;
                    color: #fff;
                }

    #operatorItemSelected .no-item {
        background: #efefef;
        text-align: center;
        line-height: normal;
        color: #888888;
        padding-top: 25px;
        padding-bottom: 25px;
    }

        #operatorItemSelected .no-item:before {
            content: "\f11d";
            font-family: "fontAwesome";
            display: block;
            float: none;
            font-size: 90px;
            color: #cacaca;
        }
/* ================ Sortable List Style */






/* ================ Calendar Table Style ================ */

.calendar {
    width: 100%;
    display: inline-block;
}

    .calendar div, .calendar a {
        float: right;
        width: calc( (1/7) * 100% - 4px);
        /* height: 100px; */
        background: #ffffff;
        margin: 2px;
        padding: 7px 10px;
        border-radius: 5px;
    }

        .calendar div.head-month {
            width: calc(100% - 4px);
            text-align: center;
            color: #7e1b3f;
            font-size: 19px;
            background: #f7fbff;
            position: relative;
        }

        .calendar div.head-day {
            background: #2a3f54;
            color: #f7f7f7;
            font-size: 15px;
            text-align: center;
            padding: 10px 0px;
        }

        .calendar div.blank-day {
            background: none;
        }

        .calendar div.calendar-day, .calendar a.calendar-day {
            font-size: 17px;
            color: #2a3f54;
            border: 1px solid #f3f3f3;
            position: relative;
        }

            .calendar a.calendar-day i {
                position: absolute;
                font-size: 12px;
                color: #e90404;
                left: 5px;
                top: 5px;
            }

#calendar_masterDailyCheck .calendar a.calendar-day i {
    color: unset;
}

.calendar a.calendar-day i + i {
    top: 21px;
}

    .calendar a.calendar-day i + i + i {
        left: 21px;
        top: 5px;
    }

        .calendar a.calendar-day i + i + i + i {
            left: 21px;
            top: 21px;
        }

.calendar div.calendar-day.holiday, .calendar a.calendar-day.holiday {
    background: #fbfbfb;
    color: #e60404 !important;
}

.calendar div.calendar-day.off {
    color: #eaeaea;
}

.calendar div.calendar-day.today, .calendar a.calendar-day.today {
    color: #7e1b3f;
    border-color: #b1dabb;
    background: #f8fffe;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.calendar a.calendar-day:hover {
    background: #ffe7d6;
    border-color: #fddcc4;
}
/* ================ Calendar Table Style */



/* ================ Calendar Linear Style ================ */

.calendar-line {
    width: max-content;
    display: block;
    /* background: #fbfbfb; */
    /* padding: 5px; */
    /* border-radius: 5px; */
    margin-bottom: 37px;
    position: relative;
}

    .calendar-line div {
        /* height: 100px; */
        background: #ffffff;
        margin: 2px;
        padding: 5px 1px 7px;
        border-radius: 5px;
        text-align: center;
        width: 27px;
        line-height: 20px;
        display: inline-block;
    }

        .calendar-line div.head-month {
            width: calc(100% - 4px);
            text-align: center;
            color: #7e1b3f;
            font-size: 16px;
            background: none;
            position: absolute;
            bottom: -13px;
        }

        .calendar-line div.head-day {
            background: #2a3f54;
            color: #f7f7f7;
            font-size: 15px;
            text-align: center;
            padding: 10px 0px;
        }

        .calendar-line div.head-month > span {
            background: #fff;
            z-index: 9;
            position: absolute;
            padding: 0 15px 0 13px;
        }

        .calendar-line div.head-month:before {
            content: "";
            width: 100%;
            height: 14px;
            position: absolute;
            right: 0;
            border-width: 0 1px 1px 1px;
            border-color: #e2e2e2;
            border-style: solid;
            z-index: 1;
        }

        .calendar-line div.blank-day {
            background: none;
        }

        .calendar-line div.calendar-day {
            font-size: 14px;
            /* font-weight: bold; */
            color: #2a3f54;
            border: 1px solid #e2e2e2;
        }

            .calendar-line div.calendar-day.holiday {
                background: #fbfbfb;
                color: #e60404;
            }

            .calendar-line div.calendar-day.off {
                color: #eaeaea;
            }


.horizontal-scroll {
    /* display: flex; */
    overflow: auto;
    white-space: nowrap;
}

.row-calendar-line {
    display: flex;
}
/* ================ Calendar Linear Style */


/* ================ Calendar Linear Style ================ */

.calendar-line-simple {
    width: max-content;
    display: block;
    margin-bottom: -4px;
    position: relative;
}

    .calendar-line-simple div {
        background: #ffffff;
        margin: 2px;
        padding: 5px 1px 7px;
        border-radius: 5px;
        text-align: center;
        width: 27px;
        height: 30px;
        line-height: 20px;
        display: inline-block;
    }

        .calendar-line-simple div.calendar-day {
            font-size: 14px;
            color: #2a3f54;
            border: 1px solid #e2e2e2;
            background: #7e1b3f;
        }

            .calendar-line-simple div.calendar-day.off {
                background: #f5f5f5;
            }

.contract-code-first-help {
    float: right;
    background: #ffffff;
    margin: 2px;
    padding: 5px 6px 7px;
    border-radius: 5px;
    text-align: center;
    height: 30px;
    width: 140px;
    /* line-height: 40px; */
    display: inline-block;
    font-size: 15px;
    color: #00796e;
    border: 1px solid #f3f3f3;
    /* font-weight: bold; */
}

.calendar-first-help {
    float: right;
    background: #ffffff;
    margin: 2px;
    padding: 5px 6px 7px;
    border-radius: 5px;
    text-align: center;
    height: 54px;
    width: 140px;
    line-height: 40px;
    display: inline-block;
    font-size: 14px;
    color: #c1c1c1;
    border: 1px solid #f3f3f3;
}
/* ================ Calendar Linear Style */



/* ================ Calendar Tools Style ================ */
.calendar_loading, .widget_loading {
    background: #ffffffa6 url("../images/loading.gif?1") no-repeat 50%;
    position: absolute;
    top: 48px;
    left: 16px;
    right: 16px;
    bottom: 21px;
    border-radius: 0 0 5px 5px;
    z-index: 99;
}

.modal-body .calendar_loading {
    top: 16px !important;
}

.calendar_refresh, .calendar_next, .calendar_prev, .calendar_today {
    color: #ffffff;
    background: #d5ecea !important;
    font-size: 14px;
    padding: 0 !important;
    margin: 0 !important;
    position: absolute;
    top: 6px;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px;
    text-align: center;
}

.calendar_refresh {
    right: 6px;
}

.calendar_today {
    right: 41px;
}

.calendar_next {
    left: 6px;
}

.calendar_prev {
    left: 41px;
}

    .calendar_refresh:hover, .calendar_next:hover, .calendar_prev:hover, .calendar_today:hover {
        color: #f7f7f7;
        background: #7e1b3f !important;
    }


#calendar_marketing .dayEvents {
    position: absolute;
    top: 48px;
    right: 16px;
    left: 16px;
    bottom: 10px;
    z-index: 99;
    background: #ffffff;
    padding: 60px 20px 15px;
    overflow-x: auto;
}

    #calendar_marketing .dayEvents .dayEventHead {
        background: aliceblue;
        position: absolute;
        right: 10px;
        left: 10px;
        top: 10px;
        height: 40px;
        border-radius: 4px;
        color: #059ba2;
        font-size: 15px;
        padding: 10px;
    }

    #calendar_marketing .dayEvents .close {
        color: #12675f;
        margin-top: -1px;
    }

    #calendar_marketing .dayEvents li {
        list-style: none;
        display: inline-block;
        width: 100%;
        border-bottom: 1px dotted #efefef;
        padding-bottom: 9px;
        margin-bottom: 3px;
    }

        #calendar_marketing .dayEvents li:last-child {
            border-bottom: 0;
            margin-bottom: 0;
            padding-bottom: 0;
        }

        #calendar_marketing .dayEvents li span {
            float: right;
            line-height: 18px;
        }

            #calendar_marketing .dayEvents li span i {
            }

            #calendar_marketing .dayEvents li span:nth-child(1) {
                color: #ec0c0c;
                width: 70px;
            }

            #calendar_marketing .dayEvents li span:nth-child(2) {
                width: calc(65% - 35px);
                padding-left: 5px;
                font-size: 13px;
            }

                #calendar_marketing .dayEvents li span:nth-child(2) div {
                    width: calc(100% - 16px);
                    float: right;
                    font-size: 13px;
                }

                #calendar_marketing .dayEvents li span:nth-child(2) i {
                    width: 16px;
                    float: right;
                    margin-top: 3px;
                }

            #calendar_marketing .dayEvents li span:nth-child(3) {
                width: calc(35% - 35px);
                font-size: 13px;
                color: #7e1b3f;
            }


/* */
#calendar_supervisor .dayEvents {
    position: absolute;
    top: 48px;
    right: 16px;
    left: 16px;
    bottom: 10px;
    z-index: 99;
    background: #ffffff;
    padding: 60px 20px 15px;
    overflow-x: auto;
}

    #calendar_supervisor .dayEvents .dayEventHead {
        background: aliceblue;
        position: absolute;
        right: 10px;
        left: 10px;
        top: 10px;
        height: 40px;
        border-radius: 4px;
        color: #059ba2;
        font-size: 15px;
        padding: 10px;
    }

    #calendar_supervisor .dayEvents .close {
        color: #12675f;
        margin-top: -1px;
    }

    #calendar_supervisor .dayEvents li {
        list-style: none;
        display: inline-block;
        width: 100%;
        border-bottom: 1px dotted #efefef;
        padding-bottom: 9px;
        margin-bottom: 3px;
    }

        #calendar_supervisor .dayEvents li:last-child {
            border-bottom: 0;
            margin-bottom: 0;
            padding-bottom: 0;
        }

        #calendar_supervisor .dayEvents li span {
            float: right;
            line-height: 18px;
        }

            #calendar_supervisor .dayEvents li span i {
            }

            #calendar_supervisor .dayEvents li span:nth-child(1) {
                color: #ec0c0c;
                width: 70px;
            }

            #calendar_supervisor .dayEvents li span:nth-child(2) {
                width: calc(50% - 35px);
                padding-left: 5px;
                font-size: 13px;
            }

                #calendar_supervisor .dayEvents li span:nth-child(2) div {
                    width: calc(100% - 16px);
                    float: right;
                    font-size: 13px;
                }

                #calendar_supervisor .dayEvents li span:nth-child(2) i {
                    width: 16px;
                    float: right;
                    margin-top: 3px;
                }

            #calendar_supervisor .dayEvents li span:nth-child(3) {
                width: calc(35% - 35px);
                font-size: 13px;
                color: #7e1b3f;
                padding-left: 5px;
            }

            #calendar_supervisor .dayEvents li span:nth-child(4) {
                width: calc(15%);
                font-size: 13px;
                color: #9977c7;
            }


/* */
#calendar_masterDailyCheck .dayEvents {
    position: absolute;
    top: 16px;
    right: 0;
    left: 0;
    bottom: 10px;
    z-index: 99;
    background: #ffffff;
    padding: 50px 20px 15px;
    overflow-x: auto;
}

    #calendar_masterDailyCheck .dayEvents .dayEventHead {
        background: aliceblue;
        position: absolute;
        right: 20px;
        left: 20px;
        top: 4px;
        height: 40px;
        color: #059ba2;
        font-size: 15px;
        padding: 10px;
    }

    #calendar_masterDailyCheck .dayEvents .close {
        color: #12675f;
        margin-top: -1px;
    }

/* ================ Calendar Tools Style */




/* ================ Dashboard Style ================ */
.refresh-head {
    background: #eaeaea;
    color: #7a8b9c;
    border: 0;
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 0;
    text-align: center;
    border-radius: 4px;
    width: 26px;
    height: 26px;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

    .refresh-head:hover {
        background: #7a8b9c;
        color: #eaeaea;
    }
/* ================ Dashboard Style */
.select2-container .select2-search--inline .select2-search__field {
    font-family: 'Yekan' !important;
}


#refreshCode {
    background-color: #781E3F;
    border: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    position: absolute;
    left: 0px;
    height: 32px;
    bottom: 1px;
}

    #refreshCode i {
        color: white;
        font-size: 16px;
    }


.uploader_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 3px dashed gray;
    border-radius: 5px;
    padding: 10px;
    padding-top: 20px;
    background-color: rgb(252, 252, 252);
}

    .uploader_box label {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .uploader_box p {
        margin-bottom: 35px;
    }

    .uploader_box .uploader_selectfile {
        font-size: 18px;
        padding: 10px 20px;
        border-radius: 5px;
        border: 0px;
        background-color: rgb(34, 89, 141);
        cursor: pointer;
        color: white;
        direction: rtl;
    }

        .uploader_box .uploader_selectfile:active {
            background-color: rgb(124, 124, 124);
        }


    .uploader_box .uploader_confirm {
        font-size: 18px;
        padding: 10px 20px;
        border-radius: 5px;
        border: 0px;
        background-color: green;
        color: white;
        cursor: pointer;
        width: 100%;
    }

        .uploader_box .uploader_confirm:active {
            background-color: rgb(7, 80, 7);
        }


    .uploader_box .uploader_input {
        display: none;
    }

    .uploader_box .uploader_images {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 15px;
        width: 100%;
        padding-left: 5px;
        justify-content: flex-start;
        margin-top: 15px;
    }

    .uploader_box .uploader_image {
        width: 22%;
        margin: 5px;
    }

        .uploader_box .uploader_image img {
            width: 100%;
            height: 100px;
            object-fit: contain;
        }


    .uploader_box .upload_progress {
        display: flex;
        flex-direction: column;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .uploader_box .upload_progress label {
            direction: rtl;
        }
