

#footer {
    height: 2em;
}
table.table tr th {
    /* background-color: #4DB7F8; */

    color: #686868;
    font-weight: normal;
}
table.table tr th:first-child {
    border-radius: 5px 0px 0px 0px;
}
table.table tr th: last-child {
    border-radius: 0px 5px 0px 0px;
}
div.accordion-group:nth-child(odd) > div.accordion-heading {
    background: #F9F9F9;
}
h1 > span.page-title-highlight {
    color: #0083C0;
}
span.required-field-icon {
    color: red;
    font-style: italic;
    vertical-align: sub;
}
p.required-field-desc {
    color: #888;
    font-style: italic;
    font-weight: 300;
}
#footer span.powered-by-text {
    color: #fff;
    vertical-align: top;
    margin-right: 10px;
}
#footer img.powered-by-logo {
    width: 120px;
    opacity: 1;
}
/* scheme styles */

.boolean-icon {
    stroke: #fff;
    stroke-width: 2;
}
.bollean-icon.on {
    fill: green;
}
.bollean-icon.off {
    fill: #ff0000;
}
.value-group rect {
    stroke: #fff;
    fill: #000;
    stroke-width: 1;
}
.value-group text {
    fill: #fff;
}
.text-line-through {
    text-decoration: line-through;
}
.table-form {
    margin: 0;
}
.search-input {
    height: 20px;
    padding-left: 20px !important;
    background-image: url('../ico/search-128.png');
    background-repeat: no-repeat;
    background-position: 2px;
    line-height: normal;
    line-height: normal;
    display: block;
    width: 230px;
    font-size: 12px;
    color: #666;
    background-color: #ccc;
    border: 0;
    border-radius: 13px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#toolbar {
    position: fixed;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
}
#toolbar a {
    color: #FFFFFF;
    text-decoration: none;
}
#toolbar a:hover {
    color: #428bca;
    text-decoration: none;
}
#toolbar a {
    padding: 8px;
}
#toolbar-top {
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
}
#toolbar-top a {
    color: #FFFFFF;
    text-decoration: none;
}
#toolbar-top a:hover {
    color: #428bca;
    text-decoration: none;
}
#toolbar-top a {
    padding: 8px;
}
/* ignore this line */

.twitter-typeahead {
    height: 25px;
    /* background-image: url('../ico/search-128.png'); */

    /* background-repeat: no-repeat; */

    /* background-position: 2px; */

    /* line-height: normal; */

    /* line-height: normal; */

    /* display: block; */

    width: 230px;
    /* font-size: 12px; */

    /* color: #666; */

    /* background-color: #ccc; */

    /* border: 0; */

    /* border-radius: 13px; */

    /* -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2); */

    /* box-shadow: inset 0 1px 2px rgba(0,0,0,.2); */

    /* -webkit-transition: all .2s ease-in-out; */

    -moz-transition: all .2s ease-in-out;
    /* transition: all .2s ease-in-out; */
}
.twitter-typeahead .tt-query, .twitter-typeahead .tt-hint {
    line-height: normal;
    display: block;
    width: 230px;
    font-size: 12px;
    /* color: #666; */

    /* background-color: #ccc; */

    /* border: 0; */

    /* border-radius: 13px; */

    /* -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2); */

    /* box-shadow: inset 0 1px 2px rgba(0,0,0,.2); */

    /* -webkit-transition: all .2s ease-in-out; */

    -moz-transition: all .2s ease-in-out;
    /* transition: all .2s ease-in-out; */
}
.twitter-typeahead .tt-hint {
    color: #a1a1a1;
    z-index: 1;
    padding: 6px 12px;
    border: 1px solid transparent;
}
.twitter-typeahead .tt-query {
    z-index: 2;
}
.tt-dropdown-menu {
    width: 100%;
    margin-top: 2px;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.tt-suggestion {
    display: block;
    padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
    color: #fff;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0)
}
.tt-suggestion.tt-is-under-cursor a {
    color: #fff;
}
.tt-suggestion p {
    margin: 0;
}
.easybicon {
    text-align: center;
    position: relative;
    top: 1px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    display: block;
}
.icon-57:before {
    content: url('../ico/easyb-touch-icon-57.png');
}
.icon-57-error:before {
    content: url('../ico/easyb-touch-icon-57-error.png');
}

@media (max-width: 992px) {
    #toolbar {
        display: none;
    }
}
.graphic-detail {
    text-align: left;
    margin-left: 50px;
    font-size: 20px;
}
.endpoint-name {
    font-size: 20px;
    width: auto;
}
.endpoint-unit {
    font-size: 10px;
}

.ajax-loader {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -68px;
    display: block;
    background: url("../ico/ajax-loader.gif") no-repeat scroll 5px 15px transparent;
    padding: 80px 0 0px 70px;
    line-height: 2em;
    font-size: 2em;
}


.ajax-loader-small {
    display: block;
    background: url("../ico/ajax-loader.gif") no-repeat scroll transparent;
    padding: 20px 0 0px 20px;
    line-height: 2em;
    font-size: 2em;
}

.button-loader {
    display: block;
    background: url("../ico/button_loader.gif") no-repeat scroll transparent;
    padding: 20px 0 0px 20px;
    line-height: 2em;
    font-size: 2em;
    margin-left: -6px;
}


.body-center {
    min-height: 100px;
    position: relative;
    text-align: center;
}
#canvas {
    width: 100%;
    height: 400px;
}
#gmap-dashboard {
    width: 100%;
    height: 400px;
}
#gmap-dashboard-fullscreen {
    position: fixed;
    width: 100%;
    height: 100%;
}
/*.modal-dialog {
width: 100%;
height: 100%;
padding: 0;
}

.modal-content {
height: 100%;
border-radius: 0;
}
*/

.input-xs {
    height: 22px;
    width: 50px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-xs {
    height: 22px;
    line-height: 30px;
}
textarea.input-xs {
    height: auto;
}
.endpoints .input-group-addon.input-xs {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.endpoints .input-group-btn-xs {
    width: 65px;
    white-space: nowrap;
    vertical-align: middle;
}


.endpoints .input-group-xs .form-control {
    width: 76px;
    margin-bottom: 0;
}
.endpoints .input-group-xxs .form-control {
    width: 25px;
    margin-bottom: 0;
}

.btn-states {
    width: 66px;
}

.btn-mobile {
    width: 40px;
    font-size: 9px;
}

.btn-mobile small{
    font-size: 8px;
}
/* TOOLTIP LETTERS */

.tooltip {
    font-size: 13px;
}
.installations-spans {
    float: center;
}
.installations-spans-xs {
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}


#slider-color {
    text-align: center;
    display: block;
    margin: 0 auto;
    background: none;
    border: none;
}
.widget {
    /* margin: 15px auto; */

    /* width: 199px; */

    /* overflow: hidden; */

    /* height: 227px; */

    color: rgba(255, 255, 255, 0.91);
    font-weight: 100;
    letter-spacing: 1px;
    /* box-shadow: 0 0 20px rgba(0,0,0,0.6); */

    /* position: relative; */
}
/* BOOTSTRAP CHANGES */

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    border-top: 0px solid #dddddd;
}
.panel {
    border: 0px solid transparent;
}
/* JQPLOT CHANGES */

/* SIDE BAR */

.social {
    z-index: 999;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none
}
.social li a {
    position: relative;
    width: 46px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: background .5s ease .300ms;
    -moz-transition: background .5s ease .300ms;
    -o-transition: background .5s ease .300ms;
    transition: background .5s ease .300ms
}
.nav-avatar {
    position: relative;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    text-align: center;
    -webkit-transition: background .5s ease .300ms;
    -moz-transition: background .5s ease .300ms;
    -o-transition: background .5s ease .300ms;
    transition: background .5s ease .300ms
}
.nav-avatar li a {
    width: auto;
}
.nav-avatar li a:hover {
    background-color: rgba(238, 238, 238, 0.28);
}
.social li a:hover {
    background-color: rgba(238, 238, 238, 0.28);
}
.social li:first-child a {
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
}
.social li: last-child a {
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
}
.social li a span {
    position: absolute;
    width: 130px;
    float: left;
    text-align: center;
    background: #222;
    color: #fff;
    margin: 20px -20px;
    padding: 10px;
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    transform-origin: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: rotateY(45deg);
    -moz-transform: rotateY(45deg);
    transform: rotateY(45deg);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .2s ease-in .300ms;
    -moz-transition: all .2s ease-in .300ms;
    -o-transition: all .2s ease-in .300ms;
    transition: all .2s ease-in .300ms
}
.social li a:hover span {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    transform: rotateY(0)
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: rgba(238, 238, 238, 0.28);
}
.btn-week-rows {
    width: 30px;
    /* margin-left: -10px; */
    height: 22px;
    padding: 0px 0px;
}
.label-counter {
    color: gray;
    /* background-color: #FFFFFF; */
}
@media (min-width: 767px) {
    .navbar-ex1-collapse {
        display: none;
    }
}
.modal-header-aio {
    border-bottom: 0px solid #e5e5e5;
}
.clip-control {
    font-size: 22px;
    /* line-height: 22px; */

    /* text-shadow: 2px 2px 2px #EEEEEE; */

    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    /* font-size: 15px; */

    line-height: -2.571429;
    font-weight: 300;
    /* color: #6f6f6f; */

    background-color: #ffffff;
    background-image: none;
    border: 0px solid #cccccc;
    border-radius: 0;
    /* box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); */

    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.clip-control-xs {
    font-size: 75%;
    /* line-height: 22px; */

    /* text-shadow: 2px 2px 2px #EEEEEE; */

    height: 35px;
    /* font-size: 15px; */

    line-height: -2.571429;
    font-weight: 300;
    /* color: #6f6f6f; */

    background-color: #ffffff;
    background-image: none;
    border: 0px solid #cccccc;
    border-radius: 0;
    /* box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); */

    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-weight: normal;
    line-height: 1;
    color: #999999;
}
.row-teasy-targets {
    padding-left: 15px;
}
.row-teasy > .col-md-1 {
    height: 10px;
    width: 10px;
    padding: 25px 3px 25px 3px;
    padding-right: 11px;
    padding-left: 11px;
}
/* ---- */

.wrapper {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    position: relative;
    top: -15px;
    background: white;
}
.background {
    border-radius: 150px 150px 150px 150px;
    width: 150px;
    height: 150px;
    background: #df3341;
    background: -moz-linear-gradient(left, #df3341 0%, #d4f355 50%, #61c0ec 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #df3341), color-stop(50%, #d4f355), color-stop(100%, #61c0ec));
    background: -webkit-linear-gradient(left, #df3341 0%, #d4f355 50%, #61c0ec 100%);
    background: -o-linear-gradient(left, #df3341 0%, #d4f355 50%, #61c0ec 100%);
    background: -ms-linear-gradient(left, #df3341 0%, #d4f355 50%, #61c0ec 100%);
    background: linear-gradient(to right, #df3341 0%, #d4f355 50%, #61c0ec 100%);
    position: relative;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 1), inset 0 -2px 3px rgba(0, 0, 0, 0.1);
}
.background:after {
    background: #72c8d5;
    background: -moz-linear-gradient(left, #72c8d5 0%, #62c0eb 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #72c8d5), color-stop(100%, #62c0eb));
    background: -webkit-linear-gradient(left, #72c8d5 0%, #62c0eb 100%);
    background: -o-linear-gradient(left, #72c8d5 0%, #62c0eb 100%);
    background: -ms-linear-gradient(left, #72c8d5 0%, #62c0eb 100%);
    background: linear-gradient(to right, #72c8d5 0%, #62c0eb 100%);
    right: 0;
    left: auto;
}

.roll {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: #f2f2f2;
    cursor: pointer;
}
.roll:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #e94646;
    border-radius: 50%;
    display: block;
    position: absolute;
    bottom: 25px;
    left: 80px;
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.3);
}
.roll:before {
    content: "58";
    position: absolute;
    left: 85px;
    bottom: 40px;
}
.background li {
    position: absolute;
}
.background li:nth-child(1) {
    bottom: 40px;
    right: 10px;
}
.background li:nth-child(2) {
    bottom: -20px;
    left: 48%;
}
.background li:nth-child(3) {
    bottom: 40px;
    left: 10px;
}
.background span {
    position: absolute;
    display: block;
    font-size: 9px;
}
.boiling {
    top: -40px;
    left: -2px;
}
.freeze {
    top: -40px;
    left: auto;
    right: -2px;
}
.btn-xxs {
    height: 22px;
    width: 22px;
}
.endpoints .input-group-btn {
    width: 0%;
}
.endpoints .input-group-btn .btn-xxs {
    padding: 0px 0px;
}
.input-xxs {
    font-size: 9px;
    width: 32px;
    padding: 2px;
    text-align: center;
}
/** CHANGES IN FULLCALENDAR */

.fc-agenda-axis {
    display: none;
}
.fc-agenda-slots td {
    border-width: 0px 0 0;
    background: none;
}
.fc-widget-header, .fc-widget-content {
    border: 1px solid #F1F1F1;
}
.nav-tabs>li>a {
    background-color: rgba(231, 231, 231, 0);
    color: #222222;
}
/* HOVER CLASS , DROPPABLE */

.onhoverclass {
    background-color: #dfdfdf !important;
}
.icon {
    radial-gradient(rgb(85, 200, 236), white, rgba(255, 255, 255, 0));
    position: relative;
    width: 46px;
    -webkit-font-smoothing: antialiased;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: background .5s ease .300ms;
    -moz-transition: background .5s ease .300ms;
    -o-transition: background .5s ease .300ms;
    transition: background .5s ease .300ms;
}
.highlight-hover {
    border: 2px dashed #CCC;
    background-color: #F2F2F2;
    > p {
        color: #666;
    }
}
.table-endpoints-xs {
    padding-right: 5px;
    margin-bottom: 0px;
    table-layout: fixed;
    width: 100%;
}
.btn-node-small {
    margin-right: 5px;
}
.dashboard-edit-mode {
    height: 45px;
    z-index: 99999999999999;
    margin-bottom: 0px;
    padding-top: 14px;
    width: 100%;
    position: fixed;
    top: 0px;
    display: block;
}

.dashboard-edit-mode-as-client {
    height: 45px;

    z-index: 99999999999999;
    margin-bottom: 0px;
    width: 100%;
    position: fixed;
    top: 0px;
    display: block;
}

/*
.box{
display: none;
}
.box + label {
display: block;
background: #d1d1d1;
-webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
position: relative;
-webkit-transition: background 0.3s ease-in-out;
-moz-transition: background 0.3s ease-in-out;
-o-transition: background 0.3s ease-in-out;
-ms-transition: background 0.3s ease-in-out;
transition: background 0.3s ease-in-out;
}
.box + label:before{
content: " ";
position: absolute;
width: 0;
height: 0;
-webkit-transition-property: top, left, width, height, box-shadow;
-moz-transition-property: top, left, width, height, box-shadow;
-o-transition-property: top, left, width, height, box-shadow;
-ms-transition-property: top, left, width, height, box-shadow;
transition-property: top, left, width, height, box-shadow;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease;
-moz-transition-timing-function: ease;
-o-transition-timing-function: ease;
-ms-transition-timing-function: ease;
transition-timing-function: ease;
}
.box + label:after {
content: " ";
display: block;
position: absolute;
background: #fff;
top: 0;
left: 0;
-webkit-box-shadow: inset 0 0 0 1px rgba(209,209,209,0.1), 0 2px 4px rgba(0,0,0,0.2);
box-shadow: inset 0 0 0 1px rgba(209,209,209,0.1), 0 2px 4px rgba(0,0,0,0.2);
-webkit-transition: left 0.3s cubic-bezier(0.54, 1.85, 0.5, 1), box-shadow 0.3s ease-in-out;
-moz-transition: left 0.3s cubic-bezier(0.54, 1.85, 0.5, 1), box-shadow 0.3s ease-in-out;
-o-transition: left 0.3s cubic-bezier(0.54, 1.85, 0.5, 1), box-shadow 0.3s ease-in-out;
-ms-transition: left 0.3s cubic-bezier(0.54, 1.85, 0.5, 1), box-shadow 0.3s ease-in-out;
transition: left 0.3s cubic-bezier(0.54, 1.85, 0.5, 1), box-shadow 0.3s ease-in-out;
}
.box:checked + label:before {
left: 0;
top: 0;
-webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
}
.box + label {
height: 15px;
width: 24px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.box + label:before {
background: #57A7F1;
top: 10px;
left: 7px;
-webkit-border-radius: 10px;
border-radius: 10px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.box + label:after {
height: 15px;
width: 15px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.box:checked + label:before {
width: 16px;
height: 15px;
}
.box:checked + label:after {
left: 10px;
} */

.multiple_series_mode_pick {
    width: 35px;
    padding: 3px;
    padding-top: 6px;
    vertical-align: center;
}

.table-endpoints {
    padding-right: 5px;
    margin-bottom: 0px;
    table-layout: fixed;
    width: 100%;
    vertical-align: center;
}

.endpoint-title-row {
    text-align: left;
    width: 68%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: center;
}


.td_view_heading {
    width: 30px;
    vertical-align: center;
}

.alerts {
    vertical-align: center;
    width: 75px;
    white-space: nowrap;
}

@media (max-width: 600px) {
    .alerts {
        display: none;
    }
}

.weather .td_endpoint_lkv {
    width: 160px;
}

.td_endpoint_lkv {
    width: 250px;
    white-space: nowrap;
}


/*general styles for all CSS Checkboxes*/
.multiple_series_mode_pick label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.multiple_series_mode_pick input[type=checkbox].css-checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height:1px;
    width:1px;
    margin:-1px;
    padding:0;
    border:0;
}

.multiple_series_mode_pick input[type=checkbox].css-checkbox + label.css-label {
    padding-left:20px;
    height:15px;
    display:inline-block;
    line-height:15px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:15px;
    vertical-align:middle;
    cursor:pointer;
}

.multiple_series_mode_pick input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -15px;
}




.multiple_series_mode_pick .elegant{background-image:url('../img/elegant.png');}
input[type=checkbox].css-checkbox.med + label.css-label.med {
    padding-left:22px;
    height:14px;
    display:inline-block;
    line-height:14px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:15px;
    vertical-align:middle;
    cursor:pointer;
}

.multiple_series_mode_pick input[type=checkbox].css-checkbox.med:checked + label.css-label.med {
    background-position: 0 -14px;
}

.jqplot-highlighter-tooltip, .jqplot-canvasOverlay-tooltip {
    border: 0px;
    font-size: 1em;
    white-space: nowrap;
    background: rgba(0,0,0,0);
    padding: 0px;
    z-index:999;
}

.btn-xs {
    padding: 1px 6px;
}

.input-color-xxs{
    font-size: 9px;
    width: 15px;
    padding: 0px;
    height:18px;
    text-align: center;
    border: 0px solid #cccccc;
    display:initial;
    -webkit-box-shadow: inset 0px;
    box-shadow: inset 0px;
    -webkit-transition: border-color;
}

.ng-scope.ng-enter{
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
/*fadeInRight*/


/*.ngRepeat

/*.ng-scope.ng-leave{
-webkit-animation: flipOutX 2.5s;
animation: flipOutX 2.5s;
display: block !important;
}*/

/*
.ng-scope.ng-enter{
-webkit-animation: fadeInRight 0.5s;
animation: fadeInRight 0.5s;
}

/*
.ng-hide-remove {
-webkit-animation: bounceIn 2.5s;
animation: bounceIn 2.5s;
}

.ng-hide-add {
-webkit-animation: flipOutX 2.5s;
animation: flipOutX 2.5s;
display: block !important;
}
*/
.btn-option:hover,
.btn-option:focus,
.btn-option:active,
.btn-option.active,
.open .dropdown-toggle.btn-option {
    color: #ffffff;
    background-color: #47a447;
    border-color: rgba(255, 255, 255, 0);
}

.btn-letter{
    height: 22px;
    padding-bottom: 1px;
    margin-top: -1px;
}

.btn-lkv {
    background-color: transparent;
    border: transparent;
}

.btn-lkv > small {
    color: #3F3F3F;
}

.popover {
    z-index:99999999999999;
    border: 0px;
    border-radius: 4px;
}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; }
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/

.input-filter {
    display: inline-block;
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
}

.input-widget-transparent{
    height: 100%;
    text-align: center;
    width: 65px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: background-color: transparent;
    border: 0px;
    background-color: transparent;
}

.jeasy-highlighter {
    border-radius: 10px;
    padding: 6px;
    color: #666;
    background: rgba(255,255,255,0.8);
    border: solid 2px rgba(230,230,230,0.8);
    text-align: center
}

.btn-np{
    padding-left: 0px;
    padding-right: 0px;
}

.addon-xs{
    min-width: 0px;
    padding: 4px;
    border-radius: 0px;
}

.nav, .pagination, .carousel, .panel-title a { cursor: pointer; } /* Small fix Bs3 + angular  */
.nav.nav-tabs > li > a, .nav.nav-pills > li > a {
    cursor: pointer;
}
/* AFTER MINIMAL */

.navbar-default .dropdown-menu {
    background-color: #ffffff;
}

#main {
    color:black;
}


.panel {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    /* border-radius: 6px; */
    /* -webkit-box-shadow: none; */
    /* box-shadow: none; */
    /* color: #717171; */
}

.btn {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    /border-radius: 0px;
}

.onoffswitch-inner-small:after, .onoffswitch-inner-small:before {
    height: 16px;
}

.onoffswitch-switch-small {
    width: 13px;
    right: 13px;
    margin:1px;

}
.onoffswitch-small{
    width: 28px;
}

#wrap {
    padding: 0px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
    background-color: #333333;
    border-bottom: 1px solid #262626;
    border-radius: 5px 5px 0 0;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #333333;
    background-clip: padding-box;
    border: 1px solid #333333;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    white-space: normal;
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #000000;
    border-top-color: rgba(0,0,0,0.05);
    bottom: -11px;
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #333333;
}

.a-white {
    color:white;
}

.a-white:hover {
    color:silver;
}

.a-black {
    color:black;
}

.a-black:hover {
    color:silver;
}

.input-group-sm, .input-group.input-group-sm > .form-control, .input-group.input-group-sm > .input-group-addon, .input-group.input-group-sm > .input-group-btn > .btn {
    height: 25px;
    min-height: 30px;
    font-size: 11px;
    line-height: 1.5;
}

.i-xs{
    font-size: 5px;
    position: relative;
    top: -1.6px;
}

.a-xs{
    color: #9E9E9E;
    display: inline-block;
    margin: 0 5px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.a-xs:hover{
    color: #717171;
    text-decoration: none;
}

.tile-header-small{
    padding:0px;
}

body.solid-bg-easy {
    background-color: #3a92c8;
    background: -webkit-radial-gradient(circle, #94d2f8, #3a92c8);
    background: -moz-radial-gradient(circle, #94d2f8, #3a92c8);
    background: -ms-radial-gradient(circle, #94d2f8, #3a92c8);
    background-color: #3a92c8;
    background-repeat: repeat;
    background-position: left top;
    background-size: auto;
}

.navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.settings > li #color-schemes > li > a.solid-bg-easy {
    background-color: #3a92c8;
}

.background-white{
    background-color: white;
}

li.dropdown ul.dropdown-menu.wider {
    width: 350px !important;
    max-width: 328px !important;
}

.navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a .message-info {
    width: 249px;
}

#content.login-page {
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 0 0 45px 0 !important;
    top: -45px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.btn-icon {
    margin-left: 5px;
}
.btn-avatar {
    border-radius: 100px;
    padding: 2px 0px;
    color: white;
    font-size: 10px;
    min-width: 21px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.progress{
    padding: 0px;
}

.tile-header-small {
    padding:6px;
}

.zero-scale {
    -webkit-transform: scale(0.0, 0.0);
    -moz-transform: scale(0.0, 0.0);
    -ms-transform: scale(0.0, 0.0);
    -o-transform: scale(0.0, 0.0);
    transform: scale(0.0, 0.0);

}

.onoffswitch-inner:after {
    background-color: rgba(172, 172, 172, 0.86);
}

.navbar .navbar-header .navbar-brand {
    padding: 12px 15px;
    background: none;
}

.checkbox_in_td {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
    margin-bottom: 6px;
    color: #777a80;
    transition: border 0.2s linear 0s,color 0.2s linear 0s;
}


.table td .checkbox label:before, .table th .checkbox label:before {
    top: 4px;
    width: 15px;
    height: 15px;
    left: 8px;
}

.table td .checkbox label:before, .table th .checkbox label:before {
    top: 4px;
}

.table td .checkbox label:after, .table th .checkbox label:after {
    top: 0px;
}

.priority-2 {
    color: #D9E9A5 !important;;
}

.priority-3 {
    color: #a2d200 !important
}

.priority-4 {
    color: #ffc100 !important;
}

.priority-5 {
    color: #ff4a43 !important;
}

.badge-circle {
    border-radius: 50%;
    min-width: 42px;
    color: white;
    min-height: 42px;
    /* position: absolute; */
    font-size: 21px;
    padding-top: 10px;
}

.badge-rect {
    border-radius: 0px;
    min-width: 42px;
    color: white;
    min-height: 42px;
    /* position: absolute; */
    font-size: 21px;
    padding-top: 10px;
}

.badge-rect-sm {
    border-radius: 0px;
    min-width: 30px;
    color: white;
    min-height: 30px;
    font-size: 14px;
    padding-top: 8px;
}

.badge-circle-xxl {
    border-radius: 50%;
    min-width: 120px;
    color: white;
    min-height: 120px;
    font-size: 50px;
    padding-top: 27px;
}


.badge-circle-xxs {
    border-radius: 50%;
    min-width: 21px;
    color: white;
    min-height: 21px;
    /* position: absolute; */
    font-size: 9px;
    padding-top: 6px;
}


.table-tr-nomargin tr{
    margin:0px;
}

.table-sm>thead>tr>th, .table-sm>tbody>tr>th, .table-sm>tfoot>tr>th, .table-sm>thead>tr>td, .table-sm>tbody>tr>td, .table-sm>tfoot>tr>td {
    padding: 3px;
}

.nopadding{
    padding:0px;
}

.nomargintop{
    padding-top: 0px;
}

#mmenu .tab-content .tab-pane ul.users-list > li .media .profile-photo img, #mmenu .tab-content .tab-pane ul.history-list > li .media .profile-photo img, #mmenu .tab-content .tab-pane ul.favourite-list > li .media .profile-photo img {
    width: 60%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    scale: 50%;
}

.carousel-fixed-image img {
    margin: auto;
    min-height: 300px;
    height: 300px;
    max-height: 300px;
}


/* jssor slider thumbnail navigator skin 03 css */
/*
.jssort03 .p            (normal)
.jssort03 .p:hover      (normal mouseover)
.jssort03 .pav          (active)
.jssort03 .pav:hover    (active mouseover)
.jssort03 .pdn          (mousedown)
*/
.jssort03 .w, .jssort03 .pav:hover .w
{
    position: absolute;
    width: 60px;
    height: 30px;
    border: white 1px dashed;
}
* html .jssort03 .w
{
    width /**/: 62px;
    height /**/: 32px;
}
.jssort03 .pdn .w, .jssort03 .pav .w { border-style: solid; }
.jssort03 .c
{
    width: 62px;
    height: 32px;
    filter:  alpha(opacity=45);
    opacity: .45;

    transition: opacity .6s;
    -moz-transition: opacity .6s;
    -webkit-transition: opacity .6s;
    -o-transition: opacity .6s;
}
.jssort03 .p:hover .c, .jssort03 .pav .c
{
    filter:  alpha(opacity=0);
    opacity: 0;
}
.jssort03 .p:hover .c
{
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}

/* jssor slider arrow navigator skin 02 css */
/*
.jssora02l              (normal)
.jssora02r              (normal)
.jssora02l:hover        (normal mouseover)
.jssora02r:hover        (normal mouseover)
.jssora02ldn            (mousedown)
.jssora02rdn            (mousedown)
*/
.jssora02l, .jssora02r, .jssora02ldn, .jssora02rdn
{
    position: absolute;
    cursor: pointer;
    display: block;
    background: url(../img/a02.png) no-repeat;
    overflow:hidden;
}
.jssora02l { background-position: -3px -33px; }
.jssora02r { background-position: -63px -33px; }
.jssora02l:hover { background-position: -123px -33px; }
.jssora02r:hover { background-position: -183px -33px; }
.jssora02ldn { background-position: -243px -33px; }
.jssora02rdn { background-position: -303px -33px; }

::-webkit-scrollbar {
    width: 9px;
}
::-webkit-scrollbar-button {
    width: 9px;
    height:5px;
}
::-webkit-scrollbar-track {
    background:rgba(129, 129, 129, 0.12);
    border: rgba(129, 129, 129, 0.12);
    border-radius:10px;
}
::-webkit-scrollbar-thumb {
    background:rgba(249, 253, 255, 0.74);
    border-radius:10px;
}
::-webkit-scrollbar-thumb:hover {
    background:rgba(249, 253, 255, 0.74);
}

.timeline > li > .el-container {
    margin-right: 24px;
    display: table;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    width: 94%;
}

.table .table{
    background-color: inherit;
}

.profile-photo-chat {
    border-radius: 100px;
    width: 22px;
}

.profile-photo-chat-message {
    border-radius: 100px;
    width: 42px;
}

.text-white{
    color: white;
}

.mm-menu > .mm-panel.mm-subopened {
    left: -100%;
}

.timeline > li.color.transparent-black > .el-container > .content {
    background-color: rgba(0, 0, 0, 0.0);
}


.blue {
  padding: 0 10px;
  border-radius: 5px;
  background: #0180CD;
  background: linear-gradient(to bottom,  #006ECE 0%,#00A2D3 100%);
  color: #222;
}
.orange {
  padding: 0 10px;
  border-radius: 5px;
  background: #dd403c;
  background: linear-gradient(to bottom,  #dd403c 0%,#f1952f 100%);
  color: #222;
}
.help {
  padding: 20px;
  position: absolute;
  bottom: 0;
  font-family: Arial;
  color: #ffffff;
  display: none;
}
.info {
  padding: 10px;
  position: absolute;
  right: 0;
  border: 1px solid #fff;
  z-index: 100;
  font-family: 'Arial';
  font-size: 16px;
}
.info ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.info ul div {
  padding: 0 10px;
}

.intersect {
  color: #555;
}
#schema-content .active {
  color: #27AE61;
}
.point:nth-child(2) {
  background: red !important;
}
.intersect .fa:before {
   font-family: FontAwesome;
   content: "\f00d";
}
#schema-content .active .fa:before {
   font-family: FontAwesome;
   content: "\f00c";
}

.point {
  background: transparent;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #ffffff;
  margin-left: -6px;
  margin-top: -6px;
  border-radius: 50%;
}


#schema-content {
  position: relative;
  border: 1px solid #877;
  width: 100%;
  height: 100%;
}
.node {
  cursor: move;
  padding: 2px;
  background: #0180CD;
  background: linear-gradient(to bottom,  #006ECE 0%,#00A2D3 100%);
  position: absolute;
  border-radius: 50%;
  -moz-box-shadow:    0px 0px 13px -6px #000;
  -webkit-box-shadow: 0px 0px 13px -6px #000;
  box-shadow:         0px 0px 13px -6px #000;
  z-index: 100;
  -webkit-transform: none;
}
/*
   forced to use this approach instead of simply .node:hover {padding:25px}
   since the offsets of the inner node become calculated wrongly due to the
   way jsPlumb does the calculations
*/
.node:hover:before {
  content:'';
  position: absolute;
  background: red;
  padding: 30px;
  margin-left: -20px;
  margin-top: -20px;
  background: #0180CD;
  background: linear-gradient(to bottom,  #006ECE 0%,#00A2D3 100%);
  border-radius: 50%;
  z-index: -1;
}
/* aid for touch devices - a bigger area to grab the node */
#schema-content .node:after {
  content: '';
  display: none;
  height: 30px;
  width: 10px;
  margin-left: 5px;
  background: #00A2D3;
  position: absolute;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;

  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;

  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#schema-content.touchaid .node:after {
  display: block;
}
.inner {
  font-family: arial;
  color: #222;
  font-weight: bold;
  text-align: center;
  height: 20px;
  width: 20px;
  background: linear-gradient(to bottom,  #dd403c 0%,#f1952f 100%);
  cursor: pointer;
  border-radius: 50%;
}

#demo {
    margin-top:5em;
}

.w {

    position:absolute;
    border: 1px solid black;
    z-index:4;
    /* border-radius:1em; */
    border:1px solid #2e6f9a;
    -moz-box-shadow: 2px 2px 19px #e0e0e0;
    -moz-border-radius:8px;
    /*  border-radius:8px; */
    opacity:0.8;
    filter:alpha(opacity=80);
    background-color:white;
    font-size:11px;
    -webkit-transition:background-color 0.25s ease-in;
    -moz-transition:background-color 0.25s ease-in;
    transition:background-color 0.25s ease-in;
}


.w-button {
    padding: 1px 6px;
    width: 68px;
    height: 24px;
}

.w:hover {
    /* background-color: #5c96bc;
    color:white;
    */
}

.w-header {
    padding: 1px 6px;
    width: 68px;
    height: 24px;
    border: 1px solid black;
    z-index:4;
    /* border-radius:1em; */
    border:1px solid #2e6f9a;
    box-shadow: 2px 2px 19px #e0e0e0;
    -o-box-shadow: 2px 2px 19px #e0e0e0;
    -webkit-box-shadow: 2px 2px 19px #e0e0e0;
    -moz-box-shadow: 2px 2px 19px #e0e0e0;
    -moz-border-radius:8px;
    /*  border-radius:8px; */
    opacity:0.8;
    filter:alpha(opacity=80);
    cursor:move;
    background-color:white;
    font-size:11px;
    -webkit-transition:background-color 0.25s ease-in;
    -moz-transition:background-color 0.25s ease-in;
    transition:background-color 0.25s ease-in;
}

.w-header:hover {
    background-color: #5c96bc;
    color:white;

}

.aLabel {
    -webkit-transition:background-color 0.25s ease-in;
    -moz-transition:background-color 0.25s ease-in;
    transition:background-color 0.25s ease-in;
}

.aLabel._jsPlumb_hover, ._jsPlumb_source_hover, ._jsPlumb_target_hover {
    background-color:#1e8151;
    color:white;
}

.aLabel {
    background-color:white;
    opacity:0.8;
    padding:0.3em;
    border-radius:0.5em;
    border:1px solid #346789;
    cursor:pointer;
}

.ep {
    cursor:move;
    opacity: 0.5;
    z-index: 99999999999999;
    position: absolute;
    top: -12px;
    right: 50%;
    left: 50%;
    margin-top: -3.5px;
    margin-left: 4.5px;
    width: 7px;
    height: 7px;
    border-radius: 25px;
    background-color: rgb(94, 255, 114);
    cursor: pointer;
    box-shadow: 0px 0px 2px black;
    -webkit-transition: -webkit-box-shadow 0.25s ease-in;
    -moz-transition: -moz-box-shadow 0.25s ease-in;
    transition: box-shadow 0.25s ease-in;
}

.ep:hover {
    box-shadow: 0px 0px 6px black;
}

.close {
    z-index: 999999;
    position:absolute;
    bottom: 37%;
    right: 5px;
    width:1em;
    height:1em;
    background-color:orange;
    cursor:pointer;
    box-shadow: 0px 0px 2px black;
    -webkit-transition:-webkit-box-shadow 0.25s ease-in;
    -moz-transition:-moz-box-shadow 0.25s ease-in;
    transition:box-shadow 0.25s ease-in;
}

.close:hover {
    box-shadow: 0px 0px 6px black;
}

.statemachine-demo ._jsPlumb_endpoint {
    z-index:3;
}

#opened {
    left:10em;
    top:5em;
}

#phone1 {
    left:35em;
    top:12em;
    width:7em;
}
#inperson {
    left:12em;
    top:23em;
}
#phone2 {
    left:28em;
    top:24em;
}
#rejected {
    left:10em;
    top:35em;
}
.dragHover { border:2px solid orange; }

.path { cursor:pointer; }

.border1 {
    border:1px solid black;
}

.scheasy-content {

    font-size: 93.8%;
    background-color: #f1f2f3;
    background-image:
      -webkit-linear-gradient(0deg, transparent .1em, rgba(0,0,0,.05) .1em, rgba(0,0,0,.05) .125000em, transparent .125000em),
      -webkit-linear-gradient(rgba(0,0,0,.05) .062500em, transparent .062500em);
    background-image:
      -moz-linear-gradient(0deg, transparent .1em, rgba(0,0,0,.05) .1em, rgba(0,0,0,.05) .125000em, transparent .125000em),
      -moz-linear-gradient(rgba(0,0,0,.05) .062500em, transparent .062500em);
    background-image:
      -ms-linear-gradient(0deg, transparent .1em, rgba(0,0,0,.05) .1em, rgba(0,0,0,.05) .125000em, transparent .125000em),
      -ms-linear-gradient(rgba(0,0,0,.05) .062500em, transparent .062500em);
    background-image:
      -o-linear-gradient(0deg, transparent .1em, rgba(0,0,0,.05) .1em, rgba(0,0,0,.05) .125000em, transparent .125000em),
      -o-linear-gradient(rgba(0,0,0,.05) .062500em, transparent .062500em);
    background-image:
      linear-gradient(0deg, transparent .1em, rgba(0,0,0,.05) .1em, rgba(0,0,0,.05) .125000em, transparent .125000em),
      inear-gradient(rgba(0,0,0,.05) .062500em, transparent .062500em);
    background-size: 1.75em 1.75em;
    background-position: 0 -0.5em;
}
.d {
    width:60px;
    height:50px;
    border:1px solid black;
    position:absolute;
}

.w i {
    font-size:10em;
}

.w small {
    color: #999999;
}


.w-image {
    color: white;
    height: auto;
    width: auto;
    padding: none;
    border: none;
    z-index: 4;
    border-radius: none;
    border:1px solid #346789;
    box-shadow: none;
    -o-box-shadow:none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background-color: transparent;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.w-image:hover {
    background-color: none;
    color:none;
}

.scheasy-icon-handle {
    color:black;
}

.scheasy-icon-content {
    display: inline-block;
    position: relative;
    width: 100%;
    vertical-align: middle;
    overflow: hidden;
}

  .scheasy-trash {
    text-align: center;
 }
    .scheasy-trash i {
      background-color: rgba(0, 0, 0, 0.15);
      padding: 15px;
      border-radius: 50%;
      width: 90px;
      opacity: .5;
      -webkit-transition: all 0.15s linear;
      -moz-transition: all 0.15s linear;
      transition: all 0.15s linear; }
    .scheasy-trash.active i {
      opacity: 1;
      background-color: rgba(0, 0, 0, 0.25); }

.padding4 {
    padding: 4px;
}

.scheasy-target {
    opacity: 0.1;
    z-index: 999999;
    position:absolute;
    top: 50%;
    right: 50%;
    margin-right: -5%;
    width: 10%;
    height: 10%;
    background-color:black;
    cursor:pointer;
    box-shadow: 0px 0px 2px black;
    -webkit-transition:-webkit-box-shadow 0.25s ease-in;
    -moz-transition:-moz-box-shadow 0.25s ease-in;
    transition:box-shadow 0.25s ease-in;
}

.scheasy-connector-middle{
    opacity: 0.1;
    position:absolute;
}


.ep-top {
    top: -7%;
    right: 0px;
    width: 100%;
    height: 20px;
    background-color: white;
}

.ep-right {
    background-color: rgba(0, 0, 0, 0.43);
    height: 10px;
    width: 10px;
}

.ep-right-text {
    height: 20px;
    width: 20px;
    margin-right: 0px;
}

.w-bridge{
    width: 0px;
    height: 0px;
}

.w-bridge-example {
    position: absolute;
    border: 1px solid black;
    z-index: 4;
    /* border-radius: 1em; */
    border: 1px solid #2e6f9a;
    -moz-box-shadow: 2px 2px 19px #e0e0e0;
    -moz-border-radius: 8px;
    /* border-radius: 8px; */
    opacity: 0.8;
    filter: alpha(opacity=80);
    cursor: move;
    background-color: white;
    font-size: 11px;
    -webkit-transition: background-color 0.25s ease-in;
    -moz-transition: background-color 0.25s ease-in;
    transition: background-color 0.25s ease-in;
}

.w-bridge-ep-example {
    position: absolute;
    border: 1px solid black;
    z-index: 4;
    /* border-radius: 1em; */
    border: 1px solid #2e6f9a;
    -moz-box-shadow: 2px 2px 19px #e0e0e0;
    -moz-border-radius: 8px;
    /* border-radius: 8px; */
    opacity: 0.8;
    filter: alpha(opacity=80);
    cursor: move;
    background-color: white;
    font-size: 11px;
    -webkit-transition: background-color 0.25s ease-in;
    -moz-transition: background-color 0.25s ease-in;
    transition: background-color 0.25s ease-in;
}

.w-text {
    font-size: 100%;
    border: 1px solid black;
    z-index: 4;
    /* border-radius: 1em; */
    border: 0px;
    border-bottom: silver dotted #ff0000;
    background-color: transparent;
    font-size: 11px;
    min-width: 8px;
}

.full-opacity {
    opacity: 0;
}

.transparent-background {
    background-color: #1C4A66;
}

.dd3-content {
    font-size: 75%;
}

.btn-default > small {
    color: #3F3F3F;
}

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

.day-picker .mail-content .quick-navigation button {
    padding: 0px 7px;
    width: 12%
}

.day-picker .mail-content .quick-navigation h6 {
    margin: 4px;
}

.progress.progress-transparent-black .progress-bar {
    background-color: rgba(219, 150, 133, 0.82);
}

.day-picker .mail-content .quick-navigation {
    text-align: center;
    background-color: inherit;
    margin-bottom: 0px;
    -webkit-box-shadow: 0 0px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0px 0 rgba(0, 0, 0, 0.05);
    border: 0px;
}

.weather .col-xs-1, .weather .col-sm-1, .weather .col-md-1, .weather .col-lg-1, .weather .col-xs-2, .weather .col-sm-2, .weather .col-md-2, .weather .col-lg-2, .weather .col-xs-3, .weather .col-sm-3, .weather .col-md-3, .weather .col-lg-3, .weather .col-xs-4, .weather .col-sm-4, .weather .col-md-4, .weather .col-lg-4, .weather .col-xs-5, .weather .col-sm-5, .weather .col-md-5, .weather .col-lg-5, .weather .col-xs-6, .weather .col-sm-6, .weather .col-md-6, .weather .col-lg-6, .weather .col-xs-7, .weather .col-sm-7, .weather .col-md-7, .weather .col-lg-7, .weather .col-xs-8, .weather .col-sm-8, .weather .col-md-8, .weather .col-lg-8, .weather .col-xs-9, .weather .col-sm-9, .weather .col-md-9, .weather .col-lg-9, .weather .col-xs-10, .weather .col-sm-10, .weather .col-md-10, .weather .col-lg-10, .weather .col-xs-11, .weather .col-sm-11, .weather .col-md-11, .weather .col-lg-11, .weather .col-xs-12, .weather .col-sm-12, .weather .col-md-12, .weather .col-lg-12 {
    padding-left: 2px;
    padding-right: 2px;
}

.weather .tile {
    margin-bottom: 4px;
}

.mobile{
    color: white;
}

.morris-hover.morris-default-style {
    padding:0px;
}

select.form-control.chosen-transparent + .chosen-container.chosen-container-single .chosen-single {
    background: rgba(0, 0, 0, 0.3);
}

.btn-white{background-color: #fff !important;}

.tab-ineasy{ padding: 3px 11px !important; }

.tile { margin: 3px; }

.is_optional{
    background-color: #2B3643;
    padding: 5px 15px;
    color: white;
}

.flat {
    border-radius: 0px !important;
}
