body
{
	font-family:Helvetica !important;	
	font-size:16px;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	/*overflow-x:hidden;*/
    color: #404040;
    
}
tr td input[type=text],textarea  {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing: border-box;

}

tr td textarea  {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing: border-box;

}
textarea {
  min-height: 30px;
  height: 30px;
}

.gridviewresultstable tr td input[type=text] {
  width: 100%;
  box-sizing: content-box;
  -webkit-box-sizing:content-box;
  -moz-box-sizing:content-box;
}
.gridviewresultstable td img{
    max-width:100px;
}
/*****Fix to Override Font in CSS from WebResource.axd *****/
div.detailsleftdiv {
    font-family: Helvetica;
    font-size: 12px;
    color: #404040;
    padding: 10px;
    margin: 12px 0px 12px 12px;
}
div.right-section-container {
	font-family:Helvetica;	
	font-size:14px;
    color: #404040;
    /*min-height:930px;*/
}

#TabContainer0_body {
	padding:0px;
	padding-top:8px;
}



a {
    color: #1E87F0;
    font-size: 12px;
}


/***************** User Menu Syle **********************/



.user-menu {    
    border-bottom:1px solid #cccccc;
    height: 25px;
    position: relative;
    z-index: 100;
    background: #eee repeat-x;
    border-right: 0px solid #CCCCCC;
    font-family: arial, sans-serif;
}
/* hack to correct IE5.5 faulty box model */
* html .user-menu {
    
}
    /* remove all the bullets, borders and padding from the default list styling */
    .user-menu ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

        .user-menu ul ul {
        }
    /* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
    .user-menu li {
        float: left;
        position: relative;
    }
    /* style the links for the top level */
    .user-menu a, .user-menu a:visited {
        display: block;
        font-size: 12px;
        text-decoration: none;
        color: #333333;
        height: 25px;
        border: 1px solid #CCCCCC;
        border-width: 0px 0 0px 1px;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 25px;
        font-weight: bold;
    }

.right a, .right a:visited {
    border: 1px solid #CCCCCC;
    border-width: 0 1px 0 1px;
}

.adminreview-user-menu {
    width: 222px;
}


/* a hack so that IE5.5 faulty box model is corrected */
* html .user-menu a, * html .user-menu a:visited {
}

/* style the second level background */
.user-menu ul ul a.drop, .user-menu ul ul a.drop:visited {
    background: #eee url(../images/grey-arrow.gif) no-repeat 130px center;
}
    /* style the second level hover */
    .user-menu ul ul a.drop:hover {
        background: #fff url(../images/blue-arrow.gif) no-repeat 130px center;
    }

.user-menu ul ul :hover > a.drop {
    background: #fff url(../images/blue-arrow.gif) no-repeat 130px center;
}
/* style the third level background */
.user-menu ul ul ul a, .user-menu ul ul ul a:visited {
    background: #eee;
}
    /* style the third level hover */
    .user-menu ul ul ul a:hover {
        background: #fff;
    }


/* hide the sub levels and give them a positon absolute so that they take up no room */
.user-menu ul ul {
    visibility: hidden;
    position: absolute;
    height: 0;
    top: 25px;
    left: 0;
    width: 149px;
    border-top: 1px solid #ccc;
}
/* another hack for IE5.5 */
* html .user-menu ul ul {
    top: 25px;
    t\op: 31px;
}

    /* position the third level flyout menu */
    .user-menu ul ul ul {
        left: 149px;
        top: -1px;
        width: 149px;
    }

        /* position the third level flyout menu for a left flyout */
        .user-menu ul ul ul.left {
            left: -149px;
        }

/* style the table so that it takes no ppart in the layout - required for IE to work */
.user-menu table {
    position: absolute;
    top: 0;
    left: 0;
    border-collapse: collapse;
    width:100%;
}

/* style the second level links */
.user-menu ul ul a, .user-menu ul ul a:visited {
    background: #fff;
    color: #000;
    height: auto;
    line-height: 14px;
    padding: 5px 10px;
    width: 128px;
    border-width: 0 1px 1px 1px;
    font-weight: normal;
}
    /* yet another hack for IE5.5 */
    * html .user-menu ul ul a, * html .user-menu ul ul a:visited {
        width: 150px;
        w\idth: 128px;
    }

        /* style the top level hover */
        .user-menu a:hover, .user-menu ul ul a:hover {
            /*color: #eee;
            background: #15aae8;*/
        }

.user-menu :hover > a, .user-menu ul ul :hover > a {
    color: #000;
    background: #eee;
}

/* make the second level visible when hover on first level list OR link */
.user-menu ul li:hover ul,
.user-menu ul a:hover ul {
    visibility: visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.user-menu ul :hover ul ul {
    visibility: hidden;
}
/* make the third level visible when you hover over second level list OR link */
.user-menu ul :hover ul :hover ul {
    visibility: visible;
}


/***************** END User Menu Syle **********************/










/***************** Evolve Menu Syle **********************/



.evolve-menu {    
    //border-bottom:1px solid #cccccc;
    height: 25px;
    position: absolute;
    z-index: 100;
    //background: #eee url(../images/menubg.gif) repeat-x;
    //border-right: 0px solid #CCCCCC;
    //font-family: arial, sans-serif;
}
/* hack to correct IE5.5 faulty box model */
* html .evolve-menu {
    
}
    /* remove all the bullets, borders and padding from the default list styling */
    .evolve-menu ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

        .evolve-menu ul ul {
        }
    /* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
    .evolve-menu li {
        float: left;
        position: relative;
    }
    /* style the links for the top level */
    .evolve-menu a, .evolve-menu a:visited {
        color: #B3D9FF;
        font-family: Arial;
        font-size: 14px;
        text-decoration: none;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 8px;
        display: block;
        line-height: 25px;
        /*border: 1px solid #CCCCCC;
        border-width: 0px 0 0px 1px;

        font-weight: bold;*/

    }

.right a, .right a:visited {
    border: 1px solid #CCCCCC;
    border-width: 0 1px 0 1px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .evolve-menu a, * html .evolve-menu a:visited {
}

/* style the second level background */
.evolve-menu ul ul a.drop, .evolve-menu ul ul a.drop:visited {
    background: #eee url(../images/grey-arrow.gif) no-repeat 130px center;
}
    /* style the second level hover */
    .evolve-menu ul ul a.drop:hover {
        background: #fff url(../images/blue-arrow.gif) no-repeat 130px center;
    }

.evolve-menu ul ul :hover > a.drop {
    background: #fff url(../images/blue-arrow.gif) no-repeat 130px center;
}
/* style the third level background */
.evolve-menu ul ul ul a, .evolve-menu ul ul ul a:visited {
    background: #eee;
}
    /* style the third level hover */
    .evolve-menu ul ul ul a:hover {
        background: #fff;
    }


/* hide the sub levels and give them a positon absolute so that they take up no room */
.evolve-menu ul ul {
    visibility: hidden;
    position: absolute;
    height: 0;
    top: 25px;
    left: 0;
    width: 149px;
/*    border-top: 1px solid #ccc;*/
border-left: 1px solid #000;
border-right: 1px solid #ccc;
border-bottom:  1px solid #ccc;

}
/* another hack for IE5.5 */
* html .evolve-menu ul ul {
    top: 25px;
    t\op: 31px;
}

    /* position the third level flyout menu */
    .evolve-menu ul ul ul {
        left: 149px;
        top: -1px;
        width: 149px;
    }

        /* position the third level flyout menu for a left flyout */
        .evolve-menu ul ul ul.left {
            left: -149px;
        }

/* style the table so that it takes no ppart in the layout - required for IE to work */
.evolve-menu table {
    position: absolute;
    top: 0;
    left: 0;
    border-collapse: collapse;
    ;
}

/* style the second level links */
.evolve-menu ul ul a, .evolve-menu ul ul a:visited {
    background: #fff;
    color: #000;
    height: auto;
    line-height: 14px;
    padding: 5px 10px;
    width: 128px;
    border-width: 0 1px 1px 1px;
    font-weight: normal;
}
    /* yet another hack for IE5.5 */
    * html .evolve-menu ul ul a, * html .evolve-menu ul ul a:visited {
        width: 150px;
        w\idth: 128px;
    }

        /* style the top level hover */
        .evolve-menu a:hover, .evolve-menu ul ul a:hover {
            //color: #eee;
            color: #404040;
            background:#eaf6ff;
        }

.evolve-menu :hover > a, .evolve-menu ul ul :hover > a {
    /*color: #000;
    background: #eee;*/
}

/* make the second level visible when hover on first level list OR link */
.evolve-menu ul li:hover ul,
.evolve-menu ul a:hover ul {
    visibility: visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.evolve-menu ul :hover ul ul {
    visibility: hidden;
}
/* make the third level visible when you hover over second level list OR link */
.evolve-menu ul :hover ul :hover ul {
    visibility: visible;
}


/***************** END Evolve Top Menu Syle **********************/


/***************** Results Information Syle **************************/
.results-information {
    line-height:14px;
    font-size:14px;
    vertical-align:middle;
}
    .results-information label {       
        margin:0px 3px;
    }
    .results-checkbox {
        margin: 6px 0px 0px 0px;
    }
        .results-checkbox input {
            margin-right: auto;
            margin-left: auto;
            height: 16px;
            width: 16px;
            vertical-align: middle;            
        }

/***************** END Results Information Syle **********************/


/***************** Details Information Syle **************************/
.details-information {
    font-weight: bold;
    margin: 12px;
    font-size: 16px;
    color: red; 
    float:right;
}
/***************** END Details Information Syle **************************/

/*modal*/
.modaltopdiv {
    height: 50px;
    width: 100%;
    border-radius: 3px;
    background-color: #F8F8F8;
    padding-top: 20px;
    text-align: center;
}

.modaltoplabel
{
    color: #404040;	
	font-size: 20px;	
}

.modalsectiondiv
{
    padding-top:20px;
	padding-left:50px;
}

.modalsectionlabel
{
    color: #404040;	
	font-size: 18px;
	line-height: 16px;	
}

.modalinfotext
{
    color: #404040;
	font-family: "Helvetica";
	font-size: 14px;
	font-weight: 500;
	padding-top:20px;
}

.paddingleft200
{
	padding-left:200px;
}

.paddingleft300
{
	padding-left:300px;
}


.modalbottomdiv
{
    height: 50px;
	width: 100%;
	border-radius: 3px;	
	background-color: #F8F8F8;
	padding-top:20px;
	float:right;	
}



.userinfo {
    font-size:14px;
	color: #F0F0F0;
	padding: 15px;	
}
    .userinfo a {
        color: #FFFFFF;
        font-size: 12px;        
    }
    .userinfo select {
        border: 1px solid transparent;
        padding: 2px 16px;
        font-size: 12px;
        border-radius: 4px;
        box-shadow: 0 0 3px 0 rgba(0,0,0,0.07);
        margin: 0px;
        -webkit-appearance: none;
        -webkit-border-radius: 6px;
        -moz-appearance: none;
        appearance: none;
        background: url('../images/icons/arrowdown10white.png') no-repeat 97% 50%;
        background-size: auto;
        background-size: 10px 10px;
        background-color: transparent;
        color: #F0F0F0;
        width:auto;

    }
        .userinfo select option {
            color: #404040;
        }
            .userinfo select option:hover {
                content: attr(title);
                background: #1E87F0;
                color: #F0F0F0;
                position: absolute;
                width: 100%;
                left: 0;
                border: none;
            }
.topdiv
{   
	height:50px;	
	background-color: #1E87F0;
	box-shadow: 0 0 7px 0 rgba(0,0,0,0.3);
	
}
.circle {
    width: 16px;
    height: 15px;
    /*-webkit-border-radius: 100%;
    -moz-border-radius: 50px;
    border-radius: 100%;*/
    background: #ff27ff;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-size: 9px;
    line-height: 15px;
    font-weight: normal;
}


.SR_ToolbarItems {
    padding-top: 6px;
    height: 25px;
    background-color:#ecf5ff;
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.3);
}
.SR_ToolbarItems a {
    margin:5px;
    padding:3px;
    text-decoration:none;
}
.wftopdiv1 {
    background-color: #F5F5F5;
    border-bottom: 1px solid #C8C8C8;
    padding: 10px;
}
.wftopdiv2{		
	padding: 10px;
	font-size:14px;
	background-color: #FFFFFF;
	
}


.ee-logo-background  {
/*  width: 100%;*/
  height: 100%;
  display: block;
  position: relative;
}

.ee-logo-background::after {
  content: "";
  background:  url('../images/ee.jpg') no-repeat;
  opacity: 0.05;

  position: absolute;
  z-index: -1;   
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
/*  top: 15%;
  left: 15%;
*/

}
.toplogo
{   
	padding-top:15px;
	width: 100px;
}

.topmenuitems
{
    color: #B3D9FF;
	font-family: Arial;
	font-size: 14px;		
	text-decoration: none;
	margin-left:30px;
}
.details-page-actions {
	height:25px;
	border-bottom:1px solid #ccc;
}

.textcenter th
{
    text-align: center;
}

.gridviewheaderspan {
    /*nothing*/
    text-decoration: none;
}


.wfDivFixedHeight{
	max-height: 275px; 
	overflow: scroll;
	overflow-y: visible;
	/*overflow-x: hidden;*/
}
		
.information-bar {
	padding: 6px;
	display:block;
	font-size: 18px;
}
.information-bar span {
	float:right;
}
.detailslabel
{
    width: 100%;
    color: #1E87F0;    
    font-size:12px;
    font-weight: 600;
    letter-spacing: -0.06px;
    line-height: 20px;  
    display:block;
    margin-top:12px;
    
}

.DetailsHeader {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #404040;
}
.detailsleftdiv-container {
    width: 287px;
    float: left;
    /*border:1px #eee solid;*/
    margin-top: 12px;
}
.detailsleftdiv-container-circ {
    width: 287px;
    float: left;
    margin-top: 0px;
}

.detailsleftdiv {
    width: 254px;
    float: left;
    background-color: #F5F5F5;
    border: solid 1px #ccc;
    padding: 10px;
    /*height: 100%;*/
    margin: 12px 0px 12px 12px;
    /*border-top:0px;*/
}

.detailslabelvalue
{
    color: #404040;
    font-family: Helvetica;
    font-size: 12px;
    letter-spacing: -0.09px;
    line-height: 22px;
}


.GridResultsDetails {
    width: 200px;
}
    .GridResultsDetails td {
        padding: 0px;
        border-bottom: solid 1px #8c8c8c;
        vertical-align: bottom;
        padding-top: 0px;
        height:60px;

    }

.GridResultsDetailsLeft { width:100% }
    .GridResultsDetailsLeft td input[type="text"] { 
	padding:6px;
	width:100%
    }
    .GridResultsDetailsLeft td {
        height:60px;
	max-width:254px;
	
    }
    .gr-library-details td {
        height: auto;
    }
    .GridResultsDetailsRight {
        margin-left: 30px;
    }
.GridResultsDetailsRight td input[type="text"] {
	width:100%;

}

.gvmodalsearch {
    background-color: #F9F9F9;
    border: solid 1px #dddddd;
}



.right-section-container {
    margin-left:299px;
    /*min-height:930px;*/
}
.rsc-details {
    margin-left: 287px;
}

.rightsection-tab-header-container {
    padding: 30px 0px 30px 0px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-left-color: #C0C0C0;
    border-bottom-color: #C0C0C0;
    border-bottom-style: solid;
    border-left-style: solid;
    border-color: transparent;
    margin-right: 12px;    
}



.rightsectiondiv {
    padding: 0px 0px 30px 0px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-left-color: #C0C0C0;
    border-bottom-color: #C0C0C0;
    border-bottom-style: solid;
    border-left-style: solid;
    border-color: transparent;
    margin: 12px 12px 12px 0px;
}

.rsd-details {
    margin: 12px 0px;
}

    .details-tab-headers {
        margin-right: 10px;
        float: right;
    }
.rightsectionheaderlabel
{
	padding-left:30px;	
	color: #404040;	
	font-size: 14px;
	font-weight: 600;
	padding-bottom:10px;	
}

.rightsectionheaderlabelinfo
{	
	color: #404040;	
	font-size: 12px;
	font-weight: 200;	
}

.rightsection-header {
	background: linear-gradient(#e5f1ff, transparent 55%);
	/*background-color:#d8ebff;*/
	padding: 10px 0px;    
}

.summary-section {
	margin-left:48px;
	margin-top:10px;
	font-size: 16px;

}

#GV_SummaryCB td {
	padding:3px;
	vertical-align: top;
}
#GV_SummaryCB td:nth-child(2) { 
	width:200px;
}


#TabContainer0_TP_ProjectStage_GV_StageSummaryCB td {
	padding:3px;
	vertical-align: top;
}
#TabContainer0_TP_ProjectStage_GV_StageSummaryCB td:nth-child(2) { 
	width:200px;
}

#GV_SummaryFields td:nth-child(1) {
	width:150px;
	font-weight: Bold;
}
#GV_SummaryFields td a {
    font-size:16px;
}
#GV_SummaryFields td {
    line-height:22px;
}
#TabContainer0_TP_ProjectStage_GV_StageSummaryFields td:nth-child(1) {
	width:150px;
	font-weight: Bold;
}


.rightsectionActions
{
	padding-bottom: 16px;
	float:right;
	margin-right:10px;
}

.rightsectioninfo
{
	margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}



select.dropdown {
    	border: 1px solid #C0C0C0;
		padding: 6px;	
	    font-size:14px;
		border-radius:4px;
		box-shadow: 0 0 3px 0 rgba(0,0,0,0.07);
		margin: 0px;		  		  				  		  		  		  	
		-webkit-appearance: none;
		-webkit-border-radius: 6px;
		-moz-appearance: none;
		appearance: none;
		background: url('../images/icons/arrowdown10.png') no-repeat 97% 50%;
		background-size: 10px 10px;
		background-color:#ffffff;
        min-width:160px;
}
select.dropdown-catalog {
    border: 1px solid #C0C0C0;
    padding: 6px;
    font-size: 14px;
    border-radius: 4px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.07);
    margin: 0px;
    -webkit-appearance: none;
    -webkit-border-radius: 6px;
    -moz-appearance: none;
    appearance: none;
    background: url('../images/icons/arrowdown10.png') no-repeat 97% 50%;
    background-size: 10px 10px;
    background-color: #ffffff;
    min-width: 1px;
}



    .gv-search-projects .dropdown {
    border: 0px;
    padding: 6px;
    font-size: 14px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.07);
    margin: 0px;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-appearance: none;
    appearance: none;
    background: url('../images/icons/arrowdown10.png') no-repeat 97% 50%;
    background-size: 10px 10px;
    background-color: #ffffff;
    width: 100%;
}
.dd-rp-default {
    width: 164px;
}
.dropdown-results-page-size {
    font-size: 0.9em;
    min-width: 45px;
    text-align:left;
    border: 1px solid #C0C0C0;
    padding: 1px;    
    border-radius: 4px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.07);
    margin: 0px;
    -webkit-appearance: none;
    -webkit-border-radius: 6px;
    -moz-appearance: none;
    appearance: none;
    background: url('../images/icons/arrowdown10.png') no-repeat 97% 50%;
    background-color: rgba(0, 0, 0, 0);
    background-size: auto;
    background-size: 10px 10px;
    background-color: white;
}

.dropdown-hp-search-header {
    
    font-size: 16px;
    width: 100%;
    border: 1px solid #C0C0C0;
    padding: 6px;   
    border-radius: 4px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.07);
    margin: 0px;
    -webkit-appearance: none;
    -webkit-border-radius: 6px;
    -moz-appearance: none;
    appearance: none;
    background: url('../images/icons/arrowdown10.png') no-repeat 97% 50%;
    background-size: 10px 10px;
    background-color:white;
}

.dropdown-project-stages-search {
    width: 151px;    
    font-size:14px;    
    border: 1px solid #C0C0C0;
    padding: 6px;
    border-radius: 4px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.07);    
    -webkit-appearance: none;
    -webkit-border-radius: 6px;
    -moz-appearance: none;
    appearance: none;
    background: url('../images/icons/arrowdown10.png') no-repeat 97% 50%;
    background-size: 10px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    float: right;
}

select.dropdownform {
	border:1px solid #d6d6d6;
	padding: 6px;	
	font-size:14px;
	border-radius:0px;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.07);
	margin: 0px;		  		  				  		  		  		  	
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	-moz-appearance: none;
	appearance: none;
	background: url('../images/icons/arrowdown10.png') no-repeat 97% 50%;
	background-size: 10px 10px;		
	width:100%;	
    background-color:#ffffff;
}
select.dropdownform-search {
    border: 0;
    padding: 6px 0px;
    font-size: 12px;
    border-radius: 0px;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    width: 100%;
/*    box-shadow: 0 0 3px 0 rgba(0,0,0,0.07);*/
    margin: 0px;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-appearance: none;
    appearance: none;
    background: url('../images/icons/arrowdown10.png') no-repeat 97% 50%;
    background-size: 10px 10px;

/*    background-color:transparent;*/
}
select.dropdownform-modal {
	border: 1px solid #e5e5e5;
	border-radius:0px;
	padding: 6px;
	margin:0;	
}


.buttonprimary{
  margin:0px 5px;
  background: #1E87F0;
  background-image: -webkit-linear-gradient(top, #1E87F0, #2980b9);
  background-image: -moz-linear-gradient(top, #1E87F0, #2980b9);
  background-image: -ms-linear-gradient(top, #1E87F0, #2980b9);
  background-image: -o-linear-gradient(top, #1E87F0, #2980b9);
  background-image: linear-gradient(to bottom, #1E87F0, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  border:0;
  color: #ffffff;
  font-size: 12px;
  padding: 6px 20px;
  text-decoration: none;
}
    .buttonprimary:disabled {
        color: #4E586B;
        background: #EFF0F2;
    }
    .buttonprimary:hover {
      background: #3cb0fd;
      background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
      background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
      background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
      background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
      background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
      text-decoration: none;
    }
    .buttonprimary:focus {
        outline: thin dotted;
        outline-color: #1E87F0;
    }    
.button-link {
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    /*padding: 6px;*/
    /* identical to box height */
    text-align: center;
    letter-spacing: 0.01em;
    margin-left: 8px;
    color: #1E87F0;
    /*border-radius: 4px;
    background: #EAF6FF;*/
}
    .button-link:hover {
        /*background-color: #dbefff;
        border-radius: 4px;*/        
    }
    .bl-disabled {
        /*background-color: #EFF0F2;
        color: #4E586B;*/
    }
        .bl-disabled:hover {
            /*background-color: #EFF0F2;
            color: #4E586B;*/
        }

.inputrightRound {
    border-radius: 0px 10px 10px 0px;
}
.inputleftRound{
	font-size: 12px;
	border-radius: 10px 0px 0px 10px;
	}
.floatright
{
	float:right;
}



.text {
    border: 1px solid #C0C0C0;
    padding: 6px;
    font-size: 14px;
    border-radius: 4px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.07);
    margin: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.action-section {
    border: 1px solid #C0C0C0;
    padding: 6px;
    font-size: 12px;
    border-radius: 4px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.07);
    margin: 0px;
    background-color: #ffffff;
}
.tbmargin{
	margin:10px 0px;
}
.text-modal {
    font-size: 12px;
}
.tb-modal-default {
    width: 150px;
}
.noborderradius{
	border-radius:0px;
}
.textform{
	border:0px;
	padding: 6px;	
	font-size:14px;
	border-bottom: 1px solid #C0C0C0;	
	border-radius:0px;
	border:1px solid #d3d3d3;	
	width:100%;
}


.buttonsecondary {
    /*nothing*/
    text-decoration: none;
}

.buttonsecondary {
	margin:0px 5px;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	color: #1E87F0;
	background-color:#ffffff;
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
	border-radius: 28px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	font-size: 12px;
	padding: 6px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.buttonsecondary:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}
.buttonsecondary:active {
	position:relative;
	top:1px;
}

        
		/*
.buttonsecondary {
	margin:0px 5px;
	background: #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
	border-radius: 28px;
	border:solid 1px #f8f8f8;
	color: #1E87F0;
	font-size: 12px;
	padding: 6px 20px;
	text-decoration: none;
}
.buttonsecondary:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}
.buttonsecondary:active {
	position:relative;
	top:1px;
}
*/



.buttonplainlink {
	margin:0px 5px;	
	color: #1E87F0;	
	padding: 6px 20px;
	text-decoration: none;
}
.search-action {
	text-decoration: none;
	position: absolute;
	padding-top: 31px;
	padding-left: 202px;
}


.tabdiv {
    /*nothing*/
    text-decoration: none;
}

.tablinkbutton
{
	color: #404040;	
	font-size: 14px;
	font-weight: 600;	
	text-decoration:none;
	margin:0px 9px;
}

.tablinkbuttoncirc {
    color: #404040;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-right: 12px;
}
.active {
    border-bottom:3px solid #1E87F0;	
}
.evolve-active {   
    border-bottom:3px solid #1E87F0;	
    /*border-bottom: 3px solid #cce5ff;*/
    padding-bottom: 7px;
}

.nomarginright
{
	margin-right:0px;
}

/**Gridview Table******************/
/*.gridviewresultstable {	margin-left: -3px;}*/
.gridviewresultstable table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
    font-size:11px;
}
.gridviewresultstable tr {
    vertical-align:top;
}

.gridviewresultstable th {
    background-color:#F0F0F0;
	text-align:left;
	padding:5px;
	border: solid 1px #dddddd;
	font-size: 10px;
	/*color: #404040;*/    
	text-decoration: none;
	white-space: nowrap;    
}
    .gridviewresultstable th a {
        text-decoration: none;
        color: #404040;
	font-size: 10px;
        white-space: nowrap;
    }
.gridviewresultstable td {
	padding:5px;
	border: solid 1px #dddddd;
	font-size: 14px;
	/*color: #404040;*/	
}
.gridviewresultstable td input {
  display: block;
  margin-right: auto;
  margin-left: auto;
  height:16px;
  width:16px;
}
    .gridviewresultstable td input[type=text] {
        margin:0;
    }

.gridviewresultstable tbody tr:nth-child(odd){
  background-color: #F9F9F9;  
	/*color: #404040;*/
}
.gvrt-details {
    margin:12px 0px;   
}
.gvrt-catalog td a {
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    color: #1E87F0;
}
.gvrt-details td img {
    max-height: 120px;
    max-width: 80px;
}

    .gv-results-modal {
        margin-top: 10px;
    }
.gridview-notes td {
	padding:5px;
}

.gridview-notes td span {
	line-height:1.6;
}






.table-valign-center td {
    vertical-align: middle;
}


.table-financial-summary td {
	padding: 6px;
	text-align: left;
}
     .table-financial-summary td span {

	display: block;
     }



/* Customize the label (the container) */
.checkbox {
  display: block;
  position: relative;
  padding: 5px 12px 5px 5px;  
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;  
}

/* Hide the browser's default checkbox */
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border-radius: 50%;
  behavior: url(PIE.htc);
  border:1px solid #c2c2c2;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
  background-color: #2196F3;  
  border:1px solid #31a1f9;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ 
.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox-list td {
	padding:3px;
}
.checkbox-list label{

    margin-left: 20px;
    white-space: nowrap;
}

.checkbox-list label:before{
    margin-left: -23px;
}


/* Create a custom checkbox */
.cm-summary {
	top: 8px;
	left: -18px;
  pointer-events: none;
}
.checkbox-email {
	margin:5px;
}
.checkbox-email input {
	margin-right:5px;
}
.checkbox-email label {
	margin-right:10px;
}

.cb-summary {
  pointer-events: none;
}
.cm-summary {
  pointer-events: none;
}


.label-summary-info {
	font-size: 16px;
}

/**Rename later******************/
.numberCircle {
	border-radius: 50%;
	behavior: url(PIE.htc);
	/* remove if you don't care about IE8 */
	width: 16px;
	height: 16px;  
	background: #1E87F0;  
	color: #FFFFFF;
	text-align: center;
	font-size: 8.4px;
	font-weight: 500;
	letter-spacing: 0.93px;
	line-height: 16px;
	display: inline-block;
	margin: 0px 0px 0px -14px;	
}



.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #8a8a8a;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  /*margin: -250px 0 0 -280px;*/
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
       -o-transition: opacity 0.3s linear, top 0.3s ease-out;
          transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
  top: 50%;
}

.modal-header {
  padding: 9px 15px;
  text-align:center;    
   border-bottom: 1px solid #eee; 
   background-color: #F9F9F9; 

  /* background: linear-gradient(0deg,#c9c7c7, #ededed, #c9c7c7); */
  /* color: #ffffff; */
  
}

.modal-header .close {
  float:right;  
  
}

.modal-header h3 {
  margin: 0;
  line-height: 30px;
  font-size:20px;
  color:#404040;
  
}

.modal-body {
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
  /*font-size: 12px;*/
  color: #404040;
  background-color: white;
}
.modal-form {
    margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

.modal-footer:after {
  clear: both;
}

.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-left-panel{
	width: 250px;
}










/*Workflow*/
.SelectionDiv
{   
	width: 100%; 
	background-color:  #F5F5F5;	
	border-bottom:1px solid #C8C8C8;	
	padding: 10px;
}
.SelectionDivBottom
{
	border-top:1px solid #C8C8C8;
}

.ColorWhite
{   	
	background-color:  	#FFFFFF;
}

.NoPadding
{
	padding:0px;
}

.wftoplinkbutton{
	float:right;
	color: #1E87F0;	
	text-decoration: none;
	}
.textformdetails {
    border: 1px solid #d3d3d3;
    border-bottom:0;
    width: 100%;
    max-width: 254px;
}
.textformdetailslabel {
    border: 0px;
    font-size: 14px;
    border: none;
    border-radius: 0px;
    padding: 12px 0px;
    width: 100%;
    line-height:24px;
    overflow-wrap: break-word;
}
.search-form-fields {
    width: 100%;
    border: 0px;
    background-color: transparent;
}
.details-form-text {
	font-size: 12px;
	padding: 6px;
	border-bottom: 0;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
	background-color:#eaf6ff;
}
.form-text {
	font-size: 12px;
	padding: 6px;
	border-bottom: 0;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
	background-color:#ffffff;
}
.watermarked {
    color: #b6b6b6;
    padding: 6px;
    background-color: transparent;
    border-bottom: 0;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
  width: 100%;
}
.watermark-searchcatalog {
    color: #b6b6b6;
    border: 0px;
    padding: 6px;
    font-size: 14px;
    border-radius: 0px;
    border: 1px solid #d3d3d3;
    border-bottom: 0;
    width: 100%;
    background-color: #ffffff;
}
.watermarked-project {
    padding: 6px 0px;
    background-color: #FFFFFF;
}
.watermarked-right-action-section {
  border: 1px solid #C0C0C0;
  padding: 6px;
  font-size: 12px;
  border-radius: 4px;
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.07);
  margin: 0px;
  background-color: #ffffff;
}

.detailfield {
    float: left;
    width: 100%;
/*    min-height:26px;*/
}
.detailfield span {
    padding: 6px;
}

.detailfield input{
	width:100%;

	}
.detailfield-action{
	float:right;
	margin-top:3px;
    font-weight:normal;
	/*position:absolute;		
	display: inline-block;
	left: 238px;
	padding:8px 0px;
	margin:0px -2px;*/	
}
.detailfield-action input{
	width:13px;	
	height:13px;	
	padding-right: 2px;
}

.multi-col-gv-action {
	display: block;
	height: 18px;
	min-height: 1px;
	position: absolute;
	margin-top: -16px;
	margin-left: 198px
}
.multi-col-gv-action input {
	border: 0px;
}
/****autocomplete extender*****/
  /*AutoComplete flyout */
.AutoExtender {
    background-color: #ffffff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.completionList {
    margin: 3px;
    padding: 3px;
    overflow: auto;
    background-color: #ffffff;
    font-size: 14px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.listItem {
    /*border-bottom: 1px solid #ccc;*/
    padding: 3px;
    margin: 3px;
    /*width: 100%;*/
    background-color: #ffffff;
}
.itemHighlighted {
	background-color: #3893ed;
	color:#ffffff;
	padding:3px;
	margin:3px;
}

#TBL_EmailDetails td input[type=text], input[type=textarea], input[type=dropdown] {
    /*nothing*/
    text-decoration: none;
}

.label-email-header {
	font-size:14px;
	font-weight:bold;
	margin-right:10px;	
}
.table-notes-email td:nth-child(1) {
     width:80px;
}
.button-left-panel {
    margin: 15px 0px 0px 0px;
    padding: 4px 8px
}
.left-panel-buttons-container {
    float:right;
    margin-top:10px;
}
.table-citation {
	margin:0 auto;
}

.loading-container {
    width: 100%;
    height: 100%;
    background: rgba(250, 250, 250, 0.3);
    position: fixed;
    z-index: 998;
}

.loading {
    font-size: 11pt;
    border: 3px solid #808080;
    width: 200px;
    height: 100px;
    position: fixed;
    background-color: White;
    position: fixed;
    top: 40%;
    left: 40%;
    z-index: 999;
    
}


ul.level1 { 
	padding: 6px;
}
a.level1 { 
	padding: 3px;
	text-decoration: none;
}
ul.level2 {
	background-color: #ffffff;
	display:block;
	padding: 3px;
	border: 1px solid #eee;
	width: 300px;
}
.level2 li {

	padding: 0px 6px 6px 6px;
}
a.level2 {
	text-decoration: none;
}








/*************** Ajax Calendar **************/
div.ajax__calendar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
div.ajax__calendar td {
	border:0px;
	height:0px;
}

div.ajax__calendar_container {
    cursor: default;
    font-family: tahoma,verdana,helvetica;
    font-size: 11px;
    padding: 4px;
    text-align: center;
    width: 170px;
}

div.ajax__calendar_body {
    height: 139px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 170px;
}

div.ajax__calendar_days, div.ajax__calendar_months, div.ajax__calendar_years {
    height: 139px;
    left: 0;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 0;
    width: 170px;
}

div.ajax__calendar_days table, div.ajax__calendar_months table, div.ajax__calendar_years table {
    border-spacing: 0;
}

div.ajax__calendar_container TABLE {
    font-size: 11px;
    margin: 0;
    padding: 0;
}

div.ajax__calendar_container TD {
    font-size: 11px;
    margin: 0;
    padding: 0;
}

div.ajax__calendar_header {
    height: 20px;
    width: 100%;
}

div.ajax__calendar_prev {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    height: 15px;
    width: 15px;
}

div.ajax__calendar_next {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    height: 15px;
    width: 15px;
}

div.ajax__calendar_title {
    cursor: pointer;
    font-weight: bold;
    margin-left: 15px;
    margin-right: 15px;
}

div.ajax__calendar_footer {
    /*
    position: relative;
    height: auto;
    min-height: 100%;
    */
}

div.ajax__calendar_today {
    cursor: pointer;
    padding-top: 3px;
}

div.ajax__calendar_dayname {
    height: 17px;
    padding: 0 2px;
    text-align: right;
    width: 17px;
}

div.ajax__calendar_day {
    cursor: pointer;
    height: 17px;
    padding: 0 2px;
    text-align: right;
    width: 18px;
}

div.ajax__calendar_month {
    cursor: pointer;
    height: 44px;
    overflow: hidden;
    text-align: center;
    width: 40px;
}

div.ajax__calendar_year {
    cursor: pointer;
    height: 44px;
    overflow: hidden;
    text-align: center;
    width: 40px;
}

div.ajax__calendar div.ajax__calendar_container {
    background-color: #ffffff;
    border: 1px solid #646464;
    color: #000000;
}

div.ajax__calendar div.ajax__calendar_footer {
    border-top: 1px solid #f5f5f5;
}

div.ajax__calendar div.ajax__calendar_dayname {
    border-bottom: 1px solid #f5f5f5;
}

div.ajax__calendar div.ajax__calendar_day {
    border: 1px solid #ffffff;
}

div.ajax__calendar div.ajax__calendar_month {
    border: 1px solid #ffffff;
}

div.ajax__calendar div.ajax__calendar_year {
    border: 1px solid #ffffff;
}

div.ajax__calendar div.ajax__calendar_active div.ajax__calendar_day {
    background-color: #edf9ff;
    border-color: #0066cc;
    color: #0066cc;
}

div.ajax__calendar div.ajax__calendar_active div.ajax__calendar_month {
    background-color: #edf9ff;
    border-color: #0066cc;
    color: #0066cc;
}

div.ajax__calendar div.ajax__calendar_active div.ajax__calendar_year {
    background-color: #edf9ff;
    border-color: #0066cc;
    color: #0066cc;
}

div.ajax__calendar div.ajax__calendar_today div.ajax__calendar_day {
    border-color: #0066cc;
}

div.ajax__calendar div.ajax__calendar_today div.ajax__calendar_month {
    border-color: #0066cc;
}

div.ajax__calendar div.ajax__calendar_today div.ajax__calendar_year {
    border-color: #0066cc;
}

div.ajax__calendar div.ajax__calendar_other div.ajax__calendar_day {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #646464;
}

div.ajax__calendar div.ajax__calendar_other div.ajax__calendar_year {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #646464;
}

div.ajax__calendar div.ajax__calendar_hover div.ajax__calendar_day {
    background-color: #edf9ff;
    border-color: #daf2fc;
    color: #0066cc;
}

div.ajax__calendar div.ajax__calendar_hover div.ajax__calendar_month {
    background-color: #edf9ff;
    border-color: #daf2fc;
    color: #0066cc;
}

div.ajax__calendar div.ajax__calendar_hover div.ajax__calendar_year {
    background-color: #edf9ff;
    border-color: #daf2fc;
    color: #0066cc;
}

div.ajax__calendar div.ajax__calendar_hover div.ajax__calendar_title {
    color: #0066cc;
}

div.ajax__calendar div.ajax__calendar_hover div.ajax__calendar_today {
    color: #0066cc;
}

/* styles for invalid dates as defined by startDate and endDate*/
div.ajax__calendar div.ajax__calendar_invalid div.ajax__calendar_day {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #646464;
    cursor: default;
    text-decoration: line-through;
}

div.ajax__calendar div.ajax__calendar_invalid div.ajax__calendar_month {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #646464;
    cursor: default;
    text-decoration: line-through;
}

div.ajax__calendar div.ajax__calendar_invalid div.ajax__calendar_year {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #646464;
    cursor: default;
    text-decoration: line-through;
}

div.ajax__calendar div.ajax__calendar_invalid div.ajax__calendar_today {
    cursor: default;
    visibility: hidden;
}


/**********************REPORTS MODULE********************/

.gridview-reports-list td {
    padding:6px;
    margin:12px;
    /*min-height:40px;*/
    vertical-align:middle;

}
.gridview-reports-list a {
    color: #1E87F0;    
}
.table-report-details {
    width:100%;
}
.table-report-details td {    
    padding: 2px;
}
.report-sort-options {
    padding-top:20px;
}


.table-modal-form td {
	padding: 6px 3px;
}
.table-modal-form td select {
	border: 1px solid #eee;
	width:100%;
}
.table-modal-form td input[type="text"] {
	border: 1px solid #eee;
	width:100%;
}
.table-modal-form td textarea {
	border: 1px solid #eee;
	width:100%;
}



.disabled {
	background-color:#eee;	
}


/**********************BRAVA VIEWER MODULE********************/
.viewer-toolbar-information {
	padding: 3px;
	border: 0px solid #eee;
	background-color: #1E87F0;
	color: #FFFFFF;
	height:27px;
}

.viewer-toolbar-actions {
	display: inline-block;
	padding: 3px;
	white-space: nowrap;
}

.buttonsecondary {
    /*nothing*/
    text-decoration: none;
}
.dd-viewer { 
    border: 1px solid #C0C0C0;
    padding: 3px;
    font-size: 12px;
    border-radius: 4px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.07);
    margin: 0px;
    -webkit-appearance: none;
    -webkit-border-radius: 6px;
    -moz-appearance: none;
    appearance: none;
    background: url('../images/icons/arrowdown10.png') no-repeat 97% 50%;
        background-color: rgba(0, 0, 0, 0);
        background-size: auto auto;
    background-size: 10px 10px;
    background-color: #ffffff;

}
.button-viewer {
	margin:0px 5px;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
	border-radius: 28px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	font-size: 12px;
	padding: 3px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.button-viewer:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}
.button-viewer:active {
	position:relative;
	top:1px;
}







/* GRIDVIEW HEADER, ROW/ALTROW STYLE --MM 2015-08-07
================================ */
.GridResultsDetails-AdminReview td {
    padding: 3px;
    border-bottom: 0;
}
.header_Turquoise{
	color:#21ebfb;
}
.GV_Turquoise, .GV_Turquoise th{
	background-color: #21ebfb;	
	color:#fff;
}
.GV_TurquoiseRow  td{
	background-color: #D6FFF7;	
}
.GV_TurquoiseAltRow td{
	background-color: #eff;	
}

.header_pink{
	color:#e727f3;
}
.GV_Pink, .GV_Pink th{
	background-color: #e727f3;	
	color:#fff;
}
.GV_PinkRow  td{
	background-color: #feeaff;	
}
.GV_PinkAltRow td{
	background-color: #fcd3ff;	
}

.header_brightgreen{
	color:#04bd00;
}
.GV_BrightGreen, .GV_BrightGreen th{
	background-color: #04bd00;	
	color:#fff;
}
.GV_BrightGreenRow  td{
	background-color: #bfffbd;	
}
.GV_BrightGreenAltRow td{
	background-color: #eaffe9;	
}

.header_green{
	color:#034C29;
}
.GV_Green, .GV_Green th{
	background-color: #034C29;	
	color:#fff;
}
.GV_GreenRow  td{
	background-color: #E5FFF3;	
}
.GV_GreenAltRow td{
	background-color: #D4FFDA;	
}

.header_red{
	color:#FF5D5A;
}
.GV_Red, .GV_Red th{
	background-color: #FF5D5A;	
	color:#fff;
}
.GV_RedRow  td{
	background-color: #F5DCDC;	
}
.GV_RedAltRow td{
	background-color: #FFE8FD;	
}

.header_purple{
	color:#947198;
}
.GV_Purple, .GV_Purple th{
	background-color: #947198;	
	color:#fff;
}
.GV_PurpleRow  td{
	background-color: #FFE2FF;	
}
.GV_PurpleAltRow td{
	background-color: #FFF4FF;	
}

.header_slateblue{
	color:#488099;
}
.GV_Slateblue, .GV_Slateblue th{
	background-color: #488099;	
	color:#fff;
}
.GV_SlateblueRow  td{
	background-color: #D8E8FC;	
}
.GV_SlateblueAltRow td{
	background-color: #f0f9ff;	
}

.header_earth{
	color:#996028;
}
.GV_Earth, .GV_Earth th{
	background-color: #996028;	
	color:#fff;
}
.GV_EarthRow  td{
	background-color: #fff5eb;	
}
.GV_EarthAltRow td{
	background-color: #ffe6ce;	
}

.gridview-min-width {
	width:100%;
}




/**********************LOGIN MODULE********************/
.login-form { 
    padding:40px;
}
.login {
    width: 400px;
    margin: 0 auto;
    background-color: #ffffff;
    border: 1px solid #C0C0C0;
    
}
.table-login {
    width: 300px;
    height:350px;
    margin: 0 auto;      
}   
    .table-login label {
        color: #1E87F0;
        font-weight: bold;
        font-size: 12px;
        line-height: 18px;        
    }
    .table-login tr td p label input {
        width: 100%;
        border-bottom: 1px solid #C0C0C0;
        line-height: 31px;
        padding: 6px;
        font-size: 16px;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        border-top: 1px solid #eee;
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

.modal-table-form td {
    height:60px
}
    .modal-table-form td input[type=text], .modal-table-form td select, .modal-table-form textarea {
        margin: 3px 0px;
        width: 100%;
    }

.modal-field-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.06px;
    line-height: 12px;
}
.gv-emptydata {
    background: #ffffff;
    padding:12px;
}
.fileupload {
    font-size:14px;
    padding:12px 0px;
}

/************** Authority Details Style **********************/
textform-authority {
    border: 1px solid #d6d6d6;
    padding: 6px;
    font-size: 14px;
    border-radius: 0px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.07);
    margin: 0px;
    -webkit-border-radius: 0px;
    width:100%;
}
    /************** Catalog Details Style **********************/
    .textform-catalog {
    border: 1px solid #d6d6d6;
    padding: 6px;
    font-size: 14px;
    border-radius: 0px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.07);
    margin: 0px;
    -webkit-border-radius: 0px;
    max-width: 558px;
}

.watermarked-catalogdetails {
    border: 1px solid #d6d6d6;
    color: #b6b6b6;
    padding: 6px;
    font-size: 14px;
    border-radius: 0px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.07);
    margin: 0px;
    -webkit-border-radius: 0px;
    width: 100%;
}
.GridResultsCatalogDetails {
    border: solid 1px #efefef;
    padding: 6px;
}

    .GridResultsCatalogDetails td {
        padding: 6px;
        border-top: solid 1px #efefef;
        border-bottom: solid 1px #efefef;
        border-right: solid 1px #efefef;
        vertical-align: top;
    }

    .GridResultsCatalogDetails tbody tr:nth-child(odd) {
        background-color: #F9F9F9;
        color: #404040;
    }

.catalog-container {
    max-width:900px;
    margin:0 auto;
    background-color:#ffffff;
    padding-bottom:24px;
}
.catalog-tab-content {
    margin: 12px;
    
}

.subfield-action {
    text-align: right;
    vertical-align: top;
    width: 60px
}
.holding-catalogdisplay-container {
    margin:0 auto;    
}
.holding-catalogsubtable tr {
    border: none;
}
    .holding-catalogsubtable td {
        border: none;
        text-align:left;
    }

.holding-catalogsubtable tbody tr:nth-child(odd) {
    background-color: transparent;
}
.catalog-subtable {
    /*width: 100%;*/
    background-color: transparent;
}
    .catalog-subtable td {
        border: 0;
        padding: 0;
        background-color: transparent;
        width: 100%;
        vertical-align:top;
    }
    .catalog-subtable tbody tr:nth-child(odd) {
        background-color: transparent;
    }


.authority-subtable {
    background-color: transparent;
    width: 700px;
    margin: 0 auto;
}
    .authority-subtable td {
        border: 0;
        padding: 0;
        background-color: transparent;
        vertical-align: top;
    }

    .authority-subtable tbody tr:nth-child(odd) {
        background-color: transparent;
    }

.scanchange-subtable {
}
.scanchange-subtable td {    
    font-size: 14px;    
    padding-bottom:3px;
}
    .scanchange-subtable tbody tr:nth-child(even) {
        background-color: transparent;
    }

.tag-action, .subfield-action {
    padding: 3px;
    margin: 3px;
}
.tag-action {
    
    display:inline-block;
    margin-bottom:12px;
}

.tag-action img {
    height: 16px;
    width: 16px;
}
.tag-description {
    display: inline-block;
    margin-bottom: 12px;
}
.subfield-action-button {
    height: 13px;
}

.catalogsubfield-label {
    /*width: 100%;*/
    color: #1E87F0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.06px;
    /*line-height: 20px;*/
    display: block;
}

.catalogtag-label {
    margin-bottom: 12px;
    /*display: block;*/
    margin-bottom: 12px;
    font-size: 14px;
    /*line-height: 33px;*/
}
.leftpanelheader-label {
    display:block;
    margin-bottom:12px;
    font-size:14px;
    font-weight:bold;
    text-align:center;
}
.dropdown-catalogindicator {
    border: 1px solid #d6d6d6;
    padding: 6px;
    font-size: 14px;
    border-radius: 0px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.07);
    margin: 0px;
    -webkit-border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../images/icons/arrowdown10.png') no-repeat 97% 50%;
    background-size: 10px 10px;
    background-color: #ffffff;
    width:45px;
    margin-right:3px;
}


/**** CIRC STYLES *****************************************************************/

.circulation-information {
	margin-left:12px;
	margin-bottom:24px;
}

.circulation-information-message {
	position:absolute;
	right:21px;
	top:95px;
	font-weight:600;
	font-size: 22px;
	color: red;
	display:block;

}

.circ-container-scanbarcode {
	margin-top:12px;
}



.card {
    background-color: dodgerblue;
    color: white;
    padding: 1rem;
    height: 4rem;
}

.cards {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.checkboxlist label {
    margin-left:12px;
    line-height:20px;
}

.periodical-subscription-action {
    margin:12px;
}

.activegridviewrow {
    font-weight: 600;
    background-color: #e7f2fd;
}
.activegridviewrow td, .activegridviewrow tr {
    border:1px solid #e7f2fd;
    background-color: #e7f2fd;
}

.forgotpassword {
	margin:12px;
	text-align: center;
	display:block;
	font-size:10px;
}

.loginpasswordactions {
	display:block;
	margin:12px;
	text-align:center;
}