#wrap{
    width: 100%;
}

#top-bar{
    width: 100%;
    height: 75px;
    display: table;
    vertical-align: middle;
}

.user-menu{
    text-align: left;
    padding-left: 10px;
}

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

#results-heading{
    height: 36px;
}

#logo{
    width: 172px;
    height: 49px;
    background-image: url("../img/logo.png");
    background-repeat: no-repeat;
    margin: 12px 25px 0px 25px;
    float: left;
}

button.settings{
    background-position: 15px 11px;
    background-size: 23px 23px;
    height: 43px;
    width: 135px;
    float: right;
    font-size: 14px;
    line-height: 43px;
    padding-left: 30px;
    margin-right: 10px;
    margin-top: 15px;
}

button.logout{
    background-position: 15px 12px;
    background-size: 21px 21px;
    height: 43px;
    width: 135px;
    float: right;
    font-size: 14px;
    line-height: 43px;
    padding-left: 30px;
    margin-top: 15px;
    margin-right: 25px;
}

td a.button{
    background-position: 8px 8px;
    background-size: 21px 21px;
    height: 35px;
    width: 135px;
    float: right;
    font-size: 13px;
    line-height: 35px;
    padding-left: 27px;
    margin-right: 25px;
}

td a.small-button, th a.small-button{
    background-position: 8px 8px;
    background-size: 21px 21px;
    height: 35px;
    width: 35px; 
}

.show-less-td{
    background-position:  right 85px bottom;
}

button.invoice{
    background-position: 8px 9px;
    background-size: 18px 18px;
    height: 35px;
    width: 90px;
    float: right;
    font-size: 13px;
    line-height: 35px;
    color: white;
    padding-left: 27px;
    margin-right: 10px;
}

button.report{
    background-position: 8px 9px;
    background-size: 18px 18px;
    height: 35px;
    width: 90px;
    float: right;
    font-size: 13px;
    line-height: 35px;
    color: white;
    padding-left: 27px;
    margin-right: 25px;
}

button.code{
    background-position: 8px 9px;
    background-size: 18px 18px;
    height: 35px;
    width: 110px;
    float: right;
    font-size: 13px;
    line-height: 35px;
    color: white;
    padding-left: 27px;
    margin-right: 10px;
}

button.login-info{
    background-position: 8px 9px;
    background-size: 18px 18px;
    height: 35px;
    width: 110px;
    float: right;
    font-size: 13px;
    line-height: 35px;
    color: white;
    padding-left: 27px;
    margin-right: 25px;
}

button.contact{
    background-position: center center;
    background-size: 21px 21px;
    height: 35px;
    width: 35px;
    margin-left: 15px;
    margin-top: 7px;
}

button.company-detail{
    background-position: center center;
    background-size: 21px 21px;
    height: 35px;
    width: 35px;
    margin-left: 5px;
    margin-top: 7px;
}

.button-text-detail{
  display: none;
}

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

select {
    padding:3px;
    height: 40px;
    width: 250px;
    font-size: 14px;
    font-weight: 600;
}

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{
    background-color: #434A54;
    height: 36px;
}

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

.main-table td{
    margin: 0px;
    width: auto;
    padding: 8px 22px 5px 25px;
    height: 50px;
    line-height: 20px;
    font-size: 14px;
    color: #434A54;
}

.main-table th{
    text-align: left;
    padding-left: 25px;
    vertical-align: top;
    font-size: 14px;
    color: white;
    font-weight: 600;
    padding-top: 2px; 
}

.tag-column{
    width: 90px;
}

.keywords-column, .grid-col-keyWord{  
}

.date-column, .grid-col-visitorDate{
  display: none;  
}

.time-column, .grid-col-visitorTime{
  display: none;  
}

.web-column, .grid-col-web{
  display: none;  
}

.last-visitor-column{
    display: none;
}

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

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

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

#tag-column{
    width: 80px;
}

div.visitor-detail-heading{
    /*height: 50px;*/
    background-color: #B3D7E5;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

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

div.visitor-detail-heading span{
    margin-left: 25px;
    padding-left: 25px;
    font-weight: 600;
    font-size: 14px;
}

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;
}

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

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

#legend{
    padding: 10px 0 15px 0;
}

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;
}

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

div.visitor-detail-body{
    background-color: #D2E4EB;
    width: 100%;
    margin-bottom: 0px;
    padding: 0px;
}

div.big-icon-infos{
    width: 100%;
    overflow: hidden;
    padding-bottom: 15px;
}

div.big-icon-info{
    float: left;
    margin-left: 25px;
    margin-top: 15px;  
}

span.large-text{
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin-top: 5px;
    display: block;
    padding-left: 40px;
}

.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{
    font-size: 12px;
    line-height: 12px;
    display: block;
    margin: 0px 0px 0px 2px;
}

span.visited-pages{
    margin-left: 27px;
    padding-left: 25px;
    font-weight: 600;
    font-size: 14px;
    background:url("../img/icons/browser.svg") left no-repeat;
    display: block;
    line-height: 20px;   
    background-size: 18px;
}

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

.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 a:hover{
    text-decoration: underline;
}

div.small-arrow{
    height: 6px;
    width: 12px;
    background:url("../img/small-arrow.png") left no-repeat;
    float: right;
    margin-right: 85px;
    margin-top: -6px;
}

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-selected{
    display: inline-block;
    width: 34px;
    height: 34px;
    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;
    border: 1px 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-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{
    padding: 0px;
    margin: 20px 0px 0px 0px;
    font-size: 24px;
    font-weight: 600;
    color: #434A54;
    line-height: 24px;
    background:url("../img/icons/funnel.svg") left no-repeat;
    background-size: 22px;
    display: inline-block;
    clear: both;
    float: none;
    padding-left: 27px;
}

input[type="submit"].login{
    background-position: 15px 12px;
    background-size: 21px 21px;
    height: 43px;
    width: 135px;
    float: right;
    font-size: 14px;
    line-height: 43px;
    padding-left: 30px;
    margin-top: 15px;
    margin-right: 25px;
    margin-left: 5px;
}

#login-form{
    max-width: 100%;
}

h1, h2{
    font-size: 22px;
}

#registration{
    padding: 25px;
}
    #registration form{
        width: 100%;
    }
    #registration th{
        width: 12%;
    }
    #registration input[type="number"]{
        height: 40px;
        padding-left: 10px;
    }
    
/* ############################# USER/ADD ################################### */
    .registration_user-add table:nth-child(3) th{
        width: 14% !important;
        padding-left: 10px;
    }
    .registration_user-add table:nth-child(3) td{
        width: 75% !important;
    }
/* ########################################################################## */

input[type="text"].login-input, input[type="password"].login-input {
    height: 43px;
    width: 140px;
    font-size: 14px;
    line-height: 43px;
    margin-top: 15px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;

}

input[type="text"].reg-input, input[type="password"].reg-input{
    height: 43px;
    width: 68%;
    font-size: 14px;
    line-height: 43px;
    margin-top: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 2%;
    background-color: #D2D6D9;
}

input[type="submit"].register{
    height: 43px;
    width: 70%;
    font-size: 14px;
    line-height: 43px;
    margin-top: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #78B94B;
}

.status-column-ok{ 
    background-position: left 25px center;
}

.status-column-bad{
    background-position: left 25px center;
}

.status-column-null {
    background-position: left 25px center;
}

textarea{
    width: 600px;
    height: 130px;
}

@media (max-width: 760px){  
    body{
        width: 107%;
    }
}