.panel-success > .modal-body {
    background-color: #cee4c6;
    border-color: #d6e9c6;
    color: #145d15;
}
.modal-body{
	font-size: 18px;
    /*text-align: center;*/
    font-weight: 400;
	padding: 20px;
}
.modal-content{
	margin-top: 40%;
}
.close-danger{
	color: #941c1c !important;
}
.close-success{
	color: #145d15 !important;
}
.close{
	opacity: .7;
}
#msg{
	text-align: center;
}
.downform{
	display: inline-block;
	float: left;
	margin-right: 4px;
	margin-bottom: 20px;
}
.formdata{
	margin-bottom: 15px;
}
.formgrid{
	padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px 10px 10px 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.formhead{
	font-weight: 600;
}
/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.imgmodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    padding-top: 1%; /* Location of the box */
    padding-bottom: 1%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.imgmodal-content {
    display: block;
    height: auto;
    width: auto;
    max-height: 100%;
    /*margin-top: 5%;*/
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    vertical-align: middle;
    right: 0;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.imgmodal-content, #caption { 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.imgclose {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.imgclose:hover,
.imgclose:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .imgmodal-content {
        width: 100%;
    }
}
.create-user:hover, .create-user:active, .create-user:focus {
    background-color: #353535;
    border-color: #444c4e;
    color: #fff;
}
.create-user {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
    font-size: 1.1em;
    margin: 3px !important;
    padding: 7px;
}
#example_paginate{display:none; }

input.error {
 border: 1px solid #FB5858; 
 box-shadow: 0 0 5px -2px #f27676;
}
textarea.error{
  border: 1px solid #FB5858; 
 box-shadow: 0px 0px 7px 0px #F27676;
}
select.error{
  border: 1px solid #FB5858; 
 box-shadow: 0px 0px 7px 0px #F27676;
}
.dataTables_scrollHead {
	margin-top: -6px;
}
.modal-open {
    overflow: auto;
}
.btn-success-create {
    background-color: #2aabd2;
    border-color: #2aabd2;
    color: #fff;
	-moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-success-create.focus {
	color: #fff;
}
.btn-success-create:hover {
	color: #fff;
}

.table-status tr td.done {
    background-color: #1fbd5e;
    color: #fff;
}

.table-status tr td.falied {
    background-color: #ee0011;
    color: #fff;
	border: 1px solid #ee0011 !important;
}

.table-status tr:last-child td {
    border: 1px #86da91 solid;
}
.error:focus{
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(216, 14, 51, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(220, 22, 22, 0.6);
    border-color: #fb6e6e;
    box-shadow: #fb6e6e;
}

.alert-yellow {
    background-color: #ffd966;
    border-color: #efd892;
    color: #81807e;
    font-size: 15px;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}