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

.wrap {
//    min-height: 15%;
    height: auto;
//    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}


.footer {
    height: 60px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
	background-color: #5cb85c;
    border-color: #080808;
    background-image: url(../images/bg.png);
}*/

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}


/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    background-color: #f8f8f8;
}

/*
#wrapper {
    width: 100%;
//	min-height: 20%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
}

.navbar-top-links li {
    display: inline-block !important;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
    background-color: #eee;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .sidebar {
//        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 51px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}
*/

html {
    height: 100%;
}

* html body {
    min-height: 100%;
}

body {
    position: relative;
    min-height: 100%;
    padding-top: 70px;
    padding-bottom: 51px;
}

#footer {
    position: absolute;
    z-index: 1030;
    width: 100%;
    left: 0;
    bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    /*border-top: 1px solid #080808;
    background: #ddd;
    background: -ms-linear-gradient(-17deg, #efeeee 70%,#efeeee 70%,#dfdedf 70%,#dfdedf 70%,#dfdedf 83%,#dfdedf 85%,#f8f8f8 90%);
    background: linear-gradient(107deg, #efeeee 70%,#efeeee 70%,#dfdedf 70%,#dfdedf 70%,#dfdedf 83%,#dfdedf 85%,#f8f8f8 90%);*/
    background-color: #5cb85c;
    border-color: #080808;
    background-image: url(../images/bg.png);
    color: white;
}

.navbar-fixed-top {
    margin: 0 !important;
    border-bottom: 1px solid #080808;
    background: #5cb85c;
    /*   background: -ms-linear-gradient(-17deg, #ffffff 0%,#ffffff 150px,#00a2dd 150px,#00b0e6 100%);
      background: linear-gradient(107deg, #ffffff 0%,#ffffff 150px,#00a2dd 150px,#00b0e6 100%);*/
    background-image: url(../images/bg.png);
}

@media (max-width: 767px) {
    .navbar-fixed-top {
        background: #5cb85c;
        /*   background: -ms-linear-gradient(-17deg, #ffffff 0%,#ffffff 150px,#00a2dd 150px,#00b0e6 100%);
          background: linear-gradient(107deg, #ffffff 0%,#ffffff 150px,#00a2dd 150px,#00b0e6 100%);*/
        background-image: url(../images/bg.png);
    }
    
    .navbar-fixed-top .navbar-collapse {
        /*    background: #00a2dd;*/
        background: #5cb85c;
    }

    .navbar-fixed-top .navbar-nav .open .dropdown-menu {
        background: #fff;
    }
}

.nav-sidebar-icon {
    top: 6px !important;
    font-size: 22px;
    margin-right: 3px;
    cursor: pointer;
}

.navbar-fixed-top .navbar-header {
    height: 50px;
    line-height: 50px;
    margin-left: 0 !important;
}

.navbar-fixed-top a {
    color: #fff;
}

.navbar-fixed-top .nav-logo {
    margin-top: -5px;
}

.navbar-fixed-top .navbar-header .icon-bar {
    background: #fff;
}

.navbar-fixed-top .navbar-header a {
    text-decoration: none !important;
}

.navbar-fixed-top .nav-title {
    margin-left: 60px;
    font-size: 18px;
}

@media (max-width: 1599px) {
    .navbar-fixed-top .nav-title {
        font-size: 12px;
    }
}

@media (max-width: 1449px) {
    .navbar-fixed-top .nav-title {
        display: none;
    }
}

.navbar-fixed-top .glyphicon {
    top: 3px;
}

.navbar-fixed-top .navbar-right a:hover,
.navbar-fixed-top .navbar-right a:active,
.navbar-fixed-top .navbar-right .open a {
    color: #337ab7;
}

#doc_time {
    display: block;
    padding: 15px;
    color: #fff;
}

.info_tel {
    display: block;
    padding: 15px;
    color: #9d9fa2;
    font-size: 17px;
}


@media (max-width: 1099px) {
    #doc_time_wrap {
        display: none;
    }
}

.sidebar {
    position: fixed;
    top: 50px;
    bottom: 0px;
    left: -15px;
    z-index: 1000;
    display: block;
    padding: 15px 0 50px 15px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #f8f8f8;
    border-right: 1px solid #ddd;
}

.sidebar.open {
    display: block !important;
}

.sidebar .panel-group {
    margin: 0;
    padding: 0;
}

.sidebar-search {
    padding: 0 15px 15px 15px;
    border-bottom: 1px solid #ddd;
}

.sidebar .panel {
    margin: 0 !important;
    padding: 0 !important;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
    box-shadow: none !important;
}

.sidebar a {
    color: #428bca;
    font-size: 14px;
}

.sidebar a:hover,
.sidebar a:active {
    color: #337ab7;
}

.sidebar .panel-title {
    display: block;
    padding: 10px 15px;
    margin: 0;
    text-decoration: none !important;
}

.sidebar .panel-title:hover,
.sidebar .panel-title:active {
    background: #eee;
}

.sidebar .panel li a {
    padding-left: 33px;
}

.table-responsive {
    margin: 0 0 20px 0;
}

.table-responsive > table {
    margin: 0;
}

.table-break-all th,
.table-break-all td {
    word-break: break-all;
    word-wrap: break-word;
}

/* old */
.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

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

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50, 50, 50, .5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}
.navbar-inverse-raido {
    background-color: #5cb85c;
    border-color: #080808;
    background-image: url(../images/bg.png);
}

.navbar-inverse-raido .navbar-brand {
    color: #fff;
}
.navbar-inverse-raido .navbar-brand:hover,
.navbar-inverse-raido .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse-raido .navbar-text {
    color: #969696;
}

.navbar-inverse-raido .navbar-nav > li > a {
    color: #D6C1C1;
}
.navbar-inverse-raido .navbar-nav > li > a:hover,
.navbar-inverse-raido .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse-raido .navbar-nav > .active > a,
.navbar-inverse-raido .navbar-nav > .active > a:hover,
.navbar-inverse-raido .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #080808;
}
.navbar-inverse-raido .navbar-nav > .disabled > a,
.navbar-inverse-raido .navbar-nav > .disabled > a:hover,
.navbar-inverse-raido .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}

.pull-left-raido {
    color: #fff;
    float: left !important;
}
.icon-white {
    color: white;
}

.navbar-right-raido {
    float: right !important;
    margin-right: -15px;
    display: block !important;
}

.tt-dropdown-menu {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-top: 12px;
    padding: 8px 0;
    width: 422px;
}

.tt-suggestion {
    font-size: 14px;
    line-height: 24px;
    padding: 3px 20px;
}
.tt-suggestion.tt-cursor {
    background-color: #0097cf;
    color: #fff;
}
.tt-suggestion p {
    margin: 0;
}

.bold-text {
    font-weight: bold;
}

/* New Panels*/

.hpanel > .panel-heading {
    color: inherit;
    font-weight: 600;
    padding: 10px 4px;
    transition: all .3s;
    border: 1px solid transparent
}

.hpanel .hbuilt.panel-heading {
    border-bottom: none
}

.hpanel > .panel-footer {
    color: inherit;
    border: 1px solid #e4e5e7;
    border-top: none;
    font-size: 90%;
    background: #f7f9fa
}

.hpanel.panel-collapse > .panel-heading, .hpanel .hbuilt {
    background: #fff;
    border-color: #e4e5e7;
    border: 1px solid #e4e5e7;
    padding: 10px 10px;
    border-radius: 2px
}

.hpanel .panel-body {
    background: #fff;
    border: 1px solid #e4e5e7;
    border-radius: 2px;
    padding: 20px;
    position: relative
}

.panel-collapse .panel-body {
    border: none
}

.hpanel {
    background-color: none;
    border: none;
    box-shadow: none;
    margin-bottom: 25px
}

.panel-tools {
    display: inline-block;
    float: right;
    margin-top: 0;
    padding: 0;
    position: relative
}

.hpanel .alert {
    margin-bottom: 0;
    border-radius: 0;
    border: 1px solid #e4e5e7;
    border-bottom: none
}

.panel-tools a {
    margin-left: 5px;
    color: #9d9fa2;
    cursor: pointer
}

.hpanel.hgreen .panel-body {
    border-top: 2px solid #62cb31
}

.hpanel.hblue .panel-body {
    border-top: 2px solid #3498db
}

.hpanel.hyellow .panel-body {
    border-top: 2px solid #ffb606
}

.hpanel.hviolet .panel-body {
    border-top: 2px solid #9b59b6
}

.hpanel.horange .panel-body {
    border-top: 2px solid #e67e22
}

.hpanel.hred .panel-body {
    border-top: 2px solid #e74c3c
}

.hpanel.hreddeep .panel-body {
    border-top: 2px solid #c0392b
}

.hpanel.hnavyblue .panel-body {
    border-top: 2px solid #34495e
}

.hpanel.hbggreen .panel-body {
    background: #62cb31;
    color: #fff;
    border: none
}

.hpanel.hbgblue .panel-body {
    background: #3498db;
    color: #fff;
    border: none
}

.hpanel.hbgyellow .panel-body {
    background: #ffb606;
    color: #fff;
    border: none
}

.hpanel.hbgviolet .panel-body {
    background: #9b59b6;
    color: #fff;
    border: none
}

.hpanel.hbgorange .panel-body {
    background: #e67e22;
    color: #fff;
    border: none
}

.hpanel.hbgred .panel-body {
    background: #e74c3c;
    color: #fff;
    border: none
}

.hpanel.hbgreddeep .panel-body {
    background: #c0392b;
    color: #fff;
    border: none
}

.hpanel.hbgnavyblue .panel-body {
    background: #34495e;
    color: #fff;
    border: none
}

.panel-group .panel-heading {
    background-color: #f7f9fa
}

.border-right {
    border-right: 1px solid #e4e5e7
}


.agile-list {
    list-style: none;
    margin: 0;
}
.agile-list li {
    background: #FAFAFB;
    border: 1px solid #e7eaec;
    margin: 0px 0 10px 0;
    padding: 10px;
    border-radius: 2px;
}
.agile-list li:hover {
    cursor: pointer;
    background: #fff;
}
.agile-list li.warning-element {
    border-left: 3px solid #f8ac59;
}
.agile-list li.danger-element {
    border-left: 3px solid #ed5565;
}
.agile-list li.info-element {
    border-left: 3px solid #1c84c6;
}
.agile-list li.success-element {
    border-left: 3px solid #1ab394;
}
.agile-detail {
    margin-top: 5px;
    font-size: 12px;
}