﻿/******************************/
/*         BUTTON		      */
/******************************/
.button {
    height: 24px;
    text-align: center;
    font-family: Verdana;
    font-size: 12px;
    padding-bottom: 1px;
    border-radius: 0.25em;
}
/*18731M-Initial Login screen.docx*/
.darkbutton {
    background: #15AAE2 !important;
    color: #fff;
    font-weight: 600;
    border: none;
    cursor: pointer;
    margin-top: 14px;
    padding: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.light {
    border: solid 1px #eeeeee; /* #adadae; #7a9ab6;*/
    background-color: #eeeeee;
    /*background:url(Images/btn_light.jpg) repeat-x left center;*/
    color: #0c2035;
}
    .light:hover {
        cursor: pointer;
        background-color: #d9d9d9;
        border: solid 1px #d9d9d9; /* #adadae; #7a9ab6;*/
    }

.dark {
    color: white;
    border: solid 1px #5d5f5e; /* #adadae; #7a9ab6;*/
    background-color: #5d5f5e;
}
.dark:hover {
    cursor: pointer;
    background-color: #737374;
    border: solid 1px #737374; /* #adadae; #7a9ab6;*/
}
/*7416M-7417S-Change System Pre-Defines to work in a similar way to Cash Corporate Actions 20121008.docx*/
.navigation
{
	margin-left:18px;
}

.btn50px
{
	width:50px;
}

.btn60px
{
	width:60px;
}

.btn65px
{
	width:60px;
}

.btn70px
{
	width:70px;
}

.btn80px
{
	width:80px;
}

.btn88px
{
	width:88px;
}

.btn90px
{
	width: 90px;
}

.btn100px
{
	width:100px;
}

.btn110px
{
	width: 110px;
}
.btn120px
{
	width: 120px;
}

.btn130px
{
	width: 130px;
}

.btn140px
{
	width: 140px;
}

.btn170px
{
	width: 170px;
}

.btn185px
{
	width: 185px;
}

/******************************/
/*       FILE UPLOAD          */
/******************************/

/*Browse button style in Add Attachment view of Attachment Module*/
.browse
{
	float: right;
}  

/*Only used in Add Attachment view of Attachment Module for Browse button.*/
.realfileuploadcontrol
{
	/*-moz-opacity:0;  FF 3.5+ dont support this anymore
	filter:alpha(opacity: 0); */
	opacity:0;
	filter:	alpha(opacity=0);
	
}

.zindex
{
	z-index:1;
}
@font-face {
    font-family: 'fontello';
    src: url('./font/fontello.eot?51729291');
    src: url('./font/fontello.eot?51729291#iefix') format('embedded-opentype'), 
         url('./font/fontello.woff?51729291') format('woff'), 
         url('./font/fontello.ttf?51729291') format('truetype'), 
         url('./font/fontello.svg?51729291#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
     
    .icon
    {
      font-family: fontello,Verdana;
      /*font-style: normal;*/
      /*font-weight: normal;*/
      /*speak: none;*/
      /*text-rendering: auto;*/
      /*display: inline-block;*/
      /*text-decoration: inherit;*/
      /*width: 1em;*/
      /*margin-right: .2em;*/
      text-align: center;
      /* opacity: .8; */

      /* For safety - reset parent styles, that can break glyph codes*/
      /*font-variant: normal;*/
      /*text-transform: none;*/
     
      /* fix buttons height, for twitter bootstrap */
      /*line-height: 1em;*/
     
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      /*margin-left: .2em;*/
     
      /* You can be more comfortable with increased icons size */
      /* font-size: 120%; */
     
      /* Font smoothing. That was taken from TWBS */
      /*-webkit-font-smoothing: antialiased;*/
      /*-moz-osx-font-smoothing: grayscale;*/
     
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    }
