/*
vars
*/
/*
mixins
*/
/*

bootstrap select fix

*/


.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
    max-width: 240px;
}

.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) .btn {
    border-color: #e8e8e8;
    margin: 0;
    color: #888;
}

.bootstrap-select > .btn {
    padding-right: 30px !important;
}

.bootstrap-select > .btn:hover {
    text-decoration: none !important;
}

.bootstrap-select ul.nav {
    padding-left: 0;
}

.bootstrap-select.btn-group .btn .caret {
    border: none;
    width: 17px;
    height: 17px;
    margin-top: -5px;
    right: 7px;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    color: #32b0d9;
}

.bootstrap-select.btn-group .btn .caret:before {
    content: "\e114";
}

table td span.actions-select {
    width: 100px !important;
    margin-top: -5px;
    margin-bottom: 0 !important;
}

table td span.actions-select a {
    margin-left: 0;
}

/*

datepicker ix

*/
form.form .input-daterange {
    width: 100%;
    font-size: 11px;
}

form.form .input-daterange label {
    display: inline-block;
    text-transform: uppercase;
    color: #333;
}

form.form .input-daterange .form-group {
    margin-left: 20px;
}

form.form .input-daterange input.form-control {
    display: inline-block;
    width: 115px;
    color: #888;
    font-size: 11px;
    text-align: left;
}

form.form .input-daterange input.cal {
    background: #fff url("../img/cal.png") no-repeat 93px center;
}

form.form .input-daterange .bootstrap-select {
    width: 140px !important;
}

/*

toooltip
*/
.tooltip .tooltip-inner {
    background-color: #f7f7f7;
    color: #888;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    padding: 7px 15px;
}

.tooltip .tooltip-arrow {
    border-top-color: #ddd !important;
}

/*

sticky footer

*/
html,
body {
    height: 100%;
}

#wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -80px;
    padding: 0 0 80px;
}

#footer {
    background-color: #f5f5f5;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    #footer {
        height: 70px;
    }
}

#footer .navbar-brand {
    padding: 0;
    height: inherit;
}

/* sticky footer end */
/*
styles
*/
.default-font, body, .box h3, .btn, .btn:focus, div.jqi .jqititle, div.jqi .jqimessage {
    font: 12px/12px Tahoma, arial, sans-serif;
}

body {
    background: #ddd url("../img/bg.jpg");;
    color: #595959;
}

a:focus {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#account-info {
    /*margin-top: 10px;*/
}

#account-info .navbar-text {
    color: #fff;
}

#account-info .btn {
    padding: 6px 20px;
    margin-left: 10px;
}

#account-info .btn:first-of-type {
    margin-left: 30px;
}

#header .heading-navbar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background: #666;
    margin-bottom: 0;
    border: none;
    /*height: 120px;*/
}

#header #subheader {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background: #32b0d9;
    border: none;
    margin: 0;
    padding: 15px 0 16px;
}

#header #subheader ul.nav li > a {
    color: #fff;
    text-transform: uppercase;
    padding: 5px 20px;
    /*-webkit-border-radius: 3px;*/
    /*-moz-border-radius: 3px;*/
    /*-ms-border-radius: 3px;*/
    /*border-radius: 3px;*/
}

#header #subheader ul.nav li > a:hover {
    background-color: #5dc1e1;
}

#header #subheader ul.nav li.active a {
    background-color: #fff;
    color: #000;
    position: relative;
}

/*#header #subheader ul.nav li.active a:after {*/
    /*content: "";*/
    /*position: absolute;*/
    /*display: block;*/
    /*top: 100%;*/
    /*left: 50%;*/
    /*width: 1;*/
    /*margin-left: -2px;*/
    /*border: 5px solid transparent;*/
    /*border-top: 5px solid #fff;*/
    /*border-bottom: none;*/
/*}*/

#breadcrumb-container {
    background: #fff;
}

.breadcrumb {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background: none;
    margin: 0;
}

.breadcrumb li {
    padding: 3px;
    display: inline-block;
}

.breadcrumb li + li {
    margin-left: 0;
    padding-left: 0;
}

.breadcrumb li + li:before {
    content: ">";
    margin: 0;
    padding: 0;
    color: #888;
}

.breadcrumb li > a, .breadcrumb li > .active {
    color: #888;
    padding: 5px 4px;
    font-size: 11px;
    padding-right: 0;
}

#content-header {
    background: #fff;
    padding: 25px 20px 25px;
}

#content-header h1 {
    font-size: 24px;
    line-height: 24px;
    margin: 0;
}

#content-header .btn, .btn-add {
    background-color: #f27521;
    margin-left: 5px;
}

#content-header .btn.btn-primary {
    background-color: #32b0d9;
    border-color: #32b0d9;
}

.btn.btn-cms-grey {
    background-color: #808080;
    border-color: white;
}


.box-heading {
    background-color: #32b0d9;
    font-size: 18px;
    line-height: 1em;
    color: #fff;
    padding: 15px 20px;
    /*-webkit-border-radius: 3px 3px 0 0;*/
    /*-moz-border-radius: 3px 3px 0 0;*/
    /*-ms-border-radius: 3px 3px 0 0;*/
    /*border-radius: 3px 3px 0 0;*/
}

.box {
    background: #fff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07);
    margin-bottom: 40px;
}

.box .box-body {
    padding: 20px;
    color: #888;
}

.box h3 {
    text-transform: uppercase;
    margin: 0;
    padding: 12px 20px 10px;
    color: #fff;
    font-weight: bold;
    background: #595959;
    line-height: 28px;
}

.box h3 a {
    margin-left: 5px;
}

.box h4 {
    margin-bottom: 35px;
    font-size: 17px;
    color: #595959;
}

@media (min-width: 992px) {
    .box .box-body, .box h3 {
        padding-left: 35px;
        padding-right: 15px;
    }
}

.box.inset {
    margin-left: 40px;
}

.box.inset h3 {
    margin-left: -40px;
}

.box.middle-box {
    margin-top: 60px;
}

/*

front boxes

*/
#front-boxes {
    margin-top: 50px;
    margin-bottom: 50px;
}

@media (min-width: 992px) {
    #front-boxes {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}

#front-boxes .box {
    margin-bottom: 20px;
    text-align: center;
}

#front-boxes .box a {
    display: block;
    padding-top: 35px;
}

@media (min-width: 1200px) {
    #front-boxes .box a {
        padding-top: 50px;
    }
}

#front-boxes .box a:hover {
    text-decoration: none;
}

#front-boxes .box a:hover .descr {
    background-color: #5dc1e1;
}

#front-boxes .box .descr {
    margin-top: 35px;
    background-color: #32b0d9;
    padding: 20px 3px;
    color: #fff;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    #front-boxes .descr {
        margin-top: 50px;
    }
}

/*

form

*/
form.form label {
    color: #333;
    font-weight: normal;
}

form.form .form-actions {
    margin-top: 30px;
}

form.form .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    height: 28px;
    border-color: #e8e8e8;
    padding: 3px 12px;
}

form.form input[type="text"], form.form input[type="email"], form.form input[type="password"], form.form input[type="number"] {
    box-shadow: none;
    -moz-box-shadow: none;
    max-width: 240px;
}

form.form .form-group.has-pretty-child .icon {
    vertical-align: initial;
    margin-bottom: 5px;
}

form.form.navbar-form {
    margin-left: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

form.form.navbar-form input {
    width: 130px;
    height: 30px;
    border-color: #5dc1e1;
}

/* columns */
@media (min-width: 768px) {
    .col-sm-6.left-col {
        border-right: 1px solid #e8e8e8;
    }

    .col-sm-6.right-col {
        margin-left: -1px;
        border-left: 1px solid #e8e8e8;
        padding-left: 35px;
    }
}

.btn, .btn:focus {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    padding: 4px 20px;
}

.btn:hover, .btn:focus:hover {
    color: #fff;
    text-decoration: underline;
}

.btn.btn-green, .btn:focus.btn-green {
    background-color: #32b0d9;
}

.btn.btn-orange, .btn:focus.btn-orange {
    background-color: #f27521;
}

.btn.btn-light, .btn:focus.btn-light {
    background-color: #ddd;
    color: #000;
}

.btn.btn-grey, .btn:focus.btn-grey {
    background-color: #595959;
}

.btn.arrow, .btn:focus.arrow {
    position: relative;
}

.btn.arrow:after, .btn:focus.arrow:after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -12px;
    border: 6px solid transparent;
    border-top: 6px solid #f27521;
    left: 50%;
    margin-left: -4px;
}

.btn.btn-primary.arrow:after, .btn:focus.btn-primary.arrow:after {
    border-top-color: #32b0d9;
}

#center > h1 {
    font-size: 22px;
    font-weight: normal;
    margin: 20px 20px 20px;
}

@media (min-width: 992px) {
    #center > h1 {
        font-size: 26px;
        margin: 35px 20px 35px;
    }
}

/*

icons

*/
.icon {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background: url("../img/sprites.png") no-repeat;
}

.icon.icon-info {
    background-position: 0 0;
    margin-right: 5px;
}

.icon.icon-i {
    background-position: -43px 0;
    margin-right: 5px;
    width: 19px;
    height: 17px;
}

.icon.icon-edit {
    background-position: -2px -24px;
    width: 12px;
    height: 12px;
}

.icon.icon-delete {
    background-position: -18px -25px;
    width: 12px;
    height: 12px;
}

.icon.icon-alert {
    background-position: 0 -38px;
    width: 31px;
    height: 30px;
}

/*.icon-in {*/
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    /*width: 17px;*/
    /*height: 17px;*/
    /*background: url("../img/ico-in.png") no-repeat;*/
/*}*/

/*.icon-out {*/
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    /*width: 17px;*/
    /*height: 17px;*/
    /*background: url("../img/ico-out.png") no-repeat;*/
/*}*/

/*.icon-zew {*/
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    /*width: 17px;*/
    /*height: 17px;*/
    /*background: url("../img/ico-zew.png") no-repeat;*/
/*}*/

/*.icon-wew {*/
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    /*width: 17px;*/
    /*height: 17px;*/
    /*background: url("../img/ico-wew.png") no-repeat;*/
/*}*/

/*

footer

*/
#footer {
    background: #fff;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.03);
}

#footer .nav {
    padding: 16px 0;
}

#footer .nav li > a {
    padding: 0 20px;
    color: #333;
}

#footer .nav li > a:hover {
    background-color: transparent;
    text-decoration: underline;
}

#footer .nav li + li a {
    border-left: 1px solid #eee;
}

/* filters */
.filters {
    margin-top: 20px;
    margin-bottom: 10px;
}

.filters .btn {
    margin-bottom: 10px;
    margin-left: 5px;
}

.filters .form-group {
    margin-bottom: 5px !important;
}

/*

table

*/
table.table .glyphicon {
    color: #32b0d9;
    font-size: 12px;
}

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

table.table thead th {
    background-color: #444;
    color: #fff;
    padding: 16px 10px 16px;
    text-transform: uppercase;
    border-bottom: none;
}

table.table thead.color th {
    background-color: #32b0d9;
}

table.table.bordered th + th {
    border-left: 1px solid #666;
}

table.table.table-bordered tbody td {
    border-collapse: inherit;
}

table.table tbody td {
    color: #888;
    padding: 10px;
    background-color: #f2f2f2;
    border-top: none !important;
}

table.table.bordered td + td {
    border-left: 1px solid #e2e2e2;
}

table.table tbody > tr:nth-child(odd) > td {
    background-color: #fff;
}

table.table.bordered tbody > tr:nth-child(odd) > td + td {
    border-left-color: #eaeaea;
}

table.table td.text-right {
    text-align: right;
    padding-right: 20px;
}

table.table td.text-left {
    text-align: left;
    padding-left: 20px;
}

table.table td a {
    color: #888;
    text-transform: uppercase;
    font-size: 11px;
    padding: 5px;
}

table.table td .dropdown {
    text-align: left;
}

/*

alert

*/
.box.alert {
    padding: 0;
    position: relative;
    color: #888;
}

.box.alert .box-body {
    padding: 20px;
    padding-left: 60px;
}

.box.alert .icon-alert {
    position: absolute;
    top: 15px;
    left: 16px;
}

/*

prompt

*/
div.jqi {
    padding: 0;
    border: none;
}

div.jqi .jqiclose {
    background: #32b0d9;
    color: #fff;
    text-align: center;
    right: 15px;
    top: 15px;
    font-weight: bold;
    font-size: 16px;
    width: 20px;
    height: 20px;
    line-height: 19px;
}

div.jqi .jqititle {
    text-transform: uppercase;
    background: #595959;
    color: #fff;
    margin: 0;
    padding: 15px 20px 15px;
    color: #fff;
    font-weight: bold;
    background: #595959;
    line-height: 20px;
    margin-bottom: 20px;
}

div.jqi .jqimessage {
    color: #595959;
    font-size: 13px;
    padding: 30px;
    text-align: center;
}

div.jqi .jqibuttons {
    margin: 20px 30px 0px;
    border: none;
    background: none;
    border-top: 1px solid #eee;
    text-align: center;
    padding: 20px 0;
}

div.jqi .jqibuttons button {
    border: none;
    color: #000;
    background: #ddd;
    padding: 4px 15px;
    font-size: 11px;
    font-weight: normal;
}

div.jqi .jqibuttons button:focus {
    color: inherit;
}

div.jqi .jqibuttons button:hover {
    background-color: #eee;
    color: #222;
}

div.jqi .jqibuttons button + button {
    margin-left: 10px;
}

.loading-anim {
    margin: 70px auto 40px;
    width: 43px;
    display: block;
}

#help-badge {
    position: fixed;
    top: 240px;
    right: 0px;
    padding: 15px 15px;
    border: 1px solid #000;
    background: #333;
    color: #fff;
    z-index: 3;
}

#help-badge a {
    color: #fff;
}

#footer .logo {
    padding: 5px 0;
    float: right;
}

/*
player
*/
.audio-play {
    position: relative;
}

.audio-play .jp-play, .audio-play .jp-pause {
    cursor: pointer;
    padding-left: 20px;
}

.audio-play .jp-play:before,
.audio-play .jp-pause:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 19px;
    display: block;
    background: url("../img/sprites.png") no-repeat -33px -19px;
}

.audio-play .jp-pause:before {
    background-position: -49px -19px;
}

/*
validation
*/
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
    color: #c09853;
}

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
    color: #c09853;
    border-color: #c09853;
}

.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: 0 0 6px #dbc59e;
    -moz-box-shadow: 0 0 6px #dbc59e;
    box-shadow: 0 0 6px #dbc59e;
}

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853;
}

.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
    color: #b94a48;
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    color: #b94a48;
    border-color: #b94a48;
}

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
    border-color: #953b39;
    -webkit-box-shadow: 0 0 6px #d59392;
    -moz-box-shadow: 0 0 6px #d59392;
    box-shadow: 0 0 6px #d59392;
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48;
}

.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
    color: #468847;
}

.control-group.success input,
.control-group.success select,
.control-group.success textarea {
    color: #468847;
    border-color: #468847;
}

.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
    border-color: #356635;
    -webkit-box-shadow: 0 0 6px #7aba7b;
    -moz-box-shadow: 0 0 6px #7aba7b;
    box-shadow: 0 0 6px #7aba7b;
}

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847;
}

input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
    color: #b94a48;
    border-color: #ee5f5b;
}

input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7;
}

.control-group .controls .help-block {
    display: none;
}

.dnd {
    list-style: none;
    padding: 0;
}

.dnd .handle {
    cursor: move;
}

.dnd .prettycheckbox {
    vertical-align: middle;
}

.dnd li.placeholder {
    position: relative;
    height: 30px;
    background: #efe;
}

.dnd li.placeholder:before {
    position: absolute;
    content: "";
    display: block;
    widtH: 9px;
    height: 9px;
    border: 5px solid transparent;
    border-left-color: #f00;
    top: 50%;
    margin-top: -5px;
}

.dnd .dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}

.dnd.columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

/**
fullscreen
*/
.fullscreen {
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
}

.fullscreen iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.fullscreen .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 38px;
    margin: 0;
    color: #fff;
    background: #000;
}

/* tree */
#tree .rect {
    fill: #5dc1e1;
    stroke: 5px #5dc1e1;
}

#tree .digit-text {
    font-size: 18px;
    fill: #fff;
}

#tree .type-text {
    font-size: 12px;
    fill: #fff;
    font-weight: normal;
}

#tree .edit-icon {
    cursor: pointer;
}

.col-sm-6.right-img {
    margin-left: -1px;
    /*border-left: 1px solid #e8e8e8;*/
    padding-left: 80px;
}

.ivr-form h4 {
    margin: 10px 0 5px;
}

.ivr-form .form-group {
    clear: both;
    padding: 8px 0;
    margin: 0 !important;
}

form.form .digit {
    background: #32b0d9;
    position: relative;
    padding: 5px 15px 15px;
    margin-bottom: 25px;
}

form.form .digit h4 {
    color: #fff;
    font-weight: bold;
    border-bottom: 3px solid #fff;
    float: left;
    margin: 0 1px 4px;
    padding: 4px 0;
}

form.form .digit .bootstrap-select {
    margin-bottom: 0 !important;
}

form.form .digit label {
    color: #fff;
}

form.form .digit input[type=file] {
    color: #fff;
}

form.form .digit .edit-link {
    background-color: #fff;
    padding: 7px 10px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.8;
}

form.form .digit .edit-link:hover {
    opacity: 1;
}

/*
autocomplete
*/
#search-input.loading {
    background: #fff url("../img/loading.gif") no-repeat center right;
}

#search-form {
    margin-top: 1px;
}

#search-form .twitter-typeahead {
    line-height: 30px;
}

#search-input {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
}

#search-submit {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    border: none;
    background: #32b0d9;
    position: relative;
    left: -4px;
}

#search-submit:hover {
    background: #5dc1e1;
}

.tt-dropdown-menu {
    background: #fff;
    border: 1px solid #32b0d9;
    left: auto !important;
    right: 0 !important;
}

.tt-dropdown-menu .tt-suggestions {
    width: 200px;
}

.tt-dropdown-menu .tt-suggestion {
    border-bottom: 1px solid #eee;
}

.tt-dropdown-menu .tt-suggestion:last-child {
    border: none;
}

.tt-dropdown-menu .item {
    height: 60px;
    display: block;
    padding: 2px;
}

.tt-dropdown-menu .item .image {
    float: left;
    margin-right: 10px;
    height: 50px;
    width: 50px;
    padding: 8px;
    text-align: center;
}

.tt-dropdown-menu .item .image img {
    max-height: 100%;
}

.tt-dropdown-menu .item:hover {
    background-color: #32b0d9;
    color: #fff;
    text-decoration: none;
}

.red-text {
    color: #f44 !important;
}


.green-text {
    color: #3b3 !important;
}

.orange-text {
    color: #f27521 !important;
}

.blue-text {
    color: #32b0d9;
}

.box-list,
.results-list ul {
    list-style: none;
    padding-left: 30px;
}

.box-list .info,
.results-list ul .info {
    background-color: #fff;
    padding: 13px 15px;
    margin-top: 1px;

    /* Old browsers */
    /*background: -moz-linear-gradient(top, #f8f8f8 0%, #ffffff 25%);*/
    /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(25%, #ffffff));*/
    /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, #f8f8f8 0%, #ffffff 25%);*/
    /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, #f8f8f8 0%, #ffffff 25%);*/
    /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, #f8f8f8 0%, #ffffff 25%);*/
    /* IE10+ */
    /*background: linear-gradient(to bottom, #f8f8f8 0%, #ffffff 25%);*/
    /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);*/
    /* IE6-9 */
}

.box-list .info.odd,
.results-list ul .info.odd {
    background-color: #f4f4f4;
}

.box-list .info .label,
.results-list ul .info .label {
    font-weight: normal;
    color: #888;
    font-size: 12px;
}

.box-list .info .label strong,
.results-list ul .info .label strong {
    color: #333;
}

.box-list .info .label b,
.results-list ul .info .label b {
    font-weight: normal;
    color: #333;
}

.box-list .actions,
.results-list ul .actions {
    float: right;
}

.box-list .actions a, .box-list .actions span.type,
.results-list ul .actions a,
.results-list ul .actions span.type {
    padding: 4px 14px;
    color: #888;
    font-size: 10px;
    margin-left: 5px;
    text-transform: uppercase;
    letter-spacing: -.01em;
}

.box-list .actions a .glyphicon, .box-list .actions span.type .glyphicon,
.results-list ul .actions a .glyphicon,
.results-list ul .actions span.type .glyphicon {
    font-size: 12px;
    color: #32b0d9;
}

.box-list .actions a:hover, .box-list .actions span.type:hover,
.results-list ul .actions a:hover,
.results-list ul .actions span.type:hover {
    text-decoration: none;
    color: #555555;
}

.box-list .actions .bootstrap-select,
.results-list ul .actions .bootstrap-select {
    margin-bottom: 0;
}

.box-list .display-toggle .expand-text,
.results-list ul .display-toggle .expand-text {
    display: none;
}

.box-list .display-toggle .collapse-text,
.results-list ul .display-toggle .collapse-text {
    display: inline;
}

.box-list li.collapsed .display-toggle .expand-text,
.results-list ul li.collapsed .display-toggle .expand-text {
    display: inline;
}

.box-list li.collapsed .display-toggle .collapse-text,
.results-list ul li.collapsed .display-toggle .collapse-text {
    display: none;
}

.box-list li.no-children .display-toggle,
.results-list ul li.no-children .display-toggle {
    opacity: 0.6;
    cursor: default !important;
}

.box-list li.no-children .display-toggle:hover,
.results-list ul li.no-children .display-toggle:hover {
    text-decoration: none;
}

.box-list .comment-toggle,
.results-list ul .comment-toggle {
    border: 1px solid #fff;
}

.box-list .comment-block,
.results-list ul .comment-block {
    background: #fff;
    display: none;
    clear: both;
    padding: 25px 40px;
}

.box-list li.comment-expanded > .info .comment-toggle,
.results-list ul li.comment-expanded > .info .comment-toggle {
    background: #fff;
    padding-bottom: 11px;
    padding-top: 10px;
    /*-webkit-border-radius: 3px;*/
    /*-moz-border-radius: 3px;*/
    /*-ms-border-radius: 3px;*/
    /*border-radius: 3px;*/
    border: 1px solid #eee;
    border-bottom: 1px solid #fff;
}

.box-list li.comment-expanded .comment-block,
.results-list ul li.comment-expanded .comment-block {
    border-top: 1px solid #eee;
}

.box-list .comment-toggle .expand-text,
.results-list ul .comment-toggle .expand-text {
    display: none;
}

.box-list .comment-toggle .collapse-text,
.results-list ul .comment-toggle .collapse-text {
    display: inline;
}

.box-list li.comment-expanded > .info .comment-toggle .expand-text,
.results-list ul li.comment-expanded > .info .comment-toggle .expand-text {
    display: inline;
}

.box-list li.comment-expanded > .info .comment-toggle .collapse-text,
.results-list ul li.comment-expanded > .info .comment-toggle .collapse-text {
    display: none;
}

.box-list .bootstrap-select,
.results-list ul .bootstrap-select {
    width: inherit !important;
    margin-top: -2px;
}

.box-list .bootstrap-select .btn,
.results-list ul .bootstrap-select .btn {
    padding-top: 1px;
    padding-bottom: 1px;
}

ul.definitions {
    margin-top: 3em;
    list-style: none;
    padding: 0;
    border-top: 1px solid #e8e8e8;
}

ul.definitions li {
    border-bottom: 1px solid #e8e8e8;
    padding: 12px 15px 8px;
}

ul.definitions label {
    font-weight: normal;
    color: #333;
    display: inline-block;
    width: 50%;
}

.form-actions {
    padding: 1.5em;
    margin-left: -15px;
    margin-right: -15px;
}

.form-actions.bordered {
    border-top: 1px solid #e8e8e8;
}

.form-actions .btn {
    font-weight: bold;
}

.form-horizontal .form-inline .form-group {
    margin-left: 0;
    margin-right: 20px;
}

.form-horizontal .form-inline .form-group.nomargin {
    margin-right: 0px;
}

input.datepicker {
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background: #fff url("../img/cal.png") no-repeat 104px center;
    width: 130px;
}

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

.box-list li {
    padding: 10px 20px;
}

.box-list li:nth-child(2n) {
    background: #f4f4f4;
}

.box-list .info {
    padding: 0;
    background: transparent;
}

.box-list .actions {
    float: right;
}

.gallery {
    list-style: none;
    padding: 0;
}

.gallery .handle {
    cursor: move;
}

.gallery li.placeholder {
    position: relative;
    height: 150px;
    background: #32b0d9;
    opacity: 0.3;
}

.gallery .dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
    margin-top: -100px;
    margin-left: -120px;
}

.gallery li {
    float: left;
    width: 228px;
}

.gallery li .image {
    padding: 10px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.gallery li .image .img {
    max-width: 100%;
}

.gallery li .image .hover {
    opacity: 0;
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 9px;
    right: 10px;
    color: #fff;
    text-align: center;
    padding-top: 30px;
}

.gallery li .image .hover .bg {
    background: #32b0d9;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.gallery li .image .hover a {
    color: #fff;
    display: block;
    padding: 5px;
    position: relative;
    z-index: 10;
}

.gallery li .image:hover .hover {
    opacity: 1;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.gallery li .caption {
    text-align: center;
    padding: 10px 15px;
}




.module {
    margin-bottom: 40px;
}

.module h3 {
    padding: 15px 20px;
    background-color: #32b0d9;
    font-size: 14px;
    text-transform: none;
    /*-webkit-border-radius: 3px 3px 0 0;*/
    /*-moz-border-radius: 3px 3px 0 0;*/
    /*-ms-border-radius: 3px 3px 0 0;*/
    /*border-radius: 3px 3px 0 0;*/
}

.module .module-content {
    border: 1px solid #e8e8e8;
    padding: 20px;
}

.module table {
    width: 100%;
}

.module table td {
    text-align: center;
}

.module .table {
    border-top: none;
}

.module .table thead th {
    background-color: #333;
    border-color: #444;
}

.module .table th, .module .table td {
    text-align: left;
    padding: 15px 20px;
    text-transform: none;
    font-weight: normal;
    border-color: #e8e8e8;
}

.module .table h4 {
    margin: .3em 0;
}

.module .table.table-white td {
    background-color: #fff;
}

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

.def-group {
    display: table;
    margin-bottom: 10px;
    width: 100%;
}

.def-group .icon-col, .def-group .descr-col {
    display: table-cell;
}

.def-group .icon-col {
    padding: 15px;
    width: 40px;
    background-color: #7c61a4;
    /*-webkit-border-radius: 3px 0 0 3px;*/
    /*-moz-border-radius: 3px 0 0 3px;*/
    /*-ms-border-radius: 3px 0 0 3px;*/
    /*border-radius: 3px 0 0 3px;*/
}

.def-group .descr-col {
    padding: 10px 15px 1px 20px;
    vertical-align: top;
    border: 1px solid #e8e8e8;
    border-left: none;
    /*-webkit-border-radius: 0 3px 3px 0;*/
    /*-moz-border-radius: 0 3px 3px 0;*/
    /*-ms-border-radius: 0 3px 3px 0;*/
    /*border-radius: 0 3px 3px 0;*/
}

.def-group h4 {
    margin: 0 0 2px;
}

.def-group .to-right {
    float: right;
    font-size: 13px;
}

.blue-info {
    background: #32b0d9;
    color: #fff;
    padding: 12px;
    margin-bottom: 40px;
    /*-webkit-border-radius: 3px;*/
    /*-moz-border-radius: 3px;*/
    /*-ms-border-radius: 3px;*/
    /*border-radius: 3px;*/
}

.blue-info table {
    width: 100%;
    text-align: center;
}

.blue-info table td {
    border-left: 1px solid #5dc1e1;
}

.blue-info table td:first-child {
    border: none;
}

.blue-info h4 {
    color: #fff;
    margin: 3px 0;
}

.chart-container canvas {
    width: 100%;
    height: 400px;
}

.doughnut-legend, .line-legend {
    list-style: none;
    padding: 0;
}

.doughnut-legend li, .line-legend li {
    padding: 1px;
}

.doughnut-legend li > span, .line-legend li > span {
    display: inline-block;
    width: 8px;
    height: 8px;
    /*-webkit-border-radius: 50%;*/
    /*-moz-border-radius: 50%;*/
    /*-ms-border-radius: 50%;*/
    /*border-radius: 50%;*/
    margin-right: 5px;
}

.line-legend {
    text-align: center;
    margin: 10px 0 0;
}

.line-legend li {
    display: inline;
    margin-right: 15px;
}

.results-table table thead th + th {
    border-left: 1px solid #5dc1e1;
}

.results-table table tbody td + td {
    border-left: 1px solid #eee;
}

/*# sourceMappingURL=site.css.map */
 /*pager*/

.pagination {
    height: 36px;
    margin: 18px 0;
}
.pagination ul {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    *zoom: 1;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
    display: inline;
}
.pagination a {
    background-color: white;
    float: left;
    padding: 0 14px;
    line-height: 34px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0;
    color: black;
}
.pagination a:hover,
.pagination .active a {
    background-color: #32b0d9;
}
.pagination .active a {
    color: white;
    cursor: default;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
    color: #999999;
    background-color: transparent;
    cursor: default;
}
.pagination li:first-child a {
    border-left-width: 1px;

}
.pagination-centered {
    text-align: center;
}
.pagination-right {
    text-align: right;
}
.pager {
    margin-left: 0;
    margin-bottom: 18px;
    list-style: none;
    text-align: center;
    *zoom: 1;
}
.pager:before,
.pager:after {
    display: table;
    content: "";
}
.pager:after {
    clear: both;
}
.pager li {
    display: inline;
}
.pager a {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;

}
.pager a:hover {
    text-decoration: none;
    background-color: #f5f5f5;
}
.pager .next a {
    float: right;
}
.pager .previous a {
    float: left;
}
.pager .disabled a,
.pager .disabled a:hover {
    color: #999999;
    background-color: #fff;
    cursor: default;
}

/* moje */
.menu-actions a{
    padding: 0px 14px;
}

.menu-actions .form-control{
    border-radius: 0px;
    height: 28px;
    /*width: 100px;*/
    font-size: 12px;
}

.menu-actions .form-group{
    margin-bottom: 0px;
}
.menu-actions button{
    margin-top: 2px;
}

.box-heading a{
    color: white;
}
.box-heading a:hover{
    color: #000000;
    text-decoration: none;
}

.box-heading a.active{
    color: black;
    background-color: white;
    padding: 3px 8px;
}

.box-body .long{
    max-width: 100% !important;
}

.form-control{
    border-radius: 0px;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu li a{
    color: black !important;
    font-size: 12px;
}

select{
    border: 1px solid #EAEAEA;
}

.inactive{
    opacity: 0.5;
}

.selectpicker {
    /*height: 28px;*/
}

.dropdown-menu{
    border-radius: 0px !important;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.form-item-border:not(:last-child){
    border-bottom: 1px solid #e8e8e8;
}

.form-item-border:not(:first-child){
    padding-top: 10px;
}

.modal-content {
    border-radius: 0px !important;
}

/* builder*/

.grid-stack-item-content{
    left: 10px;
    right: 10px;
    background-color: #cccccc;
}


.block-tools{
    margin-top: 30px;
    background-color: #ffffff;
    width: 200px;
    padding: 10px;
    min-height: 150px;
}

.btn-default{
    color: #808080 !important;
}

.panel-default h3{
    background-color: white;
    color: black;
    font-size: 22px;
    text-align: left;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}
.panel-default h4{
    /*background-color: white;*/
    /*color: black;*/
    font-size: 16px;
    padding: 0px;
    margin: 0px;
}

.padding10{
    padding: 10px;
}

.inactive-menu{
    opacity: 0.5;
}

.editor.pl{
    min-height: 300px !important;
}

.modal-dialog{
    min-width: 1000px;
}

.mce-window{
    /*z-index: 65555;*/
}


.modal-body input[type="text"]{
    max-width: none !important;
}

.rights li{
    padding: 5px;
}

.block-tools hr{
    margin-bottom: 10px;
    margin-top: 10px;
}
.block-tools-disabled{
 background-color: #e9e9e9;
}


/* mailing */
.mailing_level2{
    padding-left: 15px;
}
