﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea,
button {
    max-width: 280px;
}


body, .form-control, .btn {
    font-size: 12px !important;
}


a.data {
    text-decoration: none;
}

    a.data:link {
        color: green;
    }


    a.data:visited {
        color: rgba(0, 128, 0, 0.7);
    }

a.multipleData:visited {
    color: rgba(255, 69, 0, 0.7);
}

a.data:hover {
    color: grey !important;
}


a.data:active {
    color: green;
}


a.multipleData:link {
    color: orangered;
}


a.multipleData:visited {
    color: orangered;
}


a.multipleData:hover {
    color: grey;
}


a.multipleData:active {
    color: orangered;
}




.filterablePage form .form-control {
    float: left !important;
    margin-top: 10px;
    max-width: 280px;
}

button.form-control {
    background-color: #80808080;
    font-size: medium;
    font-weight: 700;
}


.filterablePage .table {
    margin-bottom: 20px;
    margin-top: 2%;
}

/*.tableCol {
    z-index: -11111 !important;
}*/

.bs-searchbox .form-control {
    width: 80%;
}

.bs-searchbox .refresh {
    display: inline-block;
    margin: 14px 0px 0 7%;
    font-size: large;
    cursor: pointer;
}

.filterCol {
    margin-top: 7%;
}

form .form-control {
    display: inline;
}

.form-control {
    margin-top: 10px;
}

.form-box {
    display: block;
    width: 86%;
    float: right;
    min-width: 205px;
}

    .form-box .sepLine {
        margin-top: 7px;
        height: 1px;
        width: auto;
        border-bottom: dotted 1px lightgray;
        max-width: 280px;
    }

    .form-box.last {
        margin-bottom: 8%;
    }



.link:hover {
    color: black !important;
    background-color: red;
}

.hft:hover {
    color: black !important;
    background-color: red;
}

.userPrimeAra {
    height: 35px;
    margin-top: 8px;
    width: 55px;
    color: white !important;
    line-height: 5px !important;
    font-size: 18px;
    margin-left: 30px;
}

    .userPrimeAra span {
        line-height: 0;
        font-size: 20px;
        margin: -1px 0 0px 0;
    }



.logoBox {
    margin: 20px 0 0 0;
    position: relative;
}

    .logoBox img {
        height: 25px;
        /* margin: -12px 0 0 3px; */
        margin: -10px 39px 0px 0;
    }

    .logoBox .item {
        display: inline;
    }

    .logoBox .text {
        color: gray;
        font-size: x-large;
        margin: 0 20px 0px -3px;
        line-height: 0;
    }


    .logoBox a {
        text-decoration: none;
    }




.logItem {
    padding: 1em;
    margin-bottom: 1em;
    border-radius: 3px;
    background-color: rgba(65, 119, 187, 0.27);
    color: #214f75;
}

    .logItem.CallCenter {
        background-color: rgba(60, 120, 40, 0.2);
        color: rgb(40, 80, 30);
    }

    .logItem.Satis {
        background-color: rgba(120, 40, 40, 0.2);
        color: rgb(120, 40, 40);
    }

    .logItem.Resepsiyon {
        background-color: #dddddd;
        color: #333333;
    }


    .logItem .line div {
    display: inline;
}

        .logItem .line .tmk {
    float:right;
}     
           .logItem .line.note {
padding:5px 0;
}