/*>>> TABLE OF CONTENT
-------------------------------------------------------------------------
1 - Basic Elements & Classes
2 - Page Header and Page Header elements
3 - PageSlide Left
4 - PageSlide Right
5 - Main Container
6 - Sliding Bar
7 - Footer
8 - Boxed Layout
9 - Utilities
10 - Subview
11 - Forms
12 - Tables
13 - Dropdown Menu
14 - Modals
15 - Labels and Badges
16 - Accordion
17 - Widgets
18 - Style Selector
19 - Tabs
20 - Login
21 - Horizontal Menu
22 - Blog Elements
23 - Buttons
24 - Icons
25 - User profile
26 - Invoice
27 - Timeline
28 - Calendar
29 - Messages
30 - Gallery
31 - Pagination
32 - Lock Screen
33 - Coming Soon
34 - Pricing Tables
35 - 404 and 500 error
36 - Maps
37 - Panels
38 - Backdrop
39 - Sliding Bar (SB)
40 - CSS FOR MOBILE*/
/* ---------------------------------------------------------------------- */
/*



*/
/* ---------------------------------------------------------------------- */
/*  Basic Elements & Classes
/* ---------------------------------------------------------------------- */
html, body {
    width: 100%;
    height:100%;
    overflow-x: hidden;
}

body {
    color: #8b91a0;
    direction: ltr;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    padding: 0;
    margin: 0;
    background: #ffffff;
}
body.bg_style_1 {
    background: url("../images/bg.png") rgba(0, 0, 0, 0) !important;
}
body.bg_style_2 {
    background: url("../images/bg_2.png") rgba(0, 0, 0, 0) !important;
}
body.bg_style_3 {
    background: url("../images/bg_3.png") rgba(0, 0, 0, 0) !important;
}
body.bg_style_4 {
    background: url("../images/bg_4.png") rgba(0, 0, 0, 0) !important;
}
body.bg_style_5 {
    background: url("../images/bg_5.png") rgba(0, 0, 0, 0) !important;
}

::-moz-selection {
    background: #5f8295;
    text-shadow: none;
    color: white;
}

::selection {
    background: #5f8295;
    text-shadow: none;
    color: white;
}

a, a:focus, a:hover, a:active {
    outline: 0 !important;
    text-decoration: none !important;
}

a {
    color: #88bbc8;
}
a:hover, a:focus, a:active {
    color: #4a8fa0;
}

h1, h2, h3, h4 {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
}
.text-bold h1, h1.text-bold, h1 .text-bold, .text-bold h2, h2.text-bold, h2 .text-bold, .text-bold h3, h3.text-bold, h3 .text-bold, .text-bold h4, h4.text-bold, h4 .text-bold {
    font-weight: 600;
}

.main-wrapper {
    position: relative;
}
.main-wrapper > .inner-transform {
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.ajax-white-backdrop {
    background-color: rgba(255, 255, 255, 0.5);
    display: none;
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1049;
}

.ajax-white-backdrop:before {
    background: #000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    top: 60px;
    left: 50%;
    margin-left: -20px;
    content: "";
    position: absolute;
}

.ajax-white-backdrop:after {
    content: "\f110";
    font-family: FontAwesome;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 60px;
    color: white;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

/* ---------------------------------------------------------------------- */
/*  Page Header and Page Header elements
/* ---------------------------------------------------------------------- */
.topbar {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 36px !important;
    border: none !important;
}
.header-default .topbar {
    position: relative !important;
}
.right-sidebar-open .topbar {
    left: -260px;
    right: 260px;
}
.topbar .container {
    max-width: none !important;
    width: auto !important;
}
.topbar .container .navbar-header {
    margin: 12px auto 0;
    float: none;
    width: 140px;
}
.topbar .container .navbar-header .sb-toggle-left {
    position: absolute;
    left: 0;
    top: 0;
    height: 36px;
    width: 36px;
    text-align: center;
    background: none;
    color: #FFFFFF;
    font-size: 1.3em;
    line-height: 36px;
    padding: 0;
}
.topbar .container .navbar-header .sb-toggle-left i {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.topbar .container .navbar-header .sb-toggle-left:hover i, .topbar .container .navbar-header .sb-toggle-left:active i, .topbar .container .navbar-header .sb-toggle-left:focus i {
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}
.topbar .container .navbar-header .navbar-brand {
    width: 19.5%;
    top: 0px;
    position: absolute;
    margin: 0px;
    left: 0px;
    background: none repeat scroll 0% 0% #FFF;
    line-height: 30px;
    text-align: center;
    border-right: 1px solid #E6E6E6;
    height: 94px;
    padding: 5px 15px;
}
.topbar .container .navbar-header .navbar-brand i {
    font-size: 10px;
    color: #757575;
    font-weight: 600;
    width: 100%;
}

.topbar .container .navbar-header .navbar-brand img{width:60%;}

.topbar .container .topbar-tools {
    float: right;
    height: 36px;
    margin-top: -13px;
    max-height: 36px;
}
.topbar .container .topbar-tools > ul {
    list-style: none;
    margin: 0;
}
.topbar .container .topbar-tools > ul > li {
    float: left;
}
.topbar .container .topbar-tools > ul > li > a {
    padding: 0;
    font-size: 13px;
}
.topbar .container .topbar-tools > ul > li.view-all a {
    padding: 8px 8px 6px !important;
}
.topbar .container .topbar-tools > ul > li.current-user .dropdown-toggle {
    line-height: 36px;
    padding-right: 20px;
    height: 36px;
}
.topbar .container .topbar-tools > ul > li.current-user .dropdown-toggle i {
    margin-left: 10px;
}
.topbar .container .topbar-tools > ul > li.current-user .dropdown-menu:after {
    left: auto;
    right: 12px;
}
.topbar .container .topbar-tools > ul > li.right-menu-toggle a {
    margin: 5px 0;
    line-height: 26px;
    padding-left: 20px !important;
    height: 26px;
}
.topbar .container .topbar-tools > ul > li.right-menu-toggle a .toggle-icon {
    font-size: 1.3em !important;
}
.topbar .container .topbar-tools > ul > li.right-menu-toggle a i {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.topbar .container .topbar-tools > ul > li.right-menu-toggle a:hover i, .topbar .container .topbar-tools > ul > li.right-menu-toggle a:active i, .topbar .container .topbar-tools > ul > li.right-menu-toggle a:focus i {
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.topbar .container .topbar-tools > ul > li.right-menu-toggle .badge {
    background-color: #F35958;
    color: #FFFFFF;
    padding: 4px 6px;
    position: absolute;
    left: 7px;
    top: 2px;
    font-size: 10px;
}

/* ---------------------------------------------------------------------- */
/*  PageSlide Left
/* ---------------------------------------------------------------------- */
#pageslide-left {
    width: 260px;
    z-index: 1021;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 36px;
}
.right-sidebar-open #pageslide-left {
    left: -260px;
}
.sidebar-close #pageslide-left {
    z-index: 0;
}
#pageslide-left.slide-default {
    padding-top: 0 !important;
    position: absolute !important;
    bottom: 0;
}
#pageslide-left.slide-default .navbar-content, #pageslide-left.slide-default .main-navigation {
    height: auto !important;
}
.horizontal-menu-fixed #pageslide-left.slide-default {
    padding-top: 0 !important;
    top: -36px;
}
.header-default.horizontal-menu-fixed #pageslide-left.slide-default {
    padding-top: 36px !important;
    top: 0;
}
#pageslide-left .navbar-content {
    position: relative;
}
#pageslide-left .navbar-content .left-wrapper {
    padding: 0;
    max-height: none !important;
    overflow: hidden;
    position: relative;
    left: 0;
    width: 100%;
}
#pageslide-left .navigation-toggler {
    cursor: pointer;
    height: 26px;
    margin-left: 230px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 16px;
    line-height: 30px;
    text-align: center;
}
#pageslide-left .navigation-toggler .sb-toggle-left {
    height: 30px;
    position: relative;
    z-index: 10;
    background: url(../images/light_dots.png) no-repeat center center;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    width: 16px;
    float: left;
}
#pageslide-left .user-profile {
    position: relative;
    min-height: 78px;
    line-height: 78px;
}
#pageslide-left .user-profile .user-options {
    position: absolute;
    right: 8px;
    top: 18px;
}
#pageslide-left .user-profile img {
    margin-right: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 50px;
    height: 50px;
}
#pageslide-left .slide-tools {
    height: 50px;
    line-height: 50px;
    position: absolute;
    width: 100%;
    z-index: 14;
    left: 0;
    bottom: 0;
}

#pageslide-left.slide-default .navbar-content, #pageslide-left.slide-default .main-navigation {
    height: auto !important;
}

.header-default #pageslide-left .navbar-content {
    top: 0 !important;
}

ul.main-navigation-menu {
    list-style: none;
    margin: 0;
    padding: 21px 0px 0px;
}
ul.main-navigation-menu li {
    border: none;
    display: block;
    margin: 0px 0px 2px 0px;
    padding: 0;
}
ul.main-navigation-menu li.active > ul.sub-menu {
    display: block;
    padding: 0;
}
ul.main-navigation-menu li a {
    border: 0 none;
    display: block;
    font-size: 13px;
    font-weight: 300;
    margin: 0;
    padding: 8px 5px;
    position: relative;
    text-decoration: none;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #FFFFFF;
}
ul.main-navigation-menu li a i {
    font-size: 12px;
    margin-right: 5px;
    display: inline-block;
}
ul.main-navigation-menu li a .icon-arrow {
    float: right;
    margin-right: 6px !important;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ul.main-navigation-menu li a .icon-arrow:before {
    content: "\f104";
    font-family: FontAwesome;
}
ul.main-navigation-menu li.open > a > .icon-arrow {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
ul.main-navigation-menu li.open > a > .icon-arrow:before {
    content: "\f107";
}
ul.main-navigation-menu li ul.sub-menu {
    clear: both;
    list-style: none;
    margin: 8px 0;
    display: none;
    padding: 0;
}
ul.main-navigation-menu li ul.sub-menu li {
    background: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1px !important;
    padding: 0;
}
ul.main-navigation-menu li ul.sub-menu li a {
    background: none;
    display: block;
    font-size: 13px;
    font-weight: 300;
    border: none;
    margin: 0;
    padding-bottom: 5px;
    padding-left: 40px !important;
    padding-right: 15px;
    padding-top: 5px;
    text-decoration: none;
}
ul.main-navigation-menu li ul.sub-menu li a .icon-arrow {
    margin-right: 22px;
}
ul.main-navigation-menu li ul.sub-menu li.dropdown-header {
    padding-left: 40px !important;
}
ul.main-navigation-menu li ul.sub-menu li.divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    margin-left: 40px !important;
}
ul.main-navigation-menu li ul.sub-menu li ul.sub-menu {
    margin: 0;
}
ul.main-navigation-menu li ul.sub-menu li ul.sub-menu li a {
    /*padding-left: 60px !important;*/
    padding-left: 61px !important;
}
ul.main-navigation-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a {
    padding-left: 95px !important;
}

.btn.status i {
    color: #1fbba6 !important;
}
.btn.status.offline i {
    color: rgba(255, 255, 255, 0.3) !important;
}

.closedbar {
    left: -20px;
    position: fixed;
    top: 37px;
    bottom: 1px;
    z-index: 1030;
    display: none;
    width: 20px;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    text-align: center;
    background: url(../images/light_dots.png) no-repeat center 5px;
}
.closedbar.open {
    display: block;
}
.sidebar-close .closedbar {
    left: 0;
}
.right-sidebar-open .closedbar {
    left: -260px;
}
.closedbar i {
    padding-top: 10px;
}

/* ---------------------------------------------------------------------- */
/*  PageSlide Right
/* ---------------------------------------------------------------------- */
#pageslide-right {
    width: 260px;
    position: fixed;
    padding-top: 0;
    margin-top: -1px;
    z-index: 190;
    top: 0;
    right: -260px;
}
.right-sidebar-open #pageslide-right {
    right: 0;
}
#pageslide-right .right-wrapper {
    padding: 0;
    max-height: none !important;
    overflow: hidden;
    position: relative;
    left: 0;
    width: 100%;
}
#pageslide-right .pageslide-title {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}
#pageslide-right .pageslide-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.notifications {
    padding: 20px 10px;
}
.notifications a {
    display: block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 8px 0;
    padding: 10px;
    position: relative;
}
.notifications .pageslide-list a .label {
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    position: absolute;
}
.notifications .pageslide-list a:hover .label {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.notifications .message {
    padding-left: 30px;
}
.notifications .time {
    display: block;
    float: right;
    font-size: 10px;
    font-style: italic;
    font-weight: 600;
    color: #747B89;
}
.notifications .view-all a {
    background: #0F0F1E;
    text-align: right;
}

/* ---------------------------------------------------------------------- */
/*  Main Container
/* ---------------------------------------------------------------------- */
.main-container {
    margin-top: 36px !important;
    margin-left: 260px;
    position: relative;
}
.sidebar-close .main-container {
    margin-left: 0;
}
.footer-fixed .main-container {
    margin-bottom: 50px;
}
.right-sidebar-open .main-container {
    left: -260px;
}
.main-container .main-content {
    position: relative !important;
    left: 0 !important;
    min-height: 562px !important;
}
.main-container .container {
    max-width: none !important;
    width: auto !important;
}
.main-container .container > .row, .main-container .container #ajax-content > .row {
    /* padding: 0 0 0 10px; */
}
.header-default .main-container {
    margin-top: 0 !important;
}

.toolbar {
    background-color: #FFFFFF;
    border-bottom: 1px solid #D5D5D5;
    height: auto;
    position: relative;
    max-height: 80px;
    z-index: 10;
}
.toolbar .toolbar-tools {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    left: 0;
    position: relative;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.toolbar .toolbar-tools .nav {
    margin: 0;
}
.toolbar .toolbar-tools .nav .dropdown-light:after {
    right: 40px;
    left: auto;
    top: -10px;
}
.toolbar .toolbar-tools .nav .dropdown-light:before {
    right: 39px;
    left: auto;
    top: -11px;
}
.toolbar .toolbar-tools .badge {
    background-color: #F35958;
    color: #FFFFFF;
    padding: 4px 6px;
    position: absolute;
    left: 25px;
    top: 10px;
    font-size: 10px;
}
.toolbar .toolbar-tools .view-all {
    text-align: center;
}
.toolbar .toolbar-tools .drop-down-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 5px 5px 0 5px;
}
.toolbar .page-header {
    border-bottom: medium none;
    margin: 0;
    padding: 0;
}
/* .toolbar .page-header h1 {
  color: #666666;
  font-weight: 200;
  letter-spacing: -1px;
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 18px;
} */
.toolbar .page-header h1 {
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    letter-spacing: 1px;
    margin: 10px 0px 5px;
    padding: 0px;
    font-size: 16px;
}
.toolbar .page-header small {
    color: #888888;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    display: block;
    margin-top: 5px;
}
.toolbar .navbar-right > li {
    float: left;
}
.toolbar .navbar-right > li > a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #111111;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 31px;
    margin-right: 3px;
    margin-top: 2px;
    filter: alpha(opacity=90);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    padding: 8px 0 7px 0;
    position: relative;
    text-align: center;
    width: 90px;
}
.toolbar .navbar-right > li > a i {
    display: block;
    margin-top: 12px;
    color: #111111;
    font-size: 16px;
}
.toolbar .navbar-right .dropdown-menu:before {
    top: -11px;
    right: 39px;
}
.toolbar .navbar-right .dropdown-menu:after {
    top: -10px;
    right: 40px;
}
.toolbar .navbar-right .dropdown-menu.dropdown-subview .fa-stack {
    height: 1.9em;
    line-height: 1.9em;
    vertical-align: top;
    margin-right: 5px;
}
.toolbar .navbar-right .dropdown-menu.dropdown-messages {
    width: 300px !important;
}
.toolbar .navbar-right .dropdown-menu.dropdown-messages .drop-down-wrapper ul > li a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #8b91a0;
    display: block;
    margin-bottom: 5px;
    padding: 10px;
    color: #333333;
    border-bottom: none;
    background-color: #F8F8F8;
}
.toolbar .navbar-right .dropdown-menu.dropdown-messages .drop-down-wrapper ul > li a.unread {
    background-color: #EEEEEE;
}
.toolbar .navbar-right .dropdown-menu.dropdown-messages .drop-down-wrapper ul > li a:hover, .toolbar .navbar-right .dropdown-menu.dropdown-messages .drop-down-wrapper ul > li a:focus, .toolbar .navbar-right .dropdown-menu.dropdown-messages .drop-down-wrapper ul > li a:active {
    background-color: #F5F5F5;
}
.toolbar .navbar-right .dropdown-menu.dropdown-messages .drop-down-wrapper ul > li a .thread-image {
    float: left;
    height: 50px;
    margin-right: 8px;
    width: 50px;
}
.toolbar .navbar-right .dropdown-menu.dropdown-messages .drop-down-wrapper ul > li a .author {
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
}
.toolbar .navbar-right .dropdown-menu.dropdown-messages .drop-down-wrapper ul > li a .preview {
    display: block;
    font-size: 11px;
    line-height: normal;
    color: #888888;
}
.toolbar .navbar-right .dropdown-menu.dropdown-messages .drop-down-wrapper ul > li a .time {
    display: block;
    float: right;
    font-size: 11px;
    font-style: italic;
    font-weight: 600;
    color: #888888;
}

.search-box {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 300px;
    line-height: normal;
    right: 0;
    top: auto;
    left: auto;
    bottom: -58px;
    border: 1px solid rgba(17, 17, 17, 0.15);
}
.search-box .arrow {
    left: auto !important;
    margin-left: 0 !important;
    right: 35px;
    top: -11px;
}
.search-box input {
    background-color: #F8F8F8;
    border-color: #F8F8F8;
    color: #808080;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.search-box input:focus {
    border-color: #f3f3f3;
    background-color: #f3f3f3;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.breadcrumb {
    background: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 12px;
    padding: 8px 0;
    margin-bottom: 10px;
    margin-top: 10px;
}
.breadcrumb > li + li:before {
    color: #777777;
}
.breadcrumb > .active {
    color: #777777;
    font-weight: 600;
}

/* ---------------------------------------------------------------------- */
/*  Sliding Bar
/* ---------------------------------------------------------------------- */
#slidingbar-area {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#slidingbar {
    background: rgba(54, 56, 57, 0.9);
    color: #8C8989;
    display: none;
    height: auto;
    overflow: hidden;
    padding: 35px 10px 10px 10px;
    position: relative;
    z-index: 3;
}
#slidingbar h2 {
    color: #DDDDDD;
    margin: 0 0 28px;
    text-transform: uppercase;
    font-size: 13px !important;
}

.ie8 #slidingbar {
    background: #363839;
}

/* ---------------------------------------------------------------------- */
/*  Footer
/* ---------------------------------------------------------------------- */
footer {
    font-size: 12px;
    position: relative;
    z-index: 191;
    border: none !important;
    height: 50px;
}
footer .footer-inner {
    padding: 0 20px;
    line-height: 50px;
    margin-left: 0px;
}
.sidebar-close footer .footer-inner {
    margin-left: 0;
}
.right-sidebar-open footer {
    left: -260px;
}
.footer-fixed footer {
    bottom: 0 !important;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1000;
    border-top-width: 1px;
    border-top-style: solid;
}
.footer-fixed.right-sidebar-open footer {
    left: -260px;
    right: 260px;
}
.footer-fixed.sidebar-mobile-open footer {
    left: 260px;
    right: -260px;
}

.go-top {
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
    font-size: 16px;
    margin-bottom: 0;
    margin-right: 0;
    text-decoration: none;
    line-height: 50px;
    text-align: center;
}

/* ---------------------------------------------------------------------- */
/*  Boxed Layout
/* ---------------------------------------------------------------------- */
.layout-boxed > .main-wrapper, .layout-boxed .navbar, .layout-boxed.footer-fixed .footer {
    margin-left: auto !important;
    margin-right: auto !important;
    border-left-width: 0;
    border-left-style: solid;
    border-right-width: 0;
    border-right-style: solid;
}

/* ---------------------------------------------------------------------- */
/*  Utilities
/* ---------------------------------------------------------------------- */
.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.inline {
    display: inline;
}

.no-radius {
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.no-border {
    border: none !important;
}

.border-right {
    border-right-style: solid;
    border-right-width: 1px;
    border-color: inherit;
}

.border-left {
    border-left-style: solid;
    border-left-width: 1px;
    border-color: inherit;
}

.border-top {
    border-top-style: solid;
    border-top-width: 1px;
    border-color: inherit;
}

.border-bottom {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: inherit;
}

.border-light {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.panel-white .border-light, .partition-white .border-light {
    border-color: rgba(0, 0, 0, 0.1) !important;
}

.border-dark {
    border-color: rgba(0, 0, 0, 0.2);
}

.panel-white .border-dark, .partition-white .border-dark {
    border-color: rgba(0, 0, 0, 0.3) !important;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.no-display {
    display: none;
}

.example {
    margin: 15px 0;
    padding: 14px 19px;
}

.space5 {
    display: block;
    margin-bottom: 5px !important;
    clear: both;
}

.space7 {
    margin-bottom: 7px !important;
    clear: both;
}

.space10 {
    margin-bottom: 10px !important;
    clear: both;
}

.space12 {
    margin-bottom: 12px !important;
    clear: both;
}

.space15 {
    margin-bottom: 15px !important;
    clear: both;
}

.space20 {
    margin-bottom: 20px !important;
    clear: both;
}

.padding-5 {
    padding: 5px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-15 {
    padding: 15px !important;
}

.padding-20 {
    padding: 20px !important;
}

.padding-horizontal-5 {
    padding: 0 5px !important;
}

.padding-horizontal-10 {
    padding: 0 10px !important;
}

.padding-horizontal-15 {
    padding: 0 15px !important;
}

.padding-horizontal-20 {
    padding: 0 20px !important;
}

.padding-vertical-10 {
    padding: 10px 0 !important;
}

.padding-vertical-15 {
    padding: 15px 0 !important;
}

.padding-vertical-20 {
    padding: 20px 0 !important;
}

.padding-bottom-5 {
    padding: 0 0 5px 0 !important;
}

.padding-bottom-10 {
    padding: 0 0 10px 0 !important;
}

.padding-bottom-15 {
    padding: 0 0 15px 0 !important;
}

.margin-bottom-5 {
    margin: 0 0 5px 0 !important;
}

.margin-bottom-10 {
    margin: 0 0 10px 0 !important;
}

.margin-bottom-15 {
    margin: 0 0 15px 0 !important;
}

.margin-bottom-30 {
    margin: 0 0 30px 0 !important;
}

.margin-right-5 {
    margin: 0 5px 0 0 !important;
}

.margin-right-10 {
    margin: 0 10px 0 0 !important;
}

.margin-right-15 {
    margin: 0 15px 0 0 !important;
}

.margin-right-30 {
    margin: 0 30px 0 0 !important;
}

.height-155 {
    height: 155px !important;
}

.height-180 {
    height: 180px !important;
}

.height-200 {
    height: 200px !important;
}

.height-230 {
    height: 230px !important;
}

.height-250 {
    height: 250px !important;
}

.height-300 {
    height: 300px !important;
}

.height-350 {
    height: 350px !important;
}

.width-200 {
    width: 200px !important;
}

.vertical-align-bottom {
    vertical-align: bottom;
}

.text-bold {
    font-weight: bold;
}

.text-extra-small {
    font-size: 11px !important;
}

.text-small {
    font-size: 12px !important;
}

.text-large {
    font-size: 16px !important;
}

.text-extra-large {
    font-size: 18px !important;
}

h1.text-extra-large {
    font-size: 50px !important;
}

.text-azure {
    color: #00bdcc;
}

.text-orange {
    color: #f58a5c;
}

.text-green {
    color: #1fbba6;
}

.text-blue {
    color: #5f8295;
}

.text-pink {
    color: #dd5a82;
}

.text-purple {
    color: #dd5a82;
}

.text-bricky {
    color: #894550;
}

.text-yellow {
    color: #ffb848;
}

.text-red {
    color: #e66b6b;
}

.text-white {
    color: white;
}

a.text-white {
    color: rgba(255, 255, 255, 0.6);
}
a.text-white:hover {
    color: white;
}

.text-dark {
    color: rgba(44, 47, 59, 0.4);
}

a.text-dark:hover {
    color: rgba(44, 47, 59, 0.6);
}

.center {
    text-align: center;
}

.text-light {
    color: rgba(255, 255, 255, 0.6);
}

a.text-light:hover {
    color: rgba(255, 255, 255, 0.8);
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.panel-white .text-light, .partition-white .text-light {
    color: rgba(0, 0, 0, 0.3) !important;
}

.panel-white a.text-light:hover, .partition-white a.text-light:hover {
    color: rgba(0, 0, 0, 0.5) !important;
}

.circle-100 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-block;
    -webkit-box-shadow: 0 1px 2px #c3c3c3;
    -moz-box-shadow: 0 1px 2px #c3c3c3;
    box-shadow: 0 1px 2px #c3c3c3;
}

.circle-50 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 55px;
    text-align: center;
    display: inline-block;
    -webkit-box-shadow: 0 1px 2px #c3c3c3;
    -moz-box-shadow: 0 1px 2px #c3c3c3;
    box-shadow: 0 1px 2px #c3c3c3;
}

.rate .value {
    font-size: 30px;
    font-weight: 600;
}
.rate i {
    vertical-align: middle;
    padding-bottom: 15px;
}
.rate .percentage {
    vertical-align: middle;
    font-size: 15px;
    padding-bottom: 15px;
}
.rate img {
    display: block;
    position: relative;
    width: 100%;
}

.overlayer {
    display: block;
    position: absolute;
    z-index: 101;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0px, #000000 100%);
    opacity: 1;
}
.overlayer.fullwidth {
    width: 100%;
}
.overlayer .overlayer-wrapper {
    display: block;
    position: relative;
    z-index: 100;
}

.bottom-left {
    bottom: 0;
    left: 0;
    position: absolute;
}

.tags {
    display: inline-block;
    background: #C2C6CD;
    color: white !important;
    text-decoration: none;
    cursor: pointer;
    margin: 0 0 10px 18px;
    padding: 2px 10px 1px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    position: relative;
    transition: all .25s linear;
    white-space: nowrap;
    line-height: 21px;
}
.tags:before {
    content: "";
    border-style: solid;
    border-color: transparent #c5c5c5 transparent transparent;
    border-width: 12px 13px 12px 0;
    position: absolute;
    left: -13px;
    top: 0;
    transition: all .25s linear;
}
.tags:hover {
    background-color: #8B91A0;
    color: #FFFFFF;
}
.tags:hover:before {
    border-color: transparent #8B91A0 transparent transparent;
}
.tags:after {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 50% 50% 50% 50%;
    content: "";
    height: 5px;
    left: -1px;
    position: absolute;
    top: 10px;
    width: 5px;
}

.tooltip-notification {
    cursor: pointer;
    right: 0;
    margin-top: 3px;
    padding: 5px 0;
    position: absolute;
    top: 25px;
    z-index: 10000;
}
.toolbar .tooltip-notification {
    top: 60px;
    right: 20px;
}
.tooltip-notification .tooltip-notification-arrow {
    border-width: 0 5px 5px;
    left: 80%;
    margin-left: -5px;
    top: 0;
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #292B2E;
    border-style: solid;
    height: 0;
    position: absolute;
    width: 0;
}
.tooltip-notification .tooltip-notification-inner {
    background-color: #292B2E;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 12px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    line-height: normal;
}
.tooltip-notification .tooltip-notification-inner .message {
    color: #BFC0C1;
    font-size: 11px;
    margin-top: -4px;
}
.tooltip-notification .tooltip-notification-inner > div {
    width: 100px;
}

.float-none {
    float: none;
}

.background-dark {
    background: rgba(0, 0, 0, 0.2);
}

.background-light {
    background: rgba(255, 255, 255, 0.6) !important;
}

.radius-3 {
    border-radius: 3px;
}

.radius-5 {
    border-radius: 5px;
}

.radius-10 {
    border-radius: 10px;
}

.stack-right-bottom {
    left: auto !important;
    right: -0.5em !important;
    top: auto !important;
    bottom: -0.5em !important;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.noTransform {
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
}

/* ---------------------------------------------------------------------- */
/*  Subview
/* ---------------------------------------------------------------------- */
.subviews {
    background-color: #FFFFFF;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 501;
    display: none;
    overflow-y: auto;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.subviews-top {
    height: 0;
    left: 0;
}

.subviews-right {
    width: 0;
    left: auto;
    right: 0;
}

.barTopSubview {
    text-align: center;
    margin-bottom: 20px;
}

.button-sv {
    border: 1px solid #DDDDDD;
    border-top: none;
    line-height: 40px;
    height: 40px;
    text-align: center;
    background-color: #FFFFFF;
    display: inline-block;
    padding: 0 20px;
    color: #858585;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.button-sv:hover {
    color: #858585;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    text-decoration: none;
}

.close-subviews, .back-subviews {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #111111;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 31px;
    margin-right: 3px;
    margin-top: 2px;
    opacity: 0.9;
    padding: 8px 0 7px 0;
    position: relative;
    text-align: center;
    width: 90px;
    float: right;
    left: 20px;
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    display: none;
}

.back-subviews {
    left: 110px;
}

.close-subviews > i, .back-subviews > i {
    display: block;
    margin-top: 12px;
    color: #111111;
    font-size: 16px;
}

.close-subviews:hover, .close-subviews:focus, .back-subviews:hover, .back-subviews:focus {
    background-color: #EEEEEE;
    color: #111111;
    text-decoration: none;
}

#newNote {
    display: none;
}

.note-title {
    background-color: rgba(0, 0, 0, 0);
    border: none !important;
    color: #111111;
    font-size: 20px;
    font-weight: 600;
    height: 40px;
    z-index: 103;
    padding: 0 !important;
}

.note-title:focus {
    border-color: none !important;
    box-shadow: none !important;
}

#notes .note-content {
    display: none;
}

#notes .note-short-content p {
    margin: 0;
}

#notes .note-short-content h1, #notes .note-short-content h2, #notes .note-short-content h3 {
    font-size: 13px;
    margin: 0;
    line-height: 20px;
}

#readNote {
    display: none;
}

#readNote .panel-note {
    box-shadow: none;
}

#readNote .panel-note .panel-heading {
    background: none;
}

#readNote .note-short-content {
    display: none;
}

#readNote .note-content p {
    margin: 0 0 18px 0;
}

#readNote .note-content h1, #readNote .note-content h2, #readNote .note-content h3 {
    font-size: 13px;
    margin: 0;
    line-height: 20px;
}

#readNote .noteslider {
    display: none;
}

#readNote .noteslider .slides > li {
    display: none;
}

#readNote .flex-direction-nav {
    position: absolute;
    top: 10px;
    right: 10px;
}

#readNote .read-note {
    display: none;
}

#showCalendar {
    display: none;
}

#newEvent {
    display: none;
}

#readEvent {
    display: none;
}

#readEvent .event-content {
    background: url("../images/line.png");
    color: #858585;
    line-height: 18px;
    margin: 15px 0 0 0;
    padding: 0;
}

#readEvent .event-start, #readEvent .event-end {
    color: #858585;
    margin: 15px 0 0 0;
    padding: 10px;
    margin-top: 20px;
    background: #EEEEEE;
}

#readEvent .event-allday {
    color: #858585;
}

#readEvent .event-allday i {
    color: #00AAFF;
}

#readEvent .event-start p, #readEvent .event-end p {
    margin: 0 0 5px 0;
}

#readEvent .event-day h2, #readEvent .event-date h3, #readEvent .event-date h4 {
    margin: 0;
    padding: 0;
}

#readEvent .event-day h2 {
    font-size: 45px;
    line-height: 30px;
    margin-right: 5px;
}

#readEvent .event-date h3 {
    font-size: 15px;
    line-height: 20px;
}

#readEvent .event-date h4 {
    font-size: 12px;
}

#readEvent .event-day, #readEvent .event-date, #readEvent .event-time {
    display: inline-block;
}

#readEvent .event-time {
    margin-left: 20px;
}

#readEvent .event-time h3 {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

#readEvent .event-category:before {
    line-height: 18px;
    padding-right: 0;
}

#newContributor {
    display: none;
}

#showContributors {
    display: none;
}

#contributors .bootstrap-select:not([class*="span"])
:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: auto;
}

.contributor-avatar .fileupload-preview {
    max-width: 50px;
    max-height: 50px;
    line-height: 20px !important;
}

.contributor-avatar .contributor-avatar-options {
    display: inline-block;
    margin-left: 10px;
}

/* ---------------------------------------------------------------------- */
/*  Forms
/* ---------------------------------------------------------------------- */
textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    background-color: #FFFFFF;
    border: 1px solid rgba(207, 207, 207, 1);
    border-radius: 0 0 0 0 !important;
    color: rgba(56, 56, 56, 1);
    font-family: inherit;
    font-size: 13px;
    line-height: 1.2;
    padding: 5px 4px;
    transition-duration: 0.1s;
    box-shadow: none !important;
    -webkit-transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
    -ms-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
}
textarea:hover, select:hover, input[type="text"]:hover, input[type="password"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="date"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, input[type="number"]:hover, input[type="email"]:hover, input[type="url"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="color"]:hover {
    border-color: #D2D7D7;
}
textarea:focus, select:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
    box-shadow: none !important;
    border-color: rgba(199, 225, 230, 1) !important;;
    background-color: #F8F8F8 !important;
}

textarea[disabled], input[disabled], select[disabled] {
    background: #F8F8F8 !important;
    border-color: #F8F8F8 !important;
}
textarea[disabled]:hover, textarea[disabled]:focus, input[disabled]:hover, input[disabled]:focus, select[disabled]:hover, select[disabled]:focus {
    background: #F8F8F8 !important;
    border-color: #F8F8F8 !important;
}

.input-group-addon {
    background-color: #a7acb7;
    border: 1px solid #a7acb7;
    color: white;
}

select option {
    background-color: white !important;
}

select[multiple="multiple"]:focus option {
    background: #F8F8F8 !important;
}

.has-error .form-control:focus, .has-warning .form-control:focus, .has-success .form-control:focus {
    box-shadow: none;
    border: 1px solid #E6E8E8;
    background-color: #E6E8E8;
}

label {
    font-weight: normal;
    color: rgba(78, 78, 78, 1);
}

span.input-icon, span.input-help {
    display: block;
    position: relative;
}

.input-icon > input {
    padding-left: 25px;
    padding-right: 6px;
}

.input-icon.input-icon-right > input {
    padding-left: 6px;
    padding-right: 25px;
}

span.input-help > input {
    padding-left: 30px;
    padding-right: 6px;
}

.input-icon > [class*="fa-"], .input-icon > [class*="clip-"] {
    bottom: 0;
    color: #909090;
    display: inline-block;
    font-size: 14px;
    left: 5px;
    line-height: 35px;
    padding: 0 3px;
    position: absolute;
    top: 0;
    z-index: 2;
}

.input-icon.input-icon-right > [class*="fa-"], .input-icon.input-icon-right > [class*="clip-"] {
    left: auto;
    right: 4px;
}

.input-icon > input:focus + [class*="fa-"], .input-icon > input:focus + [class*="clip-"] {
    color: #557799;
}

.help-button {
    background-color: #65BCDA;
    border-radius: 100% 100% 100% 100%;
    color: #FFFFFF;
    cursor: default;
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    padding: 0;
    text-align: center;
    width: 20px;
    line-height: 20px;
    top: 7px;
    left: 7px;
}

.help-button:before {
    content: "\f128";
    display: inline;
    font-family: FontAwesome;
    font-weight: 300;
    height: auto;
    text-shadow: none;
    font-style: normal;
}

select.form-control {
    background-color: #FFFFFF;
    border: 1px solid rgba(204, 204, 204, 1);
    border-radius: 0 0 0 0;
    color: #858585;
}

select.form-control option {
    padding: 3px 4px;
}

.form-control.search-select {
    padding: 0 !important;
    box-shadow: none;
    border: none;
}

textarea.autosize {
    vertical-align: top;
    transition: height 0.2s;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
    overflow: hidden;
    word-wrap: break-word;
    resize: horizontal;
    height: 69px;
}

.radio label.radio-inline, .checkbox label.checkbox-inline {
    display: inline-block;
}

.radio-inline, .radio-inline + .radio-inline, .checkbox-inline, .checkbox-inline + .checkbox-inline {
    margin-right: 10px !important;
    margin-top: 5px !important;
    margin-left: 0 !important;
    margin-bottom: 10px !important;
}

.radio label, .checkbox label {
    margin-bottom: 5px;
}

.checkbox-table {
    display: inline-block;
    margin: 2px 0 0 0;
    padding-left: 20px;
    line-height: 10px;
}

.checkbox-table label {
    margin-bottom: 0;
}

[class^="icheckbox_"], [class*="icheckbox_"], [class^="iradio_"], [class*="iradio_"] {
    float: left !important;
    /* margin: 0 5px 0 -20px !important; */
}

.help-inline {
    margin-top: 6px;
    color: #737373;
}

.help-block.error {
    color: #B94A48;
}

.symbol.required:before {
    content: "*";
    display: inline;
    color: #E6674A;
}

.symbol.ok:before {
    content: "\f00c";
    display: inline;
    font-family: FontAwesome;
    color: #468847;
}

.has-error .note-editor, .has-error .cke_chrome {
    border-color: #B94A48 !important;
}

.form-group {
    position: relative;
}

.form-group .text {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 7px;
}

/* ---------------------------------------------------------------------- */
/*  Tables
/* ---------------------------------------------------------------------- */
.table > thead > tr > th {
    border-bottom: 1px solid #D2D2D2;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #dfe1e5;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #fbfbfc;
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th {
    background-color: #f6f6f7 !important;
    color: #8b91a0 !important;
}

.table > tbody > tr.active:hover > td, .table > tbody > tr.active:hover > th {
    background-color: #f0f1f3 !important;
    color: #8b91a0 !important;
}

th.center, td.center {
    text-align: center;
}

td.center .dropdown-menu {
    text-align: left;
}

td.small-width {
    width: 15%;
}

.table thead tr {
    color: #707070;
    font-weight: normal;
}

.table.table-bordered thead tr th {
    vertical-align: middle;
}

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    vertical-align: middle;
}

.editable-element {
    border-bottom: 1px dashed #0088CC;
    text-decoration: none;
    opacity: 0.5;
    display: inline;
}

.progress.progress-xs {
    height: 7px;
}

.progress.progress-sm {
    height: 12px;
}

.progress.progress-lg {
    height: 20px;
}

.progress.transparent-black {
    background-color: rgba(0, 0, 0, 0.2);
}

/* ---------------------------------------------------------------------- */
/* Dropdown Menu
/* ---------------------------------------------------------------------- */
.dropdown-menu.dropdown-dark {
    background-color: #2B3034;
    border: 1px solid #1A1C1E;
    border-radius: 0;
    box-shadow: none;
    list-style: none outside none;
    max-width: 300px;
    min-width: 166px;
    padding: 0;
    position: absolute;
    text-shadow: none;
    z-index: 1000;
}
.dropdown-menu.dropdown-dark:after {
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    border-width: 10px;
    content: "";
    border-bottom-color: #2B3034;
    border-top-width: 0;
    content: " ";
    top: -10px;
    left: 1px;
}
.dropdown-menu.dropdown-dark.pull-right:after {
    left: auto;
    right: 1px;
}
.dropdown-menu.dropdown-dark .dropdown-header {
    padding: 8px 8px 6px;
    color: #a7acb7;
    font-size: 11px;
}
.dropdown-menu.dropdown-dark .divider {
    background: none;
}
.dropdown-menu.dropdown-dark li p, .dropdown-menu.dropdown-dark li a, .dropdown-menu.dropdown-dark .drop-down-wrapper li p, .dropdown-menu.dropdown-dark .drop-down-wrapper li a {
    color: #EDEDED;
    border-bottom-color: #1A1C1E;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 300;
    margin: 0;
    padding: 8px 8px 6px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    white-space: normal !important;
    display: block;
}
.dropdown-menu.dropdown-dark li:last-child a {
    border-bottom: none !important;
    border-radius: 0 0 6px 6px;
}
.dropdown-menu.dropdown-dark > li > a:hover, .dropdown-menu.dropdown-dark > li > a:focus, .dropdown-menu.dropdown-dark .dropdown-submenu:hover > a, .dropdown-menu.dropdown-dark .dropdown-submenu:focus > a, .dropdown-menu.dropdown-dark .drop-down-wrapper li a:hover, .dropdown-menu.dropdown-dark .drop-down-wrapper li a:focus {
    background-color: #212326;
}

.dropdown-menu.dropdown-light {
    background-color: #FFFFFF;
    border: 1px solid rgba(17, 17, 17, 0.15);
    max-width: 300px;
    min-width: 166px;
    border-radius: 0;
    padding: 0;
}
.dropdown-menu.dropdown-light:before, .dropdown-menu.dropdown-light:after {
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.dropdown-menu.dropdown-light:before {
    border-bottom-color: rgba(17, 17, 17, 0.15);
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    border-width: 11px;
    content: "";
    border-top-width: 0;
    content: " ";
    top: -11px;
    left: 1px;
}
.dropdown-menu.dropdown-light:after {
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    border-width: 10px;
    content: "";
    border-bottom-color: #FFFFFF;
    border-top-width: 0;
    content: " ";
    top: -10px;
    left: 2px;
}
.dropdown-menu.dropdown-light.pull-right:after {
    left: auto;
    right: 2px;
}
.dropdown-menu.dropdown-light.pull-right:before {
    left: auto;
    right: 1px;
}
.dropdown-menu.dropdown-light li a {
    border-bottom: 1px solid #DDDDDD;
    font-size: 12px;
    line-height: 24px;
}

/* ---------------------------------------------------------------------- */
/*  Modals
/* ---------------------------------------------------------------------- */
.modal-backdrop {
    z-index: 1040 !important;
}

/* ---------------------------------------------------------------------- */
/*  Labels and Badges
/* ---------------------------------------------------------------------- */
.badge-success {
    background-color: #5CB85C;
}

.badge-success[href]:hover, .badge-success[href]:focus {
    background-color: #449D44;
}

.badge-warning {
    background-color: #F0AD4E;
}

.badge-warning[href]:hover, .badge-warning[href]:focus {
    background-color: #EC971F;
}

.badge-info {
    background-color: #5BC0DE;
}

.badge-info[href]:hover, .badge-info[href]:focus {
    background-color: #31B0D5;
}

.badge-danger {
    background-color: #D9534F;
}

.badge-danger[href]:hover, .badge-danger[href]:focus {
    background-color: #C9302C;
}

.badge-new {
    background-color: #007AFF;
    border-radius: 12px 12px 12px 12px !important;
    font-size: 11px !important;
    font-weight: 300;
    height: 18px;
    padding: 3px 6px;
    text-align: center;
    text-shadow: none !important;
    vertical-align: middle;
}

.label {
    font-size: 85% !important;
    padding: 0.4em 0.6em !important;
}

.label-inverse, .badge-inverse {
    background-color: #555555;
}

/* ---------------------------------------------------------------------- */
/*  Accordion
/* ---------------------------------------------------------------------- */
.accordion .panel {
    background-color: #FFFFFF;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.accordion .panel-heading {
    padding: 0;
    background-image: none;
    height: auto;
    min-height: 0;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.accordion .panel-heading .accordion-toggle {
    background-color: #E6E8E8;
    color: #8b91a0;
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    padding: 10px;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.accordion .panel-heading .accordion-toggle:hover, .accordion .panel-heading .accordion-toggle:focus {
    text-decoration: none;
}
.accordion .panel-heading .accordion-toggle.collapsed {
    background-color: #F3F3F3;
    border-color: #D9D9D9;
    border-width: 0 0 0 1px;
    color: #707788;
    font-weight: 300;
}
.accordion .panel-heading .accordion-toggle.collapsed > .icon-arrow {
    filter: alpha(opacity=75);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}
.accordion .panel-heading .accordion-toggle.collapsed > .icon-arrow:before {
    content: "\f067" !important;
}
.accordion .panel-heading .accordion-toggle > .icon-arrow {
    font-family: FontAwesome;
    font-size: 11px;
    padding: 0 5px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #a7acb7;
}
.accordion .panel-heading .accordion-toggle > .icon-arrow:before {
    content: "\f068";
}
.accordion .panel-body {
    border: none !important;
}
.accordion.panel-group .panel + .panel {
    margin-top: 1px;
}
.accordion.accordion-white .panel-heading .accordion-toggle {
    background-color: white;
}
.accordion.accordion-white .panel-heading .accordion-toggle.collapsed {
    background-color: white;
}
.accordion.accordion-white.panel-group .panel + .panel {
    margin-top: 0;
    border-top: 1px solid #a7acb7;
}

/* ---------------------------------------------------------------------- */
/*  Widgets
/* ---------------------------------------------------------------------- */
.todo {
    list-style: none;
    margin: 0;
    padding: 0;
}
.todo li .todo-actions {
    background: white;
    border-bottom: 1px solid #E4E6EB;
    margin-left: 0 !important;
    padding: 10px 10px 10px 35px !important;
    position: relative;
    display: block;
    color: #8B91A0;
}
.todo li .todo-actions:hover, .todo li .todo-actions:focus {
    text-decoration: none;
    background-color: #F4F6F9 !important;
}
.todo li .todo-actions > i {
    color: #C7CBD5;
    font-size: 18px;
    margin: 0 5px 0 0;
    position: absolute;
    left: 10px;
    top: 11px;
    cursor: pointer;
}
.todo li .label {
    position: absolute;
    right: 10px;
    padding: 6px;
}
.todo .todo-tools {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.clock-wrapper {
    max-height: 100px;
    float: right;
    height: 100%;
    width: 100%;
    margin-top: 10px;
}

.clock {
    position: relative;
    height: 0;
    float: right;
    width: 70%;
    padding-bottom: 70%;
}
.clock .circle {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 100px;
    max-height: 100px;
}
.clock .face {
    background: rgba(255, 255, 255, 0);
    border: 2px solid rgba(255, 255, 255, 0.6);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 100%;
    position: relative;
    width: 100%;
}
.clock .face:after {
    background: #FFFFFF;
    border-radius: 4px;
    content: "";
    display: block;
    height: 8px;
    left: 50%;
    margin: -4px 0 0 -4px;
    position: absolute;
    top: 50%;
    width: 8px;
}
.clock .face:before {
    background: rgba(255, 255, 255, 0);
    border-radius: 50%;
    bottom: 2px;
    content: "";
    display: block;
    left: 2px;
    position: absolute;
    right: 2px;
    top: 2px;
}

#hour {
    background: #FFFFFF;
    border-radius: 5px 0 0 5px;
    height: 0;
    left: 50%;
    margin: -2px 0 -2px -25%;
    padding: 2px 0 2px 25%;
    position: absolute;
    top: 50%;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    width: 0;
}

#minute {
    background: #FFFFFF;
    border-radius: 5px 5px 0 0;
    height: 0;
    left: 50%;
    margin: -40% -2px 0;
    padding: 40% 2px 0;
    position: absolute;
    top: 50%;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    width: 0;
}

#second {
    background: rgba(255, 255, 255, 0.6);
    height: 0;
    left: 50%;
    margin: -40% -1px 0 0;
    padding: 40% 1px 0;
    position: absolute;
    top: 50%;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    width: 0;
}

.panel-white .clock .face, .partition-white .clock .face {
    background: rgba(255, 255, 255, 0);
    border: 2px solid rgba(44, 47, 59, 0.4);
}
.panel-white .clock .face:after, .partition-white .clock .face:after {
    background: rgba(44, 47, 59, 0.4);
}
.panel-white .clock .face:before, .partition-white .clock .face:before {
    background: rgba(44, 47, 59, 0);
}
.panel-white .clock #hour, .partition-white .clock #hour {
    background: rgba(44, 47, 59, 0.4);
    width: 0;
}
.panel-white .clock #minute, .partition-white .clock #minute {
    background: rgba(44, 47, 59, 0.4);
}
.panel-white .clock #second, .partition-white .clock #second {
    background: rgba(44, 47, 59, 0.2);
}

.weather {
    float: right;
    text-align: center;
    width: 70%;
    font-size: 25px;
    margin-bottom: 10px;
    max-width: 100px;
}
.weather > i {
    font-size: 20px;
    line-height: 20px;
    margin-right: 10px;
}

.actual-date {
    display: inline-block;
}
.actual-date .actual-day {
    font-size: 11em;
    line-height: 0.9em;
    font-weight: 600;
    display: block;
}
.actual-date .actual-month {
    font-size: 2em;
    line-height: 0.2em;
    display: block;
    text-align: center;
}

.appointments {
    margin: 0;
    padding: 15px 20px;
    list-style: none;
    position: relative;
}
.appointments .owl-next, .appointments .owl-prev {
    position: absolute;
    top: 0;
    line-height: 70px;
}
.appointments .owl-next {
    right: 0;
}
.appointments .owl-prev {
    left: 0;
}
.appointments span {
    display: block;
}

.mini-stats {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mini-stats li {
    text-align: center;
    margin-bottom: 8px;
    margin-top: 8px;
}
.mini-stats li:last-child {
    border-right: 0 none;
}
.mini-stats .values {
    font-size: 12px;
    padding: 10px 0;
}
.mini-stats .values strong {
    display: block;
    font-size: 18px;
    margin-bottom: 2px;
    line-height: 18px;
}

.mini-stats .sparkline-bar {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

#reportrange {
    cursor: pointer;
}

.jqstooltip {
    width: auto !important;
    height: auto !important;
    padding: 2px 6px !important;
    background-color: rgba(0, 0, 0, 0.7) !important;
    border: 0 !important;
    border-radius: 3px;
}

/* ---------------------------------------------------------------------- */
/*  Style Selector
/* ---------------------------------------------------------------------- */
#style_selector_container {
    padding: 0 20px 10px;
}

.style-main-title {
    background: #D9D9D9;
    border-bottom: 1px solid rgba(23, 24, 26, 0.15);
    color: #000000;
    font-size: 15px;
    height: 44px;
    line-height: 44px;
    text-align: center;
}

.box-title {
    font-size: 12px;
    height: 33px;
    line-height: 33px;
    text-align: center;
}

.input-box {
    padding-bottom: 10px;
    text-align: center;
}

#style_selector .style-toggle {
    background: #ffffff;
    cursor: pointer;
    height: 44px;
    width: 35px;
    border: 1px solid rgba(23, 24, 26, 0.15);
    border-right: none;
    border-radius: 5px 0 0 5px;
    line-height: 44px;
    text-align: center;
    color: #007AFF;
    font-size: 14px;
}

#style_selector > .open:before {
    content: "\e162";
    font-family: 'clip-font';
    line-height: 1;
}

#style_selector > .open {
    background-position: left top;
    left: -35px;
    position: absolute;
    top: 44px;
    width: 35px;
    opacity: 1;
}

#style_selector > .close:before {
    content: "\e163";
    font-family: 'clip-font';
    line-height: 1;
}

#style_selector > .close {
    background-position: left bottom;
    position: absolute;
    right: 0;
    top: 45px;
    width: 35px;
    opacity: 0.9;
}

#style_selector .images {
    padding-bottom: 10px;
    text-align: center;
    position: relative;
}

#style_selector .images img {
    height: 32px;
    margin-bottom: 8px;
    margin-right: 8px;
    width: 32px;
    z-index: 1000;
}

#style_selector .images .form-group {
    width: 50px;
    text-align: center;
    color: #AAA9A9;
    font-size: 10px;
    margin-bottom: 0;
}

#style_selector .images input {
    display: none;
}

#style_selector .images .form-group {
    display: inline-block;
}

#style_selector .images .add-on {
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    display: inline-block;
    font-weight: normal;
    line-height: 20px;
    min-width: 20px;
    padding: 5px;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    width: auto;
    margin-left: 2px;
}

#style_selector .images .add-on i {
    cursor: pointer;
    display: block;
    height: 20px;
    width: 20px;
}

#style_selector .clear_style {
    margin-right: 20px;
}

.style-options {
    height: 25px;
    line-height: 25px;
    text-align: center;
}
.style-options a {
    color: #e6e6e6;
}

/* ---------------------------------------------------------------------- */
/* Tabs
/* ---------------------------------------------------------------------- */
.nav-tabs {
    margin-bottom: 0;
    padding: 0;
}
.nav-tabs > li {
    margin-bottom: -3px;
    text-align: center;
}
.nav-tabs > li.dropdown.active a {
    cursor: pointer;
}
.nav-tabs > li.dropdown .dropdown-menu > .active a, .nav-tabs > li.dropdown .dropdown-menu > .active a:hover, .nav-tabs > li.dropdown .dropdown-menu > .active a:focus {
    background-color: #a7acb7;
    color: white;
}
.nav-tabs > li > a {
    border: 0 none;
    border-radius: 0;
    color: #8E9AA2;
    min-width: 70px;
    padding: 10px 20px;
}
.nav-tabs > li.active a, .nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus {
    border-width: 0;
}
.nav-tabs > .active a, .nav-tabs > .active a:hover, .nav-tabs > .active a:focus {
    border: 0 none;
    -webkit-box-shadow: 1px 1px 2px rgba(44, 47, 59, 0.1) 2px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 2px rgba(44, 47, 59, 0.1) 2px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 2px rgba(44, 47, 59, 0.1) 2px 5px rgba(0, 0, 0, 0.4);
    color: #505458;
}

.panel-tabs, .tabbable {
    background-color: #E6E8E8;
    padding: 1px;
    margin-bottom: 15px;
}

.panel-tabs {
    padding: 0;
}
.panel-tabs .panel-heading {
    background: #E6E8E8;
}
.panel-tabs .panel-body {
    padding: 0;
}
.panel-tabs .tabbable {
    margin: 0;
    padding: 0;
}
.panel-tabs .nav-tabs {
    border: medium none;
    float: right;
    margin-top: -49px;
}
.panel-tabs .nav-tabs > li > a {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.tab-content {
    background-color: #FFFFFF;
    position: relative;
}

.tab-content > .tab-pane, .pill-content > .pill-pane {
    display: none;
    padding: 15px;
}

.tab-content > .active, .pill-content > .active {
    display: block;
    padding: 19px;
}

.tabs-left.tabbable {
    background-color: none;
    padding: 0;
}
.tabs-left .tab-content {
    border-top: 1px solid #E6E8E8;
    border-right: 1px solid #E6E8E8;
    border-bottom: 1px solid #E6E8E8;
    overflow: hidden;
}
.tabs-left > .nav-tabs {
    border: none;
    float: left;
    margin-bottom: 0;
    top: auto;
}
.tabs-left > .nav-tabs > li {
    float: none;
    text-align: left;
}
.tabs-left > .nav-tabs > li > a, .tabs-left > .nav-tabs > li a:focus, .tabs-left > .nav-tabs > li a:hover {
    border-color: #E6E8E8;
    margin: 0 -1px 0 0;
}
.tabs-left > .nav-tabs > li.active > a, .tabs-left > .nav-tabs > li.active a:focus, .tabs-left > .nav-tabs > li.active a:hover {
    border-color: #E6E8E8;
    border-right: none;
    border-left: 1px solid #E6E8E8;
    border-top-width: 1px;
    margin: 0 -1px;
}

.tabs-right.tabbable {
    background-color: none;
    padding: 0;
}
.tabs-right .tab-content {
    border-top: 1px solid #E6E8E8;
    border-left: 1px solid #E6E8E8;
    border-bottom: 1px solid #E6E8E8;
    overflow: hidden;
}
.tabs-right > .nav-tabs {
    border: none;
    float: right;
    margin-bottom: 0;
    top: auto;
}
.tabs-right > .nav-tabs > li {
    text-align: left;
    float: none;
}
.tabs-right > .nav-tabs > li > a, .tabs-right > .nav-tabs > li a:focus, .tabs-right > .nav-tabs > li a:hover {
    border-color: #E6E8E8;
    margin: 0 0 0 -1px;
}
.tabs-right > .nav-tabs > li.active > a, .tabs-right > .nav-tabs > li.active a:focus, .tabs-right > .nav-tabs > li.active a:hover {
    border-color: #E6E8E8;
    border-right: 1px solid #E6E8E8 !important;
    border-left: none;
    border-top-width: 1px;
    margin: 0 -1px;
}

.tabs-below > .nav-tabs {
    border-bottom-width: 0;
    border-color: #E6E8E8;
    margin-bottom: 0;
    margin-top: 0;
    top: auto;
}
.tabs-below > .nav-tabs > li {
    margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a, .tabs-below > .nav-tabs > li a:focus, .tabs-below > .nav-tabs > li a:hover {
    border-color: #E6E8E8;
}
.tabs-below > .nav-tabs > li.active > a, .tabs-below > .nav-tabs > li.active a:focus, .tabs-below > .nav-tabs > li.active a:hover {
    border-bottom: none;
    border-color: transparent #E6E8E8 #E6E8E8;
    margin-top: 0;
}

.partition-dark .nav-tabs {
    border: none;
}
.partition-dark .nav-tabs > li {
    margin-bottom: 0;
}
.partition-dark .nav-tabs > li.active > a, .partition-dark .nav-tabs > li.active > a:hover, .partition-dark .nav-tabs > li.active a:focus {
    background-color: #2c2f3b;
    border: none;
    color: white;
}
.partition-dark .nav-tabs > li.active > a:before, .partition-dark .nav-tabs > li.active a:after {
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.partition-dark .nav-tabs > li.active > a:after {
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
    border: 5px solid transparent;
    border-top-color: #2c2f3b;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    z-index: 1;
}
.partition-dark .nav-tabs > li > a {
    border: none;
    color: #a7acb7;
    padding: 10px 15px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.partition-dark .nav-tabs > li > a:hover, .partition-dark .nav-tabs > li a:focus {
    background-color: #2c2f3b;
}
.partition-dark .tab-content {
    z-index: 0;
    color: #2c2f3b;
}

/* ---------------------------------------------------------------------- */
/*  Login
/* ---------------------------------------------------------------------- */
body.login {
    overflow: visible;
}

body.login {
    background-image: url("../images/bg-img.jpg");
    background-repeat:no-repeat;
    position:relative;
}

body.login .main-login {
    margin-top: 60px;
    position: relative;
}

body.login .logo {
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    color: #fff;
    background: #EB3138;
    padding: 15px 0px;
    opacity: 0.8;
    text-shadow: 2px 1px 0px rgba(0,0,0,0.5);
}

body.login .box-login, body.login .box-forgot, body.login .box-register {
    background: #FFFFFF;
    border-radius: 0px;
    overflow: hidden;
    padding: 15px;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
}

body.login .box-login, body.login .box-forgot, body.login .box-register {
    display: none;
}

body.login .form fieldset {
    border: none;
    margin: 0;
    padding: 10px 0 0;
}

body.login a.forgot {
    color: #909090;
    font-size: 14px;
    position: absolute;
    right: 10px;
    text-shadow: 1px 1px 1px #FFFFFF;
    top: 52px;
}

body.login input.password {
    padding-right: 130px;
}

body.login label {
    color: #7F7F7F;
    font-size: 14px;
    margin-top: 5px;
}

body.login .copyright {
    font-size: 11px;
    margin: 0 auto;
    padding: 10px 10px 0;
    text-align: center;
}

body.login .form-actions:before, body.login .form-actions:after {
    content: "";
    display: table;
    line-height: 0;
}

body.login .form-actions:after {
    clear: both;
}

body.login .form-actions {
    margin-top: 0px;
    padding-top: 0px;
    display: block;
    margin-bottom:15px;
}

body.login .form-actions .checkbox-inline{padding:0px;margin:0px;}

body.login .new-account {
    border-top: 1px dotted #EEEEEE;
    margin-top: 15px;
    padding-top: 10px;
    display: block;
}

/* ---------------------------------------------------------------------- */
/* Horizontal Menu
/* ---------------------------------------------------------------------- */
#horizontal-menu {
    margin: 0;
    border-radius: 0;
    min-height: 40px;
    border: none;
    background: none !important;
    z-index: 1020;
    top: 36px;
}
#horizontal-menu .container {
    padding: 0;
    width: auto !important;
    margin-left: 260px;
}
.sidebar-close #horizontal-menu .container {
    margin-left: 0;
}
.right-sidebar-open #horizontal-menu {
    left: -260px !important;
    right: 260px !important;
}
#horizontal-menu .navbar-collapse {
    padding: 0;
}
#horizontal-menu .navbar-collapse .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 40px;
}
#horizontal-menu .navbar-collapse .navbar-nav > li.active > a:after {
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
    border: 5px solid transparent;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    z-index: 1;
}
#horizontal-menu li.dropdown > a .icon-arrow {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#horizontal-menu li.dropdown > a .icon-arrow:before {
    content: "\f107";
}
#horizontal-menu li.dropdown .label {
    position: absolute !important;
    right: 5px;
}

.mega-menu {
    position: static !important;
}
.mega-menu .dropdown-menu {
    left: 260px;
    right: 0 !important;
}
.sidebar-close .mega-menu .dropdown-menu {
    left: 0;
}
.mega-menu .mega-menu-content {
    padding: 20px 30px;
    line-height: normal !important;
}
.main-navigation .mega-menu .mega-menu-content {
    padding: 0;
}
.mega-menu ul.mega-sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mega-menu ul.mega-sub-menu li a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.mega-menu ul.mega-sub-menu li .active a {
    color: white;
}
.mega-menu ul.mega-sub-menu .mega-menu-sub-title {
    color: #999999;
    display: block;
    font-size: 12px;
    padding-bottom: 5px;
    text-transform: uppercase;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 10px;
}
.main-navigation .mega-menu ul.mega-sub-menu .mega-menu-sub-title {
    padding-left: 40px !important;
    border-bottom: none !important;
    margin: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 5px;
}
.mega-menu ul.mega-sub-menu a {
    display: block;
    font-weight: normal;
    padding: 3px 8px;
    line-height: 1.42857;
    height: auto;
    text-align: left;
    text-decoration: none;
    color: #333333;
}
.mega-menu ul.mega-sub-menu a:hover, .mega-menu ul.mega-sub-menu a:focus {
    text-decoration: none;
}

.horizontal-menu-fixed #horizontal-menu {
    position: fixed;
    right: 0;
    left: 0;
}

.header-default #horizontal-menu {
    position: relative;
    top: 0 !important;
}

.horizontal-menu-fixed .main-container {
    margin-top: 76px !important;
}

.header-default.horizontal-menu-fixed .main-container {
    margin-top: 0 !important;
}

.core-menu {
    margin-bottom: 20px !important;
}

/* ---------------------------------------------------------------------- */
/*  Blog Elements
/* ---------------------------------------------------------------------- */
.blog-photo-stream li {
    display: inline-block;
    margin: 0 5px 8px 0;
    overflow: hidden;
}

.blog-photo-stream img {
    border: 2px solid #9CA5AE;
    padding: 2px;
    width: 60px;
}

.blog-categories li a:before {
    content: "\f105";
    font-family: FontAwesome !important;
    font-size: 8px;
    padding-right: 10px;
    position: relative;
    top: -1px;
}

.blog-posts article {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 50px;
    padding-bottom: 10px;
}

.blog-posts article .flexslider {
    margin-bottom: 25px;
    background: #FFFFFF;
    border: 4px solid #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    position: relative;
}

article .post-meta {
    margin-bottom: 7px;
}

article .post-meta > span {
    display: inline-block;
    padding-right: 10px;
}

.post-page .post-meta, .recent-posts .post-meta {
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    margin: 20px 0;
    padding: 10px 0;
}

div.post-media {
    border-top: 1px solid #EEEEEE;
    margin: 15px 0 0 0;
    padding: 20px 0 15px 0;
}

div.post-author div.img-thumbnail {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

div.post-media p {
    line-height: 20px;
    margin: 0;
    padding: 0;
}

div.post-media h4 i {
    margin-right: 5px;
}

div.post-comments img.media-object {
    height: 60px;
    position: relative;
    top: 2px;
    width: 60px;
}

ul.blog-categories {
    margin-bottom: 35px;
}

ul.blog-categories > li a {
    border-bottom: 1px solid #EDEDDE;
    padding: 8px 20px;
    transition: all 0.3s ease 0s;
}

ul.post-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.post-list li {
    border-bottom: 1px dotted #E2E2E2;
    padding: 15px 0;
    display: block;
    min-height: 90px;
}

ul.post-list .post-image {
    margin-right: 10px;
    float: left;
}

/* ---------------------------------------------------------------------- */
/*  Buttons
/* ---------------------------------------------------------------------- */
.btn {
    transition: all 0.3s ease 0s !important;
}

.btn-azure {
    background-color: #00bdcc;
    border-color: #00a5b3;
    color: white;
}
.btn-azure:hover, .btn-azure:focus, .btn-azure:active, .btn-azure.active {
    background-color: #00a5b3;
    border-color: #008e99;
    color: white;
}
.btn-azure.disabled:hover, .btn-azure.disabled:focus, .btn-azure.disabled:active, .btn-azure.disabled.active, .btn-azure[disabled]:hover, .btn-azure[disabled]:focus, .btn-azure[disabled]:active, .btn-azure[disabled].active, fieldset[disabled] .btn-azure:hover, fieldset[disabled] .btn-azure:focus, fieldset[disabled] .btn-azure:active, fieldset[disabled] .btn-azure.active {
    background-color: #e5fdff;
    border-color: #ccfbff;
    color: white;
}
.btn-azure .caret {
    border-top-color: white;
}
.dropup .btn-azure .caret {
    border-bottom: 4px solid white;
}

.btn-light-azure {
    background-color: #00d5e6;
    border-color: #00bdcc;
    color: white;
}
.btn-light-azure:hover, .btn-light-azure:focus, .btn-light-azure:active, .btn-light-azure.active {
    background-color: #00bdcc;
    border-color: #00a5b3;
    color: white;
}
.btn-light-azure.disabled:hover, .btn-light-azure.disabled:focus, .btn-light-azure.disabled:active, .btn-light-azure.disabled.active, .btn-light-azure[disabled]:hover, .btn-light-azure[disabled]:focus, .btn-light-azure[disabled]:active, .btn-light-azure[disabled].active, fieldset[disabled] .btn-light-azure:hover, fieldset[disabled] .btn-light-azure:focus, fieldset[disabled] .btn-light-azure:active, fieldset[disabled] .btn-light-azure.active {
    background-color: white;
    border-color: #e5fdff;
    color: white;
}
.btn-light-azure .caret {
    border-top-color: white;
}
.dropup .btn-light-azure .caret {
    border-bottom: 4px solid white;
}

.btn-dark-azure {
    background-color: #008e99;
    border-color: #007680;
    color: white;
}
.btn-dark-azure:hover, .btn-dark-azure:focus, .btn-dark-azure:active, .btn-dark-azure.active {
    background-color: #007680;
    border-color: #005f66;
    color: white;
}
.btn-dark-azure.disabled:hover, .btn-dark-azure.disabled:focus, .btn-dark-azure.disabled:active, .btn-dark-azure.disabled.active, .btn-dark-azure[disabled]:hover, .btn-dark-azure[disabled]:focus, .btn-dark-azure[disabled]:active, .btn-dark-azure[disabled].active, fieldset[disabled] .btn-dark-azure:hover, fieldset[disabled] .btn-dark-azure:focus, fieldset[disabled] .btn-dark-azure:active, fieldset[disabled] .btn-dark-azure.active {
    background-color: #b3f9ff;
    border-color: #99f8ff;
    color: white;
}
.btn-dark-azure .caret {
    border-top-color: white;
}
.dropup .btn-dark-azure .caret {
    border-bottom: 4px solid white;
}

.btn-blue {
    background-color: #5f8295;
    border-color: #557485;
    color: white;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active {
    background-color: #557485;
    border-color: #4b6776;
    color: white;
}
.btn-blue.disabled:hover, .btn-blue.disabled:focus, .btn-blue.disabled:active, .btn-blue.disabled.active, .btn-blue[disabled]:hover, .btn-blue[disabled]:focus, .btn-blue[disabled]:active, .btn-blue[disabled].active, fieldset[disabled] .btn-blue:hover, fieldset[disabled] .btn-blue:focus, fieldset[disabled] .btn-blue:active, fieldset[disabled] .btn-blue.active {
    background-color: white;
    border-color: #f8fafb;
    color: white;
}
.btn-blue .caret {
    border-top-color: white;
}
.dropup .btn-blue .caret {
    border-bottom: 4px solid white;
}

.btn-light-blue {
    background-color: #7c9bab;
    border-color: #6c8fa1;
    color: white;
}
.btn-light-blue:hover, .btn-light-blue:focus, .btn-light-blue:active, .btn-light-blue.active {
    background-color: #6c8fa1;
    border-color: #5f8295;
    color: white;
}
.btn-light-blue.disabled:hover, .btn-light-blue.disabled:focus, .btn-light-blue.disabled:active, .btn-light-blue.disabled.active, .btn-light-blue[disabled]:hover, .btn-light-blue[disabled]:focus, .btn-light-blue[disabled]:active, .btn-light-blue[disabled].active, fieldset[disabled] .btn-light-blue:hover, fieldset[disabled] .btn-light-blue:focus, fieldset[disabled] .btn-light-blue:active, fieldset[disabled] .btn-light-blue.active {
    background-color: white;
    border-color: white;
    color: white;
}
.btn-light-blue .caret {
    border-top-color: white;
}
.dropup .btn-light-blue .caret {
    border-bottom: 4px solid white;
}

.btn-dark-blue {
    background-color: #4b6776;
    border-color: #415966;
    color: white;
}
.btn-dark-blue:hover, .btn-dark-blue:focus, .btn-dark-blue:active, .btn-dark-blue.active {
    background-color: #415966;
    border-color: #374c57;
    color: white;
}
.btn-dark-blue.disabled:hover, .btn-dark-blue.disabled:focus, .btn-dark-blue.disabled:active, .btn-dark-blue.disabled.active, .btn-dark-blue[disabled]:hover, .btn-dark-blue[disabled]:focus, .btn-dark-blue[disabled]:active, .btn-dark-blue[disabled].active, fieldset[disabled] .btn-dark-blue:hover, fieldset[disabled] .btn-dark-blue:focus, fieldset[disabled] .btn-dark-blue:active, fieldset[disabled] .btn-dark-blue.active {
    background-color: #e9eef1;
    border-color: #d9e2e7;
    color: white;
}
.btn-dark-blue .caret {
    border-top-color: white;
}
.dropup .btn-dark-blue .caret {
    border-bottom: 4px solid white;
}

.btn-green {
    background-color: #1fbba6;
    border-color: #1ba593;
    color: white;
}
.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active {
    background-color: #1ba593;
    border-color: #188f7f;
    color: white;
}
.btn-green.disabled:hover, .btn-green.disabled:focus, .btn-green.disabled:active, .btn-green.disabled.active, .btn-green[disabled]:hover, .btn-green[disabled]:focus, .btn-green[disabled]:active, .btn-green[disabled].active, fieldset[disabled] .btn-green:hover, fieldset[disabled] .btn-green:focus, fieldset[disabled] .btn-green:active, fieldset[disabled] .btn-green.active {
    background-color: #f5fdfc;
    border-color: #dffaf6;
    color: white;
}
.btn-green .caret {
    border-top-color: white;
}
.dropup .btn-green .caret {
    border-bottom: 4px solid white;
}

.btn-light-green {
    background-color: #30ddc6;
    border-color: #23d1b9;
    color: white;
}
.btn-light-green:hover, .btn-light-green:focus, .btn-light-green:active, .btn-light-green.active {
    background-color: #23d1b9;
    border-color: #1fbba6;
    color: white;
}
.btn-light-green.disabled:hover, .btn-light-green.disabled:focus, .btn-light-green.disabled:active, .btn-light-green.disabled.active, .btn-light-green[disabled]:hover, .btn-light-green[disabled]:focus, .btn-light-green[disabled]:active, .btn-light-green[disabled].active, fieldset[disabled] .btn-light-green:hover, fieldset[disabled] .btn-light-green:focus, fieldset[disabled] .btn-light-green:active, fieldset[disabled] .btn-light-green.active {
    background-color: white;
    border-color: white;
    color: white;
}
.btn-light-green .caret {
    border-top-color: white;
}
.dropup .btn-light-green .caret {
    border-bottom: 4px solid white;
}

.btn-dark-green {
    background-color: #188f7f;
    border-color: #14796c;
    color: white;
}
.btn-dark-green:hover, .btn-dark-green:focus, .btn-dark-green:active, .btn-dark-green.active {
    background-color: #14796c;
    border-color: #106458;
    color: white;
}
.btn-dark-green.disabled:hover, .btn-dark-green.disabled:focus, .btn-dark-green.disabled:active, .btn-dark-green.disabled.active, .btn-dark-green[disabled]:hover, .btn-dark-green[disabled]:focus, .btn-dark-green[disabled]:active, .btn-dark-green[disabled].active, fieldset[disabled] .btn-dark-green:hover, fieldset[disabled] .btn-dark-green:focus, fieldset[disabled] .btn-dark-green:active, fieldset[disabled] .btn-dark-green.active {
    background-color: #c9f6f0;
    border-color: #b4f2ea;
    color: white;
}
.btn-dark-green .caret {
    border-top-color: white;
}
.dropup .btn-dark-green .caret {
    border-bottom: 4px solid white;
}

.btn-orange {
    background-color: #f58a5c;
    border-color: #f47944;
    color: white;
}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active {
    background-color: #f47944;
    border-color: #f2682c;
    color: white;
}
.btn-orange.disabled:hover, .btn-orange.disabled:focus, .btn-orange.disabled:active, .btn-orange.disabled.active, .btn-orange[disabled]:hover, .btn-orange[disabled]:focus, .btn-orange[disabled]:active, .btn-orange[disabled].active, fieldset[disabled] .btn-orange:hover, fieldset[disabled] .btn-orange:focus, fieldset[disabled] .btn-orange:active, fieldset[disabled] .btn-orange.active {
    background-color: white;
    border-color: white;
    color: white;
}
.btn-orange .caret {
    border-top-color: white;
}
.dropup .btn-orange .caret {
    border-bottom: 4px solid white;
}

.btn-light-orange {
    background-color: #f8ac8c;
    border-color: #f69b74;
    color: white;
}
.btn-light-orange:hover, .btn-light-orange:focus, .btn-light-orange:active, .btn-light-orange.active {
    background-color: #f69b74;
    border-color: #f58a5c;
    color: white;
}
.btn-light-orange.disabled:hover, .btn-light-orange.disabled:focus, .btn-light-orange.disabled:active, .btn-light-orange.disabled.active, .btn-light-orange[disabled]:hover, .btn-light-orange[disabled]:focus, .btn-light-orange[disabled]:active, .btn-light-orange[disabled].active, fieldset[disabled] .btn-light-orange:hover, fieldset[disabled] .btn-light-orange:focus, fieldset[disabled] .btn-light-orange:active, fieldset[disabled] .btn-light-orange.active {
    background-color: white;
    border-color: white;
    color: white;
}
.btn-light-orange .caret {
    border-top-color: white;
}
.dropup .btn-light-orange .caret {
    border-bottom: 4px solid white;
}

.btn-dark-orange {
    background-color: #f2682c;
    border-color: #f15614;
    color: white;
}
.btn-dark-orange:hover, .btn-dark-orange:focus, .btn-dark-orange:active, .btn-dark-orange.active {
    background-color: #f15614;
    border-color: #dd4c0e;
    color: white;
}
.btn-dark-orange.disabled:hover, .btn-dark-orange.disabled:focus, .btn-dark-orange.disabled:active, .btn-dark-orange.disabled.active, .btn-dark-orange[disabled]:hover, .btn-dark-orange[disabled]:focus, .btn-dark-orange[disabled]:active, .btn-dark-orange[disabled].active, fieldset[disabled] .btn-dark-orange:hover, fieldset[disabled] .btn-dark-orange:focus, fieldset[disabled] .btn-dark-orange:active, fieldset[disabled] .btn-dark-orange.active {
    background-color: white;
    border-color: white;
    color: white;
}
.btn-dark-orange .caret {
    border-top-color: white;
}
.dropup .btn-dark-orange .caret {
    border-bottom: 4px solid white;
}

.btn-red {
    background-color: #e66b6b;
    border-color: #e25555;
    color: white;
}
.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active {
    background-color: #e25555;
    border-color: #df3f3f;
    color: white;
}
.btn-red.disabled:hover, .btn-red.disabled:focus, .btn-red.disabled:active, .btn-red.disabled.active, .btn-red[disabled]:hover, .btn-red[disabled]:focus, .btn-red[disabled]:active, .btn-red[disabled].active, fieldset[disabled] .btn-red:hover, fieldset[disabled] .btn-red:focus, fieldset[disabled] .btn-red:active, fieldset[disabled] .btn-red.active {
    background-color: white;
    border-color: white;
    color: white;
}
.btn-red .caret {
    border-top-color: white;
}
.dropup .btn-red .caret {
    border-bottom: 4px solid white;
}

.btn-light-red {
    background-color: #ed9797;
    border-color: #ea8181;
    color: white;
}
.btn-light-red:hover, .btn-light-red:focus, .btn-light-red:active, .btn-light-red.active {
    background-color: #ea8181;
    border-color: #e66b6b;
    color: white;
}
.btn-light-red.disabled:hover, .btn-light-red.disabled:focus, .btn-light-red.disabled:active, .btn-light-red.disabled.active, .btn-light-red[disabled]:hover, .btn-light-red[disabled]:focus, .btn-light-red[disabled]:active, .btn-light-red[disabled].active, fieldset[disabled] .btn-light-red:hover, fieldset[disabled] .btn-light-red:focus, fieldset[disabled] .btn-light-red:active, fieldset[disabled] .btn-light-red.active {
    background-color: white;
    border-color: white;
    color: white;
}
.btn-light-red .caret {
    border-top-color: white;
}
.dropup .btn-light-red .caret {
    border-bottom: 4px solid white;
}

.btn-dark-red {
    background-color: #df3f3f;
    border-color: #db2a2a;
    color: white;
}
.btn-dark-red:hover, .btn-dark-red:focus, .btn-dark-red:active, .btn-dark-red.active {
    background-color: #db2a2a;
    border-color: #c92222;
    color: white;
}
.btn-dark-red.disabled:hover, .btn-dark-red.disabled:focus, .btn-dark-red.disabled:active, .btn-dark-red.disabled.active, .btn-dark-red[disabled]:hover, .btn-dark-red[disabled]:focus, .btn-dark-red[disabled]:active, .btn-dark-red[disabled].active, fieldset[disabled] .btn-dark-red:hover, fieldset[disabled] .btn-dark-red:focus, fieldset[disabled] .btn-dark-red:active, fieldset[disabled] .btn-dark-red.active {
    background-color: white;
    border-color: white;
    color: white;
}
.btn-dark-red .caret {
    border-top-color: white;
}
.dropup .btn-dark-red .caret {
    border-bottom: 4px solid white;
}

.btn-purple {
    background-color: #804c75;
    border-color: #704366;
    color: white;
}
.btn-purple:hover, .btn-purple:focus, .btn-purple:active, .btn-purple.active {
    background-color: #704366;
    border-color: #603958;
    color: white;
}
.btn-purple.disabled:hover, .btn-purple.disabled:focus, .btn-purple.disabled:active, .btn-purple.disabled.active, .btn-purple[disabled]:hover, .btn-purple[disabled]:focus, .btn-purple[disabled]:active, .btn-purple[disabled].active, fieldset[disabled] .btn-purple:hover, fieldset[disabled] .btn-purple:focus, fieldset[disabled] .btn-purple:active, fieldset[disabled] .btn-purple.active {
    background-color: #f5eff4;
    border-color: #ecdfe9;
    color: white;
}
.btn-purple .caret {
    border-top-color: white;
}
.dropup .btn-purple .caret {
    border-bottom: 4px solid white;
}

.btn-light-purple {
    background-color: #a05f92;
    border-color: #905684;
    color: white;
}
.btn-light-purple:hover, .btn-light-purple:focus, .btn-light-purple:active, .btn-light-purple.active {
    background-color: #905684;
    border-color: #804c75;
    color: white;
}
.btn-light-purple.disabled:hover, .btn-light-purple.disabled:focus, .btn-light-purple.disabled:active, .btn-light-purple.disabled.active, .btn-light-purple[disabled]:hover, .btn-light-purple[disabled]:focus, .btn-light-purple[disabled]:active, .btn-light-purple[disabled].active, fieldset[disabled] .btn-light-purple:hover, fieldset[disabled] .btn-light-purple:focus, fieldset[disabled] .btn-light-purple:active, fieldset[disabled] .btn-light-purple.active {
    background-color: white;
    border-color: white;
    color: white;
}
.btn-light-purple .caret {
    border-top-color: white;
}
.dropup .btn-light-purple .caret {
    border-bottom: 4px solid white;
}

.btn-dark-purple {
    background-color: #603958;
    border-color: #503049;
    color: white;
}
.btn-dark-purple:hover, .btn-dark-purple:focus, .btn-dark-purple:active, .btn-dark-purple.active {
    background-color: #503049;
    border-color: #40263b;
    color: white;
}
.btn-dark-purple.disabled:hover, .btn-dark-purple.disabled:focus, .btn-dark-purple.disabled:active, .btn-dark-purple.disabled.active, .btn-dark-purple[disabled]:hover, .btn-dark-purple[disabled]:focus, .btn-dark-purple[disabled]:active, .btn-dark-purple[disabled].active, fieldset[disabled] .btn-dark-purple:hover, fieldset[disabled] .btn-dark-purple:focus, fieldset[disabled] .btn-dark-purple:active, fieldset[disabled] .btn-dark-purple.active {
    background-color: #e3cfde;
    border-color: #d9bfd4;
    color: white;
}
.btn-dark-purple .caret {
    border-top-color: white;
}
.dropup .btn-dark-purple .caret {
    border-bottom: 4px solid white;
}

.btn-beige {
    background-color: #cccc99;
    border-color: #c3c488;
    color: white;
}
.btn-beige:hover, .btn-beige:focus, .btn-beige:active, .btn-beige.active {
    background-color: #c3c488;
    border-color: #bbbb77;
    color: white;
}
.btn-beige.disabled:hover, .btn-beige.disabled:focus, .btn-beige.disabled:active, .btn-beige.disabled.active, .btn-beige[disabled]:hover, .btn-beige[disabled]:focus, .btn-beige[disabled]:active, .btn-beige[disabled].active, fieldset[disabled] .btn-beige:hover, fieldset[disabled] .btn-beige:focus, fieldset[disabled] .btn-beige:active, fieldset[disabled] .btn-beige.active {
    background-color: white;
    border-color: white;
    color: white;
}
.btn-beige .caret {
    border-top-color: white;
}
.dropup .btn-beige .caret {
    border-bottom: 4px solid white;
}

.btn-light-beige {
    background-color: #d5d5aa;
    border-color: #cccc99;
    color: white;
}
.btn-light-beige:hover, .btn-light-beige:focus, .btn-light-beige:active, .btn-light-beige.active {
    background-color: #cccc99;
    border-color: #c3c488;
    color: white;
}
.btn-light-beige.disabled:hover, .btn-light-beige.disabled:focus, .btn-light-beige.disabled:active, .btn-light-beige.disabled.active, .btn-light-beige[disabled]:hover, .btn-light-beige[disabled]:focus, .btn-light-beige[disabled]:active, .btn-light-beige[disabled].active, fieldset[disabled] .btn-light-beige:hover, fieldset[disabled] .btn-light-beige:focus, fieldset[disabled] .btn-light-beige:active, fieldset[disabled] .btn-light-beige.active {
    background-color: white;
    border-color: white;
    color: white;
}
.btn-light-beige .caret {
    border-top-color: white;
}
.dropup .btn-light-beige .caret {
    border-bottom: 4px solid white;
}

.btn-dark-beige {
    background-color: #bbbb77;
    border-color: #b3b366;
    color: white;
}
.btn-dark-beige:hover, .btn-dark-beige:focus, .btn-dark-beige:active, .btn-dark-beige.active {
    background-color: #b3b366;
    border-color: #aaaa55;
    color: white;
}
.btn-dark-beige.disabled:hover, .btn-dark-beige.disabled:focus, .btn-dark-beige.disabled:active, .btn-dark-beige.disabled.active, .btn-dark-beige[disabled]:hover, .btn-dark-beige[disabled]:focus, .btn-dark-beige[disabled]:active, .btn-dark-beige[disabled].active, fieldset[disabled] .btn-dark-beige:hover, fieldset[disabled] .btn-dark-beige:focus, fieldset[disabled] .btn-dark-beige:active, fieldset[disabled] .btn-dark-beige.active {
    background-color: white;
    border-color: white;
    color: white;
}
.btn-dark-beige .caret {
    border-top-color: white;
}
.dropup .btn-dark-beige .caret {
    border-bottom: 4px solid white;
}

.btn-yellow {
    background-color: #ffb848;
    border-color: #ffae2e;
    color: white;
}
.btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active, .btn-yellow.active {
    background-color: #ffae2e;
    border-color: #ffa415;
    color: white;
}
.btn-yellow.disabled:hover, .btn-yellow.disabled:focus, .btn-yellow.disabled:active, .btn-yellow.disabled.active, .btn-yellow[disabled]:hover, .btn-yellow[disabled]:focus, .btn-yellow[disabled]:active, .btn-yellow[disabled].active, fieldset[disabled] .btn-yellow:hover, fieldset[disabled] .btn-yellow:focus, fieldset[disabled] .btn-yellow:active, fieldset[disabled] .btn-yellow.active {
    background-color: white;
    border-color: white;
    color: white;
}
.btn-yellow .caret {
    border-top-color: white;
}
.dropup .btn-yellow .caret {
    border-bottom: 4px solid white;
}

.btn-light-yellow {
    background-color: #ffcc7b;
    border-color: #ffc261;
    color: white;
}
.btn-light-yellow:hover, .btn-light-yellow:focus, .btn-light-yellow:active, .btn-light-yellow.active {
    background-color: #ffc261;
    border-color: #ffb848;
    color: white;
}
.btn-light-yellow.disabled:hover, .btn-light-yellow.disabled:focus, .btn-light-yellow.disabled:active, .btn-light-yellow.disabled.active, .btn-light-yellow[disabled]:hover, .btn-light-yellow[disabled]:focus, .btn-light-yellow[disabled]:active, .btn-light-yellow[disabled].active, fieldset[disabled] .btn-light-yellow:hover, fieldset[disabled] .btn-light-yellow:focus, fieldset[disabled] .btn-light-yellow:active, fieldset[disabled] .btn-light-yellow.active {
    background-color: white;
    border-color: white;
    color: white;
}
.btn-light-yellow .caret {
    border-top-color: white;
}
.dropup .btn-light-yellow .caret {
    border-bottom: 4px solid white;
}

.btn-dark-yellow {
    background-color: #ffa415;
    border-color: #fa9900;
    color: white;
}
.btn-dark-yellow:hover, .btn-dark-yellow:focus, .btn-dark-yellow:active, .btn-dark-yellow.active {
    background-color: #fa9900;
    border-color: #e18a00;
    color: white;
}
.btn-dark-yellow.disabled:hover, .btn-dark-yellow.disabled:focus, .btn-dark-yellow.disabled:active, .btn-dark-yellow.disabled.active, .btn-dark-yellow[disabled]:hover, .btn-dark-yellow[disabled]:focus, .btn-dark-yellow[disabled]:active, .btn-dark-yellow[disabled].active, fieldset[disabled] .btn-dark-yellow:hover, fieldset[disabled] .btn-dark-yellow:focus, fieldset[disabled] .btn-dark-yellow:active, fieldset[disabled] .btn-dark-yellow.active {
    background-color: white;
    border-color: white;
    color: white;
}
.btn-dark-yellow .caret {
    border-top-color: white;
}
.dropup .btn-dark-yellow .caret {
    border-bottom: 4px solid white;
}

.btn-grey {
    background-color: #8b91a0;
    border-color: #7d8495;
    color: white;
}
.btn-grey:hover, .btn-grey:focus, .btn-grey:active, .btn-grey.active {
    background-color: #7d8495;
    border-color: #707788;
    color: white;
}
.btn-grey.disabled:hover, .btn-grey.disabled:focus, .btn-grey.disabled:active, .btn-grey.disabled.active, .btn-grey[disabled]:hover, .btn-grey[disabled]:focus, .btn-grey[disabled]:active, .btn-grey[disabled].active, fieldset[disabled] .btn-grey:hover, fieldset[disabled] .btn-grey:focus, fieldset[disabled] .btn-grey:active, fieldset[disabled] .btn-grey.active {
    background-color: white;
    border-color: white;
    color: white;
}
.btn-grey .caret {
    border-top-color: white;
}
.dropup .btn-grey .caret {
    border-bottom: 4px solid white;
}

.btn-light-grey {
    background-color: #a7acb7;
    border-color: #999eab;
    color: white;
}
.btn-light-grey:hover, .btn-light-grey:focus, .btn-light-grey:active, .btn-light-grey.active {
    background-color: #999eab;
    border-color: #8b91a0;
    color: white;
}
.btn-light-grey.disabled:hover, .btn-light-grey.disabled:focus, .btn-light-grey.disabled:active, .btn-light-grey.disabled.active, .btn-light-grey[disabled]:hover, .btn-light-grey[disabled]:focus, .btn-light-grey[disabled]:active, .btn-light-grey[disabled].active, fieldset[disabled] .btn-light-grey:hover, fieldset[disabled] .btn-light-grey:focus, fieldset[disabled] .btn-light-grey:active, fieldset[disabled] .btn-light-grey.active {
    background-color: white;
    border-color: white;
    color: white;
}
.btn-light-grey .caret {
    border-top-color: white;
}
.dropup .btn-light-grey .caret {
    border-bottom: 4px solid white;
}

.btn-dark-grey {
    background-color: #707788;
    border-color: #646b7a;
    color: white;
}
.btn-dark-grey:hover, .btn-dark-grey:focus, .btn-dark-grey:active, .btn-dark-grey.active {
    background-color: #646b7a;
    border-color: #595e6c;
    color: white;
}
.btn-dark-grey.disabled:hover, .btn-dark-grey.disabled:focus, .btn-dark-grey.disabled:active, .btn-dark-grey.disabled.active, .btn-dark-grey[disabled]:hover, .btn-dark-grey[disabled]:focus, .btn-dark-grey[disabled]:active, .btn-dark-grey[disabled].active, fieldset[disabled] .btn-dark-grey:hover, fieldset[disabled] .btn-dark-grey:focus, fieldset[disabled] .btn-dark-grey:active, fieldset[disabled] .btn-dark-grey.active {
    background-color: white;
    border-color: #fbfbfc;
    color: white;
}
.btn-dark-grey .caret {
    border-top-color: white;
}
.dropup .btn-dark-grey .caret {
    border-bottom: 4px solid white;
}

.btn-transparent-white {
    background: none;
    border-color: rgba(255, 255, 255, 0.6);
    border-width: 1px;
    color: white !important;
}
.btn-transparent-white:hover, .btn-transparent-white:focus, .btn-transparent-white:active, .btn-transparent-white.active {
    background-color: rgba(44, 47, 59, 0.1);
    border-color: rgba(255, 255, 255, 0.8);
}
.btn-transparent-white.disabled:hover, .btn-transparent-white.disabled:focus, .btn-transparent-white.disabled:active, .btn-transparent-white.disabled.active, .btn-transparent-white[disabled]:hover, .btn-transparent-white[disabled]:focus, .btn-transparent-white[disabled]:active, .btn-transparent-white[disabled].active, fieldset[disabled] .btn-transparent-white:hover, fieldset[disabled] .btn-transparent-white:focus, fieldset[disabled] .btn-transparent-white:active, fieldset[disabled] .btn-transparent-white.active {
    background: none;
    border-color: rgba(255, 255, 255, 0.3);
    color: white;
}
.btn-transparent-white .caret {
    border-top-color: rgba(44, 47, 59, 0.1);
}
.dropup .btn-transparent-white .caret {
    border-bottom: 4px solid rgba(44, 47, 59, 0.1);
}

.btn-transparent-grey {
    background: none;
    border-color: rgba(228, 228, 228, 0.3);
    border-width: 1px;
    color: #8b91a0 !important;
}
.btn-transparent-grey:hover, .btn-transparent-grey:focus, .btn-transparent-grey:active, .btn-transparent-grey.active {
    background-color: rgba(139, 145, 160, 0.1);
    border-color: rgba(139, 145, 160, 0.6);
    box-shadow: none !important;
}
.btn-transparent-grey.disabled:hover, .btn-transparent-grey.disabled:focus, .btn-transparent-grey.disabled:active, .btn-transparent-grey.disabled.active, .btn-transparent-grey[disabled]:hover, .btn-transparent-grey[disabled]:focus, .btn-transparent-grey[disabled]:active, .btn-transparent-grey[disabled].active, fieldset[disabled] .btn-transparent-grey:hover, fieldset[disabled] .btn-transparent-grey:focus, fieldset[disabled] .btn-transparent-grey:active, fieldset[disabled] .btn-transparent-grey.active {
    background: none;
    border-color: rgba(139, 145, 160, 0.3);
    color: #8b91a0;
}
.btn-transparent-grey .caret {
    border-top-color: #8b91a0;
}
.dropup .btn-transparent-grey .caret {
    border-bottom: 4px solid #8b91a0;
}

.btn-transparent-red {
    background: none;
    border-color: rgba(230, 107, 107, 0.6);
    border-width: 2px;
    color: #e66b6b !important;
}
.btn-transparent-red:hover, .btn-transparent-red:focus, .btn-transparent-red:active, .btn-transparent-red.active {
    background-color: rgba(230, 107, 107, 0.1);
    border-color: rgba(230, 107, 107, 0.8);
}
.btn-transparent-red.disabled:hover, .btn-transparent-red.disabled:focus, .btn-transparent-red.disabled:active, .btn-transparent-red.disabled.active, .btn-transparent-red[disabled]:hover, .btn-transparent-red[disabled]:focus, .btn-transparent-red[disabled]:active, .btn-transparent-red[disabled].active, fieldset[disabled] .btn-transparent-red:hover, fieldset[disabled] .btn-transparent-red:focus, fieldset[disabled] .btn-transparent-red:active, fieldset[disabled] .btn-transparent-red.active {
    background: none;
    border-color: rgba(230, 107, 107, 0.3);
    color: #e66b6b;
}
.btn-transparent-red .caret {
    border-top-color: white;
}
.dropup .btn-transparent-red .caret {
    border-bottom: 4px solid white;
}

.btn-squared {
    border-radius: 0 !important;
}

.btn-icon {
    background-color: #EFEFEF;
    background-image: -moz-linear-gradient(center top, #fafafa, #efefef);
    border: 1px solid #DDDDDD;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    cursor: pointer;
    height: 80px;
    display: block;
    font-size: 14px;
    padding: 5px 0 0;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
    color: #333333;
}

.btn-icon:hover {
    border-color: #A5A5A5;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    color: #444444;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
}

.btn-icon .badge {
    border-radius: 12px 12px 12px 12px !important;
    border-style: solid;
    border-width: 0;
    box-shadow: none;
    color: #FFFFFF !important;
    font-size: 11px !important;
    font-weight: 300;
    padding: 3px 7px;
    position: absolute;
    right: -5px;
    text-shadow: none;
    top: -5px;
}

.btn-icon [class^="fa-"], .btn-icon [class*=" fa-"] {
    clear: both;
    display: block;
}

.buttons-widget .btn, .buttons-widget .bootstrap-switch, .buttons-widget button {
    margin-bottom: 5px;
}

.buttons-widget .btn-group button, .buttons-widget .btn-group-vertical button, .buttons-widget .btn-group .btn, .buttons-widget .btn-group-vertical .btn {
    margin-bottom: 0;
}

/***
Dropdown checkboxes
***/
.dropdown-checkboxes {
    padding: 5px;
}
.dropdown-checkboxes label {
    display: block;
    font-weight: normal;
    line-height: 20px;
}

/***
Social Icons
***/
.social-icons ul {
    list-style: none;
    margin: 0 0 -1px 0;
    padding: 0;
}
.social-icons ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    height: 40px;
    overflow: hidden;
}
.social-icons ul li a {
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 80px;
    opacity: 0.6;
    text-indent: -9999px;
    transition: all 0.2s ease 0s;
    width: 40px;
    top: 0;
    font-size: 16px;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.social-icons ul li a:hover {
    top: -40px;
}
.social-icons ul li a:before {
    position: absolute;
    width: 40px;
    height: 40px;
    font-family: FontAwesome;
    text-indent: 0;
    line-height: 40px;
    top: 0;
    left: 0;
    text-align: center;
    color: #999999;
}
.social-icons ul li a:after {
    position: absolute;
    width: 40px;
    height: 40px;
    font-family: FontAwesome;
    text-indent: 0;
    line-height: 40px;
    top: 40px;
    left: 0;
    text-align: center;
    color: #FFFFFF;
}
.social-icons ul li.social-twitter a:before, .social-icons ul li.social-twitter a:after {
    content: "\f099";
}
.social-icons ul li.social-twitter a:after {
    background: #48C4D2;
}
.social-icons ul li.social-dribbble a:before, .social-icons ul li.social-dribbble a:after {
    content: "\f17d";
}
.social-icons ul li.social-dribbble a:after {
    background: #EF5B92;
}
.social-icons ul li.social-facebook a:before, .social-icons ul li.social-facebook a:after {
    content: "\f09a";
}
.social-icons ul li.social-facebook a:after {
    background: #3B5998;
}
.social-icons ul li.social-google a:before, .social-icons ul li.social-google a:after {
    content: "\f0d5";
}
.social-icons ul li.social-google a:after {
    background: #DD4B39;
}
.social-icons ul li.social-linkedin a:before, .social-icons ul li.social-linkedin a:after {
    content: "\f0e1";
}
.social-icons ul li.social-linkedin a:after {
    background: #71B2D0;
}
.social-icons ul li.social-youtube a:before, .social-icons ul li.social-youtube a:after {
    content: "\f167";
}
.social-icons ul li.social-youtube a:after {
    background: #F45750;
}
.social-icons ul li.social-rss a:before, .social-icons ul li.social-rss a:after {
    content: "\f09e";
}
.social-icons ul li.social-rss a:after {
    background: #FE9900;
}
.social-icons ul li.social-behance a:before, .social-icons ul li.social-behance a:after {
    content: "\f1b4";
}
.social-icons ul li.social-behance a:after {
    background: #5EB5FB;
}
.social-icons ul li.social-dropbox a:before, .social-icons ul li.social-dropbox a:after {
    content: "\f16b";
}
.social-icons ul li.social-dropbox a:after {
    background: #85BEEC;
}
.social-icons ul li.social-github a:before, .social-icons ul li.social-github a:after {
    content: "\f09b";
}
.social-icons ul li.social-github a:after {
    background: #94A5B0;
}
.social-icons ul li.social-skype a:before, .social-icons ul li.social-skype a:after {
    content: "\f17e";
}
.social-icons ul li.social-skype a:after {
    background: #70CCEF;
}
.social-icons ul li.social-spotify a:before, .social-icons ul li.social-spotify a:after {
    content: "\f1bc";
}
.social-icons ul li.social-spotify a:after {
    background: #8BD05A;
}
.social-icons ul li.social-stumbleupon a:before, .social-icons ul li.social-stumbleupon a:after {
    content: "\f1a4";
}
.social-icons ul li.social-stumbleupon a:after {
    background: #F08066;
}
.social-icons ul li.social-tumblr a:before, .social-icons ul li.social-tumblr a:after {
    content: "\f173";
}
.social-icons ul li.social-tumblr a:after {
    background: #85A5C3;
}
.social-icons ul li.social-vimeo a:before, .social-icons ul li.social-vimeo a:after {
    content: "\f194";
}
.social-icons ul li.social-vimeo a:after {
    background: #7C99A8;
}
.social-icons ul li.social-wordpress a:before, .social-icons ul li.social-wordpress a:after {
    content: "\f19a";
}
.social-icons ul li.social-wordpress a:after {
    background: #649EB9;
}
.social-icons ul li.social-xing a:before, .social-icons ul li.social-xing a:after {
    content: "\f168";
}
.social-icons ul li.social-xing a:after {
    background: #4F9394;
}
.social-icons ul li.social-yahoo a:before, .social-icons ul li.social-yahoo a:after {
    content: "\f19e";
}
.social-icons ul li.social-yahoo a:after {
    background: #C38DCF;
}
.social-icons ul li.social-vk a:before, .social-icons ul li.social-vk a:after {
    content: "\f189";
}
.social-icons ul li.social-vk a:after {
    background: #708FAC;
}
.social-icons ul li.social-instagram a:before, .social-icons ul li.social-instagram a:after {
    content: "\f16d";
}
.social-icons ul li.social-instagram a:after {
    background: #CBAA97;
}
.social-icons ul li.social-reddit a:before, .social-icons ul li.social-reddit a:after {
    content: "\f1a1";
}
.social-icons ul li.social-reddit a:after {
    background: #FF7A52;
}
.social-icons ul li.social-flickr a:before, .social-icons ul li.social-flickr a:after {
    content: "\f16e";
}
.social-icons ul li.social-flickr a:after {
    background: #FF4DA9;
}
.social-icons ul li.social-foursquare a:before, .social-icons ul li.social-foursquare a:after {
    content: "\f180";
}
.social-icons ul li.social-foursquare a:after {
    background: #6FCCF4;
}

/* ---------------------------------------------------------------------- */
/*  Icons
/* ---------------------------------------------------------------------- */
.fa-round {
    border: 0.1em solid #eee;
    border-radius: 100%;
    padding: 0.2em 0.25em 0.15em;
}

.the-icons {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}
.the-icons .fa-hover {
    border-radius: 4px;
    display: block;
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    color: #8B91A0;
    cursor: pointer;
    -moz-transition: font-size 0.2s ease 0s;
    -o-transition: font-size 0.2s ease 0s;
    -webkit-transition: font-size 0.2s ease 0s;
    -ms-transition: font-size 0.2s ease 0s;
    transition: font-size 0.2s ease 0s;
}
.the-icons .fa-hover:hover {
    font-size: 26px;
}
.the-icons .fa-hover:hover .fa {
    font-size: 26px;
}
.the-icons .fa-hover .fa {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    text-align: right;
    width: 32px;
}

/* ---------------------------------------------------------------------- */
/*  User profile
/* ---------------------------------------------------------------------- */
.user-left {
    border-right: 1px solid #DDDDDD;
    padding-right: 15px;
}

.user-left a:hover, .user-left a:focus {
    text-decoration: none;
}

.user-left td .edit-user-info {
    visibility: hidden;
}

.user-left tr:hover .edit-user-info {
    visibility: visible;
}

.user-left .user-image {
    position: relative;
    display: inline-block;
}

.user-image .user-image-buttons {
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
}

.user-image:hover .user-image-buttons {
    display: block;
}

.user-edit-image-buttons {
    display: inline;
}

#projects .progress {
    margin-bottom: 0;
}

.activities {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.activities li a {
    background: white;
    border-bottom: 1px solid #E4E6EB;
    font-size: 12px;
    margin-left: 0 !important;
    padding: 10px 100px 10px 10px !important;
    position: relative;
    display: block;
    color: #8b91a0;
}

.activities li .activity:hover, .activities li .activity:focus {
    text-decoration: none;
    background-color: #F4F6F9 !important;
}

.activities li .activity .circle-icon {
    font-size: 16px !important;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
}

.activities li .activity img {
    margin-right: 10px;
}

.activities li .time {
    position: absolute;
    right: 10px;
    top: 30px;
    color: #CCCCCC;
}

/* ---------------------------------------------------------------------- */
/*  Invoice
/* ---------------------------------------------------------------------- */
.invoice {
    margin-bottom: 20px;
}

.invoice .invoice-logo {
    margin-bottom: 20px;
}

.invoice table {
    margin: 30px 0;
}

.invoice .invoice-logo p {
    font-size: 26px;
    line-height: 28px;
    padding: 25px 0;
    text-align: right;
}

.invoice .invoice-logo p span {
    display: block;
    font-size: 14px;
}

.invoice h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300 !important;
}

.invoice-details {
    padding-top: 30px;
}

.invoice .invoice-block {
    text-align: right;
}

.invoice .invoice-block .amounts {
    font-size: 14px;
    margin-top: 20px;
}

/* ---------------------------------------------------------------------- */
/*  Timeline
/* ---------------------------------------------------------------------- */
div.timeline {
    margin: 0 100px 0 0;
    overflow: hidden;
    position: relative;
}
div.timeline .columns {
    margin: 0;
    padding: 0;
    list-style: none;
}
div.timeline .columns > li:nth-child(2n+1) {
    float: left;
    width: 50%;
    clear: left;
}
div.timeline .columns > li:nth-child(2n+1) .timeline_element {
    float: right;
    left: 10%;
    margin-right: 30px;
    left: 0;
    opacity: 1;
}
div.timeline .columns > li:nth-child(2n+1) .timeline_element:before {
    right: -27px;
    top: 15px;
}
div.timeline .columns > li:nth-child(2n+1) .timeline_element:after {
    right: -35px;
    top: 10px;
}
div.timeline .columns > li:nth-child(2n+2) {
    float: right;
    margin-top: 20px;
    width: 50%;
    clear: right;
}
div.timeline .columns > li:nth-child(2n+2) .timeline_element {
    float: left;
    margin-left: 30px;
    right: 10%;
    opacity: 1;
    right: 0;
}
div.timeline .columns > li:nth-child(2n+2) .timeline_element:before {
    left: -27px;
    top: 15px;
}
div.timeline .columns > li:nth-child(2n+2) .timeline_element:after {
    left: -35px;
    top: 10px;
}
div.timeline .date_separator {
    clear: both;
    height: 60px;
    position: relative;
    text-align: center;
}
div.timeline .date_separator span {
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    margin-top: -16px;
    position: absolute;
    top: -200%;
    width: 200px;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    border: 1px solid #707788;
    background-color: #8b91a0;
    color: white;
}
div.timeline .spine {
    border-radius: 2px;
    position: absolute;
    top: 0;
    width: 4px;
    left: 50%;
    margin-left: -2px;
    bottom: 0;
    background-color: #dfe1e5;
}
div.timeline .column_center .timeline_element {
    margin: 20px auto;
    opacity: 1;
}
div.timeline .column_center .timeline_element:before, div.timeline .column_center .timeline_element:after {
    display: none;
}

.timeline_element {
    border-radius: 5px;
    clear: both;
    margin: 10px 0;
    padding: 20px;
    opacity: 0;
    position: relative;
    transition: all 0.2s linear 0s;
    min-width: 66.6667%;
    text-shadow: none;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}
.timeline_element.partition-white {
    border: 1px solid #dfe1e5;
}
.timeline_element.partition-white:hover {
    border: 1px solid #d1d3d9;
}
.timeline_element.partition-white:after {
    background-color: white;
}
.timeline_element.partition-white:hover:after {
    background-color: #707788;
    border: 1px solid white;
}
.timeline_element.partition-green {
    border: none;
    color: white;
}
.timeline_element.partition-green:hover {
    border: none;
}
.timeline_element.partition-green:after {
    background-color: #1fbba6;
}
.timeline_element.partition-green:hover:after {
    background-color: white;
    border: 1px solid #1fbba6;
}
.timeline_element.partition-orange {
    border: none;
    color: white;
}
.timeline_element.partition-orange:hover {
    border: none;
}
.timeline_element.partition-orange:after {
    background-color: #f58a5c;
}
.timeline_element.partition-orange:hover:after {
    background-color: white;
    border: 1px solid #f58a5c;
}
.timeline_element.partition-blue {
    border: none;
    color: white;
}
.timeline_element.partition-blue:hover {
    border: none;
}
.timeline_element.partition-blue:after {
    background-color: #5f8295;
}
.timeline_element.partition-blue:hover:after {
    background-color: white;
    border: 1px solid #5f8295;
}
.timeline_element.partition-red {
    border: none;
    color: white;
}
.timeline_element.partition-red:hover {
    border: none;
}
.timeline_element.partition-red:after {
    background-color: #e66b6b;
}
.timeline_element.partition-red:hover:after {
    background-color: white;
    border: 1px solid #e66b6b;
}
.timeline_element.partition-azure {
    border: none;
    color: white;
}
.timeline_element.partition-azure:hover {
    border: none;
}
.timeline_element.partition-azure:after {
    background-color: #00bdcc;
}
.timeline_element.partition-azure:hover:after {
    background-color: white;
    border: 1px solid #00bdcc;
}
.timeline_element.partition-purple {
    border: none;
    color: white;
}
.timeline_element.partition-purple:hover {
    border: none;
}
.timeline_element.partition-purple:after {
    background-color: #804c75;
}
.timeline_element.partition-purple:hover:after {
    background-color: white;
    border: 1px solid #804c75;
}
.timeline_element:hover {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.timeline_element:before {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 26px;
    border-top: 1px dashed #CCCCCC;
}
.timeline_element:after {
    border-radius: 100%;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    width: 10px;
    background-color: #BBBBBB;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
.timeline_element:hover:after {
    z-index: 100;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    z-index: 100;
}
.timeline_element .timeline_title {
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    padding-top: 10px;
}
.timeline_element .timeline_date {
    display: block;
}
.timeline_element .timeline_date .day {
    font-size: 52px;
    letter-spacing: -2px;
}
.timeline_element .timeline_content {
    padding-top: 10px;
}
.timeline_element .readmore {
    padding: 10px;
    text-align: right;
}

.timeline-scrubber {
    padding: 8px 0 8px 1px;
    top: 60px;
    right: 0;
    width: 100px;
    z-index: 1;
    list-style: none;
    position: absolute;
}
.timeline-scrubber li {
    margin-bottom: 1px;
}
.timeline-scrubber li:nth-last-child(2) a {
    border-color: #c3c6ce;
    color: #c3c6ce;
}
.timeline-scrubber li:last-child a {
    border-color: #d1d3d9;
    color: #d1d3d9;
}
.timeline-scrubber a {
    border-left: 5px solid #a7acb7;
    color: #a7acb7;
    display: block;
    font-weight: normal;
    outline: medium none;
    padding: 4px 0 4px 6px;
}
.timeline-scrubber a:hover {
    border-color: #707788 !important;
    color: #707788 !important;
}
.timeline-scrubber .selected > a {
    border-left-color: #707788 !important;
    color: #707788 !important;
    font-weight: bold !important;
}

/* ie8 fixes */
.ie8 div.timeline_element:after {
    display: none;
}

.ie8 div.timeline_element:before {
    display: none;
}

/**/
/* ---------------------------------------------------------------------- */
/*  Calendar
/* ---------------------------------------------------------------------- */
#calendar {
    position: relative;
}

.fc-event {
    padding: 2px;
}

.fc-day-number {
    margin: 2px 2px 0 0;
}

.fc-header-title h2 {
    color: #666666;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    letter-spacing: -1px;
}

.fc-today .fc-day-number {
    font-weight: bold;
}

.fc-state-highlight {
    background: #F5F5F5 !important;
}

.fc-button {
    color: #858585 !important;
    height: 40px;
    line-height: 40px;
    opacity: 0.6;
}

.fc-button:hover {
    opacity: 1;
}

.fc-button-prev, .fc-button-next {
    padding: 0;
    width: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
    text-indent: -9999px;
}

.fc-button-prev .fc-text-arrow, .fc-button-next .fc-text-arrow {
    font-weight: bold;
}

.fc-button-prev:after, .fc-button-next:after {
    font-family: FontAwesome;
    text-indent: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
}

.fc-button-prev:after {
    content: "\f104";
}

.fc-button-next:after {
    content: "\f105";
}

.fc-state-default {
    background-color: #ffffff !important;
    background-image: none !important;
    border-color: #DDDDDD !important;
    box-shadow: none !important;
    color: #666666;
    text-shadow: none !important;
    border-radius: 0 !important;
}

.fc-state-down, .fc-state-active {
    opacity: 1;
}

.fc-header-left {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 50% !important;
}

.fc-header-right {
    position: absolute !important;
    top: 0;
    right: 0;
    width: 50% !important;
}

.fc-header-center {
    display: block !important;
    padding-top: 60px !important;
}

.event-category {
    color: #ffffff;
    padding: 5px;
    border-radius: 3px;
    margin: 5px 0;
}

.label-default, .badge-default {
    background-color: #3A87AD !important;
    border-color: #3A87AD !important;
}

.label-orange, .badge-orange {
    background-color: #E6674A !important;
    border-color: #E6674A !important;
}

.label-purple, .badge-purple {
    background-color: #57517B !important;
    border-color: #57517B !important;
}

.label-yellow, .badge-yellow {
    background-color: #FFB848 !important;
    border-color: #FFB848 !important;
}

.label-teal, .badge-teal {
    background-color: #569099 !important;
    border-color: #569099 !important;
}

.label-beige, .badge-beige {
    background-color: #CCCC99 !important;
    border-color: #CCCC99 !important;
}

.label-green, .badge-green {
    background-color: #3D9400 !important;
    border-color: #3D9400 !important;
}

.fc-border-separate tr.fc-last th {
    border-top: none !important;
    border-left: none !important;
}

.fc-border-separate th.fc-last {
    border-right: none !important;
}

.fc-grid th {
    text-align: right;
}

.fc-event {
    background-color: #F0F0F0;
    border: none;
    color: #333333;
    font-size: 12px;
}

.fc-event .fc-event-title:before, .event-category:before {
    content: "\f111";
    font-family: FontAwesome;
    font-size: 6px;
    line-height: 16px;
    padding-right: 5px;
    color: #00AEFF;
    float: left;
}

.event-category {
    color: #858585;
}

.event-category:before {
    line-height: 20px;
}

.event-cancelled .fc-event-title:before, .event-category.event-cancelled:before {
    color: #E6C800;
}

.event-home .fc-event-title:before, .event-category.event-home:before {
    color: #FF2968;
}

.event-overtime .fc-event-title:before, .event-category.event-overtime:before {
    color: #711A76;
}

.event-generic .fc-event-title:before, .event-category.event-generic:before {
    color: #00AEFF;
}

.event-job .fc-event-title:before, .event-category.event-job:before {
    color: #882F00;
}

.event-offsite .fc-event-title:before, .event-category.event-offsite:before {
    color: #44A703;
}

.event-todo .fc-event-title:before, .event-category.event-todo:before {
    color: #FF3B30;
}

.fc-view-month .fc-event-time {
    display: none;
}

#readFullEvent, #newFullEvent {
    display: none;
}

#readFullEvent .event-content {
    background: url("../images/line.png");
    color: #858585;
    line-height: 18px;
    margin: 15px 0 0 0;
    padding: 0;
}

#readFullEvent .event-start, #readFullEvent .event-end {
    color: #858585;
    margin: 15px 0 0 0;
    padding: 10px;
    margin-top: 20px;
    background: #EEEEEE;
}

#readFullEvent .event-allday {
    color: #858585;
}

#readFullEvent .event-allday i {
    color: #00AAFF;
}

#readFullEvent .event-start p, #readFullEvent .event-end p {
    margin: 0 0 5px 0;
}

#readFullEvent .event-day h2, #readFullEvent .event-date h3, #readFullEvent .event-date h4 {
    margin: 0;
    padding: 0;
}

#readFullEvent .event-day h2 {
    font-size: 45px;
    line-height: 30px;
    margin-right: 5px;
}

#readFullEvent .event-date h3 {
    font-size: 15px;
    line-height: 20px;
}

#readFullEvent .event-date h4 {
    font-size: 12px;
}

#readFullEvent .event-day, #readFullEvent .event-date, #readFullEvent .event-time {
    display: inline-block;
}

#readFullEvent .event-time {
    margin-left: 20px;
}

#readFullEvent .event-time h3 {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

#readFullEvent .event-category:before {
    line-height: 18px;
    padding-right: 0;
}

/* ---------------------------------------------------------------------- */
/*  Messages
/* ---------------------------------------------------------------------- */
.panel-body.messages {
    padding: 0;
}

.messages-list {
    border-right: 1px solid #dfe1e5;
    list-style: none;
    margin: 0;
    padding: 0;
}
.messages-list .messages-item {
    border-bottom: 1px solid #dfe1e5;
    padding: 5px 15px 5px 25px;
    position: relative;
}
.messages-list .messages-item:hover {
    background-color: #fbfbfc;
    cursor: pointer !important;
}
.messages-list .messages-item:hover .messages-item-star {
    filter: alpha(opacity=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}
.messages-list .messages-item.active {
    background-color: #f6f6f7;
}
.messages-list .messages-item.starred .messages-item-star {
    display: block;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.messages-list .messages-item span {
    color: #8b91a0;
    display: block;
}
.messages-list .messages-item .messages-item-star, .messages-list .messages-item .messages-item-attachment, .messages-list .messages-item .messages-item-time, .messages-list .messages-item .messages-item-actions {
    position: absolute;
}
.messages-list .messages-item .messages-item-star {
    color: #1fbba6;
    left: 7px;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -moz-transition: opacity 0.3s ease-in-out 0s;
    -o-transition: opacity 0.3s ease-in-out 0s;
    -webkit-transition: opacity 0.3s ease-in-out 0s;
    -ms-transition: opacity 0.3s ease-in-out 0s;
    transition: opacity 0.3s ease-in-out 0s;
}
.messages-list .messages-item .messages-item-star:hover, .messages-list .messages-item .messages-item-star:active, .messages-list .messages-item .messages-item-star:focus {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.messages-list .messages-item .messages-item-attachment {
    left: 7px;
    top: 25px;
    color: #5f8295;
}
.messages-list .messages-item .messages-item-avatar {
    border-radius: 4px;
    float: left;
    height: 40px;
    width: 40px;
}
.messages-list .messages-item .messages-item-from, .messages-list .messages-item .messages-item-subject {
    margin-left: 45px;
}
.messages-list .messages-item .messages-item-from {
    font-weight: bold;
    margin-top: 2px;
    color: #707788;
}
.messages-list .messages-item .messages-item-time {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    right: 15px;
    top: 8px;
    -moz-transition: opacity 0.3s ease-in-out 0s;
    -o-transition: opacity 0.3s ease-in-out 0s;
    -webkit-transition: opacity 0.3s ease-in-out 0s;
    -ms-transition: opacity 0.3s ease-in-out 0s;
    transition: opacity 0.3s ease-in-out 0s;
}
.messages-list .messages-item .messages-item-time:hover .text {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.messages-list .messages-item .messages-item-time:hover .messages-item-actions {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.messages-list .messages-item .messages-item-time .text {
    color: #8b91a0;
    font-size: 11px;
}
.messages-list .messages-item .messages-item-time .messages-item-actions {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    right: 0;
    top: 0;
    -moz-transition: opacity 0.3s ease-in-out 0s;
    -o-transition: opacity 0.3s ease-in-out 0s;
    -webkit-transition: opacity 0.3s ease-in-out 0s;
    -ms-transition: opacity 0.3s ease-in-out 0s;
    transition: opacity 0.3s ease-in-out 0s;
    width: 65px;
}
.messages-list .messages-item .messages-item-time .messages-item-actions > a, .messages-list .messages-item .messages-item-time .messages-item-actions .dropdown > a {
    margin-left: 5px;
}
.messages-list .messages-item .messages-item-time .messages-item-actions > div {
    display: inline-block;
}
.messages-list .messages-item .messages-item-time .messages-item-actions .dropdown-menu {
    margin-top: 0;
}
.messages-list .messages-item .messages-item-time .messages-item-actions .tag-icon {
    border-radius: 30px;
    display: inline-block;
    height: 11px;
    margin: 0 5px 0 -13px;
    width: 11px;
}
.messages-list .messages-item .messages-item-time .messages-item-actions .tag-icon.red {
    background: #e66b6b;
}
.messages-list .messages-item .messages-item-time .messages-item-actions .tag-icon.blue {
    background: #5f8295;
}
.messages-list .messages-item .messages-item-time .messages-item-actions .tag-icon.green {
    background: #1fbba6;
}
.messages-list .messages-item .messages-item-subject {
    font-size: 12px;
    margin-bottom: 4px;
}
.messages-list .messages-item .messages-item-preview {
    color: #707788;
    font-size: 12px;
}
.messages-list .messages-search {
    border-bottom: 1px solid #dfe1e5;
    padding: 0 15px 15px 15px;
    position: relative;
}

.messages-content {
    background-color: none;
    border-top: 1px solid #dfe1e5;
    height: auto;
    position: relative;
    color: #8b91a0;
}
.messages-content .message-header {
    border-bottom: 1px solid #dfe1e5;
    padding: 10px 15px;
}
.messages-content .message-header .message-from {
    font-weight: bold;
    color: #707788;
}
.messages-content .message-header .message-to {
    color: #a7acb7;
}
.messages-content .message-header .message-time {
    color: #a7acb7;
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 11px;
}
.messages-content .message-header .message-actions {
    left: 50%;
    margin-left: -60px;
    position: absolute;
    width: 120px;
    font-size: 13px;
}
.messages-content .message-header .message-actions a {
    background-color: white;
    border-bottom: 1px solid #dfe1e5;
    border-left: 1px solid #dfe1e5;
    border-top: 1px solid #dfe1e5;
    color: #a7acb7;
    margin: 0 0 0 -4px;
    padding: 4px 7px;
}
.messages-content .message-header .message-actions a i {
    -moz-transition: opacity 0.3s ease-in-out 0s;
    -o-transition: opacity 0.3s ease-in-out 0s;
    -webkit-transition: opacity 0.3s ease-in-out 0s;
    -ms-transition: opacity 0.3s ease-in-out 0s;
    transition: opacity 0.3s ease-in-out 0s;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
.messages-content .message-header .message-actions a:hover {
    color: #1fbba6;
}
.messages-content .message-header .message-actions a:hover i {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.messages-content .message-header .message-actions a:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    padding-left: 10px;
}
.messages-content .message-header .message-actions a:last-child {
    border-bottom-right-radius: 4px;
    border-right: 1px solid #F5F4F9;
    border-top-right-radius: 4px;
}
.messages-content .message-content {
    padding: 20px 10px;
    color: #8b91a0;
}

/* ie8 fixes */
.ie8 .messages-list .messages-item .messages-item-star {
    display: none;
}

.ie8 .messages-list .messages-item:hover .messages-item-star {
    display: block;
}

/**/
/* ie8 fixes */
.ie8 .messages-list .messages-item .messages-item-time .messages-item-actions {
    display: none;
}

/**/
/* ---------------------------------------------------------------------- */
/*  Gallery
/* ---------------------------------------------------------------------- */
#Grid {
    min-height: 575px;
}

#Grid .mix {
    display: none;
    margin-bottom: 20px;
    text-align: center;
    vertical-align: top;
}

div.portfolio-info {
    margin: 2px 0 10px 0;
}

.portfolio-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.portfolio-info ul li {
    border-right: 1px solid #E6E6E6;
    color: #B1B1B1;
    display: inline-block;
    font-size: 0.9em;
    margin-right: 8px;
    padding-right: 8px;
}

.portfolio-info ul li i.fa {
    margin-right: 4px;
}

.portfolio-item {
    position: relative;
}

.portfolio-item a.thumb-info span.thumb-info-title {
    background: rgba(0, 0, 0, 0.7);
    bottom: 4px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    left: 4px;
    padding: 10px;
    position: absolute;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
}

.portfolio-page ul.nav li a:hover, .portfolio-page ul.nav li.active a {
    background: #357EBD;
    color: #FFFFFF;
}

.portfolio-page ul.nav li a {
    background: #EEEEEE;
    color: #555555;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 2px;
    padding: 6px 15px;
}

.gallery-img {
    margin-bottom: 20px;
}

.portfolio-item {
    position: relative;
    overflow: hidden;
}
.portfolio-item .chkbox {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 5px;
    right: 5px;
    background: #ffffff;
    text-align: center;
    display: none;
    cursor: pointer;
    border: 1px solid #DDDDDD;
}
.portfolio-item .chkbox:hover {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 0 12px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}
.portfolio-item:hover .chkbox {
    display: block;
}

.portfolio-item.selected > .chkbox {
    display: block;
}

.portfolio-item:hover > .chkbox {
    display: block;
}

.portfolio-item.selected > .chkbox:before {
    content: "\f00c";
    font-family: FontAwesome;
    height: 14px;
    left: 1px;
    position: absolute;
    top: -2px;
    width: 14px;
}

.portfolio-item > .tools {
    background-color: rgba(0, 0, 0, 0.55);
    bottom: 0;
    left: -30px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.2s ease 0s;
    vertical-align: middle;
    width: 24px;
}

.portfolio-item > .tools a:hover, .portfolio-item > .tools a:focus {
    text-decoration: none;
}

.portfolio-item > .tools.tools-bottom {
    bottom: -30px;
    height: 28px;
    left: 0;
    right: 0;
    top: auto;
    width: auto;
}

.portfolio-item:hover > .tools {
    left: 0;
}

.portfolio-item:hover > .tools.tools-bottom {
    bottom: 0;
    top: auto;
}

.portfolio-item:hover > .tools.tools-top {
    bottom: auto;
    top: 0;
}

.portfolio-item:hover > .tools.tools-right {
    left: auto;
    right: 0;
}

.portfolio-item > .tools > a, .portfolio-item > *:first-child .inner a {
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    padding: 4px;
}

.portfolio-item > .tools > a:hover, .portfolio-item > *:first-child .inner a:hover {
    color: #C9E2EA;
    text-decoration: none;
}

.portfolio-item .tools.tools-bottom > a, .portfolio-item .tools.tools-top > a {
    display: inline-block;
}

/* ---------------------------------------------------------------------- */
/*  Pagination
/* ---------------------------------------------------------------------- */
.pagination > li > a, .pagination > li > span {
    margin-left: 5px;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.pagination.squared {
    border-radius: 0 !important;
}

.pagination.squared li:first-child a, .pagination.squared li:first-child > span {
    border-bottom-left-radius: 0px !important;
    border-left-width: 1px;
    border-top-left-radius: 0px !important;
}

.pagination.squared li:last-child > a, .pagination.squared li:last-child > span {
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.pagination.pagination-purple li a {
    background: #F5F4F9;
    border: none !important;
    color: #333333;
    display: inline-block;
    margin-right: 1px;
}
.pagination.pagination-purple li:hover {
    background: #ECEAF3;
    color: #222222;
    cursor: pointer;
}
.pagination .pagination.pagination-purple li a {
    background: #F5F4F9;
    border: none !important;
    color: #333333;
    display: inline-block;
    margin-right: 1px;
}
.pagination .pagination.pagination-purple li:hover {
    background: #ECEAF3;
    color: #222222;
    cursor: pointer;
}

.pagination.pagination-purple li:first-child a, .pagination-purple .pagination li:first-child a {
    border: none !important;
}

.pagination.pagination-purple li.disabled a, .pagination-purple .pagination li.disabled a {
    color: #AAAAAA !important;
}

.pagination.pagination-purple li.disabled a:hover, .pagination-purple .pagination li.disabled a:hover, .pagination.pagination-purple li.disabled a:focus, .pagination-purple .pagination li.disabled a:focus {
    background: #F5F4F9;
    cursor: default !important;
}

.pagination.pagination-purple li.active a, .pagination-purple .pagination li.active a {
    background: #57517B !important;
    border: none !important;
    color: #FFFFFF !important;
    cursor: default !important;
    opacity: 1;
}

.pagination-purple [class^="fa-"], .pagination-purple [class*=" fa-"] {
    color: #57517B;
}

.pagination-purple li.disabled [class^="fa-"], .pagination-purple li.disabled [class*=" fa-"] {
    opacity: 0.5;
}

.pagination-blue li a {
    background: #ebedee;
    border: none !important;
    color: #8b91a0;
    display: inline-block;
    margin-right: 1px;
}
.pagination-blue li a:hover {
    background: #dee1e2;
    color: #424650;
    cursor: pointer;
}
.pagination-blue li:first-child a {
    border: none !important;
}
.pagination-blue li.disabled a {
    background: #ebedee;
    filter: alpha(opacity=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}
.pagination-blue li.disabled a:hover, .pagination-blue li.disabled a:focus {
    background: #e9eef1;
    filter: alpha(opacity=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    cursor: default !important;
}
.pagination-blue li.active a {
    background: #5f8295 !important;
    border: none !important;
    color: white !important;
    cursor: default !important;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.pagination-blue li [class^="fa-"], .pagination-blue li [class*=" fa-"] {
    color: #5f8295;
}

.pagination-green li a {
    background: #e2f7f4;
    border: none !important;
    color: #8b91a0;
    display: inline-block;
    margin-right: 1px;
}
.pagination-green li a:hover {
    background: #cef1ed;
    color: #424650;
    cursor: pointer;
}
.pagination-green li:first-child a {
    border: none !important;
}
.pagination-green li.disabled a {
    background: #e2f7f4;
    filter: alpha(opacity=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}
.pagination-green li.disabled a:hover, .pagination-green li.disabled a:focus {
    background: #c9f6f0;
    filter: alpha(opacity=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    cursor: default !important;
}
.pagination-green li.active a {
    background: #1fbba6 !important;
    border: none !important;
    color: white !important;
    cursor: default !important;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.pagination-green li [class^="fa-"], .pagination-green li [class*=" fa-"] {
    color: #1fbba6;
}

.pagination-red li a {
    background: #fceeee;
    border: none !important;
    color: #8b91a0;
    display: inline-block;
    margin-right: 1px;
}
.pagination-red li a:hover {
    background: #f8d8d8;
    color: #424650;
    cursor: pointer;
}
.pagination-red li:first-child a {
    border: none !important;
}
.pagination-red li.disabled a {
    background: #fceeee;
    filter: alpha(opacity=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}
.pagination-red li.disabled a:hover, .pagination-red li.disabled a:focus {
    background: white;
    filter: alpha(opacity=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    cursor: default !important;
}
.pagination-red li.active a {
    background: #e66b6b !important;
    border: none !important;
    color: white !important;
    cursor: default !important;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.pagination-red li [class^="fa-"], .pagination-red li [class*=" fa-"] {
    color: #e66b6b;
}

/* ---------------------------------------------------------------------- */
/*  Lock Screen
/* ---------------------------------------------------------------------- */
body.lock-screen {
    background: #1f212f url("../images/bg.png");
}

.main-ls {
    height: 250px;
    left: 50%;
    margin-left: -240px;
    margin-top: -125px;
    position: absolute;
    top: 50%;
    width: 480px;
}

body.lock-screen .box-ls {
    background: #FFFFFF;
    box-shadow: -30px 30px 50px rgba(0, 0, 0, 0.32);
    overflow: hidden;
    padding: 15px;
}

body.lock-screen .logo {
    padding: 10px 0;
}

body.lock-screen .copyright {
    font-size: 11px;
    margin: 0 auto;
    padding: 10px 0;
}

body.lock-screen .user-info {
    float: right;
    width: 285px;
}

body.lock-screen .user-info h1 {
    color: #666666;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 32px;
    margin-top: 0;
}

body.lock-screen .user-info h1 i {
    color: #cccccc;
}

body.lock-screen .user-info > span {
    color: #666666;
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
}

body.lock-screen .user-info > span em {
    color: #333333;
}

/* ---------------------------------------------------------------------- */
/*  Coming Soon
/* ---------------------------------------------------------------------- */
.coming-soon {
    text-align: center;
    background-color: #ffffff !important;
}

.coming-soon .logo {
    padding: 20px 0;
}

.timer-area {
    background-image: url("../images/bg.png");
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 4em;
    padding-top: 2em;
    color: #1F2225;
    font: 1em/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.timer-area h1 {
    color: #FFFFFF;
}

ul#countdown {
    margin: 0;
    padding: 0;
}

ul#countdown li {
    display: inline-block;
    background: transparent url("../images/timer-piece.png") no-repeat left top;
    width: 104px;
    margin-bottom: 4em;
    text-align: center;
}

ul#countdown li span {
    font-size: 3em;
    font-weight: bold;
    color: #1f2225;
    height: 108px;
    line-height: 108px;
    position: relative;
}

ul#countdown li span:before {
    content: '';
    width: 100%;
    height: 1px;
    border-top: 1px solid white;
    position: absolute;
    top: 25px;
}

ul#countdown li p.timeRefDays, ul#countdown li p.timeRefHours, ul#countdown li p.timeRefMinutes, ul#countdown li p.timeRefSeconds {
    margin-top: 1em;
    color: #909091;
    text-transform: uppercase;
    font-size: .875em;
}

.coming-soon #disclaimer {
    display: block;
}

.coming-soon #disclaimer p {
    color: #909091;
    font-size: 0.875em;
    font-style: italic;
}

.coming-soon #disclaimer p span {
    color: #2A9CCC;
    font-size: 1.2em;
}

/* ---------------------------------------------------------------------- */
/*  Pricing Tables
/* ---------------------------------------------------------------------- */
.pricing-table .plan {
    border: none;
    margin: 20px 0;
    position: relative;
    padding: 0;
    list-style: none;
    -webkit-box-shadow: 0 -1px 2px #c3c6ce;
    -moz-box-shadow: 0 -1px 2px #c3c6ce;
    box-shadow: 0 -1px 2px #c3c6ce;
    text-align: center;
}
.pricing-table .plan li {
    padding: 10px 15px;
    color: #8b91a0;
    border-bottom: 1px solid #edeef0;
}
.pricing-table .plan li.plan-name {
    padding: 15px;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    background: #999eab;
    border-top: 0;
    border-bottom: 0;
}
.pricing-table .plan li.plan-price {
    background: #8b91a0;
    color: white;
    font-size: 18px;
    padding: 6px 20px;
    border-bottom: none;
}
.pricing-table .plan li.plan-price h3 {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 2em;
    padding: 30px 0;
    font-weight: 600;
}
.pricing-table .plan li.plan-price h3 .price-cents {
    font-size: 50%;
    vertical-align: super;
    margin-left: -10px;
}
.pricing-table .plan li.plan-price h3 .price-month {
    font-size: 30%;
    font-style: italic;
    margin-left: -20px;
    font-weight: 300;
    color: white;
}
.pricing-table .plan li.plan-action {
    margin-top: 10px;
    border-top: 0;
}
.pricing-table .plan.featured {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 3px 25px -4px rgba(0, 0, 0, 0.9) !important;
}
.pricing-table .plan.featured .plan-name {
    background: #595e6c;
}

.pricing-green .plan li strong {
    color: #e66b6b;
}
.pricing-green .plan li.plan-name {
    background: #23d1b9;
}
.pricing-green .plan li.plan-price {
    background: #1fbba6;
    color: white;
}
.pricing-green .plan.featured .plan-name {
    background: #106458;
}

.pricing-blue .plan li strong {
    color: #5f8295;
}
.pricing-blue .plan li.plan-name {
    background: #6c8fa1;
}
.pricing-blue .plan li.plan-price {
    background: #5f8295;
    color: white;
}
.pricing-blue .plan.featured .plan-name {
    background: #374c57;
}

.pricing-red .plan li strong {
    color: #e66b6b;
}
.pricing-red .plan li.plan-name {
    background: #ea8181;
}
.pricing-red .plan li.plan-price {
    background: #e66b6b;
    color: white;
}
.pricing-red .plan.featured .plan-name {
    background: #c92222;
}

/* ---------------------------------------------------------------------- */
/*  404 and 500 error
/* ---------------------------------------------------------------------- */
body.error-full-page {
    background: #ffffff !important;
}

body.error-full-page .page-error {
    margin-top: 60px;
}

.page-error {
    text-align: center;
}

.page-error .error-number {
    display: block;
    font-size: 158px;
    font-weight: 300;
    letter-spacing: -10px;
    line-height: 128px;
    margin-top: 0;
    text-align: center;
}

.page-error .error-details {
    display: block;
    padding-top: 0;
    text-align: center;
}

.page-error .error-details .btn-return {
    margin: 10px 0;
}

.page-error .error-details h3 {
    margin-top: 0;
}

body.error-full-page {
    overflow: hidden;
}

.error-full-page img {
    display: none;
}

.error-full-page #canvas {
    position: absolute;
    top: 0px;
    left: 0px;
}

.error-full-page #sound {
    position: absolute;
    width: 30%;
    height: 30%;
    overflow-y: auto;
    margin-left: 35%;
    -moz-border-radius: 15px;
    border-radius: 15px;
    opacity: 0.3;
    margin-top: 5%;
}

.error-full-page .video {
    position: absolute;
    width: 90%;
    height: 80%;
    margin-left: 5%;
    margin-top: 5%;
}

/* ---------------------------------------------------------------------- */
/*  Maps
/* ---------------------------------------------------------------------- */
.map {
    display: block;
    height: 350px;
    margin: 0 auto;
}

.map.large {
    height: 500px;
}

/* ---------------------------------------------------------------------- */
/*  Panels
/* ---------------------------------------------------------------------- */
.panel {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 1px 2px #c3c3c3;
    -moz-box-shadow: 0 1px 2px #c3c3c3;
    box-shadow: 0 1px 2px #c3c3c3;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #8b91a0;
    border: none;
    position: relative;
}

.panel-heading {
    position: relative;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 15px;
    min-height: 50px;
}
.panel-heading .panel-heading-tabs {
    list-style: none;
    top: 0;
    right: 0;
    position: absolute;
    margin: 0;
    padding: 0;
}
.panel-heading .panel-heading-tabs > li {
    float: left;
    padding: 0 15px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: inherit;
    height: 50px;
    line-height: 50px;
}
.panel-heading .panel-heading-tabs > li.panel-tools {
    position: relative;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    right: auto;
    top: auto;
}
.panel-heading .panel-heading-tabs > li.panel-tools .tmp-tool {
    right: 20px;
    top: auto;
}
.panel-heading .panel-heading-tabs > li.panel-tools .dropdown {
    line-height: normal;
}

.core-box .heading {
    margin-bottom: 15px;
}
.core-box .core-icon {
    width: 33.3333%;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}
.core-box .core-icon .icon-big {
    line-height: 80px;
}
.core-box .core-content {
    margin-left: 33.3333%;
    min-height: 120px;
}
.core-box .heading {
    font-size: 12px;
}
.core-box .title {
    font-size: 20px;
    line-height: 21px;
    margin-bottom: 0;
    font-weight: 400;
}
.core-box .subtitle {
    font-size: 14px;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.core-box .content {
    line-height: 20px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 60px;
}
.core-box .content .fa {
    font-size: 50px;
    left: 0;
    top: 0;
    position: absolute;
    width: 40px;
}
.core-box .view-more {
    float: right;
}
.core-box .view-more i {
    display: inline-block;
}

.panel-tools {
    position: absolute;
    right: 10px;
    top: 9px;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.panel:hover .panel-tools {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.panel-tools .dropdown {
    display: inline-block;
}
.panel-tools .dropdown .dropdown-menu a > i {
    margin-right: 10px;
}
.panel-tools a {
    color: #8b91a0 !important;
    background: none;
}
.panel-tools a:hover {
    color: #595e6c !important;
}

.panel-portfolio .portfolio-grid {
    padding: 0;
    text-align: center;
    overflow: hidden;
    max-height: 200px;
    position: relative;
}
.panel-portfolio .portfolio-grid .item {
    overflow: hidden !important;
}
.panel-portfolio .navigator {
    position: relative;
    text-align: center;
    margin-top: -40px;
    margin-bottom: 10px;
    z-index: 101;
}

.panel-grey, .partition-grey {
    background-color: #8b91a0;
    position: relative;
    background-color: #999eab 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#999eab 0px), to(#8b91a0 100%));
    background-image: -webkit-linear-gradient(top, #999eab 0px, #8b91a0 100%);
    background-image: -moz-linear-gradient(top, #999eab 0px, #8b91a0 100%);
    background-image: -ms-linear-gradient(top, #999eab 0px, #8b91a0 100%);
    background-image: -o-linear-gradient(top, #999eab 0px, #8b91a0 100%);
    background-image: linear-gradient(top, #999eab 0px, #8b91a0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#999eab 0px', endColorStr='#8b91a0 100%');
    color: #141518;
}
.panel-grey .panel-tools .btn, .panel-grey .panel-tools > a, .partition-grey .panel-tools .btn, .partition-grey .panel-tools > a {
    color: rgba(20, 21, 24, 0.7) !important;
}
.panel-grey .panel-tools .btn:hover, .panel-grey .panel-tools > a:hover, .partition-grey .panel-tools .btn:hover, .partition-grey .panel-tools > a:hover {
    color: #141518 !important;
}

.panel-light-grey, .partition-light-grey {
    background-color: #dfe1e5;
    position: relative;
    background-color: #edeef0 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#edeef0 0px), to(#dfe1e5 100%));
    background-image: -webkit-linear-gradient(top, #edeef0 0px, #dfe1e5 100%);
    background-image: -moz-linear-gradient(top, #edeef0 0px, #dfe1e5 100%);
    background-image: -ms-linear-gradient(top, #edeef0 0px, #dfe1e5 100%);
    background-image: -o-linear-gradient(top, #edeef0 0px, #dfe1e5 100%);
    background-image: linear-gradient(top, #edeef0 0px, #dfe1e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#edeef0 0px', endColorStr='#dfe1e5 100%');
    color: #8b91a0;
}
.panel-light-grey .panel-tools .btn, .panel-light-grey .panel-tools > a, .partition-light-grey .panel-tools .btn, .partition-light-grey .panel-tools > a {
    color: rgba(139, 145, 160, 0.7) !important;
}
.panel-light-grey .panel-tools .btn:hover, .panel-light-grey .panel-tools > a:hover, .partition-light-grey .panel-tools .btn:hover, .partition-light-grey .panel-tools > a:hover {
    color: #8b91a0 !important;
}

.panel-orange, .partition-orange {
    background-color: #f58a5c;
    position: relative;
    background-color: #f69b74 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f69b74 0px), to(#f58a5c 100%));
    background-image: -webkit-linear-gradient(top, #f69b74 0px, #f58a5c 100%);
    background-image: -moz-linear-gradient(top, #f69b74 0px, #f58a5c 100%);
    background-image: -ms-linear-gradient(top, #f69b74 0px, #f58a5c 100%);
    background-image: -o-linear-gradient(top, #f69b74 0px, #f58a5c 100%);
    background-image: linear-gradient(top, #f69b74 0px, #f58a5c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f69b74 0px', endColorStr='#f58a5c 100%');
    color: white;
}
.panel-orange .panel-tools .btn, .panel-orange .panel-tools > a, .partition-orange .panel-tools .btn, .partition-orange .panel-tools > a {
    color: rgba(255, 255, 255, 0.7) !important;
}
.panel-orange .panel-tools .btn:hover, .panel-orange .panel-tools > a:hover, .partition-orange .panel-tools .btn:hover, .partition-orange .panel-tools > a:hover {
    color: white !important;
}

.panel-purple, .partition-purple {
    background-color: #804c75;
    position: relative;
    background-color: #905684 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#905684 0px), to(#804c75 100%));
    background-image: -webkit-linear-gradient(top, #905684 0px, #804c75 100%);
    background-image: -moz-linear-gradient(top, #905684 0px, #804c75 100%);
    background-image: -ms-linear-gradient(top, #905684 0px, #804c75 100%);
    background-image: -o-linear-gradient(top, #905684 0px, #804c75 100%);
    background-image: linear-gradient(top, #905684 0px, #804c75 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#905684 0px', endColorStr='#804c75 100%');
    color: white;
}
.panel-purple .panel-tools .btn, .panel-purple .panel-tools > a, .partition-purple .panel-tools .btn, .partition-purple .panel-tools > a {
    color: rgba(255, 255, 255, 0.7) !important;
}
.panel-purple .panel-tools .btn:hover, .panel-purple .panel-tools > a:hover, .partition-purple .panel-tools .btn:hover, .partition-purple .panel-tools > a:hover {
    color: white !important;
}

.panel-pink, .partition-pink {
    background-color: #dd5a82;
    position: relative;
    background-color: #e16f92 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e16f92 0px), to(#dd5a82 100%));
    background-image: -webkit-linear-gradient(top, #e16f92 0px, #dd5a82 100%);
    background-image: -moz-linear-gradient(top, #e16f92 0px, #dd5a82 100%);
    background-image: -ms-linear-gradient(top, #e16f92 0px, #dd5a82 100%);
    background-image: -o-linear-gradient(top, #e16f92 0px, #dd5a82 100%);
    background-image: linear-gradient(top, #e16f92 0px, #dd5a82 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e16f92 0px', endColorStr='#dd5a82 100%');
    color: white;
}
.panel-pink .panel-tools .btn, .panel-pink .panel-tools > a, .partition-pink .panel-tools .btn, .partition-pink .panel-tools > a {
    color: rgba(255, 255, 255, 0.7) !important;
}
.panel-pink .panel-tools .btn:hover, .panel-pink .panel-tools > a:hover, .partition-pink .panel-tools .btn:hover, .partition-pink .panel-tools > a:hover {
    color: white !important;
}

.panel-azure, .partition-azure {
    background-color: #00bdcc;
    position: relative;
    background-color: #00d5e6 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00d5e6 0px), to(#00bdcc 100%));
    background-image: -webkit-linear-gradient(top, #00d5e6 0px, #00bdcc 100%);
    background-image: -moz-linear-gradient(top, #00d5e6 0px, #00bdcc 100%);
    background-image: -ms-linear-gradient(top, #00d5e6 0px, #00bdcc 100%);
    background-image: -o-linear-gradient(top, #00d5e6 0px, #00bdcc 100%);
    background-image: linear-gradient(top, #00d5e6 0px, #00bdcc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00d5e6 0px', endColorStr='#00bdcc 100%');
    color: white;
}
.panel-azure .panel-tools .btn, .panel-azure .panel-tools > a, .partition-azure .panel-tools .btn, .partition-azure .panel-tools > a {
    color: rgba(255, 255, 255, 0.7) !important;
}
.panel-azure .panel-tools .btn:hover, .panel-azure .panel-tools > a:hover, .partition-azure .panel-tools .btn:hover, .partition-azure .panel-tools > a:hover {
    color: white !important;
}

.panel-bricky, .partition-bricky {
    background-color: #894550;
    position: relative;
    background-color: #9a4e5a 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9a4e5a 0px), to(#894550 100%));
    background-image: -webkit-linear-gradient(top, #9a4e5a 0px, #894550 100%);
    background-image: -moz-linear-gradient(top, #9a4e5a 0px, #894550 100%);
    background-image: -ms-linear-gradient(top, #9a4e5a 0px, #894550 100%);
    background-image: -o-linear-gradient(top, #9a4e5a 0px, #894550 100%);
    background-image: linear-gradient(top, #9a4e5a 0px, #894550 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#9a4e5a 0px', endColorStr='#894550 100%');
    color: white;
}
.panel-bricky .panel-tools .btn, .panel-bricky .panel-tools > a, .partition-bricky .panel-tools .btn, .partition-bricky .panel-tools > a {
    color: rgba(255, 255, 255, 0.7) !important;
}
.panel-bricky .panel-tools .btn:hover, .panel-bricky .panel-tools > a:hover, .partition-bricky .panel-tools .btn:hover, .partition-bricky .panel-tools > a:hover {
    color: white !important;
}

.panel-green, .partition-green {
    background-color: #1fbba6;
    position: relative;
    background-color: #23d1b9 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#23d1b9 0px), to(#1fbba6 100%));
    background-image: -webkit-linear-gradient(top, #23d1b9 0px, #1fbba6 100%);
    background-image: -moz-linear-gradient(top, #23d1b9 0px, #1fbba6 100%);
    background-image: -ms-linear-gradient(top, #23d1b9 0px, #1fbba6 100%);
    background-image: -o-linear-gradient(top, #23d1b9 0px, #1fbba6 100%);
    background-image: linear-gradient(top, #23d1b9 0px, #1fbba6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#23d1b9 0px', endColorStr='#1fbba6 100%');
    color: white;
}
.panel-green .panel-tools .btn, .panel-green .panel-tools > a, .partition-green .panel-tools .btn, .partition-green .panel-tools > a {
    color: rgba(255, 255, 255, 0.7) !important;
}
.panel-green .panel-tools .btn:hover, .panel-green .panel-tools > a:hover, .partition-green .panel-tools .btn:hover, .partition-green .panel-tools > a:hover {
    color: white !important;
}

.panel-red, .partition-red {
    background-color: #e66b6b;
    position: relative;
    background-color: #ea8181 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ea8181 0px), to(#e66b6b 100%));
    background-image: -webkit-linear-gradient(top, #ea8181 0px, #e66b6b 100%);
    background-image: -moz-linear-gradient(top, #ea8181 0px, #e66b6b 100%);
    background-image: -ms-linear-gradient(top, #ea8181 0px, #e66b6b 100%);
    background-image: -o-linear-gradient(top, #ea8181 0px, #e66b6b 100%);
    background-image: linear-gradient(top, #ea8181 0px, #e66b6b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ea8181 0px', endColorStr='#e66b6b 100%');
    color: white;
}
.panel-red .panel-tools .btn, .panel-red .panel-tools > a, .partition-red .panel-tools .btn, .partition-red .panel-tools > a {
    color: rgba(255, 255, 255, 0.7) !important;
}
.panel-red .panel-tools .btn:hover, .panel-red .panel-tools > a:hover, .partition-red .panel-tools .btn:hover, .partition-red .panel-tools > a:hover {
    color: white !important;
}

.panel-blue, .partition-blue {
    background-color: #5f8295;
    position: relative;
    background-color: #6c8fa1 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6c8fa1 0px), to(#5f8295 100%));
    background-image: -webkit-linear-gradient(top, #6c8fa1 0px, #5f8295 100%);
    background-image: -moz-linear-gradient(top, #6c8fa1 0px, #5f8295 100%);
    background-image: -ms-linear-gradient(top, #6c8fa1 0px, #5f8295 100%);
    background-image: -o-linear-gradient(top, #6c8fa1 0px, #5f8295 100%);
    background-image: linear-gradient(top, #6c8fa1 0px, #5f8295 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6c8fa1 0px', endColorStr='#5f8295 100%');
    color: white;
}
.panel-blue .panel-tools .btn, .panel-blue .panel-tools > a, .partition-blue .panel-tools .btn, .partition-blue .panel-tools > a {
    color: rgba(255, 255, 255, 0.7) !important;
}
.panel-blue .panel-tools .btn:hover, .panel-blue .panel-tools > a:hover, .partition-blue .panel-tools .btn:hover, .partition-blue .panel-tools > a:hover {
    color: white !important;
}

.panel-yellow, .partition-yellow {
    background-color: #ffb848;
    position: relative;
    background-color: #ffc261 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc261 0px), to(#ffb848 100%));
    background-image: -webkit-linear-gradient(top, #ffc261 0px, #ffb848 100%);
    background-image: -moz-linear-gradient(top, #ffc261 0px, #ffb848 100%);
    background-image: -ms-linear-gradient(top, #ffc261 0px, #ffb848 100%);
    background-image: -o-linear-gradient(top, #ffc261 0px, #ffb848 100%);
    background-image: linear-gradient(top, #ffc261 0px, #ffb848 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffc261 0px', endColorStr='#ffb848 100%');
    color: #2c2f3b;
}
.panel-yellow .panel-tools .btn, .panel-yellow .panel-tools > a, .partition-yellow .panel-tools .btn, .partition-yellow .panel-tools > a {
    color: rgba(44, 47, 59, 0.7) !important;
}
.panel-yellow .panel-tools .btn:hover, .panel-yellow .panel-tools > a:hover, .partition-yellow .panel-tools .btn:hover, .partition-yellow .panel-tools > a:hover {
    color: #2c2f3b !important;
}

.panel-white, .partition-white {
    background-color: white;
    position: relative;
    color: rgba(89, 89, 89, 1);
}

.panel-dark, .partition-dark {
    background-color: #2c2f3b;
    position: relative;
    background-color: #373b4a 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#373b4a 0px), to(#2c2f3b 100%));
    background-image: -webkit-linear-gradient(top, #373b4a 0px, #2c2f3b 100%);
    background-image: -moz-linear-gradient(top, #373b4a 0px, #2c2f3b 100%);
    background-image: -ms-linear-gradient(top, #373b4a 0px, #2c2f3b 100%);
    background-image: -o-linear-gradient(top, #373b4a 0px, #2c2f3b 100%);
    background-image: linear-gradient(top, #373b4a 0px, #2c2f3b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#373b4a 0px', endColorStr='#2c2f3b 100%');
    color: white;
}
.panel-dark .panel-tools .btn, .panel-dark .panel-tools > a, .partition-dark .panel-tools .btn, .partition-dark .panel-tools > a {
    color: rgba(255, 255, 255, 0.7) !important;
}
.panel-dark .panel-tools .btn:hover, .panel-dark .panel-tools > a:hover, .partition-dark .panel-tools .btn:hover, .partition-dark .panel-tools > a:hover {
    color: white !important;
}

.panel-scroll {
    height: 400px;
    overflow: hidden;
    position: relative;
    width: auto;
    padding-right: 10px !important;
}

.panel-note {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
}
.panel-note .panel-heading {
    background: url("../images/note_dot.png") repeat-x;
    border-bottom: 0 none;
    padding-top: 30px;
    padding-bottom: 10px;
    top: 0;
    z-index: 3;
    position: relative;
}
.panel-note .panel-heading h3 {
    margin: 0;
}
.panel-note .panel-body {
    background: url("../images/line.png") repeat;
    padding: 0;
    margin: 0 15px;
    line-height: 18px;
}
.panel-note .panel-footer {
    background: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top: none;
    padding: 10px 15px;
    margin-bottom: 0;
}
.panel-note .panel-footer .avatar-note {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 10px;
}
.panel-note .panel-footer .avatar-note img {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.panel-note .panel-footer .author-note {
    display: block;
    line-height: 14px;
}
.panel-note .panel-footer .timestamp {
    color: #999999;
    display: inline-block;
    font-size: 11px;
}
.panel-note .note-options a {
    margin-left: 10px;
    font-size: 12px;
}
.panel-note .note-options a:hover {
    text-decoration: none;
}

[class^="partition-"]:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

/* ---------------------------------------------------------------------- */
/*  Backdrop
/* ---------------------------------------------------------------------- */
.full-white-backdrop {
    background-color: #FFFFFF;
    display: none;
    bottom: 0;
    left: 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1049;
}

.panel.panel-full-screen {
    bottom: 0;
    left: 10px;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1048;
    background-color: #FFFFFF;
}

.tmp-tool {
    position: fixed;
    right: 40px;
    top: 20px;
}

/* ---------------------------------------------------------------------- */
/*  Sliding Bar (SB)
/* ---------------------------------------------------------------------- */
#slidingbar-area {
    overflow: auto !important;
}

#slidingbar-area address, #slidingbar-area h2 {
    color: white !important;
}

#slidingbar-area .sb_toggle {
    color: white !important;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    -moz-transition: all 0.3s ease 0s 1s ease-in-out;
    -o-transition: all 0.3s ease 0s 1s ease-in-out;
    -webkit-transition: all 0.3s ease 0s 1s ease-in-out;
    -ms-transition: all 0.3s ease 0s 1s ease-in-out;
    transition: all 0.3s ease 0s 1s ease-in-out;
}
#slidingbar-area .sb_toggle:hover {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

/* ---------------------------------------------------------------------- */
/*  CSS FOR MOBILE
/* ---------------------------------------------------------------------- */
.isMobile .left-wrapper, .isMobile .right-wrapper {
    overflow: auto !important;
    -ms-overflow-style: auto !important;
    -webkit-overflow-scrolling: touch !important;
}

.isMobile .panel-scroll {
    overflow: auto !important;
    -ms-overflow-style: auto !important;
    -webkit-overflow-scrolling: touch !important;
}

.isMobile #slidingbar-area, .isMobile .subviews {
    overflow: auto !important;
    -ms-overflow-style: auto !important;
    -webkit-overflow-scrolling: touch !important;
}

.isMobile .panel-tools {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.isMobile ul.main-navigation-menu li:not(.open) a:hover {
    background: inherit !important;
}

/**3/8/2015**/
.topBoxes .panel{min-height: 136px;}
.cmsWraper {padding:15px 0px;}
.cmsWraper .col-lg-4,.cmsWraper .col-sm-12{padding-left: 10px !important;}
.cmsWraper .col-sm-12{padding-top:15px;padding-right: 0px !important;}
.note-editable{background-color: #FFF;}
/*.control-label{font-size: 18px;margin-bottom: 3px;}*/
.btnDiv button{ margin: 10px 0px 15px 10px;}
.settingsWraper .col-lg-6{padding-left: 10px !important;}
.topBoxesWraper{margin-top: 15px;}
.settingWraper{padding:15px 0px 0px 0px !important;}
.settingHeader h1{margin-left:-10px !important;}
/***locationmaster***/
.locmasterWraper .col-lg-3,.locmasterWraper .col-lg-9{padding-top: 15px;}
.locTable .panel-body{min-height: 451px;}
.action i{padding: 5px;margin-right:2px;color: #FFF !important;font-size: 12px;}

.activeadmin{background-color:#212326; }
.lout a{float: left;margin-top:10px;}

.cmsWraper button{margin-left:10px;}
.current-user a img{width: 30px;height: 30px;}
.sideBox{min-height:355px;}

/**********9/09/2015*********/

.rigt-btn{padding-top: 5px;}
.uplod-img img {width: 80px;height: 70px;border: 1px solid #D4D4D4;}
.uplod-img input {float: left;}
.detil img{width: 60px;height: 55px;border: 1px solid #D4D4D4;float: left; }
.detil ul{float: left;list-style: none;padding-left: 8px;width: 81%;}
.detil ul li:first-child{color: #454545;}
.detil i{width: 12px;color:rgba(123, 123, 122, 1)}
.lbl-km{position: absolute;right: 9px;margin-top: -27px;width: 50px;}
.pding{padding: 0px;}
.img-size{width: 170px !important;float: right;height: 100px !important;}
.img-size img{width: 100%;height:100%;}
.fileupload-preview.thumbnail {width: 170px !important;float: right;height: 100px !important;padding: 0px !important;line-height: 0px !important;}
.fileupload-preview.thumbnail img{width: 100% !important;height: 100% !important;}

.field1 {
    height: 30px;
    border: 1px solid #CCC !important;
    background-color: #6B6B6B;
    width: 98% !important;
    margin: 2px 0px 2px 1%;
}
.pre-text1 {
    width: 9%;
    float: left;
    margin-top: 3px;
    color: #FFF;
}
.pre-text2 {
    float: left;
    width: 90%;
    font-size: 15px;
    margin-left: 1%;
    margin-top: 3px;
    color: #FFFFFF !important;
}
.loctin {
    /*background-color: #F2F2F2 !important;*/
    background-color: #989898 !important
}
.prelage > li > ul > li .loctin{background-color: #CACACA !important;}
.field {
    height: 30px;
    border: 1px solid #CCC !important;
    background-color: #FFF;
    border-radius: 3px;
    width: 93% !important;
    margin: 4px 0px 2px 0px;
}
.prelage {
    list-style: outside none none;
    padding-left: 25px;
}
.insrt {
    float: left;
    width: 85px;
}

.insrt1 {
    float: left;
    width: 85px;
}
.min-box{padding-left: 40px;
         padding-top: 5px;
         padding-bottom: 5px;}
.font{margin-top: 15px;}
/*#one{display: none;}
#two{display: none;}
#third{display: none;}
#four{display: none;}
#five{display: none;}
#six{display: none;}
#seven{display: none;}
#eight{display: none;}
#nine{display: none;}
#ten{display: none;}
#elevn{display: none;}
#twlve{display: none;}
#thrten{display: none;}
#forten{display: none;}
#fivten{display: none;}
#sixten{display: none;}
#sevnten{display: none;}
#eigten{display: none;}
#ninten{display: none;}
#twenty{display: none;}
#twentyOne{display: none;}
#twentyTwo{display: none;}
#twentyThree{display: none;}*/

.padding{padding-top: 0px !important;}
.prevlge-bx{padding: 10px;background-color: rgba(170, 159, 159, 1);color: #FFF;padding-left: 15px;}
.padd{padding: 0px !important;padding-bottom: 20px !important}
.heding-box{padding: 10px;background-color: rgba(170, 159, 159, 1);color: #FFF;border-top-left-radius: 3px;border-top-right-radius: 3px;padding-left: 15px ;}
.btn-transparent-grey i{color: white !important;}
.panel-close i{color: white !important;}
.margin-btm .form-group{margin-bottom: 0px !important;}
.form-mrgn .form-group{margin-bottom: 7px;}
.eventImg img{width: 60px;height: 50px;border: 1px solid rgba(222, 222, 222, 1);}
.user-detail{width: 100%;border: 1px solid rgba(221, 221, 221, 1);padding: 15px;background-color: rgba(243, 243, 243, 1);}
.user-detail img {width: 100%;height: 140px;border: 1px solid rgba(222, 219, 219, 1);}
.user-detail ul{list-style: none;padding: 0px;margin-top: 10px;}
.user-detail ul li{line-height: 23px;}
.icn{float: left; width: 10%;padding-top: 5px;font-size: 14px; }
.user-detail label{float: left;width: 90%;color: rgba(71, 71, 71, 1);}
.mrg-top{margin-top: 10px;background-color: rgba(225, 225, 225, 1);padding-top: 5px;padding-bottom: 5px;border: 1px solid rgba(215, 215, 215, 1);}
.mrg-top select {width: 100%;border: 1px solid rgba(215, 215, 215, 1);height: 35px;}
.mrg-top label {
    font-size: 14px;
    color: rgba(98, 98, 98, 1);
}
.mrg-top .col-lg-2{padding-top: 8px;}
.li-first a{margin-bottom: 10px;color: rgba(53, 53, 53, 1);}
.li-first a span{color: rgba(123, 123, 123, 1);}
.sec-Li{padding-left: 0px;}
.sec-Li li{margin-bottom: 10px;}
.act-deact {padding: 7px;border-radius: 50%;}
.mrgin-top{margin-top: 20px;}
.mrgin-top .tree{padding-left: 15px;}
.benner-img img{height: 100px; border: 1px solid rgba(111, 111, 111, 1);width: 100%;}
.benner-img{padding: 0px; margin-bottom: 20px;}
.margin-top{margin-top: 15px;}

#s2id_autogen1{display: none;}
#s2id_autogen3{display: none;}
#s2id_autogen2{display: none;}

.require-dtl{float: left;width: 50%;}
.require-dtl label {margin-bottom: 0px;}
.hr-row{margin-top: 5px;margin-bottom: 5px;}
/* .pst-dtl{padding-top: 0px !important} */
/* .panel .panel-body{min-height: 489px;} */
.body-height{min-height: 497px;}
.colr1{color: rgba(25, 159, 50, 1);}
.colr{color: #F84141;}
.padng{border-radius: 3px;line-height: 30px;height: 30px;background-color: rgba(128, 128, 128, 1);margin-right: 15px;font-weight: bold;color: white;margin-bottom: 15px;cursor: pointer;}
.padng span {float: right;font-size: 18px;}
.grey{background-color: rgba(71, 165, 57, 1);}
.red{background-color: rgba(230, 77, 77, 1);}
.blue{background-color: rgba(94, 194, 221, 1);border: 1px solid rgba(21, 204, 254, 1);}
.blue:hover{background-color: rgba(26, 176, 216, 1);border: 1px solid rgba(21, 204, 254, 1);}
.tble-Topbar button.blue span {
    background: none repeat scroll 0% 0% rgba(41, 143, 218, 0.74) !important;
}
.main-box{min-height: 150px;}
.no-pad{padding: 0px;/*min-height: 160px;*/}
.no-pad h3{margin: 0px;padding: 0px;font-size: 17px;background-color: rgba(153, 153, 153, 1);color: white;}
.left-br{border-right: 1px solid rgba(225, 225, 225, 1);}
.one{width: 5% !important;}
.two{width: 20% !important;}
.thre{width: 16% !important;}
.for{width: 20% !important;}
.fiv{width: 10% !important;}
.six{width: 5% !important;}
.reqriDTL ul{list-style: none;}
.reqriDTL{width: 50%; float: left;padding: 10px;}
.reqriDTL table tr{margin-bottom: 5px;height: 25px;line-height: 30px;}

/**********14/08/15***********/

.pst-info img{width: 110px; height: 110px; border: 1px solid rgba(201, 201, 201, 1);float: left;padding: 2px; }
.pst-info{padding: 10px;}
.pst-info ul{list-style: none;float: left;padding-left: 5px;}
.pst-info ul li{line-height: 27px;}
.fnt-bold{font-weight: bold;}
.inr-pad{padding: 5px;}
.iner-box2{float: right;width: 49%;border: 1px solid #E1E1E1;}
.iner-box1{width: 49%;border: 1px solid #E1E1E1;}
.pst-info i{width: 24px;height: 23px;border: 1px solid rgba(201, 201, 201, 1);border-radius: 50px;padding: 4px 2px 2px 5px;}
.sendReq{margin-top: 15px;border: 1px solid #E1E1E1;}
.req-dtl img {width: 92px;height: 90px;border: 1px solid rgba(201, 201, 201, 1);float: left; padding: 2px; }
.req-dtl{padding: 10px;}
.req-dtl ul{list-style: none;float: left;padding: 0px;width: 362px;}
.req-dtl ul li {padding: 0px 0px 0px 10px;}
.req-dtl ul li label {font-weight: bold;width: 80px;float: left;}
.req-dtl .col-lg-6{padding: 0px;}
.req-dtl .col-lg-6{padding: 0px;}
.amnt{float: right;}
.amnt label {font-size: 17px;width: 49px;}
.amnt span {font-size: 20px;color: rgba(50, 50, 50, 1);}
.botm{float: right;margin-top: 22%;}
.sendReq hr{margin-top:5px;margin-bottom: 10px;}
.ownerDTL img{width: 150px;height: 150;border: 1px solid #E1E1E1;padding: 2px;}
.upDocs-owner img{width: 100%;height: 100px;border: 1px solid #CCC;cursor: pointer;}
.form-mrgn{min-height:450px !important; }
.compny-logo{width: 200px !important;}
.paswrd{padding: 0px;border: 1px solid #E1E1E1;padding: 5px;margin-bottom: 10px;background-color: rgba(234, 234, 234, 1);}
.paswrd .col-lg-5{padding-left: 0px;}
.no-mrgn{margin: 0px !important;}
.paswrd button {margin-top: 3px;}
.mrgn{margin-top: 10px;}

/** Verification Page By Prasanna 12/09/2015 **/

/** custom classes **/

.no-mrg{margin:0px !important;}
.bg-mrg-btm{margin-bottom: 40px;}

.tble-Topbar{padding-top:5px;}
.tble-Topbar button{
    position: relative;
    padding: 3px 15px 3px 15px;
    font-size: 13px;
}
.tble-Topbar button span{
    width: 22px;
    border-radius: 50px;
    height: 22px;
    position: absolute;
    line-height: 22px;
    right: 5px;
    top: 2px;
    font-size: 11px;
    background:#3A8C3A;
    text-align: center;
}
.tble-Topbar button.btn-danger span{background:#AA2C28;}

.panelTitle{border-bottom:1px solid #ccc;margin:0px 15px 15px;}
.panelTitle h4{padding:0px 0px 3px;margin:0px;float:left;border-bottom:2px solid rgb(107,140,158);font-size:17px;}

.manDeails{margin:0px 15px;}
.manDeails img{width:100px;height:100px;border:1px solid #ccc;padding:2px;}
.manDeails ul{list-style:none;padding:0px;margin:15px 0px 15px;}
.manDeails ul li{padding:5px 0px 5px 20px;position:relative;}
.manDeails ul li i{position:absolute;left:0px;top:8px;}

.upDocs{margin-bottom:15px;}
.upDocs .col-sm-3{padding-left:0px;}
.no-pad{padding:0px;}
.no-left-pad{padding-left:0px;}
.no-right-pad{padding-right:0px;}

/** Company Verification Page **/
.TODocs .col-sm-4{width:18% !important;margin-bottom: 15px !important;}
.cmpnyLogo{width: 200px !important;height: 70px !important;}

.no-pad{padding:0px !important;}
.no-left-pad{padding-left:0px !important;}
.no-right-pad{padding-right:0px !important;}

.v-ht{min-height: 510px;}
.compKYC-ht{min-height:631px;}

.btn-btmSec{margin-top: 10px;}

.manDeails h4{
    margin: 0px 0px 15px;
    font-size: 13px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 3px;
    font-weight:600;
}

.cmpnyDocs .col-sm-4{
    float: left;
    width: 25%;
    height: 80px;
    padding: 2px;
    border: 0px solid;
}
.cmpnyDocs .col-sm-4 img{width:100%;height:100%;padding: 2px;border: 1px solid #CCC;}
.docName{font-size: 11px !important;}
.owner-dtl{border: 1px solid rgba(225, 225, 225, 1);}
.pst-info table tr {line-height: 25px;}
.padd-left{padding: 0px;margin-top: 15px;}
.bor-right{border-right: 1px solid rgba(225, 225, 225, 1);}
.trck-dtl h5{margin-top: 0px;color: rgba(98, 96, 96, 1);}
.trck-dtl table tr {line-height: 25px;}

.descrip{float: left;width: 261px;}
.note-editor .btn-sm{padding: 2px 5px !important;font-size: 9px !important;}

/*********Error Messages*********/

.overlay{

    position: fixed;
    top: 0px;
    bottom: 0px;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.49);
    z-index: 1050;
    width: 100%;
}
.Error-msg {
    padding: 0px !important;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0px !important;
    padding: 15px;
    margin-bottom: 20px;
    border: 0px solid transparent !important;
    border-radius: 4px !important;
    position: fixed;
    top: 15% !important;
    right: 26%;
    z-index: 9999;
    min-height: 100px;
    background-color: #F5D7D7 !important;
}
.Error-msg h5{margin: 0px; padding: 10px;background-color: rgba(249, 82, 82, 0.37);font-size: 20px;}
.Error-msg button {position: absolute;
                   right: 8px;
                   top: 7px;
                   font-size: 26px;}
.Error-msg ul li{list-style: none;line-height: 27px;}
.Error-msg ul{margin-bottom: 10px;padding-left: 11px;
              margin-top: 9px;}
.Error-msg i{border: 2px solid #DE8989;
             border-radius: 50px;
             margin-right: 10px;
             font-size: 11px;
             padding: 2px 4px;
             width: 21px;
             height: 21px;
}
.overlay1{
    display: none;
    position: fixed;
    top: 0px;
    bottom: 0px;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.49);
    z-index: 1050;
    width: 100%;
}
.success-msg {
    padding: 0px !important;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0px !important;
    padding: 15px;
    margin-bottom: 20px;
    border: 0px solid transparent !important;
    border-radius: 4px !important;
    position: fixed;
    top: 25% !important;
    right: 26%;
    z-index: 9999;
    min-height: 100px;
    background-color: rgba(215, 245, 244, 1) !important;
}
.success-msg h5{margin: 0px; padding: 10px;background-color: rgba(0, 128, 0, 0.49) !important;font-size: 20px;color: white !important;}
.success-msg button {position: absolute;
                     right: 8px;
                     top: 7px;
                     font-size: 26px;}
.success-msg ul li{list-style: none;line-height: 27px;}
.success-msg ul{margin-bottom: 10px;padding-left: 11px;
                margin-top: 9px;}
.success-msg i{border: 2px solid rgba(59, 200, 120, 1);
               border-radius: 50px;
               margin-right: 10px;
               font-size: 11px;
               padding: 2px 4px;
               width: 21px;
               height: 21px;
}
/*****************/

.fild{width: 40%; float: left;margin-right: 5px;}
.file-control{width: 85%;float: left;padding: 0px;}
/* .uplod-fil{width: 70%;float: left;} */
.dwn-btn{padding: 2px 7px !important;margin-left: 5px !important;margin-top: 3px !important;border-radius: 5px !important;}
.uplod-box{padding: 0px;margin-bottom: 5px;}
.nubr-bx{margin-bottom: 10px;}
.left-pad{padding-left: 0px;}
.dataTables_length label {display: none !important;}
.hedr-rigt{margin:0px ;padding: 10px;background-color: #AA9F9F;color: #FFF;border-top-left-radius: 3px;
           border-top-right-radius: 3px;font-size: 16px;}


/********************/

.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    height: 100px;
}

/* 28-09-2015  - .mandSpan  for displaying red star for mandatory fields */
.mandSpan{ color:red;font-weight:650px;font-size:13px; }


/** Department Page **/

.deptLeftBar{background:#e6e6e6;border-right:0px solid #ccc;padding:15px 15px;min-height:450px;}
.deptLeftBar ul{padding:0px;}
.deptRightBar{border:1px solid #e6e6e6;padding:0px;}
.deptRightBar h4{background:#e6e6e6;color:#333;margin:0px;padding:8px;}
.deptInner{padding:15px;}
.addBtn{
    padding: 4px 6px;
    float: right;
    font-size: 13px;
    margin: -5px 0px 0px 5px !important;
    border-radius: 0px;
}
.addBtn i{margin-right:5px;}
.addBtn:focus{outline:none;}
.submenuBg{background:#4B4B4B;}

.btn-primary {
    color: #FFF;
    background:#1C5EAA !important;
    border:none !important;
    transition:500ms ease !important;
    border-radius:0px;
}
.btn-primary:hover{background:#134278 !important;}
.OpenMenu{display:block !important;}

.subDeptSec{display:none;}


/*.deptInner .form-group .col-lg-3{width:23%;padding-right:0px;}
.deptInner .form-group .col-lg-9{width:;}*/

.relDiv{position:relative;}
.absDiv{position:absolute;top:31px;right:21px;color:#666;}
.resetBtn{background:#ccc !important;color:#333;}
.resetBtn:hover{background:#9F9F9F !important;color:#fff;}

/** user page **/

.userList{padding:0px !important;}
.userList h4{padding:8px 15px;background:#e6e6e6;color:#333;margin:0px;}
.userList ul{background:#fff;padding:5px 0px 0px;list-style:none;border:1px solid #e6e6e6;height:422px;overflow-y:scroll;}
.userList ul li{border-bottom:1px solid #e6e6e6;cursor:pointer;padding:5px 15px;}
.userList ul li:last-child{border:none;}
.userList ul li:hover{background:#e6e6e6;}

.toSpace{padding-top:9px !important;}

.newUser{border:1px solid #e6e6e6;width:50%;}
.newUser h4{background:#e6e6e6;color:3333;padding:8px;margin:0px 0px 15px;}
.newUser .form-group{margin:15px;}
.no-top-pad{padding-top:0px !important;}

.selectUserPic{border:1px solid #ccc;padding:2px;width:90px;height:80px;float:left;margin-right:10px;}
.selectUserPic img{width:100%;height:100%;}
.newUserInner{padding:0px 15px 15px;}

.newUser ul{list-style:none;padding:0px 0px 0px 98px;}
.newUser ul li{padding:5px 0px 5px 20px;position:relative;}
.newUser ul li i{position:absolute;left:0px;top:9px;color:#ccc;}

.fullWid{width:100%;}

.assignActs .col-lg-5{padding:0px;}
.assignActs .col-lg-5 .assignList{min-height:400px;background:#efefef;}
.leftrightBtns{margin-top:130px;text-align: center;}
.leftrightBtns .btn{margin-bottom:5px;}

.assignList-menu{padding:15px;}
.assignList-menu ul{padding:0px 10px 8px;border-bottom:1px solid #ccc;}
.assignList-menu ul li{padding:0px 0px 0px 19px;position:relative;display:none;}
.assignList-menu ul li i{position:absolute;left:-19px;top:5px;color:#716E6E;cursor:pointer;}
.assignList-menu ul li:first-child{padding:0px;margin-bottom:5px;display:block;};

.assigSubMenu{}
.assignList-menu ul li ul{padding:0px 0px 0px 18px;border:none;}
.assignList-menu ul li ul li{padding:0px;}
.assignList-menu ul li ul li:first-child{padding:0px;margin:0px;display:block !important;};



/* By Vishal  */

.vecle-btn{background-color: rgb(36, 188, 81) !important;border-color: rgb(2, 138, 51) !important;padding: 3px 15px !important;}
.pad-top{padding-top:0px !important;}
.pdig-mg{padding-right:10px !important;padding:0px; margin-bottom:15px !important;}
.pdig-mg img{width:100% !important; height:70px !important;cursor:pointer;}

/** Resume Page **/

.infoSec{padding: 0px 5px;}
.resumeSec .steps .col-lg-4{background:#E6E6E6;color:#9C9C9C;padding: 15px 0px 15px 30px;position:relative;text-align: center;font-weight:600;font-size:12px;margin-bottom:25px;margin-right:2px;width:200px;}
.resumeSec .steps .col-lg-4 i{
    position: absolute;
    font-size: 82px;
    top: -17px;
    right: -27px;
    z-index: 1;
    color:#E6E6E6;
}
.resumeSec .steps .col-lg-4 b{
    position: absolute;
    font-size: 82px;
    top: -17px;
    left: -1px;
    z-index: 0;
    color:#E6E6E6;
    color:#fff;
}
.resumeSec .steps .col-lg-4 span{margin-right:8px;}
.resumeSec .steps .col-lg-4.active{background:#818181 ;color:#fff;}
.resumeSec .steps .col-lg-4.active i{color:#818181;}
.resumeSec .steps .col-lg-4.active b{}
.qualificationInfoSec table tr th{text-align:center;}
.qualificationInfoSec table{margin-bottom:25px !important;}

.qualificationInfoSec{display:none;}
.docInfoSec{display:none;}

.userImg{border:1px solid #ccc;padding:2px;width:50px;height:50px;}

.n-pad{padding:0px;}
.fileInput input{width:235px;float:left;margin-right:10px;}
.fileInput img{border:1px solid #ccc;padding:2px;width:65px;height:50px;margin-top:-16px;}

.duration .col-lg-5{padding:0px;width: 42%;}
.duration .col-lg-2{width:15%;padding:5px 0px;text-align:center;}

.expInfoSec{display:none;}
.otherInfoSec{display:none;}

.langtable{width:100%;}
.langtable tbody tr th{padding:8px 6px;background:#e6e6e6;}

input:focus{otline:none;}

/* Login page */

.loginOverlay{position:absolute;top:0px;left:0px;width:100%;height:100%;background:rgba(0,0,0,0.5);}

.box-login h2{
    padding: 12px 0px;
    margin: -15px -3% 40px -3% !important;
    font-weight: 600;
    text-align: center;
    background: #1C5EAA;
    color: #FFF;
    float: left;
    width: 106%;
    font-size: 26px;
    text-shadow: 2px 2px 0px rgba(0,0,0,0.3);
}

.copyright a{color:#EB3138;}

.subMenu{}

/* vishal */

.text-pad{ padding-left: 75px !important;}
.mis{position: absolute;top: 23px;}
.mis select{height: 34px;}
.pdd-rte{padding-left:25px !important;}

.desigBy{font-size:11px;text-align:center;color:#fff;font-family:arial;margin:0px;padding:20px 0px;border-top:1px dotted #fff;}
.desigBy a{color:#fff;}
.desigBy a:hover{color:#fff;}

/*Company Regi Page*/

.managerTabl .title{border-bottom:1px solid #ccc;margin-bottom:15px;}
.managerTabl .title h4{margin:0px;padding:0px 0px 3px 0px;border-bottom:2px solid #456475;float:left;}
.f-name{width:20% !important;}


.regiSteps .col-lg-4{width:32.5% !important;}

.docImg{width:50px;height:50px;border:1px solid #cc;padding:2px;}
.fileUp input{font-size:12px;}
.docTable thead tr th{text-align:left;background:#e6e6e6;padding-top:8px;padding-bottom:8px;}



/* view short list page*/

.persnl h4{border-bottom: 1px solid red ; width: 178px ; margin: 0px ;}
.persnl hr{margin:0px !important;}



.specsKey {
    width: 25%;
    border-bottom: 1px dotted #C9C9C9;
    border-right: 1px solid #C9C9C9;
    padding:10px;
    font-size: 13px;
}
.specs {
    font-size: 12px;
    border-left: 1px solid #C9C9C9;
    border-bottom: 1px dotted #C9C9C9;
    padding:10px;
}
.specs span{font-weight:600;}
.persnal-info table{border: 1px solid #E7E7E7;}
.persnal-info{margin-top:15px;}

.persnal-info table{border:1px solid #DDD;}
.nme{font-size:18px;}
.per-img{width:100%;height:216px;}
.qulif{width:100% !important; border-bottom:0px !important;}
.resm-doc{width:100px;height:100px;}
.sort-btn{margin-top:10px;}

.pdd-rte{padding-left:25px !important;}

.cheked .icheckbox_minimal-aero{margin-left:33px !important;}
.caldr{width: 38px;position: absolute;top: 0px;right: 0px;height: 33px;border-radius: 0px;}

/* 22-10-2015 */
.mandt{color:red;}
.vehicleRegiSteps .col-lg-4 {width:48.5% !important;}
.hrLine{border-top:1px solid #ccc;margin:15px 0px;}

.caldr1{width: 38px;
        position: absolute;
        top: 23px;
        right: 15px;
        height: 33px;
        border-radius: 0px;}

.leter-hedr{float:left;margin-bottom:10px}
.leter-hedr p{margin-bottom:3px;}
.heder-name span{font-weight:600;}
.heder-name p{margin-bottom:3px;}
.contnt-box{padding:0px;}
.contnt-box h4{text-align:center;font-weight: 600;font-size: 16px;}
.leter-main ul{list-style-type:inherit}
.leter-main ul li{line-height:30px;}

.bord-hed{padding: 8px; margin: 0px !important;background-color: rgb(183, 183, 183);color: white;}
#tree-container{padding-top: 9px !important;padding-left: 14px !important;}

.leter-main .ulOne{list-style-type:decimal;padding-left:15px !important}
.ulTwo li{line-height:25px !important;}
.ulThree{list-style-type:decimal !important;}
.ulTwo{list-style-type:decimal !important;}
.ulThree ul{list-style:none !important;}
.ulThree ul li label{width:170px;font-weight:600;margin-bottom:0px;}
.totl-sal{border-bottom:1px dashed #333333; border-top:1px dashed #333333;padding-top:5px;padding-bottom:5px;}
.join-report .icheckbox_minimal-aero{margin-left: 19px !important;}

.caldr5{width: 38px;position: absolute;top: 68px;left: 166px;height: 33px;border-radius: 0px;}
.caldr6{width: 38px;position: absolute;top: 111px;left: 166px;height: 33px;border-radius: 0px;}

/*----error msg css start here-----*/
.msg-box{position:relative;}
.msg-box i{top:11px;right:11px;cursor:pointer;}
.closeBtn{position: absolute;}
/*----error msg css start here-----*/

.pad-lft{padding-left:22px !important}
.bck-btn{margin-left: 6px;background-color: #4A4A4A !important;}

.note{font-size: 9px;color: rgb(237,50,55);margin: 2px 0px 0px;}
.mapLoc {margin-top: -107px;}
.btn-green{border-radius:0px !important;border:none;}
.c-map{margin-top:-89px;}

.degrcrt{padding:0px;}
#noticeDur{display:none;}
.bor-right{border-right:1px solid #f2f2f2;}

.calDiv{position:relative;}
.calAbs{position:absolute;top:36px;right:23px;}



.trm-cnds h4{font-weight:bold;font-size:16px !important;margin-top:0px;}

.trm-cnds h4{font-weight:bold;font-size:16px !important;margin-top:0px;}
.trm-cnds { margin-top: 30px; }

#html .jstree-container-ul{height:420px !important; overflow-y:scroll;}

.sb-titl{color: rgb(70, 171, 204);margin-top: 10px;margin-bottom: 0px;padding-left:14px;}
.jstree-default{padding-top: 10px !important;}
.jstree-default ul li{line-height:28px !important;}

.contentBody{margin-top:15px;}

/* 29-10-2015 */
.breadcrumb li{color:#989494;}
.breadcrumb li a{color:#989494;}
.breadcrumb li a:hover{color:#09f;}
.days input{width:35%;float:left;margin-right:3px;}
.days span{line-height: 26px;}
.rupee input{width:80%;float:right;}

.materialSec{position:relative;}
.materialSec .breadcrumb{position:absolute;top:40px;left:15px;}
.grup-hed{}

/* 30-10-2015 */
.spplier{margin-top:20px;padding:0px !important;}
.spplier ul{margin:0px !important;padding:10px !important;}
.spplier h4{padding:10px;margin:0px;background-color: #B0B0B0 !important;color: white;}
.suplir-dtl .suplrUL{list-style:none;margin:0px;padding:10px;float:left;width:60%;}
.suplir-dtl{padding:0px; border: 1px solid #E6E6E6;background-color: #EFEFEF;}
.suplir-dtl .pur-head{width:113px;float:left;font-weight: 600;}
.suplir-dtl h4{margin: 0px !important;padding: 10px;background-color: rgb(206, 206, 206) !important;}
.purch-tabl{margin-top:30px;}
.ordr-dtl{float:right;width:40%;}
.ordr-dtl ul{list-style:none;padding:10px;}
.ordr-dtl ul li{line-height:22px;}
.ordr-dtl ul li .pur-head{text-align: right !important;width: 235px !important;font-weight:600 !important}
.ordr-dtl ul li label{margin-left:15px;}

.delvry-report .suplrUL{list-style:none;margin:0px;padding:10px;float:left;width:60%;}
.delvry-report .pur-head{width:150px;float:left;}
.delvry-report .ordr-dtl ul li label{float:right !important}
.bor-all{border-top:1px solid #B0B0B0;border-bottom:1px solid #B0B0B0;}
.bor-all .ordr-dtl ul{margin-bottom:0px; !important}

.poto-trns input{width: 210px;
                 float: left;border-radius: 0px;}
.poto-trns img{width:60px ; height:60px; float:right;border:1px solid #CECECE;padding:2px;}
.inr-down{position: absolute;
          right: 15px;
          top: 26px;
          height: 34px;
          border-radius: 0px;
          padding-top: 9px;}

.freightSubmenu ul li.active > a {
    color: #606060 !important;
    background-color: #CCC !important;
    border-radius: 4px 4px 0px 0px !important;
    border-top: 1px solid #656565 !important;
}
.freightSubmenu ul li a{color: #545454 !important;font-weight: bold !important;}
.wid1{width: 10% !important;}
.wid2{width: 20% !important;}
.wid3{width: 20% !important;}
.wid4{width: 12% !important;}
.wid5{width: 15% !important;}
.wid6{width: 6% !important;}
.wid11{width: 7% !important;}
.wid12{width: 20% !important;}
.wid13{width: 20% !important;}
.wid14{width: 20% !important;}
.wid15{width: 10% !important;}
.wid16{width: 10% !important;}
.wid17{width: 6% !important;}
.wdth{width: 8% !important;}
.widh{width: 5% !important;}

.js-contain{ height:420px !important; overflow-y:scroll;  }
.cncl{border-radius:0px !important;}
.desig{background-color: #E6E6E6 ;}

.Balnc-tbl{padding:5px !important;}

.mainDeptSec1{display:none;}
.mainDeptSec2{display:none;}
.COMPNY-INFO{text-align:center;}
.prgrf{margin:0px !important;}
.hr-rw{margin-top:10px;margin-bottom:10px;border:1px dashed #666666;}


/* Account Ledger Page By Prasanna On 2-11-2015 */

.BankBox{display:block;}
.CashBox{display:none;}
.InvestmentBox{display:none;}
.SecurityDepositBox{display:none;}
.StaffAdvance{display:none;}
.FurniterBox{display:none;}
.PlantMachineBox{display:none;}
.VehiclesBox{display:none;}
.CompnyBox{display:none;}
.franchiseeBox{display:none;}

.amt{position:relative;}
.amt i{position:absolute;top:34px;left:24px;color:#666;}
.amt input{padding-left:25px;width: 55% !important;}

.calSec{position:relative;}
.calSec i{position:absolute;top:10px;right:24px;color:#666;}
.calSec input{padding-right:25px;}

.percSec{position:relative;}
.percSec span{position:absolute;top:31px;right:159px;color:#666;}
.percSec input{padding-right:25px;}

.emiSec span{position:absolute;top:31px;right:105px;color:#666;}
.emiSec input{padding-right:15px;}

.periodmarg b{margin:0px 5px 0px;}


.percSec6 span{right:24px;}
.vehNo input{float:left;text-align:center;}



/** viewledger by prasanna on 3/11/2015 **/

.compnypdf {}
.compnypdf header{border-bottom:1px dashed #8A8A8A;padding-bottom:10px;text-align:center;}
.compnypdf header h4{font-weight:600;font-size: 24px;text-shadow: 1px 1px 0px rgba(0,0,0,0.2);}

.pdftitle{padding:10px 0px;border-bottom:1px dashed #8A8A8A;margin-bottom:25px;}
.pdftitle .col-lg-9{padding-left:0px;text-align:left;font-size:15px;padding-top:0px;}
.pdftitle .col-lg-9 span{font-weight:600;}
.pdftitle .col-lg-3{padding-right:0px;text-align:right;font-size:15px;font-weight:600;padding-top:0px;padding-left:0px;}
.pdftitle .col-lg-3 span{margin:0px 5px;}
.tblSec table thead th{padding-top:8px;padding-bottom:8px;background:#E6E6E6;color:#333;text-align:center;}
.tblSec table tbody td{text-align:center;}

/* Purchase Voucher By Prasanna On 6/11/2015 */

.compnypdf-wd{width:80%;float:none;margin:0 auto;border:1px solid #ccc;padding:15px;}
.frmtTable table thead tr th{padding-left:10px;padding-right:10px;}
.frmtTable table tbody tr td{padding-left:10px;padding-right:10px;}
.pdftitle h3{font-weight:600;margin:0px;font-size:18px;text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);}
.voucherDetails .tbleTop .form-group{margin-bottom: 5px;}
.voucherDetails .tbleTop .form-group label{padding:0px;font-weight:600;text-align:right;}
.voucherDetails .tbleTop .form-group .col-md-9{padding-left:5px;}
.amttd{text-align:right !important;padding-right: 15px !important;}
.tbleTop-right .form-group .col-md-8{text-align:right;}
.tbleTop-right .form-group .col-md-4{text-align:right;padding-right:0px;padding-left:5px;}
.tblBtm{padding-top:45px;}
.topPrintBtn{float:right;margin:5px 0px 0px 0px;}
.right{text-align: right !important;}
/* Receipts/Payment By Prasanna On 7/11/2015 */
.receiptFormSec{
    float: none;
    margin: 0px auto;
    border: 1px solid #CCC;
    padding: 0px 0px 15px;
}
.receiptFormSec h5{
    background:#E6E6E6;
    margin: 0px 0px 15px;
    padding: 12px 0px;
}
.receiptForm .form-group label{width:38%;float:left;line-height: 29px;font-weight:600;text-align:right;margin-right:8px;}
.receiptForm .form-group input{width:25%;line-height:30px;height:30px;}
.receiptForm .form-group select{width:58%;line-height:30px;height:30px;}
.input-group-addon {border-radius:0px;}

.OlTransfer{display:none;}
.dd-sec{display:none;}
.transaction{display:none;}

.dispTrans{display:block;}

/*  debtors page and cash in hand page - 09 nov 2015 */
.select2-container .select2-choice .select2-arrow b {background:none !important;}
.listSec{padding:0px 0px 10px;border-bottom:1px solid #ccc;margin-bottom:25px;}
.listSec .col-md-6{padding:0px;}
.listSec .col-md-3{padding:0px;line-height:34px;font-weight:600;}
.listSec .col-md-7{padding-left:0px;}
.listSec button{margin-top: 0px;}

.tbleSec{border:1px solid #ccc;padding:15px;margin-bottom:15px;}
.tbleSec .tbleSecTitle{border-bottom:1px solid #ccc;margin-bottom:20px;}
.tbleSec .tbleSecTitle h5{text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);font-size: 20px;font-weight: 600;text-align: center;margin:0px 0px 15px;}
.tbleSec .tbleSecTitle h6{text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);font-size: 16px;font-weight: 600;text-align: center;color:#3E9ACC;margin:0px 0px 15px;}
.tbleSec table thead tr th{text-align:center;}
.tbleSec table tbody tr td{text-align:center;}
.amtBar{border:1px solid #ccc;background:#E6E6E6;padding:5px;border-bottom:0px;}
.amtBar .form-inline .col-md-4 i{top:10px;left:131px;}

/* 13/11/2015 */

.accList{border:1px solid #ccc;}
.accList h4{background:#e6e6e6;padding:8px;margin:0px 0px 0px;font-weight:600;}

.inrAcc{padding: 5px;}
.entryComp{color: #4BA6C5;font-size: 18px;}
.journalLedger{display: none;}
.ledr-icn{position: absolute;top: 80%;left: 37%;}
.ledr-icn1{position: absolute;top: 80%;left: 33%;}
.pdftitle h5{font-weight:600;margin:0px;font-size:16px;text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);}


/** 17/11/2015 **/

.amtBar h5{margin:5px 5px;font-weight:600;font-size:15px;}
.frmtTable > table > thead > tr > th {padding:8px 0px;/*color:#535353;*/}

.invcHead{border-bottom: 1px dashed #8A8A8A; }
.invcHead .col-md-7{padding: 0px !important;}


/** Advance Clearence **/

.singBox{border:1px solid #ccc;padding:0px;}
.singBox label{padding:8px 15px;background:#e6e6e6;width:100%;}
.singBox .singBoxInner{padding:15px;}
.singBox .singBoxInner select{margin-bottom:15px;}

.clranc{font-size: 10px;padding: 0px !important;}
.clrdte{font-size: 10px;font-weight: bold; padding: 0px !important;}

.chekdte{position: absolute;width: 39px;top: 41px;right: 121px; height: 32px;}
.chekdte2{position: absolute;width: 39px;top: 84px;right: 121px; height: 32px;}

.jurnalicn{position: absolute;    top: 1px;
           right: 23px;width: 40px;height: 33px;}
.junvocr{margin-bottom: 40px;}


/****19/11/15*****/

.hedtxt{margin-top: 0px;}
.mdl-pop{padding-bottom: 0px !important;}
.hedtxt h4{margin: 0px !important;font-weight: bold;}
/* .hedtxt .col-lg-3{margin-bottom: 7px;padding: 0px !important;padding-left: 33px !important;} */
.docSulp{padding-left: 0px !important;}
.existlbl{float: left !important;}
.existselet{width: 54%;margin-top: -9px;float: right;}
.viclowndtl{padding: 10px !important; background-color: rgb(195, 195, 195) !important;}


/*Prasanna Sukare: / 19 Nov 2015 /*/

.partnerDetails{}

.personInfo ul {
    background: #E6E6E6;
    padding: 15px;
    margin:0px !important;
}
.personInfo ul li {
    padding: 5px;
    font-size: 12px;
}

.personInfo ul li:first-child img {
    width: 100px;
    height: 80px;
    border: 1px solid #CCC;
    padding: 2px;
}
.personInfo ul li label {
    margin-right: 5px;
    font-weight:600;
}

/** For custSelect **/

.custSelectText{border: 1px solid #AAA;background-color: #FFF;background-image: linear-gradient(to top, #EEE 0%, #FFF 50%);color: #444;padding: 10px 30px !important;}
.custSelectText:hover{color:#444;}
.custSelectText:focus{color:#444;}
.custSelectText .caret{float:right;margin-top: 8px;}
.custSelectmenu{width:100%;border:0px;border-radius:0px;margin-top: -1px;max-height:240px;overflow:scroll;overflow-x:hidden;}
.custSelectmenu li{position:relative;padding: 5px 0px 5px 15px;border-bottom: 1px solid #e6e6e6;}
.custSelectmenu li:last-child{border:none;}
.custSelectmenu li a{padding-right: 140px;position:relative;}
.custSelectmenu li a i{position: absolute;right: 110px;top: 7px;color: #666;}
.custSelectmenu li a:hover{background:none !important;}
.custSelectmenu li:hover{background:#eee;}
.custSelectmenu li input{position:absolute;top:-1px;right:15px;width:25%;padding-left: 24px;}

.custSelectText-btmBor{border-bottom:0px;}
.custSelectmenuBor{border:1px solid #428BCA;border-top:0px}
.upArw{transform: rotate(180deg);}
.optname{background:#eee;margin-top:3px;margin-bottom:3px;padding-left:0px !important;}
.optname a{cursor:default !important;color:#282323 !important;font-weight:600 !important;}

.custSelect{position:relative;}
.custSelect .caret{position:absolute;right:15px;top:20px;}

.depDesig .col-lg-6{width:50%;float:left;}

.prtnerIMG{float: left;width: 150px !important;}
.partnrul{float: left;width: 70%;margin: 0px !important;padding-left: 10px !important;}
.prtnam{font-size: 16px;padding: 0px !important;font-weight: bold;}
.partnrul li{margin-bottom: 0px !important;padding-bottom: 0px !important}
.selctprt{margin-bottom: 30px !important;}


/** Credit Control Page **/

.custInfo{background:#e6e6e6;padding:20px 15px;}
.custInfo .col-lg-4{text-align:right;padding:0px;}
.custInfo .col-lg-8{padding-right:0px;}
.custInfo .col-lg-8 i{top:12px;left:25px;}
.custInfo .col-lg-8 input{border-radius:0px;}
.lnht label{line-height:34px;}
.custInfo-Sec{width:44%;padding-right:0px;}

/* Trial Balance Page */

.ledname{font-weight: 600;color:#5F8295;padding:8px 0px 8px 177px !important;}
.frmtTable table thead tr th{background:#E6E6E6;}

.tralBal-table table thead tr th{background:#E6E6E6;text-align:left;padding:8px 10px;}
.tralBal-table table tbody tr td{text-align:left;}
.frm-to{font-family:arial;font-size:16px;text-shadow:none;}

/* KYV-City Relationship Page */

.kycRel{background:#e6e6e6;padding:15px;}
.kyccitylist ul{margin:0px 0px;padding:0px;list-style:none;max-height: 85px;overflow: scroll;overflow-x: hidden;}
.kyccitylist ul li{padding:5px;float:left;margin:3px;background:#E6E6E6;border-radius:3px;padding: 3px 5px;font-size: 12px;}
.kyccitylist ul li:last-child{border:none;}
.kyccitylist ul li a{position:absolute;right:12px;opacity:0;}
.kyccitytable table thead tr th{background:#E6E6E6;text-align:left;padding:8px 10px;}

/*custom css for multiple select box*/

.ms-parent{width:100% !important;}
.ms-parent > .ms-choice{height:34px;line-height:34px;}
.ms-parent > .ms-choice > div{top:6px;}
.ms-drop{border-radius:0px 0px 4px 4px !important;border:0px !important;}
.ms-drop input[type="checkbox"] {margin:0px !important;}
.ms-drop ul > li label{margin-bottom:0px !important;}
.ms-drop ul > li {padding: 5px 7px;}
.ms-search input{min-height: 30px !important;background-position:100% -19px !important,}
.ms-drop ul{max-height:180px !important;overflow:scroll;overflow-x:hidden !important;}
.select2-container .select2-choice{line-height:29px !important;}

.aprComp{width: 130px;height: 110px;border: 1px solid #CCC;padding: 2px;float: left;}
.partUl{background-color: white !important;float: left;padding-top: 0px !important;list-style: none;padding-left: 5px !important}
.partUl li{padding-top: 0px !important;}
.partUl li label {margin-bottom: 0px !important;}
.aprvdoc{width: 80% !important;height: 70px !important;border: 1px solid rgba(222, 222, 222, 1) !important;}

/* balance-sheet Page */

.balancesheet-table h4{color:#333;padding:8px;text-align:center;margin:0px 0px 0px;font-weight:600;}
.balancesheet-table table thead tr th{text-align:left;padding:8px 10px;}
.balancesheet-table table tbody tr td{text-align:left;}
.balancesheet-table table tbody tr td a{color:#456475;}
.balancesheet-table table tbody tr td a:hover{font-weight:600;color:#456475;}
.no-cursor{cursor:default !important;}
.no-cursor:hover{font-weight:normal !important;}
.ledgerPath{text-align:center;font-weight:600;border-bottom: 1px dashed #8A8A8A;margin:0px 0px 15px;padding:10px 0px;}
.actledger{color:#456475;}

.chekbx{position: inherit !important;width: 5% !important;}
.inr1{padding: 3px;}
.inr1 .custSelectText {border: 1px solid #D7D7D7;padding: 7px 16px !important;}
.inr1 .dropdown-menu > li > a {display: block;padding: 3px 9px;}
.inr1 .custSelect .caret {top: 15px;}
.inr1 .custSelectmenu li input {padding-left: 10px;}


/* searchBox */

.serchBox{float:left;line-height:20px;margin-top:5px;position:relative;}
.serchBox input{border-radius:20px !important;padding:4px 34px 4px 15px;;border:none;height: 28px;line-height:28px;transition:300ms ease;width: 250px;}
.serchBox i{position:absolute;right:14px;top:7px;color:#BFBFBF;font-size:14px;transition:300ms ease;cursor:pointer;}
.ip-width{width:250px;}
.srch-icon{right:14px;}
.serchBox i:hover{color:#333;}

/* fueltabl 05 dec 2015 */

.fueltabl{border:1px solid #ccc;}
.fueltabl tr th{text-align:center;padding-bottom: 5px;border-bottom: 1px solid #CCC;background:#e6e6e6;padding:5px 0px;}
.fueltabl tr td {padding:4px;position:relative;}
.fueltabl tr td i{position:absolute;left:12px;top:16px;}
.fueltabl tr td strong {text-align:center;padding:0px 5px;}
.fueltabl tr td input{padding-left:20px;}
.fuletblBtn{padding: 8px 0px 15px 0px;margin-top: 0px;}





fronpanel css - /opt/lampp/htdocs/Projects/Logistics-Junction/frontcss/css

/*05/11/2015*/
.matpe{list-style: inherit;padding-left: 15px;}
.absDiv {position: absolute;left: 24px;top: 35px;color: #666;}

/* change password page */

.chngePassSec{border:1px solid #ccc;width:50%;}
.chngePassSec h4{font-size:17px;margin:0px 0px 15px;background:#e6e6e6;padding:10px 15px;}
.queSec{position:relative;}
.queSec i{position: absolute;top: 33px;right: 22px;font-size: 20px;color: #1DAE1D;}
.queSec input{padding-right: 30px;}

/* Designation Defination */

.deptInner .form-group .col-lg-6{float:left;width:50%;}

/* 14/12/2015 */

.modiPop-up{border-radius: 0px;border: 4px solid #1C5EAA;}

.appdisBtns {padding: 0px 15px 0px 5px;margin-top: -7px;margin-bottom: 8px;text-align: right;float:right;}
.appdisBtns .btn{padding:5px;font-size: 12px;}
.modal .modal-header{position:relative;border-bottom: 3px solid #E5E5E5;}
.modal .modal-header .hedtxt{position:relative;}
.modalClose{position: absolute;top: -17px;right: -10px;font-size: 29px;}
.hedtxt .col-lg-8{padding:0px 5px 0px 0px;}
.SendmailWrap .col-lg-6{text-align:center;}
.SendmailWrap .leftSec{padding:0px 5px 0px 0px;}
.SendmailWrap .rightSec{padding:0px 0px 0px 5px;}
.modiPop-up .modal-body{background: #F6F6F6;}

.pdig-mg{position:relative;}
.pdig-mg i{position: absolute;right: 4px;top: -7px;font-size: 18px;}
.pdig-mg i.appoeveIcon{color:green;}
.pdig-mg i.disappoeveIcon{color:#C61B1B;}

.manDeailsUl{margin:0px;}
.manDeailsUl li{padding-left:0px !important;}

/* 31-12-2015 */

.deptInner1 .col-lg-6{width:50%;float:left;}
.deptInner2 .col-lg-6{width:25% !important;}
.deptInner3 .col-lg-6{width:40% !important;}

/* 4/01/2016 */

/* iframe Classes */

.ifrmClass{}
.ifrmClass > .form-group{margin-bottom: 15px;}
.ifrmClass > .form-control{width:100%;}
.ifrmClass > .clearfix{float:left;}
.ifrmClass .col-lg-12{width:100%;padding:0px 15px;}
.ifrmClass .col-lg-11{width: 91.6667%;padding:0px 15px;float:left;}
.ifrmClass .col-lg-10{width: 83.3333%;padding:0px 15px;float:left;}
.ifrmClass .col-lg-9{width: 75%;padding:0px 15px;float:left;}
.ifrmClass .col-lg-8{width: 66.6667%;padding:0px 15px;float:left;}
.ifrmClass .col-lg-7{width: 58.3333%;padding:0px 15px;float:left;}
.ifrmClass .col-lg-6{width:50%;padding:0px 15px;float:left;}
.ifrmClass .col-lg-5{width: 41.6667%;padding:0px 15px;float:left;}
.ifrmClass .col-lg-4{width: 33.3333%;padding:0px 15px;float:left;}
.ifrmClass .col-lg-3{width: 25%;padding:0px 15px;float:left;}
.ifrmClass .col-lg-2{width: 16.6667%;padding:0px 15px;float:left;}
.ifrmClass .col-lg-1{width: 8.33333%;padding:0px 15px;float:left;}
.str{position:relative !important;color:red !important;right: 0px !important;top: 0px !important;}

.viclNo{width: 25% !important;float: left;border-radius: 0px;}
.kmtr1{position: absolute !important;right: 25px;bottom: 8px;}
.multiselect-container li .checkbox{margin: 0px;}
.multiselect-container li a{padding-left: 30px;}
.voregis img{width: 23%;float: left;border: 1px solid #D2D2D2;padding: 4px !important;margin-right: 5px;margin-top: 15px;}

.multi-chek .multiselect{width: 262px !important;float: left;text-align: left;}
.multi-chek .multiselect .caret{float: right;margin-top: -12px;}
.multi-chek .multiselect-container{width: 100% !important;}

/*13-01-2016- vishal g*/
.intry{width: 33.333%;float: left;}
.mainDeptSec5{display: none;}

/*14-06-2016 Akshay P*/
/*.divwidth .col-lg-4{width:210px !important;};*/

/*14-01-2016-vishal g*/
.intry{width: 33.333%;float: left;}
.mainDeptSec5{display: none;}
.creditExpn{float: left;width: 33.333%;}
.widtfifty{float: left;width: 50%;}
.mar-botm{margin-bottom: 5px;}

/*18-01-2016 - akshay p*/
.colr2 { color: rgba(162, 128, 10, 1); }

/*print time hide buttons*/
@media print
{
    #btnSend, #btnPrint, #hidedate, #hidetime
    {
        display: none !important;
    }
    #time,#date{
        display: inline !important;
    }
}

.chckdtr{padding: 10px;padding-top: 15px;min-width: 500px;margin-top: 15px;}
.chckdtr label{margin-bottom: 10px;font-weight: bold;}

.sechDte{float: left !important;}
.ldgrpage{border: 1px solid #ccc !important;padding: 0px !important;padding-top: 10px !important}
.ldgrpage h3{margin-top: 0px !important;font-size: 16px !important;text-align: center;font-weight: bold;}
.ldgrpage p{text-align: center;font-size: 12px !important;font-weight: normal !important;margin: 0px ;line-height: 11px;}
.assctlegr{margin-top: 10px;}
.assctlegr h3{padding: 5px;border-top:1px solid #ccc;margin-bottom: 0px !important}
.frmto{border-bottom: 1px solid #ccc;}
.tablDiv{padding: 3px;}
.alin-rigt{text-align: right;}

.instrMSG{float: right;padding-right: 15px;padding-top: 8px;color: rgba(248, 2, 2, 1);}

.comMENU{width: 100%;text-align: center;}
.comMENU label{width: 100%;margin: 0px;}
.comMENU label span{font-weight: bold;color: #3E3E3E;}
.comMENU .frstlbl{font-size: 20px;color: #046999;font-weight: bold;}
.addres{width: 100%;}
.addres p{width: 25%;}
.apphr{border: 1px dotted #D7D7D7;}
.leter-hedr{width: 100%;}
.hedig{text-align: center;font-weight: bold;margin-bottom: 20px;}
.leter-main{margin-top: 30px;}
.apintbox{border: 1px solid #D7D7D7;padding: 10px;}

.bold{font-weight: bold;}
.probation label {font-weight: bold;}
.fotrSign{margin-top: 30px;}
.fotrSign label {margin-bottom: 0px;font-weight: bold;}

.inrlable{width: 100px;}
.totllabl{border-top: 1px dotted black;width: 35%;}

.rs_td{width:30px;}
.pricer_bx{text-align: right;}
.specs .dochead{ width: 100px;}

.confirmDiv{display: none;margin-top: 10px;padding-left: 64px;}
.temintDiv{display: none;}
.temintDiv .col-lg-6{padding: 0px;}

/*..Left Side Bar..*/
.navigation-toggler{display: none;}
ul.main-navigation-menu {
    list-style: outside none none;
    margin: 0px;
    padding: 0px;
}
.ps-container .ps-scrollbar-y {
    position: absolute;
    right: 0px;
    width: 8px;
    background-color: rgb(255, 245, 245);
    border-radius: 4px;
    transition: background-color 0.2s linear 0s;
}
#pageslide-left {
    width: 260px;
    z-index: 1021;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 94px;
}

/* accounts tab css by vishal - 23 feb 2016*/

.balIndi{text-align: right;}
.balIndi h2{margin: 0px;font-weight: bold;font-family: arial;font-size: 20px;}
.balIndi h5{margin-bottom: 0px;font-size: 12px;margin-bottom: 10px;}
.hed{background-color: #00437B;color: #FFF !important;}
.amtAre{text-align: right; padding-right: 0px;line-height: 29px;}
.amtAre label{font-weight: bold !important;}
.adlin{margin-left: 0px !important;border-radius: 0px;}
.adnew{border-radius: 0px;}
.adnew{margin-bottom: 10px;}
.mrTop label {}
.invLbls {
    text-align: right;
}
.invLbls .col-sm-8 {
    padding-top: 9px;
}
.borderDiv{height: 2px;
           border-bottom: 1px solid #CCC;
           margin-bottom: 15px;}
.filepad{padding: 0px;border-radius:0px; }

.chosen-container .chosen-single{height: 30px;border-radius:0px !important;padding-top: 3px; }
#invoiceTable .chosen-container{
    width: 190px !important;text-overflow: hidden !important;
}
#invoiceTable tr td .form-control{
    border-radius: 0px !important;
}
#purchaseTable .chosen-container{
    width: 100% !important;
}
#purchaseTable tr td .form-control{
    border-radius: 0px !important;
}


.atchfile{float: left;width: 85%;margin-right: 5px;}
.inpFile a{line-height: 32px;}

.fileimg img{margin-top: 8px !important;}
.fileimg{width: 10.667%;}
.pmsg{
    margin-bottom: 10px;
}

/******************/

.balIndi .duebal{margin-top: 0px !important;margin-bottom: 5px !important;}
.hr-row{margin-top: 10px;margin-bottom: 10px;}
.amtRecivd{text-align: right;float: right;}
.amtRecivd input{text-align: right;}
.translbl{font-size: 20px;margin-bottom: 10px;}
.text-right{text-align: right;}

/**** Sales Department***/
.salesLi button {
    background-color:#4A83A2;
    border-radius: 3px !important;
    color: #FFF;
    padding: 2px 9px;
    font-size: 13px;
    margin-right: 10px;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.27);
    margin-top:7px;
}

.salesHeaderWrap .topbar {    min-height: 51px !important; }
.salesHeader .navbar-brand img {width: 75% !important;}
.salesHeader .navbar-brand{height:auto !important;padding: 8px 15px 0 0 !important;}
.activelist{background: rgb(180, 180, 180);padding: 8px 12px !important;color: #fff;font-weight: 600;}
.salesLeftMenu{margin-top:-50px;}
.salesLeftMenu li{list-style: outside none none;padding:8px 0px 8px 15px !important;border-bottom: 1px solid #DEDEDE !important;color:#333;}
.salesLeftMenu li span {float: right; margin-right: 10px;}
.salestopBtns{margin: 0px 0px 15px;border: 0px none !important;background-color: #EEE;box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);padding: 16px 0px;}
.sTopBtns{background-color: #EEE;box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);padding: 20px 10px 6px;}
.sTopBtns a{float:right;}
.salespagewrap .main-container {margin-left:0px; !important;}
.sTopBtns a button {
    border-radius: 3px !important;
    float: right;
    background-color: #848484;
    color: #FFF;
    border: medium none;
    padding: 3px 7px;
    font-weight: 500;
    font-size: 13px;
    margin-top: 6px;
    margin-right: 5px !important;
    margin-bottom: 5px;
}
.salesHeader .topbar-tools{padding: 6px 0px !important;}
.salesLeftMenu{background:#fff;}
.searchNames{border: 1px solid #CCC;margin-left: 1% !important;background:#fff;margin-top:15px;margin-top: 30px;padding:0px;}
.sicon {
    position: relative;
    float: right;
    background: #CCC none repeat scroll 0% 0%;
    width: 34px;
    height: 34px;
    margin-top: -44px;
    border-bottom-right-radius: 3px !important;
    border-top-right-radius: 3px !important;
    cursor: pointer;
    margin-right: 15px;
}
.sicon i {
    position: absolute;
    top: 9px;
    left: 9px;
    font-size: 15px;
    color: #333;
}
.sresult {
    height: 475px;
    overflow-y: scroll;
}
.sresult ul {
    margin-left: 0px;
    margin-right: 5px;
    padding-left:0px;
}
.sresult ul li{list-style:none;padding: 5px 0px 5px 10px;border-bottom: 1px solid #CCC;color: #333;word-break: break-all;}
.Details{background: #FFF;padding: 0px;margin-top: 30px;margin-left:2% !important;width:51%;}
.udetailsHeader{border: 1px solid #CCC;padding: 5px 15px;color: #333;}
.sboxdiv{margin: 15px 15px 10px;}
.udetailsHeader i {float: left;margin-right: 6px;margin-top: 5px;}
.udetailsHeader label {
    float: left;
    margin-top: 3px;
}
.rightlabels {
    float: right;
}
.udetailsHeader label {
    float: left;
    margin-top: 3px;
    margin-bottom:0px;
}
.udetailsHeader .control-label{font-size:15px;margin-bottom:0px;color:#3B3737;}
.dateLabel {
    font-weight: normal;
    color: #635F5F !important;
}
.mlabel{color:#090808;}
.firstDiv {
    margin-left: 0px;
    padding:5px 15px;
    min-height: 414px !important;
    border:1px solid  #DEDEDE;
    border-top:0px;
    background: #F6F6F6 ;
}
.first {
    padding:10px 0px 0px 0px;color:000;
}
.first label{color:#000;font-size: 14px;}

.lastcontactDiv1 {
    width: 70%;float:left;
}
.lastcontactDiv1 label,.lastcontactDiv2 label{font-size: 13px;}
.lastcontactDiv2 {
    width: 30%;float:left;
}
.listFormat {
    height: auto;
    overflow-y: auto;
    width: 100%;
    max-height: 400px;
}
.listFormat ul {
    margin-left: 0px;padding-left:0px;
}
.listFormat ul li {
    list-style: outside none none;
    float: left;
    font-size: 10px;
    color: #635F5F;
    padding: 3px 0px;
    border-bottom: 1px solid #E5E5E5;
}
.listFormat ul li:nth-child(2n+1) {
    width: 6%;
    padding-right: 3px;
}
.listFormat ul li:nth-child(2n) {
    width: 93%;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}
.listFormat ul li i {
    margin-right: 5px;
    width: 20px;
    color: #353232;
    font-size: 12px;
}
.secondDiv {
    border-right: 1px solid #DEDEDE;
    min-height: 500px !important;
    border-bottom: 1px solid #DEDEDE;
    margin-left: 0px !important;
    width: 50% !important;
    padding-left: 0px;
    padding-right: 0px;
}
.userDetails {
    padding: 10px 10px 5px;color:#000;
}
.userDetails label{color:#000;font-size: 14px;}
.mobilenoDiv label{font-size: 13px;}
.userDetails i {
    float: left;
    margin-right: 6px;margin-top: 2px;font-size: 15px;
}
.mobilenoDiv i {
    font-size: 16px;
}
.penciler_tab {
    float: right !important;
    cursor: pointer;
    background-color: #504848 !important;
    padding: 2px 4px;
    border-radius: 3px;
    color: #FFF;
}
.onlinewrap h4 {margin: 0px 10px 5px;padding: 7px;background: #DEDEDE ;color: #000;font-weight: 500;}
.ldiv{width: 31.6239%;color:#363333;font-size:13px;float:left;}
.rdiv{width: 67.812%;color:#363333;font-size:13px;float:left;}
.detailsdiv{padding:0px 10px;color:#000;}
.detailsdiv .form-group{margin-bottom:7px;}
.caldiv,.timerDiv{position:relative;}
.caldiv i {position: absolute;right: 8px;margin-top: -24px;font-size: 16px;}
.timerDiv i {
    position: absolute;
    right: 1px;
    margin-top: -34px;
    font-size: 16px;
    padding: 9px 8px 9px;
    background: #CCC none repeat scroll 0% 0% !important;
    cursor: pointer;
}
#ui-datepicker-div{z-index:999 !important;}
.bgwrap{background:#fff !important;}
.addnewleadData label{font-size:14px;color:#333;}
.transferseekerData label{font-size:14px;color:#333;}
.no-left-pad{padding-left:0px;}
.no-right-pad{padding-right:0px;}
.addnewleadData h3{color: #333;font-weight: 500;border-bottom: 1px dotted #ccc;padding-bottom: 6px;}
.activebtn{background:#428BCA !important ;float:left;}
.chklabel1{margin-top:2px;float:left;}
.chkline input {margin-right:3px;margin-top:5px;float:left;}
.transferseekerData{padding:20px 0px;}
.stflist select{width:100%;}
.trcol1{width:35%;}
.trcol2{width:10%;margin-top:2px;margin-left:20px;}
.trcol3{width:35%;}
.margintop{margin-top:10px;}
.lastbtn{margin-right: 6px !important;}
.paddingTB{padding:15px 0px;}
.calinput{width:100%;height: 34px;}
.myearlabel{font-size:15px;font-weight:500;color:#333;padding-top: 10px;}
.esiWrap #example1_wrapper{padding-top: 15px;}
.tablewrapper{padding-top:-20px;}
.tablewrapper #example1_wrapper .col-md-6{margin-top: 8px !important;}
.frToDtWraper{padding-left:0px;}
.padTop{padding-top:25px;}
.esidata .panel{padding-top:15px;}
.leavesbtns .btn{padding: 3px 12px !important;margin-top:3px !important;}
.empimg img{width:100%;height:110px;}
.empimg{padding-left:0px;width: 14%;}
.empdetails ul{padding-left:0px;}
.empdetails ul li{list-style:none;line-height: 23px;}
.empdetails ul li label{margin-bottom:0px;}
.mainlabel{font-weight:500;font-size:13px;color: #333;}
.ename{font-weight:500;font-size:16px;color: #292626;}
.empimg img{border: 1px solid #ccc;padding: 3px;}
.leavetitle{margin-top:15px !important;}
.mlabel1{color: #090808;font-weight: 500;font-size: 14px;}
/* .stflabel label{margin-top:5px;font-weight:500;font-size:15px;} */



/***************HR PAYROLL*************/
.locmasterWraper h3{color: #333;font-weight: 500;border-bottom: 1px dotted #ccc;padding-bottom: 6px;font-size:16px;margin:0px 15px 10px;}
.viewleaveinfo h3{color: #333;font-weight: 500;border-bottom: 1px dotted #ccc;padding-bottom: 6px;font-size:16px;margin:0px 0px 10px;}
.leaveinfowrap .col-lg-4{padding-left:0px;}
.mainlabel1{color: #090808;font-weight: 500;font-size: 13px;}
.remarkdiv{margin:15px 0px 5px;padding-left:0px;display:none;transition:1s all ease;}
.viewleaveinfo .btn{padding: 5px 12px !important;border-radius:0px !important;margin-right:4px;outline:none;}
.actbtn{background-color: #337AB7 !important;border-color: #3A67D4 !important;}
.actbtn:hover{background-color: #337AB7;border-color: #3A67D4;}
.remarkpara{margin-top:0px;}
.empdetails ul li:nth-child(even){width:40%;}
.empdetails ul li:nth-child(odd){width:60%;}

.payslipWrap  h3{color: #333;font-weight: 500;border-bottom: 1px dotted #ccc;padding-bottom: 6px;font-size:16px;margin:0px 15px 10px;}
.absentTable tr td{border:1px solid #ccc;padding:4px;}
.totAbsents{width: 11%;padding-right: 0px;padding-top: 25px;}
.hday{width: 11%;}
.fday{width: 11.2%;}
.promdiv{display:none;}
.incrdiv{display:none;}
.terminateDiv{display:none;}
.resigDiv{display:none;}
.no-LR-pad{padding-left:0px;padding-right:0px;}
.resignationWraper{padding-bottom:4px;/* border-bottom:1px solid #ccc; */}
.rlabels label{line-height:23px;margin-right: 15px;}
.rlabels input{margin:0px !important;vertical-align: middle;}
.pagediv {width: 100%;float: right;}
.unameLbl{width: 97%;float: left;word-break:break-all;}
.marginBotttom{margin-bottom:12px;}
#list_table{height: 300px;overflow-y: scroll;}
.activeTab{color: #175DAB !important;font-weight: 600;}
.ufullname{width: 84%;float: left;word-break: break-all;}
/*MEP111130*/
.hed-main {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
/*MEP111130*/
.salesNav{line-height: 38px ;}
.cramountdiv{float: right;width: 198px;padding-right: 4px;}

/*1-04-2016*/

.viebtn{padding:3px;}
.head
{
    font-size: 14px;
    margin-bottom: 0px;
    color: #3B3737;
    font-weight: 600;
    margin-left: 7px;
}
.pad-left{padding-left:0px;}
.listul{list-style:none;padding-left:0px;}
.padtopul{padding-top:10px;}
.modal-footer{border-top:0px !important;}
.listul i{color: #393939; margin-right: 5px;}
.listul span{color: #5A5A5A; font-size: 12px;}
.mbody label{font-size: 14px; color: #5A5A5A;}
.listul li
{
    border-bottom: 1px solid #DDD;
    padding-bottom: 7px;
    margin-bottom: 7px;
}
.listul{max-height:400px; height:auto; overflow-y:scroll;}
.pad-right{padding-right:0px;}
.modal-content{width:90% !important;}
.modal-content h4{font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;}
.head1{font-size:13px; color: #6E6E6E;}
.poupbtn
{
    background-color: #1C5EAA;
    color: #FFF;
}
.modal-header .close
{
    font-size: 29px !important;
    color: #6F6969 !important;
    opacity: 1.2 !important;
}


.hed-main{width: 100%;text-align: center;font-weight: bold;font-size: 20px;}

/*****************25 march**************/
.rborder{border-right: 1px solid #C9C9C9;}
.tborder{border-top: 1px solid #C9C9C9;}

/********Akshay Patil 29/03/2016*********/
.expfrm{width: 100%;}
.expto{margin-top: 24px;width:100%;}

/*****12 April******/
.infoLabel{font-weight:600 !important;}
.empBasicInfo{padding-left:0px;}
.empBasicInfo .form-group{margin-bottom:0px !important;}
.basicInfoWrap h5{color: #333;font-weight: 500;border-bottom: 1px dotted #CCC;padding-bottom: 6px;font-size: 16px;margin: 0px 0px 10px;}

.empBasicInfo .col-lg-3{padding-left:0px;margin-bottom:4px;}
.salDetails .col-lg-2{padding-left:0px;}
.salDetails h5{color: #333;font-weight: 500;border-bottom: 1px dotted #CCC;padding-bottom: 6px;font-size: 16px;margin: 0px 0px 10px;margin-top:5px;}
.salDetails .form-group{margin-bottom:0px !important;}
.salDetails .form-group input{margin-top:0px;width:100%;padding-left:6px;}
.salDetails{margin-bottom:10px;}
.payrollInfoWrap .col-lg-3{padding-left:0px;}
.payrollInfoWrap .form-group{margin-bottom:0px !important;margin-top:10px;}
.payrollInfoWrap .form-group input{margin-top:0px;width:100%;padding-left:6px;}
.payrollInfoWrap h5{color: #333;font-weight: 500;border-bottom: 1px dotted #CCC;padding-bottom: 6px;font-size: 16px;margin: 0px 0px 5px;}
.leaveInfoWrap .col-lg-3{padding-left:0px;}
.leaveInfoWrap .form-group{margin-bottom:0px !important;margin-top:10px;}
.leaveInfoWrap .form-group input{margin-top:0px;width:100%;padding-left:6px;}
.leaveInfoWrap h5{color: #333;font-weight: 500;border-bottom: 1px dotted #CCC;padding-bottom: 6px;font-size: 16px;margin: 12px 0px 0px;}
.subBtnWrap{margin-top:15px;padding-left:0px;}

.listbtns .btn{padding: 3px 12px !important;margin-top: 3px !important;border-radius:3px;}
.payslipWrap h3 {color: #333;font-weight: 500;border-bottom: 1px dotted #CCC;padding-bottom: 6px;font-size: 16px;margin: 0px 0px 0px;}
.basicDetWrap .col-lg-3{padding-left:0px;}
.basicDetWrap .form-group{margin-bottom:0px !important;margin-top:4px;}
.basicDetWrap .form-group input{margin-top:0px;width:100%;padding-left:6px;}
.empDetailsWrap{padding-left:0px;}
.docDetWrap{padding-right:0px;}
.empDetTable {margin-top:5px;}
.empDetTable tr td{padding: 5px 6px 0px 0px;font-size:13px;}
/* .empDetTable  tr td label{margin-bottom:0px;} */
.empDocTable {margin-top:5px;}
.empDocTable  tr td{padding: 5px 6px 0px 0px;font-size:13px;}
/* .empDocTable  tr td label{margin-bottom:0px;} */
/* .tWrapper{padding-left:0px;padding-right:0px;} */
.tWrapper{margin:10px 0px;}
.tWrapper .col-lg-6{padding-left:0px;}
.tWrapper  table{margin-top:10px;width:100%;}
.tWrapper  tr td{padding: 5px 15px 6px;font-size:13px;border: 1px solid #DDD;}
.tWrapper  tr td label{margin-bottom:0px;}
.netSalWrap{padding-top:5px;/* padding-bottom:5px; */ }
.netSalWrap label{font-size: 14px;}
.netSalWrap .salLbl{font-size: 14px;font-weight: 600;}
.netSalWrap label{margin-bottom:0px;}
.margin-top{margin-top:6px;}
.topbotBorder{border-bottom:1px solid #ddd;border-top:1px solid #ddd;}
.salLbl{padding-left:5px;}
.blankRow td{height:30.56px;}
.unholdWrap{font-size:14px;width: 100%;text-align: right;border-bottom: 1px solid #ddd;margin-bottom: 10px;padding-bottom: 10px;}
.unholdWrap input{vertical-align: middle !important;margin-top:0px !Important;}
.payMode select{width:100%;}
.refNoDiv{display:none;}
.ddWrap{display:none;}
.amtCol{width:20%;text-align: right;}

/************Datepicker starts***********/
.table-condensed th{font-weight:600;color:#000 !important;}
.calAbs1 {position: absolute;top: 10px;right: 6px;}
.table-condensed .tbody tr td .day{color:#000 !important;}
.datetimepicker table tr td.day{color:#000 !important;}
.datetimepicker table tr td.old{color:#999 !important;}
.datetimepicker table tr td.new{color:#999 !important;}
.datetimepicker table tr th.today{text-align:center !important;}
/************Datepicker Ends***********/

.docPics .col-sm-5{width:24.887%;}

/*********18April*********/
.datepicker .disabled{color: #d0d3d8 !important;}
.datepicker .active{color: #FFF !important;}
.datepicker table tr td span {display: block;
                              width: 23% !important;
                              height: 54px !important;
                              line-height: 54px !important;
                              float: left !important;
                              margin: 1% !important;
                              cursor: pointer !important;}
.datepicker td{text-align: center !important;}
.datepicker-switch{text-align: center !important;}

/**21April****/
.actbtn{background-color: #337AB7 !important;border-color: #3A67D4 !important;}/* //line 8205*/
.selMonYearLbl{float: left !important;margin-top: 6px;margin-right: 10px;}
.selMYDiv{width: 23%;float: left !important;margin-right: 10px;}
.selMYDiv input{height: 28px !important;margin-top: 3px !important;}
.payslipCal .datepicker-dropdown{top: 65px !important;}

.listbtns a{float:right;margin-left: 10px;}

/***28April starts****/
.leavetitle .btn{margin-top:-8px;padding: 5px 18px !important;font-weight: 500;}
.leavetableWrap{margin:15px 0px;padding-left: 0px;/* display:none; */}
.leavetableWrap table{width:100%;}
.leavetableWrap table tr td{font-size:14px;padding:5px;border: 1px solid #ddd;}
.leavetableWrap table tr td input{width:70px;}
.fcolor{color: #090808;}
.frow td{color: #090808;}
.leaveinfowrap .col-lg-3{padding-left: 0px;margin-bottom:5px;}
.his-col1{width:5% !important;}
.his-col2{width:25!important;}
.his-col3{width:25% !important;}
.his-col4{width:20% !important;}
.his-col5{width:20% !important;}
.rbtnDiv input{margin-left:15px;vertical-align: top !important;}
.rbtnDiv input:first-child{margin-left:5px;}
.approveStatus{color:#5CB85C;}
.rejectStatus{color:#D9534F;}
#historyModal .modal-dialog {width:750px;}
#historyModal .modal-header {border-bottom:1px solid #E5E5E5;}
.datepicker-days .day{cursor:pointer;}
.datepicker-days .disabled{cursor:none;}
/***28April ends****/

/*********29April starts****/
.largeCol{width:35%;}
.smallCol{width:20%;}
.headingHeight{height: 25px;}

/*********05 May starts****/
.btninside{padding:0}

/*******07 May 2016******/
#invoiceTable tr td .btn-danger{border:0px;}
.text-left{text-align: left;}
.delIcon{padding: 3px 0px !important;margin-right: 0px !important;font-size: 17px !important;}
.jv_total{background-color: #c7c7c7;border-left: 1px dotted #c7c7c7;padding-left: 6px;padding: 4px;padding-right: 6px;margin: 0px 0px 0px 0px;}
.ls_total{font-weight: bold;text-align: right;}
.db_total{font-weight: bold;padding: 0px 10px;width: 12%;text-align: right;}
.cd_total{font-weight: bold;text-align: right;width: 10.666667%;padding: 0px 12px; }
.dbts{ text-align: right; }
.cdts{text-align: right; }

/********* 06 May starts****/
.leaveRequistion {
    border-bottom: 1px groove blue;
    margin-top: 42px;
}
.leaveRequistion > h3 {
    text-decoration: underline;
    width: 0px auto;
    padding-left: 15px;
}
#history{
    float:right;
    margin-top: 2px;
}
.incrSize{
    font-size: 17px;
}
.row1 > h3{
    color: #333;
    font-weight: 500;
    border-bottom: 1px dotted #CCC;
    padding-bottom: 6px;
    font-size: 16px;
    margin: 0px 15px 10px;
}
.row2 > h3{
    color: #333;
    font-weight: 500;
    border-bottom: 1px dotted #CCC;
    padding-bottom: 6px;
    font-size: 16px;
    margin: 110px 15px 10px;
}

/* ============== 10-05-2016 =============== */
.increOption, .promoOption, .increPromoOption, .resignDiv, .terminateDiv{
    display: none;
}

.showDetails{display: none;}
.confirmDate, .probationDate{display: none;}

/****9 may****/
.singBoxInner .chosen-container{width: 100% !Important;}
.singBoxInner .chosen-single{background: rgb(255, 255, 255)!Important;}
.margin-top{margin-top:15px;}

.acctable tr td .chosen-container{
    width: 100% !important;
}
.acctable tr td .txtin{
    border-radius: 0px !important;
    text-align: right !important;
    padding: 4px;
    color: rgba(0, 0, 0, 0.77);
}
.translbl1{
    font-size: 20px;
    margin-bottom: 10px;
}

.table_default
{
    display: none;
}
.table_default.active
{
    display: block;
}
tr.tr1 > td{
    background-color: #ECECEC !important;
}
tr.tr1 > th{
    background-color: #ECECEC !important;
}
.displayOff td{
    padding: 3px 10px;
}
.loadOffline, .subscriptionOffline, .toPayOffline{
    display: none;
}
.offHead{
    background: #E0E0E0 none repeat scroll 0% 0%;
    padding: 6px 10px;
    border-radius: 0px;
    font-weight: 500;
    font-size: 15px;
}
.mt-no{
    margin-top: 0px !important;
}
.load-box{
    background: #EEE none repeat scroll 0% 0%;
    border: solid 1px #D2D2D2;
    margin-top: 24px;
}
.displayOff{
    margin: 7px 0px;
}
.track1{padding-top: 15px; }
.track1 .col-md-2{
    text-align: center;
    padding-top: 5px;
}
.track1 .col-md-9{
    border-left: 1px dashed #595959;
}
.bull{
    position: absolute;
    top:-20px;
    left:-12px;
}
.track1 th{
    text-align: center;
    width: 5%;
    padding-top: 5px;
    font-size: 18px;
}
.track1 td{padding-top: 5px;}


.addDetails{
    background: rgba(227, 227, 227, 0.55);
    padding: 15px 0;
    border-radius: 3px;
    box-shadow: 0px 0px 2px rgba(104, 104, 104, 0.5);
    margin-bottom: 15px;
}
.btnAdd{padding-right: 15px; }
.btnAdd button{border-radius: 3px; }
.addDetails{display:none;}

.chosen-container{width: 100% !important;}

/* =============================== 01-06 */
.balsheet td{
    border: none !important;
}
.borderTot{
    border-top: 1px solid #ddd;
    //border-bottom: 1px solid #ddd;
    font-weight: 600;
    font-size: 13px;
}
.balsheet {
    border-top: 1px solid #ddd;
    margin-top: 15px;
}
.balsheet table{
    width: 60%;
    margin: 0px auto;
}
.balTitle{
    font-size: 20px;
}
.balTitle div{
    font-size: 17px;
}
.threebtn {
    margin-top: 32px;
    margin-right: -25px;
}
.threebtn button{
    border-radius: 0px;
    margin: -1px;
}
.fin-search-heading{
    margin-top: 10px;
    font-weight: 600;
}
.to{
    margin-top: 10px;
    font-weight: 600;
    text-align: right;
}

#preloader  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99;
    height: 100%;
}
#status  {
    width: 150px;
    height: 150px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url("../images/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}


.bankdetails .col-lg-3{width:50% !important;float:left;padding-top: 0px;}

/* ================================================= 21-06 */
.btnIncrs{padding-top: 23px;}
.btnIncrs button{
    border-radius: 0px;
}
.form-content{
    border-bottom: 1px dashed #DDD;
    margin-bottom: 10px;
}

.hid_gps_cls{display: none;}
.gpsText{line-height: 2.1em;height: 2.2em;color: #fff;background: #FF5252;padding: 2px;
         border-radius: 5px;padding-left: 7px;padding-right: 7px;font-size: 14px;}


/* =================================================== 28-06  */
.regis_type{
    margin-top: 20px;
    margin-bottom: 20px;
}

.regis_type .one-box h1{
    background: #4db2ff;
}
.regis_type .two-box h1{
    background: #34e5c7;
}
.regis_type .three-box h1{
    background: #fe9d4d;
}
.regis_type .four-box h1{
    background: #fc697a;
}

.regis_type span{
    font-size: 24px;
    text-align: center;
    padding: 7.5px;
    font-weight: 500;
    color: #FFF;
    width: 40%;
    float: right;
    margin-top: -10px;
    margin-right: -15px;
    background: rgba(77, 77, 77, 0.22) none repeat scroll 0% 0%;
    font-family: arial;
}
.regis_type h1{
    margin: 0px;
    font-size: 20px;
    padding: 10px 15px;
    color: #FFF;
    font-weight: 400;
}
.credit-legend, .debit-legend{
    position: absolute;
    top: 300px;
    color: rgb(255, 255, 255);
    padding: 0px;
    min-width: 150px;
}
.credit-legend{
    right: 211px;
    background: #50C3A2;
}
.debit-legend{
    right: 30px;
    background: #87D362;
}
.credit-legend p, .debit-legend p{
    background: rgba(45, 40, 40, 0.16) none repeat scroll 0% 0%;;
    padding: 6px 10px;
    margin: 0px;
}
.credit-legend h1, .debit-legend h1{
    padding: 7px 10px;
    font-size: 25px;
    margin: 0px;
}
.decreWidth{
    width: 16%;
    float: left;
}
.decreWidth1{
    width: 13%;
    float: left;
}
.filter-btn{
    padding-top: 33px;
    padding-right: 0px;
    width: 7%;
}
.btn3{
    width: 12%;
    margin-right: 2px;
    margin-top: 10px !important;
}
.top-marg{margin-top: 15px;}


/* ================================================================== 05-07 */
.crmView .nav-tabs > li.active {
    border: 1px solid #ddd !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
#transReport .table > thead > tr > th {
    background-color: #F0F0F0 !important;
    padding: 7px 0px 7px 4px;
}
#transReport .linkTo a {
    color: #2A5EAA;
    text-decoration: underline !important;
    font-size: 14px;
}
#transReport .linkTo a:hover {
    color: red;
}

.tble-Topbar .subsMember {
    background-color: #99E3E9;
}
.tble-Topbar .subsMember {
    font-weight: 500;
    color: #666;
    font-size: 13px;
    padding: 3px 4px 5px;
    border-radius: 3px;
    letter-spacing: 1px;
    text-shadow: 0px 2px 2px #CCC;
    border: 1px solid #666;
}
.badget{
    float: left;
    width: 40%;
    padding-top: 4px;
    text-align: right;
}
.badget i {
    color: #FDFDFD;
    font-size: 14px;
    border-radius: 30px;
    padding: 7px;
    margin-right: 3px;
}
.yellowBgt { background: #F6C101 !important;}
.blueBgt { background: #3597D8 !important;}
.greenBgt { background: #1BBA9C !important;}
.orangeBgt { background: #E77D25 !important;}
.badget label {
    padding: 5px 10px;
    vertical-align: middle;
    background: #F0F0F0 none repeat scroll 0% 0%;
    border: 1px solid #999;
    color: #7A7878;
    font-size: 11px;
    margin-right: 1px;
}
.activityLog{
    margin: 0px;
    border-bottom: 4px double #fff;
    font-size: 22px;
    font-weight: 500;
    padding: 8px 5px;
    background: #7A7A7A;
    color: #fff;
}
.logs h4{
    margin-top: 0px;
    font-size: 12px;
    font-weight: 600;
    padding-left: 5px;
    margin-bottom: 5px;
}
.logs h1{
    margin: 0px;
    font-size: 13px;
    font-family: arial;
    padding-left: 5px;
    padding-right: 5px;
}
.logs{
    background: rgb(239, 236, 231) none repeat scroll 0% 0%;
    padding: 8px 0px;
    border-bottom: 1px groove rgb(153, 153, 153);
}
.log-fix-ht{
    height: 490px;
    overflow-y: scroll
}
.raiseView .report-box{
    border: 1px solid #ddd;
    border-radius: 4px;
    height: auto;
    padding: 10px 0px 2px 0px;  //change padding
}
.raiseView .report-box h3{
    color: #999;
    line-height: normal;
    font-size: 15px;
    margin: 0px;
    font-weight: 500;
}
.raiseView .report-box h1{
    color: #666;
    line-height: normal;
    font-size: 17px;
    margin: 3px 0px;
    font-weight: 500;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.updateContent{display: none;}

#resend .modal-body{
    padding: 0px;

}
#resend .modal-title{
    padding: 5px 14px;
    background: rgb(132, 132, 132) none repeat scroll 0% 0%;
    font-size: 16px;
    font-weight: 600;
    text-shadow: 1px 1px rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}
.no-bor-radius{
    border-radius: 0px;
}

.decreWidth_ac{
    width: 25%;
    float: left;
}
.span_val{
    width: 50% !important;
}

/* ================================================================================== 11-07 */
.view-reqire{
    background-color: #F6F4F4;
}
.hed-dtl {
    padding: 10px;
    background-color: rgba(206, 206, 206, 1);
    margin: 0px;
    margin-bottom: 10px;
    color: rgba(66, 59, 59, 1);
    font-weight: 500;
}
.tpHead {
    float: right;
    margin-top: 0px;
}
.badgetlbl label {
    padding: 5px 10px;
    vertical-align: middle;
    background: #F0F0F0 none repeat scroll 0% 0%;
    border: 1px solid #999;
    color: #7A7878;
    font-size: 11px;
    margin-top: -2px;
    font-weight: 600;
    border-radius: 3px;
}
.load-box {
    border: solid 1px #ddd;
    border-radius: 5px;
    height: auto;
    margin-bottom: 15px;
}
.table-post td {
    padding: 10px 8px;
    word-break: break-all;
}
.specific{
    border-bottom: 1px dotted #C9C9C9;
    border-left: 1px solid #C9C9C9;
    font-size: 12px;
}
.specific .material-text h3 {
    color: #999;
    line-height: normal;
    font-size: 14px;
    margin: 0px;
    background-color: transparent;
    font-weight: 500;
    font-family: inherit;
    padding: 0;
}
.specific .material-text h1 {
    color: #666;
    line-height: normal;
    font-size: 17px;
    margin: 3px 0px;
    font-family: inherit;
    font-weight: 500;
}

.rating span {
    font-size: 12px;
    color: #4B4B4B;
    border: 1px solid #999;
    background-color: #DEDEDE;
    padding: 1px 5px;
    border-radius: 3px;
    vertical-align: middle;
}
.rating i {
    color: #F7CB20;
}
.financeCntrBox .financeTbl thead tr, .financeCntrBox .financeTbl tbody tr th{
    background: rgba(0, 0, 0, 0.04) none repeat scroll 0% 0%;
    font-size: 14px;
}
.financeCntrBox .financeTbl tfoot tr th{
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #2DBC2D;
    text-shadow: 2px 2px 2px #ddd;
}
.financeCntrBox .financeTbl tfoot tr td{
    font-size: 16px;
}
.logs .dt-tm{
    text-align: right;
    color: #AAA;
    font-style: italic;
    font-size: 11px;
    margin-top: 2px;
}

/*Start : Overlay loader*/
#loading-img {
    background: url(http://preloaders.net/preloaders/360/Velocity.gif) center center no-repeat;

    height: 100%;
    z-index: 20;
}

.overlay {
    background: #e9e9e9;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}
/*End : Overlay loader*/


/* ============================================================= irfan start : 18-07 start here*/

.mystatus{
    font-size: 10px;
    padding-right: 19px;
    margin-top: -5px;
}

.replback{
    background: #F0F0F0 none repeat scroll 0% 0%;
    padding: 5px 0px 13px 10px;
    border-radius: 6px;
}

.replback-danger{
    background-color: #F2DEDE;
    border-color: #EBCCD1;
    color: #A94442;
    padding: 5px 0px 13px 10px;
    border-radius: 6px;
}

.replback-success{
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #3C763D;
    padding: 5px 0px 13px 10px;
    border-radius: 6px;
}

.updastat h3{
    margin-top: 0px;
    padding-bottom: 5px;
    font-size: 15px;
}

.raiseView .report-box1{

    border-radius: 4px;
    height: auto;
    padding: 10px 0px 0px;
    margin-bottom: -5px;
}

.report-box {
    border: 1px solid #DDD;
    border-radius: 4px;
    height: auto;
    padding: 0px 0px 15px;
}
.lucktitle{
    background-image: url(../../images/background_luckzone.png);
    background-position: center 53%;
    margin-bottom: 15px;
}
.lucktitle h1{
    text-align: center;
    font-size: 45px;
    margin: 0px;
    padding: 25px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
    text-transform: uppercase;
}

.luckstart button{
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 3px;
}

.luckback{
    background: #E3E3E3 none repeat scroll 0% 0%;
    padding-top: 10px;
    padding-bottom: 0px;
    border-bottom: 1px solid rgb(192, 192, 192);
    word-wrap: break-word;
}

.luckback1{
    background: #474747 none repeat scroll 0% 0%;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #fff;
    border-bottom: 1px solid #989898;
}

.luckselectd{
    width: 25%;
    margin: 0px auto;
}

.luckselectd option{
    border-right: 3px solid #ccc;
}

.luckback2{
    background: #F5F3F3 none repeat scroll 0% 0%;
    padding-top: 10px;
    padding-bottom: 0px;
    border-bottom: 1px solid rgb(192, 192, 192);
}
.luckback1 h5{
    font-size: 17px;
    text-align: center;
}
.luckstart{
    padding: 6px 55px;
    font-size: 18px;
    font-weight: 500;
}
.lcky-title{
    animation-duration: 3s;
}

.imgloader{
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.luckid{
    text-align: center;
}
.idno{
    text-align: center;
    min-height: 37px;
}
.lucktabl{padding: 0px 15px;}
.lucktabvie{padding: 0px 15px;}
.secondpriz{padding: 0px 15px;}
.lucktabl table thead tr th{
    color: #fff !important;
    padding: 10px 10px;
}

.lucktabl table thead tbody tr td{
    border-bottom: 1px solid rgb(204, 204, 204);
    padding: 10px 10px;
}

/* ============================================================= irfan start : 18-07 end here*/

.active-top-btn{
    background: #4A4A4A !important;
}
.active-top-btn:hover{
    background: #333333 !important;
}
/*.completed-tbl, .pending-tbl, .all-completed-tbl{display: none;}*/
.doc-type-content{display: none;}
.frwd-div, .cmplt-div, .cmplt-div1 {
    display: none;
}
.impStats{
    margin: 0px;
    font-size: 25px;
    font-weight: 600;
    background: rgb(69, 69, 69) none repeat scroll 0% 0%;
    padding: 5px 10px;
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 2px rgb(0, 0, 0);
}
.impStats-cnt{padding-right: 0px; width: 20%;}
.impStats-cnt h1, .impStats-cnt1 h1{
    font-size: 15px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    padding: 7px 8px 15px;
    background: #428BCA;
    color: #fff;
    text-align: center;
    margin: 10px 0 0 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.impStats-cnt h3, .impStats-cnt1 h3{
    margin: 0px;
    background: #184887;
    color: #E9E9E9;
    font-size: 20px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-align: center;
    padding: 8px 10px 4px;
    font-weight: 600;
    letter-spacing: 2px;
    word-wrap: break-word;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.impStats-cnt h3 .upArr{
    position: absolute;
    top: 33px;
    left: 100px;
    color: #184887;
    font-size: 25px;
}
.impStats-cnt1 h3 .upArr{
    position: absolute;
    top: 32px;
    left: 115px;
    color: #184887;
    font-size: 25px;
}
.DateAndTime{
    display: none;
}

.escalation-dtl{display: none;}

/* ============================================================== 26-07 CRM */
.category-names{
    width: 100%;
    padding: 0px;
}
.category-names{
    background: rgba(236, 217, 184, 0.68);
    margin-bottom: 3px;
    border-radius: 3px;
}
.category-names .chk{
    vertical-align: middle;
    text-align: center;
    padding: 6px;
    background: rgba(161, 161, 161, 0.1) none repeat scroll 0% 0%;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.category-names h4{
    margin: 0px;
    font-size: 16px;
    font-weight: 500;
    color: #777;
    font-family: arial;
}

#datagrid-row-r1-2-5 td, #datagrid-row-r1-2-8 td{
    font-weight: 600;
    border-top: 1px solid #ccc;
}
#datagrid-row-r1-2-46, #datagrid-row-r1-2-38, #datagrid-row-r1-2-32, #datagrid-row-r1-2-40{font-weight: bold;}
.easyui-fluid .panel-title{
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    padding: 10px 0px;
    height: auto;
}
.easyui-fluid .panel-header{
    text-align: center;
}
.easyui-fluid .panel-header::after {
    content: " 1 April - 27 July, 2016";
    font-size: 15px;
    font-weight: 500;
}


.kyc-commision .kyc-box h2{
    font-size: 14px;
    font-weight: 500;
    margin: 15px 0px 0px 0px;
}
.kyc-commision .kyc-box h5{
    font-size: 17px;
    font-weight: 500;
    margin: 7px 0px;
}
.kyc-commision{
    border: 2px solid #ddd;
    border-radius: 4px;
}

/* ==================================================================== 11-08-16 */
.supplier-tbl tbody tr td{
    background: #EFEFEF !important;
    padding-left: 15px;
    vertical-align: top;
}
.supplier-tbl tbody tr td .pur-head{
    font-size: 13px;
    color: #666;
    margin: 4px 0px;
}
.supplier-tbl tbody tr td label{
    font-size: 15px;
    color: #333;
}
.supplier-tbl tbody tr th{
    background: #CECECE !important;
    width: 18%;
}
.supplier-tbl tbody tr h1{
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    letter-spacing: 1px;
}

#viewImg .close{
    position: absolute;
    background: rgba(0, 0, 0, 0.54);
    padding: 5px 11px;
    opacity: 1;
    font-size: 30px;
    color: rgba(255, 28, 0, 0.73);
    right: -40px;
    top: 15px;
}

/*------------------18/08/2016----------------*/

.allocat{
    margin-top: 5px;
    margin-bottom: 19px;
    padding-bottom: 20px;
}
.tabbodymar{
    margin-left: -30px;
    margin-right: -30px;
}
.widt1 {
    width: 4% !important;
}
.widac {
    width: 4% !important;
}
.fomlab{
    width: 25%;
    float: left;
    font-size: 15px;
    color: rgb(51, 51, 51);
    font-weight: 500;
    padding-top: 5px;
}
.fomsel{
    margin-top: 10px;
}
.forcom{
    background: #EFEFEF;
    padding-bottom: 10px;
}
.comid{
    background: rgb(136, 136, 136) none repeat scroll 0% 0%;
    padding: 6px;
    margin-bottom: 10px;
}
.comid h4{
    font-size: 17px;
    font-weight: 600;
    color: #FFF;
    margin: 0px;
}
.subbtn{
    margin-top: 15px;
}

.red-bdgt{
    background: #ff393a;
}

/* ===================================================================== 06-09-16 */
.Upld_news{
    position: relative;
    width: 100%;
    height: 100px;
    border: 1px solid #ddd;
}
.chk-to-dlt{
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.21);
    width: 100%;
    text-align: right;
    padding: 2px 10px;
}
.app_titl{
    margin: 0px 0px 10px;
    font-size: 22px;
    font-weight: 500;
    border-bottom: 1px solid #bababa;
    padding-bottom: 2px;
}


.chq_issued{
    display: none;
}

.our_brnch{
    display: none;
}
.hideBrnchFld{
    border-radius: 0px;
    border: none;
}
.brnch-tbl{
    padding-right: 0px;
    border-left: 1px solid #ddd;
    min-height: 400px;
}

.add_rs {
    position: relative;
}
.add_rs input{
    padding-left: 24px;
}
.add_rs .fa-inr {
    position: absolute;
    top: 45px;
    left: 10px;
    font-size: 15px;
}

.DashpieHead {
    margin: 0 0 10px;;
    font-size: 25px;
    font-weight: 600;
    background: rgb(69, 69, 69) none repeat scroll 0% 0%;
    padding: 5px 10px;
    color: #fff;
    text-shadow: 1px 1px 2px rgb(0, 0, 0);
    text-align: center;
}
.DashpieHead:hover, .DashpieHead:focus, .DashpieHead.active {
    background: #FF393A;
    color: #fff;
}
.go_btn {
    padding-top: 24px;
}

/*-------03-10-2016-----------*/
/* Add Route Modal Css */
#addRoute .modal-dialog {
    width: 500px;
    margin-top: 150px;
}
#addRoute .modal-content {
    border-radius: 0px;
}
#addRoute .modal-body{
    padding: 0px;
    position: relative;
    font-family: segoeuib;
}
#addRoute .modal-body h4 {
    background: #0E1D44;
    color: #849AFF;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    font-family: segoeuib;
    margin-top: 0px;
}
#addRoute .modal-body .close {
    position: absolute;
    top: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.31);
    opacity: 1;
    padding: 8px 14px 8px;
    font-size: 25px;
    color: #FF393A;
}

.modal-open .pac-container {
    position: fixed !important;
    top: 260px !important;
    z-index: 1052 !important;
}
.styl-rout .ms-choice {
    border: 1px solid #aaa;
}
.Upld_news{
    position: relative;
    width: 100%;
    height: 100px;
    border: 1px solid #ddd;
}
.chk-to-dlt{
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.21);
    width: 100%;
    text-align: right;
    padding: 2px 10px;
}
.app_titl{
    margin: 0px 0px 10px;
    font-size: 22px;
    font-weight: 500;
    border-bottom: 1px solid #bababa;
    padding-bottom: 2px;
}


.chq_issued{
    display: none;
}

.our_brnch{
    display: none;
}
.hideBrnchFld{
    border-radius: 0px;
    border: none;
}
.brnch-tbl{
    padding-right: 0px;
    border-left: 1px solid #ddd;
    min-height: 400px;
}


.cmp_CA .ms-parent{padding: 0px;}

.modal-open .pac-container {
    position: fixed !important;
    top: 260px !important;
    z-index: 1052 !important;
}


/*===========================================================*/
/*20/10/2016*/
.notifaction span {
    border-radius: 50px;
    position: absolute;
    width: 21px;
    top: -3px;
    padding: 2px !important;
    left: 41px;
    line-height: 16px;
    height: 20px;
}
.label-warning {
    background-color: #f0ad4e;
    color: #000;
}
.glob-cls{
    font-size: 25px;
    margin-top: 2px;
    margin-right: 10px;
}
.vdth{
    width: 370px !important;
    min-height: 37px !important;
    max-height: 142px !important;
    overflow-y: scroll;
}
.vdth a{
    color: #000 !important;
    margin: 0 !important;
    padding: 5px 0 !important;
    height: auto !important;
    white-space: normal !important;
}
.vdth a:hover{
    background-color: #333 !important;
    color: #fff !important;
}
.vdth li a i{
    margin-right: 5px;
}
.vdth span{
    color:#168198;
}
.vdth:after {
    left: 270px !important;
}

/* ====================================================================== 11-11-16 call log css */
.CLcmp-dtl {
    background: #FFF7EA;
}
.CLcmp-dtl h1 {
    margin: 0px;
    font-size: 20px;
    background: #DED1A2;
    padding: 10px;
    color: #333;
}
.block {
    padding: 10px;
    border-bottom: 1px solid #DED1A2;
}
.block h5 {
    margin: 0px;
    font-size: 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
}
.block h4 {
    margin: 5px 0px 0px;
    font-size: 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #666;
}
.call-logTitle {
    font-family: "Raleway",sans-serif;
    font-size: 22px;
    border-bottom: 1px solid #333;
    margin: 0px;
}
.call-logTitle span {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    letter-spacing: 0.5px;
}
.log-block {
    padding: 10px;
    margin: 5px 0px;
    border: 1px solid #ddd;
    border-radius: 7px;
    margin-right: 5px;
}
.log-block .col-md-3 {padding: 0px;}
.log-block h5 {
    margin: 0px;
    font-size: 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
}
.log-block h6 {
    margin: 5px 0px 0px;
    font-size: 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #666;
}
.call_audio {
    width: 100%;
    cursor: pointer;
}