
input[type=submit].external {
    background-color: #ffffff;
    border: 1px solid #004b62;
    color: #004b62;
    font-style: italic;
    font-weight: bold;
}


label {
    text-transform: uppercase;
    font-weight: 800;
    display: block;
    float: left;
    margin-left: 2px;
}
div.external input {
    padding: 2px;
    height: 26px;
    line-height: 26px;
    font-size: 13px;
}

span.external {
    color: #004b62;
    font-style: italic;
    font-weight: bold;
    margin-right: 5px;
    display: block;
    width: 140px;
}

div.external {
    clear: both;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] div {
    background-color: #b6ced5;
    background-color:#f5cfcf;
}

    div.external img {
        height: 16px;
        margin-top: 5px;
    }

select {
    display: block;
    height: 40px;
    width: 100%;
    float: left;
    margin-bottom: 7px;
    height: 40px;
    max-width: 350px;
    border-radius: 0px;
    margin-right: 10px;
}
.content .input-group {
    padding-right: 10px;
}
.content input[type=text],
.content input[type=email],
.content input[type=number],
.content input[type=search],
.content select,
.content input[type=password], .content textarea, .content input[type=date] {
    border-radius: 0px;
    /* width: 100%;*/
    /*max-width: 350px;*/
    text-indent: 3px;
    /*margin-top: 3px;*/
    font-size: 18px;
    color: #333333;
    height: 40px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    line-height: 40px;
    float: left; /*
    margin-right:10px;*/
}

input[type=date] {
    max-width: 200px;
}

textarea, .content textarea {
    line-height: 15px;
    text-indent: 0px;
    width: 100%;
    min-height: 100px;
}


    input[disabled].fattureincloud, select[disabled].fattureincloud, textarea[disabled].fattureincloud {
        background-color: #98d0ff;
    }


@media screen and (max-width: 600px) {
    .container-fluid{
        padding:0;
    }
    .filters {
        margin: 0;
    }
    div.row > h3{
        margin-left:0;
    }
    table.mobile-table thead, table.mobile-table .header {
        display: none !important;
    }

    table.mobile-table{
        width:100%;
    }


    table.mobile-table td {
        display: flex;
        padding: 0.40rem;
        min-height: 34px;
    }
    .content-body > form > h1{
        padding-left:20px;
        padding-top:20px;
    }
    .content-body form
    {
        margin:10px;
    }
    table.mobile-table tr {
        margin-bottom: 30px;
        display: block;
        padding-left: 20px;
    }
    table.mobile-table tbody {
       
        display: block;
    }

    table.mobile-table button {
        margin-right: 10px;
    }

    table.mobile-table td::before {
        content: attr(data-label);
        font-weight: bold;
        width: 13px;
        min-width: 130px;
        text-align: left;
        margin-right: 10px;
    }
}
.filters .ms-parent {
    float: left;
    max-width: 300px;
    height:40px;
   
}
    .filters .ms-parent .ms-choice{
        height:40px;
    }
.filters .ms-choice > div {
    top: 8px;
}
.ms-choice{
    outline:none!important;
    border:none!important;
}
.ms-drop ul > li{
    clear:both;
}
div.content-body {
    min-height: 700px;
}