﻿body {
}

.btnbilsoftdarkblue {
    text-decoration: none;
    background-color: #1C3660;
    color: white;
    font-size: 15px;
}
.btnbilsoftdarkblue:hover {
        background-color: #26344B;
        color: white;
 }
    .btnbilsoftdarkblue:focus {
        background-color: #26344B;
        color: white;
    }
.btnbilsoftorange {
    text-decoration: none;
    background-color: #E37B1F;
    color: white;
    font-size: 15px;
}
.btnbilsoftorange:hover {
        background-color: #CD7514;
        color: white;
    }
    .btnbilsoftorange:focus {
        background-color: #CD7514;
        color: white;
    }
.fontbilsoftdarkblue {
    color: #1C3660 !important;
}
.bilsoftgray {
    background-color: #b5bfc9;
}
.uniform-style {
    padding: 15px 16px;
    margin-right: 5px;
    margin-bottom: 5px !important;
}

.btnbilsoftgray {
    text-decoration: none;
    background-color: #b5bfc9;
    color: #26344B;
}
    .btnbilsoftgray:hover {
        background-color: #26344B;
        color: white;
    }

@media (max-width: 767px) {
    .mobile-full-width {
        width: 100% !important;
        margin-bottom: 5px !important;
    }
}
.sayfabaslik {
    font-weight: bold;
    margin-top: 5px;
    margin-left: 5px;
    padding-top: 10px;
    padding-left: 10px;
}
.raporlar {
    width: 100% !important;
}
.inputshadow {
   box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px !important;
/*box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
*/
}

.page-toolbar {
    background-color: white !important;
}

.marBot{
    margin-bottom:2%;
}
.marBot5 {
    margin-bottom: 5%;
}

.form-floating-label {
    position: relative;
}

.form-floating-label label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 7px 0 0 22px;
    transition: all 0.3s;
    pointer-events: none;
    opacity: 0.5;
}


.form-floating-label .form-control:focus + label,
.form-floating-label .form-control:not(:placeholder-shown) + label {
    top: -22px;
    padding-right: 5px;
   /* background: #FFFFFF;*/
    font-size: 12px;
    opacity: 1;
}
