﻿

.NormalButton, input.NormalButton {
    /*float:left;*/
    min-width: 150px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    /*background-color:url(../../images/btn-bg.jpg);
    background-repeat:repeat-x;*/
    color: #fff !important;
    text-align: center;
    /*line-height:26px;*/
    border: 1px solid #ED822B;
    border-radius: .25rem;
    font-size: 14px;
    background-color: #ED822B;
    /* font-weight: bold;*/
    transition: ease-out .3s all;
    box-sizing: border-box;
    text-transform: uppercase;
    margin-left: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
.hc .NormalButton, .hc input.NormalButton {
    background-color:#000;
    background-image:none ;
    border:1px solid #000;
}
.hc .NormalButton:hover {
     background-color:#5d5681;
    }
.NormalButton:hover {
    cursor: pointer;
    color: #fff;
    text-decoration: none !important;
    background-color: #5d5681;
    border: 1px solid #5d5681;
}

.btn .NormalButton,
.btn a,
.blueBtn2 {
    float: right;
    min-width: 150px;
    height: 40px;
    background-color: #ed822b;
    border: 1px solid #ed822b;
    border-radius: .25rem;
    -moz-border-radius: .25rem; /* Old Firefox */
    color: #fff !important;
    font-size: 14px;
    line-height: 24px;
    margin: 5px 0 5px 5px;
    text-align: center;
    font-weight: normal;
    transition: ease-out .3s all;
    box-sizing: border-box;
    text-transform: uppercase;
    margin-bottom: 0;
}

.NormalButton.aspNetDisabled {
    opacity: 0.5;
    cursor: not-allowed
}


    .btn .NormalButton:hover, .btn .NormalButton:focus,
    .btn a:hover, .btn a:focus,
    .blueBtn2:hover, .blueBtn2:focus {
        text-decoration: none !important;
        /*background-position:0 -26px;*/
        cursor: pointer !important;
        background-color: #5d5780;
        border: 1px solid #5d5780;
    }

.NormalButton.aspNetDisabled:hover {
    background-color: #ed822b;
    opacity: 0.5;
}

input.fffm-grey-btn, .fffm-grey-btn {
    border: 1px solid #717073 !important;
    background-color: #717073 !important;
    color: #fff !important;
    text-align: center;
    line-height: 23px;
    border: 1px solid #F8971D;
    border-radius: 5px;
    -moz-border-radius: 5px; /* Old Firefox */
    background-color: #F8971D;
    font-weight: bold;
}

    input.fffm-grey-btn:hover, .fffm-grey-btn:hover {
        color: #fff;
        text-decoration: none !important;
        background-color: #5d5681 !important;
        cursor: pointer;
    }

input.fffm-grey-btn2, .fffm-grey-btn2, a.fffm-grey-btn2{
     border:1px solid #717073 !important;  
    background-color:#717073  !important;
    color:#fff !important;
    text-align:center; 
    border:1px solid #F8971D;
    border-radius:5px;
    -moz-border-radius:5px; /* Old Firefox */
    background-color:#F8971D;
    font-weight:bold;
}

input.fffm-grey-btn2:hover, .fffm-grey-btn2:hover, a.fffm-grey-btn2:hover{
    /*color:#ffffff !important;
    cursor:pointer;*/
    color:#fff;
    text-decoration:none !important;
    background-color:#575757 !important;

    }

.blueBtn2{
	float:left;
	width:128px;
	height:27px;
	background-image:url(../../images/blueBtn.png);
	background-repeat:no-repeat;	
	color:#05264e !important;
	font-size:12px;
	line-height:26px;
	text-align:center;
	margin-top:0px;
	border:none;
	background-color:transparent;	
}

.blueBtn2:hover,.blueBtn2:focus{
	text-decoration:none !important;
	background-position:0 -26px;
	cursor:pointer !important;
}

.blueBtn2[disabled]{
	background-color:Silver;
	filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#FFFFFF',EndColorStr='#FFFFFF');
      color:Black;
}


.blueBtn3 {
    float: right;
    min-width: 150px;    
    color: #fff !important;
    font-size: 14px;
    line-height:40px;
    height: 40px;
    text-align: center;
    margin-top: 0px;
    background-color: transparent;
    border-radius: 5px;
    -moz-border-radius: 5px; /* Old Firefox */
    border: 1px solid #ED822B;
    background-color: #ED822B;
    text-transform:uppercase;
}

    .blueBtn3:hover, .blueBtn2:focus {
        text-decoration: none !important;
        /*background-position:0 -26px;*/
        cursor: pointer !important;
        background-color: #5d5780;
        border: 1px solid #5d5780;
    }

.blueBtn3[disabled]{
	background-color:Silver;
	filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#FFFFFF',EndColorStr='#FFFFFF');
      color:Black;
}


.NormalButtonCompare
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	height: 18px;
	width: 52px;
	/*border: solid 1px red;*/
	line-height:12px;
	border: 1px;
	border-style:solid;
	/*border-color: #CACACA;*/
	border-top-color:Silver;
	border-left-color:Silver;
	border-bottom-color:Gray;
	border-right-color:Gray;
	background-color:#808080;
	color:#ffffff;
	/*filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#CACACA',EndColorStr='#FFFFFF');*/
}
.NormalButtonCompare:hover
{
	cursor:pointer;
	/*background-color:#D7D7D7;*/
	color:#494949;
	filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#FFFFFF',EndColorStr='#CACACA');
}
.RedButton
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-align: center;
	height: 23px;
	width: 100px;
	color: #ffffff;
	text-decoration: none;
	background-color: #b0100c;
	border:1px solid #b0100c;
	border-style:solid;
	
	
	
	
	/*filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#CACACA',EndColorStr='#FFFFFF');*/
}

.BlueButton{
	height:26px;	
	/*background-image:url(../../images/btn-bg.jpg);
    background-repeat:repeat-x;*/
	color:#fff !important;
    text-align:center;
    line-height:26px;
    border:1px solid #F8971D;
    border-radius:5px;
    -moz-border-radius:5px; /* Old Firefox */
    background-color:#F8971D;
    font-weight:bold;
	text-decoration: none;
	/*background:url(../../Images/GrayDesign/btn-blue-bg.jpg) repeat-x center top #4383D1;
	border:1px solid #66BFE8;*/
	margin-bottom:5px;
    width:140px;
	/*filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#CACACA',EndColorStr='#FFFFFF');*/
}
.hc .BlueButton {
    border:1px solid #000;
    background-color:#000;
}

/* IE 8 fix */
@media \0screen {  
    .BlueButton {height:28px;}  
}  


.BlueButton:hover{
    cursor:pointer;
    color:#fff;
text-decoration:none !important;
background-color:#e28004;
}
.hc .BlueButton:hover {
    background-color:#000;
}
.CompareButton
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	height: 23px;
	line-height:18px;
	width: 105px;
	/*border: solid 1px red;*/
	
	border: 1px;
	border-style:solid;
	/*border-color: #CACACA;*/
	border-top-color:#ffffff;
	border-left-color:#ffffff;
	border-bottom-color:#ffffff;
	border-right-color:#ffffff;
	/*background-color:#808080;*/
	background-color:#ffffff;
	color:#404040;
	margin-bottom:2px;
	/*filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#CACACA',EndColorStr='#FFFFFF');*/
}
.CompareButton:hover
{
	cursor:pointer;
	background-color:#D7D7D7;
	color:#494949;
	filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#FFFFFF',EndColorStr='#CACACA');
}
.CompareButton[disabled]
{
	background-color:Silver;
	filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#FFFFFF',EndColorStr='#FFFFFF');
      color:Black;
}
.BtnClose {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../../Images/GrayDesign/btnClose.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	height: 23px;
	width: 86px;
	border: 1px;
	border-color: #000000;
	padding-left: 31px;
}

.BtnLookup {
    background-image: url(../../Images/GrayDesign/ZoomHS.png);
    background-repeat: no-repeat;
    background-position: left center;
    /*background:url(../../Images/GrayDesign/ZoomHS.png) no-repeat 5px center;*/
    background: url(../../Images/search.png) no-repeat 5px center;
    height: 21px;
    width: 25px;
    border: 0px;
    display: inline;
    background-size: 19px;
}

.BtnLookupDisable {
	 display:none;
}

.BtnLogin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../../Images/GrayDesign/btnLogin.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	height: 23px;
	width: 86px;
	border: 1px;
	border-color: #1B5EA9;
	padding-left: 31px;
}
.BtnLogout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../../Images/GrayDesign/btnLogout.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	height: 23px;
	width: 86px;
	border: 1px;
	border-color: #1B5EA9;
	padding-left: 31px;
}
.BtnAdd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../../Images/GrayDesign/btnAddNew.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	height: 23px;
	width: 86px;
	border: 1px;
	border-color: #1B5EA9;
	padding-left: 31px;
}
.BtnSave {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../../Images/GrayDesign/btnSave.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	height: 23px;
	width: 86px;
	border: 1px;
	border-color: #1B5EA9;
	padding-left: 31px;
}
.BtnDel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../../Images/GrayDesign/btnDelete.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	height: 23px;
	width: 86px;
	border: 1px;
	border-color: #1B5EA9;
	padding-left: 31px;
}
.BtnReset {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../../Images/GrayDesign/btnReset.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	height: 23px;
	width: 86px;
	border: 1px;
	border-color: #1B5EA9;
	padding-left: 31px;
}
.BtnBack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../../Images/GrayDesign/btnBack.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	height: 23px;
	width: 86px;
	border-style: solid;
	border: 1px;
	border-color: #1B5EA9;
	padding-left: 31px;
}
.BtnSearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../../Images/GrayDesign/btnSearch.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	height: 23px;
	width: 86px;
	border-style: solid;
	border: 1px;
	border-color: #1B5EA9;
	padding-left: 31px;
}
.BtnAssociate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../../Images/GrayDesign/btnAssociate.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	height: 23px;
	width: 86px;
	border-style: solid;
	border: 1px;
	border-color: #1B5EA9;
	padding-left: 31px;
}
.BtnDelChecked {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../../Images/GrayDesign/btnDelChecked.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	padding-left: 31px;
	height: 23px;
	width: 110px;
	border-style: solid;
	border: 1px;
	border-color: #1B5EA9;
}
.BtnDelSelected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../../Images/GrayDesign/btnDelSelected.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	padding-left: 31px;
	height: 23px;
	width: 110px;
	border-style: solid;
	border: 1px;
	border-color: #1B5EA9;
}

.CompareActionStyle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-align: center;
	height: 18px;
	width: 50px;
	/*border: solid 1px red;*/
	line-height:18px;
	border: 1px;
	border-style:solid;
	/*border-color: #CACACA;*/
	border-top-color:Silver;
	border-left-color:Silver;
	border-bottom-color:Gray;
	border-right-color:Gray;
	background-color:#808080;
	color:#ffffff;
	/*filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#CACACA',EndColorStr='#FFFFFF');*/
}

.blueBtn3Memeber{

	width:128px;
	height:27px;
	background-image:url(../../images/blueBtn.png);
	background-repeat:no-repeat;	
	color:#05264e !important;
	font-size:12px;
	line-height:26px;

	margin-top:0px;
	border:none;
	background-color:transparent;	
}

.blueBtn3Memeber:hover{
	text-decoration:none !important;
	background-position:0 -26px;
	cursor:pointer !important;
}

.blueBtn3Memeber[disabled]{
	background-color:Silver;
	filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#FFFFFF',EndColorStr='#FFFFFF');
      color:Black;
}


.btn-width-atuo a {
    width: auto;
}

.add-btn input {
    padding: 0;
    border: 0;
    background-image: url('../../Images/add-icon-btn.png');
    background-repeat: no-repeat;
    padding-left: 23px;
    min-width: auto;
    background-color: transparent;
    color: #ED822B !important;
    height: 25px;
    line-height:normal !important;
    background-position:0;
}

.add-btn input:hover {
    background-color: transparent !important;
    border:0;
}

.d-flex {
    display: flex !important;
    display: -ms-flexbox !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}