input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.button {
    background-color: #f60;
    border: none;
    color: white;
    padding: 5px 10px 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    margin: 3px;
}

.button-white {
    background-color: white;
    border: none;
    float: right;
    margin-top: 5px;
}

.submit-btn {
    float: right;
    margin-top: 10%;
}

.next-button {
    margin-left: 200px;
    margin-top: 40px;
}

.large {
    padding: 25px;
    min-width: 160px;
    margin: 5px;
}

h1 {
    font-size: 2em;
    letter-spacing: .2em;
    line-height: 1.87;
}

html {
    font-family: 'roboto_slablight', sans-serif;
    font-size: 1em
}

a {
    text-decoration: none;
}

ul {
    padding-inline-start: initial;
}

.image {
    width: 100%;
    height: 100%;
}


/** QuoteList**/

.QuoteList {
    padding: 10px;
    background-color: #e3e3e3;
    margin-top: 5px;
}

.QuoteListContent {
    margin-left: 0px;
}

.ListLabel {
    padding: 10px;
    border-top: 10px solid #ffffff;
}

.floatRight {
    float: right;
}


/******************/

.inputText {
    width: 100%;
    padding: 5px;
    display: block;
}
.input-bg{
    background-color: gainsboro;
    border: none;
}

.align-right {
    text-align: right;
    border: none;
}

.align-right-border {
    text-align: right;
    padding-right: 5px;
}

.align-center{
    text-align: center;
}

.input-login {
    padding: 5px;
    display: block;
    width: 250px;
}

radio {
    border: #dddddd
}

.AccinputText {
    width: 50px;
    margin-left: 10px;
}

.header {
    background-color: gray;
    color: #ffffff;
    position: fixed;
    top: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)!important;
    width: 100%;
    height: auto;
    display: block;
}

.header-left {
    float: left;
    padding: 15px;
    color: #ffffff;
}

.header-right {
    float: right;
    padding: 15px;
    color: #ffffff;
}

.Header-button {
    padding: 15px;
}

.login-page {
    margin: auto;
    display: flex;

}

.form {
    background: #FFFFFF;
    margin: 10% 50px 100px;
    padding: 10px 55px 40px 40px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    float: right;
    height: 100%;
}

.center {
    position: absolute;
    width: -webkit-fill-available;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.bodyContent {
    margin-top: 50px;
    width: 95%;
}

.Message {
    color: red;
    /*top: 10%;
    right: 5%;
    position: absolute;*/
    float: initial;
    margin-bottom: 20px;
}
.success-Message{
    color: green;
    float: initial;
    margin-bottom: 20px;
}
.Msg-top{
    right: 0;
    position: absolute;
    top: 55px;
}

.red {
    color: red;
}

.empty {
    margin-top: 280px;
}


/**********DropDwn**********/

.dropbtn {
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin-top: 5px;
}

.logout {
    margin-left: -40px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #00000000;
}
.text-black{
    color: black;
}

/**********Table*********/

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
   /*max-width: 65%;*/
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 1px;
}

.frame-table {
    width: 100%;
    margin-right: 5px;
}

.canvas-table {
    width: 100%;    
    margin-top: 20px;
}

.accTable {
    width: 90%;
    max-width: 100%;
    margin-top: 20px;
    margin-left: 20%;
}

.noBorder {
    border: none
}

.quotelist-table {
    width: 100%;
    max-width: 100%;
    margin-top: 5%;
}
.row-padding{
    padding-left: 5px;
}

/***********List***********/

[class*="col-"] {
    float: left;
    padding: 5px;
}

.col-2 {
    width: 20%;
}

.col-3 {
    width: 30%;
}

.col-4 {
    width: 105%;
}

.col-5 {
    width: 80%;
}

.col-total {
    width: 25%;
    float: right;
    margin-top: 20px;
}

li {
    list-style-type: none;
    padding-top: 5px
}

.list-flex {
    /*display: flex;*/
}

@media only screen and (max-width: 800px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
        margin-bottom: 0;
    }
    .list-flex {
        display: inline;
    }
    table {
        max-width: 100%;
    }
    .frame-table {
        margin-right: 5px;
        width: 0%;
    }
    .canvas-table {
        width: 0%;
    }
    .accTable {
        margin-left: 0px;
    }
    .empty {
        margin-top: 0;
    }
}