@media (min-width: 1600px) {
    .container {
        width: 1520px;
    }
}

.pdv-header-1 {
    font-size: 2em;
    font-weight: bold;
}

.pdv-header-2 {
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 1em;
}

div.produvar-role {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #eee;
/*    padding: 20px 0px;*/
    width: 100px;
    height: 100px;
    border: 1px #999 solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

div.produvar-role > div {
    padding: 20px 0px;
    color: #999;
    position: relative;
}

div.produvar-role-active {
    background-color: #f9b117;
    border-color: #000;
}

div.produvar-role-active > div {
    color: #000;
}


div.produvar-role:hover {
/*    border-color: #337ab7; */
/*    background-color: #fff; */
    cursor: pointer;
}

/* overwrite bootstrap's progress settings */
div.produvar-progress {
    position: absolute;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 0px;
    margin-bottom: 0px;
    top: 0px;
    width: 70%;
    left: 0px;
/*    height: 100%;*/
    top: 50%;
    transform: translateY(-50%);
    padding-top: auto;
    padding-bottom: auto;
}

span.pdv-action-icon {
    width: 25px;
    height: 25px;
}

span.pdv-action {
    cursor: pointer;
    color: #337ab7;
/*
    border: 1px solid #eee;
    border-left-width: 5px;
    border-left-color: #337ab7;
    margin-bottom: 20px;
    margin-top: -5px;
    border-radius: 3px;
*/
}



div.modal.pdv-modal div.modal-footer {
    border-top: 0px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: rgb(245, 245, 245);
}

div.modal.pdv-modal div.modal-header {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: rgb(249, 177, 23);
    color: white;
}

svg.appliance-image {
    background-color: gray;
}

div.pdv-map-filter label {
    text-align: left;
}

div.pdv-marker-name {
    font-family: Arial;
    font-size: 18px;
}

div.pdv-marker-address, div.pdv-marker-city {
    font-family: Arial;
    font-size: 14px;
}

div.pdv-google-map canvas {
    padding: 0;
}

div.produvar-dashboard-widget form.form-horizontal div.form-group {
    margin-bottom: 0px;
}

.box {
    margin: 0px 0px 25px 0px;
}

.box-title {
    border-color: rgb(231, 234, 236);
    border-style: solid;
    border-width: 2px 0px 0px 0px;
    padding: 15px 15px 7px 15px;
}

.no-top-border {
    border-top-width: 0px !important;
}

.box-title h1 {
    margin: 0px;
    font-size: 24px;
}

.box-content {
    border-color: rgb(231, 234, 236);
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    padding: 15px 20px 20px;
}


.timeline-item .content {
    border-color: rgb(231, 234, 236);
    border-style: solid;
    border-width: 1px 0px 0px 1px;
    min-height: 100px;
    padding-bottom: 20px;
}

.timeline-item .content label {
    width: 100px;

}

.timeline-item .content label::after {
    content: ":";
}

.timeline-item .date {
    padding-top: 30px;
    text-align: right;
}

.timeline-item .date .icon {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    width: 30px;
    text-align: center;
    border-color: rgb(231, 234, 236);
    border-style: solid;
    border-width: 1px 0px 1px 1px;
    background: #f8f8f8;
}

.timeline-item h1 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 24px;
}

.timeline-item h2 {
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 5px;
}

.box .attachment {
    font-size: 24px;
}

.relation-card {
    background-color: #f5f5f5;
}

.relation-card .card-item {
    padding: 5px;
    margin: 5px;
    background-color: white;
}

.panel-body td.action {
    padding-top: 4px;
    padding-bottom: 4px;
}

.panel-body .address label {
    width: 150px;
}

.panel-body .address label::after {
    content: ":";
}

.panel-body .box-content {
    border-top-width: 0px;
}

.panel-body .detail label {
    min-width: 150px;
    font-weight: normal;
}

.link {
    font-weight: bold;
}

.link:hover {
    font-weight: bolder;
}

.link-primary {
    color: #337ab7;
}

.link-primary:hover {
    color: #286090;
}

.link-danger {
    color: red;
}

.link-danger:hover {
    color: darkred;
}

td.commission-attention {
    color: red;
    font-weight:bold;
}

tr.commission-attention, tr.attention {
    color: red;
    font-weight:bolder;
}

div.toolbar-filter {
    display: inline-block;
}

div.toolbar-filter label {
    font-weight: normal;
    font-size: 14px;
    margin-left:20px;
    margin-right: 10px;
}

span.page-size-selector, span.page-size-selector label {
    margin-right: 10px;
}

div.grid-actions form {
    display: inline-block;
}

div.toggle-column-button .btn {
    width: 50px;
}

div.roles a.readonly:hover {
    cursor: not-allowed;
}

ul.dropdown-menu a {
    cursor: pointer;
}