

@charset "utf-8";


html {
    width: 100%;
    height: 100%;
    display: table;
}

body {
    width: 100%;
    display: table-cell;
    margin: 0px;
    padding: 0px;
}

* {
    box-sizing: border-box;
}

ul, ol {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

table {
    width: 100%;
    border-collapse: collapse;
}

.btn {
    background: #37aedc;
    background-repeat: repeat-x;
    background-position: left;
    border: none;
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
    height: 27px;
    padding: 0px 10px;
}

.tsMainTable tr {
    border-bottom: 1px solid #ecebeb;
    background: #fff;
}

.even {
    background-color: #f4f4f4;
    text-align: left;
    vertical-align: middle;
    font-size: 11px;
    font-weight: normal !important;
    color: #4c4c4c;
    padding: 0px 15px;
    line-height: 32px;
}

.odd {
    background-color: #fff;
    text-align: left;
    vertical-align: middle;
    font-size: 10px;
    font-weight: normal !important;
    padding: 0px 20px;
    line-height: 32px;    
}

.sorting_1{
	font-weight: normal !important;
}

.InputButton {
    position: relative;
}

.btnAbsolute {
    position: absolute;
    right: 0px;
}

.inputSelect {
    position: absolute;
    left: 0px;
}


.paddingLeft {
    padding-left: 70px !important;
}

.paddingRight {
    padding-right: 70px !important;
}

.fa.f_25{
	font-size:22px !important;
}

@media all and (min-width: 768px) and (max-width: 1140px) {
    table,
    tr,
    th,
    td,
    thead,
    tbody {
        display: block;
        border: none;
    }
    tr {
        border-top: 1px solid #ddd;
    }
    .even {
        padding: 0px 5px;
        text-align: left;
        display: inline-block;
        width: 24.3%;
    }
    .odd {
        padding: 0px 0px;
        text-align: left;
        display: inline-block;
        width: 24.5%;
    }
    select {
        width: 180px;
        height: 25px;
    }
    input[type="text"] {
        width: 180px;
        height: 25px;
    }
    textarea {
        width: 180px;
    }
}

@media all and (min-width: 481px) and (max-width: 767px) {
    tr {
        width: 100%
    }
    .even {
        padding: 2px 10px;
        text-align: left;
        display: inline-block;
        width: 49%;
    }
    .odd {
        padding: 2px 10px;
        text-align: left;
        display: inline-block;
        width: 49%;
    }
    table,
    tr,
    th,
    td,
    thead,
    tbody {
        display: block;
        border: none;
    }
    input[type="file"] {
        width: 200px;
    }
}


@media all and (max-width: 480px) {
    .even {
        padding: 2px 10px;
        text-align: left;
        background: transparent !important;
        line-height: normal;
    }
    .odd {
        padding: 5px 10px;
        text-align: left;
        background: transparent !important;
        line-height: normal;
    }
    select {
        width: 100%;
        height: 30px !important;
    }
    input[type="text"] {
        width: 100%;
        height: 30px !important;
    }
    textarea {
        width: 100%
    }
    tr {
        background: #f6f6f6;
        display: block;
        margin-bottom: 5px;
    }
    input[type="file"] {
        width: 100%;
    }
    td {
        border: none;
    }
    .odd td {
        margin-bottom: 4px;
    }
    table,
    tr,
    td,
    thead,
    tbody {
        display: block;
        text-align: center;
    }
}
.shjdjjd strong {display: inline-block; width: 120px;}
.copyright {
    font-size: 11px;
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
}

.table>thead>tr.info>th{
	font-size: 12px;
    font-weight: 600;
    background: #c7c7c7 !important;
    padding: 8px 0px 4px 5px;
}
