/* MEDIA SMARTPHONE */
@media only screen and (max-width:500px){
    .mobile-hide
    {
        display: none !important;
    }

    .formDiv {
        margin-top:0 !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .menu {
        margin-top: 0 !important;
    }

    .formContent {
        padding: 10px !important;
    }

    .formDiv {
        width: calc(100% - 8px) !important;
        margin-left: 4px !important;
        margin-right: 4px !important;
    }
}


/* TABLET */
@media only screen and (min-width: 500px) and (max-width:1023px){



}

/* MEDIA PC */
@media only screen and (min-width:1024px){

    .mobile-only
    {
        display: none !important;
    }

    .formDiv {
        width: calc(100% - 20px) !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: lighter;
}

#sim_loader {
    background: rgba(0, 0, 0, 0.5);
    color: #cdcdcd;
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 10%;
}

/***************************/
/*   BODY                  */
/***************************/

body {
    background-color: #000000 !important;
    margin: 0;
    user-select: none;
    overflow: auto;
}

#bodyContainer {
    position: absolute;
    top: 0px;
    width: 100%;
}

#header {
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif !important;
    font-size: 20pt;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    text-align: center;
    padding: auto;
    display: table;
    background-color: #204a91;
    color: white;
}

#header p {
    display: table-cell;
    vertical-align: middle;
}

/***************************/
/*   FOOTER                */
/***************************/

.footer{
    position: fixed;
    margin: 0;
    padding: 5px 10px;
    bottom:0px;
    left:0px;
    width: 100%;
    z-index: 0;
    background-color: #e09000 !important;
    /*background-color: #4B77BE !important;*/
    font-size: medium;
    color: white;
    cursor: default;
    font-weight: normal;
    user-select: none;
}

.footer_link{
    cursor: pointer;
    text-decoration: underline;
}