html {
    font-size: 80%;
    position: relative;
    min-height: 100%;
}

@font-face {
    font-family: 'Didact Gothic';
    src: url('../fonts/DidactGothic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DidactGothic.woff') format('woff'),
    url('../fonts/DidactGothic.ttf')  format('truetype'),
    url('../fonts/DidactGothic.svg#DidactGothic') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font: normal 400 14px/1.4285em 'Didact Gothic', sans-serif !important;
    font-family: 'Didact Gothic', sans-serif !important;
    margin: 0;
	padding: 0;
	overflow-x: hidden;
	background: #FFFFFF;
	color: rgba(0, 0, 0, 0.87);
}

.ui {
    font-family: 'Didact Gothic', sans-serif !important;
}

.loader {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
    url('/images/ajax-loader.gif')
    50% 50%
    no-repeat;
}

body.loading .loader {
    display: block;
}

li {
    list-style: none;
}

p {
    margin: 0 0 10px;
}

a {
    text-decoration: none;
}

ul {
    padding: 0;
}

input {
    font-weight: 400;
}

input:focus {
    outline: none;
}

input.file{
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

input[type=file] {
    display: none !important;
}

.ui.table {
    font-size: 0.8em;
}


.head-top-center img {
    margin-left: 10px;
	margin-top: 10px;
}

.header-menu{
    color: #fff !important;
    text-decoration: none;
    position: relative;
    background: #4fb3ec;
    height: 60px;
}

.header-menu:before {
    content: '';
    display: block;
    position: absolute;
    left: -99px;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 50px solid #4fb3ec;
    border-left: 50px solid transparent;
    border-top: 50px solid transparent;
}

.header-menu .text.menu{
    margin: 0.2em -0.5em !important;
}

.header-menu .item a.social-media-links{
    color: #FFFFF0;
}

.item.logo{
    padding-top: 50px !important;
}

.column.logo {
    height: 120px;
    background: url("../images/machirski_logo_20_horizontal_bg.png") no-repeat center;
    background-size: contain;
}

.grid.login{
    margin-top: 50px;
}

.column.login{
	min-width: 350px;
	max-width: 450px;
}

.column.content{
    margin-top: 50px;
    padding-bottom: 5rem !important;
}

.accordion .title.confirmed{
    color: #FF7F50 !important;
}

.accordion .title.payment{
    color: #008000 !important;
}

.accordion .button.upload-contract, .accordion .button.contract{
    margin-top: -7px;
}

#help .header input{
    width: 100%;
}

#help .ck .ck-content{
    height: 200px;
    overflow-y: auto;
}

#contract .ck .ck-content{
    height: 300px;
    overflow-y: auto;
}

footer {
    color: #ffffff;
    background: #263238;
    text-align: center;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 2rem 2rem 1rem 2rem;
    color: #fff;
    margin-top: 10px;
    z-index: 10000;
}

.copyright {
    font-size: 12px;
    font-size: 1.2rem;
}


/* For Tablets */
@media screen and (min-width: 992px) {
}

@media print {
    header{
        display: none;
    }

    .nav-menu {
        display: none !important;
    }

}
