.main-header .navbar-custom-menu a.btn-danger, .main-header .navbar-right a.btn-danger {
    color: #fff;
    background-color: #c9302c;
}

.loading {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgb(48, 48, 48);
    background: transparent\9;
    background: rgba(48, 48 ,48, 0.6);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=60);
    zoom: 1;
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
}

.waiting {}

.loading .fa {
    position: relative;
    max-width: 128px;
    height: auto;
    display: block;
    margin: 0 auto;
    top: 40%;
    font-size: 500%;
}

* {
    outline:none !important;
}

.table th {
    text-align: center;
}

.nowarp {
    white-space: nowrap;
}

.break-all {
    word-break: break-all;
}

.errorMessage {
    color: #dd4b39;
    font-size: 90%;
    padding: 6px;
    /*background-color: #f2dede;
    box-sizing: border-box;
    font-size: 70%;*/
}

.form-text {
    margin-top: 5px;
}

.lbl-td {
    font-weight: normal;;
}

.box-footer {
    margin-top: 8px;
}

.form-box-item {
    border: 2px #cfcfcf dotted;
    margin-bottom: 7px;
}

.block {
    margin-bottom: 10px;
}

.box-body {
    overflow: auto;
}

.col-compact {
    margin-left: -7px;
    padding-left: 0;
}

.content-header > .breadcrumb {
    margin-bottom: 0.5em;
}

/* WebKit browsers */
.form-gray-holder::-webkit-input-placeholder {
    color: #aaa;
}
/* WebKit browsers */
.form-gray-holder:-moz-placeholder {
   color: #aaa;
   opacity: 1;
}
/* Mozilla Firefox 19+ */
.form-gray-holder::-moz-placeholder {
   color: #aaa;
   opacity: 1;
}
/* Internet Explorer 10+ */
.form-gray-holder:-ms-input-placeholder {
   color: #aaa;
}

.box .form-group {
    margin-right: 0;
    margin-left: 0;
}

.from-text {
    margin-top: 4px;
}

span.required {
    color: #dd4b39;
}

.resume-box {
    max-width: 780px;
    margin: 7% auto;
}

.resume-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
}

.radio-switch span {
    display: inline-block;
    padding: 4px 18px;
    margin-right: 2px;
    border: 1px solid #777;
    cursor: pointer;
}

.radio-switch input[type=checkbox] ~ span {
    padding-right: 36px;
}

.radio-switch input[type=checkbox] ~ span::before {
    content: '　';
    padding-right: 8px;
}

.radio-switch input:checked ~ span {
    background: #333;
    color: #efefef;
    display: block;
}

.radio-switch input[type=checkbox]:checked ~ span::before {
    content: '\f00c';
    color: #fff;
}

.radio-switch input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.form-control-line {
    display: inline-block;
    margin-right: 8px;
    height: 34px;
    padding: 6px 18px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
        border-top-color: rgb(204, 204, 204);
        border-right-color: rgb(204, 204, 204);
        border-bottom-color: rgb(204, 204, 204);
        border-left-color: rgb(204, 204, 204);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.resume-box-body .form-group {
    border: 1px dashed #cfcfcf;
    padding-bottom: 9px;
    padding-top: 9px;
}

.resume-box-body .control-label {
    font-size: 125%;
    font-weight: bold;
    padding-top: 3px;
}

.block-dynamic:not(:last-child) {
    border-bottom: 1px solid #999;
    padding-bottom: 9px;
    margin-bottom: 16px;
}