﻿/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*
 * SMARTADMIN VARIABLES
 * All variables related specifically to the theme starts from here:
 */
/* left side */
/* right side */
/* the color that flashes when you click on the first nav element */
/* the plus icon that appears on the parent nav when expanding and collapsing */
/* these values will only address the first parent in the entire nav */
/* the plus & minus icons */
/* margin top */
/********************************************************************* PERSOLVENT-PAY *************************************************************/
.logoImage {
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  height: 49px !important;
}
body.instance-pay-style,
.instance-pay-style body {
  background: #ffffff !important;
  font-family: Calibri, sans-serif;
}
.instance-pay-style #logo img {
  width: auto;
  height: auto;
  padding-left: 3px;
}
.instance-pay-style #header {
  background-color: #034EA2;
  background-image: -moz-linear-gradient(top, #034ea2, #034ea2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#034ea2), to(#034ea2));
  background-image: -webkit-linear-gradient(top, #034ea2, #034ea2);
  background-image: -o-linear-gradient(top, #034ea2, #034ea2);
  background-image: linear-gradient(to bottom, #034ea2, #034ea2);
}
.instance-pay-style #ribbon {
  background: #fff;
}
.instance-pay-style #hide-menu i {
  color: #034EA2 !important;
}
.instance-pay-style .header-dropdown-list > li > .dropdown-toggle {
  display: block;
  background: rgba(0, 0, 0, 0.2);
  padding: 2px 7px 3px;
  border-radius: 3px;
  margin-top: 14px;
}
.instance-pay-style .header-search > input[type=text] {
  border-color: #034EA2;
}
.instance-pay-style .header-search > button {
  color: #034EA2;
}
.instance-pay-style aside {
  background: #f2f2f2;
  border-right: 2px solid #ccc;
}
.instance-pay-style .login-info {
  border-bottom: 1px solid #E2E2E2;
  background: #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.instance-pay-style .login-info span {
  border-bottom: none;
}
.instance-pay-style .login-info a span {
  color: #444 !important;
}
.instance-pay-style nav > ul > li {
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top, #f9f9f9, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f2f2f2);
  background-image: -o-linear-gradient(top, #f9f9f9, #f2f2f2);
  background-image: linear-gradient(to bottom, #f9f9f9, #f2f2f2);
  border-bottom: 1px solid #DFDFDF;
}
.instance-pay-style nav > ul > li > a {
  padding: 12px 10px 12px 11px;
  font-size: 13px;
}
.instance-pay-style nav > ul > li > a b {
  top: 12px;
}
.instance-pay-style nav > ul > li > a > i {
  color: #034EA2;
  font-size: 20px;
}
.instance-pay-style nav > ul > li.active > a:before {
  top: 10px !important;
}
.instance-pay-style nav > ul > li.open {
  border-left: 4px solid #034EA2;
}
.instance-pay-style nav > ul > li.open > a {
  padding-left: 7px;
}
.instance-pay-style nav > ul > li.open ul li > a {
  padding-left: 38px;
}
.instance-pay-style nav > ul > li.open > ul > li > a {
  padding-left: 38px;
}
.instance-pay-style nav ul li.active > a:before {
  top: 6px;
  color: #bbb;
}
.instance-pay-style nav ul li.active > a {
  font-weight: bold;
}
.instance-pay-style nav ul ul {
  background: none;
}
.instance-pay-style nav ul ul li > a {
  font-size: 13px;
}
.instance-pay-style nav ul li a:hover {
  background: rgba(0, 0, 0, 0.05) !important;
}
.instance-pay-style .superbox-list.active:before {
  color: #3D3B39;
}
.instance-pay-style .active + .ajax-dropdown {
  -webkit-box-shadow: 1px 14px 16px rgba(61, 35, 14, 0.55);
  box-shadow: 1px 14px 16px rgba(61, 35, 14, 0.55);
}
.instance-pay-style .dropdown-menu {
  border-radius: 0;
  border-bottom: 2px solid #ADADAD;
  background: #FDDFB3;
}
.instance-pay-style .dropdown-menu > li > a {
  color: #4E361B;
}
.instance-pay-style .dropdown-menu .divider {
  background-color: #EBC7A6;
}
.instance-pay-style .dropdown-menu-large .dropdown-header {
  color: #5C391E;
}
.instance-pay-style .has-warning .form-control {
  border-color: #c09853 !important;
}
.instance-pay-style .has-error .form-control {
  border-color: #b94a48 !important;
}
.instance-pay-style .has-success .form-control {
  border-color: #468847 !important;
}
.instance-pay-style #shortcut {
  background-color: rgba(25, 16, 6, 0.85);
}
.instance-pay-style .ui-chatbox-titlebar {
  background-color: #66605B !important;
}
.instance-pay-style .ui-chatbox-titlebar.ui-state-focus {
  background-color: #4B433C !important;
}
#extr-page #header {
  margin: 0;
  height: 49px;
  padding: 0 0;
  background-color: #034EA2 !important;
  background-image: -moz-linear-gradient(top, #034ea2, #034ea2) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#034ea2), to(#034ea2)) !important;
  background-image: -webkit-linear-gradient(top, #034ea2, #034ea2) !important;
  background-image: -o-linear-gradient(top, #034ea2, #034ea2) !important;
  background-image: linear-gradient(to bottom, #034ea2, #034ea2) !important;
}
.headerButtonFix {
  height: 49px;
  background-image: linear-gradient(#034ea2, #034ea2);
  background-color: #034EA2;
}
#extr-page #header #logo img {
  width: auto;
}
.instance-pay-style #ribbon .breadcrumb,
.instance-pay-style #ribbon .breadcrumb a {
  color: #7C7C7C!important;
}
.instance-pay-style #ribbon .breadcrumb li:last-child,
.instance-pay-style #ribbon .breadcrumb  > .active {
  color: #5F5F5F;
}
.instance-pay-style.fixed-ribbon #ribbon {
  box-shadow: 0 0.0625em 0.3125em rgba(0, 0, 0, 0.35);
}
.instance-pay-style .btn-header  > :first-child  > a,
.instance-pay-style #logo-group span#activity {
  background-color: white;
  background-image: -moz-linear-gradient(top, white, white);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(white));
  background-image: -webkit-linear-gradient(top, white, white);
  background-image: -o-linear-gradient(top, white, white);
  background-image: linear-gradient(to bottom, white, white);
  color: #034EA2 !important;
  border: 1px solid #034EA2;
  text-shadow: black 0 -1px;
}
.instance-pay-style .btn-header  > :first-child  > a:hover,
.instance-pay-style #logo-group span#activity:hover,
.instance-pay-style .btn-header  > :first-child  > a:active,
.instance-pay-style #logo-group span#activity:active {
  -webkit-box-shadow: inset 1px 1px 0px #b1b3b5, inset -1px -1px 0px #b1b3b5;
  -moz-box-shadow: inset 1px 1px 0px #b1b3b5, inset -1px -1px 0px #b1b3b5;
  box-shadow: inset 1px 1px 0px #b1b3b5, inset -1px -1px 0px #b1b3b5;
  background-color: white;
  background-image: -moz-linear-gradient(top, #b1b3b5, #b1b3b5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#b1b3b5));
  background-image: -webkit-linear-gradient(top, white, #b1b3b5);
  background-image: -o-linear-gradient(top, white, #b1b3b5);
  background-image: linear-gradient(to bottom, white, #b1b3b5);
}
.instance-pay-style .project-selector,
.instance-pay-style .project-context  > :first-child,
.instance-pay-style .header-dropdown-list  > li  > .dropdown-toggle {
  color: #fff;
  text-shadow: #985813 0 -1px;
}
.instance-pay-style nav ul li a,
.instance-pay-style nav ul li.open  > a,
.instance-pay-style nav ul li.open  > a b {
  color: #444 !important;
}
.instance-pay-style nav  > ul ul li::before,
.instance-pay-style nav  > ul  > li  > ul::before {
  border: none;
}
.instance-pay-style .page-footer,
.instance-pay-style .superbox-show {
  background: #3D3B39;
}
.instance-pay-style.minified nav > ul > li {
  border-bottom: 1px solid #E9E4E4;
  border-top: 1px solid #FFFFFF;
}
.instance-pay-style.minified nav > ul > li.open ul li > a {
  padding-left: 14px;
}
.instance-pay-style.minified nav  > ul  > li  > ul,
.instance-pay-style.minified nav  > ul  > li  > ul  > li  > ul  > li {
  background-color: rgba(69, 69, 69, 0.9);
}
.instance-pay-style.minified nav ul li a,
.instance-pay-style.minified nav ul li.open  > a,
.instance-pay-style.minified nav ul li.open  > a b {
  color: #fff !important;
}
.instance-pay-style .dropdown-menu  > .active  > a,
.instance-pay-style .dropdown-menu  > .active  > a:hover,
.instance-pay-style .dropdown-menu  > li  > a:hover,
.instance-pay-style .dropdown-menu  > li  > a:focus,
.instance-pay-style .tt-suggestion.tt-is-under-cursor {
  background-color: #EC9519;
  color: #fff;
}
.instance-pay-style .dropdown-menu-large  > li ul  > li  > a:focus,
.instance-pay-style .dropdown-menu-large  > li ul  > li  > a:hover {
  border-radius: 3px;
  background-color: #F1B686;
}
.instance-pay-style input:not([type]),
.instance-pay-style input[type="color"],
.instance-pay-style input[type="email"],
.instance-pay-style input[type="number"],
.instance-pay-style input[type="password"],
.instance-pay-style input[type="tel"],
.instance-pay-style input[type="url"],
.instance-pay-style input[type="text"],
.instance-pay-style textarea {
  border-top-color: #a3a3a3;
  border-left-color: #a3a3a3;
  border-bottom-color: #ccc;
  border-right-color: #ccc;
  -webkit-box-shadow: inset 0 1px 0 #d6d6d6;
  -moz-box-shadow: inset 0 1px 0 #d6d6d6;
  box-shadow: inset 0 1px 0 #d6d6d6;
  color: #000;
}
.instance-pay-style .select2-container-multi .select2-choices .select2-search-field input,
.instance-pay-style .tt-hint {
  box-shadow: none !important;
  border: none !important;
}
.instance-pay-style .bigBox span,
.instance-pay-style .SmallBox span {
  letter-spacing: 0px;
}
.instance-pay-style.menu-on-top nav ul ul li > a {
  color: inherit;
}
.instance-pay-style.menu-on-top nav ul ul li a {
  padding-left: 10px !important;
  font-size: 13px;
}
.instance-pay-style.menu-on-top nav ul ul li:hover > a {
  color: #fff;
}
.instance-pay-style.menu-on-top nav ul ul .active > a {
  color: #333 !important;
}
.instance-pay-style.menu-on-top nav ul > li > ul {
  left: -2px;
}
.instance-pay-style.menu-on-top nav > ul > li > a:hover {
  background: #fff !important;
}
.instance-pay-style.menu-on-top nav > ul > li > a:after {
  color: #8AA1B3 !important;
}
.instance-pay-style.menu-on-top aside {
  background: inherit;
}
.instance-pay-style.menu-on-top aside#left-panel {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}
.instance-pay-style.menu-on-top aside#left-panel nav > ul > li {
  border-right: 1px solid #E2E2E2;
  border-left: 1px solid #FFFFFF;
}
.instance-pay-style.menu-on-top aside#left-panel nav > ul > li > a {
  text-shadow: none !important;
  font-size: 13px;
  padding: 10px 9px !important;
  border: none !important;
}
.instance-pay-style.menu-on-top aside#left-panel nav > ul > li:hover {
  background: #fff;
}
.instance-pay-style.menu-on-top nav ul ul,
.instance-pay-style.menu-on-top nav ul ul ul {
  border-color: #E2E2E2;
}
.instance-pay-style.menu-on-top nav ul ul li a:hover,
.instance-pay-style.menu-on-top nav ul ul li:hover  > a,
.instance-pay-style.menu-on-top nav ul ul ul li a:hover {
  background: rgba(0, 0, 0, 0.05);
}
.instance-pay-style.menu-on-top nav ul ul li a,
.instance-pay-style.menu-on-top nav ul ul ul li a {
  color: #D8DEE5;
}
.instance-pay-style.menu-on-top nav ul ul li a:hover,
.instance-pay-style.menu-on-top nav ul ul ul li a:hover {
  color: #fff;
}
.instance-pay-style.menu-on-top nav  > ul  > li  > a:after,
.instance-pay-style.menu-on-top nav  > ul ul  > li a:after,
.instance-pay-style.menu-on-top nav ul ul li:hover  > a:after,
.instance-pay-style.menu-on-top nav  > ul ul  > li a:hover:after {
  color: inherit;
}
.instance-pay-style.menu-on-top nav ul ul li:hover  > a:after,
.instance-pay-style.menu-on-top nav  > ul ul  > li a:hover:after {
  color: inherit;
}
.instance-pay-style.menu-on-top nav ul ul .active  > a:hover,
.instance-pay-style.menu-on-top nav ul ul li.active:hover  > a {
  color: #333 !important;
}
@media (max-width: 979px) {
  .instance-pay-style #content {
    padding-left: 5px;
    padding-right: 5px;
  }
  .instance-pay-style #ribbon {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    border-radius: 0px;
  }
}
/*# sourceMappingURL=instanceSite.css.map */