  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: 63px;
    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: 75%;
  }

  .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: 98.6%;
    background-color: #fff;
    border-radius: 5px;
    overflow: auto;
    padding-bottom: 1%;
    position: fixed;
    bottom: 45px;
    top: 63px;
    margin: 0.7% 0.7%;
    font-size: 14px;
  }

  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;
  }

  .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;
     width:96%;
 }
 .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 #F44336;
}

.popup .style1 h3 {
  padding: 10px;
  background: #FFC107;
  font-size: 16px;
  font-weight: bold;
  color: #333661;
  text-align:center;
}
.grid {
    width:99%;
    margin:0.5%;
    overflow-y:auto;
    float:left;
}
.grid > h3 {
    float:left;
    width:100%;
    font-size:18px;
    font-weight:bold;
    margin:10px 0px;
}
.grid > div{
    float:left;
    margin:0;
}

.grid100 > div {
    width:100%;
}
.grid200 > div,
.grid255 > div {
    width:50%;
}

.grid273 > div:nth-last-of-type(2),
.grid237 > div:last-child {
    width:70%;
}
.grid273 > div:last-child ,
.grid237 > div:nth-last-of-type(2) {
    width:30%;
}
.grid300 > div {
    width:32.6%;
}

.grid3521 > div:nth-child(2),
.grid3125 > div:nth-child(2) {
    width:29.5%;
}

.grid3521 > div:first-child,
.grid3125 > div:last-child {
    width:49%;
}

.grid3125 div:first-child,
.grid3521 div:last-child {
    width:19.5%;
}

.grid3252 > div:nth-child(2) {
    width:49%;
}

.grid3252 > div:first-child,
.grid3252 > div:last-child {
    width:24.5%;
}

.grid3262 > div:nth-child(2) {
    width:59%;
}

.grid3262 > div:first-child,
.grid3262 > div:last-child {
    width:19.5%;
}

.grid3424 div:nth-child(2) {
    width:24%;
}

.grid3424 > div:first-child,
.grid3424 > div:last-child {
    width:37%;
}

.grid3515 > div:nth-child(2) {
    width:4%;
}

.grid3515 > div:first-child,
.grid3515 > div:last-child {
    width:47%;
}
.margin2 {
    margin:2%;
}
.h3-delight {
    margin-bottom: 10px;
    padding: 10px;
    background: #bdbdbd;
    font-weight: bold;
    color: #424242;
    border-bottom:1px solid #ababab;
    box-shadow:0px 2px 10px #ccc;
}
.activity-tm {
    margin-left:20px;float:left;font-style:italic;color:#777;font-size:13px;width:50%;
}
.dash-brick {
    width:99%;
    margin-bottom:10px;
    box-shadow:1px 2px 10px #ccc;
    float:left;
}
.width99 {
    width:99% !important;
    margin:0 0.5% !important;
}
.width49 {
    width:49% !important;
    margin:0 0.5% !important;
}
