/* Minification failed. Returning unminified contents.
(5603,50): run-time error CSS1030: Expected identifier, found ' '
 */
/*@import url(//fonts.googleapis.com/css?family=Roboto:400,200,100,700,600,300);
@import url(//fonts.googleapis.com/css?family=Open+Sans:100,200,400,800,700,600&subset=latin,latin-ext);*/

/*@import url("font-awesome.css");
@import url("localfonts/stylesheet.css");*/

.isotope-item:hover {
  opacity:1;
}

.badge {
  /*cursor: pointer;*/
}

.has-cursor {
  cursor: pointer;
}

.hideText {
    text-indent: -999em;
    letter-spacing: -999em;
    overflow: hidden;
}

.login-error {
  color: #e60000;
}

.login-back {
  padding: 15px 10px 0 0;
  float: right;
}

*, a:focus {
    outline: none !important;
}

button:focus {
    outline: none !important;
}

button::-moz-focus-inner {
    border: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    background: #FAFAFA url(../images/aspivia-bg2.png) repeat;
    font-size: 10pt;
    padding-bottom: 35px;
}

a {
    color:#528098;
    /*color: #96cde5;*/
    outline: 0 !important;
}

input, button, select, textarea {
    font-family: 'Open Sans', sans-serif;
}

a:hover {
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    margin: 0 0 10px;
    font-weight: 700;
    color: #575655;
}

h1.glyphicons, h2.glyphicons, h3.glyphicons, h4.glyphicons, h5.glyphicons, h6.glyphicons {
    color: #575655;
}

p {
    font-size: 12px;
    margin: 0 0 10px;
    line-height: normal;
}

p a {
    color: #dd8a88;
}

h1, h2, h3 {
    text-shadow: 0 1px 0 #fff;
}

h1 {
    color: #575655;
}

h1 span {
    color: #d67170;
}

h2 {
    font-size: 26pt;
    color: #575655;
}

h4, h3 {
    color: #575655;
}

li.center, .center {
    text-align: center;
}

.right {
    text-align: right !important;
}

.btn-block.count {
    text-align: left;
}

.btn-block.count.glyphicons i:before {
    text-align: center;
}

.btn-block.count span {
    float: right;
    font-size: 18px;
}

.innerLR {
    padding: 0 10px;
    position: relative;
}

.container-fluid {
    padding: 0px;
    background: #ffffff;
}

.container-fluid.fixed {
    padding: 0px;
    width: 1169px;
    margin: 20px auto;
    border: 1px solid #dddddd;
    /*-webkit-border-radius: 20px 0 0 0;
    -moz-border-radius: 20px 0 0 0;
    border-radius: 20px 0 0 0;*/
}

.container-fluid.documentation {
    background: #fff;
}

.form-signin-heading{font-weight: 100}
.form-horizontal.form-editable .control-group {margin-bottom: 0}
.navbar.main {
    height: 42px;
    background-color: #323E54;
/*    -webkit-border-radius: 20px 0 0 0;
    -moz-border-radius: 20px 0 0 0;
    border-radius: 20px 0 0 0;*/
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
    margin: 0;
    position: relative;
}

.navbar.main .logo {
    background: url(../images/aspiviaunison-header-logo-mc.png) no-repeat;
    margin: 0 0 2px 10px;
    display: inline-block;
    height: 42px;
    width: 42px;
}

.navbar.main .btn-navbar {
    padding: 6px 4px 6px 4px;
    margin: 0;
    position: absolute;
    float: left;
    left: 235px;
    top: 7px;
    display: block;
    background: #323E54;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.navbar.main .btn-navbar .icon-bar {
    background: #999;
}

.navbar.main .topnav {
    border-left: 1px solid #080A0B;
}

/*.navbar.main .topnav .search-query {

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;

    margin-bottom: 3px;
    margin-left: 3px;
    margin-right: 3px;
    height: 14px;partial-header-search
    width: 100px;
    font-size: 0.9em;

}*/
.navbar.main .topnav .search-query {

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;

    margin-bottom: 3px;
    margin-left: 3px;
    margin-right: 3px;
    height: 14px;
    width: 100px;
    font-size: 0.9em;

    background-image: url('../images/search.png');
    background-repeat:no-repeat;
    background-position: 10px 5px;
    background-size: 16px 16px;
    padding-left:30px;
}

.navbar.main .topnav, .navbar.main .topnav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navbar.main .topnav>li {
    border-left: 1px solid #60717B;
    border-right: 1px solid #080A0B;
    position: relative;
}
.navbar.main .topnav>li.border-fix {
border-left: 1px solid #60717B;
border-right: none;
width: 1px;
}
.navbar.main .topnav>li, .navbar.main .topnav>li .notif li {
    float: left;
    height: 42px;
    line-height: 42px;
    display: block;
    padding: 0 1px;
}

.navbar.main .topnav>li>a, .navbar.main .topnav>li .notif li>a {
    display: block;
    color: #d9d9d9;
    text-decoration: none;
    padding: 0 10px;
}

.navbar.main .topnav>li>a .text, .navbar.main .topnav>li .notif li>a .text {
    display: inline-block;
    padding-left: 10px;
}

.navbar.main .topnav>li>a.glyphicons, .navbar.main .topnav>li .notif li>a.glyphicons {
    padding: 0 10px 0 35px;
}

.navbar.main .topnav>li>a.glyphicons i:before, .navbar.main .topnav>li .notif li>a.glyphicons i:before {
    color: #aad7ea;
    font-size: 17px;
    top: 12px;
    left: 10px;
}

.navbar.main .topnav>li>a.glyphicons.logout, .navbar.main .topnav>li .notif li>a.glyphicons.logout {
    padding: 0 38px 0 0;
}

.navbar.main .topnav>li>a.glyphicons.logout i:before, .navbar.main .topnav>li .notif li>a.glyphicons.logout i:before {
    left: auto;
    right: 10px;
    color: #aad7ea;
}

.navbar.main .topnav>li.open, .navbar.main .topnav>li .notif li.open {
    padding: 0;
}

.navbar.main .topnav>li.open>a, .navbar.main .topnav>li .notif li.open>a {
    background: #f5f5f5;
    height: 36px;
    color: #a9a9a9;
    position: relative;
    top: 6px;
    line-height: 34px;
    border: 1px solid #dddddd;
}

.navbar.main .topnav>li.open>a i:before, .navbar.main .topnav>li .notif li.open>a i:before {
    top: 9px;
}

.navbar.main .topnav>li.open .dropdown-menu, .navbar.main .topnav>li .notif li.open .dropdown-menu {
    background: #f5f5f5;
    border: 1px solid #bbbbbb;
    border-top: none;
    right: 1px;
    width: 246px;
    -webkit-box-shadow: 3px 4px 4px rgba(0,0,0,0.2)!important;
    -moz-box-shadow: 3px 4px 4px rgba(0,0,0,0.2) !important;
    box-shadow: 3px 4px 4px rgba(0,0,0,0.2) !important;
    padding-bottom: 4px;
    z-index: 10000000;
}

.navbar.main .topnav>li.open>a.glyphicons i:before, .navbar.main .topnav>li.open .notif li>a.glyphicons i:before {color:#c4c4c4;}

/*start dropdown menu css*/

.navbar.main .topnav>li.open .dropdown-menu.full-width-xl {

    width: 820px;
}

.navbar.main .topnav>li.open .dropdown-menu.full-width {

    width: 778px;
}
.navbar.main .topnav>li.open .dropdown-menu.three-column {

    width: 720px;
}
.navbar.main .topnav>li.open .dropdown-menu.two-column {

    width: 480px;
}

.navbar.main .topnav>li.open .dropdown-menu li, .navbar.main .topnav>li .notif li.open .dropdown-menu li {
    border-bottom: 1px solid #dddddd;
}

.navbar.main .topnav>li.open .dropdown-menu li:last-child, .navbar.main .topnav>li .notif li.open .dropdown-menu li:last-child {
    border-bottom: none;
}

.navbar.main .topnav>li.open .dropdown-menu li:first-child>a, .navbar.main .topnav>li .notif li.open .dropdown-menu li:first-child>a, .navbar.main .topnav>li.open .dropdown-menu li:first-child>a:hover, .navbar.main .topnav>li .notif li.open .dropdown-menu li:first-child>a:hover, .navbar.main .topnav>li.open .dropdown-menu li:first-child>span, .navbar.main .topnav>li .notif li.open .dropdown-menu li:first-child>span {
    border-top: none;
}

.navbar.main .topnav>li.open .dropdown-menu li>a, .navbar.main .topnav>li .notif li.open .dropdown-menu li>a, .navbar.main .topnav>li.open .dropdown-menu li>a:hover, .navbar.main .topnav>li .notif li.open .dropdown-menu li>a:hover, .navbar.main .topnav>li.open .dropdown-menu li>span, .navbar.main .topnav>li .notif li.open .dropdown-menu li>span {
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    border-top: 1px solid #ffffff;
    display: block;
    background: #f5f5f5;
    color: #333;
    text-decoration: none;
}
.navbar.main .topnav>li.open .dropdown-menu li>a span {
    font-size: 16px;
}

.navbar.main .topnav>li.open .dropdown-menu li>a.glyphicons i:before, .navbar.main .topnav>li .notif li.open .dropdown-menu li>a.glyphicons i:before, .navbar.main .topnav>li .notif li.open .dropdown-menu li>a:hover.glyphicons i:before, .navbar.main .topnav>li.open .dropdown-menu li>span.glyphicons i:before, .navbar.main .topnav>li .notif li.open .dropdown-menu li>span.glyphicons i:before {
    left: auto;
    right: 10px;
    top: 8px;
    font-size: 20px;
    color: #bbbbbb;
}
.navbar.main .topnav>li.open .dropdown-menu li>a:hover.glyphicons i:before{color: #db3535; font-size: 20px;}

.navbar.main .topnav>li.open .dropdown-menu li>a:hover{color: #db3535}

.navbar.main .topnav>li.open .dropdown-menu li.active, .navbar.main .topnav>li .notif li.open .dropdown-menu li.active {
    background: #ddd;
}

.navbar.main .topnav>li.open .dropdown-menu li.active a, .navbar.main .topnav>li .notif li.open .dropdown-menu li.active a {
    background: #ddd;
}

.navbar.main .topnav>li.open .dropdown-menu li.highlight>a, .navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight>a, .navbar.main .topnav>li.open .dropdown-menu li.highlight>a:hover, .navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight>a:hover, .navbar.main .topnav>li.open .dropdown-menu li.highlight>span, .navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight>span {
    background: #fff;
}

.navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>a, .navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>a, .navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>a:hover, .navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>a:hover, .navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>span, .navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>span {
    height: auto;
    line-height: normal;
    padding: 5px 10px 10px;
}

.navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>a .heading, .navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>a .heading, .navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>a:hover .heading, .navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>a:hover .heading, .navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>span .heading, .navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>span .heading {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}

.navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>a .heading a, .navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>a .heading a, .navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>a:hover .heading a, .navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>a:hover .heading a, .navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>span .heading a, .navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>span .heading a {
    text-transform: none;
}

.navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>a .img, .navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>a .img, .navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>a:hover .img, .navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>a:hover .img, .navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>span .img, .navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>span .img {
    display: inline-block;
    float: left;
    width: 47px;
    height: 45px;
    line-height: 45px;
    background: #272729;
    text-align: center;
    content: "\e004";
    color: #525254;
    font-family: "Glyphicons";
    margin: 0 10px 0 0;
    position: relative;
}

.navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>a .clearfix, .navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>a .clearfix, .navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>a:hover .clearfix, .navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>a:hover .clearfix, .navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>span .clearfix, .navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>span .clearfix {
    display: block;
}
.navbar.main .topnav>li.open .dropdown-menu li.nav-header{
    font-size: 20px;
    padding: 0px 10px;
    font-weight: 600; 
    line-height: 38px;
}

.navbar.main .topnav .dropdown>a .caret {
    border-top-color: #fafafa;
    top: 12px;
    position: relative;
}

.navbar.main .topnav .dropdown-menu {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}
.navbar.main .topnav>li.open .dropdown-menu .dropdown-header{
    padding:0;
}
.dropdown-menu .dropdown-header .sub-heading{
    height:20px;
    line-height: 18px;
    font-size: 26px;
    margin: 20px 10px 16px 10px;
    font-weight: 300;
    border-bottom: solid 6px #cccccc;
    padding: 0 0 0 0 !important;
}
.navbar.main .topnav>li.open .dropdown-menu .dropdown-header .sub-heading .title { 
    font-family: 'Roboto', sans-serif;
    color:#666666;
    height: 20px;
    font-weight: 300;
    border-bottom: 6px solid #37a6cd;
    padding-bottom: 2px;
    font-size: 26px;
 }

/* drop-down menu extra css */

.dropdown-menu .icon {
    color: #bbbbbb;
}
.dropdown-menu .vertical-separator{
    width:2px;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #ffffff;
}

/* Menu*/

#wrapper {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
}

#menu {
    width: 228px;
    float: right;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
    background: url(../images/menu-bg.png) repeat;
    text-shadow: 1px 0px 1px rgba(0, 0, 0, 1);
}

#menu #menuInner {
    position: relative;
    margin-bottom: -999999px;
    padding-bottom: 999999px;
    width: 226px;
    border-left: 1px solid transparent;
    /*box-shadow: -2px 0 5px rgba(0,  0,  0,  0.3) inset;*/
    float: left;

}

#menu #menuInner>ul {
    float: left;
    margin: 0 0 25px;
    /*border-top: 1px solid #333333;*/
    border-right: 1px solid #333333;
}

#menu #menuInner>ul>li:first-child {
    border-top: 1px solid #6D7176;
}

#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}

#menu ul li {
    display: block;
    height: 39px;
    line-height: 39px;
    border-bottom: 1px solid #6D7176;
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

#menu ul li a {
    display: block;
    width: auto;
    border-bottom: 1px solid #333333;
    border-right:1px solid #333333;
    padding: 0;
    margin: 0;
    color: #d9d9d9;
    height: 38px;
    line-height: 38px;
    text-decoration: none;
    font-size: 16px;
}

#menu ul li a.glyphicons {
    padding: 0 0 0 50px;
}

#menu ul li a.glyphicons i:before {
    font-size: 17px;
    color: #96cde5;
    top: 10px;
    left: 20px;
}

#menu ul li a:hover {
    background-color: rgba(36, 43, 53, 0.2);
}

#menu ul li:after {
    overflow: hidden;
    display: inline-block;
    width: 0;
    position: absolute;
    content: "";
}

#menu ul li.active {
    position: relative;
    overflow: visible;
    background-color: rgba(36, 43, 53, 0.2);
}

#menu ul li.active>a {
    background: url(../images/menu-bg.png) repeat;
}

#menu ul li.active:after {
    display: inline-block;
    width: 9px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10px;
    content: "";
    background: url(../images/menu-bg.png) repeat;
}

#menu ul li.glyphicons a {
    padding: 0 0 0 50px;
}

#menu ul li.glyphicons a i:before {
    font-size: 17px;
    color: #96cde5;
    top: 10px;
    left: 20px;
}

#menu ul li.glyphicons.disabled a i:before {
    color: #AAA;
}

#menu ul li.disabled a {
    color: #999;
}

#menu ul li.hasSubmenu.active {
    height: auto;
    /*background: #fff;*/
    padding: 0 0 0 0;
    /*border-bottom: 1px solid #dddddd;*/
}

#menu ul li.hasSubmenu.active a {
    border: none;
    /*margin-bottom: 2px;*/
}

#menu ul li.heading span {
    display: block;
    text-transform: uppercase;
    border-bottom: 1px solid #333333;
    height: 38px;
    color: #BFBFBF;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    padding: 0 0 0 20px;
    font-size: 11pt;
    background-color: rgba(182, 220, 236, 0.08);
}

#menu ul ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu ul ul li {
    height: auto;
    border: none;
}

#menu ul ul li a {
    padding: 0 0 0 20px;
    height: 25px;
    line-height: 25px;
    border: none;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 10pt;
    background: url(../images/menu-bg.png) repeat;
}

#menu ul ul li a.glyphicons i:before {
    font-size: 12px;
    top: 7px;
    left: 22px;
    color: #222;
}

#menu ul ul li a:hover {
    background-color: rgba(0, 0, 0, 1);
}

#menu ul ul li.active a {
    font-weight: 600;
    background: #fafafa;
}

#menu #search {
    position: relative;
    overflow: hidden;
    width: 196px;
    height: 30px;
    border: 1px solid #dddddd;
    background: #fff;
    margin: 15px auto;
}

#menu #search input {
    border: none;
    height: 30px;
    line-height: 30px;
    padding: 0;
    width: 152px;
    margin: 0;
    left: 10px;
    position: absolute;
    top: 0;
    box-shadow: none;
}

#menu #search .glyphicons {
    width: 34px;
    height: 30px;
    background: #fff;
    border: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
}

#menu #search .glyphicons i:before {
    top: 6px;
    left: 9px;
    color: #cccccc;
    font-size: 17px;
}

#content {
    position: relative;
    overflow: hidden;
    margin: 0 0 0 228px;
    background: #fff;
    min-width: 320px;
    min-height: 1000px;
    height:auto;
    background: none repeat scroll 0 0 #fafafa;
    
}

#content-lr {
    padding: 0 14px;
}

#content>p {
    padding: 5px 10px;
}

#content>h1, #content>h2, #content>h3, #content>h4, #content>h5, #content>h6 {
    margin: 0 10px 0 10px;
}

.heading-buttons h1, .heading-buttons h2, .heading-buttons h3, .heading-buttons h4, .heading-buttons h5, .heading-buttons h6 {
    display: inline-block;
    margin: 0 10px;
}

.menu-hidden #menu {
    display: none;
}

.menu-hidden #content {
    margin: 0;
}

.menu-hidden .navbar.main .appbrand {
    display: none;
}

.menu-hidden .navbar.main .btn-navbar {
    left: 10px;
    height:28px;

}

.menu-hidden.login .navbar.main .appbrand, .menu-hidden.documentation .navbar.main .appbrand {
    display: inline-block;
    border: none;
}

.menu-hidden.login .navbar.main .appbrand span, .menu-hidden.documentation .navbar.main .appbrand span {
    border: none;
}

#content {
    position: relative;
    overflow: hidden;
    margin: 0 0 0 228px;
    background: #fff;
    min-width: 320px;
    min-height: 1000px;
    background: none repeat scroll 0 0 #fafafa;
}

#content-lr {
    padding: 0 14px;
}

#content>p {
    padding: 5px 10px;
}

#content>h1, #content>h2, #content>h3, #content>h4, #content>h5, #content>h6 {
    margin: 0 10px 0 10px;
}

.heading-buttons h1, .heading-buttons h2, .heading-buttons h3, .heading-buttons h4, .heading-buttons h5, .heading-buttons h6 {
    display: inline-block;
    margin: 0 10px;
}

.menu-hidden #menu {
    display: none;
}

.menu-hidden #content {
    margin: 0;
}

.menu-hidden .navbar.main .appbrand {
    display: none;
}

.menu-hidden .navbar.main .btn-navbar {
    left: 10px;
}

.menu-hidden.login .navbar.main .appbrand, .menu-hidden.documentation .navbar.main .appbrand {
    display: inline-block;
    border: none;
}

.menu-hidden.login .navbar.main .appbrand span, .menu-hidden.documentation .navbar.main .appbrand span {
    border: none;
}

.breadcrumb-wrapper{
    height: 36px;
    padding:6px 0 0 0;
    margin: 0;
    background: #eee;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 12pt;
    background-color: #f5f5f5;
    
}

.breadcrumb {
    
    line-height: 30px;
    padding: 0;
    width:100%;
    padding: 0 8px;
    margin: 0;
}

.breadcrumb a {
    color: #333;
    font-weight: 600;
}

.breadcrumb .glyphicons {
    color: #666666;
    padding: 0 0 0 20px;
}

.breadcrumb .glyphicons i:before {
    color: #37a6cd;
    font-size: 16px;
    top: 2px;
}

.breadcrumb .divider {
    margin: 0 3px;
    width: 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #bfc2c5;
    height: 10px;
}

#footer {
    height: 35px;
    background: #272729;
    border-top: 1px solid #010101;
    position: fixed;
    bottom: 0;
    z-index: 20000;
    left: 0;
    right: 0;
    overflow: hidden;
}

#footer .wrap {
    background: #272729;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    padding: 0;
    border-top: 1px solid #494E53;
}

#footer .wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-left: 1px solid #232323;
    border-right: 1px solid #535353;
    display: inline-block;
}

#footer .wrap ul li {
    float: left;
    display: block;
    border-right: 1px solid #232323;
    line-height: 35px;
    height: 35px;
}

#footer .wrap ul li span:first-child, #footer .wrap ul li a {
    border-left: 1px solid #535353;
    display: block;
    width: auto;
    cursor: pointer;
    padding: 0 10px;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    color: #797979;
    font-weight: bold;
}

#footer .wrap ul li span:first-child i:before, #footer .wrap ul li a i:before {
    line-height: 35px;
    position: relative;
    color: #797979;
    left: auto;
    top: -2px;
    font-size: 20px;
    vertical-align: middle;
    font-weight: normal;
}

#footer .wrap ul li span:first-child.text span, #footer .wrap ul li a.text span {
    margin-left: 5px;
}

#footer .wrap ul li.active span:first-child, #footer .wrap ul li:hover span:first-child, #footer .wrap ul li.active a, #footer .wrap ul li:hover a {
    color: #e6e6e6;
}

#footer .wrap ul li.active span:first-child i:before, #footer .wrap ul li:hover span:first-child i:before, #footer .wrap ul li.active a i:before, #footer .wrap ul li:hover a i:before {
    color: #e6e6e6;
}

.menubar {
    height: 34px;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    background: #f5f5f5;
    margin: 0 0 10px;
}

.menubar ul {
    margin: 0;
    padding: 0 10px;
    list-style: none;
    height: 33px;
    border-bottom: 1px solid #fff;
}

.menubar ul li {
    float: left;
    display: block;
    height: 33px;
    line-height: 33px;
    padding: 0 8px;
}

.menubar ul li.divider {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #ffffff;
    width: 0px;
    padding: 0;
    margin: 0 8px;
}

.menubar ul li a {
    color: #4b4b4b;
    font-weight: 700;
    font-size: 9pt;
}

/* GAP */

.glyphicons.standard {
    width: 24px;
    height: 24px;
    padding: 0;
}

.glyphicons.single {
    color: #96cde5;
    padding: 0 0 0 20px;
}

.glyphicons.single i:before {
    font-size: 13px;
    top: 4px;
    color: #96cde5;
}

.glyphicons.text-error {
    color: #96cde5;
}

.glyphicons.text-error i:before {
    color: #96cde5;
}

.glyphicons.text-info {
    color: #5d92b3;
}

.glyphicons.text-info i:before {
    color: #5d92b3;
}

.glyphicons.text-success {
    color: #719d46;
}

.glyphicons.text-success i:before {
    color: #719d46;
}

.glyphicons.btn-action {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.9) inset;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.9) inset;
    -moz-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.9) inset;
    width: 25px;
    height: 25px;
    padding: 0;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid;
    vertical-align: middle;
}

.glyphicons.btn-action i:before {
    font-size: 14px;
    top: 5px;
    left: 5px;
    text-shadow: 0 1px 0 #fff;
}

.glyphicons.btn-action.btn-info {
    background: #c2d5e1;
    border-color: #c2d5e1;
}

.glyphicons.btn-action.btn-info i:before {
    color: #5d92b3;
}

.glyphicons.btn-action.btn-success {
    background: #d1e1c2;
    border-color: #d1e1c2;
}

.glyphicons.btn-action.btn-success i:before {
    color: #719d46;
}

.glyphicons.btn-action.btn-danger {
    background: #f7b6b6;
    border-color: #f7b6b6;
}

.glyphicons.btn-action.btn-danger i:before {
    color: #DA4C4C;
}

.glyphicons.btn-action.single {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: none;
    background: none;
    margin-right: 10px;
}

.glyphicons.btn-icon {
    padding: 5px 7px 5px 40px;
}

.glyphicons.btn-icon i:before {
    font-size: 15px;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    width: 33px;
    height: 23px;
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
    vertical-align: middle;
    padding: 7px 0 0;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    text-align: center;
}

.glyphicons.btn-icon.right {
    text-align: left;
    padding: 5px 0 5px 7px;
}

.glyphicons.btn-icon.right i:before {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    right: 0;
    left: auto;
    border-right: none;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    text-align: center;
}

.glyphicons.btn-large {
    padding: 10px 10px 10px 40px;
    font-weight: 600;
}

.glyphicons.btn-large i:before {
    top: 12px;
    left: 12px;
    font-size: 17px;
}

.glyphicons.btn-large.btn-icon i:before {
    top: 0;
    left: 0;
    height: 28px;
    padding: 12px 0 0;
}

.glyphicons.btn-small {
    padding: 2px 10px 2px 35px;
}

.glyphicons.btn-small i:before {
    padding: 5px 0 0;
    width: 28px;
    height: 19px;
    font-size: 14px;
}

.glyphicons.btn-mini {
    padding: 1px 6px 1px 33px;
}

.glyphicons.btn-mini i:before {
    padding: 5px 0 0;
    width: 26px;
    height: 17px;
    font-size: 13px;
}

.glyphicons.orange i:before {
    color: #EDB459;
}

.glyphicons.btn-default i:before {
    color: #9e9e9e;
    text-shadow: none;
    background: rgba(255, 255, 255, 0.6);
    border-color: rgba(0, 0, 0, 0.3);
}











/* ICONS */
.glyphicons.btn-action {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.9) inset;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.9) inset;
    -moz-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.9) inset;
    width: 25px;
    height: 25px;
    padding: 0;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid;
    vertical-align: middle;
}

.glyphicons.btn-action i:before {
    font-size: 14px;
    top: 5px;
    left: 5px;
    text-shadow: 0 1px 0 #fff;
}

.glyphicons.btn-action.btn-info {
    background: #c2d5e1;
    border-color: #c2d5e1;
}

.glyphicons.btn-action.btn-info i:before {
    color: #5d92b3;
}

.glyphicons.btn-action.btn-success {
    background: #d1e1c2;
    border-color: #d1e1c2;
}

.glyphicons.btn-action.btn-success i:before {
    color: #719d46;
}

.glyphicons.btn-action.btn-danger {
    background: #f7b6b6;
    border-color: #f7b6b6;
}

.glyphicons.btn-action.btn-danger i:before {
    color: #DA4C4C;
}

.glyphicons.btn-action.single {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: none;
    background: none;
    margin-right: 10px;
}

.glyphicons.btn-icon {
    padding: 5px 7px 5px 40px;
}

.glyphicons.btn-icon i:before {
    font-size: 15px;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    width: 33px;
    height: 23px;
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
    vertical-align: middle;
    padding: 7px 0 0;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    text-align: center;
}

.glyphicons.btn-icon.right {
    text-align: left;
    padding: 5px 0 5px 7px;
}

.glyphicons.btn-icon.right i:before {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    right: 0;
    left: auto;
    border-right: none;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    text-align: center;
}

.glyphicons.btn-large {
    padding: 10px 10px 10px 40px;
    font-weight: 600;
}

.glyphicons.btn-large i:before {
    top: 12px;
    left: 12px;
    font-size: 17px;
}

.glyphicons.btn-large.btn-icon i:before {
    top: 0;
    left: 0;
    height: 28px;
    padding: 12px 0 0;
}

.glyphicons.btn-small {
    padding: 2px 10px 2px 35px;
}

.glyphicons.btn-small i:before {
    padding: 5px 0 0;
    width: 28px;
    height: 19px;
    font-size: 14px;
}

.glyphicons.btn-mini {
    padding: 1px 6px 1px 33px;
}

.glyphicons.btn-mini i:before {
    padding: 5px 0 0;
    width: 26px;
    height: 17px;
    font-size: 13px;
}

.glyphicons.orange i:before {
    color: #EDB459;
}

.glyphicons.btn-default i:before {
    color: #9e9e9e;
    text-shadow: none;
    background: rgba(255, 255, 255, 0.6);
    border-color: rgba(0, 0, 0, 0.3);
}

.btn-group .glyphicons.btn.chart-type-change { 
    min-height: 26px
}

.btn-group .glyphicons.btn.chart-type-change i:before { 
    font-size: 16px;
    margin:4px 0 0 10px ;
    color:#7f8c8d;
}

h4.glyphicons {
    padding: 0 0 0 35px;
    display: block;
}

h4.glyphicons i:before {
    font-size: 22px;
    font-weight: normal;
    color: #575655;
}

h3.glyphicons, h2.glyphicons {
    padding: 0 0 0 45px;
    display: block;
}

h3.glyphicons i:before, h2.glyphicons i:before {
    font-size: 30px;
    font-weight: normal;
    left: 2px;
    top: 5px;
    color: #575655;
}

h3.glyphicons.cogwheels i:before, h2.glyphicons.cogwheels i:before {
    left: 5px;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: #E0D5C6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #e0d5c6;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #e0d5c6;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #e0d5c6;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    font-size: 13px;
}

.uniformjs .radio .disabled input[type="radio"], .uniformjs .checkbox .disabled input[type="checkbox"] {
    margin-left: 0;
}

.uniformjs .radio, .uniformjs .checkbox {
    padding-left: 0;
}

.uniformjs .radio {
    height: auto;
}

.radio.inline+.radio.inline, .checkbox.inline+.checkbox.inline {
    margin-left: 3px;
}

.uniformjs label.radio {
    margin-bottom: 0;
}

.uniformjs label.radio.inline {
    margin: 0;
}

.checkbox.inline {
    padding-bottom: 1px;
}

.uniformjs .radio span {
    margin: 2px 0 0;
}

.uniformjs .checkbox span {
    margin: -2px 0 0;
}

label, input, button, select, textarea {
    font-size: 13px;
}

.input-full input {
    width: 83%;
    height: 17px;
}
.input-nano {
width: 30px;
}
.loginbox form {
    margin: 0;
}

.loginbox .add-on {
    background: #fff;
}

.loginbox .add-on i:before {
    color: #7f8284;
}

.loginbox .forgot {
    margin-bottom: 5px;
    text-align: right;
    display: block;
}

/* ============================================================
 * bootstrapSwitch v1.3 by Larentis Mattia @spiritualGuru
 * http://www.larentis.eu/switch/
 * ============================================================
 * Licensed under the Apache License, Version 2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 * ============================================================ *
.has-switch {
  border-radius: 30px;
  display: inline-block;
  cursor: pointer;
  line-height: 1.231;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 80px;
  -webkit-mask: url('../images/switch/mask.png') 0 0 no-repeat;
  mask: url('../images/switch/mask.png') 0 0 no-repeat;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.has-switch.deactivate {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.has-switch.deactivate label,
.has-switch.deactivate span {
  cursor: default !important;
}
.has-switch > div {
  width: 162%;
  position: relative;
  top: 0;
}
.has-switch > div.switch-animate {
  -webkit-transition: left 0.25s ease-out;
  -moz-transition: left 0.25s ease-out;
  -o-transition: left 0.25s ease-out;
  transition: left 0.25s ease-out;
  -webkit-backface-visibility: hidden;
}
.has-switch > div.switch-off {
  left: -63%;
}
.has-switch > div.switch-off label {
  background-color: #7f8c9a;
  border-color: #bdc3c7;
  -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
}
.has-switch > div.switch-on {
  left: 0%;
}
.has-switch > div.switch-on label {
  background-color: #aad7ea;
}
.has-switch input[type=checkbox] {
  display: none;
}
.has-switch span {
  cursor: pointer;
  font-size: 14.994px;
  font-weight: 700;
  float: left;
  height: 29px;
  line-height: 19px;
  margin: 0;
  padding-bottom: 6px;
  padding-top: 5px;
  position: relative;
  text-align: center;
  width: 50%;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  -webkit-backface-visibility: hidden;
}
.has-switch span.switch-left {
  border-radius: 30px 0 0 30px;
  background-color: #34495e;
  color: #aad7ea;
  border-left: 1px solid transparent;
}
.has-switch span.switch-right {
  border-radius: 0 30px 30px 0;
  background-color: #bdc3c7;
  color: #ffffff;
  text-indent: 7px;
}
.has-switch span.switch-right [class*="fui-"] {
  text-indent: 0;
}
.has-switch label {
  border: 4px solid #34495e;
  border-radius: 50%;
  float: left;
  height: 21px;
  margin: 0 -15px 0 -14px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 21px;
  z-index: 100;
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  -webkit-backface-visibility: hidden;
}
.switch-square {
  border-radius: 6px;
  -webkit-mask: url('../images/switch/mask.png') 0 0 no-repeat;
  mask: url('../images/switch/mask.png') 0 0 no-repeat;
}
.switch-square > div.switch-off label {
  border-color: #7f8c9a;
  border-radius: 6px 0 0 6px;
}
.switch-square span.switch-left {
  border-radius: 6px 0 0 6px;
}
.switch-square span.switch-left [class*="fui-"] {
  text-indent: -10px;
}
.switch-square span.switch-right {
  border-radius: 0 6px 6px 0;
}
.switch-square span.switch-right [class*="fui-"] {
  text-indent: 5px;
}
.switch-square label {
  border-radius: 0 6px 6px 0;
  border-color: #aad7ea;
}
.has-switch span.switch-mini,
.has-switch label.switch-mini {
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 10px;
  line-height: 9px;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
  line-height: 1.231;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 80px;
  -webkit-mask: url('../images/switch/mask.png') 0 0 no-repeat;
  mask: url('../images/switch/mask.png') 0 0 no-repeat;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
    */


/* ============================================================
 * bootstrapSwitch v1.6 by Larentis Mattia @SpiritualGuru
 * http://www.larentis.eu/
 *
 * Enhanced for radiobuttons by Stein, Peter @BdMdesigN
 * http://www.bdmdesign.org/
 *
 * Project site:
 * http://www.larentis.eu/switch/
 * ============================================================
 * Licensed under the Apache License, Version 2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 * ============================================================ */
.has-switch {
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  min-width: 100px;
}
.has-switch.switch-mini {
  min-width: 72px;
}
.has-switch.switch-small {
  min-width: 80px;
}
.has-switch.switch-large {
  min-width: 120px;
}
.has-switch.deactivate {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.has-switch.deactivate label,
.has-switch.deactivate span {
  cursor: default !important;
}
.has-switch > div {
  display: inline-block;
  width: 150%;
  position: relative;
  top: 0;
}
.has-switch > div.switch-animate {
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
}
.has-switch > div.switch-off {
  left: -50%;
}
.has-switch > div.switch-on {
  left: 0%;
}
.has-switch input[type=radio],
.has-switch input[type=checkbox] {
  display: none;
}
.has-switch span,
.has-switch label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  display: inline-block;
  height: 100%;
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 14px;
  line-height: 20px;
}
.has-switch span.switch-mini,
.has-switch label.switch-mini {
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 10px;
  line-height: 9px;
}
.has-switch span.switch-small,
.has-switch label.switch-small {
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 12px;
  line-height: 18px;
}
.has-switch span.switch-large,
.has-switch label.switch-large {
  padding-bottom: 9px;
  padding-top: 9px;
  font-size: 16px;
  line-height: normal;
}
.has-switch label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  width: 34%;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.has-switch label:hover,
.has-switch label:focus,
.has-switch label:active,
.has-switch label.active,
.has-switch label.disabled,
.has-switch label[disabled] {
  color: #ffffff;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.has-switch label:active,
.has-switch label.active {
  background-color: #cccccc \9;
}
.has-switch label i {
  color: #000;
  text-shadow: 0 1px 0 #fff;
  line-height: 18px;
  pointer-events: none;
}
.has-switch span {
  text-align: center;
  z-index: 1;
  width: 33%;
}
.has-switch span.switch-left {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.has-switch span.switch-right {
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: -o-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: linear-gradient(to bottom, #e6e6e6, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffffffff', GradientType=0);
  border-color: #ffffff #ffffff #d9d9d9;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ffffff;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.has-switch span.switch-right:hover,
.has-switch span.switch-right:focus,
.has-switch span.switch-right:active,
.has-switch span.switch-right.active,
.has-switch span.switch-right.disabled,
.has-switch span.switch-right[disabled] {
  color: #333333;
  background-color: #ffffff;
  *background-color: #f2f2f2;
}
.has-switch span.switch-right:active,
.has-switch span.switch-right.active {
  background-color: #e6e6e6 \9;
}
.has-switch span.switch-primary,
.has-switch span.switch-left {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #33566a;
  background-image: -moz-linear-gradient(top, #33566a, #33566a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#33566a), to(#33566a));
  background-image: -webkit-linear-gradient(top, #33566a, #33566a);
  background-image: -o-linear-gradient(top, #33566a, #33566a);
  background-image: linear-gradient(to bottom, #33566a, #33566a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33566a', endColorstr='#33566a', GradientType=0);
  border-color: #0088cc #33566a #33566a;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0088cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.has-switch span.switch-primary:hover,
.has-switch span.switch-left:hover,
.has-switch span.switch-primary:focus,
.has-switch span.switch-left:focus,
.has-switch span.switch-primary:active,
.has-switch span.switch-left:active,
.has-switch span.switch-primary.active,
.has-switch span.switch-left.active,
.has-switch span.switch-primary.disabled,
.has-switch span.switch-left.disabled,
.has-switch span.switch-primary[disabled],
.has-switch span.switch-left[disabled] {
  color: #ffffff;
  background-color: #0088cc;
  *background-color: #0077b3;
}
.has-switch span.switch-primary:active,
.has-switch span.switch-left:active,
.has-switch span.switch-primary.active,
.has-switch span.switch-left.active {
  background-color: #006699 \9;
}
.has-switch span.switch-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #41a7c5;
  background-image: -moz-linear-gradient(top, #2f96b4, #5bc0de);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2f96b4), to(#5bc0de));
  background-image: -webkit-linear-gradient(top, #2f96b4, #5bc0de);
  background-image: -o-linear-gradient(top, #2f96b4, #5bc0de);
  background-image: linear-gradient(to bottom, #2f96b4, #5bc0de);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2f96b4', endColorstr='#ff5bc0de', GradientType=0);
  border-color: #5bc0de #5bc0de #28a1c5;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #5bc0de;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.has-switch span.switch-info:hover,
.has-switch span.switch-info:focus,
.has-switch span.switch-info:active,
.has-switch span.switch-info.active,
.has-switch span.switch-info.disabled,
.has-switch span.switch-info[disabled] {
  color: #ffffff;
  background-color: #5bc0de;
  *background-color: #46b8da;
}
.has-switch span.switch-info:active,
.has-switch span.switch-info.active {
  background-color: #31b0d5 \9;
}
.has-switch span.switch-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #58b058;
  background-image: -moz-linear-gradient(top, #51a351, #62c462);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#51a351), to(#62c462));
  background-image: -webkit-linear-gradient(top, #51a351, #62c462);
  background-image: -o-linear-gradient(top, #51a351, #62c462);
  background-image: linear-gradient(to bottom, #51a351, #62c462);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff51a351', endColorstr='#ff62c462', GradientType=0);
  border-color: #62c462 #62c462 #3b9e3b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #62c462;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.has-switch span.switch-success:hover,
.has-switch span.switch-success:focus,
.has-switch span.switch-success:active,
.has-switch span.switch-success.active,
.has-switch span.switch-success.disabled,
.has-switch span.switch-success[disabled] {
  color: #ffffff;
  background-color: #62c462;
  *background-color: #4fbd4f;
}
.has-switch span.switch-success:active,
.has-switch span.switch-success.active {
  background-color: #42b142 \9;
}
.has-switch span.switch-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f9a123;
  background-image: -moz-linear-gradient(top, #f89406, #fbb450);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f89406), to(#fbb450));
  background-image: -webkit-linear-gradient(top, #f89406, #fbb450);
  background-image: -o-linear-gradient(top, #f89406, #fbb450);
  background-image: linear-gradient(to bottom, #f89406, #fbb450);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff89406', endColorstr='#fffbb450', GradientType=0);
  border-color: #fbb450 #fbb450 #f89406;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #fbb450;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.has-switch span.switch-warning:hover,
.has-switch span.switch-warning:focus,
.has-switch span.switch-warning:active,
.has-switch span.switch-warning.active,
.has-switch span.switch-warning.disabled,
.has-switch span.switch-warning[disabled] {
  color: #ffffff;
  background-color: #fbb450;
  *background-color: #faa937;
}
.has-switch span.switch-warning:active,
.has-switch span.switch-warning.active {
  background-color: #fa9f1e \9;
}
.has-switch span.switch-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #d14641;
  background-image: -moz-linear-gradient(top, #bd362f, #ee5f5b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bd362f), to(#ee5f5b));
  background-image: -webkit-linear-gradient(top, #bd362f, #ee5f5b);
  background-image: -o-linear-gradient(top, #bd362f, #ee5f5b);
  background-image: linear-gradient(to bottom, #bd362f, #ee5f5b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbd362f', endColorstr='#ffee5f5b', GradientType=0);
  border-color: #ee5f5b #ee5f5b #e51d18;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ee5f5b;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.has-switch span.switch-danger:hover,
.has-switch span.switch-danger:focus,
.has-switch span.switch-danger:active,
.has-switch span.switch-danger.active,
.has-switch span.switch-danger.disabled,
.has-switch span.switch-danger[disabled] {
  color: #ffffff;
  background-color: #ee5f5b;
  *background-color: #ec4844;
}
.has-switch span.switch-danger:active,
.has-switch span.switch-danger.active {
  background-color: #e9322d \9;
}
.has-switch span.switch-default {
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: -o-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: linear-gradient(to bottom, #e6e6e6, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffffffff', GradientType=0);
  border-color: #ffffff #ffffff #d9d9d9;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ffffff;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.has-switch span.switch-default:hover,
.has-switch span.switch-default:focus,
.has-switch span.switch-default:active,
.has-switch span.switch-default.active,
.has-switch span.switch-default.disabled,
.has-switch span.switch-default[disabled] {
  color: #333333;
  background-color: #ffffff;
  *background-color: #f2f2f2;
}
.has-switch span.switch-default:active,
.has-switch span.switch-default.active {
  background-color: #e6e6e6 \9;
}

/*------------------------------------------------------------------
[*. jQuery UI Overrides]
*/

.ui-slider {
  background: #cccccc;
  border-radius: 32px;
  height: 12px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
  margin-bottom: 20px;
  position: relative;
}
.ui-slider .bar {
  background: #1abc9c;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
}
.ui-slider .bar-success {
  background-color: #2ecc71;
  filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
}
.ui-slider .bar-warning {
  background-color: #f1c40f;
  filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
}
.ui-slider .bar-danger {
  background-color: #e74c3c;
  filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
}
.ui-slider .bar-info {
  background-color: #3498db;
  filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
}
.ui-slider-handle {
  background-color: #00DFED;
  border-radius: 50%;
  cursor: pointer;
  height: 18px;
  margin-left: -9px;
  position: absolute;
  top: -3px;
  width: 18px;
  z-index: 2;
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s;
  -webkit-backface-visibility: hidden;
}
.ui-slider-handle[style*='100'] {
  margin-left: -15px;
}
.ui-slider-handle:hover,
.ui-slider-handle:focus {
  background-color: #48c9b0;
  outline: none;
}
.ui-slider-handle:active {
  background-color: #00DFED;
}
.ui-slider-range {
  background-color: #1abc9c;
  border-radius: 30px 0 0 30px;
  display: block;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.ui-slider-segment {
  background-color: #d9dbdd;
  border-radius: 50%;
  float: left;
  height: 6px;
  margin: 3px -6px 0 0;
  width: 6px;
}
.ui-slider-value {
  float: right;
  font-weight: 500;
  margin-top: 12px;
}
.ui-slider-value.first {
  clear: left;
  float: left;
}

/* end slider */

/* big labels */

.big-label {
    width: 40px;
    height: 40px;
    margin: 5px 5px 0 0;
    display: inline-block;
    background-color: #aaaaaa;
    border: 1px solid #9d9d9d;
    -webkit-border-radius: 8px 0 8px 0;
    -moz-border-radius: 8px 0 8px 0;
    -ms-border-radius: 8px 0 8px 0;
    -o-border-radius: 8px 0 8px 0;
    border-radius: 8px 0 8px 0;
    text-align: center;
}

.big-label.round {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}

.big-label i {
    position: relative;
    top: 10px;
    font-size: 1.5em;
    color: #eee;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.big-label.light-blue {
    background: #aad7ea;
    border: 1px solid #96cde5;
}

.big-label.medium-blue {
    background: #67a0be;
    border: 1px solid #5595b6;
}

.big-label.text-blue {
    background: #33566a;
    border: 1px solid #2b4859;
}

.big-label.dark-blue {
    background: #323E54;
    border: 1px solid #47698a;
}

.big-label.dark-plum {
    background: #6c5e6d;
    border: 1px solid #5e525f;
}

.big-label.yellow {
    background: #f0c22e;
    border: 1px solid #eebb16;
}

.big-label.orange {
    background: #FBB450;
    border: 1px solid #E8B36A;
}

.big-label.red {
    background: #db3535;
    border: 1px solid #d12525;
}

.big-label.plum {
    background: #ca6eff;
    border: 1px solid #c155ff;
}

.big-label.blue {
    background: #2191ed;
    border: 1px solid #1284e2;
}

.big-label.turquoise {
    background: #39c5aa;
    border: 1px solid #33b199;
}

.big-label.green {
    background: #609450;
    border: 1px solid #57931e;
}

.big-label.inverse {
    background: #444444;
    border: 1px solid #373737;
}

.big-label.text-inverse i {
    color: #eee;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.big-label.text-dark i {
    color: #2b4859;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/*new clear box */

.box-clear{
    height: 100%;
    margin: 10px 30px 10px 20px;
    padding: 0;
    line-height: 20px;
}
.box-subs .form-horizontal .controls, .form-horizontal .box-subs .controls {
    margin-left: 180px;
}
.well .form-horizontal .control-group {
margin-bottom: 0;
}
#TaskAccordion .accordion-body { max-height:415px;}

/* old widget box */

.box {
    height: 100%;
    margin: 10px auto 5px auto;
    padding: 0;
    line-height: 20px;

    background-color: #fff;
    border: 1px solid #cccccc;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.box .box-header {
    /* height: 30px;
    line-height: 30px;*/
    margin-bottom: 20px;
    margin-top: 0;
    padding: 10px 15px 5px 15px;
    font-weight: 700;
    text-align: left;
}

.box-header h1, .box-header h2, .box-header h3, .box-header h4, .box-header h5, .box-header h6 {
    color: rgba(51, 86, 106, 0.5);
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6), 0 0 1px rgba(0, 0, 0, 0.3);
    margin: 0;
    display: inline;
}

.box .box-content {
    padding: 0 15px 15px 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
}
.box-content.box-subs {
    margin:0 10px 0 10px ;
}
.box-content>h1, .box-content>h2, .box-content>h3, .box-content>h4, .box-content>h5, .box-content>h6 {
    color: rgba(51, 86, 106, 0.5);
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6), 0 0 1px rgba(0, 0, 0, 0.3);
    font-weight: 100;

}
.box-content.box-subs .form-horizontal .control-label, .form-horizontal .box-content.box-subs .control-label {
    width:160px;
}
.box-content.box-small .form-horizontal .control-label {
    width:120px;
}
.box-content.box-small .form-horizontal .controls {
    margin-left: 110px;
    
}
.box .box-content.height-single{
    height:300px;
}
.box-content .tab-content {
    padding: 10px 0 0 0;
}

.box-form {

}

.box-form .box-content {
    padding: 0;
}

.box-form form {
    margin: 0;
}

.box-form .form-actions {
    margin-bottom: 0;

    -webkit-border-bottom-right-radius: 20px; /* Safari & Chrome */
    -moz-border-bottom-right-radius: 20px; /* Firefox */
    -ms-border-bottom-right-radius: 20px; /* Internet Explorer */
    -o-border-bottom-right-radius: 20px; /* Opera */
    border-bottom-right-radius: 20px; /* W3C */

    background-color: transparent;
}
.box.padded-box{
    margin: 10px;
}
.box-separator{
    display: block;
    width: 100%;
    border-bottom: solid 2px #cccccc;
    margin: 0 0 14px 0;
}
.box-subs .box-link {
color: #528098;
outline: 0 !important;
margin:0 0 0 26px;
}

/*buttons*/

.btn {
    box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;

    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;

    color: #666666;
    background: #f4f4f4;

}

.btn-default {
    background: #f4f4f4;
    border: 1px solid #dcdcdc;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    color: rgba(0, 0, 0, 0.6);
    text-shadow: 0 1px 0 #fff;
    font-weight: 600;
}

.btn-aspivia {
}

.btn-group.open .btn-default.dropdown-toggle, .btn-default.disabled, .btn-default[disabled], .btn-default:hover {
    background: #e8e8e8;
}

.btn-default .caret {
    border-top-color: rgba(0, 0, 0, 0.5);
}

.btn {
    font-weight: 600;
}

.btn-warning {
    background: #FBB450;
    border: 1px solid #FBB450;
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.btn-warning.glyphicons i:before {
    color: rgba(255, 255, 255, 0.5);
    text-shadow: none;
}

.btn-group.open .btn-warning.dropdown-toggle {
    background: #FBB450;
    color: #fff;
}

.btn-warning .caret {
    border-top-color: rgba(255, 255, 255, 0.7);
    border-bottom-color: rgba(255, 255, 255, 0.7);
}

.btn-info {
    background: #0072BC;
    border: 1px solid #0072BC;
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.btn-info.glyphicons i:before {
    color: rgba(255, 255, 255, 0.5);
    text-shadow: none;
}

.btn-group.open .btn-info.dropdown-toggle {
    background: #93B9D8;
    color: #fff;
}

.btn-info .caret {
    border-top-color: rgba(255, 255, 255, 0.7);
    border-bottom-color: rgba(255, 255, 255, 0.7);
}

.btn-danger {
    background: #D63333;
    color: #fff;
}

.btn-danger.glyphicons i:before {
    color: rgba(255, 255, 255, 0.4);
    text-shadow: none;
}

.btn-primary {
    background: #0072BC;
    border: 1px solid #005B96;
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.btn-primary .btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
}
.btn-primary:hover {
    background: #005B96;
    border: 1px solid #005B96;
}
 
    /*override selected (active) button*/
    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
        color: #ffffff;
        background-color: #005B96;
    }

.btn-primary.glyphicons i:before {
    color: rgba(255, 255, 255, 0.4);
    text-shadow: none;
}

.btn-group.open .btn-primary.dropdown-toggle {
    background: #37a6cd;
    color: #fff;
    border-color: #0072BC;
}

.btn-primary .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.btn-group.btn-block {
    padding: 0;
    position: relative;
}

.btn-group.btn-block .leadcontainer {
    left: 0;
    position: absolute;
    right: 29px;
}

.btn-group.btn-block .dropdown-lead {
    width: 100%;
}

.btn-group.btn-block .dropdown-toggle {
    width: 30px;
    float: right;
    box-sizing: border-box;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.btn-inverse {
    background: #3f4246;
    border: 1px solid #292a2c;
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.btn-inverse.glyphicons i:before {
    color: #919293;
    text-shadow: none;
}

.btn-group.open .btn-inverse.dropdown-toggle {
    background: #3f4246;
    color: #fff;
}

.btn-inverse .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.btn-success {
    background: #609450;
    border: 1px solid #709f61;
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.btn-success.glyphicons i:before {
    color: #a2bc9b;
    text-shadow: none;
}

.btn-group.open .btn-success.dropdown-toggle {
    background: #609450;
    color: #fff;
}

.btn-success .caret {
    border-top-color: #a2bc9b;
    border-bottom-color: #a2bc9b;
}

.btn-select .btn{min-width: 210px; text-align: left;}
#form-filters button {background-color: #F8F8F8}
#form-filters button:hover, #form-filters button.active{background-color: #eaeaea}
.span-isotope {width:18% !important;}
.isotope-responsive{margin: 0;}

/* stats-alt list on dashboard */
ul.stats-alt {
    list-style: none;
    overflow: hidden;
}

ul.stats-alt li {
    width: 94%;
    overflow: inherit;
    padding-top: 5px;
    border-bottom: 1px dotted #eeeeee;
    font-weight: 600;
}

ul.stats-alt li .icon {
    float: left;
    display: inline-block;
    margin-bottom: 5px;
}

ul.stats-alt li .stat-name {
    float: left;
    margin-left: 8px;
    margin-top: 5px;
    display: inline-block;
    color: rgba(0, 0, 0, 0.5);
    line-height: 50px;
    text-transform: uppercase;
    vertical-align: text-bottom;
}

ul.stats-alt li .value {
    float: left;
    display: inline-block;
    margin-left: 8px;
    font-size: 2.5em;
    line-height: 50px;
    color: rgba(0, 0, 0, 0.4);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6), 0 0 1px rgba(0, 0, 0, 0.3);
}

ul.stats-alt li .progress-bar {
    width: 30%;
    float: right;
    margin-right: 10px;
    padding-top: 25px;
}

ul.stats-alt li .percent {
    float: right;
    margin-top: 5px;
    display: inline-block;
    color: #67a0be;
    line-height: 50px;
    text-transform: uppercase;
    vertical-align: text-bottom;
}

/* BOOTSTRAP PAGINATION DARK OVERRIDES  */

.pagination.dark ul > li > a,
.pagination.dark ul > li > span {
    background: #33566a;
    border: 1px solid #223A47;
    border-right: 1px solid #556D7A;
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.pagination.dark.thin{
    line-height: 12px;}

.pagination.dark ul > li > a:hover,
.pagination.dark ul > .active > a,
.pagination.dark ul > .active > span {
  background-color: #223A47;
  border-right: 1px solid #405A6A;
}

.pagination.dark ul > .active > a,
.pagination.dark ul > .active > span {
  color: #D8DBDE;
}

.pagination.dark ul > .disabled > span,
.pagination.dark ul > .disabled > a,
.pagination.dark ul > .disabled > a:hover {
  color: #D8DBDE;
  background-color: #223A47;
}

.pagination.dark ul > li:first-child > a,
.pagination.dark ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-radius: 8px 0 0 0;
     -moz-border-radius: 8px 0 0 0;
          border-radius: 8px 0 0 0;
}

.pagination.dark ul > li:last-child > a,
.pagination.dark ul > li:last-child > span {
  -webkit-border-radius: 0 0 8px 0;
     -moz-border-radius: 0 0 8px 0;
          border-radius: 0 0 8px 0;
}


/* PAGINATION LIGHT */

.pagination.light ul > li > a,
.pagination.light ul > li > span {
    background: #f3f3f3;
    border: 1px solid #dddddd;
    border-right: 1px solid #C2C2C2;
    border-left: 1px solid #ffffff;
    color: #333333;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.pagination.light.thin{
    line-height: 12px;}

.pagination.light ul > li > a:hover,
.pagination.light ul > .active > a,
.pagination.light ul > .active > span {
  background-color: #dedede;
  border-right: 1px solid #C2C2C2;
  border-left: 1px solid #CFCFCF;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.pagination.light ul > .active > a,
.pagination.light ul > .active > span {
  color: #333333;
}

.pagination.light ul > .disabled > span,
.pagination.light ul > .disabled > a,
.pagination.light ul > .disabled > a:hover {
  color: #333333;
  background-color: #dedede;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left: 1px solid #C2C2C2;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
    border-right: 1px solid #C2C2C2;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

/* REGULAR PAGINATION (BLUE)*/

.pagination ul > li > a,
.pagination ul > li > span {
    background: #67a0be;
    border: 1px solid #528098;
    border-left: 1px solid #5a5a5a;
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #4A7389;
  border-right: 1px solid #528098;
  border-left: 1px solid #395A6A;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #E0E2E5;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #CACBCE;
  background-color: #67a0be;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

/*PROGRESS BARS */

.progress {
    height: 20px;
}

.progress-red .bar {
    background-color-color: #db3535;
    background: #db3535;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmNGI0YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2QxMjUyNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #df4b4b), color-stop(100%, #d12525));
    background-image: -webkit-linear-gradient(top, #df4b4b, #d12525);
    background-image: -moz-linear-gradient(top, #df4b4b, #d12525);
    background-image: -o-linear-gradient(top, #df4b4b, #d12525);
    background-image: linear-gradient(top, #df4b4b, #d12525);
}

.progress-orange .bar {
    background-color: #ff8330;
    background: #ff8330;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOTI0OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmNzQxNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff9249), color-stop(100%, #ff7417));
    background-image: -webkit-linear-gradient(top, #ff9249, #ff7417);
    background-image: -moz-linear-gradient(top, #ff9249, #ff7417);
    background-image: -o-linear-gradient(top, #ff9249, #ff7417);
    background-image: linear-gradient(top, #ff9249, #ff7417);
}

.progress-yellow .bar {
    background-color: #f0c22e;
    background: #f0c22e;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyYzk0NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlYmIxNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2c946), color-stop(100%, #eebb16));
    background-image: -webkit-linear-gradient(top, #f2c946, #eebb16);
    background-image: -moz-linear-gradient(top, #f2c946, #eebb16);
    background-image: -o-linear-gradient(top, #f2c946, #eebb16);
    background-image: linear-gradient(top, #f2c946, #eebb16);
}

.progress-green .bar {
    background-color: #63a822;
    background: #63a822;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZmYmQyNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU3OTMxZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6fbd26), color-stop(100%, #57931e));
    background-image: -webkit-linear-gradient(top, #6fbd26, #57931e);
    background-image: -moz-linear-gradient(top, #6fbd26, #57931e);
    background-image: -o-linear-gradient(top, #6fbd26, #57931e);
    background-image: linear-gradient(top, #6fbd26, #57931e);
}

.progress-blue .bar {
    background-color: #2191ed;
    background: #2191ed;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM5OWRlZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzEyODRlMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #399def), color-stop(100%, #1284e2));
    background-image: -webkit-linear-gradient(top, #399def, #1284e2);
    background-image: -moz-linear-gradient(top, #399def, #1284e2);
    background-image: -o-linear-gradient(top, #399def, #1284e2);
    background-image: linear-gradient(top, #399def, #1284e2);
}

.progress-plum .bar {
    background-color: #ca6eff;
    background: #ca6eff;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QzODdmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2MxNTVmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d387ff), color-stop(100%, #c155ff));
    background-image: -webkit-linear-gradient(top, #d387ff, #c155ff);
    background-image: -moz-linear-gradient(top, #d387ff, #c155ff);
    background-image: -o-linear-gradient(top, #d387ff, #c155ff);
    background-image: linear-gradient(top, #d387ff, #c155ff);
}

.progress-turquoise .bar {
    background-color: #39c5aa;
    background: #39c5aa;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjY2JiMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMzYjE5OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4ccbb3), color-stop(100%, #33b199));
    background-image: -webkit-linear-gradient(top, #4ccbb3, #33b199);
    background-image: -moz-linear-gradient(top, #4ccbb3, #33b199);
    background-image: -o-linear-gradient(top, #4ccbb3, #33b199);
    background-image: linear-gradient(top, #4ccbb3, #33b199);
}

.progress-light-blue .bar {
    background-color: #aad7ea;
    background: #aad7ea;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JlZTFlZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk2Y2RlNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bee1ef), color-stop(100%, #96cde5));
    background-image: -webkit-linear-gradient(top, #bee1ef, #96cde5);
    background-image: -moz-linear-gradient(top, #bee1ef, #96cde5);
    background-image: -o-linear-gradient(top, #bee1ef, #96cde5);
    background-image: linear-gradient(top, #bee1ef, #96cde5);
}

.progress-medium-blue .bar {
    background-color: #67a0be;
    background: #67a0be;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc5YWJjNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU1OTViNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #79abc6), color-stop(100%, #5595b6));
    background-image: -webkit-linear-gradient(top, #79abc6, #5595b6);
    background-image: -moz-linear-gradient(top, #79abc6, #5595b6);
    background-image: -o-linear-gradient(top, #79abc6, #5595b6);
    background-image: linear-gradient(top, #79abc6, #5595b6);
}

.progress-dark-blue .bar {
    background-color: #50769b;
    background: #50769b;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVhODNhYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ3Njk4YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5a83aa), color-stop(100%, #47698a));
    background-image: -webkit-linear-gradient(top, #5a83aa, #47698a);
    background-image: -moz-linear-gradient(top, #5a83aa, #47698a);
    background-image: -o-linear-gradient(top, #5a83aa, #47698a);
    background-image: linear-gradient(top, #5a83aa, #47698a);
}

.progress-text-blue .bar {
    background-color: #33566a;
    background: #33566a;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNiNjQ3YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJiNDg1OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3b647b), color-stop(100%, #2b4859));
    background-image: -webkit-linear-gradient(top, #3b647b, #2b4859);
    background-image: -moz-linear-gradient(top, #3b647b, #2b4859);
    background-image: -o-linear-gradient(top, #3b647b, #2b4859);
    background-image: linear-gradient(top, #3b647b, #2b4859);
}

.progress-dark-plum .bar {
    background-color: #6c5e6d;
    background: #6c5e6d;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdhNmE3YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzVlNTI1ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7a6a7b), color-stop(100%, #5e525f));
    background-image: -webkit-linear-gradient(top, #7a6a7b, #5e525f);
    background-image: -moz-linear-gradient(top, #7a6a7b, #5e525f);
    background-image: -o-linear-gradient(top, #7a6a7b, #5e525f);
    background-image: linear-gradient(top, #7a6a7b, #5e525f);
}

.progress .bar.bar-unused {
    background-color: #50769b;
    background: #50769b;
/*    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVhODNhYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ3Njk4YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5a83aa), color-stop(100%, #47698a));
    background-image: -webkit-linear-gradient(top, #5a83aa, #47698a);
    background-image: -moz-linear-gradient(top, #5a83aa, #47698a);
    background-image: -o-linear-gradient(top, #5a83aa, #47698a);
    background-image: linear-gradient(top, #5a83aa, #47698a);*/
}
.progress .bar.bar-danger {
    background-color: #f26666;
    background: #f26666;
    }

.progress-container{ margin:10px 0 40px 0; display: block;}
.progress-container .title {color:#666666; font-size: 16px}
.progress-container .progress{ margin-top:4px; margin-bottom: 0px;}

.progress-title{ margin:4px 0 4px 0;}

.progress-text{ font-weight: 600; font-size: 14px; margin: 6px 0 0 0}
.progress-text.left{float: left;}
.progress-text.right{float:right;}

legend {
    line-height: normal;
    height: auto;
    font-size: 18px;
    margin: 0 0 6px;
    text-align: left;
    padding: 0;
    border: 0;
    color: #797979;
}

.btn-group>.btn, .btn-group>.dropdown-menu {
    font-size: 13px;
}

.strong {
    font-weight: bold;
}

.btn-group>.btn:first-child {

-webkit-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
-moz-border-radius-bottomleft: 4px;
-webkit-border-top-left-radius: 4px;
border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
}

.btn-group>.btn:last-child, .btn-group>.dropdown-toggle {
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
}

.btn-group-vertical > .btn:first-child {
-webkit-border-bottom-left-radius: 0px;
border-bottom-left-radius: 0px;
-moz-border-radius-bottomleft: 0px;
}

.btn-group-vertical > .btn-large:first-child {
-webkit-border-bottom-left-radius: 0px;
border-bottom-left-radius: 0px;
-moz-border-radius-bottomleft: 0px;
}
.btn-group-vertical > .btn:last-child {
-webkit-top-right-radius: 0px;
border-top-right-radius: 0px;
-moz-border-radius-topright: 0px;
}

.btn-group-vertical > .btn-large:last-child {
-webkit-top-right-radius: 0px;
border-top-right-radius: 0px;
-moz-border-radius-topright: 0px;
}

input[type=text], input[type=password], select, textarea {
    border-color: #D8D9DA;
    color: #666666;
    /* aspivia style texboxes are a bit too much
    -webkit-border-radius: 8px 0 8px 0;
    -moz-border-radius: 8px 0 8px 0;
    border-radius: 8px 0 8px 0;
    */
}

.control-label.center {
    text-align: center;
}
.control-label.tiny{width:40px;}
.form-horizontal .well .control-label.tiny {
    width: 40px;
}
.form-horizontal .well .controls.tiny {
    margin-left:60px;
}
/*
DATATABLES ROUND INPUT
.form-inline input {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}*/


.form-horizontal .form-actions {
    margin-top: 0;
    padding: 10px 20px;
}

.form-horizontal .controls {
    margin-left: 150px;
    margin-top:-24px;
}

.form-horizontal .control-label {
    width: 120px;
}

.form-horizontal.bordered .control-group:first-child {
    padding-top: 0;
    border-top: none;
}

.form-horizontal.bordered .control-group {
     padding-top: 20px;
     border-top: 1px dotted #eeeeee;
 }
.form-invoice-details label{ font-size: 12px;margin:0px auto;}

.form-invoice-details .control-group {
    margin-bottom: 4px;
}

.input-prepend .add-on, .input-append .add-on {
    background: #fff;
}

.input-prepend .add-on i:before, .input-append .add-on i:before {
    color: #D0D1D1;
}

.input-prepend .add-on icon, .input-append .add-on icon {
    margin-top: 0;
}

.input-prepend .add-on.glyphicons, .input-append .add-on.glyphicons {
    background: #fff;
}

.input-prepend .add-on.glyphicons i:before, .input-append .add-on.glyphicons i:before {
    font-size: 14px;
    left: 7px;
    top: 7px;
    color: #D0D1D1;
}

.input-append .add-on.glyphicons i:before {
    left: 6px;
}

/*------------------------------------------------------------------
[*. Tables]
*/
.table-bordered thead tr {
    background: #E6E6E6;
}

.table-bordered thead th, .table-bordered tfoot th {  
    padding-top: 10px;
    padding-bottom: 10px;
    
    font-size: 13px;
    /*font-weight: 400*/;
    color: #444;
    
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #CCC;
    
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,1);
}
.table-bordered tfoot th {  
        background: #E6E6E6;
    }

    .table-bordered thead th:first-child, .table-bordered tfoot th:first-child {
        border-left-color: #CCC;
    }
    
    .table-bordered thead th:last-child, .table-bordered tfoot th:first-child {
        border-right: none;
    }
    
    
.table-bordered tbody td {
    border-left: 1px solid #FFF;
    border-right: 1px solid #DDD;
}

    .table-bordered tbody tr td:first-child {
        border-left-color: #DDD;
    }
    
    .table-bordered tbody tr td:last-child {
        border-right: none;
    }

.table-bordered tbody tr:nth-child(odd) td, 
.table-bordered tbody tr:nth-child(odd) th {
    background-color: #f3f3f3;
}

.table-bordered a {
color: #528098;
outline: 0 !important;
}

.table-bordered a:hover {
    color: #db3535;
    text-decoration: none;
}
/* TABLE HIGHLIGHT */
.table-highlight.table-bordered {
}


.table-highlight.table-bordered thead tr {
    background: #67a0be;
}
.table-highlight.table-bordered thead tr :first-child {
        border-left-color: #528098;
    }

.table-highlight.table-bordered thead th {
    
    color: #FFF;
    border-bottom: 1px solid #528098;
    border-right: 1px solid #528098;
    border-left: 1px solid rgba(255,255,255,.3);
    
    
    
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.25);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.25);
    
    text-shadow: 1px 1px 2px rgba(0,0,0,.5);
}



.table-highlight.table-bordered tbody tr:nth-child(odd) td, 
.table-highlight.table-bordered tbody tr:nth-child(odd) th {
    background-color: #F0F3F7;
}


.table-highlight.table-bordered {
    
    border-top: 1px solid #528098;
}

.table-link{
    color:#666666;
    font-weight: 700;
}
.table-search{display:inline; float:right; padding:8px 0; text-align: right;}
.table-action{display:inline; float:left; padding:8px 0 0 0;}

.table-wrapper{ 
    padding: 10px 20px 10px 20px;}

.table-numeric{width:80px;}

.table-hidden{display: none;}

.table-icons-multi{ float:right; max-width:10px; margin:-6px 0 0 0; line-height: 16px;/* display:none;*/}

/*tr:hover td .table-icons-multi {display:inline;}*/
.table-icons-multi i.icon-envelope-alt  { color:#e67e22; }
.table-icons-multi i.icon-sitemap  { color:#609450; }
.table-icons-multi i.icon-mobile-phone  { color:#2b4859; margin-left: 3px; }
.table-icons-multi i.disabled { color:#aeaeae; }

.dataTables_processing {
	position: relative;
	top: 180px;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 8px 0 8px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #444444;
	font-size: 14px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 7px rgba(0,0,0,.3);
	-o-box-shadow: 0 0 7px rgba(0,0,0,.3);
	box-shadow: 0 0 7px rgba(0,0,0,.3);
	-webkit-text-shadow: 0 0 1px #FFF;
	-moz-text-shadow: 0 0 1px #FFF;
	-o-text-shadow: 0 0 1px #FFF;
	text-shadow: 0 0 1px #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: #FFFFFF;
    z-index:999999999;
}
.dataTables_processing span {
    position: absolute;
    left: 60px;
}

.table th.centeralign, .table td.centeralign {
text-align: center;
}
/* bootstrap icon fix */
 [class^="icon-"], [class*=" icon-"]{
    background:none;
  }

.dataTable .large-header, .large-header { 
    font-size: 18px;
    color: #666;
    cursor: pointer;
    /*font-weight: 200;*/
}
    .dataTable .large-header:hover, .large-header:hover {
        color: #6B7785;
    }

.dataTable .right-header, .table th.right-header { 
    text-align: right;
    padding-right: 18px;
}
.dataTable b { 
    color: #666
}


table.table tr.even.row_selected td {
    background-color: #dee8f8;
}
table.table tr.odd.row_selected td {
    background-color: #dfe9f9;
}

.table-icon{cursor: pointer;}

.table-icon.medium{
    font-size: 24px;
    margin: 0px 4px 0 4px;
}

.table-field-title {
    font-family: "Roboto", sans-serif;
    color: #666666;
}

.table-field-title.small{
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin: 0px 4px 0px 0px;
}

.table-field-title.small.bold{
    font-weight: 500;
}

.table-field-title.medium{
    display: block;
    font-size: 22px;
    font-weight: 300;
    margin: 0px 4px 8px 0px;
}

.table-field-title.large{
    font-size: 36px;
    font-weight: 100;
    line-height: 36px;
}

.form-invoice-customer-details { 
    margin-top:46px;
}

.invoice-vendor-title { 
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right; 
}

.invoice-vendor-title .table-field-title.large {
    margin:0 0 0 0;
    display: inline;
    font-size: 22px;
}

table .vendor-container {
  margin: -20px 10px 0 0;
}


table .vendor-container.vendor-image {
  background: url("../images/global_ntt_data_future_blue_rgb_logo.png") no-repeat;
  background-size: contain;
  border: 0 !important;
  height: 30px;
  width: 90px;
}

.table-bar {
  margin-top: 10px;
}

.underline {
    height:4px;
    border-top: 1px solid #eee;
}

.pages ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pages ul li {
    display: block;
    background: #dfdfdf;
    box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.5), inset -1px -1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.5), inset -1px -1px 1px rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.5), inset -1px -1px 1px rgba(0, 0, 0, 0);
    margin-bottom: 2.127659574468085%;
    border: 1px solid #bec0c6;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    padding: 10px 15px 15px 65px;
    color: #9e9e9e;
    text-shadow: 0 1px 0 #fff;
}

.pages ul li>i:before {
    font-size: 40px;
    left: 12px;
    top: 16px;
    color: #9e9e9e;
}

.pages ul li.span3:nth-child(4n+5) {
    margin-left: 0;
}

.pages ul li strong {
    font-size: 11pt;
    padding: 3px 0 5px;
    display: block;
}

.pages ul li .actions {
    display: block;
}

.pages ul li .actions .glyphicons {
    padding: 0 2px 0 20px;
    color: #9e9e9e;
}

.pages ul li .actions .glyphicons i:before {
    font-size: 15px;
    top: 3px;
    color: #9e9e9e;
}

.pages ul li .actions .glyphicons.pencil i:before {
    content: "\270F";
    font-size: 14px;
}

.pages ul li .actions .glyphicons.edit i:before {
    top: 1px;
}

.pages ul li:hover, .pages ul li.primary {
    background-color: #da4c4c;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    border-color: #da4c4c;
}

.pages ul li:hover .glyphicons, .pages ul li.primary .glyphicons {
    color: #fff;
}

.pages ul li:hover .glyphicons i:before, .pages ul li.primary .glyphicons i:before {
    color: #f4cbcb;
}

.pages ul li:hover i:before, .pages ul li.primary i:before {
    color: #f4cbcb;
}

.lt-ie9 .widget .widget-body.list ul li {
    border-bottom: 1px solid #efefef;
}

.lt-ie9 .navbar.main .btn-navbar {
    float: left;
}

.lt-ie9 .navbar.main .topnav {
    position: absolute;
    top: 0;
    right: 0;
    height: 42px;
}

.lt-ie9 .navbar.main .topnav .dropdown>a .caret {
    margin-top: 0;
    top: 8px;
    left: 5px;
}

.lt-ie9 .heading-buttons h1.glyphicons, .lt-ie9 .heading-buttons h2.glyphicons, .lt-ie9 .heading-buttons h3.glyphicons, .lt-ie9 .heading-buttons h4.glyphicons, .lt-ie9 .heading-buttons h5.glyphicons, .lt-ie9 .heading-buttons h6.glyphicons {
    float: left;
    padding-left: 10px;
}

.thumb {
    border: 1px solid rgba(0, 0, 0, 0.3);
    display: inline-block;
}

.margin-bottom-none {
    margin-bottom: 0;
}

.container-fluid.fixed .hidden-fixed{
        display:none;
    }
.container-fluid.fixed.menu-hidden .hidden-fixed{
        display:table-cell;
    }

.nowrap{
    white-space: nowrap;
}
.popover-content ul{ 
    list-style-type: none;
}

.modal-header {
    /*
    background-color: #aad7ea;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    */
}
.modal-list{ 
    width:200px; 
    padding:6px 0 0 0;  
}
.modal-list ul{ 
    list-style-type: none;
    float:left;
}
.modal-list ul li{ 
    float:left;
}
.modal-list ul li i{
    color:grey;
    font-size: 16px;
}
.modal-list ul li i:hover{
    color:red;
    font-size: 16px;
    cursor: pointer;
}

.item-row {
    display: table; 
    width: 100%;
    padding: 15px 0;
}

.item-row:first-child {
    border-top: none;
}

.item-content {
    position: relative;
    display: table-cell;
    padding-right: 15px;
    padding-bottom: 10px;
    vertical-align: top;
    border-bottom: 1px dotted #eeeeee;
}
.well.invoice-well {
    padding:5px;
    
    float:right;
}
.well.chart-well{
    margin: 0px 60px;
}

.login-well-wrap {
    margin: 0 auto 0 auto;
    width:720px;
}

.well.login-well {
    background-color: #fcfcfc;
    display: table-cell;
    margin-right: 10px;
    background: #f9f9f9;
    width:310px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    box-shadow:  0px 0px 2px #dadada, inset 0px -3px 0px #e6e6e6;
}

.well.login-well.side {
    margin: 0 10px 0 10px;
    width:310px;
}

.login-logo{
    background: url(../images/aspiviaunison-login-300.png) no-repeat;
    margin: 45px 0 0 0px;
    width: 306px;
    height:105px;
}

.login-logo-wrap {
    margin: 25px auto 0 auto;
    width: 720px;
    height:85px;
}

#reportrange{
    margin-top: 5px;
    cursor: hand; 
    cursor: pointer;
}




/*** info-items ***/

.info-item {
    Color:#fff;
    /*text-shadow: 0 1px 0 #666;*/
    margin-bottom: 6px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;

    box-shadow: 6px 8px 8px rgba(0,0,0,0.2);
    /*lower opacity to increase it onhover*/
    opacity: 0.9;  
    filter: alpha(opacity=90);
}

.info-item:hover{
   text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;  
  filter: alpha(opacity=100);
}

.info-item:hover .number {
  -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: glow;
    -webkit-animation-timing-function: ease-in-out;
    
-moz-animation-direction: normal;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: glow;
    -moz-animation-timing-function: ease-in-out;
  
}

.info-item:before,
.info-item:after {
  display: table;
  line-height: 0;
  content: "";
}
.info-item:after {
  clear: both;
}

.info-item .visual {
  position:absolute;
  margin: 10px 0 0 10px;
  width: 42px;
  height:42px;
  display: inline;
  float: left;
}

.info-item .visual i {
  font-size: 30px;
}

.info-item .details {
  float: right;
  padding-right: 10px;
}

.info-item .details .number {    
  padding-top: 10px;
  text-align: right;
  font-size: 22px;
  letter-spacing: -1px;
  font-weight: 300;
  margin-bottom: 4px;
}
/*.info-item .details .number-icon {    
  padding-top: 15px;
  text-align: right;
  font-size: 24px;
  letter-spacing: -1px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 4px;
}
*/
.info-item .details .number.currency   
{
    font-size: 16px;
}

.info-item .details .desc {
  text-align: left;
  font-size: 14px;
  letter-spacing: 0px;
  /*font-weight: 700;*/
}

.info-item .details .sub-desc {
  display: inline-block;
  text-align: right;
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 300;
  height:40px;
  padding: 0 4px;
  vertical-align:bottom;
}

.isotope-bundles .info-item .details .sub-desc {
    height:40px;
    vertical-align:bottom;
    }

.info-item .more {
  clear: both;
  display: block;
  padding: 3px 6px 3px 6px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 11px;
  color: #fff;  
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  opacity: 0.7;  
  filter: alpha(opacity=70);
}  

.info-item .more i {
  margin-top: 4px;
  float: right;
}

.info-item .more:hover {
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: 1;  
  filter: alpha(opacity=100);
}

.info-item {
  background-color: #294555;
}

.info-item .more { 
  background-color: #213744;
} 

.info-item.green {
  background-color: #28b779;
}

.info-item.green .more { 
  background-color: #10a062;
} 

.info-item.vodacom {
  background-color: #db3535;
}

.info-item.vodacom .more { 
  background-color:#AF2A2A;
} 

.info-item.mtn {
    background-color: #FFBE00; color: #343434
}

.info-item.mtn .more { 
    background-color: #E6AB00; color: #343434
}

.info-item.yellow {
  background-color: #ffb848;
  color: #323E54;
}
/*.info-item.yellow .visual i {
  color: #323E54;
}

.info-item.yellow .details .desc {
  color: #323E54;
}
.info-item.yellow .details .sub-desc {
  color: #323E54;
}

.info-item.yellow .details .number {
  color: #323E54;
}*/

.info-item.yellow .more { 
  background-color: #cb871b;
} 

.info-item.purple {
  background-color: #852b99;
}

.info-item.purple .more { 
  background-color: #6e1881;
} 

.info-item.unknown {
  background-color: #7A7A7A;
}

.info-item.unknown .more { 
  background-color: #6B6B6B;
} 

.info-item.device { 
  margin:0 auto 0 auto;
  max-width:400px;
  background-color: #999999;
} 
.info-subscriber-count-icon{font-size:20px !important;}
/*** End info-items ***/

/**NEW PARTIAL AND PAGE HEADERS**/
.page-title{
    margin: 10px 0 0 10px;
}

.partial-header {
    display:block;
    margin: 10px -20px;
    padding: 10px 20px 9px;
    text-indent: 10px;
    background-color: #f3f3f3;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.partial-header .partial-desc{
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    float:right;
    padding: 0 20px 0 0;
}
.partial-header.stacked { 
    background-color: #F6F6F6;
    cursor: pointer;
}
.partial-header.stacked.bottom { 
    background-color: #F0F0F0;
}
.partial-header.stacked.header {
    -webkit-box-shadow: 0px -7px 12px -7px rgba(0,0,0,0.3)!important;
    -moz-box-shadow: 0px -7px 12px -7px rgba(0,0,0,0.3) !important;
    box-shadow: 0px -7px 12px -7px rgba(0,0,0,0.3) !important;
    margin-top:-10px;
} 
.partial-header-nav{
    margin-right: 20px;
    /*display: none;*/
}
.partial-header-search{
    margin: -6px 20px 8px 0;
}
.partial-header-search .search-desc{
    position:absolute;
    color:#666666;
    margin: 6px 0 0 -60px;
    font-size: 14px;
    display:none;
}
.partial-header-search .search-query {
        border-radius: 15px;
        z-index: 0;
        background-image: url('../images/search.png') !important;
        background-repeat: no-repeat !important;
        background-position: 10px 8px !important;
        background-size: 16px 16px !important;
        padding-left: 35px !important;
        padding-top: 5px !important;
        padding-bottom: 4px !important;
        height:20px;
}

.partial-header.stacked .partial-header-nav  {
    display: inline;   
}
.partial-header.stacked:hover .partial-header-nav{
    color: #bd0000;
}
.partial-header.stacked.header.top:hover .partial-header-nav,.partial-header.stacked.header.top .partial-header-nav  {
    display: none;    
}

.partial-header.stacked.header.top { 
    cursor: default;
    background-color: #ffffff;
    margin-top:-10px;
}
.partial-header.no-margin-bottom { 
    margin-bottom:0;
}

.partial-pulldown {
    width:auto;
    height:auto;
    text-align: center;
    margin-top:-11px;
    /*border-top: 1px solid #cecece;*/
    

}

.partial-pulldown .pulldown-button {
    width:200px;
    margin:0 auto;
    margin-top: -1px;
    text-align: center;
    border: 1px solid #ddd;
    border-top:1px solid #fff;
    background: #fff;
    display: inline-block;
    -webkit-border-radius: 20px 0 0 0;
    -moz-border-radius: 20px 0 0 0;
    border-radius: 0 0 10px 10px;
    cursor:pointer;
    padding:10px;
}
.partial-pulldown .pulldown-button .desc {
     font-family: 'Roboto', sans-serif;
     font-weight: 300;
     color: #cccccc;
     font-size: 18px;
     margin-left:10px;
     margin-top:-10px;
     display:inline;
}

.partial-pulldown .pulldown-content {
    /*margin-left: 10px;*/
    width:auto;
    padding:40px;
    display: none;
    height:0px;
    background: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.partial-pulldown i {
    font-size: 32px;
    color: #cccccc;
}

/*carousel initial override*/
.sky-carousel{display:none;}
.sc-link{
    box-shadow: 3px 4px 4px rgba(0,0,0,0.2);
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;}
.sc-selected{
    box-shadow: 6px 8px 8px rgba(0,0,0,0.1);
        -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.dashboard-date-range{margin-right: 20px;}

.filter-selected{
    margin: -4px 20px 0 8px; 
    font-size: 14px; 
    color: #FFF; 
    background-color: #323E54;
    height:24px; 
    padding: 4px 8px 0 8px;
    font-family: 'Open Sans', sans-serif;
    display:none;
    cursor: hand;
    cursor: pointer;
    text-indent: 0px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    /*lower opacity to increase it onhover*/
    opacity: 0.9;  
    filter: alpha(opacity=90);
}
.filter-selected:hover{
    opacity: 0.7;  
    filter: alpha(opacity=70);
}
.filter-selected-text{ margin: 4px 4px 0px 4px; text-transform: capitalize;}
.filter-selected-icon{ margin: 8px 8px 0px 4px; font-size: 14px; }

.ui-effects-transfer {
    border: 1px dotted black;
  }
.filter-selected.vodacom{ background-color: #294555;}
.filter-selected.vodacom{ background-color: #db3535;}
.filter-selected.mtn{ background-color: #FFBE00; color: #343434}
.filter-selected.unknown{ background-color: #7A7A7A;}
.filter-selected.people{ background-color: #999999;}

.field-msisdn{ font-size: 14px;}
.field-icon{ font-size:34px; color:#37a6cd; margin:4px 0 0 0 !important;}
#actions-container{display:none;}
#users-selected-actions {display:none;}
.selected-actions{display:none;}
.selected-message {
  margin-left:10px;
}
.select2-choices{
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.span-isotope {width:20% !important;}

.no-results{display: none;}

/*subscriber details section*/

.subscriber-heading.glyphicons {
color: #666666;
padding: 2px 0px 0px 30px;
}

/* sub-headings in clear boxes*/

.sub-heading{
    font-family: 'Open Sans', sans-serif;
    height:20px;
    line-height: 20px;
    font-size: 18px;
    margin: 20px 10px 10px 10px;
    font-weight: 100;
    padding: 0 0 2px 0;
    border-bottom: solid 6px #cccccc;
}

.sub-heading .title { 
    color:#666666;
    line-height: 20px;
    height: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    border-bottom: 6px solid #37a6cd;
    
 }
 .sub-heading .title .title-thin { 
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
 }
 .sub-heading .title .title-right{
    display: inline;
    height: 16px;
    float: right;
    margin: 4px 0 0 0;
    padding: 0 0 2px 0;
    border-bottom: 6px solid #9b9b9b;
    color:#9b9b9b;
    font-size:14px;
 }

  .sub-heading .title .title-right.small{
    font-weight: 100;
    font-size: 14px;
    margin: 2px 0 0 0;
    padding:0 0 0 0;
    color:#666666;
}
 .sub-heading .title .title-right.vodacom{
    border-bottom: 6px solid #9b9b9b;
 }
  .sub-heading .title .title-right.vodacom img{
    height: 16px;
    margin:0 0 4px 0;
 }
 .sub-heading .title .title-right.edit a{
    color:#9b9b9b;
 }
 .sub-heading .title .title-right.edit a:hover,.sub-heading .title .title-right.edit a:hover i{
    color:#bd0000;
    cursor: pointer;
    text-decoration:none;
 }
 .sub-heading .switch-small { 
    margin-top:-3px;
 }
 .info-box{
    display: block;
    margin: 0 10px 2px 4px; 
    font-size: 16px; 
    color: #FFF; 
    background-color: #f26666;
    height:20px; 
    padding: 4px 6px 4px 6px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
    cursor: hand;
    cursor: pointer;
    text-indent: 0px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    /*lower opacity to increase it onhover*/
    opacity: 0.9;  
    filter: alpha(opacity=90);
    float:right;
    white-space: nowrap;
 }
 .info-box-description{ 
    width: 100%;
    text-align: right;
    display: block;
    font-size:12px; 
    float:right; 
    margin: 0 10px 4px 0;
    color: #9e9e9e
}

.sub-heading .info-desc{
    color:#666666;
    font-size: 18px;
}

 .sub-heading i { 
    color:#666666;
    padding: 0;
    margin: 0;
    height: 25px;
    display: inline;
 }
 .sub-heading .title.vodacom { 
    border-bottom: 6px solid #db3535;
 }

 /*Circle stats*/
.circle-stats {text-align: center; margin-top:-5px; position: relative; margin-top:10px; margin-bottom:10px;}
.circular-item {position: relative; width:112px; height: 112px;margin-right:25px; margin-bottom: 22px; display: inline-block;}
    .circular-item .icon {font-size: 30px; position: absolute; top:48%; left:50%; margin-top: -28px; margin-left: -15px;}
    .circular-item .icon-building    {margin-left: -11px;}
    .circular-item .icon-screenshot  {margin-left: -12px;}
    .circular-item .icon-mobile-phone  {margin: -24px 0 0 -6px ;}
    .circular-item i{ color:#aaaaaa;}
    .circular-item input 
    {
        display:none;
        /*
        font-size:20px;
        cursor: default;
        box-shadow: none;
        border:none;
        height: auto;
        position: absolute;
        top:15px;
        border-color: rgba(82, 168, 236, 0.8);
        color:#6CA5BC !important;
        */
    }
    
    .circular-item input:focus {
        outline: 0;
        outline: thin dotted 0;
        /* IE6-9 */
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
         box-shadow: none;
    }
    .circular-item .circular-count-container{
        width:112px;height:44px; position: absolute; top:60px;
    }
    
    .circular-item .circular-count
    {
        font-size:16px;
        font-weight:500;
        cursor: default;
        border:none;
        margin: 2px auto;

        color:#6CA5BC !important;
    }
    .circular-item .circular-count-container.numeric {
        top:46px;
        /*margin: 2px auto;*/
    }
    .circular-item .circular-count-container.numeric .circular-count
    {
        font-size:20px;
        font-weight:500;
        cursor: default;
        border:none;
        display: block;
        margin:0px 32px;

        color:#6CA5BC !important;
    }
    .circular-item .circular-percentage
    {
        font-size:20px;
        font-weight:700;
        cursor: default;
        border:none;
        position: absolute;
        top:65px;
        left:40px;
        color:#6CA5BC !important;
    }
    
    .circular-item .circular-title {font-size: 14px; font-weight:700; top:100%; margin:20px auto; color:#666666; width:160px;}

    .circular-progress-item {position: relative; width:122px; height: 122px;margin-right:25px; margin-bottom: 10px; display: inline-block;}
    
    .circular-progress-item input {
        cursor: default;
        box-shadow: none;
        border:none;
        height: auto;
        position: absolute;
        top:0px;
        border-color: rgba(82, 168, 236, 0.8);
    }
    .circular-progress-item input:focus {
        outline: 0;
        outline: thin dotted 0;
        /* IE6-9 */
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
         box-shadow: none;
    }
    .circular-item-mini .circular-title {position:absolute; font-weight:600; margin: 6px 0 0 6px ; color:#666666; width:180px; text-align: left;}
    .circular-item-mini .circular-title .circular-item-data {color:#2f96b4;}
    /*.circular-item-mini .knob{font-size: 11px !important;}*/
    .well .close {
        position: relative;
        top: -8px;
        right: -8px;
        line-height: 20px;
    }
    .label-edit{ display: none;}
    .label-strong{
        padding-top: 5px;
        font-weight: 600;
        min-height: 20px;
    }

    .label-strong .label-thin{font-weight: 100; color:#666666;}
    .label-switch{ margin:0 0 0 20px; float:right; }
    .label-switch-description{margin:0 10px 0 0; width:100px; float:right; text-align: right;}
    .label-small{color:#666666; font-size: 12px; padding:5px 0 0 0;}
    .label-small .label-bold{color:#666666; font-size: 12px; font-weight: 400}
    .label-large {color:#666666; font-size: 16px; padding:5px 0 0 0;}
    .label-large.main{ max-width:240px; text-align: left; float:left; display:inline;}
    .label-large-group {width:100%; display: inline-block; margin:6px; height: auto;}
    .link-success{ color:#61965d}

    div.centerContent {margin:auto; text-align: center;}
    
    .box-content .form-horizontal .controls.badges {
        margin-left: 180px;
        padding:4px 0 10px 0;
    }
    .vert-controls .btn{margin:0 10px 10px 0;}

    .icon-expand{
        color:#666666;
        text-decoration: inherit;
        cursor:hand;
        cursor:pointer;
    }

    .pills-right { font-size: 12px; float:right; margin-bottom:0}
    .pills-right .nav {
        margin: -1px 0 0 0;
    }
    .pills-right .nav-pills > li > a {
        padding-top: 4px;
        padding-bottom: 3px;
        color:#666666;
        -webkit-border-bottom-left-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomleft: 0;
        -moz-border-radius-bottomright: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .pills-right .nav-pills > .active > li > a  {
        background-color:#666666;
        color:#ffffff;
    }

    .pills-right .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
        color: #ffffff;
        background-color: #37a6cd;
    }
    .pills-right .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #dddddd;
        color:#666666;
    }

    /*view div for single page apps*/
    .view-hidden{display: none;}
    .view-selected{margin: -6px 20px 0 0; text-align: center; float: right; font-family: 'Open Sans', sans-serif;}

    
    /*color overrides*/
.badge-info {
    background-color: #070F26 !important;
}
.info-box {background-color: #c37171;}

.pageicon {
    width: 50px;
    font-size: 36px;
    padding: 10px;
    color: #323E54;
    border: 2px solid #323E54;
    display: inline-block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    float: left;
    text-align: center;
}
.pageicon .glyphicons {
    color: #323E54;
    padding: 0;
}
.pageicon .glyphicons i:before {
    position: relative;
    left: 0;
    top: 0;
    font: 36px 'Glyphicons';
    font-style: normal;
    color: #323E54;
}
    .pageheader { padding: 16px 20px; border-bottom: 1px solid #ddd; position: relative; min-height: 76px; background: #fff; background-color: #fff; }
    .pagetitle { margin-left: 90px; padding-top: 5px; }
    .pagetitle h1 { font-size: 34px; margin: -12px 0 0 0; color: #34495e; font-weight: 300;}
    .pagetitle h1 span{color: #34495e;}
    .pagetitle h5 { text-transform: uppercase; font-size: 11px; color: #999; font-family: 'Open Sans', sans-serif; font-weight: 100;}

    #form-filters { margin-bottom: 0px}
    #filters-provider{/*display: none; visibility: collapse;*/}

    /* Well */
    .box-clear .well {background-color: #F8F8F8}

    /*vertical button group ) for menu)*/
    .btn-group-vertical .btn-primary.glyphicons {color:#666666 !important; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);}
    .btn-group-vertical .btn-primary{background-color: #E6E6E6; border-color: #dddddd; }
    .btn-group-vertical .btn-primary:hover{background-color: #cccccc; border-color: #bbbbbb; color:#1d1d1b !important;}
    .btn-group-vertical .btn-primary.glyphicons.btn-icon i:before {background: rgba(0, 0, 0, 0.2);}

    .btn-default {background-color: #F8F8F8}

    /* box stats */
.box-stats-container {
    padding: 0 10px;
}
.box-stats {
  background: #ffffff;
  padding: 15px 0;
  margin: 0;
  height: 94px;
  position: relative;
  text-align: center;
  display: block;
  border: 1px solid #dbdbdb;
  text-shadow: 0 1px 0 #ffffff;
  box-shadow: 0 3px 0 0 #dbdbdb;
  -moz-box-shadow: 0 3px 0 0 #dbdbdb;
  -webkit-box-shadow: 0 3px 0 0 #dbdbdb;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.box-stats .count {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 13px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.box-stats .details{
    display: block;
    color:#7A7A7A;
    font-size: 14px;
    margin-top: 4px;
}
.box-stats .label {
  font-weight: 600;
  padding: 4px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
}
.box-stats span {
  display: inline-block;
}
.box-stats .txt {
  padding: 0;
  color: #7A7A7A;
  font-size: 22px;
  font-weight: 600;
}
.box-stats .glyphicons {
  padding: 0;
  display: block;
}
.box-stats .glyphicons i {
  display: block;
}
.box-stats .glyphicons i:before {
  color: #bebebe;
  font-size: 30px;
  top: 0;
  left: 0;
  position: relative;
}
.box-stats,
.box-stats:hover,
.box-stats:focus {
  text-decoration: none;
}
.box-stats:hover {
  background: #fdfdfd;
}
.box-stats.small {
  padding: 5px 0;
}
.box-stats.small .glyphicons {
  padding: 12px 0 0;
}
.box-stats.small .glyphicons i:before {
  font-size: 25px;
}
.box-stats.box-stats-1 {
  padding: 8px 0;
  height: 90px;
}
.box-stats.box-stats-1 .glyphicons {
  display: block;
  height: 35px;
  line-height: 35px;
  padding-bottom: 5px;
}
.box-stats.box-stats-1 .glyphicons .txt {
  display: inline-block;
  padding: 0 5px;
  line-height: 35px;
}
.box-stats.box-stats-1 .glyphicons i {
  display: inline-block;
  margin:0 4px;
}
.box-stats.box-stats-1 .glyphicons i:before {
  top: 5px;
  font-size: 25px;
}
.box-stats.box-stats-1 .count {
  position: relative;
  top: auto;
  right: auto;
  font-size: 26px;
  display: inline-block;
  font-weight: 700;
  padding: 0;
  line-height: 26px;
  color:#37a6cd;
}
.box-stats.box-stats-2 .txt {
  font-size: 14px;
}
.box-stats.box-stats-2 .sparkline {
  margin: 0 0 5px;
}
.box-stats.box-stats-2 .count {
  position: relative;
  top: auto;
  right: auto;
  font-size: 30px;
  font-weight: 700;
  padding: 0 0 3px;
  display: block;
  line-height: 55px;
}
.box-stats.box-stats-gray.box-stats-1,
.box-stats.box-stats-gray.box-stats-2,
.box-stats.box-stats-gray.box-stats-1 .txt,
.box-stats.box-stats-gray.box-stats-2 .txt,
.box-stats.box-stats-gray.box-stats-1 .count,
.box-stats.box-stats-gray.box-stats-1 .details
 {
  color: #666;
}
.box-stats.box-stats-easy-pie .easy-pie {
  display: block;
  width: 50px;
  margin: -5px auto 0;
}
.box-stats.box-stats-easy-pie.txt-single .easy-pie {
  margin: 0 auto;
}
.box-stats.box-stats-easy-pie.txt-single .txt {
  padding: 7px 0 0;
}
.box-stats.box-stats-3 .sparkline {
  display: inline-block;
}
.box-stats.box-stats-3 .txt {
  text-align: left;
  vertical-align: middle;
  padding: 13px 0 0 10px;
}
.box-stats.box-stats-3 .count {
  padding: 0 0 5px;
  display: block;
}
.box-stats.box-stats-gray {
  background: #e5e5e5;
  box-shadow: 0 3px 0 0 #f6f6f6;
  -moz-box-shadow: 0 3px 0 0 #f6f6f6;
  -webkit-box-shadow: 0 3px 0 0 #f6f6f6;
}
.span2 .box-stats .count {
  font-size: 22px;
}

.data-overlay{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:#666;
    opacity:.4;
    text-align:center;
    z-index:1;
    display: inline;
}
.selected-month-info:hover{
    cursor: pointer;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: blink;
    -webkit-animation-timing-function: ease-in-out;
    
-moz-animation-direction: normal;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: blink;
    -moz-animation-timing-function: ease-in-out;   

}
/*TABS*/
/*.tab-menu.tab-content {
    background-color: #fff; 
    padding:15px;
    border-left:1px solid #c4c4c4;
    border-bottom:1px solid #c4c4c4;
    border-right:1px solid #c4c4c4;
    border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
}*/
.nav-tabs {
    margin-bottom: 0; 
    border-color: #c4c4c4;
    background: #fff;
    border-top:none;
    border-bottom:none;
    border-right:1px solid #c4c4c4;
    border-left:1px solid #c4c4c4;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    background: rgb(255,255,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(236,236,236,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(236,236,236,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(236,236,236,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(236,236,236,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(236,236,236,1) 100%);
    background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(236,236,236,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
}

.nav-tabs.pattern {
    background:url(../images/patterns/2.png) repeat;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
    border-radius: 2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-color: #c4c4c4;
    border-bottom:2px solid #fff;
    margin-left:-1px;
    border-top: 1px solid transparent;
}
.nav-tabs > li > a {
    margin-left:-1px; 
    margin-right: -1px; 
    border-right: 1px solid #c4c4c4;
    border-left: 1px solid transparent;
    border-radius: 0; 
    -moz-border-radius:0; 
    -webkit-border-radius:0;
}
.nav-tabs > li > a:hover { 
    border-color: transparent #c4c4c4 transparent #c4c4c4;
    border-radius: 0; 
    -moz-border-radius:0; 
    -webkit-border-radius:0;
}

.nav-tabs > li:first-child > a:hover {
    -webkit-border-radius: 0 0 0 2px;
    -moz-border-radius: 0 0 0 2px;
    border-radius: 0 0 0 2px;
    /*background: #FFF;*/
}

.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover { border-radius: 0;}

.tabs-below > .tab-content {
    border-top:1px solid #c4c4c4;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;

}

.tabs-below .nav-tabs > .active > a,.tabs-below .nav-tabs > .active > a:hover {
    margin-top:0;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-color: #ffffff #c4c4c4 #c4c4c4 #c4c4c4;
    border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius:2px;
}

.tabs-below > .nav-tabs {
    border-top: none;
    border-bottom: 1px solid #c4c4c4;
    margin-bottom:-1px;

    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    
}
.tabs-below > .nav-tabs > li  {margin-bottom:-1px;}
.tabs-below > .nav-tabs > li > a:hover { border-color: #c4c4c4 #c4c4c4 #c4c4c4 #c4c4c4;}

.tabs-left > .nav-tabs {
    border-color: #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    margin-right: -1px;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;

}
.tabs-left > .tab-content {
    min-height: 100%;
    min-height: 81px;
    border-top:1px solid #c4c4c4;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}
.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover {
    border-color: #c4c4c4 #fff #c4c4c4 #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    /*margin-right: -1px;*/
}

.tabs-left> .nav-tabs .active > a {border-right: 1px;}

.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}

.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {margin-bottom: 0; border-bottom: 1px solid #c4c4c4; color:#666666;}
.tabs-left > .nav-tabs > li > a:hover {  border-color: #c4c4c4 #c4c4c4 #c4c4c4 #c4c4c4; margin-left: -1px;margin-right: -1px;}
.tabs-left > .nav-tabs > li:first-child a:hover {border-top: 1px solid transparent;}
.tabs-left > .nav-tabs > li.active:first-child a:hover {
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}
.tabs-left > .nav-tabs > li.active:first-child a {border-top: 1px solid transparent;}

.tabs-right > .nav-tabs { 
    margin-left: -1px; 
    border-left: 1px solid #c4c4c4;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    border-bottom: 1px solid #c4c4c4;

}
.tabs-right > .tab-content {
    min-height: 81px;
    border-top:1px solid #c4c4c4;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}

.tabs-right>.nav-tabs {
    right: -1px;
    border-bottom: none;
    min-width: 200px
}

.tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:hover {
    color:#bd0000;
    background: #F4F4F4;
    border-color: #c4c4c4 #c4c4c4 #c4c4c4 transparent;
    border-bottom: 1px solid #c4c4c4;
    margin-right: -1px;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}
.tabs-right > .nav-tabs > li.last-child > a,.tabs-right > .nav-tabs > li.last-child > a:hover  {

    border-left: 1px solid #c4c4c4;
    border-bottom:none;
    border-top: 1px solid #c4c4c4;
}
.tabs-right > .nav-tabs > li.last-child.child-1 > a,.tabs-right > .nav-tabs > li.last-child.child-1 > a:hover  {

    border-left: 1px solid #c4c4c4;
    height:40px;
}
.tabs-right > .nav-tabs > li.last-child.child-2 > a,.tabs-right > .nav-tabs > li.last-child.child-2 > a:hover  {

    border-left: 1px solid #d4d4d4;
    border-bottom:none;
    border-top: none;
    height:5px;
}
.tabs-right > .nav-tabs > li.last-child.child-3 > a,.tabs-right > .nav-tabs > li.last-child.child-3 > a:hover  {

    border-left: 1px solid #e4e4e4;
    border-bottom:none;
    border-top: none;
    height:5px;
}
.tabs-right > .nav-tabs > li.last-child.child-4 > a,.tabs-right > .nav-tabs > li.last-child.child-4 > a:hover  {

    border-left: 1px solid #f4f4f4;
    border-bottom:none;
    border-top: none;
    height:5px;
}
.gradient-edge{
     background-color: #c4c4c4;
     height:60px;
}

.tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:hover {
    border-left: 0;
}

.tabs-right > .nav-tabs > li > a {
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    border-left: 1px solid #c4c4c4;
    margin-right: -1px;
}
.tabs-right > .nav-tabs > li:first-child a:hover {border-top: 1px solid transparent;}
.tabs-right > .nav-tabs > li.active:first-child a:hover {
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}
.tabs-right > .nav-tabs > li.active:first-child a {border-top: 1px solid transparent;}

.tabs-right > .nav-tabs > li > a:hover {border-color: #c4c4c4 #c4c4c4 #c4c4c4 #c4c4c4; margin-left: -1px; margin-right: -1px; border-left: 1px solid #c4c4c4}

/*fix dropdown menu padding in tabs*/
.nav-tabs .dropdown-menu {top:auto;left: -1px;}

.nav-tabs span.label {margin-left: 10px; margin-right: 5px;}

.btn-group .dropdown-menu {top:28px; z-index: 1;}
.btn-group.dropup .dropdown-menu {top:auto;}

.validation-block {
    display: none;
    color:#db3535;
}
/* accordion */
.accordion-heading .accordion-toggle
{
    padding: 20px 15px;
}
.accordion.accordion-workspace {
    margin-left:10px;
    margin-bottom: 0px;
}
.accordion.accordion-workspace .zebra-list {
    margin:0;
}
/*.accordion-heading */.text-red {
   color: #e74c3c;
}
/*.accordion-heading*/ .text-orange {
   color: #e67e22;
}
/*.accordion-heading*/ .text-green {
   color: #00DFED;
}
/*.accordion-heading*/ .text-blue {
   color: #3a87ad;
}

.text-glow:hover, .text-glow:focus, .text-glow:active {
   -webkit-stroke-width: 5.3px;
   -webkit-stroke-color: #FFFFFF;
   -webkit-fill-color: #FFFFFF;
   text-shadow: 1px 0px 10px white;
   -webkit-transition: width 0.3s; /*Safari & Chrome*/
   transition: width 0.3s;
   -moz-transition: width 0.3s; /* Firefox 4 */
   -o-transition: width 0.3s; /* Opera */
   }
.accordion-heading .badge {
    margin:-4px 0 0 6px;
    font-weight: 300;
    font-size:12px;
    height: 18px;
    line-height: normal;
/*    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
        border-radius: 50% 50% 50% 50%;*/
}
.accordion-heading .badge-important {
    background: #e74c3c;
}

.accordion-heading i {
    margin-top:-4px;
}
.accordion-heading {
    background: #FFF;
        border-top: none;
        border-bottom: none;
}
.accordion-heading a { color: #666; font-family: 'Roboto', sans-serif; font-weight: 300; font-size:20px; text-decoration:none;}
.accordion-heading i { padding-top: 4px; }
.accordion-inner { background-color: #EEEEEE;}
.accordion .item-title { font-weight: 500; }
.accordion .item-title.large { font-family: 'Roboto', sans-serif; font-weight: 300; font-size:16px; text-decoration:none; }
.accordion .item-data.large { font-family: 'Roboto', sans-serif; font-weight: 300; font-size:16px; text-decoration:none; }
.accordion .item-icon { height:42px; width:50px; text-align: center; font-size: 42px; padding:4px 12px 0 0; }
.accordion .item-icon-subtitle { font-size: 10px; margin:-8px 0 0 0; text-align: center;}
.accordion .item-title.large i {color:#bbb;}
/* items */
.items li {list-style-type:none; cursor: pointer;}
.items .meta {padding-left:18px;}
/* zebra list */
.zebra-list {margin:0 0 18px 0; padding:0; max-height:400px;}
.zebra-list li {border:1px solid #DDD; padding:8px; border-bottom:none;}
.zebra-list li:nth-child(odd) {background-color:#FFFFFF;}
.zebra-list li:nth-child(even) {background-color:#F1F2F3;}
.zebra-list li:first-child {-webkit-border-radius:4px 4px 0 0; -moz-border-radius:4px 4px 0 0; border-radius:4px 4px 0 0;}
.zebra-list li:last-child {border-bottom:1px solid #DDD; -webkit-border-radius:0 0 4px 4px; -moz-border-radius:0 0 4px 4px; border-radius:0 0 4px 4px;}
.zebra-list li .round-badge{
    margin-top: 2px;
    border: 1px solid;
/*    background:transparent;
    color: #00DFED; */ 
}
.zebra-list li a {
    font-family: 'Roboto', sans-serif; font-weight: 300; font-size:20px; text-decoration:none;
} 
.zebra-list li span {

}
/*#scrollable-tasks{height:800px;}*/
.item-title{ font-size: 12px; font-weight: 600;}
.item-data{font-size: 12px;}
/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

p.paragraph-description {
    color:#ababab;
}

.buttons-description {
    line-height: 16px;
    font-size: 20px;
    font-weight: 300;
}

.progress-wizard-container {
    max-width:380px; padding-top:0px; margin-top:-20px; float:right;
} 

/*## Progress Wizard ##*/
.progress-wizard { 
        width: 100%; 
        margin: 0; 
        padding: 0; 
        background: #F5F5F5; 
        height: 10px; 
        -webkit-border-radius: 5px; 
        border-radius: 5px; 
        -webkit-box-shadow: inset 0px 1px 0px 0px #ddd; 
        box-shadow: inset 0px 1px 0px 0px #ddd; 
        list-style: none; 
        margin-bottom: 40px; 
        margin-top: 25px; 
        font-size: 11px; 
        color: #999;
}
.progress-wizard li { 
    display: table-cell; 
    width: 100px; 
    float: none; 
    text-align: center; 
}


.progress-wizard li:first-child { 
  text-align:left;
  width:76px;
}

.progress-wizard li:last-child { 
   text-align:right;
   width:76px;
}

.progress-wizard li:first-child span { 
  margin-left:0px;
}

.progress-wizard li:last-child span { 
    margin-left: auto;
    margin-right: 0px;
}


.progress-wizard li span { 
    display: block; 
    width: 36px; 
    height: 30px; 
    background: #F5F5F5; 
    text-align: center; 
    color: #999; 
    margin: auto; 
    margin-left:40px;
    margin-top: -12px; 
    padding-top: 7px; 
    font-size: 1.2em; 
    font-weight: bold; 
    -webkit-border-radius:18px; 
    border-radius: 18px; 
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); 
    -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); 
    box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.15); 
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.15); 
}
.progress-wizard li.active span { 
    background: #1abc9c; 
    color: #FFF; 
}

.progress-wizard li.active span:before { 
    margin: 0 0 0 -78px; 
    padding: 0; 
    background: #1abc9c; 
    height: 10px; 
    content: "";
    width:78px;
    display:inline-block;
}

.progress-wizard li:first-child.active span:before {
    display: none;
}

.progress-wizard li:nth-child(2).active span:before {
    margin: 0 0 0 -94px; 
    width:94px;
}


.progress-wizard li.active.current span, .progress-wizard li.active.current span:before {  
    background: #37a6cd; 
    color: #FFF; 
}


.progress-wizard li.active.danger span, .progress-wizard li.active.danger span:before  { 
    background: #e74c3c; 
    color: #FFF; 
}

.progress-wizard.mini { 
        width: 100%; 
        margin: 10px 0; 
        padding: 0; 
        background: #F5F5F5; 
        height: 6px; 
        -webkit-border-radius: 5px; 
        border-radius: 5px; 
        -webkit-box-shadow: inset 0px 1px 0px 0px #CCC; 
        box-shadow: inset 0px 1px 0px 0px #CCC; 
        list-style: none; 
        margin-bottom: 36px; 
        margin-top: 21px; 
        font-size: 10px; 
        color: #999;
}
.progress-wizard.mini li { 
    display: table-cell; 
    width: 1%; float: none; 
    text-align: center; 
}
.progress-wizard.mini li span { 
    display: block; 
    width: 22px; 
    height: 22px; 
    background: #F5F5F5; 
    text-align: center; 
    color: #999; 
    margin: auto; 
    margin-top: -8px; 
    padding: 2px 2px 0 0;
    font-size: 1.1em; 
    font-weight: bold; 
    -webkit-border-radius:15px; 
    border-radius: 15px; 
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); 
    -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); 
    box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.15); 
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.15); 
}
.progress-wizard.mini li.active span { 
    background: #1abc9c; 
    color: #FFF; 
}

@-webkit-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0.6;
    }
    100% {
        opacity:1;
    }
}
@-moz-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0.6;
    }
    100% {
        opacity:1;
    }
}

@-webkit-keyframes glow {
    0% {
        text-shadow: 0 0 5px white, 0 0 5px white;
    }
    50% {
        text-shadow: 0 0 1px white, 0 0 1px white;
    }
    100% {
        text-shadow: 0 0 5px white, 0 0 5px white;
    }
}
@-moz-keyframes glow {
    0% {
        text-shadow: 0 0 5px white, 0 0 5px white;
    }
    50% {
        text-shadow: 0 0 1px white, 0 0 1px white;
    }
    100% {
        text-shadow: 0 0 5px white, 0 0 5px white;
    }
}

.allocation-container { 
    margin: 0px 20px; 
    min-height: 130px;
}
.allocation-row {
    margin: 6px 0;
}
.slider-allocated { 
    margin-top:6px;
}

.round-badge {
    width: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    padding: 10px;
    border: 1px solid;
    display: inline-block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    float: left;
    text-align: center;
    background-color: #0072BC !important;
    margin: -8px 8px 0 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.round-badge .select-value {
    margin: -4px;
    font-size: 12px;
}

.round-badge i { 
    margin-top: 6px;
    font-size: 16px;
}

.round-badge.action { 
    cursor: pointer;
}

.round-badge.action:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

.round-badge.red {
    background-color: #e74c3c;
 }

 .round-badge.green{
    background-color: #1abc9c;
 }

 .round-badge.navy{
    background-color: #34495e;
    border-color:#34495e;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    filter: alpha(opacity=90);
    opacity: 0.9;
 }

 .round-badge.remove {
    background-color: transparent;
    border: 0px solid;
    color: #e74c3c;
 }
.round-badge.remove  i { 
    margin-top: 6px;
    font-size: 26px;
}

.round-badge.round-badge-xl{
    width: 24px;
    height: 28px;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    padding: 40px;
    border: 2px solid;
    display: inline-block;
    -moz-border-radius: 250px;
    -webkit-border-radius: 250px;
    border-radius: 250px;
    float: left;
    text-align: center;
    background-color: #2980b9;
    border-color: #2980b9;
    margin:-36px 0 0 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
     -webkit-box-shadow: 0px -4px 12px -4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px -4px 12px -4px rgba(0,0,0,0.3) ;
    box-shadow: 0px -4px 12px -4px rgba(0,0,0,0.3) ;
}

.round-badge.round-badge-xl .select-value {
    width: 120px;
    text-align: center;
    display: block;
    margin: 6px 0 0 -50px;
    font-size: 36px;
}

.round-badge.round-badge-xl .select-value.icon {
    margin: -20px 0 0 -50px;
}
.round-badge.round-badge-xl i {
    font-size: 64px;
}

.round-badge.round-badge-xl.green {
  background: #28b779;
  color: #fff;
  border: 2px solid #28b779;
}
.round-badge.round-badge-xl.red {
  background: #e74c3c;
  color: #fff;
  border: 2px solid #e74c3c;
}
.round-badge.round-badge-xl.blue {
  background: #37a6cd;
  color: #fff;
  border: 2px solid #37a6cd;
}
.round-badge.round-badge-xl.turquoise {
  background: #1abc9c;
  color: #fff;
  border: 2px solid #1abc9c;
}

.round-badge.round-badge-xl.carrot {
  background: #e67e22;
  color: #fff;
  border: 2px solid #e67e22;
}
.round-badge.round-badge-xl.orange {
  background: #f39c12;
  color: #fff;
  border: 2px solid #f39c12;
}

.round-badge.round-badge-xl.purple {
  background: #6C7799;
  color: #fff;
  border: 2px solid #6C7799;
  /*border-bottom: 8px solid #565F7A;*/
}

.round-badge.round-badge-xl.grey {
  background: #95a5a6;
  color: #fff;
  border: 2px solid #95a5a6;
}

.round-badge.round-badge-xl.long {
    line-height: 40px;
}

.round-badge.round-badge-xl.turquoise.long {
    /*border-bottom:  solid 6px #00DFED;*/
}

.partial-content .workspace-filters{margin-left:10px;}

.pre-line {
    white-space: pre-line
}

.semi-bold {
    font-weight: 600;
}

.login-brand-description {
    color: #2980b9;
    font-weight: 300;
}

.header-separator {
    /*border-bottom: 1px solid #dddddd;*/
    width:110%;
    margin:10px 0 20px -20px;
    height:2px;
}
.header-separator.mini {
    /*border-bottom: 1px solid #dddddd;*/
    width:110%;
    margin:5px 0 5px -20px;
    height:2px;
}
.task-view .task-done {
    display: none;
}

.task-view .task-active {
    display: none;
}

.task-view.active .task-active {
    margin-top:-8px;
    margin-left:-8px;
    position: absolute;
    background: #1abc9c;
    width:100%;
    opacity: 0.2;
    filter: alpha(opacity=20);
    min-height: 76px; 
    display: block;
    
}


.task-view.done .task-done {
    margin-top:-8px;
    margin-left:-8px;
    position: absolute;
    background: #666;
    width:100%;
    opacity: 0.7;
    filter: alpha(opacity=70);
    min-height: 76px; 
    display: block;
    
}

.task-view.done .task-done .title {
    font-family: 'Roboto', sans-serif;
    margin: 16px 0 0 40px;
    font-weight: 200;
    font-size:24px;
    color: #fff;
}

.task-view.done .task-done .title span { 
    margin-top:12px;
    position: absolute;
}

.task-view.done .task-done .title i{
    margin-right: 6px;
    color: #1abc9c;
    font-size:44px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.badge-margin-above {
    margin-top:4px
}

.status-description-well p {
    font-size: 14px
}

select option[disabled]{
  color: #bdc3c7;
}
/* Dropdown menu hover */

/*MEDIA TAGS*/ 
@media (max-width:1440px) {
    .sub-heading .title .title-right.small {
        font-weight: 100;
        font-size: 10px;
        margin: 2px 0 0 0;
    }
}
@media (max-width:1169px) {
    .container-fluid .hidden-fixed{
        display:none;
    }
    .sub-heading .title { font-size: 16px}
    .sub-heading .title .title-right{ font-size: 14px}
}

@media (max-width: 1024px) {
.container-fluid.fixed {
    padding: 0px;
    width: 979px;
    }
}    

@media (max-width:979px) {
    .container-fluid.fixed {
        width: auto;
        border: none;
        margin: 0;
    }
    .hidden-fixed{
        display:none;
    }

}

@media (max-width:767px) {
    body {
        padding: 0;
    }
    .hidden-fixed{
        display:none;
    }

    .nav-tabs>li>a {
        font-size: 10pt;
    }

    .nav-tabs>li>a, .nav-pills>li>a {
        padding-left: 5px;
        padding-right: 5px;
    }

    .documentation .span3 .menu.affix {
        position: relative;
        top: 0;
        width: auto;
    }

    .phone-margin.bottom {
        margin: 0 0 10px;
    }

    .well {
        padding: 5px;
    }

    .widget .widget-body {
        padding: 10px 5px;
    }

    .widget.margin-bottom-none {
        margin-bottom: 20px;
    }

    .widget.widget-tabs-2 .widget-head {
        height: auto;
    }

    .widget.widget-tabs-2 .widget-head ul {
        display: block;
        height: auto;
    }

    .widget.widget-tabs-2 .widget-head ul li {
        float: none;
        display: block;
        width: 100%;
    }

    .widget-stats {
        margin: 0 0 10px;
    }
}

@media (max-width:480px) {
    h1, h2, h3 {
        line-height: 30px;
        font-size: 18pt;
    }

    h3.glyphicons i:before, h2.glyphicons i:before {
        font-size: 24px;
        top: 3px;
        left: 5px;
    }

    .heading-buttons .buttons {
        margin-top: -1px;
    }

    .separator {
        margin: 10px 0;
    }

    .table-condensed th, .table-condensed td {
        padding: 4px 5px;
    }

    p.glyphicons {
        padding: 5px 0 10px 55px;
    }

    p.glyphicons i:before {
        color: #D67170;
        font-size: 35pt;
        top: 0;
    }

    p.glyphicons.right {
        padding: 0 55px 0 0;
    }

    .login-logo{
    background: url(../images/aspiviaunison-login-300.png) no-repeat;
    margin: 0 0 0 0;
    width: 300px;
    height:105px;
    }

}

@media (max-width:320px) {
    .nav-tabs>li, .nav-tabs>li>a, .nav-tabs>li>a: hover {
        display: block;
        float: none;
        margin: 0 0 -1px;
        border-color: #96cde5;
    }

    .nav-tabs>li:hover {
        border-color: #96cde5;
    }

    .nav-tabs>li, .nav-tabs>li>a {
        border-color: #E0D5C6;
        background: #F5EADB;
        -webkit-border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
    }
}

@media (max-width:240px) {
}

@media (max-width:979px) and (min-width:768px) {
    .widget-stats {
        padding: 10px;
    }

    .widget-stats .glyphicons {
        padding: 0 10px 0 0;
    }

    .widget-stats .glyphicons i:before {
        font-size: 20px;
        top: -5px;
    }
}

@media (max-width:979px) and (min-width:480px) {
}

@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:3/2), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {
}

@media only screen and (max-width:979px) {
    .table-responsive.swipe-horizontal {
        border-collapse: collapse;
        border-spacing: 0;
        display: block;
        position: relative;
        width: 100%;
        border-left: 1px solid #DDD;
    }

    .table-responsive.swipe-horizontal th, .table-responsive.swipe-horizontal td {
        display: block;
        margin: 0;
        vertical-align: top;
    }

    .table-responsive.swipe-horizontal th {
        text-align: right;
        border-bottom: 0;
        border-left: 0;
    }

    .table-responsive.swipe-horizontal td {
        min-height: 1.25em;
        text-align: left;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
        border-top: 0;
    }

    .table-responsive.swipe-horizontal thead {
        display: block;
        float: left;
    }

    .table-responsive.swipe-horizontal thead tr {
        display: block;
    }

    .table-responsive.swipe-horizontal tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
        word-spacing: 0;
        letter-spacing: 0;
        font-size: 0;
    }

    .table-responsive.swipe-horizontal tbody tr {
        display: inline-block;
        vertical-align: top;
        border-left: 1px solid #d7d8da;
    }

    .table-responsive.block {
    }

    .table-responsive.block table, .table-responsive.block thead, .table-responsive.block tbody, .table-responsive.block th, .table-responsive.block td, .table-responsive.block tr {
        display: block;
    }

    .table-responsive.block thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table-responsive.block tr {
        border: 1px solid #d7d8da;
    }

    .table-responsive.block td {
        border: none;
        border-bottom: 1px solid #d7d8da;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

    .table-responsive.block td:before {
        position: absolute;
        vertical-align: middle;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: right;
        font-weight: bold;
    }

    .table-responsive.block td:before {
        content: attr(data-title);
    }
}

body.choose {
    background: #d2d1cf;
    text-align: center;
    overflow: visible;
}

body.choose hr {
    border-bottom-color: #e8e8e8;
    border-top-color: #aeaeae;
}

body.choose h1 {
    font-size: 24.5px;
}

body.choose h1 span {
    color: #96cde5;
}

body.choose ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

body.choose ul li {
    height: 40px;
    line-height: 40px;
}

body.choose ul li span {
    display: inline-block;
    width: 130px;
    text-align: left;
}

body.choose #choose-preview {
    width: 470px;
    height: 366px;
    background: url("../images/choose-preview.jpg") no-repeat;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

body.choose #choose-preview>span {
    width: 357px;
    height: 222px;
    line-height: 222px;
    background: #222;
    color: #efefef;
    position: absolute;
    left: 57px;
    top: 17px;
}

body.choose #choose-preview>span span {
    display: block;
}

@media (max-width:767px) {
    body.choose ul li {
        height: auto;
        text-align: center;
        line-height: normal;
    }

    body.choose ul li span {
        width: 100%;
        display: block;
        text-align: center;
        padding: 0 0 5px;
    }

    body.choose #choose-preview {
        background: none;
        width: 357px;
        height: 222px;
    }

    body.choose #choose-preview>span {
        left: 0;
        top: 0;
    }
}

.error-container{ 
    margin-top:60px;
    text-align: center;
}
.error-container h1 {
    font-size:60px;
    font-weight: 100;
    color:#e60000;
    display: block;
    line-height:40px;
}
.error-container h5 {
    font-size:30px;
    color:#333;
    font-weight: 100;
    text-transform: uppercase;
}
.error-container h6 {
    font-size:16px;
    color:#666;
    font-weight: 100;
    line-height: 24px;
    text-transform: uppercase;
}
.error-container i {
    font-size:260px;
    color:#cccccc;
}
.error-container .btn i {
    font-size:20px;
    color:#fff;
    margin-right: 10px;
}

[type="checkbox"].includeChildBA {
  margin: 10px 5px 0 10px;
}

span.includeChildBA {
  font-size: 14px;
  font-weight: 100;
  line-height: 24px;
}
.container-fluid.fixed {
    border: 1px solid #bbbbbb;
}
.login-logo-wrap {
    margin: 65px auto 0 auto;
    width: 720px;
    height: 75px;
}



.login-brand-description {
    color: #db3535;
}
.form-signin-heading.intro{font-size: 16px; }

#content {
position: relative;
overflow: hidden;
margin: 0 0 0 0;
min-width: 320px;
min-height:1000px;
background: #FAFAFA url(../../images/pattern1.png) repeat;
}

.navbar.main {
    height: 58px;
    box-shadow: none;
    margin: 0;
    position: relative;
}

.navbar.main .logo {
    /*background: url(images/vodacombrand.png) no-repeat;*/
    margin: 8px 0 0 10px;
    display: inline-block;
    height: 44px;
    width: 90px;
}

.navbar.main .btn-navbar {
    padding: 6px 4px 6px 4px;
    margin: 0;
    position: absolute;
    float: left;
    left: 235px;
    top: 7px;
    display: block;
    /*background: #323E54;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.navbar.main .btn-navbar .icon-bar {
    background: #999;
}

/*.navbar.main .topnav {
    border-left: 1px solid #AF2A2A;
}*/

.navbar.main .topnav .search-query {

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;

    margin-bottom: 3px;
    margin-left: 3px;
    margin-right: 3px;
    height: 18px;
    width: 100px;
    font-size: 0.9em;

}

.navbar.main .topnav, .navbar.main .topnav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navbar.main .topnav>li {
    /*border-left: 1px solid #E67272;
    border-right: 1px solid #AF2A2A;*/
    position: relative;
}

.navbar.main .topnav>li, .navbar.main .topnav>li .notif li {
    float: left;
    height: 58px;
    line-height: 58px;
    display: block;
    padding: 0 1px;
}

.navbar.main .topnav>li>a, .navbar.main .topnav>li .notif li>a {
    display: block;
    color: #d9d9d9;
    text-decoration: none;
    padding: 0 10px;
}

.navbar.main .topnav>li>a .text, .navbar.main .topnav>li .notif li>a .text {
    display: inline-block;
    padding-left: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color:#FFF;
    font-weight: 300;
}

.navbar.main .topnav>li.open>a .text { /* GORAN */
    color:#666;
}


.navbar.main .topnav>li>a.glyphicons, .navbar.main .topnav>li .notif li>a.glyphicons {
    padding: 0 10px 0 35px;
}

.navbar.main .topnav>li>a.glyphicons i:before, .navbar.main .topnav>li .notif li>a.glyphicons i:before {
    color: #FFFFFF;
    font-size: 20px;
    top: 18px;
    left: 10px;
}

.navbar.main .topnav>li>a.glyphicons.logout, .navbar.main .topnav>li .notif li>a.glyphicons.logout {
    padding: 0 38px 0 0;
}

.navbar.main .topnav>li>a.glyphicons.logout i:before, .navbar.main .topnav>li .notif li>a.glyphicons.logout i:before {
    left: auto;
    right: 10px;
    color: #aad7ea;
}

.navbar.main .topnav>li.open, .navbar.main .topnav>li .notif li.open {
    padding: 0;
    margin-top:-1px;
}

.navbar.main .topnav>li.open>a, .navbar.main .topnav>li .notif li.open>a {
    background: #f5f5f5;
    height: 54px;
    color: #a9a9a9;
    position: relative;
    top: 2px;
    line-height: 54px;
    border: 1px solid #dddddd;
}

.navbar.main .topnav>li.open>a i:before, .navbar.main .topnav>li .notif li.open>a i:before {
    top: 18px;
}

.navbar.main .topnav>li.open .dropdown-menu, .navbar.main .topnav>li .notif li.open .dropdown-menu {
    background: #f5f5f5;
    border: 1px solid #bbbbbb;
    border-top: none;
    right: 1px;
    width: 246px;
    -webkit-box-shadow: 3px 4px 4px rgba(0,0,0,0.2)!important;
    -moz-box-shadow: 3px 4px 4px rgba(0,0,0,0.2) !important;
    box-shadow: 3px 4px 4px rgba(0,0,0,0.2) !important;
    padding-bottom: 4px;
}

.navbar.main .topnav>li.open>a.glyphicons i:before, .navbar.main .topnav>li.open .notif li>a.glyphicons i:before {color:#c4c4c4;}

/*start dropdown menu css*/
.navbar.main .topnav>li.open .dropdown-menu.full-width {

    width: 778px;
}
.navbar.main .topnav>li.open .dropdown-menu.three-column {

    width: 720px;
}
.navbar.main .topnav>li.open .dropdown-menu.two-column {

    width: 480px;
}

.navbar.main .topnav>li.open .dropdown-menu li, .navbar.main .topnav>li .notif li.open .dropdown-menu li {
    border-bottom: 1px solid #dddddd;
}

.navbar.main .topnav>li.open .dropdown-menu li:last-child, .navbar.main .topnav>li .notif li.open .dropdown-menu li:last-child {
    border-bottom: none;
}

.navbar.main .topnav>li.open .dropdown-menu li:first-child>a, .navbar.main .topnav>li .notif li.open .dropdown-menu li:first-child>a, .navbar.main .topnav>li.open .dropdown-menu li:first-child>a:hover, .navbar.main .topnav>li .notif li.open .dropdown-menu li:first-child>a:hover, .navbar.main .topnav>li.open .dropdown-menu li:first-child>span, .navbar.main .topnav>li .notif li.open .dropdown-menu li:first-child>span {
    border-top: none;
}

.navbar.main .topnav>li.open .dropdown-menu li>a, .navbar.main .topnav>li .notif li.open .dropdown-menu li>a, .navbar.main .topnav>li.open .dropdown-menu li>a:hover, .navbar.main .topnav>li .notif li.open .dropdown-menu li>a:hover, .navbar.main .topnav>li.open .dropdown-menu li>span, .navbar.main .topnav>li .notif li.open .dropdown-menu li>span {
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    border-top: 1px solid #ffffff;
    display: block;
    background: #f5f5f5;
    color: #333;
    text-decoration: none;
}
.navbar.main .topnav>li.open .dropdown-menu li>a span {
    font-size: 16px;
}

.navbar.main .topnav>li.open .dropdown-menu li>a.glyphicons i:before, .navbar.main .topnav>li .notif li.open .dropdown-menu li>a.glyphicons i:before, .navbar.main .topnav>li .notif li.open .dropdown-menu li>a:hover.glyphicons i:before, .navbar.main .topnav>li.open .dropdown-menu li>span.glyphicons i:before, .navbar.main .topnav>li .notif li.open .dropdown-menu li>span.glyphicons i:before {
    left: auto;
    right: 6px;
    top: 8px;
    font-size: 18px;
    color: #bbbbbb;
    width:30px;
}
.navbar.main .topnav>li.open .dropdown-menu li>a:hover.glyphicons i:before{color: #37a6cd; font-size: 18px;}
/*.navbar.main .topnav>li.open .dropdown-menu li>a.active{color: #1abc9c;}*/
.navbar.main .topnav>li.open .dropdown-menu li>a:hover,.navbar.main .topnav>li.open .dropdown-menu li>a:hover>span {color: #37a6cd}
.navbar.main .topnav>li.open .dropdown-menu li.selected>a>span, .navbar.main .topnav>li.open .dropdown-menu li.selected>a.glyphicons i:before{color: #1abc9c !important}
.navbar.main .topnav>li.no-dropdown:hover, .navbar.main .topnav>li.selected { 
    /*text-shadow: 1px 0px 9px rgba(255, 255, 255, 1);*/
    
}
.navbar.main .topnav>li.no-dropdown:hover, .navbar.main .topnav>li.selected a>span{
    color:#0072BC;
}
.navbar.main .topnav>li.no-dropdown:hover, .navbar.main .topnav>li.selected li a>span, .navbar.main .topnav>li.no-dropdown:hover, .navbar.main .topnav>li.selected li a.glyphicons i:before{
    color:#1d1d1b;
}



.navbar.main .topnav>li.no-dropdown:hover span{
    color:#0072BC;
}

.navbar.main .topnav>li.selected.no-dropdown:hover{

}


.navbar.main .topnav>li.open .dropdown-menu li.active, .navbar.main .topnav>li .notif li.open .dropdown-menu li.active {
    background: #ddd;
}

.navbar.main .topnav>li.open .dropdown-menu li.active a, .navbar.main .topnav>li .notif li.open .dropdown-menu li.active a {
    background: #ddd;
}

.navbar.main .topnav>li.open .dropdown-menu li.highlight>a, .navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight>a, .navbar.main .topnav>li.open .dropdown-menu li.highlight>a:hover, .navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight>a:hover, .navbar.main .topnav>li.open .dropdown-menu li.highlight>span, .navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight>span {
    background: #fff;
}

.navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>a, .navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>a, .navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>a:hover, .navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>a:hover, .navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>span, .navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>span {
    height: auto;
    line-height: normal;
    padding: 5px 10px 10px;
}

.navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>a .heading, .navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>a .heading, .navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>a:hover .heading, .navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>a:hover .heading, .navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>span .heading, .navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>span .heading {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}

.navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>a .heading a, .navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>a .heading a, .navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>a:hover .heading a, .navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>a:hover .heading a, .navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>span .heading a, .navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>span .heading a {
    text-transform: none;
}

.navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>a .img, .navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>a .img, .navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>a:hover .img, .navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>a:hover .img, .navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>span .img, .navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>span .img {
    display: inline-block;
    float: left;
    width: 47px;
    height: 45px;
    line-height: 45px;
    background: #272729;
    text-align: center;
    content: "\e004";
    color: #525254;
    font-family: "Glyphicons";
    margin: 0 10px 0 0;
    position: relative;
}

.navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>a .clearfix, .navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>a .clearfix, .navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>a:hover .clearfix, .navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>a:hover .clearfix, .navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>span .clearfix, .navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>span .clearfix {
    display: block;
}
.navbar.main .topnav>li.open .dropdown-menu li.nav-header{
    font-size: 20px;
    padding: 0px 10px;
    font-weight: 600; 
    line-height: 38px;
}

.navbar.main .topnav .dropdown>a .caret {
    border-top-color: #fafafa;
    top: 12px;
    position: relative;
}

.navbar.main .topnav .dropdown-menu {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}
.navbar.main .topnav>li.open .dropdown-menu .dropdown-header{
    padding:0;
}
.dropdown-menu .dropdown-header .sub-heading{
    font-family: 'Roboto', sans-serif;
    height:20px;
    line-height: 26px;
    font-size: 28px;
    margin: 20px 10px 16px 10px;
    font-weight: 100;
    border-bottom: solid 6px #cccccc;
    padding: 0 0 0 0 !important;
}
/*.navbar.main .topnav>li.open .dropdown-menu .dropdown-header .sub-heading .title { 
    font-family: "VodafoneLtRegular", sans-serif;
    color:#666666;
    height: 20px;
    font-weight: 300;
    border-bottom: 6px solid #db3535;
    padding-bottom: 6px;
    font-size: 26px;
 }*/

/* drop-down menu extra css */

.dropdown-menu .icon {
    color: #bbbbbb;
}
.dropdown-menu .vertical-separator{
    width:2px;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #ffffff;
}

/* breadcrumb */

.breadcrumb-wrapper{
    height: 30px;
    padding:6px 0 0 0;
    margin: 0;
    background: #eee;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    background-color: #f5f5f5;
    
}

.breadcrumb {
    
    line-height: 20px;
    padding: 0;
    width:100%;
    padding: 0 8px;
    margin: 0;
}

.breadcrumb a {
    color: #333;
    font-weight: 600;
}

.breadcrumb .glyphicons {
    color: #666666;
    padding: 0 0 0 20px;
}

.breadcrumb .glyphicons i:before {
    color: #808080;
    font-size: 12px;
    top: 4px;
}

.breadcrumb .divider {
    margin: 4px 3px 0 3px;
    width: 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #bfc2c5;
    height: 10px;
}
#reportrange {
    margin-top: 0;
    cursor: hand;
    cursor: pointer;
}

/*sub heading title override*/
.box-clear .sub-heading .title { 
    /*border-bottom: 6px solid #db3535;*/
    font-family: 'Roboto', sans-serif;
    line-height: 16px;
    font-size:18px;
    font-weight: 300;
}
.box-clear.box-menu{margin: 10px 20px 10px 0px;}
.span-isotope {width:32% !important;}

/*buttons*/
.btn-info{
    background-color:#0072BC;
    border: 1px solid #0072BC;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    color: #ffffff;
    background-color:#732F61; 
    border: 1px solid #522246;
}
.btn-select .btn{min-width: 210px; text-align: left;}
#form-filters button {background-color: #F8F8F8}
#form-filters button:hover, #form-filters button.active{background-color: #eaeaea}
.span-isotope {width:31% !important;}
.isotope-responsive{margin: 0;}
/* table */
.field-icon {
font-size: 34px;
color: #999999;
margin: 4px 0 0 0 !important;
}

.table-bordered tbody tr:nth-child(odd) td, .table-bordered tbody tr:nth-child(odd) th {
background-color: #ffffff;
}
/*color overrides*/
.badge-info{background-color:#528098}
.info-box {background-color: #c37171;}

.pageicon {
        width: 50px;
        font-size: 36px;
        padding: 10px;
        /*color: #bd0000;*/
        /*border: 2px solid #bd0000;*/
        display: inline-block;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        float: left;
        text-align: center;
    }
    .pageicon .glyphicons {
        /*color: #bd0000;*/
        padding: 0;
    }
    .pageicon .glyphicons i:before {
        position: relative;
        left: 0;
        top: 0;
        font: 36px 'Glyphicons';
        font-style: normal;
        /*color: #bd0000;*/
        
    }
    .pageheader { padding: 16px 20px; border-bottom: 1px solid #ddd; position: relative; min-height: 76px; background: #fff; background-color: #fff; }
    .pagetitle { margin-left: 90px; padding-top: 5px; }
    .pagetitle h1 { font-size: 34px; margin: -12px 0 0 0; font-weight: 300;}
    .pagetitle h1 span{/*color: #bd0000;*/}
    .pagetitle h5 { text-transform: uppercase; font-size: 11px; color: #999; font-family: 'Open Sans', sans-serif; font-weight: 100;}

    .partial-header{
        
        background-color: #FFFFFF;
        text-indent: 10px;
        font-weight: 300;
    }
    .partial-header.stacked { 
        background-color: #F6F6F6;
        cursor: pointer;
        margin-top:10px;
        color:#666;
    }
    .partial-header.stacked.header {
        -webkit-box-shadow: 0px -7px 12px -7px rgba(0,0,0,0.3)!important;
        -moz-box-shadow: 0px -7px 12px -7px rgba(0,0,0,0.3) !important;
        box-shadow: 0px -7px 12px -7px rgba(0,0,0,0.3) !important;
        margin-top:-10px;
        
    } 
    .partial-header-nav{
        margin-right: 6px;
        /*display: none;*/
    }
    .partial-header.stacked:hover .partial-header-nav {
        display: inline;    
    }
    .partial-header.stacked.header.top:hover .partial-header-nav {
        display: none; 
    }

    .partial-header.stacked.header.top { 
        cursor: default;
        background-color: #ffffff;
        margin-top:-10px;
        /*color:#bd0000;*/
    }
    #form-filters { margin-bottom: 0px}
    #filters-provider{/*display: none; visibility: collapse;*/}
    .box-stats.box-stats-1 .count {
        /*color: #db3535;*/
    }
   /* .navbar.main .topnav>li.border-fix {
        border-left: 1px solid #E67272;
        border-right: none;
        width: 1px;
    }*/
    /*TAB OVVERRIDES*/
    .tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:hover {

    background: #FAFAFA url(../../images/pattern1.png) repeat;

    }
    .tabs-right > .nav-tabs > li.last-child > a,.tabs-right > .nav-tabs > li.last-child > a:hover  {

    background: #FAFAFA url(../../images/pattern1.png) repeat;
    }

    .tabs-right > .nav-tabs > li.last-child{

    }
    /* Well */
    .box-clear .well {background-color: #F8F8F8}

    /*vertical button group ) for menu)*/
    .btn-group-vertical .btn-primary.glyphicons {color:#666666 !important; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);}
    .btn-group-vertical .btn-primary{background-color: #E6E6E6; border-color: #dddddd; }
    .btn-group-vertical .btn-primary:hover{background-color: #cccccc; border-color: #bbbbbb; color:#1d1d1b !important;}
    .btn-group-vertical .btn-primary.glyphicons.btn-icon i:before {background: rgba(0, 0, 0, 0.2);}

    .btn-default {background-color: #F8F8F8}

    /* on/off switches*/
    .has-switch > div.switch-on label {
        background-color: #bdc3c7;
    }
    .has-switch span.switch-left {color: #ffffff;}



#footer {
    height: 25px;
    background: #E6E6E6;
    border-top: 1px solid #ccc;
    position: fixed;
    bottom: 0;
    z-index: 20000;
    left: 0;
    right: 0;
    overflow: hidden;
    color:  666;
}

#footer .wrap {
    background: #E6E6E6;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    padding: 0;
    border-top: 1px solid #fff;
}

#footer .wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #fff;
    display: inline-block;
}

#footer .wrap ul li {
    float: left;
    display: block;
    border-right: 1px solid #ccc;
    line-height: 25px;
    height: 25px;
}

#footer .wrap ul li span:first-child, #footer .wrap ul li a {
    border-left: 0px solid #ccc;
    display: block;
    width: auto;
    cursor: pointer;
    padding: 0 10px 4px 10px;
    text-align: center;
    line-height: 25px;
    text-decoration: none;
    color: #797979;
}

#footer .wrap ul li span:first-child i:before, #footer .wrap ul li a i:before {
    line-height: 35px;
    position: relative;
    color: #797979;
    left: auto;
    top: -2px;
    font-size: 20px;
    vertical-align: middle;
    font-weight: normal;
}

#footer .wrap ul li span:first-child.text span, #footer .wrap ul li a.text span {
    margin-left: 5px;
}

#footer .wrap ul li.active span:first-child, #footer .wrap ul li:hover span:first-child, #footer .wrap ul li.active a, #footer .wrap ul li:hover a {
    color: #db3535;
}

#footer .wrap ul li.active span:first-child i:before, #footer .wrap ul li:hover span:first-child i:before, #footer .wrap ul li.active a i:before, #footer .wrap ul li:hover a i:before {
    color: #db3535;
}
.data-overlay{
    display:none;
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:#666;
    opacity:.4;
    text-align:center;
    z-index:1;
}
.buttons-description {
    font-family: 'Roboto', sans-serif;
}

.swMain ul.anchor {
  visibility:hidden;
}

.swMain ul.anchor li a.done {
  color: #323E54;
  background: #323E54;
  border-color:#323E54;
  color:white;
}

.swMain ul.anchor li a.selected {
  color: white;
  background: #37a6cd;
  border-color:#37a6cd;
  
}

.swMain ul.anchor li a.selected:hover {
  color: white;
  background: #37a6cd;
  border-color:#37a6cd;
  cursor:pointer;
}

.swMain ul.anchor li a.done:hover {
  color:white;  
  background: #323E54;
  border: 1px solid #323E54;  
}

.btn-group .dropdown-menu {top:28px; z-index: 999;}

