html {
overflow-y: scroll;
background: url("../images/noise.white.png") repeat scroll 0 0 transparent;
}
body {
color: #222;
padding: 0;
}
html, body {
height: 100%
}
/* fix for inputs inline shadow */
input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
-webkit-appearance: none;
-moz-appearance: none;
}
a, button, input {
outline: none !important
}
/* external links */
.external_link {
background: url(../images/external_link.png) no-repeat right center;
padding-right: 12px;
}
/* main headings*/
.heading {
border-bottom: 1px solid #dcdcdc;
margin-bottom: 18px;
padding-bottom: 5px;
}
.heading h1, .heading h2, .heading h3, h1.heading, h2.heading, h3.heading, .modal-header h3 {
font-family: helvetica, arial, sans-serif;
font-weight: normal;
}
.heading .btn {
vertical-align: bottom;
margin-left: 10px;
}
/* fix for .label position */
h1 + .label {
margin: 13px 10px 0 0
}
h2 + .label {
margin: 12px 10px 0 0
}
h3 + .label {
margin: 7px 10px 0 0
}
/* element separation */
.sepH_a {
margin-bottom: 5px
}
.sepH_b {
margin-bottom: 10px
}
.sepH_c {
margin-bottom: 20px
}
.sepV_a {
margin-right: 5px
}
.sepV_b {
margin-right: 10px
}
.sepV_c {
margin-right: 20px
}
.sepH_a_line {
padding-bottom: 6px;
margin-bottom: 18px;
border-bottom: 1px solid #dcdcdc;
}
.sepH_no {
margin-bottom: 0
}
.tac {
text-align: center
}
.line_sep {
border-bottom: 1px solid #dcdcdc;
margin-bottom: 18px;
padding-bottom: 5px;
}
.sml_t {
font-size: 11px
}
.sml {
font-size: 11px;
color: #9d9d9d;
}
.spacer-30px {
width: 100%;
height: 30px;
display: inline-block;
}
.spacer-10px {
width: 100%;
height: 10px;
display: inline-block;
}
/* text-shadow */
.ov_boxes .ov_text, .dshb_icoNav li a, .table th, .fc thead th {
text-shadow: 1px 1px 0 #fff
}
.table thead th.sorting_asc, .table thead th.sorting_desc {
text-shadow: 1px 1px 0 #eee
}
/* Bootstrap adjustments */
[class^="icon-"], [class*=" icon-"] {
margin-top: 0
}
.btn-mini [class^="icon-"], btn-mini [class*=" icon-"] {
margin-top: 1px
}
h1, h2, h3, h4, h5, h6 {
font-family: inherit;
font-weight: 700;
color: inherit;
text-rendering: optimizelegibility;
margin: 0;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
font-weight: 400;
color: #999;
}
h1 {
font-size: 30px;
line-height: 36px;
}
h2 {
font-size: 24px;
line-height: 36px;
}
h3 {
font-size: 18px;
line-height: 27px;
}
h4, h5, h6 {
line-height: 18px
}
h6 {
font-size: 11px;
color: #999;
text-transform: uppercase;
}
h1 small, h2 small {
font-size: 18px
}
h3 small, h4 {
font-size: 14px
}
h4 small, h5 {
font-size: 12px
}
.row-fluid div[class*="span"] {
min-height: 1px
}
form .row-fluid + .row-fluid {
margin-top: 10px !important
}
.main_content .row-fluid + .row-fluid {
margin-top: 30px
}
.nav-pills + .nav-pills {
margin-left: 20px;
padding-left: 10px;
border-left: 1px solid #dcdcdc;
}
.nav-pills {
margin-top: -10px;
display:block;
overflow:hidden;
border:solid 1px #e9e9e9;
background:#fff;
padding:5px;
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5));
background: -webkit-linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
background: -o-linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
background: linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
}
.nav-pills > li {
margin-right: 10px;
}
.nav-pills > li > a {
padding: 5px 8px
}
.navbar-fixed-top, .navbar-fixed-bottom {
z-index: 999
}
.navbar-fixed-top .nav-collapse i {
opacity: 0.8
}
.navbar-fixed-top .nav-collapse li:hover i {
opacity: 1
}
.nav-list > li > a, .dropdown-menu li a {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
}
.navbar-fixed-top .navHover:after {
height: 1px;
width: 100%;
bottom: -1px;
position: absolute;
content: '';
display: block;
}
.navbar .nav > li > a.nav_condensed {
padding-left: 2px;
padding-right: 2px;
}
.label {
cursor: default;
font-size: 11px;
}
.label-important, .badge-error {
background: #C62626
}
.label-success, .badge-success {
background: #70A415
}
.label-warning, .badge-warning {
background: #F5AA1A
}
.label-info, .badge-info {
background: #058DC7
}
.alert .close {
top: 0
}
.alert-block p + p, .alert-block ul + p, .alert-block p + ul {
margin-top: 10px
}
.alert-block h4 + p, .alert-block h4 + ul {
margin-top: 5px
}
.icon-sw {
width: 16px;
height: 16px;
display: inline-block;
background-repeat: no-repeat;
background-position: center center;
}
.well {
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.dropdown-menu li {
padding: 0 5px
}
.dropdown-menu li a {
padding: 3px 20px 3px 8px;
position: relative;
}
.main_content .accordion-heading .accordion-toggle {
background-color: #f5f5f5;
color: #222;
text-decoration: none;
background-image: url(../images/acc_icons.png);
background-position: 98% 12px;
background-repeat: no-repeat;
}
.main_content .accordion-heading .accordion-toggle:hover {
background-color: #e5e5e5
}
.main_content .accordion-heading .acc-in {
background-position: 98% -34px
}
.table-striped tbody tr:nth-child(2n) td, .table-striped tbody tr:nth-child(2n) th {
background: #fff
}
.modal_box {
background: #fff;
padding: 20px;
}
.modal_box form {
background: #fff
}
textarea, input {
outline: none
}
tr.rowlink td {
cursor: pointer
}
tr.rowlink td.nolink {
cursor: auto
}
.table tbody tr.rowlink:hover td {
background-color: #efefef
}
a.rowlink {
font: inherit;
color: inherit;
text-decoration: inherit;
}
.navbar .nav > li > a:focus {
color: #fff
}
/* header */
.navbar .brand {
width: 200px;
padding-bottom: 0;
padding-top: 0;
font: 100 18px/36px helvetica, arial, sans-serif;
text-decoration: none;
color: #fff;
text-shadow: none;
}
.navbar .brand i {
margin-top: 5px
}
.navbar .caret {
opacity: .6;
filter: alpha(opacity=60);
}
.navbar .user_menu {
margin-left: 0
}
.navbar .user_menu .nb_boxes {
margin: 9px 0 0
}
.navbar .user_menu .nb_boxes .label {
background: transparent;
background: rgba(0,0,0,.2);
padding: 3px 4px;
}
.navbar .user_menu .nb_boxes a {
cursor: pointer;
float: left;
margin-right: 8px;
}
.navbar .user_menu .nb_boxes a:last-child {
margin: 0
}
.navbar .user_menu .user_avatar {
margin-right: 6px;
height: 20px;
}
.btn_menu {
display: none
}
/* sidebar scroll */
.antiScroll {
display:inline-block;
position:relative;
overflow:hidden;
}
.antiscroll-scrollbar {
background:rgba(0,0,0,0.5);
-webkit-border-radius:7px;
-moz-border-radius:7px;
border-radius:7px;
-webkit-box-shadow:0 0 1px #fff;
-moz-box-shadow:0 0 1px #fff;
box-shadow:0 0 1px #fff;
position:absolute;
opacity:0;
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
-webkit-transition:linear 300ms opacity;
-moz-transition:linear 300ms opacity;
-o-transition:linear 300ms opacity;
}
.antiscroll-scrollbar-shown {
opacity:1;
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.antiscroll-scrollbar-horizontal {
height:7px;
margin-left:2px;
bottom:2px;
left:0;
}
.antiscroll-scrollbar-vertical {
width:7px;
left:2px;
top:0;
margin:2px 0;
}
.antiscroll-inner {
overflow-y:scroll;
}
.antiScroll,.antiscroll-content,.antiscroll-inner {
width:240px;
}
.antiscroll-inner::-webkit-scrollbar,.antiscroll-inner::scrollbar {
width:0;
height:0;
}
/* main content */
#maincontainer {
background-image: url(../images/main_bg.gif);
background-repeat: repeat-y;
min-height: 100%;
}
#contentwrapper {
float: left;
width: 100%;
}
.main_content {
padding: 64px 30px 30px;
background: #fff;
border-left: 1px solid transparent;
margin-left: 240px;
}
.main_content li {
line-height: 22px
}
/* sidebar */
.sidebar {
margin-left: -100%;
width: 240px;
float: left;
position: relative;
}
.sidebar_sep {
background: #efefef;
clear: both;
float: none;
height: 5px;
border-color: #ccc;
border-style: solid;
border-width: 1px 0;
margin: 14px 0;
}
.sidebar_switch {
text-indent: -10000px;
width: 16px;
position: fixed;
left: 220px;
top: 45px;
height: 14px;
cursor: pointer;
z-index: 100;
display: block;
opacity: .5;
}
.on_switch {
background: url(../images/sidebar_switch.png) no-repeat 0 -19px
}
.off_switch {
background: url(../images/sidebar_switch.png) no-repeat 0 -1px
}
.sidebar_inner form {
padding: 14px 0 9px 15px
}
.sidebar_inner form input {
margin: 0
}
.sidebar_hidden .sidebar {
display: none
}
.sidebar_hidden .sidebar_switch {
left: 4px
}
.sidebar_hidden .main_content {
margin: 0;
border-left: none;
}
.sidebar_hidden {
background: #fff
}
.sidebar_hidden #maincontainer {
background: #fff
}
.sidebar_info {
width: 180px;
position: relative;
left: 30px;
bottom: 10px;
}
.sidebar_info ul {
padding: 5px 10px;
margin: 0;
font-size: 11px;
background: #fafafa;
border: 1px solid #e5e5e5;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
border-radius: 6px;
}
.sidebar_info ul li {
line-height: 26px;
overflow: hidden;
border-bottom: 1px dashed #ccc;
}
.sidebar_info ul li:last-child {
border: none
}
.sidebar_info .act {
float: right
}
.sidebar .accordion {
border-top: 1px solid #ccc;
margin-bottom: 20px;
margin-right: 1px;
}
.sidebar .accordion-heading {
text-shadow: 1px 1px 0 #efefef;
background: #e0e0e0;
-webkit-box-shadow: inset 0px 1px 0px 0px #ececec;
box-shadow: inset 0px 1px 0px 0px #ececec;
}
.sidebar .accordion-heading a:hover {
background-color: #cfcfcf
}
.sidebar .accordion-group {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
margin-bottom: 0;
border-color: #ccc;
border-style: solid;
border-width: 0 0 1px;
}
.sidebar .accordion-group a {
color: #222;
text-decoration: none!important;
}
.sidebar .accordion-group .active a {
color: #fff
}
.sidebar .accordion-group .accordion-heading a {
color: #222
}
.sidebar .accordion-inner {
border-top: 1px solid #ccc;
background: #fafafa;
}
.sidebar .accordion-group .btn {
color: #fff;
}
.sdb_h_active a {
background: url("../images/bullet_green.png") no-repeat 98% center
}
/* error pages */
.error_page {
background: #eee
}
.error_page, .error_page body, .error_page .error_box {
height: 100%
}
.error_page h1 {
font-family: 'Jockey One', sans-serif;
font-size: 52px;
line-height: 1.1;
text-transform: uppercase;
color: #067ead;
text-shadow: 2px 2px 0px rgba(255,255,255,.5), 4px 4px 0px rgba(0,0,0,.1);
margin-bottom: 10px;
padding: 40px 0 0 300px;
}
.error_page p {
color: inherit;
font-size: 16px;
line-height: 24px;
font-weight: 200;
margin-left: 300px;
}
.error_page .back_link {
margin-left: 300px
}
.error_page .error_box {
padding: 0;
width: 72%;
margin: 0 auto;
}
.sidebar_filters {
padding: 30px 30px 20px
}
.sidebar_filters h3 {
font-size: 13px;
color: #067EAD;
}
.sidebar_filters .filter_items {
padding: 5px 10px 10px;
margin-bottom: 10px;
border-bottom: 1px dashed #ccc;
}
/* forms */
.formRow:last-child input, .formRow:last-child textarea, .formRow:last-child select, .uneditable-input {
margin-bottom: 0
}
.formRow small {
display: block;
font-size: 11px;
color: #999;
line-height: 14px;
}
.formSep {
margin-bottom: 12px;
padding-bottom: 12px;
border-bottom: 1px dashed #dcdcdc;
}
.stacked select, .stacked input[type="text"], .stacked textarea {
display: block
}
.help-inline, .help-block {
font-size: 11px;
margin: -4px 0 0 2px;
}
.form-horizontal .help-block {
margin-top: 2px
}
.form-horizontal .control-group {
margin-bottom: 14px
}
.form-horizontal .control-label.error {
color: #B94A48;
font-weight: bold;
}
input.focused {
border-color: rgba(82,168,236,.8);
-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
outline: 0;
z-index: 2;
position: relative;
}
.input-prepend .input-xlarge {
width: 243px
}
.f_warning > label, .f_warning .help-block, .f_warning .help-inline {
color: #c09853
}
.f_warning input, .f_warning select, .f_warning textarea {
color: #c09853;
border-color: #c09853;
}
.f_warning input:focus, .f_warning select:focus, .f_warning textarea:focus {
-webkit-box-shadow: 0 0 6px #dbc59e;
-moz-box-shadow: 0 0 6px #dbc59e;
box-shadow: 0 0 6px #dbc59e;
border-color: #a47e3c;
}
.f_warning .input-prepend .add-on, .f_warning .input-append .add-on {
color: #c09853;
background-color: #fcf8e3;
border-color: #c09853;
}
.f_error input, .f_error select, .f_error textarea {
color: #b94a48;
border-color: #b94a48;
}
.f_error input:focus, .f_error select:focus, .f_error textarea:focus {
-webkit-box-shadow: 0 0 6px #d59392;
-moz-box-shadow: 0 0 6px #d59392;
box-shadow: 0 0 6px #d59392;
border-color: #953b39;
}
.f_error .input-prepend .add-on, .f_error .input-append .add-on {
color: #b94a48;
background-color: #f2dede;
border-color: #b94a48;
}
.f_error label.error, .f_error .errorMessage {
display: block;
font-size: 11px;
font-weight: 700;
color: #C62626;
}
.f_error .errorMessage {
font-weight: normal;
margin-top: -5px;
}
input[type="text"] + label.error, input[type="password"] + label.error, select + label.error, textarea + label.error {
margin-top: -6px
}
.f_error label.radio + label.error, .f_error label.checkbox + label.error {
margin-top: 5px
}
.input-prepend.f_error label.error, .input_append.f_error label.error {
margin-top: 4px
}
.control-group.f_error label.error {
margin-top: 2px
}
.f_success > label, .f_success .help-block, .f_success .help-inline {
color: #468847
}
.f_success input, .f_success select, .f_success textarea {
color: #468847;
border-color: #468847;
}
.f_success input:focus, .f_success select:focus, .f_success textarea:focus {
-webkit-box-shadow: 0 0 6px #7aba7b;
-moz-box-shadow: 0 0 6px #7aba7b;
box-shadow: 0 0 6px #7aba7b;
border-color: #356635;
}
.f_success .input-prepend .add-on, .f_success .input-append .add-on {
color: #468847;
background-color: #dff0d8;
border-color: #468847;
}
.ui-tooltip label {
margin-bottom: 0
}
legend {
font-size: 15px;
line-height: 15px;
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 0px;
font-weight: bold;
color: #0088CC;
width: auto;
display: inline;
}
.radio.inline, .checkbox.inline {
margin-left: 0 !important;
margin-right: 10px;
}
.f_req, span.required {
font-size: 13px;
color: #ff0000;
font-family: helvetica, arial, sans-serif;
}
.form-horizontal .controls.text_line {
line-height: 30px
}
.row-fluid input[class*="span"], .row-fluid textarea[class*="span"], .row-fluid select[class*="span"] {
display: inline-block
}
.row-fluid input[class*="span"] + input[class*="span"], .row-fluid textarea[class*="span"] + textarea[class*="span"], .row-fluid select[class*="span"] + select[class*="span"] {
display: block
}
textarea {
resize: none
}
.errorSummary ul {
margin: 0;
list-style: none;
}
.errorMessage {
color: #b94a48;
font-weight: bold;
}
input.error, select.error, textarea.error {
color: #b94a48;
border-color: #b94a48;
}
input:focus.error, select:focus.error, textarea:focus.error {
-webkit-box-shadow: 0 0 6px #d59392;
-moz-box-shadow: 0 0 6px #d59392;
box-shadow: 0 0 6px #d59392;
border-color: #953b39;
}
/* file upload */
.btn.btn-file {
overflow: hidden;
position: relative;
vertical-align: middle;
}
.btn.btn-file > input[type=file] {
width: 100%;
position: absolute;
left: 0;
top: 0;
opacity: 0;
cursor: pointer;
}
.fileupload {
margin-bottom: 9px
}
.fileupload .uneditable-input {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
height: 28px !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.fileupload .thumbnail {
overflow: hidden;
display: inline-block;
margin-bottom: 5px;
vertical-align: middle;
text-align: center;
}
.fileupload .thumbnail > img {
display: block;
vertical-align: middle;
max-height: 100%;
}
.fileupload .btn {
vertical-align: middle
}
.fileupload-exists .fileupload-new, .fileupload-new .fileupload-exists {
display: none
}
.fileupload-inline .fileupload-controls {
display: inline
}
.fileupload-new .input-append .btn-file {
-webkit-border-radius: 0 3px 3px 0;
-moz-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
}
.fileupload .fileupload-preview {
vertical-align: middle
}
.fileupload .close.fileupload-exists {
vertical-align: middle
}
/* multiselect 2-col */
#multi_search {
width: 148px;
margin: 4px;
}
.ms-container {
margin-bottom: 10px
}
.ms-container .ms-optgroup li.ms-elem-selectable {
padding-left: 20px
}
.ms-container h4 {
font-size: 14px;
font-weight: 100;
padding: 4px 6px;
background: #efefef;
border-bottom: 1px solid #ccc;
-webkit-border-radius: 4px 4px 0px 0px;
border-radius: 4px 4px 0px 0px;
}
.ms-container #multi_search + .ms-list {
height: 196px
}
#sForm_deselect {
margin: 2px;
display: block;
}
/* input spinner */
.ui-spinner button {
height: 14px;
position: absolute;
background: none;
border: none;
width: 18px;
padding: 0;
background: url(../images/spinner_arrows.gif) no-repeat 0 -100px;
cursor: pointer;
}
.ui-spinner .ui-spinner-up {
top: 0;
right: 0;
background-position: 0 0;
}
.ui-spinner .ui-spinner-down {
top: 14px;
right: 0;
background-position: 0 -14px;
}
.ui-spinner .ui-spinner-up:hover {
background-position: -18px 0
}
.ui-spinner .ui-spinner-down:hover {
background-position: -18px -14px
}
.ui-spinner input, .ui-spinner input:focus {
display: block !important;
margin: 0 !important;
padding: 0;
min-height: 28px !important;
height: 28px !important;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.ui-spinner ul {
margin: 0
}
.ui-spinner li {
line-height: 28px
}
.ui-spinner {
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
position: relative;
margin-bottom: 10px;
font-size: 13px;
height: 28px;
line-height: 28px;
color: #555;
background-color: #fff;
border: 1px solid #ccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
overflow: hidden;
padding: 0 24px 0 8px;
}
.ui-spinner .ui-spinner-box {
background: none;
border: none !important;
}
/* ul list styles */
.list_a, .list_b, .list_c, .list_d {
margin-left: 0;
list-style: none;
}
.list_a li {
background: url(../images/bullet_blue.png) no-repeat 3px 4px;
padding-left: 25px;
}
.list_b li {
background: url(../images/bullet_green.png) no-repeat 3px 4px;
padding-left: 25px;
}
.list_c li {
background: url(../images/bullet_orange.png) no-repeat 3px 4px;
padding-left: 25px;
}
.list_d li {
background: url(../images/bullet_red.png) no-repeat 3px 4px;
padding-left: 25px;
}
/* actions links */
.act {
background: inherit;
border: none;
display: inline;
color: #555;
font-weight: 700;
-webkit-transition: text-shadow .1s linear;
-moz-transition: text-shadow .1s linear;
-ms-transition: text-shadow .1s linear;
-o-transition: text-shadow .1s linear;
transition: text-shadow .1s linear;
padding: 0;
}
a.act:hover {
color: #333;
text-decoration: none;
text-shadow: 1px 1px 3px rgba(85,85,85,0.5);
}
.act-primary {
color: #006dcc
}
a.act-primary:hover {
color: #04c;
text-shadow: 1px 1px 3px rgba(0,109,204,0.5);
}
.act-info {
color: #49afcd
}
a.act-info:hover {
color: #2f96b4;
text-shadow: 1px 1px 3px rgba(75,175,206,0.5);
}
.act-success {
color: #70A415
}
a.act-success:hover {
color: #468847;
text-shadow: 1px 1px 3px rgba(81,164,81,0.5);
}
.act-warning {
color: #F5AA1A
}
a.act-warning:hover {
color: #f89406;
text-shadow: 1px 1px 3px rgba(192,152,84,0.5);
}
.act-danger {
color: #C62626
}
a.act-danger:hover {
color: #bd362f;
text-shadow: 1px 1px 3px rgba(185,72,70,0.5);
}
.act.disabled, .act[disabled] {
color: #AAA;
cursor: not-allowed;
}
a.act.disabled:hover, .act[disabled]:hover {
color: #AAA;
text-shadow: none;
}
.form-actions .act {
line-height: 30px
}
/* tabs */
.tabbable-bordered {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.tabbable-bordered > .nav-tabs {
margin: 0
}
.tabbable-bordered .tab-content {
border-color: #ddd;
border-style: solid;
border-width: 0;
overflow: auto;
padding: 18px 0 0;
}
.tabbable-bordered > .tab-content {
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
border-width: 0 1px 1px;
padding: 20px 20px 10px;
}
.iconNav_left {
text-align: left
}
.iconNav_right {
text-align: right
}
/* overview boxes (+small charts) */
.ov_boxes {
list-style: none;
display: inline-block;
margin: 0 0 -20px;
text-align: center;
}
.ov_boxes li {
-webkit-box-shadow: inset 0px 1px 0px 0px #fff;
box-shadow: inset 0px 1px 0px 0px #fff;
line-height: 18px;
background: #f9f9f9;
background: -moz-linear-gradient(top, #f9f9f9 0%, #ededed 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#ededed));
background: -webkit-linear-gradient(top, #f9f9f9 0%,#ededed 100%);
background: -o-linear-gradient(top, #f9f9f9 0%,#ededed 100%);
background: -ms-linear-gradient(top, #f9f9f9 0%,#ededed 100%);
background: linear-gradient(top, #f9f9f9 0%,#ededed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ededed',GradientType=0 );
border: 1px solid #e2e2e2;
display: inline-block;
margin: 0 10px 10px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
padding: 0 10px;
}
.ov_boxes .p_canvas {
margin-right: 12px;
float: left;
border-right: 1px solid #dcdcdc;
-webkit-box-shadow: 1px 0 0 0 #fff;
-moz-box-shadow: 1px 0 0 0 #fff;
box-shadow: 1px 0 0 0 #fff;
padding: 10px 14px 6px 4px;
}
.ov_boxes .ov_text {
text-align: left;
width: 300px;
font-size: 12px;
float: left;
padding: 9px 10px 7px 0;
}
.ov_boxes .ov_text strong {
font-size: 16px;
display: block;
}
.p_canvas {
width: 50px
}
/* widgets */
.w-box {
-webkit-box-shadow: 0px 1px 2px 0px #efefef;
box-shadow: 0px 1px 2px 0px #efefef;
}
.w-box + .w-box {
margin-top: 20px
}
.w-box-header {
height: 32px;
line-height: 32px;
border: 1px solid #ddd;
padding: 0 10px;
background: #fbfbfb;
background: -moz-linear-gradient(top, #fbfbfb 0%, #f1f1f1 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f1f1f1));
background: -webkit-linear-gradient(top, #fbfbfb 0%,#f1f1f1 100%);
background: -o-linear-gradient(top, #fbfbfb 0%,#f1f1f1 100%);
background: -ms-linear-gradient(top, #fbfbfb 0%,#f1f1f1 100%);
background: linear-gradient(top, #fbfbfb 0%,#f1f1f1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f1f1f1',GradientType=0 );
font-weight: 700;
color: #666;
font-size: 11px;
}
.w-box-header .btn-group {
margin-top: 5px;
line-height: 1;
}
.w-box-header .dropdown-menu {
font-size: 12px;
left: auto;
right: 0;
}
.w-box-header input {
padding: 2px;
margin: -2px 0 0;
}
.w-box-content {
border: 1px solid #ddd;
border-top: none;
}
.w-box-content.cnt_a {
padding: 10px;
background: #F2F2F2;
}
.w-box-content table, .w-box-content pre {
margin-bottom: 0
}
.w-box-content pre {
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
-ms-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
border: none;
}
.w-box-content .no-th tr:first-child td {
border-top: none
}
.w-box-content .nav-tabs {
border-bottom: none;
position: relative;
top: -28px;
margin-bottom: -18px;
}
.w-box-content .nav-tabs {
float: right;
clear: both;
}
.w-box-content .nav-tabs > li > a {
padding: 4px 6px;
font-size: 11px;
}
.w-box-content .nav-tabs > li.active > a {
background: #fff !important
}
.w-box-content .nav-tabs > li > a:hover {
border-color: #ddd #ddd transparent;
background: transparent;
}
.w-box-content .tab-content {
clear: both
}
.w-box-content .tab-pane {
padding: 0 10px 10px
}
.w-box-footer {
border: 1px solid #ddd;
padding: 8px 10px;
background: #fdfdfd;
border-top: none;
}
.w-box-footer .pagination {
margin: 0;
font-size: 11px;
height: 22px;
}
.w-box-footer .pagination a {
line-height: 20px
}
.page-toolbar {
background: #f5f8fa;
border: 1px solid #ddd;
padding: 4px;
margin-bottom: 15px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
}
/* chat */
.chat_box select {
margin: 0
}
.chat_box .chat_content {
border: 1px solid #ddd;
-webkit-border-radius: 6px;
border-radius: 6px;
}
.chat_box .chat_message {
margin-bottom: 10px
}
.chat_box .chat_editor_box {
margin: 10px;
border: 1px solid #ddd;
-webkit-border-radius: 6px;
border-radius: 6px;
min-height: 40px;
}
.chat_box .chat_editor_heading {
height: 20px;
line-height: 20px;
padding: 2px 8px 0;
}
.chat_box .chat_editor_box textarea {
border: none;
margin: 0;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 0px 0px 6px 6px;
border-radius: 0px 0px 6px 6px;
}
.chat_box .chat_editor_box .send_btns {
margin: 5px
}
.chat_box .chat_heading {
-webkit-box-shadow: inset 0px 1px 0px 0px #fefefe;
box-shadow: inset 0px 1px 0px 0px #fefefe;
font-size: 12px;
font-weight: 700;
color: #444;
padding: 6px 12px;
font-size: 13px;
height: 21px;
line-height: 22px;
background: #f4f4f4;
border-bottom: 1px solid #ddd;
-webkit-border-radius: 6px 6px 0px 0px;
border-radius: 6px 6px 0px 0px;
}
.chat_box .chat_heading .chat_close {
opacity: .8;
cursor: pointer;
}
.chat_box .msg_window {
height: 300px;
overflow-y: auto;
margin: 5px 10px;
}
.chat_box .chat_msg {
margin: 10px 5px
}
.chat_box .chat_msg .chat_msg_heading {
font-size: 11px;
padding: 0 5px;
}
.chat_box .chat_msg .chat_msg_body {
padding: 4px 8px;
border: 1px solid #ddd;
background: #fafafa;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
border-radius: 6px;
}
.chat_box .chat_msg .chat_msg_date {
float: right
}
.chat_box .chat_msg .chat_user_name {
color: #CC333F;
font-weight: 700;
}
.chat_box .chat_msg p {
margin: 0
}
.chat_box .chat_sidebar {
border: 1px solid #ddd;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
border-radius: 6px;
}
.chat_box .chat_sidebar .chat_user_list {
margin: 0
}
.chat_box .chat_sidebar .chat_user_list li {
list-style: none;
border-bottom: 1px solid #e6e6e6;
overflow: hidden;
}
.chat_box .chat_sidebar .chat_user_list li:last-child {
border: none
}
.chat_box .chat_sidebar .chat_user_list li input {
float: left;
margin: 15px 0 0 6px;
}
.chat_box .chat_sidebar .chat_user_list li a {
display: block;
margin-left: 16px;
padding: 5px 20px 5px 12px;
line-height: 32px;
}
.chat_box .chat_sidebar .chat_user_list li a:hover {
text-decoration: none
}
.chat_box .chat_sidebar .chat_user_list li img {
vertical-align: top;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
margin-right: 5px;
border: 1px solid #ddd;
}
.chat_box .chat_sidebar .chat_user_list li.online a {
background: url(../images/bullet_green.png) no-repeat 98% center
}
.chat_box .chat_sidebar .chat_user_list li.offline a {
background: url(../images/bullet_red.png) no-repeat 98% center;
cursor: default;
}
.chat_box .chat_sidebar .chat_user_list li.active {
background-color: #ffffef
}
.chat_box .chat_sidebar .chat_user_list li a span {
color: #888;
font-size: 11px;
}
/* sortable elements */
.ui-sortable-placeholder {
border: 2px dashed #aaa;
background: transparent;
visibility: visible !important;
height: 50px !important;
margin-bottom: 20px;
}
.ui-sortable-helper {
z-index: 2100 !important
}
.ui-sortable-placeholder * {
visibility: hidden
}
.ui-sortable {
min-height: 40px !important
}
.ui-sortable .w-box-header {
cursor: move
}
.sort-disabled .w-box-header {
cursor: default
}
.sort_ph {
background: #f8f8f8
}
/* jquery 1.8, bootstrap 2.1 */
body {
font-size: 13px;
line-height: 18px;
}
h1, h2, h3, h4, h5, h6 {
margin: 0
}
h3 {
line-height: 27px;
font-size: 18px;
}
label, input, button, select, textarea, select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, .btn {
font-size: 13px
}
.navbar .nav > li > a {
text-shadow: none;
padding: 9px 10px 11px;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
background: none;
color: #fff;
}
.navbar .nav li.dropdown .dropdown-toggle .caret, .navbar .nav li.dropdown.open .caret, .navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
border-bottom-color: #fff;
border-top-color: #fff;
}
.nav .dropdown-toggle:hover .caret {
opacity: 1;
filter: alpha(opacity=100);
}
/* página de mensajes y errores */
.message_page, .error_page {
background:#eee
}
.message_page, .message_page body, .message_page .message_box,
.error_page, .error_page body, .error_page .error_box {
height:100%
}
.message_page h1, .message_page h2, .message_page h3, .message_page h4,
.error_page h1, .error_page h2, .error_page h3, .error_page h4{
font-family: helvetica, arial, sans-serif;
line-height:1.1;
color: #067ead;
text-shadow: 2px 2px 0px rgba(255,255,255,.5), 4px 4px 0px rgba(0,0,0,.1);
margin-bottom:10px;
padding:40px 0 0 300px;
}
.message_page h1,
.error_page h1 {
font-size: 52px;
}
.message_page h2,
.error_page h2 {
font-size: 46px;
}
.message_page h3,
.error_page h3 {
font-size: 40px;
}
.message_page h4,
.error_page h4 {
font-size: 32px;
}
.message_page p,
.error_page p {
color:inherit;
font-size:16px;
line-height:24px;
font-weight:200;
margin-left:300px;
}
.message_page .back_link,
.error_page .back_link {
margin-left:300px;
}
.message_page .message_box,
.error_page .error_box {
padding:0;
width:72%;
margin: 0 auto;
}
/* paginación */
.pagination ul > li > div > a,.pagination ul > li > div > span {
float:left;
padding:0 14px;
line-height:38px;
text-decoration:none;
background-color:#ffffff;
border:1px solid #dddddd;
border-left-width:0;
}
.pagination ul > li > div > a:hover,.pagination ul > .active > div > a,.pagination ul > .active > div > span {
background-color:#f5f5f5;
}
.pagination ul > .active > div > a,.pagination ul > .active > div > span {
color:#999999;
cursor:default;
}
.pagination ul > .disabled > div > span,.pagination ul > .disabled > div > a,.pagination ul > .disabled > div > a:hover {
color:#999999;
cursor:default;
background-color:transparent;
}
.pagination ul > li:first-child > div > a,.pagination ul > li:first-child > div > span {
border-left-width:1px;
-webkit-border-radius:3px 0 0 3px;
-moz-border-radius:3px 0 0 3px;
border-radius:3px 0 0 3px;
}
.pagination ul > li:last-child > div > a,.pagination ul > li:last-child > div > span {
-webkit-border-radius:0 3px 3px 0;
-moz-border-radius:0 3px 3px 0;
border-radius:0 3px 3px 0;
}
.pagination {
height:26px;
}
.pagination a.active {
background-color:#f5f5f5;
}
.pagination a.active {
color:#999;
cursor:default;
}
.pagination ul > li > a,.pagination ul > li > span,.pagination ul > li > div > a,.pagination ul > li > div > span {
line-height:24px;
padding:0 10px;
}
.pagination ul > li > div.page {
display:inline;
}
.pager a {
-webkit-border-radius:6px;
-moz-border-radius:6px;
-ms-border-radius:6px;
border-radius:6px;
padding:4px 12px;
}
/* para la lista de agentes */
.user_list {
list-style: none;
margin: 0;
}
.user_list li {
padding: 0 8px 8px;
margin-bottom: 8px;
border-bottom: 1px dashed #dcdcdc;
line-height: normal;
}
.user_list small, .user_list small a {
font-size: 11px;
color: #8a8a8a;
}
.user_list .span1 {
margin-left: 0;
margin-right: 2.5641%;
width: 7.98291%;
}
/* Ventanas modales */
.modal {
border: 4px solid rgba(0, 0, 0, 0.5);
}
.modal-header {
background: #e4e4e4;
border-color: #d4d4d4;
padding: 5px 15px;
}
.modal-header .close {
margin-top: 5px
}
.modal-body {
padding: 20px 15px
}
.modal-footer {
padding: 7px 15px 8px
}
.modal-backdrop, .modal-backdrop.fade.in {
opacity: .6;
background: #fff;
}
/* Multiselect */
.ms-container {
background: transparent;
}
.ms-container .ms-selectable, .ms-container .ms-selection {
width: 100%;
}
.ms-container .ms-selectable {
margin-right: 0;
padding-bottom: 25px;
margin-bottom: 5px;
background: transparent url('../images/switch.png') no-repeat bottom center;
}
.ms-container ul.ms-list {
width: 100%;
display: block;
}