﻿body {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px;
    padding-right: 0px;
}

input,
select,
textarea {
    /*max-width: 280px;*/
}
/*.container {
    padding: 0;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    max-height: 100%;
    min-height: 100%;
    margin: 0;
}*/

.custom-field-widht-long {
    width: 90%
}

.custom-field-widht-all {
    width: 100%;
    max-width: 100%
}

.custom-field-widht-medium {
    width: 70%
}

.custom-field-widht-short {
    width: 50%
}

.panel-table .panel-body {
    padding: 0;
}

.panel-table .panel-body .table-bordered {
        border-style: none;
        margin: 0;
    }

.panel-table .panel-body .table-bordered > thead > tr > th:first-of-type {
            text-align: center;
            width: 100px;
        }

.panel-table .panel-body .table-bordered > thead > tr > th:last-of-type,
.panel-table .panel-body .table-bordered > tbody > tr > td:last-of-type {
            border-right: 0px;
        }

.panel-table .panel-body .table-bordered > thead > tr > th:first-of-type,
.panel-table .panel-body .table-bordered > tbody > tr > td:first-of-type {
            border-left: 0px;
        }

.panel-table .panel-body .table-bordered > tbody > tr:first-of-type > td {
            border-bottom: 0px;
        }

.panel-table .panel-body .table-bordered > thead > tr:first-of-type > th {
            border-top: 0px;
        }

.panel-table .panel-footer .pagination {
    margin: 0;
}

.panel-table .panel-footer .col {
    line-height: 34px;
    height: 34px;
}

.panel-table .panel-heading .col h3 {
    line-height: 30px;
    height: 30px;
}

.panel-table .panel-body .table-bordered > tbody > tr > td {
    line-height: 34px;
}


.padding-mine {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    max-height: 100%;
    min-height: 100%;
}

.top-mine {
    padding: 0;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    max-height: 100%;
    min-height: 100%;
    margin: 0;
}

.custom-feilds {
    width: 100%;
    max-width: 100%;
    margin: 10px;
    /*padding: 10px;*/
}

.custom-feilds-labels {
    /*width: 100%;
    max-width: 100%;*/
    margin-top: 10px;
    /*padding: 10px;*/
}

input,
select,
textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    /*line-height: 1.4285;*/
    color: #333;
}

.padding-left-right-zero {
    padding-left: 0px;
    padding-right: 0px;
}



.panel-tabs {
    position: relative;
    /*bottom: 0px;*/
    clear: both;
    border-bottom: 1px solid transparent;
}

    .panel-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .panel-tabs > li > a {
            margin-right: 2px;
            margin-top: 5px;
            /*line-height: .85;*/
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
            color: #ffffff;
            font-size: 16px;
        }

            .panel-tabs > li > a:hover {
                border-color: transparent;
                color: #337ab7;
                /*background-color: transparent;*/
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
                border-radius: 2px;
                background-color: rgb(255, 255, 255);
            }

        .panel-tabs > li.active > a,
        .panel-tabs > li.active > a:hover,
        .panel-tabs > li.active > a:focus {
            color: #337ab7;
            cursor: default;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            background-color: rgb(255,255,255);
            border-bottom-color: transparent;
        }
