/*Body*/
body {
    font-family: 'PT Sans', Helvetica, Arial, sans-serif !important;
    text-align: center;
    margin: 0;
    padding: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#005fa5), to(#cbcfd2)) fixed
}

body.afad {
    background: -webkit-gradient(linear, left top, left bottom, from(#1d4e9b), to(#b39393)) fixed
}

body.asbs {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ddebff)) fixed
}

body.btk {
    background: -webkit-gradient(linear, left top, left bottom, from(#66737d), to(#d0d0d0)) fixed
}

body.aile, body.bulut, body.csb, body.csgb, body.csgtab, body.deu, body.enerji, body.goc, body.gsb, body.hazine, body.ktb, body.kik, body.roketsan, body.aselsan, body.tarim, body.tccbdab, body.tpotc, body.tudemsas, body.tuik, body.ubak, body.umrb, body.usakbel, body.yok, body.meb, body.sgk {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#b8bac3)) fixed
}

body.bist {
    background: -webkit-gradient(linear, left top, left bottom, from(#041c2f), to(#539aba)) fixed;
}

body.esb, body.tuvturk, body.esk, body.kucukcekmece, body.shgm, body.stm, body.ehsim, body.tai, body.tapu, body.tcdd, body.tcddtsm, body.teias, body.toki, body.turkiyesigorta {
    background: -webkit-gradient(linear, left top, left bottom, from(#e7f7e5), to(#8b9aad)) fixed
}

body.kastamonu {
    background: -webkit-gradient(linear, left top, left bottom, from(#e40615), to(#848283)) fixed
}
body.ogm {
    background: -webkit-gradient(linear, left top, left bottom, from(#698868), to(#afbfb4)) fixed
}

body.tccb {
    background: -webkit-gradient(linear, left top, left bottom, from(#770909), to(#c5bbbb)) fixed
}

body.tzob {
    background: -webkit-gradient(linear, left top, left bottom, from(#253240), to(#f5f5f5)) fixed
}

/*Body*/

/*Input, Button*/
input {
    border: .1em solid #dadada;
    padding: 1em;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border-radius: .5em;
    margin-bottom: .5em;
}

input:focus {
    outline: none;
    border-color: #9ecaed;
    -webkit-box-shadow: 0 0 .5em #9ecaed;
    -moz-box-shadow: 0 0 .5em #9ecaed;
    box-shadow: 0 0 .5em #9ecaed;
}

button {
    border: .1em solid #dadada;
    padding: 1em;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border-radius: .5em;
    background: #f5f5f5;
}

button .ui-button-text {
    color: #585858;
    font-weight: bold;
}

button.ui-button-text-icon-left .ui-button-text {
    padding: .4em 1em .3em 2.25em;
}

button:hover, button:active {
    outline: none;
    border-color: #9ecaed;
    -webkit-box-shadow: 0 0 .5em #9ecaed;
    -moz-box-shadow: 0 0 .5em #9ecaed;
    box-shadow: 0 0 .5em #9ecaed;
}

/*Input, Button*/

/*Icon*/
.ui-icon {
    width: 1.5em;
    height: 1.5em;
    background-size: .8em;
    background-color: #666;
    background-color: rgba(0, 0, 0, .3);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    margin-top: 0 !important;
    top: calc(50% - .75em) !important;
}

button.button-icon-only {
    width: 2em;
}

button.button-icon-only .ui-icon {
    margin: 0;
    left: .165em;
}

a .ui-icon {
    line-height: 1.5em;
}
/*Icon*/

/*Loading*/
.loading-bg {
    display: none;
    background: none repeat scroll 0 0 black;
    position: fixed;
    opacity: 0.25;
    z-index: 1007;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.loading {
    position: fixed;
    right: calc(50% - 4em);
    top: calc(50% - 4em);
    display: none;
    border: 2em solid #f3f3f3;
    border-top: 2em solid #3498db;
    border-radius: 50%;
    width: 3em;
    height: 3em;
    animation: spin 2s linear infinite;
    /* background: aliceblue; */
    z-index: 1008;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*Loading*/

/* Data List */
.ui-datalist ul {
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}
/* Data List */

/* Accordion Panel */
.ui-accordion .ui-accordion-header {
    border-bottom: 0.01em #d2d2d2 solid;
    padding: .75em .5em .75em 2.5em;
    font-size: 3.25vw;
    font-weight: bold;
}
.ui-accordion .ui-accordion-content {
    padding: .25em .1em;
}
/* Accordion Panel */

/* Datatable */
.ui-datatable.basliksiz-table th {
    border: none;
}
.ui-datatable .ui-datatable-empty-message, .ui-datatable .ui-datatable-footer {
    font-size: 2.75vw;
    font-weight: bold;
}

.ui-datatable table {
    border-collapse: inherit;
}

.ui-datatable .ui-datatable-empty-message td {
    color: #e4e4e4;
    background: #822a2a75;
    border-radius: 1em;
    padding: .5em;
    margin: .5em;
}

.ui-datatable .ui-datatable-odd {
    background: #72798880;
}
.ui-datatable .ui-datatable-even {
    background: #132f2624;
}
.ui-datatable .ui-inbox-unread {
    background: #5cb7da24;
}
.ui-datatable .ui-inbox-ivedi-read {
    background: #bb3a3a24;
}

.ui-datatable .ui-paginator-bottom {
    margin-top: .3em;
}
.ui-datatable .ui-paginator .ui-paginator-rpp-options,
.ui-datatable .ui-paginator .ui-paginator-current,
.ui-datatable .ui-paginator .ui-paginator-page,
.ui-datatable .ui-paginator .ui-paginator-first,
.ui-datatable .ui-paginator .ui-paginator-prev,
.ui-datatable .ui-paginator .ui-paginator-next,
.ui-datatable .ui-paginator .ui-paginator-last {
    background: #f5f5f5;
    border: .1em solid #e6e6e6;
    padding: .25em;
    margin: .1em;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border-radius: .5em;
    color: #808080;
    font-weight: bold;
    font-size: 2.85vw;
}

.ui-datatable .ui-paginator .ui-state-disabled {
    background: #c5c5c5;
}

.ui-datatable .ui-paginator .ui-paginator-page.ui-state-active {
    outline: none;
    border-color: #9ecaed;
    -webkit-box-shadow: 0 0 .5em #9ecaed;
    -moz-box-shadow: 0 0 .5em #9ecaed;
    box-shadow: 0 0 .5em #9ecaed;
}
/* Datatable */

/* Lobibox */
.lobibox-notify-wrapper.top.right {
    right: .5em;
}
.lobibox-notify-wrapper div {
    font-size: 2.85vw !important;
    line-height: normal !important;
}

/* Lobibox */
