﻿
body {
    color: #232323;
    font-family: Tahoma;    
}


.error {
    width: 200px;
    height: 20px;
    height: auto;
    position: fixed;
    background-color: #383838;
    color: #F0F0F0;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 9999;
}

#txtGebruiker
{
    font-size: 16px;
}

#txtPassword
{
    font-size: 16px;
}

.well 
{
  margin: auto;
  margin-top: 75px;
  width: 500px;
  height: 300px;
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  /*background-color: #f5f5f5;*/
  background-color: white !important;
  border: 1px solid rgba(0,0,0,0.6);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: auto;
  /*background: url(images/globe.jpg) repeat-x top left;*/
  background: url(images/wallpapers/map_oss.png) repeat-x top left;
 
  
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/*
.well::after {
  content: "";
  background: url(images/wallpapers/google-maps-london.jpg)  repeat-x top left;
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;   
}*/

.well-customer
{
  margin: auto;
  margin-top: 75px;
  width: 400px;
  height: 220px;
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: url(images/happy_customer_logo.gif) center repeat-x;
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}


.folders { background-color: #ddd; list-style-type: none; padding: 0; margin: 0; 
    margin: 0;
    font-size: 0px;
}
.folders li:first-child { border-left: none;  }
.folders li { font-size: 16px; font-weight: bold; display: inline-block; padding: 0.5em 1.5em; cursor: pointer; color: #444; border-left: 1px solid #ddd; border-right: 1px solid #888; }
.folders li:hover { background-color: #bbb; color:White; }    
.folders .selected { background-color: #444 !important; color: white; text-shadow:none; border-right-color: #aaa; border-left: none; box-shadow:inset 1px 2px 6px #070707; }


.ui-corner-all
{
    border: 0px;
}


.ui-tabs {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.ui-tabs-nav
{
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    
}



.ui-datepicker a {
	text-align: center !important;
	font-weight: bold;
}




.internal-grid-container {
    padding: 10px 0 10px 0;
}

.internal-grid-container > div:first-child {
}

.internal-grid-container > div.internal-grid{
    border: 1px solid #d2d2d2;
}







.fullscreenTab 
{
    height: 100% ;
    padding: 0px !important;
}

#tab-periodview
{
     /*padding-bottom: 20px !important;*/
}

.fullscreenHourTab 
{
    height: 100% ;
    padding-bottom: 50px !important;
}


#tabresources li .ui-icon { float: left; margin: 0.4em 0.2em 0 0; cursor: pointer; }
#tabmessages li .ui-icon { float: left; margin: 0.4em 0.2em 0 0; cursor: pointer; }
#tab-global-settings  li .ui-icon { float: left; margin: 0.4em 0.2em 0 0; cursor: pointer; }


.noMarginPadding {
    padding: 0px !important;
    font-size: 0.9em !important;
    vertical-align: middle !important;
    height: 100% !important;
}

.noMarginPaddingBold
{
    font-weight: bold;
}

.noMarginPaddingItalic
{
    font-style: italic;
}


.MarginPadding {
    padding: 5px !important;
    margin: 0px !important;
    font-size: 1.1em !important;

}


.textCenter {
    text-align: center !important;
}

.textPadding {
    padding-left: 3px;
    padding-right: 3px;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
}


.fullscreenGrid {
    overflow: initial;
    width: 100% !important;
    height: 99%; /*<GS-20170921> 1% eraf voor scroll bug devexpress*/
    padding: 0px !important;
    /*padding: 0px 0px 5px 0px !important;
    margin: 0px 0px 5px 0px !important;*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#tab-realtime-uren
{
 /*   height: 95% !important; */
    overflow: auto !important;
 /*   padding-bottom: 20px !important;*/
}
#tab-temperature
{
    height: 100%;
    max-height: 100%;
    overflow: auto;
}

.temperatureGraph {width: 100% !important}

.ms-tab-item
{
    outline: none !important;
}

/*.ui-tabs{
    font-size: 0.9em;
}*/


.ui-tabs-anchor
{
    outline: none !important;
    /*font-size: 12.6px;*/
}

#period-select-date
{
    vertical-align: middle;
}

.periodBox
{
    margin-top: 4px;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 0px;
    display: inline-block;
    padding: 4px;
    border: 1px solid rgba(177,177,177, .6);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
        
legend
{
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    border: none;
    width: auto;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: gray !important;
    font-style:normal !important;
    font-size:12px !important;
}
        
fieldset
{
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: 1px solid rgba(177,177,177, .8);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}        

#pac-input {
    background-color: #fff;
    padding: 0 11px 0 13px !important;
    height: 31px;
    margin: 10px !important;
    width: 60% !important;
    font-size: 1.3em;
    text-overflow: ellipsis !important;
    padding-left: 34px !important;
    border: 1px solid lightgray !important;
    background-image: url(/Universal/Images/search.png);
    background-repeat: no-repeat;
    background-position: 5px 4px;
}
/**/


.ui-effects-transfer 
{
    border: 1px dashed rgba(0,0,128,0.4);
    background-color: rgba(128,128,128,0.2);
}



* {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}


#period-select-date
{
    width: 221px !important;
}



#menu
{
    display: inline-block;
    margin-bottom: 3px;
}

.menudatepicker
{
    width: 221px !important;
    margin-top: 3px !important;
    display: inline-block;
}


.menuButton{
    margin-top: 3px;
    vertical-align:top;
    display: inline-block;
}

.settingscolumn
       {
            width: 49%; 
            padding: 0px;
            height: 500px;
            border: 1px solid Gray;
            border-radius: 3px;
            margin: 2px;
            padding-left: 30px;
            padding-right: 30px;
       }
       .settingsleft
       { 
           float: left; 
       }
       .settingsright
       { 
           display: inline-block;
       }
       .settingscenter 
       {
           display: inline-block; 
           width: 49%; 
       }
       
#tabresources
{
    overflow: hidden;
}       

#tabmessages
{
    overflow: hidden;
}

/*.InlineMenuImage{ height:24px; width:24px; padding-left:6px; padding-top:4px;}*/

.InlineMenuImage{ height:26px; width:26px; padding: 2px; }

.InlineMenuImage:hover 
{
    /*background-color: Blue;*/
    border: 1px solid rgba(128,128,128, 0.4);
}

.li-hor-menu-map { overflow:auto; width:100%; margin:0 auto; } /* veranderd van 90% naar 100% */


#routing-panel {
   background: #fff;
   padding: 5px;
   font-size: 14px;
   font-family: Arial;
   border: 1px solid #ccc;
   box-shadow: 0 2px 2px rgba(33, 33, 33, 0.4);
   display: none;
   height: 30%;
   max-height: 200px;
   /*max-height:40% !important;*/
   max-width:75% !important;
   overflow:auto;
}
      
.gmap-control-container {
    margin: 5px;
}

.gmap-control {
    cursor: pointer;
    background-color: -moz-linear-gradient(center top , #FEFEFE, #F3F3F3);
    background-color: #FEFEFE;
    border: 1px solid #A9BBDF;
    border-radius: 2px;
    padding: 0 6px;
    line-height: 160%;
    font-size: 12px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35);
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.gmap-control:hover {
    border: 1px solid #678AC7;
}

/*.gmap-control-active {
    background-color: -moz-linear-gradient(center top , #71A9D3, #7B98D9)  !important;
    background-color: #71A9D3 !important;
    color: #fff;
    border: 1px solid #678AC7;
}*/


.gmap-control-legend {
    position: absolute;
    text-align: left;
    z-index: -1;
    top: 20px;
    right: 0;
    width: 150px;
    height: 85px;
    font-size: 10px;
    background: #FEFEFE;
    border: 1px solid #A9BBDF;
    padding: 10px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35);
}
.gmap-control-legend ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.gmap-control-legend li {
    line-height: 160%;
}

.gmap-dx-button
{
     display: block /*!important*/;
}

.gmap-menu-grip
{
    height: 30px;
    width: 10px;
    margin-right: 5px;  
    background: #fff;
    opacity: 0.9;
    padding: 5px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 2px rgba(33, 33, 33, 0.4);
}

.gmap-menu-container
{
    /*margin-right: -115px;*/
    /*background: #fff;*/
    opacity: 0.75;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 15px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 2px 2px rgba(33, 33, 33, 0.4);
    top: 10px !important;
}

.gmap-menu-container:hover
{
    opacity: 1.0;
}

.gmap-contextmenu{
  visibility:hidden;
  /*background-color: #FFF;*/
  /*width: 200px;*/
  padding: 0px;
  border: 1px;
  cursor: pointer;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-right: 1px solid #676767;
  border-bottom: 1px solid #676767;
  z-index: 10;
  position: relative;
 
}



.gmap-context-item .itemB {
    background-image: url(/skin/gmap/js/lib/gmap3-images/icon_greenB.png);
}

.gmap-context-begingroup
{
    border-top: 1px solid  #D3D3D3 !important;
    margin-top: 1px !important;
}

.gmap-context-item  
{
    /*color: #232323;*/
    font-weight: normal;
/*    font-size: 14px;
    line-height: 27px;*/
    text-align: left;
    border-left: 0px;
    border-right: 0px;
    padding-left: 20px;  
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: 4px center;
}

.tempTooHigh
{
    background-color: rgba(250, 30, 30, 0.4);
}

.tempTooLow
{
    background-color: rgba(30, 30, 255, 0.4);
}



.gmap-context-item-disabled{
    color: gray;
    pointer-events: none;
   -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



.ui-tabs-active{
     pointer-events: none;
}

.not-selectable{
     pointer-events: none;
   -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.ui-layout-north
{
    overflow:hidden !important;
}


  .login, .login-field {
    border-radius: 0.25em;
  }

  .login {
    background-color: #e6e6e6;
  }

  .login-field {

    color: #232323;
    font-weight: normal;
    font-size: 14px;
    line-height: normal;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0.25em;
    display: block;
    margin: 0;
    padding: 0.5em;
    position: relative;
    vertical-align: middle;
    width: 80% !important;

    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .login-field:focus {
    border-color: #0088cc;
    outline: transparent;
    z-index: 2;
  }

  .login-field-username {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: -2px;
  }

  .login-field-password {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -2px;
  }

  .login-option {
    padding: 0.25em 0.5em 0.5em;
  }

  .login-option input {
    vertical-align: baseline;
  }


.dx-texteditor-container:after
{
    right: 70px !important;
}

#tripsGrid .dx-master-detail-cell {
    padding: 5px 5px 5px 0 !important;
}

.dx-searchbox .dx-texteditor-input {
    padding-left: 34px !important;
}

.dx-field-label
{
    overflow: visible;
}


.dx-datagrid-export-button
{
    margin-top: 8px;
}

.dx-datagrid-column-chooser-button
{
    margin-top: 8px;
}


.dx-datagrid-search-panel
{
    margin-top: 1px;
    margin-bottom: 2px;
    margin-right: 4px;
    margin-left: 0px;
}

.dx-datagrid-header-panel .dx-button
{
    margin-top: 1px;
    margin-bottom: 2px;
    margin-right: 4px;
    margin-left: 0px;
}


.dx-state-disabled .dx-dropdowneditor-button .dx-dropdowneditor-icon-2, .dx-state-disabled .dx-dropdowneditor-button .dx-dropdowneditor-icon-2
{
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.dx-state-readonly .dx-dropdowneditor-button .dx-dropdowneditor-icon-2
{
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/*.dx-dropdowneditor-icon-2
{
  border: 1px solid transparent;
  color: #606060;
  font: 14px/1 DXIcons;
  
  height: 100%;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
}*/
.dx-dropdowneditor-icon-2:before
{
  content: "\f001 ";
}
.dx-dropdowneditor-icon-2:before
{
  position: absolute;
  display: block;
  width: 18px;
  top: 50%;
  margin-top: -9px;
  left: 50%;
  margin-left: -9px;
}

.dx-datebox-calendar .dx-dropdowneditor-icon-2
{
  font: 14px/1 DXIcons;
  /*width: 32px;*/
  height: 100%;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
}
.dx-datebox-calendar .dx-dropdowneditor-icon-2:before
{
  content: "\f025 ";
}
.dx-datebox-calendar .dx-dropdowneditor-icon-2:before
{
  position: absolute;
  display: block;
  width: 18px;
  top: 50%;
  margin-top: -9px;
  left: 50%;
  margin-left: -9px;
}
.dx-datebox-calendar.dx-rtl.dx-dropdowneditor-active .dx-dropdowneditor-button .dx-dropdowneditor-icon-2
{
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.dx-datebox-list .dx-dropdowneditor-icon-2
{
  font: 14px/1 DXIcons;
  /*width: 32px;*/
  height: 100%;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
}
.dx-datebox-list .dx-dropdowneditor-icon-2:before
{
  content: "\f025 ";
}

.dx-datebox-list .dx-dropdowneditor-icon-2:before
{
  position: absolute;
  display: block;
  width: 18px;
  top: 50%;
  margin-top: -9px;
  left: 50%;
  margin-left: -9px;
}

.dx-datebox
{
    margin-top: 2px;
    margin-left: 20px;
    
}

#menu .dx-menu-item
{
    margin-left: 10px;
}


.dx-row div{
    /*-webkit-transform: translate3d( 0, 0, 0) !important;*/
    /* <GS-28-01-2016> niet meer nodig omdat we het font niet meer op sub-pixel niveau laten uitkomen.*/
}

/*.dx-datagrid-search-panel{
    min-height: 34px;
}*/

.ui-widget-content
{
    padding: 0px;
    overflow: initial;
    background: none !important;
}

.timeline-event-selected {
    border: 1px solid #26b3f7 !important;
	background: #0972a5 url("images/ui-bg_highlight-hard_20_0972a5_1x100.png") 50% 50% repeat-x  !important;
}

.rotate-image {
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 10% { -webkit-transform: rotate(360deg);} }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*-webkit-animation-fill-mode: both;
  animation-fill-mode: both;*/
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }
  to {
    -webkit-transform: scale3d(1.00, 1.00, 1.00);
    transform: scale3d(1.00, 1.00, 1.00);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1.00, 1.00, 1.00);
    transform: scale3d(1.00, 1.00, 1.00);
  }
}


.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}


.caogroup-description{
	min-width:150px;
	max-width:150px;
	overflow:hidden;
}

.msinfowin
{
    overflow: hidden;
    line-height: 1em;
}

.toolbarheader{
	float: left;
	margin-left: 4px;
}

hr.style-one {
    border: 0;
    height: 1px;
    margin-top: 5px;
    margin-bottom: 10px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #666, #ccc);
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

hr.style-seven {
    height: 30px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
hr.style-seven:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}

hr.style-eight {
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
}
hr.style-eight:after {
    content: "§";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}
 .infocardcontainer
{
    margin-top: 4px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 4px;
    display: inline-block;
    padding: 4px;
    border: none;
    width: auto;
}

/*.infocardanimated:hover
{
    left: -5px;
    top: -5px;
    width: 360px;
    height: 310px;
}*/

/* .infocardanimated:hover{
    transform:scale(1.02,1.02);
    -ms-transform:scale(1.02,1.02); 
    -webkit-transform:scale(1.02,1.02); 
    -o-transform:scale(1.02,1.02); 
    -moz-transform:scale(1.02,1.02); 
    -transition-duration:150ms;
    -ms-transition-duration:150ms;
    -webkit-transition-duration:150ms;
    -o-transition-duration:150ms;
    -moz-transition-duration:150ms;
}*/

.infocardanimated:hover{
    transform:scale(1.02857,1.02857);
    -ms-transform:scale(1.02857,1.02857); 
    -webkit-transform:scale(1.02857,1.02857); 
    -o-transform:scale(1.02857,1.02857); 
    -moz-transform:scale(1.02857,1.02857); 
    -transition-duration:150ms;
    -ms-transition-duration:150ms;
    -webkit-transition-duration:150ms;
    -o-transition-duration:150ms;
    -moz-transition-duration:150ms;
}

.infocardanimated img:hover
       {
            transform:scale(0.97222,0.97222);
            -ms-transform:scale(0.97222,0.97222); 
            -webkit-transform:scale(0.97222,0.97222); 
            -o-transform:scale(0.97222,0.97222); 
            -moz-transform:scale(0.97222,0.97222); 
            -transition-duration:150ms;
            -ms-transition-duration:150ms;
            -webkit-transition-duration:150ms;
            -o-transition-duration:150ms;
            -moz-transition-duration:150ms;
        } 

/* .order:hover{
     
      transform:scale(1.25,1.25);
    -ms-transform:scale(1.25,1.25); 
    -webkit-transform:scale(1.25,1.25);
    -o-transform:scale(1.25,1.25); 
    -moz-transform:scale(1.25,1.25); 
    transition-duration:150ms;
    -ms-transition-duration:150ms;
    -webkit-transition-duration:150ms;
    -o-transition-duration:150ms;
    -moz-transition-duration:150ms;
 }*/

.infocard {
    display: inline-block;
    width: 350px;
    height: auto;
    min-height: 300px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.5) !important;
    border-radius: 0px 0px;
    margin: 5px;
    opacity: 0;
    max-height: 300px;
    overflow:hidden;
    transition-duration:150ms;
    -ms-transition-duration:150ms;
    -webkit-transition-duration:150ms;
    -o-transition-duration:150ms;
    -moz-transition-duration:150ms;
}

.infocard .card-header
{
    background-color: #d6d6d6;
    padding: 10px;
}
        
.infocard .card-title
{
    margin-left: 25px;
    color: #303030;
    font-weight: bold;
    /*font-size: 16px;   */
}

.infocard .card-sub-title
{
    margin-left: 25px;
    color: #303030;
    font-weight: normal;
    font-size: 10px;
    /*font-size: 16px;   */
}

.infocard .card-content
{
    line-height: 1.5em;
    color: Gray;
    font-weight: normal;
    margin: 10px;
    overflow: auto;
    max-height: inherit;
}

.infocard .card-content .card-subcontent
{
    overflow: visible;
    max-height: 220px;
}

.infocard .ui-state-focus 
{
    outline: none;
}

