
/* --------------------------- */
/* Login Page
/* --------------------------- */
#login-page header {
    background: none;
    position: static;
}

    #login-page header h1 {
        margin: 30px auto;
    }

.login-holder .tab-component,
.login-holder .tab-nav-holder {
    background-color: #815e86;
}

.login-holder .tab-content-holder {
    background-color: #fff;
    min-height: 410px;
}

    .login-holder .tab-content-holder h2 {
        padding: 0 0 20px;
    }


/* Logon */
#fingerPrint {
    resize: none;
    padding-left: 0;
    padding-right: 0;
    font-weight: bold;
    border: none;
    background: none;
    box-shadow: none;
}

.mobileSignatureStep2 .alert.alert-info {
    font-size: .9em;
    margin-bottom: 0;
}

.mobileSignatureStep3 img {
    margin: 0 10px 20px;
}


@media only screen and (max-width:768px) {
    #btnForgetPassword {
        margin: 0 auto 20px;
    }
}




/* ACCOUNT SELECT MENU (User View)
/*----------------------------------------------------*/

.account-select-menu {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
}

    .account-select-menu ul,
    .account-select-menu li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .account-select-menu > ul {
        background-color: #fff;
    }

    .account-select-menu ul ul {
        display: none;
        background-color: #65be8f;
    }

    .account-select-menu a {
        display: block;
        padding: 0 15px;
        line-height: 44px;
        text-decoration: none;
        font-weight: normal;
    }

    .account-select-menu .selected-account {
        position: relative;
        border: none;
    }

        .account-select-menu .selected-account.multiple-account::before {
            content: 'Değiştir';
            display: block;
            position: absolute;
            right: 15px;
            top: 9px;
            padding: 0 10px;
            font-size: .85em;
            line-height: 24px;
            background: #66bd90;
            color: #fff;
            border-radius: 2px;
        }

        .account-select-menu .selected-account:hover,
        .account-select-menu .selected-account:active {
            color: #66bd90;
            text-decoration: none;
        }

    .account-select-menu .select-account i {
        opacity: 0;
    }

    .account-select-menu .select-account.selected i {
        opacity: 1;
    }




/* NOTIFY
// TODO - Kep atildiktan sonra kisi ekleme uyarisi, Parente atayip normal $msg kullanilmali
/*----------------------------------------------------*/
#bottom-notifications,
#top-notifications {
    width: 300px;
    right: 20px;
    bottom: 20px;
    position: absolute;
    z-index: 999;
}

    #bottom-notifications ul,
    #top-notifications ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

#top-notifications {
    top: 20px;
}

.notification {
    list-style: none;
    padding: 25px;
    position: relative;
    border-radius: 3px;
    color: #fff;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.4);
    background-color: rgba(101, 190, 143, 1);
}

    .notification h3 {
        margin: 0px 0px 10px;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
    }

    .notification a {
        color: #fff;
        text-decoration: underline;
    }

    .notification span {
        display: none;
        position: absolute;
        right: 10px;
        top: 8px;
        cursor: pointer;
        z-index: 88;
    }

    .notification:hover span {
        display: block;
    }

/* DASHBOARD 
/*----------------------------------------------------*/
.dashboard .widget-title {
    border: none;
}

    .dashboard .widget-title a.link {
        float: right;
        margin-top: 10px;
    }

#accountInfoWidget .row {
    margin-bottom: 10px;
}

    #accountInfoWidget .row .row {
        margin-bottom: 0;
    }

#accountInfoWidget .col-md-8,
#accountInfoWidget b {
    font-weight: 600;
}

#lastActionLogs .fs-9.m-0,
#creditTransactionsList .fs-9.m-0 {
    color: #a9a9a9;
}

#creditTransactionsList .tooltip {
    cursor: default;
    font-weight: 600;
}

/* Bricklayer */
.bricklayer-column {
    padding: 0;
}

/* Block Button */
.btn-block {
    display: block;
    padding: 25px 15px;
    text-align: center;
    text-decoration: none !important;
    background-color: #66bd90;
    border-bottom: 8px solid #57ac80;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .05);
    color: #fff;
}

@media only screen and (min-width: 992px) {
    .btn-block {
        padding: 25px 15px;
    }
}

.btn-block:hover,
.btn-block:focus {
    background-color: #57ac80;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    color: #fff;
}

.btn-block:active {
    background-color: #66bd90;
    border-color: #66bd90;
    box-shadow: none;
}

.btn-blocks-holder .btn-block {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
}

.btn-block .fa {
    display: block;
    margin-bottom: 8px;
}

/* Circle */
.circle {
    height: 140px;
    width: 140px;
    margin: 20px auto 5px;
    position: relative;
}

@media only screen and (min-width: 992px) {
    .circle {
        margin: 0 auto 20px;
    }

        .circle + p {
            margin: 0;
            font-weight: normal;
        }
}

.circle-data {
    height: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
    text-align: center;
}

    .circle-data p {
        margin-bottom: 0;
        padding-bottom: 10px;
        padding-top: 50px;
    }

    .circle-data b {
        display: block;
        font-size: 2em;
        font-weight: 600;
    }

    .circle-data em {
        display: block;
        line-height: 14px;
        font-size: .8em;
        font-style: normal;
        color: #c1c1c1;
    }

.circle-graph .path,
.circle-graph .halo {
    stroke-width: 6px;
    fill: transparent;
    stroke: #e1e1e1;
}

.circle.green .halo {
    stroke: #66bd90;
}

.circle.purple .halo {
    stroke: #98699f;
}

.circle + p {
    margin-bottom: 20px;
    font-weight: bold;
}

/* Dots */
i.dots,
i.dots::after,
i.dots::before {
    content: '';
    display: inline-block;
    height: 3px;
    width: 3px;
    border-radius: 2px;
    background: #696969;
    -webkit-animation: flash 1.3s infinite ease-in-out both;
    animation: flash 1.3s infinite ease-in-out both;
}

i.dots {
    position: relative;
    margin-left: 12px;
}

    i.dots::after,
    i.dots::before {
        opacity: 0;
        position: absolute;
        left: -6px;
    }

    i.dots::after {
        left: -12px;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    i.dots::before {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }


/* MAIL SIDEBAR
/*----------------------------------------------------*/
#mail-sidebar {
    right: -100%;
    background-color: #5a465d;
}

@media only screen and (max-width: 992px) {
    .mail-sidebar-open #mail-sidebar {
        right: 0;
    }
}

@media only screen and (min-width: 992px) {
    #mail-sidebar {
        left: 0;
        margin-left: 60px;
    }

        #mail-sidebar + .content-holder {
            margin-left: 310px;
        }
}

#mail-sidebar nav {
    margin: 0;
}

.mailbox-menu .sub-folder .fa-folder-o {
    margin-left: 15px;
}

.mailbox-menu li {
    position: relative;
}

.mailbox-menu > ul > li.menu-title {
    border: none;
}

.mailbox-menu .button-group {
    position: absolute;
    right: 15px;
    top: 10px;
}

    .mailbox-menu .button-group a {
        padding: 0;
        display: inline-block;
        line-height: 24px;
        height: 24px;
        width: 24px;
        margin-left: 2px;
        text-align: center;
        border: none;
        border-radius: 2px;
        color: #fff;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16);
        background-color: #66bd90;
    }

        .mailbox-menu .button-group a:hover {
            box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
        }

        .mailbox-menu .button-group a .fa {
            margin: 0;
        }

.mailbox-menu .folder-menu {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

body.mailbox #sidebar .main-menu > ul > li:first-child > a,
body.mailbox #sidebar .main-menu > ul > li:first-child > a:hover {
    border-left: 4px solid #65be8f;
    background: #5a465d;
    color: #fff;
    cursor: default;
}

@media only screen and (min-width: 992px) {
    body.mailbox .logo-holder {
        width: 310px;
    }
}

.mobile-view .mail-sidebar-open .content-holder {
    opacity: .5;
    -webkit-transform: translate3d(-100px, 0, 0);
    -moz-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
}

.mobile-nav.active[data-target="mail-sidebar"] {
    background-color: #5a465d;
}


/* Progress Bar */
.mail-progress-holder {
    margin-top: 10px;
    padding: 20px 20px 60px;
    font-size: .9em;
    border-top: 1px solid rgba(255,255,255,.08);
    color: #af9fb1;
}

    .mail-progress-holder p {
        margin: 0;
    }

        .mail-progress-holder p#spnUsage {
            font-weight: 600;
        }

    .mail-progress-holder a {
        text-decoration: none;
    }

        .mail-progress-holder a:hover {
            color: #fff;
        }

.progress-bar {
    overflow: hidden;
    background-color: #534056;
    margin: 15px 0;
    box-shadow: 0 1px 0 rgba(255,255,255,.1), inset 0 2px 2px 0 rgba(74, 46, 78, 0.79);
}

    .progress-bar,
    .progress-bar .bar {
        height: 8px;
        border-radius: 4px;
    }

        .progress-bar.slim,
        .progress-bar.slim .bar {
            height: 2px;
            border-radius: 1px;
        }

.download-info {
    margin-top: 10px;
    margin-bottom: 0;
}

    .download-info + .progress-bar.slim {
        box-shadow: none;
        background-color: #e8e8e8;
        margin: 5px 0;
    }


/* Button Icon Group */
.btn-icon-group {
    font-size: 0;
    border-radius: 3px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

    .btn-icon-group > span,
    .btn-icon-group > a {
        font-size: 13px;
        border-radius: 0;
        box-shadow: none;
        box-shadow: -1px 0 0px rgba(255,255,255,.2);
        height: 39px;
    }

    .btn-icon-group > span {
        cursor: default;
    }

    .btn-icon-group > a > .fa {
        margin: 0;
    }


/* MAILBOX
/*----------------------------------------------------*/

/* Mail Search */

.search-action-row {
    display: block; 
    width: 100%; 
    margin-top: 8px;
    text-align: right; 
}

#btnSearch {
    white-space: nowrap;
}

/* Widget Title Switch */
.unread-checkbox-holder {
    display: inline-block;
    margin-top: 15px;
    margin-left: 15px;
}

.widget-title .switch-holder {
    float: left;
    padding: 0;
    margin-right: 10px;
}

    .widget-title .switch-holder + label {
        display: inline-block;
        margin-top: 10px;
        cursor: pointer;
    }

/*
	.widget-title .switch-holder .checkbox-holder,
	.widget-title .switch-holder span {
	    height: 28px;
	    width: 52px;
	    overflow:hidden;
	}

	.widget-title .switch-holder span::after {
	    height: 22px;
	    width: 22px;
	}

	.widget-title .switch-holder input[type=checkbox]:checked + input + span::after,
	.widget-title .switch-holder input[type=checkbox]:checked + span::after {
	    left: 27px;
	}
	*/

/* Inbox Grid */
#grid thead th i {
    float: right;
}

#grid tr td {
    cursor: pointer;
}

#grid tr.read-row td {
    background-color: #efefef;
}

#grid tr.unread-row td {
    background-color: #fff;
    font-weight: 600;
}

#grid tr td a {
    font-weight: normal;
}

.grid-length {
    float: left;
}

    .grid-length select {
        display: inline-block !important;
        width: auto !important;
    }

.grid-paginate {
    float: right;
}

    .grid-paginate a,
    .grid-paginate span {
        display: inline-block;
        padding: 5px 10px;
        margin: 0 2px;
        border-radius: 3px;
        background-color: #f1f1f1;
        text-decoration: none;
        font-weight: normal;
    }

        .grid-paginate span.current {
            background-color: #66bd90;
            color: #fff;
        }

@media only screen and (max-width:768px) {
    #grid .grid-row {
        border-bottom: 1px solid #ebebeb;
        padding: 10px 0;
    }

        #grid .grid-row.unread-row {
            background-color: #fff;
        }

        #grid .grid-row.read-row {
            background-color: #e2e2e2;
        }

        #grid .grid-row td {
            padding: 5px 15px 0 15px;
        }

    #grid .from,
    #grid .date {
        font-size: .9em;
    }
}

/* Inbox Mail Detail */
.mail-info-holder {
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
}

@media only screen and (min-width:768px) {
    .mail-info-holder {
        padding: 10px 20px;
    }
}

.mail-info-holder label {
    display: inline-block;
    width: 75px;
    margin: 0;
    text-align: left;
    color: #aaa;
}

.mail-subject {
    font-weight: 600;
    font-size: 1.1em;
}

.mail-date {
    margin-bottom: 8px;
    font-size: .9em;
    color: #aaa;
}

@media only screen and (min-width:768px) {
    .mail-date {
        float: right;
    }
}

.mail-from {
    margin-bottom: 10px;
    font-size: .9em;
}

.mail-to,
.mail-cc {
    font-size: .9em;
    margin-bottom: 1px;
}

#message-body {
    padding: 0 0 100px;
}

/* Attachment */
.mail-attachments-holder {
    padding: 10px;
    border-top: 1px solid #eaeaea;
}

@media only screen and (min-width:768px) {
    .mail-attachments-holder {
        padding: 10px 20px;
    }
}

.detail-box-holder {
    padding: 15px;
    background-color: #eaeaea;
    border-radius: 3px;
}

.detail-box-holder {
    margin-bottom: 20px;
}

/* Paket Detayı */
.kep-content-holder .mailHeader,
.kep-content-holder br {
    display: none;
}

.kep-content-holder #initialSentence {
    display: block;
    margin-bottom: 15px;
}

.kep-content-holder .mailHeader,
.kep-content-holder #sentence,
.kep-content-holder #details {
    color: #575757;
}

.kep-content-holder #detailHeader {
    font-weight: 600;
}

.kep-content-holder .mailDetail,
.kep-content-holder .mailDetail td,
.kep-content-holder .mailDetail tr {
    border-collapse: collapse;
    border: none;
    padding: 5px 0;
}

    .kep-content-holder .mailDetail td {
        padding: 5px;
        vertical-align: middle;
        text-align: left;
    }

        .kep-content-holder .mailDetail td:first-child {
            width: 150px;
            text-align: right;
        }

/* Status List */
ul.status-list {
    list-style: none;
    padding: 0;
}

    ul.status-list li {
        line-height: 28px;
    }

    ul.status-list span {
        display: inline-block;
        margin-right: 10px;
    }

    ul.status-list .fa-ellipsis-h {
        opacity: .5;
    }

#dvRecipients {
    margin-top: 5px;
}





/* DRAGGABLE
/*----------------------------------------------------*/

.ui-draggable-dragging {
    height: 50px;
    width: 50px;
    text-align: center;
    background-color: #e8f1ec;
    border-radius: 3px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.3);
    border: 2px dashed #66bd90;
    z-index: 9999;
}

    .ui-draggable-dragging i {
        margin-top: 15px;
        font-size: 1.3em;
        color: #66bd90;
    }

.ui-droppable-active {
    box-shadow: inset 0 0 8px 0 rgba(255,255,255,.3);
    -webkit-animation: infinite shine 1s;
    -moz-animation: infinite shine 1s;
    animation: infinite shine 1s;
}

.ui-droppable-hover {
    box-shadow: inset 0 0 15px 0 rgba(101, 190, 143,.3);
    -webkit-animation: infinite shineGreen 1s;
    -moz-animation: infinite shineGreen 1s;
    animation: infinite shineGreen 1s;
}

    .ui-droppable-hover a * {
        color: #66bd90;
    }





/* SURVEY
/*----------------------------------------------------*/
.survey {
}

.survey-question {
    padding-bottom: 30px;
    display: none;
}

    .survey-question.current-question {
        display: block;
    }

    .survey-question p {
        font-size: 1.1em;
    }

    .survey-question label {
        display: block;
        border-radius: 4px;
        padding: 10px;
        margin-left: 15px;
        margin-bottom: 0;
    }

        .survey-question label:hover {
            background-color: #f5f5f5;
        }

.survey-container .alert {
    margin-bottom: 20px;
}

.survey-pager {
    font-size: 1.1em;
    float: right;
    padding: 10px 20px;
}

.survey-navigation {
    float: right;
}
