/*!
 * Start Bootstrap - SB Admin 2 v3.3.7+1 (http://startbootstrap.com/template-overviews/sb-admin-2)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

@font-face {
    font-family: "NothingYouCouldDo";
    src: url(../fnt/NothingYouCouldDo.ttf) format("truetype");
}


/*body { background-color: #364150; font-family: "Roboto", sans-serif; }*/
body { background-color: #364150; font-family: "Open Sans", sans-serif; }

body.overflow_hidden { overflow: hidden; }

a { transition: all .3s linear; outline: none; }
	
h1 { font-weight: 300; }

.form-control { border-radius: 1px; border-color: #d6d6d6; box-shadow: none; }
.form-control:focus { border-color: #66afe9; box-shadow: 0 0 2px rgba(30, 140, 190, 0.8) !important; }

.label { border-radius: 1px; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); }
.control-label { font-weight: 500; padding-right: 25px; }
.input-group-addon { border-radius: 1px; }
.form-group  .control-label { font-weight: 600; text-align: left; }

.table { margin-bottom: 0; }
.thumbnail { border-radius: 1px; }

.alert.alert-history { margin-bottom: 7px; padding: 7px; }

.form-horizontal .control-label { padding-bottom: 7px; }

strong { font-weight: 600; }

.navbar-default .navbar-brand { font-family: "NothingYouCouldDo"; font-size: 25px; color: #999; }
.navbar-default .navbar-brand:hover { color: #ccc; }

.table > thead > tr > th { font-weight: 600; }

#wrapper { width: 100%; }
#page-wrapper { min-height: 568px; background-color: #fafafa; }
.page-content { padding: 25px 30px 30px 30px; }

.navbar-default.navbar-static-top { background-color: #2b3643; border-bottom-color: #2b3643; } /*TODO: can do something better with border-bottom */

.CodeMirror.CodeMirror-wrap { height: 500px; border: 1px solid #ccc; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset; }

.navbar-top-links {
  margin-right: 0;
}
.navbar-top-links li {
  display: inline-block;
}
.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;
}


/**************** TOOLBAR START ****************/

.form-tlb { background-color: #f3f7f9; border: 1px solid #dae5ec; border-radius: 2px; margin-top: 14px; padding: 15px 0; }
.toolbar { background-color: #f3f7f9; border-bottom: 1px solid #dae5ec; padding: 17px 30px 14px 30px; }
.btn-tlb .btn.pull-left { margin-right: 17px; }
.btn-tlb .btn.pull-right { margin-left: 17px; }
.btn-tlb .btn { padding: 6px 18px 6px 17px; }
.btn-tlb .btn.btn-success { padding: 6px 33px 6px 32px; }
.btn-tlb .btn i { padding-right: 10px; }
.btn-tlb .btn-default i { color: #419641; }
.btn-tlb .btn.btn-cancel { padding: 6px 35px 6px 34px; }
.btn-tlb .btn.btn-cancel i { color: #c12e2a; }
.btn-tlb .btn.btn-danger { padding: 6px 35px 6px 34px; }

/**************** TOOLBAR END ******************/


/****************SIDEBAR NAV START****************/

.navbar-default.sidebar { background-color: #364150; }

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

.navbar-default.sidebar .sidebar-search { padding: 15px; border-bottom: none; }
.navbar-default.sidebar .sidebar-search input, .navbar-default.sidebar .sidebar-search button { background-color: transparent; border: 1px solid #3d4957; }

.navbar-default.sidebar .sidebar-search input { color: #b4bcc8; box-shadow: none; border-right: none; }
.navbar-default.sidebar .sidebar-search button { color: #708096; box-shadow: none; border-left: none; }

.navbar-default.sidebar .sidebar-search input::-moz-placeholder { color: #4e5d6f; }
.navbar-default.sidebar .sidebar-search input:-moz-placeholder { color: #4e5d6f; }
.navbar-default.sidebar .sidebar-search input::-webkit-input-placeholder { color: #4e5d6f; }
.navbar-default.sidebar .sidebar-search input:-ms-input-placeholder { color: #4e5d6f; }

.fa-fw { width: 1.7em; text-align: left; }
	
.navbar-default.sidebar ul li { border-bottom: 1px solid #3d4957; }
.navbar-default.sidebar ul li a { color: #b4bcc8; transition: all .3s linear; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); font-size: 15px; }
.navbar-default.sidebar ul li a i { display: inline-block; width: 23px; }

.navbar-default.sidebar ul li a i[class^="icon-"]:before, .navbar-default.sidebar ul li a i[class*=" icon-"]:before { text-align: left; margin: 0; width: auto;  }

.navbar-default.sidebar ul li.active > a { background-color: #36c6d3 !important; color: #eee; }

.navbar-default.sidebar ul li a:hover, .navbar-default.sidebar ul li a:focus , .navbar-default.sidebar ul li.open > a { background-color: #2c3542; color: #eee; }

.navbar-default.sidebar .arrow { float: right; }
.navbar-default.sidebar .fa.arrow:before { content: "\f104"; }
.navbar-default.sidebar ul li.open > a > .fa.arrow:before { content: "\f107"; }

.navbar-default.sidebar .nav-second-level li, .navbar-default.sidebar .nav-third-level li { border-bottom: none !important; }
.navbar-default.sidebar .nav-second-level li a { padding-left: 37px; }
.navbar-default.sidebar .nav-third-level li a { padding-left: 52px; }

.nav.level-2  li { border-bottom: none !important; }

.nav.level-2 > li > a { padding-left: 37px; }
.nav.level-3 > li > a { padding-left: 57px; }
.nav.level-4 > li > a { padding-left: 77px; }
.nav.level-5 > li > a { padding-left: 97px; }

/****************SIDEBAR NAV END****************/

/****************BUTTONS START****************/

.alert { border-radius: 1px; }

/****************PANELS START****************/


/****************BUTTONS START****************/

.btn { transition: background-color .3s linear; }
.btn { border-radius: 1px; box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25); text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); font-weight: 500; }
.btn-link, .btn-default { text-shadow: none; box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15); }

/****************BUTTONS END****************/


/****************LISTS START****************/

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

.list.outline li { padding: 7px; position: relative; line-height: 21px; }
.list.outline li { background-color: #f8fafd; margin-bottom: 3px; color: #555; }
.list.outline li:last-child { margin-bottom: 0; }
.list.outline li:hover { background-color: #edf8ff; color: #333; }
.list.outline li .meta { color: #999; }
.list.outline li .icon { display: inline-block; float: right; color: white; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); }

.list.outline li .icon.add { background-color: #5cb85c; }
.list.outline li .icon.edit { background-color: #5bc0de; }
.list.outline li .icon.remove { background-color: #d9534f; }

.list.light li { padding: 10px; background-color: #f6f6f6; margin-bottom: 2px; }
/*.list.light li:last-child { border-bottom: none; }
.list.light li:hover { background-color: #f6f6f6; }*/

/****************LISTS END****************/


/****************PANELS START****************/

.panel { border-radius: 1px; position: relative; }

.panel.white { border: 1px solid #e7e7e7; border-radius: 1px; }
.panel.white > .panel-heading { border-bottom: 1px solid #e7e7e7; }
.panel.white > .panel-heading > .controls > a { color: #aaa; }
.panel.white > .panel-heading > .controls > a:hover, .panel.white > .panel-heading > .controls > a:focus { color: #333; }
.panel.white > .panel-heading > .panel-title { font-weight: 600; color: #555; font-size: 17px; }
.panel.white.shadow { box-shadow: 0 0 1px rgba(0, 0, 0, 0.15); }

.panel.white.tab  > .panel-heading { border-bottom: 1px solid #ddd; }
.panel.white.tab > .panel-heading > .nav-tabs { margin: 3px 0 -1px 0; }
.panel.white.tab > .panel-heading > .nav-tabs  > li > a { box-shadow: none; color: #555; border: 1px solid transparent; }
.panel.white.tab > .panel-heading > .nav-tabs  > li.active > a, .panel.white.tab > .panel-heading > .nav-tabs  > li > a:active { border: 1px solid #ddd; border-bottom-color: transparent !important; color: #333; background-color: white !important; box-shadow: 0px -1px 2px -1px rgba(0, 0, 0, 0.15); }
.panel.white.tab > .panel-heading > .nav-tabs  > li > a:hover { background-color: #f3f3f3; border-bottom: 1px solid #ddd; color: #111; }

.panel.green { border-color: #5cb85c; }
.panel.green > .panel-heading { border-color: #5cb85c; color: white; background-color: #5cb85c; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15); }
.panel.green > a { color: #5cb85c; }
.panel.green > a:hover { color: #3d8b3d; }

.panel-heading > .controls > a { color: white; text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.35); }


.panel-heading { border-radius: 1px; }
.panel-heading > .controls { float: right; display: inline-block; line-height: 23px; }
.panel-heading > .controls > a { display: inline-block; font-size: 21px; }
.panel-heading > .controls > a:hover, .panel-heading > .controls > a:focus { text-decoration: none; }

.panel-default > .panel-heading > .controls > a { color: #aaa; }
.panel-default > .panel-heading > .controls > a:hover, .panel-heading > .controls > a:focus { color: #333; }

.panel.panel-fullscreen { z-index: 99999; margin: 0; position: fixed; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; background: #fff; }

.panel.green { border-color: #5cb85c; }
.panel.green > .panel-heading { border-color: #5cb85c; color: white; 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: white; 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: white; background-color: #f0ad4e; }
.panel.yellow > a { color: #f0ad4e; }
.panel.yellow > a:hover { color: #df8a13; }

.panel.violet { border-color: #ac5287; }
.panel.violet > .panel-heading { border-color: #ac5287; color: white; background-color: #ac5287; }
.panel.violet > a { color: #ac5287; }
.panel.violet > a:hover { color: #df8a13; }

.panel.violet-outline { border-color: #ac5287; padding: 10px 15px; }
.panel.violet-outline > .panel-body { padding: 15px 0 5px 0; }
.panel.violet-outline > .panel-heading { color: #ac5287; border-bottom: 1px solid #e7e7e7; padding: 10px 0; }
.panel.violet-outline > .panel-heading > .controls > a { color: #aaa; }
.panel.violet-outline > .panel-heading > .controls > a:hover, .panel.violet-outline > .panel-heading > .controls > a:focus { color: #333; }
.panel.violet-outline > .panel-heading > .panel-title { font-weight: 600; color: #ac5287; font-size: 17px;  }

.panel.green-outline { border-color: #5cb85c; padding: 10px 15px; }
.panel.green-outline > .panel-body { padding: 15px 0 5px 0; }
.panel.green-outline > .panel-heading { color: #5cb85c; border-bottom: 1px solid #e7e7e7; padding: 10px 0; }
.panel.green-outline > .panel-heading > .controls > a { color: #aaa; }
.panel.green-outline > .panel-heading > .controls > a:hover, .panel.green-outline > .panel-heading > .controls > a:focus { color: #333; }
.panel.green-outline > .panel-heading > .panel-title { font-weight: 600; color: #5cb85c; font-size: 17px;  }

.panel.turquoise { border-color: #1abc9c; }
.panel.turquoise > .panel-heading { border-color: #1abc9c; color: white; background-color: #1abc9c; }
.panel.turquoise > a { color: #1abc9c; }
.panel.turquoise > a:hover { color: #16a085; }

.panel.turquoise.outline > .panel-heading { color:  #1abc9c; }

.panel.emerland { border-color: #2ecc71; }
.panel.emerland > .panel-heading { border-color: #2ecc71; color: white; background-color: #2ecc71; }
.panel.emerland > a { color: #2ecc71; }
.panel.emerland > a:hover { color: #2ecc71; }

.panel.emerland.outline > .panel-heading { color:  #2ecc71; }

.panel.asphalt { border-color: #34495e; }
.panel.asphalt > .panel-heading { border-color: #34495e; color: white; background-color: #34495e; }
.panel.asphalt > a { color: #; }
.panel.asphalt > a:hover { color: #2c3e50; }

.panel.asphalt.outline > .panel-heading { color:  #34495e; }

.panel.concrete { border-color: #95a5a6; }
.panel.concrete > .panel-heading { border-color: #95a5a6; color: white; background-color: #95a5a6; }
.panel.concrete > a { color: #; }
.panel.concrete > a:hover { color: #7f8c8d; }

.panel.concrete.outline > .panel-heading { color:  #95a5a6; }

.panel.amethyst { border-color: #9b59b6; }
.panel.amethyst > .panel-heading { border-color: #9b59b6; color: white; background-color: #9b59b6; }
.panel.amethyst > a { color: #; }
.panel.amethyst > a:hover { color: #8e44ad; }

.panel.amethyst.outline > .panel-heading { color:  #9b59b6; }

.panel.river { border-color: #3498db; }
.panel.river > .panel-heading { border-color: #3498db; color: white; background-color: #3498db; }
.panel.river > a { color: #; }
.panel.river > a:hover { color: #2980b9; }

.panel.river.outline > .panel-heading { color:  #3498db; }

.panel.alizarin { border-color: #e74c3c; }
.panel.alizarin > .panel-heading { border-color: #e74c3c; color: white; background-color: #e74c3c; }
.panel.alizarin > a { color: #; }
.panel.alizarin > a:hover { color: #c0392b; }

.panel.alizarin.outline > .panel-heading { color:  #e74c3c; }

.panel.carrot { border-color: #e67e22; }
.panel.carrot > .panel-heading { border-color: #e67e22; color: white; background-color: #e67e22; }
.panel.carrot > a { color: #; }
.panel.carrot > a:hover { color: #d35400; }

.panel.carrot.outline > .panel-heading { color:  #e67e22; }

.panel.pumpkin { border-color: #d35400; }
.panel.pumpkin > .panel-heading { border-color: #d35400; color: white; background-color: #d35400; }
.panel.pumpkin > a { color: #; }
.panel.pumpkin > a:hover { color: #c0392b; }

.panel.pumpkin.outline > .panel-heading { color:  #d35400; }

.panel.nephritis { border-color: #27ae60; }
.panel.nephritis > .panel-heading { border-color: #27ae60; color: white; background-color: #27ae60; }
.panel.nephritis > a { color: #; }
.panel.nephritis > a:hover { color: #2ecc71; }

.panel.nephritis.outline > .panel-heading { color:  #27ae60; }


.panel.outline > .panel-heading > .panel-title small{ font-weight: normal; color: #aaa; }

.panel.outline { padding: 10px 15px; }
.panel.outline > .panel-heading { padding: 7px 0 15px 0; border-bottom: 1px solid #e7e7e7; background-color: transparent; }
.panel.outline > .panel-body  { padding: 15px 0 5px 0; }
.panel.outline > .panel-footer  { margin-top: 10px; background-color: transparent; }
.panel.outline > .panel-heading > .controls > a { color: #aaa; }
.panel.outline > .panel-heading > .controls > a:hover, .panel.outline > .panel-heading > .controls > a:focus { color: #333; }
.panel.outline > .panel-heading > .panel-title { font-weight: 600;  font-size: 17px; }


.panel.shadow { box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); }

.panel.tab  > .panel-heading::before, .panel.tab  > .panel-heading::after { content: " "; display: table; }
.panel.tab  > .panel-heading::after { clear: both; }
.panel.tab > .panel-body { clear: both; }

.panel.tab > .panel-heading { padding: 0 15px; border-bottom: none; }
.panel.tab > .panel-heading > .panel-title { padding: 10px 0; float: left; display: inline-block; font-size: 19px line-height: 19px; }


.panel.tab > .panel-heading > .nav-tabs { float: right; display: inline-block; position: relative; border: 0; margin: 1px 0 0 0; }
.panel.tab > .panel-heading > .nav-tabs::after { clear: both; }

.panel.tab > .panel-heading > .nav-tabs  > li { margin: 0; border: 0; }
.panel.tab > .panel-heading > .nav-tabs  > li > a { border: 0; padding: 9px; margin: 5px 0 0 1px; border-radius: 1px 1px 0 0; outline: none; color: white; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15px); transition: all .1s linear; }
.panel.tab > .panel-heading > .nav-tabs  > li.active > a, .panel > .panel-heading > .nav-tabs  > li > a:hover, .panel > .panel-heading > .nav-tabs  > li > a:focus { box-shadow: 0px -2px 3px -1px rgba(0, 0, 0, 0.15); background-color: white; color: #333; text-shadow: none; }

/*.panel.placeholder { border: 2px dotted #ccc; box-shadow: 0 0 1px #ccc; }*/
.panel.placeholder { border: 2px dotted #ccc; height: 45px; background-color: #ffe; }

.column { padding-bottom: 45px; }
.column .panel .panel-heading { cursor: move; }
.column .panel .panel-heading .controls { cursor: default; }


.panel .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 50; background: rgba(255, 255, 255, 0.7); }
.panel .overlay .fa { position: absolute; top: 50%; left: 50%; margin-left: -35px; margin-top: -35px; color: #555; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); font-size: 70px; }

/*.panel.panel-scroll > .panel-body { height: 200px; overflow-y: auto; }*/

/****************PANELS END****************/

/****************NOTIFICATIONS START****************/

.popover { border-radius: 1px; }
.tooltip > .tooltip-inner { border-radius: 1px; }

/****************NOTIFICATIONS END****************/

/****************MODALS START****************/

.modal-content { border-radius: 1px; }

/****************MODALS END****************/

/****************TODO LIST START****************/

.list.todo > li { position: relative; }
.list.todo > li .state { float: left; width: 30px; margin: 0; }

.list.todo > li .deadline { float: right; width: 100px; margin-right: 70px; color: #aaa; font-style: italic; }
.list.todo > li .controls { float: right; display: none; width: 70px; text-align: right; }
.list.todo > li .controls a { margin-right: 5px; padding: 1px; font-size: 15px; color: #777; transition: all .1s linear; }
.list.todo > li .controls a.edit:hover, .list.todo > li .controls a.edit:focus { color: #337ab7; }
.list.todo > li .controls a.remove:hover, .list.todo > li .controls a.remove:focus { color: #dd4b39; }

.list.todo > li:hover .deadline { margin-right: 0; }
.list.todo > li:hover .controls { display: block; }

.list.todo > li.done { color: #999; }
.list.todo > li.done .text { text-decoration: line-through; font-weight: 500; }
.list.todo > li.done .label { background: #d2d6de !important; }

.list.todo .handle { display: inline-block; cursor: move; color: #999; margin-right: 10px; font-size: 15px; text-shadow: 1px 1px 0 white; float: left; }
.list.todo > li.placeholder { border: 1px dashed #aaa; height: 40px; background-color: #ffe; }


.todo-list > li:last-of-type { margin-bottom: 0; }
.todo-list > li > input[type='checkbox'] { margin: 0 10px 0 5px; }
.todo-list > li .text { display: inline-block; margin-left: 5px; font-weight: 600; }
.todo-list > li .label { margin-left: 10px; font-size: 9px; }
.todo-list > li .tools { float: right; }
.todo-list > li .tools a { margin-right: 5px; font-size: 15px; }

.todo-list > li .state { font-size: 19px; }

.todo-list > li .tools .remove {  }
.todo-list > li .tools > .fa,
.todo-list > li .tools > .glyphicon,
.todo-list > li .tools > .ion { margin-right: 5px; cursor: pointer; }
.todo-list > li:hover .tools { display: inline-block; }
.todo-list > li.done { color: #999; }
.todo-list > li.done .text { text-decoration: line-through; font-style: italic; font-weight: 500; }
.todo-list > li.done .label { background: #d2d6de !important; }
.todo-list .danger { border-left-color: #dd4b39; }
.todo-list .warning { border-left-color: #f39c12; }
.todo-list .info { border-left-color: #00c0ef; }
.todo-list .success { border-left-color: #00a65a; }
.todo-list .primary { border-left-color: #3c8dbc; }

/****************TODO LIST END****************/


/****************GALLERY START****************/

ul.gallery { margin: 0; padding: 0; }

#sortable_galleries li .controls a, #sortable_galleries li .controls span { margin: 0 7px; color: #eee; font-size: 14px; cursor: pointer; }
#sortable_galleries li .controls i { padding: 0 4px; }
#sortable_galleries li .controls a:hover, #sortable_galleries li .controls span:hover { color: #bfe0ff; text-decoration: none; }

#sortable_galleries li { list-style: none; float: left; margin: 4px 6px; padding: 1px; border: 3px solid #eee; border-radius: 1px; position: relative; cursor: crosshair; }
#sortable_galleries li:first-child {  border-color: #419641; }
#sortable_galleries li img { width: 200px; height: 200px; padding: 4px; border: 1px solid #bbb; border-radius: 1px; }

#sortable_galleries li:hover, #sortable_galleries li:focus { outline: none; border-color: #5b9dd9; }

#sortable_galleries li.placeholder { margin: 4px 6px; padding: 1px; background-color: #f3f3f3; border: 1px dashed #ccc; width: 207px; height: 207px; }

#sortable_galleries li .controls { width: 192px; background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7); color: #fff; display: none; padding: 5px; position: absolute; left: 4px;  top: auto; bottom: 4px; text-align: center; display: none; cursor: hand; }
#sortable_galleries li:hover .controls { display: block; }

#sortable_galleries li .controls a, #sortable_galleries li .controls span { margin: 0 7px; color: #eee; font-size: 14px; cursor: pointer; }
#sortable_galleries li .controls i { padding: 0 4px; }
#sortable_galleries li .controls a:hover, #sortable_galleries li .controls span:hover { color: #bfe0ff; text-decoration: none; }

/****************GALLERY END****************/

@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;
  }
}
.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: white;
}
.chat {
  margin: 0;
  padding: 0;
  list-style: none;
}
.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #999999;
}
.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: transparent;
}
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, 0.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;
}

.timeline {
  position: relative;
  padding: 20px 0 20px;
  list-style: none;
}
.timeline:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  margin-left: -1.5px;
  background-color: #eeeeee;
}
.timeline > li {
  position: relative;
  margin-bottom: 20px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  float: left;
  position: relative;
  width: 46%;
  padding: 20px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -15px;
  border-top: 15px solid transparent;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #ccc;
}
.timeline > li > .timeline-panel:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 27px;
  right: -14px;
  border-top: 14px solid transparent;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #fff;
}
.timeline > li > .timeline-badge {
  z-index: 100;
  position: absolute;
  top: 16px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  font-size: 1.4em;
  line-height: 50px;
  color: #fff;
  background-color: #999999;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }
  ul.timeline > li > .timeline-panel {
    width: calc(10%);
    width: -moz-calc(10%);
    width: -webkit-calc(10%);
  }
  ul.timeline > li > .timeline-badge {
    top: 16px;
    left: 15px;
    margin-left: 0;
  }
  ul.timeline > li > .timeline-panel {
    float: right;
  }
  ul.timeline > li > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }
  ul.timeline > li > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }
}

@media (min-width: 768px) {

  #page-wrapper { position: inherit; margin: 0 0 0 250px; border-left: 1px solid #e7e7e7; }
 
}

/*border: 1px solid #eea236;*/
.animations .panel { min-height: 137px; }
.animations .panel, .panel.anim { background-color: #ffe; }
.animations .btn, .panel.anim  > .panel-body .btn {  padding: 0; }
.animations .btn i.fa, .panel.anim  > .panel-body .btn i.fa { font-size: 39px; }


/*.animations .btn i.fa { font-size: 27px; }
.animations .btn { font-size: 21px; }*/
