@charset "UTF-8";
/* CSS Document */


body {
	background-image:url('/system/skin/default/image/ui/cat-dog-pair-transparent.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100%;
}

/* Home Screen*/
.home-screen {
	background-repeat:no-repeat;
	background-image:url(../image/background/login-screen-background.jpg);
	background-attachment: fixed;
    background-position: center;
    background-size: cover;
	background-color: #000000;
}

.wrapper-container {
	position:absolute; 
	top:10%;
	width:100%;
}

.content-wrapper {
	margin: 5px 15px 5px 15px;
}

.index-container {
	border: 5px solid #FFFFFF; 
	padding: 15px 15px 15px 15px; 
	text-align:left; 
	background: #2F80FA;
	background: linear-gradient(180deg,rgba(47, 128, 250, 1) 0%, rgba(81, 143, 235, 1) 56%, rgba(13, 110, 255, 1) 100%);
	border-radius: 25px; 
	box-shadow: 1px 1px 3px #000000;
	margin:auto;
}

.index-container p.invert {
	color:#FFF;	
}

.index-container.main {
	width:250px; 	
}

.index-container.secondary {
	width:350px;
}

.index-container.third {
	width:400px;
	background:#FFF;
	border: 7px solid #2F80FA;
}

.index-container.third h1.title-top, .index-container.third p {
	color:#999;
	
}

.index-container h1.title-top {
	text-align: center;
	color:#FFFFFF;
	margin-bottom:12px;
}

.index-container p.system-message {
	background-color:#FFFFFF;
	padding: 5px 10px 5px 10px;
	color: red;
	border-radius:5px;
	font-size: 14px	
}

.index-container img.logo-main {
	width:126px;
	height:126px;	
}

.index-container img.header-image {
	width:350px;
	height:109px;	
	margin-top: -100px;
}


/*--*/

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: arial, sans-serif;
    letter-spacing: 0.75px;
    background-color: #FFFFFF;
	
  }

  h1 {
    font-size: 22px;
    padding: 0;
    margin: 0 0 5px 0;
  }
  
    h2 {
    font-size: 20px;
	color:#999;
	border-bottom: thin solid #DDD;
  }
  
  hr {
	  border:1px solid #F5F5F5;
  }
  
  p {
	color: #979797;
  }

  ul{
    padding: 5px 0 5px 44px;
    margin: 0;
    list-style-type: none;
  }
  
  ul.child-navigation a{
  	color:#868686;
  }
  
    ul.child-navigation a:hover{
  	color:#CCC;
  }

  li{
    padding: 5px 0 5px 0;
    font-size: 14px;
    font-weight: bold;
  }
  
    span.legend-item{
    display: inline-block;
    padding: 5px 0 0 29px;
	color:#888888;
	}
  
  span.legend-item.green{
	  	background:url('/system/skin/default/media/skin/icon/greenhighlightdot-whitebg.svg') no-repeat;
  }
  
    span.legend-item.orange{
	  	background:url('/system/skin/default/media/skin/icon/orangehighlightdot-whitebg.svg') no-repeat;
  }
  
   span.icon-mini {
	  display:inline-block;
	  height:15px;
	  width:15px;
	  background-color:#CCC;
   }
   
   span.icon-mini.orange-user {
	background: url(/system/skin/default/media/skin/icon/userorange-whitebg-icon.svg) no-repeat top left; 
	background-size: 18px;  
   }
   
      span.icon-mini.green-user {
	background: url(/system/skin/default/media/skin/icon/usergreen-whitebg-icon.svg) no-repeat top left; 
	background-size: 18px;  
   }
   
   span.icon-mini.red-user {
	background: url(/system/skin/default/media/skin/icon/userred-whitebg-icon.svg) no-repeat top left; 
	background-size: 18px;  
   }
   
   input[type="radio"] {
    height: 20px;
    width: 20px;
}
   
  .ui-icon {
	     padding: 9px 0px 6px 36px; 
	}
  
  .ui-icon.key {
	  background:url('../ui/icon/key-white-icon.svg') no-repeat left;
	  background-size: 32px;
	}  
	
	  .ui-icon.single-user {
	  background:url('../ui/icon/single-user-white-icon.svg') no-repeat left;
	  background-size: 32px;
	}  
	
	.ui-icon.progression {
	  background:url('../ui/icon/progression-white-icon.svg') no-repeat left;
	  background-size: 32px;
	}
	
	.ui-icon.progression-color {
	background: url(../ui/icon/progression-color-icon.svg) no-repeat left;
	background-size: 172px;
	width: 124px;
	} 
	
	
	select.twocol {
		width: 101px !important;
		margin-right:1px;
    }
	
/*Active Search Containers*/
.active-search-container {
    display: inline-block;
    padding: 2px 16px 9px 16px;
    border: 1px solid #DAE9FF;
    border-radius: 24px;
	box-shadow: 0px 0px 1px #2F80FA;
}
/*Search Containers*/
.search-container {
    display: inline-block;
    padding: 2px 16px 9px 16px;
    border: 1px solid #DAE9FF;
    border-radius: 24px;
	box-shadow: 0px 0px 1px #2F80FA;
}

.search-container form.search-form {
	display:block;
    float: left;
		
}

.search-container input.search-input {
    font-size: 16px;
    border-radius: 10px;
    height: 27px;
    padding: 2px 7px 2px 7px;
    margin: 0 5px 0 0;
    background-color: #DAE9FF;
    color: #666;
	box-shadow: inset 0px 1px 0px #A2C7FF;
	border:none;
  }
	
		

.search-container form.reset-search-form {
	display:block;
    float: left;
}

input[type=submit].submit-once {
	transition: all ease 0.5s;
}

.active {
    font-size: 0 !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    border-left-color: transparent !important;
    border-top: 4px solid #2F80FA !important;
	border-right: 4px solid #2F80FA !important;
    border-bottom: 4px solid #2F80FA !important;
background:#FFF;
    background: url(/system/skin/default/ui/icon/pawheartconbluewhite-icon.svg) no-repeat center !important;
    animation: rotate 1.4s ease 0.5s infinite;
    background-size: 35px !important;
	box-shadow: none !important;
	cursor: default !important;
	
}

.active-invert {
    font-size: 0 !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    border-left-color: transparent !important;
    border-top: 4px solid #DDD !important;
	border-right: 4px solid #DDD !important;
    border-bottom: 4px solid #DDD !important;

    background: url(/system/skin/default/ui/icon/pawheartconbluewhite-icon.svg) no-repeat center !important;
    animation: rotate 1.4s ease 0.5s infinite;
    background-size: 35px !important;
	box-shadow: none !important;
	cursor: default !important;
	background-color:#FFF !important;
	
}

.active-donation {
    font-size: 0 !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    border-left-color: transparent !important;
    border-top: 4px solid #2F80FA !important;
	border-right: 4px solid #2F80FA !important;
    border-bottom: 4px solid #2F80FA !important;

    background: url(/system/skin/default/ui/icon/pawheartconbluewhite-icon.svg) no-repeat center !important;
    animation: rotate 1.4s ease 0.5s infinite;
    background-size: 35px !important;
	box-shadow: none !important;
	cursor: default !important;
	margin-left:167px !important;
	
}	
@keyframes rotate{
	0%{transform : rotate(360deg);	
	}
}

div.active-search-results {
    position: absolute;
    background-color: #FFFFFF;
    padding: 5px 10px 5px 10px;
    box-shadow: 1px 1px 2px #CCCCCC;
    border-radius: 9px;
    border: thin solid #CCCCCC;
	min-width: 184px;
}

div.active-search-results div {
    border-bottom: thin dotted #CCCCCC;
    cursor: pointer;
    padding: 4px 0 4px 0;
}

div.active-search-results div:hover {
	background-color:lightyellow;
}

a.pagination{
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
    background: #2F80FA;
    background: linear-gradient(180deg, rgba(47, 128, 250, 1) 0%, rgba(81, 143, 235, 1) 56%, rgba(13, 110, 255, 1) 100%);
    border-radius: 8px;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 2px 2px #666;
    cursor: pointer;
    padding: 5px 7px 5px 7px;
    display: inline-block;
    text-align: center;
    margin: 0 4px 0 4px;
	color: #FFFFFF !important;
}

a.pagination:hover{
    color: #CCC !important;		
}

.pagination-container {
	display: block;
    float: right;
}

/*Multi Input Table*/



/*Results Table*/

table.nested-table.calendar{
    width: 400px;
    border: 1px solid #DAE9FF;
    border-radius: 15px;
    box-shadow: 0 2px 2px #2F80FA;	
	border-spacing: 0;
	font-size:14px;
	margin-left:7px;
	margin-bottom: 10px;
}

table.nested-table.calendar td{
	vertical-align: text-top;
    text-align: center;
    padding: 4px 5px 4px 5px;
}

table.nested-table.calendar th{
	vertical-align: text-top;
    text-align: center;
    padding: 5px 5px 5px 5px;
    border-bottom: thin solid #DDDDDD;
}


.clear {
	height: 50px;
	display:inline-block;	
}
table.results-table {
    width: 100%;
    border: 1px solid #DAE9FF;
    border-radius: 15px;
    box-shadow: 0 2px 2px #2F80FA;	
	border-spacing: 0;
	font-size:14px;
}

table.results-table th.main-header {
	text-align:left;
	height: 45px;
    padding-left: 15px;	
	color: #2F80FA;
	font-size: 18px;
}

table.results-table th.column-header {
	text-align:left;	
	padding: 5px 15px 5px 15px;
	font-size:16px;
}


table.results-table tr.row-header {
	background-color:#DAE9FF;
	height:50px;
	color:#757575
}

table.results-table td.column-field {
	text-align:left;	
	padding: 5px 15px 5px 15px;
	border-bottom: 1px dotted #DAE9FF;
}


table.results-table td.column-field.first {
	border-right: 1px dotted #DAE9FF;
}


table.results-table tr.row-field {
}

table.results-table tr.row-field:hover {
  background-color: lightyellow;
}

/*Pagination*/
.pagination-container .pagination.first {
   background:url('/system/skin/default/ui/icon/firstconwhitetrans-icon.svg') no-repeat top left;
    background-color: #2F80FA;
    background-size: 28px;
    width: 15px;
    height: 17px;
    vertical-align: middle;
}

.pagination-container .pagination.last {
   background:url('/system/skin/default/ui/icon/lastconwhitetrans-icon.svg') no-repeat top left;
    background-color: #2F80FA;
    background-size: 28px;
    width: 15px;
    height: 17px;
    vertical-align: middle;
}

.pagination-container .search {
   background:url('/system/skin/default/ui/icon/searchconwhitetrans-icon.svg') no-repeat top left;
   background-color: #2F80FA;
   background-size: 28px;
}

.pagination-container .search:hover {
   background:url('/system/skin/default/ui/icon/searchconwhitetrans-icon.svg') no-repeat top left;
   background-size: 28px;
   background-color: #2F80FA;
   box-shadow: none;

}

/*Form Controls*/

.quick-form-controls {
	padding: 5px 5px 5px 5px;	
}

.quick-form-controls .control-header-label {
	height:23px;
	width:73px;
	background:url('/system/skin/default/ui/icon/actions-label-bluewhite-icon.svg') no-repeat top left;
	display:inline-block;
	padding-right:10px;
	background-size: 80px;
}

/*Custom Control Icons for Form Buttons*/

button {
		font-size: 14px;
		font-weight: bold;
		color: #FFFFFF;
		background: #2F80FA;
		background: linear-gradient(180deg, rgba(47, 128, 250, 1) 0%, rgba(81, 143, 235, 1) 56%, rgba(13, 110, 255, 1) 100%);
		border-radius: 8px;
		border: 2px solid #FFFFFF;
		box-shadow: 0px 2px 2px #666;
		cursor: pointer;
		padding: 6px 15px 7px 15px;
}

button.fill {
	width:100%;
}

button:hover {
		box-shadow: none;
}

input[type=submit].control-icon {
	  display:inline-block;
	  height:23px;
	  width:23px;
	  border-radius: 5px;
	  box-shadow: 1px 1px 2px #999999;
	  border: thin solid #2F80FA;
	  margin-right: 6px;
	  padding:0;

}

input[type=submit].control-icon:hover {
	  box-shadow: none;
	  background:#FFF;
	  	  border-radius: 5px;


}

  input[type=submit].deletecaution-icon {
   background:url('/system/skin/default/ui/icon/deleteconyellowwhite-icon.svg') no-repeat top left !important;
   background-size: 100% !important;

  }
  
   input[type=submit].approve-icon {
   background:url('/system/skin/default/ui/icon/approvecongreenwhite-icon.svg') no-repeat top left !important;
   background-size: 100% !important;

  }
  
  input[type=submit].small-icon {
    height: 30px;
    width: 30px;
    vertical-align: text-bottom;
    display: inline-block;
    margin-bottom: 4px;
  }
  
  /*Form Navigation */
  a.list-menu-item {
	  display:inline-block;
	  background: #2F80FA;
      background: linear-gradient(180deg, rgba(47, 128, 250, 1) 0%, rgba(81, 143, 235, 1) 56%, rgba(13, 110, 255, 1) 100%);
	  border-radius: 5px;
	  box-shadow: 1px 1px 2px #999999;
	  border: thin solid #FFFFFF;
	  margin-right: 6px;
	  padding: 6px 15px 7px 15px;
	  color: #FFFFFF !important;
	  text-align: center;
    min-width: 187px;
	font-size: 14px;
    font-weight: bold;

  }
  
   a.list-menu-item:hover{
	  color: #CCCCCC !important;
	  box-shadow: none;
  }
  
  /*Custom Control Icons*/
  a.control-icon {
	  display:inline-block;
	  height:35px;
	  width:35px;
	  background-color:#FFFFFF;
	  border-radius: 5px;
	  box-shadow: 1px 1px 2px #999999;
	  border: thin solid #2F80FA;
	  margin-right: 6px;
	  background-size:100% !important;
   }
   
     a.control-icon-mini {
	  display:inline-block;
	  height:29px;
	  width:25px;
   }
  
    a.control-icon:hover {
	  box-shadow: none;

  }
  
    a.control-icon.large {
	  height:45px;
	  width:45px;
   }
   
   a.control-icon.small {
	  height:30px;
	  width:30px;
   }
   
      a.control-icon.tiny {
	  height:18px;
	  width:18px;
   }
   
   a.control-icon.disabled{
		box-shadow:none;
   }
   
   a.control-icon.wide {
	  height:30px;
	  width:50px;
	  background-position:center !important;
   }
   
   
     a.control-icon.pawheart-icon {
   background:url('/system/skin/default/ui/icon/pawheartconbluewhite-icon.svg') no-repeat top left;
  
  }
  
       a.control-icon.bandage-icon {
   background:url('/system/skin/default/ui/icon/bandageconbluewhite-icon.svg') no-repeat top left;
  
  }
  
   a.control-icon.persongroup-icon {
   background:url('/system/skin/default/ui/icon/grouppersonbluewhite-icon.svg') no-repeat top left;
  
  }
  
     a.control-icon.connect-icon {
   background:url('/system/skin/default/ui/icon/connectbluewhite-icon.svg') no-repeat top left;
  
  
  }
  
  a.control-icon.swirl-icon {
   background:url('/system/skin/default/ui/icon/swirllinebluewhite-icon.svg') no-repeat top left;
  
  }
  
    a.control-icon.swirl-grey-icon {
   background:url('/system/skin/default/ui/icon/swirllinegreywhite-icon.svg') no-repeat top left;
  
  }
  
  a.control-icon.add-icon {
   background:url('/system/skin/default/ui/icon/addconbluewhite-icon.svg') no-repeat top left;
  
  }
  
   a.control-icon.addvac-icon {
   background:url('/system/skin/default/ui/icon/addvacbluewhite-icon.svg') no-repeat top left;
  
  }
  
  a.control-icon.personpaw-icon {
   background:url('/system/skin/default/ui/icon/personpawbluewhite-icon.svg') no-repeat top left;
  }
  
  a.control-icon.returnperson-icon {
   background:url('/system/skin/default/ui/icon/returnpersonbluewhite-icon.svg') no-repeat top left;
  }
  
    a.control-icon.returnpet-icon {
   background:url('/system/skin/default/ui/icon/returnpetbluewhite-icon.svg') no-repeat top left;
  }
  
  a.control-icon.buildingperson-icon {
   background:url('/system/skin/default/ui/icon/buildingpersonbluewhite-icon.svg') no-repeat top left;
  }
  
  a.control-icon.personrelationship-icon {
   background:url('/system/skin/default/ui/icon/personrelationshipbluewhite-icon.svg') no-repeat top left;
  
  }
  
    a.control-icon.return-icon {
   background:url('/system/skin/default/ui/icon/returnconbluewhite-icon.svg') no-repeat top left;
  
  }
  
  a.control-icon.edit-icon {
   background:url('/system/skin/default/ui/icon/editconbluewhite-icon.svg') no-repeat top left;
  }
  
    a.control-icon.loas-icon {
   background:url('/system/skin/default/ui/icon/loasbluewhite-icon.svg') no-repeat top left;
  }
  
      a.control-icon.token-icon {
   background:url('/system/skin/default/media/skin/icon/token-icon.svg') no-repeat top left;

  }
  
      a.control-icon.scheduleedit-icon {
   background:url('/system/skin/default/media/skin/icon/scheduleedit-icon.svg') no-repeat top left;

  }
  
  a.control-icon.scheduleadd-icon {
   background:url('/system/skin/default/media/skin/icon/scheduleadd-icon.svg') no-repeat top left;
  
  }
  
  a.control-icon.multiusergr-icon {
   background:url('/system/skin/default/media/skin/icon/multiusergr-icon.svg') no-repeat top left;
  
  }
  
      a.control-icon.schedule-icon {
   background:url('/system/skin/default/media/skin/icon/schedule-icon.svg') no-repeat top left;
  
  }
  
   a.control-icon.schedulereturn-icon {
   background:url('/system/skin/default/media/skin/icon/schedulereturn-icon.svg') no-repeat top left;
  
  }
  
     a.control-icon.pcon-icon {
   background:url('/system/skin/default/media/skin/icon/pcon-icon.svg') no-repeat top left;
  
  }
  
   a.control-icon.econ-icon {
   background:url('/system/skin/default/media/skin/icon/econ-icon.svg') no-repeat top left;
  
  }
  
     a.control-icon.tcon-icon {
   background:url('/system/skin/default/media/skin/icon/tcon-icon.svg') no-repeat top left;
  
  }
  
     a.control-icon-mini.view-icon {
   background: url(/system/skin/default/media/skin/icon/eye-whitebg-icon.svg) no-repeat top left;
	background-size: 28px;
    background-position: -3px 7px;
  
  }
  
  a.control-icon-rect {
    height: 41px;
    width: 100px;
    display: inline-block;
    background-size: 100% !important;
    border-radius: 5px;
  }
  
  a.control-icon-rect.prev {
	background: url(/system/skin/default/media/skin/icon/prevmonth-icon.svg) no-repeat top left;
  }
  
  a.control-icon-rect.next {
	 background: url(/system/skin/default/media/skin/icon/nextmonth-icon.svg) no-repeat top left;
  }
  
    button.control-icon {
	  display:inline-block;
	  height:35px;
	  width:35px;
	  background-color:#CCCCCC;
	  border-radius: 5px;
	  box-shadow: 1px 1px 2px #999999;
	  border: thin solid #FFF;
	  margin-right: 6px;
	  cursor:pointer;
	  background-size: 100% !important;
	    }
		
	button.control-icon:hover {
		box-shadow: none;
	}
  
  button.control-icon.recrosscon-icon {
   background:url('/system/skin/default/media/skin/icon/redcrosscon-icon.svg') no-repeat top left;
  
  }
  
  div.parent-H-cue{
  	display: inline-block;
    background-color: #FFFFFF;
    padding: 15px 15px 15px 15px;
    min-width: 250px;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #DDDDDD;
    border: 1px solid #EEEEEE;
	border-left: 11px solid #CCCCCC;
	color: #4d4d4d;
	background:url('/system/skin/default/media/skin/icon/lunar-crescent-large.svg') no-repeat top left;
	background-position: 183px;
	vertical-align:top;
	margin-right:10px;
  }
  
  div.parent-H-cue div.top-header{
	width: 185px;
    float: left;
    padding-top: 6px;
    font-size: 17px;
    font-weight: bold;
  }
  
    div.parent-H-cue div.right-c{
    float: right;
    background: url(/system/skin/default/media/skin/icon/usertimer-whitebg-icon.svg) no-repeat top left;
    background-size: 29px;
    padding-left: 37px;
    height: 25px;
    padding-top: 6px;
	color:#999;
  }
  
  div.parent-H-cue div.right-c.primary{
    background: url(/system/skin/default/media/skin/icon/userstar-whitebg-icon.svg) no-repeat top left;
  }
  
    div.parent-H-cue div.right-c.unassigned{
    background: url(/system/skin/default/media/skin/icon/userorange-whitebg-icon.svg) no-repeat top left;
  }
 
  

  label {
    min-width: 150px;
    display: inline-block;
    font-weight: bold;
	color: #666;

  }

  textarea {
  width: 100%;
  height: 150px;
  padding: 10px 10px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  resize: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}

#resp-table {
width: 100%;
display: table;
background-color:#FFF;
border-left: 1px solid #EDEDED;
border-right: 1px solid #EDEDED;

/*
overflow-x: scroll;
overflow-y: hidden;
white-space: nowrap;
*/
}

#resp-table-caption{
display: table-caption;
text-align: center;
font-size: 16px;
font-weight: bold;
vertical-align: text-top;
}

#resp-table-header{
display: table-header-group;
background-color: #D2D2D2;
font-weight: bold;
font-size: 25px;
text-align:center;
min-width:  100px;

}

.table-header-cell{
background: #ffffff;
background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(250, 250, 250, 1) 100%);
color: #4d4d4d;
display: table-cell;
padding: 10px;
text-align: justify;
box-shadow: 1px -1px 3px #DDDDDD
}

/*
.table-header-cell.first-gfill{
background: #EB9434;
background: linear-gradient(90deg, rgba(235, 148, 52, 1) 23%, rgba(221, 69, 95, 1) 73%, rgba(221, 69, 95, 1) 100%);
}
*/

#resp-table-body{
display: table-row-group;
}

.resp-table-row{
display: table-row;
}


.resp-table-row.grayed{
background-color:#ededed;	
}

.resp-table-row.grayed .table-body-cell,  .resp-table-row.grayed .table-body-cell a{
color:#a8a8a8;	
}

.table-body-cell{
display: table-cell;
padding: 5px 10px 5px 10px;

vertical-align:text-top;
border-bottom: 1px solid #EDEDED;
color: #91191c;
}


.table-body-cell.first-gfill {
background: #EB9434;
background: linear-gradient(90deg, rgba(235, 148, 52, 1) 23%, rgba(221, 69, 95, 1) 73%, rgba(221, 69, 95, 1) 100%);
}

.table-body-cell .fixed {
  width: auto;
  height: 100px;
  width: 14.3%;

}

.table-body-cell .unfixed {
  width: 14.3%;
}


.table-body-cell a{
	
}


  .col-one-content {
    display: inline-block;
    vertical-align: text-top;
    margin-right: 25px;

  }

  .col-one-content .label-view {
    display: inline-block;
    width: 100px;
    text-align: left;
    padding-right: 5px;
  }

.sub-section-header {
    background: url(/system/skin/default/media/skin/icon/usertimer-whitebg-icon.svg) no-repeat top left;
    display: inline-block;
    padding: 10px 40px;
    margin-bottom: 3px;
    font-size: 18px;
	margin-top:5px;
}


  .col-two-content {
    display: inline-block;
    vertical-align: text-top;
  }

  .col-two-content .label-view {
    display: inline-block;
    width: 175px;
    text-align: left;
    padding-right: 5px;
  }

  .button {
	margin-top: 5px;
	font-size: 18px;
	font-weight: bold;
	background: #2F80FA;
	background: linear-gradient(180deg,rgba(47, 128, 250, 1) 0%, rgba(81, 143, 235, 1) 56%, rgba(13, 110, 255, 1) 100%);
	border-radius: 8px;
	border: 2px solid #FFFFFF;
	box-shadow: 0px 2px 2px #666;
	cursor: pointer;
	padding: 14px 15px 14px 15px;
	display:block;
	text-align:center;
  }
  
  .button.invert {
	color:#FFF;  
  }
  
    .button.full-width {
	width:100%;  
  }
  
  .button:hover {
	box-shadow: none; 
  }
  
    p.timeslot-label {
	margin-bottom:0;
  }
  
 p.timeslot-label .title {
	color:#FFFFFF;
	padding-left:5px;
	font-weight: bold;
	vertical-align:text-bottom;
	font-size:18px;
	text-decoration:underline;

  }
  
  p.timeslot-label .date {
	color:#FFFFFF;
	padding-left:7px;
	font-weight: bold;
		font-size:18px;

  }
  
    p.timeslot-label .details {
	color:#FFFFFF;
	padding-left:35px;
	font-size:12px;
	display:block;
  }
  
  p.timeslot-label.noleftspace {
	padding-left:4px !important;

  }
  
    div.progression-container{
		margin-bottom:10px;
  }
  
    label.progression-label {
	color: #FFFFFF;
  }
  
  label.stack {
	margin-bottom:3px;
  }
  
  span.progression-bullet.approved{
	background-color: #33FF00 !important;
  }
  
  span.progression-bullet {
	  height: 25px;
	  width: 25px;
	  background-color: #FC0;
	  border-radius: 50%;
	  display: inline-block;
	  vertical-align:sub;
	  margin-right:8px;
	  border: thin solid #FFFFFF;
  }
  
  span.progression-description {
    font-weight: bold;
    font-size: 17px;
    color: #FFFFFF;
	vertical-align:bottom;
}


  .sub-label-guide {
    color: #grey;
    font-size: 14px;
    font-weight: normal;
    line-height: 2em;
	


  }
  
    div.form-column-width{
	 width: 190px;
  }
  
  div.form-input-spacing{
    margin: 8px 0 23px 0;
  }

  input[type=text],[type=password]{
    font-size: 16px;
    border-radius: 10px;
    border: thin solid #C7C7C7;
    height: 22px;
    padding: 2px 7px 2px 7px;
    margin: 0 0 0 0;
    background-color: #FFFFFF;
    color: #666;
  }
  
 input[type=text].public-ui,[type=password].public-ui{
	height:28px;
	margin-bottom:5px;
  }

  input[type=text].long-char, [type=password].long-char {
	 min-width: 100px;
  }

  input[type=text].short-char{
	 width: 80%;
  }
  
  input[type=text].form-column-width{
	 width: 190px;
  }
  
  input[type=text].form-input-spacing{
	     margin: 0 0 13px 0;
  }
  
  input.form-checkbox-spacing {
    margin-top: 11px;
	display:block;
	margin-bottom: 28px;
	margin-left:15px;
}
  
  input::placeholder {
	  color:#CCC;
}

  input:disabled {
    border: none;
    background-color: #FFFFFF;
  }

  input.required{
    background:url('/system/skin/default/media/skin/icon/required-icon.svg') no-repeat right top;
  }

  input:focus {
  	background: #FFFFFF;
  }

select {
    width: 205px;
    min-height: 32px;
    color: #444;
    font-size: 14px;
    font-weight: bold;
    padding: 0 5px 0 5px;
	margin: 0px 0 8px 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .5em;
}

hr.form-border-control {
	border: 1px solid #efefef;
}

hr.form-border-control {
	border: 1px dotted #efefef;
}

input[type=submit] {

	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background: #2F80FA;
	background: linear-gradient(180deg,rgba(47, 128, 250, 1) 0%, rgba(81, 143, 235, 1) 56%, rgba(13, 110, 255, 1) 100%);
	border-radius: 8px;
	border: 2px solid #FFFFFF;
	box-shadow: 0px 2px 2px #666;
	cursor: pointer;
	padding: 6px 15px 7px 15px;
}

input[type=submit]:hover {	
	background: linear-gradient(180deg,rgba(47, 128, 250, 1) 0%, rgba(81, 143, 235, 1) 56%, rgba(13, 110, 255, 1) 80%);
	border-radius: 8px;
}

input[type=submit]:active {
  box-shadow: none;
}

div#system-valid-message{
    display: inline-table;
	line-height: 1.3em;
	font-size: 16px;
    color: #666666;
    margin: 0 0 10px 14px;
    border: 3px solid #FFFFFF;
    border-radius: 10px;
	padding: 10px 5px 10px 37px;
    background: url('/system/skin/default/ui/icon/green-check-icon.svg') no-repeat;
	background-color: #98FB98;
    margin-bottom: 10px;
	height: 18px;
	background-position: 5px 6px;
    box-shadow: 1px 1px 2px #DDDDDD;
	background-size: 25px;
    vertical-align: top;
}

a#return-validator {
	display: inline-table;
	line-height: 1.3em;
    font-size: 16px;
    color: #666666;
    margin: 0 6px 0 0;
    border-radius: 10px;
    padding: 10px 5px 15px 64px;
    background: url('/system/skin/default/media/skin/icon/return-validator-icon.svg') no-repeat;
    background-color: #FFFFFF;
	margin-bottom: 10px;
	height: 18px;
    background-position: 9px 7px;
	background-size: 85%;
}

div#system-error-message{
	display: inline-table;
	line-height: 1.3em;
	font-size: 16px;
    color: #666666;
	margin: 0 0 10px 14px;
    border: 3px solid #FFFFFF;
	border-radius: 10px;
	padding: 8px 5px 10px 37px;
	background:url('/system/skin/default/ui/icon/red-cross-icon.svg') no-repeat;
	background-color: #FFC4C4;
	height: 18px;
	background-position: 5px 6px;
	background-size: 25px;
	box-shadow: 1px 1px 2px #DDDDDD;
}

div#system-error-message.public-ui{
	margin: 0 0 10px 0;
	font-size: 14px;
}


div#system-warning-message{
	display: inline-table;
	line-height: 1.3em;
	font-size: 16px;
    color: #666666;
	margin: 0 0 0 14px;
    border: 3px solid #FFFFFF;
	border-radius: 10px;
	padding: 10px 5px 10px 37px;
	background:url('/system/skin/default/ui/icon/orange-exclamation-icon.svg') no-repeat;
	background-color: #FFCC99;
	height: 18px;
	background-position: 5px 6px;
	background-size: 25px;
	box-shadow: 1px 1px 2px #DDDDDD;
}



.flash-effect {
  animation: fadeFlash 2s linear infinite; /* Adjust duration and timing as needed */
}

@keyframes fadeFlash {
  0% {
    opacity: 0.70; /* Start completely transparent */
  }
  50% {
    opacity: 1; /* Fully visible at the peak of the flash */
  }
  100% {
    opacity: 0.70; /* Return to transparent */
  }
}


	#top-bar-wrapper{
			background:url('/system/skin/default/media/skin/bg/gradient-white-hd-hoz.png') no-repeat top left;

	}
	
	a:active, a:visited, a:link{
		text-decoration:none;
		color: #4d4d4d;
	}
	
	a:hover {
		color: #ababab;
	}


  #mini-user-panel {
    display: inline-block;
    width: 175px;
    height: 50px;
    float: left;
    text-align: center;
    padding: 0 15px 0 15px;
    color: #FFFFFF;
    /*padding-top: 35px;*/
    line-height: 1em;
    /*CSS3*/
    /*box-shadow: 1px 2px 2px #000000;*/


  }

  #mini-user-panel .header{
    font-weight: lighter;
    font-size: 20px;
    display: block;

  }

  #mini-user-panel .name{
    font-weight: bold;

  }

  #mini-user-panel .points{
    margin-top: 5px;
    font-size: 14px;
    font-weight: bold;

    display: block;
    vertical-align: text-top;
vertical-align: middle; }

  #mini-user-panel img{
    vertical-align: middle; }

    #top-bar-right .logout{
      font-size: 16px;
      font-weight: bold;
      display: block;
      vertical-align: text-top;
}

#top-bar-right img{
    vertical-align: middle; }

.form-container-wrapper{
	padding: 0 0 0 20px;	
}


  #top-bar-right {
    display: inline-block;
    width: 150px;
    height: 80px;
    float: right;
    padding: 0 15px 0 15px;
    text-align: center;
    vertical-align: middle;;
    line-height: 75px;
    color: #FFFFFF;



  }
  
  p.form-paragraph-intro{
	padding: 10px 0 0 20px;  
	margin-bottom:0;
	margin-top: 0;
  }

  #top-bar-wrapper {
    width: 100%;
    /*background-color: #91191c;*/
	/*background: linear-gradient(180deg,rgba(194, 37, 39, 1) 0%, rgba(145, 25, 28, 1) 71%, rgba(145, 25, 28, 1) 100%);*/
    display: inline-block;
    float: left;
	box-shadow: 1px 1px 2px #6f6f6f;
    /*border-bottom: 2px solid #FFFFFF;*/
  }
  .clearfix{
    clear:both;
  }

  #main-navigation{
    width:205px;
    float:left;
    padding: 0 0 0 0;
    text-align: center;
	background: #FFFFFF;
    color: #2F80FA;
	box-shadow: 1px 1px 2px #DDDDDD;
    border-right: 1px solid #DDDDDD;
	
	  height: 100%; /* The container will take 100% of its parent's height */
  overflow-y: auto; /* Enable vertical scrolling if content exceeds height */
          overflow-x: hidden;


  }

  #main-content-wrapper {
    width:100%;
	height: 100%;
	display:block;
  }

  #content-container{
    width:auto;
	background: url(/system/skin/default/media/skin/bg/bg-dashboard.jpg) no-repeat top left;
	background-size: 100%;
    margin: 0 0 0 206px;
    background-color: #FFFFFF;

    /*CSS3*/
  }
  
  .form-header-container {
	background: #518FEB;
	background: url("/system/skin/default/image/ui/dotted-header-indicate.svg") no-repeat 4px 4px, linear-gradient(90deg,rgba(81, 143, 235, 1) 0%, rgba(13, 110, 255, 1) 100%);
	padding: 20px 15px 21px 64px;
  }
  
  .form-header-container h1{
	color: #FFFFFF;
	font-size:24px;
	font-weight:normal;
  }

  .nav-header{
    width: 100%;
    padding-top: 12px;
    text-align: left;
    padding-left: 0;
    padding-bottom: 7px;
	font-weight: bold;
    font-size: 17px;
	border-top: thin solid #7fb2ff;
	border-bottom: thin solid #7fb2ff;
	background-color: #DAE9FF;
  }
  
    .nav-header .icon-image{
		height:25px;
		width:25px;
  }
  
      .nav-header.controls .icon-image{
		height:25px;
		width:25px;
		padding-right: 0;
		padding-left: 0;
		padding-bottom: 0;
  }
  
  .nav-header.controls{
	  padding-left:10px;
	  padding-top: 5px;
	  padding-bottom: 5px;
  }
  
      .nav-header .logo{
		height:75px;
		width:200px;
		padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
  
  .nav-header.logo-area{
	height:53px;
	padding-top:0;
	padding-bottom: 19px;
  }

  .nav-header img{
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    vertical-align: middle;
    width: 35px;
    height: 35px;
  }

  .nav-wrapper {
    text-align: left;
  }

  #calendar-nav-wrapper {
    width: 1000px;
    height: 50px;
    display: block;
    background-color: #000000;
  }



  .container {
      width:100%;
      height:200px;
      border:1px solid;
  }
  
.data-form-column {
  
  display: inline-block;
  vertical-align:top;
  margin-right:5px;
  width: 450px;
  
}
	
.list-data-container {
	display:inline-block;
    padding: 3px 0 2px 0;
    border-bottom: thin solid #9dc2fa;
    width: 99%;

}
  
  .data-form-column .right {
	  display:block;
	  width:250px;
	  float:left;

  }
  .data-form-column .left {
	  display:block;
	  width:200px;
	  float:left;
	 
  }
  
  .data-form-column .left label {
    margin-bottom: 6px;
    padding: 9px 0 7px 0;
  }
  
   .data-form-column .add-controls-container {
		border-top: 10px solid #9dc2fa;
		border-bottom: 10px solid #9dc2fa;
		clear: both;
		padding: 5px 0 5px 0;
  }
  
.data-form-controls {
    display: block;
    float: left;
    width: 100%;
	padding-top:5px
}

div.form-label {
    margin: 10px 0 5px 0;
    font-size: 13px;
}
  
	h1.header-section-block {
		color: #FFFFFF;
	}
  
	.header-section-block {
		border-left: solid 20px #bf3e54;
		padding-left: 15px;
background: #EB9434;
background: linear-gradient(309deg,rgba(235, 148, 52, 1) 23%, rgba(221, 69, 95, 1) 100%);
		padding-top: 9px;
		padding-bottom: 9px;
		border-radius: 5px;
		border-bottom: thin solid #f7f7f7;
		box-shadow: 1px 1px 1px #DDDDDD;
		margin-bottom:20px;  
	}

  .result-label.first{
    color: #ffffff;
    font-weight: bold;
    background-color: #670554;
    border-radius: 10px;
    border: thin solid #FFFFFF;
    box-shadow: 1px 1px 3px #000000;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 3px;
    margin-top: 3px;
    width: 75px;
    text-align: center;

  }

  .result-label.first.empty{
    background-color: #FFFFFF;
    border: thin solid #FFFFFF;
    box-shadow: none;

  }

  .result-label.header{
    background-color: #670554;
    color: #ffffff;
    box-shadow: none;

  }

  .result-label.second{
    color: #ffffff;
    font-weight: bold;
    background-color: #670554;
  }

  .result-label {
    display: inline-block;
    border: thin solid #EEEEEE;
    padding: 5px 7px 5px 7px;
    width: 150px;
    overflow: hidden;
    font-size: 16px;
  }

  .eventCalIndicator {
    width: 100%;
    font-size: 12px;
    padding-left: 5px;
  }

  .eventCalIndicator a{

    display: inline-block;
    width: 90%;
    font-size: 10px;
    color: #000000;
  }

  .eventCalResultRow{
    display: block;
    width: 100%;
    padding: 5px 0px 5px 0px;
    margin-right: 25px;
	color: #6a6a6a;
  }

  #fluid-menu {
	display:none;
    text-align: center;
	cursor: pointer;
  }
  
  /*Canvas JS Styling*/
  a.canvasjs-chart-credit {
	display:none;  
  }
  
  div#userPieChartContainer {


}

div.dashboard-chart-block {
    border: 1px solid #DDDDDD;
    padding: 20px;
    border-radius: 11px;
    box-shadow: 1px 1px 2px #DDDDDD;
	display: inline-block;
    width: 325px;
	margin: 0 10px 15px 0;
	vertical-align:top;
	background-color:#FFFFFF;
	color:#888888;
	
}

div.dashboard-chart-block:first-child {

}

div.dashboard-chart-block .top-header {
	text-align:center;
	padding: 5px 5px 10px 5px;
	font-size: 18px;
	font-weight:bold;
	color:#888888;
}


div.dashboard-chart-block .data-row-first {

	padding-top:0px;

}
div.dashboard-chart-block .data-row-second {
	border-bottom: 1px solid #DDDDDD;	
	margin-bottom:5px;
	padding-bottom:5px;
	padding-top:5px;
	font-size:13px;


}

div.dashboard-chart-block .legend {
text-align:center;
	font-size: 11px;
	font-weight:bold;
	color:#888888;
	margin-top:18px;


}


/*DATA HUB Module Styling*/

/*Family Grouping Threshold Quota*/
.data-cue-container-default {
    border: 1px solid #DDDDDD;
    padding: 20px;
    border-radius: 11px;
    box-shadow: 1px 1px 2px #DDDDDD;
	display: inline-block;
    width: 350px;
	margin: 0 10px 15px 0;
	vertical-align:top;
	background-color:#FFFFFF;
	color:#888888;
	    background: url(/system/skin/default/media/skin/bg/bg-dashboard.jpg) no-repeat top left;
    background-size: 100%;
}

.data-cue-container-default .top{
	margin: 0 0 7px 0;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;	
	width: 100%;
}

.data-cue-container-default .top .right-small-c {
	float: right;
    display: inline-block;
	font-size: 15px;
    font-weight: normal;
    padding-left: 37px;
    background-size: 25px;
    height: 25px;
	background: url(/system/skin/default/media/skin/icon/userstar-whitebg-icon.svg) no-repeat top left;
}

.data-cue-container-default .cal-month-contain {
    display: inline-block;
    width: 25px;
    height: 25px;
    border: thin solid #DDDDDD;
    text-align: center;
    padding: 7px 0 0 0;
    border-radius: 6px;
    border-top: 8px solid #bf3e54;
    margin: 0 1px 0 1px;
}

.data-cue-container-default .cal-color-contain {
	display: inline-block;
	width: 25px;
    height: 25px;
    text-align: center;
	padding: 0 2px 0 0;
	    margin: 0 1px 0 1px;
}

.data-cue-container-default .cal-color-contain.green {
	background:url('/system/skin/default/media/skin/icon/greenhighlightdot-whitebg.svg') no-repeat;

}

.data-cue-container-default .cal-color-contain.orange {
	background:url('/system/skin/default/media/skin/icon/orangehighlightdot-whitebg.svg') no-repeat;

}

@media only screen and (max-width: 950px) {

	#mini-user-panel {
		height: 100px;
		padding: 0 0 0 0;
		padding-top: 0;
		box-shadow: none;
	}

	#mini-user-panel .header {
		padding-top: 13px
	}

	#top-bar-right {
		line-height:0;
		height:auto;
	}

	#top-bar-right .logout {
		margin-top: 5px;
	}
	
	#top-bar-right .logout a{
		color: #FFF !important;
	}

	img.logout-image {
		width:35px;
		height:35px;
	}

	#main-navigation {
		display: none;
		width: 100%;
		overflow:hidden;
		height: auto;
		margin-bottom: 20px;
		position:absolute;
	}

	#content-container	{
		margin: 0 0 0 0 !important;
	}

	  #fluid-menu {
	  display:block;
	  position:absolute;
	  right:0;
	  float: right;
	  top:11px
  }

  #resp-table {
    width: 100%;
    display: block;
    background-color: #FFF;
    overflow: scroll;
}

}
