﻿/*Custom style sheet for Certified Document*/

.clay-font{
    font-family: arial,Gadget,sans-serif;
}
.clay_header_1{
    color: grey;
    font-size: 22px;
    display: block;
    letter-spacing: 4px;
    padding-left: 10px;
    padding-bottom: 3px;
    /*display: inline-block;*/
}

.clay_header_1 a{
    color: white;
    font-size:x-large;

}
.clay_header_2{
    color: grey;
    font-size: 16px;
    display: block;
    padding-left: 10px;
    padding-bottom: 3px;
    /*display: inline-block;*/
}
.clay_header_2 a{
    color: lightblue;
    font-size:large;

}

.clay_header_3{
    color: grey;
    font-size: 18px;
    display: block;
    padding-left: 10px;
    /*display: inline-block;*/
}
.clay_header_3 a{
    color: black;
    font-size:large;

}

.clay-user_action{
    padding-top: 100px;
    padding-left: 500px;
    display: block;
}

.clay_image_button{
    /*border:thin solid grey ;*/
    padding: 3px 30px 10px 3px;
    color: darkslategrey ;
    font-size: 16px;
    letter-spacing: 4px;
}

.clay_image_button:hover{
    background-color: darkgray;
    color:white;
}

.clay-panel-header-color{
    background-color: #85e085;
    text-shadow:none;
    border-radius: initial;
}

.clay-sidebar{
    padding-left: 0px;
    padding-top: 10px;
    height: -webkit-calc(100vh);
    height: -moz-calc(100vh);
    height: calc(110vh);
    /*background-color: lightgrey;*/
    background: linear-gradient(to top, rgba(255,255,255,0) 30%,lightgrey 50%);
}

.clay-sidebar-sidemenu >a:hover{
    background-color: lightgray;
    color: black;
}


.clay-sidebar-sidemenu:hover{
    background-color: lightgray;
}

.clay-logo-gradient {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    height: 300px;
    background: none;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 30%, lightgrey 50%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,rgba(255,255,255,0)), color-stop(50%,lightgrey));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 30%,lightgrey 50%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 30%,lightgrey 50%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 30%,lightgrey 50%);
    background: linear-gradient(to right, rgba(255,255,255,0) 30%,lightgrey 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.navbar-top-login > li >a{
    padding-top: 0px !important;
    font-size: 9px !important;
}

.navbar-top-login > li > a:before {
    content: none !important;
}
/*
    Jul-26-2017 - added style for type='file'
                  made the input box responsive
*/
/*input[type="file"] {
    display: none;
}*/
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    width: 100%;
}

.custom-panel-body-color{
    background-color: lightgrey;
}

#pdf-viewer {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	overflow: auto;
}

.pdf-page-canvas {
	display: block;
	/*margin: 5px auto;*/
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0);
}



.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

	.pagination > li {
		display: inline;
	}

		.pagination > li > a,
		.pagination > li > span {
			position: relative;
			float: left;
			padding: 6px 12px;
			margin-left: -1px;
			line-height: 1.42857143;
			color: #337ab7;
			text-decoration: none;
			background-color: #fff;
			border: 1px solid #ddd;
		}

		.pagination > li:first-child > a,
		.pagination > li:first-child > span {
			margin-left: 0;
			border-top-left-radius: 4px;
			border-bottom-left-radius: 4px;
		}

		.pagination > li:last-child > a,
		.pagination > li:last-child > span {
			border-top-right-radius: 4px;
			border-bottom-right-radius: 4px;
		}

		.pagination > li > a:hover,
		.pagination > li > span:hover,
		.pagination > li > a:focus,
		.pagination > li > span:focus {
			z-index: 2;
			color: #23527c;
			background-color: #eee;
			border-color: #ddd;
		}

	.pagination > .active > a,
	.pagination > .active > span,
	.pagination > .active > a:hover,
	.pagination > .active > span:hover,
	.pagination > .active > a:focus,
	.pagination > .active > span:focus {
		z-index: 3;
		color: #fff;
		cursor: default;
		background-color: #337ab7;
		border-color: #337ab7;
	}

	.pagination > .disabled > span,
	.pagination > .disabled > span:hover,
	.pagination > .disabled > span:focus,
	.pagination > .disabled > a,
	.pagination > .disabled > a:hover,
	.pagination > .disabled > a:focus {
		color: #777;
		cursor: not-allowed;
		background-color: #fff;
		border-color: #ddd;
	}

.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.no-close .ui-dialog-titlebar-close {
	display: none
}