/* 
    Document   : gazelle
    Created on : 12/10/2012, 09:54:09 AM
    Author     : EricHT
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body{    
     -webkit-font-smoothing: antialiased; 
}

.gazelle-textfield{
    border: solid 1px #9999CC;
    box-shadow: inset 0 1px 0 #EEE,white 0 1px 0;
    border : solid 1px #ccc;
    border-radius: 3px;
    background-color: white;
    padding-left: 5px;
    box-sizing: border-box;
     -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    overflow: hidden;
}

.gazelle-textfield:disabled{    
    /*color:gray;*/
    opacity: 0.7;
}

.current_record{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    border : solid 1px #ccc;
    border-radius: 3px;
    padding-left: 2px;
    outline: none;
    box-shadow: inset 0 1px 0 #EEE,white 0 1px 0;
}

.current_record:focus{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    border: 1px solid #EC8B11;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 8px #FD9B17;
}

.gazelle-labelRadio{
   
}
.gazelle-textfield:focus{
    /*border : 1px solid #56B4EF;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 0 8px rgba(82,168,236,.6);*/
    border: 1px solid #EC8B11;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 8px #FD9B17;
    outline: none;
}

.gazelle-button{    
    background-color: whitesmoke;
    alignment-adjust: middle;
    border-radius: 5px;
    cursor : pointer;
    font-weight: bold;
    color :#333;    
    background-repeat: repeat-x;
    /*
    background-image: -moz-linear-gradient(top,white 0,whitesmoke 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,white),color-stop(100%,whitesmoke));
    background-image: -webkit-linear-gradient(top,white 0,whitesmoke 100%);
    background-image: -ms-linear-gradient(top,white 0,whitesmoke 100%);
    background-image: -o-linear-gradient(top,white 0,whitesmoke 100%);
    background-image: linear-gradient(top,white 0,whitesmoke 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white',endColorstr='whitesmoke',GradientType=0);
    */
    border: 1px solid gray;
}
.gazelle-button:focus{
    outline: none;
    /*box-shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 0 8px rgba(82,168,236,.6);*/
    border: 1px solid #EC8B11;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 8px #FD9B17;
}

.gazelle-button:disabled{
    opacity: 0.4;
}
.gazelle-combobox{  
    
    background-color: white; 
    border: solid 1px darkgrey;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    /*height: 30px;
    width: 200px;*/
    position: relative;    
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}


.gazelle-comboboxFocus {
    border: 1px solid #EC8B11;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 8px #FD9B17;
}



.gazelle-prompt{
    white-space: nowrap;
}

.gazelle-label{
    background: whitesmoke;     
    border-radius: 3px;
    -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: inset 0 1px 0 #EEE,white 0 1px 0;
    border: solid 1px #ccc;
    overflow: hidden;
}

.gazelle-textArea{
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
    
   border-width:1px;
   border-style:solid;
   border-color:#ccc;
   color:#000;
   -webkit-border-radius:5px;
   -ms-border-radius:5px;
   border-radius:5px;
   overflow: hidden;
   background: /*url(images/icon6.png)  #f7f7f7*/#ffffff border-box;
}
.gazelle-textArea textarea {
   background: transparent;
   border: 0px solid #000;
}

.gazelle-textArea:focus{
   border: 1px solid #EC8B11;
   box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 8px #FD9B17;
}

.ui-datepicker-trigger{
    display : inline-block;
}

.message {
    background-size: 40px 40px;
    box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 4px;
    border: 1px solid #CCC;
    background-color: #FFF;
    background-image: url(images/error_bg.png);
    cursor: pointer;
    background-position: 0% 0%;
    background-repeat: repeat no-repeat;
    background-attachment: scroll;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #ff4444;
    padding: 15px;
    position: fixed;
    animation: animate-bg 5s linear infinite;
    z-index: 1000;
    top : -200px;
}

.info-message {
    background-size: 40px 40px;
    box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 4px;
    border: 1px solid #CCC;
    background-color: #FFF;
    background-image: url(images/error_bg.png);
    cursor: pointer;
    background-position: 0% 0%;
    background-repeat: repeat no-repeat;
    background-attachment: scroll;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    color: blue;
    padding: 15px;
    position: fixed;
    animation: animate-bg 5s linear infinite;
    z-index: 1000;
    top : -200px;
}

.gazelle-checkbox{
    /*overflow:hidden;*/ 
}

.gazelle-checkbox:FOCUS{
   border: 1px solid #EC8B11;
   box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 8px #FD9B17;
}

.gazelle-radiobutton{
    background-color: transparent !important;
    overflow:hidden;
}

.gazelle-radiobutton:focus{
   border: 1px solid #EC8B11;
   box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 8px #FD9B17;
}

.gazelle-dialog{
    padding: 0px !important;
}

.ui-tooltip{
    font-size:10pt;
    font-family:Calibri;
    height: 10px;   
}


.grid-panel{
   
   border:  5px solid #8E9194;
   border-radius: 10px; 
   background-color: #F6F6F6;
   color: #000080;;   
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: normal;
   font-variant: normal;
   font-weight: normal;
   height: 11px;
   line-height: 11px;
   z-index: 4
}

.header-grid{
    background: #fafafa url(images/fhbg.gif) repeat-x bottom;
    text-align: center;
    border: 1px solid #ccc;
    border-bottom: 0;
    
}

.grid-content{
   
    
}

.grid-header{
     
}

.grid-column-resize{
    z-index: 2;
    width: 4px;
    height: 2px;
}
.grid-column-resize:hover{
   /* background: url(images/line.gif) repeat-y 2px center;*/
   background-color: #4D90FE;
   cursor: e-resize;
}

.grid-row-resize{
    z-index: 2;
    width: 2px;
    height: 4px;
}
.grid-row-resize:hover{
   /* background: url(images/line.gif) repeat-y 2px center;*/
   background-color: #4D90FE;
   cursor:s-resize;
}

.scroll-grid{
    z-index: 4;
}

.editor-text{
    margin-top : 5px;
    height: calc(100% - 58px);
    width : 100%;
    margin : 5px;
}

.editor-buttons-panel{
    height: 30px;
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
    bottom : 0px;
}

.editor-button-ok {
    display: inline-block;
    width: 38px;
    height : 38px;
    box-sizing: border-box;
    margin : 3px;
    background: #eee url(images/editor/ok.png) no-repeat center;
}

.editor-button-cancel {
    display: inline-block;
    width: 38px;
    height : 38px;
    box-sizing: border-box;
    margin : 3px;
    background: #eee url(images/editor/cancel.png) no-repeat center;
}

.loading {
	text-align:right;
    background-size: 40px 40px;
    box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 4px;
    border: 1px solid lightblue;
    background-color: #FFF;
    background-image: url(images/loading.gif) ;
    cursor: pointer;
    background-position: 5% 50%;
    line-height: 33px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    color: blue;
    top: 0px;
	left: 0px;
    position: fixed;
    animation: animate-bg 5s linear infinite;
    z-index: 99999999;
    width: 117px;
	height: 35px
}


.autocompleteCaller{	
    box-shadow: inset 0 1px 0 #EEE,white 0 1px 0;
    border : solid 1px #ccc;       
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    overflow: hidden;
	
	background: url(images/select-down2.png) no-repeat white; 
	display: block;
	height: 29px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
    background-position: left;
    border-left: 1px solid black;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;    
}

.autocompleteCallerFocus{	    
  /* box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    overflow: hidden;
	
	background: url(images/select-down2.png) no-repeat white; 
	display: block;
	height: 29px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
    background-position: left;
    border-left: 1px solid black;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;  */
    
    border-bottom: 1px solid #EC8B11!important;
    border-right: 1px solid #EC8B11!important;
    border-top: 1px solid #EC8B11!important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 8px #FD9B17!important;
    outline: none;  
}

.autocompleteCaller:hover{
	/*background: url(images/select-icons.png) 0 -167px no-repeat;*/
        background: url(images/select-down-hover2.png) no-repeat white;
        background-position: left;
        border-left: 1px solid black;
        /*padding-left: 10px;*/
}
.autocompleteCallerOpen{
        background: url(images/select-up2.png) no-repeat white;
        background-position: left;
         box-shadow: inset 0 1px 0 #EEE,white 0 1px 0;
	    border : solid 1px #ccc;       
	    box-sizing: border-box;
	     -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box; 
	    overflow: hidden;
		border-radius: 2px;
		border-left: 1px solid black;
}
.autocompleteCallerOpen:hover{
	/*background: url(images/select-icons.png) 0 -66px no-repeat;*/
        background: url(images/select-up-hover2.png) no-repeat white;
        background-position: left;
        /*padding-left: 10px;*/
}


.logon-screen-label{
	display: inline-block;
	width: 30%;
	color: #555;	
	padding-top: 10px;
	font-size: 14px;
	font-family: sans-serif;
}

.logon-screen-input{
	display: inline-block;
	width: 70%;
}

.logon-padding{
	padding: 5px;
}

.logon-screen-textfield{
	padding-left: 5px;
	color: #777;
	width: 95%;
	margin: 6px;
	margin-top: 12px;	
	height: 25px;
	border: 1px solid #c7d0d2;
	border-radius: 2px;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.logon-screen-textfield:focus{
	border: 1px solid #a8c9e4;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #e6f2f9;
}

.logon-screen-textfield:over{
	border: 1px solid #b6bfc0;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .7), 0 0 0 5px #f5f7f8;
}


.logon-screen-button {	
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	width: 80px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#acd6ef), to(#6ec2e8));
	background-image: -moz-linear-gradient(top left 90deg, #acd6ef 0%, #6ec2e8 100%);
	background-image: linear-gradient(top left 90deg, #acd6ef 0%, #6ec2e8 100%);
	border-radius: 30px;
	border: 1px solid #66add6;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .5);
	cursor: pointer;
}

.logon-screen-button:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b6e2ff), to(#6ec2e8));
	background-image: -moz-linear-gradient(top left 90deg, #b6e2ff 0%, #6ec2e8 100%);
	background-image: linear-gradient(top left 90deg, #b6e2ff 0%, #6ec2e8 100%);
}

.logon-screen-button:active {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6ec2e8), to(#b6e2ff));
	background-image: -moz-linear-gradient(top left 90deg, #6ec2e8 0%, #b6e2ff 100%);
	background-image: linear-gradient(top left 90deg, #6ec2e8 0%, #b6e2ff 100%);
}
.logon-screen-content{
	background: #ecf2f5;
}
.logon-screen-row{
	display: block;
}

.alert-content-style{
	width: auto!important;
}

.dialog-class{
	min-width: 400px;
	max-width: 800px;
}

.dvLoading{
   background:url(images/loading.gif) no-repeat center center;
   height: 100px;
   width: 100px;
   position: fixed;
   z-index: 999999;
   left: 50%;
   top: 50%;
   margin: -25px 0 0 -25px;
   background-size: 50px 50px;
}

#loading{
	/*width:100%;
	height:100%;	
	left: 0px;
	top: 0px;
	z-index: 99999;
	position: fixed;*/
}

.display{
	display: inline-block;
}

.gazelle-listbox{
	
}




.gazelle-listbox:disabled{    
    color:gray;
}


.gazelle-listbox:focus{
    border: 1px solid #EC8B11;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 8px #FD9B17;
    outline: none;
}

.loading-panel {
    position : fixed; 
    z-index : 99999; 
    left : 0; 
    top : 0; 
    width : 100%; 
    height : 100%; 
    background:  #fff no-repeat center url(images/loading-image.gif);	
}

.no-close .ui-dialog-titlebar-close {
	display: none 
}
