    .dashboard-panel-1 {
    	   width: 1% !important;
    	   padding-left: 0 !important;
    	   padding-right: 0 !important;
    	}
    .ustserit{
    	height:70px;
    	background-color:#40aead;
    }

    .ustserit hr{
    	margin-top: -2px;
        width: 100%;
    }

    a:hover{
    	outline: none;
    	text-decoration: none;
    }
    a {
       outline: 0;
       text-decoration: none;
    }
    a:active {
       outline: none;
       text-decoration: none;
    }
    a:focus {
    	outline: none;
    	text-decoration: none;
    }
    .icerikdetay{
        color: #40aead;
    }
    .logo{
    	position: absolute;
    	left:50%;
    	margin-left:-76px;
    	margin-top:-70px;
    	transition:All 0.3s ease;
    	-webkit-transition:All 0.3s ease;
    	-moz-transition:All 0.3s ease;
    	-o-transition:All 0.3s ease;
    }
    .logo:active{
    	opacity: 0.5;
    }
	.input-group-addon {
        background-color: transparent;
    }
    .noright{
        border-right:none;
    }
	.form-control:focus{
        border-color: #40aead !important;
        outline: 0 !important;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(64, 174, 173, .6) !important;
                box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(64, 174, 173, .6) !important;
    }
    .btn-primary{
        background: #40aead !important;
        border-color:#3a8887 !important;
    }
    .btn-primary:hover{
        background: #3a8887 !important;
    }
    .btn-primary:active{
        background: #40aead !important;
    }
    .btn-primary:focus{
        background: #40aead !important;
    }
    .yesil{
        color:#40aead;
    }
    .bgyesil{
        background-color: rgba(64, 174, 173, 0.1);
    }
    .jumbotron{
        background-color: rgba(64, 174, 173, 0.1);
    }
    .sagok{
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
    }
    .whitespace{
        padding: 20px 0 20px 0;
        border-bottom: solid 5px white;
    }
    .pagination .active a, .pagination .active a:hover{
    	background: #40aead;
    	border-color:#40aead;
    }
    .pagination li a{
    	color:#40aead;
    }
    html, body {
    height: 100% !important;
    }
    #wrapper {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        margin-bottom: -167px;
    }
    .footerspace {
        height: 167px;
    }
    .emsallogo{
        margin-top:50px;
    }
    .rotate {
        transform: rotate(180deg);
        /*transform: rotate(180deg);*/
        transition: .3s cubic-bezier(.17,.67,.21,1.69);
    }
    .rotate3{
        transform: rotate(180deg);
        /*transform: rotate(180deg);*/
        transition: .3s cubic-bezier(.17,.67,.21,1.69);
    }
    footer {
        min-height: 167px;
        background-color: #40aead;
    }
    @media all and (max-width: 765px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) { 
    	.dashboard-panel-1 {
    	   width: 1% !important;
    	   padding-left: 0 !important;
    	   padding-right: 0 !important;
    	   display: none;
    	}
    }