﻿.border-none {
    border:none;
}
.background-gray {
    background:lightgrey;
}

.float-right {
    float:right!important;
}
.border-green {
    border:1px solid green
}

.text-right{
    text-align:right !important;
}

.text-white{
    color:white !important;
}

.top-logo-img{
    height:85px;  background-image: url('/Assests/images/header-bg.jpg'); background-repeat: no-repeat; background-size: 100%

}
.height-50{
    height:50px;
}

.m-t-10{
    margin-top:10px !important;
}

.m-t-20{
    margin-top:20px !important;
}

.m-t-5{
    margin-top:5px !important;
}

.theme-body{
    background:#99d4ff !important;
    color:#000;
}

.thead-default{
    background:#DADADA !important;
}

.footer {
 position: absolute;
 bottom: 0px;
 right: 0;
 left: 0;
 overflow-y: auto;
} 

.theme-color{
    background:#0094ff !important;
}

.theme-border{
    border-color: #0094ff !important;
}

.border-radius-none{
    border-radius:0px; !important;
}

.margin-minus-15{
    margin-top: -15px !important;
}
.display-none{
    display:none !important;
}

/*
hh
*/

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px;  
    border-radius: 6px 6px 6px 6px;
   -moz-box-shadow: 3px 3px 5px #535353;
   -webkit-box-shadow: 3px 3px 5px #535353;       
   box-shadow: 3px 3px 5px #535353;
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.CompanyChange {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px 6px 6px 6px;
}

.modalCurrency {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px 6px 6px 6px;
}


.modalCurrency-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Currencyclose Close Button */
.Currencyclose {
    color: #aaaaaa;
    float: right;
    font-size: 30px !important;
    font-weight: bold;
}

.CompanyChangeclose {
    color: #aaaaaa;
    float: right;
    font-size: 30px !important;
    font-weight: bold;
}

.Currencyclose:hover,
.Currencyclose:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }


.boxshadow 
{
  -moz-box-shadow: 3px 3px 5px #535353;
  -webkit-box-shadow: 3px 3px 5px #535353;       
  box-shadow: 3px 3px 5px #535353;
}

.roundbox
{  
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px;  
  border-radius: 6px 6px 6px 6px;
}