
/*			___IMPORTS___			*/
@font-face {
  font-family: 'Helveticalight';
  src: url("../../../fonts/helvetica/helveticalight.eot");
  src: url("../../../fonts/helvetica/helveticalight.eot?#iefix") format("embedded-opentype"), url("../../../fonts/helvetica/helveticalight.svg#DINRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Myriadpro-regular';
  src: url("../../../fonts/myriadpro/myriadpro-regular.eot");
  src: url("../../../fonts/myriadpro/myriadpro-regular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/myriadpro/myriadpro-regular.woff") format("woff"), url("../../../fonts/myriadpro/myriadpro-regular.ttf") format("truetype"), url("../../../fonts/myriadpro/myriadpro-regular.svg#DINRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DINPro-light';
  src: url("../../../fonts/din/DINPro-Light.otf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DINPro-medium';
  src: url("../../../fonts/din/DINPro-Medium.otf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DINPro-bold';
  src: url("../../../fonts/din/DINPro-Bold.otf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Elkwood';
  src: url("../../../fonts/elkwood/elkwood-free.eot");
  src: url("../../../fonts/elkwood/elkwood-free.eot?#iefix") format("embedded-opentype"), url("../../../fonts/elkwood/elkwood-free.woff") format("woff"), url("../../../fonts/elkwood/elkwood-free.ttf") format("truetype"), url("../../../fonts/elkwood/elkwood-free.svg#DINRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'NeutraText';
  src: url("../../../fonts/neutra/NeutraText-BookAlt.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'NeutraText-bold';
  src: url("../../../fonts/neutra/Neutra-Text-TF-Alt-Bold_32140.ttf");
  font-weight: normal;
  font-style: normal; }
#list-wrapper {
  position: relative;
  display: block;
  background-color: #e8e8e8;
  margin: 20px;
  height: 547px; }
  #list-wrapper .loader-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 547px;
    background-color: #e8e8e8; }
    #list-wrapper .loader-wrapper .loader {
      display: none;
      position: relative;
      margin: auto;
      margin-top: 200px;
      border-top: 5px solid #1163a5;
      border-radius: 50%;
      width: 100px;
      height: 100px;
      animation: spin 1s linear infinite; }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  #list-wrapper .close-img:hover {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  #list-wrapper .left-img {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
  #list-wrapper .list-section {
    padding: 0; }
    #list-wrapper .list-section .row {
      margin-top: 20px; }
    #list-wrapper .list-section .return {
      font-family: "DINPro-medium";
      font-size: 16px;
      color: #1163a5;
      padding-left: 15px;
      cursor: pointer; }
    #list-wrapper .list-section h2 {
      font-family: "NeutraText-bold";
      font-size: 26px;
      color: #666666;
      padding-top: 0;
      margin: 0; }
	#list-wrapper .not-found-text{
		color: #666;
    	font-family: "DINPro-light";
    	font-size: 20px;
    	padding-left: 15px;
	}
    #list-wrapper .list-section .list-header {
      margin: 0 25px 5px 15px;
      border-bottom: 1px solid grey;
      position: relative; }
      #list-wrapper .list-section .list-header span {
        font-family: "DINPro-medium";
        font-size: 16px;
        color: #666666;
        color: #555;
        font-size: 18px;
        display: inline-block;
        width: 31%; }
    #list-wrapper .list-section .list {
      position: relative;
      display: block;
      width: 97%;
      height: 390px;
      overflow-y: auto;
      padding-left: 15px; }
      #list-wrapper .list-section .list .item {
        font-family: "DINPro-medium";
        font-size: 16px;
        color: #666666;
        width: 100%;
        margin: 10px 0; }
        #list-wrapper .list-section .list .item a {
          font-family: "DINPro-medium";
          font-size: 16px;
          color: #666666;
          width: 31%;
          display: inline-block;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          padding-top: 5px;
          text-decoration: none;
          color: #666666; }
        #list-wrapper .list-section .list .item a:hover {
          color: #ff6548; }
        #list-wrapper .list-section .list .item .divider {
          width: 96%;
          height: 2px;
          border-bottom-style: dotted;
          border-width: 1px;
          border-color: #666666;
          margin: 20px 0; }
      #list-wrapper .list-section .list .xs {
        display: none; }

@media (max-width: 768px) {
  #list-wrapper {
    height: 700px; }
    #list-wrapper .list-section .list {
      height: 580px; }
      #list-wrapper .list-section .list .item a {
        width: 100%; }
      #list-wrapper .list-section .list .xs {
        display: inline-block;
        width: 100px; } }
/* xs devices */
@media (max-width: 400px) {
  #list-wrapper {
    margin: 30px 0; } }
