﻿#header nav {
    background: #53a3a3;
}
.navbar-default {
    border-color: #53a3a3;
}
.navbar-nav>li {
    background-color: #53a3a3;
}
.menubar{
    background: #53a3a3;
    border-bottom: #53a3a3;
}
.container-fluid{
    background: #53a3a3;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .navbar-nav > li:hover {
    background-color: #448c8c;
    color: #fff;
}
.mobile-unit {
    background:  #448c8c;
}
.modal-body, .modal-footer{
    background:rgba(11, 136, 203, 0.03) 
}
.form-control{
    background: transparent;
}
.modal-header{
    background:rgba(11, 136, 203, 0.07)
}
.modal-backdrop.in {
    opacity: 0.05;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    color: black;
    background: #edf5ff;
    font-weight: 700;
}

.btn-primary {
    background-color: #53a3a3;
    border: 1px solid #53a3a3;
}
.btn-default{
    color: #53a3a3;
    border: 1px solid #53a3a3;
}
.btn-default:hover{
    color: #fff;
    background-color: #53a3a3;
    border-color: #53a3a3;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active:focus, .btn-default:focus, .btn-default.focus, .btn-default:active:focus {
    border-color: #0775bf;
    background-color: #448c8c;
}

.tab-grid{
    background: #fff;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    color: black;
    background: #edf5ff;
}

#callin_button .list-callin-body{
    border-color: #53a3a3;
}

.pulse-icon .circle-outer {
    background: -webkit-linear-gradient(315deg, rgb(58, 164, 226) 0%, #53a3a3 100%);
    background: -o-linear-gradient(315deg, rgb(58, 164, 226) 0%, #53a3a3 100%);
    background: -ms-linear-gradient(315deg, rgb(58, 164, 226) 0%, #53a3a3 100%);
    background: -moz-linear-gradient(315deg, rgb(58, 164, 226) 0%, #53a3a3 100%);
    background: linear-gradient(315deg, rgb(58, 164, 226) 0%, #53a3a3 100%);
}
.pulse-icon .circle-inner {
    background: -webkit-linear-gradient(135deg, rgb(58, 164, 226) 0%, #53a3a3 100%);
    background: -o-linear-gradient(135deg, rgb(58, 164, 226) 0%, #53a3a3 100%);
    background: -ms-linear-gradient(135deg, rgb(58, 164, 226) 0%, #53a3a3 100%);
    background: -moz-linear-gradient(135deg, rgb(58, 164, 226) 0%, #53a3a3 100%);
    background: linear-gradient(315deg, rgb(58, 164, 226) 0%, #53a3a3 100%);
    animation: grow-circles 4s linear infinite both;
}
.navbar-notify-list-header .v-type.vother{
	margin-left: -10px;
}
.navbar-notify-list-header .v-type{
    display: inline-block;
    line-height: 29px;
    padding-left: 18px;
    margin-top: -2px;
    background: #eee;
    padding-right: 15px;
    cursor: pointer;
    font-weight: 600;
    color: #296e02;
	position: relative;
}
.navbar-notify-list-header .v-type.active{
	background: #ddd;
}
.navbar-notify-list-header .v-type.active:before{
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    top: 11px;
    left: 5px;
	background: #296e02;
}