/* 
    Created on : 2015-jun-04, 14:10:31
    Author     : Dennie Vilumsons
*/

/*
        Top navigation 
*/
.skin-josh .navbar .laraworks-nav > li{
    background-color: none;
}
.skin-josh .navbar .laraworks-nav > li > a:hover{
    color:#F1F1F1;
    background-color: #515763;
}
.skin-josh .navbar .laraworks-nav > li > a,
.skin-josh .navbar .laraworks-nav > li > a:link{
    color:#BDEDFF;
}
.responsive_nav {
    background: url(../img/nav_icon.png);
}
/*
        Datatables correcting
*/
table.dataTable tbody tr.odd {
    background-color : #EBEBEB !important;
}
.sidebar-nav ul a {
    padding: 5px 10px 12px 5px;
}

.square_box .lw-number {
    font-size: 24px;
    float: left;
    clear: both;
    margin-top: 0;
    text-align: left;
    font-weight: 700;
}


.front-button {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    position: relative;
    padding: 3.8em 1.4em;
    padding-right: 4.7em;
    background: #009ed8;
    margin: 5px;
    border: none;
    color: white;
    transition: .2s;
    font-size: 1.2em;
    min-width: 20em;
    min-height : 10em;
}
.front-button:before,
.front-button:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding-top: inherit;
    padding-bottom: inherit;
    width: 2.8em;
    content: "\00a0";
    font-family: "FontAwesome", sans-serif;
    font-size: 1.2em;
    text-align: center;
    transition: .2s;
}
.front-button:before {
    background: rgba(0, 0, 0, 0.3);
}
.front-button:hover {
    background: #0079a5;
}

.front-button:hover:after {
    -webkit-animation: none;
    -webkit-transform: scale(1.4);
    animation: none;
    transform: scale(1.8);
}

.bw-help {
  color:blue;
}
