﻿body {
}

.header {
    /* background-color: #2372cf; */
}

.logoholder {
    background-image: url('../images/logo-adl.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    height: 88px;
}

.navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}

.rtitem {
    font-weight: bold;
    text-align: right;
}

input.hasDatepicker {
    background-image: url('../images/calendar_drop.png');
    background-position: 92% center;
    background-repeat: no-repeat;
    background-size: 25px 28px;
    -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

input[readonly].form-control.hasDatepicker {
    background-color: #fff;
}

.badge {
    background-color: #00AEEF;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #00AEEF;
    border-color: #00AEEF;
    z-index:1;
}

    .list-group-item.active > .badge, .nav-pills > .active > a > .badge {
        color: #00AEEF;
    }

.form-control:focus {
    border-color: #00AEEF;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(236, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(236, 0, 0, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(236, 0, 0, 0.6);
}

@media screen and (max-width:420px) {
    .logoholder {
        height: 44px;
        background-position-x: 0px;
    }
}

@media (min-width: 768px) {
    .navbar {
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }
}
.btn.btn-success {
	background-color: #00AEEF;
    border-color: #00AEEF;
}