﻿section.content .form-group {
    margin-bottom: 10px;
    width: 100%;
    float: left;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.08);
}

    section.content .form-group label {
        padding-top: 7px;
    }

table thead tr {
    background-color: #F1F1F1;
    font-weight: bold;
}

table.table-big tr td {
    vertical-align: middle;
}

table.table-big button ,table.table-big a  {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    border-radius: 15px;
    text-align: left;
}
.modal-lg img
{
    width: 100%!important;
    float: left;
}

.box .box-body .boxclick {
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #808080;
    border-radius: 5px;
    background-color: rgba(128, 128, 128, 0.2);
    font: bold;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 1em;
    width: 100%;
    float: left;
}
.box .box-body .boxclick.active{
	border: 1.5px solid #04caf7;
    background-color: rgba(128, 128, 128, 0.09);
}
    .box .box-header > button, .box .box-body .boxclick > button {
        font-size: 1em;
        padding: 2px 5px;
        text-transform: capitalize;
    }

    .box .box-body .boxclick > span {
        padding-top: 3px;
        padding-left: 5px;
        float: left;
    }

    .box .box-body .boxclick:hover {
        cursor: pointer;
        background-color: rgba(128, 128, 128, 0.05);
        border-color: #00c0ef;
    }
