@charset "utf-8";
/* CSS Document */

html,body {
    margin:0;
    padding:0;
}


*:focus {
    outline: 0;
}

img { border:none;}
a { outline:none;}

/*

::-webkit-input-placeholder {
    color: #000000;
}

:-moz-placeholder {
    color: #000000;
}

::-moz-placeholder {
    color: #000000;
}

:-ms-input-placeholder {
    color: #000000;
}

*/


.ClearBoth{
    clear: both;
}



#PanelWrapper{

    width: 880px;
    margin: 0 auto;

}

.PanelMainCaption{
    font-size: 25px;
    font-family: "gotham_narrowmedium", sans-serif ;
    margin-top: 45px;
}

.PanelMenuContainer{
    height: 59px;
    width: 880px;
    text-align: center;
    border-bottom: 1px #000000 solid;
    border-top: 1px #000000 solid;
    margin-top: 15px;
    margin-bottom: 55px;
    padding-top: 25px;

}

.PanelMenuBtn{

    width: 164px;
    height: 23px;
    background: #ffffff;
    border: 1px solid #000000;
    text-align: center;
    display: block;
    float: left;
    font-family: "gotham_narrowmedium", sans-serif ;
    font-size: 12px;
    padding-top: 9px;
    color: #000000;
    text-decoration: none;
    margin-right: 12px;
}

.PanelMenuBtn.Last{
    margin-right: 0;
}

.PanelMenuBtn.Selected{

     background: #fff200;

 }

.PanelMenuBtn:hover{

    background: #fff200;

}



.PanelContentBox{

    width: 880px;
    min-height: 100px;
    height: 100%;
    margin-bottom: 35px;
    border: 1px solid #000000;
    position: relative;

}




.BoxNumber{

    border-radius: 50%;
    width: 32px;
    height: 25px;
    border: 1px solid #cccccc;
    background: #FFF200;
    text-align: center;
    padding-top: 7px;
    font-family: "gotham_narrowbold",sans-serif;
    font-size: 14px;
    position: absolute;
    top: -18px;
    left: -22px;
    z-index: 20;

}


.BoxCaption{

    position: absolute;
    top: -17px;
    left: 0;
    height: 24px;
    width: 270px;
    border: 1px solid #000000;
    font-family: "gotham_narrowbold",sans-serif;
    font-size: 14px;
    background: #ffffff;
    z-index: 10;
    padding-left: 26px;
    padding-top: 6px;

}

.YayinBilgiColumn{
    float: left;
    height: 286px;

}

.YayinBilgiColumn .colWrapper{
    padding: 42px 42px 22px 42px;

}



.YayinBilgiColumn.BorderLeft{

    border-left: 1px solid #cccccc;
}

.YayinBilgiColumn .topRow{

    width: 85%;
    height: 95px;
    padding: 42px 0 10px 42px;

}


.YayinBilgiColumn .topRow.Small{

    width: 85%;
    height: 144px;
    padding: 20px 0 10px 42px;

}


.YayinBilgiColumn .bottomRow{

    border-top: 1px solid #cccccc;
    height: 50px;
    padding: 55px 40px 0;
    width: 206px;

}


.YayinBilgiColumn .bottomRow.Small{

    border-top: 1px solid #cccccc;
    height: 50px;
    padding: 40px 40px 0;
    width: 206px;

}

.YayinBilgiColumn.Last{
    width: 285px;
}

.PanelContentBox .FieldCaption{
    font-family: "gotham_narrowlight",sans-serif;
    font-size: 11px;
    margin-bottom: 10px;
}


.PanelContentBox .FieldCaption span.Bold{
    font-family: "gotham_narrowbold",sans-serif;
    font-size: 11px;
}


.PanelContentBox .FieldCaption.TagCaption{
    margin-top: 20px;
}



.PanelContentBox .FieldCaptionCenter{
    font-family: "gotham_narrowlight",sans-serif;
    font-size: 11px;
    margin-bottom: 10px;
    text-align: center;
    height: 90px;
}


.PanelContentBox .FieldCaptionSwitch{
    font-family: "gotham_narrowlight",sans-serif;
    font-size: 11px;
    margin-bottom: 10px;
    height: 90px;
    margin-top: 8px;
    width: 100px;
    float: left;
}

.PanelContentBox .FieldCaptionSwitchSmall{
    font-family: "gotham_narrowlight",sans-serif;
    font-size: 11px;
    margin-bottom: 10px;
    height: 50px;
    margin-top: 8px;
    width: 100px;
    float: left;
}

.PanelContentBox .FieldImageInfo{

    font-family: "gotham_narrowlight",sans-serif;
    font-size: 14px;
    margin-bottom: 15px;
}


.PanelContentBox .item-select .jqTransformSelectWrapper {

    background: #ffffff;
    border: 1px solid #000000;
    width: 195px!important;
    margin-right: 10px;
    margin-bottom: 12px;

}


.PanelContentBox .item-select .jqTransformSelectWrapper div span {

    font-size: 11px;
    font-family: 'gotham_narrowlight', sans-serif;
    float: none;
    position: absolute;
    white-space: nowrap;
    height: 31px;
    line-height: 15px;
    padding: 8px 0 0 12px;
    overflow: hidden;
    cursor:pointer;
    color:#000000;
}
.PanelContentBox .item-select .jqTransformSelectWrapper ul{
    width: 194px!important;

}

.PanelContentBox .item-select .jqTransformSelectWrapper ul a{
    font-size: 11px;
    font-family: 'gotham_narrowlight', sans-serif;
}


.PanelContentBox .item-select .jqTransformSelectWrapper ul a.selected{
    font-size: 11px;
    font-family: 'gotham_narrowlight', sans-serif;
}




.PanelContentBox .FieldInput{
    border: 1px solid #000000;
    height: 30px;
    font-size: 11px;
    font-family: 'gotham_narrowlight', sans-serif;
    padding: 0 10px 0 10px;
    width: 174px;
    margin-bottom: 10px;
    float: left;
}




.PanelContentBox .FieldInput.TagInput{

    width: 230px;

}



.PanelContentBox .FieldInput.Saat{

    width: 160px;

}





.SwitchButton{

    width: 64px;
    height: 26px;
    position: relative;
    float: right;
    display: block;
    cursor: pointer;

}

.SwitchButton.FloatLeft{
    float: left;
}

.SwitchButtonMask{

    overflow: hidden;
    width: 64px;
    height: 26px;
    position: relative;
}



.SwitchButton .SwitchOn{
    width: 64px;
    height: 26px;
    background: url("../images/switch-btn-bg.png") no-repeat 0 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;

}



.SwitchButton .SwitchOff{
    width: 64px;
    height: 26px;
    background: url("../images/switch-btn-bg.png") no-repeat 0 -26px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;

}


.SwitchButton .SwitchWarning{
    width: 64px;
    height: 26px;
    background: url("../images/switch-btn-bg.png") no-repeat 0 -52px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}


.SwitchButton .SwitchPin{
    width: 34px;
    height: 43px;
    background: url("../images/switch-btn-pin.png") no-repeat 0 0;
    position: absolute;
    top: 0;
    left: 35px;
    z-index: 90;
}



/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }



.ui-widget {
    font-family: "gotham_narrowmedium",sans-serif;
    font-size: 0.8em;
}

#ui-datepicker-div{
    z-index: 99!important;
}

.PanelContentBox .Row{

    border-bottom: 1px solid #000000;
    min-height: 50px;
    height: 100%;
    padding: 25px 42px 22px 42px;
}

.PanelContentBox .Row.Last{

    min-height: 50px;
    height: 100%;
    border-bottom: none;
    padding-top: 5px;

}

.PanelContentBox .Row .TagSelectColumn{

    width: 252px;
    float: left;
    margin-right: 12px;

}



.TagSelectColumn .TagListContainer{

    min-height: 40px;
    height: 100%;
    width: 200px;

}


.TagSelectColumn .TagListContainer ul{

    margin: 0;
    padding: 0;

}

.TagSelectColumn .TagListContainer ul li{

    list-style: none;
    float: left;
    margin-right: 4px;
    font-size: 10px;
    font-family: 'gotham_narrowlight', sans-serif;
    height: 18px;
    background: #e8e7e7;
    padding-top: 5px;
    margin-bottom: 8px;
    padding-left: 8px;


}


.TagSelectColumn .TagListContainer ul li a{

    height: 23px;
    width: 23px;
    display: block;
    background: url("../images/tag-item-bg.png") no-repeat 0 0;
    float: right;
    position: relative;
    top: -5px;

}


.TagSelectColumn .TagSelectBox{

    padding: 10px;
    border: 1px solid #000000;
    min-height: 100px;

}


.PanelContentBox .ColumnLeft{

    float: left;
    width: 370px;
    min-height: 100px;
    height: 100%;
    padding-top: 25px;
    position: relative;


}

.PanelContentBox .ColumnLeft.High{

    margin-top: 30px;

}


.PanelContentBox .Row.Inner{

    padding-left: 64px;

}


.PanelContentBox .ColumnRight{

    float: left;
    width: 300px;
    min-height: 100px;
    height: 100%;
    margin-top: 20px;


}

.PanelContentBox .ColumnRight.High{

    margin-top: 130px;

}


.PanelContentBox .ColumnLeft .RowSeparator{

    border-top: 1px solid #000000;
    height: 2px;
    left: -64px;
    margin: -10px 0 30px;
    position: relative;
    width: 405px;


}


.PanelContentBox .BtnYukle{

    height: 22px;
    padding: 8px 20px 0 20px;
    display: block;
    background: #FFFFFF;
    border: 1px solid #000000;
    text-decoration: none;
    color: #000000;
    font-family: "gotham_narrowmedium", sans-serif ;
    font-size: 12px;
    float: left;
    text-align: center;
    margin-left: 12px;



}




.PanelContentBox .BtnYukle:hover{

    background: #FFF200;
}



.PanelContentBox .BoxLetter{

    border-radius: 50%;
    width: 32px;
    height: 25px;
    border: 1px solid #cccccc;
    background: #FFF200;
    text-align: center;
    padding-top: 7px;
    font-family: "gotham_narrowbold",sans-serif;
    font-size: 14px;
    position: absolute;
    left: -45px;
    z-index: 20;

}

.PanelContentBox .BoxLetter.A{

    top: 50px;

}

.PanelContentBox .BoxLetter.B{

    top: 215px;

}

.PanelContentBox .BoxLetter.C{

    top: 382px;

}


.SampleImage1 {

    margin-left: 40px;

}





.PanelMenuContainer.Icerik{

    margin-bottom: 25px;

}

.PanelSearchContainer{

    height: 106px;

}

.PanelSearchContainer .FieldInput{
    border: 1px solid #000000;
    height: 30px;
    font-size: 11px;
    font-family: 'gotham_narrowlight', sans-serif;
    padding: 0 10px 0 10px;
    width: 174px;
    margin-bottom: 20px;
    float: left;
}




.PanelSearchContainer .BtnYukle{

    height: 22px;
    padding: 8px 20px 0 20px;
    display: block;
    background: #FFFFFF;
    border: 1px solid #000000;
    text-decoration: none;
    color: #000000;
    font-family: "gotham_narrowmedium", sans-serif ;
    font-size: 12px;
    float: left;
    text-align: center;
    margin-left: 12px;



}




.PanelSearchContainer .BtnYukle:hover{

    background: #FFF200;
}


.PanelSearchContainer input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000000;
}
.PanelSearchContainer input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #000000;
    opacity:  1;
}
.PanelSearchContainer input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #000000;
    opacity:  1;
}
.PanelSearchContainer input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #000000;
}




.PanelSearchContainer .item-select .jqTransformSelectWrapper {

    background: #ffffff;
    border: 1px solid #000000;
    width: 195px!important;
    margin-right: 10px;
    margin-bottom: 12px;

}


.PanelSearchContainer .item-select .jqTransformSelectWrapper div span {

    font-size: 11px;
    font-family: 'gotham_narrowlight', sans-serif;
    float: none;
    position: absolute;
    white-space: nowrap;
    height: 31px;
    line-height: 15px;
    padding: 8px 0 0 12px;
    overflow: hidden;
    cursor:pointer;
    color:#000000;
}
.PanelSearchContainer .item-select .jqTransformSelectWrapper ul{
    width: 194px!important;

}

.PanelSearchContainer .item-select .jqTransformSelectWrapper ul a{
    font-size: 11px;
    font-family: 'gotham_narrowlight', sans-serif;
}


.PanelSearchContainer .item-select .jqTransformSelectWrapper ul a.selected{
    font-size: 11px;
    font-family: 'gotham_narrowlight', sans-serif;
}



.PanelFilterListTable{
    border-collapse: collapse;
}


.PanelFilterListTable, .PanelFilterListTable th, .PanelFilterListTable td{
    border: 1px solid #000000;
}


.PanelFilterListTable th{
    background: #FFF200;
    font-size: 13px;
    font-family: 'gotham_narrowmedium', sans-serif;
    height: 36px;
}

.PanelFilterListTable th a{
    display: block;
    text-decoration: none;
    color: #000000;
    height: 26px;
    padding-top: 10px;
}



.PanelFilterListTable td{

    font-size: 11px;
    font-family: 'gotham_narrowlight', sans-serif;
    height: 36px;
    text-align: center;

}


.PanelFilterListTable td a {

    text-decoration: none;
    display: block;
    height: 24px;
    padding-top: 12px;
    color: #000000;

}

.PanelFilterListTable td .SwitchButton{

    width: 64px;
    height: 26px;
    position: relative;
    float: none;
    display: block;
    cursor: pointer;
    margin: 0 auto;

}


.PanelPagingContainer{

    margin-top: 25px ;
    font-size: 12px;
    font-family: 'gotham_narrowmedium', sans-serif;
    text-align: center;

}

.PanelPagingContainer a{

    margin-top: 25px ;
    font-size: 13px;
    font-family: 'gotham_narrowmedium', sans-serif;
    text-align: center;
    text-decoration: none;
    color: #000000;

}


.PanelPrevNextContainer{

    width: 226px;
    margin: 20px auto;

}



.PanelPrevNextContainer .BtnPrev{

    height: 23px;
    padding: 7px 20px 0 20px;
    display: block;
    background: #FFFFFF;
    border: 1px solid #000000;
    text-decoration: none;
    color: #000000;
    font-family: "gotham_narrowmedium", sans-serif ;
    font-size: 13px;
    float: left;
    text-align: center;
    margin-left: 12px;



}




.PanelPrevNextContainer .BtnPrev:hover{

    background: #FFF200;

}



.PanelPrevNextContainer .PrevBtn{

    height: 23px;
    padding: 7px 20px 0 20px;
    display: block;
    background: #FFFFFF;
    border: 1px solid #000000;
    text-decoration: none;
    color: #000000;
    font-family: "gotham_narrowmedium", sans-serif ;
    font-size: 13px;
    float: left;
    text-align: center;
    margin-left: 12px;
    width: 54px;

}



.PanelPrevNextContainer .PrevBtn:hover{

    background: #FFF200;

}



.PanelPrevNextContainer .NextBtn{

    height: 23px;
    padding: 7px 20px 0 20px;
    display: block;
    background: #FFFFFF;
    border: 1px solid #000000;
    text-decoration: none;
    color: #000000;
    font-family: "gotham_narrowmedium", sans-serif ;
    font-size: 13px;
    float: left;
    text-align: center;
    margin-left: 12px;
    width: 54px;

}



.PanelPrevNextContainer .NextBtn:hover{

    background: #FFF200;

}





