@charset "UTF-8";

/******************************
 3RD PARTY PLUGIN CUSTOMIZATION 
******************************/

/* Cubic Bezier Transition */

/***
Bootstrap Colorpicker
***/

.input-group.color .input-group-btn i {
    cursor: pointer;
    display: block;
    height: 20px;
    position: absolute;
    right: 6px;
    width: 20px;
}

.colorpicker.dropdown-menu { padding: 5px; }

/* change z-index when opened in modal */

.modal-open .colorpicker { z-index: 10055 !important; }

/***
Bootstrap Datepaginator
***/

.datepaginator a {
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: 300;
}

.datepicker .today {
    background-image: none !important;
    filter: none !important;
}

#dp-calendar { right: 4px !important; }

.datepaginator .fa-angle-right:before { content: ""/*rtl:""*/; }

.datepaginator .fa-angle-left:before { content: ""/*rtl:""*/; }

/***
Bootstrap Datepicker
***/

.datepicker.dropdown-menu { padding: 5px; }

.datepicker .selected {
    background-color: #909090 !important;
    background-image: none !important;
    filter: none !important;
}

.datepicker .active {
    background-color: #4b8df8 !important;
    background-image: none !important;
    filter: none !important;
}

.datepicker .active:hover {
    background-color: #2678FC !important;
    background-image: none !important;
    filter: none !important;
}

.datepicker .input-daterange input { text-align: left; }

/* change z-index when opened in modal */

.modal-open .datepicker { z-index: 10055 !important; }

.datepicker table td {
    color: #000;
    font-family: 'Open Sans' !important;
    font-weight: 300 !important;
}

.datepicker table th {
    color: #333;
    font-family: 'Open Sans' !important;
    font-weight: 400 !important;
}

.datepicker.dropdown-menu {
    border: 1px solid #efefef;
    box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
}

.datepicker .fa-angle-left:before { content: ""/*rtl:""*/; }

.datepicker .fa-angle-right:before { content: ""/*rtl:""*/; }

/***
Bootstrap Daterangepicker
***/

.modal-open .daterangepicker { z-index: 10055 !important; }

.daterangepicker { margin-top: 4px; }

.daterangepicker .input-mini {
    outline: none !important;
    width: 100% !important;
}

.daterangepicker td { text-shadow: none; }

.daterangepicker td.active {
    background-color: #4b8df8;
    background-image: none;
    filter: none;
}

.daterangepicker th {
    font-size: 14px;
    font-weight: 400;
}

.daterangepicker .ranges input[type="text"] {
    font-size: 11px;
    vertical-align: middle;
    width: 70px !important;
}

.daterangepicker .ranges label {
    display: block;
    font-weight: 300;
}

.daterangepicker .ranges { width: 170px; }

.daterangepicker .ranges ul > li.active {
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.daterangepicker .ranges .btn { margin-top: 10px; }

.daterangepicker.dropdown-menu { padding: 5px; }

.daterangepicker .ranges li { color: #333; }

.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
    background: #4b8df8 !important;
    border: 1px solid #4b8df8 !important;
    color: #fff;
}

.daterangepicker .range_inputs input { margin-bottom: 0 !important; }

.daterangepicker .fa-angle-right:before { content: ""/*rtl:""*/; }

.daterangepicker .fa-angle-left:before { content: ""/*rtl:""*/; }

/***
Bootstrap  Datetimepicker
***/

.datetimepicker table td {
    color: #000;
    font-family: 'Open Sans' !important;
    font-weight: 300 !important;
}

.datetimepicker table th {
    font-family: 'Open Sans' !important;
    font-weight: 400 !important;
}

.datetimepicker.dropdown-menu { padding: 5px; }

.datetimepicker .active {
    background-color: #4b8df8 !important;
    background-image: none !important;
    filter: none !important;
}

.datetimepicker .active:hover {
    background-color: #2678FC !important;
    background-image: none !important;
    filter: none !important;
}

.datetimepicker .fa-angle-left:before { content: ""/*rtl:""*/; }

.datetimepicker .fa-angle-right:before { content: ""/*rtl:""*/; }

/* change z-index when opened in modal */

.modal-open .datetimepicker { z-index: 10055; }

/***
Bootstrap Editable
***/

.editable-input table,
.editable-input table th,
.editable-input table td,
.editable-input table tr { border: 0 !important; }

.editable-input .combodate select { margin-bottom: 5px; }

/***
Jansy File Input plugin css changes
***/

.fileinput { margin-bottom: 0; }

.fileinput .close { float: none; }

.fileinput .input-group {
    overflow: hidden;
    white-space: nowrap;
}

/***
Bootstrap Markdown
***/

.md-input {
    -moz-border-radius: 0 0 2px 2px;
    -ms-border-radius: 0 0 2px 2px;
    -o-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    border-bottom: 0 !important;
    border-radius: 0 0 2px 2px;
    padding: 5px !important;
}

.md-editor {
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.md-editor .btn-toolbar {
    -moz-border-radius: 2px 2px 0 0;
    -ms-border-radius: 2px 2px 0 0;
    -o-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    margin-left: 0px;
}

.md-editor .btn-toolbar .btn-group .btn-sm.btn { padding-bottom: 3px; }

.md-editor .btn-toolbar .btn-group .btn-primary {
    padding-bottom: 7px;
    padding-top: 5px;
}

.md-editor.active {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: 1px solid #999999;
    box-shadow: none !important;
}

/***
Error state for WYSIWYG Editors
***/

.has-error .md-editor { border: 1px solid #fbe1e3 !important; }

.has-success .md-editor { border: 1px solid #abe7ed !important; }

.has-warning .md-editor { border: 1px solid #f9e491 !important; }

/***
Bootstrap Modal
***/

/* fix: content shifting to the right on modal open */

.modal-open.page-overflow .page-container,
.modal-open.page-overflow .page-container .navbar-fixed-top,
.modal-open.page-overflow .page-container .navbar-fixed-bottom,
.modal-open.page-overflow .modal-scrollable { overflow-y: auto !important; }

.modal-scrollable { overflow: hidden !important; }

/* BS 3.3.1 fix */

.modal-backdrop {
    bottom: 0;
    position: fixed;
}

.modal-scrollable {
    overflow: hidden !important;
    overflow-y: scroll !important;
    z-index: 10051;
}

.modal {
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 0 !important;
    border-radius: 2px;
}

.modal .modal-body {
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 0;
    border-radius: 2px;
}

.modal .modal-title { font-weight: 400; }

.modal .modal-footer { border: 0 !important; }

.modal-backdrop,
.modal-backdrop.fade.in {
    filter: alpha(opacity=20);
    opacity: 0.2;
}

/***
Bootstrap Select
***/

.bootstrap-select .btn { border-color: #c2cad8; }

.has-error .bootstrap-select .btn { border-color: #fbe1e3; }

.has-success .bootstrap-select .btn { border-color: #abe7ed; }

.has-warning .bootstrap-select .btn { border-color: #f9e491; }

.bootstrap-select.open .btn { border-color: #93a1bb; }

.bootstrap-select.open.dropup .btn { border-color: #93a1bb; }

.bootstrap-select .btn:focus {
    outline: none !important;
    outline-offset: 0;
}

.bootstrap-select.btn-group .dropdown-menu { margin-top: 1px; }

.bootstrap-select.btn-group .dropdown-menu > li > dt > .text {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
}

.bootstrap-select.btn-group .dropdown-menu .text-muted { color: #999 !important; }

.bootstrap-select .caret {
    border: 0;
    height: auto;
    margin-top: -10px !important;
    width: auto;
}

.bootstrap-select .caret:before {
    border: 0;
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.bootstrap-select .selected i { color: #aaa; }

.bootstrap-select .dropdown-menu { z-index: 1000 !important; }

.modal-open .bootstrap-select .dropdown-menu { z-index: 10050 !important; }

/***
Bootstrap Switch 
***/

.bootstrap-switch { border-color: #c2cad8; }

.bootstrap-switch.bootstrap-switch-focused {
    border-color: #c2cad8;
    box-shadow: none;
}

/***
Color variants
***/

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    background: #337ab7;
    color: #fff;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
    background: #659be0;
    color: #fff;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
    background: #36c6d3;
    color: #fff;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
    background: #F1C40F;
    color: #fff;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
    background: #ed6b75;
    color: #fff;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
    background: #e8eaef;
    color: #444;
}

/* Bootstrap switch on portlet headers */

.portlet:not(.light) > .portlet-title > .actions > .bootstrap-switch {
    border-color: transparent;
    margin-top: 0px;
}

/***
Bootstrap Time Picker
***/

.bootstrap-timepicker-widget table td a { padding: 4px 0; }

.bootstrap-timepicker-widget input,
.bootstrap-timepicker-widget input:focus {
    border: 0;
    outline: none !important;
}

.modal-open .bootstrap-timepicker-widget { z-index: 10055 !important; }

.bootstrap-timepicker-widget.timepicker-orient-bottom:before,
.bootstrap-timepicker-widget.timepicker-orient-bottom:after { top: auto; }

/***
Toastr Notifications
***/

.toast {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.toast { background-color: #030303; }

.toast-success { background-color: #51a351; }

.toast-error { background-color: #bd362f; }

.toast-info { background-color: #2f96b4; }

.toast-warning { background-color: #f89406; }

.toast .toast-close-button {
    background-image: url("../img/portlet-remove-icon-white.png") !important;
    background-repeat: no-repeat !important;
    display: inline-block;
    height: 16px;
    margin-right: 0px;
    margin-top: 0px;
    text-indent: -100000px;
    width: 11px;
}

.toast-top-center {
    left: 50%;
    margin: 0 auto;
    margin-left: -150px;
    top: 12px;
}

.toast-top-center .toast { margin: 0 !important; }

.toast-bottom-center {
    bottom: 12px;
    left: 50%;
    margin: 0 auto;
    margin-left: -150px;
}

.toast-bottom-center .toast { margin: 0 !important; }

/***
Bootstrap Wizard
***/

.form-wizard .progress { margin-bottom: 30px; }

.form-wizard .steps {
    background-color: #fff;
    background-image: none;
    border: 0px;
    box-shadow: none;
    filter: none;
    margin-bottom: 15px;
    padding: 10px 0;
}

.form-wizard .steps > li > a.step {
    background-color: #fff;
    background-image: none;
    border: 0px;
    box-shadow: none;
    filter: none;
}

.form-wizard .steps > li > a.step:hover { background: none; }

.form-wizard .steps > li > a.step > .number {
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    background-color: #eee;
    border-radius: 50% !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    height: 45px;
    margin-right: 10px;
    padding: 11px 15px 13px 15px;
    text-align: center !important;
    width: 45px;
}

.form-wizard .steps > li > a.step > .desc {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
}

.form-wizard .steps > li > a.step > .desc > i { display: none; }

.form-wizard .steps > li.active > a.step .number {
    background-color: #36c6d3;
    color: #fff;
}

.form-wizard .steps > li.active > a.step .desc { color: #333; }

.form-wizard .steps > li.done > a.step .number {
    background-color: #F1C40F;
    color: #fff;
}

.form-wizard .steps > li.done > a.step .desc { color: #333; }

.form-wizard .steps > li.done > a.step .desc i {
    color: #999;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
}

@media (min-width: 768px) and (max-width: 1200px) {
    /* 768px & 1200px */
    .form-wizard .step .desc {
        display: block;
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    /* 768px */
    .form-wizard .steps > li > a { text-align: left; }
}

/*!
 * Tab drop for Bootstrap
 */

.tabbable-tabdrop .nav-tabs,
.tabbable-tabdrop .nav-pills { position: relative; }

.tabbable-tabdrop .nav-tabs .caret,
.tabbable-tabdrop .nav-pills .caret { display: none; }

.tabbable-tabdrop .nav-tabs .tabdrop .dropdown-toggle i,
.tabbable-tabdrop .nav-pills .tabdrop .dropdown-toggle i { font-size: 14px; }

.tabbable-tabdrop .dropdown-menu:after {
    left: auto;
    right: 10px;
}

.tabbable-tabdrop .dropdown-menu:before {
    left: auto;
    right: 9px;
}

/***
wysihtml5
***/

.wysihtml5-sandbox { width: 100% !important; }

.wysihtml5-toolbar li {
    height: 29px;
    margin: 0px;
}

.wysihtml5-toolbar li .dropdown-menu { margin-top: 5px; }

/***
Error state for WYSIWYG Editors
***/

.has-error .wysihtml5-sandbox { border: 1px solid #fbe1e3 !important; }

.has-success .wysihtml5-sandbox { border: 1px solid #abe7ed !important; }

.has-warning .wysihtml5-sandbox { border: 1px solid #f9e491 !important; }

/***
Error state for WYSIWYG Editors
***/

.note-editor {
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #c2cad8;
    border-radius: 2px;
}

.note-editor .note-toolbar {
    -moz-border-radius: 2px 2px 0 0;
    -ms-border-radius: 2px 2px 0 0;
    -o-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    border-bottom: 1px solid #c2cad8;
    border-radius: 2px 2px 0 0;
}

.note-editor .note-statusbar {
    -moz-border-radius: 0 0 2px 2px;
    -ms-border-radius: 0 0 2px 2px;
    -o-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}

.note-editor .note-statusbar .note-resizebar { border-top: 1px solid #c2cad8; }

.note-editor.note-frame.fullscreen {
    width: 100% !important;
    z-index: 10050;
}

.note-editor .dropdown-menu:before {
    left: 9px;
    right: auto;
}

.note-editor .dropdown-menu:after {
    left: 10px;
    right: auto;
}

.note-link-dialog .checkbox { margin-left: 20px; }

.has-error .note-editor { border: 1px solid #fbe1e3 !important; }

.has-success .note-editor { border: 1px solid #abe7ed !important; }

.has-warning .note-editor { border: 1px solid #f9e491 !important; }

/***
Bootstrap GtreeTable
***/

.gtreetable .dropdown-menu { margin-top: 0px; }

.gtreetable .dropdown-menu:after, .gtreetable .dropdown-menu:before { display: none !important; }

.gtreetable .node-action .form-control {
    display: inline-block;
    position: relative;
    top: 2px;
}

.gtreetable .node-icon-selected,
.gtreetable .node-icon-handle,
.gtreetable .node-icon-ce,
.gtreetable .node-icon-type {
    filter: alpha(opacity=60);
    opacity: 0.6;
}

/***
Modify bootstrap-tagsinput plugin's css
***/

.bootstrap-tagsinput .tag [data-role="remove"] {
    box-shadow: none;
    font-family: arial;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after { font-family: arial; }

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
    box-shadow: none;
    text-decoration: none;
}

.mt-bootstrap-tables .mt-btm-transform .bars { height: auto; }

.fixed-table-toolbar .columns label {
    margin: 10px;
    padding: 0 0 0 30px;
}

.fixed-table-header th.bs-checkbox { outline: none; }

.fixed-table-header th.bs-checkbox .th-inner { overflow: visible; }

.fixed-table-header th.bs-checkbox .th-inner .mt-checkbox { right: -5px; }

/***
Bootbox
***/

.bootbox .bootbox-close-button { margin-top: 0px !important; }

/*--------------------------------------------------
    [CSS Animation Amchart]
----------------------------------------------------*/

.CSSAnimationChart {
    height: 500px;
    width: 100%;
}

.CSSAnimationChart a {
    color: #bbb !important;
    font-size: 12px !important;
}

.amcharts-graph-g2 .amcharts-graph-stroke {
    -webkit-animation: am-moving-dashes 1s linear infinite;
    animation: am-moving-dashes 1s linear infinite;
    stroke-dasharray: 3px 3px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@-webkit-keyframes am-moving-dashes {
    100% { stroke-dashoffset: -31px; }
}

@keyframes am-moving-dashes {
    100% { stroke-dashoffset: -31px; }
}

.lastBullet {
    -webkit-animation: am-pulsating 1s ease-out infinite;
    animation: am-pulsating 1s ease-out infinite;
}

@-webkit-keyframes am-pulsating {
    0% {
        stroke-opacity: 1;
        stroke-width: 0px;
    }

    100% {
        stroke-opacity: 0;
        stroke-width: 50px;
    }
}

@keyframes am-pulsating {
    0% {
        stroke-opacity: 1;
        stroke-width: 0px;
    }

    100% {
        stroke-opacity: 0;
        stroke-width: 50px;
    }
}

.amcharts-graph-column-front {
    -webkit-transition: all .3s .3s ease-out;
    transition: all .3s .3s ease-out;
}

.amcharts-graph-column-front:hover {
    -webkit-transition: all .3s ease-out;
    fill: #496375;
    stroke: #496375;
    transition: all .3s ease-out;
}

.amcharts-graph-g3 {
    /* fixes IE prob */
    -webkit-animation: am-draw 40s;
    animation: am-draw 40s;
    stroke-dasharray: 500%;
    stroke-dasharray: 0 \0;
    /* fixes IE prob */
    stroke-dashoffset: 0 \0;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@-webkit-keyframes am-draw {
    0% { stroke-dashoffset: 500%; }

    100% { stroke-dashoffset: 0px; }
}

@keyframes am-draw {
    0% { stroke-dashoffset: 500%; }

    100% { stroke-dashoffset: 0px; }
}

/*--------------------------------------------------
    [Mao Amchart]
----------------------------------------------------*/

.mapChart {
    height: 500px;
    width: 100%;
}

.mapChart a {
    color: #bbb !important;
    font-size: 12px !important;
}

/*--------------------------------------------------
    [Column Line]
----------------------------------------------------*/

.columnLine {
    font-size: 11px;
    height: 350px;
    width: 100%;
}

.amcharts-graph-graph2 .amcharts-graph-stroke {
    -webkit-animation: am-moving-dashes 1s linear infinite;
    animation: am-moving-dashes 1s linear infinite;
    stroke-dasharray: 4px 5px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@-webkit-keyframes am-moving-dashes {
    100% { stroke-dashoffset: -28px; }
}

@keyframes am-moving-dashes {
    100% { stroke-dashoffset: -28px; }
}

/*--------------------------------------------------
    [Animated Pie Chart]
----------------------------------------------------*/

.animated-pie-chart {
    font-size: 11px;
    height: 350px;
    width: 100%;
}

/***
CKEditor css changes
***/

.cke {
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.cke .cke-top {
    -moz-border-radius: 2px 2px 0 0;
    -ms-border-radius: 2px 2px 0 0;
    -o-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

.cke .cke-bottom {
    -moz-border-radius: 0 0 2px 2px;
    -ms-border-radius: 0 0 2px 2px;
    -o-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}

.cke_bottom,
.cke_inner,
.cke_top,
.cke_reset,
.cke_dialog_title,
.cke_dialog_footer,
.cke_dialog {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background-image: none !important;
    border-bottom: 0;
    border-top: 0;
    box-shadow: none !important;
    filter: none;
    text-shadow: none;
}

.cke_dialog_ui_button,
.cke_dialog_tab {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background-image: none !important;
    box-shadow: none !important;
    filter: none;
    text-shadow: none !important;
}

.cke_dialog_ui_button:hover,
.cke_dialog_tab:hover {
    text-decoration: none;
    text-shadow: none;
}

.cke_dialog_ui_input_text {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background-image: none !important;
    box-shadow: none !important;
    filter: none;
}

.cke_combo_button,
.cke_button,
.cke_toolbar,
.cke_toolgroup {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background-image: none !important;
    border: 0;
    box-shadow: none !important;
    filter: none !important;
}

.cke_button,
.cke_combo_button,
.cke_panel_grouptitle,
.cke_hc.cke_panel_listItem a {
    background-image: none !important;
    filter: none;
    text-shadow: none;
}

.cke_button:hover,
.cke_combo_button:hover { background-color: #ddd; }

.cke_toolbar_break {
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background-image: none !important;
    border: 0;
    box-shadow: none !important;
    filter: none !important;
}

/***
Error state for WYSIWYG Editors
***/

.has-error .cke { border: 1px solid #fbe1e3 !important; }

.has-success .cke { border: 1px solid #abe7ed !important; }

.has-warning .cke { border: 1px solid #f9e491 !important; }

/***
Clockface
***/

.modal-open .clockface { z-index: 10055 !important; }

.clockface .cell .inner.active,
.clockface .cell .outer.active {
    background-color: #4b8df8 !important;
    background-image: none;
    filter: none;
}

/***
Datatables general customization
***/

.table-checkable tr > th:first-child,
.table-checkable tr > td:first-child {
    max-width: 50px;
    min-width: 40px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

table.dataTable thead th,
table.dataTable thead td {
    border-bottom: 2px solid #e7ecf1;
    outline: none !important;
}

table.dataTable.no-footer { border-bottom-color: #e7ecf1; }

table.dataTable tr.heading > th { background-color: #fbfcfd; }

table.dataTable td.sorting_1, table.dataTable td.sorting_2, table.dataTable td.sorting_3,
table.dataTable th.sorting_1,
table.dataTable th.sorting_2,
table.dataTable th.sorting_3 { background: #fbfcfd !important; }

/***
Extended pagination
***/

.paging_bootstrap_extended {
    float: none !important;
    font-size: 13px;
    margin: 5px 0 0 0 !important;
    padding: 0 !important;
}

.dataTables_extended_wrapper { margin-top: 10px; }

.dataTables_extended_wrapper .seperator { padding: 0 2px; }

.dataTables_extended_wrapper .table.dataTable { margin: 20px 0 !important; }

.dataTables_extended_wrapper div.dataTables_paginate,
.dataTables_extended_wrapper div.dataTables_length,
.dataTables_extended_wrapper div.dataTables_info {
    display: inline-block;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
}

.dataTables_extended_wrapper .table-group-actions > span { font-size: 13px; }

.dataTables_extended_wrapper.DTS .paging_bootstrap_extended { display: inline-block; }

.dataTables_extended_wrapper.DTS .dataTables_info {
    display: inline-block;
    padding-top: 8px !important;
}

.dataTables_extended_wrapper.DTS .dataTables_info .seperator { display: none; }

.dataTables_extended_wrapper.DTS .dataTables_scrollHead { border-bottom: 0 !important; }

.dataTables_extended_wrapper.DTS .dataTables_scrollHead .dataTables_scrollHeadInner .table.dataTable { margin-bottom: 0 !important; }

.dataTables_extended_wrapper.DTS .dataTables_scrollBody { border-bottom: 0 !important; }

.dataTables_extended_wrapper.DTS .dataTables_scrollBody .table.dataTable { margin: 0 !important; }

@media (max-width: 480px) {
    .dataTables_extended_wrapper div.dataTables_paginate,
    .dataTables_extended_wrapper div.dataTables_length,
    .dataTables_extended_wrapper div.dataTables_info {
        display: block;
        margin-bottom: 10px !important;
    }

    .dataTables_extended_wrapper .seperator { display: none !important; }
}

.dataTables_extended_wrapper div.dataTables_length label {
    display: inline-block !important;
    float: none !important;
    font-size: 13px;
    margin: 0 !important;
    padding: 0 !important;
}

.table-container .table-actions-wrapper { display: none; }

/***
Scroller Extension
***/

.dataTables_scroll { margin-bottom: 10px; }

.dataTables_scrollHead { border-bottom: 2px solid #e7ecf1 !important; }

.dataTables_scrollHead thead th { border-bottom: 0 !important; }

.dataTables_scrollBody { border-bottom: 1px solid #e7ecf1 !important; }

.table-both-scroll .dataTables_scrollBody { border-bottom: 0 !important; }

/***
Datatables processing
***/

.dataTables_wrapper .dataTables_processing {
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    background: #eef1f5;
    border: 1px solid #e7ecf1;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    color: #3f444a;
    display: inline-block;
    left: 50%;
    margin-left: -100px;
    margin-top: 10px;
    padding: 7px;
    text-align: center;
    vertical-align: middle;
    width: 200px;
}

/***
Tool Buttons
***/

.dt-button-background { display: none !important; }

div.dt-button-collection {
    background: #ffffff;
    border: 1px solid #eee;
    box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
    padding: 0;
}

div.dt-button-collection > a.dt-button {
    background: none;
    border: 0 !important;
    box-shadow: none !important;
    font-weight: 300;
    margin: 1px 1px;
    padding: 8px 16px;
}

div.dt-button-collection > a.dt-button > span {
    color: #333;
    font-size: 14px;
}

div.dt-button-collection > a.dt-button.active {
    background: #f6f6f6 !important;
    border: 0 !important;
    box-shadow: none !important;
}

div.dt-button-collection > a.dt-button.active > span { color: #333; }

button.dt-button,
div.dt-button,
a.dt-button {
    background-image: none !important;
    padding: 6px 12px !important;
}

button.dt-button:last-child,
div.dt-button:last-child,
a.dt-button:last-child { margin-right: 0; }

.dataTables_wrapper .dt-buttons { float: right; }

.portlet.light .dataTables_wrapper .dt-buttons { margin-top: -64px; }

.portlet.box .dataTables_wrapper .dt-buttons { margin-top: -50px; }

/***
Rot Details
***/

.dataTable .row-details.row-details-close { background: url("../img/datatable-row-openclose.png") no-repeat 0 0; }

.dataTable .row-details.row-details-open { background: url("../img/datatable-row-openclose.png") no-repeat 0 -23px; }

/***
Sorting
***/

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled { cursor: pointer; }

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after { display: none; }

table.dataTable thead .sorting { background: url("../plugins/datatables/images/sort_both.png") no-repeat center right; }

table.dataTable thead .sorting_asc { background: url("../plugins/datatables/images/sort_asc.png") no-repeat center right; }

table.dataTable thead .sorting_desc { background: url("../plugins/datatables/images/sort_desc.png") no-repeat center right; }

table.dataTable thead .sorting_asc_disabled { background: url("../plugins/datatables/images/sort_asc_disabled.png") no-repeat center right; }

table.dataTable thead .sorting_desc_disabled { background: url("../plugins/datatables/images/sort_desc_disabled.png") no-repeat center right; }

table.dataTable th:active { outline: none; }

/***
Fixed Header
***/

table.dataTable.fixedHeader-floating {
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #dee5ec;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.table-header-fixed thead > tr > th { border-top: 0; }

.table > tfoot > tr > th,
.table > tfoot > tr > td {
    border-bottom: 0;
    border-top: 1px solid #e7ecf1;
    font-weight: 600;
    padding: 10px 18px;
}

/***
Responsive Datatables
***/

.table.dataTable.dt-responsive .table.dataTable.responsive { width: 100%; }

table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
    text-align: center;
    width: 14px;
}

table.dataTable.dtr-column > tbody > tr > td.control:before, table.dataTable.dtr-column > tbody > tr > th.control:before {
    line-height: 0;
    margin-left: -8px;
    text-align: center;
    text-indent: 0;
}

table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    background-color: #b0c1d2;
    border: 0;
    box-shadow: none !important;
    font-weight: 300;
    line-height: 16px;
    vertical-align: middle;
}

table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    background-color: #36c6d3;
    border: 0;
    font-weight: 300;
    vertical-align: middle;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before { top: 10px; }

table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
    margin-top: -8px;
    text-align: center;
}

table.dataTable > tbody > tr.child ul li { border: 0; }

@-moz-document url-prefix() { .portlet-datatable .dataTables_wrapper .table-responsive { padding: 0 2px !important; } }

@media (max-width: 767px) {
    /* 767px */
    .portlet.box .dataTables_wrapper .dt-buttons,
    .portlet.light .dataTables_wrapper .dt-buttons {
        margin-bottom: 20px;
        margin-top: 0;
    }

    .portlet.box .dataTables_wrapper .dt-buttons > .dt-button,
    .portlet.light .dataTables_wrapper .dt-buttons > .dt-button { margin-top: 5px; }
}

.table-scrollable .dataTable th > .btn-group,
.table-scrollable .dataTable td > .btn-group {
    margin-top: -2px;
    position: absolute;
}

.dataTable td .popover-content .btn-group { position: static !important; }

.table .btn-group .btn {
    margin-left: 0;
    margin-right: -1px;
}

/***
Dropzone css changes(new in v1.1.1)
***/

.dropzone {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.dropzone-file-area {
    background: white;
    border: 2px dashed #028AF4;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

.dz-hidden-input { left: 0; }

@media (max-width: 768px) {
    /* 768px */
    .dropzone-file-area { width: auto; }
}

/***
Fancy box fix overlay fix
***/

.fancybox-overlay { z-index: 100000; }

.fancybox-opened { z-index: 100001; }

/***
FuelUX Spinners
***/

.spinner-buttons.btn-group-vertical .btn {
    height: 17px;
    margin: 0;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 0px;
    text-align: center;
    width: 22px;
}

.page-style-rounded .spinner-buttons.btn-group-vertical .btn.spinner-up {
    border-radius: 0;
    border-top-right-radius: 2px !important;
}

.page-style-rounded .spinner-buttons.btn-group-vertical .btn.spinner-down {
    border-bottom-right-radius: 2px;
    border-radius: 0;
}

/***
Fullcalendar
***/

/* External events */

.external-event {
    cursor: move;
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 5px;
}

.fc-scroller {
    overflow-x: hidden;
    overflow-y: auto;
}

.fc-month-view .fc-scroller { height: auto !important; }

.portlet .event-form-title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 4px;
}

.portlet.calendar .fc-button {
    -moz-border-radius: 2px 2px 0 0;
    -moz-box-shadow: none;
    -ms-border-radius: 2px 2px 0 0;
    -o-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    -webkit-box-shadow: none;
    background: transparent;
    border: 0;
    border-bottom-style: none;
    border-color: #ddd;
    border-left-style: solid;
    border-radius: 2px 2px 0 0;
    border-right-style: solid;
    border-top-style: none;
    box-shadow: none;
    color: #fff;
    height: 35px;
    margin-left: 2px;
    outline: none !important;
    padding: 5px 8px 8px 8px;
    text-shadow: none;
    top: -48px;
}

.portlet.calendar .fc-toolbar { margin-bottom: 0px; }

.portlet.calendar .fc-toolbar h2 {
    font-size: 17px;
    margin-top: 3px;
}

.portlet.calendar .fc-header { margin-bottom: -21px; }

.portlet.calendar .fc-button-prev {
    padding-left: 8px;
    padding-right: 10px;
}

.portlet.calendar .fc-button-next {
    padding-left: 10px;
    padding-right: 8px;
}

.portlet.calendar .fc-button .fc-icon {
    height: 20px;
    top: -5px;
}

.portlet.calendar .fc-button.fc-state-active, .portlet.calendar .fc-button.fc-state-hover {
    background-color: #fff;
    color: #666;
}

.portlet.calendar .fc-button.fc-state-disabled { color: #ddd; }

.portlet.calendar .fc-button .fc-icon-left-single-arrow {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
}

.portlet.calendar .fc-button .fc-icon-left-single-arrow:after {
    content: "";
    margin: 0;
}

.portlet.calendar .fc-button .fc-icon-left-single-arrow:before { content: "\f104"; }

.portlet.calendar .fc-button .fc-icon-right-single-arrow {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
}

.portlet.calendar .fc-button .fc-icon-right-single-arrow:after {
    content: "";
    margin: 0;
}

.portlet.calendar .fc-button .fc-icon-right-single-arrow:before { content: "\f105"; }

.portlet.calendar .fc-text-arrow {
    font-family: "Courier New", Courier, monospace;
    font-size: 22px;
    vertical-align: baseline;
}

.portlet.calendar .fc-event {
    background-color: #69a4e0;
    border: 0px;
    color: #fff;
}

.portlet.calendar .fc-event .fc-content {
    border: 0px;
    padding: 5px 7px;
}

.portlet.calendar .fc-event .fc-time {
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 300;
    padding-right: 5px;
    text-align: left;
}

.portlet.calendar .fc-event .fc-title {
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
}

.portlet.calendar .fc-header-title h2 {
    color: #111;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.portlet.calendar .fc-widget-header {
    background-color: #eee;
    background-image: none;
    filter: none;
    font-weight: 300;
    text-transform: uppercase;
}

.portlet.calendar.light .fc-button {
    color: #666;
    font-size: 12px;
    padding-bottom: 35px;
    text-transform: uppercase;
    top: -60px;
}

.portlet.calendar.light .fc-button .fc-text-arrow {
    display: inline-block;
    margin-top: -6px;
}

.portlet.calendar.light .fc-button.fc-state-active, .portlet.calendar.light .fc-button.fc-state-hover {
    border-bottom: 2px solid #36c6d3;
    color: #333;
}

.portlet.calendar.light .fc-button.fc-state-disabled { color: #aaa; }

.portlet.calendar .mobile .fc-button {
    -moz-border-radius: 0;
    -moz-box-shadow: none;
    -webkit-border-radius: 0;
    -webkit-box-shadow: none;
    background-color: #ddd;
    background-image: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    margin-left: 2px;
    padding: 0px 6px 20px 6px;
    text-align: center;
    text-shadow: none;
}

.portlet.calendar .mobile .fc-button.fc-state-hover, .portlet.calendar .mobile .fc-button.fc-state-active { background-color: #eee; }

.portlet.calendar .mobile .fc-button.fc-state-disabled { color: #bbb; }

.portlet.calendar .mobile .fc-button-prev {
    margin-right: 5px;
    margin-top: -2px;
}

.portlet.calendar .mobile .fc-button-next {
    margin-right: -0px;
    margin-top: -2px;
}

.portlet.calendar .mobile .fc-header-space {
    margin: 0px;
    padding: 0px;
    width: 0px;
}

.portlet.calendar .mobile .fc-header-left {
    position: absolute;
    z-index: 10;
}

.portlet.calendar .mobile .fc-header-left .fc-button { top: -2px; }

.portlet.calendar .mobile .fc-header-right {
    position: relative;
    right: 0;
}

.portlet.calendar .mobile .fc-header-right .fc-button { top: 35px; }

.portlet.calendar .mobile .fc-content { margin-top: 53px; }

.portlet.calendar.light .fc-button { top: -47px; }

/***
Google Maps
***/

.gmaps {
    height: 300px;
    width: 100%;
    /* important!  bootstrap sets max-width on img to 100% which conflicts with google map canvas*/
}

.gmaps img { max-width: none; }

#gmap_static div {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    height: 300px;
}

#gmap_routes_instructions {
    margin-bottom: 0px;
    margin-top: 10px;
}

/***
Gritter notification modify
***/

#gritter-notice-wrapper { right: 1px !important; }

.gritter-close {
    left: auto !important;
    right: 3px !important;
}

.gritter-title {
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 300;
}

/***
Dashboard Charts(new in v1.2.1)
***/

.easy-pie-chart,
.sparkline-chart { text-align: center; }

.sparkline-chart {
    margin-top: 15px;
    position: relative;
}

.easy-pie-chart .number {
    font-size: 14px !important;
    font-weight: 300;
    height: 75px;
    line-height: 75px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 75px;
}

.easy-pie-chart .number canvas {
    left: 0;
    position: absolute;
    top: 0;
}

.sparkline-chart .number {
    margin: 0 auto;
    margin-bottom: 10px;
    width: 100px;
}

.sparkline-chart .title,
.easy-pie-chart .title {
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: center;
}

.sparkline-chart .title:hover,
.easy-pie-chart .title:hover {
    color: #666;
    text-decoration: none;
}

.sparkline-chart .title > i,
.easy-pie-chart .title > i { margin-top: 5px; }

/***
jQuery File Upload
***/

.blueimp-gallery .close {
    background-image: url("../img/portlet-remove-icon-white.png") !important;
    margin-top: -2px;
}

.blueimp-gallery .prev,
.blueimp-gallery .next { border-radius: 23px !important; }

/***
jQuery Multi Select
***/

.ms-container .ms-list {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #e5e5e5;
    box-shadow: none;
}

.ms-container .ms-optgroup-label { font-size: 14px; }

.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection { font-size: 13px; }

.ms-container .ms-list.ms-focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #999999;
    box-shadow: none;
}

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
    background-color: #eee;
    color: #333;
}

.ms-container .form-control { margin-bottom: 5px; }

/***
jQuery Notific8 Plugin
***/

.jquery-notific8-message { font-size: 13px; }

[class*="jquery-notific8"],
[class*="jquery-notific8"]:after,
[class*="jquery-notific8"]:before {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.right .jquery-notific8-close-sticky span,
.left .jquery-notific8-close-sticky span { font-size: 10px; }

.jquery-notific8-heading {
    font-size: 16px;
    font-weight: 300;
}

/***
Password Strength(in v1.4)
***/

.password-strength .password-verdict {
    display: inline-block;
    margin-left: 5px;
    margin-top: 6px;
}

.password-strength .progress {
    margin-bottom: 0;
    margin-top: 5px;
}

.password-strength .progress-bar { padding: 2px; }

/***
jQuery Slimscroll
***/

.scroller {
    margin: 0px;
    overflow: hidden;
    padding: 0px;
    padding-right: 12px;
}

.scroller-footer { margin-top: 10px; }

.scroller-footer:before, .scroller-footer:after {
    content: " ";
    display: table;
}

.scroller-footer:after { clear: both; }

.portlet-body .slimScrollBar { margin-right: 0px; }

/***
jQuery Sparkline
***/

.jqstooltip {
    height: auto !important;
    width: auto !important;
}

.easy-pie-chart,
.sparkline-chart { text-align: center; }

.sparkline-chart {
    margin-top: 15px;
    position: relative;
}

.easy-pie-chart .number {
    font-size: 16px;
    font-weight: 300;
    margin: 0 auto;
    width: 85px;
}

.sparkline-chart .number {
    margin: 0 auto;
    margin-bottom: 10px;
    width: 100px;
}

.sparkline-chart .title,
.easy-pie-chart .title {
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: center;
}

.sparkline-chart .title:hover,
.easy-pie-chart .title:hover {
    color: #666;
    text-decoration: none;
}

.sparkline-chart .title > i,
.easy-pie-chart .title > i { margin-top: 5px; }

/***
jQuery UI Sliders(new in v1.1.1)
***/

.slider {
    border: 0;
    display: block;
    margin: 12px 5px;
    min-height: 11px;
    padding: 0;
}

.ui-slider-vertical { width: 11px; }

.ui-slider-horizontal .ui-slider-handle { top: -3px; }

.ui-slider-vertical .ui-slider-handle { left: -3px; }

.ui-slider-vertical,
.ui-slider-handle {
    background-image: none !important;
    filter: none !important;
}

/***
JQVMAP Plugin
***/

.jqvmap-zoomout,
.jqvmap-zoomin {
    background-color: #666;
    height: 16px;
    width: 16px;
}

.vmaps {
    height: 300px;
    overflow: hidden;
    position: relative;
}

/***
Jstree
***/

.jstree-default .jstree-clicked {
    background-color: #e1e1e1;
    border: 0;
    box-shadow: none;
}

.jstree-default .jstree-hovered {
    background-color: #eee;
    border: 0;
    box-shadow: none;
}

.jstree-default .jstree-wholerow-clicked,
.jstree-wholerow .jstree-wholerow-clicked {
    background: none;
    background-color: #e1e1e1;
    border: 0;
    box-shadow: none;
}

.jstree-default .jstree-wholerow-hovered,
.jstree-wholerow .jstree-wholerow-hovered {
    background-color: #eee;
    border: 0;
    box-shadow: none;
}

.jstree-icon.icon-lg { margin-top: 1px; }

.jstree-open > .jstree-anchor > .fa-folder:before {
    content: "\f07c";
    margin-left: 2px;
}

.jstree-default.jstree-rtl .jstree-last {
    background: transparent;
    background-repeat: no-repeat;
}

.vakata-context,
.vakata-context ul {
    background-color: #ffffff;
    border: 1px solid #efefef;
    box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 14px;
    min-width: 125px;
    padding: 0;
}

.vakata-context li { border: 0; }

.vakata-context li a {
    border: 0;
    padding: 0 10px;
}

.vakata-context li a i { display: none; }

.vakata-context li a .vakata-contextmenu-sep { display: none; }

.vakata-context .vakata-context-hover > a,
.vakata-context li a:hover {
    background-color: #eee;
    box-shadow: none;
    color: #333;
    margin: 0;
}

.vakata-context .vakata-context-hover > a .span,
.vakata-context .vakata-context-hover > a .ins,
.vakata-context li a:hover .span,
.vakata-context li a:hover .ins { border: 0 !important; }

.vakata-context li a span,
.vakata-context li a ins {
    border: 0 !important;
    display: none;
}

.vakata-context .vakata-context-separator a,
.vakata-context-rtl .vakata-context-separator a {
    border: 0;
    margin: 0;
}

.jstree-rename-input {
    background-color: #ffffff !important;
    border: 1px solid #e5e5e5 !important;
    margin-right: -4px !important;
    outline: none !important;
    padding: 2px 6px !important;
}

/***
NoUIRangeSlider
***/

.noUi-horizontal { margin: 9px 0; }

/***
Color variants
***/

.noUi-primary .noUi-connect { background: #337ab7; }

.noUi-info .noUi-connect { background: #659be0; }

.noUi-success .noUi-connect { background: #36c6d3; }

.noUi-warning .noUi-connect { background: #F1C40F; }

.noUi-danger .noUi-connect { background: #ed6b75; }

.noUi-default .noUi-connect { background: #bac3d0; }

/* Conect slider */

/* For this slider, disable the 'origin' size. */

.noui-connect .noUi-origin {
    right: auto;
    width: 0;
}

/* Position the bar and color it. */

.noui-connect .connect {
    background: #80C9F5;
    bottom: 0;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
    position: absolute;
    top: 0;
}

/* When the slider is moved by tap,
   transition the connect bar like the handle. */

.noui-connect.noUi-state-tap .connect {
    -webkit-transition: left 300ms, right 300ms;
    transition: left 300ms, right 300ms;
}

/**
noUI Tooltips
**/

.noUi-handle .noUi-tooltip {
    background: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    display: block;
    font-size: 12px;
    left: -10px;
    min-width: 50px;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: -55px;
}

.noUi-handle .noUi-tooltip strong {
    display: block;
    padding: 2px;
}

/***
Google reCaptcha
***/

.form-recaptcha-img {
    border: 1px solid #e5e5e5;
    clear: both;
    margin-bottom: 10px;
    padding: 5px;
}

iframe[src="about:blank"] { display: none; }

.select2-container--bootstrap .select2-search--dropdown .select2-search__field,
.select2-container--bootstrap .select2-selection,
.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 3px;
}

.select2-container--bootstrap .select2-results__group {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.select2-container--bootstrap .select2-selection { font-family: "Open Sans", sans-serif; }

.modal-open .select2-dropdown { z-index: 10060; }

.modal-open .select2-close-mask { z-index: 10055; }

.modal-open .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field { width: auto !important; }

.select2-result-repository {
    padding-bottom: 3px;
    padding-top: 4px;
}

.select2-result-repository__avatar {
    float: left;
    margin-right: 10px;
    width: 60px;
}

.select2-result-repository__avatar img {
    border-radius: 2px;
    height: auto;
    width: 100%;
}

.select2-result-repository__meta { margin-left: 70px; }

.select2-result-repository__title {
    color: black;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 4px;
    word-wrap: break-word;
}

.select2-result-repository__forks, .select2-result-repository__stargazers { margin-right: 1em; }

.select2-result-repository__forks, .select2-result-repository__stargazers, .select2-result-repository__watchers {
    color: #aaa;
    display: inline-block;
    font-size: 11px;
}

.select2-result-repository__description {
    color: #777;
    font-size: 13px;
    margin-top: 4px;
}

.select2-results__option--highlighted .select2-result-repository__title { color: white; }

.select2-results__option--highlighted .select2-result-repository__forks, .select2-results__option--highlighted .select2-result-repository__stargazers, .select2-results__option--highlighted .select2-result-repository__description, .select2-results__option--highlighted .select2-result-repository__watchers { color: #c1d7e9; }

.select2-selection__choice {
    background-color: #eee !important;
    border: 1px solid #eee !important;
}

.select2-selection__choice .select2-selection__choice__remove { font-weight: normal !important; }

/***
Morris Charts
***/

.portlet-body-morris-fit {
    margin-bottom: -15px;
    margin-left: -20px;
    margin-right: -20px;
}

.portlet-body-morris-fit > svg {
    -moz-border-radius: 0 0 2px 2px;
    -ms-border-radius: 0 0 2px 2px;
    -o-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}

.morris-hover.morris-default-style .morris-hover-row-label {
    color: #7D8C9D;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}

.morris-hover.morris-default-style .morris-hover-point {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

/***
iCheck
***/

.icheck-list > label {
    display: block;
    margin-bottom: 8px;
}

.icheck-list > label:last-child { margin-bottom: 0; }

.form-horizontal .icheck-inline { margin-top: 8px; }

.icheck-inline > label {
    display: inline-block;
    margin-left: 15px;
}

.icheck-inline > label:first-child { margin-left: 0; }

div[class*='icheckbox_'],
div[class*='iradio_'] {
    margin-right: 5px;
    top: -1px !important;
}

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

.icheck-colors > li {
    background: #000000;
    display: inline-block;
    filter: alpha(opacity=60);
    float: left;
    height: 20px;
    margin: 4px;
    opacity: 0.6;
    padding: 0;
    width: 20px;
}

.icheck-colors > li:first-child { margin-left: 0; }

.icheck-colors > li:hover {
    cursor: pointer;
    filter: alpha(opacity=100);
    opacity: 1;
}

.icheck-colors > li.active {
    filter: alpha(opacity=60);
    height: 26px;
    margin-top: 0;
    opacity: 0.6;
}

.icheck-colors > li.red { background: #d54e21; }

.icheck-colors > li.green { background: #78a300; }

.icheck-colors > li.blue { background: #0e76a8; }

.icheck-colors > li.aero { background: #9cc2cb; }

.icheck-colors > li.grey { background: #73716e; }

.icheck-colors > li.orange { background: #f70; }

.icheck-colors > li.yellow { background: #fc0; }

.icheck-colors > li.pink { background: #ff66b5; }

.icheck-colors > li.purple { background: #6a5a8c; }

/***
AngularJS UI-select
***/

.ui-select-match-close {
    margin-left: 5px !important;
    margin-top: 5px !important;
}

.minicolors-swatch { border: 0; }

/***
Codemirror Plugin
***/

.CodeMirror {
    border: 1px solid #eee;
    height: auto;
}

/***
Prism Plugin
***/

pre[class*="language-"] {
    background: none !important;
    border: 1px solid #f1f4f7 !important;
    box-shadow: none !important;
    margin: 0;
    padding: 10px;
}

pre[class*="language-"] code {
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
}

.socicon {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: 'socicon';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    top: 1px;
}

.socicon-btn:empty .socicon:empty { width: 1em; }

.socicon-btn {
    -webkit-font-smoothing: antialiased;
    border: 1px solid #e7ecf1;
    color: #3f444a;
    display: inline-block;
    font-family: 'socicon';
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    height: 44px;
    line-height: 1;
    padding-top: 11px;
    position: relative;
    text-align: center;
    transition: background, color 0.3s;
    width: 44px;
}

.socicon-btn.socicon-solid {
    border: 0;
    height: 46px;
    padding-top: 12px;
    width: 46px;
}

.socicon-btn.socicon-btn-circle { border-radius: 44px !important; }

.socicon-btn:hover {
    text-decoration: none;
    transition: background, color 0.3s;
}

.socicon-btn.socicon-lg {
    font-size: 28px;
    height: 54px;
    padding-top: 13px;
    width: 54px;
}

.socicon-btn.socicon-lg.socicon-solid {
    border: 0;
    height: 55px;
    padding-top: 13px;
    width: 55px;
}

.socicon-btn.socicon-sm {
    font-size: 16px;
    height: 30px;
    padding-top: 8px;
    width: 30px;
}

.socicon-btn.socicon-sm.socicon-solid {
    border: 0;
    height: 30px;
    padding-top: 8px;
    width: 30px;
}

.socicons .socicon-btn { margin-bottom: 5px; }

.socicon-twitter:before { content: "a"; }

.socicon-facebook:before { content: "b"; }

.socicon-google:before { content: "c"; }

.socicon-pinterest:before { content: "d"; }

.socicon-foursquare:before { content: "e"; }

.socicon-yahoo:before { content: "f"; }

.socicon-skype:before { content: "g"; }

.socicon-yelp:before { content: "h"; }

.socicon-feedburner:before { content: "i"; }

.socicon-linkedin:before { content: "j"; }

.socicon-viadeo:before { content: "k"; }

.socicon-xing:before { content: "l"; }

.socicon-myspace:before { content: "m"; }

.socicon-soundcloud:before { content: "n"; }

.socicon-spotify:before { content: "o"; }

.socicon-grooveshark:before { content: "p"; }

.socicon-lastfm:before { content: "q"; }

.socicon-youtube:before { content: "r"; }

.socicon-vimeo:before { content: "s"; }

.socicon-dailymotion:before { content: "t"; }

.socicon-vine:before { content: "u"; }

.socicon-flickr:before { content: "v"; }

.socicon-500px:before { content: "w"; }

.socicon-instagram:before { content: "x"; }

.socicon-wordpress:before { content: "y"; }

.socicon-tumblr:before { content: "z"; }

.socicon-blogger:before { content: "A"; }

.socicon-technorati:before { content: "B"; }

.socicon-reddit:before { content: "C"; }

.socicon-dribbble:before { content: "D"; }

.socicon-stumbleupon:before { content: "E"; }

.socicon-digg:before { content: "F"; }

.socicon-envato:before { content: "G"; }

.socicon-behance:before { content: "H"; }

.socicon-delicious:before { content: "I"; }

.socicon-deviantart:before { content: "J"; }

.socicon-forrst:before { content: "K"; }

.socicon-playstore:before { content: "L"; }

.socicon-zerply:before { content: "M"; }

.socicon-wikipedia:before { content: "N"; }

.socicon-apple:before { content: "O"; }

.socicon-flattr:before { content: "P"; }

.socicon-github:before { content: "Q"; }

.socicon-chimein:before { content: "R"; }

.socicon-friendfeed:before { content: "S"; }

.socicon-newsvine:before { content: "T"; }

.socicon-identica:before { content: "U"; }

.socicon-bebo:before { content: "V"; }

.socicon-zynga:before { content: "W"; }

.socicon-steam:before { content: "X"; }

.socicon-xbox:before { content: "Y"; }

.socicon-windows:before { content: "Z"; }

.socicon-outlook:before { content: "1"; }

.socicon-coderwall:before { content: "2"; }

.socicon-tripadvisor:before { content: "3"; }

.socicon-appnet:before { content: "4"; }

.socicon-goodreads:before { content: "5"; }

.socicon-tripit:before { content: "6"; }

.socicon-lanyrd:before { content: "7"; }

.socicon-slideshare:before { content: "8"; }

.socicon-buffer:before { content: "9"; }

.socicon-rss:before { content: ","; }

.socicon-vkontakte:before { content: ";"; }

.socicon-disqus:before { content: ":"; }

.socicon-houzz:before { content: "+"; }

.socicon-mail:before { content: "@"; }

.socicon-patreon:before { content: "="; }

.socicon-paypal:before { content: "-"; }

.socicon-playstation:before { content: "^"; }

.socicon-smugmug:before { content: "¨"; }

.socicon-swarm:before { content: "$"; }

.socicon-triplej:before { content: "*"; }

.socicon-yammer:before { content: "&"; }

.socicon-stackoverflow:before { content: "("; }

.socicon-drupal:before { content: "#"; }

.socicon-odnoklassniki:before { content: "."; }

.socicon-android:before { content: "_"; }

.socicon-meetup:before { content: "]"; }

.socicon-persona:before { content: ")"; }