@import "reset.css";
@import "normalize.css";
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
body{
    background-color: #F9F9F9;
    /*font-family: 'Raleway', sans-serif;*/
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    color: #000000;
}
header .pagename{
    background-color: #00AABF;
    min-height: 60px;
}
.pagename>h1{
    color: white;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    margin: 14px;
}
.pagename span{
    font-size: 10px;
}
.header-top{
    background-color: #ffffff;
    color: #000000;
    min-height: 60px;
}
.index{
    padding: 10px;
    background-color: #F9F9F9;/*#efefef  ECF0F5   #*/
}
.alan{
    background-color: #002752;
}
.container{
    padding:0;
}
/*User Start*/
ul.dropdown-menu{
    border-radius: 0;
}
ul.dropdown-menu.dropdown-menu-right li a{
    color: #00AABF;
}
li>a.user{
    color: #00AABF;
    padding: 23px;
    display: block;
    /*border: 2px solid #00AABF;*/
}
li.dropdown a.user:hover{
    background-color: #00AABF;
    color: #ffffff;
}
/*User Finish*/
/*Left Side Menu Start*/
.left-menu {
    background-color: #1E282C;
    padding: 0;
}
aside.main-sidebar {
    min-height: 442px;
    z-index: 810;
    background-color: #222d32;
}
ul.sidebar-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
aside ul.sidebar-menu li.header {
    color: #00AABF;
    background: #0f171b;
    padding: 15px 5px 15px 15px;
    font-size: 14px;
    border-left: 3px solid #0f171b;
    position: relative;
}
aside ul.sidebar-menu li {
    border-left: 3px solid #222d32;
    background-color: #222d32;
}
ul.sidebar-menu li:hover {
    background-color: #182125;
    border-left: 3px solid #ffffff;
}
ul.sidebar-menu li a {
    color: #b8c7ce;
    font-size: 14px;
    text-decoration: none;
    display: block;
    position: relative;
    padding: 15px 5px 15px 15px;
}
ul.sidebar-menu li a:hover {
    color: #ffffff;
}
ul.sidebar-menu li.active{
    color: #ffffff;
    background-color: #00AABF;
    border-left: 3px solid #00AABF;
}
ul.sidebar-menu li.active a{
    color: #ffffff;
}
.navbar-collapse{
    padding-left: 0;
    padding-right: 0;
}
.navbar{
    margin-bottom: 0;
}
.navbar-inverse{
    border: none;
}
.navbar-toggle{
    border-radius: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 3px;
    background-color: #cccccc;
}
/*Left Side Menu Finish*/
@media screen and (max-width: 1200px) and (min-width: 992px) {
    li>a.user{
        padding: 41px;
    }
    header .pagename{
        min-height: 98px;
    }
    .pagename> h1{
        line-height: 1.2;
        margin: 0;
    }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
    li>a.user{
        margin: 2px auto;
        padding: 15px;
    }
    header .pagename{
        padding-top: 10px;
    }
    .pagename h1{
        margin: 0;
    }
}
@media screen and (max-width: 768px) and (min-width: 320px) {
    header .pagename{
        height: auto;
        line-height: 2.1;
    }
    .pagename h1{
        margin: 0;
    }
    li>a.user{
        margin: 2px auto;
        padding: 15px;
    }
    aside.main-sidebar {
        min-height: 50px!important;
        z-index: 810;
        background-color: #222d32;
    }
}

/*Page Tabs Start*/
li a.page-tab{
    background-color: #222d32;
    color: white;
    border-radius: 0;
}
li a.page-tab:hover{
    background-color: #00AABF;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #ffffff;
    cursor: default;
    background-color: #00AABF;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs {
     border-bottom: 1px solid #ddd;
}
.tab-pane{
    color: #000000;
}
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    width: 100%;
}
.input-sm{
    border-radius: 0;
    height: 40px;
    font-size: 14px;
}
select.input-sm {
    height: 40px;
    line-height: 30px;
    color: #888;
}
.h2-content{
    font-size: 25px;
    padding-bottom: 5px;
    border-bottom: 2px solid #00AABF;
    margin: 10px 0 15px 0;
}
/*Page Tabs Finish*/

/*Content List Start*/
.table-content{
margin: 15px;
}
thead.title{
    background-color: #e7e7e7;
}
tr.content{
    background-color: #ffffff;
}
th.durum{
    width: 90px;
    text-align: center;
}
td a.comment{
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    padding: 3px;
    display: block;
}
td a.commentsuccess{
    background-color: #4cb54c;
    border: 1px solid #4cb54c;
}
td a.commentsuccess:hover{
    background:none;
    color: #4cb54c;
}
td a.commentdeprecated{
    background-color: #dc0009;
    border: 1px solid #dc0009;
}
td a.commentdeprecated:hover{
    background:none;
    color: #dc0009;
}
td a.commentwaiting{
    background-color: #dcbd39;
    border: 1px solid #dcbd39;
}
td a.commentwaiting:hover{
    background:none;
    color: #dcbd39;
}
/*Content List Finish*/

/*Footer Start*/
footer{
    position: relative;
    bottom: 0;
    width: 100%;
    color: #ffffff;
    text-align: center;
    background-color: #1E282C;
    min-height: 30px;
    margin-top: 10px;
}
footer h4{
    line-height: 3;
}
footer h4 span{
    font-size: 10px;
}
/*Footer Finish*/
label.film-category{
    background-color: #00AABF;
    color: #ffffff;
    padding: 5px 10px 7px 10px;
    margin: 2px;
}
label.film-category:hover{
    background-color: #4cb54c;
}
label.film-category:checked{
    background-color: #3325b5;
}

/*Index Analytics Start*/
.small-box {
    border-radius: 0;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    background-color: #00AABF;
}
.small-box:hover {
    background-color: #4cb54c;
}
.small-box h3 {
    font-size: 50px;
    font-weight: bold;
    white-space: nowrap;
    color: #fff;
}
.inner p {
    font-size: 18px;
    color: #fff;
}
.small-box>.inner {
    padding: 25px;
}
.small-box .icon {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: 25px;
    right: 10px;
    font-size: 70px;
    color: #ffffff;
}
.small-box .icon:hover {
    opacity: 1;
}
.small-box>.small-box-footer {
    /*position: relative;*/
    text-align: center;
    padding: 5px 0;
    color: #ffffff;
    display: block;
    background: rgba(12, 12, 12, 0.51);
    text-decoration: none;
}
/*Index Analytics Finish*/
/*Up Top Start*/
a.up-top {
    z-index:100;
    position:fixed;
    bottom:2px;
    right:20px;
    display:none;
    background-color: #00AABF;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 0;
}
a.up-top:hover {
    background-color:#4cb54c;
    color: #ffffff;
}
.up-top-button {
    line-height: 45px;
    color: #ffffff;
}
/*Up Top Finish*/
