body { padding-top: 50px; }

::selection {
    background: #333; /* WebKit/Blink Browsers */
    color: white;
}

::-moz-selection {
    background: #333; /* Gecko Browsers */
    color: white;
}

.navbar-inverse {
    background-color: #EFEFEF;
}

.btn-success-light {
    background-color: #dff0d8;
}

.btn-danger-light {
    background-color: #f2dede;
}

.btn-info-light {
    background-color: #c3e5f4;
}

.btn-grey-light {
    background-color: #EAEAEA;
}

body {
    background-color: #FFFFFF;
}

.page-header {
    margin-top: 26px;
}

.page-header {
    padding-left: 15px;
    border-bottom: 1px solid #CCCCCC;
}

.hr_line {
    border-top: 1px solid #CCCCCC;
}

@media (min-width: 768px) {
    .sidebar {
        margin-top: 51px;
    }
}

.input-sm-mod {
    height: 30px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-control-red-border {
    border-color: #a94442;
}

.container {
    max-width: 1470px;
}

.panel-default {
    border-color: #FFF;
}

.panel-body {
    padding: 0 4px !important;
}

.color_AAAAAA {
    color: #AAAAAA;
}

.criteria_div {
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 15px;
    margin-bottom: 10px;

    /*min-height: 250px;
    max-height: 250px; */
    width: 100%;
    border-radius: 6px;
    background-color: #FDFDFD;
    border: 1px dashed #CCCCCC;
}

.thumbnail > embed {
    display: block;
    max-width: 100%;
    height: 147px;
}

.thumbnail {
    background-color: #99bcdb;
}

.paddinf_l_r_5px {
    padding-right: 5px;
    padding-left: 5px;
}

.progress {
    height: 8px;
    margin-top: 4px;
    margin-bottom: 5px;
}

.criteria_main_div {
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 15px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 6px;
    background-color: #FDFDFD;
    border: 1px solid #CCCCCC;
    display: inline-block;
}

.btn_dashed {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background-color: #E6E6E6;
    border: 1px dashed #CCCCCC;
    border-radius: 4px;
}

.btn_dashed:hover {
    background-color: #CCCCCC;
}

.thumbnail_modal > embed {
    display: block;
    max-width: 800px;
    height: 700px;
}

.thumbnail_modal {
    width: 1150px;
    height: 700px;
}


.btn_dashed:active {
    background: #dff0d8;
}

.btn_dashed:focus {
    background: #dff0d8;
}

hr {
    margin-left: 0px;
    margin-right: 4px;
    border: 0;
    border-top: 1px solid #000000;
}

.hr_CCCCCC {
    margin-left: 16px;
    margin-right: -16px;
    border: 0;
    border-top: 1px solid #DEDEDE;
}

.btn_standard {
    background-color: #ebc8c7;
    border-color: #d9534f;
}

.grey_11 {
    font-size: 13px;
    font-style: italic;
    color: #999999;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

#circle {
    width: 26px;
    height: 26px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    background: #E6E6E6;
    padding-top: 2px;
    text-align: center;
    border: 1px dashed #CCCCCC;
}

.sidebar .sidebar-nav.navbar-collapse {
    height: 450px;
}

.panel-deep-purple .panel-heading {
    border-color: #673ab7;
    color: #fff;
    background-color: #673ab7;
}

.panel-deep-purple {
    border-color: #673ab7;
}

.panel-deep-orange .panel-heading {
    border-color: #FF7700;
    color: #fff;
    background-color: #FF7700;
}

.panel-deep-orange {
    border-color: #FF7700;
}

.navbar-collapse.in {
    overflow-y: visible;
}

.sort {
    cursor: pointer;
}

.no-result {
    text-align: center;
    font-size: 1.5em;
    margin: 1em;
    display: none;
}

.list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navbar-form {
    margin-bottom: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="span"] {
    margin: 0 !important;
    /*z-index: 1500;*/
}

/*select.selectpicker {*/
/*display: none;*/
/*}*/

table {
    width: 100%
}

#workflow-title {
    margin-top: 1em;
}

#workflow-title a {
    color: white;
    text-decoration: none;
}

#workflow-title h1 {
    display: inline-block;
}

#filter {
    margin-bottom: 2rem;
}

.ticket_mod {
    padding: 1em 0;
}
.ticket {
    cursor: pointer;
    padding: 1em 0;
}

.ticket:nth-child(2n) {
    background: #f0f0f0;
}

.ticket:hover {
    background: lightgrey;
}

.panel-body {
    padding: 0 4px !important;
}

textarea#description {
    font-size: 1.2em;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 8px;
    font-size: 2em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    top: 3px;
}

.autocomplete-suggestions {
    margin-top: 17px;
}

.autocomplete-suggestion {
    padding: 0.5em;
}

#new-ticket {
    margin-top: 1.7em;
}

#print_list {
    margin-top: 1.7em;
}

.breadcrumb {
    background: none;
    margin: 0 auto;
}

#mydropzone {
    border: 2px dashed #79BBF2;
    border-radius: 5px;
    background: white;
}

.mydropzone .dz-message {
    font-weight: 400;
}

.mydropzone .dz-message .note {
    font-size: 0.8em;
    font-weight: 200;
    display: block;
    margin-top: 1.4rem;
}

.list-group#suggestions {
    position: absolute;
    z-index: 25;
    padding-bottom: 2rem;
    width: 90%;
}

#search-results {
    position: absolute;
    width: 100%;
    z-index: 5;
    padding-right: 30px;
}

#search-results .panel-title{
    font-size: 14px;
}

#search-results .panel, #search-results .panel-heading, #search-results .list-group-item:last-child{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#search-results .panel, #search-results .list-group-item:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

#search-results .panel-body{
    padding: 0 !important;
}

#search-results .panel-body .list-group-item{
    padding: 2px 10px;
}

a.remove-product .fa.fa-remove {
    color: red;
    cursor: pointer;
}

@media print {
    a[href]:after {
        content: none !important;
    }
}

.strike {
    text-decoration: line-through;
}

.semi-transparent {
    opacity: .3;
}

fieldset {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0 0 0 #000;
    box-shadow:  0 0 0 0 #000;
}

legend {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
    margin-bottom: 10px;
}

.alert-flash {
    position: fixed;
    z-index: 50;
    width: 98%;
    margin-right: auto;
    margin-left: auto;
    left: 0;
    right: 0;
}

.alert-flash .alert {
    margin-bottom: 10px;

    -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 7px rgba(0, 0, 0, .2);
}

.navbar {
    margin-bottom: 0;
    border-radius: 0;
}

#page-wrapper {
    min-height: 90vh !important;
    padding: 15px !important;
}

.navbar-fixed-top {
    -webkit-box-shadow: 0 -9px 15px rgba(0,0,0,0.75);
    -moz-box-shadow: 0 -9px 15px rgba(0,0,0,0.75);
    box-shadow: 0 -9px 15px rgba(0,0,0,0.75);
}

h1.title {
    margin-top: 10px;
}

#wrapper {
    margin-top: 2rem;
}

#stand-results {
    z-index: 10;
    position: absolute;
    min-width: 100%;
    left: 15px;

    -webkit-box-shadow: 0px 7px 9px 3px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 7px 9px 3px rgba(0,0,0,0.28);
    box-shadow: 0px 7px 9px 3px rgba(0,0,0,0.28);
}
.ui-menu .ui-menu-item a{
    font-size: 14px;
    font-family: Helvetica;
    border-radius: 0px;
}
.panel-danger_nav {
    border-color: #ebccd1;
    background-color: #ebccd1;
    border: 1px solid #ebccd1;
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #a94442;
}
.panel-green_nav{
    border-color: #5cb85c;
    background-color: #5cb85c;
    border: 1px solid #5cb85c;
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff;
}
.panel-liblauw_nav{
    border-color: #85e2f7;
    background-color: #85e2f7;
    border: 1px solid #85e2f7;
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff;
}
.panel-orange_nav{
    border-color: #fbcf81;
    background-color: #fbcf81;
    border: 1px solid #fbcf81;
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff;
}
.panel-primary_nav{
    border-color: #337ab7;
    background-color: #337ab7;
    border: 1px solid #337ab7;
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff;
}
.panel-deep-orange_nav{
    border-color: #FF7700;
    background-color: #FF7700;
    border: 1px solid #FF7700;
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-red_nav{
    border-color: #d9534f;
    background-color: #d9534f;
    border: 1px solid #d9534f;
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff;
}
.panel-deep-purple_nav{
    background-color: #673ab7;
    border-color: #673ab7;
    border: 1px solid #673ab7;
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-deep-yellow_nav{
    color: white;
    background-color: #e3d316;
    border-color: #e3d316;
    border: 1px solid #e3d316;
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-deep-yellow {
    border-color: #e3d316;
}