body {
	background-color: #f7f7f7;
}

table {
	width: 100%;
}

td {
	padding:5px;
}

.form-group label {
	font-size: 13px;
}

.header {
	background: #464854 url('../../assets/images/logo-dark.png') no-repeat;
	vertical-align: middle;
	line-height: 50px;
	height: 50px;
	color: #9f9f9f;
	font-size: 13px;
}

.header a{
	line-height: 25px;
}

#icons {
	color:#034c55;
}

#iconz {
	color:#7f7f7f;
}

.details {
	border-bottom: 1px solid #e0e0e0;
	padding:20px 10px 20px 10px;
}

#critical {
	color:red;
	background: #f6e5e8;
	padding:3px 10px 3px 10px;
	font-size: 13px;
  border:1px solid pink;
}

#normal {
	color:#c8a82b;
	background: #f5eecc;
	padding:3px 10px 3px 10px;
	font-size: 13px;
  border:1px solid #c8a82b;
}

#low {
  color:#36b52b;
  background: #d9eac7;
  padding:3px 10px 3px 10px;
  font-size: 13px;
  border:1px solid #36b52b;
}

#footer {
	height: 60px;
	background:#000 url('../../assets/images/logo-dark.png') no-repeat center right;
	color:#555;
	padding-top: 20px;
	text-align: center;
	font-size: 12px;
}
#footer a{
	text-decoration: none;
	color:#7f7f7f;
}

#comment {
	padding:10px;
	margin-top: 5px;
}

#status a {
	color:#c0c0c0;
	font-size: 13px;
	background:#464854;
	padding: 5px 20px 5px 20px;
}
#status a:hover {
	background:#7f7f7f;
	color:#fff;
}

.gray {
	background: #e8e8e8;
  color:#777;
}

.darkgray {
  background: #6c757d;
  color:#f9f9f9;
}

.avatar {
	width: 30px;
}
.total-comments {
	background:#207bb9;
	color:white;
	padding:5px;
}

.modal-header {
	background: #f0f0f0;
}

.modal-footer {
	background: #f0f0f0;
}

.techs {
	background: #eef7ff;
}

.userz {
	background: #f8fccb;
}

.userz a{
	color:#2f9c59;
}

.nav-link {
	font-size: 13px;
}

.title-header {
	border-bottom: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
	padding: 10px;
	color:#7f7f7f;
	cursor: pointer;
}

.title-header:hover{
	background:#f7f7f7;
}

.content-bg{
  background: #f5f5f5;padding:50px 10px 50px 10px;border:1px solid #f0f0f0;
}

#desc, #spec_ins, #instruction, #affected, #productDesc, #productSols, #affected_edit,
#productDesc_edit, #productSols_edit , #otherSolutions, #otherSolutions_Edit {
	min-height: 250px;
	border: 1px solid #c0c0c0;
	padding:10px;
	font-size: 13px;
}
#new-comment {
	min-height: 100px;
	border: 1px solid #cfcfcf;
	padding:10px;
	font-size: 13px;
	background:#fff;
}
.search-area{
    width: 25%;
  }
@media (min-width: 768px) {
  .modal-xl {
    width: 60%;
   max-width:1200px;
  }
}
@media (max-width: 768px) {
  .search-area{
    width: 100%;
  }
}
.switch {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 15px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #157B8D;
}

input:focus + .slider {
  box-shadow: 0 0 1px #157B8D;
}

input:checked + .slider:before {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.custom-control-label::before {
    /*background-color: #c0c0c0;*/
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px #7f7f7f;
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px #7f7f7f;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-color: #157B8D;
    border-radius: 50%;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-color: #157B8D;
    border-radius: 5px;
}

.phone{ transform: scale(-1, 1); }

.ticket-label{
	padding:3px 5px 3px 5px;
  /*background:#ea2d49;*/
	background:#f6e5e8;
  /*color:#f7f7f7;*/
	/*color:#800000;*/
  border:1px solid pink;
  color:#800000;
	font-size: 11px;
}

.dropdown-menu-right#status{
	background:#464854;
}

.dashboard {
  margin-left: 20px;
  width:93%;
  background: #fff;
  border: 1px solid #c0c0c0;
  padding-left: 20px;
}

.dashboard-filter {
	/*border:1px solid #c0c0c0;*/
	/*padding:10px;*/
	/*font-size:12px;*/
	color: #e8e8e8;
	/*width: 20px;
	height:20px;
	cursor:pointer;*/
}

.dashboard-filter:hover {
	color: #f5f5f5;
}

.dashboard-list {
	border:1px solid #d0d0d0;
	background:#f7f7f7;
	margin-bottom: 1px;
	font-size: 13px;
	border-radius: 5px;
}
.striped {
  background:#efefef;
}

.dashboard-list:hover {
  background:#e5e5e5;
}

.dashboard-list a {
	color:#0092c6;
	font-size: 13px;
}

.list-header{
  position:relative;
  background:#6c757d;
  color:#f8f8f8;
  padding:5px 10px 5px 10px;
}

.flag-fa{
  background: #fff;
  padding:3px;
  position: absolute;
  top: 0;
  right:10px;
}

.list-critical {
	border-left:2px solid red;
}

.list-normal {
	border-left:2px solid darkorange;
}
.list-low {
	border-left:2px solid green;
}

.dashboard-fa{
	font-size: 15px;
	cursor: pointer;
	margin-left: -4px;
  /*background: #dc3545;*/
  /*padding:10px 5px 10px 5px;*/
}
.dashboard-collapse{
	height:10px;
	width:10px;
	margin-top:-10px;
	border-bottom: 1px solid #e8e8e8;
}
.td-submain {
  width: 15%;
}
.td-main {
	width: 55%;
}
.td-sub {
  width: 10%;
}
@media (max-width: 700px) {
  .td-sub{
    display: none;
  }
  .mobile-td{
    text-align: right;
  }
  .mobileFilter {
    display: block;
  }
  .defaultFilter {
    display: none;
  }  
  .dataActionDefault{
    display: none;
  }
  .dataActionMobile{
    display: block;
  }
}
@media (min-width: 701px) {
  .mobileFilter {
    display: none;
  }
  .defaultFilter {
    display: block;
  }
  .dataActionDefault{
    display: block;
  }
  .dataActionMobile{
    display: none;
  }
  
}
.cursor-pointer {
	cursor: pointer;
}

/* The radio */
.radio {
 
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

/* Hide the browser's default radio button */
.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkround {

    position: absolute;
    top: 6px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff ;
    border-color:#f8204f;
    border-style:solid;
    border-width:2px;
     border-radius: 50%;
}


/* When the radio button is checked, add a blue background */
.radio input:checked ~ .checkround {
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkround:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio input:checked ~ .checkround:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio .checkround:after {
     left: 2px;
    top: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background:#f8204f;
}

/* The check */
.check {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    padding-right: 15px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff ;
    border-color:#f8204f;
    border-style:solid;
    border-width:2px;
}

/* When the checkbox is checked, add a blue background */
.check input:checked ~ .checkmark {
    background-color: #fff  ;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid ;
    border-color:#f8204f;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cust-btn{
  margin-bottom: 10px;
  background-color: #f8204f;
  border-width: 2px;
  border-color: #f8204f;
  color: #fff;
}
.cust-btn:hover{
  
  border-color: #f8204f;
  background-color: #fff;
  color: #f8204f;
  border-radius: 20px;
  transform-style: 2s;

}
.thumbnail {
  width: 100px;
  height: 100px;
  float: left;
  position: relative;
  border:1px solid #c0c0c0;
  overflow:hidden;
  margin-right: 10px;
  margin-bottom: 10px;
}

.thumbnail:hover{
  opacity: .5;
  cursor: pointer;
}

.required {
  color:red;
}

#validations{
  font-size:13px;
  padding: 10px;
  border-top: 2px dotted #c0c0c0;
}
.deliver {
  padding-right:5px;
  border-right: 1px solid #c0c0c0;
}

.alert-warning {
  border: 1px solid #D8C982;
}

.assignee-fa {
  background: #e8e8e8;
  border: 1px solid #c0c0c0;
  width: 30px;
  padding: 3px 5px 5px 5px;
  margin-top: 3px;
}

.assignee-txt-fa {
  background: #e8e8e8;
  border: 1px solid #c0c0c0;
  /*width: 50px;
  height: 50px;*/
  padding: 3px 10px 5px 10px;
  margin-top: 15px;
}
.docs-wrapper{
  width: 150px;
  height:200px;
  border: 1px solid #c0c0c0;
  position:relative;
  padding:5px;
  float: left;
  margin-top: 5px;
  margin-left: 5px;
}
.docs-thumbs{
  height: 100px;overflow: hidden;margin-top: 5px;border-bottom:1px solid #e0e0e0;
}
/*.docs-percent{
  position: absolute;bottom:5px;left:45%;
}*/
.docs-progress-bar-wrapper, .edit-docs-progress-bar-wrapper{
  width:100%;height:7px;border:1px solid darkorange;
}
.docs-progress-bar, .edit-docs-progress-bar{
  width:0%;height:5px;background:orange;
}
.docs-remove{
  position: absolute;bottom: 0px;left:0;background:#333;color:#c0c0c0;width: 100%;padding:3px;cursor:pointer;
}
.docs-visible-wrap{
  font-size: 11px;position: absolute;top:15px;left:0;opacity:.5;cursor: pointer;
}
.docs-visible-to{
  background:#333;color:#fff;padding:2px 5px 2px 5px;margin-top: 1px;border:1px solid #c0c0c0;
}
.docs-visible-to:hover{
  color:#c0c0c0;
  opacity: 1;
}
#progress-bar, #edit-progress-bar{
  display: none;
}
.docs-display{
  width:150px;height:175px;display: inline-block;margin-top: 5px;margin-left: 5px;border:1px solid #c0c0c0;position: relative;
}
.all{
  padding:0px 30px 0px 30px;border:1px solid #c0c0c0;background: #e8e8e8;border-radius: 5px;font-size: 20px;
}
.custom-fields{
  margin: 0px 0px 20px 10px;padding: 10px;
}
.notif{
  padding: 10px;
}
.notif:hover{
  background: #f5f5f5;
}