/**
 *
 * Copyright © 2017 Easymeeting AS. All rights reserved.
 * 
 * This software is produced by Easymeeting AS. 
 * Unauthorized redistribution, reproduction, or usage of 
 * this software in whole or in part without the express 
 * written consent of Easymeeting AS is strictly prohibited.
 */
.div25 {
  width: 25px;
  display: inline-block;
}

.div30 {
  width: 30px;
  display: inline-block;
}

.div35 {
  width: 35px;
  display: inline-block;
}

.div40 {
  width: 40px;
  display: inline-block;
}

.div45 {
  width: 45px;
  display: inline-block;
}

.div50 {
  width: 50px;
  display: inline-block;
}

.div55 {
  width: 55px;
  display: inline-block;
}

.div60 {
  width: 60px;
  display: inline-block;
}

.div65 {
  width: 65px;
  display: inline-block;
}

.div70 {
  width: 70px;
  display: inline-block;
}

.div75 {
  width: 75px;
  display: inline-block;
}

.div115 {
  width: 115px;
  display: inline-block;
}

.div125 {
  width: 125px;
  display: inline-block;
}

.div135 {
  width: 135px;
  display: inline-block;
}

.div145 {
  width: 145px;
  display: inline-block;
}

.div175 {
  width: 175px;
  display: inline-block;
}

.div200 {
  width: 200px;
  display: inline-block;
}

.divfw {
  width: 100%;
}

.divhw {
  width: 50%;
}

.txt5 {
  font-size: 5px;
}

.txt10 {
  font-size: 10px;
}

.txt12 {
  font-size: 12px;
}

.txt13 {
  font-size: 13px;
}

.txt14 {
  font-size: 14px;
}

.txt15 {
  font-size: 15px;
}

.txt16 {
  font-size: 16px;
}

.txt17 {
  font-size: 17px;
}

.txt18 {
  font-size: 18px;
}

.txt20 {
  font-size: 20px;
}

.txt22 {
  font-size: 22px;
}

.txt24 {
  font-size: 24px;
}

.txt25 {
  font-size: 25px;
}

.txt26 {
  font-size: 26px;
}

.txt30 {
  font-size: 30px;
}

.pointer {
  cursor: pointer;
}

.autoFit {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
}

.popoverContentContainer {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  /*	height: 130px; */
}

#optionMenu,
.optionView {
  width: 100%;
  /*  position: absolute;
        top: 0;
        left: 0; */
}

#optionMenu button,
#optionMenu a {
  width: 100%;
  margin: 5px 0;
}

.optionView button {
  float: left;
}

.optionView p {
  color: #777;
  float: left;
  width: 100%;
  padding: 10px 0 0 0;
}

.optionView a {
  float: left;
}

.popover {
  width: 200px;
}

.popover-inner {
  position: relative;
}

.popover-title {
  text-align: center;
  color: #555;
}

/* ---------------- */
.absolute {
  position: absolute !important;
}

.relative {
  position: relative;
}

.fixed {
  position: fixed;
}

.hidden {
  display: none;
}

.overflow-h {
  overflow: hidden;
}

.fullH {
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
}

.bottom {
  position: absolute !important;
  bottom: 0;
  left: 0;
}

.floatR {
  right: 0;
}

.floatL {
  left: 0;
}

.center {
  margin: 0 auto;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.chevron {
  width: 45px;
  font-size: 26px !important;
  line-height: 40px;
  color: #bbb;
  text-align: center;
}

/*
.chevron {
    font-size: 26px !important;
    line-height: 40px;
    color: #BBB;
}
*/
.icons {
  font-size: 22px !important;
}

.btm-tab {
  width: 100%;
}

.border-right {
  border-right: 1px solid #dddddd;
}

.profileStatus {
  position: absolute;
  top: 38px;
  left: 38px;
  width: 15px;
  height: 15px;
  padding: 2px;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  border-radius: 50%;
  background-color: #f3f3f3;
}

.contactStatus {
  position: absolute;
  margin-top: 25px;
  margin-left: -10px;
  width: 15px;
  height: 15px;
  padding: 2px;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
}
/*
.online {
    color: #5AC10B;
}

.busy {
    color: #F1622C;
}

.offline {
    color: #C3C3C3;
}

.useronline {
    font-size: 12px;
    color: #4AA009;
}

.userbusy {
    font-size: 12px;
    color: #F12C00;
}

.useroffline {
    font-size: 12px;
    color: #C3C3C3;
}
*/
.bold {
  font-weight: bold;
}

/* ---------------- Colours ----------------- */
/*
.green {
    color: #4CAF50;
}

.red {
    color: #F44336;
}

.orange {
    color: #ff7d00;
}

.blue {
    color: #4E81BA;
}

.pink {
    color: #E91E63;
}

.purple {
    color: #9C27B0;
}

.yellow {
    color: #FFEB3B;
}

.gold {
    color: #ffc000;
}

.grey {
    color: #9E9E9E;
}

.blue-grey {
    color: #607D8B;
}

.black {
    color: #000000;
}

.white {
    color: #ffffff;
}

.brown {
    color: #66310b;
}

.bgWhite {
    background: #ffffff !important;
}
*/
/* --------------- Margin-Padding --------------- */
.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.margin-top-2 {
  margin-top: 2px !important;
}

.margin-top-3 {
  margin-top: 3px !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-35 {
  margin-top: 35px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-top-45 {
  margin-top: 45px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-bottom-2 {
  margin-bottom: 2px !important;
}

.margin-bottom-3 {
  margin-bottom: 3px !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-35 {
  margin-bottom: 35px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-right-5 {
  margin-right: 5px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-right-15 {
  margin-right: 15px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-right-25 {
  margin-right: 25px !important;
}

.margin-left-1 {
  margin-left: 1px !important;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-left-15 {
  margin-left: 15px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-left-25 {
  margin-left: 25px !important;
}

.padding-5 {
  padding: 5px;
}

.padding-8 {
  padding: 8px;
}

.padding-10 {
  padding: 10px;
}

.padding-15 {
  padding: 15px;
}

.padding-20 {
  padding: 20px;
}

.padding-25 {
  padding: 25px;
}

.padding-top-5 {
  padding-top: 5px;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-top-15 {
  padding-top: 15px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-25 {
  padding-top: 25px;
}

.padding-right-5 {
  padding-right: 5px;
}

.padding-right-10 {
  padding-right: 10px;
}

.padding-right-15 {
  padding-right: 15px;
}

.padding-right-20 {
  padding-right: 20px;
}

.padding-right-25 {
  padding-right: 25px;
}

.padding-right-30 {
  padding-right: 30px;
}

.padding-right-35 {
  padding-right: 35px;
}

.padding-right-40 {
  padding-right: 40px;
}

.padding-bottom-5 {
  padding-bottom: 5px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-bottom-15 {
  padding-bottom: 15px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-bottom-25 {
  padding-bottom: 25px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-bottom-35 {
  padding-bottom: 35px;
}

.padding-left-5 {
  padding-left: 5px;
}

.padding-left-10 {
  padding-left: 10px;
}

.padding-left-15 {
  padding-left: 15px;
}

.padding-left-20 {
  padding-left: 20px;
}

.padding-left-25 {
  padding-left: 25px;
}

.padding-left-30 {
  padding-left: 30px;
}

.padding-left-35 {
  padding-left: 35px;
}

.padding-left-40 {
  padding-left: 40px;
}

.padding-topbottom-10 {
  padding: 10px 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.no-border {
  border: 0 !important;
}

.no-border-top {
  border-top: 0 !important;
}

.no-border-bottom {
  border-bottom: 0 !important;
}

.no-border-left {
  border-left: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.no-border-right {
  border-right: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.no-border-right-left {
  border-right: 0;
  border-left: 0;
}

.underline {
  text-decoration: underline;
}

/* ----------------- Check Box & Radio Buttons ----------------- */
/*
.profileDetail .checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 5px !important;
    margin-bottom: 0 !important;
}
.addParti.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 5px !important;
    margin-bottom: 0 !important;
}
*/
/*
.checkbox {
	padding-left: 20px;
    margin-top: 12px !important;
	margin-left: 10px !important;
	}
  .checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
	outline:0;
	}
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #4E81BA; }
  .checkbox input[type="checkbox"],
  .checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1; }
    .checkbox input[type="checkbox"]:focus + label::before,
    .checkbox input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after,
    .checkbox input[type="radio"]:checked + label::after {
      font-family: "FontAwesome";
      content: "\f00c"; }
    .checkbox input[type="checkbox"]:disabled + label,
    .checkbox input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before,
      .checkbox input[type="radio"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.radio {
  padding-left: 20px; }
  .radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px; }
    .radio label::before {
        content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
    .radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 3px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #4E81BA;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .radio input[type="radio"] {
    opacity: 0;
    z-index: 1; }
    .radio input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .radio input[type="radio"]:checked + label::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
    .radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
  .radio.radio-inline {
    margin-top: 0; }

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c"; }
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff; }
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff; }
.chk-all{
	margin-left:15px !important;
}
*/
/* -------- */
.list-group {
  padding-left: 0;
  margin-bottom: 0 !important;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  background: #0091ea;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
  width: 25%;
  text-align: center;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 0 !important;
  background-color: transparent !important;
  color: #a8d9f7 !important;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  color: #ffffff !important;
  background-color: transparent !important;
  border: 0 !important;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  color: #ffffff !important;
  border: 0 !important;
}

.tabs-below > .nav > li > a {
  position: relative;
  display: block;
  font-size: 13px !important;
  padding: 8px 15px 5px 15px !important;
}

.tab-contact > li > a {
  position: relative;
  display: block;
  font-size: 16px !important;
  text-decoration: none;
  padding: 5px 15px 4px 0 !important;
  color: #333333;
}

.tab-contact > li:hover {
  background-color: #f5f5f5;
}

.tab-contact > li {
  /*    padding: 0 !important;
        line-height: 40px;
    */
  border-right: 0;
  border-left: 0;
  cursor: pointer;
}

.tab-contact .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0 !important;
}

.tab-contact .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-scroll::-webkit-scrollbar-track {
  background-color: #f6f9fc;
}

.custom-scroll::-webkit-scrollbar {
  width: 6px;
  background-color: #f6f9fc;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background-color: #d1d6dc;
}

.popover.bottom {
  margin-top: 10px;
  position: absolute !important;
  bottom: initial !important;
}

.arrow-right {
  position: absolute;
  width: 0;
  height: 0;
  right: -10px;
  top: 10px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #e2f2fd;
}

.arrow-left {
  position: absolute;
  width: 0;
  height: 0;
  left: -10px;
  top: 10px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10px solid #efefef;
}
.box-full-bound {
  width: 100%;
  height: 100%;
}
.box-vertical-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
