body {
}

footer {
    text-align: right;
    padding-right: 10px;
    padding-top: 2px; }
    footer a {
        text-decoration: none;
        color: black;
        font-weight: bold;
    }

#wrapper{
	
}

/* smart phones */
@media screen and (max-device-width: 480px) {
}

h1.page-header{
	margin-top:20px;
}

/* Mymodal */

/*--Vertical Center--*/
.modal {
  text-align: center;
  padding: 0!important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
/*--/Vertical Center/--*/

.modal-primary > .modal-header {
  padding: 15px;
  border-bottom: 1px solid #337ab7;
  background-color: #337ab7;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.modal-primary > .modal-header .close{
  color:#fff;
}
.modal-primary > .modal-header > .modal-title {
  margin: 0;
  color: #fff;
  line-height: 1.42857143;
}
.modal-primary > .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #337ab7;
}

.modal-success > .modal-header {
  padding: 15px;
  border-bottom: 1px solid #d6e9c6;
  background-color: #dff0d8;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.modal-success > .modal-header .close{
  color:#3c763d;
}
.modal-success > .modal-header > .modal-title {
  margin: 0;
  color: #3c763d;
  line-height: 1.42857143;
}
.modal-success > .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #d6e9c6;
}

.modal-info > .modal-header {
  padding: 15px;
  border-bottom: 1px solid #bce8f1;
  background-color: #d9edf7;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.modal-info > .modal-header .close{
  color:#31708f;
}
.modal-info > .modal-header > .modal-title {
  margin: 0;
  color: #31708f;
  line-height: 1.42857143;
}
.modal-info > .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #bce8f1;
}

.modal-warning > .modal-header {
  padding: 15px;
  border-bottom: 1px solid #faebcc;
  background-color: #fcf8e3;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.modal-warning > .modal-header .close{
  color:#8a6d3b;
}
.modal-warning > .modal-header > .modal-title {
  margin: 0;
  color: #8a6d3b;
  line-height: 1.42857143;
}
.modal-warning > .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #faebcc;
}

.modal-danger > .modal-header {
  padding: 15px;
  border-bottom: 1px solid #ebccd1;
  background-color: #f2dede;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.modal-danger > .modal-header .close{
  color:#a94442;
}
.modal-danger > .modal-header > .modal-title {
  margin: 0;
  color: #a94442;
  line-height: 1.42857143;
}
.modal-danger > .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #ebccd1;
}

.modal-green > .modal-header {
  padding: 15px;
  border-bottom: 1px solid #5cb85c;
  background-color: #f2dede;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.modal-green > .modal-header .close{
  color:#fff;
}
.modal-green > .modal-header > .modal-title {
  margin: 0;
  color: #fff;
  line-height: 1.42857143;
}
.modal-green > .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #5cb85c;
}

.modal-red > .modal-header {
  padding: 15px;
  border-bottom: 1px solid #d9534f;
  background-color: #d9534f;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.modal-red > .modal-header .close{
  color:#fff;
}
.modal-red > .modal-header > .modal-title {
  margin: 0;
  color: #fff;
  line-height: 1.42857143;
}
.modal-red > .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #d9534f;
}

.modal-red > .modal-header {
  padding: 15px;
  border-bottom: 1px solid #f0ad4e;
  background-color: #f0ad4e;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.modal-red > .modal-header .close{
  color:#fff;
}
.modal-red > .modal-header > .modal-title {
  margin: 0;
  color: #fff;
  line-height: 1.42857143;
}
.modal-red > .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #f0ad4e;
}


/*popover override*/
.popover {
    z-index: 3000; /* A value higher than 1010 that solves the problem */
}
/*tooltip override*/
.tooltip {
    z-index: 3001; /* A value higher than 1010 that solves the problem */
}


/*pager margin*/
.pagination {
  margin: 5px 0;
}

/*badge-color*/
.badge-primary{
	background-color: #337AB7;
}
.badge-success{
	background-color: #5CB85C;
}
.badge-info{
	background-color: #5BC0DE;
}
.badge-warning{
	background-color: #F0AD4E;
}
.badge-danger{
	background-color: #D9534F;
}

.modal-xl{
	width:80%;
}
.modal-xxl{
	width:90%;
}