/*@charset "utf-8";*/
/* CSS Document */

body {
	background: #fff;
	background-image:none;
}

a {
	color:#AFC161;
	text-decoration:none;
	font-family: Arial, Geneva, sans-serif;
}

a:visited {
	color:#AFC161;
	font-family: Arial, Geneva, sans-serif;
}

a:hover {
	text-decoration:none;
}

input[type=button], input[type=submit], button {
	/*margin-top: 10px;*/
    padding: 8px;
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
    font-family: Arial, Geneva, sans-serif;
    background: #7a883d;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

input:focus, button:focus 
{
	outline:0;
	/*box-shadow: 1px 1px 2px #ccc; */
}

.AccountTable {
	border-bottom:solid;
	border-left:solid;
	border-right:solid;
	border-top:solid;
	border-bottom-color:#CCC;
	border-left-color:#CCC;
	border-right-color:#CCC;
	border-top-color:#CCC;
	border-bottom-width:thin;
	border-left-width:thin;
	border-right-width:thin;
	border-top-width:thin;
	background-color:#FFF;
	border-collapse:collapse;
	font-size:16px;
}

.BreadCrumb
{
	/*font-family:'Muli',Tahoma, Geneva, sans-serif;*/
	font-size:12px;
	color:#f3a213;
	cursor:pointer;
}

.PageHeaderAdmin {
	font-size: 21px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: century gothic, verdana;
	/*font-weight:bold;*/
	color: #000;
}

.SubHeader
{
	font-weight:bold;
	font-size:14px;
	margin-bottom:5px;
}

.triptabutton {
	border:none;
	color:#FFF;
	cursor:pointer;
	display:block;
	font-size:14px;
	font-weight:600;
	height:30px;
	text-align:center;
	text-decoration:none;
	text-shadow:1px 1px 2px rgba(0, 0, 0, 0.2);
	vertical-align:middle;
	width:140px;
	background-color: #FD9512;

}

.imagedropshadow {
	box-shadow: 1px 1px 2px #444; 
}



.adminbodydiv {
	/*width:95%;*/
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}

.adminbutton {
	margin-top: 10px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffe6;
    font-family: Arial, Geneva, sans-serif;
    background: #AFC161;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.admincontentcontainer {
	padding:20px;
	padding-top: 90px;
}

.adminedittable {
	text-align:left; 
	width:100%; 
	max-width:1200px;
}

.adminedittable td:first-child{
	text-align:right;
}

.adminInputDropown {
	max-width:1000px;
	background-color: #F6F6F6;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 2px;
}

.adminInputField {
	width:100%;
	max-width:1000px;
	background-color: #F6F6F6;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 5px;
}

.AminPageContent, .AdminPageContent {
	font-size: 16px;
	font-family:Verdana, Geneva, sans-serif;
	color:#636466;
	text-align:left;
}

.adminPageHeader {
	font-family: Arial, Geneva, sans-serif;
	font-size: 24px;
	color: #545454;
    border-bottom: 1px solid #AFC161;
    margin-bottom:15px;
}

.adminsearchtable {
	text-align:left; 
	width:100%; 
	max-width:600px;
}

.adminTableBorder {
	border:1px solid #ccc;
}

.adminSearchField {
	width:100%;
	max-width:500px;
	background-color: #F6F6F6;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 5px;
}

.AdminSubHeader {
	font-weight:bold;
	font-size:14px;
	margin-bottom:5px;
	font-family: Arial, Geneva, sans-serif;
	color:#444;
}

.imagedropshadow {
	box-shadow: 1px 1px 2px #444; 
}

.navdiv {
	/*padding:10px;
	padding-left:20px;
	padding-right:20px;
	color:#ffffe6;
	font-family: Arial, Geneva, sans-serif;
	float:left;
	position:relative;*/
	padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: #636466;
    font-family: Arial, Geneva, sans-serif;
    float: left;
    position: relative;
    font-size: 15px;
    font-weight: bold;	
}

.navdiv:hover {
	/*color:#444;*/
	color:#AFC161;
}

.navdivsub1 {
	width: 185px;
	position:absolute;
	top:36px;
	display:none;
	z-index: 500;
	border-top:1px solid #777;
}

.navdiv:hover .navdivsub1{
	display:block;
}

.navdivsub1 a {
	text-decoration: none;
}

.navdivsublink {
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	border:1px solid #777;
	border-top:none;
	background-color: #fff;
	/*background-color:#AFC161;*/
	/*color:#fff;*/
	color:#777;
}

.navdivsublink:hover {
	/*background-color:#AFC161;
	color:#444;*/
	color: #AFC161;
}

.adminClickSectionHeader {
	font-family: Arial, Geneva, sans-serif;
	font-size: 24px;
	color: #545454;
    cursor: pointer;
    width: 100%;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    text-align: left;
}

.adminClickSection {
	margin-bottom: 20px;
}

.adminClickSectionEnd {
    width: 100%;
    border-top: 1px solid #ccc;
    margin-bottom: 15px;
}

.adminClickSectionHeader:hover {
	background-image: linear-gradient(#f7f7f7,#fff);
}

.adminClickSectionArrowDown {
	position: absolute;
	top: 50%;
	right:2%;
	transform: translate(0%,-50%);
	width: 30px;
	height: 15px;
	background-image: url(/images/section-arrow-down-light.png);
	background-repeat: no-repeat;
    background-size: 30px 15px;
}

.adminClickSectionHeader:hover .adminClickSectionArrowDown {
	background-image: url(/images/section-arrow-down-dark.png);
}

.adminClickSectionArrowUp {
	position: absolute;
	top: 50%;
	right:2%;
	transform: translate(0%,-50%);
	width: 30px;
	height: 15px;
	background-image: url(/images/section-arrow-up-dark.png);
	background-repeat: no-repeat;
    background-size: 30px 15px;
}

.AdminResultsTable {
	border:1px solid #777;
	border-bottom:none;
	width: 100%;
	min-width: 400px;
	max-width: 100%;
	border-spacing: 0px;
}

.AdminResultsTable tr:nth-child(odd) {
    /*background-color: #E5E5E5;*/
    background-color: #efefef;
}

.AdminResultsTable td {
	padding-left: 10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #777;
}

.AdminResultsTable th {
	/*border-bottom: 1px solid #AFC161;*/
	background-color: #636466;
	color:#fff;
	padding-left: 10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom: 3px;
}

.FolderContainer {
	border-radius: 5px;
	cursor: pointer;
}

.FolderContainer:hover {
	background-color: #eee;
}

.FolderContainerSelected {
	background-color: #eee;
}

.FolderDiv {
	display: table;
}

.FolderCell {
	display: table-cell;
	vertical-align: middle;
}

.PhotoItem {
	cursor: pointer;
}

.PhotoItemGrid {
	float: left;
}

.PhotoItemGrid:hover .PhotoItemText {
	display: block;
}

.PhotoItemList {
	width: 100%;
	padding-bottom:10px;
	border-bottom: 1px solid #999;
	display: table;
}

.PhotoItemListTitle {
	vertical-align: middle;
	/*width: 50%;*/
}

.PhotoItemListResolution {
	vertical-align: middle;
	width: 20%;
}

.PhotoItemGrid .PhotoItemListTitle, .PhotoItemGrid .PhotoItemListResolution {
	display: none;
}

.PhotoItemList .PhotoItemListTitle, .PhotoItemList .PhotoItemListResolution {
	display: table-cell;
}

.PhotoItemList .PhotoItemViewSize {
	display:table-cell;
	vertical-align: middle;
}

.PhotoItemText {
	/*width: 200px; 
	height: 135px; */
	position: absolute; 
	top:0px; 
	left: 0px; 
	background-color: rgba(0,0,0,.7); 
	color: #fff; 
	font-weight: bold;
	display: none;
}

.PhotoItemGrid .PhotoItemCheckboxContainer {
	position: absolute;
	top:5px;
	right: 5px;
	z-index: 20;
}

.PhotoItemCheckbox {
	display: none;
	/*position: absolute;
	top:5px;
	right: 5px;*/
}

.PhotoItemCheckboxSelected {
	display: block;
}

.PhotoItemList .PhotoItemCheckboxContainer {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 40px;
}

.PhotoItem:hover .PhotoItemCheckbox {
	display: block;
}

.PhotoItemViewSizeSmall {
	width: 100px;
	height: 67px;
}

.PhotoItemViewSizeMedium {
	width: 200px;
	height: 135px
}

.PhotoItemViewSizeLarge {
	width: 300px;
	height: 200px;
}

.PhotoToolbarViewSizeButton {
	color: #ccc;
}

.PhotoToolbarViewTypeButton {
	color: #ccc;
}

.PhotoToolbarActive {
	color: #636466;
}

.adminscrolldiv::-webkit-scrollbar-track
{
	background-color: #ccc;
}

.adminscrolldiv::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

.adminscrolldiv::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555; width:2px;
}

.ui-front {
	z-index: 4000;
}

.fr-sticky-on {
    top: 70px !important;
}

.PhotoTagItem {
	padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
    font-family: Arial, Geneva, sans-serif;
    background: #545454;
    border: none;
    border-radius: 10px;
    margin-right:5px; 
    margin-bottom: 5px;
}

.PhotoTagAutoItem {
	border-bottom:1px solid #ccc;
	width: 100%;
	cursor: pointer;
}

.PhotoTagAutoItem:hover {
	background-color: #efefef;
}

.ContentCalendarYearRow {
    display: table-row;
}

.ContentCalendarYearCell {
    display: table-cell;
    width: 7.69%; 
    border: 1px solid #ddd;
    border-top:none;
    border-left:none;
    vertical-align: top;
}

.ContentCalGreenItem {
    margin: 2px;
    cursor: pointer;
    background-color: #daf1f4;
    border-radius: 3px;
    color:#606060;
    font-weight: bold;
}

.ContentCalGreyItem {
    margin: 2px;
    cursor: pointer;
    background-color: #e2e2e2;
    border-radius: 3px;
    color:#606060;
    font-weight: bold;
}

.ContentCalPinkItem {
    margin: 2px;
    cursor: pointer;
    background-color: #f9cbcb;
    border-radius: 3px;
    color:#606060;
    font-weight: bold;
}

.ContentCalPurpleItem {
    margin: 2px;
    cursor: pointer;
    background-color: #dbcbf9;
    border-radius: 3px;
    color:#606060;
    font-weight: bold;
    font-size: 12px;
    word-break: break-all;  
}

.ContentCalTurqoiseItem {
    margin: 2px;
    cursor: pointer;
    background-color: #cbf9f3;
    border-radius: 3px;
    color:#606060;
    font-weight: bold;
    font-size: 12px;
    word-break: break-all;  
}

.ContentCalOrangeItem {
    margin: 2px;
    cursor: pointer;
    background-color: #f9d6cb;
    border-radius: 3px;
    color:#606060;
    font-weight: bold;
    font-size: 12px;
    word-break: break-all;  
}

.ContentCalendarHeader {
    background-color: #636466;
    color:#fff;
    font-weight: bold;
    text-align: center;
}

.ContentCalendarColHeader {
    font-weight: bold;
    background-color: #ccc;
    color: #000;
}

.ContentCalendarNavButton {
    display: inline;
    padding-left:5px;
    padding-right:5px;
    color: #545454;
    border-radius: 3px;
}

.ContentCalendarNavButton:hover {
    background-color: #eee;
}

.ContentCalendarRangeButton {
    float: left;
    background: #0aa4b4;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: none;
    font-size: 14px;
    margin-left:10px;
}

.ContentCalendarRangeButton:hover {
    background:#636466;
}