div.os-slider-container  .subhead #toolbar-update-avaible {
    float:right;    
}
div.os-slider-container  .subhead #toolbar-update-unavaible {
    float:right;    
}

/*notice icon */

div.os-slider-container  .subhead #toolbar .btn-wrapper [class*="icon-"] {
    background-color: transparent !important;
}

div.os-slider-container  .subhead #toolbar-update-avaible .btn .icon-update-avaible {
    background: url(../../images/yes-update.png) no-repeat;
    left: 11px;
    top: 9px;
    width: 20px;
    height: 20px;
    background-size: 100%;
}
div.os-slider-container  .subhead #toolbar-update-unavaible .btn .icon-update-unavaible {
    background: url(../../images/no-update.png) no-repeat;
    left: 11px;
    top: 9px;
    width: 20px;
    height: 20px;
    background-size: 100%;
}

btn btn-small button-update-unavaible
/*end notice  icon */

/* Update notofication icon */
img.notification {
    margin-right: 20px;
    opacity: .3;
}

img.notification.active {
    opacity: 1;
}

#ordasoft-notification {
    background: #26b53e;
    border-radius: 6px;
    bottom: 50px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    color: #fff;
    padding: 25px;
    position: fixed;
    right: 50px;
    visibility: hidden;
    z-index: 1085;
}

#ordasoft-notification p {
    color: #fff;
    font-size: 14px;
    margin: 0;
}

#ordasoft-notification p img {
    height: 40px;
    padding-left: 40px;
    width: 40px;
    box-sizing: content-box;
}

@keyframes notification-in {
    from {bottom: 0; transform: translateY(100%); opacity: 0;}
}

#ordasoft-notification.notification-in {
    animation: notification-in .4s cubic-bezier(.25,.98,.26,.99) both;
    opacity: 1;
    visibility: visible;
    box-sizing: content-box;
}

#ordasoft-notification p {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

#ordasoft-notification.ordasoft-alert {
    background: #f46336;
    padding: 40px 25px;
    width: 250px;
}



/* ========================================================================
    OS_TS_Modal
 ========================================================================== */

/*
/* Deactivate OS_TS_Modal
*/

#deactivate-dialog {
    background: #fff;
    border-radius: 6px;
    border: none;
    bottom: auto;
    box-shadow: 0 15px 40px rgba(0,0,0,.15);
    box-sizing: border-box;
    left: 50%;
    margin-left: -162px;
    padding: 25px;
    top: calc(50% - 160px) !important;
    width: 325px;
}

#deactivate-dialog .os_ts_modal-body {
    backface-visibility: hidden;
    padding: 0;
    overflow: visible;
}

#deactivate-dialog h3 {
    color: #1a1a1a;
    margin: 0 0 50px 0;
    font:500 18px/20px 'Roboto', sans-serif;
}

#deactivate-dialog p {
    font: 400 16px/30px 'Roboto', sans-serif;
    color: #757575;
    padding: 0;
}

#deactivate-dialog .os_ts_modal-footer {
    background-color: transparent;
    border: none;
    box-shadow: none;
    display: block;
    margin-top: 25px;
    padding: 0;
    text-align: right;
}

#deactivate-dialog .os_ts_modal-footer>:not(:last-child) {
    margin-right: 0;
}

#deactivate-dialog .os_ts_modal-footer a {
    background-color: transparent;
    border-radius: 3px;
    border: none;
    color: #363637;
    cursor: pointer;
    display: inline-block;
    font: 500 16px/18px 'Roboto', sans-serif;
    overflow: hidden;
    padding: 15px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease;
}

#deactivate-dialog .os_ts_modal-footer a.ordasoft-btn-primary.red-btn {
    background: #f44236;
    color: #fff;
    line-height: 18px;
}

#deactivate-dialog .os_ts_modal-footer a:first-child:hover {
    background-color: rgba(0,0,0,0.1);
}

#deactivate-dialog .os_ts_modal-footer a.ordasoft-btn-primary {
    position: relative;
    z-index: 1;
}

#deactivate-dialog .os_ts_modal-footer a.ordasoft-btn-primary.red-btn:hover:after {
    background: #f44236;
    opacity: 1;
    transform: scale(27);
}

#deactivate-dialog .os_ts_modal-footer a.ordasoft-btn-primary:after {
    background: #fff;
    border-radius: 50%;
    backface-visibility: hidden;
    content: "";
    height: 3px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: all .5s cubic-bezier(.25,.98,.26,.99);
    transform: scale(0);
    width: 3px;
    cursor: pointer;
    z-index: -1;
}

/*
/* Login OS_TS_Modal
*/

#login-os_ts_modal {
    background: #2f3243;
    border-radius: 6px;
    border: none;
    box-shadow: 0 15px 40px rgba(0,0,0,.15);
    box-sizing: border-box;
    left: 50%;
    margin-left: -162px;
    overflow: hidden;
    padding: 0;
    position: fixed;
    top: calc(50% - 185px) !important;
    width: 325px;
    z-index: 1080;
    height: 400px;
}

#login-os_ts_modal iframe {
    height: 384px;
    opacity: 1;
    transition: .3s .3s ;
    border: none;
}

#login-os_ts_modal iframe.iframe-loaded {
    opacity: 1
}

/*
/* About OS_TS_Modal
*/ 


.ordasoft-dashboard-apps-footer span a {
    color: #566e78;
    transition: .3s;
}

.ordasoft-dashboard-apps-body div a,
.ordasoft-dashboard-apps-body div span.forms-version {
    flex-grow: 0;
}

.ordasoft-dashboard-apps-footer {
    padding: 0 40px 25px;
}

.ordasoft-dashboard-apps-footer span {
    display: inline-block;
    font-size: 12px;
}

.ordasoft-dashboard-apps-footer span a:hover,
.ordasoft-dashboard-apps-body .dashboard-link-action {
    color: #1da6f4;
}

.ordasoft-dashboard-apps-body div a,
.ordasoft-dashboard-apps-body div span.forms-version,
.ordasoft-dashboard-apps-body .dashboard-link-action:hover,
.ordasoft-dashboard-apps-footer span {
    color: #566e78;
}

.ordasoft-dashboard-apps-body .forms-activate-license i {
    background: #1ca6f4;
}

.ordasoft-dashboard-apps-body .forms-update-wrapper i {
    background: #f64231;
}


.os_ts_modal-body {
    max-height: 400px;
}

/*------------------------------------------------------*/
/*  styles for update button 2020.02.12  */
/*------------------------------------------------------*/

@media(min-width: 768px) {
  div.os-slider-container  .subhead #toolbar {
    padding-right: 55px;
  }

  div.os-slider-container  .subhead .btn-toolbar #toolbar-update-avaible,
  div.os-slider-container  .subhead .btn-toolbar #toolbar-update-unavaible {
    position: absolute;
    right: 20px;
    top: 13px;
  }
}
@media(max-width: 767px) {
  div.os-slider-container  .subhead .btn-toolbar #toolbar-update-avaible,
  div.os-slider-container  .subhead .btn-toolbar #toolbar-update-unavaible {
    float: none;
  }
}
div.os-slider-container  .subhead .btn-toolbar #toolbar-update-avaible button,
div.os-slider-container  .subhead .btn-toolbar #toolbar-update-unavaible button {
  padding: 0 10px 0 20px;
    position: relative;
    height: 27px;
}
div.os-slider-container  .subhead .btn-toolbar #toolbar-update-avaible button.btn .icon-update-avaible,
div.os-slider-container  .subhead .btn-toolbar #toolbar-update-unavaible button.btn .icon-update-unavaible {
  -webkit-background-size: contain;
  background-size: 60%;
  background-position: center;
  margin: 0;
  width: 30px;
  height: 25px;
  z-index: 9;
  left: 0;
  top: 0px;
  position: absolute;
  margin-right: 5px;
  border: none;
}
div.os-slider-container  #about-os_ts_modal .os_ts_modal-body .about-image img {
  margin: 20px auto;
  /*transform: scale(1.5);*/
}
div.os-slider-container  #about-os_ts_modal .os_ts_modal-body .about-image {
  text-align: center;
}
div.os-slider-container  #about-os_ts_modal .os_ts_modal-footer .submit-close {
  margin: 0;
  width: 100px;
}

div.os-slider-container  #about-os_ts_modal .os_ts_modal-footer .submit-close button.btn{
  margin-top: 90px;
}
div.os-slider-container  #about-os_ts_modal .os_ts_modal-footer .activate-link.dashboard-link-action, 
div.os-slider-container  #about-os_ts_modal .os_ts_modal-footer .deactivate-link.dashboard-link-action, 
div.os-slider-container  #about-os_ts_modal .os_ts_modal-footer .update-link.dashboard-link-action {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 15px;
    border-radius: 4px;
    text-decoration: none;
    outline: none;
    margin: 10px 0;
}
div.os-slider-container  #about-os_ts_modal .os_ts_modal-footer .activate-link.dashboard-link-action {
  background: #f00;
  border: 1px solid #f00;
}
div.os-slider-container  #about-os_ts_modal .os_ts_modal-footer .deactivate-link.dashboard-link-action {
  background: #032473;
  border: 1px solid #032473;
}
div.os-slider-container  #about-os_ts_modal .os_ts_modal-footer .update-link.dashboard-link-action {
  background: #1fbd16;
  border: 1px solid #1fbd16;
}
div.os-slider-container  #about-os_ts_modal .os_ts_modal-footer .span3 .forms-deactivate-license > span {
  display: block;
  /*min-height: 36px;*/
}
div.os-slider-container  #about-os_ts_modal .os_ts_modal-footer .span3 {
    text-align: center;
}



div.os_ts_modal.fade.in {
    top: 5%;
}
div.os_ts_modal.fade {
    -webkit-transition: opacity .3s linear, top .3s ease-out;
    -moz-transition: opacity .3s linear, top .3s ease-out;
    -o-transition: opacity .3s linear, top .3s ease-out;
    transition: opacity .3s linear, top .3s ease-out;
    top: -25%;
}
.fade.in {
    opacity: 1;
}
div.os_ts_modal {
    position: fixed;
    top: 5%;
    left: 50%;
    z-index: 1050;
    width: 80%;
    margin-left: -40%;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
}
.hide {
    display: none;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.os_ts_modal-body {
    width: 98%;
    position: relative;
    max-height: 400px;
    padding: 1%;
}
.os_ts_modal-footer {
	display: flex;
	justify-content: center;
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    *zoom: 1;
    
}

.os_ts_modal-footer .span3{
    width: 220px;
    height: 36px;
}
#about-os_ts_modal{
    height: 410px;
}