﻿/* Empty. Add your own CSS if you like */

table { 
	border-collapse: collapse; 
	margin:0px;
	width: 100%;
	}
	.nonHeader th {	
	font-weight: normal !important;
	}
/* Zebra striping */
tr:nth-of-type(odd) { 
	background: #eee; 
	}

th { 
	padding: 3px; 
	border: 1px solid rgb(255, 255, 255); 
	text-align: center; 
	background: #3498db; 
	color: white; 
	vertical-align: middle;
	font-size: 14px;
    overflow: auto;
	}

td { 
	padding: 3px; 
	border: 1px solid rgb(255, 255, 255); 
	text-align: center;
	vertical-align: middle; 
	font-size: 14px;
	overflow: auto;
}

.no-padding {
    padding: 0px !important;
}

.mymodalloading {  
     width: 300px; 
     left: 40%; 
     top: 30%; 
     height: 70px;
     /*height: 100%;*/ 
     /*top: 5%; 
     left: 5%; 
     right: 5%; 
     bottom: 5%;*/
  }

@media (min-width: 680px) {
  .mymodal {  
     width: 100%; 
     height: 90%;
     left: 0; 
     top: 1%; 
     /*height: 100%;*/ 
     /*top: 5%; 
     left: 5%; 
     right: 5%; 
     bottom: 5%;*/
  }
  .mymodalfilter {  
     width: 100%; 
     left: 0%; 
     top: 0%;  
     bottom: 1%;
  }
}

  
input[type="text"], input[type="password"], input[type="number"], input[type="email"]  {
    border: 1px solid #e2e2e2;
    color: #333;
    margin: 3px 0 3px 0;
    padding: 3px;   
    min-width:75px;
}

.input-label-lg {
    display: table;
    padding: 7px 10px 7px 0px;
    max-width: 400px;
    width: 80%;
    color: #444;
    font-size: 16px;
}

.input-common {
  width: 100%;
  padding-left: 10px;
}

.cancel {
  text-decoration: line-through;
  text-decoration-color:red;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}


.ql-omega:after {
    content: "Ω";
  }

  .ql-table:after {
    content: "Tb";
  }

  .ql-mark:after {
    content: "Mr";
  }

  .line-dotted {
    border-style: dotted;
    font-size: larger;
  }
  .line-solid {
    border-style: solid;
  }
  .line-double {
    border-style: double;
  }
  .ql-snow .ql-picker.ql-box .ql-picker-label::before,
.ql-snow .ql-picker.ql-box .ql-picker-item::before {
    content: 'None'
}

.ql-snow .ql-picker.ql-box .ql-picker-label[data-value="solid"]::before,
.ql-snow .ql-picker.ql-box .ql-picker-item[data-value="solid"]::before {
    content: "Solid";
}

.ql-snow .ql-picker.ql-box .ql-picker-label[data-value="double"]::before,
.ql-snow .ql-picker.ql-box .ql-picker-item[data-value="double"]::before {
    content: "Double";
}

.ql-snow .ql-picker.ql-box .ql-picker-label[data-value="dotted"]::before,
.ql-snow .ql-picker.ql-box .ql-picker-item[data-value="dotted"]::before {
    content: "Dotted";
}

.ql-snow span.ql-picker.ql-box {
    width: 8em;
}


.st-sort-ascent:before {
  content: '\25B2';
}

.st-sort-descent:before {
  content: '\25BC';
}

/*.pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
    padding-right:5px;
}*/

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 3px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}