/*
body {
	position: absolute;
    padding-top: 65px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#page-content {
	margin-top:5px;
}

#page-title,#path-area,#page-control,#paging-data {
	padding-left: 10px;
}

#paging-form {
	margin-left:10px;
}

.form-control,.btn{
	margin-top:3px;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.menu-box {
	background-color: #fff;
	border-color: #ddd;
	border-width: 1px;
	border-radius: 4px;
	position: relative;
	padding: 15px;
	border-style: solid;
	margin-bottom: 15px;
	-webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, .05);
	box-shadow: inset 0 3px 6px rgba(0, 0, 0, .05);
}
*/

.color-red{
    color: red;
}

.overlay {
    position: absolute;
    top: 0px;
    filter: alpha(opacity=60);
	background-color: #777;
    z-index: 1000;
    left: 0px;
    opacity:0.5;
    -moz-opacity:0.5;
}

li.pulldown-menu-divide:not(:last-child) {
	border-bottom: .1rem solid #f0f1f4;
}

.release-detail-tab .tab-item a {
	color: #231f20!important;
	top: 0px!important;
	line-height: 20px;
	padding: 1rem 1.2rem;
}

.release-detail-tab .active a {
	color: #2196f3!important;
}

.release-tab-hidden{
	display:none;
}

#waiting {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -85px;
    margin-left: -85px;
    padding: 10px;
    display: none;
    z-index: 2000;
}

.sk-cube-grid {
    width: 60px;
    height: 60px;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #FFFFFF;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

#waiting.inner {
    position: relative;
    margin: auto;
    top: auto;
    left: auto;
}

.drop-shadow>.sk-cube-grid.shadow>.sk-cube {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

.drop-shadow>.sk-cube-grid.shadow {
    z-index: 2000;
}

.drop-shadow>.sk-cube-grid {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 2001;
}
