/* CSS Document */

/* https://codepen.io/yy/pen/vOYqYV */
/* Form Style 
body {
  background: #ededed;
  font-family: 'Open Sans', sans-serif;
}
.center {
  position: absolute;
  display: inline-block;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}
*/

/** Custom Select **/
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
}
.custom-select-wrapper select {
    display: none;
  }
.custom-select {
    position: relative;
    display: inline-block;
  }
.custom-select-trigger {
      position: relative;
      display: block;
      width: 230px;
      padding: 0 84px 0 22px;
      font-size: 22px;
      font-weight: 300;
      color: #fff;
      line-height: 60px;
      background: #5c9cd8;
      border-radius: 4px;
      cursor: pointer;
    }
.custom-select-trigger:after {
        position: absolute;
        display: block;
        content: '';
        width: 10px; height: 10px;
        top: 50%; right: 25px;
        margin-top: -3px;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg) translateY(-50%);
        transition: all .4s ease-in-out;
        transform-origin: 50% 0;
      }
.custom-select.opened .custom-select-trigger:after {
        margin-top: 3px;
        transform: rotate(-135deg) translateY(-50%);
      }
.custom-options {
    position: absolute;
    display: block;
    top: 100%; left: 0; right: 0;
    min-width: 100%;
    margin: 15px 0;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0,0,0,.07);
    background: #fff;
    transition: all .4s ease-in-out;
    
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
  }
.custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
  }
.custom-options:before {
      position: absolute;
      display: block;
      content: '';
      bottom: 100%; right: 25px;
      width: 7px; height: 7px;
      margin-bottom: -4px;
      border-top: 1px solid #b5b5b5;
      border-left: 1px solid #b5b5b5;
      background: #fff;
      transform: rotate(45deg);
      transition: all .4s ease-in-out;
    }
.option-hover:before {
      background: #f9f9f9;
    }
.custom-option {
      position: relative;
      display: block;
      padding: 0 22px;
      border-bottom: 1px solid #b5b5b5;
      font-size: 18px;
      font-weight: 600;
      color: #b5b5b5;
      line-height: 47px;
      cursor: pointer;
      transition: all .4s ease-in-out;
    }
.custom-option:first-of-type {
      border-radius: 4px 4px 0 0;
    }
.custom-option:last-of-type {
      border-bottom: 0;
      border-radius: 0 0 4px 4px;
    }
.custom-option:hover,
.custom-option.selection {
      background: #f9f9f9;
    }
	
/* Form Notifications */
.saga-mandatory
{
	color: #FF0000;
	}
.saga-validate
{
	color: #FF0000;
	}


/* Form Location Container */
.saga-location-container
{
	background-color: #333333 /*#FFDC77*/; 
	border-radius:5px; 
	padding:15px 10px;
	margin-bottom: 20px;
	}

.saga-form-section .subBg
{
	background-color: #ffb24f/*#F7CD56*/;	
	}

/* Form Bg */
.saga-form-section
{
	background-color:#FFDC77; 
	border-radius:5px; 
	padding:10px;
	}

.saga-form-section .subBg
{
	background-color: #ffb24f/*#F7CD56*/;	
	}

.saga-form-section2
{
	background-color:#FFFFFF; 
	border-radius:5px; 
	padding:10px;
	}

.form-label-container
{
	padding-top: 0px;
	padding-bottom: 10px;
	}

.saga-form-label-bold
{
	font-family: ;
	font-size: 11pt;
	font-weight: bold;
	}

.saga-form-label-bold2
{
	font-family: ;
	font-size: 12pt;
	font-weight: bold;
	}

.saga-form-label-normal
{
	font-family: ;
	font-size: 11pt;
	font-weight: normal;
	}
.saga-form-label-normal2
{
	font-family: ;
	font-size: 9pt;
	font-weight: normal;
	}

.saga-form-label-view
{
	font-family: ;
	font-size: 11pt;
	font-weight: normal;
	}
.saga-form-input
{
	font-family: ;
	font-size: 11pt;
	font-weight: normal;
	width: 100%;
	}	
.saga-form-textbox
{
	font-family: ;
	font-size: 11pt;
	font-weight: normal;
	}

.saga-form-textarea
{
	font-family: ;
	font-size: 11pt;
	font-weight: normal;
	}
	
.saga-form-dropdown
{
	font-family: ;
	font-size: 11pt;
	font-weight: normal;
	}

.saga-dark-grey
{
	color: #333333;
	}
.saga-white
{
	color: #FFFFFF;
	}


/* 
-------------------------------
Form Button 
-------------------------------
*/

.saga-button-container
{
	text-align: center;
	}

.saga-button
{
	font-family: ;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	display: inline-block;
	padding: 5px 10px;
	cursor: default;
	border-radius: 5px;
	border-style:none;
	text-decoration: none;
	}
a:hover.saga-button
{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0c2a42;
	}

.saga-login
{
	font-family: ;
	font-size: 11pt;
	font-weight: bold;
	color: #222222;
	background-color: #FFC600;
	display: inline-block;
	padding: 5px 10px;
	cursor: default;
	border-radius: 5px;
	border-style:none;
	text-decoration: none;
	}
a:hover.saga-login
{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0c2a42;
	}

.saga-button-table
{
	font-family: ;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF6600;
	display: inline-block;
	padding: 5px 10px;
	cursor: default;
	border-radius: 5px;
	border-style:none;
	text-decoration: none;
	}
a:hover.saga-button-table
{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0c2a42;
	}

/* 
-----------------------------------
Form Location Container 
-----------------------------------
*/
.saga-add-container
{
	background-color: #028fba /*FFC600#FFDC77*/; 
	border-radius:5px; 
	padding:15px 10px;
	margin-bottom: 20px;
	}

.saga-form-section .subBg
{
	background-color: #ffb24f/*#F7CD56*/;	
	}	

/* 
-----------------------------------
Form Table Responsive CSS
-----------------------------------
*/
div.tablecontainer {
  overflow-x: auto;
}
	


.saga-btn-status-pending
{
	background-color:#FF6600;
	padding:5px;
	color:#fff;
	border-radius:5px;
}

.saga-btn-status-approve
{
	background-color:#006600;
	padding:5px;
	color:#fff;
	border-radius:5px;
}

.saga-btn-view
{
	text-decoration: none;
	color:#FF3300;
}
#memberList thead
{
	border:2px solid #333;
	background-color:#333333/*FFC600*/;
	color:#fff;
}


