.form-record {
    margin: 30px 0 30px 0;
    font-family: arial;
    font-size: 14px;
}

.form-record table {
    width: 100%;
}

.form-record table tr td {
    border: 1px solid gray;
}

.form-record .cell-label {
    padding: 0 10px !important;
}

.form-record .cell-input input {
    padding: 10px;
    width: 90%;
    height: 100%;
    border: none;
}

.form-record .file-download {
    padding: 5px 10px;
    background-color: #1c4ba9;
    color: #ececec;
}

.form-record .file-download:hover {
    background-color: #022e86;
    cursor: pointer;
}

.form-record .record-menu {
    display: inline-block;
    width: 33.3333%;
    background: #7f7f7f;
    padding: 5px 20px;
    border: none;
    float: left;
    color: #ececec;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
}

.form-record .record-menu:first-child {
    border-right: 1px solid;
}

.form-record .record-menu:last-child {
    border-left: 1px solid;
}

.form-record .record-menu:hover {
    text-decoration: none;
    background: #7f7f7f;
    color: #ececec;
}

.form-record .record-menu:active {
    text-decoration: none;
    background: #7f7f7f;
    color: #ececec;
}

.form-record .record-menu:visited {
    text-decoration: none;
    background: #7f7f7f;
    color: #ececec;
}

.form-record .record-menu.active {
    background: #ff000000;
}

.form-record p {
    margin: 5px 0;
}

.fileupload {
    overflow: hidden;
    position: relative;
}

.fileinput-button {
    cursor: pointer;
}

input[type="file"] {
    display: block;
}

.fileinput-button input {
    cursor: pointer;
    direction: ltr;
    font-size: 200px;
    margin: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 175px;
    height: 35px;
}

.bar {
    background: green none repeat scroll 0 0;
    height: 18px;
}

progress {
    background-color: #f3f3f3;
    border: 0 none;
    border-radius: 9px;
    height: 18px;
}

span.label-danger {
    color: #ff331f;
}

.percent {
    color: #1c2cd6;
}

.template-download:hover {
    cursor: pointer;
}

.cancel:hover,
.file_item .fa-trash:hover {
    color: #ff000000;
}

.fa-file-image-o,
.fa-spinner,
.fa-check {
    float: left;
}

.fa-check {
    color: #08aa58;
}

.fa-trash:hover {
    color: #ff0000;
}

.fa-class {
    cursor: pointer;
    display: inline-block;
   
    font-feature-settings: normal;
    font-language-override: normal;
    font-size: 14px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    margin-top: 1px;
    text-rendering: auto;
}

p.template-download {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 204px;
}

p.file_uploading,
p.file_report {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    line-height: 25px;
    height: 25px;
}

div.file_container {
    height: 25px;
    position: relative;
}

.file_container .left {
    height: 25px;
    padding: 4px;
    width: 30px;
}

.file_container .right {
    height: 25px;
    position: absolute;
    right: 0;
    top: 5px;
    width: 20px;
}

.file_container .center {
    left: 30px;
    position: absolute;
    right: 20px;
    top: 0;
}

.center .centerlv2 {
    height: 25px;
    width: 100%;
}

.upload_complete input {
    width: 50%;
    height: 22px;
}

#doc_release_date,
#doc_enable_date {
    width: 100px;
}

#doc_signer {
    width: 300px;
}

.textbox-file {
    border: 1px solid #dddddd;
    < !-- font-size: 10pt;
    -->margin-bottom: 0;
    padding: 2px;
    width: 99%;
}

.cell-disable {
    background: #d2d2d2;
}

.cell-label label {
    margin: 0;
    font-weight: normal;
}

.alertable-custom {
    font-family: arial !important;
}
.tab {
    height: 35px;
    width: 300px;
    text-align: center;
    line-height: 35px;
    position: relative;
    display: inline-block;
}

.tab span {
    position: relative;
    z-index: 2;
    color: #ececec;
    font-weight: bold;
}

.tab:before {
    content: '';
    position: absolute;
    left: 0px;
    width: 100%;
    height: 17px;
}

.tab:after {
    content: '';
    position: absolute;
    left: 0px;
    width: 100%;
    height: 18px;
}

.tab:before {
    top: -2px;
    background: #7f7f7f;
    -moz-transform: skew(30deg);
    -webkit-transform: skew(30deg);
    transform: skew(30deg);
}

.tab:after {
    bottom: -2px;
    background: #7f7f7f;
    -moz-transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);
}

.tab:first-child:before,
.tab:first-child:after {
    border-left: none;
}

.tab:last-child:before,
.tab:last-child:after {
    border-right: none;
}

.tab:last-child {
    background: #7f7f7f;
    border-right: 2px solid #7f7f7f;
    border-top: 2px solid #7f7f7f;
    border-bottom: 2px solid #7f7f7f;
    margin-left: 18px;
}

.tab:first-child {
    background: #7f7f7f;
    border-left: 2px solid #7f7f7f;
    border-top: 2px solid #7f7f7f;
    border-bottom: 2px solid #7f7f7f;
    margin-right: 18px;
}

.tab:first-child:before,
.tab:first-child:after {
    left: 8px;
}

.tab:last-child:before,
.tab:last-child:after {
    left: -8px;
}


/* Active Styles */

 .active:first-child,
.active:last-child,
.active:before,
.active:after {
    background: #ff000000;
}

.active:first-child {
    border-left: 2px solid #ff000000;
}

.active:last-child {
    border-right: 2px solid #ff000000;
}

.active:before {
    border-top: 2px solid #ff000000;
    border-right: 2px solid #ff000000;
    border-left: 2px solid #ff000000;
}

.active:after {
    border-left: 2px solid #ff000000;
    border-right: 2px solid #ff000000;
    border-bottom: 2px solid #ff000000;
}

.active:first-child,
.active:last-child {
    border-top: 2px solid #ff000000;
    border-bottom: 2px solid #ff000000;
}

@media only screen and (min-width : 700px) {
    .alertable-custom {
        width: 700px !important;
        left: calc(50% - 350px) !important;
    }
}
