
/* NO ANIMATIONS */

.open>.dropdown-menu {
  -webkit-animation-name: none;
  -moz-animation-name: none;
  -o-animation-name: none;
  animation-name: none;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}


/* END OF NO ANIMATIONS */


/* Login Theme */
body {
  min-height: 100vh;
}

body {
  /* background: url("/skin/gps4net/img/grey.jpg") center center fixed repeat; */
}

#header_login {
  background-color: transparent;
  background-image: linear-gradient(to bottom, #fff0, #e2e2e200);
}


div.panel.g4nlogin {
  height: 27em;
  margin-bottom: 0%;
  box-shadow: -12px -3px 19px 3px rgba(0, 0, 0, 0.10);
}


/* fa-key color modifier */

div.g4nlogin.fas {
  color: grey;
}

div.g4nlogin-logoCentral {
  height: 7rem;
}

img.g4n-logo {
  /* display: block; */
  /* margin-top: 3em; */
  margin-bottom: 1em;
  max-width: 100%;
  height: auto;
  margin-top: 2em;
  max-height: 100px;
  display: block;
  margin: auto;
  margin-top:2em;
}

div.panel.g4nlogin,
div.g4nlogin.panel-footer {
  border-radius: 10px;
  width: 80%;
  margin: 0 auto;
  height: 28em;
}

div.panel-footer {
  height: 100%;
}

div.g4nlogin.panel-heading,
div.g4nlogin.panel-body,
div.g4nlogin.panel-footer {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
  height: 8em;
}

div.panel-heading {
  height: 8em;
}

div.g4nlogin.panel-body {
  margin-top: 1.5em;
  margin-bottom: 5%;
  padding-bottom: 0%;
}


/* placeholder modifier */

div.g4nlogin.panel-body ::placeholder {
  color: grey;
  border-width: 5px;
}

input.g4nlogin-form-control.input-md {
  width: 100%;
  height: 30px;
  margin-left: 0%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-color: #555;
  border-style: solid;
  box-shadow: -100px -100px 0px 3px rgba(0, 0, 0, 0);
  outline: none;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
  border-top: 1px solid #555;
  border-left: 0px;
}

span#basic-addon1.input-group-addon {
  background: none;
  border-color: #555;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top: 1px solid #555;
  border-left: 1px solid #555;
  border-bottom: 1px solid #555;
}


/* Login Button*/

button.g4nlogin-button.btn.btn-md.btn-primary {
  width: 72%;
  margin-left: 0%;
  background-color: #5c5c5c!important;
  border-color: #5c5c5c !important;
  border-radius: 5px;
}

button.g4nlogin-button.btn.btn-md.btn-primary:hover {
  background-color: #009E60 !important;
}

button.g4nlogin-button.btn.btn-md.btn-primary {
  margin-top: 0em;
}


/* End Login button */

div.panel.panel-default {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}

div.g4nlogin.panel-body.modifiers {
  width: 60%;
  margin-left: 20%;
  margin-bottom: 0%;
}

div.g4navl-pull {
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 6px;
  padding-bottom: 0px;
}

div.g4navl-pull:hover {
  color: #144E75;
  border: none !important;
  shadow: inset -100px -100px 0px 0px rgba(0, 0, 0, 0) !important;
  box-shadow: inset -100px -100px 0px 0px rgba(0, 0, 0, 0) !important;
}

div.g4navl-pull:hover {
  border: none !important;
  border-width: 0px;
  color: #144E75;
  font-weight: normal;
  font-style: normal;
  background-color: transparent;
  text-decoration: none;
  font-family: "Open Sans", Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  line-height: 1.42857143;
  background-image: none;
  shadow: inset -100px -100px 0px 0px rgba(0, 0, 0, 0) !important;
  box-shadow: inset -100px -100px 0px 0px rgba(0, 0, 0, 0) !important;
}

div.g4navl-pull:active {
  border-width: 0px;
  color: #144E75;
  background-color: transparent !important;
  shadow: inset -100px -100px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset -100px -100px 0px 0px rgba(0, 0, 0, 0);
}

#support>a:active {
  background-color: transparent !important;
  shadow: inset -100px -100px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset -100px -100px 0px 0px rgba(0, 0, 0, 0);
}

a#g4navl-login-languages {
  width: auto;
  margin-top: 1em;
  white-space: nowrap;
}

div.g4navl-pull {
  width: 100%;
  text-align: center;
}

a.g4navl-login-support-button>i {
  border-width: 0px;
  color: #3276b1;
  font-weight: normal;
  font-style: normal;
  background-color: transparent;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.42857143;
  background-image: none;
  text-align: center;
}

.language-select {
  white-space: nowrap;
}

.g4navl-login-languages {
  text-align: center;
  width: auto;
  white-space: nowrap;
}

.g4navl-login-error {
  background-color: white;
  border-radius: 15px;
  border-width: 19px;
  width: 80%;
  margin-left: 10%;
  box-shadow: -12px -3px 19px 3px rgba(0, 0, 0, 0.10);
}

.forgot_pass {
  margin-bottom: 3em;
}

.g4navl-login-error2 {
  background-color: white;
  border-radius: 10px;
  border-width: 19px;
  width: 80%;
  height: 6rem;
  margin-left: 10%;
  text-align: center;
  box-shadow: -12px -3px 19px 3px rgba(0, 0, 0, 0.10);
}

button#password_recovery_btn {
  background-color: #5c5c5c !important;
  border-color: #5c5c5c !important;
  margin-top: 0em !important;
}

button#password_recovery_btn:hover {
  background-color: #009E60 !important;
}
.support-g4navl-login {
  margin-top: -1em;
}

.language-select {
  margin-top: -1em;
}

#g4navl-login-languages,
.gn4avl-support {
  text-overflow: initial !important;
  white-space: nowrap !important;
}

.flag+span {
  max-width: 60px !important;
}

@media screen and (max-width: 320px) {

div.panel.g4nlogin,div.g4nlogin.panel-footer {
  width: 100%;
}

.g4nlogin.panel-body.modifiers{
  padding: 0px;
}

.g4navl-login-error2,.g4navl-login-error{
  width: 100%;
  margin:0px;
  padding:0px;
  border-radius: 10px;
}

input.g4nlogin-form-control.input-md {
  width: 100%;
  height: 30px;
  margin-left: 0%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-color: #275b89;
  border-style: solid;
  outline: none;
  border-right: 1px solid #275b89;
  border-bottom: 1px solid #275b89;
  border-top: 1px solid #275b89;
  border-left: 0px;
  box-shadow: inset none !important;
  background-clip: padding-box;
}

div.g4nlogin.panel-body{
  border-width: 0px;
}

button#password_recovery_btn{
  width:70%!important;

}

div.g4nlogin.panel-body {
  border-width: 0px;
}

img.g4n-logo {
  margin-top:2em;
  margin-bottom: 1em;
}

.g4navl-login-error2 {
  height: 7rem;
}

img.g4n-logo{
 max-height: 100px;
 margin-bottom: 0px;
}

.g4nlogin-logo{
  padding:0px!important;
}

}
/* End of login theme */


/*//////////////////// T2KGABON custom theme \\\\\\\\\\\\\\\\\\\ */

body {
  min-height: 100vh;
}

body {
  /* background: url("/skin/gps4net/img/grey.jpg") center center fixed repeat; */
  background-color: #f8f8f8;
}


/*
   * MINIFIED
   */

.minifyme {
  background: #3A75C4;
  border-bottom: none;
  color: white;
}

.minifyme:hover {
  background: #009E60;
  color: white;
}

.minified .minifyme {
  color: #FFFFFF;
}

.minified nav>ul>li>ul {
  background: #176731;
}

.minified nav>ul>li {
  border-bottom: 1px solid #165227;
  border-top: 1px solid #165227;
}

.minified .login-info a {
  margin-top: 4px;
}

.minified #left-panel {
  padding: 0 !important;
  padding-top: 50px !important;
  border-right: none!;
}

.minified nav ul>li>a {
  padding: 12px 11px;
}

.minified nav>ul>li>ul,
.minified nav>ul>li>ul>li,
.minified nav>ul>li>ul>li>ul>li {
  background: #eee !important;
}

.minified nav>ul>li {
  border-bottom: 1px solid #E6E6E6;
  border-top: 1px solid #FFFFFF;
}

.minified nav>ul>li>a>i {
  font-size: 18px !important;
}

.minified .login-info span {
  padding: 0;
}

.minified .login-info {
  margin: 0 !important;
}

.minified nav ul li.active>a:before {
  height: 23px;
  right: -19px;
  top: 7px;
  font-size: 20px;
  color: #FFFFFF;
}


/* end of minified */


/* text setings */


/* green crosses for the fleet vehicle id */

.txt-color-green {
  color: #202427 !important;
}


/* left pannel */


/* Header on pages from the menu */

.jarviswidget-color-darken>header {
  background: #009E60;
}

.jarviswidget-color-darken>header {
  border-color: #009E60 !important;
}


/* End of header on page */


/* modificari la panoul de limba de la dropdown in interiorul site */

header div ul.header-dropdown-list a {
  color: #1b1a1a;
}

header div ul.header-dropdown-list>li.open>ul.dropdown-menu.pull-right>li>a {
  color: black;
}

header div ul.header-dropdown-list>li.open>ul.dropdown-menu.pull-right>li>a:active {
  color: white;
  background-color: #202427;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  background-color: grey;
  color: white;
}

header div ul.header-dropdown-list>li.open>ul.dropdown-menu.pull-right>li>a:hover {
  color: white;
  background-color: #202427;
}


/* sfarsit modificari la panoul de limba */


/* Dropdown select in menus */

.dropdown-menu>li>a:hover {
  background-color: grey;
}

.dropdown-menu>li>a:active {
  background-color: #009E60;
}

.dropdown-menu>li>a:focus {
  background-color: #009E60;
}

.dropdown-menu>li.active>a {
  background-color: #009E60;
}


/* End of Dropdown select in menus */


/* Buttons top right side */

.btn-header> :first-child>a {
  background: transparent;
  color: black;
}

.btn-header> :first-child>a:hover {
  background: #009E60;
  color: white;
}


/* End of Buttosn top right side */


/* user management / Edit user */

div.panel-heading {
  height: auto;
}

#other_data_header,
#app_access_header,
#reports_header,
#equipment_control_header,
#alarm_generating_header {
  background-color: #ededed;
}

#other_data_header>a>strong {
  color: #202427;
}

#other_data_header:hover {
  background-color: #009E60;
}

#other_data_header:hover>a>strong {
  color: white;
}

#other_data_header:active {
  background-color: #009E60;
}

#other_data_header:active>a>strong {
  color: white;
}


/*  */

#app_access_header>a>strong {
  color: #202427;
}

#app_access_header:hover {
  background-color: #009E60;
}

#app_access_header:hover>a>strong {
  color: white;
}


/*  */

#reports_header>a>strong {
  color: #202427;
}

#reports_header:hover {
  background-color: #009E60;
}

#reports_header:hover>a>strong {
  color: white;
}


/*  */

#equipment_control_header>a>strong {
  color: #202427;
}

#equipment_control_header:hover {
  background-color: #009E60;
}

#equipment_control_header:hover>a>strong {
  color: white;
}


/*  */

#alarm_generating_header>a>strong {
  color: #202427;
}

#alarm_generating_header:hover {
  background-color: #009E60;
}

#alarm_generating_header:hover>a>strong {
  color: white;
}


/* End user management / user edit tab */


/* Side panel theme settings */

aside {
  background: #f7f7f7;
  background: -webkit-gradient(linear, left top, right top, color-stop(99%, #f7f7f7), color-stop(100%, #cacaca));
  background: -webkit-linear-gradient(left, #f7f7f7 99%, #cacaca 100%);
  background: -webkit-gradient(linear, top left, top right, from(#f7f7f7), to(#cacaca));
  background: linear-gradient(to right, white 98%, white 100%);
  min-height: 100%;
}

#left-panel {
  padding-bottom: 15px;
  padding-top: 50px;
}

.menu-on-top #left-panel {
  padding-top: 49px !important;
}

#logo-group>span .badge {
  background: #008DC4;
}


/*** User name side panel settings */


/* .login-info span, */


.login-info {
  box-shadow: none !important;
  border-bottom-width: 0px !important;
  border-top-width: 0px !important;
  margin-top: 0px;
  background: #3A75C4;
  background: -webkit-linear-gradient(top, white 100%, #D4D4D4 0%);
  background: linear-gradient(to bottom, white 100%, #D4D4D4 0%);
}

.login-info>span {
  height: 41px;
  display: block;
  padding: 0 10px;
  border-bottom: 1px solid #d4d4d4;
  background-color: #3A75C4;
  margin-top: -3px;
}

.login-info a span {
  padding: 0;
  font-size: 16px !important;
  max-width: 105px;
}

.login-info {
  margin-bottom: 7px !important;
  height: auto;
}


/* user color name */

.login-info a {
  font-size: 12px !important;
  color: white;
  margin-top: 10px;
}

.login-info a:hover {
  font-size: 12px !important;
  color: #009E60;
  margin-top: 10px;
}

.login-info img {
  width: 35px;
  margin-left: 10px;
}


/* user color name end */

nav ul li.open>a,
nav ul li.open>a b,
nav ul .active>a {
  color: white !important;
  font-weight: bold;
  background: #009E60 !important;
  border-left: 4px solid #1b1a1a;
  left: 0;
}

nav ul .active>a:hover {
  color: white !important;
  font-weight: bold;
  background: #009E60 !important;
  border-left: 4px solid #1b1a1a;
  left: 0;
}

nav ul li a {
  color: #202427 !important;
  border-left: 4px solid #f7f7f7;
}

nav ul ul li>a:hover,
nav ul li a:hover {
  color: #202427 !important;
  background: rgb(233, 233, 233) !important;
  border-left: 4px solid rgb(233, 233, 233);
}

nav ul ul li>a {
  padding-left: 23px;
}

nav>ul>li>ul::before,
nav>ul ul li::before {
  border: none !important;
}

nav ul li.active>a:before {
  color: #ffffff;
}

nav ul ul ul li a {
  padding-left: 30px;
}

nav ul ul ul ul li a {
  padding-left: 40px;
}

nav ul ul ul ul ul li a {
  padding-left: 50px;
}

nav ul ul ul ul ul ul li a {
  padding-left: 60px;
}


/* End of side Pannel settings */


/* Ribon settings */

#ribbon {
  background: #afafaf;
  background: -webkit-linear-gradient(top, #3A75C4 98%, #D4D4D4 50%);
  background: linear-gradient(to bottom, #3A75C4 98%, #D4D4D4 50%);
  height: 39px;
}

.fixed-ribbon #ribbon {
  border-bottom: 1px solid #E0E0E0;
}

.btn.btn-ribbon {
  background: #9498A0;
}

#ribbon .breadcrumb,
#ribbon .breadcrumb a {
  color: #ddd !important;
}

#ribbon .breadcrumb li:last-child,
#ribbon .breadcrumb>.active {
  color: white !important;
}

#map_last_update {
  color: white !important;
  font-weight: bold;
}

#refresh_dly_btn, #refresh_btn{
  color:white;
}


/* End of ribon settings */


/* Pagination and OnOff Switch */

.pagination>li>a {
  color: #202427;
  border: 1px solid #202427;
}

.pagination>li>a:hover {
  color: #202427;
  background-color: lightgrey;
  border: 1px solid #202427;
}

.onoffswitch-inner::before {
  background: white;
  color: #009E60;
  border-color: #009E60 #009E60 #009E60;
  text-shadow: none;
  /* 0 -1px 0#333333; ---shadow setting*/
  padding-left: 7px;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background-color: #3A75C4;
  border-color: #3A75C4;
  color: white !important;
}


/* End of pagination and OnOffSwitch */


/* Shadow on top of table tabs */

.nav-tabs>li.active>a {
  box-shadow: 0 -2px 0 #FCD116;
  border-top-width: 0px !important;
  margin-top: 1px !important;
  font-weight: bold;
}


/* End of Shadow on top of table tabs */


/* Button pills in menus */

.btn-primary{
  background-color: #3A75C4!important;
  border-color: #3A75C4 !important;
}

.nav-pills>li>a {
  color: #202427;
}

.nav-pills>li.active>a {
  color:  #ffffff;
  background-color: #3A75C4;
  border-color: #202427 !important;
}

.nav-pills>li.active>a:hover {
  color: #ffffff;
  background-color: #3A75C4;
}

.nav-pills>li.active>a:active {
  color: #ffffff;
  background-color: #3A75C4 !important;
}

.nav-pills>li.active>a:focus {
  color: #ffffff;
  background-color: #3A75C4 !important;
}

.open>.dropdown-toggle.btn-primary:hover {
  color: #ffffff;
  background-color: #3A75C4 !important;
  border-color: #3A75C4;
}

.open>.dropdown-toggle.btn-primary:focus {
  background-color: #3A75C4 !important;
  border-color: #3A75C4;
}

.open>.dropdown-toggle.btn-primary:active {
  background-color: #3A75C4 !important;
  border-color: #3A75C4;
}

.open>.dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3A75C4 !important;
  border-color: #3A75C4;
}

.btn-primary:active {
  color: #ffffff;
  background-color: #3A75C4 !important;
  border-color: #3A75C4;
}

.btn-primary:active:hover {
  background-color: #3A75C4 !important;
  border-color: #3A75C4;
}

.btn-primary:focus {
  background-color: #3A75C4 !important;
  border-color: #3A75C4;
}


/* !Attention these are all the buttons! */

.btn-primary {
  color: #ffffff;
  background-color: #202427;
  border-color: #202427;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #3A75C4;
  border-color: inherit;
}

.btn[disabled] {
  cursor: not-allowed;
  opacity: 0.35;
}


/* checkbox */

.g4n-checkbox input[type="radio"]:hover:enabled+label::before {
  color: #3A75C4;
}

.g4n-checkbox input[type="checkbox"]:hover:enabled+label::before {
  color: v;
}


/* End of Button pills in menus */


/* Logout splash bar 'MsgBoxBack */

.txt-color-orangeDark {
  color: red !important;
}


/* End of Logout splash bar */


/* All form-control fields */

.form-control:focus {
  border-bottom-color: #009E60;
  border-top-color: #009E60;
  border-left-color: #009E60;
  border-right-color: #009E60;
}

input[type="text"]:focus+.input-group-addon {
  border-color: #009E60;
  background-color: #009E60;
  color: #ffffff
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
  color: rgb(156, 156, 156);
}


/* End of All .form-control fields */


/* Calendar style-ing */

.bootstrap-datetimepicker-widget {
  list-style: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
  color: #3A75C4;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
  color: black;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #3A75C4;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #3A75C4;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #3A75C4;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}


/* End of Calendar style-ing */

.ol.breadcrumb{
  float: left!important;
}
.li#ajax_loading{
  margin-right: auto;
}
