
@import "Montserrat.css";
* {
    margin: 0;
}

body {
    background: white;
    padding: 0;
    font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; color: #000; margin: 0px auto;

    color: #000;
    margin: 0px auto;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

.form{
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
}

.logo{
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
    background: #353535;
    text-align: center;
}
.logo_inner{
    margin-left: 30px;
    width: 250px;
    background: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50%;
    height: 80px;
    vertical-align: middle;
    line-height: 110px;
}

#start{

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3)), url("../img/bg.jpg");
}

.full_screen{

    height: 100vh;
    width: 100%;
}

#menu {

    z-index: 101;
    padding-top: 20px;
    position: fixed;
    background: #353535;
    float: left;
    width: 240px;
    height: 100%;
    box-shadow: 0px 0px 5px 2px lightgrey;
    border: 1px solid grey;
}

ul.menu {
    margin: 0 auto;
    padding: 0px;
    padding-top: 10px;
}

li.menu {
    font-family: Calibri;
    font-size: 24px;
    width: 210px;
    border-top: 1px solid lightgrey;
    margin: 0 auto;
    padding: 10px 0px 10px 5px;
    margin-left: 10px;
}

li.menu:hover {
    border-left: 4px solid lightgreen;
    font-family: Calibri;
    padding: 10px 0px 10px 5px;
    margin-left: 10px;
}

a.menu {
    text-decoration: none;
    color: white;
}

a.menu:hover {
    text-decoration: none;
    color: white;
}

a.menu:focus {
    text-decoration: none;
    color: white;
}

#content {

    margin: 0px auto;
    margin-bottom: 10px;

}
.menulist{

    color: white !important;
}
.menulist:hover{
    border-left: 3px solid red !important;
    border-radius: 0 !important;

}

td.hiddenOnList{
    color: lightgrey;
}

.smallInput{
    margin: 0px !important;
    padding: 0px !important;
}


.emailBox{
    display: none;
    height: 370px;
    width: 500px;
    background: white;
    position: fixed;
    bottom: -1px;
    right: 1px;
    border: 1px solid black;
    padding: 10px 20px 10px 20px;
}

#addMail_chosen, #addGroup_chosen{
    width: 100% !important;
}
#hideAll{
    text-align: center;
    position: fixed;
    height: 100%;
    width: 100%;
    background: black;
    z-index: 10000;
    opacity: 0.7;
}

#loader{
    position: absolute;;
    top: 40%;
    left: 50%;
    display: none;

}

.jqte {
    margin-bottom: 0px !important;
}