﻿
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.btn-success {
    color: #ffffff !important
}

.duyuru_list .nocontent {
    text-align: center;
    color: #127334;
    font-weight: 600;
    font-size: 20px;
    padding: 45px 0;
}

.annoucement-links {
    margin-top: 10px;
}

    .annoucement-links a {
        background: #15753a;
        border-radius: 5px;
        color: #ffffff;
        padding: 4px 6px;
        line-height: 32px;
        display: block;
        margin: 1px;
    }

        .annoucement-links a:hover {
            background: #5cb85c;
            color: #ffffff;
        }

        .annoucement-links a:focus {
            background: #127334;
            color: #ffffff;
        }

.kura_form {
}

    .kura_form li {
        display: block;
        margin: 0 0 20px 0;
    }

        .kura_form li label {
            display: block;
            margin: 0 0 9px 0;
        }

        .kura_form li input[type=text] {
            border: 0;
            outline: 0;
            background: #e0e0e0;
            display: block;
            box-shadow: 0 2px 0px 1px #bbbbbb;
            margin: 0 auto;
            padding: 10px;
            width: 380px;
            border-radius: 4px;
        }

            .kura_form li input[type=text]:focus {
                box-shadow: 0 2px 0px 1px #127334;
            }

        .kura_form li .btn-success {
            margin: 0 auto;
            width: 380px;
        }




.notprojects {
    background: #fff;
    margin: 0;
    border-radius: 4px;
    line-height: 33px;
    box-shadow: 0 0 9px 1px #dedede;
    padding: 35px;
    font-size: 19px;
    color: #15753a;
    font-weight: 600;
}

.kura_table {
    margin: 30px 0 0 0;
    background: #fff;
    /* margin: 0; */
    width: 100%;
    border-radius: 5px;
    padding: 1%;
    font-weight: 500;
    box-shadow: 0 0 9px 1px #dedede;
}

    .kura_table .table {
        margin-bottom: 0;
    }


.links {
    background: #f7f8fe;
    width: 23%;
    float: left;
    font-size: 23px;
    color: #7e8aa2;
    font-family: 'proxima_novalight';
    height: 285px;
    margin: 1%;
    line-height: 35px;
    transition: 0.2s;
    border-radius: 7px;
    text-align: center;
}

    .links:hover {
        background: #3767a6;
        color: #ffffff;
    }

    .links .icon_1 {
        background: url(../Images/icon_1.png) no-repeat top center;
        display: block;
        width: 150px;
        height: 150px;
        margin: 20px auto 0 auto;
    }

    .links:hover .icon_1 {
        background: url(../Images/icon_1_hover.png) no-repeat top center;
    }

    .links .icon_2 {
        background: url(../Images/icon_2.png) no-repeat top center;
        display: block;
        width: 150px;
        height: 150px;
        margin: 20px auto 0 auto;
    }

    .links:hover .icon_2 {
        background: url(../Images/icon_2_hover.png) no-repeat top center;
    }

    .links .icon_3 {
        background: url(../Images/icon_3.png) no-repeat top center;
        display: block;
        width: 150px;
        height: 150px;
        margin: 20px auto 0 auto;
    }

    .links:hover .icon_3 {
        background: url(../Images/icon_3_hover.png) no-repeat top center;
    }

    .links .icon_4 {
        background: url(../Images/icon_4.png) no-repeat top center;
        display: block;
        width: 150px;
        height: 150px;
        margin: 20px auto 0 auto;
    }

    .links:hover .icon_4 {
        background: url(../Images/icon_4_hover.png) no-repeat top center;
    }

    .links .icon_5 {
        background: url(../Images/icon_5.png) no-repeat top center;
        display: block;
        width: 150px;
        height: 150px;
        margin: 20px auto 0 auto;
    }

    .links:hover .icon_5 {
        background: url(../Images/icon_5_hover.png) no-repeat top center;
    }

    .links .icon_6 {
        background: url(../Images/icon_6.png) no-repeat top center;
        display: block;
        width: 150px;
        height: 150px;
        margin: 20px auto 0 auto;
    }

    .links:hover .icon_6 {
        background: url(../Images/icon_6_hover.png) no-repeat top center;
    }
