a{
	cursor:pointer;
	text-decoration: none;
}

a:hover{
		text-decoration: none;
}

.box-container .inner-box:not(:last-child){
	margin-bottom:25px;
}


.inline-edit input{
	font-size:inherit;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	width:100%;
	min-width: 100px;
}
.inline-edit a.edit{
	font-size:14px;
}

.spinner{
    position: fixed;
    left: 50%;
    top: -59px;
    margin-left: -100px;
    z-index:1045;
    background-color: rgba(190,190,190,0.6);
 	width:200px;
 	height:59px;
 	text-align: center;
 	line-height: 30px;
 	color:#fff;
 	border-bottom-right-radius: 5px;
 	border-bottom-left-radius: 5px;
 	transition:top 0.2s ease;
}

.spinner.active{
	top:0px;
}

code + a.help{
	display:none;
}

#notificationsPopOver{
	display:none;
}

.useroption img{
	width:40px;
	border-radius: 20px;
}

.modal{
	min-width: 560px;
	width:auto;
}

.work-form .widget-footer .btn.pull-right{
	margin-left:8px;
}


.work-form .readonly{
	line-height: 30px;
}

.work-table td{
	vertical-align: middle;
}

.mtop{
	margin-top:8px;
}

.list-table .checkedtrue{
	
}

.check-table tr:hover td{
	background-color: beige !important;
}
.list-table tr.checkedtrue td{
	background-color: #ffc !important;
}

h2.heading{
	padding-top:15px;
}

.bm25{
	margin-bottom: 25px;
}


.ui-slider{
    width: 100%;
    height: 10px;
    position: relative;
    cursor: pointer;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 5px;
    margin-top: 10px;
}

.ui-slider-handle{
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin-top:-5px;
    margin-left:-5px;
    background-color: #0e90d2;
    background-image: -moz-linear-gradient(top, #149bdf, #0480be);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
    background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
    background-image: -o-linear-gradient(top, #149bdf, #0480be);
    background-image: linear-gradient(to bottom, #149bdf, #0480be);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    opacity: 0.8;
    border: 0px solid transparent;
}

.noleft{
    margin-left:0 !important;
}
.slider-value{
    text-align:center;
    margin-top:10px;
}

.upload-file-preview{

    line-height: 30px;
}

.upload-file-preview img{
    height:30px;
    float:left;
    margin-right:5px;
}

.upload-file-preview .bar{
    line-height:20px;
}

.file-detail-container{
    text-align: center;
}

.work-form .file-detail-container{
    text-align: left;
}

.file-detail-container .file-preview{
    box-sizing: border-box;
    background: #fff;
    border:1px solid #ddd;
    width:160px;
    height:160px;
    text-align: center;
    position:relative;
}
.file-detail-container .file-preview img{
    margin:4px;
    max-width:150px;
    max-height:150px;
    box-sizing: border-box;
}
.file-detail-container  .file-controls{
    margin-top:10px;
}

.file-detail-container  .file-details{
    margin-top:5px;
    word-break: break-all;
}

.file-detail-container .file-preview .eye{
    display:none;
}

.file-detail-container .file-preview:hover .eye{
    position:absolute;
    top:0;
    color:#fdfdfd;
    font-size:60px;
    line-height: 160px;
    width:100%;
    display: block;
    cursor: pointer;
    height:100%;
    -webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
    background-color:rgba(0,0,0,0.3);
}


.file-detail-container .file-box{
    padding:10px;
    width:180px;
    text-align:center;
    background-color: #efefef;
    border-radius: 3px;
    border: 1px solid #DDDDDD;
    display:inline-block;
    margin:5px;
}

.work-form .file-detail-container .file-box{
    display:block;
    float:left;
}

.Readonly.control-group{
    margin-bottom:0px;
}

.label-set .label{
    margin-bottom:4px;
}

.label-set .label:not(:last-child){
    margin-right:4px;
}

@media print {
    .hide-print{
        display:none !important;
    }
    .box-print:before{
        width:100%;
        height:40px;
        border:1px solid #000;
    }

    .box-print{
        display:none !important;
    }
    .center-print{
        text-align: center;
        font-weight: bold;
    }
    .full-print{
        width:100%;
    }
}


.table-striped-body tbody:nth-child(odd) > tr > td,
.table-striped-body  tbody:nth-child(odd) > tr > th {
    background-color: #f9f9f9;
}

.form-horizontal legend{
    margin-bottom:5px;
}

.custom-view ._element{
    margin-left:25px;
}

ul.pagination{
    margin-bottom:5px;
    display:flex;
    flex-wrap:wrap;
}
ul.pagination li {
    float: left;
    display: block;
    border: 1px solid #ddd;
    padding: 2px;
    min-width: 25px;
    text-align: center;
    margin-right: -1px;
    margin-bottom: -1px;
}

ul.pagination li a{
    display:block;
    height:100%;
    width:100%;
}
