/*	---------------------------------------------------------------------- */
/*	
  Name: icontel.com/cookies
	Date: May 2018
	Version: 1.0
	Author: Daniel Baumgartner
	Autor URI: icontel.com
*/
/*	---------------------------------------------------------------------- */
body.icontel-cookie-active {
  overflow: hidden !important;
}

#icontel_cookie_prefernce_popup.icontel-cookie-overlay {
  background: #0588CB;
  bottom: 0;
  box-sizing: border-box;
  color: #FFFFFF;
  font-family: "Akkurat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: auto;
  letter-spacing: 0.025em;
  line-height: 20px;
  padding: 1.5em;
  top: auto;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
           text-rendering: optimizeLegibility;
}

/*	---------------------------------------------------------------------- */

#icontel_cookie_prefernce_popup.icontel-cookie-overlay .texts {
  width: 69%;
}
#icontel_cookie_prefernce_popup.icontel-cookie-overlay .texts strong {
  font-family: "Akkurat-Bold", sans-serif;
  font-weight: 400;
}
#icontel_cookie_prefernce_popup.icontel-cookie-overlay .texts a {
  color: #FFFFFF !important;
  font-family: "Akkurat-Bold", sans-serif;
  font-weight: 400;
}
#icontel_cookie_prefernce_popup.icontel-cookie-overlay .texts a:hover {
  color: #06377B !important;
}

/*	---------------------------------------------------------------------- */

#icontel_cookie_prefernce_popup.icontel-cookie-overlay a#btnCookieClose {
  background: none;
  height: 2em;
  line-height: 1.75em;
  right: 1.5em;
  text-align: center;
  top: 2.3em;
  width: 2em;
}
#icontel_cookie_prefernce_popup.icontel-cookie-overlay a#btnCookieClose svg {
  display: block;
  height: 1.5em;
  margin: 0 auto;
  stroke: #FFFFFF;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.5em;
  -webkit-transition: all 200ms linear;
     -moz-transition: all 200ms linear;
      -ms-transition: all 200ms linear;
       -o-transition: all 200ms linear;
          transition: all 200ms linear;
}
#icontel_cookie_prefernce_popup.icontel-cookie-overlay a#btnCookieClose:hover svg {
  stroke: #06377B;
}

/*	---------------------------------------------------------------------- */

#icontel_cookie_prefernce_popup.icontel-cookie-overlay .icontel-toolbar {
  margin-right: 3em;
}
#icontel_cookie_prefernce_popup.icontel-cookie-overlay .icontel-toolbar input[type=button] {
  background: #FFFFFF !important;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  color: #0588CB;
  display: inline-block;
  font-family: "Akkurat-Bold", sans-serif;
  font-size: 1em !important;
  font-weight: 400;
  height: auto;
  line-height: normal;
  min-width: 6em;
  padding: 0.9em 1.25em;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
      -ms-border-radius: 3px;
       -o-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: all 200ms linear;
     -moz-transition: all 200ms linear;
      -ms-transition: all 200ms linear;
       -o-transition: all 200ms linear;
          transition: all 200ms linear;
}
#icontel_cookie_prefernce_popup.icontel-cookie-overlay .icontel-toolbar input[type=button]:last-of-type {
  background: #0588CB !important;
  border-color: #FFFFFF;
  color: #FFFFFF;
}
#icontel_cookie_prefernce_popup.icontel-cookie-overlay .icontel-toolbar input[type=button]:hover {
  background: #06377B !important;
  border-color: #06377B !important;
  color: #FFFFFF;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
input[type=button]:focus, fieldset:focus, label:focus, input:focus, *:focus {
  outline: none;
}

/*	---------------------------------------------------------------------- */

#icontel-overlay-bg {
  background: #282828;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#icontel_cookie_prefernce_popup_ex {
  height: auto;
  color: #282828;
  font-family: "Akkurat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 20px;
  -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
           text-rendering: optimizeLegibility;
}
#icontel_cookie_prefernce_popup_ex #cookie_container {
  background: #0588CB;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
      -ms-border-radius: 0;
       -o-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(40,40,40,0.1);
     -moz-box-shadow: 0px 5px 10px 0px rgba(40,40,40,0.1);
          box-shadow: 0px 5px 10px 0px rgba(40,40,40,0.1);
}

/*	---------------------------------------------------------------------- */

#icontel_cookie_prefernce_popup_ex #cookie_container #cookie_content {
  font-size: 1em !important;
}
#icontel_cookie_prefernce_popup_ex #cookie_container #cookie_content p.title {
  background: #0588CB !important;
  border: none;
  font-family: "Akkurat-Bold", sans-serif;
  font-size: 1em !important;
  font-weight: 400;
  line-height: 20px;
  padding: 1em;
  text-transform: uppercase;
}
#icontel_cookie_prefernce_popup_ex #cookie_container #cookie_content #btnCookieCloseSettings {
  background: none;
  height: 2em;
  line-height: 1.75em;
  right: 1em;
  text-align: center;
  top: 0.85em;
  width: 2em;
}
#icontel_cookie_prefernce_popup_ex #cookie_container #cookie_content #btnCookieCloseSettings svg {
  display: block;
  height: 1.5em;
  margin: 0 auto;
  stroke: #FFFFFF;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.5em;
  -webkit-transition: all 200ms linear;
     -moz-transition: all 200ms linear;
      -ms-transition: all 200ms linear;
       -o-transition: all 200ms linear;
          transition: all 200ms linear;
}
#icontel_cookie_prefernce_popup_ex #cookie_container #cookie_content #btnCookieCloseSettings:hover svg {
  stroke: #06377B;
}

/*	---------------------------------------------------------------------- */

#icontel_cookie_prefernce_popup_ex #cookie_container #cookie_content .tab {
  background: #EBEBEB !important;
}
#icontel_cookie_prefernce_popup_ex #cookie_container #cookie_content .tab .tablinks {
  background: #EBEBEB !important;
  border-bottom: 1px solid #FFFFFF;
  color: #282828;
  font-family: "Akkurat", sans-serif;
  font-size: 1em;
  overflow: hidden;
  padding: 1em;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
      -ms-border-radius: 0;
       -o-border-radius: 0;
          border-radius: 0;
}
#icontel_cookie_prefernce_popup_ex #cookie_container #cookie_content .tab .tablinks:hover {
  background: rgba(255,255,255,0.5) !important;
}
#icontel_cookie_prefernce_popup_ex #cookie_container #cookie_content .tab .tablinks.active {
  background: #FFFFFF !important;
  color: #0588CB;
  font-family: "Akkurat-Bold", sans-serif;
  font-weight: 400;
}
/*	---------- */
#icontel_cookie_prefernce_popup_ex #cookie_container #cookie_content .tabcontent {
  border: none;
  box-sizing: border-box;
  padding: 1em;
}
#icontel_cookie_prefernce_popup_ex #cookie_container #cookie_content .tabcontent .bigger {
  font-size: 1.25em !important;
  margin: 0;
}
/*	---------- */
#icontel_cookie_prefernce_popup_ex #cookie_container #cookie_content .tabcontent .bigger strong {
  color: #0588CB;
  font-family: "Akkurat-Bold", sans-serif;
  font-size: 1em !important;
  font-weight: 400;
}
#icontel_cookie_prefernce_popup_ex #cookie_container #cookie_content .tabcontent .always-active {
  color: #8B989B !important;
  font-family: "Akkurat-Bold", sans-serif;
  font-weight: 400;
}
/*	---------- */
#icontel_cookie_prefernce_popup_ex #cookie_container #cookie_content .tabcontent fieldset {
  border: none;
  margin: -3px 0 0 0;
  padding: 0;
  right: 55px;
}
#icontel_cookie_prefernce_popup_ex #cookie_container #cookie_content .tabcontent fieldset .switcher {
  font-size: 1em !important;
}
#icontel_cookie_prefernce_popup_ex #cookie_container #cookie_content .tabcontent fieldset .switcher label {
  background: #E9586D !important;
  color: #8B989B !important;
  font-family: "Akkurat-Bold", sans-serif;
  font-weight: 400;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
      -ms-border-radius: 3px;
       -o-border-radius: 3px;
          border-radius: 3px;
}
#icontel_cookie_prefernce_popup_ex #cookie_container #cookie_content .tabcontent fieldset .switcher input:checked+label {
  background: #6ED7A5 !important;
}
#icontel_cookie_prefernce_popup_ex #cookie_container #cookie_content .tabcontent fieldset label:after,
#icontel_cookie_prefernce_popup_ex #cookie_container #cookie_content .tabcontent fieldset input:checked+label:after {
  background: #FFFFFF;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
      -ms-border-radius: 3px;
       -o-border-radius: 3px;
          border-radius: 3px;
}
/*	---------- */
#icontel_cookie_prefernce_popup_ex #cookie_container #cookie_content .tabcontent .description {
    font-size: 1em !important;
    line-height: 20px;
    margin: 1em 0;
}
#icontel_cookie_prefernce_popup_ex #cookie_container #cookie_content .tabcontent a {
  color: #0588CB !important;
  font-family: "Akkurat-Bold", sans-serif;
  font-weight: 400;
}
#icontel_cookie_prefernce_popup_ex #cookie_container #cookie_content .tabcontent a:hover {
  color: #06377B !important;
}
/*	---------- */
#icontel_cookie_prefernce_popup_ex #cookie_container #cookie_content .tabcontent ul.one-list {
  margin: 0 0 1em 0;
  width: 100%;
}
#icontel_cookie_prefernce_popup_ex #cookie_container #cookie_content .tabcontent ul.one-list li {
  font-size: 1em !important;
  line-height: 20px;
}
#icontel_cookie_prefernce_popup_ex #cookie_container #cookie_content .tabcontent ul.one-list li:first-of-type {
  border-bottom: none;
  margin-bottom: 0.25em;
}
#icontel_cookie_prefernce_popup_ex #cookie_container #cookie_content .tabcontent ul.one-list li strong {
  color: #0588CB;
  font-family: "Akkurat-Bold", sans-serif;
  font-weight: 400;
}

/*	---------------------------------------------------------------------- */

#icontel_cookie_prefernce_popup_ex #cookie_container #cookie_content #action_bar {
  height: auto;
  margin: 0.5em 1em;
}
#icontel_cookie_prefernce_popup_ex #cookie_container #cookie_content #action_bar input[type=button] {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  color: #0588CB;
  display: inline-block;
  font-family: "Akkurat-Bold", sans-serif;
  font-size: 1em;
  font-weight: 400;
  height: auto;
  line-height: normal;
  min-width: 6em;
  padding: 0.75em 1.25em;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
      -ms-border-radius: 3px;
       -o-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: all 200ms linear;
     -moz-transition: all 200ms linear;
      -ms-transition: all 200ms linear;
       -o-transition: all 200ms linear;
          transition: all 200ms linear;
}
#icontel_cookie_prefernce_popup_ex #cookie_container #cookie_content #action_bar input[type=button]#btnCookieCancel {
  background: none;
  border-color: #FFFFFF;
  color: #FFFFFF;
}
#icontel_cookie_prefernce_popup_ex #cookie_container #cookie_content #action_bar input[type=button]:hover {
  background: #06377B !important;
  border-color: #06377B !important;
  color: #FFFFFF;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

/*	-------------------------------------------------------------------------------------------------------------------------------------------- */

@media (max-width: 1024px) {
#icontel_cookie_prefernce_popup.icontel-cookie-overlay {
  padding: 1em;
}
#icontel_cookie_prefernce_popup.icontel-cookie-overlay a#btnCookieClose {
  right: 1em;
  top: 1.25em;
}
#icontel_cookie_prefernce_popup.icontel-cookie-overlay .texts {
  width: 69%;
}
#icontel_cookie_prefernce_popup.icontel-cookie-overlay .icontel-toolbar {
  margin: 0;
  padding-right: 3em;
  width: 26%;
}
#icontel_cookie_prefernce_popup.icontel-cookie-overlay .icontel-toolbar input[type=button] {
  display: block;
  margin: 0;
  padding: 0.75em 1em;
  width: 100%;
}
#icontel_cookie_prefernce_popup.icontel-cookie-overlay .icontel-toolbar input[type=button]:first-of-type {
  margin-bottom: 0.5em;
}

}


@media (max-width: 768px) {
#icontel_cookie_prefernce_popup.icontel-cookie-overlay a#btnCookieClose {
  height: 1.5em;
  width: 1.5em;
}
#icontel_cookie_prefernce_popup.icontel-cookie-overlay a#btnCookieClose:before {
  font-size: 1.25em;
}
#icontel_cookie_prefernce_popup.icontel-cookie-overlay .texts {
  width: 60%;
}
#icontel_cookie_prefernce_popup.icontel-cookie-overlay .icontel-toolbar {
  padding-right: 2.5em;
  width: 39%;
}
#icontel_cookie_prefernce_popup.icontel-cookie-overlay .icontel-toolbar input[type=button] {
  padding: 0.75em;
}

/*	---------------------------------------------------------------------- */

#icontel_cookie_prefernce_popup_ex {
  font-size: 13px;
  left: 4% !important;
  line-height: 18px;
  width: 92%;
}
#icontel_cookie_prefernce_popup_ex #cookie_container {
  width: 100%;
}
#icontel_cookie_prefernce_popup_ex #cookie_container #cookie_content .tabcontent {
  width: 70%;
}

}


@media (max-width: 480px) {
#icontel_cookie_prefernce_popup.icontel-cookie-overlay .texts,
#icontel_cookie_prefernce_popup.icontel-cookie-overlay .icontel-toolbar {
  display: block;
  float: none;
  padding-right: 2.5em;
  width: 100%;
  box-sizing: border-box;
}
#icontel_cookie_prefernce_popup.icontel-cookie-overlay .icontel-toolbar input[type=button] {
  display: block;
  float: left;
  margin: 1em 0 0 0;
  width: 48%;
}
#icontel_cookie_prefernce_popup.icontel-cookie-overlay .icontel-toolbar input[type=button]:first-of-type {
  margin-bottom: 0;
  margin-right: 4%;
}




}