/*! CSS Used from: https://www.abfotoklubb.no/konkurranser/public/css/jury-main.css?v=v4.1.0ca1789e */
.panel.panel-default{border:none!important;}
@media print{
    ol.breadcrumb{display:none;}
}
.view_title{display:none;color:red;}
.container h3{float:left;}
ad#my-ad div{text-align:center;}
/*! CSS Used from: https://www.abfotoklubb.no/konkurranser/public/css/navbar-fixed-top.css */
/*body{min-height:2000px;padding-top:70px;}*/
/*:target{display:block;position:relative;top:-200px;}*/
/*! CSS Used from: Embedded */
/*@media screen{*/
/*    .hide-screen{display:none!important;width:50%!important;}*/
/*}*/
/*@media print{*/
/*    .hide_print{display:none;}*/
/*}*/
/*! CSS Used fontfaces */
/*@font-face{font-family:'Glyphicons Halflings';src:url(https://www.abfotoklubb.no/konkurranser/public/fonts/glyphicons-halflings-regular.eot);src:url(https://www.abfotoklubb.no/konkurranser/public/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(https://www.abfotoklubb.no/konkurranser/public/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(https://www.abfotoklubb.no/konkurranser/public/fonts/glyphicons-halflings-regular.woff) format('woff'),url(https://www.abfotoklubb.no/konkurranser/public/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(https://www.abfotoklubb.no/konkurranser/public/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');}*/
/*! CSS Used from: https://www.abfotoklubb.no/konkurranser/public/css/print.css?v=v4.1.0ca1789e ; media=print */
/*@media print{*/
/*    @media print{*/
/*        a[href]:after{content:" "!important;}*/
/*    }*/
/*}*/

/*! CSS Used from: https://www.abfotoklubb.no/konkurranser/public/css/bootstrap.min.css */
body{margin:0;}
figure{display:block;}
a{background-color:transparent;}
a:active,a:hover{outline:0;}
strong{font-weight:700;}
img{border:0;}
figure{margin:1em 40px;}
button,input,textarea{margin:0;font:inherit;color:inherit;}
button{overflow:visible;}
button{text-transform:none;}
button{-webkit-appearance:button;cursor:pointer;}
input{line-height:normal;}
textarea{overflow:auto;}
table{border-spacing:0;border-collapse:collapse;}
td,th{padding:0;}
@media print{
    *,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;}
    a,a:visited{text-decoration:underline;}
    a[href]:after{content:" (" attr(href) ")";}
    img,tr{page-break-inside:avoid;}
    img{max-width:100%!important;}
    h3{orphans:3;widows:3;}
    h3{page-break-after:avoid;}
    .navbar{display:none;}
    .table{border-collapse:collapse!important;}
    .table td,.table th{background-color:#fff!important;}
}
.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.glyphicon-cog:before{content:"\e019";}
.glyphicon-upload:before{content:"\e027";}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff;}
button,input,textarea{font-family:inherit;font-size:inherit;line-height:inherit;}
a{color:#337ab7;text-decoration:none;}
a:focus,a:hover{color:#23527c;text-decoration:underline;}
a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
figure{margin:0;}
img{vertical-align:middle;}
.img-responsive{display:block;max-width:100%;height:auto;}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;}
h3,h5{font-family:inherit;font-weight:500;line-height:1.1;color:inherit;}
h3{margin-top:20px;margin-bottom:10px;}
h5{margin-top:10px;margin-bottom:10px;}
h3{font-size:24px;}
h5{font-size:14px;}
.text-muted{color:#777;}
ol,ul{margin-top:0;margin-bottom:10px;}
@media (min-width: 1200px) {
    .container{padding-right:inherit;padding-left:inherit;margin-right:auto;margin-left:auto;}
}
@media (min-width: 1600px) {
    .container {
        max-width: 1540px;
    }
}
@media (min-width:768px){
    .container{width:750px;}
}
@media (min-width:992px){
    .container{width:970px;}
}
@media (min-width:1200px){
    .container{width:1170px;}
}
@media (min-width: 1600px) {
    .container {
        max-width: 1540px;
    }
}
table{background-color:transparent;}
th{text-align:left;}
.table{width:100%;max-width:100%;margin-bottom:20px; table-layout: fixed;}
.table td, .table th {
    white-space: normal; /* Allows text to wrap */
}
.table>tbody>tr>td,.table>tbody>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd;}
.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9;}
.table-hover>tbody>tr:hover{background-color:#f5f5f5;}
.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;}
.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);}
/*.collapse{display:none;}*/
.nav{padding-left:0;margin-bottom:0;list-style:none;}
.nav>li{position:relative;display:block;}
.nav>li>a{position:relative;display:block;padding:10px 15px;}
.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee;}
.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px;}
.breadcrumb>li{display:inline-block;}
.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0";}
.breadcrumb>.active{color:#777;}
.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px;}
.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1;}
.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05);}
.panel>.table{margin-bottom:0;}
.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px;}
.panel>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px;}
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px;}
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px;}
.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px;}
.panel>.table:last-child>tbody:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px;}
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child{border-bottom-left-radius:3px;}
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child{border-bottom-right-radius:3px;}
.panel>.table>tbody:first-child>tr:first-child th{border-top:0;}
.panel-default{border-color:#ddd;}
.container:after,.container:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before{display:table;content:" ";}
.container:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after{clear:both;}
.visible-xs{display:none!important;}
@media (max-width:767px){
    .visible-xs{display:block!important;}
}
@media (max-width:767px){
    .hidden-xs{display:none!important;}
}
/*! CSS Used from: https://www.abfotoklubb.no/konkurranser/public/css/b.css?v=v4.1.0ca1789e */
@media print{
a[href]:after{content:" (" attr(href) ")";}
}
.panel.panel-default{border-bottom:none!important;}
@media screen and (min-width: 1025px){
.pswp__message{float:left;color:white;display:block;padding-top:13px;opacity:32;width:70%;text-align:center;margin-left:15%;}
}
span.credit{display:block;clear:both;}
/*! CSS Used from: https://www.abfotoklubb.no/konkurranser/public/css/jury.css?v=v4.1.0ca1789e */
.panel.panel-default{border:none!important;}
div.jury-member{clear:both;}
@media screen and (max-width: 1025px){
.hidden-comments{display:none!important;}
}
textarea{height:95px;width:48%;padding-right:10px;float:left;}
textarea{width:300px;}
@media screen and (min-width: 1025px){
.pswp__message{float:left;color:white;display:block;padding-top:13px;opacity:32;width:70%;text-align:center;margin-left:15%;}
}
@media print{
.no-print,.no-print *{display:none!important;}
}
@media print{
ol.breadcrumb{display:none;}
div.alert-info{display:none!important;}
}
@media screen and (min-width: 374px){
th#hdr-img{width:17%;}
}
@media (max-width: 374px){
th#hdr-img{width:40%;}
}
th#hdr-desc{width:30%;}
.view_title{display:none;color:red;}
@media only screen and (min-width: 769px){
a.navbar-brand.logo{padding-top:6px;padding-right:5px;}
}
@media only screen and (max-width: 768px){
a.navbar-brand.logo{padding-left:5px;padding-top:6px!important;padding-right:5px!important;}
}
/*! CSS Used from: https://www.abfotoklubb.no/konkurranser/public/css/jury-custom.css?v=v4.1.0ca1789e */
.container h3{float:left;}
span.listing_limit{float:right;margin-top:25px;}
/*! CSS Used from: https://www.abfotoklubb.no/konkurranser/public/css/responsive.css?v=v4.1.0.0ca1789e */
@media (max-width: 415px){
.hidden-portrait{display:none!important;}
}
@media (max-width: 415px){
.anchor-small-device{width:40%;float:left;}
}
@media print{
.image_anchor_print{width:20%;float:left;}
}
@media print{
body{min-height:2000px;padding-top:0px!important;}
.comments_print{width:77%;float:right;vertical-align:top;padding-left:10px;}
.hide_print{display:none;}
.credit{font-style:italic;}
}
@media (max-width: 415px){
.comments-device{width:52%;float:left;vertical-align:top;padding-left:10px;}
}
@media screen and (min-width: 415px){
.hidden-landscape{display:none!important;width:50%!important;}
}
/*! CSS Used from: https://www.abfotoklubb.no/konkurranser/public/css/jury-entry.css?v=v4.1.0.0ca1789e */
.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db;}
td.imgbackground.pictureItem{padding-left:0;}
td#row_counter{padding-right:0;}
/*! CSS Used from: https://www.abfotoklubb.no/konkurranser/public/css/navbar-fixed-top.css?v=v4.1.0 */
/*body{min-height:2000px;padding-top:70px;}*/
/*:target{display:block;position:relative;top:-200px;}*/
/*! CSS Used from: Embedded */
/*@media screen{*/
/*.hide-screen{display:none!important;width:50%!important;}*/
/*}*/
/*@media print{*/
/*.hide_print{display:none;}*/
/*}*/
/*! CSS Used fontfaces */
/*@font-face{font-family:'Glyphicons Halflings';src:url(https://www.abfotoklubb.no/konkurranser/public/fonts/glyphicons-halflings-regular.eot);src:url(https://www.abfotoklubb.no/konkurranser/public/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(https://www.abfotoklubb.no/konkurranser/public/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(https://www.abfotoklubb.no/konkurranser/public/fonts/glyphicons-halflings-regular.woff) format('woff'),url(https://www.abfotoklubb.no/konkurranser/public/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(https://www.abfotoklubb.no/konkurranser/public/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');}*/

button.datatable-sorter {
    color: inherit;
    border: 0;
    background-color: inherit;
    cursor: pointer;
    text-align: inherit;
    font-weight: inherit;
    font-size: inherit;
}
div.panel {
    clear: both;
}
select.datatable-selector {
    height: 45px;
}
input.datatable-input {
    height: 45px;
}

/*! CSS Used from: https://www.abfotoklubb.no/konkurranser/assets/css/plugins/style.css */
/*.datatable-bottom{padding:8px 10px;}*/
/*.datatable-bottom > div:first-child{float:left;}*/
/*.datatable-bottom > nav:last-child{float:right;}*/
/*.datatable-info{margin:7px 0;}*/
/*.datatable-pagination ul{margin:0;padding-left:0;}*/
/*.datatable-pagination li{list-style:none;float:left;}*/
/*.datatable-pagination li.datatable-hidden{visibility:hidden;}*/
/*.datatable-pagination button{border:1px solid transparent;float:left;margin-left:2px;padding:6px 12px;position:relative;text-decoration:none;color:#333;cursor:pointer;}*/
/*.datatable-pagination button:hover{background-color:#d9d9d9;}*/
/*.datatable-pagination .datatable-active button,.datatable-pagination .datatable-active button:focus,.datatable-pagination .datatable-active button:hover{background-color:#d9d9d9;cursor:default;}*/
/*.datatable-pagination .datatable-disabled button,.datatable-pagination .datatable-disabled button:focus,.datatable-pagination .datatable-disabled button:hover{pointer-events:none;cursor:default;}*/
/*.datatable-pagination .datatable-disabled button,.datatable-pagination .datatable-disabled button:focus,.datatable-pagination .datatable-disabled button:hover{cursor:not-allowed;opacity:0.4;}*/
/*.datatable-pagination-list button{color:inherit;border:0;background-color:inherit;cursor:pointer;text-align:inherit;font-weight:inherit;font-size:inherit;}*/
/*.datatable-bottom::after{clear:both;content:" ";display:table;}*/
/*! CSS Used from: https://www.abfotoklubb.no/konkurranser/assets/css/style.css */
/**,*::before,*::after{box-sizing:border-box;}*/
/*ul{padding-left:2rem;}*/
/*ul{margin-top:0;margin-bottom:1rem;}*/
/*button{border-radius:0;}*/
/*button:focus:not(:focus-visible){outline:0;}*/
/*button{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;}*/
/*button{text-transform:none;}*/
/*button{-webkit-appearance:button;}*/
/*button:not(:disabled){cursor:pointer;}*/
/**:focus{outline:none;}*/
/*.datatable-bottom{padding:14px 4px 0;}*/
/*.card.table-card .datatable-bottom{padding-left:var(--bs-card-spacer-x);padding-right:var(--bs-card-spacer-x);}*/
/*.datatable-bottom > div:first-child{float:left;}*/
/*.datatable-bottom > nav:last-child{float:right;}*/
/*.datatable-bottom::after{clear:both;content:" ";display:table;}*/
/*@media (max-width: 462px){*/
/*    .datatable-pagination{margin-top:6px;}*/
/*}*/
/*@media (max-width: 462px){*/
/*    .datatable-bottom > nav:last-child{float:left;}*/
/*}*/
/*.datatable-pagination ul{margin:0;padding-left:0;}*/
/*.datatable-pagination li{list-style:none;float:left;}*/

@media (max-width: 1024px) {
    .hide-on-tablet {
        display: none !important;
    }
}
