@import url("https://api-lib.incose.org/VO/jquery.multipurpose_tabcontent.css");
.clear{
  clear: both;
}
.fancybox-content{
	padding: 20px;
}
.fancybox-slide--iframe .fancybox-content, .fancybox-slide--html .fancybox-content {
	width  : 80%;
	height : 80%;
	max-width  : 80%;
	max-height : 80%;
	margin: 0;
  background: #FFFFFF;
}
.fancybox-content h1 {
    color: #2B6FAA;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 20px;
    line-height: 1em;
}

.fancybox{
	margin:20px;
}
/*border-top: 1px solid #E7E7E7;*/
.-width-1-4, .block .-width-1-4 {
    width: 25%;
}
.-width-3-4, .block .-width-3-4 {
    width: 75%;
}
.-width-1-2, .block .-width-1-2 {
    width: 50%;
}
.-width-1, .block .-width-1 {
    width: 100%;
}
.col {
    display: inline;
    float: left;
}
.-bold {
	font-weight: 700;
}

.btn.blue-hoki:not(.btn-outline) {
    color: #FFF;
    background-color: #2B6FAA;
    border-color: #2B6FAA;
}
.btn {
    display: inline-block;
    margin: 20px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn, .form-control {
    box-shadow: none !important;
}
#mytable td, #mytableleaders td, #mytablevolunteer td{
	padding:10px;
}

.headertable a, .headertable a:hover, .headertable a:visited, .headertable a:active, .headertable a:focus {
	color:#FFF;
}
.m-badge.m-badge--Archive {
    background-color: #34bfa3;
    color: #fff;
}

.m-badge.m-badge--Complete {
    background-color: #34bfa3;
    color: #fff;
}

.m-badge.m-badge--Delete {
    background-color: #f4516c;
    color: #fff;
}

.m-badge.m-badge--inactive {
    background-color: #34bfa3;
    color: #fff;
}

.m-badge.m-badge--active {
    background-color: #716aca;
    color: #fff;
}

.m-badge.m-badge--Cancelled {
    background-color: #34bfa3;
    color: #fff;
}

.m-badge.m-badge--Refused {
    background-color: #f4516c;
    color: #fff;
}

.m-badge.m-badge--Submitted {
    background-color: #716aca;
    color: #fff;
}

.m-badge.m-badge--Confirm {
    background-color: #716aca;
    color: #fff;
}

.m-badge.m-badge--Open{
    background-color: #716aca;
    color: #fff;
}

.m-badge.m-badge--Draft {
    background-color: #716aca;
    color: #fff;
}
.m-badge.m-badge--wide {
    padding: 1px 10px;
    border-radius: 0;
    border-radius: .75rem;
}
.m-badge {
    background: #eaeaea;
        background-color: rgb(234, 234, 234);
    color: #444;
    font-size: 0.8rem;
    line-height: 20px;
    min-height: 20px;
    min-width: 20px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    padding: 0px 3px;
    border-radius: .75rem;
}


.form-control {
    display: block;
    width: 100%;
    height: calc(2.95rem + 2px);
    padding: .85rem 1.15rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    font-family: sans-serif, Arial;
    border-radius: 0;
    border-radius: .25rem;
}
textarea.form-control {
    height: auto;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* 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.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.confirmmessage {
	margin: auto 0;
	font-weight: 700;
}
.errormessage {
	display: none;
	font-weight: 700;
	background-color: red;
	color: white;
	width: 100%;
	padding: 5px;
}

.Confirm {
	background-color: #95B7D5;
}
.Cancelled {
	background-color: #DDDDDD;
}
.Refused {
	background-color: #FF3333;
}

.volunteer {
	padding:10px 10px 0 10px;
}



.confirmation{
	background-color: #567F42;
	color: white;
	padding: 4px 10px;
	border-radius: 4px;
}
.error{
	background-color: #C12A1E;
	color: white;
	padding: 4px 10px;
	border-radius: 4px;
}

.confirmmessage {
	margin: auto 0;
	font-weight: 700;
}
.errormessage {
	display: none;
	font-weight: 700;
	background-color: red;
	color: white;
	width: 100%;
	padding: 5px;
}


.action{
	width: 100px;
}