a:focus,a:hover{
    text-decoration:none;
    color:#000
}
body,ul{
    margin:0
}
.chart-height,.chart-height1,.chart-height2,.chart-height3,.chart-height4,.chart-height5{
    position:relative
}
@font-face{
    font-family:'Open Sans';
    src:url(../fonts/open-sans/OpenSans-Light.ttf) format("ttf");
    font-weight:300;
    font-style:normal
}
@font-face{
    font-family:'Open Sans';
    src:url(../fonts/open-sans/OpenSans-Regular.ttf) format("ttf");
    font-weight:400;
    font-style:normal
}
@font-face{
    font-family:'Open Sans';
    src:url(../fonts/open-sans/OpenSans-Bold.ttf) format("ttf");
    font-weight:700;
    font-style:normal
}
html{
    height:100%
}
body{
    min-height:100%;
    font:400 13px 'Open Sans',sans-serif;
    line-height:18px;
    color:#1a1a1a;
    background:#272f3a
   /*  background-image: url(../img/video-poster.jpg); */
}
a{
    color:#333;
    text-decoration:none
}
a:focus{
    outline:0
}
ul{
    padding:0;
    list-style-type:none
}
ul.default{
    margin:inherit;
    padding:0 30px;
    list-style-type:inherit
}
ul.default ul{
    list-style-type:circle
}
ul.default ul ul{
    list-style-type:square
}
ul.custom-bullets{
    padding-left:20px
}
ul.custom-bullets li:before{
    color:red;
    content:"\2022";
    font-size:30px;
    width:20px;
    height:20px
}
hr{
    margin-top:10px;
    margin-bottom:10px;
    border-top:1px solid #b2d3d0
}
h1,h2,h3,h4,h5{
    font-weight:500;
    padding:0
}
.no-margin{
    margin:0
}
.no-padding{
    padding:0
}
.auto-margin{
    margin:auto
}
.padding-10{
    padding:10px
}
.padding-15{
    padding:15px
}
.center-text{
    text-align:center
}
.right-text{
    text-align:right
}
.text-success{
    color:#009688
}
.text-danger{
    color:#bb4d4b
}
.text-info{
    color:#0c5f88
}
.text-warning{
    color:#e3b442
}
.text-brown{
    color:#ab7967
}
.text-pink{
    color:#c5416e
}
.text-white{
    color:#fff
}
.text-grey{
    color:gray
}
.text-light{
    color:#b3b3b3
}
.spacer5{
    height:5px
}
.spacer10{
    height:10px
}
.spacer20{
    height:20px
}
.spacer30{
    height:30px
}
.green-bg{
    background:#009688
}
.red-bg{
    background:#bb4d4b
}
.dark-red-bg{
    background:#f35454
}
.blue-bg{
    background:#0c5f88
}
.mustard-bg,.yellow-bg{
    background:#e3b442
}
.pink-bg{
    background:#c5416e
}
.brown-bg{
    background:#ab7967
}
.light-green-bg{
    background:#84a523
}
.violet-bg{
    background:#9a4e8e
}
.teal-bg{
    background:#2ca2ad
}
.orange-bg{
    background:#dc804a
}
.grey-bg{
    background:#b3b3b3
}
.dark-grey-bg{
    background:gray
}
.fb-bg{
    background:#3B5998
}
.tw-bg{
    background:#55ACEE
}
.purple-bg{
    background:#500776
}
.chart-height{
    height:150px;
    overflow:hidden
}
.chart-height1{
    height:300px;
    overflow:hidden
}
.chart-height2{
    height:170px;
    overflow:hidden
}
.chart-height3{
    height:235px;
    overflow:hidden
}
.chart-height4{
    height:80px;
    width:80px;
    overflow:hidden;
    float:left
}
.chart-height5{
    height:100px;
    overflow:hidden
}
header{
    padding:0 25px;
    vertical-align:middle;
    background: #fefefe;
}
@media (max-width:767px){
    header{
        padding:0 20px;
        -webkit-border-radius:3px 3px 0 0;
        -moz-border-radius:3px 3px 0 0;
        border-radius:3px 3px 0 0
    }
}
.logo{
    margin:17px 0;
    float:left
}
.logo h4{
    margin:0;
    font-size:18px;
    font-weight:500;
    color:#e6e6e6;
    line-height:24px
}
.logo h4 i{
    color:#009688;
    font-size:21px;
    margin-left:2px;
    vertical-align:middle
}
.logo img{
  
    margin:0;
    width: 250px;
height: 50px;
}
ul#header-actions{
    margin:12px 0 0 10px;
}
ul#header-actions li.list-box{
    position:relative;
    cursor:pointer;
    float:left;
    text-align:center;
    line-height:100%;
    vertical-align:middle
}
ul#header-actions li.list-box a{
    padding:13px 15px;
    display:block
}
ul#header-actions li.list-box a .info-label{
    color:#fff;
    text-align:center;
    height:28px;
    width:28px;
    line-height:28px;
    display:block;
    background:#07afff;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px
}
ul#header-actions li.list-box a .info-icon{
    text-align:center;
    width:20px;
    height:20px;
    line-height:20px;
    text-shadow:0 7px 5px #000;
    position:absolute;
    top:5px;
    right:5px;
    font-size:16px
}
ul#header-actions li.list-box:hover{
    background:#07afff;
}
ul#header-actions li.list-box:hover .info-label{
    background:#07afff;
}
ul#header-actions li.list-box.open{
    background:#212730
}
ul#header-actions li.list-box.open .info-label{
    background:#35404f
}
ul#header-actions li.list-box.user-admin{
    text-align:right;
    background:0 0
}
ul#header-actions li.list-box.user-admin .admin-details{
    float:left;
    margin:12px 10px 0;
    color:#f64147;
}
ul#header-actions li.list-box.user-admin .admin-details .name{
    line-height: 32px;
color: #000000;
}
ul#header-actions li.list-box.user-admin .admin-details .designation{
    font-size:12px;
    color:#c2dcda
}
ul#header-actions li.list-box.user-admin .dropdown-menu{
    min-width:215px;
    min-height:40px
}
ul#header-actions li.list-box.user-admin .dropdown-menu .dropdown-content a{
    padding:7px 12px;
    font-size:12px;
    color:#000
}
ul#header-actions li.list-box.user-admin .dropdown-menu .dropdown-content a i{
    font-size:21px;
    color:#bb4d4b;
    margin-right:10px
}
ul#header-actions li.list-box.user-admin .dropdown-menu .dropdown-content a:first-child{
    border-bottom:1px solid #dcebea
}
ul#header-actions li.list-box.user-admin .dropdown-menu .dropdown-content a:first-child:hover{
    background:#009688;
    color:#fff;
    border-bottom:1px solid #009688
}
ul#header-actions li.list-box.user-admin .dropdown-menu .dropdown-content a:first-child:hover i{
    color:#fff
}
ul#header-actions li.list-box.user-admin a.dropdown-toggle{
    background:#07afff;
    float:right;
    padding:4px;
    text-align:center;
    margin-top:8px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px
}
ul#header-actions li.list-box.user-admin a.dropdown-toggle i{
    color:#fff;
    font-size:30px
}
ul#header-actions li.list-box:last-child a{
    padding-right:0
}
ul#header-actions .dropdown-menu{
    padding:0;
    min-width:320px;
    min-height:210px;
    float:left;
    position:absolute;
    right:0;
    top:50px;
    left:inherit;
    border:0;
    border-top:4px solid #009688;
    background:#f9fcfb;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0
}
ul#header-actions .dropdown-menu:before{
    content:"";
    position:absolute;
    top:-14px;
    right:10px;
    border-bottom:10px solid #07afff;
    border-right:10px solid transparent
}
ul#header-actions .dropdown-header{
    background:#fff;
    padding:10px 15px;
    color:#0c5f88;
    font-weight:600
}
ul#header-actions .dropdown-footer{
    border-top:1px solid #ccc;
    padding:10px 15px;
    color:#0c5f88;
    font-size:11px
}
ul#header-actions .dropdown-footer i{
    font-size:12px;
    margin-left:4px;
    vertical-align:middle;
    color:#009688
}
@media (max-width:767px){
    ul#header-actions li.list-box{
        display:none
    }
    ul#header-actions li.list-box.user-admin{
        display:block
    }
}
.dropdown-menu{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    border:0
}
.dropdown-menu>li a:hover{
    background:#c2dcda
}
a.support{
    text-align:center;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    text-transform:uppercase;
    padding:2px 10px;
    display:inline-block;
    margin:16px 10px 0 30px;
    font-size:9px;
    background:#009688;
    color:#fff;
    float:right
}
@media (max-width:767px){
    a.support{
        display:none
    }
}
.custom-search{
    margin:9px auto 0;
    position:relative;
    top:0;
    line-height:36px;
    float:right
}
.custom-search ::-webkit-input-placeholder{
    color:#4e5e74
}
.custom-search :-moz-placeholder{
    color:#4e5e74
}
.custom-search ::-moz-placeholder{
    color:#4e5e74
}
.custom-search :-ms-input-placeholder{
    color:#4e5e74
}
.custom-search .search-query{
    padding:7px 15px;
    margin-bottom:0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    color:#fff;
    background:rgba(0,0,0,.1);
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -ms-transition:all .5s ease;
    -o-transition:all .5s ease;
    transition:all .5s ease;
    line-height:20px;
    border:1px solid #313b49;
    width:240px
}
.custom-search .search-query:focus{
    outline:0;
    background:rgba(0,0,0,.2);
    border:1px solid #3f4c5e;
    width:280px
}
.custom-search i{
    padding:0 20px;
    height:36px;
    line-height:36px;
    cursor:pointer;
    position:absolute;
    right:0;
    top:0;
    color:#fff;
    border-left:1px solid #313b49;
    font-size:16px
}
@media (max-width:991px){
    .custom-search{
        display:none
    }
}
.user-wrapper{
    display:block;
    margin:20px 10px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background:#272f3a;
    padding:12px
}
.user-wrapper .user-avatar{
    float:left
}
.user-wrapper .user-avatar img{
    max-width:40px;
    max-height:40px;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    border-radius:7px
}
.right-sidebar,.sidebar{
    -webkit-border-radius:3px;
    -moz-border-radius:3px
}
.user-wrapper .profile-status{
    margin:10px 0 0 50px
}
.user-wrapper .profile-status p.percentage{
    font-size:11px;
    margin:0 0 5px;
    color:#fff
}
.user-wrapper .profile-status .progress{
    margin-bottom:0;
    background-color:#161b21
}
.navbar-default,.sidebar{
    background:#dcebea;
    margin:0
}
.sidebar{
    width:200px;
    position:absolute;
    top:104px;
    left:25px;
    z-index:1000;
    border-top:5px solid #07afff;
    border-radius:3px
}
@media (min-width:768px){
    .navbar-nav{
        float:none
    }
    .navbar-nav>li{
        min-width:200px
    }
}
.navbar-default{
    border:none;
    padding:0 0 20px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px
}
.addon-wrapper,.navbar-default .navbar-toggle{
    -webkit-border-radius:4px;
    -moz-border-radius:4px
}
.navbar-default .navbar-toggle{
    border-radius:4px;
    border-color:#009688;
    padding:9px 12px;
    margin:0;
    background:#009688
}
.navbar-default .navbar-toggle .icon-bar{
    background-color:#fff
}
.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{
    background-color:#007d71;
    border-color:#007d71
}
.navbar-default .navbar-toggle:focus .icon-bar,.navbar-default .navbar-toggle:hover .icon-bar{
    background-color:#fff
}
.navbar-default .navbar-collapse{
    border-top:0;
    padding:0;
    box-shadow:none;
    -webkit-border-radius:2px 2px 0 0;
    -moz-border-radius:2px 2px 0 0;
    border-radius:2px 2px 0 0
}
.navbar-default .navbar-nav>li>a{
    padding:12px 15px;
    min-width:110px;
    border-bottom:1px solid #2b3440;
    font-size:14px;
    color:#009688
}
.navbar-default .navbar-nav>li>a i{
    font-size:18px;
    float:left;
    margin-right:8px;
    line-height:20px
}
.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{
    color:#fff;
    background:#ff7740;
    border-bottom:1px solid #ff7740;
}
.navbar-default .navbar-nav>li>a:focus i,.navbar-default .navbar-nav>li>a:hover i{
    color:#fff
}
.navbar-default .navbar-nav>li>a .label{
    position:absolute;
    right:10px;
    top:14px;
    min-width:24px;
    padding:2px 5px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    font-weight:500
}
.navbar-default .navbar-nav>li>.dropdown-menu{
    border:0;
    position:inherit;
    background:#dcebea;
    min-width:200px;
    box-shadow:none
}
.navbar-default .navbar-nav>li>.dropdown-menu li a{
    color:#35404f;
    font-size:13px;
    padding:7px 15px 7px 40px
}
.navbar-default .navbar-nav>li>.dropdown-menu li a:focus,.navbar-default .navbar-nav>li>.dropdown-menu li a:hover{
    background:#c2dcda
}
.navbar-default .navbar-nav>li>.dropdown-menu li a.current-page{
    text-decoration:line-through;
    cursor:not-allowed;
    background:#b2d3d0
}
.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{
    background:#ff7740;
    border-bottom:1px solid #ff7740;
    color:#fff
}
.navbar-default .navbar-nav>.open>a i{
    color:#fff
}
.navbar-default .navbar-nav>.active>a{
    position:relative;
    background:#07afff;
    color:#fff;
    border-bottom:1px solid #07afff;
}
.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{
    background-color:#ff7740;
    color:#fff;
    border-bottom:1px solid #ff7740;
}
.navbar-default .navbar-nav>.active>a i{
    color:#fff
}
.navbar-default .navbar-nav>.active .dropdown-menu{
    display:block!important
}
.addon-wrapper{
    margin:10px;
    padding:15px;
    border-radius:4px;
    background:#2b3440
}
.dashboard-wrapper,ul.friends-list li img{
    -webkit-border-radius:4px;
    -moz-border-radius:4px
}
.addon-wrapper h4{
    color:#000;
    padding:0;
    margin:0 0 15px
}
@media (max-width:992px){
    .addon-wrapper{
        display:none
    }
    .navbar-header,.navbar-nav{
        float:none
    }
    .sidebar{
        z-index:1000;
        margin:20px 5px 15px;
        position:inherit;
        left:inherit;
        top:inherit;
        width:inherit;
        padding:12px 15px
    }
    .user-wrapper{
        display:none
    }
    .navbar-toggle{
        display:block
    }
    .navbar-collapse.collapse{
        display:none!important
    }
    .navbar-nav>li{
        width:100%
    }
    .collapse.in{
        display:block!important
    }
    .navbar-default{
        padding-bottom:0;
        min-height:36px
    }
    .navbar-default .navbar-nav{
        margin:7.5px 0
    }
    .navbar-default .navbar-nav>li>.dropdown-menu{
        position:inherit;
        left:inherit;
        top:inherit;
        width:100%
    }
}
.dashboard-wrapper{
    margin:20px 10px 20px 225px;
    position:relative;
    padding:0;
    border-radius:4px
}
@media (max-width:992px){
    .dashboard-wrapper{
        margin:20px 5px
    }
}
.main-container{
    position:relative;
    padding:20px;
    min-height:820px;
    background:#f9fcfb
}
.right-sidebar{
    position:absolute;
    right:25px;
    top:126px;
    width:190px;
    border-radius:3px;
    background:#fff;
    border-top:5px solid #0c5f88;
    padding:15px;
    min-height:700px
}
.right-sidebar .panel{
    margin-bottom:5px
}
.right-sidebar .panel.panel-blue .panel-body{
    background:#0b557a
}
.right-sidebar a.action{
    position:relative;
    padding:15px;
    display:block;
    margin-bottom:5px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px
}
.right-sidebar a.action:after{
    position:absolute;
    right:15px;
    bottom:15px;
    color:#fff;
    font-size:24px;
    content:"\e96b";
    font-family:icomoon;
    opacity:.5
}
@media (max-width:1199px){
    .right-sidebar{
        display:none
    }
}
.top-bar{
    padding:0 20px;
    background:#fff;
    border-top:5px solid #07afff;
    border-bottom:1px solid #c2dcda;
    -webkit-border-radius:3px 3px 0 0;
    -moz-border-radius:3px 3px 0 0;
    border-radius:3px 3px 0 0
}
.top-bar .page-title{
    float:left
}
.top-bar .page-title h4{
    margin:0;
    padding:0;
    color:#000;
    font-size:24px;
    line-height:60px
}
.top-bar .page-title h4 .fa{
    font-size:14px;
    padding-left:3px;
    color:#bb4d4b
}
@media (max-width:767px){
    .top-bar{
        margin-top:15px;
        -webkit-border-radius:4px 4px 0 0;
        -moz-border-radius:4px 4px 0 0;
        border-radius:4px 4px 0 0
    }
    .top-bar .page-title h4{
        font-size:16px;
        line-height:48px
    }
    ul.topbar-stats{
        display:none
    }
}
ul.topbar-stats{
    float:right
}
ul.topbar-stats li{
    border-left:1px solid #d9d9d9;
    padding:0 24px;
    margin:10px 0 0;
    float:left
}
ul.topbar-stats li:first-child{
    border-left:none;
    padding-left:0
}
ul.topbar-stats li:last-child{
    padding-right:0
}
ul.topbar-stats li h4{
    margin:0;
    padding:0;
    font-size:24px;
    font-weight:600
}
ul.topbar-stats li h4 i{
    font-size:18px;
    font-weight:600
}
ul.topbar-stats li h4 i.up{
    color:#009688
}
ul.topbar-stats li h4 i.down{
    color:#bb4d4b
}
ul.topbar-stats li h5{
    padding:0;
    margin:0;
    line-height:16px
}
ul.topbar-stats li .sales-details{
    float:left;
    margin-left:5px
}
ul.topbar-stats li .sales-block{
    float:left;
    position:relative;
    height:30px;
    text-align:center;
    top:6px;
    margin-right:12px
}
ul.visitor-stats{
    margin-top:10px
}
ul.visitor-stats li .block{
    padding:15px;
    min-height:92px;
    border:1px solid #c8e0de;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background:-moz-linear-gradient(top,#fff 0,#e9f2f2 90%,#cfe3e2 100%);
    background:-webkit-linear-gradient(top,#fff 0,#e9f2f2 90%,#cfe3e2 100%);
    background:linear-gradient(to bottom,#fff 0,#e9f2f2 90%,#cfe3e2 100%)
}
ul.visitor-stats li .block h5.visitor-title{
    font-size:11px;
    text-transform:uppercase;
    font-weight:600;
    margin:0
}
ul.visitor-stats li .block h5.visitor-title span.growth{
    float:right;
    color:#000
}
ul.visitor-stats li .block h5.visitor-title span.growth i{
    font-size:10px;
    font-weight:600;
    margin-right:5px
}
ul.visitor-stats li .block h5.visitor-title span.growth i.up{
    color:#009688
}
ul.visitor-stats li .block h5.visitor-title span.growth i.down{
    color:#bb4d4b
}
ul.visitor-stats li .block h2.num-stats{
    margin:5px 0;
    color:#000;
    letter-spacing:1px
}
ul.visitor-stats li .block h3.avg-time{
    margin:20px 0 0;
    color:#000;
    letter-spacing:1px
}
ul.visitor-stats li .block .progress{
    margin:0;
    background-color:#fff
}
@media (max-width:992px){
    ul.visitor-stats li .block{
        margin-bottom:15px
    }
}
@media (max-width:767px){
    ul.visitor-stats li{
        width:100%
    }
}
.date-range{
    margin:5px 5px 20px
}
.date-range h3.title{
    font-size:32px;
    color:#000;
    margin:0 0 10px;
    display:inline-block
}
.date-range .btn{
    border:2px solid #009688;
    color:#000;
    font-size:12px;
    padding:7px 12px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
    margin:0 2px
}
.date-range .btn:hover{
    border:2px solid #9bc6c2
}
.date-range .btn.active,.date-range .btn.active.focus,.date-range .btn.active:focus,.date-range .btn.focus,.date-range .btn:active.focus,.date-range .btn:active:focus,.date-range .btn:focus{
    box-shadow:none;
    border:2px solid #bb4d4b
}
ul.accounts-review{
    margin-bottom:21px;
    text-align:center
}
ul.accounts-review li{
    background:#009688;
    padding:12px 10px;
    display:inline-block;
    width:46%;
    margin:0 2% 10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
    position:relative
}
ul.accounts-review li:after,ul.accounts-review li:before{
    content:"";
    position:absolute;
    top:0;
    width:0;
    height:0;
    right:0
}
ul.accounts-review li:after{
    border-top:20px solid #fff;
    border-left:20px solid transparent
}
ul.accounts-review li:before{
    border-bottom:20px solid #005951;
    border-right:20px solid transparent;
    -webkit-border-radius:0 0 0 6px;
    -moz-border-radius:0 0 0 6px;
    border-radius:0 0 0 6px
}
ul.accounts-review li:last-child{
    margin-right:0
}
ul.accounts-review li:first-child{
    margin-left:0
}
ul.accounts-review li h1{
    font-size:48px;
    color:#fff;
    margin:5px 0 10px
}
ul.accounts-review li h5{
    margin:0 0 10px;
    color:#fff
}
ul.accounts-review li h5 strong{
    font-style:italic;
    font-weight:700;
    font-size:14px
}
ul.accounts-review li a:hover{
    color:#000
}
ul.accounts-review li.blue{
    background:#0c5f88
}
ul.accounts-review li.blue:before{
    border-bottom:20px solid #083e59
}
p.account-notify{
    text-align:center;
    padding:0 20px
}
p.account-notify i{
    margin-right:10px;
    color:#e3b442;
    font-size:24px
}
p.account-notify strong{
    font-style:italic;
    font-weight:700;
    font-size:15px
}
ul.activity li{
    padding:5px 0;
    position:relative
}
ul.activity li img.activity-avatar{
    width:60px;
    height:60px;
    padding:2px;
    border:1px solid #c2dcda;
    float:left;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px
}
ul.activity li .activity-info{
    margin:0 0 0 70px
}
ul.activity li .activity-info h4{
    margin:0;
    font-weight:600;
    font-size:14px
}
ul.activity li .activity-info p.activity-details{
    margin:0;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis
}
ul.activity li .activity-info p.activity-details span{
    font-weight:600;
    color:#bb4d4b
}
ul.activity li .activity-info p.activity-date{
    margin:0;
    padding:7px 0 3px
}
ul.activity li .activity-labels{
    position:absolute;
    right:0;
    top:5px
}
ul.activity li .activity-labels a.label{
    margin-left:5px;
    text-transform:uppercase
}
ul.activity li:last-child{
    margin-bottom:0
}
ul.activity .divider{
    padding:0;
    border:0;
    border-bottom:1px solid #c2dcda;
    margin:10px 0
}
@media (max-width:767px){
    ul.activity li .activity-labels{
        display:none
    }
}
.info-stats{
    padding:15px
}
.info-stats .sale-num{
    margin:0 0 0 48px
}
.info-stats .sale-num h4{
    font-size:24px;
    margin:0;
    padding:0;
    line-height:100%;
    font-weight:600
}
.info-stats .sale-num p{
    font-size:13px;
    margin:0;
    padding:0;
    line-height:100%;
    color:#4d4d4d
}
.info-stats .icon-type{
    height:36px;
    width:36px;
    float:left;
    position:relative;
    margin-right:10px;
    text-align:center;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px
}
.info-stats .icon-type i{
    font-size:18px;
    line-height:36px;
    text-align:center;
    color:#fff
}
.info-stats.green .icon-type{
    background:#009688;
    box-shadow:-3px 3px 0 #006d63
}
.info-stats.green-one .icon-type{
    background:#6dc6cd;
    box-shadow:-3px 3px 0 #4fbac3
}
.info-stats.green-two .icon-type{
    background:#52bf8a;
    box-shadow:-3px 3px 0 #3fa976
}
.info-stats.green-three .icon-type{
    background:#638ca5;
    box-shadow:-3px 3px 0 #52778e
}
.info-stats.blue .icon-type{
    background:#0c5f88;
    box-shadow:-3px 3px 0 #094563
}
.info-stats.yellow .icon-type{
    background:#e3b442;
    box-shadow:-3px 3px 0 #dca521
}
.info-stats.pink .icon-type{
    background:#c5416e;
    box-shadow:-3px 3px 0 #a9345c
}
.info-stats.violet .icon-type{
    background:#9a4e8e;
    box-shadow:-3px 3px 0 #7f4075
}
.info-stats.teal .icon-type{
    background:#2ca2ad;
    box-shadow:-3px 3px 0 #24848c
}
.info-stats.red .icon-type{
    background:#bb4d4b;
    box-shadow:-3px 3px 0 #a13e3d
}
.info-stats.tw .icon-type{
    background:#55ACEE;
    box-shadow:-3px 3px 0 #309aea
}
.info-stats.fb .icon-type{
    background:#3B5998;
    box-shadow:-3px 3px 0 #30487b
}
.links{
    margin-bottom:7px
}
.links .link-details{
    margin-left:80px;
    text-align:center
}
.links .link-details li{
    width:25%;
    float:left;
    margin-right:5px;
    border-bottom:3px solid #bb4d4b
}
.links .link-details li h4{
    font-weight:600;
    margin:15px 0 0
}
.links .link-details li p{
    margin:0 0 5px
}
.links .link-details.domestic li:nth-child(1){
    border-color:#006d63
}
.links .link-details.domestic li:nth-child(2){
    border-color:#009688
}
.links .link-details.domain li{
    width:17%
}
.links .link-details.domain li:nth-child(1){
    border-color:#006d63
}
.links .link-details.domain li:nth-child(2){
    border-color:#00877a
}
.links .link-details.domain li:nth-child(3){
    border-color:#009688
}
.links .link-details.domain li:nth-child(4){
    border-color:#00b09f
}
.links .link-details.domain li:nth-child(5){
    border-color:#00c9b6
}
.links .link-details.img-fonts li{
    width:25%
}
.links .link-details.img-fonts li:nth-child(1){
    border-color:#009688
}
.links .link-details.img-fonts li:nth-child(2){
    border-color:#00b09f
}
.links .link-details.img-fonts li:nth-child(3){
    border-color:#00c9b6
}
.links:last-child{
    margin-bottom:1px
}
.traffic-sources{
    margin-bottom:13px
}
.traffic-sources .symbol{
    width:16px;
    height:16px;
    background:#009688;
    display:block
}
.traffic-sources .symbol.orange{
    background:#dc804a
}
.traffic-sources .symbol.purple{
    background:#500776
}
.traffic-sources .symbol.yellow{
    background:#e3b442
}
.traffic-sources .symbol.pink{
    background:#c5416e
}
.traffic-sources .progress{
    margin:4px 0
}
ul.views{
    padding:0
}
ul.views li{
    position:relative;
    padding:3px 0
}
ul.views li i{
    font-size:9px;
    padding-right:7px;
    float:left;
    line-height:19px
}
ul.views li i.red{
    color:#bb4d4b
}
ul.views li i.green{
    color:#009688
}
ul.views li i.blue{
    color:#0c5f88
}
ul.views li p.detail-info{
    text-transform:uppercase;
    font-size:11px;
    color:#fff;
    padding:0;
    margin:0
}
.tags,ul.contributions{
    padding:15px
}
ul.contributions li{
    margin-bottom:15px
}
ul.contributions li .progress{
    margin:0;
    height:4px;
    background:#e6e6e6
}
ul.contributions li p{
    margin:0;
    font-size:11px;
    color:gray
}
ul.contributions li p span{
    color:#000;
    margin-left:10px;
    font-size:14px;
    font-weight:600
}
ul.contributions li:last-child{
    margin-bottom:0
}
.tags a{
    font-size:11px;
    margin:1px 1px 0 0;
    float:left;
    padding:1px 12px;
    color:#fff;
    background:#0a4b6c
}
.global-local h3,.global-local i{
    color:#009688;
    line-height:100%;
    vertical-align:middle
}
.tags a:nth-child(2n){
    background:#0b557a
}
.tags a:nth-child(3n){
    background:#0c5f88
}
.tags a:nth-child(4n){
    background:#0d6996
}
.tags a:nth-child(5n){
    background:#0e73a4
}
.tags a:nth-child(6n){
    background:#107cb2
}
.tags a:nth-child(7n){
    background:#1186c0
}
.tags a:nth-child(8n){
    background:#1290ce
}
.tags a:nth-child(9n){
    background:#139adc
}
.tags a:nth-child(10n){
    background:#15a4ea
}
.global-local{
    margin:10px 0 0
}
.global-local i{
    font-size:60px;
    float:left
}
.global-local i.small{
    font-size:24px;
    float:none
}
.global-local h3{
    margin:0 0 5px 72px;
    font-size:36px;
    font-weight:600
}
.global-local p{
    margin:0 0 -20px 72px;
    padding:0
}
.todo{
    padding:15px
}
.todo .todo-list-item{
    padding:12px 0;
    cursor:pointer;
    display:block;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    border-bottom:1px solid #ebebeb;
    position:relative
}
.todo .todo-list-item:first-child{
    padding-top:0
}
.todo .todo-list-item:last-child{
    border-bottom:none;
    padding-bottom:0
}
.todo .todo-list-cb{
    display:none
}
.todo .todo-list-mark{
    position:relative;
    float:left;
    margin-right:10px;
    width:16px;
    height:16px;
    border:2px solid #b3b3b3;
    vertical-align:middle;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%
}
.todo .todo-list-mark:before{
    content:'';
    display:none;
    position:absolute;
    top:50%;
    left:50%;
    margin:-3px 0 0 -4px;
    height:5px;
    width:8px;
    border:solid #0c5f88;
    border-width:0 0 3px 3px;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg)
}
.todo .todo-list-cb:checked~.todo-list-mark{
    border-color:#0c5f88
}
.todo .todo-list-cb:checked~.todo-list-mark:before{
    display:block
}
.todo .todo-list-cb.overdue:checked~.todo-list-mark{
    border-color:#bb4d4b
}
.todo .todo-list-cb.overdue:checked~.todo-list-mark:before{
    border:solid #bb4d4b;
    border-width:0 0 3px 3px
}
.todo .todo-list-desc{
    font-weight:600;
    margin-left:30px;
    display:block
}
.todo small.scheduled{
    font-weight:500;
    font-size:10px;
    display:block;
    margin:5px 0 0 30px;
    color:#999;
    line-height:100%
}
.todo .todo-list-cb:checked~.todo-list-desc{
    color:#0c5f88;
    text-decoration:line-through
}
.todo .todo-list-cb.overdue:checked~.todo-list-desc{
    color:#bb4d4b;
    text-decoration:line-through
}
ul.imp-notify li{
    padding:12px 10px 10px;
    border-bottom:1px solid #ededed
}
ul.imp-notify li .thumb{
    float:left
}
ul.imp-notify li .thumb img{
    width:36px;
    height:36px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px
}
ul.imp-notify li .details{
    font-size:12px;
    display:block;
    background:0 0;
    border:none;
    width:auto;
    margin-left:48px
}
ul.imp-notify li .details strong{
    font-weight:600;
    display:block;
    color:#0c5f88
}
ul.imp-notify li .details p{
    margin:5px 0 0;
    line-height:18px
}
ul.imp-notify li .details small.date{
    display:block;
    padding:5px 0 0;
    font-weight:600;
    color:#b3b3b3
}
.task-list li{
    display:block;
    padding:13px 0;
    margin:0;
    cursor:pointer;
    line-height:16px;
    border-bottom:1px solid #c2dcda;
    font-size:13px
}
.task-list li.list span:before{
    margin-right:8px;
    font-size:15px;
    content:"\e876";
    font-family:icomoon;
    vertical-align:middle
}
.task-list li.completed{
    text-decoration:line-through;
    color:#009688
}
.task-list li.completed span:before{
    content:"\e877";
    font-family:icomoon
}
.task-list li:first-child{
    padding-top:0
}
.task-list li:last-child{
    padding-bottom:0;
    border-bottom:0
}
ul.friends-list{
    margin:0
}
ul.friends-list li{
    width:28%;
    height:28%;
    margin:2%;
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
ul.friends-list li img{
    border-radius:4px;
    width:100%;
    height:100%
}
ul.friends-list li:hover{
    opacity:.8
}
ul.online-users li{
    border-bottom:1px solid #b8d6d4
}
ul.online-users li a{
    position:relative;
    display:block;
    padding:5px 0
}
ul.online-users li a img{
    margin-right:3px;
    width:16px;
    height:16px
}
ul.online-users li a .user-name{
    display:inline-block
}
ul.online-users li a .away,ul.online-users li a .busy,ul.online-users li a .online{
    position:absolute;
    top:10px;
    right:0;
    width:8px;
    height:8px;
    background:#009688
}
ul.online-users li a .away.busy,ul.online-users li a .busy.busy,ul.online-users li a .online.busy{
    background:#bb4d4b
}
ul.online-users li a .away.away,ul.online-users li a .busy.away,ul.online-users li a .online.away{
    background:#e3b442
}
ul.online-users li:last-child{
    border-bottom:0
}
.message-wrapper li{
    padding:10px 0 15px;
    border-bottom:1px solid #ededed
}
.message-wrapper li img.avatar{
    height:48px;
    width:48px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px
}
.message-wrapper li.in img.avatar{
    margin-right:10px;
    float:left
}
.message-wrapper li .name{
    font-weight:600
}
.message-wrapper li .date-time{
    color:gray;
    font-size:11px
}
.message-wrapper li.out img.avatar{
    float:right;
    margin-left:10px
}
.message-wrapper li .message{
    display:block;
    padding:0 15px;
    position:relative
}
.message-wrapper li.in .message .arrow,.message-wrapper li.out .message .arrow{
    position:absolute;
    top:7px;
    border-top:6px solid transparent;
    border-bottom:6px solid transparent;
    display:block
}
.message-wrapper li.in .message{
    text-align:left;
    border-left:2px solid #bb4d4b;
    margin-left:60px
}
.message-wrapper li.in .message .arrow{
    left:-7px;
    width:0;
    height:0;
    border-right:6px solid #bb4d4b
}
.message-wrapper li.out{
    text-align:right
}
.message-wrapper li.out .message{
    border-right:2px solid #009688;
    margin-right:60px;
    text-align:right
}
.message-wrapper li.out .message .arrow{
    right:-7px;
    border-left:6px solid #009688
}
.message-wrapper li .message .body{
    display:block;
    color:#333;
    padding-top:6px
}
.message-wrapper li .message .body span{
    font-style:italic;
    font-weight:600;
    color:#1a1a1a
}
.message-wrapper li:last-child{
    border-bottom:none
}
ul.top-clients li{
    position:relative;
    height:54px;
    display:block;
    padding:6px 0;
    width:100%;
    margin-bottom:13px;
    cursor:pointer;
    overflow:hidden
}
ul.top-clients li .progress{
    opacity:.8;
    position:absolute;
    height:3px;
    z-index:1;
    left:0;
    bottom:0;
    width:100%;
    transition:opacity .2s ease-in-out
}
ul.top-clients li .avatar,ul.top-clients li .avatar img{
    width:36px;
    height:36px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px
}
ul.top-clients li .avatar{
    position:relative;
    float:left;
    background:#fff;
    border-radius:4px;
    z-index:2;
    overflow:hidden
}
ul.top-clients li .avatar img{
    border-radius:4px
}
ul.top-clients li .value{
    margin-top:10px;
    float:right;
    font-weight:600;
    color:#333
}
ul.top-clients li .biz{
    margin-top:10px;
    margin-left:10px;
    font-size:12px;
    float:left
}
ul.top-clients li .biz p.biz-name{
    float:left;
    font-weight:600;
    margin:0
}
ul.top-clients li .biz .biz-date{
    float:left;
    font-size:10px;
    font-style:italic;
    margin-left:15px
}
ul.top-clients li:last-child{
    margin-bottom:0
}
.user-account{
    background:#009688;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    text-align:center
}
.user-account .user-pic{
    width:150px;
    margin:auto;
    padding:24px 0
}
.user-account .user-pic img{
    -webkit-border-radius:100px;
    -moz-border-radius:100px;
    border-radius:100px;
    border:10px solid rgba(0,0,0,.4)
}
.user-account h4{
    color:#fff;
    padding:0 0 10px;
    margin:0
}
.user-account p{
    color:#fff;
    padding:0 0 20px;
    margin:0
}
ul.project-activity{
    margin-bottom:20px
}
ul.project-activity li.activity-list{
    position:relative;
    border-left:1px solid #91c0bd
}
ul.project-activity li.activity-list:after{
    background-color:#fff;
    border-color:#c5416e;
    border-radius:10px;
    border-style:solid;
    border-width:2px;
    height:9px;
    left:0;
    margin-left:-5px;
    position:absolute;
    width:9px;
    content:" ";
    display:table;
    clear:both;
    bottom:auto;
    top:6px
}
ul.project-activity li.activity-list .detail-info{
    margin:0 0 0 15px;
    padding-bottom:15px
}
ul.project-activity li.activity-list p.message{
    padding:0;
    margin:0
}
ul.project-activity li.activity-list.success{
    border-left-color:#009688
}
ul.project-activity li.activity-list.success:after{
    border-color:#009688
}
ul.project-activity li.activity-list.danger{
    border-left-color:#bb4d4b
}
ul.project-activity li.activity-list.danger:after{
    border-color:#bb4d4b
}
ul.project-activity li.activity-list.info{
    border-left-color:#0c5f88
}
ul.project-activity li.activity-list.info:after{
    border-color:#0c5f88
}
ul.project-activity li.activity-list.warning{
    border-left-color:#e3b442
}
ul.project-activity li.activity-list.warning:after{
    border-color:#e3b442
}
ul.project-activity li.activity-list.pink{
    border-left-color:#c5416e
}
ul.project-activity li.activity-list.pink:after{
    border-color:#c5416e
}
ul.project-activity li.activity-list.brown{
    border-left-color:#ab7967
}
ul.project-activity li.activity-list.brown:after{
    border-color:#ab7967
}
ul.project-activity li.activity-list:before{
    content:" ";
    display:table
}
ul.project-activity li.activity-list:last-child .detail-info{
    padding-bottom:0
}
ul.articles{
    margin:0
}
ul.articles li{
    padding:10px 0;
    border-bottom:1px dotted #a5cbc8
}
ul.articles li a{
    position:relative;
    color:#4d4d4d;
    display:block;
    line-height:16px;
    padding-left:20px;
    text-decoration:underline
}
.breadcrumbs2 a,ul.articles li a:hover{
    text-decoration:none
}
ul.articles li a .label-bullet{
    position:absolute;
    left:0;
    top:4px;
    width:0;
    height:0;
    border:4px solid #bb4d4b
}
ul.articles li a .date{
    margin-top:5px;
    font-size:11px;
    font-weight:400;
    display:block;
    font-style:italic
}
ul.articles li:nth-child(1n+1) a .label-bullet{
    border:4px solid #0c5f88
}
ul.articles li:nth-child(2n+1) a .label-bullet{
    border:4px solid #009688
}
ul.articles li:nth-child(3n+1) a .label-bullet{
    border:4px solid #e3b442
}
ul.articles li:nth-child(4n+1) a .label-bullet{
    border:4px solid #bb4d4b
}
ul.articles li:first-child{
    padding-top:0
}
ul.articles li:last-child{
    padding-bottom:0;
    border-bottom:0
}
ul.social-buttons{
    text-align:center;
    margin:auto
}
ul.social-buttons li{
    text-align:center;
    padding:15px;
    display:inline-block;
    width:10%;
    margin:5px 3px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -ms-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease
}
ul.social-buttons li:hover{
    zoom:1
}
ul.social-buttons li.facebook{
    background-color:#344e86;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#3B5998),to(#344e86));
    background-image:-webkit-linear-gradient(top,#3B5998,#344e86);
    background-image:-moz-linear-gradient(top,#3B5998,#344e86);
    background-image:-ms-linear-gradient(top,#3B5998,#344e86);
    background-image:-o-linear-gradient(top,#3B5998,#344e86);
    background-image:linear-gradient(top,#3B5998,#344e86)
}
ul.social-buttons li.twitter{
    background-color:#3ea1ec;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#55ACEE),to(#3ea1ec));
    background-image:-webkit-linear-gradient(top,#55ACEE,#3ea1ec);
    background-image:-moz-linear-gradient(top,#55ACEE,#3ea1ec);
    background-image:-ms-linear-gradient(top,#55ACEE,#3ea1ec);
    background-image:-o-linear-gradient(top,#55ACEE,#3ea1ec);
    background-image:linear-gradient(top,#55ACEE,#3ea1ec)
}
ul.social-buttons li.gplus{
    background-color:#d62020;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#E02F2F),to(#d62020));
    background-image:-webkit-linear-gradient(top,#E02F2F,#d62020);
    background-image:-moz-linear-gradient(top,#E02F2F,#d62020);
    background-image:-ms-linear-gradient(top,#E02F2F,#d62020);
    background-image:-o-linear-gradient(top,#E02F2F,#d62020);
    background-image:linear-gradient(top,#E02F2F,#d62020)
}
ul.social-buttons li.pinterest{
    background-color:#b51d23;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#cb2027),to(#b51d23));
    background-image:-webkit-linear-gradient(top,#cb2027,#b51d23);
    background-image:-moz-linear-gradient(top,#cb2027,#b51d23);
    background-image:-ms-linear-gradient(top,#cb2027,#b51d23);
    background-image:-o-linear-gradient(top,#cb2027,#b51d23);
    background-image:linear-gradient(top,#cb2027,#b51d23)
}
ul.social-buttons li.linkedin{
    background-color:#006a9c;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#007BB5),to(#006a9c));
    background-image:-webkit-linear-gradient(top,#007BB5,#006a9c);
    background-image:-moz-linear-gradient(top,#007BB5,#006a9c);
    background-image:-ms-linear-gradient(top,#007BB5,#006a9c);
    background-image:-o-linear-gradient(top,#007BB5,#006a9c);
    background-image:linear-gradient(top,#007BB5,#006a9c)
}
ul.social-buttons li.blog{
    background-color:#ff7410;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#FF8329),to(#ff7410));
    background-image:-webkit-linear-gradient(top,#FF8329,#ff7410);
    background-image:-moz-linear-gradient(top,#FF8329,#ff7410);
    background-image:-ms-linear-gradient(top,#FF8329,#ff7410);
    background-image:-o-linear-gradient(top,#FF8329,#ff7410);
    background-image:linear-gradient(top,#FF8329,#ff7410)
}
ul.social-buttons li.youtube{
    background-color:#a20000;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#b00),to(#a20000));
    background-image:-webkit-linear-gradient(top,#b00,#a20000);
    background-image:-moz-linear-gradient(top,#b00,#a20000);
    background-image:-ms-linear-gradient(top,#b00,#a20000);
    background-image:-o-linear-gradient(top,#b00,#a20000);
    background-image:linear-gradient(top,#b00,#a20000)
}
ul.social-buttons li.dribbble{
    background-color:#e7357a;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#ea4c89),to(#e7357a));
    background-image:-webkit-linear-gradient(top,#ea4c89,#e7357a);
    background-image:-moz-linear-gradient(top,#ea4c89,#e7357a);
    background-image:-ms-linear-gradient(top,#ea4c89,#e7357a);
    background-image:-o-linear-gradient(top,#ea4c89,#e7357a);
    background-image:linear-gradient(top,#ea4c89,#e7357a)
}
ul.social-buttons li a{
    color:#fff;
    display:block
}
ul.social-buttons li i{
    display:block;
    font-size:36px;
    padding-bottom:5px
}
@media (max-width:767px){
    ul.social-buttons li{
        width:30%
    }
}
.footer{
    border-top:1px solid #a2c9c6;
    height:60px;
    line-height:60px;
    text-align:left;
    font-size:12px;
    width:100%;
    padding:0 20px;
    background:#fff;
    position:relative;
    -webkit-border-radius:0 0 4px 4px;
    -moz-border-radius:0 0 4px 4px;
    border-radius:0 0 4px 4px
}
.footer span{
    color:#bb4d4b
}
#scrollUp{
    bottom:25px;
    right:30px;
    width:48px;
    height:48px;
    padding:0;
    font-size:21px;
    line-height:48px;
    text-align:center;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px;
    color:#fff;
    background-color:#009688;
    -webkit-transition:bottom 150ms linear;
    -moz-transition:bottom 150ms linear;
    -ms-transition:bottom 150ms linear;
    -o-transition:bottom 150ms linear;
    transition:bottom 150ms linear
}
#scrollUp:hover{
    background-color:#00302c
}
.jqstooltip{
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    background:#000;
    border:1px solid #000
}
.jvectormap-container{
    width:100%;
    height:100%;
    position:relative;
    overflow:hidden;
    touch-action:none
}
.jvectormap-tip{
    position:absolute;
    display:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    background:#000;
    color:#fff;
    font-size:12px;
    padding:6px 12px
}
.legendLabel{
    padding-left:5px;
    padding-right:10px;
    font-size:12px
}
.legendColorBox div{
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px
}
.tickLabel{
    color:#4d4d4d;
    font-weight:400;
    font-size:11px;
    text-align:left
}
.icons,.icons span,.invoice a .logo{
    text-align:center
}
#flotTip{
    padding:.9em;
    border-radius:.2em;
    font-size:1em;
    font-weight:600;
    z-index:110
}
.legend div{
    background:0 0
}
.loader-wrapper{
    margin-bottom:16px;
    position:relative;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    padding:15px;
    height:160px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    z-index:10000;
    background:#009688
}
#loading-wrapper{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:10000;
    background:#e9f2f2
}
#loading-wrapper #loader{
    display:block;
    position:relative;
    left:50%;
    top:50%;
    width:120px;
    height:120px;
    margin:-60px 0 0 -60px;
    border-radius:50%;
    border:3px solid transparent;
    border-top-color:#bb4d4b;
    -webkit-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite
}
#loading-wrapper #loader:before{
    content:"";
    position:absolute;
    top:10px;
    left:10px;
    right:10px;
    bottom:10px;
    border-radius:50%;
    border:2px solid transparent;
    border-top-color:#0c5f88;
    -webkit-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite
}
#loading-wrapper #loader:after{
    content:"";
    position:absolute;
    top:20px;
    left:20px;
    right:20px;
    bottom:20px;
    border-radius:50%;
    border:1px solid transparent;
    border-top-color:#e3b442;
    -webkit-animation:spin 3s linear infinite;
    animation:spin 3s linear infinite
}
@-webkit-keyframes spin{
    0%{
        -webkit-transform:rotate(0);
        -ms-transform:rotate(0);
        transform:rotate(0)
    }
    100%{
        -webkit-transform:rotate(360deg);
        -ms-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@keyframes spin{
    0%{
        -webkit-transform:rotate(0);
        -ms-transform:rotate(0);
        transform:rotate(0)
    }
    100%{
        -webkit-transform:rotate(360deg);
        -ms-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
.loaded #loader{
    opacity:0;
    -webkit-transition:all 1s ease-out;
    transition:all 1s ease-out
}
.loaded #loading-wrapper{
    visibility:hidden;
    opacity:0;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out
}
.btn,.icons span{
    -webkit-transition:all .3s ease-out;
    -moz-transition:all .3s ease-out;
    -ms-transition:all .3s ease-out;
    -o-transition:all .3s ease-out
}
.icon-2x{
    font-size:2em
}
.icon-3x{
    font-size:3em
}
.icon-4x{
    font-size:4em
}
.icon-5x{
    font-size:5em
}
.icons span{
    font-size:24px;
    cursor:pointer;
    display:inline-block;
    width:60px;
    height:60px;
    line-height:60px;
    transition:all .3s ease-out;
    color:#404040;
    background:#e2efee;
    margin-bottom:3px
}
.icons span:hover{
    background-color:#0c5f88;
    color:#fff;
    text-shadow:0 10px 10px #000
}
.invoice a .logo{
    width:110px;
    margin:0 auto
}
.invoice .invoice-num{
    margin-bottom:30px
}
.invoice p{
    margin:0 0 7px
}
.invoice address h4{
    margin:0 0 10px
}
.invoice .table .btn{
    min-width:36px
}
.invoice .btn-group{
    margin-bottom:7px;
    float:right
}
.invoice address.from{
    border-left:3px solid #009688;
    padding:0 10px 0 20px
}
.invoice address.to{
    border-left:3px solid #0c5f88;
    padding:0 10px 0 20px
}
.invoice-stats h3{
    margin:0;
    padding:0;
    font-weight:600
}
.invoice-stats h5{
    margin:0
}
.panel{
    margin-bottom:16px;
    background-color:#fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow:none;
    box-shadow:none;
    border:1px solid #c2dcda
}
.panel.no-margin{
    margin:0
}
.panel.plain{
    border:0;
    margin-bottom:25px
}
.panel.plain .panel-heading{
    padding:0;
    margin-bottom:15px
}
.panel.plain .panel-heading h5{
    color:#333;
    text-align:left;
    font-weight:600
}
.panel.plain .panel-body{
    padding:0
}
.panel-body,.panel-heading{
    padding:15px;
    position:relative
}
.panel-heading{
    border:0;
    background-color:transparent;
    -webkit-border-radius:3px 3px 0 0;
    -moz-border-radius:3px 3px 0 0;
    border-radius:3px 3px 0 0
}
.panel-heading h4{
    margin:0;
    color:#fff;
    font-size:18px;
    display:inline-block
}
.panel-heading h4 span{
    font-size:12px;
    margin-left:5px;
    font-weight:600;
    color:#fff
}
.panel-heading h4 i{
    margin-right:8px
}
.panel-heading h5{
    margin:0;
    font-size:21px;
    color:#fff;
    text-align:center
}
.panel-heading h6{
    margin:0;
    font-size:14px;
    font-weight:600
}
.btn i.icon-left,.btn-link i{
    margin-right:5px
}
.panel-light{
    background:#fff
}
.panel-light .panel-footer{
    background:#f7f7f7
}
.panel-light .panel-heading{
    border-bottom:1px solid #c2dcda
}
.panel-light .panel-heading h4{
    color:#000
}
.panel-blue{
    background:#0c5f88;
    border:1px solid #0c5f88
}
.panel-blue .panel-footer,.panel-blue .panel-heading{
    background:#0b557a
}
.panel-green{
    background:#009688;
    border:1px solid #009688
}
.panel-green .panel-footer,.panel-green .panel-heading{
    background:#007d71
}
.panel-green-one{
    background:#6dc6cd;
    border:1px solid #6dc6cd
}
.panel-green-one .panel-footer,.panel-green-one .panel-heading{
    background:#5abfc6
}
.panel-green-two{
    background:#52bf8a;
    border:1px solid #52bf8a
}
.panel-green-two .panel-footer,.panel-green-two .panel-heading{
    background:#43b57d
}
.panel-red{
    background:#bb4d4b;
    border:1px solid #bb4d4b
}
.panel-red .panel-footer,.panel-red .panel-heading{
    background:#ac4341
}
.panel-yellow{
    background:#e3b442;
    border:1px solid #e3b442
}
.panel-yellow .panel-footer,.panel-yellow .panel-heading{
    background:#e0ab2c
}
.panel-grey{
    background:#666;
    border:1px solid #666
}
.panel-grey .panel-footer,.panel-grey .panel-heading{
    background:#595959
}
.panel-darkgrey{
    background:#404040;
    border:1px solid #404040
}
.panel-darkgrey .panel-footer,.panel-darkgrey .panel-heading{
    background:#333
}
.panel-pink{
    background:#c5416e;
    border:1px solid #c5416e
}
.panel-pink .panel-footer,.panel-pink .panel-heading{
    background:#bd3a66
}
.panel-brown{
    background:#ab7967;
    border:1px solid #ab7967
}
.panel-brown .panel-footer,.panel-brown .panel-heading{
    background:#a6705d
}
.panel-violet{
    background:#9a4e8e;
    border:1px solid #9a4e8e
}
.panel-violet .panel-footer,.panel-violet .panel-heading{
    background:#904985
}
.panel-mustard{
    background:#e3b442;
    border:1px solid #e3b442
}
.panel-mustard .panel-footer,.panel-mustard .panel-heading{
    background:#e0ab2c
}
.panel-orange{
    background:#dc804a;
    border:1px solid #dc804a
}
.panel-orange .panel-footer,.panel-orange .panel-heading{
    background:#d87135
}
.panel-teal{
    background:#2ca2ad;
    border:1px solid #2ca2ad
}
.panel-teal .panel-footer,.panel-teal .panel-heading{
    background:#278f99
}
.panel-dark-blue{
    background:#2a303e;
    border:1px solid #2a303e
}
.panel-dark-blue .panel-footer,.panel-dark-blue .panel-heading{
    background:#20242f
}
.panel-purple{
    background:#500776;
    border:1px solid #500776
}
.panel-purple .panel-footer,.panel-purple .panel-heading{
    background:#430663
}
.panel-facebook{
    background:#3B5998;
    border:1px solid #3B5998
}
.panel-facebook .panel-footer,.panel-facebook .panel-heading{
    background:#355089
}
.panel-twitter{
    background:#55ACEE;
    border:1px solid #55ACEE
}
.panel-twitter .panel-footer,.panel-twitter .panel-heading{
    background:#42a3ec
}
.panel-linkedin{
    background:#007BB5;
    border:1px solid #007BB5
}
.panel-linkedin .panel-footer,.panel-linkedin .panel-heading{
    background:#006da1
}
.panel-gplus{
    background:#E02F2F;
    border:1px solid #E02F2F
}
.panel-gplus .panel-footer,.panel-gplus .panel-heading{
    background:#da2121
}
.panel-instagram{
    background:#5280a4;
    border:1px solid #5280a4
}
.panel-instagram .panel-footer,.panel-instagram .panel-heading{
    background:#4b7596
}
.panel-peach{
    background:#f5907c;
    border:1px solid #f5907c
}
.panel-peach .panel-footer,.panel-peach .panel-heading{
    background:#f48069
}
.panel-body{
    background:#fff;
    -webkit-border-radius:0 0 2px 2px;
    -moz-border-radius:0 0 2px 2px;
    border-radius:0 0 2px 2px
}
.panel-footer{
    border:0;
    margin-top:-1px;
    background:#ededed;
    -webkit-border-radius:0 0 2px 2px;
    -moz-border-radius:0 0 2px 2px;
    border-radius:0 0 2px 2px
}
.progress{
    background-color:#d2e5e4;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    -webkit-box-shadow:none;
    box-shadow:none
}
.progress-bar-danger{
    background-color:#bb4d4b;
    box-shadow:none
}
.progress-bar-success{
    background-color:#009688;
    box-shadow:none
}
.progress-bar-warning{
    background-color:#e3b442;
    box-shadow:none
}
.progress-bar-info{
    background-color:#0c5f88;
    box-shadow:none
}
.progress-sm{
    height:6px
}
.progress-md{
    height:9px
}
.progress-xs{
    height:3px
}
.progress-rounded{
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px
}
.btn{
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    position:relative;
    transition:all .3s ease-out;
    border:0;
    box-shadow:none
}
.btn.active,.btn.active.focus,.btn:active,.btn:active.focus,.btn:active:focus,.btn:focus,.btn:hover{
    border:0;
    box-shadow:none
}
.btn .caret{
    margin-left:7px
}
.btn i{
    font-size:21px;
    vertical-align:middle
}
.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{
    outline:0;
    box-shadow:none;
    overflow:hidden
}
.btn-light-grey{
    background-color:#f6faf9;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#d9e9e8),to(#f6faf9));
    background-image:-webkit-linear-gradient(top,#d9e9e8,#f6faf9);
    background-image:-moz-linear-gradient(top,#d9e9e8,#f6faf9);
    background-image:-ms-linear-gradient(top,#d9e9e8,#f6faf9);
    background-image:-o-linear-gradient(top,#d9e9e8,#f6faf9);
    background-image:linear-gradient(top,#d9e9e8,#f6faf9);
    border:1px solid #abcfcc;
    color:#000
}
.btn-light-grey:hover{
    color:#000;
    border:1px solid #abcfcc;
    background-color:#e9f2f2;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#c8e0de),to(#e9f2f2));
    background-image:-webkit-linear-gradient(top,#c8e0de,#e9f2f2);
    background-image:-moz-linear-gradient(top,#c8e0de,#e9f2f2);
    background-image:-ms-linear-gradient(top,#c8e0de,#e9f2f2);
    background-image:-o-linear-gradient(top,#c8e0de,#e9f2f2);
    background-image:linear-gradient(top,#c8e0de,#e9f2f2)
}
.btn-light-grey.active,.btn-light-grey.active.focus,.btn-light-grey:active,.btn-light-grey:active.focus,.btn-light-grey:active:focus,.btn-light-grey:focus{
    background-color:#b8d6d4;
    border:1px solid #abcfcc;
    color:#000
}
.btn-inverse{
    background-color:#4d4d4d;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#666),to(#4d4d4d));
    background-image:-webkit-linear-gradient(top,#666,#4d4d4d);
    background-image:-moz-linear-gradient(top,#666,#4d4d4d);
    background-image:-ms-linear-gradient(top,#666,#4d4d4d);
    background-image:-o-linear-gradient(top,#666,#4d4d4d);
    background-image:linear-gradient(top,#666,#4d4d4d);
    color:#fff
}
.btn-inverse:hover{
    color:#fff;
    background-color:#333;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#4d4d4d),to(#333));
    background-image:-webkit-linear-gradient(top,#4d4d4d,#333);
    background-image:-moz-linear-gradient(top,#4d4d4d,#333);
    background-image:-ms-linear-gradient(top,#4d4d4d,#333);
    background-image:-o-linear-gradient(top,#4d4d4d,#333);
    background-image:linear-gradient(top,#4d4d4d,#333)
}
.btn-inverse.active,.btn-inverse.active.focus,.btn-inverse:active,.btn-inverse:active.focus,.btn-inverse:active:focus,.btn-inverse:focus{
    background:#595959;
    color:#fff
}
.btn-default{
    background-color:#c2dcda;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#f3f8f7),to(#c2dcda));
    background-image:-webkit-linear-gradient(top,#f3f8f7,#c2dcda);
    background-image:-moz-linear-gradient(top,#f3f8f7,#c2dcda);
    background-image:-ms-linear-gradient(top,#f3f8f7,#c2dcda);
    background-image:-o-linear-gradient(top,#f3f8f7,#c2dcda);
    background-image:linear-gradient(top,#f3f8f7,#c2dcda);
    color:#000
}
.btn-default:hover{
    color:#000;
    background-color:#d2e5e4;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#e2efee),to(#d2e5e4));
    background-image:-webkit-linear-gradient(top,#e2efee,#d2e5e4);
    background-image:-moz-linear-gradient(top,#e2efee,#d2e5e4);
    background-image:-ms-linear-gradient(top,#e2efee,#d2e5e4);
    background-image:-o-linear-gradient(top,#e2efee,#d2e5e4);
    background-image:linear-gradient(top,#e2efee,#d2e5e4)
}
.btn-default.active,.btn-default.active.focus,.btn-default:active,.btn-default:active.focus,.btn-default:active:focus,.btn-default:focus{
    background-color:#9bc6c2;
    color:#000
}
.btn-primary{
    background-color:#333;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#4d4d4d),to(#333));
    background-image:-webkit-linear-gradient(top,#4d4d4d,#333);
    background-image:-moz-linear-gradient(top,#4d4d4d,#333);
    background-image:-ms-linear-gradient(top,#4d4d4d,#333);
    background-image:-o-linear-gradient(top,#4d4d4d,#333);
    background-image:linear-gradient(top,#4d4d4d,#333);
    color:#fff
}
.btn-primary:hover{
    color:#fff;
    background-color:#1a1a1a;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#1a1a1a));
    background-image:-webkit-linear-gradient(top,#333,#1a1a1a);
    background-image:-moz-linear-gradient(top,#333,#1a1a1a);
    background-image:-ms-linear-gradient(top,#333,#1a1a1a);
    background-image:-o-linear-gradient(top,#333,#1a1a1a);
    background-image:linear-gradient(top,#333,#1a1a1a)
}
.btn-primary.active,.btn-primary.active.focus,.btn-primary:active,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:focus{
    background-color:#595959
}
.btn-danger{
    background-color:#ac4341;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#bb4d4b),to(#ac4341));
    background-image:-webkit-linear-gradient(top,#bb4d4b,#ac4341);
    background-image:-moz-linear-gradient(top,#bb4d4b,#ac4341);
    background-image:-ms-linear-gradient(top,#bb4d4b,#ac4341);
    background-image:-o-linear-gradient(top,#bb4d4b,#ac4341);
    background-image:linear-gradient(top,#bb4d4b,#ac4341);
    color:#fff
}
.btn-danger:hover{
    color:#fff;
    background-color:#923937;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#bb4d4b),to(#923937));
    background-image:-webkit-linear-gradient(top,#bb4d4b,#923937);
    background-image:-moz-linear-gradient(top,#bb4d4b,#923937);
    background-image:-ms-linear-gradient(top,#bb4d4b,#923937);
    background-image:-o-linear-gradient(top,#bb4d4b,#923937);
    background-image:linear-gradient(top,#bb4d4b,#923937)
}
.btn-danger.active,.btn-danger.active.focus,.btn-danger:active,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:focus{
    background-color:#ac4341
}
.btn-success{
    background-color:#00635a;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#009688),to(#00635a));
    background-image:-webkit-linear-gradient(top,#009688,#00635a);
    background-image:-moz-linear-gradient(top,#009688,#00635a);
    background-image:-ms-linear-gradient(top,#009688,#00635a);
    background-image:-o-linear-gradient(top,#009688,#00635a);
    background-image:linear-gradient(top,#009688,#00635a);
    color:#fff
}
.btn-success:hover{
    color:#fff;
    background-color:#004a43;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#009688),to(#004a43));
    background-image:-webkit-linear-gradient(top,#009688,#004a43);
    background-image:-moz-linear-gradient(top,#009688,#004a43);
    background-image:-ms-linear-gradient(top,#009688,#004a43);
    background-image:-o-linear-gradient(top,#009688,#004a43);
    background-image:linear-gradient(top,#009688,#004a43)
}
.btn-success.active,.btn-success.active.focus,.btn-success:active,.btn-success:active.focus,.btn-success:active:focus,.btn-success:focus{
    background-color:#00635a
}
.btn-info{
    background-color:#0a4f71;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#0c5f88),to(#0a4f71));
    background-image:-webkit-linear-gradient(top,#0c5f88,#0a4f71);
    background-image:-moz-linear-gradient(top,#0c5f88,#0a4f71);
    background-image:-ms-linear-gradient(top,#0c5f88,#0a4f71);
    background-image:-o-linear-gradient(top,#0c5f88,#0a4f71);
    background-image:linear-gradient(top,#0c5f88,#0a4f71);
    color:#fff
}
.btn-info:hover{
    color:#fff;
    background-color:#062e42;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#0c5f88),to(#062e42));
    background-image:-webkit-linear-gradient(top,#0c5f88,#062e42);
    background-image:-moz-linear-gradient(top,#0c5f88,#062e42);
    background-image:-ms-linear-gradient(top,#0c5f88,#062e42);
    background-image:-o-linear-gradient(top,#0c5f88,#062e42);
    background-image:linear-gradient(top,#0c5f88,#062e42)
}
.btn-info.active,.btn-info.active.focus,.btn-info:active,.btn-info:active.focus,.btn-info:active:focus,.btn-info:focus{
    background-color:#083e59
}
.btn-warning{
    background-color:#e0ab2c;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#e3b442),to(#e0ab2c));
    background-image:-webkit-linear-gradient(top,#e3b442,#e0ab2c);
    background-image:-moz-linear-gradient(top,#e3b442,#e0ab2c);
    background-image:-ms-linear-gradient(top,#e3b442,#e0ab2c);
    background-image:-o-linear-gradient(top,#e3b442,#e0ab2c);
    background-image:linear-gradient(top,#e3b442,#e0ab2c);
    color:#fff
}
.btn-warning:hover{
    color:#fff;
    background-color:#ca981e;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#e3b442),to(#ca981e));
    background-image:-webkit-linear-gradient(top,#e3b442,#ca981e);
    background-image:-moz-linear-gradient(top,#e3b442,#ca981e);
    background-image:-ms-linear-gradient(top,#e3b442,#ca981e);
    background-image:-o-linear-gradient(top,#e3b442,#ca981e);
    background-image:linear-gradient(top,#e3b442,#ca981e)
}
.btn-warning.active,.btn-warning.active.focus,.btn-warning:active,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:focus{
    background-color:#d39e1f
}
.btn-fb{
    background-color:#344e86;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#3B5998),to(#344e86));
    background-image:-webkit-linear-gradient(top,#3B5998,#344e86);
    background-image:-moz-linear-gradient(top,#3B5998,#344e86);
    background-image:-ms-linear-gradient(top,#3B5998,#344e86);
    background-image:-o-linear-gradient(top,#3B5998,#344e86);
    background-image:linear-gradient(top,#3B5998,#344e86);
    color:#fff
}
.btn-fb:hover{
    color:#fff;
    background-color:#263961;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#3B5998),to(#263961));
    background-image:-webkit-linear-gradient(top,#3B5998,#263961);
    background-image:-moz-linear-gradient(top,#3B5998,#263961);
    background-image:-ms-linear-gradient(top,#3B5998,#263961);
    background-image:-o-linear-gradient(top,#3B5998,#263961);
    background-image:linear-gradient(top,#3B5998,#263961)
}
.btn-fb.active,.btn-fb.active.focus,.btn-fb:active,.btn-fb:active.focus,.btn-fb:active:focus,.btn-fb:focus{
    background-color:#2d4373
}
.btn-tw{
    background-color:#3ea1ec;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#55ACEE),to(#3ea1ec));
    background-image:-webkit-linear-gradient(top,#55ACEE,#3ea1ec);
    background-image:-moz-linear-gradient(top,#55ACEE,#3ea1ec);
    background-image:-ms-linear-gradient(top,#55ACEE,#3ea1ec);
    background-image:-o-linear-gradient(top,#55ACEE,#3ea1ec);
    background-image:linear-gradient(top,#55ACEE,#3ea1ec);
    color:#fff
}
.btn-tw:hover{
    color:#fff;
    background-color:#1689e0;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#55ACEE),to(#1689e0));
    background-image:-webkit-linear-gradient(top,#55ACEE,#1689e0);
    background-image:-moz-linear-gradient(top,#55ACEE,#1689e0);
    background-image:-ms-linear-gradient(top,#55ACEE,#1689e0);
    background-image:-o-linear-gradient(top,#55ACEE,#1689e0);
    background-image:linear-gradient(top,#55ACEE,#1689e0)
}
.btn-tw.active,.btn-tw.active.focus,.btn-tw:active,.btn-tw:active.focus,.btn-tw:active:focus,.btn-tw:focus{
    background-color:#2795e9
}
.btn-gp{
    background-color:#d62020;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#E02F2F),to(#d62020));
    background-image:-webkit-linear-gradient(top,#E02F2F,#d62020);
    background-image:-moz-linear-gradient(top,#E02F2F,#d62020);
    background-image:-ms-linear-gradient(top,#E02F2F,#d62020);
    background-image:-o-linear-gradient(top,#E02F2F,#d62020);
    background-image:linear-gradient(top,#E02F2F,#d62020);
    color:#fff
}
.btn-gp:hover{
    color:#fff;
    background-color:#a91919;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#E02F2F),to(#a91919));
    background-image:-webkit-linear-gradient(top,#E02F2F,#a91919);
    background-image:-moz-linear-gradient(top,#E02F2F,#a91919);
    background-image:-ms-linear-gradient(top,#E02F2F,#a91919);
    background-image:-o-linear-gradient(top,#E02F2F,#a91919);
    background-image:linear-gradient(top,#E02F2F,#a91919)
}
.btn-gp.active,.btn-gp.active.focus,.btn-gp:active,.btn-gp:active.focus,.btn-gp:active:focus,.btn-gp:focus{
    background-color:#bf1d1d
}
.btn-lkdn{
    background-color:#006a9c;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#007BB5),to(#006a9c));
    background-image:-webkit-linear-gradient(top,#007BB5,#006a9c);
    background-image:-moz-linear-gradient(top,#007BB5,#006a9c);
    background-image:-ms-linear-gradient(top,#007BB5,#006a9c);
    background-image:-o-linear-gradient(top,#007BB5,#006a9c);
    background-image:linear-gradient(top,#007BB5,#006a9c);
    color:#fff
}
.btn-lkdn:hover{
    color:#fff;
    background-color:#004769;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#007BB5),to(#004769));
    background-image:-webkit-linear-gradient(top,#007BB5,#004769);
    background-image:-moz-linear-gradient(top,#007BB5,#004769);
    background-image:-ms-linear-gradient(top,#007BB5,#004769);
    background-image:-o-linear-gradient(top,#007BB5,#004769);
    background-image:linear-gradient(top,#007BB5,#004769)
}
.btn-lkdn.active,.btn-lkdn.active.focus,.btn-lkdn:active,.btn-lkdn:active.focus,.btn-lkdn:active:focus,.btn-lkdn:focus{
    background-color:#005882
}
.btn-rounded{
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px
}
.btn-group.open .dropdown-toggle{
    box-shadow:none
}
.btn-link{
    padding:6px 0;
    font-size:12px;
    border:0
}
.badge,.label{
    font-weight:600;
    padding:.3em .8em
}
.btn-link i{
    font-size:16px;
    float:left
}
.btn-transparent{
    background-color:#e2efee;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#d2e5e4),to(#e2efee));
    background-image:-webkit-linear-gradient(top,#d2e5e4,#e2efee);
    background-image:-moz-linear-gradient(top,#d2e5e4,#e2efee);
    background-image:-ms-linear-gradient(top,#d2e5e4,#e2efee);
    background-image:-o-linear-gradient(top,#d2e5e4,#e2efee);
    background-image:linear-gradient(top,#d2e5e4,#e2efee)
}
.btn-transparent:hover{
    background-color:#d2e5e4;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#f3f8f7),to(#d2e5e4));
    background-image:-webkit-linear-gradient(top,#f3f8f7,#d2e5e4);
    background-image:-moz-linear-gradient(top,#f3f8f7,#d2e5e4);
    background-image:-ms-linear-gradient(top,#f3f8f7,#d2e5e4);
    background-image:-o-linear-gradient(top,#f3f8f7,#d2e5e4);
    background-image:linear-gradient(top,#f3f8f7,#d2e5e4)
}
.btn-transparent.btn-danger{
    color:#bb4d4b
}
.btn-transparent.btn-danger:active,.btn-transparent.btn-danger:focus{
    color:#fff
}
.btn-transparent.btn-warning{
    color:#e3b442
}
.btn-transparent.btn-warning:active,.btn-transparent.btn-warning:focus{
    color:#fff
}
.btn-transparent.btn-success{
    color:#009688
}
.btn-transparent.btn-success:active,.btn-transparent.btn-success:focus{
    color:#fff
}
.btn-transparent.btn-info{
    color:#0c5f88
}
.badge,.btn-transparent.btn-info:active,.btn-transparent.btn-info:focus{
    color:#fff
}
.demo-btn-group .btn{
    min-width:80px
}
.blog-btn-group .btn{
    margin-left:2px;
    float:left;
    margin-bottom:2px
}
@media (max-width:767px){
    #scrollUp{
        bottom:20px
    }
    .demo-btn-group{
        text-align:center
    }
    .demo-btn-group .btn{
        margin-bottom:3px
    }
}
.badge-default{
    background:#a2c9c6;
    border:1px solid #a2c9c6;
    color:#2a303e
}
.badge-default[href]:focus,.badge-default[href]:hover{
    background:#91c0bd;
    border:1px solid #91c0bd;
    color:#2a303e
}
.badge-success{
    background-color:#009688;
    border:1px solid #009688
}
.badge-success[href]:focus,.badge-success[href]:hover{
    background-color:#00635a;
    border:1px solid #00635a
}
.badge-info{
    background-color:#0c5f88;
    border:1px solid #0c5f88
}
.badge-info[href]:focus,.badge-info[href]:hover{
    background-color:#083e59;
    border:1px solid #083e59
}
.badge-warning{
    background-color:#e3b442;
    border:1px solid #e3b442
}
.badge-warning[href]:focus,.badge-warning[href]:hover{
    background-color:#d39e1f;
    border:1px solid #d39e1f
}
.badge-danger{
    background-color:#bb4d4b;
    border:1px solid #bb4d4b
}
.badge-danger[href]:focus,.badge-danger[href]:hover{
    background-color:#993c3a;
    border:1px solid #993c3a
}
.badge-grey{
    background-color:#4d4d4d;
    border:1px solid #4d4d4d;
    color:#fff
}
.badge-grey[href]:focus,.badge-grey[href]:hover{
    background-color:#333;
    border:1px solid #333
}
.badge-bdr{
    background-color:transparent
}
.badge-bdr.badge-default{
    color:#4d4d4d
}
.badge-bdr.badge-danger{
    color:#bb4d4b
}
.badge-bdr.badge-success{
    color:#009688
}
.badge-bdr.badge-warning{
    color:#e3b442
}
.badge-bdr.badge-info{
    color:#0c5f88
}
.badge-bdr.badge-grey{
    color:#000
}
.labels-inline .label{
    margin:2px;
    float:left
}
.label{
    color:#fff
}
.label-default{
    background:#e2efee;
    border:1px solid #e2efee;
    color:#2a303e
}
.label-default[href]:focus,.label-default[href]:hover{
    background-color:#d2e5e4;
    border:1px solid #d2e5e4;
    color:#2a303e
}
.label-primary{
    background-color:#2a303e;
    border:1px solid #2a303e
}
.label-primary[href]:focus,.label-primary[href]:hover{
    background-color:#151820;
    border:1px solid #151820
}
.label-success{
    background-color:#009688;
    border:1px solid #009688
}
.label-success[href]:focus,.label-success[href]:hover{
    background-color:#00635a;
    border:1px solid #00635a
}
.label-green-light{
    background-color:#52bf8a;
    border:1px solid #52bf8a
}
.label-green-light[href]:focus,.label-green-light[href]:hover{
    background-color:#3ca270;
    border:1px solid #3ca270
}
.label-info{
    background-color:#0c5f88;
    border:1px solid #0c5f88
}
.label-info[href]:focus,.label-info[href]:hover{
    background-color:#083e59;
    border:1px solid #083e59
}
.label-warning{
    background-color:#e3b442;
    border:1px solid #e3b442
}
.label-warning[href]:focus,.label-warning[href]:hover{
    background-color:#d39e1f;
    border:1px solid #d39e1f
}
.label-danger{
    background-color:#bb4d4b;
    border:1px solid #bb4d4b
}
.label-danger[href]:focus,.label-danger[href]:hover{
    background-color:#993c3a;
    border:1px solid #993c3a
}
.label-pink{
    background-color:#c5416e;
    border:1px solid #c5416e
}
.label-pink[href]:focus,.label-pink[href]:hover{
    background-color:#a23158;
    border:1px solid #a23158
}
.label-peach{
    background-color:#f5907c;
    border:1px solid #f5907c
}
.label-peach[href]:focus,.label-peach[href]:hover{
    background-color:#f1684d;
    border:1px solid #f1684d
}
.label-teal{
    background-color:#2ca2ad;
    border:1px solid #2ca2ad
}
.label-teal[href]:focus,.label-teal[href]:hover{
    background-color:#227c84;
    border:1px solid #227c84
}
.label-grey{
    background-color:#4d4d4d;
    border:1px solid #4d4d4d;
    color:#fff
}
.label-grey[href]:focus,.label-grey[href]:hover{
    background-color:#333;
    border:1px solid #333
}
.label-bdr{
    background-color:transparent
}
.label-bdr.label-default{
    color:#4d4d4d
}
.label-bdr.label-danger{
    color:#bb4d4b
}
.label-bdr.label-success{
    color:#009688
}
.label-bdr.label-warning{
    color:#e3b442
}
.label-bdr.label-info{
    color:#0c5f88
}
.label-bdr.label-grey{
    color:#000
}
.label-light{
    font-weight:500;
    padding:4px 10px
}
.label-light.label-default{
    background:#f2f2f2;
    border:1px solid #d9d9d9;
    color:#4d4d4d
}
.label-light.label-danger{
    background:#faf2f2;
    border:1px solid #d08483;
    color:#bb4d4b
}
.label-light.label-success{
    background:#c9fffa;
    border:1px solid #00c9b6;
    color:#009688
}
.label-light.label-warning{
    background:#faf2dd;
    border:1px solid #eac66e;
    color:#a67d19
}
.label-light.label-info{
    background:#e3f4fd;
    border:1px solid #28abec;
    color:#0c5f88
}
.label-light.label-grey{
    background-color:#e6e6e6;
    border:1px solid #bfbfbf;
    color:#000
}
.pager li>a,.pager li>span{
    background-color:#009688;
    border-color:#009688;
    color:#fff
}
.pager li>a:hover,.pager li>span:hover{
    color:#fff;
    background-color:#007d71;
    border:1px solid #007d71
}
.pager li>a:focus,.pager li>span:focus{
    color:#fff;
    background-color:#00635a;
    border:1px solid #00635a
}
.list-group-item{
    border:1px solid #d9e9e8;
    background-color:#fff
}
.list-group-item:first-child{
    border-top-left-radius:0;
    border-top-right-radius:0
}
.list-group-item:last-child{
    border-bottom-right-radius:0;
    border-bottom-left-radius:0
}
.list-group-item i{
    font-size:16px;
    vertical-align:middle
}
a.list-group-item-info{
    background-color:#0c5f88;
    color:#fff;
    border:1px solid #0c5f88
}
a.list-group-item-info:focus,a.list-group-item-info:hover{
    background-color:#0e6f9f;
    border:1px solid #0e6f9f;
    color:#fff
}
a.list-group-item-warning{
    background-color:#e3b442;
    color:#fff;
    border:1px solid #e3b442
}
a.list-group-item-warning:focus,a.list-group-item-warning:hover{
    background-color:#e6bd58;
    border:1px solid #e6bd58;
    color:#fff
}
a.list-group-item-success{
    background-color:#009688;
    color:#fff;
    border:1px solid #009688
}
a.list-group-item-success:focus,a.list-group-item-success:hover{
    background-color:#00b09f;
    border:1px solid #00b09f;
    color:#fff
}
a.list-group-item-danger{
    background-color:#bb4d4b;
    color:#fff;
    border:1px solid #bb4d4b
}
a.list-group-item-danger:focus,a.list-group-item-danger:hover{
    background-color:#c25f5e;
    border:1px solid #c25f5e;
    color:#fff
}
a.list-group-item-inverse{
    background-color:#4d4d4d;
    color:#fff;
    border:1px solid #4d4d4d
}
a.list-group-item-inverse:focus,a.list-group-item-inverse:hover{
    background-color:#404040;
    border:1px solid #404040;
    color:#fff
}
.modal-header{
    border-bottom:1px solid #d9e9e8
}
.modal-content{
    box-shadow:0 0 10px rgba(0,0,0,.3);
    border:1px solid #abcfcc
}
.breadcrumb{
    background:#b2d3d0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    margin:0 0 10px
}
.breadcrumbs{
    font-size:14px;
    padding:15px;
    background:#d2e5e4;
    margin:0 0 10px
}
.breadcrumbs i{
    vertical-align:middle
}
.breadcrumbs>li{
    display:inline-block;
    margin:0 10px 0 0;
    position:relative;
    vertical-align:middle;
    color:#666;
    padding:0 10px
}
.breadcrumbs>li:after,.breadcrumbs>li:before{
    display:block;
    position:absolute;
    vertical-align:middle;
    color:transparent;
    font-size:0;
    content:"";
    height:1px;
    width:7px;
    background-color:#1d1d1d;
    top:50%;
    left:100%;
    margin-left:5px
}
.breadcrumbs>li:before{
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    margin-top:-2px
}
.breadcrumbs>li:after{
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
    margin-top:2px
}
.breadcrumbs>li>a{
    color:inherit;
    display:inline-block;
    line-height:1
}
.breadcrumbs>li:last-child{
    color:#000;
    font-weight:bolder
}
.breadcrumbs>li:last-child a{
    cursor:default
}
.breadcrumbs>li:last-child:after,.breadcrumbs>li:last-child:before{
    background-color:transparent
}
.breadcrumbs>li:hover{
    color:#1d1d1d
}
.breadcrumbs.dark>li:hover,.breadcrumbs.dark>li:last-child,.breadcrumbs.primary>li,.breadcrumbs.primary>li:hover,.breadcrumbs.primary>li:last-child{
    color:#fff
}
.breadcrumbs .icon,.breadcrumbs img{
    display:inline-block;
    line-height:.8;
    height:1rem;
    width:1rem;
    font-size:1rem;
    vertical-align:-15%
}
.breadcrumbs.dark{
    background-color:#333
}
.breadcrumbs.dark>li:after,.breadcrumbs.dark>li:before{
    background-color:#fff
}
.breadcrumbs.primary{
    background-color:#009688
}
.breadcrumbs.primary>li:after,.breadcrumbs.primary>li:before{
    background-color:#fff
}
.breadcrumbs2{
    margin:0 0 10px;
    overflow:hidden;
    width:100%
}
.breadcrumbs2 i{
    vertical-align:middle
}
.breadcrumbs2 li{
    float:left;
    margin:0 .2em 0 1em
}
.breadcrumbs2 a{
    background:#d2e5e4;
    padding:10px;
    float:left;
    color:#009688;
    position:relative
}
.breadcrumbs2 a:after,.breadcrumbs2 a:before{
    content:"";
    position:absolute;
    top:50%;
    margin-top:-20px
}
.breadcrumbs2 a:hover{
    background:#009688;
    color:#fff
}
.breadcrumbs2 a:hover:before{
    border-color:#009688 #009688 #009688 transparent
}
.breadcrumbs2 a:hover:after{
    border-left-color:#009688
}
.breadcrumbs2 a:before{
    border-width:20px 0 20px 12px;
    border-style:solid;
    border-color:#d2e5e4 #d2e5e4 #d2e5e4 transparent;
    left:-13px;
    margin-left:1px
}
.breadcrumbs2 a:after{
    border-top:20px solid transparent;
    border-bottom:20px solid transparent;
    border-left:12px solid #d2e5e4;
    right:-13px;
    margin-right:1px
}
.breadcrumbs2 .active:after,.breadcrumbs2 .active:before,.breadcrumbs2>li:first-child a:before,.breadcrumbs2>li:last-child:after,.breadcrumbs2>li:last-child:before{
    content:normal
}
.breadcrumbs2>li:first-child{
    margin-left:0
}
.breadcrumbs2>li:last-child{
    background:#d9e9e8
}
.breadcrumbs2>li:last-child a{
    color:#999
}
.breadcrumbs2>li:last-child:hover a{
    color:#fff
}
.breadcrumbs2 .active,.breadcrumbs2 .active:hover{
    background:0 0
}
.breadcrumbs2 .active a{
    color:#1d1d1d
}
.breadcrumbs2 .active:hover a{
    color:#fff
}
.breadcrumbs2.small a{
    padding:.2em 1em;
    font-size:11.9px
}
.breadcrumbs2>li>a>[class*=mif]{
    vertical-align:-10%
}
.alert i,.table-middle>tbody>tr>td,.table-middle>tbody>tr>th,.table-middle>tfoot>tr>td,.table-middle>tfoot>tr>th,.table-middle>thead>tr>td,.table-middle>thead>tr>th,.table>tbody>tr>td.td-v-align{
    vertical-align:middle
}
.alert-dismissable .close{
    right:0
}
.alert{
    padding:15px 15px 15px 45px;
    margin-bottom:10px;
    font-size:15px;
    position:relative;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px
}
.alert i{
    margin-right:10px;
    font-size:21px;
    position:absolute;
    left:15px;
    top:14px
}
.alert.no-margin{
    margin:0
}
.alert.alert-transparent{
    background-color:transparent
}
.alert.alert-transparent.alert-success{
    color:#009688
}
.alert.alert-transparent.alert-info{
    color:#0c5f88
}
.alert.alert-transparent.alert-danger{
    color:#bb4d4b
}
.alert.alert-transparent.alert-warning{
    color:#e3b442
}
.alert-success{
    color:#fff;
    background-color:#009688;
    border-color:#009688
}
.alert-success.light{
    color:#009688;
    border-color:#009688;
    background-color:#e3fffc
}
.alert-info{
    color:#fff;
    background-color:#0c5f88;
    border-color:#0c5f88
}
.alert-info.light{
    color:#0c5f88;
    border-color:#1080b7;
    background-color:#ccebfa
}
.alert-warning{
    color:#fff;
    background-color:#e3b442;
    border-color:#e3b442
}
.alert-warning.light{
    color:#a67d19;
    border-color:#edce85;
    background-color:#faf2dd
}
.alert-danger{
    color:#fff;
    background-color:#bb4d4b;
    border-color:#bb4d4b
}
.alert-danger.light{
    color:#bb4d4b;
    border-color:#d08483;
    background-color:#faf2f2
}
.alert-borderd{
    background:0 0;
    color:#4d4d4d
}
.tooltip-inner{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0
}
.popover{
    background:#1a1a1a;
    border:1px solid #1a1a1a;
    color:#fff;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0
}
.popover.left>.arrow:after{
    border-left-color:#1a1a1a
}
.popover.right>.arrow:after{
    border-right-color:#1a1a1a
}
.popover.top>.arrow:after{
    border-top-color:#1a1a1a
}
.popover.bottom>.arrow:after{
    border-bottom-color:#1a1a1a
}
.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{
    padding:8px 12px;
    border-top:1px solid #abcfcc
}
.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{
    padding:6px 12px
}
.table>thead>tr>td,.table>thead>tr>th{
    font-size:15px;
    font-weight:500
}
.table>thead>tr>th{
    border-bottom:1px solid #0c5f88
}
.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{
    background:#e9f2f2
}
.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{
    border:1px solid #d2e5e4
}
.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{
    background:#bcd8d6
}
.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{
    background:#00c9b6;
    color:#fff;
    border-top:0
}
.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{
    background:#009688
}
.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{
    background:#bb4d4b;
    color:#fff;
    border-top:0
}
.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{
    background:#af4442
}
.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{
    background:#e3b442;
    color:#fff;
    border-top:0
}
.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{
    background:#dfa927
}
.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{
    background:#0c5f88;
    color:#fff;
    border-top:0
}
.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{
    background:#094867
}
@media screen and (max-width:767px){
    .table-responsive{
        border:1px solid #e6e6e6
    }
}
.table-no-border>tbody>tr>td,.table-no-border>tbody>tr>th,.table-no-border>tfoot>tr>td,.table-no-border>tfoot>tr>th,.table-no-border>thead>tr>td,.table-no-border>thead>tr>th{
    border:none;
    padding:10px 0
}
.pagination>li>a,.pagination>li>span{
    background:#d9e9e8;
    border:1px solid #c2dcda;
    color:#009688
}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span,.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{
    border-top-left-radius:0;
    border-bottom-left-radius:0
}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span,.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span,.pagination>li:last-child>a,.pagination>li:last-child>span{
    border-top-right-radius:0;
    border-bottom-right-radius:0
}
.pagination>li:first-child>a,.pagination>li:first-child>span{
    margin-left:0;
    border-top-left-radius:0;
    border-bottom-left-radius:0
}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{
    color:#009688;
    background-color:#e2efee;
    border-color:#d2e5e4
}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{
    color:#fff;
    background-color:#009688;
    border-color:#009688
}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{
    background-color:#dcebea;
    border-color:#c2dcda
}
.form-control{
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    box-shadow:none;
    -webkit-box-shadow:none;
    border:1px solid #c2dcda;
    background:#fff;
    padding:6px 10px;
    -webkit-transition:all .3s ease-out;
    -moz-transition:all .3s ease-out;
    -ms-transition:all .3s ease-out;
    -o-transition:all .3s ease-out;
    transition:all .3s ease-out
}
.form-control:focus{
    border:1px solid #a2c9c6;
    box-shadow:none;
    outline:0;
    -webkit-box-shadow:none;
    color:#000
}
.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .form-control-feedback,.has-success .help-block,.has-success .radio,.has-success .radio-inline{
    color:#009688
}
.input-group-addon{
    border:1px solid #c2dcda;
    background:#c2dcda
}
.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{
    background:#a2c9c6
}
.has-feedback label~.form-control-feedback{
    top:23px
}
.has-success .form-control{
    border-color:#009688;
    box-shadow:none;
    -webkit-box-shadow:none;
    color:#009688
}
.has-success .form-control:focus{
    border-color:#00635a;
    box-shadow:none;
    -webkit-box-shadow:none
}
.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .form-control-feedback,.has-error .help-block,.has-error .radio,.has-error .radio-inline{
    color:#bb4d4b
}
.has-success .input-group-addon{
    border-color:#009688
}
.has-error .form-control{
    border-color:#bb4d4b;
    box-shadow:none;
    -webkit-box-shadow:none;
    color:#bb4d4b
}
.has-error .form-control:focus{
    border-color:#993c3a;
    box-shadow:none;
    -webkit-box-shadow:none
}
.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .form-control-feedback,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline{
    color:#e3b442
}
.has-error .input-group-addon{
    border-color:#bb4d4b
}
.has-warning .form-control{
    border-color:#e3b442;
    box-shadow:none;
    -webkit-box-shadow:none
}
.has-warning .form-control:focus{
    border-color:#d39e1f;
    box-shadow:none;
    -webkit-box-shadow:none
}
.has-info .checkbox,.has-info .checkbox-inline,.has-info .control-label,.has-info .form-control-feedback,.has-info .help-block,.has-info .radio,.has-info .radio-inline{
    color:#0c5f88
}
.has-warning .input-group-addon{
    border-color:#e3b442
}
.has-info .form-control{
    border-color:#0c5f88;
    box-shadow:none;
    -webkit-box-shadow:none;
    color:#0c5f88
}
.has-info .form-control:focus{
    border-color:#083e59;
    box-shadow:none;
    -webkit-box-shadow:none
}
.has-info .input-group-addon{
    border-color:#0c5f88
}
legend{
    padding:0 0 6px;
    font-size:16px;
    line-height:inherit;
    border:0;
    border-bottom:1px solid #e0e0e0
}
label{
    font-size:14px;
    font-weight:500
}
.help-block{
    font-size:11px
}
input[type=checkbox],input[type=radio]{
    margin-top:2px
}
.nav-tabs{
    border-bottom:1px solid #e2efee
}
.nav-tabs li a{
    margin-right:1px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    border:1px solid #d2e5e4;
    background:#d2e5e4
}
.nav-tabs li a:hover{
    background:#dcebea;
    border:1px solid #dcebea
}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{
	    background: #07afff;
    color:#fff;
    border:1px solid #e2efee;
    border-bottom:1px solid #fff;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0
}
.tab-content{
    padding:20px;
    border:1px solid #e2efee;
    border-top:0
}
.mark,mark{
    background-color:#e3b442;
    color:#000
}
.gutter.row{
    margin-right:-8px;
    margin-left:-8px
}
.gutter-10>[class^=" col-"],.gutter>[class^=col-]{
    padding-right:8px;
    padding-left:8px
}
.checkbox{	
    margin-top: 0px;
   }
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover { 
    background: #c2dcda;
}
.error{
	color:red;
}
#sortable {
	    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 30%;
	
}

#sortable li {

   background-color: #e4f6ff;
    padding: 8px 20px;
    border-radius: 3px;
    border-left: 3px solid #07afff;
    margin: 10px;
    width: 100%;
    float: left;
}
#sortable li:hover{background-color: #3ca4d6;
    color: #fff;}
span.ui-sortable-handle {
    width: 10%;
    float: left;
    margin: 10px 0;
    padding: 8px 0;
}
ul.myList1 {
    width: 12%;
    float: left;
}
ul.myList1 li {
    padding: 8px 20px;
    border-radius: 3px;
    margin: 10px;
    width: 100%;
    float: left;
}

.ui-state-highlight {
	height: 1.5em;
	line-height: 1.2em;
}
.btn-sud {
    background-color: #07afff;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#009688),to(#00635a));
    background-image: -webkit-linear-gradient(top,#07afff,#0f8fcc);
    background-image: -moz-linear-gradient(top,#07afff,#0f8fcc);
    background-image: -ms-linear-gradient(top,#07afff,#0f8fcc);
    background-image: -o-linear-gradient(top,#07afff,#0f8fcc);
    background-image: linear-gradient(top,#07afff,#0f8fcc);
    color: #fff;
}
.btn-sud:hover {
    background-color: #07afff;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#009688),to(#00635a));
    background-image: -webkit-linear-gradient(top,#07afff,#0f8fcc);
    background-image: -moz-linear-gradient(top,#07afff,#0f8fcc);
    background-image: -ms-linear-gradient(top,#07afff,#0f8fcc);
    background-image: -o-linear-gradient(top,#07afff,#0f8fcc);
    background-image: linear-gradient(top,#07afff,#0f8fcc);
    color: #fff;
}
