select::-ms-expand {
    display: none;
}

@font-face {
    font-family: 'Arsenal';
    font-style: normal;
    font-weight: normal;
    src: local('Arsenal'), url('../fonts/Arsenal-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Arsenal Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Arsenal Bold'), url('../fonts/Arsenal-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Arsenal Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Arsenal Bold Italic'), url('../fonts/Arsenal-BoldItalic.woff') format('woff');
}

@font-face {
    font-family: 'Arsenal Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Arsenal Italic'), url('../fonts/Arsenal-Italic.woff') format('woff');
}

}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadeinup {
    from { opacity: 0; top: -500px; }
    to   { opacity: 1; top: 0; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeinup {
    from { opacity: 0; top: -500px; }
    to   { opacity: 1; top: 0; }
}

/* Internet Explorer */
@-ms-keyframes fadeinup {
    from { opacity: 0; top: -500px; }
    to   { opacity: 1; top: 0; }
}

/* Opera < 12.1 */
@-o-keyframes fadeinup {
    from { opacity: 0; top: -500px; }
    to   { opacity: 1; top: 0; }
}

/* Firefox < 16 */
@-moz-keyframes fadeinleft {
    from { opacity: 0; left: -1000px; }
    to   { opacity: 1; left: 0; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeinleft {
    from { opacity: 0; left: -1000px; }
    to   { opacity: 1; left: 0; }
}

/* Internet Explorer */
@-ms-keyframes fadeinleft {
    from { opacity: 0; left: -1000px; }
    to   { opacity: 1; left: 0; }
}

/* Opera < 12.1 */
@-o-keyframes fadeinleft {
    from { opacity: 0; left: -1000px; }
    to   { opacity: 1; left: 0; }
}

/* Firefox < 16 */
@-moz-keyframes fadeinright {
    from { opacity: 0; right: -1000px; }
    to   { opacity: 1; right: 0; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeinright {
    from { opacity: 0; right: -1000px; }
    to   { opacity: 1; right: 0; }
}

/* Internet Explorer */
@-ms-keyframes fadeinright {
    from { opacity: 0; right: -1000px; }
    to   { opacity: 1; right: 0; }
}

/* Opera < 12.1 */
@-o-keyframes fadeinright {
    from { opacity: 0; right: -1000px; }
    to   { opacity: 1; right: 0; }
}

body {
    font-family: Arsenal, 'Open Sans', sans-serif;
    font-size: 14px;
    line-height:125%;
    color:#35647d;
    background: #fff;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

p {
    font-family: 'Open Sans', sans-serif;
}

.alt-color-a { background-color: #fff; }
.alt-color-b { background-color: blue; }

textarea {
    border: 1px solid #cbe2e7;
    font-family: Arsenal, 'Open Sans', sans-serif;
    font-size: 14px;
    line-height:125%;
    color:black;
    resize: vertical
}

input {
    font-family: Arsenal, 'Open Sans', sans-serif;
    font-size: 14px;
    color:black;
}

[type="radio"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

label {
    display: block;
    cursor: pointer;
    padding:0;
}

[type="radio"] + span {
    display: block;
}

[type="radio"] + span:before {
    content: '';
    display: inline-block;
    background: #a5dee5; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #a5dee5 0%, #dbf7ff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #a5dee5 0%,#dbf7ff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #a5dee5 0%,#dbf7ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5dee5', endColorstr='#dbf7ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    width: 1em;
    height: 1em;
    border-radius: 1em;
    vertical-align: -0.25em;
    border: 1px solid #90E2ED;
    -webkit-box-shadow: 0px 5px 28px -14px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 28px -14px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 28px -14px rgba(0,0,0,0.75);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

[type="radio"]:checked + span:before {
    background: #effcff; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #effcff 0%, #ccf4ff 50%, #aedfe8 51%, #35abc5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #effcff 0%,#ccf4ff 50%,#aedfe8 51%,#35abc5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #effcff 0%,#ccf4ff 50%,#aedfe8 51%,#35abc5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#effcff', endColorstr='#35abc5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    box-shadow: 0 0 0 0.15em #1d93aa;
}

[type="radio"]:focus + span:after {
    content: '\0020\2190';
    font-size: 1.5em;
    line-height: 1;
    vertical-align: -0.125em;
}

.altRadioBack {
    width: 100%;
    height: 18px;
    background: #37bdcc; /* Old browsers */
    background: -moz-linear-gradient(left, #37bdcc 0%, #66cbd1 50%, #37bdcc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #37bdcc 0%,#66cbd1 50%,#37bdcc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #37bdcc 0%,#66cbd1 50%,#37bdcc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37bdcc', endColorstr='#37bdcc',GradientType=1 ); /* IE6-9 */
    border-bottom: 1px solid white;
    padding: 0 0 0 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

[type="checkbox"] {
    border: 0px;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.multiselect {
    width: 200px;
}

.selectBox select {
    width: 100%;
    font-weight: bold;
}

.checkboxes {
    background-color: #fff;
    border: 1px #dadada solid;
}

.checkboxes label {
    display: block;
    color: #000;
    background-color: #fff;
    margin: 5px;
    position: relative;
}

.checkboxes label:hover {
    background-color: #b7d4e1;
}

label {
    display: block;
    cursor: pointer;
    padding:0;
}

[type="checkbox"] + span {
    display: block;
}

[type="checkbox"] + span:before {
    content: '';
    display: inline-block;
    background: #a5dee5; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #a5dee5 0%, #dbf7ff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #a5dee5 0%,#dbf7ff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #a5dee5 0%,#dbf7ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5dee5', endColorstr='#dbf7ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    width: 1em;
    height: 1em;
    border-radius: 1em;
    vertical-align: -0.25em;
    border: 1px solid #90E2ED;
    -webkit-box-shadow: 0px 5px 28px -14px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 28px -14px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 28px -14px rgba(0,0,0,0.75);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

[type="checkbox"]:checked + span:before {
    background: #effcff; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #effcff 0%, #ccf4ff 50%, #aedfe8 51%, #35abc5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #effcff 0%,#ccf4ff 50%,#aedfe8 51%,#35abc5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #effcff 0%,#ccf4ff 50%,#aedfe8 51%,#35abc5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#effcff', endColorstr='#35abc5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    box-shadow: 0 0 0 0.15em #1d93aa;
}

[type="checkbox"]:focus + span:after {
    content: '\0020\2190';
    font-size: 1.5em;
    line-height: 1;
    vertical-align: -0.125em;
}

.checkboxes [type="checkbox"] + span:before{
    border-radius: 0;
    width: 0.75em;
    height: 0.75em;
}

.altCheckBack {
    width: 100%;
    height: 18px;
    background: #37bdcc; /* Old browsers */
    background: -moz-linear-gradient(left, #37bdcc 0%, #66cbd1 50%, #37bdcc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #37bdcc 0%,#66cbd1 50%,#37bdcc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #37bdcc 0%,#66cbd1 50%,#37bdcc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37bdcc', endColorstr='#37bdcc',GradientType=1 ); /* IE6-9 */
    border-bottom: 1px solid white;
    padding: 0 0 0 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

input[type=checkbox] {
    visibility: hidden;
}

.multiselect input[type=checkbox] {
    visibility: visible;
}

.yesNoSlide {
    width: 80px;
    height: 38px;
    background: #35abc5; /* Old browsers */
    background: -moz-linear-gradient(top, #35abc5 0%, #44afc4 100%);
    background: -webkit-linear-gradient(top, #35abc5 0%,#44afc4 100%);
    background: linear-gradient(to bottom, #35abc5 0%,#44afc4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35abc5', endColorstr='#44afc4',GradientType=0 );
    color: white;
    position: relative;
    border-bottom: 1px solid white;

}

.yesNoSlide:after {
    content: 'NO';
    color: white;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 0;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgba(255,255,255,.15);
}

.yesNoSlide:before {
    content: 'YES';
    color: white;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 0;
    font-weight: bold;
}

.centerPageNewRight {
    position:absolute;
    right:0;
    color:#5e9cb0;
    width:50%;
    height:400px;
    background: #e4f4f9;
    background: -moz-linear-gradient(top, #ecf7fb 0%, #dbf0f6 100%);
    background: -webkit-linear-gradient(top, #ecf7fb 0%,#dbf0f6 100%);
    background: linear-gradient(to bottom, #ecf7fb 0%,#dbf0f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf7fb', endColorstr='#dbf0f6',GradientType=0 );
    border-radius: 0 15px 15px 0;
    border:2px solid #a1ccd9;
    border-left:0;
    padding:0;
    text-align:center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.s;
    transition: all 0.4s;
}

.centerPageNewLeft {
    position:absolute;
    left:0;
    color:#5e9cb0;
    width:50%;
    height:400px;
    background: #d1e9f1;
    background: -moz-linear-gradient(top, #d6ebf2 0%, #c9e5ee 100%);
    background: -webkit-linear-gradient(top, #d6ebf2 0%,#c9e5ee 100%);
    background: linear-gradient(to bottom, #d6ebf2 0%,#c9e5ee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6ebf2', endColorstr='#c9e5ee',GradientType=0 );
    border-radius: 15px 0 0 15px;
    border:2px solid #a1ccd9;
    border-right:0;
    padding:0;
    text-align:center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.centerPageNewLeft:hover {
    color: white;
    background: #45a7c5;
    border:2px solid #45a7c5;
    border-right:0;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}

.centerPageNewRight:hover {
    color: white;
    background: #45a7c5;
    border:2px solid #45a7c5;
    border-left:0;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}

.yesNoSlide label {
    display: block;
    width: 45%;
    height: 32px;

    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;

    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    background: #fcfff4;

    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.yesNoSlide input[type=checkbox]:checked + label {
    left: 41px;
}

.yesNoSlide2:after {
    content: 'NO';
    color: white;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 0;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgba(255,255,255,.15);
}

.yesNoSlide2:before {
    content: 'YES';
    color: white;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 0;
    font-weight: bold;
}

.yesNoSlide2 label {
    display: block;
    width: 45%;
    height: 32px;

    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;

    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    background: #fcfff4;

    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.yesNoSlide2 input[type=checkbox]:checked + label {
    left: 41px;
}

.yesNoSlide3:after {
    content: 'NO';
    color: white;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 0;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgba(255,255,255,.15);
}

.yesNoSlide3:before {
    content: 'YES';
    color: white;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 0;
    font-weight: bold;
}

.yesNoSlide3 label {
    display: block;
    width: 45%;
    height: 32px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.yesNoSlide3 input[type=checkbox]:checked + label {
    left: 41px;
}

select.select {
	border: 0;
	border-radius: 0 0 0 0;
        height:24px;
        width: 100%;
}

select {
    font-family: 'Arsenal','Open Sans', sans-serif;
    font-size: 14px;
    color:black;
}

.styled-select {
    width: 180px;
    height: 22px;
    overflow: hidden;
    background: url('../images/selectarrow.png');
    background-width: 25px
}

.styled-select select {
   	background: transparent;
   	width: 200px;
   	padding: 5px;
   	line-height: 1;
   	border: 0;
   	border-radius: 0;
   	height: 22px;
   	-webkit-appearance: none;
}

.styled-select-medium {
        width: 100%;
        height: 40px;
        overflow: hidden;
        background: #e7f1f4;
}

.styled-select-medium select {
        background: transparent;
        width: 100%;
        line-height: 1;
	padding:5px;
        border: 0;
        border-radius: 0;
        height: 40px;
        -webkit-appearance: none;
}

.styled-select-trk {
        color:black;
        overflow: hidden;
	background-color:#c4e4f5;
        padding:0;
        border: 1px solid #add4ea;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
}

.styled-select-trk:hover {
        overflow: hidden;
        border: 1px solid #6299b7;
	background-color:#94d3f5;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
}

.styled-select-trk select {
        background: transparent;
        width: 100%;
        padding:0;
        line-height: 20px;
        border: 0;
        border-radius: 0;
        height: 30px;
        -webkit-appearance: none;
}

.styled-select-trk:hover select {
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        transition: all 0.1s;
}

.styled-select-big {
    width: 100%;
    height: 35px;
    color:black;
    overflow: hidden;
    padding:0 0 0 10px;
    background: #deeef2 url('../images/selectarrow.png');
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: right;
    border:0;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
}

.styled-select-big:hover {
    width: 100%;
    height: 35px;
    overflow: hidden;
    background: #97d9ed url('../images/selectarrow.png');
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: right;
    border:0;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
}

.styled-select-big select {
    background: transparent;
    width: 100%;
    padding:2px 0 0 10px;
    line-height: 20px;
    border: 0;
    border-radius: 0;
    height: 100%;
    -webkit-appearance: none;
}

.styled-select-big:hover select {
	-webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        transition: all 0.1s;
}

.styled-select-big2 {
        width: 100%;
        height: 35px;
        overflow: hidden;
	background: #f8fcfd url('../images/selectarrow.png');
        background-size: 40px;
        background-repeat: no-repeat;
        background-position: right;
        border: 0px solid #feffff;
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        transition: all 0.1s;
}

.styled-select-big2:hover {
        width: 100%;
        height: 35px;
        overflow: hidden;
	background: #97d9ed url('../images/selectarrow.png');
        background-size: 40px;
        background-repeat: no-repeat;
        background-position: right;
        border: 0px solid #6299b7;
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        transition: all 0.1s;
}

.styled-select-big2 select {
        background: transparent;
        width: 100%;
	padding:0 0 0 10px;
        line-height: 1;
        border: 0;
        border-radius: 0;
        height: 35px;
        -webkit-appearance: none;
}

.styled-select-big2:hover select {
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        transition: all 0.1s;
}

.styled-select-big-side {
        width: 100%;
        height: 28px;
        overflow: hidden;
	background: #cce4ea url('../images/selectarrow.png');
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: right;
        border: 0;
	color:black;
	-webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
}

#search-select-big-side {
        width: 100%;
        height: 30px;
        overflow: hidden;
	background: #cce4ea url('../images/selectarrow.png');
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: right;
        border: 0;
	color:black;
}

.styled-select-big-side:hover {
        width: 100%;
        height: 28px;
        overflow: hidden;
	background: #65c1d6 url('../images/selectarrow.png');
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: right;
        border: 0;
	-webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
}

.styled-select-big-side select {
        background: transparent;
	opacity: 10;
        width: 100%;
        padding: 5px 5px 5px 5px;
        line-height: 20px;
        border: 0;
	color:black;
        border-radius: 0;
        height: 30px;
        -webkit-appearance: none;
}

.styled-select-big-side select:hover {
        background: transparent;
        opacity: 10;
        width: 100%;
        line-height: 20px;
        padding: 5px 5px 5px 5px;
        border: 0;
        border-radius: 0;
        height: 30px;
        -webkit-appearance: none;
}

.styled-select-big-side2 {
        width: 100%;
        height: 30px;
	background: #bbdce4 url('../images/selectarrow.png');
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: right;
        overflow: hidden;
	color: black;
        border: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
}

.styled-select-big-side2:hover {
        width: 100%;
        height: 30px;
        overflow: hidden;
	background: #65c1d6 url('../images/selectarrow.png');
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: right;
        border: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
}

.styled-select-big-side2 select {
        background: transparent;
        opacity: 10;
        width: 100%;
	padding: 5px 5px 5px 5px;
        line-height: 20px;
        border: 0;
        border-radius: 0;
        height: 30px;
        -webkit-appearance: none;
}

.styled-select-big-side2 select:hover {
        background: transparent;
        opacity: 10;
        width: 100%;
        line-height: 20px;
        padding: 5px 5px 5px 5px;
        border: 0;
        border-radius: 0;
        height: 30px;
        -webkit-appearance: none;
}

.side-menu-program-stream {
    width: 100%;
    height: 50px;
    background: #bbdce4;
    overflow: hidden;
    color: black;
    border: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.side-menu-program-stream select {
    background: transparent;
    opacity: 10;
    width: 100%;
    line-height: 20px;
    padding: 5px 5px 5px 5px;
    border: 0;
    border-radius: 0;
    height: 50px;
    -webkit-appearance: none;
}
.side-menu-light-row {
    background-color: #215166;
    height: 50px;
}

.side-menu-dark-row {
    background-color: #1f4b5e;
    height: 50px;
}

.table-row-head {
    background: #1d93aa; /* Old browsers */
    background: -moz-linear-gradient(top, #1d93aa 0%, #1d99b5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1d93aa 0%,#1d99b5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1d93aa 0%,#1d99b5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d93aa', endColorstr='#1d99b5',GradientType=0 ); /* IE6-9 */
    height:30px;
    color: white;
    border: 0
}

.table-row-heading {
    background: #35abc5; /* Old browsers */
    background: -moz-linear-gradient(top, #35abc5 0%, #44afc4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #35abc5 0%,#44afc4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #35abc5 0%,#44afc4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35abc5', endColorstr='#44afc4',GradientType=0 ); /* IE6-9 */
    color: white;
    border:0;
    height:18px
}

.table-row-total {
    background: #bde0e6;
    color: black;
    border:0;
    height:18px
}

.overall-score-row {
    background: #35abc5c2; /* Old browsers */
    background: -moz-linear-gradient(top, #35abc5c2 0%, #44afc4cc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #35abc5c2 0%,#44afc4cc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #35abc5c2 0%,#44afc4cc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.how-to {
    width: 100%;
    padding:0;
    color:#5e9cb0;
    background: #e4f4f9;
    background: -moz-linear-gradient(top, #ecf7fb 0%, #dbf0f6 100%);
    background: -webkit-linear-gradient(top, #ecf7fb 0%,#dbf0f6 100%);
    background: linear-gradient(to bottom, #ecf7fb 0%,#dbf0f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf7fb', endColorstr='#dbf0f6',GradientType=0 );
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.how-to p {
    padding: 20px 30px;
}

.styled-input {
    width: 100%;
    height: 18px;
    background: #deeef2; /* Old browsers */
    background: -moz-linear-gradient(top, #deeef2 0%, #e7f1f4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #deeef2 0%,#e7f1f4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #deeef2 0%,#e7f1f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deeef2', endColorstr='#e7f1f4',GradientType=0 );
    border:0;
    padding: 0 0 0 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.styled-input input {
	border: 1px solid rgba(0,0,0,0.0);
	background: rgba(0,0,0,0.0);
	height: 40px;
	overflow: hidden;
	padding: 0 5px 0 10px;
	width: 99%;
}

.styled-input1 {
    height: 40px;
    background: #deeef2; /* Old browsers */
    background: -moz-linear-gradient(top, #deeef2 0%, #e7f1f4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #deeef2 0%,#e7f1f4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #deeef2 0%,#e7f1f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deeef2', endColorstr='#e7f1f4',GradientType=0 );
    border:0;
    padding: 0 0 0 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.styled-input1 input {
	border: 1px solid rgba(0,0,0,0.0);
	background: rgba(0,0,0,0.0);
	height: 40px;
	overflow: hidden;
	padding: 0 5px 0 10px;
	width: 99%;
}

.styled-input2 {
    height: 40px;
    background: #e7f1f4; /* Old browsers */
    background: -moz-linear-gradient(top, #e7f1f4 0%, #eff5f7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e7f1f4 0%,#eff5f7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e7f1f4 0%,#eff5f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7f1f4', endColorstr='#eff5f7',GradientType=0 );
    border:0;
    padding: 0 0 0 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.styled-input2 input {
	border: 1px solid rgba(0,0,0,0.0);
	background: rgba(0,0,0,0.0);
	height: 40px;
	overflow: hidden;
	padding: 0 5px 0 10px;
	width: 99%;
}

.styled-input3 {
    width: 100%;
    height: 18px;
    background: #e7f1f4; /* Old browsers */
    background: -moz-linear-gradient(top, #e7f1f4 0%, #eff5f7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e7f1f4 0%,#eff5f7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e7f1f4 0%,#eff5f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7f1f4', endColorstr='#eff5f7',GradientType=0 );
    border-bottom: 1px solid white;
    padding: 0 0 0 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.styled-input3 input {
    border: 1px solid rgba(0,0,0,0.0);
    background: rgba(0,0,0,0.0);
    height: 40px;
    overflow: hidden;
    padding: 0 5px 0 10px;
    width: 99%;
}

.styled-input-form {
	width:200px;
	overflow: hidden;
	padding: 0 0 0 0;
	background:#feffff;
	padding:0;
}

.styled-input-form input {
        border: 0px solid rgba(0,0,0,0.0);
        background: rgba(0,0,0,0.0);
	padding: 0 5px 0 10px;
	height:25px;
        width: 99%;
}

.timeOutWarning {
    color: white;
    padding: 0;
    background-color: rgba(211,61,61,0.9);
    border: 1px solid rgba(173,46,46,0.8);
    position: fixed;
    right: -500px;
    padding: 15px;
    bottom: 10px;
    text-align: center;
    width: 310px;
    margin: 0px 0.5%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index:999999;
    box-shadow: 0px 3px 7px rgba(0,0,0,0.4)
}

#drop-triangle-down {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7.5px 0 7.5px;
    border-color: #ffffff transparent transparent transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#drop-triangle-left {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 10px 7.5px 0;
    border-color: transparent #ffffff transparent transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.ageRange1 {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.ageRange2 {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.ageRange3 {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.ageRange4 {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}

.ageRange5 {
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}

.ageRange6 {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}
#container {
	width: 100%;
	overflow-x: hidden;
}

a:link {
	color:#35647d;text-decoration:none;
}

a:visited {
	color:#35647d;
}

a:hover {
	color:#35647d;
}

a:active {
	color:#35647d;
}

.announce-container-left {
    position:relative;float:left;width:30%;padding:10px 10px 20px 10px;
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s; /* Firefox < 16 */
    -ms-animation: fadein 1s; /* Internet Explorer */
    -o-animation: fadein 1s; /* Opera < 12.1 */
    animation: fadein 1s;
}

.announce-container-center {
    position:relative;float:left;width:30%;padding:10px 10px 20px 10px;
    -webkit-animation: fadein 2.5s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2.5s; /* Firefox < 16 */
    -ms-animation: fadein 2.5s; /* Internet Explorer */
    -o-animation: fadein 2.5s; /* Opera < 12.1 */
    animation: fadein 2.5s;
}

.announce-container-right {
    position:relative;float:right;width:30%;padding:10px 10px 20px 10px;
    -webkit-animation: fadein 6s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 6s; /* Firefox < 16 */
    -ms-animation: fadein 6s; /* Internet Explorer */
    -o-animation: fadein 6s; /* Opera < 12.1 */
    animation: fadein 6s;
}

#login-container {
    position:absolute;
    width:570px;
    height:440px;
    margin:-250px 0 0 -285px;
    top:50%;
    left:50%;
}

#pr_info_con {
    position:relative;
    -webkit-animation: fadeinup 1.5s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadeinup 1.5s; /* Firefox < 16 */
    -ms-animation: fadeinup 1.5s; /* Internet Explorer */
    -o-animation: fadeinup 1.5s; /* Opera < 12.1 */
    animation: fadeinup 1.5s;
}

#global_stats {
    position:relative;
    -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 3s; /* Firefox < 16 */
    -ms-animation: fadein 3s; /* Internet Explorer */
    -o-animation: fadein 3s; /* Opera < 12.1 */
    animation: fadein 3s;
}

.info_fade {
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s; /* Firefox < 16 */
    -ms-animation: fadein 1s; /* Internet Explorer */
    -o-animation: fadein 1s; /* Opera < 12.1 */
    animation: fadein 1s;
}

.info_fade_fast {
    -webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 0.5s; /* Firefox < 16 */
    -ms-animation: fadein 0.5s; /* Internet Explorer */
    -o-animation: fadein 0.5s; /* Opera < 12.1 */
    animation: fadein 0.5s;
}

#login-container table {
	width: 100%;
}

#login-container input {
        width: 100%;
	height: 24px;
}

#login-container select {
	border: 0;
	border-radius: 0 0 0 0;
        height:35px;
        width: 70%;
}

#bg-container {
	background: url('../images/bg.png');
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
}

#top {
	width: 1280px;
	height:100px;
	margin:0 auto 0 auto;
}

#top-container {
	padding:0 20px 0 20px;
}

#extra {
        width: 1280px;
	height: 25px;
        margin:0 auto 0 auto;
}

#extra-container {
        padding: 10px 20px 0 20px;
	height:25px;
}

#extra img {
	width:24px;
}

#social {
	position: relative;
	float: right;
	padding: 0 10px 0 0;
}

#psel {
        position: relative;
        float: right;
        padding: 0 10px 0 0;
}

#go {
        font-family:'Open sans', sans-serif;
        color:white;
        border:1px solid #193e52;
        background-color:#37647c;
        width:60px;
	height: 24px;
        text-align:center;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
}

#go:hover {
        font-family:'Open sans', sans-serif;
        text-shadow:1px 1px #69a6c7;
        color:white;
        border:1px solid #45a7c5;
        background-color:#45a7c5;
        width:70px;
        text-align:center;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
}

#slider {
	width: 100%;
}

#title-container {
	padding: 5px 0 5px 0;
        background-color: #45a7c5;
	max-width:100%;
}

#title {
        margin: 0 auto 0 auto;
        max-width: 1280px;
        min-height:20px;
	padding-left:30px;
}

#title h1 {
	color: white;
	text-shadow: 1px 1px #264553;
}

#module-container {
	padding-bottom: 30px;
	position: relative;
	width:100%;
	display:block;
	overflow: auto;
}

#module-container tr td {
	padding: 5px;
}

#left-module {
    float:left;
    width:70%;
    display:block;
}

#left-module-small {
    padding:0;
    float:left;
    width:29%;
    display:block;
    margin-right:20px
}

#left-module-small div {
    padding:0;
    float:left;
    display:block;
}

#right-module-small {
    padding:0;
    float:right;
    width:29%;
    display:block;
}

#right-module-small div {
    padding:0;
    float:left;
    display:block;
}

#right-module-roles {
    position:relative;
    padding:0;
    float:right;
    width:38%;
    display:block;
}

#right-module-roles div {
    padding:0;
    float:left;
    display:block;
}

#right-module-large {
    padding:0;
    float:right;
    width:70%;
    display:block;
    z-index:99999;
}

#right-module-large div {
    display:block;
}

.column_a {
    padding:5px 10px;
    width:100%;
    display:block;
    border:1px solid #7db2c9;
    box-shadow: 0px 3px 7px rgba(0,0,0,0.2);
    margin-bottom: 20px
}

.column_b {
    padding:5px 10px;
    width:100%;
    display:block;
    border:1px solid #7db2c9;
    box-shadow: 0px 3px 7px rgba(0,0,0,0.2);
    margin-bottom: 20px
}

.column_c {
    padding:5px 10px;
    width:100%;
    display:block;
    border:1px solid #7db2c9;
    box-shadow: 0px 3px 7px rgba(0,0,0,0.2);
    margin-bottom: 20px
}

#right-module {
    position: relative;
    float:right;
    width:29%;
    display: block;
    -webkit-animation: fadeinup 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadeinup 2s; /* Firefox < 16 */
    -ms-animation: fadeinup 2s; /* Internet Explorer */
    -o-animation: fadeinup 2s; /* Opera < 12.1 */
    animation: fadeinup 2s;
}

.left-column {
    float:left;
    width:49%;
    display:block;
    -webkit-animation: fadeinup 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadeinup 2s; /* Firefox < 16 */
    -ms-animation: fadeinup 2s; /* Internet Explorer */
    -o-animation: fadeinup 2s; /* Opera < 12.1 */
    animation: fadeinup 2s;
}

.right-column {
    float:right;
    width:49%;
    display: block;
    -webkit-animation: fadeinup 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadeinup 2s; /* Firefox < 16 */
    -ms-animation: fadeinup 2s; /* Internet Explorer */
    -o-animation: fadeinup 2s; /* Opera < 12.1 */
    animation: fadeinup 2s;
}

#right-module td {
	vertical-align:top;
}

#right-module select {
	border: 0;
        border-radius: 0 0 0 0;
        height:35px;
        width: 65%;
}

#client-select {
	position: relative;
	border-bottom: 0px solid #fff;
	float: right;
	padding-right:5px;
}

#client-select select {
        position: relative;
        border: 0;
	border-radius: 0 0 0 0;
	height: 25px;
        float: right;
	width: 200px;
}

#shift-change {
	position: relative;
	align: right;
	width:360px;
	padding-left:7px;
}

#shift-change tr td {
        vertical-align: top;
}

#module-container td {
	vertical-align: top;
	padding: 0 0 0 0;
}

#heading {
    line-height:10%;
    position: relative;
    padding:20px 10px 12px 0px;
    width:100%;
}

#heading div {
    padding:5px 10px 20px 10px;
    height:20px;
    color:white;
    background-color: #2f7999;
    border:1px solid #7db2c9;
    box-shadow: 0px 3px 7px rgba(0,0,0,0.2)
}

#heading2 {
    position: relative;
    padding:20px 0px 12px 0px;
    width:auto;
}

#heading2 div {
    padding:5px 10px 20px 10px;
    height:20px;
    color:white;
    background-color: #2f7999;
    border:1px solid #7db2c9;
    box-shadow: 0px 3px 7px rgba(0,0,0,0.2)
}

.header {
    line-height:10%;
    position: relative;
    padding:20px 0 20px 0px;
    width:1260px;
}

.header div {
    padding:5px 10px 20px 10px;
    height:20px;
    color:white;
    background-color: #2f7999;
    border:1px solid #7db2c9;
    box-shadow: 0px 3px 7px rgba(0,0,0,0.2)
}

#content-container {
	padding: 0 0 30px 0;
}

#content {
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
    min-height: 50vh;
}

#client-content {
        margin: 0 auto;
        max-width: 1280px;
        position: relative;
}

#client-file {
	padding:10px 10px 30px 10px;
}

#announce-container {
	width: 100%;
        overflow-x: hidden;
	background-color: #2d647c;
}

#announce-content {
        margin: 0 auto 0 auto;
        max-width: 1280px;
        position: relative;
	color: #fff;
	padding:0 0 20px 0;
}

#announce-content td {
	vertical-align: top;
	width: 33%;
	padding: 10px;
}

#announce-content img {
	position: relative;
	top:20px;
}

#announce-content a:link {
	color:#fff;
	text-decoration: underline;
}

#announce-content a:visited {
	color:#fff;
}

#announce-content a:hover {
	color:#fff;
}

#announce-content a:active {
	color:#fff;
}

#info-container {
        width: 100%;
        overflow-x: hidden;
        background-color: #215166;
	border-bottom: 1px solid #5389a0;
}

#info-content {
        margin: 0 auto 0 auto;
        max-width: 1260px;
        position: relative;
        color: #fff;
}

#sub-info-container {
    width: 100%;
    overflow-x: hidden;
    background-color: #2d647c;
    border-bottom: 1px solid #5389a0;
    margin-bottom: 20px
}

#sub-info-content {
    margin: 0 auto 0 auto;
    max-width: 1260px;
    position: relative;
    color: #fff;
}

#program-name {
	position: relative;
	float: left;
	padding-right: 40px;
}

#staff-name {
	width: 300px;
	position: relative;
	float: right;
	text-align: right;
}

#pane {
	padding: 20px 15px 0 15px;
	position: relative;
	width: 47%;
	float: left;
	height: 550px;
}

#form-container {
        padding: 30px 0 30px 10px;
}

#form {
        margin: 0 auto 0 auto;
        max-width: 1280px;
}

#form table {
}

#form input {
	border: 1px solid #b8d2de;
}

#form textarea {
	width:600px;
	height:400px;
	border: 1px solid #b8d2de;
}

#footcontainer1 {
	width: 100%;
	background-color:#50b4cf;
	min-height:375px;
}

#foot1 {
	margin:0 auto 0 auto;
	max-width:500px;
	padding:40px 0 30px 0;
}

#footcontainer2 {
        width: 100%;
        background-color:#e4f4f6;
        min-height:325px;
}

#foot2 {
        margin:0 auto 0 auto;
        max-width:1200px;
        padding:30px 0 30px 0;
}

#foot2 ul li {
	display:inline-table;
	padding:10px;
}

#foot2 ul li ul li {
        display:block;
	padding: 10px 0 0 0;
}

td.prdesc {
	font-family: 'Open Sans', sans-serif;
	vertical-align:top;
	padding-bottom:30px;
}

td.quote {
        font-family: 'Arsenal', sans-serif;
        vertical-align:top;
        padding-bottom:30px;
}

div.outer {
	width: 100%;
	margin: 0 auto;
	overflow: visible;
	padding-bottom: 15px;
}

div.inner {
	display: inline-block;
	position: relative;
	right: -50%;
}

div.inner img {
	width: 100%;
	position: relative;
	left:-50%;
}

#button, #add_family_row {
	font-family:'Open sans', sans-serif;
	padding:10px 20px 10px 20px;
	font-size: 12px;
	color:white;
	border:1px solid #193e52;
	background-color:#37647c;
	width:100px;
	text-align:center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#button:hover, #add_family_row:hover {
    font-family:'Open sans', sans-serif;
    text-shadow:1px 1px #69a6c7;
    padding:10px 20px 10px 20px;
    color:white;
    border:1px solid #45a7c5;
    background-color:#45a7c5;
    width:140px;
    text-align:center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#button:disabled {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
    border: 1px solid #999;
    box-shadow: none;
}

#button:disabled:hover {
    background-color: #ccc;
    cursor: not-allowed;

}

#buttonCancel {
    font-family:'Open sans', sans-serif;
    padding:10px 20px 10px 20px;
    font-size: 12px;
    color:white;
    border:0;
    background-color:rgba(211,61,61,1);
    width:100px;
    position:relative;
    float:right;
    height:48px;
    text-align:center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#buttonCancel:hover {
    background-color:rgba(255,124,124,1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#buttonDate {
    font-family: Arsenal, 'Open Sans', sans-serif;
    font-size: 14px;
    padding:10px 12px;
    color:#37647c;
    border:none;
    background-color:rgba(0,0,0,0.0);
    width:100%;
    height:38px;
    text-align:left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#buttonDate:hover {
    color: white;
    background-color:rgba(69,167,197,1.0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#moduleButton {
    font-family:'Open sans', sans-serif;
    padding:10px 20px 10px 20px;
    font-size: 12px;
    color:white;
    border:1px solid #45a7c5;
    background-color:#45a7c5;
    width:100px;
    text-align:center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#moduleButton:hover:enabled {
    font-family:'Open sans', sans-serif;
    text-shadow:1px 1px #69a6c7;
    padding:10px 20px 10px 20px;
    color:white;
    border:1px solid #45c5a3;
    background-color:#45c5a3;
    width:140px;
    text-align:center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#deleteButton {
    font-family:'Open sans', sans-serif;
    padding:10px 20px 10px 20px;
    font-size: 12px;
    color:white;
    border:1px solid #37647c;
    background-color:#37647c;
    width:100px;
    text-align:center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#deleteButton:hover {
    font-family:'Open sans', sans-serif;
    text-shadow:1px 1px #69a6c7;
    padding:10px 20px 10px 20px;
    color:white;
    border:1px solid #c56345;
    background-color:#c56345;
    width:140px;
    text-align:center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#roundCornerButton {
    position:absolute;
    top:0px;
    right:0px;
    border-radius:0px 10px 0px 0px;
    font-size:16px;
    background-color:white;
    color:#37647c;
    border:0;
    height:30px;
    width:30px;
    padding:0 0 5px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#roundCornerButton:hover {
    background-color: #45a7c5;
    color: white;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#roundCornerButtonDark {
    position:absolute;
    top:0px;
    right:0px;
    border-radius:0px 10px 0px 0px;
    font-size:16px;
    background-color:transparent;
    color:#37647c;
    border:0;
    height:30px;
    width:30px;
    padding:0 0 5px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#roundCornerButtonDark:hover {
    background-color: #45a7c5;
    color: white;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#button_add_element {
    font-family:'Open sans', sans-serif;
    padding:15px 0;
    font-size: 12px;
    color:white;
    border:1px solid #b8d2de;
    background:#5dc3df;
    width:100%;
    height:60px
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#button_add_element:hover {
    font-family:'Open sans', sans-serif;
    text-shadow:1px 1px #69a6c7;
    padding:15px 0;
    color:white;
    background-color:#45a7c5;
    text-align:center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#button2 {
    font-family: Arsenal, 'Open Sans', sans-serif;
    font-size: 14px;
    line-height:125%;
    color:#35647d;
    border: 0px solid rgba(0,0,0,0.0);
    background:#cbe2e7;
    width:auto;
    padding: 0;
    text-align:left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#button2:hover {
	padding-left:20px;
	padding-right:20px;
        font-family: Arsenal, 'Open Sans', sans-serif;
        font-size: 14px;
        line-height:125%;
        color:#35647d;
        border: 1px solid #35647d;
        background-color: white;
        width:150;
        text-align:center;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
}

#buttonEdit {
        font-family:'Open sans', sans-serif;
        color:white;
        border:1px solid #193e52;
        background-color:#37647c;
        width:100px;
        text-align:center;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
}

#buttonEdit:hover {
    font-family:'Open sans', sans-serif;
    color:white;
    border:1px solid #45a7c5;
    background-color:#45a7c5;
    width:150px;
    text-align:center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#buttonSide {
	border:0;
	float:right;
	margin:0;
	width:100%;
	height:40px;
	font-family:'Open sans', sans-serif;
        padding:10px 20px 10px 20px;
        color:white;
        background-color:#37647c;
        text-align:center;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
}

#buttonSide:hover {
        font-family:'Open sans', sans-serif;
        text-shadow:1px 1px #69a6c7;
        padding:10px 20px 10px 20px;
        color:white;
        background-color:#45a7c5;
        text-align:center;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
}

#buttonSidePop {
        border:0;
        float:right;
        margin:0;
        width:100%;
        height:40px;
        font-family:'Open sans', sans-serif;
        padding:10px 20px 10px 20px;
        color:white;
        background-color:#37748e;
        text-align:center;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
}

#buttonSidePop:hover {
        font-family:'Open sans', sans-serif;
        text-shadow:1px 1px #45a7c5;
        padding:10px 20px 10px 20px;
        color:white;
        background-color:#73b7dc;
        text-align:center;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
}

#add-client {
}

#add-client td {
	padding: 10px;
	height: 25px;
}

#add-client input {
	height:22px;
	width: 100%;
}

#add-client select {
	border: 0;
	height:24px;
        width: 100%;
}

#submit {
        font-family:'Open sans', sans-serif;
        padding:15px 30px 15px 30px;
        color:white;
        border:1px solid #0f1b1e;
        background-color:#35647d;
        width:140px;
        text-align:center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#submit:hover {
        font-family:'Open sans', sans-serif;
        padding:15px 30px 15px 30px;
        color:white;
	border:1px solid #85caf0;
        background-color:#73b7dc;
        width:180px;
        text-align:center;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
}

#foot2 ul {
	padding: 10px;
	list-style-type: none;
	text-align: left;
	display: inline;
	text-decoration: none;
}

#welcome-container {
	padding:9% 0 30px 0;
}

#welcome {
	width:600px;
	height:1200px;
	margin:auto auto auto auto;
}

#welcome tr {
	height: 248px;
	width: 800px;
}

#container {
	width: 100%;
	overflow-x: hidden;
}

#menu {
        font-family: 'Open Sans', sans-serif;
        position: relative;
        font-size: 14px;
        background-color: white;
        z-index: 9998;
        width: 100%;
	padding-bottom: 3px;
}

#menu ul {
	padding: 0px;
	list-style-type: none;
	text-align: center;
	list-style: none;
}

#menu ul li {
	display: inline-block;
	position: relative;
}

#menu ul li a {
	text-decoration: none;
	padding: 16px 16px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

#menu ul li a:hover {
	background-color: #45a7c5;
	color: white;
        text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#menu ul li ul {
	text-align: left;
  	position: absolute;
	top: 34px;
  	left: 0;
  	box-shadow: none;
  	display: none;
  	opacity: 0;
  	visibility: hidden;
}

#menu ul li ul li {
  	background: #fff;
	width: 160%;
  	display: block;
	padding: 16px 16px;
}

#menu ul li ul li:hover {
	padding: 16px 16px;
	background: #45a7c5;
	color: #fff;
}

#menu ul li ul li a {
        text-decoration: none;
        padding: 16px 16px;
	-webkit-transition: all 0.0s;
        -moz-transition: all 0.0s;
        transition: all 0.0s;
}

#menu ul li ul li a:hover {
        padding: 15px 16px;
        background: #45a7c5;
	color: white;
	-webkit-transition: all 0.0s;
        -moz-transition: all 0.0s;
        transition: all 0.0s;
}

#menu ul li:hover ul {
	color: white;
  	display: block;
  	opacity: 1;
  	visibility: visible;
}

#side-con {
	padding:0;
}

#open-menu {
    border:0;
    padding-top: 48px;
    position: fixed;
    left: 0;
    width: 300px;
    height: 100vh;
    background-color: #1e4454;
    opacity: 0.99;
    z-index: 12000;
    box-shadow: 5px 0px 5px rgba(0,0,0,0.15);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: auto;
}

#open-menu-na {
    border:0;
    padding-top: 48px;
    position: fixed;
    left: 0;
    width: 300px;
    height: 100vh;
    background-color: #1e4454;
    opacity: 0.99;
    z-index: 12000;
    box-shadow: 5px 0px 5px rgba(0,0,0,0.15);
    overflow-y: auto;
}

         #popdown-content {
             padding:0;
         }

#popdown-content tr {
        height:40px;
}

#popdown-content input {
	border: 1px solid rgba(0,0,0,0.0);
	background: rgba(0,0,0,0.0);
	color: white;
	padding: 5px;
	width: 90%;
}

#close-menu {
	padding-top: 50px;
        position: fixed;
        left: -352px;
        width: 350px;
        height: 100vh;
        background-color: #1e4454;
        opacity: 0.99;
        z-index: 9999;
        box-shadow: 5px 0px 5px rgba(0,0,0,0.1);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
}

#side-error {
	text-align:right;
	padding: 10px;
}

#menu-btn {
    position: fixed;
    background-color: white;
    background-image: url('../images/smu.png');
    background-size: 48px;
    border:0;
    float: left;
    width: 48px;
    height: 48px;
    top: 0;
    left: 0;
    z-index: 10002;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#menu-btn-right {
    position: fixed;
    float: left;
    width: 48px;
    height: 48px;
    top: 0;
    z-index: 13002;
    background: url('../images/x.png');
    background-size: 44px;
    border: 1px solid #1e4454;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#menu-btn-right-na {
    position: fixed;
    float: left;
    width: 48px;
    height: 48px;
    background-color: #1e4454;
    background-image: url('../images/x.png');
    background-size: 44px;
    top: 0;
    z-index: 13002;
    border: 1px solid #1e4454;
}

#menu-btn-right-na:hover {
    border: 1px solid #45a7c5;
    background-color: #45a7c5;
    background-image: url('../images/x.png');
    background-size: 44px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

}

#menu-btn:hover {
    position: fixed;
    background-color: white;
    background-image: url('../images/smur.png');
    background-size: 48px;
    border:0;
    float: left;
    width: 48px;
    height: 48px;
    top: 0;
    left: 0;
    z-index: 10002;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#menu-btn-right:hover {
    border: 1px solid #45a7c5;
    background-color: #45a7c5;
    background-image: url('../images/x.png');
    background-size: 44px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#log-out {
    position: fixed;
    float: right;
    width: 50px;
    height: 20px;
    text-align: center;
    padding: 14px;
    top: 0;
    right: 0;
    z-index: 10000;
    border: 1px solid 000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#log-out:hover {
	background-color: #45a7c5;
	color: white;
}

#active {
        background-color: #215166;
        color: white;
        text-decoration: none;
}

#logo {
	width:200px;
	position:relative;
	padding: 10px 0 10px 10px;
}

#maptable {
	vertical-align:top;
	width: 200px;
}

.adminButton {
    position: relative;
    display: block;
    border: none;
    border-bottom: 1px solid #5389a0;
    width: 330px;
    padding: 15px;
    padding-right:20px;
    height:24px;
    background-color: #37748e;
    color: #fff;
    text-align: right;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height:10%;
}

.adminButtonSub {
    position: relative;
    display: block;
    border: none;
    border-bottom: 1px solid #5389a0;
    width: 330px;
    padding: 15px;
    padding-right:20px;
    height:24px;
    background-color: #2d647c;
    color: #fff;
    text-align: right;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height:10%;
}

.adminButtonSub:hover {
        background-color: #45a7c5;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
}

.suggestionList a {
	color: white;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
}

.suggestionList ul li {
	list-style:none;
	margin: 0px;
	padding: 6px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
}

.suggestionList ul li:hover {
	background-color: #45a7c5;
	color: #fff;
	-webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
}

#suggest ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	padding:0;
	margin:0;
}

#user-expand {
	-webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
}

#user-perm {
    position:fixed;
    display:hidden;
    float:right;
    top:0;
    left:300px;
    background-color: rgba(0,0,0,0.9);
    width:100%;
    height:100vh;
    z-index:11000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#pop-heading {
    position:fixed;
    width: 100%;
    height: 48px;
    padding: 0 0 0 10px;
    top:0;
    border-left:1px solid rgba(0,0,0,0.9);
    background: rgba(24,63,76,0.98);
}

#pop-table {
    padding: 48px 0 0 0;
}

#pop-table tr {
}

#pop-table tr td {
    padding: 0 0 0 0;
}

#comm-info {
    padding:10px;
    background: #35abc5; /* Old browsers */
    background: -moz-linear-gradient(top, #35abc5 0%, #44afc4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #35abc5 0%,#44afc4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #35abc5 0%,#44afc4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35abc5', endColorstr='#44afc4',GradientType=0 ); /* IE6-9 */
    color: white;
    border-bottom: 1px solid white;
    height:18px
}

#comm-subject {
    position:relative;
    padding:10px;
    background: #1d93aa; /* Old browsers */
    background: -moz-linear-gradient(top, #1d93aa 0%, #1d99b5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1d93aa 0%,#1d99b5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1d93aa 0%,#1d99b5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d93aa', endColorstr='#1d99b5',GradientType=0 ); /* IE6-9 */
    height:18px;
    color: white;
    border-bottom: 1px solid white
}

#comm-pro {
    min-height: 18px;
    background: #deeef2; /* Old browsers */
    background: -moz-linear-gradient(top, #deeef2 0%, #e7f1f4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #deeef2 0%,#e7f1f4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #deeef2 0%,#e7f1f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deeef2', endColorstr='#e7f1f4',GradientType=0 );
    border-bottom: 1px solid white;
    padding: 10px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#comm-search {
    background: #deeef2; /* Old browsers */
    background: -moz-linear-gradient(top, #deeef2 0%, #e7f1f4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #deeef2 0%,#e7f1f4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #deeef2 0%,#e7f1f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deeef2', endColorstr='#e7f1f4',GradientType=0 );
    border-bottom: 1px solid white;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding:0;
}

#comm-search input {
    border: 1px solid rgba(0,0,0,0.0);
    background: rgba(0,0,0,0.0);
    height: 42px;
    overflow: hidden;
    padding: 5px 10px;
    width: 99%;
}

#client-select-con {
    position:relative;
}

#program-select-con {
    position:relative;
}

#side-menu-foot {
    font-size: 11px;
    text-align: right;
    background: #1d586d;
    padding: 10px 20px 10px 10px;
    color: #bedbe5;
    border-bottom: 1px solid #5389a0;
    box-shadow: -1px 10px 5px rgba(0,0,0,0.15);
}

#forcedPassReset {
    display: block;
    width: 100%;
    opacity: 0.9;
    color: white;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#forcedPassReset input {
    border: 1px solid rgba(0,0,0,0.0);
    background: rgba(0,0,0,0.0);
    color: white;
    padding: 5px;
    width: 90%;
}

.barGraph {
    height: 300px;
    margin: 1em 0;
    padding: 0;
    position: relative;
}

.barGraph li {
    background: #65c1d6;
    border-bottom: 50px solid #5389a0;
    font-family: 'Open Sans', sans-serif;
    bottom: 0;
    color: #FFF;
    margin: 0;
    padding: 10px 0 0 0;
    position: absolute;
    list-style: none;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.p1 { background-color:#65c1d6; }

.barGraph li.p2{ background-color:#888888 }
.barGraph li.p3{ background-color:#AAAAAA }

#service-plan tr td, .family-info tr td, .new-family-info tr td, .new-other-person-involved-info tr td, .other-person-involved-info tr td {
    padding: 10px;
}

.datatable {
    border:1px solid #7db2c9;
    box-shadow: 0px 3px 7px rgba(0,0,0,0.2);
    margin-bottom: 20px;
}

.datatable tr td {
    padding: 10px;
}

.datatable .styled-input {
    padding: 0 0 0 10px !important;
}

.datatable .styled-input input {
    width: fit-content;
}

.datatable .header {
    padding: 10px;
}

.datatable .row > td {
    width: 100%;
    height: 18px;
    background: linear-gradient(to bottom, #deeef2 0%,#e7f1f4 100%);
}

.column-alt {
    background: linear-gradient(to bottom, #e7f1f4 0%,#eff5f7 100%) !important;
}

#caregivers-table, #users-table tr td {
    padding: 10px;
}

.caregivers {
    max-height:150px;
    overflow-y: scroll;
}


#caseNoteTools {
    position:relative;
    float:right;
    width:28%;
    padding:0;
}

#caseNoteTools tr td {
    padding: 10px;
}

#CommTools {
    padding:0;
}

#CommTools tr td {
    padding: 10px;
}

#efficiency {
    padding: 0 0 20px 0;
    width: 100%;
}

#efficiency tr td {
    padding: 10px;
}

#efficiencyKey {
    padding: 0;
    width: 100%;
}

#efficiencyKey tr td {
    padding: 10px;
}

#efficiencyButton {
    padding: 0 0 30px 0;
    width: 100%;
}

#efficiencyButton tr td {
    padding: 10px;
}

#effectiveness {
    padding: 0 0 30px 0;
    width: 100%;
}

#effectiveness tr td {
    padding: 10px;
}

#program-stats {
    width:100%;
    padding: 0 0 10px 0;
}

#program-stats tr td {
    padding: 10px;
}

.ps-td1 {
    width: 10%;
    background:#cbe2e7;
}

.ps-td1_2 {
    width: 6%;
    background:#e7f1f4;
}

.ps-td1_3 {
    width: 6%;
    background:#ffffff;
}

.ps-td2 {
    width: 12%;
}

#missing {
    position: fixed;
    height:100vh;
    left:0;
    top:0;
    z-index:20000;
    width:100%;
    background: rgba(0,0,0,0.9);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.ui-datepicker {
    background:white;
    width: 216px;
    height: auto;
    margin: 5px auto 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    text-align: center;
}

.ui-datepicker-header {
    position:relative;
    background:#5389a0;
    color: white;
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
    box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
    filter: dropshadow(color=#000, offx=1, offy=-1);
    line-height: 30px;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #111;
    z-index:9999;
}

.ui-datepicker-title {
    position:relative;
    z-index:9999;
    text-align: center;
}

.ui-datepicker-next {
    display: inline-block;
    position:relative;
    top: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    background-image: url('../images/cal-next.png');
    background-repeat: no-repeat;
    background-size: 20px;
    line-height: 600%;
    overflow: hidden;
    z-index:99999;
}

.ui-datepicker-prev {
    display: inline-block;
    position:relative;
    top:5px;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    background-image: url('../images/cal-prev.png');
    background-repeat: no-repeat;
    background-size: 20px;
    line-height: 600%;
    overflow: hidden;
    z-index:99999;
}

.ui-datepicker-prev {
    float: left;
    background-position: center 0px;
}
.ui-datepicker-next {
    float: right;
    background-position: center 0px;
}

.ui-datepicker th {
    text-transform: uppercase;
    font-size: 8pt;
    padding: 6px;
    color: #666666;
    text-shadow: 1px 0px 0px #fff;
    filter: dropshadow(color=#fff, offx=1, offy=0);
}

.modal {
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1050;
    display:none;
    overflow:hidden;
    -webkit-overflow-scrolling:touch;
    outline:0;
}

.modal.fade .modal-dialog {
    -webkit-transition:-webkit-transform .3s ease-out;
    -o-transition:-o-transform .3s ease-out;
    transition:transform .3s ease-out;
    -webkit-transform:translate3d(0,-25%,0);
    -o-transform:translate3d(0,-25%,0);
    transform:translate3d(0,-25%,0);
}
.modal.in .modal-dialog {
    -webkit-transform:translate3d(0,0,0);
    -o-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
}
.modal-open .modal {
    overflow-x:hidden;
    overflow-y:auto;
}
.modal-dialog {
    position:relative;
    width:auto;
    margin:10px;
}

.modal-content {
    position:relative;
    background-color:#fff;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    border:1px solid #999;
    border:1px solid rgba(0,0,0,.2);
    border-radius:6px;
    outline:0;
    -webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);
    box-shadow:0 3px 9px rgba(0,0,0,.5);
}

.modal-container {
    position:fixed;
    top:0;
    float:left;
    left:0;
    background:rgba(0,0,0,0.8);
    height:100%;
    width:100%;
    z-index:99998
}

.modal-body {
    position:fixed;
    top:30%;
    float:right;
    right:37.5%;
    background: #193a48;
    border-radius:10px 10px 10px 10px;
    box-shadow: 0 10px 10px rgba(0,0,0,0.5);
    min-height:10%;
    width:25%;
    z-index:99999
}

.modal-title {
    border-radius:10px 10px 0px 0px;
    border:0;
    border-bottom: 1px solid #5389a0;
    padding:10px 0 10px 0;
    width:100%;
    height:30px;
    margin-bottom:5px;
    position:relative
}

.modal-backdrop {
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1040;
    background-color:#000;
}

.modal-backdrop.fade {
    filter:alpha(opacity=0);
    opacity:0;
}

.modal-backdrop.in {
    filter:alpha(opacity=50);opacity:.5;
}

.modal-header {
    min-height:16.43px;padding:15px;border-bottom:1px solid #e5e5e5;
}

.modal-header .close {
    margin-top:-2px;
}

.modal-footer {
    padding:15px;text-align:right;border-top:1px solid #e5e5e5;

}
.modal-footer .btn+.btn {
    margin-bottom:0;
    margin-left:5px;
}

.modal-footer .btn-group .btn+.btn {
    margin-left:-1px
}

.modal-footer .btn-block+.btn-block {
    margin-left:0;
}

.modal-scrollbar-measure {
    position:absolute;
    top:-9999px;
    width:50px;
    height:50px;
    overflow:scroll;
}

@media print {
    * {
        background: transparent !important;
        text-shadow: none !important;
        filter:none !important;
        -ms-filter: none !important;
        padding: 0;
    }

    p a, p a:visited {
        color: #444 !important;
        text-decoration: underline;
    }

    p a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    thead {
        display: table-header-group;
    }

    button {
        display: hidden;
    }

    td {
        height: auto;
    }

    textarea {
        height:auto;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    tr, img {
        page-break-inside: avoid;
    }

    h2, h3, h4 {
        page-break-after: avoid;
    }

    #menu {
        display:hidden;
    }

    .hide-on-print {
        display: none !important;
    }

    .print-only {
        display: block !important;
    }
}

.cir-incident-types span {
    padding: 5px
}

.trackerPercentageColumn {
    width: 3.3%;
}


.trackerTable {
    width:70%;
    border:1px solid #7db2c9;
    box-shadow: 0px 3px 7px rgba(0,0,0,0.2);
}

.trackerTable tr td {
    padding: 10px;
}

.trackerRowHead {
    height:15px;
    border:0;
}

.systemTimer {
    color: red;
    font-weight: 800;
    padding: 15px;
    position: fixed;
    right: 100px;
    text-align: center;
    width: 150px;
    margin: 0px 0.5%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index:999999;
}

.btn-banner {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
}

.btn-grey {
    color: #fff;
    background-color: #778899a6;
    border-color: #67768642;
}

.btn-grey:hover {
    background-color: #505a65;
    border-color: #505a65;
}

.right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.cross {
    color: red;
}

.check {
    color: green;
}

.scroll-container {
    position: fixed;
    right: 150px;
}

.btn {
    font-family:'Open sans', sans-serif;
    padding:10px 20px 10px 20px;
    font-size: 12px;
    width:100px;
    text-align:center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-width: thin;
}

.btn:hover {
    cursor: pointer;

}

.btn-primary {
    color:white;
    border:1px solid #193e52;
    background-color:#37647c;
}

.btn-primary:hover {
    text-shadow:1px 1px #69a6c7;
    color:white;
    border:1px solid #85caf0;
    background-color:#73b7dc;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757dc4;
    border-color: #6c757dc4;
}

.btn-secondary:hover {
    background-color: #6c757d87;
    border-color: #6c757d87;
}

.btn-danger {
    color: white;
    border:1px solid #c56345;
    background-color:#c56345;
}

.btn-danger:hover {
    border:1px solid #c56345b0;
    background-color: #c56345b0;
}

.btn-full {
    width: 100%;
}

.table-btn-add {
    width: 140px;
    padding: 8px;
}

.table-btn-add:hover {
    color:white;
    border:1px solid #85caf0;
    background-color:#73b7dc;
}

.sticky-btn-container {
    position: fixed;
    right: 160px;
}

body.dragging, body.dragging * {
    cursor: move !important;
}

.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}

.sortable td:hover {
    cursor: grab;
}

.sortable tr.placeholder {
    position: relative;
}

.sortable tr.placeholder:before {
    position: absolute;
    /** Define arrowhead **/
    content: "";
    width: 0;
    height: 0;
    margin-top: -5px;
    left: -5px;
    top: -4px;
    border: 5px solid transparent;
    border-left-color: red;
    border-right: none;
}

.alert {
    border-radius: 0;
    border-image: none;
    border-style: none;
    border-width: 0;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
}

.alert-info {
    border-color: #2980b9;
    color: #2980b9;
    background-color: #d1ecf1;
}

#restraintInterventions span{
    padding-bottom: 5px;
}

.restraint-notes {
    min-width: 450px;
}

.restraint-notes textarea {
    width:97.25%;
    resize:vertical;
    border:0;
    background:none;
    padding:10px
}


#goalForm :disabled {
    opacity: 60%;
}

.styled-cell {
    width: 100%;
    height: 18px;
    background: #deeef2; /* Old browsers */
    background: -moz-linear-gradient(top, #deeef2 0%, #e7f1f4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #deeef2 0%,#e7f1f4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #deeef2 0%,#e7f1f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deeef2', endColorstr='#e7f1f4',GradientType=0 );
    border:0;
    padding: 10px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.center {
    text-align: center;
}

#user-perm {
    color: white;
}

.btn-default {
    border: 1px solid lightgrey;
}

.warning-box {
    background-color: #fff3cd; /* light yellow */
    color: #856404;            /* dark yellow/brown text */
    border: 1px solid #ffeeba;
    padding: 12px 16px;
    border-radius: 4px;
    font-weight: 500;
    margin: 10px 0;
}
