* {
  	/*box-sizing: border-box;*/
  	font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  	font-size: 16px;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}
body {
/*  	background-color: #435165;
        background-color: white;*/
        background-image: white;
       /* background-colour: yellow; */
/*        background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
        background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);*/
}

/* main screen background colour */
.bgc_main{
    /*background-color: #660000 !important;*/  
    /*background-color: #00cccc;*/
    /*background-color:#ebccff;*/
    /*color: #660000;*/
    
}

.lpExpandBtn {
  text-decoration: none;
  color: #00cc00;
}

.lpExpandBtn:before {
  font-family: "Font Awesome 5 Free";
  content: "\f13a";
  display: inline-block;
  padding-right: 3px;
  /*vertical-align: middle;*/
  font-size: 2em;
  font-weight: 900;
  
}

.lpExpandBtn.zza:before {
  font-family: "Font Awesome 5 Free";
  content: "\f139";
  display: inline-block;
  padding-right: 3px;
  /*vertical-align: middle;*/
  font-size: 2em;
  font-weight: 900;
  
}




/* Set gray background color and 100% height */
.sidenav {
  padding-top: 20px;
  /*background-color: #e0b3ff;*/
  height: 100%;

}

#leftsidebar {
  background-color: white;
  

}

/* Set black background color, white text and some padding */
footer {
  background-color: #555;
  color: white;
  padding: 15px;
}
 

.panel-heading, .modal-header{
    background-color: #d9d9d9 !important;
    color: red !important;
}

/*.panel.panel-primary {
    padding: 0px;
}*/
/* small icon colours */
.icon_colour_small{
    color: yellow !important; 
    background-color: black !important; 
}



.login {
  	width: 400px;
  	background-color: #ffffff;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 100px auto;
}
.login h1 {
  	text-align: center;
  	color: #5b6574;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
}
.login form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 20px;
}
.login form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
  	height: 50px;
  	background-color: #3274d6;
  	color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"] {
  	width: 310px;
  	height: 50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
}
.login form input[type="submit"] {
  	width: 100%;
  	padding: 15px;
 	margin-top: 20px;
  	background-color: #3274d6;
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
	background-color: #2868c7;
  	transition: background-color 0.2s;
}

/* Remove the navbar's default margin-bottom and rounded borders */ 
.navbar {
  margin-bottom: 0;
  border-radius: 0;
}
    
/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content {height: 100%}

@media screen and (max-width: 450px) {
   #smscreen450 { 
        display: none!important;
    } 
} 
@media screen and (min-width: 451px) {
   #smscreen451 { 
        display: none!important;
    } 
}  
/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
    .sidenav {
        height: auto;
        padding: 15px;
    }

    .row.content {height:auto;} 

    /* the following 3 hide/display divs in nav.php */
    #headerx { 
        display: block!important;
    }

    #notify { 
        display: none!important;
    } 
    #innerwelcome { 
        display: none!important;
    }

    .bacholahideme { 
        display: block!important;
    }

    .sidenav { 
        display: none!important;
    } 
    .bacholahideme2 { 
        display: none!important;
    }

    .mobileOnly { 
        display: block!important;
        padding: 0px !important;
        
    }

    .deskTopOnly { 
        display: none!important;
    }
    
    .deskTopOnlyW { 
        display: none!important;
        /*width: 5%*/
/*        visibility: hidden;
        width: 1px;*/
    }
    
    .filterWidth{
        width:70%!important;
    }

    .modal-content-pic {
        width: 100%;
      }

   .textMarginRemove{
        margin: 0 0 0 0!important;
    }

    .tickFieldPad{
        padding-top: 10px;
    }
    
    .spanFieldPad{
        padding-top: 0px;
    }

    .contactMessage{
        font-size: 20px;
    }

    .landingpage h1 {
  	font-size: 24px;
  	
    }
    
    .tch1 {
  	font-size: 24px;
  	
    }
    
    .tch2 {
  	font-size: 18px;
  	
    }
    
    .tch3 {
  	font-size: 16px;
  	
    }
    
    .landingpage .landingpageExpand {
  	font-size: 18px !important;
        padding: 0px 10px 0px 10px;
  	
    }
    
    
    
    .labelPlacementWithField{
        padding-left: 10px!important;
        
    }
    .fieldPlacementWithLabel{
        margin-top: 0px!important;
        margin-left: 10px!important;
        
        
    }
    .mobileOnlyXXY { 
        display: block!important;
        background-color: red;
        /*width: 95%;*/
        
    }
    
    .navbar-brand img {
      max-height: 30px;  /* smaller on phones */
       width: auto;
    }
    






}
    
@media screen and (min-width: 768px) {
    
    .navbar-brand img {
        max-height: 40px;   /* default for desktops */
        width: auto;        /* keep aspect ratio */
      }
    
    #memList { 
        display: block!important;
        visibility: visible !important;
    }

    .mobileOnly { 
        display: none!important;
    }
    
    .mobileOnlyW { 
        display: none!important;
        /*width: 95%;*/
        
    }
    
    .mobileOnlyXX { 
        display: none!important;
        /*width: 95%;*/
        
    }

    .deskTopOnly { 
        display: block!important;
    }

    
    .filterWidth{
        width: 30%;
    }

    
    
    .labelPlacementWithField{
        padding-top: 10px!important;
        float: right;
    }
    .fieldPlacementWithLabel{
        margin-top: 10px!important;
        padding-left: 10px!important;
        
        
    }
    
    .labelAlign{
        padding-top: 20px!important;
    }

    .tickAlign{
        margin-top: 10px!important;
    }

    .tickFieldPad{
        padding-top: 20px;
    }
    
    .spanFieldPad{
        padding-top: 20px;
    }

    .contactMessage{
        font-size: 30px;
    }
    
    .landingpage h1 {
  	font-size: 48px;
  	
    }
    
    .landingpage .landingpageExpand {
  	font-size: 24px !important;
        padding: 0px 10px 0px 10px;
  	
    }
    
    .tch1 {
  	font-size: 48px;
  	
    }
    
    .tch2 {
  	font-size: 32px;
  	
    }
    
    .tch3 {
  	font-size: 28px;
  	
    }
    
    .largeScreenMarginTop30{
        margin-top: 30px!important;
        
    }
}    
 
.landingpage .landingpageExpand {
  	color: #cc0000;
  	
    }

.navbar_li{
    color: black;
    
}
ul.nav a:hover { 
    background-color: #cccccc !important; 
    color: white;
    transform:scale(1.1);
} 
.navbar-custom {
    
    /*background-image: linear-gradient(to right, #ffff00 0%, orange 100%);*/
    /*background-image: linear-gradient(to right, #ffd280 0%, orange 100%);*/
     background-color: #ffffff;
    
}
/*.navbar-toggle {
    background-color: red;
    
}*/

/* this colours the hamburger */
.navbar-toggle .icon-bar{ background-color: #ff0000;}

/* this colours the hambuger when user hovers over it */
.navbar-toggle:hover .icon-bar { background-color: black;}

/* this removes the colour of the button which the hamburger sits on */
.navbar-toggle:hover {
    background-color: transparent;
}

.notification {
  /*background-color: #555;*/
  color: white;
  text-decoration: none;
  padding: 15px 26px;
  position: relative;
  display: inline-block;
  border-radius: 2px;
}

.notification:hover {
  background-colour: red;
}

.notification .badge {
  position: absolute;
  /*top: -10px;*/
  /*right: -10px;*/
  /*padding: 5px 10px;*/
  border-radius: 50%;
  background-color: red;
  color: white;
}



/* ON REGISTER FORM */
/*.main-blockx {
      max-width: 340px; 
      min-height: 460px; 
      padding: 10px 0;
      margin: auto;
      border-radius: 5px; 
      border: solid 1px #ccc;
      box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
      background: #ebebeb; 
      }*/
      
.icon {
      display: inline-block;
      padding: 9.3px 15px;
      box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
      background: #1c87c9;
      color: #fff;
      text-align: center;
      }
label.icon {
      margin: 0;
      border-radius: 5px 0 0 5px;
      }      

      
input[type=text], input[type=password], input[type=date], input[type=number]{
      width: calc(100% - 57px);
      height: 36px;
      margin: 13px 0 0 0;
      padding-left: 10px; 
      
      /*border-radius: 0 5px 5px 0;*/
      box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
      background: #fff;
      
      border: solid 1px #6B6B6B; 
      font-family: Arial;
      font-size: 16px;
       
      }         
 /*     
input[type=text], input[type=password] {
      width: calc(100% - 57px);
      height: 36px;
      margin: 13px 0 0 -5px;
      padding-left: 10px; 
      
      border-radius: 0 5px 5px 0;
      box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
      background: #fff;
      
      border: solid 1px #cbc9c9; 
      font-family: Arial;
      font-size: 20px;
       
      }    
 */
/*input[type=text], input[type=password] {
      width: calc(100% - 57px);
      height: 36px;
      margin: 13px 0 0 -5px;
      padding-left: 10px; 
      border-radius: 0 5px 5px 0;
      border: solid 1px #cbc9c9; 
      box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
      background: #fff; 
      }*/
input[type=password] {
    margin-bottom: 15px;
}      
      
.btn-block {
    margin-top: 10px;
    text-align: center;
}
button {
    width: 20%;
    padding: 10px 0;
    margin: 10px auto;
    border-radius: 5px; 
    border: none;
    background: #1c87c9; 
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
button:hover {
    background: #26a9e0;
}

.button_old {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

/* button master */
.button_m1 {
    width: 20%;
    padding: 10px 0;
    margin: 10px auto;
    border-radius: 5px;
    border: none;
    background: #1c87c9;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    transition-duration: 0.4s;
}



/* button style */
.button_s1 {
  background-color: white; 
  color: black; 
  border: 2px solid black;
}

.button_s1:hover {
  background-color: black;
  color: yellow;
}

.button_s2 {
  background-color: black !important;
  color: yellow !important; 
  border: 2px solid black;
}

.button_s2:hover {
  background-color: yellow;
  color: black; 
  border: 2px solid black;
}

.button_filter {
  background-color: white; 
  color: black; 
  border: 2px solid black;
}

.button_filter.ON{
   color: yellow;
   background-color: black;
   cursor: pointer; 
}

.button_filter:hover {
  color: yellow;
  background-color: black;
  
}

.button_filter:disabled{
   color: grey;
   background-color: black;
   /*pointer-events: none;*/
    
}

.button_size1{
    width:40px;
}
/*.centered {
  display: flex;
  align-items: center;
  justify-content: center;
}*/
/* END REGISTER FORM */

.fielderror {
    border: solid 1px #ff0000 !important; 
}

.fa-check-circle {
    /*color: #00e600;*/
    color: #00cc00;
}

.fa-times-circle{
    color: #ff0000;
}

.fa-check.memCheck {
    /*color: #00e600;*/
    /*color: #1aff1a;*/
    color: #006600;
    
    
}

.fa-times.memCheck{
    color: #ff0000;
    
}

/* Datatable Overrides */

/* datatables places + in the first column for some reason. This will remove it */
table.dataTable.dtr-inline.collapsed tbody tr td:first-child:before  {
  display: none !important;
}


table.dataTable thead tr {
  /*background: linear-gradient(#0B2732,#266883); hm2*/
  background: linear-gradient(to right, grey 0%, black 100%);
}
table.dataTable thead td {
  color: white;
  font-weight: normal;
}

.pointer {cursor: pointer;}

/* this colours the column header text white */
table.dataTable thead th {
  color: #ffffff;
  font-weight: normal;
}

table.dataTable tbody td {
    border-color: black;
    color: black;
}


.dataTables_wrapper {
    font-family: Open Sans;
}

.dataTables_paginate input {
  width: 60px !important;
}
table.dataTable tbody tr.selected {
  background-color: #95cdfe !important;
}

/* The following two setting removed the sorting up and down arrows from datatable column */
 .dataTable > thead > tr > th[class*="sort"]:after{
    /* content: "" !important; */
    display: none !important;
}

.dataTable > thead > tr > th[class*="sort"]:before{
    display: none !important;
}

td.details-control {

    background: transparent url(../images/details_open.png) no-repeat center center;
    

    cursor: pointer;

}

tr.shown td.details-control {

    background: transparent url(../images/details_close.png) no-repeat center center;

}

/* This right aligns any datatable column. See POHeader.js "ClassName" */
table td.dt-numcol {
  text-align : right;
}

.table-compressed{
    font-size: 10px !important;
}

.selectFormat{
    font-family: Arial;
    text-align: left;
    font-size: 14px;
    border-color: #6B6B6B;
    background-color: #FFFFFF;
    border-radius: 4px;
    padding: 5px 9px;
    /* padding: 5px 9px 5px 0px;   top right bottom left */
    color: #555;
    width: 100%;
    height: 36px
}


/*helpful hint start */

/*****************************************

.help-tip:before{
    content:'?';
    font-weight: bold;
    color:#fff;
}

.help-tip:hover p{
    display:block;
    transform-origin: 100% 0%;

    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;

}

.help-tip p{     **The tooltip **
    display: none;
    text-align: left;
    background-color: #1E2021;
    padding: 20px;
    width: 300px;
    position: absolute;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    right: -4px;
    color: #FFF;
    font-size: 13px;
    line-height: 1.4;
        z-index:1000;
}

.help-tip p:before{  **The pointer of the tooltip **
    position: absolute;
    content: '';
    width:0;
    height: 0;
    border:6px solid transparent;
    border-bottom-color:#1E2021;
    right:250px; ** this works right-20-left 1px is on the far right. 150px is in the middle **
    top:-12px;   ** this is up and down of arrow. With -12 its right on the top of the black tooltip **
}

.help-tip p:after{  ** Prevents the tooltip from being hidden  **
    width:100%;
    height:40px;
    content:'';
    position: absolute;
    top:-40px;
    left:0;
}
************************************/
/* CSS animation */

@-webkit-keyframes fadeIn {
    0% { 
        opacity:0; 
        transform: scale(0.6);
    }

    100% {
        opacity:100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:100%; }
}

/* help hint end */



/*@media only screen and (max-width: 600px)  {...}
What this query really means, is “If [device width] is less than or equal to 600px, then do {…}”

if looking for child elements the below setting would be .labelpos > .pull-right
*/
@media (max-width: 1500px) {
    .labelpos.pull-right {
        float: none !important;
    }
    
}

/*@media (min-width: 1001px) {
    .fred > .pull-right {
        float: right !important;
    }
}*/

.input-group .form-control {
    margin: 0px !important;
}

input[type="text"]:disabled, input[type="date"]:disabled {
  border-color: grey;
  background-color: #FFFFFF;
  color: #888888
}

.modal-header
{
    background-color: #bce8f1;
    color: grey; 
    text-align: left;   

}
.modal-body
{
    font-family:  Arial ;
    
     

}

/* change modal-dialog */
.modal-overflow{
    overflow-y: initial !important
}
/* change modal-body */
.modal-height{
    height: 500px;
    overflow-y: auto;
}

/* The following two are important for stacked modals.
When modal is opened the backdrop below the modal is darkened
The two classes below automatically darken anything below top-most modal
*/
.modal-backdrop {
    visibility: hidden !important;
}
.modal.in {
    background-color: rgba(0,0,0,0.5);
}

/*.navbar-toggle {
    width: 20%;
    padding: 10px 0;
    margin: 10px auto;
    border-radius: 5px; 
    border: none;
    background: #1c87c9; 
    font-size: 14px;
    font-weight: 600;
    color: red;
}*/

.modal-dialog.modal-500 {
    width: 500px;
    margin: 30px auto;
}
.modal-dialog.modal-1000 {
    width: 1000px;
    margin: 30px auto;
}
.modal-dialog.modal-750 {
    width: 750px;
    margin: 30px auto;
}

/* following 3 statements makes sure datatable concerned stays within parent div 
This will sort out any table class table
*/
.noOverFlowDT {
  table-layout: fixed;
  width: 90% !important;
}

/* THE FOLLOWING 2 TAKEN OUT AS IT MAKES THE COLUMNS WIDTH AUTO HENCE IGNORING THE SETTINGS PUT IN PLACE */
.noOverFlowDT td{
  /*width: auto !important;*/
  text-overflow: ellipsis;
  overflow: hidden;
}
.noOverFlowDT th{
  /*width: auto !important;*/
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.move-left {
	width: 15px;
    /*box-shadow: none;*/
  }
  
.fa-clickable {
    cursor:pointer;
    outline:none;
}

/* vertically align text in centre */
.vertical-align {
    display: flex;
    align-items: center;
}

.center-text {
  text-align: center;
  
}



.icon-colour {
  cursor: pointer;
  color: black;
  
}

.icon-colour:hover {
  color : yellow;
}

.icon-disabled {
  color : grey;
}

.NV_icon_ON{
   color: yellow;
   cursor: pointer; 
}
.NV_icon_ON  .icon-colour { color: yellow; }


.LM_icon_ON{
   color: yellow;
   background-color: black;
   cursor: pointer; 
}

.LM_icon_OFF{
   color: grey;
   background-color: black;
   pointer-events: none;
    
}

.LM_icon_ON:hover {
  color: black;
  background-color: yellow;
  
}
.LM_icon_ON  .icon-colour { color: yellow; }
.LM_icon_ON  .LM-icon-text { color: yellow; }

.LM-icon-text {
  display: block;
  color : black;
  text-align: center;
  font-family: "Courier-new";
}

.LM_p_style {
  border: 2px solid black;
  /*border-width: 10px;*/
  padding: 10px;
}

.LM_p_style:hover {
  background-color: black;
  cursor: pointer;
}

.LM_p_style:hover  .icon-colour { color: yellow; }
.LM_p_style:hover  .LM-icon-text { color: yellow; }

.navbar-text {
    /*position: absolute;*/
    width: 100%; 
    /*left: 0;*/
    text-align: center;
    margin: auto;
    padding-top: 10px;
}



/*.disabled-link {
  pointer-events: none;
  
}*/

/*a.disabled-link > i {
  background-color: grey;
}*/


/* 1 seconds and 2 steps. Needs at least 2 steps to blink */
.blink {
      animation: blink 1s steps(2, start) infinite;
      /*-webkit-animation: blink 1s steps(10, start);*/
    }
    @keyframes blink {
      to {
        visibility: hidden;
      }
    }
/*    @-webkit-keyframes blink {
      to {
        visibility: hidden;
      }
    }*/
    
.blinkORIG {
      animation: blink 2s steps(5, start) infinite;
      -webkit-animation: blink 1s steps(5, start) infinite;
    }
    @keyframes blink {
      to {
        visibility: hidden;
      }
    }
    @-webkit-keyframes blink {
      to {
        visibility: hidden;
      }
    }    
    
/* Sliding yes/no start */
.switch {
	position: relative;
	display: block;
	vertical-align: top;
	width: 100px;
	height: 30px;
	padding: 3px;
	margin: 0 10px 10px 0;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
	border-radius: 18px;
	box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	box-sizing:content-box;
}
.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	box-sizing:content-box;
}
.switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 10px;
	text-transform: uppercase;
	background: #eceeef;
	border-radius: inherit;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
	box-sizing:content-box;
}
.switch-label:before, .switch-label:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
	box-sizing:content-box;
}
.switch-label:before {
	content: attr(data-off);
	right: 11px;
	color: #aaaaaa;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
	content: attr(data-on);
	left: 11px;
	color: #FFFFFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	opacity: 0;
}
.switch-input:checked ~ .switch-label {
	background: #E1B42B;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
	opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
	opacity: 1;
}
.switch-handle {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 28px;
	height: 28px;
	background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
	background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
	border-radius: 100%;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-handle:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
	border-radius: 6px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
.switch-input:checked ~ .switch-handle {
	left: 74px;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
 
/* Transition
========================== */
.switch-label, .switch-handle {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
/* End of switch */


/* vcard start */
section {
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
 /* padding: 140px 0; */ 
  
}

.card {
  position: relative;
  min-width: 300px;
  height: auto;
  overflow: hidden;
  border-radius: 15px;
  margin: 0 auto;
  padding: 40px 20px;
  box-shadow: 0 10px 15px rgba(0,0,0,0.3);
  transition: .5s;
}
.card:hover {
  transform:scale(1.1);
}
.card_free, .card_free .title .fa {
  background: linear-gradient(-45deg, #ffec61, #f321d7);
  
}
.card_silver, .card_silver .title .fa  {
  background: linear-gradient(-45deg, #f403d1, #64b5f6);
}
.card_gold, .card_gold .title .fa  {
  background: linear-gradient(-45deg, #24ff72, #9a4eff);
}

.mppaperplane {
  background: linear-gradient(-45deg, #ffec61, #f321d7);
  
}
.mpplane  {
  background: linear-gradient(-45deg, #f403d1, #64b5f6);
}
.mprocket  {
  background: linear-gradient(-45deg, #24ff72, #9a4eff);
}

#MPIcon {
  color: #fff;
  font-size: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}  


/*.card:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: rgba(255, 255, 255, .1);
  z-index: 1;
  transform: skewY(-5deg) scale(1.5);
}*/

.title .fa {
  color: #fff;
  font-size: 60px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}

/* this is for the cirle around the plane in mobile view */
.title .fa.mobile {
  color: #fff;
  font-size: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}
.title h2 {
  position: relative;
  margin: 20px 0 0;
  padding: 0;
  color: #fff;
  font-size: 28px;
  z-index: 2;
}
.price {
  position: relative;
  z-index: 2;
}
.price h4 {
  margin: 0;
  padding: 20px 0;
  color: #fff;
  font-size: 60px;
}

.price h3 {
  margin: 0;
  padding: 20px 0;
  color: #fff;
  font-size: 40px;
}

.price h2 {
  margin: 0;
  padding: 20px 0;
  color: #fff;
  font-size: 20px;
}
.option {
  position: relative;
  z-index: 2;
}
.option ul {
  margin: 0;
  padding: 0;
}
.option ul li {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  color: #fff;
  font-size: 16px;
}


/*.card a {
  display: block;
  position: relative;
  z-index: 2;
  background-color: #fff;
  color: #ff0000;
  width: 150px;
  height: 40px;
  text-align: center;
  margin: 20px auto 0;
  line-height: 40px;
  border-radius: 40px;
  font-size: 16px;
  cursor: pointer;
  border: 2px!important;
  border-color: red!important;
  text-decoration: none;
  box-shadow: 0 5px 10px rgba(0,0,0, .1);
}*/

.mobile-button {
  display: block;
  position: relative;
  z-index: 2;
  color:#ff0000;
  background-color: #ffffff;
  width: 150px;
  height: 40px;
  text-align: center;
  margin: 1px auto 0;
  line-height: 40px;
  border-radius: 40px;
  font-size: 16px;
  border: 2px!important;
  border-color: red!important;
  text-decoration: none;
  box-shadow: 0 5px 10px rgba(0,0,0, .1);
}

.mobile-buttonM {
  display: block;
  position: relative;
  z-index: 2;
  color:#ff0000;
  background-color: #ffffff;
  width: 150px;
  height: 40px;
  text-align: center;
  margin: 1px auto 0;
  border-radius: 40px;
  font-size: 16px;
  border: 2px!important;
  border-color: red!important;
  text-decoration: none;
  box-shadow: 0 5px 10px rgba(0,0,0, .1);
}

.mobile-button-round {
  display:block;  width: 70px;

  height: 70px;
  border-radius: 50%;
  /*border: 1px solid red;*/
  
}

.mobile-button-roundx {
  display: block;
  position: relative;
  z-index: 2;
  color:#ff0000;
  background-color: #ffffff;
  text-align: center;
  margin: 1px auto 0;
  width: 70px;
  height: 70px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 16px;
  border: 2px!important;
  border-color: red!important;
  text-decoration: none;
  box-shadow: 0 5px 10px rgba(0,0,0, .1);
}

.cardSelected {
  color: #fff!important;
  background-color: #00cc00!important;
}

.card a:hover {
  
}

/* vcard end */










/* info button start */
.infobutton {
  cursor: pointer;
  
}

/*.infobutton:hover {background-color: #3e8e41}*/



/* info button end */

/*.modal.fade:not(.in).right .modal-dialog {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
}

.modal {
   position: absolute;
   top: 350px;
   right: 200px;
   bottom: 0;
   left: 0;
   z-index: 10040;
   overflow: auto;
   overflow-y: auto;
}*/

/*.modal-dialog {
   position: absolute;
   top: 350px;
   right: 200px;
   bottom: 0;
   left: 0;
   z-index: 10040;
   overflow: auto;
   overflow-y: auto;
}*/

#_Info_Modal_Content {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  color: #000000;
  font-size: 16px;
}


/* display in one line */
/*#headerx { white-space: nowrap; }*/
.mainparent { white-space: nowrap; }
.childinline { display: inline-block; }



/*#ProspectsTable {table-layout:fixed; width:100%;}Setting the table width is important!
#ProspectsTable thead tr {overflow:hidden;}Hide text outside the cell.
#ProspectsTable thead tr th:nth-child(1) {width:5%;}Setting the width of column 1.
#ProspectsTable thead tr th:nth-child(2) {width:10%;}Setting the width of column 2.
#ProspectsTable thead tr th:nth-child(3) {width:10%;}Setting the width of column 3.
#ProspectsTable thead tr th:nth-child(4) {width:10%;}Setting the width of column 4.
#ProspectsTable thead tr th:nth-child(5) {width:65%;}Setting the width of column 4.*/

.PhotoID:hover {opacity: 0.7;}

.PhotoID {
            width:200px;
            height:200px;
            object-fit:contain;
        }
        
.modal_pic {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* 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.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal_content_pic {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* 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 */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close_pic {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close_pic:hover,
.close_pic:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}


        
label.photoAddBtn input[type="file"] {
    position:absolute;
    top: -1000px;
}

/***** Example custom styling *****/
.photoAddBtn {
    border: 2px solid #398439;
    margin: 2px;
    background: #449d44;
    color: #fff;
    display: inline-block;
    border-color: #398439;
    padding: 10px 16px;
    font-weight: 490;
    line-height: 1.3333333;
    border-radius: 6px;
    height: 48px;
}
.photoAddBtn:hover {
    background: #398439;
    cursor: pointer;
}
.textBox {
  border: 2px solid;
  padding: 10px; 
  /*resize: both;*/
  overflow: auto;
}

/*.radiosize1Label{
    font-size: 30px;
    
}

    
.radiosize1 input[type='radio']:after {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}    */

.sortOptions > label {
    font-size:          20px;
}

.sortOptions > input[type=radio] {
    width:              20px;
    height:             20px;
}

 
    
    
    
/*input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #ffa500;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}
*/
.radiodisablecolour input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #a6a6a6;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}
    
.dots {
    display: inline-block;
    width: 180px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}    


/*#loading {
    background: url('../images/Spinner-1s-200px.svg') no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    width: 50%;
    z-index: 9999999;

} */

.statustext {
  	/*text-align: center;*/
  	color: red;
  	font-size: 32px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
}

/* following two are tick colours */
.blankfield{
    color: #e6e6e6;
}
.nonblankfield{
    color: green;
}

input.checkbox_large {
    width : 50px;
    height : 50px;
}

input.checkbox_medium {
    width : 30px;
    height : 30px;
}




/* placeholder colour */
/*.fielderror::-webkit-input-placeholder {
     WebKit, Blink, Edge 
    color: red;
    font-style: italic;
}
.fielderror:-moz-placeholder {
     Mozilla Firefox 4 to 18 
    color: red;
    opacity: 1;
    font-style: italic;
}

 different to above it has :: 
.fielderror::-moz-placeholder {
     Mozilla Firefox 19+ 
    color: #909;
    opacity: 1;
    font-style: italic;
}
.fielderror:-ms-input-placeholder {
     Internet Explorer 10-11 
    color: #909;
    font-style: italic;
}

.fielderror::-ms-input-placeholder {  Microsoft Edge 
 color: red;
 font-style: italic;
}*/



.outer-div {
    width: 100%;
    text-align: center;
    
 }
.inner-div {
  display: inline-block;
  margin: 0 auto;
  padding: 3px;
 
}

._CMHint {
  background-color: #ff8080;
  color: white;
}

table.tableDefault th {
  background: linear-gradient(#0B2732,#266883);
  color: white;
}



.ErrorBox{
    /*border: solid 4px red;*/
    border: 5px solid red !important;
    
}

.ErrorBox::-webkit-input-placeholder {
    color: red
 }

.ErrorText{
    color: red;
}
.OKText{
    color: green;
}

.hideme { 
    display: none!important;
} 

.contactMessageStyleError {
    color: white;
    background-color: red;
}

.contactMessageStyleOK {
    color: white;
    background-color: green;
}

#pleaseWaitDialog {
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    width: 50%;
    z-index: 9999999;

} 
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

textarea:-moz-placeholder, /* Firefox 18- */
textarea::-moz-placeholder, /* Firefox 19+ */
textarea:-ms-input-placeholder, /* IE 10+ */
textarea::-webkit-input-placeholder, /* Webkit based */
textarea::placeholder { /* Modern browsers */
  color: black;  
}

.abc{
    overflow: hidden;
}

.modal-dialog_scroll{
    overflow-y: initial !important
}
.modal-body_scroll{
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}


/*textarea {
    max-width: 100%; 
    max-height: 100%;
}*/

/*
    Max width before this PARTICULAR table gets nasty. This query will take effect for any screen smaller than 760px and also iPads specifically.
*/
/*@media
  only screen 
    and (max-width: 760px), (min-device-width: 768px) 
    and (max-device-width: 1024px)  {

     Force table to not be like tables anymore 
    table, thead, tbody, th, td, tr {
            display: block;
    }

     Hide table headers (but not display: none;, for accessibility) 
    thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
    }

    tr {
      margin: 0 0 1rem 0;
    }
      
    tr:nth-child(odd) {
      background: #ccc;
    }
    
    td {
             Behave  like a "row" 
            border: none;
            border-bottom: 1px solid #eee;
            position: relative;
            padding-left: 50%;
    }

    td:before {
             Now like a table header 
            position: absolute;
             Top/left values mimic padding 
            top: 0;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
    }

		
		Label the data
    You could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
		
		td:nth-of-type(1):before { content: ""; }
		td:nth-of-type(2):before { content: "Ref"; }
		td:nth-of-type(3):before { content: "Age"; }
		td:nth-of-type(4):before { content: "Sex"; }
		td:nth-of-type(5):before { content: "Country"; }
		td:nth-of-type(6):before { content: "Email"; }
		td:nth-of-type(7):before { content: "Photo"; }
		td:nth-of-type(8):before { content: "Message"; }
		td:nth-of-type(9):before { content: "Last Contact"; }
		td:nth-of-type(10):before { content: "ParentID"; }
                td:nth-of-type(11):before { content: "PhotoStatus"; }
                td:nth-of-type(12):before { content: "MeetStatus"; }
}

table.dataTable tbody td {
    border-bottom: 0px solid #111;
    border-top: 0px solid #111;
}*/

/*h1, .bb {
  border-style: solid;
  border-width: 5px;
  border-color: #0000ff #0000ff  #ffa500 #0000ff;
  background-image: linear-gradient(to right, #4facfe 0%, #ffdb99 100%);
  background-image: linear-gradient(.25turn, red, 10%, blue);
  background-image: url("/images/meh.jpg")!important;
}*/

/*body {
 background-image: url("paper.gif");
 background-color: #cccccc;
}*/

.expandIcon{
   
    float: right;

}

.fade-image {
	opacity: 0.5;
}

.LM_p_style2 {
  border: 2px solid black;
  /*border-width: 10px;*/
  padding: 10px;
}

.buttonimage {
  
   border: 2px solid black;
  /*color: white;*/
  /*padding: 5px;*/
  /*text-align: center;*/
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  /*margin: 4px 2px;*/
  cursor: pointer;
  height:50px;
   width:auto;
  
}

.putTop{
    z-index: 1000;
}

.underlined {text-decoration: underline;}
.emphasized { font-style: italic; }
.bolded { font-weight: bold; }
.para { margin: 0px; }

.labellight { display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400; }

/* Dashed border */
hr.dashed {
  border-top: 3px dashed #bbb;
}

/* Dotted border */
hr.dotted {
  border-top: 3px dotted #bbb;
}

/* Solid border */
hr.solid {
  border-top: 3px solid #bbb;
}

/* Rounded border */
hr.rounded {
  border-top: 8px solid #bbb;
  border-radius: 5px;
}


/* the following allows the screen to scroll in vertical direction   */
/* set the div element to have 100% height and width. System will then produce scroll id div expands abve screen size */

.scrollscreen {
    display: block;
    width: 100%;
    overflow: auto;
    height: 100%;
}

/* set scrollbar */
.scrollscreen::-webkit-scrollbar {
    width: 12px;
    background-color: #ffffff; /* or add it to the track */
}

/* Track */
.scrollscreen::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
.scrollscreen::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #b3b3b3;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.outlineBox {outline-style: solid; outline-color: red}

.marginLeft40{
    margin-left: 40px;
}

.paddingRight40{
    padding-right: 40px;
}


.colourEdgeGreenOLD {
  border: 5px solid green !important;
  outline-style: solid;
  outline-color: green;
}



/* on mobile this class is added to the currently selected membership on the round button */
.mCurrent {
  background-color: #00cc00 !important;
  color: #fff !important;
  font-weight: bold;
}
/* on mobile this class is added to the currently active round button */
.mPointerOn {
  border: 5px solid red !important;
  outline-style: solid;
  outline-color: red;
}

.mPointerOff {
  border: 2px solid #bfbfbf;
  outline-style: solid;
  outline-color: #bfbfbf;
}

.mAvail {
  /*background-color: #80dfff !important;*/
  background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
  color: #000 !important;
  /*font-weight: bold;*/
}

.currentMembership{
    color: #fff!important;
    background-color: #00cc00!important;
}

.inBasket{
    background-color: black !important;
    color: yellow !important; 
    border: 2px solid black;
}

.emptyBasket{
    color: black;
}

.pending{
    background-color: #ffa500 !important;
    color: white !important; 
    border: 2px solid black;
}


.detailstable tr { line-height: 15px; }



.btn_contactEmail {
  /*background-color: #555;*/
  /*color: white;*/
  text-decoration: none;
  /*padding: 15px 26px;*/
  padding-right: 15px;
  position: relative;
  display: inline-block;
  border-radius: 2px;
}

.btn_contactParent {
  /*background-color: #555;*/
  /*color: white;*/
  text-decoration: none;
  /*padding: 15px 26px;*/
  padding-right: 15px;
  position: relative;
  display: inline-block;
  border-radius: 2px;
}

.btn_contactEmailxxxx:hover {
  background-color: red;
}

.btn_contactEmail .badge {
  position: absolute;
/*  top: -10px;
  right: -10px;
  padding: 5px 10px;*/
 top: 0px;
  right: 20px;

  border-radius: 50%;
  background-color: red;
  color: white;
}


.btn_contactPhoto {
  /*background-color: #555;*/
  /*color: white;*/
  text-decoration: none;
  /*padding: 15px 26px;*/
  padding-right: 15px;
  position: relative;
  display: inline-block;
  border-radius: 2px;
}

.btn_contactPhoto .tick {
  position: absolute;
/*  top: -10px;
  right: -10px;
  padding: 5px 10px;*/
 top: 0px;
  right: 20px;

/*  border-radius: 50%; */
  background-color: white;
  /*color: white;*/
}

.btn_contactMeet {
  /*background-color: #555;*/
  /*color: white;*/
  text-decoration: none;
  /*padding: 15px 26px;*/
  padding-right: 15px;
  position: relative;
  display: inline-block;
  border-radius: 2px;
}

.btn_contactMeet .tick {
  position: absolute;
/*  top: -10px;
  right: -10px;
  padding: 5px 10px;*/
 top: 0px;
  right: 20px;

/*  border-radius: 50%; */
  background-color: white;
  /*color: white;*/
}


.warnreqclass {
  	text-align: center;
        background-color: red !important;
  	color: yellow;
  	margin: 0px !important;
}

.titleStyle{
    color: #081b8a;
}

/* Custom center text in Bootstrap 3 navbar */
.navbar-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}