@charset "UTF-8";
/* CSS Document */

/* Home Screen*/
.home-screen {
	background-image:url(/system/skin/Purple/media/skin/image/login-screen.jpg);
	background-repeat:no-repeat;
}
/*--*/

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Helvetica, sans-serif;
    letter-spacing: 0.75px;
    background-color: #670554;
  }

  h1 {
    font-size: 22px;
    padding: 0;
    margin: 0 0 5px 0;
  }

  ul{
    padding: 5px 0 5px 40px;
    margin: 0;
    list-style-type: circle;
  }

  li{
    padding: 5px 0 5px 0;
    font-size: 14px;
    font-weight: bold;
  }

  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;

/*
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-color: gray;
color: #ffffff;
display: table-cell;
padding: 10px;
text-align: justify;
border-bottom: 1px solid black;
}


#resp-table-body{
display: table-row-group;
}

.resp-table-row{
display: table-row;
}

.table-body-cell{
display: table-cell;
padding: 5px;
border:thin solid grey;
vertical-align:text-top;
border-bottom: 1px solid black;

}

.table-body-cell .fixed {
  width: auto;
  height: 100px;
  width: 14.3%;

}

.table-body-cell .unfixed {
  width: 14.3%;
}


.table-body-cell a{
color: blue !important;
}


  .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: right;
    padding-right: 5px;
  }



  .col-two-content {
    display: inline-block;
    vertical-align: text-top;
  }

  .col-two-content .label-view {
    display: inline-block;
    width: 175px;
    text-align: right;
    padding-right: 5px;
  }

  .button {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background-color: #670554;
    border-radius: 10px;
    border: thin solid #FFFFFF;
    box-shadow: 1px 1px 3px #000000;
    cursor: pointer;
    padding: 5px 5px 5px 5px;
    margin: 5px 10px 5px 0px;
    display: inline-block;
  }


  .sub-label-guide {
    color: #grey;
    font-size: 14px;
    font-weight: normal;
    line-height: 2em;


  }

  input[type=text],[type=password]{
    font-size: 20px;
    border-radius: 10px;
    border: thin solid #71008d;

    height: 25px;
    padding: 2px 7px 2px 7px;
    margin: 0 0 5px 0;
	background-color:#FFFFFF;
  }

  input[type=text].long-char, [type=password].long-char {
	 min-width: 100px;
  }

  input[type=text].short-char{
	 width: 80%;
  }

  input:disabled {
    border: none;
    background-color: #FFFFFF;
  }

  input.required{
    background:url('/system/skin/default/media/skin/icon/input-required-icon.png') no-repeat right top;
  }

  input:focus {
  background: #FFFFFF;
  }

select {
    width: 205px;
    min-height: 35px;
    color: #444;
    font-size: 14px;
    font-weight: bold;
    padding: 0 5px 0 5px;
    margin: 2px 0 7px 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .5em;
}

input[type=submit] {
  min-width: 125px;
  height: 50px;
  margin-top: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background-color: #670554;
  border-radius: 10px;
  border: thin solid #FFFFFF;
  box-shadow: 1px 1px 3px #000000;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #6d4276;
}

div#system-valid-message{
display: block;
line-height: 2.5em;
font-size: 16px;
color: #FFFFFF;
margin: 0 0 20px 0;
border: thin solid grey;
border-radius: 10px;
padding: 5px 5px 5px 55px;
background:url('/system/skin/default/media/skin/icon/system-message-valid-icon.png')top left no-repeat;
background-color: #670554;
margin-bottom: 5px;
min-height: 40px;
}

div#system-error-message{
display: block;
line-height: 2.5em;
font-size: 16px;
color: #FFFFFF;
margin: 0 0 20px 0;
border: thin solid grey;
border-radius: 10px;
padding: 5px 5px 5px 55px;
background:url('/system/skin/default/media/skin/icon/system-message-error-icon.png')top left no-repeat;
background-color: #670554;
min-height: 40px;


}


  #top-bar-wrapper a:active, a:hover, a:link, a:visited{
    color: #FFFFFF;
    text-decoration: none;
  }

  #mini-user-panel {
    display: inline-block;
    width: 175px;
    height: 50px;
    float: left;
    text-align: center;
    padding: 0 15px 0 15px;
    background-color: #6d4276;
    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{
      margin-top: 25px;
      font-size: 16px;
      font-weight: bold;
      display: block;
      vertical-align: text-top;
}

#top-bar-right img{
    vertical-align: middle; }




  #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;



  }

  #top-bar-wrapper {
    width: 100%;
    background-color: #6d4276;
    display: inline-block;
    float: left;
  }
  .clearfix{
    clear:both;
  }

  #main-navigation{

    height:110vh;
    width:205px;
    float:left;
    padding: 0 0 0 0;
    text-align: center;
    background-color: #6d4276;
    color: #FFFFFF;

  }

  #main-content-wrapper {
    width:100%;
  }

  #content-container{
    width:auto;

    margin: 5px 20px 0 225px;
    background-color: #FFFFFF;
    padding: 20px 20px 20px 20px;
    border: thick solid #6d4276;

    /*CSS3*/
    border-radius: 10px;
    box-shadow: 1px 1px 3px #000000;
  }

  .nav-header{
    width: 100%;
    height: 40px;
    background-color: #670554;
    padding-top: 5px;
    text-align: left;
    padding-left: 0;
    padding-bottom: 5px;
  }

  .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;
  }
  .right {
      width:auto;
      height:200px;
      background:red;
  }
  .left {
      height:200px;
      width:200px;
      background:blue;
      float:left;
  }

  .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%;
    border-bottom: thin solid grey;
    padding: 5px 0px 5px 0px;
    margin-right: 25px;
  }

  #fluid-menu {
	display:none;
    text-align: center;
    width: 100%;
	cursor: pointer;
  }

@media only screen and (max-width: 950px) {

	#mini-user-panel {
		height: 100px;
		padding: 0 0 0 0;
		padding-top: 0;
		background-color: #6d4276;
		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
	}

	img.logout-image {
		width:35px;
		height:35px;
	}

	#main-navigation {
		display: none;
		width: 100%;
		overflow:hidden;
		height: auto;
	}

	#content-container	{
		margin: 5px 0 0 0 !important;
	}

	  #fluid-menu {
	  display:block;
	  border-top: thin solid #FFFFFF;
  }

  #resp-table {
    width: 100%;
    display: block;
    background-color: #FFF;
    overflow: scroll;
}

}
