body {
    text-align: center;
    font-size: 14px;
    font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
    padding: 0;
    margin: 0;
    background: lightcyan url("../img/backgrounds/bg3.jpg") top left no-repeat;
}

div.fc-content table tr {
    background-color: white;
}

.fc-header-title h2 {
    color: white;
}

#loading {
    position: absolute;
    top: 12px;
    right: 15px;
    background-color: yellow;
    padding: 3px;
    border-radius: 8px;
}

#calendar {
    float: left;
    width: 75%;
    margin-left: 20px;
}

div#toolbar {
    width: 100%;
    line-height: 50px;
    background-color: rgba(18,32,44,0.4);
    border-bottom: 2px solid rgb(48, 64, 100);
    margin-bottom: 10px;
    padding-bottom: 10px;

}

div#toolbar div#content{
    position: relative;
    float: left;
    width: 98%;
    margin: 0 auto;
    margin-left: 1%;
}

div#toolbar label{
    background: #4099B4; /* Old browsers */
    padding: 3px 10px;
    font: 12px Arial;
    cursor: pointer;
    float: left;
    height: 25px;
    line-height: 25px;
    margin-top: 10px;
    border-radius: 2px;
    color: white;
    margin-right: 8px;
    font-weight: bold;
    border: 1px solid silver;
}

div#toolbar  label:last-child {
    float: right;
}

div#toolbar #content:after {
    clear: both;
    content : '';
    display: block;
}

#container{
    width: 80%;
    margin: 0 auto;
}
div.content{
    float: left;
    width: 98%;
    margin-left: 1%;
    background-color: white;
    padding-bottom: 20px;
}

table.etkinlik{

}

table.etkinlik td{
    text-align: left;
    padding: 5px;
}

table.etkinlik td:first-child{
    font-weight: bold;
    width: 130px;
}

table.etkinlik td:nth-child(2){
    width: 10px;
}

span.miniButton{
    background-color: rgb(101, 134, 240);
    padding: 3px 20px;
    border-radius: 5px;
    cursor: pointer;
    color: white;
    float: right;
    margin-right: 40px;
}

span.danger{
    background-color: tomato;
}

div#container {
    float: left;
    width: 98%;
    height:90%;
    min-height:90%;
    margin-left: 1%;
}

div.noteItem{
    position: relative;
    float: left;
    width: 200px;
    min-height: 110px;
    margin:10px;
    background-color: yellow;
}

div.noteItem div.addItem{
    cursor: pointer;
    font: 100px Arial;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-left: 65px;
    margin-top: 25px;
    background-color: #644B1D;
    color: yellow;
    border: 1px solid rgb(51, 30, 4);
    border-radius: 300px;

}

div.noteItem div.title{
    background-color: orange;
    color: #333;
    font: 15px Arial;
    font-weight: bold;
    padding: 3px;
    margin: 2px;
    border-radius: 3px;
}

div.noteItem div.zaman{

    float: right;
    color: #644B1D;
    font: 11px monospace;
    font-weight: bold;
    padding: 3px;
    margin: 2px;

}
div.clear{
    clear: both;
}


div.noteItem div.title span.noteClose{
    position: absolute;
    top: -12px;
    right: -10px;
    border: 2px solid yellow;
    background-color: #644B1D;
    color: white;
    font-size: 12px;
    border-radius: 40px;
    padding: 3px 6px;
    cursor: pointer;
}


div.noteItem div.noteArea{
    color: #644B1D;
    font: 13px Arial;
    padding: 5px;
    margin: 5px 2px;
    border-radius: 3px;
    text-align: left;
}

div.noteItem2{
    position: relative;
    float: left;
    width: 200px;
    min-height: 110px;
    margin:10px;
    background-color: rgb(155, 209, 226);
}

div.noteItem2 span.noteClose2{
    position: absolute;
    top: -12px;
    right: -10px;
    border: 2px solid rgb(92, 105, 173);
    background-color: white;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    border-radius: 40px;
    padding: 3px 6px;
    cursor: pointer;
}
div.noteItem2>div{
    margin: 5px;
    text-align: left;
    font: 13px Arial;
}
div.noteItem2 div.noteArea{
    color: #333;
    font: 13px Arial;
    padding: 5px;
    margin: 5px 2px;
    border-top: 1px dashed #333;
    text-align: left;
}


ul.kisiler_tablosu{
    margin-left: 130px;
    text-align: left;
}

ul.kisiler_tablosu li{
    padding: 3px; 
    color: brown;
    display: block;
    height: 30px;
    line-height: 30px;
}

ul.kisiler_tablosu li img{
    float: right;
    margin-left: 10px;
    height: 20px;
    vertical-align: text-bottom;
    cursor: pointer;
}

ul.kisi_listesi{
    margin-left: -120px; 
    margin-top: 20px; 
    font: 13px Arial;
    list-style-type:decimal;
}

table.dataTable td.actions{
    width: 110px;
}
table.dataTable img.button{
    float: left;
    cursor: pointer;
    background-color: white;
    outline: 0 none;
    padding: 5px;
    border: 1px solid silver;
    border-radius: 5px;
    margin-left: 5px;
    height: 16px;
}

img.koseli{
    padding: 5px 30px;
    background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    border: 1px solid #333;
    cursor: pointer;
}

div.noteItem3{
    position: relative;
    float: left;
    width: 200px;
    margin-left:10px;
    background-color: yellow;
}

div.noteItem3 div.addItem{
    cursor: pointer;
    width: 100%;

    color: #644B1D;
    border: 1px solid rgb(51, 30, 4);
    font: 16px Arial;
    font-weight: bold;

    height: 30px;
    line-height: 30px;
}


div.addItem2{
    cursor: pointer;
    width: 200px;
    margin-left: 10px;
    background-color: rgb(155, 209, 226);
    color: #333;
    border: 1px solid rgb(51, 30, 4);
    font: 16px Arial;
    font-weight: bold;

    height: 30px;
    line-height: 30px;
}

label.menu-ac{
    display: none;
}


@media only screen and (max-width : 700px) {  
    div#toolbar label {
        width: 90%;
        margin: 3%;
        display: none;
    }
    div#toolbar label.menu-ac {
        display: block;
    }
}  