/* Flaticon icon font: Flaticon | Licence /engine/shared/font/flaticon_licence.pdf */
@import url('flaticon.css?cb=1');

h1, h2, h3, h4, h5, h6, ul, ol {
    margin: 0;
    padding: 0;
}

label {
    font-weight: inherit;
}

/*!
* Datepicker for Bootstrap
*
* Copyright 2012 Stefan Petre
* Improvements by Andrew Rowls
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*/
.datepicker {
    top: 0;
    left: 0;
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.datepicker:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px
}

.datepicker:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 7px
}

.datepicker-inline:before,
.datepicker-inline-after {
    display: none;
}

.datepicker>div {
    display: none
}

.datepicker.days div.datepicker-days {
    display: block
}

.datepicker.months div.datepicker-months {
    display: block
}

.datepicker.years div.datepicker-years {
    display: block
}

.datepicker table {
    margin: 0;
    width: 100%;
}

.datepicker td, .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px
}

.datepicker td.day:hover {
    background: #eee;
    cursor: pointer
}

.datepicker td.old, .datepicker td.new {
    color: #999
}

.datepicker td.disabled, .datepicker td.disabled:hover {
    background: 0;
    color: #999;
    cursor: default
}

.datepicker td.active, .datepicker td.active:hover, .datepicker td.active.disabled, .datepicker td.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -ms-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(top, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #04c;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.datepicker td.active:hover, .datepicker td.active:hover:hover, .datepicker td.active.disabled:hover, .datepicker td.active.disabled:hover:hover, .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.disabled:active, .datepicker td.active.disabled:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active, .datepicker td.active.disabled.active, .datepicker td.active.disabled:hover.active, .datepicker td.active.disabled, .datepicker td.active:hover.disabled, .datepicker td.active.disabled.disabled, .datepicker td.active.disabled:hover.disabled, .datepicker td.active[disabled], .datepicker td.active:hover[disabled], .datepicker td.active.disabled[disabled], .datepicker td.active.disabled:hover[disabled] {
    background-color: #04c;
    *background-color: #003bb3
}

.datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.disabled:active, .datepicker td.active.disabled:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active, .datepicker td.active.disabled.active, .datepicker td.active.disabled:hover.active {
    background-color: #039    \9


}

.datepicker td.active:hover, .datepicker td.active:hover:hover, .datepicker td.active.disabled:hover, .datepicker td.active.disabled:hover:hover, .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.disabled:active, .datepicker td.active.disabled:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active, .datepicker td.active.disabled.active, .datepicker td.active.disabled:hover.active, .datepicker td.active.disabled, .datepicker td.active:hover.disabled, .datepicker td.active.disabled.disabled, .datepicker td.active.disabled:hover.disabled, .datepicker td.active[disabled], .datepicker td.active:hover[disabled], .datepicker td.active.disabled[disabled], .datepicker td.active.disabled:hover[disabled] {
    background-color: #04c;
    *background-color: #003bb3
}

.datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.disabled:active, .datepicker td.active.disabled:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active, .datepicker td.active.disabled.active, .datepicker td.active.disabled:hover.active {
    background-color: #039    \9


}

.datepicker td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px
}

.datepicker td span:hover {
    background: #eee
}

.datepicker td span.disabled, .datepicker td span.disabled:hover {
    background: 0;
    color: #999;
    cursor: default
}

.datepicker td span.active, .datepicker td span.active:hover, .datepicker td span.active.disabled, .datepicker td span.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -ms-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(top, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #04c;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.datepicker td span.active:hover, .datepicker td span.active:hover:hover, .datepicker td span.active.disabled:hover, .datepicker td span.active.disabled:hover:hover, .datepicker td span.active:active, .datepicker td span.active:hover:active, .datepicker td span.active.disabled:active, .datepicker td span.active.disabled:hover:active, .datepicker td span.active.active, .datepicker td span.active:hover.active, .datepicker td span.active.disabled.active, .datepicker td span.active.disabled:hover.active, .datepicker td span.active.disabled, .datepicker td span.active:hover.disabled, .datepicker td span.active.disabled.disabled, .datepicker td span.active.disabled:hover.disabled, .datepicker td span.active[disabled], .datepicker td span.active:hover[disabled], .datepicker td span.active.disabled[disabled], .datepicker td span.active.disabled:hover[disabled] {
    background-color: #04c;
    *background-color: #003bb3
}

.datepicker td span.active:active, .datepicker td span.active:hover:active, .datepicker td span.active.disabled:active, .datepicker td span.active.disabled:hover:active, .datepicker td span.active.active, .datepicker td span.active:hover.active, .datepicker td span.active.disabled.active, .datepicker td span.active.disabled:hover.active {
    background-color: #039    \9


}

.datepicker td span.active:hover, .datepicker td span.active:hover:hover, .datepicker td span.active.disabled:hover, .datepicker td span.active.disabled:hover:hover, .datepicker td span.active:active, .datepicker td span.active:hover:active, .datepicker td span.active.disabled:active, .datepicker td span.active.disabled:hover:active, .datepicker td span.active.active, .datepicker td span.active:hover.active, .datepicker td span.active.disabled.active, .datepicker td span.active.disabled:hover.active, .datepicker td span.active.disabled, .datepicker td span.active:hover.disabled, .datepicker td span.active.disabled.disabled, .datepicker td span.active.disabled:hover.disabled, .datepicker td span.active[disabled], .datepicker td span.active:hover[disabled], .datepicker td span.active.disabled[disabled], .datepicker td span.active.disabled:hover[disabled] {
    background-color: #04c;
    *background-color: #003bb3
}

.datepicker td span.active:active, .datepicker td span.active:hover:active, .datepicker td span.active.disabled:active, .datepicker td span.active.disabled:hover:active, .datepicker td span.active.active, .datepicker td span.active:hover.active, .datepicker td span.active.disabled.active, .datepicker td span.active.disabled:hover.active {
    background-color: #039    \9


}

.datepicker td span.old {
    color: #999
}

.datepicker th.switch {
    width: 145px
}

.datepicker thead tr:first-child th {
    cursor: pointer
}

.datepicker thead tr:first-child th:hover {
    background: #eee
}

.input-append.date .add-on i, .input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px
}

.datepicker.dropdown-menu {
    min-width: 220px;
}

/*!
 *
 * Data Tables jQuery Style
 *
 */
div.dataTables_length label {
    float: left;
    text-align: left
}

div.dataTables_length select {
    width: 75px
}

div.dataTables_filter label {
    float: right
}

div.dataTables_info {
    padding-top: 8px
}

div.dataTables_paginate {
    box-shadow: 1px 1px 2px #ccc;
    float: right;
    margin: 0
}

.table {
    font-size: 12px;
}

table.table {
    background: #fff;
    clear: both;
    margin-bottom: 6px !important
}

table.table thead .sorting, table.table thead .sorting_asc, table.table thead .sorting_desc, table.table thead .sorting_asc_disabled, table.table thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand
}

table.table thead .sorting {
    background: url('../img/datatables/sort_both.png') no-repeat center right
}

table.table thead .sorting_asc {
    background: url('../img/datatables/sort_asc.png') no-repeat center right
}

table.table thead .sorting_desc {
    background: url('../img/datatables/sort_desc.png') no-repeat center right
}

table.table thead .sorting_asc_disabled {
    background: url('../img/datatables/sort_asc_disabled.png') no-repeat center right
}

table.table thead .sorting_desc_disabled {
    background: url('../img/datatables/sort_desc_disabled.png') no-repeat center right
}

table.dataTable th:active {
    outline: 0
}

.dataTables_processing {
    background: rgba(0, 0, 0, .3);
    color: transparent;
    font-size: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
}

.dataTables_processing:after {
    content: '';
    background: url('../img/ajax-loader.gif') no-repeat;
    position: absolute;
    top: 50vh;
    top: -webkit-calc(50vh - 16px);
    top: calc(50vh - 16px);
    left: 50vw;
    left: -webkit-calc(50vw - 16px);
    left: calc(50vw - 16px);
    width: 32px;
    height: 32px;
}

.table .btn-link {
    border: 0;
    padding: 0;
    color: inherit;
    text-decoration: none;
}

.navbar-inner {
    border-radius: 0;
    box-shadow: none;
    background-color: #044077;
    background-image: -moz-linear-gradient(top, #055088, #044077);
    background-image: -ms-linear-gradient(top, #055088, #044077);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#055077), to(#044077));
    background-image: -webkit-linear-gradient(top, #055077, #044077);
    background-image: -o-linear-gradient(top, #555, #222);
    background-image: linear-gradient(top, #555, #222);
}

.navbar-inner i {
    height: 19px
}

.navbar-top {
    background: url(../img/noise.png) repeat scroll 0 0 #fff;
    height: 70px;
    color: #fff
}

.navbar-top a {
    color: #049cdb;
    decoration: none
}

#nav-profile {
    margin: 10px 10px 0 0
}

#nav-profile img {
    margin-left: 7px;
    padding: 3px;
    background: #fff
}

#nav-profile .left {
    margin-top: 10px;
    text-align: right
}

.navbar .nav .active>a, .navbar .nav .active>a:hover {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAKCAYAAACuaZ5oAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAH1JREFUeNpi/P//PwORgBmIJ0DZBUD8lyhdIAuIwEJAvP0/AmyHihHUS4zhKkB8+z8muA2Vo8gCeyB++x83eAtVQ5YFOUD88z9h8AeqlmgLmIF48n/SwWSoXrwWoEcmqQAj8omJTFIBSuQTG5mkAnjkwyLzz3/qA3DkAwQYABEvANn67PzPAAAAAElFTkSuQmCC") no-repeat scroll center 33px #152966
}

.nav-sidebar li {
    margin-left: 15px
}

.nav-sidebar .nav-header li {
    margin-left: 0
}

.navbar-sub {
    padding: 0 14px;
    margin: 0;
    list-style: none;
    /*
    background-color: #fbfbfb;
    background-image: -moz-linear-gradient(top, #fff, #f5f5f5);
    background-image: -ms-linear-gradient(top, #fff, #f5f5f5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f5f5f5));
    background-image: -webkit-linear-gradient(top, #fff, #f5f5f5);
    background-image: -o-linear-gradient(top, #fff, #f5f5f5);
    background-image: linear-gradient(top, #fff, #f5f5f5);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
    */
    border: 0;
    border-bottom: 1px solid #ddd;
}

.navbar-sub li {
    margin: 0 0 0 -4px;
    /*
    border-right: 1px solid #eee;
    */
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0
}

.navbar-sub li a {
    display: block;
    color: #000;
}

.navbar-sub li a:hover {
    background-color: #f1f1f1;
    background-image: -moz-linear-gradient(top, #eee, #f5f5f5);
    background-image: -ms-linear-gradient(top, #eee, #f5f5f5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eee), to(#f5f5f5));
    background-image: -webkit-linear-gradient(top, #eee, #f5f5f5);
    background-image: -o-linear-gradient(top, #eee, #f5f5f5);
    background-image: linear-gradient(top, #eee, #f5f5f5);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f5f5f5', GradientType=0);
    text-decoration: none
}

@media screen and (max-width: 767px)
{
    .navbar-sub li a {
        font-size: 14px;
        padding: .5em;
    }
}

@media screen and (min-width: 768px)
{
    .navbar-sub li a {
        padding: 7px 20px 12px 12px;
    }
}

.logo {
    margin-top: 4px
}

.navbar-inner .dropdown-toggle {
    color: #fff;
    min-height: 39px;
    text-decoration: none;
}
.navbar-inner .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dropdown-menu span.link {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #333;
    white-space: nowrap
}

.dropdown-menu span.link {
    cursor: pointer
}

.dropdown-menu li>span.link:hover, .dropdown-menu .active>span.link, .dropdown-menu .active>span.link:hover {

}

.login-form-container ::-webkit-input-placeholder { color: #a7a7a7; font-weight: 300; }
.login-form-container          ::-moz-placeholder { color: #a7a7a7; font-weight: 300; }
.login-form-container      :-ms-input-placeholder { color: #a7a7a7; font-weight: 300; }

.login form {
    margin-bottom: 0
}

.login-form-container .client-logo {
    margin: 0 auto 0 auto;
    display: block
}

.login .poweredby {
    margin: 0 auto 0 auto;
    padding: 0;
    text-align: center
}

.login .poweredby p {
    display: block;
    margin: 7px 0 0 0
}

.login-form-container .modal-header {
    padding-top: 50px;
    padding-bottom: 28px;
    border-bottom: none;
}

.login .modal-header {
    padding-bottom: 32px;
}

.login-form-container .modal-body {
    padding: 0 30px 9px;
}

.login-form-container .modal-footer {
    padding: 26px 0 34px;
}

.login-form-container .input_group,
.login-form-container .form-select {
    font-size: 1.25em
}

.login-form-container .input_group input,
.login-form-container .form-select select,
.login-form-container .input_group-icon {
    font-size: .8em;
    height: 3.4em;
}

.login-form-container .form-select select {
    padding-left: 4.5em;
}

.login-form-container .input_group-icon {
    width: 3.4em
}

.input_group-icon > button {
    background: none;
    border: none;
    color: inherit;
    margin: 0;
    padding: 0;
}

.login .modal-footer hr {
    margin-top: 23px;
    margin-bottom: 20px;
}

.login .modal-footer .list-inline {
    margin: 0;
}

.login .form-group {
    margin-bottom: 12px;
}

.login-input-group {
    width: 100%;
}

.login-input-group .form-control {
    height: 59px;
    font-size: 19px;
}

.login-input-group .input-group-addon {
    width: 64px;
    background: #fff;
    color: #ccc;
    font-size: 30px;
}

.login-input-group [class*=flaticon]:before {
    font-size: 25px;
}

.login-buttons {
    padding-top: 10px;
    padding-bottom: 11px;
    text-align: center;
}

.login-buttons > div {
    padding-left: 15px;
    padding-right: 15px;
}

.login-form-container .btn-lg {
    font-size: 24px;
    min-height: 50px;
    min-width: 159px;
}

.login .checkbox-styled [type="checkbox"] {
    opacity: 0;
    z-index: -1;
    position: absolute;
}

.login .checkbox-icon {
    border: 1px solid #929292;
    border-radius: 2px;
    color: #929292;
    display: block;
    float: left;
    margin-right: .1em;
    padding: 0px 2px;
    width: 20px;
    height: 20px;
    position: relative;
    top: 10px;
}

.login :checked + .checkbox-icon:before {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\f00c";
}

.login [type="checkbox"]:focus + .checkbox-icon {
    box-shadow: 0 0 5px rgb(81, 203, 238);
}
/* report hover css */
.report_table td {
  position: relative;
}
.report_table td div.report_box {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  display: none;
  font-weight: 400;
  left: 0;
  padding: 5px;
  position: absolute;
  top: 60%;
  width: auto;
}
.report_table td a:hover + div.report_box {
     display:block;   
}
.report_name a{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 108px;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media screen and (max-height: 639px)
{
    .login-form-container .modal {
        overflow-y: auto;
    }
}

@media screen and (min-height: 750px)
{
    .login-form-container .modal-content {
        margin-top: 100px;
    }
}


@media screen and (min-width: 768px)
{
    .login-form-container .modal-dialog {
        width: 470px;
    }

    .login-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

}


.modal-reg-form {
    width: 860px;
    margin: -250px 0 0 -420px;
    max-height: none
}

.modal-reg-form .modal-body {
    max-height: none
}

.modal-reg-form .modal-footer {
    margin: 5px;
    position: absolute;
    bottom: 0;
    width: 90%
}

.widget {
    margin-bottom: 30px
}

.widget .widget-header {
    position: relative;
    background-color: #f4f4f4;
    padding: 3px 2px 3px 2px
}

.widget .widget-header h4 {
    text-align: center;
    color: #555
}

.widget .widget-header .widget-icons {
    position: absolute;
    right: 1px;
    top: 2px
}

.widget .widget-header .widget-icons a {
    color: #999
}

.widget .widget-header .widget-icons a:hover {
    text-decoration: none;
    color: #555
}

.widget .widget-header .widget-icons .widget-icon {
    float: right;
    margin-right: 6px
}

.widget .widget-header .widget-icons .dropdown-menu {
    left: auto;
    right: 0
}

.widget .widget-header .widget-icons .dropdown-menu a {
    color: #333
}

.widget .widget-header .widget-icons .dropdown-menu a:hover {
    color: #fff
}

.widget .widget-body {
    padding: 3px 5px 5px 5px
}

.flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.map-container .widget-body {
    padding: 0 5px 5px;
}

.widget_container iframe {
    height: 222px !important;
}

.map-container .widget-menu-bar {
    min-width: 0;
}

.widget-drag {
    border: 3px dashed #eee;
    border-radius: 5px;
    min-height: 100px
}

.widget_line {
    border-bottom: 1px solid #eee;
    padding-top: 5px;
    padding-bottom: 5px
}

.widget_line:last-child {
    border-bottom: 0
}

.dashboard_icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    position: relative;
}

.dashboard_icons:after {
    clear: both;
    content: '';
    display: table;
}

.dashboard_icons_with_descriptions {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.dashboard_icons_with_descriptions:after {
    content: '';
    flex: auto;
}

.dashboard_icons_with_descriptions .dashboard_plugin {
    float: left;
    margin: 0;
    min-width: 120px;
    width: 20%;
}

.dashboard_plugin {
    display: inline-block;
    float: left;
    min-width: 6em;
    padding-right: 13px;
    padding-bottom: 16px;
    text-align: center;
    width: 20%;
}

.dashboard_plugin a {
    border-radius: 4px;
    color: #044077;
    display: block;
    padding-bottom: 10px;
    text-decoration: none;
    font-size: 15px
}

.dashboard_plugin a:hover {
    text-decoration: none
}


.task_row_current_forecast_plan {
    background-color: #ccc
}

#task-edit .modal-body {
    max-height: 600px
}

.plugin_icon {
    max-width: 45px;
    max-height: 40px;
    margin-right: 10px
}

.insurance_policy_vessels_table td {
    padding: 5px
}

.plugin_report {
    position: relative;
    width: 300px;
    padding: 50px;
    margin: 0 auto;
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1)
}

.plugin_report:before, .plugin_report:after {
    position: absolute;
    width: 40%;
    height: 10px;
    content: ' ';
    left: 12px;
    bottom: 12px;
    background: transparent;
    -webkit-transform: skew(-5deg) rotate(-5deg);
    -moz-transform: skew(-5deg) rotate(-5deg);
    -ms-transform: skew(-5deg) rotate(-5deg);
    -o-transform: skew(-5deg) rotate(-5deg);
    transform: skew(-5deg) rotate(-5deg);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    z-index: -1
}

.plugin_report:after {
    left: auto;
    right: 12px;
    -webkit-transform: skew(5deg) rotate(5deg);
    -moz-transform: skew(5deg) rotate(5deg);
    -ms-transform: skew(5deg) rotate(5deg);
    -o-transform: skew(5deg) rotate(5deg);
    transform: skew(5deg) rotate(5deg)
}

#report-list-tabs {
    margin-top: 0px;
    font-size: 11px;
}

#reporttab h5 {
    margin: 10px 0 0 10px;
}

#represult {
    padding: 10px;
    margin: 10px;

}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10000;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #fff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px
}

.ui-autocomplete .ui-menu-item>a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555;
    white-space: nowrap
}

.ui-autocomplete .ui-menu-item>a.ui-corner-all.ui-state-hover, .ui-autocomplete .ui-menu-item>a.ui-corner-all.ui-state-active {
    color: #fff;
    text-decoration: none;
    background-color: #08c;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background-image: none
}

.ui-helper-hidden-accessible {
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
}

#ActionMenu.floatingMenu {
    background-color: rgba(52, 55, 51, 0.22);
    border-top: 1px solid #fa951f;
    bottom: 0;
    padding: 0;
    position: fixed;
    width: 70%;
    z-index: 1000;
    margin-left: auto;
    margin-right: auto
}

#ActionMenu.floatingMenu.displayform {
    height: 350px
}

#ActionMenu p, #ActionMenu > ul, #ActionMenu > ul > li {
    display: inline;
    font-size: 10px;
    margin: 0
}

#ActionMenu img {
    float: right;
    margin-right: 10px
}

/* Combobox */
.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-input {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0;
    padding: .462em .923em;
    width: 100%;
}

.custom-combobox-toggle {
    background: #f9f9f9;
    background-clip: padding-box;
    border-left: 1px solid #ccc;
    border-radius: 0 4px 4px 0;
    box-sizing: border-box;
    color: #555;
    display: inline-block;
    height: 2.33em;
    margin: 0 0 0 -1px;
    padding: .5em .3em;
    position: absolute;
    top: 1px;
    bottom: 1px;
    right: 1px;
    text-align: center;
    vertical-align: top;
    width: 2em;
}

a.custom-combobox-toggle {
    text-decoration: none;
}

.form-control + .custom-combobox {
    width: 100%;
}

.ui-autocomplete {
    border-radius: 0;
}

.ui-autocomplete .ui-menu-item {
    padding: .5em 1em;
}

.ui-autocomplete .ui-state-focus {
    background: #205081;
    color: #fff;
}
.list-events-table tr td {
    cursor: default;
}
/*!
 * Bootstrap Responsive v2.0.4
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
    *zoom: 1
}

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

.clearfix:after {
    clear: both
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.hidden {
    display: none;
    visibility: hidden
}

.visible-phone {
    display: none !important
}

.visible-tablet {
    display: none !important
}

.hidden-desktop {
    display: none !important
}

@media (max-width:767px) {
    .visible-phone {
        display: inherit !important
    }

    .hidden-phone {
        display: none !important
    }

    .hidden-desktop {
        display: inherit !important
    }

    .visible-desktop {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:979px) {
    .visible-tablet {
        display: inherit !important
    }

    .hidden-tablet {
        display: none !important
    }

    .hidden-desktop {
        display: inherit !important
    }

    .visible-desktop {
        display: none !important
    }
}

@media (min-width:1000px) {
    .container, .navbar-fixed-top .container, .navbar-static-top .container, .navbar-fixed-bottom .container {
        width: 959.998px
    }

    .span12 {
        width: 959.998px
    }

    .span11 {
        width: 878.1800000000001px
    }

    .span10 {
        width: 796.3620000000001px
    }

    .span9 {
        width: 714.544px
    }

    .span8 {
        width: 632.726px
    }

    .span7 {
        width: 550.908px
    }

    .span6 {
        width: 469.09000000000003px
    }

    .span5 {
        width: 387.272px
    }

    .span4 {
        width: 305.454px
    }

    .span3 {
        width: 223.636px
    }

    .span2 {
        width: 141.818px
    }

    .span1 {
        width: 60px
    }

    .offset12 {
        margin-left: 1003.634px
    }

    .offset11 {
        margin-left: 921.816px
    }

    .offset10 {
        margin-left: 839.998px
    }

    .offset9 {
        margin-left: 758.1800000000001px
    }

    .offset8 {
        margin-left: 676.3620000000001px
    }

    .offset7 {
        margin-left: 594.544px
    }

    .offset6 {
        margin-left: 512.726px
    }

    .offset5 {
        margin-left: 430.908px
    }

    .offset4 {
        margin-left: 349.09000000000003px
    }

    .offset3 {
        margin-left: 267.272px
    }

    .offset2 {
        margin-left: 185.454px
    }

    .offset1 {
        margin-left: 103.636px
    }

    .container, .navbar-fixed-top .container, .navbar-static-top .container, .navbar-fixed-bottom .container {
        width: 959.998px
    }

    .span12 {
        width: 959.998px
    }

    .span11 {
        width: 878.1800000000001px
    }

    .span10 {
        width: 796.3620000000001px
    }

    .span9 {
        width: 714.544px
    }

    .span8 {
        width: 632.726px
    }

    .span7 {
        width: 550.908px
    }

    .span6 {
        width: 469.09000000000003px
    }

    .span5 {
        width: 387.272px
    }

    .span4 {
        width: 305.454px
    }

    .span3 {
        width: 238px
    }

    .span2 {
        width: 141.818px
    }

    .span1 {
        width: 60px
    }

    .offset12 {
        margin-left: 1003.634px
    }

    .offset11 {
        margin-left: 921.816px
    }

    .offset10 {
        margin-left: 839.998px
    }

    .offset9 {
        margin-left: 758.1800000000001px
    }

    .offset8 {
        margin-left: 676.3620000000001px
    }

    .offset7 {
        margin-left: 594.544px
    }

    .offset6 {
        margin-left: 512.726px
    }

    .offset5 {
        margin-left: 430.908px
    }

    .offset4 {
        margin-left: 349.09000000000003px
    }

    .offset3 {
        margin-left: 267.272px
    }

    .offset2 {
        margin-left: 185.454px
    }

    .offset1 {
        margin-left: 103.636px
    }

    .row-fluid {
        width: 100%;
        *zoom: 1
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: ""
    }

    .row-fluid:after {
        clear: both
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: ""
    }

    .row-fluid:after {
        clear: both
    }

    .row-fluid [class*="span"] {
        display: block;
        width: 100%;
        min-height: 28px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%
    }

    .row-fluid {
        width: 100%;
        *zoom: 1
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: ""
    }

    .row-fluid:after {
        clear: both
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: ""
    }

    .row-fluid:after {
        clear: both
    }

    .row-fluid [class*="span"] {
        display: block;
        width: 100%;
        min-height: 28px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%
    }

    input, textarea, .uneditable-input {
        margin-left: 0
    }

    input.span12, textarea.span12, .uneditable-input.span12 {
        width: 949.998px
    }

    input.span11, textarea.span11, .uneditable-input.span11 {
        width: 868.1800000000001px
    }

    input.span10, textarea.span10, .uneditable-input.span10 {
        width: 786.3620000000001px
    }

    input.span9, textarea.span9, .uneditable-input.span9 {
        width: 704.544px
    }

    input.span8, textarea.span8, .uneditable-input.span8 {
        width: 622.726px
    }

    input.span7, textarea.span7, .uneditable-input.span7 {
        width: 540.908px
    }

    input.span6, textarea.span6, .uneditable-input.span6 {
        width: 459.09000000000003px
    }

    input.span5, textarea.span5, .uneditable-input.span5 {
        width: 377.272px
    }

    input.span4, textarea.span4, .uneditable-input.span4 {
        width: 295.454px
    }

    input.span3, textarea.span3, .uneditable-input.span3 {
        width: 213.636px
    }

    input.span2, textarea.span2, .uneditable-input.span2 {
        width: 131.818px
    }

    .icon-arrow-right  input.span2, textarea.span2, .uneditable-input.span2 {
        width: 100px
    }

    .icon-arrow-right  .icon-arrow-right input.span2, textarea.span2, .uneditable-input.span2 {
        width: 75px
    }

    .icon-arrow-right .icon-arrow-right  .icon-arrow-right input.span2, textarea.span2, .uneditable-input.span2 {
        width: 50px
    }

    .icon-arrow-right input.span1 {
        width: 20px
    }

    .icon-arrow-right .icon-arrow-right input.span1 {
        width: 10px
    }

    .icon-arrow-right .icon-arrow-right .icon-arrow-right input.span1 {
        width: 5px
    }

    input.span1, textarea.span1, .uneditable-input.span1 {
        width: 50px
    }

    input, textarea, .uneditable-input {
        margin-left: 0
    }

    input.span12, textarea.span12, .uneditable-input.span12 {
        width: 949.998px
    }

    input.span11, textarea.span11, .uneditable-input.span11 {
        width: 868.1800000000001px
    }

    input.span10, textarea.span10, .uneditable-input.span10 {
        width: 786.3620000000001px
    }

    input.span9, textarea.span9, .uneditable-input.span9 {
        width: 704.544px
    }

    input.span8, textarea.span8, .uneditable-input.span8 {
        width: 622.726px
    }

    input.span7, textarea.span7, .uneditable-input.span7 {
        width: 540.908px
    }

    input.span6, textarea.span6, .uneditable-input.span6 {
        width: 459.09000000000003px
    }

    input.span5, textarea.span5, .uneditable-input.span5 {
        width: 377.272px
    }

    input.span4, textarea.span4, .uneditable-input.span4 {
        width: 295.454px
    }

    input.span3, textarea.span3, .uneditable-input.span3 {
        width: 213.636px
    }

    input.span2, textarea.span2, .uneditable-input.span2 {
        width: 131.818px
    }

    input.span1, textarea.span1, .uneditable-input.span1 {
        width: 50px
    }

    .thumbnails {
        margin-left: -30px
    }

    .thumbnails>li {
        margin-left: 30px
    }

    .row-fluid .thumbnails {
        margin-left: 0
    }
}

/*!
 * IdeaBubble Rules
 */
a, select, table td {
    cursor: pointer;
}

.xdataTable td {
    cursor: default;
    word-wrap: break-word
}

.xdataTable {
    table-layout: fixed
}

.left {
    float: left
}

.right {
    float: right
}

#login-logo h1, #login-logo img {
    margin-bottom: 30px;
    text-align: center;
    margin-top: 10px
}

#login-form {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
    background-color: #fff;
    margin-top: 100px;
    -webkit-box-shadow: 0 0 12px rgba(100, 100, 100, 0.7);
    -moz-box-shadow: 0 0 12px rgba(100, 100, 100, 0.7);
    box-shadow: 0 0 12px rgba(100, 100, 100, 0.7);
    padding: 20px
}

#backstretch {
    opacity: .7;
    filter: alpha(opacity=70)
}

div.header {
    margin-bottom: 15px
}
#technopath  div.header {
    margin-bottom: 0px
}

.save-bar {
    padding: 17px 0 18px 0;
    margin-top: 18px;
    margin-bottom: 18px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd
}

.save-bar .view-actions {
    padding-right: 20px;
    float: right
}

.view-actions {
    margin-bottom: 8px;
    display: block;
    height: 28px
}

.view-actions ul {
    margin: 0
}

.view-actions li {
    display: inline-block;
    vertical-align: top
}

table.table td a:not(.btn) {
    text-decoration: none;
    display: block;
    padding: 0;
    height: 100%;
    color: #333
}

.table button {
    color: #333;
}

.map img {
    max-width: none
}

.nav-tabs a {
    outline: 0
}

footer #version {
    text-align: center
}

.footer_copyright {
    padding: 0;
    white-space: nowrap;
}

.page-header {
    margin-top: 10px;
    padding-bottom: 15px
}

.dashboard .widget {
    border: 1px solid #eee;
    display: inline-block;
    width: 305px;
    height: 175px
}

.bottommargin20 {
    margin-bottom: 20px
}

#main.container {
    min-height: 450px
}

#ajax_loader_background {
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0
}

#ajax_loader_icon {
    width: 32px;
    height: 32px;
    background-image: url('../img/ajax-loader.gif');
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: -16px;
    position: fixed
}

.ajax_loader_icon_inner {
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background-image: url('../img/ajax-loader.gif')
}

#add_new_js {
    display: none
}

#new_background_js {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    z-index: 201;
}

#new_js {
    position: absolute;
    background-color: white;
    width: 960px;
    left: 50%;
    top: 5%;
    margin-left: -480px;
    z-index: 1041;
}

#new_js:empty {
    display: none;
}

#backstretch {
    width: 100% !important
}

#backstretch img {
    width: 100% !important;
    left: 0 !important
}

#ib_background {
    background-color: black;
    opacity: .5;
    z-index: 20000;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0
}

#ib_window {
    background-color: white;
    position: absolute;
    z-index: 20010;
    width: 800px;
    height: 600px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
    background-color: #fff
}

#ib_wnd_top {
    background-color: #f8f8f8;
    width: 100%;
    height: 40px;
    text-align: right;
    line-height: 40px;
    vertical-align: middle
}

#ib_wnd_container {
    width: 100%;
    height: 555px;
    overflow: auto;
    margin-top: 2px
}

#ib_select_folder {
    margin: 0 20px 0 0
}

.ib_label {
    margin: 0 8px 0 0;
    display: inline-block
}

.ib_div_folder_hidden {
    display: none
}

.ib_hide_tn {
    display: none !important
}

.ib_tn {
    display: inline-block;
    border: 1px solid #a8a8a8;
    background-color: #f8f8f8;
    margin: 5px;
    width: 100px;
    height: 140px;
    box-shadow: 1px 1px 1px #a8a8a8;
    overflow: hidden;
    font-size: 8pt;
    text-align: center
}

.ib_tn_div {
    background-color: white;
    width: 100px;
    height: 100px;
    display: block;
    line-height: 100px;
    text-align: center
}

.ib_tn_img {
    max-width: 100px;
    max-height: 100px;
    vertical-align: middle
}

.ib_tn:hover {
    border-color: black
}

.total_row_amount_filtered {
    font-weight: bold
}

.total_row_amount_unfiltered {
    font-weight: normal
}

.ib_list {
    float: left;
    clear: left;
}

.ib_list_div {
    background-color: white;
    display: block;
    line-height: 15px;
    text-align: left;
    margin: 5px 10px;
    font-weight: bold;
}

.ib_list_div span {
    font-weight: normal;
}

.ib_list_div:hover {
    border-color: black;
    cursor: pointer;
    text-decoration: underline;
}

input[type="text"].ib_text_title_input {
    font-size: 20px;
    height: 2em;
    width: 430px;
}

/* Toolbars -- start */
.navbar .logo,
#application_switcher{
    position: relative;
    z-index: 1;
}

.navbar .logo ul,
#application_switcher ul{
    background: #FFF;
    border: 1px solid #AAA;
    border-radius: 0 0 4px 4px;
    display: none;
    font-size: 14px;
    list-style-type: none;
    position: absolute;
    top: 38px;
    left: 0;
    margin: 0;
    width: 140px;
}

.navbar .logo:hover {
    background: #205081;
}

.navbar .logo:hover > ul,
#application_switcher:hover > ul{
    display: block;
}

.navbar .logo li,
#application_switcher li {
    position: relative;
}

.navbar .logo li:hover > ul {
    display: block;
}

.navbar .logo ul ul {
    position: absolute;
    top: 0;
    left: 140px;
}

.navbar .logo ul > li > a,
#application_switcher li a {
    display: block;
    padding: 2px 5px 2px 21px;
    text-decoration: none;
}

.navbar .logo ul > li.current:before,
#application_switcher > li.current:before {
    color: #000;
    content: '\2022';
    float: left;
    font-size: 20px;
    margin-top: 2px;
    text-indent: 9px;
}

.navbar .logo ul > li.current:hover:before,
#application_switcher > li.current:hover:before {
    color: #FFF;
}

.navbar .logo ul > li:hover > a,
#application_switcher li:hover > a{
    background: #205081;
    color: #FFF;
}

.navbar .logo {
    height: 39px;
    margin-top: 0;
    padding-top: 4px;
}

.row.navbar-sub {
    clear: both;
    font-weight: 200;
    font-size: 15px;
    margin: 0 15px 18px 0;
    padding-left: 0;
    padding-right: 0;
}

.navbar-sub li {
    position: relative;
}

.navbar-sub li.active:after {
    background: #fff;
    border: solid #ddd;
    border-width: 1px 0 0 1px;
    content: '';
    height: 8px;
    margin-left: -4px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
}

.ui-autocomplete-category {
    font-weight: bold;
    text-indent: 8px;
}

#dashboard {
    position: relative;
    z-index: 2;
}

#navbar-level2 {
    background-color: #fbfbfb;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f5f5f5));
    background-image: -o-linear-gradient(top, #fff, #f5f5f5);
    background-image: -ms-linear-gradient(top, #fff, #f5f5f5);
    background-image: -moz-linear-gradient(top, #fff, #f5f5f5);
    background-image: -webkit-linear-gradient(top, #fff, #f5f5f5);
    background-image: linear-gradient(top, #fff, #f5f5f5);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
    border-bottom: 1px solid #DDD;
    clear: both;
}

#navbar-level2 > .container {
    padding: 0;
}

div.navbar-breadcrumbs-wrapper {
    font-size: 23px;
    margin-top: -7px;
    margin-bottom: 5px;
}

#navbar-breadcrumbs {
    display: inline-block;
    font-size: 18px;
    padding: 7px 0;
}

#navbar-breadcrumbs ol {
    display: inline;
}

#navbar-breadcrumbs li {
    display: inline;
    list-style-type: none;
}

#navbar-breadcrumbs li:after {
    content: ' > ';
    display: inline-block;
    font-size: 12px;
    margin: 0 5px;
    vertical-align: middle;
}

#navbar-breadcrumbs li:last-child:after {
    display: none;
}

#plugin_tools {
    float: right;
}

#plugin_tools .dropdown-menu {
    background: #FFF;
}

#plugin_tools .dropdown-menu a {
    color: #000;
}

#plugin_tools .dropdown-menu > li > a:hover {
    color: #FFF;
    background: #08C;
}

#plugin_tools button, #plugin_tools input, #plugin_tools .btn {
    margin: 0;
}

#plugin_tools .btn-group {
    padding: 0;
}

#search2 {
    border: 1px solid #CCC;
    border-radius: 8px;
    box-shadow: inset 0 0 6px #CCC;
    box-sizing: border-box;
    color: #666;
    height: 23px;
    margin-top: 4px;
    padding-left: 23px;
    width: 250px;
}

#search2_wrapper {
    padding-top: 5px !important;
    margin-right: 5px;
    position: relative;
}

#search2_wrapper [role=status] {
    position: absolute;
    top: -9999px;
    left: -9999px
}

#search2_wrapper #resultscount {
    position: absolute;
    right: .5em;
    bottom: 1px;
}

#search2_wrapper:before {
    color: #999;
    content: "\f002";
    display: block;
    font-family: fontAwesome;
    height: 10px;
    position: absolute;
    top: 13px;
    left: 8px;
    width: 10px;
}

#settings_icon > ul > li:first-child {
    border-bottom: 1px solid #AAA;
    margin-bottom: 5px;
}

#application_switcher {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    float: left;
    height: 38px;
    padding: 10px 5px;
    width: 35px;
}

#application_switcher:before {
    border-top: 9px double #fff;
    border-bottom: 3px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    height: 15px;
    left: 5px;
    position: absolute;
    top: 10px;
    width: 25px;
}

.user_tools_avatar img {
    border-radius: 2px;
}

#user_tools {
    float: right;
    list-style-type: none;
    margin-right: 0;
}

#user_tools > li {
    float: left;
    padding: 0;
    position: relative;
}

#user_tools > li:not(#search2_wrapper):hover {
    background: rgba(0, 0, 0, .1);
}

#user_tools > li > a {
    padding: 9px 10px 9px;
    position: relative;
    width: 3.9em;
}

#user_tools > li > a:after {
    border: 4px solid transparent;
    border-top-color: #E6EBF0;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    right: .5em;
    top: 1.2em;
    width: 0;
}

#user_tools > li > a:hover:after {
    border-top-color: #FFF;
}

#user_tools > li > a > i:first-child {
    font-size: 19px;
}

#user_tools > li > a > i.icon-chevron-down {
    position: absolute;
    right: 3px;
    top: 8px;
}

#user_tools > li > a > span {
    position: absolute;
    top: -999px;
    left: -999px;
}

#user_tools > li > ul {
    background: #E9EBEE;
    border-radius: 0 1px 10px 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    list-style: none;
    min-width: 140px;
    padding: 5px 20px 20px;
    position: absolute;
    left: -999px;
    top: -999px;
    z-index: 3;
}

#user_tools > li > ul a:hover {
    text-decoration: underline;
}

#user_tools > li:hover > ul {
    left: auto;
    right: 50%;
    margin-right: -67px;
    top: 39px;
}

.user_tools_notification_amount {
    border: 1px solid #fff;
    border-radius: 8px;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 9px;
    font-weight: 200;
    height: 16px;
    line-height: 10px;
    margin-left: 2px;
    min-width: 16px;
    position: absolute;
    top: 2px;
    right: 9px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: -webkit-linear-gradient(#F60000, #AD0E0E);
    background: -moz-linear-gradient(#F60000, #AD0E0E);
    background: linear-gradient(#F60000, #AD0E0E);
    background-color: #f00;
    display: inline-block;
    display: -webkit-inline-flex;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
@-moz-document url-prefix() {
  .user_tools_notification_amount {
     padding: 2px 2px 0;
  }
}

.user_tools_notification_amount:empty {
    display: none;
}

.notifications_amount {
    color: #f00;
    position: relative;
    top: -.45em;
    left: 0;
    font-size: 85%;
    font-weight: bold;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}

.ideabubble_site_search > li {
    text-indent: 0;
    padding: .2em .75em
}

.ideabubble_site_search > li.ui-state-focus {
    background: #eee;
}

.ideabubble_site_search > li > a {
    text-decoration: none;
}

@media screen and (min-width: 768px)
{
    .row.navbar-sub {
        margin-left: 15px;

    }
}

/* Toolbars -- end */

.CMSdashboard {
    clear: both;
}

.CMSdashboard h1, h2 {
    color: #044077;
}

.CMSdashboard hr {
    color: #044077;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    margin-bottom: 30px;
}

#displayWidgets {
    padding-top: 2px;
    float: left;
    width: 100%;
}

#ibTwitterFeed {
    display: block;
    float: right;
    z-index: 1;
    margin-bottom: 16px;
    min-width: 200px;
    width: 200px;
    overflow-y: auto;
    height: 800px;
}

#ibTwitterFeed iframe, #ibTwitterFeed + .panel {
    box-shadow: 2px 2px 2px #ccc;
}

#ibTwitterFeed + .content-inner {
    width: calc(100% - 321px);
    float: left;
}

@media screen and (max-width: 1200px) {
    #ibTwitterFeed {
        float: none;
        height: 180px;
        margin: 10px;
        overflow-y: scroll;
        width: auto;
    }

    #ibTwitterFeed + .content-inner {
        float: none;
        width: auto;
    }
}

.twitter-timeline {
    width: 300px;
}

#todo_alert {
    color: white;
    background: red;
    font-size: 14px;
}

#todo_alert a {
    color: black;
}

.serp_widget_table tr td {
    padding: 0;
}

.serp_widget_table tr th {
    padding: 0;
    padding-right: 6px;
}

.margin-left-54 {
    margin-left: 54px;
}

@media screen and (max-width : 1600px) {
    #ibTwitterFeed + #main.container .span12 {
        width: -webkit-calc(100% - 110px);
        width: -moz-calc(100% - 110px);
        width: -ms-calc(100% - 110px);
        width: -o-calc(100% - 110px);
        width: calc(100% - 110px);
    }
}

span.description {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #000000;
    width: 450px;
    color: #000000;
    padding: 10px;
}

.dashboard_icons img {
    width: 60px;
}

.dashboard_plugin .fa,
.dashboard_icons [class^="ib-icon"],
.dashboard_icons [class^="flaticon"] {
    display: block;
    font-size: 30px;
    line-height: 1;
}

.dashboard_icons [class*="icon"]:before {
    font-size: inherit;
    margin-left: 0;
}
.dashboard_icons_inactive a {
    color: #A7A7A7;
}

/* Dropout menus */
.dropout {
    background: #fff;
    border: 1px solid #aaa;
    display: none;
    list-style: none;
    margin: 0;
    min-width: 200px;
    position: absolute;
    top: 45px;
    right: 0;
    text-align: left;
    z-index: 2;
}

.dropout:before,
.user-tools .dropdown-menu:before {
    content: "";
    position: absolute;
    background: inherit;
    border: inherit;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
    top: -6px;
    right: 15px;
    width: 10px;
    height: 10px;
    z-index: 1;
    border-width: 0 1px 1px 0;
}

.dropout > li {
    border-top: 1px solid #aaa;
    border-top-color: rgba(170, 170, 170, .7);
}

.dropout > li:first-child {
    margin-top: -1px;
}

.dropout > li > a {
    display: block;
    padding: 3px .5em;
    position: relative;
    z-index: 1;
}

.dropout > li > a:hover {
    text-decoration: none;
}

.dropout-highlight {
    background: #f6f6f6;
    box-shadow: 1px 1px 1px #999, 1px -1px 1px #999, -1px -1px 1px #999, -1px 1px #999;
}

.expand-dropout {
    color: #aaa;
    display: inline-block;
    padding: 8px;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.expand-dropout:hover {
    text-decoration: none;
}

.expand-dropout.expanded {
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* Widgets */

@supports ((-webkit-flex-wrap: wrap) or (-ms-flex-wrap: wrap) or (flex-wrap: wrap))
{
    [id="dashboard_report_widgets"] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}

#dashboard_report_widgets .mini-widget-wrapper {
    padding: 15px;
    width: 33%;
}

.mini-widget {
    border-radius: 4px;
    box-shadow: 2px 2px #ccc;

}

.dashboard .widget,
.widget_container {
    background: #fff;
    box-shadow: 2px 2px #ccc;
    margin: 10px;
}

.widget .widget-header.widget-header {
    background: none;
}

.widget_container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    margin: 5px;
    width: 258px;
    width: -webkit-calc(33% - 15px);
    width: calc(33% - 15px);
    min-width: 150px;
}

.widget_container[data-per_row="1"] {
    width: 100%;
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
}

.widget_container[data-per_row="2"] {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
}

.widget_container[data-per_row="3"] {
    width: -webkit-calc(33% - 10px);
    width: calc(33% - 10px);
    min-width: 150px;
}

.widget_container[data-per_row="4"] {
    width: -webkit-calc(25% - 10px);
    width: calc(25% - 10px);
    min-width: 150px;
}

.widget_container[data-per_row="5"] {
    width: -webkit-calc(20% - 10px);
    width: calc(20% - 10px);
    min-width: 0;
}

.widget_container[data-per_row="6"] {
    width: -webkit-calc(16% - 10px);
    width: calc(16% - 10px);
    min-width: 0;
}

.widget_type-quick_stats {
    background: none;
    border: none;
    box-shadow: none;
}

.widget-menu-bar,
.highcharts-container svg {
    width: 100%;
}

@media screen and (max-width: 750px) {
    .widget_container[data-per_row="6"] {
        width: 100%;
        width: -webkit-calc(100% - 10px);
        width: calc(100% - 10px);
    }
}

@media screen and (max-width: 700px) {
    .widget_container[data-per_row="5"] {
        width: 100%;
        width: -webkit-calc(100% - 10px);
        width: calc(100% - 10px);
    }
}

@media screen and (max-width: 650px) {
    .widget_container[data-per_row="4"] {
        width: 100%;
        width: -webkit-calc(100% - 10px);
        width: calc(100% - 10px);
    }
}

@media screen and (max-width: 600px) {
    .widget_container[data-per_row="3"] {
        width: 100%;
        width: -webkit-calc(100% - 10px);
        width: calc(100% - 10px);
    }
}

@media screen and (max-width: 400px) {
    .widget_container[data-per_row="2"] {
        width: 100%;
        width: -webkit-calc(100% - 10px);
        width: calc(100% - 10px);
    }
}

.widget-body {
    display: block;
    height: 258px;
    min-height: 258px;
    overflow-y: auto;
    position: relative;
}

.custom_widget_container .widget-body {
    height: auto;
}

.widget-body .twitter-timeline {
    height: 198px;
}

a.widget-body:hover {
    text-decoration: none;
    box-shadow: 2px 2px 5px skyblue, 2px -2px 5px skyblue, -2px -2px 5px skyblue, -2px 2px 2px skyblue;
}

.widget_type-quick_stats .widget-body:hover {
    box-shadow: none;
}

.widget-menu-bar {
    background: #f1f1f1;
    box-sizing: border-box;
    color: #929292;
    cursor: move;
    font-size: 1.07692308em;
    font-weight: bold;
    padding: 0 0 0 10px;
    position: relative;
    width: 100%;
}

.widget-menu-bar:after {
    content: '';
    clear: both;
    display: table;
}

.widget-title {
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    overflow: hidden;
    padding: 8px 75px 8px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.widget-actions {
    list-style: none;
    position: absolute;
    top: 8px;
    right: 20px;
}

.widget-actions > a {
    color: inherit;
}

.widget-actions-dropdown {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    color: #000;
    display: none;
    font-weight: normal;
    list-style: none;
    padding-bottom: 5px;
    position: absolute;
    right: 0;
    top: 14px;
    z-index: 2;
}

.widget-actions-dropdown > li {
    background: #fff;
    color: #000;
    display: block;
}

.widget-actions-dropdown > li > a {
    color: inherit;
    display: block;
    width: 100%;
    padding: 1px 10px;
    min-width: 110px;
    font-size: 14px;
    line-height: 1.8;
}

.widget-actions-dropdown > li > a:hover {
    background: #337ab7;
    color: #fff;
}

.widget-actions-dropdown-toggle.active + .widget-actions-dropdown {
    display: block;
}

.widget-actions a {
    text-decoration: none;
    font-size: 20px;
}

.widget-actions button {
    border: 0;
    background: #fff;
    height: 17px;
    margin: 0 0 3px;
    padding: 0 5px 5px;
    width: 17px;
}

.widget-date-range-wrapper {
    padding-right: 50px;
}

.widget-date-range-wrapper:after {
    clear: both;
    content: '';
    display: table;
}

.widget-date-range {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px #aaa;
    display: inline-block;
    float: right;
    margin: 5px;
    padding: 2px 8px;
    position: relative;
}

.widget-date-range.widget-date-range .dropout {
    background: #fff;
    box-shadow: 2px 2px 2px #999;
}

.widget-date-range-actions {
    padding: 5px
}

.widget-date-range-actions button {
    margin-top: 5px;
}

.widget-date-range-actions label {
    width: 3em;
    display: inline-block;
}

.widget-date-range-actions input {
    display: inline-block;
    width: 130px;
    margin: 5px 5px 0 0
}

.widget_type-quick_stats .widget-menu-bar {
    background: none;
}

.widget-action-remove {
    display: none; /* When the dashboards plugin drives the main dashboard, this can be removed */
}

.quick_stats {
    clear: both;
    border: solid transparent;
    border-width: 1px 0;
    height: 200px;
}

.quick_stat {
    border-radius: .3em;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    width: 45%;
    width: -webkit-calc(50% - .4em);
    width: calc(50% - .4em);
    background: #00aced;
    margin: .2em;
    text-align: center;
}

.quick_stat:nth-child(6n + 1) {
    background: #00aced;
}

.quick_stat:nth-child(6n + 2) {
    background: #9467bd;
}

.quick_stat:nth-child(6n + 3) {
    background: #fe7e03;
}

.quick_stat:nth-child(6n + 4) {
    background: #d62728;
}

.quick_stat:nth-child(6n + 5) {
    background: #2ca02c;
}

.quick_stat:nth-child(6n) {
    background: #ff0;
    color: #000;
}

.quick_stat-header {
    background: rgba(255, 255, 255, .15);
    padding: .2em;
}

.quick_stat-body {
    font-size: 2em;
    padding: 0 .2em;
}

.widget_table_wrapper {
    height: 222px;
    width: 100%;
    overflow-x: auto;
    overflow-y: scroll;
}

.widget_table {
    width: 100%;
}

.widget_table caption {
    text-align: center;
}

a.widget-move-handle {
    cursor: move;
    text-align: right;
    font-size: 20px;
}

/*** Widgets - end ***/

#menus table td {
    vertical-align: middle;
    padding: 5px;
}

#menus table td .icon-plus {
    display: initial;
    padding: 5px;
}

#menus table td .icon-arrow-right {
    padding-left: 10px;
}

.cms_header .navbar-inner > div {
    max-width: 960px;
    max-height: 39px;
    margin: auto;
}

.cms_header .nav > li {
    float: left;
}

.cms_header .nav > li > a {
    color: #e6ebf0;
    display: block;
    float: none;
    padding: 9px 10px 11px;
    line-height: 19px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    width: 3.9em;
}

.cms_header .nav > li:hover,
.cms_header .nav > li a:hover {
    background: none;
}

.nav-tabs {
    margin-bottom: 18px;
}

.alert {
    padding: 10px 15px;
}

/*
.btn {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    border-color: rgba(0, 0, 0, 0.07) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 1%, rgba(255, 255, 255, 0.15) 100%);
    padding: 4px 10px;
}
*/
.btn {
    display: inline-block;
    padding: 4px 10px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: linear-gradient(top, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05)
}

.input-group-btn .btn {
    padding: 6px 12px;
}

.btn-primary, .btn-primary:hover, .btn-warning, .btn-warning:hover, .btn-danger, .btn-danger:hover, .btn-success, .btn-success:hover, .btn-info, .btn-info:hover, .btn-inverse, .btn-inverse:hover, #plugin_tools button, #plugin_tools button:hover {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {
    color: rgba(255, 255, 255, 0.75)
}

.btn-primary, #plugin_tools button {
    background-color: #0074cc;
    background-image: linear-gradient(top, #08c, #05c);
    background-repeat: repeat-x;
    border-color: #05c #05c #003580;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled],
#plugin_tools button:hover, #plugin_tools button:active, #plugin_tools button.active, #plugin_tools button.disabled, #plugin_tools button[disabled] {
    background-color: #05c;
}

.btn-warning {
    background-color: #faa732;
    background-image: linear-gradient(top, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    background-color: #f89406;
}

.btn-danger {
    background-color: #da4f49;
    background-image: linear-gradient(top, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    background-color: #bd362f;
}

.btn-success {
    background-color: #5bb75b;
    background-image: linear-gradient(top, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    background-color: #51a351;
}

.btn-info {
    background-color: #49afcd;
    background-image: linear-gradient(top, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-color: #2f96b4;
}

[data-toggle="buttons"] .btn:not(:only-child):not(.active) {
    opacity: .5;
    color: #aaa;
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
[data-toggle="buttons"] .btn.active {
    background-color: #f5f5f5;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-cancel {
    background: none;
    border: none;
    text-decoration: underline;
}

.btn-cancel:hover {
    text-decoration: none;
}

.control-label {
    text-align: left;
}

.popover {
    width: 100%;
    border: 3px solid #000;
}

.popover.right>.arrow:after {
    border-right-color: #000;
}

.pagination {
    height: 36px;
    margin: 18px 0
}

.pagination ul {
    display: inline-block;
    margin-left: 0;
    margin-bottom: 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05)
}

.pagination li {
    display: inline
}

.pagination a {
    float: left;
    padding: 0 14px;
    line-height: 34px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0
}

.pagination a:hover, .pagination .active a {
    background-color: #f5f5f5
}

.pagination .active a {
    color: #999;
    cursor: default
}

.pagination .disabled span, .pagination .disabled a, .pagination .disabled a:hover {
    color: #999;
    background-color: transparent;
    cursor: default
}

.pagination li:first-child a {
    border-left-width: 1px;
    border-radius: 3px 0 0 3px
}

.pagination li:last-child a {
    border-radius: 0 3px 3px 0
}

[class="alert"] {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

/* alert with no other classes */
.alert-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.dataTables_filter input {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    height: 2.1em;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.dataTable .search_init {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    font-weight: normal;
    height: 2.1em;
    padding: 0 .5em;
}

.dataTable-list-actions > a,
.dataTable-list-actions > button {
    display: block;
    white-space: nowrap;
}

label.error {
    display: inline;
    float: none;
    color: #cd5c5c;
    padding-left: .5em;
    vertical-align: middle;
}
/*  FOR GALLERY SEARCH  */
.hide-img-wrapper
{
 display:none !important;
}
#ib_wnd_top input#gallery-search-box {
  color: #666;
  display: inline-block;
  font-size: 13px;
  height: 25px;
  line-height: 25px;
  margin: 0 5px;
}
#ib_wnd_top a#gallery-search-button {
  background-color: #0074cc;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  line-height: normal;
  margin: 7px 8px 0 0;
  padding: 4px 8px;
  vertical-align: top;
}
.list_emails {
  max-width: 195px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.toggle.btn.btn {max-height:30px;min-height: 30px;}
.toggle .btn{line-height:1.75;}

.dropdown-menu>li>button {
    border: none;
    background: none;
    display: block;
    padding: 3px 20px;
}

.plus-icon {
    display: inline-block;
    height: 1em;
    margin-right: 1em;
    position: relative;
    width: 20px;
}

.plus-icon:before {
    content: '';
    background: url('../img/plus-circle.svg') no-repeat;
    background-size: cover;
    display: inline-block;
    position: absolute;
    top: -webkit-calc(.6667em - 10px);
    top: calc(.6667em - 10px);
    left: 0;
    width: 20px;
    height: 20px;
}

.popup_box { 
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6 */  
 	width:400px;  
	background:#FFFFFF;  
	right:20px;
	top: 20px;
	z-index:1000; /* Layering ( on-top of others), if you have lots of layers: I just maximized, you can change it yourself */
	padding:15px;  
	font-size:15px;
	border-width:1px;
	border-left-width:40px;
	border-radius:5px;
	color:#333;
	  
}
.popup_box  .close{opacity: .5;}
.popup_box strong{display:block;}

.popup_box.alert-success:before, .popup_box.alert-info:before, .popup_box.alert-danger:before, .popup_box.alert-error:before, .popup_box.alert-warning:before{ width:20px; content:""; position:absolute; left:-25px; top:0px; bottom:0px; margin:auto;}

.popup_box.alert-success{border-color:#8CAE38;}
.popup_box.alert-success:before{ background:url("../img/checking.png") no-repeat left center }
.popup_box.alert-info{ border-color:#FCC14F;}
.popup_box.alert-info:before{ background:url("../img/info.png") no-repeat left center; background-size:100% auto;   left:-30px;}
.popup_box.alert-warning{ border-color:#2472AC;}
.popup_box.alert-warning:before{ background:url("../img/warning.png") no-repeat left center; background-size:100% auto;   left:-30px; }

.popup_box.alert-danger, .popup_box.alert-error{border-color:#D74638;}
.popup_box.alert-error:before, .popup_box.alert-danger:before{ background:url("../img/danger.png") no-repeat left center; background-size:100% auto;   left:-30px;}

.popup_box + .popup_box {
    top: 80px;
}
.popup_box + .popup_box + .popup_box {
    top: 140px;
}
.popup_box + .popup_box + .popup_box + .popup_box {
    top: 200px;
}

#container {
	background: #d2d2d2; /*Sample*/
	width:100%;
	height:100%;
}

a{  
cursor: pointer;  
text-decoration:none;  
} 

/* This is for the positioning of the Close Link */
#popupBoxClose {
	font-size:20px;  
	line-height:15px;  
	right:5px;  
	top:5px;  
	position:absolute;  
	color:#6fa5e2;  
	font-weight:500;  	
}


/*------------------------------------*\
  #Form elements
\*------------------------------------*/
.form-row {
    clear: both;
    margin-bottom: 15px;
}

.form-row:after {
    content: '';
    clear: both;
    display: table;
}

.form-row.gutters,
.row.gutters,
.row-fluid.gutters {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
    padding-right: 0;
    width: auto;
}

.form-row.vertically_center {
    display: flex;
    align-items: center;
}

.form-input {
    background: #fff;
    border: 1px solid #CCC;
    border-radius: 4px;
    font-weight: 300;
    margin: 0;
    min-height: 2.625em;
    padding: .6875em 1.25em;
    width: 100%;
}

.form-input.autowidth,
.input_group.autowidth {
    width: auto;
}

/* style select lists */
.form-select {
    display: block;
    margin: 0;
    position: relative;
}

.form-select select,
.form-select .custom-combobox {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: none;
    cursor:pointer;
    height: 2.75em;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 3em;
    position: relative;
    text-indent: .01px;
    text-overflow: '';
    z-index: 1;
}

.form-select select::-ms-expand {
    display: none;
}

.form-select .custom-combobox {
    width: 100%;
}

.form-select .custom-combobox input {
    padding-left: 1.25em;
}

.form-select .custom-combobox-toggle {
    opacity: 0;
    width: 2.75em;
    height: 2.75em;
}

.form-select:before {
    content: '';
    background: -webkit-linear-gradient(left, transparent 0, transparent calc(100% - 2.75em), #0074CC calc(100% - 2.75em), #0074CC 100%);
    background: linear-gradient(to right, transparent 0, transparent calc(100% - 2.75em), #0074CC calc(100% - 2.75em), #0074CC 100%);
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

.form-select:after {
    content: '';
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    right: 1.15em;
    top: 1.05em;
    width: .45em;
    height: .45em;
    z-index: 0;
}

/* Put the dropdown arrow on the left side */
.form-select--left_arrow select,
.form-select--left_arrow .form-input {
    padding-left: 4em;
    padding-right: 0;
}

.form-select--left_arrow:before {
    background: -webkit-linear-gradient(right, transparent 0, transparent calc(100% - 2.75em), #0074CC calc(100% - 2.75em), #0074CC 100%);
    background: linear-gradient(to left, transparent 0, transparent calc(100% - 2.75em), #0074CC calc(100% - 2.75em), #0074CC 100%);
}

.form-select--left_arrow:after {
    left: 1.15em;
    right: auto;
}

/* Multi selects (requires Bootstrap multiselect plugin) */
.form-select--multiple > .form-input.form-input {
    overflow: inherit;
    padding-left: 0;
}

.form-select--multiple select {
    display: none;
}

.form-select--multiple .btn-group .multiselect {
    height: 100%;
}

.form-select--multiple .multiselect .caret {
    display: none;
}

.form-select--multiple  .multiselect-filter .input_group {
    margin-top: .77em;
}

.form-select .multiselect-search {
    padding: 0 .5em;
}

.form-select .btn-group,
.form-select .btn-group .btn,
.form-select .multiselect-native-select,
.form-select .dropdown-menu {
    width: 100%;
}

.form-select .btn-group {
    height: 2.75em;
}

.form-input--pseudo-label + .multiselect-native-select > .btn-group {
    padding-top: .59em;
}

.form-select .btn-group .btn.btn {
    background: none;
    border: none;
    box-shadow: none;
    text-align: left
}

.form-select .dropdown-menu {
    margin-top: 0;
    z-index: 1001;
}

.form-select .dropdown-menu > .active > a {
    background: none;
    color: inherit;
}

.form-select .multiselect-filter {
    padding: 0 1em;
}

/* Checkboxes and radio buttons */
.form-radio,
.form-checkbox {
    margin-bottom: .75em;
}

.form-radio.disabled,
.form-radio.readonly,
.form-checkbox.disabled,
.form-radio.readonly {
    opacity: .5;
}

.form-checkbox [type="checkbox"]:not(:last-child),
.form-radio [type="radio"]:not(:last-child) {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.form-checkbox-helper,
.form-radio-helper {
    background: #FFF;
    border: 1px solid #CCC;
    cursor: pointer;
    display: inline-block;
    line-height: 1.5;
    margin-bottom: -.333333em;
    margin-right: .25em;
    position: relative;
    width: 1.5em;
    height: 1.5em;
}

.form-checkbox-helper {border-radius: .277777778em;}
.form-radio-helper    {border-radius: 50%;}

:checked + .form-checkbox-helper:after,
:checked + .form-radio-helper:after {
    position: absolute;
}

:checked + .form-checkbox-helper:after {
    content: '\f00c';
    color: #222;
    font-family: 'FontAwesome';
    top: 0;
    left: .25em;
}

:checked + .form-radio-helper:after {
    content: '';
    background: #222;
    border-radius: 50%;
    display: block;
    left: 50%;
    left: -webkit-calc(50% - .25em);
    left: calc(50% - .25em);
    top: 50%;
    top: -webkit-calc(50% - .25em);
    top: calc(50% - .25em);
    width: .5em;
    height: .5em;
}

:focus + .form-checkbox-helper,
:focus + .form-radio-helper {
    outline: 2px solid skyblue;
    outline-offset: 2px;
}


/* Hidden checkbox, followed by HTML to be visible when checked and when unchecked
e.g. the following to get a button, which is highlighted (primary) when checked, plain when unchecked
<label class="checkbox-icon">
    <input type="checkbox" />
    <span class="checkbox-icon-unchecked btn btn-default">Monday</span>
    <span class="checkbox-icon-checked btn-btn-primary">Monday</span>
</label>
*/
.checkbox-icon [type="checkbox"]:not(:last-child) {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.checkbox-icon [type="checkbox"]:checked ~ .checkbox-icon-unchecked { display: none; }
.checkbox-icon [type="checkbox"]:not(:checked) ~ .checkbox-icon-checked { display: none; }

.checkbox-icon [type="checkbox"]:focus ~ .checkbox-icon-unchecked,
.checkbox-icon [type="checkbox"]:focus ~ .checkbox-icon-checked { outline: 1px solid skyblue; }



/* Input groups (input boxes grouped with more input boxes and/or icons) */
.input_group {
    background: #FFF;
    border: 1px solid #CCC;
    border-radius: 5px;
    display: table;
    margin-bottom: 0;
    table-layout: fixed;
    width: 100%;
}

.input_group > * {
    display: table-cell;
}

.input_group .form-input {
    background: transparent;
    border: none;
}

.input_group-icon {
    background: #FFF;
    border-color: #CCC;
    color: #CCC;
    font-size: 1.2em;
    width: 2.24em;
    text-align: center;
    vertical-align: middle;
}

.input_group-icon.inverse {
    background: #CCC;
    color: #FFF;
}

.input_group-icon:first-child {
    border-right: 1px solid;
    border-radius: 4px 0 0 4px;
}

.input_group-icon:last-child {
    border-left: 1px solid;
    border-radius: 0 4px 4px 0;
}

/*
"Pseudo" input boxes. Used when styling non-input fields as input boxes
This is usually used with labels, with the input box placed inside, along with other elements,
giving the illusion of the element being inside the input box, without it overlapping the text inside the actual input
*/
.form-input.form-input--pseudo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow: hidden;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.form-input--pseudo:not(.form-input--textarea) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-input--pseudo > * {
    display: table-cell;
}

.form-input--pseudo-label {
    font-weight: normal;
    white-space: nowrap;
}

.form-input--text .form-input--pseudo-label:empty {
    display: none;
}

.form-input--pseudo-label:after {
    content: ':\a0';
}

.form-input--pseudo-label.label--mandatory:after,
.input_columns .label--mandatory:after {
    content: ':\a0*\a0';
}

.form-input--textarea .form-input--pseudo-label {
    margin-top: .5em;
}

.form-input--pseudo input,
.form-input--pseudo select,
.form-input--pseudo textarea {
    background: transparent;
    border: none;
    border-radius: 5px;
    padding: .6875em 1.25em .6875em .5em;
    width: 100%;
    max-height: 100%;
}

.form-input--pseudo input,
.form-input--pseudo select {
    height: 2.75em;
}

.form-input--pseudo select {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 3em;
}

.form-input--pseudo :-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
}

/* Disabled/readonly state */
.form-input[readonly],
.form-input[disabled],
.form-input.readonly,
.form-input.disabled,
.form-input--pseudo.disabled input,
.form-input--pseudo.disabled select,
.form-input--pseudo.readonly input,
.form-input--pseudo.readonly select {
    cursor: not-allowed;
    opacity: .7;
}

/* Position label when focused */
.form-input--text,
.form-input--textarea {
    position: relative;
}

.form-input--text .form-input--pseudo-label,
.form-input--textarea .form-input--pseudo-label{
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    display: inline-block;
    top: 1em;
    left: 1.25em;
    line-height: 1em;
}

.form-input--active .form-input--pseudo-label {
    font-size: .9em;
    margin-top: 0;
    opacity: 1;
    position: absolute;
    top: .25em;
    visibility: visible;
}

.form-select .form-input--active .form-input--pseudo-label {
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 5em);
}

/* prevent overlap, when a vertical scrollbar is used */
.form-input--textarea.form-input--active .form-input--pseudo-label {
    background: inherit;
    width: 90%;
}

.form-input--textarea.form-input--active textarea {
    padding-top: .9875em;
    padding-bottom: .3875em;
}

.form-input--text     :-ms-input-placeholder,
.form-input--textarea :-ms-input-placeholder      { color: inherit; }
.form-input--text     ::-moz-placeholder,
.form-input--textarea ::-moz-placeholder          { color: inherit; }
.form-input--text     ::-webkit-input-placeholder,
.form-input--textarea ::-webkit-input-placeholder { color: inherit; }

.form-input--text,
.form-input--textarea,
.form-input--select.form-input--active {
    padding-left: 0;
}

.form-input--text input,
.form-input--textarea textarea,
.form-input--select.form-input--active select,
.form-input--select.form-input--active .form-input--pseudo-label {
    padding-left: 1.25em;
}

.form-input--text input {
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.form-input--active input {
    padding-bottom: 0;
}

.form-input--active .form-input--pseudo-label + select {
    padding-top: 1em;
}

/* Columns, when there are multiple input fields on the same line */
@media screen and (max-width: 767px)
{
    .input_column {
        display: block;
        margin-bottom: 1.16666667rem;
    }
}

@media screen and (min-width: 768px)
{
    .input_columns {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: -.5em;
        margin-right: -.5em;
        width: -webkit-calc(100% + 1em);
        width: calc(100% + 1em);
    }

    .input_column {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-left: .5em;
        padding-right: .5em;
    }
}

/* Make buttons the same size as the other ".form-..." inputs */
.form-btn {
    font-size: 1em;
    height: 2.75em;
    min-width: 5em;
}

.form-btn.btn-cancel {
    padding-left: 1em;
    padding-right: 1em;
}

.btn--full {
    width: 100%;
}

/* "Actions" button, with collapsible menu */
.action-btn{text-align: center; position: relative;}
.action-btn .pullBtn{height: 30px; display: inline-block; width: 50px; border: 1px solid #00a1b1; border-radius: 3px; background: #fff; text-align: center; line-height: 28px; color: #00a1b1;}
.action-btn .pullBtn .fa{font-size: 16px;}
.action-btn .pullBtn:hover{background: #00a1b1; color:#fff;}
.action-btn .pullBtn:hover .fa{color: #fff;}
.action-btn ul:after{list-style:none;position: absolute; width: 1px; content: "";border:10px solid transparent; border-bottom-color:#f3f3f3; right: 0; left: 0;bottom: 100%; margin: auto;}
.action-btn ul{z-index: 55; background: #f8f8f8; color: #fff; box-shadow: 0 0px 3px rgba(0,0,0, 0.35); width: 130px; padding: 10px; border-radius: 5px; position: absolute; right: 10px;  top:100%; margin-top: 10px; left: 50%; margin-left: -65px;}
.action-btn ul li{padding: 7px 0; font-size: 16px; font-weight: 300; text-align: left;}
.action-btn ul li a{color: #484848; display: block;}
.action-btn ul li a:hover{color: #00a1b1; text-decoration: none;}


/* Drag and drop area */
.drag_and_drop_area {
    background: #f4f4f4;
    border: 3px dashed #ccc;
    margin-bottom: 10px;
    padding: 20px 10px 10px;
    position: relative;
}

.drag_and_drop_area.hover {
    border-color: #FCC;
}

.upload_text {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #767a7b;
    font-weight: 300;
}

.drag_and_drop_area p {
    margin: 0;
}

.dnd_notice .fa {
    padding-right: 10px;
    color: #bdbebe;
    font-size: 20px;
}

.drag_and_drop_area .upload-button {
    display: inline-block;
    margin: 10px;
    position: relative;
}

.drag_and_drop_area .upload-button .btn {
    width: 5em;
    height: 5em;
    border: none;
    font-size: 14px;
    color: #fefefe;
    font-weight: 300;
    border-radius: 3px;
    box-shadow: 0 2px 0 #c9caca;
    text-shadow: none;
    padding: 1.35em 0;
}

.drag_and_drop_area .upload-button .btn span {
    display: block;
    color: #fff;
}

.drag_and_drop_area .upload-button input[type="file"] {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    font-size: 0;
    cursor: pointer;
    opacity: 0;
}

.drag_and_drop_area .upload-button .btn .fa {
    font-size: 21px;
}

.drag_and_drop_area .note {
    font-size: 13px;
    color: #b0b0b0;
    font-weight: 300;
}


.text-nowrap {
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 768px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}

[class*="col-xl-"] {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (min-width: 1500px)
{
    .col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12 {
        float: left;
    }

    .col-xl-12 {
        width: 100%
    }

    .col-xl-11 {
        width: 91.66666666666666%
    }

    .col-xl-10 {
        width: 83.33333333333334%
    }

    .col-xl-9 {
        width: 75%
    }

    .col-xl-8 {
        width: 66.66666666666666%
    }

    .col-xl-7 {
        width: 58.333333333333336%
    }

    .col-xl-6 {
        width: 50%
    }

    .col-xl-5 {
        width: 41.66666666666667%
    }

    .col-xl-4 {
        width: 33.33333333333333%
    }

    .col-xl-3 {
        width: 25%
    }

    .col-xl-2 {
        width: 16.666666666666664%
    }

    .col-xl-1 {
        width: 8.333333333333332%
    }
}

.datatable-multiselect {
    /* Undo the padding of the th and re-apply it. This will align the dropdown to the th */
    margin: -7px -8px;
    padding: 7px 10px;
}

.datatable-multiselect .dropdown-menu {
    color: #000;
    font-weight: normal;
    width: 230px;
}

.datatable-multiselect .dropdown-menu.dropdown-menu {
    padding: .5em;
}

.datatable-multiselect-search-wrapper .input_group {
    align-items: center;
    border-radius: 2em;
    display: flex;
    margin-bottom: .5em;
}

.datatable-multiselect-search-wrapper .input_group-icon {
    background: none;
    border: none;
}

.datatable-multiselect-search-wrapper .form-input {
    padding: .5em;
}

.datatable-multiselect-found {
    color: #999;
    font-size: .92308em;
}

.datatable-multiselect .form-checkbox {
    display: block;
    padding-left: 2em;
    position: relative;
}

.datatable-multiselect .form-checkbox-helper {
    position: absolute;
    top: 0;
    left: 0;
}

.datatable-multiselect .dropdown-menu > ul {
    max-height: 21em;
    overflow-y: auto;
}