/*!
 * 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)
 */
body {
  background-color: #f8f8f8;
}
h2 {
  font-size: 17px;
  font-weight: 600;
  margin: 0.5em 0;
}
h1 {
  font-size: 20px;
  font-weight: 600;
}
a {
  color: #0f1a36;
}
/*
a:hover, a:focus, a:active {
  color: white !important;
}
*/
.panel-body a:hover, .panel-body a:focus, .panel-body a:active {
  color: #0f1a36 !important;
  text-decoration: underline;
}
/*
.btn:hover, .btn:focus, .btn-active {
  color: white !important;
}
*/
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
}
#wrapper {
  width: 100%;
  background-color: #0f1a36;
}
#page-wrapper {
  padding: 0 15px;
  min-height: 568px;
  background-color: #f6f7fb;
}
@media (min-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 250px;
    padding: 0 30px;
    border-left: 1px solid #e7e7e7;
  }
}
.navbar-brand {
  float: left;
    height: 79px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    background: #0f1a36;
    width: 250px;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    background-color: #0f1a36;
}
.navbar-header {
  float: left;
}
.icon-bar .fa-caret-left {
  color: #5383ff;
}
.gray {
  text-align: center;
  padding: 0.5em;
}
.gray a {
  color: #777;
  margin-right: 0.5em;
}
.btn-transparent {
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 20px;
    color: black;
    display: block;
    text-align: left;
    padding: 0.5em 1.5em;
}
.btn-transparent:focus, .btn-transparent:hover {
    color: black;
    text-decoration: none;
}
.btn-transparent .fa-angle-down {
  float: right;
  padding-top: 0.2em;
}

.bars-btn {
  margin: 1em 0.5em;
  background: transparent;
  border: 0;
  font-size: 1.5em;
}
.btn-search {
  background: transparent;
  font-size: 1.5em;
  padding: 0em;
  margin-bottom: 0.3em;
}
.btn-radius {
  padding: 0.5em 1em;
  border-radius: 5px;
  color: white;
  border: 0;
  display: inline-block;
}
.btn-radius:focus, .btn-radius:hover {
    color: white;
    text-decoration: none;
    outline: none;
}
.gray a:focus, a:hover {
    color: #777;
    text-decoration: none;
    outline: none;
}
.datagrid a:hover {
	color: #0f1a36;
}
.btn-center {
  text-align: center;
  margin-bottom: 1em;
}
.navbar {
  background-color: #323a45;
}
.navbar-top-links {
  margin-right: 0;
  margin-top: 15px;
}
.navbar-top-links li {
  display: inline-block;
}
.navbar-top-links li:last-child {
  margin-right: 15px;
}
.navbar-top-links li a {
  color: white;
  padding: 10px;
}
.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-left: 0;
  padding-right: 0;
}
.sidebar .sidebar-search {
  padding: 15px;
}
.sidebar ul li {
  font-size: 1.5em;
}
.sidebar ul li a.active {
  background-color: #122043;
  color: white !important;
  border-left: 10px solid #5383ff;
  padding: 1em 1.1em;
}
.sidebar ul li a:focus, .sidebar ul li a:hover {
  background-color: #122043;
  color: white !important;
  border-left: 10px solid #5383ff;
  padding: 1em 1.1em;
}
.sidebar ul li a {
  color: white;
  padding: 1em 1.5em;
  background-color: #0f1a36;
}
.sidebar ul li i {
  color: #5383ff;
}
.sidebar ul li img {
  margin: 1em;
}

.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: none !important;
}
.sidebar .nav-second-level li a {
  padding-left: 37px;
}
.sidebar .nav-third-level li a {
  padding-left: 52px;
}
@media (min-width: 768px) {
  .sidebar {
    background-color: #0f1a36;
    z-index: 1;
    position: absolute;
    width: 250px;
    margin-top: 79px;
  }
  .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);
}
p {
  margin: 0;
}
.red-p {
  color: #f83b7b;
}
.badge-primary {
  background-color: #0f1a36;
}
.badge-danger {
  background-color: #f83b7b;
}
.badge {
  font-size: 1.3em;
  padding: 0.5em 0.5em;
  border-radius: 50%;
  height: 2em;
  width: 2em;
}
.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-white {
  border-bottom: 1px solid #ddd;
}
.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;
}
.timeline {
  position: relative;
  padding: 0 0 20px;
  list-style: none;
}
.timeline:before {
  content: " ";
  position: absolute;
  top: 48px;
  bottom: 0;
  left: 5%;
  width: 3px;
  margin-left: -1.5px;
  background-color: #eeeeee;
}
.timeline > li {
  position: relative;
}
.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: 90%;
  padding: 20px;
  border: 0;
  border-radius: 0;
}

.timeline > li > .timeline-badge {
  z-index: 100;
  position: absolute;
  top: 16px;
  left: 5%;
  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;
}
.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;
  }
}

.card {
  background: white;
  padding: 1em;
  margin: 1em;
}

.right {
  float: right;
}
.form-control {
  border-radius: 20px;
  border: 1px solid #ddd;
}
.input-top {
  margin-top: 1em;
}

.btn-width {
  max-width: 45%;
  margin: auto;
}
.btn-tyrkys {
  background-color: #297d7d;
}
.priority-row {
  padding-top: 1em;
}
.priority-row strong {
  margin-right: 1.5em;
}
.remark-priority {
  padding-top: 0.5em
}
.info-task .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle;
    border-top: 0;
}
.state .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle;
    border-top: 0;
}
.state p {
  padding-top: 1em;
}
.summary {
  padding: 0;
}
.summary > .green {
  border-left: 2px solid #92c46b;
  margin: 0.5em 0;
}
.summary > .tyrkys {
  border-left: 2px solid #297d7d;
  margin: 0.5em 0;
}
.summary > .pink {
  border-left: 2px solid #f83b7b;
  margin: 0.5em 0;
}
.summary > .orange {
  border-left: 2px solid #ef5821;
  margin: 0.5em 0;
}
.offices {
  color: black;
  cursor: pointer;
}
.offices:focus, .offices:hover {
    text-decoration: none;
    color: black !important;
}
.alignment {
  display: block;
}

.list-group > .active {
  background-color: #f4f5f9;
  border-color: #ddd;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  background-color: #f4f5f9;
  border-color: #ddd;
}
.btn-remove {
  background: transparent;
  border: none;
}
.btn-remove:focus, .btn-remove:hover {
  color: #f83b7b;
}
.wrapped .input-group-addon {
    margin: 0;
    padding: 0;
    min-width: 8rem;
    border: none;
    background: transparent;
}
.wrapped .input-group-addon>.form-control {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-left: none;
}
.select-input {
    margin-bottom: 0;
    margin-top: 1em;
}
.btn-white {
    background: white;
    border: 1px solid #ddd;
    border-radius: 20px;
    color: black;
    margin: 1em 0 0;
    display: block;
    text-align: left;
    padding: 0.5em 1.5em;
}
.btn-white:focus, .btn-white:hover {
    color: black;
    text-decoration: none;
}
.btn-white .fa-angle-down {
  float: right;
  padding-top: 0.2em;
}
.happy-radio {
    margin-right: 1em;
}
.radio-happy {
    margin-right: 2em;
}

.datagrid table thead tr th {
    vertical-align: middle;
}
.datagrid table thead tr th a .fa-angle-down {
    margin-left: 0.2em;
    color: #777;
}
.datagrid table thead tr th a .fa-angle-up {
    margin-right: 0.2em;
    color: #777;
}
.datagrid select {
  border-radius: 5px;
}
.datagrid .btn-gear {
    margin: 0.5em;
}
.datagrid .select-filter {
    display: inline-block;
    padding-left: 1em;
    border-radius: 20px;
    color: #0f1a36;
    margin: 1em 0;
    font-weight: 700;
}
select.select-filter {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(https://d30y9cdsu7xlg0.cloudfront.net/png/10897-200.png) no-repeat;
  background-size: 20px;
  background-position: 95%;
}
select.select-mena {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(https://d30y9cdsu7xlg0.cloudfront.net/png/10897-200.png) no-repeat;
  background-size: 11px;
  background-position: 85%;
}
.space {
  margin: 2em 0;
}
.col-img .btn-radius {
    display: inline-block;
    margin-left: 1em;
}

.datagrid table thead tr.row-group-actions th {
    background-color: white;
}

.datagrid .row-grid-bottom {
    padding: 20px 0;
    background-color: white;
    border: 0;
    border-top: 0;
}


.appka {
  padding: 0;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: #122043;
}
.nav-justified>li>a {
    background-color: #3b5798;
    color: white;
    border-radius: 0;
    padding: 1.5em 0;
    font-size: 140%;
    margin: 0;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #3b5798;
    color: white;
}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn {
  padding: 1.5em;
  font-size: 130%;
  border-radius: 0 !important;
  border-left: 0;
  border-right: 0;
}

.btn-default:hover, .btn-default:focus, .appka .btn-default.active {
  color: white !important;
  background-color: #2d3548;
  border-color: #2d3548;
  box-shadow: 0 0 16px 6px rgba(0,0,0,0.2),0 0px 0px 0 rgba(0,0,0,0.2);
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
  color: white;
  background-color: #2d3548;
  border-color: #2d3548;
  box-shadow: 0 0 16px 6px rgba(0,0,0,0.2),0 0px 0px 0 rgba(0,0,0,0.2);
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.appka .btn-big {
  margin: .5em auto;
  padding: 1em .1em;
  text-align: center;
  font-size: 100%;
}
.nav-pills>li+li {
    margin: 0;
}
@media (max-width: 767px) {
  .nav-justified>li {
    float: left;
    width: 50%;
  }
}
.btn-primary {
	background: #5383ff;
  border: 0;
}
.btn-primary:hover, .btn-primary:active {
	background: #3861ca;

}
.appka .btn-group-vertical {
	width: 100%;
}

.job-box-desktop {
  background-color: #323a45;
  display: inline-block;
  padding: 0 10px;
  line-height: 5.3;
  float: right;
}
.job-box-desktop>.task-timer>a {
  color: white;
  line-height: 5.3;
}

.job-box-desktop>ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.job-box-desktop>ul>li {
  padding: 0;
}
.job-box-desktop>.task-timer >a>span {
  color: white;
}
.job-box-desktop>.task-timer>a>img {
  width: 19%;
  margin-right: 15px;
}
.btn-endtask {
    background: #ae1736;
    border-radius: 0;
    color: white;
    text-transform: uppercase;
    width: 114.22px;
    border: 0;
    padding: 3px;
}
.btn-endtask>img {
  width: 25%;
  margin-right: 10px;
  padding-left: 0;
}
.btn-endtask:hover, .btn-endtask:focus {
  color: white;
}
.task-timer {
  display: inline-block;
  margin-right: -5px;
  color: white;
}
.task-timer:hover, .task-timer:focus {
  color: white;
  box-shadow: none;
}
.radius-none {
  border-radius: 0;
}
.btn.radius-none {
  height: 32px;
}
.btn-danger>img {
  width: 11%;
}
.btn-danger {
  background-color: #ae1736;
  border: 0;
}
.btn-danger:hover, .btn-danger:focus {
  color: white;
  background-color: #ae1736;
}
.btn-pause {
  background-color: #ae7019;
  color: white;
  padding: 3.5px;
}
.btn-pause:hover, .btn-pause:focus {
  color: white;
}
.btn-pause>img {
  width: 9%;
}
.btn-success {
  border: 0;
  background-color: #46ae19;
  /*padding: 4px 10px;*/
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  color: white;
  background-color: #46ae19;
  border: #46ae19;
}
.btn-success:active:focus, .btn-success:active:hover {
  background-color: #46ae19;
  border: #46ae19;
  color: white !important;
}
/*
.btn-success>.fa-play {
  margin-right: 10px;
  font-size: 18px;
  padding: 3px;
}
*/
.btn-success>.fa-play-circle {
  font-size: 30px;
}
.space-LR {
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
}
.align {
  vertical-align: text-bottom;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}
.navbar-default .navbar-toggle {
    border-color: white;
    margin-top: 24px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.btn-play {
  background-image: url("/images/play.png");
  background-repeat: no-repeat;
  width: 114.27px;
  padding: 8px 27px 8px 8px;
  background-size: 25%;
  background-position-y: center;
  background-position-x: 5px;
  text-align: right;
  text-transform: uppercase;
  border-radius: 0;
  color: white;
}
.btn-play:hover, .btn-play:focus, .btn-play:active {
  background-image: url("/images/play.png");
  background-color: #46ae19;
  color: white !important;

}
.btn-stop {
  background-image: url("/images/ukoncenie-icon.jpg");
  background-repeat: no-repeat;
  width: 114.27px;
  padding: 8px 27px 8px 8px;
  background-size: 25%;
  background-position-y: center;
  background-position-x: 5px;
  text-align: right;
  text-transform: uppercase;
  border-radius: 0;
  background-color: #ae1736;
  color: white;
}
.btn-stop:hover, .btn-stop:focus, .btn-stop:active {
  color: white !important;
  background-image: url("/images/ukoncenie-icon.jpg");
}
.datagrid table td.col-action>.btn-stop:hover, .btn-stop:focus, .btn-stop:active {
  color: white !important;
}
.datagrid table td.col-action>.btn-play:hover, .btn-play:focus, .btn-play:active {
  color: white !important;
}
@media (max-width: 1775px) {
  .time-pause {
    display: none;
  }
  .btn-pause>img {
    width: 16%;
  }
}
@media (max-width: 1530px) {
  .add-task {
    display: none;
  }
}
@media (max-width: 1454px) {
  .exit {
    display: none;
  }
  .startstopwork .btn-danger>img {
    width: 79%;
  }
  .startstopwork .btn-danger {
    width: 46.89px;
  }
}
@media (max-width: 1351px) {
  .go-pause {
    display: none;
  }
  .btn-pause>img {
    width: 55%;
  }
}
@media (max-width: 1215px) {
  .stop {
    display: none;
  }
  .job-box-desktop>.task-timer>.btn-endtask {
    width: 46.89px;
  }
  .job-box-desktop>.task-timer>a>img {
    width: 46%;
    margin-right: 0;
  }
}
@media (max-width: 1133px) {
  .user-name {
    display: none;
  }
}
@media (max-width: 968px) {
  .work-now {
    display: none;
  }
}
.table-striped > thead > tr,
.table-striped > tbody > tr:nth-of-type(2n) {
    background-color: #fff;
}
