.thumbnail{
    border: 0;
}
.nav-pills{
    background-color: #FFF;
    border-radius: 4px;
}

.nav-stacked > li + li {
    margin-top: 0;
    margin-left: 0;
}

.nav-stacked > li.active > a, .nav-stacked > li.active > a:hover {
    border-left-color: #BE3E2A;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #333;
    background-color: #fff;
}

th,tr,td {
    text-align: center;
    vertical-align: middle !important;
}

thead th h5 {
    font-weight: bold;
}

/* .content-header>.breadcrumb {
    float: right;
    position: static;
    background-color: transparent;
} */

/*
	BannerHR
*/

    #slider-thumbs i{
        position: absolute;
        color: white;
        right: 10%;
        top: 7%;
        z-index: 1;
    }

    #slider-thumbs img{
        opacity: 0.4
    }

    #slider-thumbs .img-selec{
        background-color: #333;
        border: 4px solid #DF4A32;
    }

    .choice-size-job .imgselect{
        position: absolute;
    }

    .choice-size-job{
        display: block;
        margin: auto;
        position: relative;
        overflow: hidden;
        margin-bottom: 12px;
    }

    .choice-img{
        border-left: 8px solid red;
        padding: 3.8%;
        position: relative;
        max-height: 196px;
        max-width: 638px;
    }
/*  End Bannerhr */

/* unemployedhr */
    .fa-trash-o, .fa-pencil-square-o{
        /* visibility: hidden; */
        color: red;
        padding-right: 5px;
    }

    .box tbody tr:hover .fa-trash-o{
        visibility: visible;
    }

    .box tbody tr:hover .fa-pencil-square-o{
        visibility: visible;
    }

/* end unemployedhr */

/*  detail-register */
    #detail-register li  {
        text-align: center;
        padding-top: 5px;
        margin: 0;
    }

    #detail-register li.col-md-2, #detail-register li.col-md-1 {
        padding-top: 0;
    }

    #detail-register .nav-pills > li + li {
        margin-left: 0;
    }

    #detail-register .nav-pills > li.active > a,#detail-register .nav-pills > li.active > a:hover,#detail-register .nav-pills > li.active > a:focus {
        border-top-color: #FFF;
        border-bottom:4px solid #DF4A32;
    }

    #detail-register .nav-pills > li > a {
        border-bottom: 4px solid #FFF;
    }

/* end detail-register */


/* modal */

    .modal-header {
        background-color: #F3F2F2;
        border-top: 4px solid #DF4A32;
    }

    .fileinput .thumbnail > img {
        width: 100%;
    }

    .fileinput .btn-inimgupload {
        position: absolute;
        top: 13px;
        right: 17px;
    }

/* end modal */

    .carousel-inner {
        max-height: 500px;
    }

    .imagefull {
        height: 380px;
        width: 100%;
    }

    .imagemini {
        height: 196px;
        width: 632px;
    }


.video-container {
				position: relative;
				padding-bottom: 56.25%;
				padding-top: 30px; height: 0; overflow: hidden;
				}

				.video-container iframe,
				.video-container object,
				.video-container embed {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				}
				.modal-body {
   					 max-height: calc(100vh - 100px);
    				overflow-y: auto;
				}
label.error {
            text-transform: none;
            color: #FB404B;
        }
.form-control.error, .has-error .form-control:focus {
            color: #FB404B;
            border-color: #FB404B;
        }
        /* Loading */

        .modal-loading {
            display:    none;
            position:   fixed;
            z-index:    9999;
            top:        0;
            left:       0;
            height:     100%;
            min-height:     100%;
            width:      100%;
            background: rgba( 255, 255, 255, .8 )
                        url('http://i.stack.imgur.com/FhHRx.gif')
                        50% 50%
                        no-repeat;

            -webkit-transition: opacity 1s ease-in-out;
            -moz-transition: opacity 1s ease-in-out;
            -ms-transition: opacity 1s ease-in-out;
            -o-transition: opacity 1s ease-in-out;
             opacity: 0;
        }
        body.loading {
            overflow: hidden; height:100%;
        }
        body.loading .modal-loading {
            opacity: 1;
            display: block;
        }


@media screen and (max-width: 900px) {
    .carousel-inner {
        max-height: 290px;
    }

    .imagefull {
        height: 350px;
    }

    .imagemini {
        height: 196px;
        width: 300px;
    }

    iframe {
        height: 200px;
        width: 300px;
    }

}

@media screen and (max-width: 576px) {
    .carousel-inner {
        max-height: 290px;
    }

    .imagefull {
        height: 200px;
        width: 300px;
    }

    .imagemini {
        height: 196px;
        width: 300px;
    }

    iframe {
        height: 200px;
        width: 300px;
    }

}