
body {
    margin: 0;
    padding: 0;
    background: #FEFEFE;
    font-family: OpenSans-Regular,sans-serif;
    font-size: 14px;
    color: #4F4F4F;
    overflow: hidden;
}

.contenttext {
    font-family: OpenSans-Regular,sans-serif !important;
    /*font-size: 8pt;*/
    color: #4F4F4F;
    font-weight: normal;
}

img.itwoLogo {
    max-width: 400px;
    width: 100%;
    height: auto;
    border: none;
    text-decoration: none;
    margin-top: 20px
}

.wrapper {
    width: auto;
    height: 95vh;
}

    .wrapper::before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -2;
        background: url('../images/loginbg.jpg');
        /*transform: rotate(180deg);*/
        background-size: cover;
        opacity: 0.2;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

div.wrapperinside {
    /*margin-left:calc(50% - 175px);*/
    /*float:left;*/
    text-align: center;
    margin-top: 40px;
}

div.loginblock {
    /*float:left;*/
    padding-top: 20px;
    width: 400px;
    border: 1px solid #FEFEFE;
    box-shadow: 0px 4px 6px #ABABAB;
    margin-left: calc(50% - 200px);
    margin-top: 20px;
    background: #FFFFFF;
    text-align: left;
    padding-bottom: 20px;
}

button.button {
    width: 300px;
    background-color: #FEFEFE;
    color: #4F4F4F;
    margin-top: 10px;
    padding: 8px;
    border: solid 1px #009FDF;
    border-radius: 3px !important;
    box-sizing: border-box;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0px 4px 6px #E0E0E0;
}

    button.button:hover {
        border: solid 1px #0089C0;
        /*font-weight:600;*/
        box-shadow: 0px 4px 6px #ABABAB;
    }

    button.button.focus {
        background-color: #009FDF;
        color: #FFFFFF;
    }

.dotnet_Button {
    min-width: 300px;
    background-color: #009FDF;
    color: #FFFFFF;
    margin-top: 10px;
    padding: 8px;
    border: solid 1px #009FDF;
    border-radius: 3px !important;
    box-sizing: border-box;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0px 4px 6px #E0E0E0;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

    .dotnet_Button.focus {
        background-color: #009FDF;
        color: #FFFFFF;
    }

    .dotnet_Button:hover {
        border: solid 1px #0089C0;
        color: #FFFFFF;
        box-shadow: 0px 4px 6px #ABABAB;
        text-decoration: none;
    }


div.edit_container {
    width: 300px;
    /*float: left;*/
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 10px;
}

div.item_label {
    width: 300px;
    /*float: left;*/
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
}

div.item_input_container {
    box-sizing: border-box;
    /*float: left;*/
    width: 300px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #DCDCDC;
    background: white;
    padding-left: 5px;
    padding-right: 5px;
    box-shadow: 0px 4px 6px #E0E0E0;
}

    div.item_input_container.focus {
        box-shadow: 0px 2px 4px #B9EBFF;
        border: 1px solid #B9EBFF;
    }

input.item_input {
    width: calc(100% - 25px);
    max-width: calc(100% - 25px);
    height: 100%;
    border: 0;
    margin: 0;
    background: transparent;
    outline: 0;
    padding: 0;
    /*text-align: center;*/
    color: #3B3B3B;
}

select.item_select {
    width: calc(100% - 25px);
    max-width: calc(100% - 25px);
    height: 100%;
    border: 0;
    margin: 0;
    background: transparent;
    outline: 0;
    padding: 0;
    color: #3B3B3B;
}

.moduleTitle {
    font-weight: 200;
    font-size: 25px;
    color: #4F4F4F;
}

a {
    color: #009fdf;
    text-decoration: none;
    cursor: pointer;
}

    a:visited {
        color: #009fdf;
        text-decoration: none;
    }

    a:hover {
        color: #009fdf;
        text-decoration: underline;
    }

.ui-state-hover {
    background-color: white !important;
}

li.ui-menu-item {
    text-align: left;
}

input.ui-autocomplete-input {
    width: 280px;
}

span.icon-left {
    float: left;
}

div.custom-combobox-container {
    padding-left: 3px;
    width: calc(100% - 32px);
    height: 25px;
    float: left;
}

.custom-combobox {
    position: relative;
    display: inline-block;
    width: 100%;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}

/*.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
}*/

.ui-state-default {
    /*background: rgba(0, 174, 239, 5);*/
    background: #ffffff;
}

div.emstext {
    margin-top: 30px;
    font-weight: 500;
    font-size: 18px;
}

div.urlstext {
    font-size: 16px;
}

/*#region Autocomplete backgrond removal*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #3B3B3B !important;
}

/*#endregion*/

/*#region Placeholder Styles*/

::-webkit-input-placeholder { /* Edge */
    color: #4F4F4F;
    opacity: 0.7;
    font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer */
    color: #4F4F4F;
    opacity: 0.7;
    font-style: italic;
}

::placeholder {
    color: #4F4F4F;
    opacity: 0.7;
    font-style: italic;
}

/*endregion*/
