@import url("bootstrap.min.css");

html,
body {
    height: 100%;
}
.borderless tr,
.borderless tr td,
.borderless tr th,
.borderless {
	border: none!important;
}

.text-align-right {
	text-align: right;
}

.width-100 {
	width: 100%;
}

.login-button {
	width: 140px;
}
.float-right {
	float: right;
}
.width-160px {
	width: 160px;
}
.bold {
	font-weight: bold;
}
.loadRowsHover {
	background-color: white;
	position: absolute;
	z-index: 9999;
}
.combobox {
	font-size: 13px;
}
.test-background:after {
	content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
	background-image: url('../images/test.png');
	background-size: 20%;
	width: 100%;
    height: 100%;
    opacity : 0.2;
    z-index: -1;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.jumbotron {
    text-align: center;
}

.footer {
    height: 60px;
    background-color: #272727;
    border-top: 1px solid #15171a;
    padding-top: 20px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/*-- Sorting --*/

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

/*-- Other --*/

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* add red asterisk to required form fields */
div.required label:after {
    content: " *";
    color: #e13431;
}

/*-- GridView options display tweaks --*/

.user-index td:last-child,
.articles-admin td:last-child {
    width: 68px;
}

.article-view th {
    min-width: 90px;
}

/*-- Css for nicer display of boolean yes/no values --*/

.boolean-true {
    font-weight: bold;
    color: #00b100;
}

.boolean-false {
    font-weight: bold;
    color: #e34542;
}

/*-- Css for nicer display of user roles --*/

.role-theCreator {
    font-weight: bold;
    color: #f9f9f9;
}

.role-admin {
    font-weight: bold;
    color: #c4a500;
}

.role-editor {
    font-weight: bold;
    color: #a700a7;
}

.role-support {
    font-weight: bold;
    color: #009d00;
}

.role-premium {
    font-weight: bold;
    color: #6060ff;
}

.role-member {
    font-weight: bold;
}

/*-- Colors used for various data presentation purposes --*/

.blue {
    font-weight: bold;
    color: #7373ff; 
}

.green {
    font-weight: bold;
    color: #009d00;
}

.gold {
    font-weight: bold;
    color: #c4a500;   
}

hr.top {
    margin-top: 0px;
    border-width: 2px;
    border-color: #333;
    text-align: left;
}

hr.article-devider {
    border-width: 1px;
    border-color: #444;
    border-style: dashed;
    text-align: left;
}

/*-- Password strength --*/

/* hide strength meter so we can fade it in nicely with jQuery */
.nz-meter-container {
    display: none;
}

/* small strength meter display tweaks for this theme */
#form-signup table,
#form-user table,
#reset-password-form table {
    background-color: transparent;
}
#company-autocomplete {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: currentcolor #ccc #ccc;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    cursor: default;
    max-height: 254px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
    padding: 5px;
    position: absolute;
}
#company-autocomplete li {
    list-style: outside none none;
}

.table.table-borderless > thead > tr > th, .table.table-borderless > tbody > tr > th, .table.table-borderless > tfoot > tr > th, .table.table-borderless > thead > tr > td, .table.table-borderless > tbody > tr > td, .table.table-borderless > tfoot > tr > td {
    border: none;
}
.table.table-borderless {
	margin-bottom: 0px;
}
.padding {
	padding: 50px;
}
.small-padding {
	padding: 25px;
}
#loadingScreen {
    position: fixed;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    background-image: url('../images/loading.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0,0,0,0.4);
    z-index: 9999;
    display: none;
}
#loading2 {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    background-image: url('../images/loading2.gif');
    background-size: 100px 100px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9999;
}

.custom-combobox {
    position: relative;
    display: inline-block;
}
.custom-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  padding: 0;
}
.custom-combobox-input {
  margin: 0;
  padding-top: 2px;
  padding-bottom: 5px;
  padding-right: 5px;
}
.max-500 {
	max-width: 250px;
}
.select2-container--default .select2-selection--single {
	border: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	left: -8px;
}

.filterable {
    margin-top: 15px;
}
.filterable .panel-heading .pull-right {
    margin-top: -20px;
}
.filterable .filters input[disabled] {
    background-color: transparent;
    border: none;
    cursor: auto;
    box-shadow: none;
    padding: 0;
    height: auto;
}
.filterable .filters input[disabled]::-webkit-input-placeholder {
    color: #333;
}
.filterable .filters input[disabled]::-moz-placeholder {
    color: #333;
}
.filterable .filters input[disabled]:-ms-input-placeholder {
    color: #333;
}
.bold {
	font-weight: bold;
}
.table.small-padding,
.table.small-padding tr,
.table.small-padding th,
.table.small-padding td
{
	padding: 2px 4px 2px 4px;
}
.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
	background-color: #efffef;
}

.autoComplete {
	position: absolute;
	background-color: white;
	z-index: 999;
	max-height: 400px;
	overflow: scroll;
	padding-left: 2px;
	margin-left: 2px;
	display: none;
}
.autoComplete ul,
.autoComplete li {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

.daterangepicker_input input.form-control {
	padding-left: 24px;
}
.container.full {
	width: 100%;
	padding: 70px 40px 20px 40px;
}
.form-control.small-font {
	font-size: 12px;
}
.scrollable-containter {
    max-height: 800px;
    overflow: scroll;
}
@media only screen and (max-width: 1030px) {
	.login-button {
    	width: 90%;
    	margin-left: 5%;
        margin-right: 5%
	}
}
@media only screen and (min-width: 1030px) {
	#showFile {
		height: 720px;
		width: 500px;
	}
}
@media only screen and (min-width: 1220px) {
	#showFile {
		height: 850px;
		width: 600px;
	}
}
@media only screen and (min-width: 1500px) {
	#showFile {
		height: 1060px;
		width: 760px;
	}
}
@media only screen and (min-width: 1850px) {
	#showFile {
		height: 1220px;
		width: 860px;
	}
}
@media only screen and (min-width: 2200px) {
	#showFile {
		height: 1460px;
		width: 1200px;
	}
}
th > input.form-control {
    font-size: 12px !important;
}
