/* Created on : Nov 15, 2017, 3:24:11 PM Author : rolf */ /* * Advanced filter classes */ @use 'variables' as *; .advanced-filter-box { position: relative; float: left; height: 100%; background-color: $darkgreyblue; -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.349019607843137); -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.349019607843137); box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.349019607843137); color: $white; z-index: 1; } .advanced-filter-box * input[type=checkbox]{ cursor: pointer; } .advanced-filter-header-box { position: relative; height: 50px; width: 100%; } .af-header-box { font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans'; font-weight: 600; color: $white; line-height: 36px; padding-left: 15px; margin-bottom: -5px; } .af-width-exp {width: 190px;} .af-width-man {width: 300px;} .af-width-sup {width: 463px;} .af-width-pac {width: 100px;} .af-width-str {width: 150px;} .af-width-dos {width: 150px;} .advanced-filter-content { position: relative; height: 100%; width: 100%; float: left; } .af-content-box { position: relative; height: 100%; float: left; padding: 5px; overflow: hidden; min-height: 150px; } .af-selection-box { overflow: hidden; position: relative; padding: 0px 0px 2px 5px; float: left; } .af-sel-w-exp { width: 185px;} .af-sel-w-man { width: 140px;} .af-sel-w-sup { width: 225px;} .af-sel-w-pac { width: 80px;} .af-sel-w-str { width: 135px;} .af-sel-w-dos { width: 135px;} .advanced-filter-footer { position: relative; height: 50px; width: 100%; float: left; } .af-label { font-weight: 100; margin-bottom: 0px; cursor: pointer; line-height: 14px; } .checkbox-align { vertical-align: bottom; } .af-label-keep-open { float: right; height: 25px; margin: 14px 10px 10px 0px; } .af-divider { border-left: 1px solid white; height: 150px; width: 1px; float: left; } .af-btn { color: $tealcolor; font-family: 'OpenSans', 'Open Sans'; font-weight: 400; font-style: normal; font-size: 12px; width: 60px; height: 30px; line-height: 30px; background-color: white; position: relative; float: right; margin: 10px 10px 10px 0px; } .af-btn:hover { background-color: $lightblueskydimm; } .afa-btn { color: white; font-family: 'OpenSans', 'Open Sans'; font-weight: 400; font-style: normal; font-size: 12px; width: 60px; height: 30px; line-height: 30px; background-color: $primeRxOrange; position: relative; float: right; margin: 10px 10px 10px 0px; } .afa-btn:hover { background-color: $opaqueorange; } .advanced-cards { background-color: $darkgreyblue; border: none; overflow-y: auto; overflow-x: hidden; } .advFilerBoxHeight { max-height: 180px; } .advFilerBoxHeight div { padding-top: 1px; padding-bottom: 1px; } .af-cards { border-left: 1px solid white; border-radius: 0; padding-left: 15px; } .advFilterBox { float : right; margin-top: 1%; margin-right: 1%; } .advFilterBox .advanced-filter-btn { display: inline-block; background-color: $primeRxOrange; margin : 23px 35px 20px 6px } ::ng-deep .ad-filter-disabled { background-color: $disabledbluehover ! important; } .advanced-filter-box .af-sup-div { height: 180px; margin-bottom: 2.5em; } .thumbnail { display: block; padding: 4px; margin-bottom: 20px; line-height: 1.42857143; border-radius: 4px; -webkit-transition: border .2s ease-in-out; -o-transition: border .2s ease-in-out; transition: border .2s ease-in-out; } /* Created on : Nov 15, 2017, 3:24:21 PM Author : rolf */ @media (max-width: 1023px) { .advanced-filter-box { margin-left: 0px; } .container, .advanced-filter-box { width: 970px; } } @media (min-width: 1024px) and (max-width: 1920px) { .advanced-filter-header-box { width: 100%; } .advanced-filter-box { margin-left: 1px; } .af-cols { padding-right: 0; } .af-pack { width: 11%; } .af-sup { width: 24%; } .af-dos { width: 15%; } } @media (min-width: 1200px) and (max-width: 1365px) { .advanced-filter-box { width: 98.5% !important; margin-left: 1px !important; } } @media (max-width: 1199px) { .advanced-filter-box { width: 98%; margin-left: 1px; } } @media (min-width: 1366px) and (max-width: 1920px) { .advanced-filter-box { width: 100%; } }