  html,
  body {
    height: 100%;
    font-size: 100%;
  }
  body {
    /*background-image: url("../img/bg.png");*/
      background:#f2f2f2;
    color: #222222;
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    position: relative;
    cursor: auto;
  }
  
  a:hover {
    cursor: pointer;
    text-decoration: none;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .left {
    float: left !important;
  }

  .right {
    float: right !important;
  }

  .clearfix:before,
  .clearfix:after {
    content: " ";
    display: table;
  }

  .clearfix:after {
    clear: both;
  }

  .hide {
    display: none;
  }

  article,
  body,
  div,
  figcaption,
  figure,
  form,
  h1,
  h2,
  h3,
  h4,
  html,
  img,
  label,
  li,
  nav,
  p,
  span,
  strong,
  ul {
    font-size: 100%;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
  }

  a {
    text-decoration: none;
  }

  ul {
    list-style-type: none;
  }

  #content {
    width: 100%;
    height: 100%;
    padding-top: 46px;
    overflow: auto;
  }

  .button {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    display: inline-block;
    padding: 4px 12px;
    color: #333333;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #cccccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    cursor: pointer;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #7dafc5;
    border-color: #4f879f;
    transition: background-color 300ms ease-out;
  }

  .button:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
  }

  button:hover,
  button:focus,
  .button:hover,
  .button:focus {
    background-color: #4f879f;
  }

  button:hover,
  button:focus,
  .button:hover,
  .button:focus {
    color: white;
  }

  button.success,
  .button.success {
    background-color: #5da423;
    border-color: #4a831c;
    color: white;
  }

  button.success:hover,
  button.success:focus,
  .button.success:hover,
  .button.success:focus {
    background-color: #4a831c;
  }

  button.success:hover,
  button.success:focus,
  .button.success:hover,
  .button.success:focus {
    color: white;
  }

  button.warning,
  .button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
  }

  button.warning:hover,
  button.warning:focus,
  .button.warning:hover,
  .button.warning:focus {
    background-color: #cf6e0e;
  }

  button.warning:hover,
  button.warning:focus,
  .button.warning:hover,
  .button.warning:focus {
    color: white;
  }

  button.alert,
  .button.alert {
    background-color: #c60f13;
    border-color: #9e0c0f;
    color: white;
  }

  button.alert:hover,
  button.alert:focus,
  .button.alert:hover,
  .button.alert:focus {
    background-color: #9e0c0f;
  }

  button.alert:hover,
  button.alert:focus,
  .button.alert:hover,
  .button.alert:focus {
    color: white;
  }

  button.info,
  .button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333;
  }

  button.info:hover,
  button.info:focus,
  .button.info:hover,
  .button.info:focus {
    background-color: #61b6d9;
  }

  button.info:hover,
  button.info:focus,
  .button.info:hover,
  .button.info:focus {
    color: white;
  }

  a.disabled {
    background-color: #c5c5c5;
    border: 1px solid #b5b5b5;
    pointer-events: none;
  }

  .form-container {
    float: left;
    width: 72%;
    padding: 8px 10px;
    color: #333;
    background: #F9F9F9 none;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    margin-left: 1%;
    margin-bottom: 1%;
    margin-top: 1%;
  }

  .form_container {
    float: left;
    width: 509px;
    padding: 8px 10px;
    color: #333;
    background: #F9F9F9 none repeat scroll 0% 0%;
    border-top: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
    margin-left: 32%;
    margin-bottom: 1%;
    margin-top: 8%;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }

  .form-container li {
    float: left;
    width: 100%;
    margin-bottom: 15px;
  }

  .form-container li label {
  /*  float: left;
    width: 30%;*/
  }

  .form-container li span {
    float: left;
    width: 70%;
  }
  .form-container li span input[type=text] {
    width: 80%;
  }

  .popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: url("../img/popup-bg.png");
    overflow: hidden;
    outline: 0;
  }

  .popup-content {
    position: relative;
    left: 20%;
    width: 60%;
    height: 60%;
    background: #fff;
    border: 1px solid #555;
    border-radius: 5px;
    margin-top: 80px;
    overflow: auto;
  }

  .popup-video {
    position: relative;
    left: 10%;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #555;
    border-radius: 5px;
    margin-top: 80px;
    overflow: auto;
  }

  .textbox {
    height: 30px;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    width: 20%;
  }

  .textbox:focus,
  .textbox:hover {
    border-color: #89cff0;
  }

  .icon {
    height: 30px;
    width: 30px;
    background-position: center;
    background-repeat: no-repeat;
  }

  .icon-left {
    width: 97%;
    float: left;
  }

  .icon-list {
    float: left;
    padding: 10px;
  }

  .icon-list a {
    display: block;
    color: #000;
    background: transparent;
    height: 32px;
    line-height: 32px;
    float: left;
    padding-right: 5px;
  }

  .icon-list a i {
    display: inline-block;
    width: 24px;
    font-size: 14px;
    margin-right: 10px;
    text-align: right;
  }

  .icon-list a:hover {
    color: #fff;
    border-radius: 4px;
    background-color: #21b384;
  }

  #browseIcons {
    display: none;
  }

  a.browse-icons {
    padding: 3px;
    border-radius: 3px;
    background-color: #fff;
    color: #000;
  }

  a.browse-icons:hover {
    background-color: #21b384;
    color: #fff;
  }

  #innerContent {
    width: 99.2%;
    background-color: #fff;
    border-radius: 5px;
    overflow: auto;
    padding-bottom: 1%;
    position: fixed;
    bottom: 45px;
    top: 46px;
    margin: 0.4% 0.4%;
    font-size: 14px;
    box-shadow:1px 2px 9px #999;
  }

  ul.list-table {
    font-weight: 11px;
    width: 98%;
    float: left;
    margin: 10px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f5f5f5;
  }

  ul.list-table li:first-child {
    background-color: #56b67d;
    color: #fff;
    /* text-shadow: 0 1px 1px rgba(255, 255, 255, 255, 0.75);*/
    padding: 8px 0px;
  }

  ul.list-table li:first-child:hover {
    background-color: #56b67d;
  }

  ul.list-table li {
    padding: 4px 0px;
    float: left;
    width: 100%;
  }

  ul.list-table li.row-even {
    background-color: #fff;
  }

  ul.list-table li:hover {
    background-color: #e5e5e5;
  }

  ul.list-table li span {
    padding: 0 1%;
    float: left;
  }

  ul.list-table i {
    color: #333;
  }

  ul.list-table i:hover {
    color: #2ca05a;
  }
  .search-area {
    width: 96%;
    margin: 10px 0px;
    padding: 0 2%;
    float: left;
  }

  /* Prmissions module */

  .treeList h4 {
    margin-bottom: 15px;
  }

  .treeList {
    padding: 10px 15px;
    float: left;
  }

  .treeList ul.parent {
    width: 60%;
    margin-left: 0%;
  }

  .treeList ul li {
    float: left;
    width: 100%;
    margin-left: 0;
  }

  .treeList ul li.head {
    width: 100%;
    color: #111;
    border-bottom: 1px solid rgb(0, 0, 0);
    font-weight: bold;
  }

  .treeList ul li.head p {
    padding: 0px 10px;
  }

  .treeList ul li span {
    float: left;
    width: 210px;
  }

  .treeList ul li span i {
    padding-right: 5px;
  }

  .treeList ul li.row span {
    margin-bottom: 8px;
  }

  .treeList ul.parent > li.row {
    width: 100%;
    background: #BCE3EC;
    width: 100%;
    background: rgb(239, 239, 239) none repeat scroll 0% 0%;
    border-bottom: 1px solid rgb(204, 204, 204);
  }

  .treeList ul.parent > li.row p {
    padding: 10px 10px;
  }

  .treeList ul.sub,
  .treeList ul.child {
    display: none;
    width:100%;
  }

  .treeList ul.sub > li {
    background: rgb(247, 247, 247) none repeat scroll 0% 0%;
    border-bottom: 1px solid rgb(224, 224, 224);
  }

  .treeList ul.sub > li span:first-child {
    padding-left: 0px;
    width: 210px;
  }

  .treeList ul.child > li span:first-child {
    padding-left: 18px;
    width: 210px;
  }

  .treeList ul.child > li {
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    border-top: 1px solid rgb(240, 240, 240)
  }

  ::-webkit-scrollbar {
    width: 2px;
  }

  ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #ddd;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }

  .apply-bottom {
    clear: both;
    float: left;
    margin-top: 10px;
  }

  .error_page {
    position: absolute;
    top: 40%;
    left: 33%;
    color: #B60A0A;
    padding: 10px;
    border: 1px solid #ddd;
    width: 34%;
    background: #e9e9e9;
    text-align: center;
  }

  .block-screen {
    position: absolute;
    left: 0px;
    top: 64px;
    bottom: 30px;
    right: 0px;
    overflow: hidden;
    background: url('../img/pop_bg.png');
    display: none;
  }

  .onoffswitch {
    position: relative;
    width: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
  .onoffswitch-checkbox {
    display: none;
  }

  .onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 13px;
    padding: 0;
    line-height: 13px;
    border: 0px solid #FFFFFF;
    border-radius: 20px;
    background-color: #E34242;
  }

  .onoffswitch-label:before {
    content: "";
    display: block;
    width: 20px;
    margin: -3.5px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13px;
    border-radius: 20px;
    box-shadow: 0 6px 12px 0px #757575;
  }

  .onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #38B53E;
  }

  .onoffswitch-checkbox:checked + .onoffswitch-label,
  .onoffswitch-checkbox:checked + .onoffswitch-label:before {
    border-color: #38B53E;
  }

  .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
  }

  .onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px;
    background-color: #FFFFFF;
    box-shadow: 3px 6px 18px 0px rgba(0, 0, 0, 0.2);
  }

  .float-center-loader {
    left: 50%;
    position: absolute;
    margin-left: -64px;
    top: 50%;
    margin-top: -96px;
    z-index: 999;
  }

  .float-center-loader span {
    left: 25px;
    position: absolute;
    top: 128px;
  }

  .float-center {
    left: 50%;
    position: absolute;
    width: 30%;
    margin-left: -15%;
    top: 50%;
    margin-top: -15%;
    z-index: 999;
    -webkit-box-shadow: 7px 6px 13px -1px rgba(166, 166, 166, 1);
    -moz-box-shadow: 7px 6px 13px -1px rgba(166, 166, 166, 1);
    box-shadow: 7px 6px 13px -1px rgba(166, 166, 166, 1);
    border: 1px solid #999;
    background: #fff;
    font-size: 13px;
  }

  .pop-msg-title {
    background: #cedce7;
    /* Old browsers */
    background: -moz-linear-gradient(top, #cedce7 0%, #596a72 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cedce7), color-stop(100%, #596a72));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cedce7 0%, #596a72 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cedce7 0%, #596a72 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cedce7 0%, #596a72 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #cedce7 0%, #596a72 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72', GradientType=0);
    /* IE6-9 */
    padding: 7px;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }

  .pop-msg-msg {
    margin: 15px;
  }

  .pop-msg-msg span:nth-child(1) {
    font-size: 36px;
  }

  .pop-msg-msg span:nth-child(2) {
    float: left;
    width: 85%;
    margin-left: 10px;
    margin-top: 7px;
  }

  .pop-msg-footer {
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
    /* IE6-9 */
    padding: 7px;
  }

  .required:after {
    color: #e32;
    content: ' *';
    display: inline;
  }

  .alert-msg {
    display: none;
    color: #F40D0D;
  }

  .radio-left {
    margin: 0px 10px 0 5px;
    float: left;
  }

  .rinline {
    float: left;
    display: inline;
  }

  .empty-list {
    text-align: center;
  }

  #dash-container {
    float: left;
    width: 100%;
  }

  #dash-container .box1 {
    float: left;
    margin-top: 1%;
    width: 70%;
  }

  #dash-container .box2 {
    float: left;
    width: 30%;
    background: #e5e5e5;
  }

  .half-box {
    width: 49%;
    margin-right: 1%;
    float: left;
  }

  .full-box {
    width: 99%;
    margin-right: 1%;
    float: left;
  }

  #dash-container .box1 h3.title {
    margin: 2% 1% 2% 2%;
    font-weight: 13px;
    color: #444;
    font-weight: bold;
    background: #e5e5e5;
    padding: 1%;
    border-radius: 4px;
  }

  .rt-child-box {
    float: left;
    width: 96%;
    margin: 2% 2% 0 2%;
    background: #fff;
    border-radius: 5px;
  }

  .dash-list,
  .dash-list li {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
  }

  .dash-list li.header {
    padding: 1% 0%;
    font-weight: bold;
    color: #333;
    margin-bottom: 3%;
    padding-bottom: 2%;
    border-bottom: 1px solid #f0f0f0;
  }

  .dash-list li.header span {
    padding-left: 10px;
    float: left;
  }

  .dash-list li.header i,
  .dash-list li.li-row i {
    float: right;
    margin-right: 10px;
    font-weight: normal;
    font-size: 11px;
    color: #999;
  }

  .dash-list li.li-row {
    margin-bottom: 2%;
    color: #1F5B77;
  }

  .dash-list li.even {
    background-color: #f9f9f9;
  }

  .dash-list li.li-row span {
    float: left;
    margin-left: 2%;
  }

  .dash-list li.li-row span i {
    color: #fff;
    font-weight: bold;
    padding: 1px 4px;
    border: 1px solid #ddd;
    font-style: normal;
    margin: 0;
  }

  .dash-list .li-more {
    display: none;
  }

  .dash-list li.fold {
    text-align: center;
    font-size: 11px;
    margin-bottom: 1%;
  }

  .dash-list li.fold a {
    text-decoration: none;
  }

  .flow-login {
    font-size: 18px;
    float: left;
    width: 509px;
    padding: 8px 10px;
    color: #333;
    background: #DDE0E4 none repeat scroll center 10px;
    border-top: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
    margin-left: -2%;
    margin-bottom: 1%;
    margin-top: -2%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }

  .flow-login-msg {
    padding: 14px;
    background-color: rgba(226, 215, 215, 0.2);
    width: 100%;
    margin-left: -9px;
    height: 65px;
    padding: 18px;
    font-size: 148%;
    vertical-align: baseline;
    margin: 0;
    outline: 0;
    border: 0;
  }

  .flow-login .account {
    font-size: 16px;
    line-height: 20px;
    color: #66696A;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
  }

  .flow-login-status.success {
    background-color: rgba(45, 145, 62, 0.53);
    display: block;
    height: 42px;
    margin-top: -9px;
    width: 509px;
    margin-left: -10px;
  }

  .flow-login-status {
    padding-top: 10px;
    */
    /* padding-bottom: 10px; */
    /* padding-left: 10px; */
    /* padding-right: 10px; */
    /* color: #fff; */
    /* text-align: center; */
  }

  .danger {
    padding: 0%;
    text-align: center;
    color: red;
  }

  .success {
    color: green;
  }

  .text {
    width: 116%;
    margin-left: 3%;
  }

  .form-submit {
    width: 116%;
    margin-left: 3%;
    background: rgba(0, 102, 162, 0.34);
  }

  .submit-btn {
    width: 30%;
    margin-left: 23%;
    background: rgba(0, 102, 162, 0.34);
    height: 35px;
  }

  .center-box {
    width: 100%;
    margin: 2% 0;
    text-align: center;
  }

  .center-box select {
    height: 34px;
  }

  .label {
    display: inline-block;
    padding: 0.33333rem 0.5rem;
    font-size: 0.8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    border-radius: 0;
    background: #2199e8;
    color: #fefefe;
    margin: 0;
  }

  .label.success {
    background: #3adb76;
    color: #fefefe;
  }

  .label.alert {
    background: #ec5840;
    color: #fefefe;
  }

  .label.pending,
  .label.warning {
    background: #ffae00;
    color: #fefefe;
  }

  .label.secondary,
  .label.booked {
    background: #777;
    color: #fefefe;
  }
  .reset {
    height: 35px;
  }

  #summary-reps {
    float: left;
    width: 100%;
  }

  #summary-reps .box1 {
    float: left;
    margin-top: 1%;
    width: 100%;
  }

  .half-box {
    width: 49%;
    margin-right: 1%;
    float: left;
  }
  .full-box {
    width: 99%;
    margin-right: 1%;
    float: left;
  }

  #summary-reps .box1 h3.title {
    margin: 2% 1% 2% 2%;
    font-weight: 13px;
    color: #444;
    font-weight: bold;
    background: #e5e5e5;
    padding: 1%;
    border-radius: 4px;
  }
/*
  .bg-success {
    background-color: white;
  }
*/
  .place-icon {
    position: relative;
    top: -25px;
    left: 106%;
    font-size: 18px;
    color: #000;
  }

  #template_preview {
    width: 100%;
    height: 100%;
    position: absolute;
    background: black;
  }

  #languagesettings_titles{
    float:left;
    width:98%;padding:10px 1%; 
    background:#999;
    font-weight:bold;
    color:#fff;
    font-size:14px;
    margin-bottom:10px;
  }

  #languagesettings_longtxtbox{

    float:left;
    width:47%;
    margin-left:3%;
  }

  #languagesettings_smalltxtbox{

    float:left;
    width:49%;
    margin-right:1%;
  }

  #languagesettings_txtbox{

    margin-bottom:10px;
  }

  input[readonly]
  {
    background-color:#fff !important;
  }


  .box-prev-actions{
    font-size: 12px;
    position: absolute;
    top: 0px;
    left: 252px;
    color: #555;
    width: 46px;
    padding: 5px;
    background: #111;
    color: #f7f7f7;
    border-top-right-radius: 5px;
  }
  .box-prev-actions:hover {
    color:#f00;  
  }

  a.show-delete{
    opacity: 0.4;
    filter: alpha(opacity=100); /* For IE8 and earlier */
  }

  a.show-delete:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
  }

  #image-effect{
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
  }

  #image-effect:hover {
    opacity: 0.75;
    filter: alpha(opacity=100); /* For IE8 and earlier */
  }

  #ads-image-video-style {
   position: relative;
   border:2px solid #555; 
   padding:4px;
   border-radius:5px;
   width:300px;"

 }

 .wrapper {
  position: relative;
  text-align: center;
  display:none;
}

.wrapper .log-tooltip {
  color:#f9f9f9;
  background: #1496bb;
  bottom:15px;
  left:41%;
  width:25%;
  margin-bottom: 0px;
  padding: 20px 20px 20px 20px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.wrapper .log-tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}  

/* CSS Triangles - see Trevor's post */
.wrapper .log-tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #1496bb 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
/*
.wrapper:hover .log-tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  }*/

  /* IE can just show/hide with no transition */
  .lte8 .wrapper .log-tooltip {
    display: none;
  }

  .lte8 .wrapper:hover .log-tooltip {
    display: block;
  }
  .token-sumry-container{
    width: 35%;
  }

  .dev-req-container{
    width: 47%;
  }

  .dev-req-label{
    width: 30%;
  }

  .dev-req-form{
    width: 50%;
  }

  #dev-liv-stats-reports{
    padding: 20px;
    text-align: center;
  }

  .form-msg-box {
      padding:15px;
      margin:0 0 10px;
  }

 .vw-col {
     margin-top:7px;
     background:#fff;
     width:70%;
 }

 .vw-col:before {
     /*content: "\0205D";*/
     margin-right:10px;
 }

 .search-row {
     float:left;
     margin:5px 0px;
 }
 .btn-circle {
     width: 30px;
     height: 30px;
     text-align: center;
     padding: 6px 0;
     font-size: 12px;
     line-height: 1.428571429;
     border-radius: 15px;
 }
 .btn-circle.btn-lg {
     width: 50px;
     height: 50px;
     padding: 10px 16px;
     font-size: 18px;
     line-height: 1.33;
     border-radius: 25px;
 }
 .btn-circle.btn-xl {
     width: 70px;
     height: 70px;
     padding: 10px 16px;
     font-size: 24px;
     line-height: 1.33;
     border-radius: 35px;
 }

.popup .style1 {
  border:5px solid #607D8B;
}

.popup .style1 h3 {
  padding: 10px;
  background: #2a6f90;
  font-size: 16px;
  font-weight: bold;
  color: #f6f6f6;
  text-align:center;
}

.invitempop {
    position:absolute;
    top:-120px;
    right:50%;
    background:#fffacf;
    border: 1px solid #cccccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 2px 2px 20px #999;
    width:230px;
    padding:5px !important;
    display:none;
}

ul.invitempop li {
    padding:1%!important;
    margin:0 0 1px 0;
}

ul.invitempop li span:first-child{
    font-weight:bold;
    width:60%;
    float:left;
    padding-left:6%;
}
ul.invitempop li span:last-child{
    width:38%;
    float:left;
    background:#fff;
    padding:1%;
}

.item-details {
    cursor:pointer;
}

.item-details:hover{
    cursor:pointer;
    color:#2196f3;
    border-bottom: 1px solid #9c27b0;
}

.add-cust {
    margin:11px 7px  0 0;
    font-size:16px;
    color:#607d8b;

}
.pm-extra {
    display:none;
}

.table-input{
    border: none;
    box-shadow: none;
    height: 100%;
    position: relative;
    
    padding: 2px 5px !important;
}

.table-input:focus{
  box-shadow: none;
}

.view-style{
  background-color: #ecebe8;
  border-radius: 5px;
}

.view-style-drop-down{
  background-color: #ecebe8;
  border-radius: 5px;
  padding: 0%;
}

.view-box{
  padding: 2%;
}

.roundoff {
    float:right;
    margin-right:30%;
}
.roundoff span:first-child {
    font-style:italic;
    color: #3F51B5;
}
.roundoff span:last-child {
    font-weight:bold;
}

._cost::placeholder
{
    font-style:italic;
    font-size:10px;
    background:#fef7b7;
} 
._cost
{
    float:right;
    margin-right:2%;
    width:80px;
    border:none;
    border-bottom:1px solid #666;
} 

.fileUpload {
    position: relative;
    overflow: hidden;
    float:left;
    left: 90%;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.time-table {
    width:95%;
    background:#fff;
    padding:10px;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
    float:left;
}
.time-table li{
    width:100%;
    float:left;
    margin-bottom:5px;;
    border-bottom:1px solid #f5f5f5;
}
.time-table li.head{
    font-weight:600;
    border-bottom:1px solid #888;
    color:#444;
}

.time-table li span{
    float:left;
}

.img-list {
    float:left;
    width:100%;
}

.img-list li {
    float:left;
    width:50%;
    margin-bottom:10px;
    height:510px;
    text-align:center;
    position:relative;
}

.img-list li img {
    border-radius:8px;
    max-width:600px;
    max-height:450px;
}

.img-list li h2 {
    font-weight:600;
    font-size:16px;
}


.img-list li h3 {
    margin-bottom:6px;
    color:#2196F3;
}
.img-list li h3 span {
    float: none;
    font-size: 11px;
    color: #4CAF50;
    width: 20%;
    margin-left:25%;
}

.help-block {
    width: 100%;
    float: left;
    margin-top: 10px;
    color: #607D8B;
}

.published {
    position: absolute;
    width: 2% !important;
    bottom: 50%;
    left: 50%;
    color: #FFEB3B;
    font-size: 40px;
}

.devotee-cards {
    float: left;
    width: 99%;
    margin: 1% 0 0 1%;
}

#bookingContainer {
    width:97%;
    margin: 1.5%;
    display:flex;
    flex:1;
    flex-direction:column
}

#addressContainer {
    padding: 20px;
    margin-top: 10px;
    border: 1px solid #FFC107;
    border-radius: 5px;
    background: #FFF9C4;
    margin-bottom:20px;
}

#addressContainer span:first-child {
    font-weight: 600;
}

#addressContainer span:nth-child(2) {
    margin-right: 25px;
}
#addressContainer span:nth-child(3) {
    float:right;
}
#addressContainer span:nth-child(4) {
    float:right;
    margin-right: 10px;
}
.shippingFormContainer {
    border-top:1px solid #ddd;
    padding:10px;
    display:flex;
    flex:1;
    justify-content: center
}

.shippingDetails {
    margin-top:15px;
    border:1px solid #f9f9f9;
    border-radius: 5px;
    background: #FFFDE7;
}

.shippingDetails h3 {
    padding: 10px;
    font-size: 16px;
    background: #FFF9C4;
}
.shippingDetails p {
    padding:10px 0 0 10px;
}

.shippingDetails span:first-child {
    font-weight:600;
    margin-right:8px;
}

#qrContainer {
    position: absolute;
    box-shadow: #555 1px 0px 15px;
    top: 30%;
    z-index: 1;
    left: 50%;
    flex-direction: column;
    background: #fff;
    align-items: center;
    margin-left: -150px;
}
#qrContainer a {
    text-decoration: none;
    color: #ff5722;
    margin:5px;
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem
}

.bd-callout h4 {
    margin-top: 0;
    margin-bottom: .25rem
}

.bd-callout p:last-child {
    margin-bottom: 0
}

.bd-callout code {
    border-radius: .25rem
}

.bd-callout+.bd-callout {
    margin-top: -.25rem
}

.bd-callout-info {
    border-left-color: #5bc0de
}

.bd-callout-info h4 {
    color: #5bc0de
}

.bd-callout-warning {
    border-left-color: #f0ad4e
}

.bd-callout-warning h4 {
    color: #f0ad4e
}

.bd-callout-danger {
    border-left-color: #d9534f
}

.bd-callout-danger h4 {
    color: #d9534f
}
