@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin);*,:after,:before{/* box-sizing:inherit; */}
body {
    margin: 0;
    padding: 0;
    min-width: 320px;
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.4285em;
    color: rgba(23,23,23,.87);
    font-smoothing: antialiased;
}

h1, h2, h3, h4, h5 {
    /* font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif; */
    line-height: 1.28571429em;
     font-weight: 700;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
}


	
.ui.table:first-child {
    margin-top: 0;
}


.ui.table {
    font-size: 1em;
}

.ui.table {
    width: 100%;
    background: #FFF;
    margin: 1em 0;
    border: 1px solid rgba(34,36,38,.15);
    box-shadow: none;
    border-radius: .28571429rem;
    text-align: left;
    color: rgba(0,0,0,.87);
    border-collapse: separate;
    border-spacing: 0;
}



.ui.definition.table td:nth-child(2), .ui.definition.table tfoot:not(.full-width) th:nth-child(2), .ui.definition.table thead:not(.full-width) th:nth-child(2) {
    border-left: 1px solid rgba(34,36,38,.15);
}

.ui.table thead th , th {
    cursor: auto;
    background: #F9FAFB;
    text-align: inherit;
    color: rgba(0,0,0,.87);
    padding: .92857143em .78571429em;
    vertical-align: inherit;
    font-weight: 700;
    text-transform: none;
    border-bottom: 1px solid rgba(34,36,38,.1);
    border-left: none;
    border-top:0;
}


/*
@media only screen and (max-width: 767px) {
.ui.table:not(.unstackable) tr > td, .ui.table:not(.unstackable) tr > th {
    background: 0 0;
    border: none !important;
    padding: .25em .75em !important;
    box-shadow: none !important;
}
}
@media only screen and (max-width: 767px) {
.ui.table:not(.unstackable) tbody, .ui.table:not(.unstackable) tr, .ui.table:not(.unstackable) tr > td, .ui.table:not(.unstackable) tr > th {
    width: auto !important;
    display: block !important;
}
}
*/
.ui.table tr:first-child td {
border-top: none;
}

.ui.table tr:hover {background-color: #f3f3f3;}

.ui.table tr td {
 border-top: 1px solid rgba(34,36,38,.1);
}

.ui.table td {
 padding: .78571429em;
 text-align: inherit;
}

.ui.table td, .ui.table th {
-webkit-transition: background .1s ease,color .1s ease;
transition: background .1s ease,color .1s ease;
}


.ui.definition.table tr td.definition, .ui.definition.table tr td:first-child:not(.ignored) {
background: rgba(0,0,0,.03);
font-weight: 700;
color: rgba(0,0,0,.95);

font-size: 1em;
}

.ui.definition2.table tr td:nth-child(odd) {
background: rgba(0,0,0,.03);
font-weight: 700;
color: rgba(0,0,0,.95);

font-size: 1em;
}

.ui.definition2.table tr td:nth-child(even){
border-left: 1px solid rgba(34,36,38,.15);
border-right: 1px solid rgba(34,36,38,.15);
}



.ui.table tr:first-child td {
border-top: none;
}

.ui.table tr td {
/* border-top: 1px solid rgba(34,36,38,.1); */
}


@media screen and (max-width: 900px) {
    .dynamic  {
        /* border: 0; */
    }

    .dynamic tr:nth-child(even) {
        background-color: #f3f3f3;
    }


    .dynamic  thead {
        display: none;
    }

    .dynamic  tr {
        display: block;
        border-bottom: 2px solid #cecbcb;
        /*
        margin-bottom: 10px;
        border-bottom: 2px solid #cecbcb;
        */
    }



    .dynamic  td {
        display: block;
        min-height: 20px;
        font-size: 13px;
        text-align: left;
        border-bottom: 1px dotted #ccc;
        overflow: auto;
    }

    .dynamic  td:last-child {
        border-bottom: 0;
    }

    .dynamic  td:before {
        width:200px;
        content: attr(data-label);
        float: left;
        text-align: left;
        /*text-transform: uppercase;*/
        font-weight: bold;
    }

}
.sub_row{
    padding-left: 15px; border-left: solid 1px black;

}
@media screen and (max-width: 800px) {
    #last_calculate input[type=text], #last_calculate input[type=number], #last_calculate select{width:auto;}
}

@media screen and (max-width: 450px) {

    .dynamic  td:before {
        width:120px;
    }


}



