/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 6, 2017, 11:35:42 AM
    Author     : Use
*/


/*YOUR CUSTOM STYLE STARTED IN HERE*/


#preloader {
    padding: 0px;
    position: fixed;
    margin-left: -30px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 30001;
    opacity: 0.7;
}

#status {
    position: absolute;
    width: 110px;
    height: 110px;
    left: 45%;
    top: 45%;
    margin: -110px 0 0 -110px;
    background-image: url('../img/yukleniyor.gif');
    background-repeat:no-repeat;
}

#status1 {
    position: absolute;
    width: 110px;
    height: 110px;
    left: 45%;
    top: 45%;
    margin: 0 0 0 0;
    background-image: url('../img/yukleniyor1.gif');
    background-repeat: no-repeat;
}

.td-p1 {
    padding:1px;
}

growl-notifications {
    position: fixed;
    top: 150px;
    right: 10px;
    z-index: 1000;
}

    growl-notifications growl-notification {
        background: rgba(0,0,0,0.6);
        color: white;
        padding: 15px 30px;
        width: 200px;
        display: block;
        border-radius: 5px;
        margin-top: 15px;
    }

.card {
    border: none;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(236, 236, 241, 0.44);
    box-shadow: 0px 0px 13px 0px rgba(236, 236, 241, 0.44);
    margin-bottom: 20px;
    padding-left:10px;
}

.faq-box {
    border-left: 3px solid;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    min-height: 310px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0
    }

.card-footer {
    height:40px;
    padding: .25rem .25rem;
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
    }

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

    .card-deck .card {
        margin-bottom: 15px
    }

.border-primary {
    border-color: #30419b !important;
}

.border-success {
    border-color: #02c58d !important;
}

.border-info {
    border-color: #59c6fb !important;
}

.border-warning {
    border-color: #fcbe2d !important;
}

.border-danger {
    border-color: #fc5454 !important;
}

.border-dark {
    border-color: #354558 !important;
}

.border-secondary {
    border-color: #616f80 !important;
}

.font-12 {
    font-size: 12px;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-30 {
    font-size: 30px;
}

.font-32 {
    font-size: 32px;
}

.text-white {
    color: #ffffff !important;
}

.text-danger {
    color: #fc5454 !important;
}

.text-muted {
    color: #9ca8b3 !important;
}

.text-primary {
    color: #30419b !important;
}

.text-warning {
    color: #fcbe2d !important;
}

.text-success {
    color: #02c58d !important;
}

.text-info {
    color: #59c6fb !important;
}

.text-dark {
    color: #354558 !important;
}

.text-secondary {
    color: #616f80 !important;
}

.pagination2 {
    padding-left: 0;
    margin: 0px 0;
    border-radius: 2px;
    border:none;
}

    .pagination2 > li {
        display: inline;
    }

        .pagination2 > li > a,
        .pagination2 > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
        }

        .pagination2 > li > a:hover,
        .pagination2 > li > span:hover,
        .pagination2 > li > a:focus,
        .pagination2 > li > span:focus {
            z-index: 2;
            color: #23527c;
            background-color: #eee;
        }

    .pagination2 > .active > a,
    .pagination2 > .active > span,
    .pagination2 > .active > a:hover,
    .pagination2 > .active > span:hover,
    .pagination2 > .active > a:focus,
    .pagination2 > .active > span:focus {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
    }

    .pagination2 > .disabled > span,
    .pagination2 > .disabled > span:hover,
    .pagination2 > .disabled > span:focus,
    .pagination2 > .disabled > a,
    .pagination2 > .disabled > a:hover,
    .pagination2 > .disabled > a:focus {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
    }

.pagination2-lg > li > a,
.pagination2-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination2-sm > li > a,
.pagination2-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

