

/* ==========================================================================
   Author's custom styles
   ========================================================================== */







            html {
                  height: 100%;
                  width: 100%;
                  min-width: 100%;
                  min-height: 100%;
                }
            body {
                  height: 100%;
                  width: 100%;
                  padding: 0;
                  margin: 0;
                  background-color:#dbdbdb;
				  font-family: 'Roboto Condensed', sans-serif;
                }
                .containerz{
                  height:80%;
                  display:table;
                  width: 100%;
                  padding: 0;
                }
                
                .rowz {height: 100%; display:table-cell; vertical-align: middle;}
                
                .centering {
                  float:none;
                  margin:0 auto;
                }
                .giris {
                    margin-top:20px;
                }
                .giris a:link, .giris a:visited {
                    font-family: 'Roboto Condensed', sans-serif;
                    text-align:left;
                    float:left;
					color:#fff;
                }
				.giris a:hover{
					color:#ccc;
					margin-left:4px;
				}
                a:link, a:visited {
                    color:#666;
                }
                a:hover {
                    color:#a7a7a7 ;
                    text-decoration:none;
                }
            .navbar .nav > li > a{
              text-shadow: black 0.1em 0.1em 0.2em;
            }				


table tr td, table tr td a:link{font-size:13px;}
.panel-heading {padding:6px 10px;}
.panel-heading a:link {font-size:14px;}
.panel-group .panel + .panel {
    margin-top: 0px;
}
h1,h2,h3,h4,h5 {
				font-family: 'Roboto Condensed', sans-serif;
}
.fa-border {border:none;}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #ccc;
  border-color: #d6e9c6;
}