/* 
    Document   : hcpl
    Created on : 10 Jun, 2013, 8:36:10 PM
    Author     : Pratish Gondalia <pgondalia at hayagreeva.co.in>
    Description:
        Purpose of the stylesheet follows.
*/

h1.error{color:rgb(202, 0, 2)}
h3.error{display: block; width: 100%;text-align: center; color:rgb(202, 0, 2); font-size: 1.6em}
.errormsg{width: 100%; text-align: center; font-size: 1.4em; margin-top: 10px}
.statuslabel{position: relative;padding: 0 5px;top: -3px;font-size: 1.1em;}
.content{min-height: 300px;}
.image_upload,.image_clear{display : inline !important; border: 1px solid; padding: 5px;}
.imageupload{display : inline !important; border: 1px solid; padding: 5px;}

#logout{display:inline-block; background-color: transparent; border: 0;}

#filtersubmit
{
    display: inline-block;
    box-sizing: content-box;
    cursor: pointer;
    color: rgb(255, 255, 255);
    text-align:center;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px 0px;
    text-shadow: rgb(50, 114, 40) 0px 1px 2px;
    padding: 0px 4%;
    outline: none;
    border-width: 1px;
    border-style: solid;
    margin-right: 5px;
    border-color: rgb(15, 155, 15);
    border-image: initial;
    border-radius: 33px;
    font: 600 15px "Open Sans", sans-serif;
    line-height: 32px;
    text-decoration: none;
    background: linear-gradient(rgb(90, 190, 87) 0px, rgb(53, 146, 56) 100%) 0px 0px / auto repeat padding-box border-box, rgb(90, 190, 87);
    background-repeat: repeat;
    background-position: 0px 0px;
    width:100px;
    margin-top: 22px;
}
#filtersubmit.mr-15{margin-right: 15px;}
#filtersubmit:hover,#filtersubmit:focus
{
    /*background-color: #fddb6f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb94b), to(#fddb6f));
    background-image: -webkit-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: -moz-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: -ms-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: -o-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: linear-gradient(top, #ffb94b, #fddb6f);*/
    box-shadow: rgba(0, 0, 0, 0.11) 0px 2px 4px 0px;
    background: rgb(90, 190, 87);
    transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1);
}
#previewsubmit
{
    display: inline-block;
    box-sizing: content-box;
    cursor: pointer;
    color: rgb(255, 255, 255);
    text-align:center;
    padding: 0px 4%;
    outline: none;
    border-width: 1px;
    border-style: solid;
    margin-right: 5px;
    border-color: rgb(15, 155, 15);
    border-image: initial;
    border-radius: 33px;
    font: 600 15px "Open Sans", sans-serif;
    line-height: 32px;
    text-decoration: none;
    background-color: #db4437;
    border-color: #db4437;
    width: auto;
    margin-top: 22px;
    /* width: 44%; */
}
#filtersubmit[value=Reset], #filtersubmit.delt-btn{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */background: rgb(238,238,238); /* Old browsers */background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6-15 */background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */color: #545454;text-shadow:none;border-color: #d4d4d4;}
#filtersubmit.row-submit{border-color: rgb(73,155,234); background: rgba(73,155,234,1);
background: -moz-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(32,124,229,1)));
background: -webkit-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: -o-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: -ms-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: linear-gradient(to right, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=1 );}
#filtersubmit:active{outline: none;-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;}

#filtersubmit::-moz-focus-inner{border: none;}
#table{position:relative;}
.ajax_loader{background: url("../images/loadingAnimation.gif") no-repeat center center transparent;width:100%;height:100%;}

.wait {
	position: fixed;
	z-index: 999;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: Black;
	filter: alpha(opacity = 60);
	opacity: 0.6;
	-moz-opacity: 0.8;
}

.center {
	z-index: 1000;
	margin: 300px auto;
	padding: 10px;
	width: 130px;
	background-color: White;
	border-radius: 10px;
	filter: alpha(opacity = 100);
	opacity: 1;
	-moz-opacity: 1;
}

.center img {
	height: 128px;
	width: 128px;
}

