﻿.widget-box {
    -webkit-box-shadow: none;
    border: 1px solid #CCC;
    box-shadow: none;
    margin: 3px 0;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .widget-box {
        margin-bottom: 7px;
        margin-top: 7px;
    }
}

.widget-header {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    background: #f7f7f7;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
    background-repeat: repeat-x;
    border-bottom: 1px solid #DDD;
    box-sizing: content-box;
    color: #669fc7;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
    min-height: 38px;
    padding-left: 12px;
    position: relative;
}

.widget-header:before,
.widget-header:after {
    content: "";
    display: table;
    line-height: 0;
}

.widget-header:after { clear: right; }

.widget-box.collapsed > .widget-header { border-bottom-width: 0; }

.collapsed.fullscreen > .widget-header { border-bottom-width: 1px; }

.collapsed > .widget-body { display: none; }

.widget-header-flat {
    background: #F7F7F7;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.widget-header-large {
    min-height: 49px;
    padding-left: 18px;
}

.widget-header-small {
    min-height: 31px;
    padding-left: 10px;
}

.widget-header > .widget-title {
    display: inline;
    line-height: 36px;
    margin: 0;
    padding: 0;
}

.widget-header > .widget-title > .ace-icon {
    display: inline-block;
    font-weight: normal;
    margin-right: 5px;
}

.widget-header-large > .widget-title { line-height: 48px; }

.widget-header-small > .widget-title { line-height: 30px; }

.widget-toolbar {
    display: inline-block;
    float: right;
    line-height: 37px;
    padding: 0 10px;
    position: relative;
}

.widget-header-large > .widget-toolbar { line-height: 48px; }

.widget-header-small > .widget-toolbar { line-height: 29px; }

.widget-toolbar.no-padding { padding: 0; }

.widget-toolbar.padding-5 { padding: 0 5px; }

.widget-toolbar:before {
    border: 1px solid #D9D9D9;
    border-width: 0 1px 0 0;
    bottom: 3px;
    content: "";
    display: inline-block;
    left: -1px;
    position: absolute;
    top: 3px;
}

.widget-header-large > .widget-toolbar:before {
    bottom: 6px;
    top: 6px;
}

[class*="widget-color-"] > .widget-header > .widget-toolbar:before { border-color: #EEE; }

.widget-color-orange > .widget-header > .widget-toolbar:before { border-color: #FEA; }

.widget-color-dark > .widget-header > .widget-toolbar:before {
    border-color: #222;
    box-shadow: -1px 0 0 rgba(255, 255, 255, 0.2), inset 1px 0 0 rgba(255, 255, 255, 0.1);
}

.widget-toolbar.no-border:before { display: none; }

.widget-toolbar label {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.widget-toolbar > a,
.widget-toolbar > .widget-menu > a {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    margin: 0 1px;
    padding: 0;
}

.widget-toolbar > a:hover,
.widget-toolbar > .widget-menu > a:hover { text-decoration: none; }

.widget-header-large > .widget-toolbar > a,
.widget-header-large > .widget-toolbar > .widget-menu > a {
    font-size: 15px;
    margin: 0 1px;
}

.widget-toolbar > .btn {
    line-height: 27px;
    margin-top: -2px;
}

.widget-toolbar > .btn.smaller { line-height: 26px; }

.widget-toolbar > .btn.bigger { line-height: 28px; }

.widget-toolbar > .btn-sm { line-height: 24px; }

.widget-toolbar > .btn-sm.smaller { line-height: 23px; }

.widget-toolbar > .btn-sm.bigger { line-height: 25px; }

.widget-toolbar > .btn-xs { line-height: 22px; }

.widget-toolbar > .btn-xs.smaller { line-height: 21px; }

.widget-toolbar > .btn-xs.bigger { line-height: 23px; }

.widget-toolbar > .btn-minier { line-height: 18px; }

.widget-toolbar > .btn-minier.smaller { line-height: 17px; }

.widget-toolbar > .btn-minier.bigger { line-height: 19px; }

.widget-toolbar > .btn-lg { line-height: 36px; }

.widget-toolbar > .btn-lg.smaller { line-height: 34px; }

.widget-toolbar > .btn-lg.bigger { line-height: 38px; }

.widget-toolbar-dark { background: #444; }

.widget-toolbar-light { background: rgba(255, 255, 255, 0.85); }

.widget-toolbar > .widget-menu {
    display: inline-block;
    position: relative;
}

.widget-toolbar > a[data-action],
.widget-toolbar > .widget-menu > a[data-action] {
    -o-transition: transform 0.1s;
    -webkit-transition: transform 0.1s;
    transition: transform 0.1s;
}

.widget-toolbar > a[data-action] > .ace-icon,
.widget-toolbar > .widget-menu > a[data-action] > .ace-icon { margin-right: 0; }

.widget-toolbar > a[data-action]:focus,
.widget-toolbar > .widget-menu > a[data-action]:focus {
    outline: none;
    text-decoration: none;
}

.widget-toolbar > a[data-action]:hover,
.widget-toolbar > .widget-menu > a[data-action]:hover {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.widget-body { background-color: #FFF; }

.widget-main { padding: 12px; }

.widget-main.padding-32 { padding: 32px; }

.widget-main.padding-30 { padding: 30px; }

.widget-main.padding-28 { padding: 28px; }

.widget-main.padding-26 { padding: 26px; }

.widget-main.padding-24 { padding: 24px; }

.widget-main.padding-22 { padding: 22px; }

.widget-main.padding-20 { padding: 20px; }

.widget-main.padding-18 { padding: 18px; }

.widget-main.padding-16 { padding: 16px; }

.widget-main.padding-14 { padding: 14px; }

.widget-main.padding-12 { padding: 12px; }

.widget-main.padding-10 { padding: 10px; }

.widget-main.padding-8 { padding: 8px; }

.widget-main.padding-6 { padding: 6px; }

.widget-main.padding-4 { padding: 4px; }

.widget-main.padding-2 { padding: 2px; }

.widget-main.padding-0 { padding: 0px; }

.widget-main.no-padding { padding: 0; }

.widget-toolbar .progress {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

.widget-toolbar > .dropdown,
.widget-toolbar > .dropup { display: inline-block; }

.widget-box > .widget-header > .widget-toolbar > [data-action="settings"],
.widget-color-dark > .widget-header > .widget-toolbar > [data-action="settings"],
.widget-box > .widget-header > .widget-toolbar > .widget-menu > [data-action="settings"],
.widget-color-dark > .widget-header > .widget-toolbar > .widget-menu > [data-action="settings"] { color: #99CADB; }

.widget-box > .widget-header > .widget-toolbar > [data-action="reload"],
.widget-color-dark > .widget-header > .widget-toolbar > [data-action="reload"],
.widget-box > .widget-header > .widget-toolbar > .widget-menu > [data-action="reload"],
.widget-color-dark > .widget-header > .widget-toolbar > .widget-menu > [data-action="reload"] { color: #ACD392; }

.widget-box > .widget-header > .widget-toolbar > [data-action="collapse"],
.widget-color-dark > .widget-header > .widget-toolbar > [data-action="collapse"],
.widget-box > .widget-header > .widget-toolbar > .widget-menu > [data-action="collapse"],
.widget-color-dark > .widget-header > .widget-toolbar > .widget-menu > [data-action="collapse"] { color: #AAA; }

.widget-box > .widget-header > .widget-toolbar > [data-action="close"],
.widget-color-dark > .widget-header > .widget-toolbar > [data-action="close"],
.widget-box > .widget-header > .widget-toolbar > .widget-menu > [data-action="close"],
.widget-color-dark > .widget-header > .widget-toolbar > .widget-menu > [data-action="close"] { color: #E09E96; }

.widget-box[class*="widget-color-"] > .widget-header {
    color: #FFF;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.widget-color-blue { border-color: #307ecc; }

.widget-color-blue > .widget-header {
    background: #307ecc;
    border-color: #307ecc;
}

.widget-color-blue2 { border-color: #5090c1; }

.widget-color-blue2 > .widget-header {
    background: #5090c1;
    border-color: #5090c1;
}

.widget-color-blue3 { border-color: #6379aa; }

.widget-color-blue3 > .widget-header {
    background: #6379aa;
    border-color: #6379aa;
}

.widget-color-green { border-color: #82af6f; }

.widget-color-green > .widget-header {
    background: #82af6f;
    border-color: #82af6f;
}

.widget-color-green2 { border-color: #2e8965; }

.widget-color-green2 > .widget-header {
    background: #2e8965;
    border-color: #2e8965;
}

.widget-color-green3 { border-color: #4ebc30; }

.widget-color-green3 > .widget-header {
    background: #4ebc30;
    border-color: #4ebc30;
}

.widget-color-red { border-color: #e2755f; }

.widget-color-red > .widget-header {
    background: #e2755f;
    border-color: #e2755f;
}

.widget-color-red2 { border-color: #e04141; }

.widget-color-red2 > .widget-header {
    background: #e04141;
    border-color: #e04141;
}

.widget-color-red3 { border-color: #d15b47; }

.widget-color-red3 > .widget-header {
    background: #d15b47;
    border-color: #d15b47;
}

.widget-color-purple { border-color: #7e6eb0; }

.widget-color-purple > .widget-header {
    background: #7e6eb0;
    border-color: #7e6eb0;
}

.widget-color-pink { border-color: #ce6f9e; }

.widget-color-pink > .widget-header {
    background: #ce6f9e;
    border-color: #ce6f9e;
}

.widget-color-orange { border-color: #e8b10d; }

.widget-color-orange > .widget-header {
    background: #ffc657;
    border-color: #e8b10d;
    color: #855d10 !important;
}

.widget-color-dark { border-color: #5a5a5a; }

.widget-color-dark > .widget-header {
    background: #404040;
    border-color: #666666;
}

.widget-color-grey { border-color: #9e9e9e; }

.widget-color-grey > .widget-header {
    background: #848484;
    border-color: #aaaaaa;
}

.widget-box.transparent { border-width: 0; }

.widget-box.transparent > .widget-header {
    background: none;
    border-bottom: 1px solid #DCE8F1;
    border-width: 0;
    color: #4383B4;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    padding-left: 3px;
}

.widget-box.transparent > .widget-header-large { padding-left: 5px; }

.widget-box.transparent > .widget-header-small { padding-left: 1px; }

.widget-box.transparent > .widget-body {
    background-color: transparent;
    border-width: 0;
}

[class*="widget-color-"] > .widget-header > .widget-toolbar > [data-action],
[class*="widget-color-"] > .widget-header > .widget-toolbar > .widget-menu > [data-action] { text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); }

[class*="widget-color-"] > .widget-header > .widget-toolbar > [data-action="settings"],
[class*="widget-color-"] > .widget-header > .widget-toolbar > .widget-menu > [data-action="settings"] { color: #D3E4ED; }

[class*="widget-color-"] > .widget-header > .widget-toolbar > [data-action="reload"],
[class*="widget-color-"] > .widget-header > .widget-toolbar > .widget-menu > [data-action="reload"] { color: #DEEAD3; }

[class*="widget-color-"] > .widget-header > .widget-toolbar > [data-action="collapse"],
[class*="widget-color-"] > .widget-header > .widget-toolbar > .widget-menu > [data-action="collapse"] { color: #E2E2E2; }

[class*="widget-color-"] > .widget-header > .widget-toolbar > [data-action="close"],
[class*="widget-color-"] > .widget-header > .widget-toolbar > .widget-menu > [data-action="close"] { color: #FFD9D5; }

.widget-color-orange > .widget-header > .widget-toolbar > [data-action],
.widget-color-orange > .widget-header > .widget-toolbar > .widget-menu > [data-action] { text-shadow: none; }

.widget-color-orange > .widget-header > .widget-toolbar > [data-action="settings"],
.widget-color-orange > .widget-header > .widget-toolbar > .widget-menu > [data-action="settings"] { color: #559AAB; }

.widget-color-orange > .widget-header > .widget-toolbar > [data-action="reload"],
.widget-color-orange > .widget-header > .widget-toolbar > .widget-menu > [data-action="reload"] { color: #7CA362; }

.widget-color-orange > .widget-header > .widget-toolbar > [data-action="collapse"],
.widget-color-orange > .widget-header > .widget-toolbar > .widget-menu > [data-action="collapse"] { color: #777; }

.widget-color-orange > .widget-header > .widget-toolbar > [data-action="close"],
.widget-color-orange > .widget-header > .widget-toolbar > .widget-menu > [data-action="close"] { color: #A05656; }

.widget-box.light-border[class*="widget-color-"]:not(.fullscreen) { border-width: 0; }

.widget-box.light-border[class*="widget-color-"]:not(.fullscreen) > .widget-header {
    border: 1px solid;
    border-color: inherit;
}

.widget-box.light-border[class*="widget-color-"]:not(.fullscreen) > .widget-body {
    border: 1px solid;
    border-color: #D6D6D6;
    border-width: 0 1px 1px;
}

.widget-box.no-border { border-width: 0; }

.widget-box.fullscreen {
    background-color: #FFF;
    border-width: 3px;
    bottom: 0;
    left: 0;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040 !important;
}

.widget-box.fullscreen:not([class*="widget-color-"]) { border-color: #AAA; }

.widget-body .table { border-top: 1px solid #E5E5E5; }

.widget-body .table thead:first-child tr { background: #FFF; }

[class*="widget-color-"] > .widget-body .table thead:first-child tr {
    background: #f2f2f2;
    background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #ececec 100%);
    background-image: -o-linear-gradient(top, #f8f8f8 0%, #ececec 100%);
    background-image: linear-gradient(to bottom, #f8f8f8 0%, #ececec 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffececec', GradientType=0);
}

.widget-body .table.table-bordered thead:first-child > tr { border-top-width: 0; }

.widget-main.no-padding .table {
    border-width: 0;
    margin-bottom: 0;
}

.widget-main.no-padding .table-bordered th:first-child,
.widget-main.no-padding .table-bordered td:first-child { border-left-width: 0; }

.transparent > .widget-body .widget-main .table-bordered > thead > tr > th:last-child,
.widget-main.no-padding .table-bordered > thead > tr > th:last-child,
.transparent > .widget-body .widget-main .table-bordered > tbody > tr > td:last-child,
.widget-main.no-padding .table-bordered > tbody > tr > td:last-child,
.transparent > .widget-body .widget-main .table-bordered > tfoot > tr > td:last-child,
.widget-main.no-padding .table-bordered > tfoot > tr > td:last-child { border-right-width: 0 !important; }

.transparent > .widget-body .widget-main .table-bordered > tbody > tr:last-child > td,
.widget-main.no-padding .table-bordered > tbody > tr:last-child > td { border-bottom-width: 0 !important; }

.table-bordered > thead.thin-border-bottom > tr > th,
.table-bordered > thead.thin-border-bottom > tr > td { border-bottom-width: 1px; }

.widget-body .alert:last-child { margin-bottom: 0; }

.widget-main .tab-content { border-width: 0; }

.widget-toolbar > .nav-tabs {
    border-bottom-width: 0;
    margin-bottom: 0;
    margin-top: 3px !important;
    top: auto;
}

.widget-toolbar > .nav-tabs > li { margin-bottom: auto; }

.widget-toolbar > .nav-tabs > li > a {
    box-shadow: none;
    margin-top: 1px;
    position: relative;
    top: 1px;
}

.widget-toolbar > .nav-tabs > li:not(.active) > a {
    background-color: transparent;
    border-color: transparent;
}

.widget-toolbar > .nav-tabs > li:not(.active) > a:hover { background-color: transparent; }

.widget-toolbar > .nav-tabs > li.active > a {
    background-color: #FFF;
    border-bottom-color: transparent;
    box-shadow: none;
    margin-top: auto;
}

.widget-header-small > .widget-toolbar > .nav-tabs > li > a {
    line-height: 16px;
    padding-bottom: 6px;
    padding-top: 6px;
}

.widget-header-small > .widget-toolbar > .nav-tabs > li.active > a { border-top-width: 2px; }

.widget-header-large > .widget-toolbar > .nav-tabs > li > a {
    line-height: 22px;
    margin-top: 4px;
    padding-bottom: 9px;
    padding-top: 9px;
}

.widget-header-large > .widget-toolbar > .nav-tabs > li.active > a { margin-top: 3px; }

[class*="widget-color-"] > .widget-header > .widget-toolbar > .nav-tabs > li > a {
    background-color: transparent;
    border-color: transparent;
    color: #FFF;
    margin-right: 1px;
}

[class*="widget-color-"] > .widget-header > .widget-toolbar > .nav-tabs > li > a:hover {
    background-color: #FFF;
    border-top-color: #FFF;
    color: #555;
}

[class*="widget-color-"] > .widget-header > .widget-toolbar > .nav-tabs > li.active > a {
    background-color: #FFF;
    border-top-width: 1px;
    color: #555;
    margin-top: 0;
}

.widget-toolbar > .nav-tabs .widget-color-orange > .widget-header > li > a { color: #855D10; }

.transparent > .widget-header > .widget-toolbar > .nav-tabs > li > a {
    background-color: transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    color: #555;
}

.transparent > .widget-header > .widget-toolbar > .nav-tabs > li.active > a {
    background-color: #FFF;
    border-left: 1px solid #C5D0DC;
    border-right: 1px solid #C5D0DC;
    border-top-color: #4C8FBD;
    box-shadow: none;
}

.widget-toolbox { background-color: #EEE; }

.widget-toolbox:first-child {
    border-bottom: 1px solid #CCC;
    padding: 2px;
}

.widget-toolbox:last-child {
    border-top: 1px solid #CCC;
    padding: 2px;
}

.transparent > .widget-body > .widget-toolbox:last-child {
    border: none;
    border-top: 1px solid #CCC;
}

.widget-toolbox > .btn-toolbar {
    margin: 0 !important;
    padding: 0;
}

.widget-toolbox.center { text-align: center; }

.widget-toolbox.toolbox-vertical {
    border-bottom-width: 0;
    border-right: 1px solid #D9D9D9;
    display: table-cell;
    padding: 6px 4px;
    vertical-align: top;
    width: 1px;
}

.widget-toolbox.toolbox-vertical + .widget-main {
    display: table-cell;
    vertical-align: top;
}

.widget-toolbox.padding-16 { padding: 16px; }

.widget-toolbox.padding-14 { padding: 14px; }

.widget-toolbox.padding-12 { padding: 12px; }

.widget-toolbox.padding-10 { padding: 10px; }

.widget-toolbox.padding-8 { padding: 8px; }

.widget-toolbox.padding-6 { padding: 6px; }

.widget-toolbox.padding-4 { padding: 4px; }

.widget-toolbox.padding-2 { padding: 2px; }

.widget-toolbox.padding-0 { padding: 0px; }

.widget-box-overlay {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: -1px;
    left: -1px;
    min-height: 100%;
    position: absolute;
    right: -1px;
    text-align: center;
    top: -1px;
    z-index: 999;
}

.widget-box-overlay > .loading-icon {
    left: 0;
    position: relative;
    right: 0;
    text-align: center;
    top: 20%;
}

.widget-box.collapsed .widget-box-overlay > .loading-icon { top: 10%; }

.widget-box-overlay > .loading-icon.icon-spin {
    -moz-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
}

.widget-main > form { margin-bottom: 0; }

.widget-main > form .input-append,
.widget-main > form .input-prepend { margin-bottom: 0; }

.widget-main.no-padding > form > fieldset,
.widget-main.padding-0 > form > fieldset { padding: 16px; }

.widget-main.no-padding > form > fieldset + .form-actions,
.widget-main.padding-0 > form > fieldset + .form-actions { padding: 10px 0 12px; }

.widget-main.no-padding > form > .form-actions,
.widget-main.padding-0 > form > .form-actions {
    margin: 0;
    padding: 10px 12px 12px;
}

.widget-placeholder { border: 2px dashed #D9D9D9; }