﻿html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -40px;
}

/* Set the fixed height of the footer here */
#push,
#footer {
    height: 70px;
}

#footer {
    background-color: #f5f5f5;
}

.modal-body {
    padding-bottom: 0;
}

.modal-footer {
    margin-top: 0;
}


#ustMenu {
    padding-top: 40px;
}



.body-content {
    padding-left: 15px;
    padding-right: 15px;
}


.cizgi {
    border-bottom: 2px solid rgb(81, 127, 164); /*#6092aa;*/
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: bold;
}

/*div
{
    border: dotted 1px red;
}*/

.hatali {
    border-color: red;
}

.bayrak {
    border-style: none;
    width: 24px;
    height: 25px;
}


.badge-error {
    background-color: #b94a48;
}

    .badge-error:hover {
        background-color: #953b39;
    }

.badge-warning {
    background-color: #f89406;
}

    .badge-warning:hover {
        background-color: #c67605;
    }

.badge-success {
    background-color: #468847;
}

    .badge-success:hover {
        background-color: #356635;
    }

.badge-info {
    background-color: #3a87ad;
}

    .badge-info:hover {
        background-color: #2d6987;
    }

.badge-inverse {
    background-color: #333333;
}

    .badge-inverse:hover {
        background-color: #1a1a1a;
    }

.yuvarlak-kose {
    border-radius: 5px;
}


/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 567px) {

    /*h1,h2,h3,h4,h5 {
        font-size:80%;
    }*/

    .modal-dialog {
        margin: 2px;
        padding: 2px;
    }

        .modal-dialog .panel-body {
            margin: 0;
            padding: 0;
        }

        .modal-dialog .panel {
            margin: 0;
        }

    .panel-body ul {
        margin: 2px 4px 2px 4px;
        padding: 2px;
        list-style-position: inside;
        list-style: none;
    }

    .modal-dialog h4 {
        font-size: small;
        font-weight: bold;
    }

    .modal-dialog li {
        font-size: small;
    }

    body {
        padding-left: 0;
        padding-right: 0;
    }

    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    #tableOdaAra h4 {
        font-size: 70%;
    }



    .tableMobile h4, .tableMobile h5, .tableMobile th {
        font-size: small;
    }

    .tdResim .imgResim {
        width: 40px;
        height: 40px;
    }

    .btnSatinAl {
        font-size: 85%;
    }

    #ustMenu {
        padding-top: 5px;
    }
}
