﻿ html, body {
    font-family: "ism", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    /* color: #696969; */
    margin: 0px;
    padding: 0px;
    height: 100%; /* needed for container min-height */ /* background: #b6b7bc;     font-size: .80em;*/ /*background-color: #f2f2f2;*/
    /* background-color: White; */
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #bfbfbf;
    font-style: italic;
    font-size: 10px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #bfbfbf;
    font-style: italic;
    font-size: 10px;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #bfbfbf;
    font-style: italic;
    font-size: 10px;
}


:-moz-placeholder {
    /* Firefox 18- */
    color: #bfbfbf;
    font-style: italic;
    font-size: 10px;
}


input[type=text] {
    width: 100%;
    padding: 2px;
    border: 1px solid #ccc;
}

a img {
    border: none;
}

label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}

.col-25, .col-40, .col-60, .col-75 {
    width: 100%;
    margin-top: 0;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.FixedHeader {
    position: absolute;
    font-weight: bold;
}

.genel {
    position: relative; /* needed for footer positioning*/
    width: 100%;
    height: auto !important; /* real browsers */
    height: 100%; /* IE6: treaded as min-height*/
    min-height: 750px; /* real browsers */
    margin: 0 auto;
    padding: 0px 5px;
    border-left: 1px solid Gray;
    border-right: 1px solid Gray;
    overflow: hidden;
}

.master {
    margin-top: 4px;
    width: 388px;
    height: 30px;
    text-align: right;
}

    .master img {
        height: 24px;
        padding: 3px;
    }

        .master img:hover {
            padding: 2px;
            border: 1px solid #FFFFFF;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            background-color: #6cdfda;
        }

.waterMarked {
    color: darkgray;
    font-family: Calibri Light;
    font-size: small;
    font-style: italic;
}

.spot {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000 url("temizlik.png") no-repeat fixed center;
}

.modalBackground {
    background-color: Silver;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.modalPopup {
    max-width: 500px;
    width: 100%;
    padding: 10px;
    border: 1px solid #666;
    background-color: #e6e6e6;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 10px 10px 50px 0px rgba(0,0,0,0.8);
    -moz-box-shadow: 10px 10px 50px 0px rgba(0,0,0,0.8);
    box-shadow: 10px 10px 50px 0px rgba(0,0,0,0.8);
    z-index: 1000;
}

.modalClose {
    width: 30px;
    height: 30px;
    position: absolute;
    font-family: Arial;
    font-size: 13pt;
    color: #fff;
    top: 10px;
    right: 10px;
    border: none;
    background-color: #8c8c8c;
    transition: 0.5s;
}

    .modalClose:hover {
        background-color: #b30000;
    }

.modalHeader {
    vertical-align: bottom;
    background-color: #009999;
}

    .modalHeader span {
        height: 30px;
        display: table-cell;
        vertical-align: middle;
        padding-left: 10px;
        color: #fff;
        font-weight: 500;
    }

.modalBody {
    margin-top: 5px;
    padding: 5px;
}

.ismMenu {
    height: 40px;
    border: 1px solid gray;
}

    .ismMenu div {
        padding: 5px;
        float: left;
    }

        .ismMenu div:hover {
            background-color: Gray;
        }

    .ismMenu a {
        color: #000000;
        text-decoration: none;
        width: 100%;
    }

.submit {
    border: 1px solid #666666;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #000000;
    padding: 10px 10px 10px 35px;
    background-position-y: 5px;
    background-position-x: 5px;
    background-repeat: no-repeat;
    background-color: #E6E6E6;
}

    .submit:hover {
        background-color: #CCCCCC; /*#99CCFF;*/
    }

.ismMenu a:hover {
    color: #ffffff;
}

/*Sol Kolon*/
.solKolon {
    width: 190px;
    float: left;
}

/*Sağ Kolon*/
.sagKolon {
    width: 745px;
    float: left;
    margin-top: 5px;
}

/*Sol Menüüü*/
.solMenu {
    width: 190px;
}

.solMenuBaslik {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #666666;
    font-family: Arial, Sans-Serif;
    font-size: 10pt;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
}

.solMenuIcerik {
    background-color: #E0E0E0;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
}

    .solMenuIcerik a {
        width: 170px;
        height: 18px;
        margin-left: 5px;
        font-family: Arial, Sans-Serif;
        color: #333333;
        font-size: 9pt;
        text-decoration: none;
        display: inline-block;
        padding-top: 4px;
        padding-left: 5px;
    }

        .solMenuIcerik a:hover {
            background-color: #3EA3A9;
            color: #ffffff;
        }
/* aCCORDİON */
.accordionHeader {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

    .accordionHeader a {
        color: #FFFFFF;
        background: none;
        text-decoration: none;
    }

        .accordionHeader a:hover {
            background: none;
            text-decoration: underline;
        }

.accordionHeaderSelected {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

    .accordionHeaderSelected a {
        color: #FFFFFF;
        background: none;
        text-decoration: none;
    }

        .accordionHeaderSelected a:hover {
            background: none;
            text-decoration: underline;
        }

.accordionContent {
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
}

    .accordionContent a {
        margin-left: 10px;
        margin-right: 10px;
        font-family: Arial, Sans-Serif;
        color: #666666;
        font-size: 10pt;
        text-decoration: none;
    }

        .accordionContent a:hover {
            background-color: #B0C4DE;
            color: #ffffff;
        }

/*AutoComplete flyout */
.autocomplete_completionListElement {
    margin: 0px !important;
    background-color: #ffffff;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    overflow: auto;
    height: 200px;
    text-align: left;
    list-style-type: none;
}

/* AutoComplete highlighted item */
.autocomplete_highlightedListItem {
    margin-left: 0px;
    background-color: #ffff99;
    color: black;
    padding: 1px;
}

/* AutoComplete item */
.autocomplete_listItem {
    background-color: #ffffff;
    color: windowtext;
    padding: 1px;
}

.hider {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 99;
    background-color: Black;
    opacity: 0.6;
    filter: alpha(opacity=50);
}

.hider1 {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 4999;
    background-color: white;
    opacity: 0.6;
    filter: alpha(opacity=50);
}

.hider2 {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 299;
    background-color: Black;
    opacity: 0.6;
    filter: alpha(opacity=50);
}

.hiderAlarm {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 299;
    background-color: Red;
    opacity: 0.6;
    filter: alpha(opacity=50);
}


.progress {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 200;
}

.PanelLogin {
    /*position: absolute;*/
    width: 1366px;
    height:800px;
    top: 1%;
    left: 1%;    
    border: 1px solid #555;
    z-index: 5000;
    background-color: #fff;
    /*padding: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 10px 10px 50px 0px rgba(0,0,0,0.8);
    -moz-box-shadow: 10px 10px 50px 0px rgba(0,0,0,0.8);
    box-shadow: 10px 10px 50px 0px rgba(0,0,0,0.8);*/
    font-family: "Calibri Light";
}

.popupbox {
    position: absolute;
    width: 85%;
    top:1%;
    left: 5%;
    border: 1px solid #555;
    z-index: 100;
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 10px 10px 50px 0px rgba(0,0,0,0.8);
    -moz-box-shadow: 10px 10px 50px 0px rgba(0,0,0,0.8);
    box-shadow: 10px 10px 50px 0px rgba(0,0,0,0.8);
    font-family: "Calibri Light";
}

.popupbox2 {
    position: fixed;
    top: 20%;
    left: 20%;
    border: 1px solid #555;
    z-index: 200;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 10px 10px 50px 0px rgba(0,0,0,0.8);
    -moz-box-shadow: 10px 10px 50px 0px rgba(0,0,0,0.8);
    box-shadow: 10px 10px 50px 0px rgba(0,0,0,0.8);
    font-family: "Calibri Light";
}

.popupbox3 {
    position: fixed;
    top: 25%;
    left: 35%;
    border: 1px solid #555;
    z-index: 300;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 10px 10px 50px 0px rgba(0,0,0,0.8);
    -moz-box-shadow: 10px 10px 50px 0px rgba(0,0,0,0.8);
    box-shadow: 10px 10px 50px 0px rgba(0,0,0,0.8);
    font-family: "Calibri Light";
}

.popupboxKartAyrinti {
    position: fixed;
    top: 40%;
    left: 50%;
    width: 150px;
    height: 150px;
    margin-top: -75px; /*yüksekliğin yarısı olmalı*/
    margin-left: -200px; /*genişliğin yarısı olmalı*/
    border: 3px solid #555;
    z-index: 101;
    background-color: #fff;
    padding: 10px;
    -moz-box-shadow: 10px 10px 5px rgb(50,50,50);
    -webkit-box-shadow: 10px 10px 5px rgb(50,50,50);
    box-shadow: 20px 20px 5px rgba(50,50,50);
}

.popupboxMesajKutusu {
    position: fixed;
    top: 40%;
    left: 50%;
    width: 400px;
    height: 150px;
    margin-top: -75px; /*yüksekliğin yarısı olmalı*/
    margin-left: -200px; /*genişliğin yarısı olmalı*/
    border: 3px solid #555;
    z-index: 101;
    background-color: #fff;
    padding: 10px;
    -moz-box-shadow: 10px 10px 5px rgb(50,50,50);
    -webkit-box-shadow: 10px 10px 5px rgb(50,50,50);
    box-shadow: 20px 20px 5px rgba(50,50,50);
}

.popupboxEnvanter {
    position: fixed;
    top: 40%;
    left: 50%;
    width: 700px;
    height: 450px;
    margin-top: -225px; /*yüksekliğin yarısı olmalı*/
    margin-left: -350px; /*genişliğin yarısı olmalı*/
    border: 3px solid #555;
    z-index: 100;
    background-color: #fff;
    padding: 10px;
    -moz-box-shadow: 10px 10px 5px rgb(50,50,50);
    -webkit-box-shadow: 10px 10px 5px rgb(50,50,50);
    box-shadow: 10px 10px 5px rgba(50,50,50);
}

.popupboxTalep {
    position: fixed;
    top: 40%;
    left: 50%;
    width: 700px;
    height: 600px;
    margin-top: -300px; /*yüksekliğin yarısı olmalı*/
    margin-left: -350px; /*genişliğin yarısı olmalı*/
    border: 3px solid #555;
    z-index: 100;
    background-color: #fff;
    padding: 10px;
    -moz-box-shadow: 10px 10px 5px rgb(50,50,50);
    -webkit-box-shadow: 10px 10px 5px rgb(50,50,50);
    box-shadow: 10px 10px 5px rgba(50,50,50,0.5);
}

.popupboxMuracaat {
    position: fixed;
    top: 40%;
    left: 50%;
    width: 700px;
    height: 300px;
    margin-top: -150px; /*yüksekliğin yarısı olmalı*/
    margin-left: -350px; /*genişliğin yarısı olmalı*/
    border: 3px solid #555;
    z-index: 100;
    background-color: #fff;
    padding: 10px;
    -moz-box-shadow: 10px 10px 5px rgb(50,50,50);
    -webkit-box-shadow: 10px 10px 5px rgb(50,50,50);
    box-shadow: 10px 10px 15px grey(50,50,50,0.5);
    font-family: "Calibri Light";
}

.UyariAcik {
    display: inline-block; /*float: left;*/
    border-radius: 2px;
    color: whitesmoke;
    background-color: green;
    padding: 2px 4px 2px 4px;
    margin: 2px;
    text-align: center;
    font-size: 10px;
    -webkit-box-shadow: 0px 1px 9px 0px rgba(110,110,110,1);
    -moz-box-shadow: 0px 1px 9px 0px rgba(110,110,110,1);
    box-shadow: 0px 1px 9px 0px rgba(110,110,110,1);
}

.UyariKapali {
    display: inline-block; /*float: left;*/
    border-radius: 2px;
    color: whitesmoke;
    background-color: red;
    padding: 2px 4px 2px 4px;
    margin: 2px;
    text-align: center;
    font-size: 10px;
    -webkit-box-shadow: 0px 1px 9px 0px rgba(110,110,110,1);
    -moz-box-shadow: 0px 1px 9px 0px rgba(110,110,110,1);
    box-shadow: 0px 1px 9px 0px rgba(110,110,110,1);
}

.resim {
    float: right;
    margin-top: 40px;
    margin-right: 10px;
}

.PanelForm {
    padding: 8px;
    margin: 2px;
    border-radius: 5px;
    float: left;
    display: block;
    width: 100%;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(204,204,204,1);
    -moz-box-shadow: 0px 1px 1px 1px rgba(204,204,204,1);
    box-shadow: 0px 1px 1px 1px rgba(204,204,204,1);
    text-align: left;
}

.PanelFormGovde {
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
    float: left;
    display: block;
    width: 100%;
    -webkit-box-shadow: 0px 2px 5px 1px rgba(102,100,102,0.9);
    -moz-box-shadow: 0px 2px 5px 1px rgba(102,100,102,0.9);
    box-shadow: 0px 2px 5px 1px rgba(102,100,102,0.9);
    text-align: left;
}

.PanelFormD {
    background-color: lightpink;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
    float: left;
    display: block;
    width: 99%;
    -webkit-box-shadow: 0px 2px 10px 1px rgba(102,100,102,0.9);
    -moz-box-shadow: 0px 2px 10px 1px rgba(102,100,102,0.9);
    box-shadow: 0px 2px 10px 1px rgba(102,100,102,0.9);
    text-align: left;
}

.YeniSTU {
    height: 25px;
    width: 25px;
    position: absolute;
    border-radius: 25px;
    color: whitesmoke;
    background-color: orange;
    margin-left: 5px;
    margin-top: -12px;
    text-align: center;
    text-decoration: none;
    text-align: center;
    font-size: large;
    -webkit-box-shadow: 0px 1px 9px 0px #333333;
    -moz-box-shadow: 0px 1px 9px 0px #333333;
    box-shadow: 0px 1px 9px 0px #333333;
}

.YeniIslem {
    height: 25px;
    width: 25px;
    position: absolute;
    border-radius: 25px;
    color: whitesmoke;
    background-color: orange;
    margin-left: 15px;
    margin-top: 10px;
    text-decoration: none;
    text-align: center;
    font-size: large;
    -webkit-box-shadow: 0px 1px 9px 0px #333333;
    -moz-box-shadow: 0px 1px 9px 0px #333333;
    box-shadow: 0px 1px 9px 0px #333333;
}

.YeniMuayene {
    height: 25px;
    width: 25px;
    position: absolute;
    border-radius: 25px;
    color: whitesmoke;
    background-color: orange;
    margin-left: 5px;
    margin-top: -12px;
    text-decoration: none;
    text-align: center;
    font-size: large;
    -webkit-box-shadow: 0px 1px 9px 0px #333333;
    -moz-box-shadow: 0px 1px 9px 0px #333333;
    box-shadow: 0px 1px 9px 0px #333333;
}

.Bildirim {
    height: 15px;
    width: 15px;
    position: absolute;
    border-radius: 30px;
    color: white;
    background-color: red;
    padding: 0px;
    float: right;
    text-align: center;
    font-size: 10px;
    -webkit-box-shadow: 0px 1px 1px 0px #333333;
    -moz-box-shadow: 0px 1px 1px 0px #333333;
    box-shadow: 0px 1px 1px 0px #333333;
}

.AcilanFormBaslik {
    width: 100%;
    border-radius: 5px;
    height: 30px;
    border: solid;
    border-width: 1px;
    background-color: #006699;
}

.AcilanFormBaslikEtiket {
    margin: 3px 3px 3px 10px;
    float: left;
    color: white;
    font-weight: bold;
}

.AcilanFormBaslikKapatBtn {
    float: right;
    margin-right: 2px;
    background-color: red;
    color: white;
    font-weight: bold;
}

.AcilanFormBolum {
    padding: 5px;
    margin: 3px;
    border-radius: 5px;
    float: left;
    display: block;
    width: 98%;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(110,110,110,1);
    -moz-box-shadow: 0px 1px 2px 0px rgba(110,110,110,1);
    box-shadow: 0px 1px 2px 0px rgba(110,110,110,1);
}

.GerekceEtiket {
    display: block;
    border-radius: 5px;
    color: whitesmoke;
    background-color: crimson;
    padding: 2px;
    margin: 2px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    -webkit-box-shadow: 0px 1px 9px 0px rgba(110,110,110,1);
    -moz-box-shadow: 0px 1px 9px 0px rgba(110,110,110,1);
    box-shadow: 0px 1px 9px 0px rgba(110,110,110,1);
}

.UyariMesaj {
    position: absolute;
    width: 300px;
    height: 6%;
    margin: 95px auto;
    padding: 5px;
    background-color: white;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; /*-webkit-box-shadow: -4px 20px 59px 3px rgba(26,26,26,1);     -moz-box-shadow: -4px 20px 59px 3px rgba(26,26,26,1);     box-shadow: -4px 20px 59px 3px rgba(26,26,26,1);*/
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.50);
    -moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.50);
    box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.50);
    animation: mymove 1s infinite;
    -webkit-animation: mymove 1s infinite;
}

.divOrtala {
    width: 85%;
    margin: auto;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px 0;
    position: absolute;
    z-index: 1;
    top: -25px;
    left: 33px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.container {
    width: 100%;
    margin: 0 auto;
}

    .container .row {
        float: left;
        clear: both;
        width: 100%;
    }

    .container .col {
        float: left;
        margin: 0 0 1.2em;
        padding-right: 1.2em;
        padding-left: 1.2em;
    }

        .container .col.one, .container .col.two, .container .col.three, .container .col.four, .container .col.five, .container .col.six, .container .col.seven, .container .col.eight, .container .col.nine, .container .col.ten, .container .col.eleven, .container .col.twelve {
            width: 100%;
        }

.haber {
    display: block;
}

@media screen and (min-width: 767px) {
    .container {
        width: 100%; /*max-width: 1080px;*/
        margin: 0 auto;
    }

        .container .row {
            width: 100%;
            float: left;
            clear: both;
        }

        .container .col {
            float: left;
            margin: 0 0 1em;
            padding-right: .5em;
            padding-left: .5em;
        }

            .container .col.one {
                width: 8.33%;
            }

            .container .col.two {
                width: 16.66%;
            }

            .container .col.three {
                display: block;
                width: 20%; /*width: 24.99%;*/
            }

            .container .col.four {
                width: 50%;
            }

            .container .col.five {
                width: 41.65%;
            }

            .container .col.six {
                width: 49.98%;
            }

            .container .col.seven {
                width: 58.31%;
            }

            .container .col.eight {
                width: 66.64%;
            }

            .container .col.nine {
                width: 74.97%;
            }

            .container .col.ten {
                width: 83.3%;
            }

            .container .col.eleven {
                width: 91.65%;
            }

            .container .col.tweleve {
                width: 100%;
            }

    .col-25 {
        float: left;
        width: 25%;
        margin-top: 6px;
    }

    .col-40 {
        float: left;
        width: 40%;
        margin-top: 6px;
    }

    .col-60 {
        float: left;
        width: 60%;
        margin-top: 6px;
    }

    .col-75 {
        float: left;
        width: 75%;
        margin-top: 6px;
    }
}

/********************
GENERIC BUTTON STYLES
********************/
.btn {
    background-repeat: no-repeat;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    height: 160px;
    overflow: hidden;
    vertical-align: middle;
    padding: 10px 10px; /*.8em 1.5em;*/
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    display: inline-block;
    zoom: 1;
    color: #223c7e;
    text-align: center;
    text-decoration: none;
    position: relative;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}

    /*DARK BUTTON STYLES*/
    .btn.btn-dark {
        background-color: #2c3d51;
        border-color: #2c3d51; /*-webkit-box-shadow: 0 3px 0 #080c0f;     box-shadow: 0 3px 0 #080c0f;*/
    }

    .btn.btn-red {
        background-color: #990000; /*#cc0000;*/
        border-color: #2c3d51;
    }

    .btn.btn-grey {
        background-color: #e6e6e6;
        border-color: #e6e6e6;
    }

    .btn.btn-dark:hover {
        background-color: #202d3d;
    }

    .btn.btn-dark:active {
        top: 3px;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .btn.btn-red:hover {
        background-color: #cc0000; /*#ff0000;*/
    }

    .btn.btn-red:active {
        top: 3px;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .btn.btn-grey:hover {
        background-color: #cccccc;
    }

    .btn.btn-grey:active {
        top: 3px;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.userAvatar {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    border-radius: 50%;
}

.userProfileModal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
}

.userProfile {
    position: fixed;
    top: 70px;
    right: 10px;
    padding: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #ffffff;
}

    .userProfile a {
        font-family: Calibri;
        display: block;
        padding: 5px 10px;
        text-decoration: none;
        color: #000000;
    }

        .userProfile a:hover {
            background-color: #b3b3b3;
            color: #ffffff;
        }
