﻿/* setup **********/

body 
{
    margin: 0;
    padding: 0;
    min-height: 100%;
    background: #fff;
    font-family: Arial, helvetica, Sans-Serif;
    font-size: 87.5%;
    color: #4573bb;
    /*background: #d2e3fb;
    overflow: scroll;*/
    
}

#body1 
{
    margin: 0;
    padding: 0;
    min-height: 100%;
    background: #fff;
    font-family: Arial, helvetica, Sans-Serif;
    font-size: 87.5%;
    color: #4573bb;
    background: #d2e3fb;
    /*overflow: scroll;*/
    
}
.cl { clear: both; }
.left { float: left; }
.right { float: right; }
.center { text-align: center; }
img { border: none; -ms-interpolation-mode: bicubic; }
.big { font-size: 1.4em; }
.hide { display: none; }



/* text **********/

h1 
{
    font-size: 2.2em;
    letter-spacing: -0.05em;
    padding: 5px 0 25px 0;
    margin: 0;
}

#content h1 
{
    padding: 0 0 0 21px;
	margin: 0;
	height: 54px;
}

h2
{
	font-size: 1.2em;
    letter-spacing: -0.05em;
    padding: 0 0 1em 0;
    margin: 0;	
}

a 
{
    color: #d07a00;
}

p 
{
    margin: 0 0 1.5em 0;
    line-height: 1.5em;
}

p img 
{
    vertical-align: middle;
}

/* content blocks **********/

#header {
	background: #d2e3fb;
	border-bottom: 1px solid #a9c2e5;
	padding: 0 20px;
	line-height: 64px;
}

#container {
	padding: 20px;
	background: #fff;
	/*border-bottom: 1px solid #a9c2e5;*/
}

#content 
{
    min-width: 750px; /*added by Joe, not crossbrowser tested*/    
	margin-left: 200px;
	zoom: 1; /* ie7 wets its pants without this because it is a Good Browser */
}

.contfull {
	background: #d2e3fb;
	border: 1px solid #a9c2e5;
	padding: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    behavior: url(../../Content/PIE.htc); /* kit for css3 features in ie8 and lower */
    position: relative;
}

.conthead, .contfoot
{
	background: #e7f1ff;
	border: 1px solid #a9c2e5;
	padding: 10px 20px;
    behavior: url(../../Content/PIE.htc);
    position: relative;
}

.conthead {
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
	line-height: 30px;
}

.contbody {
	background: #d2e3fb;
	border-left: 1px solid #a9c2e5;
	border-right: 1px solid #a9c2e5;
	padding: 20px;
}

.contfoot {
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -ms-border-radius: 0 0 8px 8px;
    -o-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
	padding: 10px 20px;
}

#sidebar {
	position: absolute;
	width: 180px;
}

.login {
/*	height: 51px;*/
	padding: 3px 0 0 0;
	text-align: center;
}

#footer {
  position: fixed;
    margin-top: -50px; /* negative value of footer height */
    height: 50px;
    clear: both;
    background: #d2e3fb;
    border-top: 1px solid #a9c2e5;
    bottom:0;
    width:100%;
}
  #footer .in {
        width: 860px;
        margin: 0 auto;
        padding: 0 20px;
        line-height: 48px;
    }

  #footer1 {
  position: relative;
    margin-top: -50px; /* negative value of footer height */
    height: 50px;
    clear: both;
    background: #d2e3fb;
    border-top: 1px solid #a9c2e5;
    bottom:0;
    width:100%;
}
  #footer1 .in {
        width: 860px;
        margin: 0 auto;
        padding: 0 20px;
        line-height: 48px;
    }

#footerplacehoder {
    padding-bottom: 50px; /* must be same height as the footer */
}


/* misc **********/

#login 
{
    width: 450px;
    margin: 0 auto;
}

.alert 
{
    background: #ffcccc;
    padding: 7px;
    border: 1px solid #c13a3a;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    color: #c13a3a;
}

.message 
{
	background: #dff4ba;
    padding: 7px;
    border: 1px solid #4b791a;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    color: #4b791a;
}

/* lists *********/

#nav
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li a
{
	display: block;
	padding: 10px;
	background: #d9dee5 url(../Images/gradient-grey.png) repeat-x top;
	color: #444;
    text-shadow: 0 0 1px #fff;	
	text-decoration: none;
	border-style: solid;
	border-color: #9da8b9;
	border-width: 0 1px 1px 1px;
}

#nav li a:hover {
	background: #e9edf2 url(../Images/gradient-grey-hover.png) repeat-x top;
}

#nav li a.selected {
	background: #d8dde5 url(../Images/gradient-grey-pressed.png) repeat-x top;
	color: #7d7d7d;
}

#nav li:first-child a
{
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
	border-top: 1px solid #9da8b9;
}

#nav li:last-child a
{
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

#nav img
{
	vertical-align: middle;
	padding-right: 5px;
}


.headbuttons
{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 20px 0 0;
}

.headbuttons li {
	float: left;
	background: #b2ccf2 url(../Images/gradient-lightblue.png) repeat-x top;
	color: #07559f;
	line-height: 30px;
	padding: 0 10px;
	border-color: #6a8bba;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	text-shadow: 0 1px 0 #fff;
	cursor: pointer;
}

.headbuttons li:hover
{
	background: #b0cbf2 url(../Images/gradient-lightblue-hover.png) repeat-x top;
}

.headbuttons li.selected
{
	background: #b0cbf2 url(../Images/gradient-lightblue-pressed.png) repeat-x top;
	text-shadow: none;
}

.headbuttons li:first-child
{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left: 1px solid #6a8bba;
}

.headbuttons li:last-child
{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.headbuttons img
{
	vertical-align: middle;
}


/* buttons *********/

.button
{
    background: #d9dee5 url(../Images/gradient-white.png) repeat-x top;
    border: 1px solid #9da8b9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 8px 10px 8px 10px;
    font-family: Arial, helvetica, Sans-Serif;
    font-size: 1em;
    text-shadow: 0 0 1px #fff;
    color: #1f3c56;
    text-decoration: none;
    cursor: pointer;
    behavior: url(../../Content/PIE.htc);
    position: relative;
}

button.button 
{
    width: auto;
    overflow: visible;
    font-weight: normal;
}

.button:hover 
{
    background: #d9dee5 url(../Images/gradient-white-hover.png) repeat-x top;
    text-decoration: none;
}

.button:active 
{
    background: #d9dee5 url(../Images/gradient-white-active.png) repeat-x top;
}

.button img 
{
    vertical-align: middle;
}

.disabled
{
    color: #aaa !important;
    cursor: auto !important;
}

.disabled:hover 
{
    background: #d9dee5 url(../Images/gradient-white.png) repeat-x top;
}


/* gallery **********/

#gallery
{

}

#gallery .photo
{
	float: left;
	width: 136px;
	margin: 0 20px 20px 0;
    min-height:225px;
}

    #gallery .image {
        border-color: #9da8b9;
        border-style: solid;
        border-width: 1px 1px 0 1px;
        padding: 2px;
        line-height: 168px;
        background: #fff;
        text-align: center;
        position: relative;
        min-width: 132px;
    }

#gallery .image img
{
	max-width: 130px;
	/*max-height: 168px;*/
    width: auto;
    height: auto;
	cursor: pointer;
	vertical-align: middle;
}

#gallery .IDimage
{
    width:280px;
    height:168px;
	border-color: #9da8b9;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	padding: 2px;
	/*width: 130px;
	height: 168px;*/
	line-height: 168px;
	background: #fff;
	text-align: center;
}

#gallery .IDimage img
{
	/*max-width: 130px;*/

	max-height: 100%;
    max-width:100%;
    /*width: auto;
    height: auto;*/
	cursor: pointer;
	vertical-align: middle;
}


#gallery .IDimage a
{
    color: #4573bb!important;
    text-decoration: none;
}

#gallery .IDimage a p
{
    margin:0;
    line-height: 1.3em;
}

.pdf-img
{
    max-height: 75px!important;
    margin: 0 50px 0 50px!important;
}

#gallery .reason {
    position: absolute;
    min-width: 132px;
    background: #990000;
    line-height: 1.2em;
    padding: 10px;
    color: #fff;
    font-size: 0.8em;
    display: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: 0.6;
    word-break: break-all;
}

#gallery .actions {
	list-style: none;
	margin: 0;
	padding: 0;
}

#gallery .actions li
{
	float: left;
	width: 44px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	cursor: pointer;
	background: #d9dee5 url(../Images/gradient-grey.png) repeat-x top;
	color: #444;
    text-shadow: 0 0 1px #fff;	
	text-decoration: none;
	border-color: #9da8b9;
	border-style: solid;
	border-width: 1px 1px 1px 0;
}

#gallery .actions li:hover {
	background: #e9edf2 url(../Images/gradient-grey-hover.png) repeat-x top;
}

#gallery .actions li.selected {
	background: #d8dde5 url(../Images/gradient-grey-pressed.png) repeat-x top;
	color: #7d7d7d;
}

#gallery .actions li:first-child
{
    -webkit-border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
    -ms-border-radius: 0 0 0 5px;
    -o-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
	border-width: 1px;
}

#gallery .actions li:last-child
{
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    -ms-border-radius: 0 0 5px 0;
    -o-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
}

#gallery .actions li img
{
    height: 16px;
/*    padding: 9px 0;*/
}



#galleryHover
{
    position: absolute;
	top: 0;
	left: 0;
	font-size: 0.8em;
	background: #fff;
	line-height: 1.8;
	border: 1px solid #a9c2e5;
	padding: 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    behavior: url(../../Content/PIE.htc);
	box-shadow: 0 5px 15px #8099aa;
	z-index: 200;
}


/* list table **********/
#table table
{
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	box-shadow: 0 0 0 1px #6a8bba;
}

#table thead th
{
	padding: 0 10px;
	background: #6e9cdb url(../Images/gradient-blue.png) repeat-x top;
	line-height: 30px;
	color: #fff;
	font-size: 0.8em;
	text-align: left;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#table tbody tr
{
	border: 2px solid #fff;
}

#table tbody td
{
	padding: 17px 10px;
	line-height: 20px;
	text-align: left;
}

#table tbody td.idCell {
    display: flex;
    justify-content: center;
    align-items: center;
}

#table tbody td.imageCell img, #table tbody td.idCell img {
    float: left;
    max-width: 150px;
    max-height: 54px;
    width: auto;
    height: auto;
    cursor: pointer;
}

#table tr.blue1
{
	background: #e7f1ff;
}

#table tr.blue2
{
	background: #f3f8ff;
}


#table .tablereason
{
	display: none;
}

#table .tablereason td
{
	background: #e2afb2;
	color: #a53b3b;
	line-height: 30px;
	font-size: 0.8em;
}

#table .green td
{
	background: #dff4ba;
	color: #4b791a;
}

#table .red td
{
	background: #f4d1d1;
	color: #a53b3b;
	border-bottom: none;
}

#table td .Uploaded
{
    background: #ffd277;
    border: 1px solid #c69e26;
    color: #b3711b;
}

#table td .Exported,
#table td .Approved
{
    background: #ddeea9;
    border: 1px solid #8da73e;
    color: #8da73e;
}

#table td .Rejected
{
    background: #f4b9b9;
    border: 1px solid #a73030;
    color: #a73030;
}

#table td .Rejected {
    cursor: pointer;
}

#table td .Exported,
#table td .Rejected,
#table td .Approved,
#table td .Uploaded
{
    font-size: 10px;
    border-radius: 5px;
    padding: 2px 5px;
}

#table ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#table ul li
{
	float: left;
	padding: 0 7px;
	height: 30px;
	line-height: 30px;
	background: #d9dee5 url(../Images/gradient-grey.png) repeat-x top;
	color: #444;
    text-shadow: 0 0 1px #fff;	
	text-decoration: none;
	border-style: solid;
	border-color: #9da8b9;
	border-width: 1px 1px 1px 0;
	cursor: pointer;
}

#table ul li:hover
{
	background: #d9dee5 url(../Images/gradient-grey-hover.png) repeat-x top;
}

#table ul li.selected
{
	background: #d8dde5 url(../Images/gradient-grey-pressed.png) repeat-x top;
}

#table ul li:first-child
{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
	border-width: 1px;
}

#table ul li:last-child
{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#table ul li img
{
    height: 16px;
    padding: 7px 0;
}


#noResults 
{
    text-align: center;
    height: 80px;
    line-height: 80px;
}


/* big picture modal window **********/

#blackedOut 
{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: 201;
}

#bigPicture 
{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    background: #fff;
	border: 1px solid #a9c2e5;
	padding: 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    behavior: url(../../Content/PIE.htc);
	box-shadow: 0 5px 20px #8099aa;
	z-index: 202;
}

#bigPicture img 
{
    max-width: 800px;
    max-height: 800px;
    width: auto;
    height: auto;
}

#closeBigPicture 
{
    position: absolute;
    background: #000;
    color: #fff;
    border: 2px solid #fff;
    padding: 6px 10px;
    margin: -15px 0 0 -15px;
    cursor: pointer;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    behavior: url(../../Content/PIE.htc);
}



/* rejection reason **********/

#rejectReason
{
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	border: 1px solid #a9c2e5;
	width: 350px;
	padding: 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    behavior: url(../../Content/PIE.htc);
	box-shadow: 0 5px 20px #8099aa;
	z-index: 200;
}

#rejectReason p
{
	padding: 5px 0 10px;
	margin: 0;
}

#rejectReason textarea
{
	background: #edf5ff;
	border: 1px solid #a9c2e5;
	padding: 5px;
	margin: 0 0 6px 0;
	width: 100%;
	height: 100px;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	resize: none;
}

#rejectReason h2
{
	padding-bottom: 0.5em;
}

#rejectReason select 
{
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
}


/* crop tool **********/

#cropTool 
{
    width: 600px;
    position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	border: 1px solid #a9c2e5;
	padding: 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
	box-shadow: 0 5px 20px #8099aa;
	z-index: 202;
}

#cropTool .large
{
    float: left;
    width: 445px;
    padding: 0 20px 0 0;
}

#cropTool .small 
{
    float: left;
    width: 135px;
    text-align: center;
}

#cropTool .small-preview 
{
    float: right;
    width: 135px;
    text-align: center;
    /*margin-right:5px;*/
    width:auto;
}
.croppreview 
{
    width: 135px;
    overflow: hidden;
}

.ie7ishorrendous
{
    position: static !important;
    behavior: none !important;
}



/* forms **********/
    
.formrow 
{
    margin: 0 0 5px 0;
}

.formrow label 
{
    float: left;
    width: 120px;
    padding: 5px 0 0 0;
}

.formrow input 
{
    width: 200px;
    height: 20px;
    padding: 5px;
    background: #e8f1ff;
    border: 1px solid #aac3e6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    behavior: url(../../Content/PIE.htc);
    position: relative;
}

.formrow input:disabled 
{
    background: none;
    border: none;
}

.formrow select 
{
    width: 250px;
    padding: 5px;
}


.conthead input 
{
    width: 80px;
    height: 20px;
    padding: 5px;
    background: #fff;
    border: 1px solid #aac3e6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    behavior: url(../../Content/PIE.htc);
    position: relative;
}

input[name=radioDate]
{
    top: 3px;
    width: 20px;
    height: 15px;
}

.formrow textarea {
    background: #edf5ff;
	padding: 5px;
	margin: 0 0 6px 0;
	width: 300px;
	height: 65px;
	border: 1px solid #aac3e6;
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    behavior: url(../../Content/PIE.htc);
    position: relative;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.9em;

}

.formrow .link
{
    font-size: 11px;
    color: #990000;
    cursor: pointer;
}


.padding-left{
    padding-left: 10px;
}

.modeBody {
    position: absolute;
    z-index: 203;
    top: 0;
    left: 50%;
    margin: 24px 0 0 -236px;
    width: 470px;
    padding: 30px;
    background: #fff;
    border: 1px solid #999;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    behavior: url(../../Content/PIE.htc);
}

.contact-email{
    position: absolute;
    left: 18px;
    top: 400px;
    text-align: center;
    width: 185px
}

.multi-reject-indicator-yellow{
    background-image: url(../Images/yellow_exclam.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width:30px;
    height:30px;
    position: absolute;
    left: -15px;
    top: -15px;
}

.multi-reject-indicator-red{
    background-image: url(../Images/red_exclam.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width:30px;
    height:30px;
    position: absolute;
    left: -15px;
    top: -15px;
}

.multi-reject-indicator-yellow-list{
    margin-left:5px;
    margin-top:12px;
    background-image: url(../Images/yellow_exclam.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width:30px!important;
    height:30px!important;
    display:inline-block
    /*position: absolute;
    left: -15px;
    top: -15px;*/
}

.multi-reject-indicator-red-list{
    margin-left:5px;
    margin-top:12px;
    background-image: url(../Images/red_exclam.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width:30px!important;
    height:30px!important;
    display:inline-block
    /*position: absolute;
    left: -15px;
    top: -15px;*/
}

#summary-table tbody tr:nth-child(even) {
    background-color: #d2e3fb;
}
