﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

.headerCell {
    white-space: unset !important;
}

.card {
    /*margin: 50px 0 25px;*/
    /*margin: 0 0 50px;*/
}

.card-container_login.card_login {
    min-width: 200px;
    max-width: 500px;
    padding: 40px 40px;
}

.card_login {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card_login {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: url("../img/UserLogin.png");
}

.GrigliaDispositivi > tbody > tr:nth-of-type(odd) {
    /*background-color: #C1F2E6;*/
}

/************ Title welcome ************/
.DivTitleWelcomeMsg {
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    font-weight: bold;
    font-size: medium;
    width: 850px;
    color: white;
    /*background-color:  #696969;*/
    background-color: #8b0000;
    text-align: center;
}

.DivWelcomeMsg {
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
    width: 850px;
    color: black;
    padding-top: 10px;
    min-height: 150px;
    /*background-color: #dcdcdc;*/
    background-color: #ffe2c6;
    text-align: center;
}

.DivWelcomeMsgContainer {
    position: relative;
}

.DivRiepilogoMissioni {
    border: 1px solid #008CBA;
    min-width: 200px;
    max-width: 600px;
    padding: 10px 10px 0px 10px;
    margin: 0 auto 25px;
    margin-top: 30px;
    /* shadows and rounded borders */
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.imageSearch {
    background-image: url("../img/Search.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 45px;
    height: 45px;
}

.font-firebrick {
    color: firebrick;
}

.inlinecontrol {
    display: inline-block;
}

.imageAdd {
    background-image: url("../img/Button_Add.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 45px;
    height: 45px;
}

.imageRemove {
    background-image: url("../img/Button_Remove.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 45px;
    height: 45px;
}
