	html, body {
	  margin: 0;
	  padding: 0;
	  height: 100%;
	}
	body{
		background: linear-gradient(to bottom, #000000, #541F5A, #82226C, #E60881) !important;
	}
#wrapper {
    height: 100%;
    height: calc(100% - 60px);
    max-width: 1400px !important;
    margin: auto;
    padding: 20px 0;
    position: relative;
    top: -150px;
   
}
	header{
		position: relative;
		min-height: 185px;
		margin-bottom: 20px;
		color: #E0F3FF;
		padding: 0;
		background-color: #000;
		border: #000 1px solid;
		top: -1px;
         
	}

        header .header_wrapper {
            position:relative;
            max-width: 1400px;
            margin: auto;
            padding: 0;
            /*padding-top: 30px;*/
        }
        header .logo {
        height: 39px;
        margin-top: 12px;
        margin-left:2px;
        margin-right:10px;
        }

	header.dark{
		background-color: #033568;
	}
	header>div{
		padding-top: 5px;
		padding-right: 15px;
		padding-left: 15px;
	}
	header .menu{
		font-size: 14px;
         display: inline;
         position:absolute;
         bottom:-5px;
	}
	header .menu a {
	  text-decoration: none;
	  font-size: 16px;
	  transition:all 0.25s;
	  padding: 0 8px;
      color:#E0F3FF;
      vertical-align: top;
	}
	header .menu a:hover {
	  color: #e50881;
	  text-decoration: none;
	}
	header .top{
		background: #033568;
		height: 30px;
		text-align: right;
	}
    header.dark .menu{
        display:none;
	}
    header .username{
        position:absolute;
        bottom:-5px;
        right:90px;
		color:#E0F3FF;
	}
	.main{
	    min-height: 800px;
	    min-height: calc(100% - 50px);
		/*border: #94C0D2 1px solid;
        border-radius: 10px;
		border: #CAE0E9 1px solid;
            */
            border-radius: 2px;
            box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
		background: #FFF;
		padding: 20px;
        position:relative;
	}

	.block{
		border-radius: 10px;
		border: #CAE0E9 1px solid;
		background: #FFF;
		padding: 10px 20px;
		margin-bottom: 15px;
		min-height: 200px;
	}
	.title{
		color: #2C3F59;
		font-size: 18px;
		margin-bottom: 6px;
		border-bottom: 1px solid #DDD;
	}
	.block>.title{
		font-size: 16px;
	}

    .main .info {
        margin-bottom:20px;
    }

    .k-header {
        background-color: #541F5A !important;
    }

    .k-header.k-grid-toolbar {
    border-color: #82226C !important;
}

    .k-tabstrip-items .k-state-active {
    background-color: #541F5A;
    background-image: none;
    border-color: #82226C;
}

    .k-grid .k-header .k-button:hover {
        background-color: #82226C;
        border-color: #82226C
    }

    .k-tabstrip-items .k-item.k-state-hover {
        background-color: #82226C;
        border-color: #82226C
    }

    span .k-icon.k-filter {
        color: #fff !important;
    }



        /* Medium devices (desktops, 992px and up) */
@media (max-width: 768px) {
    #wrapper {
        padding: 0;
    }
    header .header_wrapper {
        padding: 0px;
     }
}