/*
    common css for all web application views
*/
/*
========================================================================================
    LESS Mixins
========================================================================================
*/
/* transitions */
/* transforms */
/* box-sizing */
.border_box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* border-radius */
/* background-size */
/* gradients */
/* grid system */
/* multi-column content */
/* disable text selection */
.disable-text-selection {
  -webkit-user-select: none;
  /* Chrome all / Safari all */

  -moz-user-select: none;
  /* Firefox all */

  -ms-user-select: none;
  /* IE 10+ */

  user-select: none;
  /* Future standardized version (not used yet) */

}
/* Simple Reset */
body,
div,
table,
td,
th,
img {
  position: relative;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 100%;
}
h1,
h2,
h3,
h4,
h5,
p,
fieldset,
legend {
  position: relative;
  font-size: 100%;
}
ul,
li {
  font-weight: normal;
}
/* html5 elements */
article,
footer,
header,
nav,
section,
aside {
  display: block;
  position: relative;
}
/* color definitions */
/* standard breakpoints */
/* phone */
/* small tablet */
/* tablet */
/* small desktop */
/* standard desktop */
/* large desktop */
@font-face {
  font-family: 'ih-icons';
  src: url('/fonts/icomoon.eot?-uagbaa');
  src: url('/fonts/icomoon.eot?#iefix-uagbaa') format('embedded-opentype'), url('/fonts/icomoon.woff?-uagbaa') format('woff'), url('/fonts/icomoon.ttf?-uagbaa') format('truetype'), url('/fonts/icomoon.svg?-uagbaa#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="ih-icon-"],
[class*=" ih-icon-"] {
  font-family: 'ih-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ih-icon-wand-left:before {
  content: "\e63c";
}
.ih-icon-wand-right:before {
  content: "\e63e";
}
.ih-icon-steering-wheel:before {
  content: "\e63b";
}
.ih-icon-magic:before {
  content: "\f0d0";
}
.ih-icon-dashboard:before {
  content: "\f0e4";
}
.ih-icon-angle-double-left:before {
  content: "\f100";
}
.ih-icon-angle-double-right:before {
  content: "\f101";
}
.ih-icon-angle-double-up:before {
  content: "\f102";
}
.ih-icon-angle-double-down:before {
  content: "\f103";
}
.ih-icon-angle-left:before {
  content: "\f104";
}
.ih-icon-angle-right:before {
  content: "\f105";
}
.ih-icon-angle-up:before {
  content: "\f106";
}
.ih-icon-angle-down:before {
  content: "\f107";
}
.ih-icon-bars:before {
  content: "\e63d";
}
.ih-icon-image:before {
  content: "\e63a";
}
.ih-icon-folder-open:before {
  content: "\e600";
}
.ih-icon-tag:before {
  content: "\e601";
}
.ih-icon-qrcode:before {
  content: "\e602";
}
.ih-icon-credit:before {
  content: "\e603";
}
.ih-icon-phone:before {
  content: "\e604";
}
.ih-icon-location:before {
  content: "\e605";
}
.ih-icon-alarm:before {
  content: "\e606";
}
.ih-icon-bubbles:before {
  content: "\e607";
}
.ih-icon-user:before {
  content: "\e608";
}
.ih-icon-users:before {
  content: "\e609";
}
.ih-icon-search:before {
  content: "\e60a";
}
.ih-icon-equalizer:before {
  content: "\e60b";
}
.ih-icon-cog:before {
  content: "\e60c";
}
.ih-icon-bug:before {
  content: "\e60d";
}
.ih-icon-switch:before {
  content: "\e62d";
}
.ih-icon-attachment:before {
  content: "\e60e";
}
.ih-icon-eye:before {
  content: "\e60f";
}
.ih-icon-eye-blocked:before {
  content: "\e610";
}
.ih-icon-bookmark:before {
  content: "\e62e";
}
.ih-icon-star:before {
  content: "\e611";
}
.ih-icon-star2:before {
  content: "\e612";
}
.ih-icon-star3:before {
  content: "\e613";
}
.ih-icon-warning:before {
  content: "\e62f";
}
.ih-icon-notification:before {
  content: "\e630";
}
.ih-icon-question:before {
  content: "\e631";
}
.ih-icon-info:before {
  content: "\e632";
}
.ih-icon-info2:before {
  content: "\e633";
}
.ih-icon-blocked:before {
  content: "\e634";
}
.ih-icon-cancel-circle:before {
  content: "\e635";
}
.ih-icon-checkmark-circle:before {
  content: "\e636";
}
.ih-icon-spam:before {
  content: "\e637";
}
.ih-icon-close:before {
  content: "\e614";
}
.ih-icon-checkmark:before {
  content: "\e638";
}
.ih-icon-play:before {
  content: "\e615";
}
.ih-icon-pause:before {
  content: "\e616";
}
.ih-icon-stop:before {
  content: "\e617";
}
.ih-icon-backward:before {
  content: "\e618";
}
.ih-icon-forward:before {
  content: "\e619";
}
.ih-icon-first:before {
  content: "\e61a";
}
.ih-icon-last:before {
  content: "\e61b";
}
.ih-icon-volume-high:before {
  content: "\e61c";
}
.ih-icon-volume-medium:before {
  content: "\e61d";
}
.ih-icon-volume-low:before {
  content: "\e61e";
}
.ih-icon-volume-mute:before {
  content: "\e61f";
}
.ih-icon-volume-mute2:before {
  content: "\e620";
}
.ih-icon-volume-increase:before {
  content: "\e621";
}
.ih-icon-volume-decrease:before {
  content: "\e622";
}
.ih-icon-loop:before {
  content: "\e623";
}
.ih-icon-crop:before {
  content: "\e624";
}
.ih-icon-filter:before {
  content: "\e625";
}
.ih-icon-console:before {
  content: "\e626";
}
.ih-icon-share:before {
  content: "\e627";
}
.ih-icon-googleplus:before {
  content: "\e628";
}
.ih-icon-google-drive:before {
  content: "\e629";
}
.ih-icon-facebook:before {
  content: "\e62a";
}
.ih-icon-twitter:before {
  content: "\e62b";
}
.ih-icon-feed:before {
  content: "\e639";
}
.ih-icon-youtube:before {
  content: "\e62c";
}
/*
    _modals: styles for modal dialogs like alert, confirm, prompt, etc.
*/
/*
@import (reference) "_mixins.less";
@import (reference) "_breakpoints.less";
*/
body.has_open_modal {
  overflow: hidden;
}
.ih_modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9011;
  /* calculate this? */

  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  font-family: Helevetica, Arial, sans-serif;
  font-size: 16px;
  color: #666;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.ih_modal.open {
  visibility: visible;
  opacity: 1;
}
.ih_modal_dialog {
  position: relative;
  width: auto;
  padding: 10px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-transform: translate(0, -25%);
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media all and (min-width: 768px) {
  .ih_modal_dialog {
    right: auto;
    left: 50%;
    width: 600px;
    padding-top: 100px;
    padding-bottom: 30px;
    margin-left: -300px;
  }
}
.ie8 .ih_modal_dialog {
  right: auto;
  left: 50%;
  width: 600px;
  padding-top: 100px;
  padding-bottom: 30px;
  margin-left: -300px;
}
.ih_modal.open .ih_modal_dialog {
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.ih_modal_content {
  position: relative;
  border-radius: 5px;
  text-align: left;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  outline: 0;
  background-clip: padding-box;
}
.ih_modal_header {
  padding: 24px 24px 0 24px;
  border-radius: 5px 5px 0 0;
}
h4.ih_modal_title {
  display: block;
  font-family: 'Roboto', Arial, sans-serif;
  padding: 0;
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
}
.ih_modal_body {
  padding: 24px 36px 24px 24px;
}
.with_title .ih_modal_body {
  padding-top: 12px;
}
.ih_modal_close_x {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  font-size: 20px;
  font-weight: bold;
  color: #bbb;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
}
.ih_modal_close_x:hover {
  color: #666;
}
.ih_modal_footer {
  padding: 10px 10px 0 10px;
  border-top: 1px solid #efefef;
  text-align: right;
}
.ih_modal_button {
  display: inline-block;
  width: 100%;
  padding: 0;
  padding-bottom: 3px;
  margin: 0 0 10px 0;
  border: 0;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: visible;
  /* removes extra side padding in IE7 */

  outline: none;
  text-decoration: none;
  background-color: #666;
  cursor: pointer;
  box-shadow: 0px 4px 6px rgba(100, 100, 100, 0.33);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
@media (min-width: 481px) {
  .ih_modal_button {
    width: auto;
    margin-left: 6px;
  }
}
.ie8 .ih_modal_button {
  width: auto;
  margin-left: 6px;
}
.ih_modal_button > span {
  display: block;
  width: auto;
  height: 40px;
  padding: 0 12px;
  margin: 0;
  border: 0;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 40px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  background-color: #7b7b7b;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
@media (min-width: 481px) {
  .ih_modal_button > span {
    padding: 0 24px;
  }
}
.ie8 .ih_modal_button > span {
  padding: 0 24px;
}
/* cleanup */
/* prevent collision with anchor styles */
a.ih_modal_button:link,
a.ih_modal_button:visited {
  text-decoration: none;
  color: #ffffff;
}
/* remove extra padding in Firefox */
.ih_modal_button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* hover state */
.ih_modal_button:hover,
a.ih_modal_button:hover {
  text-decoration: none;
}
/* focus state */
.ih_modal_button:focus {
  box-shadow: 0 0 5px #008fff;
}
/* button type/color variations */
.ih_modal_button_primary {
  background-color: #0086C5;
}
.ih_modal_button_primary > span {
  background-color: #00ACFD;
}
.ih_modal_button_cancel {
  background-color: #777;
}
.ih_modal_button_cancel > span {
  background-color: #999;
}
.ih_modal_input_text {
  width: 100%;
  height: 36px;
  padding: 4px 8px;
  margin: 6px 0;
  border: 1px solid #aaa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
  background-color: #f9f9f9;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
}
@media (min-width: 481px) {
  .ih_modal_input_text {
    max-width: 300px;
  }
}
.ie8 .ih_modal_input_text {
  max-width: 300px;
}
.ih_modal_input_text:focus {
  border: 1px solid #008fff;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2), 0 0 5px #008fff;
}
.ih_modal_mask,
.ih_page_mask,
.ih_white_page_mask,
.ih_invisible_page_mask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9010;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  visibility: hidden;
  background-color: #000;
  background-color: #444;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.ih_white_page_mask {
  background-color: #fff;
}
.ih_white_page_mask {
  background-color: transparent;
}
.ih_modal_mask.open,
.ih_page_mask.ih_page_mask_open,
.ih_white_page_mask.ih_white_page_mask_open {
  visibility: visible;
  opacity: 0.5;
}
/* IE8 does not support opacity */
.ih_modal_mask.open,
.ih_page_mask.ih_page_mask_open,
.ih_white_page_mask.ih_white_page_mask_open {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.ih_tooltip_anchor {
  position: absolute;
  z-index: 2;
}
.ih_tooltip {
  position: absolute;
  width: 284px;
  min-height: 14px;
  padding: 0;
  margin: 0;
  border: 2px solid #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1em;
  color: #666;
  background-color: #ffffff;
  cursor: default;
}
.ih_tooltip_content {
  padding: 10px;
}
.top_left .ih_tooltip {
  bottom: 3px;
  left: 0;
}
.top_center .ih_tooltip {
  bottom: 3px;
  left: -142px;
}
.top_right .ih_tooltip {
  bottom: 3px;
  right: 0;
}
.right_top .ih_tooltip {
  top: 0;
  left: 3px;
}
.right_center .ih_tooltip {
  top: 50%;
  left: 3px;
}
.right_bottom .ih_tooltip {
  bottom: 0;
  left: 3px;
}
.bottom_left .ih_tooltip {
  top: 3px;
  left: 0;
}
.bottom_center .ih_tooltip {
  top: 3px;
  left: -142px;
}
.bottom_right .ih_tooltip {
  top: 3px;
  right: 0;
}
.left_top .ih_tooltip {
  top: 0;
  right: 3px;
}
.left_center .ih_tooltip {
  top: 50%;
  right: 3px;
}
.left_bottom .ih_tooltip {
  bottom: 0;
  right: 3px;
}
.ih_tooltip:before,
.ih_tooltip:after {
  content: " ";
  position: absolute;
  height: 0;
  width: 0;
  border: solid transparent;
  pointer-events: none;
}
.ih_tooltip:before {
  border-width: 13px;
}
.ih_tooltip:after {
  border-width: 10px;
}
.top_left .ih_tooltip:before {
  top: 100%;
  left: 0;
  border-top-color: #cccccc;
  margin-left: 4px;
}
.top_left .ih_tooltip:after {
  top: 100%;
  left: 0;
  border-top-color: #ffffff;
  margin-left: 7px;
}
.top_center .ih_tooltip:before {
  top: 100%;
  left: 50%;
  border-top-color: #cccccc;
  margin-left: -13px;
}
.top_center .ih_tooltip:after {
  top: 100%;
  left: 50%;
  border-top-color: #ffffff;
  margin-left: -10px;
}
.top_right .ih_tooltip:before {
  top: 100%;
  right: 0;
  border-top-color: #cccccc;
  margin-right: 4px;
}
.top_right .ih_tooltip:after {
  top: 100%;
  right: 0;
  border-top-color: #ffffff;
  margin-right: 7px;
}
.right_top .ih_tooltip:before,
.right_center .ih_tooltip:before {
  top: 0;
  right: 100%;
  border-right-color: #cccccc;
  margin-top: 4px;
}
.right_top .ih_tooltip:after,
.right_center .ih_tooltip:after {
  top: 0;
  right: 100%;
  border-right-color: #ffffff;
  margin-top: 7px;
}
.right_bottom .ih_tooltip:before {
  bottom: 0;
  right: 100%;
  border-right-color: #cccccc;
  margin-bottom: 4px;
}
.right_bottom .ih_tooltip:after {
  bottom: 0;
  right: 100%;
  border-right-color: #ffffff;
  margin-bottom: 7px;
}
.bottom_left .ih_tooltip:before {
  bottom: 100%;
  left: 0;
  border-bottom-color: #cccccc;
  margin-left: 4px;
}
.bottom_left .ih_tooltip:after {
  bottom: 100%;
  left: 0;
  border-bottom-color: #ffffff;
  margin-left: 7px;
}
.bottom_center .ih_tooltip:before {
  bottom: 100%;
  left: 50%;
  border-bottom-color: #cccccc;
  margin-left: -13px;
}
.bottom_center .ih_tooltip:after {
  bottom: 100%;
  left: 50%;
  border-bottom-color: #ffffff;
  margin-left: -10px;
}
.bottom_right .ih_tooltip:before {
  bottom: 100%;
  right: 0;
  border-bottom-color: #cccccc;
  margin-right: 4px;
}
.bottom_right .ih_tooltip:after {
  bottom: 100%;
  right: 0;
  border-bottom-color: #ffffff;
  margin-right: 7px;
}
.left_top .ih_tooltip:before,
.left_center .ih_tooltip:before {
  top: 0;
  left: 100%;
  border-left-color: #cccccc;
  margin-top: 4px;
}
.left_top .ih_tooltip:after,
.left_center .ih_tooltip:after {
  top: 0;
  left: 100%;
  border-left-color: #ffffff;
  margin-top: 7px;
}
.left_bottom .ih_tooltip:before {
  bottom: 0;
  left: 100%;
  border-left-color: #cccccc;
  margin-bottom: 4px;
}
.left_bottom .ih_tooltip:after {
  bottom: 0;
  left: 100%;
  border-left-color: #ffffff;
  margin-bottom: 7px;
}
