body {
  background: #1c242d;
}
.box {
  border: 1px solid #c4c4c4;
  padding: 30px 25px 10px 25px;
  background: white;
  margin: 30px auto;
  width: 360px;
}
h1.box-logo a {
  text-decoration:none;
}
h1.box-title {
  color: #AEAEAE;
  background: #f8f8f8;
  font-weight: 300;
  padding: 15px 25px;
  line-height: 30px;
  font-size: 25px;
  text-align:center;
  margin: -27px -26px 26px;
}
.box-button {
  border-radius: 5px;
  background: #d2483c;
  text-align: center;
  cursor: pointer;
  font-size: 19px;
  width: 100%;
  height: 51px;
  padding: 0;
  color: #fff;
  border: 0;
  outline:0;
}
.box-register
{
  text-align:center;
  margin-bottom:0px;
}
.box-register a
{
  text-decoration:none;
  font-size:12px;
  color:#666;
}
.box-input {
  font-size: 14px;
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 25px;
  padding-left:10px;
  border-radius: 5px;
  width: 347px;
  height: 50px;
}
.box-input:focus {
    outline: none;
    border-color:#5c7186;
}
.sucess{
	text-align: center;
	color: white;
}
.sucess a {
	text-decoration: none;
	color: #58aef7;
}
p.errorMessage {
    background-color: #e66262;
    border: #AA4502 1px solid;
    padding: 5px 10px;
    color: #FFFFFF;
    border-radius: 3px;
}

/*/##############################################################################*/
body {
    color: #566787;
   /* background: #f5f5f5;*/
    font-family: varela round, sans-serif;
    font-size: 14px;
  }
  .table-wrapper {
    background:#efefef33;/*#fff;*/
    padding: 20px 25px;
    margin: 30px 0;
    border-radius: 3px;
    box-shadow: 0 33px 33px rgba(0, 0, 0, 0.25);
  }
  .table-title {
    padding-bottom: 15px;
    background: #00bcd4;
    color: #fff;
    padding: 16px 30px;
    margin: -20px -25px 10px;
    border-radius: 3px 3px 0 0;
  }
  .table-title h2 {
    margin: 5px 0 0;
    font-size: 24px;
  }
  .table-title .btn-group {
    float: right;
  }
  .table-title .btn {
    color: #fff;
    float: right;
    font-size: 13px;
    min-width: 50px;
    border-radius: 2px;
    border: none;
    outline: none!important;
    margin-left: 10px;
  }
  .table-title .btn i {
    float: left;
    font-size: 21px;
    margin-right: 5px;
  }
  .table-title .btn span {
    float: left;
    margin-top: 2px;
  }
  table.table tr th,
  table.table tr td {
    border-color: #e9e9e9;
    padding: 12px 15px;
    vertical-align: middle;
  }
  table.table tr th:first-child {
    width: 60px;
  }
  table.table tr th:last-child {
    width: 100px;
  }
  table.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fcfcfc;
  }
  table.table-striped.table-hover tbody tr:hover {
    background: #f5f5f5;
  }
  table.table th i {
    font-size: 13px;
    margin: 0 5px;
    cursor: pointer;
  }
  table.table td:last-child i {
    opacity: .9;
    font-size: 22px;
    margin: 0 5px;
  }
  table.table td a {
    font-weight: 700;
    color: #566787;
    display: inline-block;
    text-decoration: none;
    outline: none !important;
  }
  table.table td a:hover {
    color: #2196f3;
  }
  table.table td a.edit {
    color: #ffc107;
  }
  table.table td a.delete {
    color: #f44336;
  }
  table.table td i {
    font-size: 19px;
  }
  table.table .avatar {
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
  }
  .pagination {
    float: right;
    margin: 0 -10px 5px;
  }
  .pagination li a {
    border: 1px solid #ddd;
    font-size: 14px;
    min-width: 30px;
    min-height: 30px;
    color: #337ab7;
    margin: 0 2px;
    line-height: 30px;
    border-radius: 2px!important;
    text-align: center;
    padding: 0 6px;
  }
  .pagination li a:hover {
    color: #337ab7;
  }
  .pagination li.active a,
  .pagination li.active a.page-link {
    background-color: #337ab7;
	border-color: #337ab7;
  }
  .pagination li.active a:hover {
    background: #0397d6;
  }
  .pagination li.disabled i {
    color: #cccccc;
  }
  .pagination li i {
    font-size: 16px;
    padding-top: 6px;
  }
  .hint-text {
    float: left;
    margin-top: 10px;
    font-size: 13px;
  }
  .custom-checkbox {
    position: relative;
  }
  .custom-checkbox input[type=checkbox] {
    opacity: 0;
    position: absolute;
    margin: 5px 0 0 3px;
    z-index: 9;
  }
  .custom-checkbox label:before {
    width: 18px;
    height: 18px;
  }
  .custom-checkbox label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 2px;
    box-sizing: border-box;
    z-index: 2;
  }
  .custom-checkbox input[type=checkbox]:checked + label:after {
    content: '';
    position: absolute;
    left: 6px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    transform: inherit;
    z-index: 3;
    transform: rotateZ(45deg);
  }
  .custom-checkbox input[type=checkbox]:checked + label:before {
    border-color: #03a9f4;
    background: #03a9f4;
  }
  .custom-checkbox input[type=checkbox]:checked + label:after {
    border-color: #ffffff;
  }
  .custom-checkbox input[type=checkbox]:disabled + label:before {
    color: #b8b8b8;
    cursor: auto;
    box-shadow: none;
    background: #dddddd;
  }
  .modal .modal-dialog {
    max-width: 400px;
  }
  .modal .modal-header,
  .modal .modal-body,
  .modal .modal-footer {
    padding: 20px 30px;
  }
  .modal .modal-content {
    border-radius: 3px;
  }
  .modal .modal-footer {
    background: #ecf0f1;
    border-radius: 0 0 3px 3px;
  }
  .modal .modal-title {
    display: inline-block;
  }
  .modal .form-control {
    border-radius: 2px;
    box-shadow: none;
    border-color: #dddddd;
  }
  .modal textarea.form-control {
    resize: vertical;
  }
  .modal .btn {
    border-radius: 2px;
    min-width: 100px;
  }
  .modal form label {
    font-weight: 400;
  }
  
  /*===============================================================*/
 
	@-webkit-keyframes blinker {
		from {opacity: 1.0;}
		to {opacity: 0.0;}
	}
	.blink{
		text-decoration: blink;
		-webkit-animation-name: blinker;
		-webkit-animation-duration: 1.5s;
		-webkit-animation-iteration-count:infinite;
		-webkit-animation-timing-function:ease-in-out;
		-webkit-animation-direction: alternate;
		color: orangered;
		font-size: 14px;
		padding: 13px;
	}
  
	.table_responsiveA {
		max-width: 1500px;
		border: 1px solid #00bcd4;
		background-color: #efefef33;
		padding: 15px;
		overflow: auto;
		margin: 10px;
		border-radius: 4px;
		margin-left: auto;
		margin-right: auto;
		text-align:center;
	}
  
	.action_btn {
		display: flex;
		justify-content: center;
		gap: 20px;
	}
	
	.action_btn>a {
		text-decoration: none;
		color: #444;
		background: #fff;
		border: 1px solid;
		display: inline-block;
		padding: 10px 30px;
		font-weight: bold;
		border-radius: 3px;
		transition: 0.3s ease-in-out;
		font-size: 17px;
	}
	
	.action_btn>a:nth-child(1) {
		border-color: #26a69a;
	}
	
	.action_btn>a:nth-child(2) {
		border-color: orange;
	}

	.action_btn>a:nth-child(3) {
		border-color: red;
	}
	
	.action_btn>a:nth-child(4) {
		border-color: #26a69a;
	}
	
	.action_btn>a:nth-child(5) {
		border-color: orange;
	}

	.action_btn>a:nth-child(6) {
		border-color: red;
	}

	.action_btn>a:nth-child(7) {
		border-color: #26a69a;
	}
	
	.action_btn>a:hover {
		box-shadow: 0 3px 8px #0003;
	}
	
