body{
 background-color: white;
 font-family: 'Open Sans', Arial;
 font-size: 14px;
 padding: 0px;
 margin: 0px;
}

#wrap{
    width: 100%;
}

#top-bar{
    max-width: 100%;
    background-color: #434A54;
    overflow: hidden;
}

#top-bar span{
    margin-bottom: 5px;
}

#filters{
    max-width: 100%;
    background-color: #D2D6D9;
    text-align: center;
}

.subsection{
    max-width: 100%;
    background-color: #D2D6D9;
    text-align: center;    
}

a {
    color: #3D96B6;
    text-decoration: underline
}

span.circle {
    border: 1px
}
#company-header{
    
}

#registration{
    text-align: center;
}
    #registration table{
        width: 100%;
    }
    #registration th{
        width: 92px;
    }
    #registration input{
        margin-top: 5px;
        margin-bottom: 5px;
    }
    #registration td input:not([type="submit"]){
        width: 98%;
        background-color: #D2D6D9;
    }
    #registration input[type="number"]{
        padding-left: 10px;
    }
    #registration select{
        width: 100%;
        background-color: #D2D6D9;
        padding-left: 9px;
    }
    

/* ############################# USER/ADD ################################### */
    .registration_user-add table:nth-child(3){
        margin-top: 10px;
    }
    .registration_user-add table:nth-child(3) th{
        width: 111px !important;
        padding-left: 6px;
    }
    .registration_user-add table:nth-child(3) td{
            width: 510px !important;
            position: relative;
            right: 13px;
    }
/* ########################################################################## */

#registration form{
    width: 641px;
    margin: 0 auto;
}

.filters-arrow{
    max-width: 100%;
    background-color: #434A54;
    height: 14px;
    background-image: url("../img/filters-arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
}

#main-content{
    max-width: 100%;
    background-color: white;
}

#results-heading{
    max-width: 100%;
    background-color: #434A54;
}

#paging{
    max-width: 100%;
    background-color: #434A54;
    line-height: 70px;
    text-align: center;
}

#logo{
    background-image: url("../img/logo.png");
    background-repeat: no-repeat;
}

h1, h2{
    color: #434A54;
    margin:0px;
    padding: 15px; 
}

.button, .small-button {
    display: inline-block;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    border: none;
    line-height: 35px;
    font-size: 14px;
    font-weight: 600; 
    font-family: 'Open Sans', Arial;
    text-align: center;
    white-space: nowrap;  
    outline: none;
    margin: 0 3px;
    cursor: pointer;
}

.little-button {
    cursor: pointer;
    display: inline-block;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    border: none;
    font-size: 12px;
    font-weight: 600; 
    font-family: 'Open Sans', Arial;
    text-align: center;
    white-space: nowrap;  
    outline: none;
    margin: 0 3px;
}

.icon {
    padding: 5px 10px 5px 40px;
    background-size: 25px 25px;
    background-position: 10px center;
    background-repeat: no-repeat;
}

.circle {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 5px;
}

.little-icon {
    padding: 1px 5px 1px 25px;
    background-size: 18px 18px;
    background-position: 5px center;
    background-repeat: no-repeat;    
}

.gear {   
    background-color: #A0D468;
    background-image: url("../img/icons/gear.svg");
    color: #434A54;
}

.excel {   
    background-color: #A0D468;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-image: url("../img/icons/excel.png");
    background-size: 25px 25px !important;
    color: #434A54;
}

.out {
    background-color: #ED5565;
    background-image: url("../img/icons/out.svg");
    color: #434A54;    
}

.in {
    background-color: #4FC1E9;
    background-image: url("../img/icons/out.svg");
    color: #434A54;    
}

.user {
    background-color: #4FC1E9;
    background-image: url("../img/icons/user.svg");
    color: #434A54; 
    cursor: default;
}

.administration {
    background-color: #F88F58;
    background-image: url("../img/icons/administration.svg");
    color: #434A54;  
}

.check {
    background-color: #78B94B;
    background-image: url("../img/icons/check.svg");
    color: #434A54;  
}

.funnel {
    background-color: #4FC1E9;
    background-image: url("../img/icons/funnel.svg");
    color: #434A54;
    height: 30px;
    width: 96px;
    font-size: 14px;
}

.earth {
    background-color: #4FC1E9;
    background-image: url("../img/icons/earth.svg");
    color: #434A54;
    margin-top: 10px;
}

.earth-shadow {
    background-color: #A4A7A9;
    background-image: url("../img/icons/earth.svg");
    color: #434A54;
}

.cancel {
    background-color: #ED5565;
    background-image: url("../img/icons/cancel.svg");
    color: #434A54;  
    height: 30px;
    font-size: 14px;
}

.label {
    background-image: url("../img/icons/label.svg"); 
    color: #434A54;  
}

.plus {
    background-color: #4FC1E9;
    background-image: url("../img/icons/plus.svg");
    color: #434A54;    
}

.edit {
    background-color: #A0D468;
    background-image: url("../img/icons/edit.svg");
    color: #434A54; 
}

.show-more {
    background-color: #4FC1E9;
    background-image: url("../img/icons/circle-with-plus.svg");
    color: white;
}

.trash {
    background-color: #ED5565;
    background-image: url("../img/icons/trash.svg");
    color: white;
}

.stop {
    background-color: #ED5565;
    background-image: url("../img/icons/stop.svg");
    color: white;
}

.up-arrow {
    background-color: #F88F58;
    background-image: url("../img/icons/up-arrow.svg");
    color: white;
}

.down-arrow {
    background-color: #8B8B8B;
    background-image: url("../img/icons/down-arrow.svg");
    color: white;
}
.enable {
    background-color: #8B8B8B;
    background-image: url("../img/icons/active.svg");
    color: white;
}
.disable {
    background-color: #8B8B8B;
    background-image: url("../img/icons/nonactive.svg");
    color: white;
}


.play {
    background-color: #A0D468;
    background-image: url("../img/icons/play.svg");
    color: white;
}

.labeled {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-block;
}

.left-arrow {
    background-image: url("../img/icons/left-arrow.svg");
}

.right-arrow {
    background-image: url("../img/icons/right-arrow.svg");
}

.user-menu {
    float:right;
    margin: 14px 20px 10px 0;
}
.user-menu .flash {
    margin: 2px 10px 10px 0px !important;
}

.grid-col-actions {
    padding: 0 25px 0 0;
}

.grid-col-actions a {
    margin-bottom: 5px;
}

.grid-col-global-actions {
    padding: 0 25px 0 0;
}

button{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 0px;
    font-weight: 600;
    font-family: 'Open Sans', Arial;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;  
    outline: none;
}

a.button {
    text-decoration: none;
    
}

.button:hover, button:hover{
    
}

button.settings{
    background-color: #A0D468;
    background-image: url("../img/icons/cog.svg");
    background-repeat: no-repeat;
    color: #434A54;
}

button.logout{
    background-color: #ED5565;
    background-image: url("../img/icons/log-out.svg");
    background-repeat: no-repeat;
    color: #434A54;
}

.flash {
  color: #555;
  border-radius: 10px;
  padding: 10px 10px 10px 36px;
  margin: 10px;
}

.error {
    background:#ffecec url('../img/error.png') no-repeat 10px 50%;
    border:1px solid #f5aca6;
}
.success {
    background:#e9ffd9 url('../img/success.png') no-repeat 10px 50%;
    border:1px solid #a6ca8a;
}
.warning {
    background:#fff8c4 url('../img/warning.png') no-repeat 10px 50%;
    border:1px solid #f2c779;
}
.info {
    background:#e3f7fc url('../img/notice.png') no-repeat 10px 50%;
    border:1px solid #8ed9f6;
}

td a.show-more{
    background-repeat: no-repeat;
    float: right;
}

td a.stop, td a.play{
    background-repeat: no-repeat;
    float: right;   
}

td a.edit, td a.up-arrow, td a.down-arrow, td a.enable, td a.disable{
    background-repeat: no-repeat;
    float: right;
}

th a.add-new{
    background-color: #A0D468;
    background-image: url("../img/icons/circle-with-plus.svg");
    background-repeat: no-repeat;
    float: right;
    color: white !important;
    position: relative;
    bottom: 8px;
    margin-right: 0px !important;
}

td a.delete {
    background-color: #CD2C27;
    background-image: url("../img/icons/trash.svg");
    background-repeat: no-repeat;
    float: right;
    color: white;
}

td a.new-password{
    background-color: #F88F58;
    background-image: url("../img/icons/key.svg");
    background-repeat: no-repeat;
    float: right;
    color: white;
}

td a.new-password-email{
    background-color: #F88F58;
    background-image: url("../img/icons/key.svg");
    background-repeat: no-repeat;
    float: right;
    color: white;
    width: 56px !important;
    padding-right: 5px;
    text-align: right;
}

td a.loading-error {
    background-color: #CD2C27;
    background-image: url("../img/icons/error.svg");
    background-repeat: no-repeat;
    float: right;
    color: white;
}

td a.loading{
    background-color: #16A085;
    background-image: url("../img/icons/loading2.svg");
    background-repeat: no-repeat;
    float: right;
    color: white;
    clear: both;
}

td a.show-less{
    background-color: #ED5565;
    background-image: url("../img/icons/circle-with-minus.svg");
    background-repeat: no-repeat;
    float: right;
    color: white;
    clear: both;
}

button.report{
    background-color: #4FC1E9;
    background-image: url("../img/icons/bar-graph.svg");
    background-repeat: no-repeat;
    float: right;
    color: white;
}

button.invoice{
    background-color: #ED5565;
    background-image: url("../img/icons/text-document.svg");
    background-repeat: no-repeat;
    float: right;
    color: white;
}

button.login-info{
    background-color: #4FC1E9;
    background-image: url("../img/icons/v-card2.svg");
    background-repeat: no-repeat;
    float: right;
    color: white;
}

button.code{
    background-color: #ED5565;
    background-image: url("../img/icons/code.svg");
    background-repeat: no-repeat;
    float: right;
    color: white;
}


button.contact{
    background-color: #78B94B;
    background-image: url("../img/icons/mail.svg");
    background-repeat: no-repeat;
    color: white;
}

button.company-detail{
    background-color: #FC6E51;
    background-image: url("../img/icons/circle-with-plus.svg");
    background-repeat: no-repeat;
    color: white;
}

.main-table tr th a {
    color: #ECEEEF;
    text-decoration: none;
}

a.paging{
    background-color: #D2D6D9;
    height: 35px;
    width: 80px;
    font-size: 13px;
    line-height: 35px;
    color: #434A54;
    margin: 20px 2px 0px 2px;
}

input[type="text"], input[type="password"], input[type="number"]{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 0px;
    font-weight: 600;
    font-family: 'Open Sans', Arial;
    background-color: white;
    background-repeat: no-repeat;
    color: #434A54;
}

input[type="submit"].register{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 0px;
    font-weight: 600;
    margin-right: 105px;
    font-family: 'Open Sans', Arial;
    background-color: white;
    background-repeat: no-repeat;
    color: #434A54;
    cursor: pointer;
}

input[type="submit"].login{
    background-color: #4FC1E9;
    background-image: url("../img/icons/log-out.svg");
    background-repeat: no-repeat;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 0px;
    font-weight: 600;
    font-family: 'Open Sans', Arial;
    background-repeat: no-repeat;
    color: #434A54;
    cursor: pointer;
}

select {
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    background-color: white;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    background-image: url("../img/selectbox-arrow.png");
    background-repeat: no-repeat;
    background-position: right;
    color: #434A54;
    font-family: 'Open Sans', Arial;
}

option{
    margin: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #434A54;
    font-family: 'Open Sans', Arial;
}

.main-table{
    width: 100%;
    border: 0px;
}

tr.main-table-heading{
    
}

tr.main-table-subheading {
    background-color: #757F8C;
}

tr.main-table-subheading th {
    padding: 10px;
}

tr.main-table-filter-heading input {
    margin: 5px 0 0 0;
}

.deactived {
    background-color: #58626F;
}

.actived {
    background-color: #58626F;
}

.main-table tr.odd{
    background-color: #ECEEEF;
}

.main-table td{
    width: auto;
    color: #434A54;
}

.main-table th{
    text-align: left;
    vertical-align: top;
    color: white;
    font-weight: 600;
    padding-bottom: 5px;
}
    .main-table th:last-child{
        text-align: right;
    }

.grid-col-visitorDate {
    padding-bottom: 8px;
}

.grid-col-visitorDate input {
    display: inline-block;
    width: 70%;
}

td.bold-text{
    font-weight: 700;
}
.page-label {
    min-width: 130px;
}

.page-label .btn-group span span {
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.page-label .btn-group input[type="checkbox"] + span {
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin: 4px;
    border-width: 3px;
    border-style: solid;
    cursor: pointer;
}


.page-label .btn-group input[type="checkbox"]:checked + span {
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: inline-block;
}

.page-label .btn-group label input {
    display: none;
}

input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
}

input[type="checkbox"] + label.masterTooltip-green span {
    background:url("../img/icons/green-circle-outline.svg") left top no-repeat;
    background-size: 18px;
}
input[type="checkbox"]:checked + label.masterTooltip-green span {
    background:url("../img/icons/green-circle.svg") left top no-repeat;
    background-size: 18px;
}

input[type="checkbox"] + label.masterTooltip-red span {
    background:url("../img/icons/red-circle-outline.svg") left top no-repeat;
    background-size: 18px;
}
input[type="checkbox"]:checked + label.masterTooltip-red span {
    background:url("../img/icons/red-circle.svg") left top no-repeat;
    background-size: 18px;
}

input[type="checkbox"] + label.masterTooltip-yellow span {
    background:url("../img/icons/yellow-circle-outline.svg") left top no-repeat;
    background-size: 18px;
}
input[type="checkbox"]:checked + label.masterTooltip-yellow span {
    background:url("../img/icons/yellow-circle.svg") left top no-repeat;
    background-size: 18px;
}

input[type="checkbox"] + label.common-green span {
    background:url("../img/icons/grey-circle.svg") left top no-repeat;
    background-size: 18px;
}
input[type="checkbox"]:checked + label.common-green span {
    background:url("../img/icons/green-circle.svg") left top no-repeat;
    background-size: 18px;
}

input[type="checkbox"] + label.common-red span {
    background:url("../img/icons/grey-circle.svg") left top no-repeat;
    background-size: 18px;
}
input[type="checkbox"]:checked + label.common-red span {
    background:url("../img/icons/red-circle.svg") left top no-repeat;
    background-size: 18px;
}

input[type="checkbox"] + label.common-yellow span {
    background:url("../img/icons/grey-circle.svg") left top no-repeat;
    background-size: 18px;
}
input[type="checkbox"]:checked + label.common-yellow span {
    background:url("../img/icons/yellow-circle.svg") left top no-repeat;
    background-size: 18px;
}

#spacer{
    max-width: 100%;
    display: table-column;
}

tr.visitor-detail{
    background: #D2E4EB;
    padding-left: 0px;
}

.main-table tr.visitor-detail td{
    padding: 0px;
}

buttons-column{
    max-width: 100%;
}

div.visitor-detail-heading{
    background-color: #B3D7E5;
    max-width: 100%;
    overflow: hidden;
}

div.visitor-detail-heading span{
    font-weight: 600;
}

div.visitor-detail-heading span strong{
    font-weight: 700;
}

span.company-name{
    background:url("../img/icons/v-card.svg") left no-repeat;
    background-size: 18px;
    margin-left: 25px;
    padding-left: 25px;
}

span.company-ico{   
    background:url("../img/icons/info-with-circle.svg") left no-repeat;
    background-size: 18px;
    margin-left: 25px;
    padding-left: 25px;
}

span.company-location{
    background:url("../img/icons/location.svg") left no-repeat;
    background-size: 18px;
    margin-left: 25px;
    padding-left: 25px;
}

span.web{
    background:url("../img/icons/earth.svg") left no-repeat;
    background-size: 18px;
    margin-left: 25px;
    padding-left: 25px;
}

span.ares{
    background:url("../img/icons/ares.ico") left no-repeat;
    background-size: 18px;
    margin-left: 25px;
    padding-left: 25px;
}

#legend > div {
    border: 1px solid;
    padding: 5px 0;
}

#legend > div > span {
    border: 1px solid;
    height: 15px;
}

#legend > span{
    line-height: 25px;
    margin-left: 10px;
    margin-right: 20px;
    /*padding-left: 25px;*/
    font-weight: 400;
    font-size: 13px;
    color: #434A54;
    white-space: nowrap;
}

span.legend-green{
    background:url("../img/icons/green-circle.svg") left no-repeat;
    background-size: 16px;
}

span.legend-red{
    background:url("../img/icons/red-circle.svg") left no-repeat;
    background-size: 16px;
}

span.legend-yellow{
    background:url("../img/icons/yellow-circle.svg") left no-repeat;
    background-size: 16px;
}

div.visitor-detail-body{
    background-color: #D2E4EB;
    max-width: 100%;
}

div.big-icon-infos{
    max-width: 100%;
    overflow: hidden;
}

div.big-icon-info{
    float: left;  
}

span.large-text{
    font-weight: 600;
    display: block;
}

.visitor-length{
    background:url("../img/icons/stopwatch.svg") left no-repeat;
    background-size: 28px;
}

.date-n-time{
    background:url("../img/icons/calendar.svg") left no-repeat;
    background-size: 28px;
}

.keywords{
    background:url("../img/icons/key.svg") left no-repeat;
    background-size: 28px;
}

span.small-text{
    display: block;
}

span.visited-pages{
    font-weight: 600;
    background:url("../img/icons/browser.svg") left no-repeat;
    display: block;  
}

.visitor-detail-body ol{
    padding-left: 25px;
}

.visitor-detail-body ol li{
    line-height: 20px;
    font-weight: 600;
    
}
.visitor-detail-body ol li a{
    color: #11566F;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    margin-left: 10px;
}
.visitor-detail-body ol li .time{
    display: inline-block;  
    width: 37px;
}
.visitor-detail-body ol li a:hover{
    text-decoration: underline;
}

.show-less-td{
    background:url("../img/small-arrow.png") no-repeat;
}

span.page-number{
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #D2D6D9;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    line-height: 35px;
    font-size: 14px;
    color: #434A54;
    font-weight: 600;
    cursor: pointer;
}
span.page-number{
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #D2D6D9;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    line-height: 35px;
    font-size: 14px;
    color: #434A54;
    font-weight: 600;
    cursor: pointer;
}

span.page-number.dots{
    border: 0px solid #434A54;
}
span.page-number{
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius:5px;
    line-height: 35px;
    font-size: 14px;
    color: #D2D6D9;
    font-weight: 600;
    cursor: pointer;
    background: none;
    border: 1px solid #434A54;
}
span.page-number:hover{
    border: 1px solid #4FC1E9;
}
span.page-number.dots:hover{
    border: 0px solid #4FC1E9;
}
span.page-separator{
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 35px;
    font-size: 14px;
    color: #D2D6D9;
    font-weight: 600;
    border: 1px solid #434A54;
}

h1.filter-h1{
    color: #434A54;
    background:url("../img/icons/funnel.svg") left no-repeat;
    display: inline-block;
    clear: both;
    float: none;
}

div.clearfix{
    display: block;
    width: 100%;
    height: 0px;
}

p.masterTooltip-green{
	display:none;
	position:absolute;
	border-radius:5px;
	padding:10px;
	color: #434A54;
	font-size: 14px;
  font-weight: 600;
  background-color: #A0D468;
}

p.masterTooltip-red{
	display:none;
	position:absolute;
	border-radius:5px;
	padding:10px;
	color: #434A54;
	font-size: 14px;
  font-weight: 600;
  background-color: #ED5565;
}

p.masterTooltip-yellow{
	display:none;
	position:absolute;
	border-radius:5px;
	padding:10px;
	color: #434A54;
	font-size: 14px;
  font-weight: 600;
  background-color: #F4C654;
}
.company-column a {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    /*padding-top: 10px;*/
    vertical-align: middle;
    line-height: 25px;
    text-decoration: none;
    color: #434A54;
}
.company-column a:hover {
    text-decoration: underline;
    color: #434A54;
}
.company-column .underline {
    text-decoration: underline;
    font-weight: bold;
    color: #434A54;
}

div.company-short-info{
    float: left;
    padding: 15px 0 15px 0;
}

div.company-short-info-header{
    text-align: center;
    max-width: 100%;
    padding-bottom: 5px;
    margin-top: -5px;
}

div.company-short-info-header span{
    font-weight: 600;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    display: inline-block;
    margin: 0 auto;
    margin: 0px 5px;
    color: #434A54;
    padding-left: 25px;
}

.status-column-ok{
    background:url("../img/icons/green-circle.svg"); 
    background-position: left 5px center;
    background-repeat: no-repeat;
    background-size: 18px;
    height: 18px;
    width: 18px;
}

.status-column-bad{
    background:url("../img/icons/red-circle.svg"); 
    background-position: left 5px center;
    background-repeat: no-repeat;
    background-size: 18px;
    height: 18px;
    width: 18px;
}

.status-column-null{
    background:url("../img/icons/gray-circle.svg"); 
    background-position: left 5px center;
    background-repeat: no-repeat;
    background-size: 18px;
    height: 18px;
    width: 18px;
}

a.web-detail{
    color: #11566F;
}

.person-name-column, .last-visitor-column{
   white-space: nowrap;
}

#code-area{
    width: 100%;
    background-color: #434A54;
    text-align: center;
}

#code-area h2{
    color: white;
}

textarea{
    margin-bottom: 10px;
}
.change-password {
    text-align: center;
}
.change-password form {
    text-align: center;
}
.change-password table {
    text-align: center;
    margin: 0 auto;
}
.change-password .reg-input {
    text-align: center;
    margin-top: 5px;
}
.change-password table th {
    display: block;
}
.change-password table td {
    display: block;
}
#frm-reportingSettings-reportingForm-1037-reporting {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: white;
    border:  #223 1px solid;
    border-color: #000;
    margin: 0;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background-image: url("../img/selectbox-arrow.png");
    background-repeat: no-repeat;
    background-position: right;
    color: #434A54;
    font-family: 'Open Sans', Arial;
    padding-right: 40px;
    width: 350px;
}

/* ########################## USER/SHOW-PASS ################################ */
#show-pass_table{
    margin: 2% auto;
    text-align: left;
}

#show-pass_table th{
    padding-right: 5px;
}

#show-pass_table #show-pass_table_confirm{
    text-align: center;
}

#show-pass_table #show-pass_table_confirm a{
    text-decoration: none;
    background-color: #A0D468;
    color: white;
    border-radius: 5px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 35px;
    padding: 5px 10px;
    font-family: 'Open Sans', Arial;
    text-align: center;
    white-space: nowrap;
    outline: none;
    cursor: pointer;
}
/* ########################################################################## */


/* ########################## USER/SEND-PASS ################################ */
#send-pass_div{
    margin: 2% auto;
    text-align: center;
}

#send-pass_div a{
    text-decoration: none;
    background-color: #A0D468;
    color: white;
    border-radius: 5px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 35px;
    padding: 5px 10px;
    font-family: 'Open Sans', Arial;
    text-align: center;
    white-space: nowrap;
    outline: none;
    cursor: pointer;
}
/* ########################################################################## */
