html { 
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
html, body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    background: #008ba7;
}
html.default,html.default body { background: #008ba7; }
html.watchprop,html.orange body { background: #ea8916; }
html.dark,html.dark body { background: #444; }
html.red,html.red body { background: #e03c52; }
html.purple,html.purple body { background: #975cc1; }

.theme-select-default { background: #008ba7; }
.theme-select-orange { background: #ea8916; }
.theme-select-dark { background: #444; }
.theme-select-purple { background: #975cc1; }
.theme-select-red { background: #e03c52; }


html, body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 14px !important;
    background: #008ba7;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
}

body {
    overflow-y:auto; 
}

.no-scroll{
    overflow: hidden !important; /* Disables scrolling */
}

ul li {
    list-style: none outside none;
}
ul, ol {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
}
h1 {
    line-height: 43px
}
h2 {
    line-height: 35px
}
h3 {
    line-height: 30px
}
h4 {
    line-height: 22px;
}
h3 small, h4 small, h5 small {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #444;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: #505458
}
#layout-container {
    min-height: 100%;
    position: relative;
}
#nav {
    float: left;
    width: 100px;
    background: none;
    color: #FFF;
    position: absolute;
}
.profile {
    overflow: hidden;
    position: relative;
}
.profile .logo {
    margin: 18px 18px 17px 18px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    color: #FFFFFF;
    text-align: center;
    height: 75px;
    margin: 0px;
    padding-top: 10px;
    background: #fff;
    -webkit-transition: 220ms;
    transition: 220ms;
}
.profile .logo:hover {
    background: #fff;
    -webkit-transition: 220ms;
    transition: 220ms;
}
ul.navigation {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size:13px;
}
ul.navigation > li {
    position: relative;
}
ul.navigation > li.separator {
    height: 30px;
    line-height: 30px;
    text-align: center;
}
ul.navigation > li.separator div {
    border-radius: 100%;
    display: inline-block;
    height: 4px;
    margin: 0 2px;
    width: 4px;
}
ul.navigation > li > a {
    display: block;
    outline: medium none;
    overflow: hidden;
    padding: 0 5px;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    -webkit-transition: color 0.1s linear 0s;
    transition: color 0.1s linear 0s;
    white-space: nowrap;
    color: #FFF;
    -webkit-transition: 220ms;
    transition: 220ms;
}
ul.navigation > li > a:hover {
    background: rgba(0,0,0,0.15);
    color: #FFF;
}
ul.navigation > li > a.active {
    background: rgba(0,0,0,0.15);
    color: #FFF;
}
ul.navigation > li > a > i {
    display: block;
    font-size: 28px;
    height: 30px;
    line-height: 30px;
    margin: 10px 0;
}@media only screen and (max-height: 700px) {
    ul.navigation>li>a>i {
        display: block;
        font-size: 20px;
        height: 20px;
        line-height: 30px;
        margin: 10px 0;
    }
    /* ul.navigation-sub.last {
        margin-top: -120px;
    } */
}@media only screen and (max-height: 600px) {
    ul.navigation>li>a>i {
        display: block;
        font-size: 16px;
        height: 16px;
        line-height: 30px;
        margin: 10px 0;
    }

}@media only screen and (max-height: 750px) {
    ul.navigation-sub.last {
        margin-top: -120px;
    }
}
ul.navigation > li > a > span {
    display: block;
    margin-bottom: 10px;
}
ul.navigation-sub {
    -webkit-animation: 0.1s linear 0s normal none 1 submenu;
    animation: 0.1s linear 0s normal none 1 submenu;
    border: 1px solid #313D54;
    border-radius: 3px;
    display: none;
    left: 99%;
    list-style-type: none;
    margin: 0 0 0 2px;
    padding: 0;
    position: absolute;
    top: 0;
    width: 200px;
    z-index: 1000;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    opacity: 0;
    -webkit-transition: 400ms;
    transition: 400ms;
}
ul.navigation-sub:before {
    bottom: 0;
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: 10px;
}
ul.navigation > li.sub:hover ul.navigation-sub {
    display: block;
    opacity: 1;
}
ul.navigation-sub > li > a {
    background: #313d54;
    color: #BBBBBB;
    display: block;
    outline: medium none;
    padding: 10px 20px;
    text-decoration: none;
}
ul.navigation-sub > li > a:hover {
    background: #192234;
    color: #FFFFFF;
}
ul.navigation-sub > li > a.active {
    background: #192234;
    color: #747f95;
}
ul.navigation-sub > li > a > i {
    display: inline-block;
    width: 20px;
}
ul.navigation span.number-alert {
    border-radius: 100%;
    cursor: default;
    height: 20px;
    left: 65px;
    line-height: 20px;
    position: absolute;
    top: 0;
    width: 20px;
}
.head-title {
    font-size: 16px;
    height: 75px;
    line-height: 70px;
    padding: 0 20px;
    position: absolute;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #fff;
    color: #4B576E;
    box-shadow: 6px 1px 12px rgba(0,0,0,0);
}
.menu-switch {
    background-color: #ff2c44;
    color: #FFFFFF;
    display: none;
    cursor: pointer;
    height: 41px;
    line-height: 41px;
    position: absolute;
    text-align: center;
    width: 41px;
    top: 15px;
    margin-right: 20px;
}
#main {
    min-height: 100%;
    position: relative;
    right: 0;
    top: 0;
    z-index: 20;
    background-color: #f1f2f7;
    color: #666666;
}
.margin-container {
    overflow: hidden;
    position: absolute;
    z-index: -9999;
    width: 100%;
    background: #F1F2F7;
}
.scrollable {
    overflow-x: hidden;
    overflow-y: auto;
}
.wrapper {
    display: inline-block;
    margin-top: 75px;
    padding: 20px;
    width: 100%;
    overflow: hidden;
    padding-bottom: 100px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: static;
}
.user-info {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.user-info:before, .user-info:after {
    content: " ";
    display: table;
}
.user-info:after {
    clear: both;
}
.user-info:before, .user-info:after {
    content: " ";
    display: table;
}
.user-info:after {
    clear: both;
}
.user-info > li {
    float: left;
    margin-right: 2.5px;
}
.user-info > li.profile-info {
/*margin-right: 110px;*/
}
.page-search {
    background: #DDDDDD!important;
    border: none!important;
    margin: 20px 20px 0 -10px;
    color: #333333;
    min-height: 32px!important;
}
.profile-info.dropdown > a {
    color: #666;
    font-size: 12px;
    font-weight:bold;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
    text-align:right;
}
.profile-info.dropdown > a:hover {
    color: #444;
}
.profile-info.dropdown > a img {
    margin-right: 5px;
}
.profile-info.dropdown .dropdown-menu {
    background-color: #2b2b2b;
    margin-top: 8px;
    padding: 0;
    right: 0px;
}
.profile-info.dropdown .dropdown-menu > .caret {
    border-bottom-color: #29354b;
    border-bottom-width: 4px;
    border-top-width: 0;
    right: 20px;
    margin-left: -2px;
    position: absolute;
    top: -4px;
}
.profile-info.dropdown .dropdown-menu li {
    color: #AAABAE;
    font-size: 12px;
    padding: 0;
}
.profile-info.dropdown .dropdown-menu li a {
    color: #AAABAE;
    padding: 8px 10px;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.profile-info.dropdown .dropdown-menu li a i {
    margin-right: 5px;
    opacity: 0.7;
}
.profile-info.dropdown .dropdown-menu li a:hover {
    background-color: #2b2b2b;
    color: #FFFFFF;
}
.profile-info.dropdown .dropdown-menu li a:hover i {
    opacity: 1;
}
.profile-info.dropdown .dropdown-menu > li {
    border-bottom: 1px solid #444444;
}
.profile-info.dropdown .dropdown-menu > li > a {
    display: block;
    min-width: 170px;
}
.profile-info.dropdown .dropdown-menu > li:last-child {
    border-bottom: 0 none;
}
.profile-info.dropdown.pull-right {
    text-align: right;
}
.profile-info.dropdown.pull-right > a img {
    margin-left: 5px;
    margin-right: 0;
}
.profile-info.dropdown.pull-right .dropdown-menu {
    background-color: #2b2b2b;
    border-color: #29354b;
    margin-top: 15px;
    padding: 0;
    text-align: left;
}
.profile-info.dropdown.pull-right .dropdown-menu > .caret {
    left: auto;
    right: 20px;
}
.company_info {
    text-align:right;
    padding-top:20px;
}
.pull-margin {
    margin-left: -50px;
}
#top_menu .nav > li, ul.top-menu > li {
    float: left;
}
.notify-row {
    float: left;
    margin-top: 25px;
    text-transform: none;
}
.notify-arrow {
    border-style: solid;
    border-width: 0 9px 9px;
    height: 0;
    left: 7px;
    margin-top: 10px;
    opacity: 1;
    position: absolute;
    top: -18px;
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    width: 0;
    z-index: 10;
}
.notify-arrow-red {
    border-bottom-color: #ea2c46 !important;
    border-left-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    border-top-color: #FF6C60 !important;
}
.notify-row .badge {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 100;
    background: #ea2c46;
}
.notify-row .notification span.label {
    display: inline-block;
    height: 18px;
    padding: 5px;
    width: 20px;
}
ul.top-menu > li > a {
    color: #999999;
    font-size: 24px;
    margin-right: 40px;
    line-height: 25px;
}
ul.top-menu > li > a:hover, ul.top-menu > li > a:focus {
    background: transparent!important;
    color: #FFFFFF !important;
    text-decoration: none;
}
ul.top-menu > li > a:focus {
    background: transparent!important;
    color: #4b576e !important;
    text-decoration: none;
}
.dropdown-menu.extended {
    border: medium none !important;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176) !important;
    max-width: 300px !important;
    min-width: 160px !important;
    padding: 0;
    top: 48px;
    width: 260px !important;
}
.dropdown-menu.extended li {
    background-color: #F1F2F7;
    color: #666666;
    line-height: 28px;
}
.dropdown-menu.extended li p {
    background-color: #F1F2F7;
    color: #666666;
    margin: 0;
    padding: 0px 15px !important;
}
.dropdown-menu.extended li p.red {
    background-color: #ea2c46;
    color: #FFFFFF;
}
.external a {
    background-color: #2b2b2b !important;
    color: #EBEBEB !important;
    padding:10px 15px !important;
}
.external a:hover {
    text-decoration:underline;
}
.dropdown-menu.tasks-bar .task-info .desc {
    font-size: 12px;
    font-weight: normal;
}
.dropdown-menu.tasks-bar .task-info .percent {
    display: inline-block;
    float: right;
    font-size: 13px;
    font-weight: 600;
    margin-top: -4px;
    padding-left: 10px;
}
.dropdown-menu.extended .progress {
    height: 10px;
    margin-bottom: 0 !important;
}
.dropdown-menu.inbox li a .photo img {
    border-radius: 2px;
    float: left;
    height: 40px;
    margin-right: 4px;
    width: 40px;
}
.dropdown-menu.inbox li a .subject {
    display: block;
}
.dropdown-menu.inbox li a .subject .from {
    font-size: 12px;
    font-weight: 600;
}
.dropdown-menu.inbox li a .subject .time {
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    position: absolute;
    right: 5px;
}
.dropdown-menu.inbox li a .message {
    display: block !important;
    font-size: 11px;
}
.top-nav {
    margin-top: 7px;
}
.top-nav ul.top-menu > li .dropdown-menu.logout {
    width: 268px !important;
}
.top-nav li.dropdown .dropdown-menu {
    float: right;
    left: auto;
    right: 0;
}
.dropdown-menu.extended.logout > li {
    float: left;
    text-align: center;
    width: 33.3%;
}
.dropdown-menu.extended.logout > li:last-child {
    background: none repeat scroll 0 0 #A9D96C;
    border-radius: 0 0 3px 3px;
    float: left;
    text-align: center;
    width: 100%;
}
.dropdown-menu.extended.logout > li:last-child > a, .dropdown-menu.extended.logout > li:last-child > a:hover {
    border-bottom: medium none !important;
    color: #FFFFFF;
    text-transform: uppercase;
}
.dropdown-menu.extended.logout > li:last-child > a:hover > i {
    color: #FFFFFF;
}
.dropdown-menu.extended.logout > li > a {
    border-bottom: medium none !important;
    color: #A4ABBB;
}
.full-width .dropdown-menu.extended.logout > li > a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    color: #50C8EA !important;
}
.dropdown-menu.extended.logout > li > a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
.dropdown-menu.extended.logout > li > a:hover i {
    color: #50C8EA;
}
.dropdown-menu.extended.logout > li > a i {
    font-size: 17px;
}
.dropdown-menu.extended.logout > li > a > i {
    display: block;
}
.top-nav .username {
    color: #555555;
    font-size: 13px;
}
.top-nav ul.top-menu > li > a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    margin-right: 0;
    padding: 6px;
}
.top-nav ul.top-menu > li {
    margin-left: 10px;
}
.top-nav ul.top-menu > li > a:hover, .top-nav ul.top-menu > li > a:focus {
    background: none repeat scroll 0 0 #F1F2F7;
    border: 1px solid #F1F2F7;
}
.top-nav .dropdown-menu.extended.logout {
    top: 50px;
}
.top-nav .nav .caret {
    border-bottom-color: #A4AABA;
    border-top-color: #A4AABA;
}
.top-nav ul.top-menu > li > a:hover .caret {
    border-bottom-color: #000000;
    border-top-color: #000000;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
}
.page-heading {
    margin: 0 0 10px;
    padding: 5px 0;
}
.page-heading h1 {
    font-size: 24px;
    font-weight: 100;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
}
.profile-heading {
    padding-top:15px;
    font-size:12px;
}
.profile-heading strong {
    font-size:18px;
}
.box-info {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #5B5B5B;
    margin-bottom: 20px;
    padding: 15px;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0);
    border-radius: 4px;
}
.box-info:hover {
    color: #393E48;
}
.box-info:before, .box-info:after {
    content: " ";
    display: table;
}
.box-info:after {
    clear: both;
}
.box-info .des-thumbnail {
    padding: 20px;
}
.box-info .img-wrap {
    height: auto;
    overflow: hidden;
    width: 100%;
}
.box-info .img-wrap img {
    width: 100%;
}
.box-info .icon-box {
    display: block;
    float: left;
    font-size: 30px;
    width: 65px;
}
.box-info h2 {
    border-bottom: 1px solid #DDDDDD;
    color: #5B5B5B;
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin: 5px -15px 20px;
    padding: 0 15px 15px;
}
.box-info h2.no-style {
    border-bottom: medium none;
    font-size: 30px;
    margin: 20px 0 10px;
    padding: 0;
}
.box-info.box-messages h2 {
    border-bottom: medium none;
}
.box-info .statistic-chart {
    padding: 0 0 30px;
}
.box-info.full {
    padding: 0;
}
.box-info.full .box-footer {
    padding: 20px 20px 15px;
}
.box-info.full .box-footer a, .box-info.full .box-footer a:hover {
    color: #1B1E24;
    text-decoration: none;
}
.box-info .nav-tabs {
    background: none repeat scroll 0 0 #1B1E24;
}
.box-info .nav-tabs > li > a {
    border-color: -moz-use-text-color;
    border-radius: 0;
    border-style: none;
    border-width: medium;
    color: #8B91A0;
    font-size: 14px;
    line-height: 1.42857;
    margin: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.box-info .nav-tabs > li > a i {
    color: #FFFFFF;
}
.box-info .media-list {
    margin-top: 30px;
}
.box-info .media-list a {
    color: #1B1E24;
}
.box-info .media-list a:hover {
    color: #212121;
    text-decoration: none;
}
.box-info .media-list .media {
    border-bottom: 1px solid #EAEAEA;
    padding: 5px 20px;
}
.box-info .media-list li.media:last-child {
    border-bottom: medium none;
}
.box-info .media-list .media .media-heading a {
    color: #1B1E24;
    font-size: 14px;
    font-weight: 600;
    margin-right: 5px;
}
.box-info .media-list .media .media-heading small {
    color: #65BD77;
    font-size: 11px;
}
.box-info .media-list .media p {
    color: #909090;
}
.box-info .media-list .media .media-object {
    width: 50px;
}
.box-info .media-list {
}
.box-info .nav-tabs > li.active > a, .box-info .nav-tabs > li.active > a:hover, .box-info .nav-tabs > li.active > a:focus {
    background-color: #FFFFFF;
    border-color: -moz-use-text-color;
    border-style: none;
    border-width: medium;
    color: #1B1E24;
    cursor: default;
}
.box-info .nav-tabs > li.active > a i, .box-info .nav-tabs > li.active > a:hover i, .box-info .nav-tabs > li.active > a:focus i {
    color: #212121;
}
.box-info .additional-box {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 99999;
}
.box-info .additional-btn {
    position: absolute;
    right: 15px;
    top: 17px;
    z-index: 99999;
}
.box-info .btn-group {
    z-index: 9999;
}
.box-info table .btn-group {
    z-index: 1;
}
.box-info .additional-btn .dropdown-menu {
    z-index: 999999;
}
.box-info .additional-btn a.additional-icon {
    color: #909090;
    cursor: pointer;
    margin-left: 10px;
}
.box-info .additional-btn a.additional-icon:hover {
    text-decoration: none;
}
.box-info.success {
    background: none repeat scroll 0 0 #65BD77;
    color: #FFFFFF;
}
.box-info.success h2 {
    border-bottom-color: #3B934B;
    color: #2C7439;
}
.box-info.success:hover {
    color: #DEFFE5;
}
.box-info.success .additional-btn a.additional-icon {
    color: #3B934B;
}
.box-info.success .additional-btn a.additional-icon:hover {
    color: #2C7439;
}
.box-info.success .text-box h3 {
    color: #215F2E;
}
.box-info.success .progress-bar-success {
    background-color: #215F2E;
}
.box-info.success i.success {
    color: #215F2E;
}
.box-info.danger {
    background: none repeat scroll 0 0 #D9534F;
    color: #FFFFFF;
}
.box-info.danger h2 {
    border-bottom-color: #791C1A;
    color: #791C1A;
}
.box-info.danger:hover {
    color: #FFFFFF;
}
.box-info.danger .additional-btn a.additional-icon {
    color: #791C1A;
}
.box-info.danger .additional-btn a.additional-icon:hover {
    color: #791C1A;
}
.box-info.danger .text-box h3 {
    color: #791C1A;
}
.box-info.danger .progress-bar-danger {
    background-color: #791C1A;
}
.box-info.danger i.danger {
    color: #791C1A;
}
.box-info.info {
    background: none repeat scroll 0 0 #4393D8;
    color: #FFFFFF;
}
.box-info.info h2 {
    border-bottom-color: #15558B;
    color: #15558B;
}
.box-info.info:hover {
    color: #DEFFE5;
}
.box-info.info .additional-btn a.additional-icon {
    color: #15558B;
}
.box-info.info .additional-btn a.additional-icon:hover {
    color: #15558B;
}
.box-info.info .text-box h3 {
    color: #15558B;
}
.box-info.info .progress-bar-info {
    background-color: #15558B;
}
.box-info.info i.info {
    color: #15558B;
}
.box-info.warning {
    background: none repeat scroll 0 0 #F7CB17;
    color: #FFFFFF;
}
.box-info.warning h2 {
    border-bottom-color: #9D5D03;
    color: #9D5D03;
}
.box-info.warning:hover {
    color: #DEFFE5;
}
.box-info.warning .additional-btn a.additional-icon {
    color: #9D5D03;
}
.box-info.warning .additional-btn a.additional-icon:hover {
    color: #9D5D03;
}
.box-info.warning .text-box h3 {
    color: #9D5D03;
}
.box-info.warning .progress-bar-warning {
    background-color: #9D5D03;
}
.box-info.warning i.warning {
    color: #9D5D03;
}
.box-info .additional {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #909090;
    margin: 15px -15px -15px;
    padding: 0 15px;
}
.box-info .additional .list-box-info {
    margin: 0 -15px;
}
.box-info .additional .list-box-info ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.box-info .additional .list-box-info ul li {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    color: #909090;
    padding: 15px 20px;
}
.box-info .additional .list-box-info ul li span.label {
    float: right;
    font-size: 13px;
}
.box-info .additional .list-box-info ul li:last-child {
    border-bottom: 1px solid #FFFFFF;
}
.box-info.full h2 {
    margin: 5px 0 20px;
    padding: 15px;
}
.box-info table {
    margin: 0;
}
.box-info table tr th, .box-info table tr td {
    padding-left: 15px;
    padding-right: 15px;
}
.box-info .text-box h3 {
    color: #4C5264;
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin: 5px 0;
    padding: 0;
}
.progress.progress-xs {
    border-radius: 0;
    box-shadow: none;
    height: 5px;
    margin-bottom: 15px;
    margin-top: 20px;
}
i.success {
    color: #5CB85C;
}
i.danger {
    color: #DE3431;
}
i.info {
    color: #428BCA;
}
i.warning {
    color: #FFCE00;
}
#sortable-todo {
    margin: 0;
    padding: 0;
}
.todo-title {
    margin-right: 70px;
}
.to-do-list li {
    background: #f7f7f7;
    cursor: move;
    list-style: none outside none;
    margin-bottom: 3px;
    padding: 13px;
    position: relative;
}
.to-do-list li p {
    margin-bottom: 0;
}
.todo-actionlist {
    position: absolute;
    right: 15px;
    top: 13px;
}
.todo-actionlist a {
    display: inline-block;
    float: left;
    height: 24px;
    width: 24px;
}
.todo-list-active {
    background: #ffebe5!important;
}
.todo-actionlist a i {
    color: #CCCCCC;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 24px;
}
.todo-actionlist a:hover i {
    color: #666666;
}
.todo-done i {
    font-size: 14px;
}
.todo-remove i {
    cursor: pointer;
}
.line-through {
    text-decoration: line-through;
}
.todo-action-bar {
    /*margin-top: 20px;*/
}
.drag-marker {
    display: block;
    float: left;
    height: 17px;
    position: relative;
    top: 2px;
    width: 7px;
}
.drag-marker i {
    background: none repeat scroll 0 0 #CCCCCC;
    box-shadow: 5px 0 0 0 #CCCCCC, 0 5px 0 0 #CCCCCC, 5px 5px 0 0 #CCCCCC, 0 10px 0 0 #CCCCCC, 5px 10px 0 0 #CCCCCC, 0 15px 0 0 #CCCCCC, 5px 15px 0 0 #CCCCCC;
    display: block;
    height: 2px;
    width: 2px;
}
.to-do-list li .todo-check input[type="checkbox"] {
    visibility: hidden;
}
.todo-check {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    width: 20px;
}
.todo-check label {
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    cursor: pointer;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}
.todo-check label:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: -moz-use-text-color -moz-use-text-color #CFCFCF #CFCFCF;
    -o-border-image: none;
    border-image: none;
    border-style: none none solid solid;
    border-width: medium medium 3px 3px;
    content: "";
    height: 8px;
    left: 3px;
    opacity: 0;
    position: absolute;
    top: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 13px;
}
.todo-checklabel:hover:after {
    opacity: 0.3;
}
.todo-check input[type="checkbox"]:checked + label:after {
    opacity: 1;
}
.btn-todo-select button, .btn-add-task button {
    width: 100%;
}
.todo-search-wrap {
    padding: 0;
}
.todo-search {
    border-radius: 3px !important;
}
.box-info h4 {
    margin-top: 0px;
}
.text-ellipsis {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group-item:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.list-group {
/*	margin-bottom: 0px;*/
    padding-left: 0;
}
.list-group-item {
    border: none;
}
.bg-danger {
    background-color: #FB6B5B;
    color: #FFFFFF;
}
.bg-success {
    background-color: #8EC165;
    color: #EBF4E4;
}
.bg-light {
    background-color: #F1F1F1;
    color: #717171;
}
.centered-container {
    margin: auto;
    width: 180px;
}
.no-bg {
    background: none!important;
    padding-top: 0px!important;
}
.paper {
    background: -moz-linear-gradient(center top, #DFE8EC 0%, #FFFFFF 8%) repeat scroll 0 0 / 100% 30px rgba(0, 0, 0, 0);
    font-size: 14px;
    line-height: 30px;
    outline: medium none;
    padding: 30px 55px 27px;
    position: relative;
}
.paper:after {
    border-left: 1px solid #F8D3D3;
    bottom: 0;
    content: "";
    left: 39px;
    position: absolute;
    top: 0;
    width: 0;
}
.widget-notes {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
}
.widget-notes .content {
    padding: 0;
}
.btn {
    border-color: #CCCCCC;
    border-radius: 0;
    font-size: 13px;
    margin-bottom: 5px !important;
    margin-left: 3px;
    outline: medium none;
    padding: 7px 11px;
}
.btn-default, .btn-default:focus {
    background-color: #fff;
    border-color: #ccc;
    color: #5E5E5E;
}
.btn-default i {
    color: #444444;
}
.btn-default:active {
    background: none repeat scroll 0 0 #F5F5F5;
    box-shadow: none;
}
.btn-round {
    border-radius: 30px;
}
.btn-primary, .btn-primary:focus {
    background-color: #263248;
    border-color: rgba(0, 0, 0, 0);
    color: #FFFFFF;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #202b3f;
    border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active {
    background: none repeat scroll 0 0 #263248;
    box-shadow: none;
}
.btn-success, .btn-success:focus {
    background-color: #2CC36B;
    border-color: rgba(0, 0, 0, 0);
}
.btn-success:hover, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background-color: #36CD75;
    border-color: rgba(0, 0, 0, 0);
}
.btn-success:active {
    background: none repeat scroll 0 0 #22B961;
    box-shadow: none;
}
.btn-info, .btn-info:focus {
    background-color: #4AA3DF;
    border-color: rgba(0, 0, 0, 0);
}
.btn-info:hover, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    background-color: #54ADE9;
    border-color: rgba(0, 0, 0, 0);
}
.btn-info:active {
    background: none repeat scroll 0 0 #4099D5;
    box-shadow: none;
}
.btn-warning, .btn-warning:focus {
    background-color: #F16E3F;
    border-color: rgba(0, 0, 0, 0);
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    background-color: #FB7849;
    border-color: rgba(0, 0, 0, 0);
}
.btn-warning:active {
    background: none repeat scroll 0 0 #E76435;
    box-shadow: none;
}
.btn-danger, .btn-danger:focus {
    background-color: #EA6153;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
}
.btn-danger i, .btn-danger i:focus {
    background-color: #EA6153;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    background-color: #F46B5D;
    border-color: rgba(0, 0, 0, 0);
}
.btn-danger:active {
    background: none repeat scroll 0 0 #E05749;
    box-shadow: none;
}
.btn-grey {
    color: #ACADB2;
    background-color: #E6E6E6;
}
.btn-prusia, .btn-prusia:focus {
    background-color: #3D566D;
    border-color: rgba(0, 0, 0, 0);
    color: #FFFFFF;
}
.btn-prusia:hover, .btn-prusia:active, .btn-prusia.active, .open .dropdown-toggle.btn-prusia {
    background-color: #476077;
    border-color: rgba(0, 0, 0, 0);
    color: #FFFFFF;
}
.btn-prusia:active {
    background: none repeat scroll 0 0 #334C63;
    box-shadow: none;
}
.btn-dark, .btn-dark:focus {
    background-color: #23262B;
    border-color: rgba(0, 0, 0, 0);
    color: #FFFFFF;
}
.btn-dark:hover, .btn-dark:active, .btn-dark.active, .open .dropdown-toggle.btn-dark {
    background-color: #2D3035;
    border-color: rgba(0, 0, 0, 0);
    color: #FFFFFF;
}

.btn-dark:active {
    background: none repeat scroll 0 0 #191C21;
    box-shadow: none;
}
.btn-rad {
    border-radius: 2px;
}
.btn-group.horizontal > .btn {
    border-color: rgba(0, 0, 0, 0.08);
}
.btn i {
    display: inline-block;
    font-size: 14px;
    margin-right: 2px;
    min-width: 10px;
}
.btn-row {
    margin-bottom: 10px;
}
.btn-facebook i {
    color: #3B5998;
}
.btn-twitter i {
    color: #00ACED;
}
.btn-google-plus i {
    color: #DD4B39;
}
.btn-dribbble i {
    color: #EA4C89;
}
.btn-linkedin i {
    color: #0E76A8;
}
.btn-youtube i {
    color: #C4302B;
}
.btn-pinterest i {
    color: #C8232C;
}
.btn-tumblr i {
    color: #34526F;
}
.btn-flickr i {
    color: #FF0084;
}
.btn-facebook.bg {
    background: none repeat scroll 0 0 #3B5998;
    border: 0 none;
    color: #FFFFFF;
}
.btn-twitter.bg {
    background: none repeat scroll 0 0 #00ACED;
    border: 0 none;
    color: #FFFFFF;
}
.btn-google-plus.bg {
    background: none repeat scroll 0 0 #DD4B39;
    border: 0 none;
    color: #FFFFFF;
}
.btn-dribbble.bg {
    background: none repeat scroll 0 0 #EA4C89;
    border: 0 none;
    color: #FFFFFF;
}
.btn-linkedin.bg {
    background: none repeat scroll 0 0 #0E76A8;
    border: 0 none;
    color: #FFFFFF;
}
.btn-youtube.bg {
    background: none repeat scroll 0 0 #C4302B;
    border: 0 none;
    color: #FFFFFF;
}
.btn-pinterest.bg {
    background: none repeat scroll 0 0 #C8232C;
    border: 0 none;
    color: #FFFFFF;
}
.btn-tumblr.bg {
    background: none repeat scroll 0 0 #34526F;
    border: 0 none;
    color: #FFFFFF;
}
.btn-flickr.bg {
    background: none repeat scroll 0 0 #0063DC;
    border: 0 none;
    color: #FFFFFF;
}
.btn-github.bg {
    background: none repeat scroll 0 0 #333333;
    border: 0 none;
    color: #FFFFFF;
}
.btn-facebook.bg:active, .btn-facebook.bg.active {
    background: none repeat scroll 0 0 #274584;
}
.btn-twitter.bg:active, .btn-twitter.bg.active {
    background: none repeat scroll 0 0 #0098D9;
}
.btn-google-plus.bg:active, .btn-google-plus.bg.active {
    background: none repeat scroll 0 0 #C93725;
}
.btn-dribbble.bg:active, .btn-dribbble.bg.active {
    background: none repeat scroll 0 0 #D63875;
}
.btn-linkedin.bg:active, .btn-linkedin.bg.active {
    background: none repeat scroll 0 0 #006294;
}
.btn-youtube.bg:active, .btn-youtube.bg.active {
    background: none repeat scroll 0 0 #B01C17;
}
.btn-pinterest.bg:active, .btn-pinterest.bg.active {
    background: none repeat scroll 0 0 #B40F18;
}
.btn-tumblr.bg:active, .btn-tumblr.bg.active {
    background: none repeat scroll 0 0 #203E5B;
}
.btn-flickr.bg:active, .btn-flickr.bg.active {
    background: none repeat scroll 0 0 #004FC8;
}
.btn-github.bg:active, .btn-github.bg.active {
    background: none repeat scroll 0 0 #1F1F1F;
}
.btn.bg i {
    color: #FFFFFF;
}
.btn:active, .btn.active {
    box-shadow: none;
}
.btn:focus {
    outline: medium none;
}
.btn-group.btn-blurbg {
    background: url("../images/blur_bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    padding: 40px;
}
.btn.btn-transparent {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    border-color: #FFFFFF rgba(255, 255, 255, 0.4) rgba(255, 255, 255, 0.5);
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}
.btn.btn-transparent:hover {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.32);
}
.panel {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0);
}
.nav-tabs {
    border-bottom: 0px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: none;
}
/*tab start*/
.tab-content {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0px;
    margin-bottom: 40px;
    padding: 20px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0);
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}
.tab-content h3 {
    margin-top: 0;
    margin-bottom:20px;
    padding: 0;
}
.tab-content #picture .fileinput .thumbnail {
    border: 0px;
}
.tab-content #picture .fileinput .thumbnail h2 {
    position: relative;
    top: 30%;
}
.tab-content h3, h2, h1:first-child {
    margin-top: 0;
}
.tab-bottom .nav-tabs {
    margin-bottom: 40px;
}
.tab-bottom .tab-content {
    margin-bottom: 0;
}
.tab-bottom .nav-tabs > li.active > a:after, .tab-bottom .nav-tabs > li.active > a:hover:after, .tab-bottom .nav-tabs > li.active > a:focus:after {
    bottom: 0;
    top: auto;
}
.tab-bottom .nav-tabs > li.active > a, .tab-bottom .nav-tabs > li.active > a:hover, .tab-bottom .nav-tabs > li.active > a:focus {
    border-bottom: 2px solid #f13e3e;
    border-top: 0 none;
    margin-top: -1px;
}
.tab-bottom .tab-content {
    border-radius: 3px 3px 3px 0;
}
.tab-left .nav-tabs {
    float: left;
}
.tab-left .nav-tabs > li {
    float: none;
    margin-bottom: 0;
    margin-right: 0;
}
.tab-left .nav-tabs > li > a {
    border-radius: 0;
    min-width: 38px;
    padding: 12px 10px;
    text-align: left;
}
.tab-left .nav-tabs > li .fa {
    font-size: 14px;
}
.tab-left .nav-tabs > li.active > a:after, .tab-left .nav-tabs > li.active > a:hover:after, .tab-left .nav-tabs > li.active > a:focus:after {
    bottom: 0;
    height: 100%;
    top: auto;
    width: 2px;
}
.tab-left .nav-tabs > li.active > a, .tab-left .nav-tabs > li.active > a:hover, .tab-left .nav-tabs > li.active > a:focus {
    border-color: -moz-use-text-color -moz-use-text-color #ECECEC #f13e3e;
    border-style: none none solid solid;
    border-width: 0 0 1px 2px;
    box-shadow: -1px 3px 4px -3px rgba(0, 0, 0, 0.08);
    margin-right: -1px;
    padding: 13px 10px 12px 9px;
}
.tab-left .tab-content {
    border-radius: 0 3px 3px;
    overflow: auto;
}
.tab-right .nav-tabs {
    float: right;
}
.tab-right .tab-content {
    border-radius: 3px 0 3px 3px;
    overflow: auto;
}
.tab-right .nav-tabs > li {
    float: none;
    margin-bottom: 2px;
    margin-right: 0;
}
.tab-right .nav-tabs > li > a {
    min-width: 38px;
    padding: 12px 10px;
    text-align: left;
}
.tab-right .nav-tabs > li .fa {
    font-size: 14px;
}
.tab-right .nav-tabs > li.active > a:after, .tab-right .nav-tabs > li.active > a:hover:after, .tab-right .nav-tabs > li.active > a:focus:after {
    bottom: 0;
    height: 100%;
    left: auto;
    right: 0;
    top: auto;
    width: 2px;
}
.tab-right .nav-tabs > li.active > a, .tab-right .nav-tabs > li.active > a:hover, .tab-right .nav-tabs > li.active > a:focus {
    border-color: -moz-use-text-color #f13e3e #ECECEC -moz-use-text-color;
    border-style: none solid solid none;
    border-width: 0 2px 1px 0;
    box-shadow: 1px 3px 4px -3px rgba(0, 0, 0, 0.08);
    margin-left: -1px;
    padding: 13px 10px 12px 12px;
}
/*tab end*/


.accordion {
    margin-bottom: 40px;
}
.accordion .panel-heading {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 0;
}
.accordion .panel-heading a {
    color: #e74949;
    display: block;
    font-size: 15px;
    padding: 17px 16px;
}
.accordion .panel-heading a:hover {
    text-decoration: none!important;
}
.accordion .panel-heading a .fa {
    margin-right: 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform 200ms ease-in-out 0s;
    transition: -webkit-transform 200ms ease-in-out 0s;
    transition: transform 200ms ease-in-out 0s;
    transition: transform 200ms ease-in-out 0s, -webkit-transform 200ms ease-in-out 0s;
}
.accordion .panel-heading a.collapsed {
    color: #555555;
}
.accordion .panel-heading a.collapsed .fa {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.accordion .panel-heading + .panel-collapse .panel-body {
    border-top: 0 none;
    padding: 3px 20px 20px 34px;
}
.accordion .panel {
    border-color: -moz-use-text-color #ECECEC;
    border-radius: 2px;
    border-style: none solid;
    border-width: 0 1px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 5px;
}
.accordion .panel:first-child {
    border-top: 0 none;
}
.accordion.panel-group .panel + .panel {
    margin-top: 0;
}
.accordion.accordion-color .panel-heading a {
    background-color: #2b2b2b;
    color: #FFFFFF;
}
.accordion.accordion-color .panel-heading a.collapsed {
    background-color: #FFFFFF;
    color: #555555;
}
.accordion.accordion-color .panel-collapse .panel-body {
    background-color: #2b2b2b;
    color: #FFFFFF;
}
.accordion.accordion-semi .panel-heading a {
    background-color: #e74949;
    border-bottom: 1px solid #f13e3e;
    color: #FFFFFF;
    -webkit-transition: background-color 200ms ease-in-out 0s;
    transition: background-color 200ms ease-in-out 0s;
}
.accordion.accordion-semi .panel-heading.success a {
    background-color: #2CC36B;
    border-bottom: 1px solid #049B43;
}
.accordion.accordion-semi .panel-heading.warning a {
    background-color: #F16E3F;
    border-bottom: 1px solid #C94617;
}
.accordion.accordion-semi .panel-heading.danger a {
    background-color: #EA6153;
    border-bottom: 1px solid #C2392B;
}
.accordion.accordion-semi .panel-heading a.collapsed {
    background-color: #FFFFFF;
    border-bottom: 0 none;
    color: #555555;
}
.accordion.accordion-semi .panel-collapse .panel-body {
    padding: 15px 20px 20px 34px;
}
/*accordions end*/


/*console start*/


.console-pad {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
    line-height: 1;
    overflow: hidden;
    position: relative;
}
.console-pad-scroll {
    -moz-box-sizing: content-box;
    min-height: 256px;
    margin-bottom: -30px;
    margin-right: -30px;
    outline: medium none;
    padding-bottom: 9px;
    padding-right: 30px;
    position: relative;
}
.console-pad-sizer {
    position: relative;
    padding: 5px 0 0 32px;
    color: #7082a2;
}
.console-pad-vscrollbar {
    overflow-x: hidden;
    overflow-y: scroll;
    right: 0;
    top: 0;
}
.console-pad-hscrollbar {
    bottom: 0;
    left: 0;
    overflow-x: scroll;
    overflow-y: hidden;
}
.console-pad-gutters {
    left: 0;
    padding-bottom: 30px;
    position: absolute;
    top: 0;
    z-index: 3;
}
.console-pad-gutter {
    -moz-box-sizing: content-box;
    display: inline-block;
    min-height: 256px;
    margin-bottom: -32px;
    padding-bottom: 30px;
    white-space: normal;
    background: #2b2b2b;
}
.console-pad-linewidget {
    overflow: auto;
    position: relative;
    z-index: 2;
}
.console-pad-wrap .console-pad-scroll {
    overflow-x: hidden;
}
.console-pad-measure {
    height: 0;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    width: 100%;
}
#console {
    border-top: 1px solid #35435d;
}
.content {
    background: #29364c;
}
.console {
    background: #29364c;
    padding: 2px 10px;
}
.console h4 {
    color: #6c778b;
}
/*console end*/



/*slider start*/

#eq span {
    float: left;
    height: 120px;
    margin: 15px;
}
.ui-widget-content {
    background: none repeat scroll 0 0 #F0F2F7 !important;
    border: medium none !important;
    overflow:hidden !important;
}
.ui-slider-horizontal {
    height: 6px !important;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -0.40em !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: none repeat scroll 0 0 #FFFFFF !important;
    border: 2px solid #e74949 !important;
}
.ui-slider-vertical {
    width: 6px !important;
}
.ui-slider-vertical .ui-slider-handle {
    left: -0.4em !important;
}
.ui-slider .ui-slider-handle {
    cursor: default;
    height: 1.6em;
    position: absolute;
    width: 1.6em;
    z-index: 2;
}
.slider-info {
    padding-top: 10px;
}
.bound-s {
    margin-bottom: 15px;
    width: 90px;
}
table.sliders tr td {
    border: medium none;
    padding: 30px 0;
}
/*slider end*/

.fontawesome-icon-list h2 {
    font-size: 20px;
    font-weight: 300;
    margin-top: 0;
}
.fontawesome-icon-list .col-sm-4, .fontawesome-icon-list .col-md-3, .fontawesome-icon-list .col-xs-6 {
    margin-bottom: 10px;
}
.fontawesome-icon-list .page-header {
    border-bottom: 1px solid #C9CDD7;
}
.fontawesome-icon-list a {
    color: #5b5f66;
}
.fontawesome-icon-list a:hover {
    color: #4a4f58;
}
.fontawesome-icon-list i {
    font-size: 16px;
    padding-right: 10px;
}
.form-horizontal .control-label {
    font-size: 14px;
    font-weight: 300;
    text-align: left;
}
.ms-container .ms-optgroup-label {
    color: #999999;
    cursor: pointer;
    margin: 0;
    padding: 5px 0 0 5px;
    font-size: 14px;
}
.add-on {
    float: right;
    margin-top: -35px;
}
.add-on .btn {
    padding: 8px;
}
.daterangepicker .ranges .range_inputs > div:nth-child(2) {
    margin-bottom: 10px;
    padding-left: 0;
}
.daterangepicker .ranges label {
    padding-bottom: 0;
    padding-top: 8px;
}
.daterangepicker td.active, .daterangepicker td.active:hover, .datepicker td.active:hover, .datepicker td.active:hover:hover, .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active.active:hover, .datepicker td.active.disabled, .datepicker td.active.disabled:hover, .datepicker td.active[disabled], .datepicker td.active[disabled]:hover, .datepicker td span.active:hover, .datepicker td span.active:active, .datepicker td span.active.active, .datepicker td span.active.disabled, .datepicker td span.active[disabled] {
    background: none repeat scroll 0 0 #41CAC0;
}
.daterangepicker .calendar th, .daterangepicker .calendar td {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-align: center;
    white-space: nowrap;
}
.daterangepicker td.active, .daterangepicker td.active:hover, .datepicker td.active, .datepicker td.active:hover, .datepicker td span.active {
    text-shadow: none;
}
.datepicker th.switch {
    width: 125px;
}
.datepicker td span {
    height: 40px;
    line-height: 40px;
}
.bootstrap-timepicker table td input {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
}
.cke_top, .cke_bottom {
    background: -moz-linear-gradient(center top, #F5F5F5, #F5F5F5) repeat scroll 0 0 #F5F5F5 !important;
    box-shadow: none;
    padding: 6px 8px 2px;
}
.help-block {
    font-size: 12px;
}
.cke_chrome {
    box-shadow: none !important;
}
.cke_toolgroup {
    background: #FFFFFF!important;
    border-color: #A6A6A6 #A6A6A6 #979797;
    border-style: solid;
    border-radius: 0px!important;
    border-width: 1px;
    box-shadow: none!important;
    float: left;
    margin: 0 6px 5px 0;
}
.cke_combo_button {
    background: #FFFFFF!important;
    border-color: #A6A6A6 #A6A6A6 #979797;
    -o-border-image: none;
    border-image: none;
    border-radius: 0px!important;
    border-style: solid;
    border-width: 1px;
    box-shadow: none!important;
    display: inline-block;
    float: left;
    margin: 0 6px 5px 0;
}
.page-error-404 {
    color: #303641;
    text-align: center;
}
.page-error-404 .error-symbol {
    font-size: 120px;
}
.page-error-404 .error-text {
    font-size: 16px;
    padding-bottom: 25px;
}
.page-error-404 .error-text h2 {
    font-size: 45px;
}
.page-error-404 .error-text p {
    font-size: 22px;
}
.page-error-404 .error-text + hr {
    margin-bottom: 50px;
}
.page-error-404 .input-group {
    margin: 0 auto;
    width: 250px;
}
.timeline {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    position: relative;
    table-layout: fixed;
    width: 100%;
}
.timeline .time-show {
    margin-bottom: 30px;
    margin-right: -75px;
    margin-top: 30px;
    position: relative;
}
.timeline .time-show.first {
}
.time-show .btn {
    width: 150px;
}
.timeline .time-show a {
    color: #FFFFFF;
}
.timeline:before {
    background-color: #D8D9DF;
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    top: 30px;
    width: 1px;
    z-index: 0;
}
h3.timeline-title {
    color: #C8CCD7;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 5px;
    text-transform: uppercase;
}
.t-info {
    color: #C8CCD7;
}
.timeline-item:before, .timeline-item.alt:after {
    content: "";
    display: block;
    width: 50%;
}
.timeline-item {
    display: table-row;
}
.timeline-desk {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}
.timeline-desk h1 {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 5px;
}
.timeline-desk .panel {
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    margin-left: 45px;
    position: relative;
    text-align: left;
}
.timeline-item .timeline-desk .arrow {
    border-bottom: 8px solid rgba(0, 0, 0, 0);
    border-top: 8px solid rgba(0, 0, 0, 0);
    display: block;
    height: 0;
    left: -7px;
    position: absolute;
    top: 13px;
    width: 0;
}
.timeline-item .timeline-desk .arrow {
    border-right: 8px solid #FFFFFF !important;
}
.timeline-item.alt .timeline-desk .arrow-alt {
    border-bottom: 8px solid rgba(0, 0, 0, 0);
    border-top: 8px solid rgba(0, 0, 0, 0);
    display: block;
    height: 0;
    left: auto;
    position: absolute;
    right: -7px;
    top: 13px;
    width: 0;
}
.timeline-item.alt .timeline-desk .arrow-alt {
    border-left: 8px solid #FFFFFF !important;
}
.timeline .timeline-icon {
    left: -60px;
    position: absolute;
    top: 5px;
}
.timeline .timeline-icon {
    background: none repeat scroll 0 0 #C7CBD6;
}
.timeline-desk span a {
    text-transform: uppercase;
}
.timeline-desk h1.red, .timeline-desk span a.red {
    color: #EF6F66;
}
.timeline-desk h1.red2, .timeline-desk span a.red2 {
    color: #CC0000;
}
.timeline-desk h1.green, .timeline-desk span a.green {
    color: #39B6AE;
}
.timeline-desk h1.blue, .timeline-desk span a.blue {
    color: #56C9F5;
}
.timeline-desk h1.purple, .timeline-desk span a.purple {
    color: #8074C6;
}
.timeline-desk h1.light-green, .timeline-desk span a.light-green {
    color: #A8D76F;
}
.timeline-desk h1.yellow, .timeline-desk span a.yellow {
    color: #FED65A;
}
.timeline .timeline-icon.red {
    background: none repeat scroll 0 0 #f87c74;
}
.timeline .timeline-icon.red2 {
    background: none repeat scroll 0 0 #CC0000;
}
.timeline .timeline-icon.green {
    background: none repeat scroll 0 0 #48c5bd;
}
.timeline .timeline-icon.blue {
    background: none repeat scroll 0 0 #67d4fe;
}
.timeline .timeline-icon.purple {
    background: none repeat scroll 0 0 #8074C6;
}
.timeline .timeline-icon.light-green {
    background: none repeat scroll 0 0 #b0e077;
}
.timeline .timeline-icon.yellow {
    background: none repeat scroll 0 0 #ffdc6f;
}
.timeline .timeline-icon {
    border-radius: 50%;
    color: #FFFFFF;
    display: block;
    height: 30px;
    text-align: center;
    width: 30px;
}
.timeline .timeline-icon i {
    margin-top: 9px;
}
.timeline-item.alt .timeline-icon {
    left: auto;
    right: -60px;
}
.timeline .time-icon:before {
    font-size: 16px;
    margin-top: 5px;
}
.timeline .timeline-date {
    text-align: right;
}
.timeline-item.alt .timeline-date {
    text-align: left;
}
.timeline-desk h5 span {
    color: #999999;
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
}
.timeline-item.alt:before {
    display: none;
}
.timeline-item:before, .timeline-item.alt:after {
    content: "";
    display: block;
    width: 50%;
}
.timeline-desk p {
    color: #999999;
    font-size: 14px;
    margin-bottom: 0;
}
.timeline-desk a {
    color: #1FB5AD;
}
.timeline-desk .panel {
    margin-bottom: 5px;
}
.timeline-desk .album {
    margin-top: 20px;
}
.timeline-item.alt .timeline-desk .album {
    float: right;
    margin-top: 20px;
}
.timeline-desk .album a {
    float: left;
    margin-right: 5px;
}
.timeline-item.alt .timeline-desk .album a {
    float: right;
    margin-left: 5px;
}
.timeline-desk .notification {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-top: 20px;
    padding: 8px;
}
.timeline-item.alt .panel {
    margin-left: 0;
    margin-right: 45px;
}
.mbot30 {
    margin-bottom: 30px;
}
.timeline-item.alt h1, .timeline-item.alt p {
    text-align: right;
}
.profile-nav .user-heading {
    /*background:#ffaab6;*/
    color: #797a7d;
    padding: 30px;
    text-align: center;
}
.profile-nav .user-heading.round a {
    border: 10px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: inline-block;
}
.profile-nav .user-heading a img {
    border-radius: 50%;
    height: 112px;
    width: 112px;
}
.profile-nav .user-heading h1 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 5px;
}
.profile-nav .user-heading p {
    font-size: 15px;
}
.profile-nav ul {
    margin-top: 1px;
}
.profile-nav ul > li {
    border-bottom: 1px solid #EBEAE6;
    line-height: 30px;
    margin-top: 0;
}
.profile-nav ul > li:last-child {
    border-bottom: medium none;
}
.profile-nav ul > li > a {
    border-left: 5px solid #FFFFFF;
    border-radius: 0;
    color: #89817F;
}
.profile-nav ul > li > a:hover, .profile-nav ul > li > a:focus, .profile-nav ul li.active a {
    background: #F8F7F5 !important;
    border-left: 5px solid #2b2b2b;
    color: #89817F !important;
}
.profile-nav ul > li:last-child > a:last-child {
    border-radius: 0px;
}
.profile-nav ul > li > a > i {
    color: #BCB3AA;
    font-size: 16px;
    padding-right: 10px;
}
.r-activity {
    font-size: 12px;
    margin: 6px 0 0;
}
.p-text-area, .p-text-area:focus {
    border: medium none;
    box-shadow: none;
    color: #C3C3C3;
    font-size: 16px;
    font-weight: 300;
}
.profile-info .panel-footer {
    background-color: #F8F7F5;
    border-top: 1px solid #E7EBEE;
}
.profile-info .panel-footer ul li a {
    color: #7A7A7A;
}
.bio-graph-heading {
    background: #2b2b2b;
    color: #FFFFFF;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    padding: 40px 110px;
    text-align: center;
}
.bio-graph-info {
    color: #89817E;
}
.bio-graph-info h1 {
    font-size: 22px;
    font-weight: 300;
    margin: 0 0 20px;
}
.bio-row {
    float: left;
    margin-bottom: 10px;
    padding: 0 15px;
    width: 50%;
}
.bio-row p span {
    display: inline-block;
    width: 100px;
}
.bio-chart, .bio-desk {
    float: left;
}
.bio-chart {
    width: 40%;
}
.bio-desk {
    width: 60%;
}
.bio-desk h4 {
    font-size: 15px;
    font-weight: 400;
}
.bio-desk h4.terques {
    color: #4CC5CD;
}
.bio-desk h4.red {
    color: #E26B7F;
}
.bio-desk h4.green {
    color: #97BE4B;
}
.bio-desk h4.purple {
    color: #CAA3DA;
}
.file-pos {
    margin: 6px 0 10px;
}
.profile-activity h5 {
    color: #C3C3C3;
    font-weight: 300;
    margin-top: 0;
}
.login-form-signin {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 20px auto 0;
    max-width: 600px;
    padding: 40px 80px 50px 80px;
    border-radius: 4px;
    box-shadow: 10px 5px 35px rgba(0,0,0,0.3);
}
.login-form-signin h2.login-form-signin-heading {
    background: none repeat scroll 0 0 #ea2c46;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    padding: 20px 15px;
    text-align: center;
    text-transform: uppercase;
}
.login-form-signin .checkbox {
    margin-bottom: 14px;
}
.login-form-signin .checkbox {
    color: #999999;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
.login-form-signin .form-control {
    -moz-box-sizing: border-box;
    font-size: 16px;
    height: auto;
    padding: 12px;
    position: relative;
    border-radius:2px !important;
}
.login-form-signin .form-control:focus {
    z-index: 2;
}
.login-form-signin input[type="text"], .login-form-signin input[type="password"] {
    border: 1px solid #EAEAEA;
    box-shadow: none;
    font-size: 14px;
    margin-bottom: 10px;
}
.login-form-signin p {
    color: #B6B6B6;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}
.login-form-signin a {
    color: #0066CC;
}
.login-form-signin a:hover {
    color: #B6B6B6;
}
.login-wrap {
    padding: 20px;
}
.login-logo {
    text-align: center;
}
.login-logo img {
    width:100%;
}
.registration {
    padding-top:10px;
}
.console-pad {
    line-height: 22px;
    width: 100%;
    height: 269px
}
.console-numbers {
    list-style: none;
    margin-left: -36px;
}
.console-numbers li {
    line-height: 21px;
}
.console-bg {
    background: #29364c!important;
    border: none!important;
    color: #4b576e!important;
}
.mail-nav {
    margin: 15px -15px 0;
}
.mail-nav li a {
    border-radius: 0;
    border-right: 3px solid rgba(0, 0, 0, 0);
    border-top: 1px solid #F2F3F6;
    padding: 15px;
}
.mail-nav > li > a:hover, .mail-nav > li > a:focus {
    background: none repeat scroll 0 0 #FAFAFA;
    border-right: 3px solid #2b2b2b;
    color: #2b2b2b;
}
.mail-nav > li.active > a, .mail-nav > li.active > a:hover, .mail-nav > li.active > a:focus {
    background: none repeat scroll 0 0 #FAFAFA;
    border-right: 3px solid #2b2b2b;
    color: #2b2b2b;
}
.mail-nav > li + li {
    margin-left: 0;
    margin-top: 0;
}
.mail-nav i {
    font-size: 16px;
    margin-right: 10px;
}
.inbox-notification {
    margin-top: -2px;
}
.user-head .inbox-avatar {
    float: left;
    width: 65px;
}
.user-head .inbox-avatar img {
    border-radius: 4px;
}
.user-head .user-name {
    display: inline-block;
    margin: 0 0 0 10px;
}
.user-head .user-name h5 {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 15px;
}
.user-head .user-name h5 a {
    color: #FFFFFF;
}
.user-head .user-name span a {
    color: #87E2E7;
    font-size: 12px;
}
a.mail-dropdown {
    background: #ff455e;
    border-radius: 2px;
    color: #fff;
    font-size: 10px;
    margin-top: 20px;
    padding: 3px 5px;
}
.inbox-body {
    padding: 20px;
}
.btn-compose {
    background: #ff455e;
    color: #FFFFFF;
    padding: 12px 0;
    text-align: center;
    width: 100%;
    border: none;
}
.btn-compose:hover, .btn-compose:focus {
    background: #2b2b2b;
    color: #FFFFFF;
}
ul.inbox-nav {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}
.inbox-divider {
    border-bottom: 1px solid #D5D8DF;
}
.inbox-action {
    margin-top: 50px;
}
.src-position {
    margin-top: -7px;
}
.mail-src-position {
    margin-top: -3px;
}
ul.labels-info {
    border-bottom: 1px solid #F1F2F7;
    margin-bottom: 10px;
}
ul.inbox-nav li {
    display: inline-block;
    line-height: 45px;
    width: 100%;
}
ul.inbox-nav li a {
    color: #6A6A6A;
    display: inline-block;
    line-height: 45px;
    padding: 0 20px;
    width: 100%;
}
ul.inbox-nav li a:hover, ul.inbox-nav li.active a, ul.inbox-nav li a:focus {
    background: none repeat scroll 0 0 #D5D7DE;
    color: #6A6A6A;
}
ul.inbox-nav li a i {
    color: #6A6A6A;
    font-size: 16px;
    padding-right: 10px;
}
ul.inbox-nav li a span.label {
    margin-top: 13px;
}
ul.labels-info li h4 {
    color: #5C5C5E;
    font-size: 15px;
    padding-top: 5px;
    text-transform: uppercase;
}
ul.labels-info li {
    margin: 0;
}
ul.labels-info li a {
    border-radius: 0;
    color: #6A6A6A;
    padding-left: 0;
    padding-right: 0;
}
ul.labels-info li a:hover, ul.labels-info li a:focus {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #6A6A6A;
}
ul.labels-info li a i {
    padding-right: 10px;
}
.nav.nav-pills.nav-stacked.labels-info p {
    color: #9D9F9E;
    font-size: 11px;
    margin-bottom: 0;
    padding: 0 22px;
}
.inbox-head {
    background: none repeat scroll 0 0 #41CAC0;
    border-radius: 0 4px 0 0;
    color: #FFFFFF;
    min-height: 80px;
    padding: 20px;
}
.inbox-head h3 {
    display: inline-block;
    font-weight: 300;
    margin: 0;
    padding-top: 6px;
}
.inbox-head .sr-input {
    border: medium none;
    border-radius: 4px 0 0 4px;
    box-shadow: none;
    color: #8A8A8A;
    float: left;
    height: 40px;
    padding: 0 10px;
}
.inbox-head .sr-btn {
    background: none repeat scroll 0 0 #00A6B2;
    border: medium none;
    border-radius: 0 4px 4px 0;
    color: #FFFFFF;
    height: 40px;
    padding: 0 20px;
}
.wht-bg {
    background: none repeat scroll 0 0 #FFFFFF;
}
.wht-bg h4 {
    color: #A2A2A2;
    font-size: 24px;
    font-weight: 300;
}
.table-inbox-wrap {
    margin: 0 -15px;
}
.mail-checkbox {
    margin-right: 10px;
}
.table-inbox {
    margin: 0;
}
.table-inbox tr td {
    padding: 12px !important;
}
.table-inbox tr td:first-child {
    width: 5%;
}
.table-inbox tr td:first-child .icheckbox_minimal {
    margin-left: 15px;
}
.table-inbox tr td:hover {
    cursor: pointer;
}
.table-inbox tr td .fa-star.inbox-started, .table-inbox tr td .fa-star:hover {
    color: #F78A09;
}
.table-inbox tr td .fa-star {
    color: #D5D5D5;
}
.table-inbox tr.unread td {
    background: none repeat scroll 0 0 #F7F7F7;
    font-weight: 600;
}
.table-inbox tr.unread a {
    color: #32323A;
}
.table-inbox tr a {
    color: #767676;
}
ul.inbox-pagination {
    float: right;
}
ul.inbox-pagination li {
    float: left;
    list-style: none;
}
.pagination li a {
    color: #32323A;
}
.mail-option {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}
.mail-option .chk-all {
    float: left;
}
.mail-option .chk-all, .mail-option .btn-group {
    margin-right: 5px;
}
.mail-option .chk-all, .mail-option .btn-group a.btn {
    background: none repeat scroll 0 0 #FCFCFC;
    border: 1px solid #E7E7E7;
    color: #AFAFAF;
    display: inline-block;
    padding: 5px 10px;
}
.inbox-pagination a.np-btn {
    background: none repeat scroll 0 0 #FCFCFC;
    border: 1px solid #E7E7E7;
    color: #AFAFAF;
    display: inline-block;
    padding: 5px 15px;
}
.mail-option .chk-all input[type="checkbox"] {
    margin-top: 0;
}
.mail-option .btn-group a.all {
    border: medium none;
    padding: 0;
}
.inbox-pagination a.np-btn {
    margin-left: 5px;
}
.inbox-pagination li span {
    display: inline-block;
    margin-right: 5px;
    margin-top: 7px;
}
.fileinput-button {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #E6E6E6;
}
.inbox-body .modal .modal-body input, .inbox-body .modal .modal-body textarea {
    border: 1px solid #E6E6E6;
    box-shadow: none;
}
.btn-send, .btn-send:hover {
    background: none repeat scroll 0 0 #00A8B3;
    color: #FFFFFF;
}
.btn-send:hover {
    background: none repeat scroll 0 0 #009DA7;
}
.modal-header h4.modal-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
.modal-body label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.compose-mail {
    display: inline-block;
    margin-top: 20px;
    position: relative;
    width: 100%;
}
.compose-mail .compose-options {
    color: #979797;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 7px;
}
.compose-mail input, .compose-mail input:focus {
    border: medium none;
    float: left;
    padding: 0;
    width: 80%;
}
.compose-mail .form-group {
    border: 1px solid #F2F3F6;
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
}
.compose-mail .form-group label {
    float: left;
    line-height: 34px;
    margin-bottom: 0;
    padding-left: 5px;
    width: 8%;
}
.compose-editor input {
    margin-top: 15px;
}
.compose-editor {
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}
.compose-btn {
    float: left;
    margin-top: 6px;
}
.mail-header h4 {
    font-weight: 300;
}
.mail-sender, .attachment-mail {
    border-bottom: 1px solid #EFF2F7;
    border-top: 1px solid #EFF2F7;
    display: inline-block;
    margin: 20px 0;
    padding: 10px 0;
    width: 100%;
}
.mail-sender img {
    border-radius: 3px;
    width: 30px;
}
.mail-sender .date {
    line-height: 30px;
    margin-bottom: 0;
    text-align: right;
}
.view-mail a, .attachment-mail a:hover {
    color: #35BCB5;
}
.attachment-mail a {
    color: #32323A;
}
.attachment-mail ul li {
    float: left;
    margin-right: 15px;
    margin-top: 15px;
    width: 200px;
}
.attachment-mail ul li a.atch-thumb img {
    height: 180px;
    margin-bottom: 10px;
    width: 200px;
}
.attachment-mail ul li a.name span {
    color: #767676;
    float: right;
}
.user-head {
    background: #2b2b2b;
    color: #FFFFFF;
    min-height: 80px;
    padding: 10px;
    margin: -16px -16px 17px;
}
.user-head .inbox-avatar {
    float: left;
    width: 65px;
}
.user-head .inbox-avatar img {
    border-radius: 4px;
}
.user-head .user-name {
    display: inline-block;
    margin: 0 0 0 10px;
}
.title-box {
    width: 100%;
    color: #0563b8;
    border-radius: 4px;
}
.title-box h3 {
    font-size: 20px;
    color: #0563b8;
    text-align: center;
    margin: 0px 0px 20px;
}
.title-box .blue-bg {
    background: #38a4d6;
    color: #fff;
    margin: 10px -15px;
    font-size: 18px;
    padding: 15px;
}
.title_nomargin {
    margin:-15px !important;
    border-radius: 4px;
}
.table-bordered {
    border-radius: 4px;
    border: 2px solid #eee;
}
.form-control {
    border-radius: 3px !important;
}
.title-box .red-bg {
    background: #e03c52;
    color: #fff;
    margin: 10px -15px;
    font-size: 18px;
    padding: 15px;
}
.title-box .orange-bg {
    background: #FF9966;
    color: #fff;
    margin: 10px -15px;
    font-size: 18px;
    padding: 15px;
}
.title-box .gray-bg {
    background: #555555;
    color: #fff;
    margin: 10px -15px;
    font-size: 18px;
    padding: 15px;
}
.title-box .green-bg {
    background: #00a7aa;
    color: #fff;
    margin: 10px -15px;
    font-size: 18px;
    padding: 15px;
}
.title-box .maroon-bg {
    background: #975cc1;
    color: #fff;
    margin: 10px -15px;
    font-size: 18px;
    padding: 15px;
}
.title-box h1 {
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.title-box i {
    font-size: 28px !important;
    color: #FFF;
    float:right;
}
.title-content {
    background-color:#FFF;
    margin-top:30px;
    min-height:39px;
    color:#666;
}
.title-content i {
    font-size: inherit !important;
    color: inherit !important;
    float:none;
}

#news_feed {
    border:1px #EEE solid; padding:7px 8px; overflow-y:scroll; height:79px; font-size:12px;
}

.skin-section .list {
    float: left;
    padding-right: 60px;
}
.skin-section .list li {
    padding-bottom: 15px;
    position: relative;
    list-style:none;
}
.skin-minimal .skin-section .list li {
    padding-left: 38px;
}
.skin-square .skin-section .list li {
    padding-left: 42px;
}
.skin-flat .skin-section .list li, .skin-line .skin-section label {
    padding-left: 40px;
}


.alert {
    margin-bottom:14px;
}
.alert-icon {
    border-radius: 100%;
    display: inline-block;
    height: 40px;
    width: 40px;
}
.alert-icon i {
    color: #FFFFFF;
    display: block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
.notification-info {
    margin-left: 56px;
    margin-top: -40px;
}
.notification-meta {
    margin-bottom: 3px;
}
.notification-info p {
    color: #999999;
    font-size: 12px;
    margin: 0;
}
.alert-info .alert-icon {
    background-color: #99CCE3;
}

.alert-danger {
    border:1px #FCB1AE solid !important;
}
.alert-success {
    border:1px #98D7AD solid !important;
}
.alert-warning {
    border:1px #FFE699 solid !important;
}

.alert-danger .alert-icon {
    background-color: #FCB1AE;
}
.alert-success .alert-icon {
    background-color: #98D7AD;
}
.alert-warning .alert-icon {
    background-color: #FFE699;
}
.notification-sender {
    color: #414147;
}
.notification-time {
    color: #999999;
    font-style: italic;
}
.alert-info .notification-info a {
    color: #45A2C9;
}
.alert-danger .notification-info a {
    color: #FB6F6B;
}
.alert-success .notification-info a {
    color: #42B663;
}
.alert-warning .notification-info a {
    color: #E6CB76;
}
.alert-info.bucket-notification {
    background-color: #EEF7FD;
}
.alert-danger.bucket-notification {
    background-color: #FEF3F2;
}
.alert-success.bucket-notification {
    background-color: #EEF8F8;
}
.alert-warning.bucket-notification {
    background-color: #FFF7E1;
}



.m-bot20{ margin-bottom:20px;}
.m-bot0 { margin-bottom:0px !important;}
.m-top0 { margin-top:0px !important;}
.clear5 {
    clear:both;
    height:5px;
}
.clear10 {
    clear:both;
    height:10px;
}
.clear20 {
    clear:both;
    height:20px;
}
.clear30 {
    clear:both;
    height:30px;
}
.weight {
    font-weight:400;
}
.form-group {
    margin-bottom:5px;
}

/*User interface*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-clearfix {
    min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter:Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-resizable {
    position: relative;
}
.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}
.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}
.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}
.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}
.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}
.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}
.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}
.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    border:1px #CCC solid !important;
}
.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
    width: 2.4em;
}
.ui-button-icons-only {
    width: 3.4em;
}
button.ui-button-icons-only {
    width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}
.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
    padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

/* button sets */
.ui-buttonset {
    margin-right: 7px;
}
.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    outline: 0;
    box-shadow: 0px 0px 20px 0px #999;
    border:0;
}
.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 21px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
    background:#FFF url(images/ui-icons_333333_256x240.png) -96px -129px;
    opacity:1.0 !important;
}
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}
.ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}
.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: none;
}
.ui-menu .ui-menu {
    margin-top: -3px;
    position: absolute;
}
.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
}
.ui-menu .ui-menu-divider {
    margin: 5px -2px 5px -2px;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    min-height: 0; /* support: IE7 */
    font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}

.ui-menu .ui-state-disabled {
    font-weight: normal;
    margin: .4em 0 .2em;
    line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
    cursor: default;
}

/* icon support */
.ui-menu-icons {
    position: relative;
}
.ui-menu-icons .ui-menu-item a {
    position: relative;
    padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    position: static;
    float: right;
}
.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
    background: url("images/animated-overlay.gif");
    height: 100%;
    filter: alpha(opacity=25);
    opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    -webkit-filter: inherit;
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}
.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px;
}
.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}
.ui-spinner-up {
    top: 0;
}
.ui-spinner-down {
    bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
    /* need to fix icons sprite */
    background-position: -65px -16px;
}
.ui-tabs {
    position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: .2em;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom: 0;
    padding: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
    cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}
.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    border:1px #666 solid;
    box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
    border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-size: 13px;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-size: 1em;
}
.ui-widget-content {
    background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #333333;
}
.ui-widget-content a {
    color: #333333;
}
.ui-widget-header {
    border: 1px solid #BBBBBB;
    background: #EEEEEE url(images/ui-bg_highlight-soft_75_EEEEEE_1x100.png) 50% 50% repeat-x;
    color: #333333;
    font-weight: bold;
}
.ui-widget-header a {
    color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #E6E6E6;
    color: #FFF;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #333333;
    text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: #999;
    color: #FFF;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: #333333;
    text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #AAA;
    background: #FFF;
    color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #009900;
    background: #FEE1E1;
    color: #090;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #333;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #C00;
    background: #FEF1EC;
    color: #C00;
    font-weight:bold;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #960001;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #960001;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter:Alpha(Opacity=70);
    font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter:Alpha(Opacity=35);
    background-image: none;
}
.ui-state-disabled .ui-icon {
    filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
    background-position: 16px 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(images/ui-icons_333333_256x240.png);
}
.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_333333_256x240.png);
}
.ui-state-default .ui-icon {
    background-image: url(images/ui-icons_333333_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url(images/ui-icons_333333_256x240.png);
}
.ui-state-active .ui-icon {
    background-image: url(images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_960001_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(images/ui-icons_960001_256x240.png);
}

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px;
}

/* Contacts and Groups */
#group_box, #edit_group_box {
    border:1px #DDD dashed; padding:10px; margin-top:5px;
}
#select_all_contacts {
    border:1px #DDD solid; padding:10px; margin-top:5px;
}
#group_contacts {
    border:1px #DDD solid; padding:10px; margin-top:5px; height:150px; overflow-y:scroll; overflow-x:hidden;
}
.contact_group {
    font-size:12px; cursor:pointer;
}
.group_member_close {
    color:#FFF;
    font-size:16px;
    font-weight:bold;
    margin-left:5px;
}
.group_member_close:hover {
    color:#65BD77;
}
.group_member {
    padding:5px 10px;
    background: none repeat scroll 0 0 #3B934B;
    font-size:12px;
    color:#FFF;
    margin:0 5px 5px 0;
    float:left;
}

label.filebutton {
    width:0px;
    height:0px;
    overflow:hidden;
    position:absolute;
}

label span input {
    z-index: 999;
    line-height: 0;
    font-size: 50px;
    position: absolute;
    top: -2px;
    left: -700px;
    opacity: 0;
    filter: alpha(opacity = 0);
    -ms-filter: "alpha(opacity=0)";
    cursor: pointer;
    _cursor: hand;
    margin: 0;
    padding:0;
}
.redText {
    color:#FF0000;
}
.valign_top {
    vertical-align:top !important;
}
.align_centre {
    text-align:center !important;
}
.small {
    font-size:12px !important;
}
.red {
    color:#C00;
}
.green {
    color:#090;
}
.blue {
    color:#008BA7;
}

/*CALENDAR SCRIPTS*/
.calendar {
    width:100%;
    height:500px;
    float:left;
    margin-right:10px;
    font-size:12px !important;
    font-family:Tahoma, Geneva, sans-serif !important;
}
.backend_calendar {
    line-height: 1em !important;
    width:100%;
    float:left;
    margin-right:10px;
    font-size:12px !important;
    font-family:Tahoma, Geneva, sans-serif !important;
}
.calendar_key {
    width:18px;
    height:18px;
    float:left;
    border-radius:2px;
    margin:0 10px 5px 0;
}
.calendar_key_title {
    float:left;
    font-size:12px;
}
.calendar_pic {
    width:40px;
    height:40px;
    border-radius:20px;
    float:left;
    margin-right:15px;
}
.calendar_head {
    margin-top:5px;
}
.no_margin_top {
    margin-top:0 !important;
}
.control-label {
    padding-top:4px !important;
}
.errorbox2 {
    border:2px #C00 inset !important;
}
.errorbox3 {
    color:#C00 !important;
}

.strikeIt {
    text-decoration:line-through;
    color:#999;
}
.click_label {
    cursor:pointer;
}
.fa-bigger {
    font-size:17px !important;
}
.red {
    color:#C00;
}
.nomargin {
    margin:0 !important;
}
.orange {
    color:#F90 !important;
}
.maroon {
    color:#C00 !important;
}

.expanded_phone_closed {
    display:none;
}

#top_logo {
    width:auto !important;
}
#top_logo2 {
    width:350px;
}


/*BOOTSTRAP DIALOG*/
.bootstrap-dialog .modal-header{
    /* border-top-left-radius:2px;
    border-top-right-radius:2px */
    border-top-left-radius:6px !important;
    border-top-right-radius:6px !important;
    border-bottom: none !important;
}

.bootstrap-dialog .modal-body {
    padding: 20px 20px 20px 20px !important;
}

.bootstrap-dialog .modal-footer {
    border-top: none !important;
    text-align: left !important;
    padding: 0px 30px 15px 30px !important;
}
.bootstrap-dialog .bootstrap-dialog-title{
    /* color:#fff; */
    display:inline-block;
}
.bootstrap-dialog.type-warning .bootstrap-dialog-title{
    /* color:#fff; */
    color: #F8B131 !important;
}

.bootstrap-dialog.type-info .bootstrap-dialog-title{
    color: #0596E4 !important;
}

.bootstrap-dialog.type-default .bootstrap-dialog-title{
    color:#333
}
.bootstrap-dialog .bootstrap-dialog-title{
    font-size:14px;
    font-weight:bold
}
.bootstrap-dialog.size-large .bootstrap-dialog-title{
    font-size:24px
}
.bootstrap-dialog .bootstrap-dialog-close-button{
    float:right;
    filter:alpha(opacity=90);
    -moz-opacity:.9;
    -khtml-opacity:.9;
    opacity:.9;
    font-size:40px !important;
    font-weight:bold;
    color:#FFF;
}
.bootstrap-dialog .bootstrap-dialog-close-button{
    font-size:40px !important;
    font-weight:bold;
    color:#FFF;
}
.bootstrap-dialog.size-large .bootstrap-dialog-close-button{
    font-size:40px !important;
    font-weight:bold;
    color:#FFF;
}
.bootstrap-dialog .bootstrap-dialog-close-button:hover{
    cursor:pointer;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity:1;
    opacity:1
}

.bootstrap-dialog .bootstrap-dialog-header {
    text-align:center; 
}
.bootstrap-dialog .bootstrap-dialog-message{
    font-size:14px
}
.bootstrap-dialog .bootstrap-dialog-message textarea{
    border: 1.5px solid #ccc !important;
}
.bootstrap-dialog.size-large .bootstrap-dialog-message{
    font-size:18px
}
.bootstrap-dialog.type-default .modal-header{
    background-color:#fff
}
.bootstrap-dialog.type-info .modal-header{
    /*background-color:#5bc0de */
    background-color: #D8EDFB !important;
}
.bootstrap-dialog.type-primary .modal-header{
    background-color:#49819A
}
.bootstrap-dialog.type-success .modal-header{
    background-color:#5cb85c
}
.bootstrap-dialog.type-warning .modal-header{
    /* background-color:#f0ad4e */
    background-color: #FDF0D9 !important;
}
.bootstrap-dialog.type-danger .modal-header{
    background-color:#d9534f
}
.bootstrap-dialog .bootstrap-dialog-button-icon{
    margin-right:3px
}

.big-dialog .modal-dialog {
    width: 70% !important;
}
.small-text {
    font-size:13px !important;
}

label.checkbox_label {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
    margin:0 !important;
}
.checkbox_label > input[type='checkbox'] {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0 !important;
    vertical-align: bottom;
    position: relative;
    top: -3px;
    /* 
    *overflow: hidden;
    */
    overflow: hidden;
}

.bluelink {
    color:#499FD5;
}

.click_label {
    cursor: pointer !important;
}
.icheck_label {
    cursor: pointer !important;
    padding-left: 5px;
}

.nomargin {
    margin: 0 !important;
}

.green_text {
    color: #009966 !important;;
}
.grey_text {
    color: #DDDDDD !important;;
}
.red_text {
    color:#CC0000 !important;
}
.yellow_text {
    color: #ffdc6f !important;;
}
.orange_text {
    color: #FF9966 !important;;
}
.blue_text {
    color:#4393D8 !important;
}
.vatbox {
    background-color: #d9edf7;
    width: 30px;
    padding: 3px;
    font-size:10px;
    border:1px #31708f solid;
    text-align: center;
    color:#31708f;
}

.attachment-item {
    position: relative;
  }
  
  .attachment-overlay {
    position: absolute;
    background-color: white;
    display: none;
   }
  
  .attachment-item:hover .attachment-overlay{
     display:block;     
     text-align: center;
     border-radius: 50%;
     height: 20px;
     width: 20px;
  }
