/* Error de minimización. Devolviendo el contenido no minimizado.
(3576,39): run-time error CSS1036: Expected expression, found ';'
 */
/* ---------------------------------------------------------------------- */
/*	Basic Elements & Classes
/* ---------------------------------------------------------------------- */
body {
    color: #000000;
    direction: ltr;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    padding: 0px !important;
    margin: 0px !important;
    background: #ffffff;
}

.body-central {
    background: none repeat scroll 0 0 #FBFBFB;
}

.init-container {
    background: none repeat scroll 0 0 #FFFFFF;
}

body.bg_style_1 {
    background: url("../images/bg.png") rgba(0, 0, 0, 0) !important;
}

body.bg_style_2 {
    background: url("../images/bg_2.png") rgba(0, 0, 0, 0) !important;
}

body.bg_style_3 {
    background: url("../images/bg_3.png") rgba(0, 0, 0, 0) !important;
}

body.bg_style_4 {
    background: url("../images/bg_4.png") rgba(0, 0, 0, 0) !important;
}

body.bg_style_5 {
    background: url("../images/bg_5.png") rgba(0, 0, 0, 0) !important;
}

a, a:focus, a:hover, a:active {
    outline: 0 !important;
}

h1, h2, h3 {
    font-family: sans-serif;
}

.pull-right {
    margin-right: 15px !important;
}
/* ---------------------------------------------------------------------- */
/*	Forms
/* ---------------------------------------------------------------------- */
.form-inline {
    display: inline;
}

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"] {
    background-color: #FFFFFF;
    border: 1px solid #D5D5D5;
    border-radius: 0 0 0 0 !important;
    color: #858585;
    font-family: inherit;
    font-size: 12px;
    line-height: 1.2;
    padding: 5px 4px;
    transition-duration: 0.1s;
    box-shadow: none;
}

    textarea:hover, input[type="text"]:hover, input[type="password"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="date"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, input[type="number"]:hover, input[type="email"]:hover, input[type="url"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="color"]:hover {
        border-color: #B5B5B5;
    }

    textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
        border-color: rgba(82, 168, 236, 0.8);
        box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
        outline: 0 none;
    }

input.form-control {
    padding-right: 10px !important;
}

label {
    font-weight: bold;
}

span.input-icon, span.input-help {
    display: block;
    position: relative;
}

.form-control {
    font-size: 12px;
    height: 31px;
}

.select2-container .select2-choice {
    height: 31px !important;
}

.input-icon > input {
    padding-left: 30px;
    padding-right: 6px;
}

.input-icon.input-icon-right > input {
    padding-left: 6px;
    padding-right: 25px;
}

span.input-help > input {
    padding-left: 30px;
    padding-right: 6px;
}

td .glyphicon {
    line-height: 1.5;
    top: 0 !important;
}

.input-icon > [class*="glyphicon-"] {
    bottom: 0;
    color: #909090;
    display: inline-block;
    font-size: 14px;
    left: 5px;
    line-height: 25px;
    padding: 0 3px;
    position: absolute;
    top: 2px;
    z-index: 0;
}

.input-icon.input-icon-right > [class*="glyphicon-"] {
    left: auto;
    right: 4px;
}

.input-icon > .input-icon > input:focus + [class*="glyphicon-"] {
    color: #557799;
}

input[type="checkbox"] {
    width: 15px !important;
    display: block;
}

    input[type="checkbox"].remember {
        display: inline;
        margin: 8px 0 0;
    }

.input-group-addon {
    padding: 4px 12px;
}

select.form-control {
    background-color: #FFFFFF;
    border: 1px solid #D5D5D5;
    border-radius: 0 0 0 0;
    color: #858585;
    padding-right: 10px !important;
}

    select.form-control option {
        padding: 3px 4px;
    }

.form-control.search-select {
    padding: 0 !important;
    box-shadow: none;
    border: none;
}

.limiterBox {
    border-top: 0;
    background-color: #65BCDA !important;
    padding: 3px 6px;
    font-size: 12px;
    color: #FFF;
    margin-top: 6px
}

    .limiterBox:after {
        display: none
    }

    .limiterBox:before {
        display: block;
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        top: -8px;
        left: 50%;
        margin-left: -5px;
        border-color: transparent;
        border-style: solid;
        border-bottom-color: #65BCDA;
        border-width: 0 8px 8px
    }

textarea.autosize {
    vertical-align: top;
    transition: height 0.2s;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
}

.radio label.radio-inline, .checkbox label.checkbox-inline {
    display: inline-block;
}

.radio-inline, .radio-inline + .radio-inline, .checkbox-inline, .checkbox-inline + .checkbox-inline {
    margin-right: 10px !important;
    margin-top: 5px !important;
    margin-left: 0 !important;
    margin-bottom: 10px !important;
}

.radio label, .checkbox label {
    margin-bottom: 5px;
}

.checkbox-table {
    display: inline-block;
    margin: 2px 0 0 0;
    padding-left: 20px;
    line-height: 10px;
}

    .checkbox-table label {
        margin-bottom: 0;
    }

.help-inline {
    margin-top: 6px;
    color: #737373;
}

.help-block.error {
    color: #B94A48;
}

.symbol.required:before {
    content: " * ";
    display: inline;
    color: #E6674A;
}

.symbol.ok:before {
    content: " \e013 ";
    display: inline;
    font-family: 'Glyphicons Halflings';
    float: right;
    margin-top: -2px;
    color: #468847;
}

.has-error .note-editor, .has-error .cke_chrome {
    border-color: #B94A48 !important;
}

.form-group .text {
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-top: 7px;
}
/** Input with date range */
.date-range {
    width: 100%;
}

.dropdown-menu {
    font-size: 12px;
}
/* ---------------------------------------------------------------------- */
/*	Generic Classes
/* ---------------------------------------------------------------------- */
.no-padding {
    padding: 0 !important;
}

.no-display {
    display: none;
}

.example {
    margin: 15px 0;
    padding: 14px 19px;
}

.widget {
    -moz-box-sizing: content-box;
    color: #333;
    margin-bottom: 30px;
    padding: 10px 12px;
    position: relative;
}

.space5 {
    display: block;
    margin-bottom: 5px !important;
    clear: both;
}

.space7 {
    margin-bottom: 7px !important;
    clear: both;
}

.space10 {
    margin-bottom: 10px !important;
    clear: both;
}

.space12 {
    margin-bottom: 12px !important;
    clear: both;
}

.space15 {
    margin-bottom: 15px !important;
    clear: both;
}

.space20 {
    margin-bottom: 20px !important;
    clear: both;
}

.teal {
    color: #569099;
}

a.teal:hover {
    color: #4d8189;
}

.orange {
    color: #E6674A;
}

a.orange:hover {
    color: #E35434;
}

.bricky {
    color: #C83A2A;
}

a.bricky:hover {
    color: #B33426;
}

.circle-img {
    border-radius: 100% 100% 100% 100%;
}

.center {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
}

.go-top {
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
    font-size: 16px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: -2px;
    text-decoration: none;
    line-height: 30px;
    text-align: center;
}
/* ---------------------------------------------------------------------- */
/*  Navbar and navbar elements
/* ---------------------------------------------------------------------- */
.navbar {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 42px;
    border-radius: 0;
    border: none;
    background: none;
}

.header-default .navbar {
    position: relative !important;
    z-index: 1000;
}

.navbar > .container .navbar-brand, .logo {
    padding: 14px 10px 12px;
    margin-top: -15px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 25px;
    min-width: 210px;
}

    .navbar > .container .navbar-brand i, .logo i {
        font-size: 20px;
    }

.navbar-tools > ul {
    list-style: none;
}

    .navbar-tools > ul > li > a {
        padding: 15px 15px 9px;
        font-size: 12px;
    }

.navbar-tools li.view-all a {
    padding: 8px 8px 6px !important;
}

.navbar-tools > ul > li {
    float: left;
}

.navbar-tools .dropdown-menu {
    background: none repeat scroll 0 0 white;
    border: 1px solid #C7CBD5;
    border-radius: 0 0 4px 4px;
    box-shadow: none;
    list-style: none outside none;
    margin: 1px 0 0;
    max-width: 300px;
    min-width: 166px;
    padding: 0;
    position: absolute;
    text-shadow: none;
    top: 100%;
    z-index: 1000;
}

.navbar-tools .drop-down-wrapper {
    height: 250px;
    width: 270px;
    overflow: hidden;
    position: relative;
    margin-top: 2px;
}

    .navbar-tools .drop-down-wrapper ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

ul.notifications li, ul.todo li, ul.posts li {
    min-width: 270px;
}

.navbar-tools > ul > li.dropdown {
    margin-left: 2px;
    margin-right: 2px;
}

.divider {
    margin: 0 !important;
}

.navbar-tools .dropdown-menu > li > a:hover,
.navbar-tools .dropdown-menu > li > a:focus,
.navbar-tools .dropdown-submenu:hover > a,
.navbar-tools .dropdown-submenu:focus > a,
.navbar-tools .drop-down-wrapper li a:hover,
.navbar-tools .drop-down-wrapper li a:focus {
    background-color: #F4F6F9 !important;
    background-image: none;
    filter: none;
    color: #000;
    text-decoration: none;
}
/*.drop-down-wrapper ul > li:last-child a {
	border-bottom: none;
}*/
.navbar-tools .dropdown-menu li .dropdown-menu-title {
    display: block;
    font-weight: bold;
    margin: -2px;
    padding: 5px 10px;
}

.navbar-tools .dropdown-menu li p, .navbar-tools .dropdown-menu li a, .navbar-tools .drop-down-wrapper li p, .navbar-tools .drop-down-wrapper li a {
    color: #333333;
    font-size: 12px;
    font-weight: 300;
    padding: 10px 6px 10px 10px;
    border-bottom: 1px solid rgba(100, 100, 100, 0.22);
    white-space: normal !important;
    display: block;
}

.navbar-tools .drop-down-wrapper li p, .navbar-tools .drop-down-wrapper li a {
    color: #333333;
    font-size: 12px;
    font-weight: 300;
    padding: 10px 25px 10px 10px;
    border-bottom: 1px solid rgba(100, 100, 100, 0.22);
    white-space: normal !important;
    display: block;
}

.navbar-tools li.dropdown:hover ul.dropdown-menu {
    display: block;
}

.navbar-tools .dropdown-menu > li:last-child a {
    border-bottom: none !important;
    border-radius: 0 0 6px 6px;
}

li.dropdown.current-user .dropdown-toggle {
    padding: 17px 4px 14px 9px;
}

li.dropdown.current-delegation .dropdown-toggle {
    padding: 27px 5px 22px 5px;
}

li.dropdown.notifications .dropdown-toggle {
    padding: 28px 20px;
    height: 67px;
}

li.dropdown.current-user .dropdown-menu li a {
    border-bottom: none !important;
}

li.dropdown.current-delegation .dropdown-menu li a {
    border-bottom: none !important;
}

.navbar-tools .dropdown-menu li p {
    font-weight: bold;
}

.navbar-tools .dropdown-menu li a .author {
    color: #0362FD;
    display: block;
}

.navbar-tools .dropdown-menu li a .preview {
    display: block;
}

.navbar-tools .dropdown-menu li a .time {
    font-size: 12px;
    font-style: italic;
    font-weight: 600;
    display: block;
    /*float: right;*/
    text-align: right;
}

.navbar-tools .dropdown-menu li.view-all a i {
    float: right;
    margin-top: 4px;
}

.navbar-tools .dropdown-menu.notifications li > a > .label {
    margin-right: 2px;
    padding: 2px 4px;
    text-align: center !important;
}

.navbar-tools .thread-image {
    margin-right: 8px;
    float: left;
    height: 50px;
    width: 50px;
}

.navbar-tools > ul > li.dropdown .dropdown-toggle .badge {
    border-radius: 12px 12px 12px 12px !important;
    font-size: 11px !important;
    font-weight: 300;
    padding: 3px 6px;
    position: absolute;
    text-align: center;
    text-shadow: none !important;
    top: 8px;
    left: 32px;
}

.navbar-tools > ul > li.dropdown .dropdown-toggle .badgeLIMS {
    border-radius: 12px 12px 12px 12px !important;
    font-size: 11px !important;
    font-weight: 300;
    padding: 3px 6px;
    position: absolute;
    text-align: center;
    text-shadow: none !important;
    top: 20px;
    left: 32px;
}

.navbar-toggle {
    border: none;
    border-radius: 0;
    margin-top: 5px;
    margin-bottom: 4px;
}

    .navbar-toggle span {
        font-size: 16px;
    }
/* ---------------------------------------------------------------------- */
/*	Search Box
/* ---------------------------------------------------------------------- */
.search-box:before {
    content: " " !important;
}

.search-box {
    float: right;
}

.sidebar-search {
    margin: -3px 0 0 0;
    padding: 0 30px 0 5px;
    display: inline-block;
    background: #E4E5E6;
    border-radius: 5px;
    color: #555555;
    position: absolute;
    right: 10px;
    top: 9px;
    min-height: 28px;
    min-width: 28px;
}

    .sidebar-search .form-group {
        margin: 0;
        padding: 0;
    }

        .sidebar-search .form-group input {
            background: none;
            border: none;
            width: 130px;
        }

            .sidebar-search .form-group input:focus {
                box-shadow: none;
            }

        .sidebar-search .form-group button {
            background: none;
            border: none;
            position: absolute;
            right: 4px;
            top: 5px;
            width: 28px;
        }

            .sidebar-search .form-group button i {
                color: #999999;
            }

.search-box .show-search {
    position: absolute;
    right: 15px;
    top: 12px;
    background: #D9D9D9;
    padding: 4px 10px;
    border-radius: 5px;
}

    .search-box .show-search:hover {
        text-decoration: none;
    }

    .search-box .show-search i {
        color: #999999;
    }
/* ---------------------------------------------------------------------- */
/*	Buttons
/* ---------------------------------------------------------------------- */
.btn {
    font-family: inherit;
    font-size: 12px;
}

.btn-teal {
    background-color: #569099;
    border-color: #4d8189;
    color: #ffffff;
}

    .btn-teal:hover, .btn-teal:focus, .btn-teal:active, .btn-teal.active {
        background-color: #4d8189;
        border-color: #447178;
        color: #ffffff;
    }

    .btn-teal.disabled:hover, .btn-teal.disabled:focus, .btn-teal.disabled:active, .btn-teal.disabled.active, .btn-teal[disabled]:hover, .btn-teal[disabled]:focus, .btn-teal[disabled]:active, .btn-teal[disabled].active, fieldset[disabled] .btn-teal:hover, fieldset[disabled] .btn-teal:focus, fieldset[disabled] .btn-teal:active, fieldset[disabled] .btn-teal.active {
        background-color: #569099;
        border-color: #569099;
        color: #ffffff;
    }

.btn-beige {
    background-color: #cc9;
    border-color: #c4c488;
    color: #ffffff;
}

    .btn-beige:hover, .btn-beige:focus, .btn-beige:active, .btn-beige.active {
        background-color: #c4c488;
        border-color: #bbbb77;
        color: #ffffff;
    }

    .btn-beige.disabled:hover, .btn-beige.disabled:focus, .btn-beige.disabled:active, .btn-beige.disabled.active, .btn-beige[disabled]:hover, .btn-beige[disabled]:focus, .btn-beige[disabled]:active, .btn-beige[disabled].active, fieldset[disabled] .btn-beige:hover, fieldset[disabled] .btn-beige:focus, fieldset[disabled] .btn-beige:active, fieldset[disabled] .btn-beige.active {
        background-color: #cc9;
        border-color: #cc9;
        color: #ffffff;
    }

.btn-dark-beige {
    background-color: #afaa6d;
    border-color: #a6a05d;
    color: #ffffff;
}

    .btn-dark-beige:hover, .btn-dark-beige:focus, .btn-dark-beige:active, .btn-dark-beige.active {
        background-color: #a6a05d;
        border-color: #979152;
        color: #ffffff;
    }

    .btn-dark-beige.disabled:hover, .btn-dark-beige.disabled:focus, .btn-dark-beige.disabled:active, .btn-dark-beige.disabled.active, .btn-dark-beige[disabled]:hover, .btn-dark-beige[disabled]:focus, .btn-dark-beige[disabled]:active, .btn-dark-beige[disabled].active, fieldset[disabled] .btn-dark-beige:hover, fieldset[disabled] .btn-dark-beige:focus, fieldset[disabled] .btn-dark-beige:active, fieldset[disabled] .btn-dark-beige.active {
        background-color: #afaa6d;
        border-color: #afaa6d;
        color: #ffffff;
    }

.btn-orange {
    background-color: #e6674a;
    border-color: #e35434;
    color: #ffffff;
}

    .btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active {
        background-color: #e35434;
        border-color: #de421f;
        color: #ffffff;
    }

    .btn-orange.disabled:hover, .btn-orange.disabled:focus, .btn-orange.disabled:active, .btn-orange.disabled.active, .btn-orange[disabled]:hover, .btn-orange[disabled]:focus, .btn-orange[disabled]:active, .btn-orange[disabled].active, fieldset[disabled] .btn-orange:hover, fieldset[disabled] .btn-orange:focus, fieldset[disabled] .btn-orange:active, fieldset[disabled] .btn-orange.active {
        background-color: #e6674a;
        border-color: #e6674a;
        color: #ffffff;
    }

.btn-purple {
    background-color: #57517b;
    border-color: #413d5c;
    color: #ffffff;
}

    .btn-purple:hover, .btn-purple:focus, .btn-purple:active, .btn-purple.active {
        background-color: #4c476c;
        border-color: #413d5c;
        color: #ffffff;
    }

    .btn-purple.disabled:hover, .btn-purple.disabled:focus, .btn-purple.disabled:active, .btn-purple.disabled.active, .btn-purple[disabled]:hover, .btn-purple[disabled]:focus, .btn-purple[disabled]:active, .btn-purple[disabled].active, fieldset[disabled] .btn-purple:hover, fieldset[disabled] .btn-purple:focus, fieldset[disabled] .btn-purple:active, fieldset[disabled] .btn-purple.active {
        background-color: #57517b;
        border-color: #333;
        color: #ffffff;
    }

.btn-dark-grey {
    background-color: #333;
    border-color: #333;
    color: #ffffff;
}

    .btn-dark-grey:hover, .btn-dark-grey:focus, .btn-dark-grey:active, .btn-dark-grey.active {
        background-color: #262626;
        border-color: #1a1a1a;
        color: #ffffff;
    }

    .btn-dark-grey.disabled:hover, .btn-dark-grey.disabled:focus, .btn-dark-grey.disabled:active, .btn-dark-grey.disabled.active, .btn-dark-grey[disabled]:hover, .btn-dark-grey[disabled]:focus, .btn-dark-grey[disabled]:active, .btn-dark-grey[disabled].active, fieldset[disabled] .btn-dark-grey:hover, fieldset[disabled] .btn-dark-grey:focus, fieldset[disabled] .btn-dark-grey:active, fieldset[disabled] .btn-dark-grey.active {
        background-color: #333;
        border-color: #333;
        color: #ffffff;
    }

.btn-med-grey {
    background-color: #666;
    border-color: #595959;
    color: #ffffff;
}

    .btn-med-grey:hover, .btn-med-grey:focus, .btn-med-grey:active, .btn-med-grey.active {
        background-color: #595959;
        border-color: #4d4d4d;
        color: #ffffff;
    }

    .btn-med-grey.disabled:hover, .btn-med-grey.disabled:focus, .btn-med-grey.disabled:active, .btn-med-grey.disabled.active, .btn-med-grey[disabled]:hover, .btn-med-grey[disabled]:focus, .btn-med-grey[disabled]:active, .btn-med-grey[disabled].active, fieldset[disabled] .btn-med-grey:hover, fieldset[disabled] .btn-med-grey:focus, fieldset[disabled] .btn-med-grey:active, fieldset[disabled] .btn-med-grey.active {
        background-color: #666;
        border-color: #666;
        color: #ffffff;
    }

.btn-light-grey {
    background-color: #999;
    border-color: #8c8c8c;
    color: #ffffff;
}

    .btn-light-grey:hover, .btn-light-grey:focus, .btn-light-grey:active, .btn-light-grey.active {
        background-color: #8c8c8c;
        border-color: #808080;
        color: #ffffff;
    }

    .btn-light-grey.disabled:hover, .btn-light-grey.disabled:focus, .btn-light-grey.disabled:active, .btn-light-grey.disabled.active, .btn-light-grey[disabled]:hover, .btn-light-grey[disabled]:focus, .btn-light-grey[disabled]:active, .btn-light-grey[disabled].active, fieldset[disabled] .btn-light-grey:hover, fieldset[disabled] .btn-light-grey:focus, fieldset[disabled] .btn-light-grey:active, fieldset[disabled] .btn-light-grey.active {
        background-color: #999;
        border-color: #999;
        color: #ffffff;
    }

.btn-bricky {
    background-color: #C83A2A;
    border-color: #b33426;
    color: #ffffff;
}

    .btn-bricky:hover, .btn-bricky:focus, .btn-bricky:active, .btn-bricky.active {
        background-color: #b33426;
        border-color: #9e2e21;
        color: #ffffff;
    }

    .btn-bricky.disabled:hover, .btn-bricky.disabled:focus, .btn-bricky.disabled:active, .btn-bricky.disabled.active, .btn-bricky[disabled]:hover, .btn-bricky[disabled]:focus, .btn-bricky[disabled]:active, .btn-bricky[disabled].active, fieldset[disabled] .btn-bricky:hover, fieldset[disabled] .btn-bricky:focus, fieldset[disabled] .btn-bricky:active, fieldset[disabled] .btn-bricky.active {
        background-color: #C83A2A;
        border-color: #C83A2A;
        color: #ffffff;
    }

.btn-green {
    background-color: #3D9400;
    border-color: #327b00;
    color: #ffffff;
}

    .btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active {
        background-color: #327b00;
        border-color: #286100;
        color: #ffffff;
    }

    .btn-green.disabled:hover, .btn-green.disabled:focus, .btn-green.disabled:active, .btn-green.disabled.active, .btn-green[disabled]:hover, .btn-green[disabled]:focus, .btn-green[disabled]:active, .btn-green[disabled].active, fieldset[disabled] .btn-green:hover, fieldset[disabled] .btn-green:focus, fieldset[disabled] .btn-green:active, fieldset[disabled] .btn-green.active {
        background-color: #3D9400;
        border-color: #3D9400;
        color: #ffffff;
    }

.btn-blue {
    background-color: #364F6A;
    border-color: #2d4259;
    color: #ffffff;
}

    .btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active {
        background-color: #2d4259;
        border-color: #253648;
        color: #ffffff;
    }

    .btn-blue.disabled:hover, .btn-blue.disabled:focus, .btn-blue.disabled:active, .btn-blue.disabled.active, .btn-blue[disabled]:hover, .btn-blue[disabled]:focus, .btn-blue[disabled]:active, .btn-blue[disabled].active, fieldset[disabled] .btn-blue:hover, fieldset[disabled] .btn-blue:focus, fieldset[disabled] .btn-blue:active, fieldset[disabled] .btn-blue.active {
        background-color: #364F6A;
        border-color: #364F6A;
        color: #ffffff;
    }

.btn-yellow {
    background-color: #FFB848;
    border-color: #ffae2f;
    color: #ffffff;
}

    .btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active, .btn-yellow.active {
        background-color: #ffae2f;
        border-color: #ffa415;
        color: #ffffff;
    }

    .btn-yellow.disabled:hover, .btn-yellow.disabled:focus, .btn-yellow.disabled:active, .btn-yellow.disabled.active, .btn-yellow[disabled]:hover, .btn-yellow[disabled]:focus, .btn-yellow[disabled]:active, .btn-yellow[disabled].active, fieldset[disabled] .btn-yellow:hover, fieldset[disabled] .btn-yellow:focus, fieldset[disabled] .btn-yellow:active, fieldset[disabled] .btn-yellow.active {
        background-color: #FFB848;
        border-color: #FFB848;
        color: #ffffff;
    }

.btn-red {
    background-color: #E02222;
    border-color: #cc1d1d;
    color: #ffffff;
}

    .btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active {
        background-color: #cc1d1d;
        border-color: #b61919;
        color: #ffffff;
    }

    .btn-red.disabled:hover, .btn-red.disabled:focus, .btn-red.disabled:active, .btn-red.disabled.active, .btn-red[disabled]:hover, .btn-red[disabled]:focus, .btn-red[disabled]:active, .btn-red[disabled].active, fieldset[disabled] .btn-red:hover, fieldset[disabled] .btn-red:focus, fieldset[disabled] .btn-red:active, fieldset[disabled] .btn-red.active {
        background-color: #E02222;
        border-color: #E02222;
        color: #ffffff;
    }

    .btn-teal .caret, .btn-beige .caret, .btn-dark-beige .caret, .btn-orange .caret, .btn-purple .caret, .btn-dark-grey .caret, .btn-med-grey .caret, .btn-light-grey .caret, .btn-bricky .caret, .btn-green .caret, .btn-blue .caret, .btn-yellow .caret, .btn-red .caret, .btn-table .caret {
        border-top-color: #ffffff;
    }

.dropup .btn-teal .caret, .dropup .btn-beige .caret, .dropup .btn-dark-beige .caret, .dropup .btn-orange .caret, .dropup .btn-purple .caret, .dropup .btn-dark-grey .caret, .dropup .btn-med-grey .caret, .dropup .btn-light-grey .caret, .dropup .btn-bricky .caret, .dropup .btn-green .caret, .dropup .btn-blue .caret, .dropup .btn-yellow .caret, .dropup .btn-red .caret {
    border-bottom: 4px solid #FFFFFF;
}

.btn-squared {
    border-radius: 0 !important;
}

.btn-table {
    color: #ffffff;
}

    .btn-table:hover, .btn-table:focus, .btn-table:active, .btn-table.active {
        color: #ffffff;
    }

    .btn-table.disabled:hover, .btn-table.disabled:focus, .btn-table.disabled:active, .btn-table.disabled.active, .btn-table[disabled]:hover, .btn-table[disabled]:focus, .btn-table[disabled]:active, .btn-table[disabled].active, fieldset[disabled] .btn-table:hover, fieldset[disabled] .btn-table:focus, fieldset[disabled] .btn-table:active, fieldset[disabled] .btn-table.active {
        color: #ffffff;
    }

.btn {
    transition: all 0.3s ease 0s !important;
}

.btn-xs {
    font-size: 11px;
}

.btn-icon {
    background-color: #EFEFEF;
    background-image: -moz-linear-gradient(center top, #FAFAFA, #EFEFEF);
    border: 1px solid #DDDDDD;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    cursor: pointer;
    height: 80px;
    display: block;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 5px 0 0;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
    color: #333333;
}

    .btn-icon:hover {
        border-color: #A5A5A5;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
        color: #444444;
        text-decoration: none;
        text-shadow: 0 1px 0 #FFFFFF;
    }

    .btn-icon .badge {
        border-radius: 12px 12px 12px 12px !important;
        border-style: solid;
        border-width: 0;
        box-shadow: none;
        color: #FFFFFF !important;
        font-family: 'Open Sans';
        font-size: 11px !important;
        font-weight: 300;
        padding: 3px 7px;
        position: absolute;
        right: -5px;
        text-shadow: none;
        top: -5px;
    }

.buttons-widget .btn, .buttons-widget .make-switch {
    margin-bottom: 5px;
}

.buttons-widget .btn-group-vertical .btn {
    margin-bottom: 0;
}
/* ---------------------------------------------------------------------- */
/*	Panel Tools
/* ---------------------------------------------------------------------- */
.panel-tools {
    position: absolute;
    right: 5px;
    top: 8px;
}

    .panel-tools .btn-link {
        color: #0480BE;
    }

        .panel-tools .btn-link:hover {
            color: #036392;
        }

    .panel-tools .btn-link {
        color: #57A957;
    }

        .panel-tools .btn-link:hover {
            color: #417E41;
        }

    .panel-tools .btn-link {
        color: #C43C35;
    }

        .panel-tools .btn-link:hover {
            color: #972E28;
        }

    .panel-tools .btn-link {
        color: #333333;
    }

        .panel-tools .btn-link:hover {
            color: #000000;
        }

        .panel-tools .btn-link:focus, .panel-tools .btn-link:hover, .panel-tools .btn-link:active {
            text-decoration: none;
            outline: 0 !important;
        }

    .panel-tools .btn.expand:before {
        content: "\e113";
        display: inline;
        float: right;
        font-family: 'Glyphicons Halflings';
        font-weight: 300;
        height: auto;
        text-shadow: none;
    }

    .panel-tools .btn.collapses:before {
        content: "\e114";
        display: inline;
        float: right;
        font-family: 'Glyphicons Halflings';
        font-weight: 300;
        height: auto;
        text-shadow: none;
    }

    .panel-tools .btn {
        border-style: none;
    }

    .panel-tools .btn-link {
        color: #FFFFFF;
    }

        .panel-tools .btn-link:hover {
            color: #333333;
        }

    .panel-tools .input-group-btn {
        display: inline;
        white-space: normal;
    }

    .panel-tools .dropdown-menu {
        left: auto;
        right: 1px;
        margin: 5px 0 0;
    }
/* ---------------------------------------------------------------------- */
/*	Panels and panel elements
/* ---------------------------------------------------------------------- */
.panel-body {
    position: relative !important;
}

.panel-body .refresh-container, .panel-body .refresh-tab {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.79);
    display: none;
    height: 100%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 4;
}

.panel-body .refresh-panel {
    height: auto;
}

.panel-heading {
    background-color: #F5F4F9;
    background-image: linear-gradient(to bottom,#416282 0%, #3B5A78 100%);
    background-repeat: repeat-x;
    border-bottom: 1px solid #CDCDCD;
    border-radius: 6px 6px 0 0;
    /*box-shadow: 0 1px 0 #FFFFFF inset;*/
    height: 36px;
    padding-left: 40px;
    position: relative;
}

.panel-heading + .panel-body .panel-heading {
background-color: #F5F4F9;
background-image: linear-gradient(to bottom,#4a6885 0%,#4a6885 100%) !Important;
background-repeat: repeat-x;
}

.panel-heading + .panel-body .panel-heading + .panel-body .panel-heading {
background-color: #F5F4F9;
background-image: linear-gradient(to bottom,#68839D 0%,#68839D 100%) !Important;
background-repeat: repeat-x;
}

.panel-heading + .panel-body .panel-heading + .panel-body .panel-heading + .panel-body .panel-heading {
background-color: #F5F4F9;
background-image: linear-gradient(to bottom,#8EA2B6 0%,#8EA2B6 100%) !Important;
background-repeat: repeat-x;
}

.panel-heading + .panel-body .panel-heading + .panel-body .panel-heading + .panel-body .panel-heading + .panel-body .panel-heading {
    background-color: #F5F4F9;
    background-image: linear-gradient(to bottom,#9fb4ca 0%,#9fb4ca 100%) !Important;
    background-repeat: repeat-x;
}

.panel-title {
    font-size: 13px;
    color: #FBFBFB;
}

.panel-white {
    box-shadow: none;
}

    .panel-white .panel-heading {
        background-color: #ffffff;
        background-image: none;
        border-bottom: 1px solid #CDCDCD;
        border-radius: 6px 6px 0 0;
        box-shadow: none;
        height: 36px;
        padding-left: 40px;
        position: relative;
    }

.panel-box {
    background: #FAFAFA;
    border: 1px solid #CDCDCD;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    clear: both;
    margin-bottom: 16px;
    margin-top: 16px;
    position: relative;
}

.panel.panel-full-screen {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998;
}
/* ---------------------------------------------------------------------- */
/*	Pagination
/* ---------------------------------------------------------------------- */
.pagination li a {
    cursor: pointer;
}

.pagination.squared {
    border-radius: 0 !important;
}

    .pagination.squared li:first-child a, .pagination.squared li:first-child > span {
        border-bottom-left-radius: 0px !important;
        border-left-width: 1px;
        border-top-left-radius: 0px !important;
    }

    .pagination.squared li:last-child > a, .pagination.squared li:last-child > span {
        border-bottom-right-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }

.pagination.pagination-purple li a, .pagination-purple .pagination li a {
    background: #F5F4F9;
    border: none !important;
    color: #333333;
    display: inline-block;
    margin-right: 1px;
}

    .pagination.pagination-purple li a:hover, .pagination-purple .pagination li a a:hover {
        background: #ECEAF3;
        color: #222222;
        cursor: pointer;
    }

.pagination.pagination-purple li:first-child a, .pagination-purple .pagination li:first-child a {
    border: none !important;
}

.pagination.pagination-purple li.disabled a, .pagination-purple .pagination li.disabled a {
    color: #AAAAAA !important;
}

    .pagination.pagination-purple li.disabled a:hover, .pagination-purple .pagination li.disabled a:hover, .pagination.pagination-purple li.disabled a:focus, .pagination-purple .pagination li.disabled a:focus {
        background: #F5F4F9;
        cursor: default !important;
    }

.pagination.pagination-purple li.active a, .pagination-purple .pagination li.active a {
    background: #57517B !important;
    border: none !important;
    color: #FFFFFF !important;
    cursor: default !important;
    opacity: 1;
}

.pagination-purple [class^="fa-"], .pagination-purple [class*=" fa-"] {
    color: #57517B;
}

.pagination-purple li.disabled [class^="fa-"], .pagination-purple li.disabled [class*=" fa-"] {
    opacity: 0.5;
}

.pagination.pagination-teal li a, .pagination-teal .pagination li a {
    background: #F3F8F8;
    border: none !important;
    color: #333333;
    display: inline-block;
    margin-right: 1px;
}

    .pagination.pagination-teal li a:hover, .pagination-teal .pagination li a a:hover {
        background: #D8E4E7;
        color: #222222;
        cursor: pointer;
    }

.pagination.pagination-teal li:first-child a, .pagination-teal .pagination li:first-child a {
    border: none !important;
}

.pagination.pagination-teal li.disabled a, .pagination-teal .pagination li.disabled a {
    color: #AAAAAA !important;
}

    .pagination.pagination-teal li.disabled a:hover, .pagination-teal .pagination li.disabled a:hover, .pagination.pagination-teal li.disabled a:focus, .pagination-teal .pagination li.disabled a:focus {
        background: #F3F8F8;
        cursor: default !important;
    }

.pagination.pagination-teal li.active a, .pagination-teal .pagination li.active a {
    background: #569099 !important;
    border: none !important;
    color: #FFFFFF !important;
    cursor: default !important;
    opacity: 1;
}

.pagination-teal li [class^="fa-"], .pagination-teal li [class*=" fa-"] {
    color: #4D8189;
}

.pagination-teal li.disabled [class^="fa-"], .pagination-teal li.disabled [class*=" fa-"] {
    opacity: 0.5;
}

.pagination.pagination-green li a, .pagination-green .pagination li a {
    background: #EFFBEC;
    border: none !important;
    color: #333333;
    display: inline-block;
    margin-right: 1px;
}

    .pagination.pagination-green li a:hover, .pagination-green .pagination li a a:hover {
        background: #CEF3C5;
        color: #222222;
        cursor: pointer;
    }

.pagination.pagination-green li:first-child a, .pagination-green .pagination li:first-child a {
    border: none !important;
}

.pagination.pagination-green li.disabled a, .pagination-green .pagination li.disabled a {
    color: #AAAAAA !important;
}

    .pagination.pagination-green li.disabled a:hover, .pagination-green .pagination li.disabled a:hover, .pagination.pagination-green li.disabled a:focus, .pagination-green .pagination li.disabled a:focus {
        background: #EFFBEC;
        cursor: default !important;
    }

.pagination.pagination-green li.active a, .pagination-green .pagination li.active a {
    background: #3D9400 !important;
    border: none !important;
    color: #FFFFFF !important;
    cursor: default !important;
    opacity: 1;
}

.pagination-green [class^="fa-"], .pagination-green [class*=" fa-"] {
    color: #327B00;
}

.pagination-green li.disabled [class^="fa-"], .pagination-green li.disabled [class*=" fa-"] {
    opacity: 0.5;
}

.pagination.pagination-bricky li a {
    background: #FDF8F7;
    border: none !important;
    color: #333333;
    display: inline-block;
    margin-right: 0;
}

    .pagination.pagination-bricky li a:hover {
        background: #FBEEEC;
        color: #222222;
        cursor: pointer;
    }

.pagination.pagination-bricky li a {
    margin-right: 1px;
}

.pagination.pagination-bricky li:first-child a {
    border: none !important;
}

.pagination.pagination-bricky li.disabled a {
    color: #AAAAAA !important;
}

    .pagination.pagination-bricky li.disabled a:hover, .pagination-bricky .pagination li.disabled a:hover, .pagination.pagination-bricky li.disabled a:focus, .pagination-bricky .pagination li.disabled a:focus {
        background: #FDF8F7;
        cursor: default !important;
    }

.pagination.pagination-bricky li.active a {
    background: #C83A2A !important;
    border: none !important;
    color: #FFFFFF !important;
    cursor: default !important;
    opacity: 1;
}

.pagination.pagination-bricky [class^="fa-"], .pagination.pagination-bricky [class*=" fa-"] {
    color: #C83A2A;
}

.pagination.pagination-bricky li.disabled [class^="fa-"], .pagination.pagination-bricky li.disabled [class*=" fa-"] {
    opacity: 0.5;
}
/* ---------------------------------------------------------------------- */
/*	Main Container and main content elements
/* ---------------------------------------------------------------------- */
.main-container {
    margin-top: 48px;
}

.page-full-width .main-container {
    margin-top: 98px;
}

.header-default .main-container {
    margin-top: 0 !important;
}

.main-content {
    margin-top: 0;
    background-color: #FFFFFF;
    padding: 0;
}

.container {
    max-width: none !important;
    width: auto !important;
}

.footer-fixed .main-content .container {
    margin-bottom: 22px;
}
/* ---------------------------------------------------------------------- */
/*	Main Navigation
/* ---------------------------------------------------------------------- */
.main-navigation {
    padding: 0;
    max-height: none !important;
    z-index: 1000;
}

ul.main-navigation-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-fixed .wrap-menu {
    overflow: hidden;
    position: fixed;
    width: 205px;
    height: 300px;
}

ul.main-navigation-menu > li {
    border: 0 none;
    display: block;
    margin: 0;
    padding: 0;
}

    ul.main-navigation-menu > li > a {
        border: 0 none;
        display: block;
        font-size: 12px;
        margin: 0;
        padding: 10px 15px;
        position: relative;
        text-decoration: none;
        border-bottom: 1px solid #DDDDDD;
        border-top: 1px solid #FFFFFF;
    }

ul.main-navigation-menu li a .badge {
    float: right;
    margin-right: 13px;
    margin-top: 1px;
}

ul.main-navigation-menu > li:last-child > a, ul.main-navigation-menu > li.last > a {
    border-bottom-color: #6381a1 !important;
}

body:not(.navigation-small) ul.main-navigation-menu > li:last-child > ul.sub-menu > li:last-child:not(.open) > a,
body:not(.navigation-small) ul.main-navigation-menu > li:last-child > ul.sub-menu > li:last-child > ul.sub-menu > li:last-child > a {
    border-bottom: 1px solid #6381a1 !important;
}

ul.main-navigation-menu > li > a i {
    font-size: 15px;
    margin-right: 5px;
    text-shadow: none;
    display: inline-block;
}

ul.main-navigation-menu li a .icon-arrow {
    float: right;
    margin-right: 6px;
    margin-top: 3px;
}

ul.main-navigation-menu li > a > .icon-arrow:before {
    content: "\e080";
    font-size: 8px;
    font-family: "Glyphicons Halflings";
}

ul.main-navigation-menu li.open > a > .icon-arrow:before {
    content: "\e114";
}

ul.main-navigation-menu > li > a:hover .icon-arrow, ul.main-navigation-menu > li.open > a .icon-arrow {
    opacity: 1;
}
/* 2nd level sub menu */
ul.main-navigation-menu li > ul.sub-menu {
    clear: both;
    list-style: none;
    /*margin: 8px 0;*/
    display: none;
    padding: 0;
}

    ul.main-navigation-menu li > ul.sub-menu > li {
        background: none;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        /*margin-top: 1px !important;*/
        padding: 0;
    }

        ul.main-navigation-menu li > ul.sub-menu > li > a {
            background: none;
            display: block;
            font-size: 12px;
            font-weight: 300;
            margin: 0;
            padding-bottom: 8px;
            padding-left: 40px !important;
            padding-right: 0;
            padding-top: 8px;
            text-decoration: none;
        }

ul.main-navigation-menu > li > ul.sub-menu li > a .icon-arrow {
    margin-right: 22px;
}
/* 3rd level sub menu */
ul.main-navigation-menu > li > ul.sub-menu li > ul.sub-menu {
    margin: 0;
}

ul.main-navigation-menu li.active > ul.sub-menu {
    display: block;
    padding: 0;
}

ul.main-navigation-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
    padding-left: 55px !important;
}

ul.main-navigation-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
    padding-left: 80px !important;
}
/*navigation toggler*/
.navigation-toggler {
    cursor: pointer;
    height: 40px;
    padding-top: 12.5px;
    text-align: center;
}
/*horizontal menu*/
.horizontal-menu {
    clear: both;
    border-top: 1px solid #C8C7CC !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
    padding: 0 15px !important;
    background: #FFFFFF;
}

    .horizontal-menu ul.nav li.open > a, .horizontal-menu ul.nav li > a:hover, .horizontal-menu ul.nav li > a:focus {
        background: #F5F5F5 !important;
        color: #555555 !important;
    }

    .horizontal-menu .dropdown-menu li:hover > a, .horizontal-menu ul.nav li.active > a, .horizontal-menu ul.nav li.active > a:hover {
        background: #007AFF !important;
        color: #FFFFFF !important;
    }

    .horizontal-menu ul.nav li.current .selected, .horizontal-menu ul.nav li.active .selected {
        border-left: 6px solid rgba(0, 0, 0, 0);
        border-right: 6px solid rgba(0, 0, 0, 0);
        border-top: 6px solid #007AFF;
        bottom: 0;
        display: inline-block;
        height: 0;
        left: 50%;
        margin: 0 0 -6px -7px;
        position: absolute;
        width: 0;
    }

    .horizontal-menu .dropdown-menu {
        box-shadow: none;
        margin-top: -1px !important;
        border-radius: 0;
    }

    .horizontal-menu .dropdown-submenu > .dropdown-menu {
        top: 0;
    }

    .horizontal-menu .dropdown-submenu > a:after {
        margin-right: 0;
        top: 8px;
    }

    .horizontal-menu .dropdown-menu li > a {
        margin-bottom: 1px;
        padding: 7px 18px !important;
    }

    .horizontal-menu .dropdown-menu .arrow {
        display: none;
    }

    .horizontal-menu .dropdown-submenu > .dropdown-menu {
        top: 0;
    }

    .horizontal-menu .dropdown-submenu > a:after {
        margin-right: 0;
        top: 8px;
    }

    .horizontal-menu ul.nav li {
        position: relative;
    }

    .horizontal-menu .dropdown-submenu > .dropdown-menu {
        left: 100%;
        margin-left: 0;
        margin-top: -6px;
        top: 5px;
    }

    .horizontal-menu .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .horizontal-menu .dropup .dropdown-submenu > .dropdown-menu {
        bottom: 0;
        margin-bottom: -2px;
        margin-top: 0;
        top: auto;
    }
/* ---------------------------------------------------------------------- */
/*	Footer and footer elemnts
/* ---------------------------------------------------------------------- */
.footer {
    font-size: 12px;
    padding: 8px 20px 5px;
    position: relative;
}

.footer-inner {
    float: left;
}

.footer-items {
    float: right;
}

.footer-fixed .footer {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1000;
    border-top-width: 1px;
    border-top-style: solid;
}

/* ---------------------------------------------------------------------- */
/*	Breadcrumb
/* ---------------------------------------------------------------------- */
.breadcrumb {
    margin: 0 -15px;
    border-radius: 0;
    padding: 12.5px 40px 15px 15px;
    ;
    border-bottom: 1px solid #C8C7CC;
    position: relative;
    height: 40px;
}

    .breadcrumb i {
        color: #cccccc;
        font-size: 12px;
        display: inline-block;
    }
/* ---------------------------------------------------------------------- */
/*	Dropdown elements
/* ---------------------------------------------------------------------- */
.dropdown-checkboxes {
    padding: 5px;
}

    .dropdown-checkboxes label {
        display: block;
        font-weight: normal;
        line-height: 20px;
    }
/* ---------------------------------------------------------------------- */
/*	Labels and Badges
/* ---------------------------------------------------------------------- */
.badge-success {
    background-color: #5CB85C;
}

    .badge-success[href]:hover, .badge-success[href]:focus {
        background-color: #449D44;
    }

.badge-warning {
    background-color: #F0AD4E;
}

    .badge-warning[href]:hover, .badge-warning[href]:focus {
        background-color: #EC971F;
    }

.badge-info {
    background-color: #5BC0DE;
}

    .badge-info[href]:hover, .badge-info[href]:focus {
        background-color: #31B0D5;
    }

.badge-danger {
    background-color: #D9534F;
}

    .badge-danger[href]:hover, .badge-danger[href]:focus {
        background-color: #C9302C;
    }

.badge-new {
    background-color: #007AFF;
    border-radius: 12px 12px 12px 12px !important;
    font-size: 11px !important;
    font-weight: 300;
    height: 18px;
    padding: 3px 6px;
    text-align: center;
    text-shadow: none !important;
    vertical-align: middle;
}

.label {
    font-size: 85% !important;
    padding: 0.4em 0.6em !important;
    white-space: normal;
    display: block;
}

.label-inverse, .badge-inverse {
    background-color: #555555;
}

.label-pink {
    background-color: #FF80AA;
}

    .label-pink[href]:hover,
    .label-pink[href]:focus {
        background-color: #ffccdd;
    }

.label-secondary {
    background-color: #6c757d;
}

    .label-secondary[href]:hover,
    .label-secondary[href]:focus {
        background-color: #5a6268;
    }
/* ---------------------------------------------------------------------- */
/*	Progress bar
/* ---------------------------------------------------------------------- */
.progress {
    margin-bottom: 0;
}

    .progress.progress-xs {
        height: 7px;
    }

    .progress.progress-sm {
        height: 12px;
    }

.progress-bar-success {
    color: #3c763d;
    background-color: #CCEAC0;
}

.progress-bar-warning {
    color: #8a6d3b;
    background-color: #FFF8D6;
}

.progress-bar-danger {
    color: #a94442;
    background-color: #F2CFCF;
}

.progress-bar-orange {
    color: #a94442;
    background-color: #FF9966;
}

/* ---------------------------------------------------------------------- */
/*	Modal elements
/* ---------------------------------------------------------------------- */

.modal-footer {
    background: #ECF0F1;
    border-radius: 0 0 6px 6px;
}
/* ---------------------------------------------------------------------- */
/*	Tabs
/* ---------------------------------------------------------------------- */
.tabbable {
    margin-bottom: 15px;
}

.nav-tabs {
    border-color: #DDDDDD;
    margin-bottom: 0;
    margin-left: 0;
    position: relative;
    top: 1px;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        background-color: #FFFFFF;
        border-color: #DDDDDD #DDDDDD transparent;
        border-top: 2px solid #DDDDDD;
        color: #333333;
        line-height: 16px;
        margin-top: -1px;
        z-index: 12;
    }

    .nav-tabs > li:first-child > a {
        margin-left: 0;
    }

    .nav-tabs > li > a:hover {
        background-color: #FFFFFF;
        border-color: #DDDDDD;
        color: #4C8FBD;
    }

    .nav-tabs > li > a, .nav-tabs > li > a:focus {
        background-color: #F9F9F9;
        border-color: #DDDDDD;
        border-radius: 0 0 0 0 !important;
        color: #999999;
        line-height: 16px;
        margin-right: -1px;
        position: relative;
    }

.disabledTab {
    pointer-events: none;
}

.tab-content {
    border: 1px solid #DDDDDD;
    padding: 16px 12px;
    position: relative;
}

.tabs-below > .nav-tabs {
    border-bottom-width: 0;
    border-color: #DDDDDD;
    margin-bottom: 0;
    margin-top: -1px;
    top: auto;
}

    .tabs-below > .nav-tabs > li > a, .tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
        border-color: #DDDDDD;
    }

    .tabs-below > .nav-tabs > li.active > a, .tabs-below > .nav-tabs > li.active > a:hover, .tabs-below > .nav-tabs > li.active > a:focus {
        border-bottom: 2px solid #DDDDDD;
        border-color: transparent #DDDDDD #DDDDDD;
        border-top-width: 1px;
        margin-top: 0;
    }

.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
    min-width: 60px;
}

.tabs-left > .nav-tabs {
    border-color: #DDDDDD;
    float: left;
    margin-bottom: 0;
    top: auto;
}

    .tabs-left > .nav-tabs > li {
        float: none;
    }

        .tabs-left > .nav-tabs > li > a, .tabs-left > .nav-tabs > li > a:focus, .tabs-left > .nav-tabs > li > a:hover {
            border-color: #DDDDDD;
            margin: 0 -1px 0 0;
        }

        .tabs-left > .nav-tabs > li.active > a, .tabs-left > .nav-tabs > li.active > a:focus, .tabs-left > .nav-tabs > li.active > a:hover {
            border-color: #DDDDDD;
            border-right: none;
            border-left: 2px solid #DDDDDD;
            border-top-width: 1px;
            margin: 0 -1px;
        }

.tabs-right > .nav-tabs {
    border-color: #DDDDDD;
    float: right;
    margin-bottom: 0;
    top: auto;
}

    .tabs-right > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a:focus, .tabs-right > .nav-tabs > li > a:hover {
        border-color: #DDDDDD;
        margin: 0 -1px;
    }

    .tabs-right > .nav-tabs > li.active > a, .tabs-right > .nav-tabs > li.active > a:focus, .tabs-right > .nav-tabs > li.active > a:hover {
        border-color: #DDDDDD;
        border-left: none;
        border-right: 2px solid #DDDDDD;
        border-top-width: 1px;
        margin: 0 -2px 0 -1px;
    }

.nav-tabs > li > a > .badge {
    line-height: 8px;
    opacity: 0.7;
}

.nav-tabs > li > a > [class*="fa-"] {
    opacity: 0.75;
}

.nav-tabs > li.active > a > .badge, .nav-tabs > li.active > a > [class*="fa-"] {
    opacity: 1;
}

.nav-tabs li [class*=" fa-"], .nav-tabs li [class^="fa-"] {
    display: inline-block;
    text-align: center;
    width: 1.25em;
}

.nav-tabs > li.open .dropdown-toggle {
    background-color: #4F99C6;
    border-color: #4F99C6;
    color: #FFFFFF;
}

    .nav-tabs > li.open .dropdown-toggle > [class*="fa-"] {
        color: #FFFFFF !important;
        opacity: 1;
    }

.tabs-left .tab-content, .tabs-right .tab-content {
    overflow: auto;
}
/*teal*/
.tab-teal > li.active > a, .tab-teal > li.active > a:hover, .tab-teal > li.active > a:focus {
    border-color: #DDDDDD;
    border-top: 2px solid #569099;
}

.tab-teal > li > a:hover {
    color: #569099;
}

.tab-teal > li.dropdown.open.active > a:hover, .tab-teal > li.dropdown.open.active > a:focus {
    background-color: #569099;
    border-color: #569099;
    color: #FFFFFF;
}

.tab-teal > li.open .dropdown-toggle {
    background-color: #569099;
    border-color: #569099;
    color: #FFFFFF;
}

.tab-teal .dropdown-menu > li > a:hover, .tab-teal .dropdown-menu > li > a:focus {
    background-color: #569099;
}

.tab-teal .active > a, .tab-teal .active > a:hover, .tab-teal .active > a:focus {
    background-color: #569099;
}

.tabs-left > .tab-teal > li.active > a, .tabs-left > .tab-teal > li.active > a:focus, .tabs-left > .tab-teal > li.active > a:hover {
    border-color: #DDDDDD;
    border-right: none;
    border-left: 2px solid #569099;
}

.tabs-below > .tab-teal > li.active > a, .tabs-below > .tab-teal > li.active > a:hover, .tabs-below > .tab-teal > li.active > a:focus {
    border-color: #DDDDDD;
    border-top: none;
    border-bottom: 2px solid #569099;
}

.tabs-right > .tab-teal > li.active > a, .tabs-right > .tab-teal > li.active > a:focus, .tabs-right > .tab-teal > li.active > a:hover {
    border-color: #DDDDDD;
    border-left: none;
    border-right: 2px solid #569099;
}

.tab-padding.tab-teal > li > a, .tab-padding.tab-teal > li > a:focus, .tab-padding.tab-teal > li > a:hover {
    border-color: rgba(0, 0, 0, 0);
    color: #FFFFFF;
}

.tab-padding.tab-teal > li:not(.active) > a:hover {
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) transparent;
    opacity: 0.85;
}

.tab-padding.tab-teal > li:not(.active) > a > [class*="fa-"]:first-child {
    color: #FFFFFF !important;
}

.tab-padding.tab-teal > li:not(.active) > a > .badge {
    background-color: #FFFFFF !important;
    color: rgba(0, 0, 0, 0.4) !important;
}

.tab-padding.tab-teal > li > a, .tab-padding.tab-teal > li > a:focus {
    background-color: #7DAFB7;
}

.tab-padding.tab-teal > li.active > a, .tab-padding.tab-teal > li.active > a:focus, .tab-padding.tab-teal > li.active > a:hover {
    background-color: #FFFFFF;
    box-shadow: none;
    color: #4F80A0;
}

    .tab-padding.tab-teal > li.active > a, .tab-padding.tab-teal > li.active > a:focus, .tab-padding.tab-teal > li.active > a:hover {
        border-color: #569099 #DDDDDD transparent;
        color: #4D8189;
    }

.tabs-below .tab-padding.tab-teal > li.active > a {
    border-color: transparent #7DB4D8 #7DB4D8;
}

.tab-padding.tab-teal {
    border-bottom-color: #569099;
    background-color: #F3F8F8;
}

.tabs-below .nav-tabs.tab-teal {
    padding-bottom: 6px;
    border-bottom-color: #DDDDDD;
    border-top: 0 none;
}
/*bricky*/
.tab-bricky > li.active > a, .tab-bricky > li.active > a:hover, .tab-bricky > li.active > a:focus {
    border-color: #C83A2A #DDDDDD transparent;
    border-top: 2px solid #C83A2A;
}

.tab-bricky > li > a:hover {
    color: #C83A2A;
}

.tab-bricky > li.dropdown.open.active > a:hover, .tab-bricky > li.dropdown.open.active > a:focus {
    background-color: #C83A2A;
    border-color: #C83A2A;
    color: #FFFFFF;
}

.tab-bricky > li.open .dropdown-toggle {
    background-color: #C83A2A;
    border-color: #C83A2A;
    color: #FFFFFF;
}

.tab-bricky .dropdown-menu > li > a:hover, .tab-bricky .dropdown-menu > li > a:focus {
    background-color: #C83A2A;
}

.tab-bricky .active > a, .tab-bricky .active > a:hover, .tab-bricky .active > a:focus {
    background-color: #C83A2A;
}

.tabs-left > .tab-bricky > li.active > a, .tabs-left > .tab-bricky > li.active > a:focus, .tabs-left > .tab-bricky > li.active > a:hover {
    border-color: #DDDDDD transparent #DDDDDD #C83A2A;
    border-left: 2px solid #C83A2A;
}

.tabs-below > .tab-bricky > li.active > a, .tabs-below > .tab-bricky > li.active > a:hover, .tabs-below > .tab-bricky > li.active > a:focus {
    border-bottom: 2px solid #C83A2A;
    border-color: transparent #DDDDDD #C83A2A;
}

.tabs-right > .tab-bricky > li.active > a, .tabs-right > .tab-bricky > li.active > a:focus, .tabs-right > .tab-bricky > li.active > a:hover {
    border-color: #DDDDDD #C83A2A #DDDDDD transparent;
    border-right: 2px solid #C83A2A;
}

.tab-padding.tab-bricky > li > a, .tab-padding.tab-bricky > li > a:focus, .tab-padding.tab-bricky > li > a:hover {
    border-color: rgba(0, 0, 0, 0);
    color: #FFFFFF;
}

.tab-padding.tab-bricky > li:not(.active) > a:hover {
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) transparent;
    opacity: 0.85;
}

.tab-padding.tab-bricky > li:not(.active) > a > [class*="fa-"]:first-child {
    color: #FFFFFF !important;
}

.tab-padding.tab-bricky > li:not(.active) > a > .badge {
    background-color: #FFFFFF !important;
    color: rgba(0, 0, 0, 0.4) !important;
}

.tab-padding.tab-bricky > li > a, .tab-padding.tab-bricky > li > a:focus {
    background-color: #DC6456;
}

.tab-padding.tab-bricky > li.active > a, .tab-padding.tab-bricky > li.active > a:focus, .tab-padding.tab-bricky > li.active > a:hover {
    background-color: #FFFFFF;
    box-shadow: none;
    color: #333333;
}

    .tab-padding.tab-bricky > li.active > a, .tab-padding.tab-bricky > li.active > a:focus, .tab-padding.tab-teal > li.active > a:hover {
        border-color: #C83A2A #DDDDDD transparent;
        color: #333333;
    }

.tabs-below .tab-padding.tab-bricky > li.active > a {
    border-color: transparent #C83A2A #DDDDDD;
}

.tab-padding.tab-bricky {
    border-bottom-color: #C83A2A;
    background-color: #FBEEEC;
}

.tabs-below .nav-tabs.tab-bricky {
    padding-bottom: 6px;
    border-bottom-color: #DDDDDD;
    border-top: 0 none;
}
/*green*/
.tab-green > li.active > a, .tab-green > li.active > a:hover, .tab-green > li.active > a:focus {
    border-color: #3D9400 #DDDDDD transparent;
    border-top: 2px solid #3D9400;
}

.tab-green > li > a:hover {
    color: #3D9400;
}

.tab-green > li.dropdown.open.active > a:hover, .tab-green > li.dropdown.open.active > a:focus {
    background-color: #3D9400;
    border-color: #3D9400;
    color: #FFFFFF;
}

.tab-green > li.open .dropdown-toggle {
    background-color: #3D9400;
    border-color: #3D9400;
    color: #FFFFFF;
}

.tab-green .dropdown-menu > li > a:hover, .tab-green .dropdown-menu > li > a:focus {
    background-color: #3D9400;
}

.tab-green .active > a, .tab-green .active > a:hover, .tab-green .active > a:focus {
    background-color: #3D9400;
}

.tabs-left > .tab-green > li.active > a, .tabs-left > .tab-green > li.active > a:focus, .tabs-left > .tab-green > li.active > a:hover {
    border-color: #DDDDDD transparent #DDDDDD #3D9400;
    border-left: 2px solid #3D9400;
}

.tabs-below > .tab-green > li.active > a, .tabs-below > .tab-green > li.active > a:hover, .tabs-below > .tab-green > li.active > a:focus {
    border-bottom: 2px solid #3D9400;
    border-color: transparent #DDDDDD #3D9400;
}

.tabs-right > .tab-green > li.active > a, .tabs-right > .tab-green > li.active > a:focus, .tabs-right > .tab-green > li.active > a:hover {
    border-color: #DDDDDD #3D9400 #DDDDDD transparent;
    border-right: 2px solid #3D9400;
}

.tab-padding.tab-green > li > a, .tab-padding.tab-green > li > a:focus, .tab-padding.tab-green > li > a:hover {
    border-color: rgba(0, 0, 0, 0);
    color: #FFFFFF;
}

.tab-padding.tab-green > li:not(.active) > a:hover {
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) transparent;
    opacity: 0.85;
}

.tab-padding.tab-green > li:not(.active) > a > [class*="fa-"]:first-child {
    color: #FFFFFF !important;
}

.tab-padding.tab-green > li:not(.active) > a > .badge {
    background-color: #FFFFFF !important;
    color: rgba(0, 0, 0, 0.4) !important;
}

.tab-padding.tab-green > li > a, .tab-padding.tab-green > li > a:focus {
    background-color: #71B145;
}
/*blackblue*/
.tab-blue > li.active > a, .tab-blackblue > li.active > a:hover, .tab-blackblue > li.active > a:focus {
    border-color: #364F6A #DDDDDD transparent;
    border-top: 2px solid #364F6A;
}

.tab-blackblue > li > a:hover {
    color: #364F6A;
}

.tab-blackblue > li.dropdown.open.active > a:hover, .tab-blackblue > li.dropdown.open.active > a:focus {
    background-color: #364F6A;
    border-color: #364F6A;
    color: #FFFFFF;
}

.tab-blackblue > li.open .dropdown-toggle {
    background-color: #364F6A;
    border-color: #364F6A;
    color: #FFFFFF;
}

.tab-blackblue .dropdown-menu > li > a:hover, .tab-blackblue .dropdown-menu > li > a:focus {
    background-color: #364F6A;
}

.tab-blackblue .active > a, .tab-blackblue .active > a:hover, .tab-blackblue .active > a:focus {
    background-color: #364F6A;
}

.tabs-left > .tab-blackblue > li.active > a, .tabs-left > .tab-blackblue > li.active > a:focus, .tabs-left > .tab-blackblue > li.active > a:hover {
    border-color: #DDDDDD transparent #DDDDDD #364F6A;
    border-left: 2px solid #364F6A;
}

.tabs-below > .tab-blackblue > li.active > a, .tabs-below > .tab-blackblue > li.active > a:hover, .tabs-below > .tab-blackblue > li.active > a:focus {
    border-bottom: 2px solid #364F6A;
    border-color: transparent #DDDDDD #364F6A;
}

.tabs-right > .tab-blackblue > li.active > a, .tabs-right > .tab-blackblue > li.active > a:focus, .tabs-right > .tab-blackblue > li.active > a:hover {
    border-color: #DDDDDD #364F6A #DDDDDD transparent;
    border-right: 2px solid #364F6A;
}

.tab-padding.tab-blackblue > li > a, .tab-padding.tab-blackblue > li > a:focus, .tab-padding.tab-blackblue > li > a:hover {
    border-color: rgba(0, 0, 0, 0);
    color: #FFFFFF;
}

.tab-padding.tab-blackblue > li:not(.active) > a:hover {
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) transparent;
    opacity: 0.85;
}

.tab-padding.tab-blackblue > li:not(.active) > a > [class*="fa-"]:first-child {
    color: #FFFFFF !important;
}

.tab-padding.tab-blackblue > li:not(.active) > a > .badge {
    background-color: #FFFFFF !important;
    color: rgba(0, 0, 0, 0.4) !important;
}

.tab-padding.tab-blackblue > li > a, .tab-padding.tab-blackblue > li > a:focus {
    background-color: #4976A0;
}

.tab-padding.tab-blackblue > li.active > a, .tab-padding.tab-blackblue > li.active > a:focus, .tab-padding.tab-blackblue > li.active > a:hover {
    background-color: #FFFFFF;
    box-shadow: none;
    color: #333333;
}

    .tab-padding.tab-blackblue > li.active > a, .tab-padding.tab-blackblue > li.active > a:focus, .tab-padding.tab-teal > li.active > a:hover {
        border-color: #364F6A #DDDDDD transparent;
        color: #333333;
    }

.tabs-below .tab-padding.tab-blackblue > li.active > a {
    border-color: transparent #364F6A #DDDDDD;
}

.tab-padding.tab-blackblue {
    border-bottom-color: #364F6A;
    background-color: #F5F5F5;
}

.tabs-below .nav-tabs.tab-blackblue {
    padding-bottom: 6px;
    border-bottom-color: #DDDDDD;
    border-top: 0 none;
}

.tab-padding.tab-green > li.active > a, .tab-padding.tab-green > li.active > a:focus, .tab-padding.tab-green > li.active > a:hover {
    background-color: #FFFFFF;
    box-shadow: none;
    color: #333333;
}

    .tab-padding.tab-green > li.active > a, .tab-padding.tab-green > li.active > a:focus, .tab-padding.tab-teal > li.active > a:hover {
        border-color: #3D9400 #DDDDDD transparent;
        color: #333333;
    }

.tabs-below .tab-padding.tab-green > li.active > a {
    border-color: transparent #3D9400 #DDDDDD;
}

.tab-padding.tab-green {
    border-bottom-color: #3D9400;
    background-color: #EFFBEC;
}

.tabs-below .nav-tabs.tab-green {
    padding-bottom: 6px;
    border-bottom-color: #DDDDDD;
    border-top: 0 none;
}
/*blue*/
.tab-blue > li.active > a, .tab-blue > li.active > a:hover, .tab-blue > li.active > a:focus {
    border-color: #364F6A #DDDDDD transparent;
    border-top: 2px solid #364F6A;
}

.tab-blue > li > a:hover {
    color: #364F6A;
}

.tab-blue > li.dropdown.open.active > a:hover, .tab-blue > li.dropdown.open.active > a:focus {
    background-color: #364F6A;
    border-color: #364F6A;
    color: #FFFFFF;
}

.tab-blue > li.open .dropdown-toggle {
    background-color: #364F6A;
    border-color: #364F6A;
    color: #FFFFFF;
}

.tab-blue .dropdown-menu > li > a:hover, .tab-blue .dropdown-menu > li > a:focus {
    background-color: #364F6A;
}

.tab-blue .active > a, .tab-blue .active > a:hover, .tab-blue .active > a:focus {
    background-color: #364F6A;
}

.tabs-left > .tab-blue > li.active > a, .tabs-left > .tab-blue > li.active > a:focus, .tabs-left > .tab-blue > li.active > a:hover {
    border-color: #DDDDDD transparent #DDDDDD #364F6A;
    border-left: 2px solid #364F6A;
}

.tabs-below > .tab-blue > li.active > a, .tabs-below > .tab-blue > li.active > a:hover, .tabs-below > .tab-blue > li.active > a:focus {
    border-bottom: 2px solid #364F6A;
    border-color: transparent #DDDDDD #364F6A;
}

.tabs-right > .tab-blue > li.active > a, .tabs-right > .tab-blue > li.active > a:focus, .tabs-right > .tab-blue > li.active > a:hover {
    border-color: #DDDDDD #364F6A #DDDDDD transparent;
    border-right: 2px solid #364F6A;
}

.tab-padding.tab-blue > li > a, .tab-padding.tab-blue > li > a:focus, .tab-padding.tab-blue > li > a:hover {
    border-color: rgba(0, 0, 0, 0);
    color: #FFFFFF;
}

.tab-padding.tab-blue > li:not(.active) > a:hover {
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) transparent;
    opacity: 0.85;
}

.tab-padding.tab-blue > li:not(.active) > a > [class*="fa-"]:first-child {
    color: #FFFFFF !important;
}

.tab-padding.tab-blue > li:not(.active) > a > .badge {
    background-color: #FFFFFF !important;
    color: rgba(0, 0, 0, 0.4) !important;
}

.tab-padding.tab-blue > li > a, .tab-padding.tab-blue > li > a:focus {
    background-color: #6C7F92;
}

.tab-padding.tab-blue > li.active > a, .tab-padding.tab-blue > li.active > a:focus, .tab-padding.tab-blue > li.active > a:hover {
    background-color: #FFFFFF;
    box-shadow: none;
    color: #333333;
}

    .tab-padding.tab-blue > li.active > a, .tab-padding.tab-blue > li.active > a:focus, .tab-padding.tab-teal > li.active > a:hover {
        border-color: #364F6A #DDDDDD transparent;
        color: #333333;
    }

.tabs-below .tab-padding.tab-blue > li.active > a {
    border-color: transparent #364F6A #DDDDDD;
}

.tab-padding.tab-blue {
    border-bottom-color: #364F6A;
    background-color: #F3F5F6;
}

.tabs-below .nav-tabs.tab-blue {
    padding-bottom: 6px;
    border-bottom-color: #DDDDDD;
    border-top: 0 none;
}

.nav > li.active > .dropdown-toggle {
    cursor: pointer !important;
}

.nav-pills .open .dropdown-toggle > [class*="fa-"], .nav > li.dropdown.open.active > a:hover > [class*="fa-"], .nav > li.dropdown.open.active > a:focus > [class*="fa-"] {
    color: #FFFFFF !important;
}

.nav-tabs > li:not(.active):not(.open) > a:not(:hover) > .disabled[class*="fa-"]:first-child {
    color: #909090 !important;
}

.nav-tabs.tab-space-1 > li > a {
    margin-right: 1px;
}

.nav-tabs.tab-space-2 > li > a {
    margin-right: 2px;
}

.nav-tabs.tab-space-3 > li > a {
    margin-right: 3px;
}

.nav-tabs.tab-space-4 > li > a {
    margin-right: 4px;
}

.nav-tabs.tab-padding {
    padding: 6px 5px 0;
    border: 1px solid #DDDDDD;
}

.panel-tabs .nav-tabs {
    float: right;
    margin-top: -52px;
    border: none;
}

    .panel-tabs .nav-tabs > li > a {
        height: 36px;
        border-top: none;
        border-bottom: none;
        background: none;
        border-right: 1px solid #CDCDCD;
        box-shadow: 1px 1px 0 0 #FFFFFF;
    }

        .panel-tabs .nav-tabs > li > a:hover {
            background: #ffffff;
        }

    .panel-tabs .nav-tabs > li:first-child > a {
        box-shadow: 0 1px 0 1px #FFFFFF;
    }

    .panel-tabs .nav-tabs > li.active > a, .panel-tabs .nav-tabs > li.active > a:hover, .panel-tabs .nav-tabs > li.active > a:focus {
        background-color: #FFFFFF;
        background-image: none;
        border-color: #4C8FBD #DDDDDD transparent;
        border-top: none;
        box-shadow: none;
        color: #333333;
        line-height: 16px;
        margin-top: 0;
    }

.panel-tabs .tab-content {
    border: none;
    padding: 0;
}

.tabs-right > .nav-tabs > li {
    float: none;
}
/* ---------------------------------------------------------------------- */
/*	Page Header
/* ---------------------------------------------------------------------- */
.page-header {
    text-align: center;
    margin: 10px 0 15px;
    border-bottom: 1px solid #DADADA;
    padding-bottom: 0;
}

    .page-header h1, .page-header h2, .page-header h3 {
        font-family: Calibri, 'Trebuchet MS', sans-serif;
        font-weight: 300;
        letter-spacing: -1px;
        margin: 0 0 10px;
        padding: 0;
        color: #666666;
    }

/*.page-header h1, h2, h3, small {
	color: #888888;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0;
}*/
/* ---------------------------------------------------------------------- */
/*	Accordion
/* ---------------------------------------------------------------------- */
.accordion-custom .panel {
    background-color: #FFFFFF;
    border: none;
    border-radius: 0 0 0 0;
    box-shadow: none;
}

.accordion-custom .panel-heading {
    padding: 0;
    background-image: none;
    height: auto;
    box-shadow: none;
    border-radius: 0;
}

.accordion-custom .panel-body {
    border: none !important;
}

.accordion-custom .panel-heading .accordion-toggle {
    background-color: #cccccc;
    color: #606060;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    padding: 10px;
    position: relative;
}

    .accordion-custom .panel-heading .accordion-toggle:hover, .accordion-custom .panel-heading .accordion-toggle:focus {
        text-decoration: none;
    }

    .accordion-custom .panel-heading .accordion-toggle.collapsed {
        background-color: #F3F3F3;
        border-color: #D9D9D9;
        border-width: 0 0 0 1px;
        color: #606060;
        font-weight: normal;
    }

    .accordion-custom .panel-heading .accordion-toggle > .icon-arrow:before {
        content: "\f078";
    }

    .accordion-custom .panel-heading .accordion-toggle.collapsed > .icon-arrow:before {
        content: "\f054" !important;
    }

.accordion-custom.panel-group .panel-heading .accordion-toggle > .icon-arrow {
    font-size: 11px;
    padding: 0 5px;
}

.accordion-custom.panel-group .panel-heading .accordion-toggle.collapsed > .icon-arrow {
    opacity: 0.75;
}

.accordion-teal .panel-heading .accordion-toggle {
    background: #cdd6d9;
    border-left: 2px solid #569099;
    color: #437278;
}

    .accordion-teal .panel-heading .accordion-toggle.collapsed {
        background: #F3F7F8;
        border-left: none;
    }
/* ---------------------------------------------------------------------- */
/*	Sliders
/* ---------------------------------------------------------------------- */

[class^="slider-"] .ui-rangeSlider-bar {
    height: 18px !important;
}

[class^="slider-"] .ui-rangeSlider-label {
    padding: 3px 6px !important;
    bottom: 25px !important;
    background: none !important;
}

[class^="slider-"] .ui-rangeSlider-arrow {
    height: 14px !important;
    margin: 3px 0 !important;
    font-size: 20px;
    line-height: 14px;
    cursor: pointer;
}

    [class^="slider-"] .ui-rangeSlider-arrow.ui-rangeSlider-leftArrow {
        background-image: none !important;
    }

    [class^="slider-"] .ui-rangeSlider-arrow.ui-rangeSlider-rightArrow {
        background-image: none !important;
    }

[class^="slider-"] .ui-rangeSlider-innerBar {
    height: 14px !important;
}

[class^="slider-"] .ui-rangeSlider-handle {
    height: 20px !important;
}

[class^="slider-"].ui-rangeSlider-disabled {
    opacity: 0.5;
}

.slider-teal .ui-rangeSlider-bar {
    background: rgba(86, 144, 153, 0.6) !important;
}

.slider-teal .ui-rangeSlider-handle {
    background: rgba(86, 144, 153, 0.8) !important;
}

.slider-teal .ui-rangeSlider-label {
    background-image: none !important;
    background-color: #569099 !important;
    color: #FFFFFF !important;
    text-shadow: 0 1px 0 #000000;
}

    .slider-teal .ui-rangeSlider-label:after {
        color: #569099 !important;
    }

.slider-teal .ui-rangeSlider-arrow {
    color: #4D8189;
}

.slider-bricky .ui-rangeSlider-bar {
    background: rgba(200, 58, 42, 0.6) !important;
}

.slider-bricky .ui-rangeSlider-handle {
    background: rgba(200, 58, 42, 0.8) !important;
}

.slider-bricky .ui-rangeSlider-label {
    background-image: none !important;
    background-color: #C83A2A !important;
    color: #FFFFFF !important;
    text-shadow: 0 1px 0 #000000;
}

    .slider-bricky .ui-rangeSlider-label:after {
        color: #C83A2A !important;
    }

.slider-bricky .ui-rangeSlider-arrow {
    color: #B33426;
}

.slider-purple .ui-rangeSlider-bar {
    background: rgba(87, 81, 123, 0.6) !important;
}

.slider-purple .ui-rangeSlider-handle {
    background: rgba(87, 81, 123, 0.8) !important;
}

.slider-purple .ui-rangeSlider-label {
    background-image: none !important;
    background-color: #57517B !important;
    color: #FFFFFF !important;
    text-shadow: 0 1px 0 #000000;
}

    .slider-purple .ui-rangeSlider-label:after {
        color: #57517B !important;
    }

.slider-purple .ui-rangeSlider-arrow {
    color: #413D5C;
}

.slider-green .ui-rangeSlider-bar {
    background: rgba(61, 148, 0, 0.6) !important;
}

.slider-green .ui-rangeSlider-handle {
    background: rgba(61, 148, 0, 0.8) !important;
}

.slider-green .ui-rangeSlider-label {
    background-image: none !important;
    background-color: #3D9400 !important;
    color: #FFFFFF !important;
    text-shadow: 0 1px 0 #000000;
}

    .slider-green .ui-rangeSlider-label:after {
        color: #3D9400 !important;
    }

.slider-green .ui-rangeSlider-arrow {
    color: #327B00;
}

.slider-yellow .ui-rangeSlider-bar {
    background: rgba(255, 167, 34, 0.6) !important;
}

.slider-yellow .ui-rangeSlider-handle {
    background: rgba(255, 167, 34, 0.8) !important;
}

.slider-yellow .ui-rangeSlider-label {
    background-image: none !important;
    background-color: #FFA722 !important;
    color: #FFFFFF !important;
    text-shadow: 0 1px 0 #482C00;
}

    .slider-yellow .ui-rangeSlider-label:after {
        color: #FFB848 !important;
    }

.slider-yellow .ui-rangeSlider-arrow {
    color: #FFAE2F;
}

.slider-blue .ui-rangeSlider-bar {
    background: rgba(54, 79, 106, 0.6) !important;
}

.slider-blue .ui-rangeSlider-handle {
    background: rgba(54, 79, 106, 0.8) !important;
}

.slider-blue .ui-rangeSlider-label {
    background-image: none !important;
    background-color: #364F6A !important;
    color: #FFFFFF !important;
    text-shadow: 0 1px 0 #000000;
}

    .slider-blue .ui-rangeSlider-label:after {
        color: #364F6A !important;
    }

.slider-blue .ui-rangeSlider-arrow {
    color: #2D4259;
}
/* ---------------------------------------------------------------------- */
/*	Nestable List
/* ---------------------------------------------------------------------- */
.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .dd-list .dd-list {
        padding-left: 30px;
    }

.dd-collapsed .dd-list {
    display: none;
}

.dd-item, .dd-empty, .dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
}

.dd-handle {
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #ccc;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: linear-gradient(top, #fafafa 0%, #eee 100%);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .dd-handle:hover {
        color: #2ea8e5;
        background: #fff;
    }

.dd-item > button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}

    .dd-item > button:before {
        content: '+';
        display: block;
        position: absolute;
        width: 100%;
        text-align: center;
        text-indent: 0;
    }

    .dd-item > button[data-action="collapse"]:before {
        content: '-';
    }

.dd-placeholder, .dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

    .dd-dragel > .dd-item .dd-handle {
        margin-top: 0;
    }

    .dd-dragel .dd-handle {
        -webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
        box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
    }
/**
 * Nestable Extras
 */
.nestable-lists {
    display: block;
    clear: both;
    padding: 30px 0;
    width: 100%;
    border: 0;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

#nestable-menu {
    padding: 0;
    margin: 20px 0;
}

#nestable-output, #nestable2-output {
    width: 100%;
    height: 7em;
    font-size: 13px;
    line-height: 1.333333em;
    padding: 5px;
    margin-bottom: 5px;
}

#nestable2 .dd-handle {
    color: #fff;
    border: 1px solid #999;
    background: #bbb;
    background: -webkit-linear-gradient(top, #bbb 0%, #999 100%);
    background: -moz-linear-gradient(top, #bbb 0%, #999 100%);
    background: linear-gradient(top, #bbb 0%, #999 100%);
}

    #nestable2 .dd-handle:hover {
        background: #bbb;
    }

#nestable2 .dd-item > button:before {
    color: #fff;
}

.dd-hover > .dd-handle {
    background: #2ea8e5 !important;
}
/* ---------------------------------------------------------------------- */
/*	Icons
/* ---------------------------------------------------------------------- */
.icons > section {
    margin-top: 20px;
}

.the-icons li {
    line-height: 40px;
}

    .the-icons li i {
        transition: font-size 0.2s ease 0s;
    }

    .the-icons li:hover i {
        font-size: 26px;
    }
/* ---------------------------------------------------------------------- */
/*	Backdrop
/* ---------------------------------------------------------------------- */
.full-white-backdrop {
    background-color: #FFFFFF;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
/* ---------------------------------------------------------------------- */
/*	Table and table elements
/* ---------------------------------------------------------------------- */
th.center, td.center {
    text-align: center;
}

    td.center .dropdown-menu {
        text-align: left;
    }

.table thead tr {
    color: #707070;
    font-weight: normal;
}

.table td.ovrFlow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 30px;
}

.table.table-bordered thead tr th {
    vertical-align: middle;
}

.table-separated {
    border-collapse: separate;
}

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    vertical-align: middle;
}

.table > thead > tr > th {
    border-bottom: 0;
}

.table thead tr.dt-search {
    background: none !important;
}

.table-respon {
    overflow-x: auto;
}

div.block-row {
    display: inline-block;
}

.editable-element {
    border-bottom: 1px dashed #0088CC;
    text-decoration: none;
    opacity: 0.5;
    display: inline;
}

.table td > div.row {
    margin-left: 0px;
    margin-right: 0px;
}
/*Fix input en tablas.Bootstrap*/
.table td div.form-group {
    display: block;
    margin-bottom: 0;
}

.table td input {
    width: 100% !important;
}

.table td div.modal-footer input {
    width: auto !important;
}
/* ---------------------------------------------------------------------- */
/*	LoadFile
/* ---------------------------------------------------------------------- */
.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }
/* ---------------------------------------------------------------------- */
/*	Login
/* ---------------------------------------------------------------------- */
body.login {
    color: #7F7F7F;
}

    body.login.example2 {
        background-color: #F6F6F6 !important;
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    body.login .main-login {
        margin-top: 60px;
    }

    body.login .logo {
        padding: 20px;
        text-align: center;
    }

    body.login .box-login, body.login .box-forgot, body.login .box-register {
        background: #FFFFFF;
        border-radius: 5px;
        box-shadow: -30px 30px 50px rgba(0, 0, 0, 0.32);
        overflow: hidden;
        padding: 15px;
    }

    body.login .box-forgot, body.login .box-register {
        display: none;
    }

    body.login .form fieldset {
        border: none;
        margin: 0;
        padding: 10px 0 0;
    }

    body.login a.forgot {
        color: #909090;
        font-size: 12px;
        position: absolute;
        right: 10px;
        text-shadow: 1px 1px 1px #FFFFFF;
        top: 9px;
    }

    body.login input.password {
        padding-right: 130px;
    }

    body.login label {
        color: #7F7F7F;
        font-size: 14px;
        margin-top: 5px;
    }

    body.login .copyright {
        font-size: 11px;
        margin: 0 auto;
        padding: 10px 10px 0;
        text-align: center;
    }

    body.login .form-actions:before, body.login .form-actions:after {
        content: "";
        display: table;
        line-height: 0;
    }

    body.login .form-actions:after {
        clear: both;
    }

    body.login .form-actions {
        margin-top: 15px;
        padding-top: 10px;
        display: block;
    }

    body.login .new-account {
        border-top: 1px dotted #EEEEEE;
        margin-top: 15px;
        padding-top: 10px;
        display: block;
    }
/* ---------------------------------------------------------------------- */
/*	404 and 500 errors
/* ---------------------------------------------------------------------- */
body.error-full-page {
    background: #ffffff !important;
}

    body.error-full-page .page-error {
        margin-top: 60px;
    }

.page-error {
    text-align: center;
}

    .page-error .error-number {
        display: block;
        font-size: 100px;
        font-weight: 200;
        letter-spacing: -10px;
        line-height: 128px;
        margin-top: 40px;
        text-align: center;
    }

    .page-error .error-details {
        display: block;
        padding-top: 0;
        text-align: center;
    }

        .page-error .error-details .btn-return {
            margin: 10px 0;
        }

        .page-error .error-details h3 {
            margin-top: 0;
        }

body.error-full-page {
    overflow: hidden;
}

.error-full-page img {
    display: none;
}

.error-full-page #canvas {
    position: absolute;
    top: 0px;
    left: 0px;
}

.error-full-page #sound {
    position: absolute;
    width: 30%;
    height: 30%;
    overflow-y: auto;
    margin-left: 35%;
    -moz-border-radius: 15px;
    border-radius: 15px;
    opacity: 0.3;
    margin-top: 5%;
}

.error-full-page .video {
    position: absolute;
    width: 90%;
    height: 80%;
    margin-left: 5%;
    margin-top: 5%;
}
/* ---------------------------------------------------------------------- */
/*	Inline Editor
/* ---------------------------------------------------------------------- */

#inline-container [contenteditable="true"] {
    padding: 10px;
}

#inline-container {
    border: 1px solid #CCCCCC;
    margin: 30px auto 0;
    padding: 10px;
}

    #inline-container hr {
        background-color: #05B2D2;
        height: 5px;
        color: #05B2D2;
        border: 0;
    }

#inline-header {
    overflow: hidden;
    padding: 0 0 30px;
    position: relative;
}

#inline-headerLeft {
    padding-top: 10px;
}

    #inline-headerLeft h2, #inline-headerLeft h3 {
        font-weight: normal;
        margin: 0;
        overflow: hidden;
        text-align: center;
    }

    #inline-headerLeft h2 {
        font-family: "Arial Black", arial-black;
        font-size: 52px;
        line-height: 1.1em;
        text-transform: uppercase;
    }

    #inline-headerLeft h3 {
        color: #666666;
        font-size: 24px;
        line-height: 1.1em;
        margin: 0.2em 0 0;
    }

#inline-headerRight p {
    margin: 0;
    text-align: justify;
}

    #inline-headerRight p + p {
        margin-top: 20px;
    }

#inline-headerRight div {
    color: #666666;
    font-size: 16px;
}

#inline-columns {
    color: #333333;
    overflow: hidden;
    padding-top: 20px;
}

    #inline-columns blockquote {
        font-family: "Times New Roman", Times, Georgia, serif;
        font-size: 2em;
        font-style: italic;
        margin: 30px 40px;
        position: relative;
        border: none;
    }

        #inline-columns blockquote:before {
            color: #666666;
            content: "“";
            font-size: 60px;
            left: -40px;
            line-height: 60px;
            position: absolute;
            text-align: center;
            width: 35px;
            clear: both;
            display: block;
            font-family: "Times New Roman", Times, Georgia, serif;
            font-weight: bold;
            position: absolute;
            text-align: center;
        }

#inline-tagLine {
    border-top: 5px solid #05B2D2;
    padding-top: 20px;
}

#inline-taglist {
    display: inline-block;
    font-weight: bold;
    margin: 0 0 0 20px;
}
/* ---------------------------------------------------------------------- */
/*	Overlay
/* ---------------------------------------------------------------------- */
.overlay {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 60px;
    line-height: 80px;
    opacity: 0.8;
    background: #4477aa;
    border: solid 3px #336699;
    border-radius: 4px;
    box-shadow: 2px 2px 10px #333;
    text-shadow: 1px 1px 1px #666;
    padding: 0 4px;
}

.overlay_arrow {
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
    position: absolute;
}

    .overlay_arrow.above {
        bottom: -15px;
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        border-top: 16px solid #336699;
    }

    .overlay_arrow.below {
        top: -15px;
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        border-bottom: 16px solid #336699;
    }
/* ---------------------------------------------------------------------- */
/*	Home elements
/* ---------------------------------------------------------------------- */
.circle-icon {
    background-color: #333333;
    border-radius: 75px 75px 75px 75px;
    color: #FFFFFF;
    margin-top: 2px;
    text-align: center;
    height: 55px;
    line-height: 56px;
    width: 55px;
    display: inline-block;
    font-size: 24px !important;
}

    .circle-icon.circle-green {
        background-color: #3D9400;
        border-color: #327B00;
        color: #FFFFFF;
    }

    .circle-icon.circle-teal {
        background-color: #569099;
        border-color: #4D8189;
        color: #FFFFFF;
    }

    .circle-icon.circle-bricky {
        background-color: #C83A2A;
        border-color: #b33426;
        color: #ffffff;
    }

.widget {
    color: #fff;
    margin-bottom: 20px;
}

    .widget.panel-stats {
        position: relative;
    }

.panel-stats .stats-info h4 {
    color: #fff;
    font-size: 12px;
    margin: 5px 0;
}

.panel-stats .stats-icon {
    color: #fff;
    font-size: 42px;
    height: 56px;
    line-height: 56px;
    margin-left: 15px;
    opacity: 0.2;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 15px;
    width: 56px;
}

.panel-stats .stats-info p {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 0;
}

.panel-stats .stats-link a {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    color: #ddd;
    display: block;
    font-weight: 300;
    margin: 15px -12px -10px;
    padding: 7px 15px;
    text-align: left;
    text-decoration: none;
}

    .panel-stats .stats-link a:focus, .panel-stats .stats-link a:hover {
        background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
        color: #fff;
    }

.panel-stats .stats-icon.stats-icon-lg {
    font-size: 52px;
    right: 21px;
    top: 12px;
}

.panel-stats .stats-title {
    font-size: 12px;
    line-height: 1.1;
    margin: 2px 0 7px;
    position: relative;
}

.panel-stats .stats-desc, .panel-stats .stats-title {
    color: rgba(255, 255, 255, 0.6);
}

.panel-stats .stats-desc {
    font-weight: 300;
    margin-bottom: 0;
}

.panel-stats .stats-number {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 10px;
}

.panel-stats .stats-progress {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    height: 2px;
    margin: 0 -15px 12px;
}

    .panel-stats .stats-progress .progress-bar {
        background: #fff none repeat scroll 0 0;
    }

.bg-green {
    background: #00acac none repeat scroll 0 0 !important;
}

.bg-green1 {
    background: #68c39f none repeat scroll 0 0 !important;
}

.bg-blue {
    background: #348fe2 none repeat scroll 0 0 !important;
}

.bg-purple {
    background: #727cb6 none repeat scroll 0 0 !important;
}

.bg-red {
    background: #ff5b57 none repeat scroll 0 0 !important;
}

.bg-lightblue {
    background: #abb7b7 none repeat scroll 0 0 !important;
}

.bg-orange {
    background: #edce8c none repeat scroll 0 0 !important;
}

.bg-darkblue {
    background: #252932 none repeat scroll 0 0 !important;
}

.core-box ul > li > a:hover > i {
    -webkit-animation-name: rotateThis;
    -webkit-animation-duration: 400ms;
    -webkit-animation-iteration-count:;
    -webkit-animation-timing-function: linear;
    -webkit-transform-style: preserve-3d;
    -moz-animation-name: rotateThis;
    -moz-animation-duration: 400ms;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateThis;
    -ms-animation-duration: 400ms;
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: linear;
}

@-moz-keyframes rotateThis {
    from {
        -moz-transform: rotateY(0deg);
    }

    to {
        -moz-transform: rotateY(360deg);
    }
}

@-webkit-keyframes rotateThis {
    from {
        -webkit-transform: rotateY(0deg);
    }

    to {
        -webkit-transform: rotateY(360deg);
    }
}

@keyframes rotateThis {
    from {
        transform: rotateY(0deg);
    }

    to {
        transform: rotateY(360deg);
    }
}

.no-pad {
    padding: 0 0 15px 0;
}

.nav-title {
    font-size: 1.2em;
    position: relative;
    top: -3px;
    margin-left: 10px;
}

.no-ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.core-box .heading {
    margin-bottom: 15px;
}

    .core-box .heading .circle-icon {
        float: left;
    }

    .core-box .heading h2 {
        line-height: 55px !important;
        margin: 0;
        padding-left: 65px;
        font-weight: normal;
        color: #666666;
        font-size: 18px;
    }

.core-box .content {
    color: #747474 !important;
    line-height: 20px;
    margin-bottom: 15px;
}

.core-box .view-more {
    float: right;
}

    .core-box .view-more i {
        display: inline-block;
    }

    .core-box .view-more:hover {
        text-decoration: none;
    }

.discussion {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .discussion li {
        overflow: hidden;
        padding: 5px 5px 10px;
    }

    .discussion .avatar {
        position: relative;
        width: 50px;
        height: 50px;
        display: inline;
        overflow: hidden;
    }

.other .messages:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #E5E5EA #E5E5EA rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 5px;
    content: "";
    height: 0;
    position: absolute;
    left: -9px;
    top: 0;
    width: 0;
}

.other .messages {
    margin-left: 62px;
    background: #E5E5EA;
}

.other .avatar {
    float: left;
}

.self .messages {
    border-bottom-right-radius: 0;
    margin-right: 62px;
    background: #33CA22;
    color: #ffffff;
}

.self .avatar {
    float: right;
}

.self .messages:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #33CA22 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #33CA22;
    border-style: solid;
    border-width: 5px;
    top: 0;
    content: "";
    height: 0;
    right: -9px;
    position: absolute;
    width: 0;
}

.messages {
    border-radius: 2px 2px 2px 2px;
    padding: 10px;
    position: relative;
}

    .messages p {
        font-size: 14px;
        margin: 0 0 0.2em;
    }

    .messages time {
        color: #333333;
        font-size: 11px;
    }

.self .messages time {
    color: #ffffff;
}

.chat-form {
    margin-bottom: 20px;
}

/* ---------------------------------------------------------------------- */
/*	Invoice
 /* ---------------------------------------------------------------------- */
.inv {
    margin-bottom: 20px;
    background-color: #ffffff !important;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
}

    .inv .inv-logo {
        margin-bottom: 20px;
    }

    .inv table {
        margin: 30px 0;
    }

    .inv .inv-logo p {
        font-size: 26px;
        line-height: 28px;
        padding: 25px 0;
        text-align: right;
    }

        .inv .inv-logo p span {
            display: block;
            font-size: 14px;
        }

    .inv h4 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 300 !important;
    }

    .inv .inv-block .rowTab {
        border-bottom: 1px dashed #d7d8db;
        margin: 0.5em 0;
        overflow: hidden;
    }

    .inv .inv-block .amounts {
    }

    .inv .inv-block {
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: right;
        padding: 10px;
        border: 1px solid #c7c7c7;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

.rowTab span {
    float: left;
}

.rowTab strong {
    float: right;
}

.inv .table thead > tr > th, .inv .table tbody > tr > th, .inv .table tfoot > tr > th, .inv .table thead > tr > td, .inv .table tbody > tr > td, .inv .table tfoot > tr > td {
    border-top: none;
}

/*Well*/
.well {
    margin-bottom: 10px !important;
    padding: 12px !important;
}

    .well legend {
        border-style: none;
        border-width: 0;
        font-size: 14px;
        line-height: 12px;
        margin-bottom: 1px;
    }

/*BootStrap Validation*/
.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

    .has-feedback .form-control-feedback {
        position: absolute;
        top: 25px;
        right: 0;
        display: block;
        width: 34px;
        height: 34px;
        line-height: 34px;
        text-align: center;
    }

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.form-inline .has-feedback .form-control-feedback {
    top: 0;
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}

td div.form-group {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: -10px;
}

/*BootStrap CheckBox Form*/
.form-control.check-box {
    width: 0;
}

/*BootStrap textarea*/
textarea {
    resize: vertical;
    padding-left: 4px !important;
    color: #858585 !important;
}

/*BootStrap Jumbotron*/
.container .jumbotron {
    margin-top: 10px;
}

form#delete-Client-Form {
    display: inline-block;
}

.clearline {
    margin-bottom: 5px;
}

/*Bootstrap panel collapse*/
.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: left;
    padding-right: 4px;
}

.panel-heading .accordion-toggle.collapsed:after {
    content: "\e080";
}

hr {
    margin-bottom: 15px !important;
    margin-top: 10px !important;
}

/**Spinner*/
.spin {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 900ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-transform-style: preserve-3d;
    -moz-animation-name: spin;
    -moz-animation-duration: 900ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 900ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
}

.spinner {
    display: inline-block;
    opacity: 0;
    width: 0;
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.has-spinner.active {
    cursor: progress;
}

    .has-spinner.active .spinner {
        opacity: 1;
        width: auto;
    }

.has-spinner.btn-mini.active .spinner {
    width: 10px;
}

.has-spinner.btn-small.active .spinner {
    width: 13px;
}

.has-spinner.btn.active .spinner {
    width: 16px;
}

.has-spinner.btn-large.active .spinner {
    width: 19px;
}

fieldset.border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend {
    font-size: 13px;
    font-weight: 300;
    width: auto;
}

    legend.border {
        /*margin-bottom: 22px;*/
        font-weight: bold;
    }

.alert-Growl {
    color: #ffffff;
    background-color: #d85445;
    border-color: #C83A2A;
}

.drag {
    background-color: #ffffff;
    border-radius: 4px;
    cursor: move;
    font-size: 10pt;
    opacity: 0.7;
    text-align: center;
}

div#drag table {
    margin: auto;
}

div#drag td:not(.nodrag) {
    border: 1px solid #b6b7b8;
    font-size: 10pt;
    padding: 2px;
    text-align: center;
}

td.nodrag {
    text-align: center;
}

.nondrag {
    background-color: #ffffff;
    border-radius: 4px;
    font-size: 10pt;
    opacity: 0.7;
    text-align: center;
}

.table tbody th {
    background: none repeat scroll 0 0 #4976a0 !important;
    color: #f4f4f4 !important;
}

.green-cell {
    background-color: rgba(187, 213, 181, 0.59);
}

.orange-cell {
    background-color: rgba(220, 159, 159, 0.52);
}

.blue-cell {
    background-color: #569099;
}

.wrong-value {
    color: red;
}
/*Popover Table*/
.popover {
    font-size: 12px;
    width: auto;
    max-width: 500px;
    color:black;
}

.popover-table {
    width: auto;
    max-width: 300px;
}

.popover-table .table {
    margin: 0;
}

.popover-table-content {
    padding: 5px;
}
/*Notification*/
.not-content {
    color: #6a7177;
}
/*Select2 Tooltip*/
.select-overflow {
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: auto;
}

/* NGS screens*/
.table-danger thead tr {
    background-color: #A14949 !important;
}

[data-role="executionModeSwitch"] {
    margin-bottom: 10px;
}

    [data-role="executionModeSwitch"] label {
        font-size: 15px;
    }

        [data-role="executionModeSwitch"] label.btn-danger {
            cursor: not-allowed;
            font-weight: bold;
        }

tr.discarded td {
    background-color: #A6ABAE !important;
}

.protocol-breadcrumb li {
    font-size: 12px !important;
}

    .protocol-breadcrumb li.selected {
        background: #D7D4D4;
    }

.plate {
    table-layout: fixed;
}

    .plate td {
        max-width: 9%;
        height: 52px;
    }

        .plate td.selected {
            background-color: #669C6D;
        }

.plate-header {
    background: #4976A0;
    color: white;
    text-align: center;
    font-weight: bold;
    width: 35px;
}

    .plate-header.highlight, th.highlight {
        background: #3D5266;
    }

.plate-well {
    border: 2px solid #000;
    padding: 0.5em;
    border-radius: 5px;
    background: none repeat scroll 0% 0% #C1D9E9;
    cursor: pointer;
}

    .plate-well .glyphicon {
        margin-right: 0 !important;
    }

    .plate-well.highlight {
        background: none repeat scroll 0% 0% #8BBDEF;
    }

    .plate-well.out-of-range {
        background: none repeat scroll 0% 0% #FCF391;
    }

        .plate-well.out-of-range.highlight {
            background: none repeat scroll 0% 0% #FFB766;
        }

    .plate-well.warning {
        background: none repeat scroll 0% 0% #FC9191;
    }

        .plate-well.warning.highlight {
            background: none repeat scroll 0% 0% #F66;
        }

    .plate-well.discarded {
        background: none repeat scroll 0% 0% #76797B;
        cursor: not-allowed;
    }

    .plate-well.selected {
        background: none repeat scroll 0% 0% #629E6A;
    }

        .plate-well.selected.highlight {
            background: none repeat scroll 0% 0% #49774F;
        }

    .plate-well.capture-region-0, .plate-legend div.capture-region-0 {
        background-color: #00C0CB;
    }

    .plate-well.capture-region-1, .plate-legend div.capture-region-1 {
        background-color: #A3E084;
    }

    .plate-well.capture-region-2, .plate-legend div.capture-region-2 {
        background-color: #EBED85;
    }

    .plate-well.capture-region-3, .plate-legend div.capture-region-3 {
        background-color: #F0AEFB;
    }

    .plate-well.capture-region-4, .plate-legend div.capture-region-4 {
        background-color: #C26341;
    }

    .plate-well.capture-region-5, .plate-legend div.capture-region-5 {
        background-color: #F95273;
    }

    .plate-well.capture-region-6, .plate-legend div.capture-region-6 {
        background-color: #CEAD52;
    }

    .plate-well.capture-region-7, .plate-legend div.capture-region-7 {
        background-color: #7D8FCC;
    }

.plate td.low-volume {
    background-color: #D16D6D;
}

.selectiondiv {
    border: 2px solid white;
    background: #1B94E0;
    opacity: 0.4;
    filter: alpha(opacity=40);
    margin: 0px;
    padding: 0px;
    display: none;
}

.legend div {
    border-radius: 2px;
    font-weight: bold;
    margin: 1px;
    text-align: center;
    width: 150px;
}

.plate-legend div {
    background: #C1D9E9;
    border: 1px solid #8BBDEF;
}

    .plate-legend div.warning {
        background: #FC9191;
        border: 1px solid #F66;
    }

    .plate-legend div.discarded {
        background: #76797B;
        border: 1px solid black;
        color: white;
    }

    .plate-legend div.capture-region {
        border: 1px solid black;
        color: black;
        padding-left: 5px;
        text-align: left;
        width: 400px;
    }

.nunc-plate td:not(:first-child) {
    width: 8%;
}

    .nunc-plate td:not(:first-child).disabled {
        opacity: 0.5;
    }

.nunc-plate .reagent-well {
    background: none repeat scroll 0% 0%;
    border: 2px solid #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

    .nunc-plate .reagent-well.disabled {
        opacity: 0.5;
    }

.nunc-plate td:nth-child(2) .reagent-well, .nunc-plate-legend div:first-child {
    background-color: #E68E8E;
    border-color: #A73333;
}

.nunc-plate td:nth-child(3) .reagent-well, .nunc-plate-legend div:nth-child(2) {
    background-color: #D8C9F2;
    border-color: #9C7CD4;
}

.nunc-plate td:nth-child(4) .reagent-well, .nunc-plate-legend div:nth-child(3) {
    background-color: #C1E9C6;
    border-color: #67AA6F;
}

.nunc-plate td:nth-child(5) .reagent-well, .nunc-plate-legend div:nth-child(4) {
    background-color: #F8F1A4;
    border-color: #D5CA55;
}

.modal.scrollable .modal-dialog {
    overflow-y: initial !important;
}

.modal.scrollable .modal-body {
    max-height: 250px;
    overflow-y: auto;
}

.input-group .select2-container {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: table;
    table-layout: fixed;
}

.label-pool {
    background-color: white;
    border: 1px solid black;
    color: black;
}

#sampleHistoricModal {
    top: 15%;
}

    #sampleHistoricModal .modal-dialog {
        width: 900px;
    }

    #sampleHistoricModal .modal-body {
        max-height: 500px;
        overflow-y: auto;
    }

.avatar-container {
    text-align: center;
}

.profile-avatar {
    position: relative;
    margin: 0px auto;
    border: 4px solid #f3f3f3;
}

.loadDn {
    display: inline-block;
    position: relative;
    -webkit-transform: scale(0.32);
    transform: scale(0.32);
    top: 7em;
}

.loadNbs {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

    .loadNbs:not(:last-child) {
        margin-right: 4.86vh;
    }

    .loadNbs:before, .loadNbs:after {
        content: "";
        display: inline-block;
        width: 3vh;
        height: 3vh;
        border-radius: 50%;
        position: absolute;
    }

    .loadNbs:nth-child(1) {
        -webkit-animation-delay: -1.869s;
        animation-delay: -1.869s;
    }

        .loadNbs:nth-child(1):before {
            -webkit-animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
            animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
            -webkit-animation-delay: -1.869s;
            animation-delay: -1.869s;
            background-color: #88bd24;
        }

        .loadNbs:nth-child(1):after {
            -webkit-animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
            animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
            -webkit-animation-delay: -1.869s;
            animation-delay: -1.869s;
            background-color: #5f8324;
        }

    .loadNbs:nth-child(2) {
        -webkit-animation-delay: -3.738s;
        animation-delay: -3.738s;
    }

        .loadNbs:nth-child(2):before {
            -webkit-animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
            animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
            -webkit-animation-delay: -3.738s;
            animation-delay: -3.738s;
            background-color: #88bd24;
        }

        .loadNbs:nth-child(2):after {
            -webkit-animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
            animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
            -webkit-animation-delay: -3.738s;
            animation-delay: -3.738s;
            background-color: #5f8324;
        }

    .loadNbs:nth-child(3) {
        -webkit-animation-delay: -5.607s;
        animation-delay: -5.607s;
    }

        .loadNbs:nth-child(3):before {
            -webkit-animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
            animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
            -webkit-animation-delay: -5.607s;
            animation-delay: -5.607s;
            background-color: #88bd24;
        }

        .loadNbs:nth-child(3):after {
            -webkit-animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
            animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
            -webkit-animation-delay: -5.607s;
            animation-delay: -5.607s;
            background-color: #5f8324;
        }

    .loadNbs:nth-child(4) {
        -webkit-animation-delay: -7.476s;
        animation-delay: -7.476s;
    }

        .loadNbs:nth-child(4):before {
            -webkit-animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
            animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
            -webkit-animation-delay: -7.476s;
            animation-delay: -7.476s;
            background-color: #88bd24;
        }

        .loadNbs:nth-child(4):after {
            -webkit-animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
            animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
            -webkit-animation-delay: -7.476s;
            animation-delay: -7.476s;
            background-color: #5f8324;
        }

    .loadNbs:nth-child(5) {
        -webkit-animation-delay: -9.345s;
        animation-delay: -9.345s;
    }

        .loadNbs:nth-child(5):before {
            -webkit-animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
            animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
            -webkit-animation-delay: -9.345s;
            animation-delay: -9.345s;
            background-color: #88bd24;
        }

        .loadNbs:nth-child(5):after {
            -webkit-animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
            animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
            -webkit-animation-delay: -9.345s;
            animation-delay: -9.345s;
            background-color: #5f8324;
        }

    .loadNbs:nth-child(6) {
        -webkit-animation-delay: -11.214s;
        animation-delay: -11.214s;
    }

        .loadNbs:nth-child(6):before {
            -webkit-animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
            animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
            -webkit-animation-delay: -11.214s;
            animation-delay: -11.214s;
            background-color: #88bd24;
        }

        .loadNbs:nth-child(6):after {
            -webkit-animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
            animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
            -webkit-animation-delay: -11.214s;
            animation-delay: -11.214s;
            background-color: #5f8324;
        }

    .loadNbs:nth-child(7) {
        -webkit-animation-delay: -13.083s;
        animation-delay: -13.083s;
    }

        .loadNbs:nth-child(7):before {
            -webkit-animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
            animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
            -webkit-animation-delay: -13.083s;
            animation-delay: -13.083s;
            background-color: #88bd24;
        }

        .loadNbs:nth-child(7):after {
            -webkit-animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
            animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
            -webkit-animation-delay: -13.083s;
            animation-delay: -13.083s;
            background-color: #5f8324;
        }

    .loadNbs:nth-child(8) {
        -webkit-animation-delay: -14.952s;
        animation-delay: -14.952s;
    }

        .loadNbs:nth-child(8):before {
            -webkit-animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
            animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
            -webkit-animation-delay: -14.952s;
            animation-delay: -14.952s;
            background-color: #88bd24;
        }

        .loadNbs:nth-child(8):after {
            -webkit-animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
            animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
            -webkit-animation-delay: -14.952s;
            animation-delay: -14.952s;
            background-color: #5f8324;
        }

    .loadNbs:nth-child(9) {
        -webkit-animation-delay: -16.821s;
        animation-delay: -16.821s;
    }

        .loadNbs:nth-child(9):before {
            -webkit-animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
            animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
            -webkit-animation-delay: -16.821s;
            animation-delay: -16.821s;
            background-color: #88bd24;
        }

        .loadNbs:nth-child(9):after {
            -webkit-animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
            animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
            -webkit-animation-delay: -16.821s;
            animation-delay: -16.821s;
            background-color: #5f8324;
        }

    .loadNbs:nth-child(10) {
        -webkit-animation-delay: -18.69s;
        animation-delay: -18.69s;
    }

        .loadNbs:nth-child(10):before {
            -webkit-animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
            animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
            -webkit-animation-delay: -18.69s;
            animation-delay: -18.69s;
            background-color: #88bd24;
        }

        .loadNbs:nth-child(10):after {
            -webkit-animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
            animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
            -webkit-animation-delay: -18.69s;
            animation-delay: -18.69s;
            background-color: #5f8324;
        }

@-webkit-keyframes animBefore {
    0% {
        top: -6vh;
        z-index: 1;
    }

    25% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        z-index: 1;
    }

    50% {
        top: 6vh;
        z-index: -1;
    }

    75% {
        background-color: #c7dba0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        z-index: -1;
    }

    100% {
        top: -6vh;
        z-index: -1;
    }
}

@keyframes animBefore {
    0% {
        top: -6vh;
        z-index: 1;
    }

    25% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        z-index: 1;
    }

    50% {
        top: 6vh;
        z-index: -1;
    }

    75% {
        background-color: #c7dba0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        z-index: -1;
    }

    100% {
        top: -6vh;
        z-index: -1;
    }
}

@-webkit-keyframes animAfter {
    0% {
        top: 6vh;
        z-index: -1;
    }

    25% {
        background-color: #b5cc8f;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        z-index: -1;
    }

    50% {
        top: -6vh;
        z-index: 1;
    }

    75% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        z-index: 1;
    }

    100% {
        top: 6vh;
        z-index: 1;
    }
}

@keyframes animAfter {
    0% {
        top: 6vh;
        z-index: -1;
    }

    25% {
        background-color: #b5cc8f;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        z-index: -1;
    }

    50% {
        top: -6vh;
        z-index: 1;
    }

    75% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        z-index: 1;
    }

    100% {
        top: 6vh;
        z-index: 1;
    }
}

.dataTables_scrollHeadInner {
    width: 100% !important;
}

    .dataTables_scrollHeadInner table {
        width: 100% !important;
    }

.notifyjs-metro-base {
	position: relative;
    min-height: 52px;
    min-width: 250px;
    color:#444;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}

.notifyjs-metro-base .image {
    display: table;
    position: absolute;
    height: auto;
    width: auto;
    left: 25px;
    top: 50%;
    font-size: 24px;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notifyjs-metro-base .text-wrapper {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 10px 10px 10px 52px;
    clear: both;

}

.notifyjs-metro-base .title {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 5px;
    font-weight: bold;
    font-family: 'Open Sans';
}

.notifyjs-metro-base .date {
    font-size: 11px;
    float: right;
    margin-right: 10px;
    font-weight: bold;
    font-family: 'Open Sans';
}

.notifyjs-metro-base .text {
    font-size: 12px;
    font-weight: normal;
    max-width: 360px;
    vertical-align: middle;
}

.notifyjs-metro-nonspaced{
    min-height: 22px;
}

.notifyjs-metro-nonspaced  .text-wrapper{
    margin: 5px 5px 8px 8px;
}

.notifyjs-metro-info {
            color: #fafafa !important;
            background-color: #65BBD6;
            border: 1px solid #65BBD6;
        }

.notifyjs-metro-warning {
            color: #fafafa !important;
            background-color: #FFC052;
            border: 1px solid #FFC052;
        }

.notifyjs-metro-error {
            color: #fafafa !important;
            background-color: #E15554;
            border: 1px solid #E15554;
        }
/* ---------------------------------------------------------------------- */
/*	From Medium Devices Up To Larger Devices
 /* ---------------------------------------------------------------------- */
@media (min-width: 980px) and (max-width: 1199px) {
	.layout-boxed > .navbar, .layout-boxed .main-container, .layout-boxed > .footer {
		max-width: 940px !important;
	}
}
/* ---------------------------------------------------------------------- */
/*	Only larger Devices
 /* ---------------------------------------------------------------------- */
@media (min-width: 1200px) {
	.layout-boxed > .navbar, .layout-boxed .main-container, .layout-boxed > .footer {
		max-width: 1000px !important;
	}
}

/* ---------------------------------------------------------------------- */
/*	From Small Devices Up To Medium Devices
 /* ---------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
	.layout-boxed > .navbar, .layout-boxed .main-container, .layout-boxed > .footer {
		max-width: 750px !important;
	}
	.main-content {
		margin-left: 35px !important;
	}
	.main-navigation {
		width: 35px !important;
	}
	ul.main-navigation-menu > li:first-child > a {
		border-top: none !important;
	}
	.sidebar-fixed .wrap-menu {
		width: 35px;
	}

	ul.main-navigation-menu > li > a > .title {
		display: none;
	}
	ul.main-navigation-menu > li > a {
		padding-left: 8px;
	}
	.navigation-toggler {
		margin-right: 3px !important;
		margin-left: 3px !important;
	}

	ul.main-navigation-menu > li > a .icon-arrow {
		display: none;
	}

	ul.main-navigation-menu > li > ul.sub-menu {
		display: none !important;
        border-left: 0 none !important;
		/*padding-bottom: 10px !important;*/
	}
	ul.main-navigation-menu li > ul.sub-menu > li > a {
		padding-left: 24px !important;
	}
	ul.main-navigation-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
		padding-left: 40px !important;
	}
	ul.main-navigation-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
		padding-left: 55px !important;
	}
	ul.main-navigation-menu > li:hover {
		width: 225px;
		position: relative;
	}

	ul.main-navigation-menu > li:hover .selected {
		display: none;
	}
	ul.main-navigation-menu > li:hover > a:after {
		content: "";
		bottom: -1px;
		position: absolute;
		left: 35px;
		top: -1px;
		width: 14px;
		background: url(Images/menu-white-arrow.png) left center no-repeat;
	}
	ul.main-navigation-menu > li:first-child > a > .selected {
		display: none !important;
	}
	ul.main-navigation-menu > li:first-child:hover {
		width: 35px;
		position: relative;
	}
	ul.main-navigation-menu > li:first-child:hover .title {
		display: none;
	}
	ul.main-navigation-menu > li:first-child:hover > a:after {
		content: "";
		bottom: -1px;
		position: absolute;
		left: 35px;
		top: -1px;
		width: 14px;
		background: none;
	}
	ul.main-navigation-menu > li:hover > a .title {
		padding-left: 30px;
	}
	ul.main-navigation-menu > li:hover .title {
		display: inline;
	}
	ul.main-navigation-menu > li:hover > ul.sub-menu {
		width: 189px;
		position: absolute;
		z-index: 2000;
		left: 36px;
		margin-top: 0;
		top: 100%;
		display: block !important;
	}
	.navigation-toggler {
		display: none;
	}

	.breadcrumb {
		height: 41px;
		padding: 11px;
	}
	.sidebar-search {
		top: 9px;
	}

}
/* ---------------------------------------------------------------------- */
/*	Extra Small Devices Only
/* ---------------------------------------------------------------------- */
@media (max-width: 767px) {
	.main-navigation {
		max-height: 340px !important;
	}
	.layout-boxed > .navbar, .layout-boxed .main-container, .layout-boxed > .footer {
		max-width: none !important;
	}
	.header-default .navbar {
		position: relative !important;
	}
	.main-container {
		margin-top: 95px;
	}
	/***
	 Main content
	 ***/
	.main-content {
		padding: 0px !important;
	}
	/***
	 Dropdown and dropdown elements.
	 ***/
	.nav > li > .dropdown-menu.notifications {
        right: 0 !important;
		left: auto;
	}
	.nav > li.current-user > .dropdown-menu {
		right: 0 !important;
		left: auto;
	}
	/***
	 Hide navigation toggler
	 ***/
	.navigation-toggler {
		display: none;
	}
	/***
	 Main title small text
	 ***/
	.page-header small {
		display: block;
		clear: both;
	}
	.main-navigation {
		position: fixed;
		top: 95px;
		left: 0;
		right: 0;
		z-index: 1030;
		border-top: none;
	}
	.header-default .main-navigation {
		position: static !important;
		height: auto !important;
		top: 0;
		overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
		max-height: none;
		/*margin-top: -1px;*/
	}
	.navbar-tools {
		margin-left: -15px;
		margin-right: -15px;
		padding: 0 15px;
		border-top: 1px solid #080808;
	}
	.navbar-tools:after {
		clear: both;
	}
	.navbar-tools:before, .navbar-tools:after {
		content: " ";
		display: table;
	}
	.navbar-tools .navbar-right {
		float: right;
	}
	.navbar-tools .nav > li.dropdown .dropdown-toggle {
		margin-top: 0px !important;
	}
	.main-content > .container {
		/*padding:0;*/
	}
	.sidebar-search input {
		display: none;
		width: 0;
	}
	body.login .main-login {
		margin-top: 0;
	}
	/* Tabs Left*/
	.tabs-left .nav-tabs li.active a, .tabs-left .nav-tabs li.active a:hover, .tabs-left .nav-tabs li.active a:focus {
		border-right-color: #dddddd;
	}
	.tabs-left .nav-tabs {
		float: none;
	}
	.tabs-left .tab-content {
		border-top: none;
	}
	/***
	 Footer
	 ***/
	.footer {
		padding-left: 10px;
		padding-right: 10px;
	}
}
/* ---------------------------------------------------------------------- */
/*	Extra Small Devices Only
/* ---------------------------------------------------------------------- */
@media (max-width: 480px) {
	/***
	 Dropdown and dropdown elements.
	 ***/
	.nav > li.current-user > .dropdown-menu:after, .nav > li.current-user > .dropdown-menu:before {
		margin-right: 0px;
	}
	header .nav > li.dropdown .dropdown-toggle {
		margin-top: 7px !important;
	}
	.nav li.dropdown .dropdown-toggle .badge {
		top: 15px;
	}
	.nav > li.current-user > .dropdown-menu {
		margin-right: 0px;
	}
	.nav {
		clear: both !important;
	}

	.header .nav > li.dropdown .dropdown-toggle {
		margin-top: 3px !important;
	}

	.header .nav li.dropdown .dropdown-toggle .badge {
		top: 11px;
	}
	.current-user .username {
		display: none;
	}

	.hidden-480 {
		display: none !important;
	}
}
/* ---------------------------------------------------------------------- */
/*	Up To Medium Devices
/* ---------------------------------------------------------------------- */
@media (max-width: 979px) {
	/***
	 general body settings
	 ***/
	body {
		margin: 0px !important;
	}
	.main-navigation {
		z-index: 1030;
	}
	/***
	 Main content
	 ***/
	.main-content {
		min-height: 760px;
	}

}
/* ---------------------------------------------------------------------- */
/*	Up To Medium Devices
/* ---------------------------------------------------------------------- */
@media (min-width: 768px) {
	.main-navigation {
		position: absolute;
		width: 205px;
	}
	.main-content {
		margin-left: 205px;
	}
	.main-content > .container {
		min-height: 760px;
	}

	ul.main-navigation-menu > li.active > a .selected:before {
		display: block;
		height: 41px;
		position: absolute;
		right: -10px;
		top: -1px;
		width: 11px;
		line-height: 41px;
		font-size: 24px;
	}
	/***
	 Set style for small navigation menu
	 ***/
	.navigation-small .main-content {
		margin-left: 35px !important;
	}
	.navigation-small .main-navigation {
		width: 35px !important;
        height: 83px !important;
	}
	.navigation-small.sidebar-fixed .wrap-menu {
		width: 35px;
	}
	.navigation-small ul.main-navigation-menu > li > a > .title {
		display: none;
	}
	.navigation-small ul.main-navigation-menu > li > a {
		padding-left: 8px;
        height: 43px;
	}
	.navigation-small  .navigation-toggler {
		margin-right: 3px !important;
		/*margin-left: 3px !important;*/
	}

	.navigation-small ul.main-navigation-menu > li > a .icon-arrow {
		display: none;
	}
	.navigation-small ul.main-navigation-menu > li > ul.sub-menu {
		display: none !important;
        border-left: 0 none;
		/*padding-bottom: 10px !important;*/
	}
	.navigation-small ul.main-navigation-menu li > ul.sub-menu > li > a {
		padding-left: 24px !important;
	}
	.navigation-small ul.main-navigation-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
		padding-left: 40px !important;
	}
	.navigation-small ul.main-navigation-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
		padding-left: 55px !important;
	}
	.navigation-small ul.main-navigation-menu > li:hover {
		width: 225px;
		position: relative;
	}
	.navigation-small ul.main-navigation-menu > li:hover .selected {
		display: none;
	}
	.navigation-small ul.main-navigation-menu > li:hover > a:after {
		content: "";
		bottom: -1px;
		position: absolute;
		left: 35px;
		top: -1px;
		width: 14px;
		background: url("Images/menu-white-arrow.png") no-repeat scroll left center rgba(0, 0, 0, 0);
	}
	.navigation-small ul.main-navigation-menu > li:hover > a .title {
		padding-left: 30px;
	}
	.navigation-small ul.main-navigation-menu > li:hover .title {
		display: inline;
	}
	.navigation-small ul.main-navigation-menu > li:hover > ul.sub-menu {
		width: 189px;
		position: absolute;
		z-index: 2000;
		left: 36px;
		margin-top: 0;
		top: 100%;
		display: block !important;
	}
}	
body, .main-container, .footer, .main-navigation, ul.main-navigation-menu > li > ul.sub-menu, .navigation-small ul.main-navigation-menu > li > ul.sub-menu  {
	background-color: #34485e;
}
.layout-boxed header, .layout-boxed .main-container, .layout-boxed .footer {
		border-left-color:#455F77;
		border-right-color:#455F77;
}
.navbar-inverse {
	background: #466078; 
	background: -moz-linear-gradient(top, #466078 0%, #334c68 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#466078), color-stop(100%,#334c68));
}

.navbar-inverse .navbar-brand, .navbar-inverse .nav > li > a {
	color: #ffffff;
}

.navbar-inverse .navbar-brand:hover{
    color: #A7B4D1;
}

.navbar-inverse .nav > li > a {
    color: #ccc;
    text-shadow: 0 1px 0 #000000;
}
.navbar-inverse .nav > li.current-user > a {
	color: #ffffff !important;
}
.navbar-inverse .nav > li.current-user > a i {
	display: inline-block;
	text-align: center;
	width: 1.25em;
	color:#ffffff !important;
	font-size: 12px;
}
.navbar-inverse .nav > li.current-delegation > a i {
	display: inline-block;
	text-align: center;
	width: 1.25em;
	font-size: 10px;
}
.navbar-inverse .nav > li:hover > a, .navbar-inverse .nav > li:active > a , .navbar-inverse .nav > li:focus > a{
	color: #ffffff;
	background: #2B394A;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
	background: #2B394A;
	color:#ffffff;
}

.navbar-tools .dropdown-menu li .dropdown-menu-title {
	background: #2B394A;
	color: #ffffff;
}
.navbar-inverse .btn-navbar {
	background-color: #2B394A;
	background: -moz-linear-gradient(top, #34485e 0%, #283b52 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#34485e), color-stop(100%,#283b52)); /* webkit */
}

.badgeLIMS {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #84BD00 !important;
  border-radius: 10px;
}

.nav > li.dropdown .dropdown-toggle .badge {
	background-color: #D9534F;
	border: none;
}
.navbar-toggle {
	background-color: #2B394A;
	color:#D9D9D9;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #2B394A;
	-moz-box-shadow: 0 0 15px #fff;
	-webkit-box-shadow: 0 0 15px #fff;
	box-shadow: 0px 0px 15px #fff;
	
}
.navbar-toggle span{
	color:#D9D9D9;	
}

ul.main-navigation-menu > li a {
	border-bottom-color: #26384C;
	border-top-color: #6381A1;
	color: #ffffff;
}
ul.main-navigation-menu > li a > i {
	color: #ffffff;
	font-weight: normal;
}
ul.main-navigation-menu > li.active > a {
	background: #84BD00 !important;
	border-top: none !important;
	color: #fff;
}
ul.main-navigation-menu > li.active > a .selected:before {
	color: #84BD00 !important;
}
ul.main-navigation-menu > li.active > a i {
	color: #fff;
}
ul.main-navigation-menu > li.open > a, ul.main-navigation-menu > li > a:hover, ul.main-navigation-menu > li:hover > a {
	background-color: #2B394A;
}
.navigation-toggler, .go-top {
	background-color: #2B394A !important;
	color: #5A7CA3;
}
.navigation-toggler:hover i:first-child, .go-top:hover {
	color: #A7B4D1;
}
.navigation-toggler:hover i:last-child {
	color: #5A7CA3;
}
.navigation-small .navigation-toggler:hover i:first-child {
	color: #5A7CA3;
}
.navigation-small .navigation-toggler:hover i:last-child {
	color: #A7B4D1;
}
ul.main-navigation-menu li > ul.sub-menu {
    	color: #ffffff !important;
	background: #3A536F !important;
    border-left: 2px solid  #84BD00;
}
ul.main-navigation-menu li > ul.sub-menu li > ul.sub-menu {
    	color: #ffffff !important;
	background: #475E77 !important;
    border-left: 0 none;
}
ul.main-navigation-menu li > ul.sub-menu > ul.sub-menu > li.active > a {
	color: #ffffff !important;
	background: #3A536F !important;
}
ul.main-navigation-menu li > ul.sub-menu > li > a:hover{
    background: #34485E !important;
}
ul.main-navigation-menu li > ul.sub-menu li > ul.sub-menu > li > a:hover{
    background: #3A536F !important;
}
.breadcrumb i {
	color: #cccccc;
}
.breadcrumb a {
	color: #007AFF;
}
.footer-fixed .footer {
	background: rgba(43, 57, 74, 0.9) !important;
	border-top-color: #455F77;	
}
.footer-inner {
	color: #ffffff;
}
/*BootStrap color-glypicons*/
.red {
    color:  #E02222;
}
.btn.disabled, .btn.plateBtnBlocked {
    pointer-events: auto;
}
@media (max-width: 767px) {
	.navbar-inverse {
		background: none !important;
	}
	.navbar-tools {
		background: rgba(43, 57, 74, 0.9);
		border-top-color: #455F77;
	}
	.navbar-header {
	background-color: #344D69;
}
}
