#masterHeader { background-color: rgba(16, 158, 241, 0.83); }
    #masterHeader > img { height: 350px; object-fit: cover; opacity: 0.25; width: 100%; }
    #masterHeader::before { background: rgba(0, 0, 0, 0) url("/images/master.png") repeat scroll 0 0 / cover; bottom: -1px; content: ""; height: 150px; left: 0; opacity: 1; position: absolute; width: 100%; z-index: 9; }
    #masterHeader .master-title { bottom: 0; left: 0; width: 100%; z-index: 13; }
    #masterHeader .tcell { padding-bottom: 30px; vertical-align: bottom; }
    #masterHeader h2 { color: #1d93d1; font-size: 45px; font-weight: 700; letter-spacing: -1px; margin: 0 0 10px; }

.breadcrumb { background-color: transparent; border-radius: 0; color: #ccc; margin: 0; padding: 0 0 0 5px; }
    .breadcrumb a { color: #ccc; }

.masterLeft { background-color: #1d93d1; border-radius: 10px; box-shadow: 5px 15px 10px rgba(0, 0, 0, 0.15); color: #fff; margin-top: -70px; text-align: right; z-index: 19; }
    .masterLeft #leftMenu { padding-bottom: 30px; }
        .masterLeft #leftMenu h2 { border-bottom: 1px solid rgba(255, 255, 255, 0.2); font-size: 20px; font-weight: 900; margin: 0 0 20px; padding: 20px 0 10px; }
        .masterLeft #leftMenu a { background-image: url("/images/menu-li.png"); background-position: 95% center; background-repeat: no-repeat; color: #fff; padding-right: 35px; }
        .masterLeft #leftMenu .nav > li > a:focus, .masterLeft #leftMenu .nav > li > a:hover { background-color: #337ab7; }


#masterContent .icerik h1, #masterContent .icerik h3, #masterContent .icerik h5 { color: #1d93d1; }
#masterContent .icerik h2, #masterContent .icerik h4, #masterContent .icerik h6 { color: #1d93d1; }
#masterContent .icerik p { min-height: 10px; }
#masterContent .icerik li { list-style-image: url("/images/owl-next.png"); margin: 0 0 0 15px; padding: 5px 0; }

#masterContent .table2 { -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1); margin-bottom:40px }
    #masterContent .table2 th, #masterContent td { padding: 10px; }
    #masterContent .table2 tr:first-child { background: #999; color: #fff !important; font-size: 16px; font-weight: 500 !important; border: solid 1px #fff !important; }
    #masterContent .table2 tr:first-child:hover{background: #999 !important;}
    #masterContent .table2 tr:hover { background: #1d93d1 !important; }
    #masterContent .table2 tr:hover td{color:#fff}
    #masterContent .table2 tr:first-child td{color:#fff !important;}
    #masterContent .table2 td { color: #666; }