

body {
    width: 100%;
    max-width: 980px;
    margin: 0px auto;
    padding: 0px;
    color: white;
    font-family: "Josefin Sans";
}

header {
    border-bottom: 3px #1e4f76 solid;
}

.reddot {
    height: 16px;
    width: 16px;
    background-color: #fc7e7e;
	
    border-radius: 50%;
    display: inline-block;
}

.greendot {
    height: 16px;
    width: 16px;
    background-color:#91f296;
	
    border-radius: 50%;
    display: inline-block;
}

a:link, a:visited, a:hover, a:active {
	color: #173954;

	text-decoration: underline;
}
a:link.fc-event , a:visited.fc-event , a:hover.fc-event , a:active.fc-event  {
color: #FFF;

}
a:link#lo , a:visited#lo , a:hover#lo ,  a:active#lo  {
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
}


.line-1, .line-2, .line-3 {
    font-family: "Josefin Sans";
    height: 35px;
    margin: 0;
    padding: 7px 0 0 0;
}

h2 {
    font-family: "Josefin Sans";
    font-weight: 100;
}

.text {
    font-family: "Josefin Sans";
    font-size: 20pt;
    padding: 0 25px;
    font-weight: 400;
}

.text-left {
    float: left;
}

.text-right {
    padding-top: 7px;
    font-size: 15pt;
    float: right;
}

.line-1 {
    background-color: #276d9d;
}

.line-2 {
    background-color: #1e4f76;
}

.line-3 {
    background-color: #173954;
}

.menu ul {
    display: block;
    font-family: Arial;
    list-style: none;
	margin-left: -25px;
}

    .menu ul li {
       

    }

        .menu ul a:link, .menu ul a:visited, .menu ul a:hover, .menu ul a:active {
            color: #FFFFFF;
            text-decoration: none;
			 font-weight: 900;
        display: inline-block;
        vertical-align: middle;
        font-size: 20px;
        padding: 15px 10px;
        margin: 10px;
        background-color: #1e4f76;
			
        }

.links {
    position: absolute;
    left: 35%;
    top: 20px;
}

.link-f, .link-i, .link-y {
    position: relative;
    width: 52px;
    height: 52px;
    top: 0px;
    display: inline-block;
    margin-right: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.link-f {
    background-image: url(img/f.png);
}

.link-y {
    background-image: url(img/y.png);
}

.link-i {
    background-image: url(img/i.png);
}

.page-title {
    text-align: center;
    vertical-align: middle;
    font-size: 37px;
    color: black;
    padding: 0;
    margin: 10px;
}

.page-body {
    color: #173954;
   
    font-size: 20px;
    font-weight: normal;
}


    .page-body h2 {
        color: #f7931d;
        font-weight: 400;
        font-size: 34px;
        margin: 0;
        padding: 0;
    }

.row {
    padding: 20px;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.col {
    display: inline-block;
}

.col-1 {
    width: 10%;
}

.col-per-9 {
    width: 9%;
}

.col-per-15 {
    width: 15%;
}

.col-2 {
    width: 20%;
}

.col-3 {
    width: 30%;
}

.col-4 {
    width: 40%;
}

.col-5 {
    width: 50%;
}

.col-6 {
    width: 60%;
}

.col-7 {
    width: 70%;
}

.col-8 {
    width: 80%;
}

.col-9 {
    width: 90%;
}

.col-10 {
    width: 100%;
}

.green-circle, .col-text {
    vertical-align: text-bottom;
}

.green-circle {
    border: 1px #276d9d solid;
    height: 22px;
    width: 22px;
    display: inline-block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

table{
  color: #173954;
  font-size: 20px;
  font-weight: normal;
}

table.event-table {
    border-spacing: 0 10px;
    line-height: 40px;
    width: 100%;
    text-align: left;
}

    table.event-table thead th {
        border: 1px #276d9d solid;
        border-top: none;
        border-right: none;
        font-weight: normal;
    }

    table.event-table thead th, table.event-table tbody td {
        padding-left: 10px;
    }

        table.event-table thead th:last-child {
            border-right: 1px #276d9d solid;
        }


    table.event-table tbody tr:nth-child(2n+1) {
        background-color: #cee8f9;
    }
	
	
table.user-table {
    border-spacing: 0 10px;
    line-height: 40px;
    width: 100%;
    text-align: left;
}

    table.user-table thead th {
        border: 1px #276d9d solid;
        border-top: none;
        border-right: none;
        font-weight: normal;
    }

    table.user-table thead th, table.user-table tbody td {
        padding-left: 10px;
    }

        table.user-table thead th:last-child {
            border-right: 1px #276d9d solid;
        }


    table.user-table tbody tr:nth-child(2n+1) {
        background-color: #cee8f9;
    }

	
		
table.setting-table {
    border-spacing: 0 10px;
    line-height: 40px;
    width: 100%;
    text-align: left;
}

    table.setting-table thead th {
        border: 1px #276d9d solid;
        border-top: none;
        border-right: none;
        font-weight: normal;
    }

    table.setting-table thead th, table.setting-table tbody td {
        padding-left: 10px;
    }

        table.setting-table thead th:last-child {
            border-right: 1px #276d9d solid;
        }


    table.setting-table tbody tr:nth-child(2n+1) {
        background-color: #cee8f9;
    }


ul.gallery li {
    height: 200px;
    width: 24%;
    text-align: center;
    min-width: 200px;
    list-style: none;
    display: -webkit-inline-box;
    display: inline-block;
    margin-bottom: 30px;
}

    ul.gallery li img {
        border: 1px #276d9d solid;
        padding: 3px;
    }

    ul.gallery li p {
        text-align: left;
        font-size: 17px;
        width: 200px;
        white-space: nowrap;
        overflow: hidden;
        margin: 0;
        padding: 0;
        text-overflow: ellipsis;
        display: inline-block;
    }


ul.category-checkbox-list {
    margin: 0;
    padding: 0;
}

    ul.category-checkbox-list li {
        width: 24%;
        text-align: left;
        min-width: 200px;
        list-style: none;
        display: -webkit-inline-box;
        display: inline-block;
        margin-top: 30px;
    }


.no-space {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
}

.no-padding-top {
    padding-top: 0;
}

.green {
    color: #1e4f76 !important;
}

div.row hr {
    border: 2px #84bc3b dashed;
    border-top: none;
}

.banner {
    min-height: 150px;
    border: 1px #276d9d solid;
    width: 100%;
}

#pwl,#loginbtn{
padding-top: 25px;
}


#login_title {
    font-family: "Josefin Sans";
    font-size: 20pt;
    padding: 25px 0 25px 0px;
    font-weight: 400;
	color: #1e4f76 !important;
}

#login{
    font-family: "Josefin Sans";
    margin-left:40px;
}
.img_row{
   border: 1px #276d9d solid;
        padding: 3px;
		width:80%;
		margin-bottom:3px;
		background-color:#FFF;
}
ul#sortable{
 list-style-type: none;
 margin-left:-20px;
}
#imghead{
font-size: 18pt;
padding-bottom:5px;
}

.imgpreleft{
float:left;

}
.imgpreright{
float:left;
padding-left:20px;
}
.imgbox{
clear:both;
overflow:auto;
display:inline-block;

}
.imgtabrow{
padding-bottom:8px;

}
#uploader{
margin-top:20px;
}
.col-d{
display:inline-block;
padding-right:10px;
}
.usr_alert
{
	border: 1px #276d9d solid;
	padding:20px;
	background-color:#FEFFF5;
}
#create-event-description{

height:170px;

} 
.optline{
margin-bottom:10px;
}
.pageMsg{
	background-color:#F7FFC4;
	border: 1px #FFC4C4 solid;
}
.bottomstats{
color:#A6A6A6;
}
.allCaps{text-transform:uppercase}

.ui-state-highlight2{
	border: 1px solid #fcefa1;
	background-color: #fbf9ee;
	color: #363636;
}
 .ui-state-highlight2, .solution_list_item{
	height:30px;
	width:800px;
	border: 1px #276d9d solid;
	padding:10px;
	margin-top:15px;
	
}
.solution_list_item{
 background-color:#fff;

}
.item_col{
	display:inline-block;
	
}
.item_col + .solAttr{

	margin-left: 15px;

}
  .sticky {
     position: fixed;
     top: 0;
	
  }
  .add_sol{
  background-color:#fff;
  border-bottom: 2px #276d9d solid;
  
  
  }
  .wellset_number{
	margin-right:20px;
	padding:5px;
	background-color:#D7FCCC;
	vertical-align: top;
  }
  
  div.sol_tools{
	float:right;
  
  }
.solution_item_smtext
{
font-size:10px;


}
.solution_item_text
{
padding-left:0px;
margin-left:0px;


}