/*CONFIG AND GENERAL STYLE*/
/*General colors palette*/
/*General elements*/
/*Functions*/
html { height: 100%; }

body {
    background-color: #F6F6F6;
    color: #000000; /*#555;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 14px; /*12px;*/
    margin-left: -20px;
    opacity: 0;
    padding: 0;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

a {
    color: #3380FF;
    outline: 0 none;
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    color: #3078ef;
    outline: 0 none;
    text-decoration: none;
}

p {
    color: #000000;
    font-size: 14px; /*13px;*/
    line-height: 22px;
}

b { font-weight: 400; }

blockquote p { font-size: 15px; }

ul { padding-left: 30px; }

.overflow-hidden { overflow: hidden; }

.no-margin { margin: 0 !important; }

.no-margin-y {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.no-margin-x {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.no-margin-top { margin-top: 0 !important; }

.no-margin-bottom { margin-bottom: 0 !important; }

.no-margin-left { margin-left: 0 !important; }

.no-margin-right { margin-right: 0 !important; }

.big-text {
    font-size: 61px;
    line-height: 70px !important;
    padding-bottom: 5px;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.2);
}

.jumbotron { margin-top: 20px; }

#pcont {
    margin-left: 240px;
    position: relative;
}

.back-to-top {
    background-color: rgba(39, 41, 48, 0.8);
    bottom: 0;
    color: #FFF;
    display: none;
    font-size: 12px;
    padding: 9px 12px;
    position: fixed;
    right: 0px;
    text-decoration: none;
}

.back-to-top i { font-size: 15px; }

.back-to-top:hover {
    background-color: #272930;
    color: #FFF;
}

.back-to-top:focus { color: #FFF; }

.spacer { margin-top: 15px !important; }

.spacer2 { margin-top: 30px !important; }

.spacer3 { margin-top: 50px !important; }

.spacer-bottom-xs { margin-bottom: 10px !important; }

.spacer-bottom { margin-bottom: 30px !important; }

.spacer-bottom-sm { margin-bottom: 15px !important; }

.spacer-bottom-lg { margin-bottom: 40px !important; }

.rad-1 {
    -webkit-border-radius: 1px;
    border-radius: 1px;
    overflow: hidden;
}

.rad-2 {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
}

.rad-3 {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

.dash-cols .block .no-padding { padding: 0; }

.no-padding { padding: 0 !important; }

.clear { clear: both; }

.hthin {
    font-family: "Raleway", Helvetica, sans-serif !important;
    font-weight: 100 !important;
}

/*Pre & Code*/

pre {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-top: 10px;
}

/*CONTENT*/

.cont h2 {
    font-family: "Raleway", Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 100;
    line-height: 38px;
    margin: 0 0 10px 0;
}

.cont h5 {
    font-size: 13px;
    font-weight: 200;
    line-height: 21px;
}

.cont p {
    color: #333;
    font-size: 13px;
    font-weight: 200;
    line-height: 23px;
}

.cont b { font-weight: 400; }

/*Well*/

.well p:last-child { margin: 0; }

/*Text Colors*/

.color-primary { color: #3078EF; }

.color-primary.fa { color: #4C94FF; }

.color-success { color: #5FBF5F; }

.color-warning { color: #FC9700; }

.color-danger { color: #ee5037; }

/*HEADER*/

/*navigation*/

.navbar {
    background-color: #2494F2;
    border: 0;
    color: #FFF;
    padding-left: 10px;
    padding-right: 25px;
}

.navbar-default .navbar-brand {
    color: #FFF;
    font-size: 19px;

    font-weight: 300;
    line-height: 18px;
    /*
  padding-left: 35px;
  background: url(../images/logo.png) no-repeat 0 11px;
*/
    text-align: left;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.navbar-default .navbar-brand:hover { color: #FFF; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
    background-color: #36a3ff;
    color: #fff;
}

.navbar-default .navbar-nav > li > a { color: #fff; }

.navbar-default .navbar-nav > li.button {
    float: left;
    padding: 10px 6px;
}

.navbar-default .navbar-nav > li.button > a {
    -webkit-border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2) inset;
    padding: 4px;
    text-align: center;
    width: 30px;
}

.navbar-default .navbar-nav > li.button > a:hover { background: rgba(255, 255, 255, 0.07); }

.navbar-default .navbar-nav > li.button > a:active { box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07) inset; }

.navbar-default .navbar-nav > li.button > a > i { font-size: 14px; }

.navbar-default .navbar-nav > li.button .bubble {
    -webkit-border-radius: 3px;
    background-color: #e44c34;
    border-color: #E23923 #D83722 #C0311E;
    border-left: 1px solid #D83722;
    border-radius: 3px;
    border-width: 1px;
    box-shadow: -1px 1px 0 rgba(0, 0, 0, 0.25);
    color: #fff;
    font: bold 9px Tahoma;
    left: 20px;
    padding: 1px 3px 1px 2px;
    position: absolute;
    top: -6px;
}

.navbar-default .navbar-nav > li.button.open:after {
    border-bottom: 6px solid white;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    bottom: 0;
    content: '';
    display: inline-block;
    left: 10px;
    left: 50%;
    margin-left: -6px;
    position: absolute;
}

.navbar-default .navbar-nav > li > a:focus { color: #FFF; }

.navbar-nav > li.button .dropdown-menu {
    max-width: 280px;
    min-width: 260px;
    padding: 0;
}

.navbar-nav > li.button .dropdown-menu .content > ul { padding: 0; }

.navbar-default .navbar-nav > li.button .dropdown-menu li ul > li > a {
    border-bottom: 1px solid #ececec;
    color: #444;
    font-weight: 300;
    padding: 11px 10px;
    padding-left: 33px;
    position: relative;
}

.navbar-default .navbar-nav > li.button .messages li ul > li > a {
    line-height: 16px;
    padding: 12px 10px;
    padding-left: 48px;
    white-space: normal;
}

.navbar-default .navbar-nav > li.button .dropdown-menu li > a:hover {
    background: #F8F8F8;
    color: #444;
}

.navbar-default .navbar-nav > li.button .dropdown-menu li:last-child > a { border-bottom: 0; }

.navbar-default .navbar-nav > li.button .dropdown-menu li > a > i {
    display: inline-block;
    font-size: 14px;
    left: 10px;
    position: absolute;
    text-align: center;
    top: 14px;
    vertical-align: middle;
    width: 20px;
}

.navbar-default .navbar-nav > li.button .messages li > a > img {
    height: 30px;
    left: 10px;
    position: absolute;
    top: 16px;
    width: 30px;
}

.navbar-default .navbar-nav > li.button .messages li > a .name {
    color: #555555;
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 19px;
}

.navbar-default .navbar-nav > li.button .dropdown-menu li > a > i.success { color: #60C060; }

.navbar-default .navbar-nav > li.button .dropdown-menu li > a > i.info { color: #2494F2; }

.navbar-default .navbar-nav > li.button .dropdown-menu li > a > i.warning { color: #FC9700; }

.navbar-default .navbar-nav > li.button .dropdown-menu li > a > i.danger { color: #DA4932; }

.navbar-default .navbar-nav > li.button .dropdown-menu .nano { height: 200px; }

.navbar-default .navbar-nav > li.button .dropdown-menu li a .date {
    color: #999999;
    display: block;
    font-size: 11px;
    font-style: italic;
    line-height: 18px;
}

.navbar-default .navbar-nav > li.button .dropdown-menu .title {
    border-bottom: 1px solid #DDDDDF;
    color: #444;
    font-size: 12px;
    font-weight: 300;
    padding: 8px 17px;
}

.navbar-default .navbar-nav > li.button .dropdown-menu .title a:hover { background: transparent; }

.navbar-default .navbar-nav > li.button .dropdown-menu .foot { padding: 0; }

.navbar-default .navbar-nav > li.button .dropdown-menu .foot > li { list-style: none; }

.navbar-default .navbar-nav > li.button .dropdown-menu .foot a {
    background: #F7F7F7;
    color: #444;
    padding: 8px 17px;
    text-align: center;
}

/*Dropdown Sub menu*/

.dropdown-submenu { position: relative; }

.dropdown-submenu > .dropdown-menu {
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    left: 100%;
    margin-left: -1px;
    margin-top: -6px;
    top: 0px;
}

.dropdown-submenu:hover > .dropdown-menu { display: block; }

.dropdown-submenu > a:after {
    border-color: transparent;
    border-left-color: #cccccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -10px;
    margin-top: 5px;
    width: 0;
}

.dropdown-submenu:hover > a:after { border-left-color: #ffffff; }

.dropdown-submenu.pull-left { float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    left: -100%;
    margin-left: 10px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-menu li > a:hover {
    background-color: #2391ed;
    background-image: none;
    color: #FFF;
}

.navbar-default .navbar-nav > li > .dropdown-menu { border-top: 0; }

.navbar-default .navbar-nav > .dropdown > a .caret {
    border-bottom-color: #FFFFFF;
    border-top-color: #FFFFFF;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-bottom-color: #fff;
    border-top-color: #FFF;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
    background-color: #36A3FF;
    color: #FFF;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #36A3FF;
    color: #FFF;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-nav > li > a:focus { color: #FFF; }

.navbar-default .navbar-toggle {
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2) inset;
    outline: none;
    padding: 6px 10px;
}

.navbar-default .navbar-toggle:hover { background: rgba(255, 255, 255, 0.07); }

.navbar-default .navbar-toggle:active { box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07) inset; }

.navbar-default .navbar-toggle:focus { background: transparent; }

.navbar-default .navbar-toggle .icon-bar { background-color: #FFFFFF; }

.navbar-default .navbar-toggle .fa {
    color: #FFFFFF;
    font-size: 18px;
}

.navbar-collapse {
    max-height: none;
    position: relative;
}

.dropdown-menu > li > a,
.dropdown-menu li > a {
    clear: both;
    color: #333333;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857;
    padding: 5px 20px;
    white-space: nowrap;
}

.dropdown-header {
    color: #2083D6;
    cursor: pointer;
    margin-top: 6px;
    padding-left: 11px;
}

.dropdown-header i {
    font-size: 14px;
    margin-right: 4px;
    vertical-align: middle;
}

.dropdown-menu {
    background-clip: none;
    box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.18);
}

.col-menu-2 {
    min-width: 405px;
    padding-bottom: 10px;
    padding-top: 7px;
}

.col-menu-2 > li:first-child ul { border-right: 1px solid #E8E8E8; }

.col-menu-2 > li > ul > li a { padding-left: 32px; }

.col-menu-2 > li > ul { padding: 0; }

.col-menu-2 > li > ul > li { list-style: none; }

/*END - Dropdown menu*/

/*Profile menu*/

.profile_menu {
    cursor: pointer;
    margin-left: 10px;
}

.not-nav { margin: 0 !important; }

.user-nav {
    margin: 0;
    margin-right: -15px;
}

.profile_menu .dropdown-toggle { padding: 10px 10px; }

.profile_menu img {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-right: 5px;
}

/*END - Profile menu*/

/*Page Title*/

.page-head {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #E9E9E9;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.05);
    padding: 20px 25px;
    position: relative;
}

.page-head h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 5px;
    margin-top: 6px;
}

.page-head .breadcrumb {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-bottom: 0;
    padding: 4px;
}

.page-aside {
    background: none repeat scroll 0 0 #FFFFFF;
    display: table-cell;
    height: 100%;
    position: relative;
    width: 280px;
}

.page-aside > div {
    border-right: 1px solid #E9E9E9;
    width: 280px;
}

.page-aside div.fixed {
    height: 100%;
    position: fixed;
}

.page-aside div.content { padding: 20px 20px; }

@media (max-width: 767px) {
    .page-aside {
        display: block;
        height: auto;
        position: relative;
        width: 100%;
    }

    .page-aside div.fixed {
        display: block;
        position: relative;
        width: 100%;
    }
}

/*BODY*/

.cl-mcont {
    background-color: #F6F6F6;
    color: inherit;
    font-size: 13px;
    font-weight: 200;
    line-height: 21px;
    margin-top: 0;
    padding: 15px 30px 30px 30px;
}

.cl-mcont.white { background: #fff; }

.cl-mcont h1 { line-height: 1.3em; }

#cl-wrapper { margin-top: 50px; }

/*Vertical Navigation*/

.cl-sidebar {
    background: #272930;
    position: absolute;
    width: 240px;
    z-index: 2;
}

.cl-sidebar .cl-toggle {
    cursor: pointer;
    display: none;
    padding: 10px 0;
    text-align: center;
}

.cl-sidebar .cl-toggle i {
    color: #C9D4F6;
    font-size: 24px;
}

.cl-vnavigation {
    border-bottom: 1px solid #2f323a;
    border-top: 1px solid #1a1c20;
    margin: 0 0 0 0;
    padding: 0;
}

.cl-vnavigation .parent a { background: url("../images/arrow.png") no-repeat scroll right 14px top 18px transparent; }

.cl-vnavigation li a {
    border-bottom: 1px solid #1a1c20;
    border-top: 1px solid #32353e;
    color: #c9d4f6;
    display: block;
    font-size: 12px;
    font-weight: 300;
    padding: 14px 18px 13px 15px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    white-space: nowrap;
}

.cl-vnavigation li a:hover { background-color: #2a2c34; }

/*Collapsed Sidebar*/

.sb-collapsed .cl-sidebar { width: 55px; }

.sb-collapsed #pcont { margin-left: 55px; }

.sb-collapsed .cl-vnavigation li { position: relative; }

.sb-collapsed .cl-vnavigation .parent a { background-image: none; }

.sb-collapsed .cl-vnavigation li a i {
    font-size: 17px;
    margin: 0;
}

.sb-collapsed .cl-vnavigation li a span {
    height: 0;
    opacity: 0;
    width: 0;
}

#cl-wrapper.animate-collapse .cl-sidebar {
    /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: width 300ms linear;
    /* Firefox 4-15 */
    -o-transition: width 300ms linear;
    -webkit-transition: width 300ms linear;
    /* Opera 10.50�12.00 */
    transition: width 500ms linear;
}

#cl-wrapper.animate-collapse #pcont { transition: margin 500ms ease; }

#cl-wrapper.animate-collapse .cl-vnavigation li a span {
    -moz-transition: opacity 500ms linear;
    -o-transition: opacity 500ms linear;
    -webkit-transition: opacity 500ms linear;
    transition: opacity 500ms linear;
}

#cl-wrapper.animate-collapse .cl-vnavigation li a i {
    -moz-transition: margin 500ms linear, font-size 500ms linear;
    -o-transition: margin 500ms linear, font-size 500ms linear;
    -webkit-transition: margin 500ms linear, font-size 500ms linear;
    transition: margin 500ms linear, font-size 500ms linear;
}

.cl-sidebar .collapse-button {
    background: #1F2126;
    border-top: 1px solid #131519;
    bottom: 0;
    box-shadow: 0 1px 0 #2A2C31 inset;
    position: fixed;
    width: 240px;
}

.cl-sidebar .collapse-button .search {
    background: none repeat scroll 0 0 #13151D;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.07), 0 1px 2px rgba(0, 0, 0, 0.15) inset;
    display: inline-block;
    font-size: 11px;
    height: 33px;
    margin-right: 3px;
    width: 155px;
}

.cl-sidebar .collapse-button button {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1) inset;
    margin: 0 !important;
}

.cl-sidebar .collapse-button button:hover { background: #23252A; }

#cl-wrapper.fixed-menu .menu-space {
    background: #272930;
    position: fixed;
    width: 240px;
}

#cl-wrapper.fixed-menu .menu-space .content { outline: none; }

#cl-wrapper.sb-collapsed.fixed-menu .menu-space { width: 55px; }

#cl-wrapper .cl-sidebar .side-user { padding: 18px 10px; }

.sb-collapsed .cl-sidebar .side-user { display: none; }

#cl-wrapper .cl-sidebar .side-user .avatar {
    display: inline-block;
    margin-right: 3px;
}

#cl-wrapper .cl-sidebar .side-user .avatar img {
    border-radius: 25px;
    margin-right: 5px;
}

#cl-wrapper .cl-sidebar .side-user .info {
    display: inline-block;
    vertical-align: middle;
}

#cl-wrapper .cl-sidebar .side-user .info a {
    color: #FFF;
    display: block;
    font-size: 14px;
    font-weight: 300;
}

#cl-wrapper .cl-sidebar .side-user .info span {
    color: #DBDBDB;
    font-size: 11px;
}

#cl-wrapper.animate-collapse .cl-sidebar .collapse-button {
    /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: width 300ms linear;
    /* Firefox 4-15 */
    -o-transition: width 300ms linear;
    -webkit-transition: width 300ms linear;
    /* Opera 10.50�12.00 */
    transition: width 500ms linear;
}

.sb-collapsed .cl-sidebar .collapse-button .search { display: none; }

.sb-collapsed .cl-sidebar .collapse-button { width: 53px; }

.sb-collapsed .cl-vnavigation li.open ul { display: none !important; }

#sub-menu-nav ul {
    background: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    border-top: 0;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.22);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    color: #333;
    min-width: 190px;
    padding: 5px 0;
}

#sub-menu-nav ul li:first-child { padding-top: 0; }

#sub-menu-nav ul li:last-child { padding-bottom: 0; }

#sub-menu-nav ul li.dropdown-header i {
    text-align: center;
    width: 15px;
}

#sub-menu-nav ul li.dropdown-header {
    padding: 1px 11px;
    padding-bottom: 6px;
}

#sub-menu-nav ul { padding: 5px 0; }

#sub-menu-nav ul li { list-style: none; }

#sub-menu-nav ul li a {
    background: transparent;
    border-bottom: 0;
    color: #333333;
    display: block;
    font-size: 11px;
    margin-right: -1px;
    padding: 6px 20px 6px 31px;
    text-align: left;
    text-shadow: none;
}

#sub-menu-nav ul li a:hover {
    background-color: #2391ED;
    color: #FFF;
}

#sub-menu-nav ul:after {
    background: url(../images/menu-tail-left.png) no-repeat right 10px;
    content: "";
    display: inline-block;
    height: 43px;
    left: -9px;
    position: absolute;
    top: 0px;
    width: 10px;
}

/*.sb-collapsed .cl-vnavigation li:hover ul{display: block !important;}
	.sb-collapsed .cl-vnavigation li.ocult ul{display:none !important;}
	
*/

/*End Collapsed*/

.cl-vnavigation li a i {
    font-size: 14px;
    margin-right: 7px;
    text-align: center;
    width: 20px;
}

.cl-vnavigation li a span { display: inline-block; }

.cl-vnavigation li ul {
    background-color: #1A1C20;
    display: none;
    margin: 0;
    padding: 0;
    padding-top: 4px;
}

.cl-vnavigation .parent ul li:last-child { padding-bottom: 13px; }

.cl-vnavigation .parent ul li {
    background-color: #1a1c20;
    list-style: none;
}

.cl-vnavigation .parent ul li.dropdown-header { display: none; }

.cl-vnavigation .parent ul li a {
    background-color: #1a1c20;
    background-image: none;
    font-size: 11px;
    padding: 7px 18px 7px 42px;
}

.cl-vnavigation .parent ul li.active a {
    background-color: #1e2025;
    border-left: 1px solid #2494F2;
}

.cl-vnavigation .parent ul li a:hover { background-color: #1e2025; }

.cl-vnavigation .parent ul li a:first-child { border-top: 0; }

.cl-vnavigation .active > a {
    background: #2A2C34;
    border-left: 1px solid #2494F2;
}

.cl-vnavigation .selected:hover a { background-color: #2494F2; }

.cl-vnavigation .selected:hover ul a { background-color: #1A1C20; }

body { height: 100%; }

/*
.cl-sidebar{
  min-height:100%;
}*/

#cl-wrapper {
    display: table;
    height: 100%;
    position: absolute;
    width: 100%;
}

.cl-sidebar {
    display: table-cell;
    padding-bottom: 49px;
    position: relative;
    vertical-align: top;
}

#pcont {
    display: table-cell;
    vertical-align: top;
}

.cl-mcont .row { margin-top: 20px; }

.cl-mcont .col-lg-6 { padding: 0 15px; }

.cl-mcont .block {
    -webkit-border-radius: 3px;
    background: #FFF;
    border: 0;
    border-radius: 3px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.13);
    margin-bottom: 30px;
}

.block-flat,
.block-wizard {
    -webkit-border-radius: 3px;
    background: #FFF;
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #efefef;
    border-radius: 3px;
    border-right: 1px solid #efefef;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 40px;
    padding: 20px 20px;
}

/*Forms*/

label {
    font-weight: 600;
    margin-bottom: 7px;
}

.form-group { margin-top: 10px; }

.form-horizontal.group-border .form-group {
    border-bottom: 1px solid #efefef;
    margin: 0;
    padding: 20px 0;
}

.form-horizontal.group-border .form-group:last-child { border-bottom: 0; }

.form-horizontal.group-border-dashed .form-group {
    border-bottom: 1px dashed #efefef;
    margin: 0;
    padding: 20px 0;
}

.form-horizontal.group-border-dashed .form-group:last-child { border-bottom: 0; }

.form-control {
    -webkit-border-radius: 1px;
    border-radius: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    font-size: 12px;
    padding: 6px 8px;
}

.input-group .btn {
    box-shadow: none;
    line-height: 20px;
    margin: 0 !important;
    margin-left: -1px !important;
    padding-bottom: 6px;
    padding-top: 6px;
}

.input-group-btn > .btn + .btn { margin-left: -5px !important; }

.input-group-lg > .input-group-addon {
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    line-height: 0.33;
}

.input-group-addon {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 6px 11px;
}

.form-control:focus {
    border-color: #2598f9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
}

select.form-control,
textarea.form-control { padding: 6px 8px; }

.input-group { margin-bottom: 15px; }

/*Crhome Voice Recognition*/

.speechbutton {
    background: transparent;
    border: 0;
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    /*display:none;*/
    width: 100%;
}

.speech-button i:before {
    position: relative;
    z-index: 2;
}

.speech-button i:after {
    color: #fff;
    content: "?";
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 14px;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    vertical-align: middle;
    width: 100%;
    z-index: 1;
}

@keyframes blur {
    from {
        font-size: 14px;
        margin-top: 0;
        opacity: 1;
    }

    to {
        font-size: 25px;
        margin-top: -6px;
        opacity: 0;
    }
}

@-webkit-keyframes blur {
    0% {
        font-size: 14px;
        margin-top: 0;
        opacity: 1;
    }

    90% {
        font-size: 25px;
        margin-top: -6px;
        opacity: 0;
    }

    100% { font-size: 14px; }
}

@-moz-keyframes blur {
    from {
        font-size: 14px;
        margin-top: 0;
        opacity: 1;
    }

    to {
        font-size: 25px;
        margin-top: -6px;
        opacity: 0;
    }
}

@-o-keyframes blur {
    from {
        font-size: 14px;
        margin-top: 0;
        opacity: 1;
    }

    to {
        font-size: 25px;
        margin-top: -6px;
        opacity: 0;
    }
}

.speech-button i.blur:after {
    -moz-animation: blur 900ms infinite;
    -o-animation: blur 900ms infinite;
    -webkit-animation: blur 900ms ease infinite;
    animation: blur 900ms infinite;
}

input::-webkit-input-speech-button {
    -webkit-transform: scale(3, 2.2) translate(-2px, -1px);
    background-color: #fff
                      display:block !important;
}

/*PAGES*/

/*Login*/

#cl-wrapper.login-container,
#cl-wrapper.error-container { margin: 0; }

.login-container .middle-login {
    left: 50%;
    margin-left: -215px;
    margin-top: -220px;
    position: absolute;
    top: 50%;
    width: 430px;
}

.login-container .block-flat {
    -webkit-border-radius: 2px;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0;
}

.login-container .block-flat .header {
    background: #2494F2;
    border-bottom: 1px solid #2082D5;
    padding: 9px 20px;
}

.login-container .block-flat .header h3 {
    color: #FFF;
    line-height: 35px;
    margin: 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

.login-container .header .logo-img { margin-right: 3px; }

.login-container .block-flat .content {
    padding: 30px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.login-container .block-flat .content .form-control {
    height: auto;
    padding: 10px 8px;
}

.login-container .block-flat .content .form-group { margin-bottom: 10px; }

.login-container .block-flat .content .title {
    margin-bottom: 20px;
    margin-top: 0;
}

.login-container .block-flat .foot {
    padding: 0 30px 15px;
    text-align: right;
}

.login-container .block-flat .foot .btn { min-width: 70px; }

.login-container .block-flat .input-group-addon { background: #FAFAFA; }

.login-container .out-links { padding-right: 3px; }

.login-container .out-links a {
    color: #C9D4F6;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

/*404 Page*/

.page-error {
    margin-bottom: 40px;
    margin-top: 80px;
}

.page-error .number {
    color: #FFF;
    font-family: Arial;
    font-size: 150px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}

.page-error .description {
    color: #FFF;
    font-size: 40px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}

.page-error h3 {
    color: #FFF;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}

.error-container .copy,
.error-container .copy a {
    color: #C9D4F6;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

body.texture { background: url(../images/bg.jpg); }

.gallery-cont .item {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    width: 25%;
}

.gallery-cont .item.w2 { width: 50%; }

.gallery-cont .photo { box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.13); }

.gallery-cont .img { position: relative; }

.gallery-cont .img .over .func {
    margin-top: -80px;
    position: relative;
    text-align: center;
    top: 50%;
    transition: margin-top 200ms ease-in-out;
}

.gallery-cont .img .over .func a {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: inline-block;
    height: 50px;
    margin-right: 2px;
    margin-right: 10px;
    width: 50px;
}

.gallery-cont .img .over .func a:hover { background: rgba(255, 255, 255, 0.3); }

.gallery-cont .img .over .func i {
    color: #FFF;
    font-size: 20px;
    line-height: 2.4;
}

.gallery-cont .item .img:hover .over { opacity: 1; }

.gallery-cont .item .img:hover .over .func { margin-top: -25px; }

.gallery-cont .item .head {
    background: #FFF;
    padding: 10px 10px;
}

.gallery-cont .item .head h4 {
    font-size: 17px;
    margin: 0;
}

.gallery-cont .item .head span {
    color: #BDBDBD;
    font-size: 14px;
}

.gallery-cont .item .head span.active { color: #38a8ff; }

.gallery-cont .item .head .desc {
    color: #999;
    font-size: 12px;
}

.gallery-cont .item img { width: 100%; }

/*Photo Hover*/

.gallery-cont .item .over {
    -webkit-transition: opacity 300ms ease;
    background: rgba(36, 148, 242, 0.8);
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 300ms ease;
    width: 100%;
}

@media (max-width: 767px) {
    .gallery-cont .item { width: 50%; }

    .gallery-cont .item.w2 { width: 100%; }
}

.email .page-title {
    font-size: 26px;
    margin-bottom: 0;
    margin-top: 10px;
}

.email .description { color: #888; }

.page-aside.email .compose {
    font-size: 14px;
    font-weight: 300;
    margin-top: 10px;
    padding: 20px 25px;
    text-align: center;
    text-transform: uppercase;
}

.page-aside.email .compose .btn {
    background: #58BE89;
    border: 0;
    border-radius: 3px !important;
    max-width: 180px;
    width: 100%;
}

.page-aside.email .mail-nav {
    display: block;
    margin-top: 13px;
    padding: 0;
}

.page-aside.email .navbar-toggle { background: rgba(0, 0, 0, 0.015); }

.page-aside.email .navbar-toggle span { font-size: 14px; }

.page-aside.email .mail-nav ul li { margin: 0; }

.page-aside.email .mail-nav ul li a {
    border-radius: 0;
    color: #555;
    padding: 12px 15px;
}

.page-aside.email .mail-nav ul li a:hover { background: rgba(0, 0, 0, 0.01); }

.page-aside.email .mail-nav ul li.active a {
    background: rgba(0, 0, 0, 0.025);
    color: #555;
}

.page-aside.email .mail-nav ul li a .label { border-radius: 2px; }

.page-aside.email .mail-nav ul li a .label.label-default { background: #b5b5b5; }

.page-aside.email .mail-nav ul li a .label.label1 { background: #19B698; }

.page-aside.email .mail-nav ul li a .label.label2 { background: #E85647; }

.page-aside.email .mail-nav ul li a .label.label3 { background: #F4A425; }

.page-aside.email .mail-nav ul li a i {
    font-size: 14px;
    text-align: center;
    width: 24px;
}

.page-aside.email .mail-nav .title {
    border-bottom: 1px solid #E5E5E5;
    color: #888;
    margin: 5px 0 0 0;
    padding: 8px 13px 4px;
}

/*inbox*/

.mail-inbox .head {
    background: #FFF;
    padding: 20px 25px;
}

.mail-inbox .head h3 { margin: 9px 0 15px 0; }

.mail-inbox .head h3 span {
    color: #888;
    font-size: 16px;
    font-weight: 300;
}

.mail-inbox .head input[type="text"] {
    border: 1px solid #D8D8D8;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.01) inset;
}

.mail-inbox .head input[type="text"]:focus { border-color: #43b6ff; }

.mail-inbox .filters {
    border-bottom: 1px solid #E5E5E5;
    padding: 9px 20px 10px 20px;
}

.mail-inbox .filters .checkbox { margin-right: 8px; }

.mail-inbox .mails { background: #FFF; }

.mail-inbox .mails .item {
    border-bottom: 1px solid #E5E5E5;
    cursor: pointer;
    display: table;
    padding: 17px 20px;
    width: 100%;
}

.mail-inbox .mails .item:nth-child(even) { background: rgba(0, 0, 0, 0.015); }

.mail-inbox .mails .item:hover { background: rgba(0, 0, 0, 0.035); }

.mail-inbox .mails .item > div {
    display: table-cell;
    vertical-align: top;
}

.mail-inbox .mails .item > div:first-child { width: 35px; }

.mail-inbox .mails .item > div:first-child > div { margin-top: 2px; }

.mail-inbox .checkbox { background-color: #FFF; }

.mail-inbox .mails .item .from {
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 3px 0;
}

.mail-inbox .mails .item .date i {
    font-size: 14px;
    margin-right: 7px;
}

.mail-inbox .mails .item .msg {
    font-size: 12px;
    margin: 0;
}

/*Message*/

.message .head {
    background: #FFF;
    padding: 20px 25px 24px;
}

.message .head h3 { margin: 9px 0 15px 0; }

.message .head h3 span {
    float: right;
    font-size: 20px;
    font-weight: 300;
}

.message .head h3 span a {
    color: #888;
    margin-right: 15px;
}

.message .head h4 span {
    float: right;
    font-size: 15px;
    font-weight: 100;
}

.message .head h4 span a {
    color: #FEA200;
    margin-right: 10px;
}

.message .mail {
    background: #FFF;
    border-top: 1px solid #E5E5E5;
    font-size: 26px;
    padding: 30px;
}

.message .mail p {
    font-size: 15px;
    font-weight: 100;
}

.message .mails .item {
    border-bottom: 1px solid #E5E5E5;
    cursor: pointer;
    display: table;
    padding: 17px 20px;
    width: 100%;
}

.message .mails .item:nth-child(even) { background: rgba(0, 0, 0, 0.015); }

.message .mails .item:hover { background: rgba(0, 0, 0, 0.035); }

.message .mails .item > div {
    display: table-cell;
    vertical-align: top;
}

.message .mails .item > div:first-child { width: 35px; }

.message .mails .item > div:first-child > div { margin-top: 2px; }

.message .checkbox { background-color: #FFF; }

.message .mails .item .from {
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 3px 0;
}

.message .mails .item .date i {
    font-size: 14px;
    margin-right: 7px;
}

.message .mails .item .msg {
    font-size: 12px;
    margin: 0;
}

@media (max-width: 767px) {
    .page-aside.email .mail-nav {
        border-bottom: 1px solid #E5E5E5;
        margin-top: 0;
        padding: 0;
        width: 100%;
    }

    .page-aside.email .mail-nav .compose {
        background: #FCFCFC;
        border-top: 1px solid #E5E5E5;
    }

    .page-aside.email div.content { border-bottom: 1px solid #E5E5E5; }

    .page-aside.email .mail-nav.collapse { display: none; }

    .message .mail { border-top: 0; }
}

/*ELEMENTS*/

table thead th {
    font-size: 13px;
    font-weight: 200;
    padding: 5px;
}

table tbody td {
    font-size: 14px;
    padding: 7px 8px;
}

table .primary-emphasis,
table .primary-emphasis-dark {
    background: #2494F2;
    border-color: #2494F2;
    color: #FFF;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

table .primary-emphasis-dark { background-color: #437edd; }

table .success-emphasis,
table .success-emphasis-dark {
    background: #60C060;
    border-color: #60C060;
    color: #FFF;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

table .success-emphasis-dark {
    background-color: #58b058;
    border-color: #58b058;
}

table .warning-emphasis,
table .warning-emphasis-dark {
    background: #FC9700;
    border-color: #FC9700;
    color: #FFF;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

table .warning-emphasis-dark {
    background-color: #fc8800;
    border-color: #fc8800;
}

table .danger-emphasis,
table .danger-emphasis-dark {
    background: #DA4932;
    border-color: #DA4932;
    color: #FFF;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

table .danger-emphasis-dark {
    background-color: #c8432e;
    border-color: #c8432e;
}

table {
    border-collapse: collapse;
    width: 100%;
}

table .right { text-align: right; }

table .left { text-align: left; }

.red thead th { color: #d36442; }

.blue thead th { color: #3078EF; }

.violet thead th { color: #8b12ae; }

.green thead th { color: #4da60c; }

table thead th span { color: #333; }

table thead th {
    border-bottom: 1px solid #DADADA;
    border-left: 1px solid #DADADA;
    border-top: 1px solid #DADADA;
    padding: 10px 8px 5px 8px;
    vertical-align: bottom;
}

table thead th:last-child { border-right: 1px solid #DADADA; }

table thead span {
    display: block;
    font-size: 16px;
}

table td {
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #DADADA;
    padding: 7px 8px;
}

table td .progress { margin: 0; }

table.hover tbody tr:hover { background: #f3f3f3; }

table td i {
    display: inline-block;
    font-size: 15px;
    text-align: center;
    width: 23px;
}

table td:last-child { border-right: 1px solid #dadada; }

table tr:nth-child(2n) { background: #f8f8f8; }

/*No-Internal borders in thead*/

table .no-border th { border-left: 0; }

table .no-border tr th:first-child { border-left: 1px solid #dadada; }

/*No-Internal borders in tbody x and y*/

table .no-border-x td { border-bottom: 0; }

table .no-border-x tr:last-child td { border-bottom: 1px solid #dadada; }

table .no-border-y td { border-left: 0; }

table .no-border-y tr td:first-child { border-left: 1px solid #dadada; }

/*No-External borders general table*/

table.no-border tr th { border-top: 0; }

table.no-border tr th:first-child { border-left: 0; }

table.no-border tr th:last-child { border-right: 0; }

table.no-border tr td:first-child { border-left: 0; }

table.no-border tr td:last-child { border-right: 0; }

table.no-border tr:last-child td { border-bottom: 0; }

/*No-External borders when .no-padding in block*/

.no-padding table th:first-child { border-left: 0; }

.no-padding table th:last-child { border-right: 0; }

.no-padding table tr td:first-child { border-left: 0; }

.no-padding table tr td:last-child { border-right: 0; }

.no-padding table tr:last-child td { border-bottom: 0; }

table tbody .toggle-details { cursor: pointer; }

table tbody .details { background: #FFF; }

table tbody td .btn { margin-bottom: 0 !important; }

table tbody td .btn-group .dropdown-menu {
    margin-top: -1px;
    min-width: 130px;
}

table tbody td .btn-group .dropdown-menu li > a {
    padding: 5px 12px;
    text-align: left;
}

/*Stats*/

.stats_bar {
    margin-top: 15px;
    text-align: center;
}

.butpro { vertical-align: top; }

.butstyle {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f8f8f8;
    background-image: -moz-linear-gradient(center top, #ffffff 50%, #f8f8f8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
    /* Chrome, Safari 4+ */
    background-image: -webkit-linear-gradient(top, #ffffff, #f8f8f8);
    /* Chrome 10-25, iOS 5+, Safari 5.1+ */
    background-image: -o-linear-gradient(top, #ffffff, #f8f8f8);
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, #ffffff 50%, #f8f8f8 100%);
    border-color: #DEDFE0 #C8C8C8 #C8C8C8;
    border-image: none;
    border-right: 1px solid #C8C8C8;
    border-style: solid;
    border-width: 1px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', Verdana, sans-serif;
    font-size: 11px;
    margin-bottom: 15px;
    margin-right: 1.8%;
    padding: 6px 9px 4px;
    transition: border-color 0.21s ease-out 0s;
    width: 14.2%;
}

.butstyle:first-child { margin-left: 0; }

.butstyle:hover { border-color: #4D90FE; }

.butpro .sub h2 {
    font-size: 11px;
    font-weight: normal;
    margin: 0 0 5px 0;
    text-align: center;
    text-transform: uppercase;
}

.butpro .sub span {
    color: #434D55;
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}

.butpro .stat {
    padding: 4px 0;
    text-align: center;
}

.butpro .stat .equal {
    background: url("../images/stat-same.png") no-repeat scroll left center transparent;
    font-size: 12px;
    padding: 0 0 0 19px;
}

.butpro .stat .up {
    background: url("../images/stat-up.png") no-repeat scroll left center transparent;
    font-size: 12px;
    padding: 0 0 0 19px;
}

.butpro .stat .down {
    background: url("../images/stat-down.png") no-repeat scroll left center transparent;
    font-size: 12px;
    padding: 0 0 0 19px;
}

.butpro .sub { padding-top: 4px; }

/*Flot Charts*/

.blue-chart .flot-text,
.red-chart .flot-text { color: #FFF !important; }

.flot-text { font-size: 10px !important; }

.legend table td { font-size: 11px !important; }

.blue-chart {
    background-color: #3290E2;
    background-image: -moz-linear-gradient(center top, #52aeff 45%, #2180d3 102%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#52aeff), to(#2180d3));
    /* Chrome, Safari 4+ */
    background-image: -webkit-linear-gradient(top, #52aeff, #2180d3);
    /* Chrome 10-25, iOS 5+, Safari 5.1+ */
    background-image: -o-linear-gradient(top, #52aeff, #2180d3);
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, #52aeff, #2180d3);
    border-bottom: 1px solid #1e73bd;
    border-left: 1px solid #258fec;
    border-right: 1px solid #258fec;
    border-top: 1px solid #499de5;
}

.block-flat .blue-chart { padding: 20px !important; }

.blue-chart h2 { text-shadow: 0 -1px 0 #357fc0; }

.easyPieChart { display: inline-block; }

.red-chart {
    background-color: #3290E2;
    background-image: -moz-linear-gradient(center top, #ff8a65 45%, #e26a45 102%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8a65), to(#e26a45));
    /* Chrome, Safari 4+ */
    background-image: -webkit-linear-gradient(top, #ff8a65, #e26a45);
    /* Chrome 10-25, iOS 5+, Safari 5.1+ */
    background-image: -o-linear-gradient(top, #ff8a65, #e26a45);
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, #ff8a65 45%, #e26a45 102%);
    border-bottom: 1px solid #d66543;
    border-left: 1px solid #F27B56;
    border-right: 1px solid #F27B56;
    border-top: 1px solid #ee815e;
}

.red-box {
    background-color: #ff8a65;
    background-image: -moz-linear-gradient(center top, #ff8a65 45%, #f07853 102%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8a65), to(#f07853));
    /* Chrome, Safari 4+ */
    background-image: -webkit-linear-gradient(top, #ff8a65, #f07853);
    /* Chrome 10-25, iOS 5+, Safari 5.1+ */
    background-image: -o-linear-gradient(top, #ff8a65, #f07853);
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, #ff8a65 45%, #f07853 102%);
    color: #FFFFFF;
}

.red2-box {
    background-color: #FF7877;
    background-image: -moz-linear-gradient(center top, #ff7877 45%, #ed5554 102%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7877), to(#ed5554));
    /* Chrome, Safari 4+ */
    background-image: -webkit-linear-gradient(top, #ff7877, #ed5554);
    /* Chrome 10-25, iOS 5+, Safari 5.1+ */
    background-image: -o-linear-gradient(top, #ff7877, #ed5554);
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, #ff7877 45%, #ed5554 102%);
    color: #FFFFFF;
}

.blue-box {
    background-color: #52AEFF;
    background-image: -moz-linear-gradient(center top, #52aeff 45%, #3d9cef 102%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#52aeff), to(#3d9cef));
    /* Chrome, Safari 4+ */
    background-image: -webkit-linear-gradient(top, #52aeff, #3d9cef);
    /* Chrome 10-25, iOS 5+, Safari 5.1+ */
    background-image: -o-linear-gradient(top, #52aeff, #3d9cef);
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, #52aeff 45%, #3d9cef 102%);
    color: #FFFFFF;
}

.green-box {
    background-color: #82c261;
    background-image: -moz-linear-gradient(center top, #82c261 45%, #70be46 102%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#82c261), to(#70be46));
    /* Chrome, Safari 4+ */
    background-image: -webkit-linear-gradient(top, #82c261, #70be46);
    /* Chrome 10-25, iOS 5+, Safari 5.1+ */
    background-image: -o-linear-gradient(top, #82c261, #70be46);
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, #82c261 45%, #70be46 102%);
    color: #FFFFFF;
}

.violet-box {
    background-color: #82c261;
    background-image: -moz-linear-gradient(center top, #b450b2 45%, #853685 102%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b450b2), to(#853685));
    /* Chrome, Safari 4+ */
    background-image: -webkit-linear-gradient(top, #b450b2, #853685);
    /* Chrome 10-25, iOS 5+, Safari 5.1+ */
    background-image: -o-linear-gradient(top, #b450b2, #853685);
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, #b450b2 45%, #853685 102%);
    color: #FFFFFF;
}

.yellow-box {
    background-color: #82c261;
    background-image: -moz-linear-gradient(center top, #ffc91c 45%, #fab219 102%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc91c), to(#fab219));
    /* Chrome, Safari 4+ */
    background-image: -webkit-linear-gradient(top, #ffc91c, #fab219);
    /* Chrome 10-25, iOS 5+, Safari 5.1+ */
    background-image: -o-linear-gradient(top, #ffc91c, #fab219);
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, #ffc91c 45%, #fab219 102%);
    color: #FFFFFF;
}

.white-box { background: #FFF; }

.widget-block.calendar-box { overflow: hidden; }

.widget-block.calendar-box h2 { font-size: 28px; }

.widget-block.calendar-box .day {
    font-size: 102px;
    text-align: center;
}

.widget-block.weather-box {
    color: #FFF;
    overflow: hidden;
}

.widget-block.weather-box .photo {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background: url("../images/sunset2.jpg") no-repeat center center;
    background-size: cover;
    min-height: 260px;
}

.widget-block.weather-box h2 {
    font-size: 28px;
    font-weight: 400;
    margin-top: 60px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
}

.widget-block.weather-box .day {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 70px;
    margin-top: 3px;
    text-align: center;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
}

.fb-box {
    background-color: #366eab;
    background-image: -moz-linear-gradient(center top, #3e80bf 50%, #325fa0 102%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3e80bf), to(#325fa0));
    /* Chrome, Safari 4+ */
    background-image: -webkit-linear-gradient(top, #3e80bf, #325fa0);
    /* Chrome 10-25, iOS 5+, Safari 5.1+ */
    background-image: -o-linear-gradient(top, #3e80bf, #325fa0);
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, #3e80bf 50%, #325fa0 102%);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35) !important;
    color: #FFFFFF;
    margin-top: 0 !important;
}

.fb-box h2 {
    font-size: 19px;
    font-weight: 400;
    margin: 0 0 5px 0;
    padding-top: 10px;
}

.fb-box h3 {
    font-size: 13px;
    font-weight: 200;
    margin: 0 0 20px 0;
}

.fb-box h4 {
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 5px 0;
}

.fb-box img {
    -webkit-border-radius: 50%;
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    margin-bottom: 15px;
    margin-top: 20px;
}

.fb-box .content {
    padding: 20px;
    text-align: center;
}

.fb-box .info {
    background: #264A7E;
    border-top: 1px solid #426ca5;
    color: #FFF;
    text-align: center;
}

.fb-box .info button {
    background: #4884c0;
    border: 0;
    box-shadow: none;
    margin: 5px 0;
    max-width: 195px;
    padding: 13px;
    text-transform: uppercase;
    width: 80%;
}

.fb-box .info button i { margin-right: 3px; }

.fb-box .info div { padding: 15px 10px; }

.fb-box .row { margin: 0; }

.block .cl,
.widget-block .cl { margin-bottom: 20px; }

.widget-block {
    border: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.21);
    margin-bottom: 30px;
    margin-top: 0;
}

.widget-block .row { margin: 0; }

.widget-block .padding { padding: 20px 20px; }

.widget-block .vpadding { padding: 20px 0; }

.widget-block .hpadding { padding: 0 20px; }

.block .header,
.widget-block .header,
.block-flat .header {
    background-color: #FEFEFE;
    border-bottom: 1px solid #dadada;
    padding: 10px;
}

.block .header {
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    padding: 10px;
}

.block-flat .header {
    background: transparent;
    padding: 3px 0;
}

.block-flat .header.no-border { border: 0; }

.block-flat .header h3 {
    font-family: "Raleway", Helvetica, sans-serif;
    font-weight: 200;
    margin-top: 3px;
}

.block-flat .content { padding: 15px 3px 0 3px; }

.block-flat .content.full-width {
    margin-bottom: -20px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 0;
}

.block-flat .content h4 {
    font-size: 16px;
    margin-top: 20px;
}

.block-flat.no-padding .content { padding: 0 !important; }

.legend-container table {
    margin: 20px 0 0 20px;
    width: auto;
}

.legend-container table tr { background: transparent; }

.legend-container table td {
    border: 0;
    padding: 0 5px 3px 5px;
}

.legend-container .legendColorBox > div { border: 0 !important; }

.legend-container .legendColorBox > div > div { border-width: 6px !important; }

.block-flat.no-padding .content table td,
.block-flat.no-padding .content table th { padding: 11px 10px 7px 10px; }

.block .no-border { border-bottom: 0; }

.block .content h2,
.widget-block .content h2 { font-family: 'Open Sans', sans-serif; }

.block .header h2,
.widget-block .header h2,
.block-flat .header h2 {
    font-family: "Raleway", Helvetica, sans-serif;
    font-size: 29px;
    font-weight: 100;
    line-height: 38px;
    margin: 0;
}

.block .header h3,
.widget-block .header h3 {
    color: #666;
    font-size: 13px;
    font-weight: 200;
    line-height: 21px;
    margin: 0;
}

.block .header .actions i,
.widget-block .header .actions i {
    color: #6F6F6F;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    padding: 0;
    text-align: center;
    vertical-align: top;
    width: 20px;
}

.block .header .actions i:hover,
.widget-block .header .actions i:hover { color: #858585; }

.widget-block .fb-head {
    background: #1784c7;
    border: 0;
    color: #FFF;
}

.widget-block .fb-head i {
    display: inline-block;
    text-align: center;
    width: 28px;
}

.bg-darkgray {
    background-color: #888e97;
    color: #fff;
}

.bg-blue {
    background-color: #43A0F2;
    color: #fff;
}

.bg-blue .caret,
.bg-darkgray .caret {
    border-color: #fff transparent;
    border-width: 5px 5px 0;
}

.bg-blue a,
.bg-darkgray a { color: #FFF; }

.cl-mcont .block .content { padding: 20px; }

.cl-mcont .block .stat-data,
.cl-mcont .block-flat .stat-data {
    float: left;
    padding: 10px;
    width: 50%;
}

.cl-mcont .block .stat-data h2,
.cl-mcont .block-flat .stat-data h2 { margin: 0 0 5px 0; }

.cl-mcont .block .stat-data span,
.cl-mcont .block-flat .stat-data span { font-size: 18px; }

.cl-mcont .block .stat-data .stat-blue,
.cl-mcont .block-flat .stat-data .stat-blue {
    -webkit-border-radius: 3px;
    background: #43A0F2;
    border-radius: 3px;
    color: #FFF;
    padding: 20px 10px;
    text-align: center;
}

.cl-mcont .block .stat-data .stat-number,
.cl-mcont .block-flat .stat-data .stat-number { border-bottom: 1px solid #dadada; }

.cl-mcont .block .stat-data .stat-number:last-child,
.cl-mcont .block-flat .stat-data .stat-number:last-child { border-bottom: 0; }

.cl-mcont .block .stat-data .stat-number div,
.cl-mcont .block-flat .stat-data .stat-number div {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    padding: 5px 5px;
    vertical-align: middle;
}

.cl-mcont .block .stat-data .stat-number h2,
.cl-mcont .block-flat .stat-data .stat-number h2 {
    color: #444;
    font-size: 35px;
    font-weight: 300;
    margin: 0;
}

.cl-mcont .block .stat-data .stat-number span,
.cl-mcont .block-flat .stat-data .stat-number span { font-size: 12px; }

.block .fact-data,
.widget-block .fact-data,
.block-flat .fact-data {
    display: inline-block;
    margin: 25px 0;
    padding: 0 20px;
    vertical-align: top;
    width: 49%;
}

.block .total-data,
.widget-block .total-data,
.block-flat .total-data {
    display: inline-block;
    padding: 15px;
    position: relative;
    vertical-align: top;
    width: 100%;
}

.block .dropdown-menu,
.widget-block .dropdown-menu,
.block-flat .dropdown-menu {
    -webkit-border-radius: 1px;
    border-radius: 1px;
    margin: -1px 0 0 0;
}

.btn-group .dropdown-menu { margin-top: -6px; }

.btn-group {
    margin-left: 4px;
    margin-right: 5px;
}

.static-mn,
.widget-block .static-mn {
    display: block;
    position: static;
}

.static-mn,
.widget-block .static-mn {
    display: block;
    position: static;
}

.static-lg-menu .static-mn,
.widget-block .static-lg-menu .static-mn { min-width: 90%; }

.block .items,
.widget-block .items {
    margin: 0;
    padding: 0;
}

.block .items li,
.widget-block .items li {
    -moz-transition: background 0.25s ease-in-out;
    -webkit-transition: background 0.25s ease-in-out;
    background-color: #FFF;
    border-top: 1px solid #e8e8e8;
    font-size: 14px;
    line-height: 17px;
    list-style: none;
    padding: 13px;
    transition: background 0.25s ease-in-out;
}

.block .items li i,
.widget-block .items li i {
    color: #555555;
    display: block;
    float: left;
    font-size: 28px;
    height: 38px;
    margin-left: 4px;
    margin-right: 15px;
    margin-top: 2px;
}

.block .items li small,
.widget-block .items li small { display: block; }

.block .items li:hover,
.widget-block .items li:hover { background-color: #F4F4F4; }

.block .items li .value,
.widget-block .items li .value {
    font-size: 15px;
    margin-top: 7px;
}

.block .items li:first-child,
.widget-block .items li:first-child { border-top: 0; }

.block .total-data h2,
.widget-block .total-data h2 {
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    margin: 0;
}

.block .total-data h3,
.widget-block .total-data h3 {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}

.block .total-data h4,
.widget-block .total-data h4 {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}

.widget-block .fact-data { margin: 27px 0; }

.block .fact-data:first-child { border-right: 1px solid #eaeaea; }

.block .fact-data h2,
.widget-block .fact-data h2 {
    font-size: 32px;
    font-weight: 300;
    margin: 0;
}

.block .fact-data h3,
.widget-block .fact-data h3 {
    font-size: 13px;
    font-weight: 200;
    margin: 0;
    text-transform: uppercase;
}

.widget-block .fact-data h3 {
    font-size: 17px;
    margin-bottom: 13px;
}

.widget-block .fact-data h2 { margin-bottom: 4px; }

.widget-block .fact-data p { font-size: 12px; }

.widget-block .no-padding { padding: 0; }

.widget-block h3 {
    font-size: 17px;
    font-weight: 200;
    margin: 5px 0 0 0;
}

.widget-block h2 {
    font-size: 32px;
    font-weight: 300;
}

.block h2 i {
    color: #555;
    font-size: 24px;
    margin-right: 6px;
}

/*UI Datepicker*/

.ui-datepicker { position: relative; }

.ui-datepicker .ui-datepicker-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    margin-bottom: 4px;
    padding-bottom: 5px;
}

.ui-datepicker .ui-datepicker-title {
    cursor: default;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.8em;
    margin: 0 2.3em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    color: #FFF;
    height: 1.8em;
    position: absolute;
    top: 2px;
    width: 1.8em;
}

.ui-datepicker .ui-datepicker-prev { left: 2px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}

.ui-datepicker .ui-datepicker-prev span:after,
.ui-datepicker .ui-datepicker-next span:after {
    content: "?";
    cursor: pointer;
    display: block;
    font-family: FontAwesome;
    height: 16px;
    position: absolute;
    text-indent: 0;
    top: 0;
    width: 16px;
}

.ui-datepicker .ui-datepicker-next { right: 2px; }

.ui-datepicker .ui-datepicker-next span:after {
    content: "?";
    right: 0;
}

.ui-datepicker table th {
    border: 0;
    padding: 3px;
}

.ui-datepicker table th span {
    color: #FFF;
    font-size: 14px;
}

.ui-datepicker table tr { background: transparent !important; }

.ui-datepicker table td {
    border: 0;
    padding: 3px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    color: #FFF;
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
}

/*Wizard*/

.wizard-row { position: relative; }

.wizard-row .fuelux { position: absolute; }

.block-wizard { padding: 0; }

.block-wizard .step-content { padding: 20px 20px; }

.fuelux .wizard {
    -webkit-border-radius: 0;
    background: #FFF;
    border: 0;
    border-bottom: 1px solid #E2E2E2;
    border-radius: 0;
    box-shadow: none;
}

.fuelux .wizard ul li.active {
    background: #FFF;
    color: #3078EF;
}

.fuelux .wizard ul li.complete {
    background: #2494F2;
    color: #fff;
}

.fuelux .wizard ul li.complete:hover { background: #5c9aff; }

.fuelux .wizard ul li.complete:hover .chevron:before { border-left-color: #5c9aff; }

.fuelux .wizard ul li.complete .chevron { border-left-color: #1e7dcc; }

.fuelux .wizard ul li.complete .chevron:before { border-left: 14px solid #2494F2; }

.fuelux .wizard ul li.active .chevron:before { border-left: 14px solid #FFF; }

.fuelux .wizard ul li:first-child {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.fuelux .wizard ul li { font-size: 15px; }

@media (max-width: 767px) {
    .wizard-row .fuelux { position: static; }
}

/*TABS*/

.nav-tabs { border-bottom: 1px solid transparent; }

.nav-tabs > li {
    font-size: 14px;
    margin-right: 2px;
}

.nav-tabs > li.active { position: relative; }

.nav-tabs > li > a {
    font-size: 13px;
    margin-right: 0;
    min-width: 80px;
    padding: 9px 15px;
    text-align: center;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:active {
    -webkit-border-radius: 2px 2px 0 0;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 2px 2px 0 0;
    color: #3398ff;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    -webkit-border-radius: 0;
    border-bottom: 0;
    border-left: 1px solid #ECECEC;
    border-radius: 0;
    border-right: 1px solid #ECECEC;
    border-top: 2px solid #43A0F2;
    box-shadow: 1px -3px 4px -3px rgba(0, 0, 0, 0.08);
    padding-bottom: 10px;
    padding-top: 8px;
    position: static;
}

.nav-tabs > li.active > a:after,
.nav-tabs > li.active > a:hover:after,
.nav-tabs > li.active > a:focus:after {
    background: #43A0F2;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.tab-content {
    -webkit-border-radius: 0 3px 3px;
    background: #fff;
    border-bottom: 1px solid #E2E2E2;
    border-left: 1px solid #ECECEC;
    border-radius: 0 3px 3px;
    border-right: 1px solid #ECECEC;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 40px;
    padding: 20px;
}

.tab-content h3,
h2,
h1:first-child { margin-top: 0; }

/*Tab Bottom*/

.tab-bottom .nav-tabs { margin-bottom: 40px; }

.tab-bottom .tab-content { margin-bottom: 0; }

.tab-bottom .nav-tabs > li.active > a:after,
.tab-bottom .nav-tabs > li.active > a:hover:after,
.tab-bottom .nav-tabs > li.active > a:focus:after {
    bottom: 0;
    top: auto;
}

.tab-bottom .nav-tabs > li.active > a,
.tab-bottom .nav-tabs > li.active > a:hover,
.tab-bottom .nav-tabs > li.active > a:focus {
    border-bottom: 2px solid #43A0F2;
    border-top: 0;
    box-shadow: 1px 3px 4px -3px rgba(0, 0, 0, 0.08);
    margin-top: -1px;
}

.tab-bottom .tab-content {
    -webkit-border-radius: 3px 3px 3px 0;
    border-radius: 3px 3px 3px 0;
}

/*Tab Left*/

.tab-left .nav-tabs { float: left; }

.tab-left .nav-tabs > li {
    float: none;
    margin-bottom: 0;
    margin-right: 0;
}

.tab-left .nav-tabs > li > a {
    -webkit-border-radius: 0;
    border-radius: 0;
    min-width: 38px;
    padding: 12px 10px;
    text-align: left;
}

.tab-left .nav-tabs > li .fa { font-size: 14px; }

.tab-left .nav-tabs > li.active > a:after,
.tab-left .nav-tabs > li.active > a:hover:after,
.tab-left .nav-tabs > li.active > a:focus:after {
    bottom: 0;
    height: 100%;
    top: auto;
    width: 2px;
}

.tab-left .nav-tabs > li.active > a,
.tab-left .nav-tabs > li.active > a:hover,
.tab-left .nav-tabs > li.active > a:focus {
    border-bottom: 1px solid #ECECEC;
    border-left: 2px solid #43A0F2;
    border-right: 0;
    border-top: 0;
    box-shadow: -1px 3px 4px -3px rgba(0, 0, 0, 0.08);
    margin-right: -1px;
    padding: 13px 10px 12px 9px;
}

.tab-left .tab-content {
    -webkit-border-radius: 0 3px 3px 3px;
    border-radius: 0 3px 3px 3px;
    overflow: auto;
}

/*Tab Right*/

.tab-right .nav-tabs { float: right; }

.tab-right .tab-content {
    -webkit-border-radius: 3px 0 3px 3px;
    border-radius: 3px 0 3px 3px;
    overflow: auto;
}

.tab-right .nav-tabs > li {
    float: none;
    margin-bottom: 2px;
    margin-right: 0;
}

.tab-right .nav-tabs > li > a {
    min-width: 38px;
    padding: 12px 10px;
    text-align: left;
}

.tab-right .nav-tabs > li .fa { font-size: 14px; }

.tab-right .nav-tabs > li.active > a:after,
.tab-right .nav-tabs > li.active > a:hover:after,
.tab-right .nav-tabs > li.active > a:focus:after {
    bottom: 0;
    height: 100%;
    left: auto;
    right: 0;
    top: auto;
    width: 2px;
}

.tab-right .nav-tabs > li.active > a,
.tab-right .nav-tabs > li.active > a:hover,
.tab-right .nav-tabs > li.active > a:focus {
    border-bottom: 1px solid #ECECEC;
    border-left: 0;
    border-right: 2px solid #43A0F2;
    border-top: 0;
    box-shadow: 1px 3px 4px -3px rgba(0, 0, 0, 0.08);
    margin-left: -1px;
    padding: 13px 10px 12px 12px;
}

.shadow.tab-content {
    border-bottom: 1px solid #DADADA;
    border-left: 1px solid #DADADA;
    border-right: 1px solid #DADADA;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.13);
}

/*Accordion*/

.accordion { margin-bottom: 40px; }

.accordion .panel-heading {
    background: #fff;
    padding: 0;
}

.accordion .panel-heading a {
    color: #3078EF;
    display: block;
    font-size: 15px;
    padding: 17px 16px;
}

.accordion .panel-heading a .fa {
    margin-right: 10px;
    transform: rotate(90deg);
    transition: transform 200ms ease-in-out;
}

.accordion .panel-heading a.collapsed { color: #555; }

.accordion .panel-heading a.collapsed .fa { transform: rotate(0deg); }

.accordion .panel-heading + .panel-collapse .panel-body {
    border-top: 0;
    padding: 3px 20px 20px 34px;
}

.accordion .panel {
    -webkit-border-radius: 2px;
    border-bottom: 0;
    border-left: 1px solid #ECECEC;
    border-radius: 2px;
    border-right: 1px solid #ECECEC;
    border-top: 0;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 5px;
}

.accordion .panel:first-child { border-top: 0; }

.accordion.panel-group .panel + .panel { margin-top: 0px; }

/*Primary color accordion*/

.accordion.accordion-color .panel-heading a {
    background-color: #2494F2;
    color: #FFF;
}

.accordion.accordion-color .panel-heading a.collapsed {
    background-color: #FFF;
    color: #555;
}

.accordion.accordion-color .panel-collapse .panel-body {
    background-color: #2494F2;
    color: #FFF;
}

/*Semi color accordion*/

.accordion.accordion-semi .panel-heading a {
    background-color: #2494F2;
    border-bottom: 1px solid #2188de;
    color: #FFF;
    transition: background-color 200ms ease-in-out;
}

.accordion.accordion-semi .panel-heading.success a {
    background-color: #60C060;
    border-bottom: 1px solid #54A754;
}

.accordion.accordion-semi .panel-heading.warning a {
    background-color: #FC9700;
    border-bottom: 1px solid #D68000;
}

.accordion.accordion-semi .panel-heading.danger a {
    background-color: #DA4932;
    border-bottom: 1px solid #CA452E;
}

.accordion.accordion-semi .panel-heading a.collapsed {
    background-color: #FFF;
    border-bottom: 0;
    color: #555;
}

.accordion.accordion-semi .panel-collapse .panel-body { padding: 15px 20px 20px 34px; }

/*Nestable lists*/

.dd {
    display: block;
    font-size: 13px;
    line-height: 20px;
    list-style: none;
    margin: 0;
    max-width: 600px;
    padding: 0;
    position: relative;
}

.dd-list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.dd-list .dd-list { padding-left: 30px; }

.dd-collapsed .dd-list { display: none; }

.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    min-height: 20px;
    padding: 0;
    position: relative;
}

.dd-handle {
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
    cursor: default;
    display: block;
    margin: 5px 0;
    padding: 7px 10px;
    text-decoration: none;
}

.dd-handle:hover {
    background: #2494F2;
    border-color: #2494F2;
    color: #FFF;
}

.dd-item > button {
    background: transparent;
    border: 0;
    color: #555;
    cursor: pointer;
    display: block;
    float: left;
    font-family: FontAwesome;
    font-size: 10px;
    height: 20px;
    line-height: 1;
    margin: 8px 2px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    text-indent: 100%;
    white-space: nowrap;
    width: 25px;
}

.dd-item > button:before {
    content: '';
    display: block;
    position: absolute;
    text-align: center;
    text-indent: 0;
    width: 100%;
}

.dd-item > button[data-action="collapse"]:before { content: ''; }

.dd-placeholder,
.dd-empty {
    -moz-box-sizing: border-box;
    background: #FFF;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    margin: 5px 0;
    min-height: 30px;
    padding: 0;
}

.dd-empty {
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
    background-image: -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
    background-image: linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
    background-position: 0 0, 30px 30px;
    background-size: 60px 60px;
    border: 1px dashed #bbb;
    min-height: 100px;
}

.dd-dragel {
    pointer-events: none;
    position: absolute;
    z-index: 9999;
}

.dd-dragel > .dd-item .dd-handle { margin-top: 0; }

.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}

.dd3-content {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #333;
    color: #333333;
    display: block;
    margin: 5px 0;
    padding: 7px 10px 7px 40px;
    text-decoration: none;
}

.dd3-content:hover { background: #fff; }

.dd-dragel > .dd3-item > .dd3-content { margin: 0; }

.dd3-item > button { margin-left: 35px; }

.dd3-handle {
    background: #2494F2;
    border: 1px solid #3680BF;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2) inset;
    cursor: all-scroll;
    height: 36px;
    left: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    text-indent: 100%;
    top: 0;
    white-space: nowrap;
    width: 34px;
}

.dd3-handle:before {
    color: #fff;
    content: '=';
    display: block;
    font-size: 20px;
    font-weight: normal;
    left: 0;
    position: absolute;
    text-align: center;
    text-indent: 0;
    top: 5px;
    width: 100%;
}

.dd3-handle:hover { background: #4E9DFF; }

/*Switch*/

.has-switch {
    -webkit-border-radius: 15px;
    border: 0;
    border-radius: 15px;
    margin-right: 5px;
    min-width: 0;
    width: 75px;
}

.has-switch:last-child { margin-right: 0; }

.has-switch span {
    -webkit-border-radius: 0;
    border-radius: 0;
    float: left;
    height: 28px;
    transition: background 0.5s ease-in-out;
    width: 60px;
}

.has-switch label {
    -webkit-border-radius: 50%;
    background: #fff;
    border: 3px solid #2494F2;
    border-radius: 50%;
    float: left;
    height: 28px;
    margin: 0 !important;
    width: 30px;
}

.has-switch label:hover { background: #FFF; }

.has-switch span.switch-left {
    -webkit-border-radius: 0;
    background: #2494F2;
    border-radius: 0;
    margin-right: -15px;
    padding-left: 10px;
    text-align: left;
}

.has-switch span.switch-left:hover { background: #2494F2; }

.has-switch span.switch-right {
    background: #e3e3e3;
    margin-left: -15px;
}

.has-switch span.switch-right:hover { background: #E3E3E3; }

.has-switch span.switch-success.switch-left,
.has-switch span.switch-success.switch-left:hover { background: #60C060; }

.has-switch span.switch-success.switch-left + label { border-color: #60C060; }

.has-switch span.switch-warning.switch-left,
.has-switch span.switch-warning.switch-left:hover { background: #FC9700; }

.has-switch span.switch-warning.switch-left + label { border-color: #FC9700; }

.has-switch span.switch-danger.switch-left,
.has-switch span.switch-danger.switch-left:hover { background: #DA4932; }

.has-switch span.switch-danger.switch-left + label { border-color: #DA4932; }

.has-switch .switch-off span.switch-left + label { border-color: #e3e3e3; }

.has-switch .switch-off span.switch-left { background: #e3e3e3; }

.has-switch > div { width: 160%; }

.has-switch > div.switch-off { left: -60%; }

/*
.has-switch span.switch-success.switch-right, .has-switch span.switch-success.switch-right:hover{background:#60C060;}
.has-switch span.switch-success.switch-right ~ label {border-color:#60C060;} 
*/

/*Large Size*/

.has-switch.switch-large {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    min-width: 100px;
}

.has-switch span.switch-large,
.has-switch label.switch-large { height: 40px; }

.has-switch span.switch-large { width: 80px; }

.has-switch label.switch-large {
    border-width: 4px;
    width: 40px;
}

.has-switch.switch-large span.switch-left {
    margin-right: -20px;
    padding-left: 16px;
}

.has-switch.switch-large span.switch-right { margin-left: -20px; }

/*Small Size*/

.has-switch.switch-small {
    -webkit-border-radius: 12px;
    border-radius: 12px;
    min-width: 0;
    width: 59px;
}

.has-switch span.switch-small,
.has-switch label.switch-small { height: 23px; }

.has-switch span.switch-small { width: 45px; }

.has-switch label.switch-small {
    border-width: 3px;
    width: 23px;
}

.has-switch.switch-small span.switch-left {
    margin-right: -10px;
    padding-left: 8px;
}

.has-switch.switch-small span.switch-right { margin-left: -10px; }

.has-switch.switch-small > div.switch-off { left: -57%; }

/*Mini Size*/

.has-switch.switch-mini {
    -webkit-border-radius: 9px;
    border-radius: 9px;
    min-width: 0;
    width: 44px;
}

.has-switch span.switch-mini,
.has-switch label.switch-mini { height: 18px; }

.has-switch span.switch-mini { width: 35px; }

.has-switch label.switch-mini {
    border-width: 3px;
    width: 18px;
}

.has-switch.switch-mini span.switch-left {
    margin-right: -9px;
    padding-left: 8px;
}

.has-switch.switch-mini span.switch-right { margin-left: -9px; }

/*Select 2*/

.select2-container .select2-choice {
    -webkit-border-radius: 1px;
    background: #fff;
    border: 1px solid #CCCCCC;
    border-radius: 1px;
    height: auto;
    padding: 4px 8px;
}

/*box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.18);*/

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices { background: #fff; }

.select2-drop.select2-drop-above {
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.08);
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices { box-shadow: none; }

.select2-container .select2-choice .select2-arrow {
    background-color: #FFFFFF;
    background-image: linear-gradient(to bottom, #ffffff 60%, #f9f9f9 100%);
    width: 30px;
}

.select2-container .select2-choice .select2-arrow b { background-position: 7px 4px; }

.select2-dropdown-open .select2-choice .select2-arrow b { background-position: -13px 3px; }

.select2-container.select2-drop-above .select2-choice {
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}

/*Tags*/

.select2-container-multi .select2-choices .select2-search-choice {
    background-color: #FFFFFF;
    background-image: linear-gradient(to bottom, #ffffff 60%, #f9f9f9 100%);
    border: 1px solid #CCCCCC;
    padding: 3px 5px 5px 18px;
}

.select2-container-multi .select2-choices {
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    padding: 5px;
}

/*Slider*/

.slider.slider-vertical { margin-right: 13px; }

.slider-selection {
    background: #2494F2;
    border: 1px solid #437DDC;
    box-shadow: none;
}

.slider-handle {
    background-color: #FFFFFF;
    background-image: linear-gradient(to bottom, #ffffff, #f9f9f9);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f9f9f9));
    /* Chrome, Safari 4+ */
    background-image: -webkit-linear-gradient(top, #ffffff, #f9f9f9);
    /* Chrome 10-25, iOS 5+, Safari 5.1+ */
    background-image: -moz-linear-gradient(top, #ffffff, #f9f9f9);
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(top, #ffffff, #f9f9f9);
    /* Opera 11.10-12.00 */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.39);
    height: 23px;
    opacity: 1;
    transition: box-shadow 200ms ease-in-out;
    width: 23px;
}

.slider-handle:hover { box-shadow: 0 1px 5px rgba(0, 0, 0, 0.45); }

.slider.slider-horizontal .slider-handle { margin-top: -7px; }

.slider.slider-vertical .slider-handle { margin-left: -6px; }

/*CHAT*/

.chat-wi .chat-space {
    height: 377px;
    padding: 15px;
}

.chat-wi .chat-content {
    background: #fff;
    padding: 15px;
}

.chat-wi .chat-conv {
    margin-bottom: 15px;
    padding: 10px;
    position: relative;
    text-align: right;
}

.chat-wi .chat-conv .c-avatar {
    border: 1px solid #D6DAE0;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.09);
    height: 50px;
    position: absolute;
    right: 0;
    vertical-align: top;
    width: 50px;
}

.chat-wi .chat-conv .c-bubble {
    -webkit-border-radius: 4px;
    background-color: #43a2ff;
    background-image: -moz-linear-gradient(center top, #50b1fe 45%, #348bfc 102%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#50b1fe), to(#348bfc));
    /* Chrome, Safari 4+ */
    background-image: -webkit-linear-gradient(top, #50b1fe, #348bfc);
    /* Chrome 10-25, iOS 5+, Safari 5.1+ */
    background-image: -o-linear-gradient(top, #50b1fe, #348bfc);
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, #50b1fe 45%, #348bfc 102%);
    border-bottom: 1px solid #2f7ee5;
    border-radius: 4px;
    border-top: 1px solid #4aa4ec;
    box-shadow: 0 1px 0 #7fc6fe inset, 1px 1px 2px rgba(0, 0, 0, 0.25);
    color: #FFF;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    margin: 0 60px 0 0;
    padding: 8px 9px 5px 9px;
    position: relative;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.chat-wi .chat-conv .c-bubble span {
    background: url(../images/bubble-tail.png) no-repeat;
    display: block;
    height: 21px;
    position: absolute;
    right: -12px;
    top: 5px;
    width: 12px;
}

.chat-wi .sent { text-align: left; }

.chat-wi .sent .c-bubble {
    background-image: -moz-linear-gradient(center top, #ffffff 45%, #f3f3f3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f3f3f3));
    /* Chrome, Safari 4+ */
    background-image: -webkit-linear-gradient(top, #ffffff, #f3f3f3);
    /* Chrome 10-25, iOS 5+, Safari 5.1+ */
    background-image: -o-linear-gradient(top, #ffffff, #f3f3f3);
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, #ffffff 45%, #f3f3f3 100%);
    border-bottom: 1px solid #f3f3f3;
    border-top: 1px solid #e3e3e3;
    box-shadow: 0 1px 0 #ffffff inset, 0 1px 2px rgba(0, 0, 0, 0.25);
    color: #666;
    margin: 0 0 0 60px;
    text-shadow: none;
}

.chat-wi .sent .c-avatar { left: 0; }

.chat-wi .sent .c-bubble span {
    background: url(../images/bubble-tail-l-white.png) no-repeat;
    left: -12px;
}

.chat-wi .chat-in {
    background: #F6F8FB;
    border-top: 1px solid #DADADA;
}

.chat-wi .chat-in input[type="text"] {
    border: 0;
    color: #555;
    font-size: 15px;
    font-weight: 200;
    height: 47px;
    padding: 10px;
    width: 100%;
}

.chat-wi .chat-tools {
    background: #F6F8FB;
    border-top: 1px solid #dfdfdf;
    color: #6f6f6f;
}

.chat-wi .chat-tools i {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 13px 8px;
    text-align: center;
    width: 38px;
}

.chat-wi .chat-tools i:hover { background: #e5e7ea; }

.chat-wi .chat-in button,
.chat-wi .chat-in input[type="submit"] {
    -webkit-border-radius: 0;
    background: #E5E7EA;
    border: 1px solid #E5E7EA;
    border-left: 1px solid #dadada;
    border-radius: 0;
    box-shadow: none;
    color: #777;
    height: 47px;
    margin: 0;
    min-width: 70px;
    transition: border-color 0.21s ease-out 0s;
}

.chat-wi .chat-in button:hover {
    border-color: #4D90FE;
    color: #555;
}

.chat-wi .chat-in .input { margin-right: 70px; }

/*Alerts*/

.alert {
    -webkit-border-radius: 0;
    border-radius: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
}

.alert .sign {
    display: inline-block;
    font-size: 20px;
    margin-right: 5px;
    text-align: center;
    vertical-align: middle;
    width: 25px;
}

.alert-success {
    background-color: #DBF6D3;
    border-color: #AED4A5;
    color: #569745;
}

.alert-info {
    background-color: #D9EDF7;
    border-color: #98cce6;
    color: #3A87AD;
}

.alert-warning {
    background-color: #FCF8E3;
    border-color: #F1DAAB;
    color: #C09853;
}

.alert-danger {
    background-color: #F2DEDE;
    border-color: #e0b1b8;
    color: #B94A48;
}

.alert-white {
    background-image: linear-gradient(to bottom, #ffffff, #f9f9f9);
    border-bottom-color: #bdbdbd;
    border-left-color: #cacaca;
    border-right-color: #cacaca;
    border-top-color: #d8d8d8;
    color: #000000; /*#404040;*/
    font-weight: bold;
    padding-left: 61px;
    position: relative;
}

.alert-white .icon {
    border: 1px solid #BDBDBD;
    height: 103%;
    left: -1px;
    padding-top: 15px;
    position: absolute;
    text-align: center;
    top: -1px;
    width: 45px;
}

.alert-white .icon:after {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: #fff;
    border: 1px solid #BDBDBD;
    border-bottom: 0;
    border-left: 0;
    content: '';
    display: block;
    height: 10px;
    margin-top: -3px;
    position: absolute;
    right: -6px;
    top: 50%;
    transform: rotate(45deg);
    width: 10px;
}

.alert-white.rounded {
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.alert-white.rounded .icon {
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.alert-white .icon i {
    color: #FFF;
    font-size: 20px;
    left: 12px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}

.alert-white.alert-danger .icon,
.alert-white.alert-danger .icon:after {
    background: #da4932;
    border-color: #ca452e;
}

.alert-white.alert-info .icon,
.alert-white.alert-info .icon:after {
    background: #2494F2;
    border-color: #3A8ACE;
}

.alert-white.alert-warning .icon,
.alert-white.alert-warning .icon:after {
    background: #FC9700;
    border-color: #D68000;
}

.alert-white.alert-success .icon,
.alert-white.alert-success .icon:after {
    background: #60C060;
    border-color: #54A754;
}

/*Labels*/

.label {
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 95%;
    font-weight: normal;
}

.label-default { background-color: #a1a1a1; }

.label i {
    color: inherit !important;
    font-size: 100% !important;
    min-width: 11px;
    width: auto !important;
}

.label-success { background-color: #60C060; }

.label-primary { background-color: #2494F2; }

.label-warning { background-color: #fcad37; }

.label-danger { background-color: #ED5B56; }

.label-info { background-color: #5DC4EA; }

/*Bagde*/

.badge {
    background-color: #a1a1a1;
    font-size: 95%;
    font-weight: normal;
    padding: 4px 6px;
}

.badge-primary { background-color: #2494F2 !important; }

.badge-success { background-color: #60C060 !important; }

.badge-info { background-color: #5DC4EA !important; }

.badge-warning { background-color: #fcad37 !important; }

.badge-danger { background-color: #ED5B56 !important; }

/*Progress*/

.progress {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 18px;
}

.progress .progress-bar {
    font-size: 11px;
    line-height: 17px;
}

.progress-bar-info { background-color: #2494F2; }

.progress-bar-success { background-color: #60C060; }

.progress-bar-warning { background-color: #FC9700; }

.progress-bar-danger { background-color: #DA4932; }

/*Pagination*/

.pagination { margin: 18px 0; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus { background-color: #2083D6; }

/*Nav Pills*/

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus { background-color: #2494F2; }

/*List Group*/

.list-group-item:first-child {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.list-group-item:last-child {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus { background-color: #2494F2; }

.list-group-item i {
    display: inline-block !important;
    min-width: 15px;
    text-align: center;
}

.list-group-item h4 {
    font-size: 17px;
    margin-bottom: 8px;
}

.list-group-item h4 {
    font-size: 15px;
    margin-bottom: 8px;
}

.list-group-item {
    font-size: 12px;
    line-height: 22px;
    padding: 13px 15px;
}

a.list-group-item:hover {
    border-color: #2494F2;
    border-left: 5px solid #2494F2;
    padding-left: 11px;
}

a.list-group-item:hover + a.list-group-item { border-top-color: #2494F2; }

.list-group .active:hover {
    border-left: 1px solid #2494F2;
    padding-left: 15px;
}

/*Icons*/

.fa-mobile-phone { font-size: 18px; }

.icon-16 { font-size: 16px !important; }

.icon-19 { font-size: 19px !important; }

.icon-24 { font-size: 24px !important; }

.icon-32 { font-size: 32px !important; }

.icon-64 { font-size: 64px !important; }

.icon-show i {
    font-size: 14px !important;
    margin-right: 5px;
    width: 20px;
}

.icon-show > div { margin: 5px 0; }

/*Buttons*/

.btn {
    -webkit-border-radius: 0;
    border-color: #CCCCCC;
    border-radius: 0;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12), 1px 1px 0 rgba(255, 255, 255, 0.2) inset;
    font-size: 13px;
    margin-bottom: 5px !important;
    margin-left: 4px;
    outline: none;
    padding: 7px 11px;
}

.btn-default,
.btn-default:focus {
    background-color: #FFFFFF;
    background-image: linear-gradient(to bottom, #ffffff 60%, #f9f9f9 100%);
    border-color: #CCCCCC;
    color: #333333;
}

.btn-default i { color: #444; }

.btn-primary,
.btn-primary:focus {
    background-color: #2494F2;
    border-color: #3680BF;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-color: #4e9dff;
    border-color: #357ebd;
}

.btn-primary:active { box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset; }

.btn-success,
.btn-success:focus {
    background-color: #60C060;
    border-color: #54A754;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-color: #65ca65;
    border-color: #54A754;
}

.btn-info,
.btn-info:focus {
    background-color: #5BC0DE;
    border-color: #28a1c4;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-color: #5fc8e7;
    border-color: #28A1C4;
}

.btn-warning,
.btn-warning:focus {
    background-color: #FF9900;
    border-color: #E38800;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning { background-color: #ffa800; }

.btn-danger,
.btn-danger:focus {
    background-color: #DF4B33;
    border-color: #CA452E;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger { background-color: #e64d35; }

.btn-rad {
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.btn i {
    display: inline-block;
    font-size: 14px;
    margin-right: 2px;
    min-width: 10px;
}

.btn-group-vertical { margin: 3px 3px; }

/*Specific icons size*/

.btn-lg {
    font-size: 15px;
    font-weight: 300;
    padding: 12px 14px;
}

.btn-lg i { font-size: 18px; }

.btn-sm {
    font-size: 12px;
    padding: 4px 7px;
}

.btn-sm i { font-size: 14px; }

.btn-xs {
    font-size: 11px;
    padding: 2px 6px;
}

.btn-xs i { font-size: 12px; }

.btn-shadow { box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12); }

.btn-shadow.btn-success { box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); }

.btn-shadow.btn-primary { box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); }

.btn-shadow.btn-warning { box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); }

.btn-shadow.btn-danger { box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); }

.btn-shadow.btn-info { box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); }

.btn-flat,
.btn-flat:focus { box-shadow: none; }

.btn-flat.btn-default { background: #fff; }

.btn-flat:active.btn-default,
.btn-flat.btn-default.active,
.btn-flat.open .dropdown-toggle.btn-default { background: #f5f5f5; }

.btn-flat:active.btn-primary,
.btn-flat.btn-primary.active,
.btn-flat.open .dropdown-toggle.btn-primary { background: #4785ea; }

.btn-flat:active.btn-success,
.btn-flat.btn-success.active,
.btn-flat.open .dropdown-toggle.btn-success { background: #5db95d; }

.btn-flat:active.btn-info,
.btn-flat.btn-info.active,
.btn-flat.open .dropdown-toggle.btn-info { background: #56b7d3; }

.btn-flat:active.btn-warning,
.btn-flat.btn-warning.active,
.btn-flat.open .dropdown-toggle.btn-warning { background: #ff9600; }

.btn-flat:active.btn-danger,
.btn-flat.btn-danger.active,
.btn-flat.open .dropdown-toggle.btn-danger { background: #d04630; }

.btn-group-vertical > .btn { margin-bottom: 0 !important; }

.btn-group-vertical > .btn:first-child {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    margin-left: 0;
}

.btn-group-vertical > .btn:last-child {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

/*Social buttons*/

.btn-facebook i { color: #3b5998; }

.btn-twitter i { color: #00aced; }

.btn-google-plus i { color: #dd4b39; }

.btn-dribbble i { color: #ea4c89; }

.btn-linkedin i { color: #0e76a8; }

.btn-youtube i { color: #c4302b; }

.btn-pinterest i { color: #c8232c; }

.btn-tumblr i { color: #34526f; }

.btn-flickr i { color: #ff0084; }

.btn-facebook.bg {
    background: #3b5998;
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: #fff;
}

.btn-twitter.bg {
    background: #00aced;
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: #fff;
}

.btn-google-plus.bg {
    background: #dd4b39;
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: #fff;
}

.btn-dribbble.bg {
    background: #ea4c89;
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: #fff;
}

.btn-linkedin.bg {
    background: #0e76a8;
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: #fff;
}

.btn-youtube.bg {
    background: #c4302b;
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: #fff;
}

.btn-pinterest.bg {
    background: #c8232c;
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: #fff;
}

.btn-tumblr.bg {
    background: #34526f;
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: #fff;
}

.btn-flickr.bg {
    background: #0063dc;
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: #fff;
}

.btn-github.bg {
    background: #333;
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: #fff;
}

.btn.bg i { color: #FFF; }

.btn:focus { outline: none; }

.btn-group.btn-blurbg {
    background: url("../images/blur_bg.png") no-repeat;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    padding: 40px;
}

.btn.btn-transparent {
    background: rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    border-top: 1px solid #fff;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}

.btn.btn-transparent:hover { background: rgba(255, 255, 255, 0.32); }

.video-player {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
    display: inline-block;
    position: relative;
}

.video-player video {
    display: block;
    max-width: 320px;
    width: 100%;
}

.video-player .btn-controls {
    bottom: 5px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.video-player .btn-controls .btn-group { margin: 0; }

.video-player .btn-controls .btn-group { float: none; }

button::-moz-focus-inner { border: 0; }

.btn-group .dropdown-menu { border-radius: 1px; }

/*Modals*/

.modal-content {
    -webkit-border-radius: 5px;
    border: 0;
    border-radius: 5px;
}

.modal-content > .close {
    margin-right: 10px;
    margin-top: 10px;
}

.modal-content .modal-header { border-bottom: 0; }

.modal-content h4,
.modal-content h4 { font-weight: 400; }

.modal-content h3,
.modal-content h3 {
    font-weight: 300;
    margin-top: 0;
}

.modal-content h2 { margin: 0; }

.modal-content .modal-footer {
    -webkit-border-radius: 0 0 5px 5px;
    background: #FBFBFB;
    border-radius: 0 0 5px 5px;
}

/*Circle*/

.i-circle {
    -webkit-border-radius: 50%;
    border: 5px solid #F1F1F1;
    border-radius: 50%;
    display: inline-block;
    height: 80px;
    margin-bottom: 7px;
    padding-top: 15px;
    width: 80px;
}

.i-circle i {
    color: #666;
    font-size: 34px;
    vertical-align: middle;
}

.i-circle.success i { color: #60C060; }

.i-circle.primary i { color: #2494F2; }

.i-circle.warning i { color: #FC9700; }

.i-circle.danger i { color: #DA4932; }

/*Gritter Notifications*/

#gritter-notice-wrapper {
    top: 45px;
    width: 320px;
}

.gritter-item-wrapper {
    background: url(../js/jquery.gritter/images/gritter-bg.png);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.32);
}

.gritter-top { background: transparent; }

.gritter-item {
    background: transparent;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    padding: 2px 20px 12px;
    padding-left: 10px;
    padding-right: 35px;
}

.gritter-bottom { background: transparent; }

.gritter-item p {
    font-size: 12px;
    line-height: 19px;
}

.gritter-title {
    font-size: 17px;
    font-weight: 300;
    text-shadow: none;
}

.gritter-close {
    background: transparent;
    display: block !important;
    height: 30px;
    left: auto;
    right: 0;
    text-indent: inherit;
    top: 0;
    width: 35px;
}

.gritter-close:after {
    color: #FFF;
    content: '×';
    font-size: 24px;
    font-weight: bold;
    left: 10px;
    position: absolute;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.gritter-without-image,
.gritter-with-image {
    padding-left: 7px;
    width: 224px;
}

.gritter-item-wrapper.clean { background: #FFF; }

.gritter-item-wrapper.clean .gritter-item { color: #555; }

.gritter-item-wrapper.clean .gritter-close {
    background-color: #3290E2;
    background-image: -moz-linear-gradient(center top, #52aeff 45%, #2180d3 102%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#52aeff), to(#2180d3));
    /* Chrome, Safari 4+ */
    background-image: -webkit-linear-gradient(top, #52aeff, #2180d3);
    /* Chrome 10-25, iOS 5+, Safari 5.1+ */
    background-image: -o-linear-gradient(top, #52aeff, #2180d3);
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, #52aeff, #2180d3);
    border-left: 1px solid #258fec;
    border-top: 1px solid #52C0FF;
    display: block !important;
    height: 100%;
    left: auto;
    right: 0;
    text-indent: inherit;
    top: 0;
    width: 35px;
}

.gritter-item-wrapper.clean .gritter-close:after {
    color: #FFF;
    content: '×';
    font-size: 24px;
    font-weight: bold;
    left: 10px;
    margin-top: -17px;
    position: absolute;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
    top: 50%;
}

.gritter-image { margin-top: 3px; }

/*Nano Scroller*/

.nano > .pane > .slider { width: 100%; }

.jqstooltip {
    min-height: 25px;
    min-width: 30px;
    padding: 3px 10px 5px 5px;
}

.tree > div { /* overflow: auto; */ }

.tree .content { padding: 0 !important; }

.tree .title { padding: 20px; }

.treeview label {
    border-bottom: 0px solid #E5E5E5;
    display: block;
    font-weight: 400;
    margin: 0;
    padding: 7px 18px;
}

.treeview label:hover,
.treeview label.open { background: #F9F9F9; }

.treeview li > ul { display: none; }

.treeview li.open > ul { display: block; }

.treeview ul li { border-bottom: 0px solid #E5E5E5; }

.treeview ul li a {
    color: #555;
    padding-bottom: 5px;
    padding-top: 5px;
}

.treeview ul li a:hover { background: #F9F9F9; }

.treeview label i {
    color: #2494F2;
    font-size: 14px;
    text-align: center;
    width: 24px;
}

.treeview ul li label { padding-left: 36px; }

.treeview ul li ul li label { padding-left: 54px; }

.treeview ul li ul li ul li label { padding-left: 72px; }

.treeview ul li ul li ul li ul li label { padding-left: 90px; }

.treeview ul li a { padding-left: 36px; }

.treeview ul li ul li a { padding-left: 54px; }

.treeview ul li ul li ul li a { padding-left: 72px; }

.treeview ul li ul li ul li a { padding-left: 90px; }

.treeview .tree-toggler { cursor: pointer; }

[tooltip]:before {
    border-radius: 10px;
    box-shadow: 2px 2px 1px silver;
    color: #333;
    /* needed - do not touch */
    content: attr(tooltip);
    opacity: 0;
    
    padding: 10px;
    position: absolute;
    /* customizable */
    transition: all 0.15s ease;
    white-space: pre-wrap;
    z-index: 20;
}

[tooltip]:hover:before {
    /* customizable */
    background-color: rgba(39, 41, 48, 0.8);
    
    color: #FFF;
    margin-left: 20px;
    margin-top: -50px;
    /* needed - do not touch */
    opacity: 1;
}

[tooltip]:not([tooltip-persistent]):before { pointer-events: none; }


.optionalTools form { float: left; }

#panelbar .k-content { padding: 0px; }


div.cl-navblock { width: 240px; }

.sb-collapsed div.cl-sidebar div.cl-navblock { width: 55px }

/*RESPONSIVE*/

/*Responsive CSS*/

@media (min-width: 1200px) {
}

@media (min-width: 980px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 979px) {
}

@media (max-width: 800px) {
    .collapseCell {
        clear: left;
        float: left;
        width: 97%;
    }

    #cl-wrapper {
        display: block;
        margin-top: 0;
    }

    #pcont,
    .sb-collapsed #pcont {
        display: block;
        margin-left: 0;
    }

    .cl-mcont { padding: 0px; }


    /*nav bar*/
    .navbar { padding-right: 10px; }

    .navbar-fixed-top {
        margin: 0;
        position: relative;
    }

    /*dropdown menu*/
    .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #FFF; }

    .navbar-default .navbar-nav .dropdown-submenu > a:after { border-width: 0; }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #FFF; }

    .navbar-nav .dropdown-menu > li > a:hover,
    .navbar-nav .dropdown-menu > li > a:focus,
    .navbar-nav .dropdown-submenu:hover > a { background-color: transparent; }

    .navbar-nav .dropdown-submenu ul {
        display: block;
        padding-left: 20px;
    }

    .navbar-nav .dropdown-header { color: #FFF; }

    .navbar-nav .col-menu-2 > li > ul > li a {
        color: #FFF;
        padding-left: 45px;
    }

    .navbar-nav .col-menu-3 > li > ul > li a {
        color: #FFF;
        padding-left: 45px;
    }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-nav > .active > a:focus,
    .navbar-nav > .active > a:active {
        background: transparent !important;
        color: #FFF !important;
    }

    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-nav > li > a:focus,
    .navbar-nav > li > a:active { text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12); }

    .not-nav {
        background: #218ae1;
        border-top: 1px solid #2082d5;
        margin: 0;
        text-align: center;
    }

    .navbar-default .navbar-nav > li.button {
        display: inline-block;
        float: none;
        padding: 10px 4px;
        top: 100%;
    }

    .not-nav > li > .dropdown-menu { text-align: left; }

    .navbar-default .navbar-nav > li.button > a > i {
        font-size: 17px;
        vertical-align: middle;
    }

    .navbar-default .navbar-nav > li.button .dropdown-menu {
        background-color: #FFFFFF;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-top: 0;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
        margin-left: -110px;
        position: absolute;
    }

    .navbar-default .navbar-nav > li.button .dropdown-menu > li > a { text-align: left; }

    .navbar-collapse { padding: 0 !important; }

    .navbar-collapse .navbar-nav { margin: 0; }

    .navbar-brand { max-width: 200px; }

    .navbar-brand SPAN { font-size: 10px; }

    .page-head h2 { font-size: 18px !important; }

    .hidemobile { display: none !important; }

    .resigForm { width: 95%; }

    .profile_menu { margin: 0; }

    .profile_menu .dropdown-toggle { padding-left: 15px; }

    .navbar-default .navbar-brand { width: auto; }

    .user-nav { margin: 7.5px -15px; }

    .navbar-collapse.in { overflow: visible; }

    #head-nav { padding: 0; }

    #head-nav .navbar-nav { padding: 0 10px; }

    .navbar-header { padding: 0 10px; }

    .col-menu-2 > div:first-child { border-right: 0; }

    /*end - dropdown*/
    .cl-sidebar,
    .sb-collapsed .cl-sidebar {
        background: none repeat scroll 0 0 #272930;
        display: block;
        padding-bottom: 0;
        position: relative;
        width: 100%;
        z-index: 1020;
    }

    #cl-wrapper.fixed-menu .menu-space,
    #cl-wrapper.fixed-menu.sb-collapsed .menu-space {
        height: auto !important;
        position: relative;
        width: 100%;
    }

    #cl-wrapper .menu-space { min-height: 0 !important; }

    #cl-wrapper.fixed-menu .menu-space .content,
    #cl-wrapper.fixed-menu.sb-collapsed .menu-space .content {
        overflow: visible;
        position: relative;
    }

    .sb-collapsed .cl-vnavigation .parent > a { background: url("../images/arrow.png") no-repeat scroll right 14px top 18px rgba(0, 0, 0, 0); }

    .sb-collapsed .cl-vnavigation li a span { opacity: 1; }

    .sb-collapsed .cl-vnavigation li a i {
        font-size: 14px;
        margin-right: 7px;
        text-align: center;
        width: 20px;
    }

    .sb-collapsed .cl-vnavigation li.open ul { display: block !important; }

    .cl-sidebar .cl-toggle { display: block; }

    .cl-sidebar .cl-vnavigation { display: none; }

    .cl-sidebar .side-user { display: none; }

    /*Stats*/
    .butstyle {
        margin-left: 0;
        margin-right: 10px;
        max-width: 45%;
        width: 100%;
    }

    /*Forms*/
    .form-horizontal.group-border .form-group { padding: 5px 0 15px 0; }

    .form-horizontal.group-border .form-group label { margin-bottom: 7px; }

    .form-horizontal.group-border-dashed .form-group label { margin-bottom: 7px; }

    /*Buttons*/
    /*Login*/
    .login-container .middle-login {
        left: auto;
        margin-left: 0px;
        padding: 0 15px;
        width: 100%;
    }

    div.cl-navblock { width: 100%; }

    .cl-sidebar .collapse-button { display: none; }
}