/* CSS Document */

/***************************************************************************************
GENEGRAL LAYOUT GUIDELINES  
FONT: font-family: 'Open Sans', sans-serif;
font-family: 'sans-serif', serif;
Available Weights:400,600,700
***************************************************************************************/

/***************************************************************************************
* GENERAL STARTS
***************************************************************************************/




*,
* * {

    margin: 0;
    padding: 0;
    font-size: 1em;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

/*@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i');*/


body {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
    color: #999999;
}

a {
    color: #87a878;
}

a.active,
a:hover {
    color: #668356;
}

p {
    font-size: 14px;
    line-height: 18px;
    color: #969696;
}

p a {
    color: #87a878;
}

p a:hover {
    color: #668356;
    border-color: #777777;
}

hr {
    height: 1px;
    background: #e1e1e1;
    border: 0
}

.clear {
    clear: both;
}

.popup-overlay {
    visibility: hidden !important;
}

.popup-content {
    visibility: hidden !important;
}

/*.testing{
    color:red !important;
}*/

/***************************************************************************************
        * HEADINGS STARTS
        ***************************************************************************************/

/* All Headings */

/* Individual Headings */




h1,
.page-title,
.content-header>h1 {
    font-size: 28px;
    margin: 10px 0;
    line-height: 38px;
    font-weight: 400;
    color: #87a878;
    font-family: 'Montserrat', sans-serif;
}

h2,
.sub-title {
    font-size: 18px;
    margin: 10px 0 15px;
    line-height: 26px;
    color: #a9a9a9;
}

h3 {
    font-size: 16px;
    margin: 10px 0;
    line-height: 18px;
    letter-spacing: 1px;
}

h4 {
    font-size: 17px;
    margin: 20px 0;
    line-height: 1.3em;
    font-weight: 700;
}

h5 {
    font-size: 15px;
    margin: 20px 0;
    line-height: 1.5em;
    text-transform: uppercase;
    color: #999999;
}

h6 {
    font-size: 17px;
    margin: 20px 0;
    line-height: 1.3em;
}

.nomp {
    margin: 0;
    padding: 0;
}

.m-l-0 {
    margin-left: 0 !important;
}

.p-l-0 {
    padding-left: 0px;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-r-0 {
    margin-right: 0 !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}


.p-t-0 {
    padding-top: 0px !important;
}

.p-t-5 {
    padding-top: 5px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-t-15 {
    padding-top: 15px !important;
}

.p-r-0 {
    padding-right: 0px !important;
}

.p-r-5 {
    padding-right: 5px !important;
}

.p-r-10 {
    padding-right: 10px !important;
}

.p-r-15 {
    padding-right: 15px !important;
}

.p-l-sm {
    padding-left: 15px !important;
}


.p-l-xs,
.p-l-md {
    padding-left: 0px;
}

/*
 * Component: Table
 * ----------------
 */
.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
    border-top: 1px solid #e1e1e1;
}

.table>thead>tr>th {
    border-bottom: 2px solid #e1e1e1
}

.table-bordered {
    border: 1px solid #e1e1e1
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
    border: 1px solid #e1e1e1;
}

/***************************************************************************************
        
        * form css STARTS
        
        ***************************************************************************************/

label {
    /* letter-spacing: 1px; */
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
}

.inline {
    display: inline-block;
}

.block {
    display: block;
}

label .inline-lab {
    display: block;
    width: 100%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    transition: background-color 5000s ease-in-out 0s;
}

input::placeholder,
textarea::placeholder {
    text-transform: capitalize;
}

#pager_left,
#analytical_pager_left {
    margin-left: -23px;
}

#pager_center,
#analytical_pager_center {
    width: auto !important;
}

.ui-pg-table.navtable.ui-common-table {
    margin-left: 10px;
}

.ui-pg-table.navtable.ui-common-table#customSelect {
    margin-left: 15px;
    padding-left: 0 !important;
}

.ui-pg-table #customSelect {
    position: relative;
}

.ui-pg-table #customSelect:before {
    content: "\f0d7";
    position: absolute;
    top: 50%;
    right: 6px;
    width: 15px;
    height: 15px;
    transform: translateY(-50%);
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
}

.ui-pg-table #customSelect select {
    color: #888;
    border: none;
    background: #ededed;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 135px;
    padding: 0 15px;
    border-radius: 30px;
    cursor: pointer;
}

input[type=password],
input[type=email],
input[type=text],
input[type=number],
.input-file {
    border-radius: 30px !important;
}

.form-group .collaborator-input input {
    height: auto !important;
    margin: 9px 0 !important;
}

textarea.form-control,
textarea {
    position: relative;
    background: #fff;
    border: 2px solid #d3d3d3;
    width: 100%;
    padding: 10px;
    min-height: 82px;
    outline: none;
    color: #87a878;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0px 13px 13px 13px !important;
    resize: none;
    font-weight: 500;
}

a {
    font-family: 'Montserrat', sans-serif;
}

.btn {
    border: 0;
    font-family: 'Montserrat', sans-serif;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    font-size: 15px;
    text-transform: uppercase;
    padding: 7px 20px;
    transition: background 0.5s ease 0s, color 0.5s ease 0s;
    -webkit-transition: background 0.5s ease 0s, color 0.5s ease 0s;
}

@media all and (max-width:767px) {
    .btn {
        padding: 7px 10px;
    }
    .ajax-loader{
        left: auto !important;
    }
    .productivity-btn .btn{
        margin-bottom: 20px;
    }
    .project-length .col-lg-3 {
        padding-left: 0px;
        margin-top: 10px;
        padding-right: 0px;
    }
    .project-length .col-lg-6{
        padding-right: 0px;
    }
    .project-length-wrapper .select2-container{
        margin-top: 10px;
    }
}

.btn-without-bg {
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 100px;
    background: transparent;
    font-size: 17px;
    text-transform: uppercase;
    padding: 5px 27px;
    transition: all 0.5s ease;
}

.btn-without-bg:hover {
    color: #fff;
}

.btn-xs,
.btn-group-xs>.btn {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 5px;
}

.btn-group-sm>.btn,
.btn-sm {
    font-size: 15px;
    line-height: 1.5;
    padding: 5px 15px;
}

.btn-blue {
    background: #87a878;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.btn-blue-experimetal {
    background: #87a878;
    color: #fff;
    float: left;
    margin-top: 10px;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
    background: #668356;
    color: #fff;
}

.btn-grey {
    background: #e6e6e6;
    color: #87a878;
}

.btn-grey:hover {
    background: #d8d8d8;
    color: #668356;
}

.btn-primary:hover {
    background: #fff;
    border-color: #fff;
    color: #333;
}

.btn-white {
    background: #fff;
    border-color: #fff;
    color: #15589e;
}

.btn-white:hover,
.btn-white:focus {
    background: #87a878;
    border-color: #87a878;
    color: #fff;
}

.mark-all-btn {
    font-weight: 700;
    text-transform: uppercase;
}

.ui-widget-content .grid-icon {
    border: 1px solid #666666;
    border-radius: 50%;
    color: #999999 !important;
    display: inline-block;
    font-size: 11px;
    height: 20px;
    line-height: 12px;
    margin: 3px;
    padding: 3px;
    text-align: center;
    transition: background 0.3s ease 0s, color 0.3s ease 0s, border 0.3s ease 0s;
    vertical-align: top;
    width: 20px;
    cursor: pointer;
}

.ui-widget-content .grid-icon:hover {
    background: #87a878;
    color: #fff !important;
    border: 1px solid #87a878;
}

.ui-widget-content .fa-file-pdf-o {
    color: #666;
}

.ui-widget-content .grid-icon:hover .fa-file-pdf-o {
    color: #fff !important;
}

.required:after {
    content: '*';
    color: red;
    padding-left: 5px;
}

.user-panel>.info>p {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #d6d36b;
    font-size: 13px;
}

.inline-lab {
    margin-top: 6px;
    vertical-align: middle;
}

label .inline-lab {
    display: block;
    width: 100%;
}

.inline-lab input[type=radio] {
    display: inline-block;
    vertical-align: middle;
    top: -1px;
}

.browse-btn {
    vertical-align: middle;
    line-height: 16px;
}

/***************************************************************************************

* WRAPPER CSS STARTS

***************************************************************************************/

.content {
    padding: 7px 15px 15px;
    min-height: 1000px;
}

@media all and (max-width:767px) {
    .content {
        min-height: 0;
    }
}

/*Login css*/

.frontend-page {
    background-image: url(../images/login-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.login-box-msg,
.register-box-msg {
    margin: 0;
    padding: 0 20px 12px 0;
    font-size: 20px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    margin-bottom: 28px
}

.form-control:focus {
    border-color: #87a878;
}

.login-page,
.register-page {
    background-color: #ccc
}

.btn-danger,
.btn-success {
    vertical-align: middle;
    line-height: 16px;
    height: 42px;
    padding-top: 10px;
}

.btn-success:hover,
.btn-success:active,
.btn-success.hover,
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover,
.btn-success.focus,
.btn-success:focus {
    background-color: #d73925;
    border-color: #d73925
}

.login-logo {
    background: #566b4c;
    text-align: center;
    width: 100%;
    padding: 37px 0 30px 0;
}

.login-box,
.register-box {
    width: 458px;
    margin: 40px auto auto auto;
}

.cloud-logo p {
    font-size: 18px;
    color: #fff;
    color: #feffff;
    letter-spacing: 2px;
    margin: 24px 0 30px 0;
}

.login-box-body,
.register-box-body {
    background: rgba(255, 255, 255, 0.05);
    padding: 46px 70px 15px 70px;
    margin-bottom: 50px;
}

.login-box-body input[type="password"],
.login-box-body input[type="email"] {
    border-radius: 0 !important;
    box-shadow: none !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    color: #fff;
}
.spectra-wrapper.form-group input {
    padding: 7px 20px !important;
    height: auto !important;
    border: none !important;
    color: #fff !important;
}

.login-box-body input:-webkit-autofill,
.login-box-body textarea:-webkit-autofill {
    color: #fff !important;
}

.has-feedback .form-control-feedback {
    left: 0;
}

.form-control-feedback.fa {
    line-height: 25px !important;
}

.has-feedback {
    margin-bottom: 25px;
}

.has-feedback .form-control {
    padding: 6px 12px 12px 33px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    font-size: 20px;
    color: #fff;
    border-radius: 0;
    box-shadow: none;
    height: 44px;
}

.has-feedback span {
    color: #fff !important;
    font-size: 21px;
    text-align: left;
    padding: 7px 0;
}

.has-feedback .form-control:focus {
    outline: 0;
    box-shadow: none;
}

.has-feedback input.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #bdc8d2;
    opacity: 0.6;
}

.has-feedback input.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #bdc8d2;
}

.has-feedback input.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #bdc8d2;
}

.has-feedback input.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #bdc8d2;
}

/*.has-client select {
        background: rgba(6, 17, 48, 0.5);
    color:#fff;
    border-radius: 30px;
    border: 0;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Some browsers will not display the caret when using calc, so we put the fallback first */

/*  background: url("../images/arrow-down-white.png") rgba(6, 17, 48, 0.5) no-repeat 98.5% !important; /* !important used for overriding all other customisations */

/* background: url("../images/arrow-down-white.png") rgba(6, 17, 48, 0.5) no-repeat calc(100% - 10px) !important; /* Better placement regardless of input width */

/*}*/


.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #aaaaaa;
    border-radius: 0px;
}

.select2-container--open .select2-dropdown {
    top: 5px;
}

.cmn-dropdown .select2-container--default .select2-selection--single {
    border-radius: 30px;
    background: transparent;
    border: 2px solid #d3d3d3;
    font-size: 14px;
    padding: 5px 12px;
    height: 34px;
    font-weight: 500;
}

.cmn-dropdown .select2-container--default .select2-selection--single span {
    color: #555555;
    /*text-transform: capitalize;*/
    font-size: 14px;
    font-weight: 500;
    margin: 0px 0 0 0;
    line-height: 21px;
    padding-left: 0px;
}

.cmn-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
    top: 2px;
    right: 8px;
    width: 20px;
}

.cmn-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: transparent;
    border-style: initial;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #87a878;
    border-bottom: 2px solid #87a878;
    transform: rotate(45deg);
    margin-right: 0.5em;
    left: 50%;
    top: 11px;
}

/*.cmn-dropdown .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: #87a878; border-width: 3px 2px 2px 3px; }*/

.cmn-dropdown .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-radius: 20px;
}

.scientists .fa.fa-skype {
    color: #999999;
}

.compound-complete-wrapper .control-label {
    white-space: inherit !important;
}

.link-password {
    margin-top: 63px;
    color: #87a878;
    font-size: 16px;
}

.link-password a {
    color: #fff;
    text-decoration: none;
}

.login-btn {
    margin-top: 10px;
    color: #fff;
}

.cloud-logo img {
    margin: auto;
}

.navbar-nav>li>a {
    padding-top: 27px;
    padding-bottom: 27px;
    display: flex;
    align-items: center;
}

.navbar-nav>li>a img {
    margin-bottom: 0;
}

.user-menu {
    font-size: 16px;
    letter-spacing: 0.2px;
}

.user-menu img.setting-icon {
    width: 24px;
    height: 24px;
}

.user-menu img.logout-icon {
    width: 16px;
    height: 16px;
}

/*ul.sidebar-menu li img { width: 25px; margin-right: 12px; }*/

ul.sidebar-menu li img {
    width: 25px;
    margin-right: 0;
    height: 25px;
    float: left;
    margin-bottom: 0;
}

.sidebar-menu li>a>.pull-right {
    transition: all 0.2s linear 0s;
}

.sidebar-menu li>a>.pull-right {
    position: absolute;
    top: 50%;
    right: 0px !important;
    margin-top: -8px !important;
    color: #fff;
}

.sidebar-menu li.active>a>.fa-angle-right {
    transform: rotate(90deg);
    margin-top: 0;
    right: 7px !important;
    top: 50%;
    margin-top: 0px !important;
    transition: all 0.2s linear 0s;
}

.skin-purple .sidebar-menu>li.header {
    display: none;
}

#input_analytical_pager input {
    box-shadow: none !important;
    border: none !important;
    font-family: 'Montserrat', sans-serif !important;
    background: #ededed !important;
}

.skin-purple .sidebar-menu>li>.treeview-menu {
    background-color: #729065;
    color: #fff;
    padding: 15px 0;
}

.skin-purple .treeview-menu>li>a {
    color: #d0cece;
}

.skin-purple .sidebar-menu>li:hover>a,
.skin-purple .sidebar-menu>li.active>a {
    background: #668356;
    border-left-color: #87a878;
}

.skin-purple .sidebar-menu>li>a {
    display: flex;
    align-items: center;
}
.skin-purple .sidebar-menu > li > a{
    border-left: 0px;
}
.skin-purple .main-sidebar {
    background-color: #87a878;
}
.view-chemical-wrapper{
    padding-left: 4px;
}
.sidebar-menu > li > a {
    padding: 11px 5px 15px 8px;
    height: 40px;
}

#pager_right,
#analytical_pager_right {
    float: left;
    padding-left: 20px;
    line-height: 35px;
}

#analytical_pager_center,
#pager_center {
    float: right;
    line-height: 35px;
    padding-right: 3px;
}

#analytical_pager_left,
#pager_left {
    float: left;
    line-height: 35px;
}

.ui-icon.ui-icon-seek-end {
    background-image: url(../images/sprite.png) !important;
    background-position: -108px -102px !important;
    width: 22px;
    height: 22px;
    border: 1px solid #e1e1e1;
    border-radius: 50%;

}

.ui-jqgrid .ui-pg-button {
    height: 35px;
}

#customSelect {
    float: left;
}

.ui-search-table a {
    padding-left: 13px;
}

.ui-icon.ui-icon-seek-next {
    background-image: url(../images/sprite.png) !important;
    background-position: -150px -64px !important;
    width: 22px;
    height: 22px;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
}

.ui-icon.ui-icon-seek-first {
    background-image: url(../images/sprite.png) !important;
    background-position: -97px -27px !important;
    width: 22px;
    height: 22px;
    border: 1px solid #cbcacb;
    border-radius: 50%;

}

.ui-icon.ui-icon-seek-prev {
    background-image: url(../images/sprite.png) !important;
    background-position: -147px -100px !important;
    width: 22px;
    height: 22px;
    border: 1px solid #cbcacb;
    border-radius: 50%;
}

.ui-jqgrid .ui-pg-input,
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-input {
    padding: 10px 6px !important;
}

.ui-pg-table .ui-pg-button {
    
}

/*.sidebar-menu > li > a > span{vertical-align: sub;}*/

.sidebar-menu>li>a>span {
    vertical-align: sub;
    padding-left: 13px;
    text-align: left;
    float: left;
    color: #fff;
    font-size: 13px;
}
.profile-image {
    border-radius: 50%;
    height: 30px;
    overflow: hidden;
    width: 30px;
}

.profile-image img {
    max-width: 35px;
    object-fit: contain;
}

.user-panel>.info {
    padding: 0px 5px 5px 15px;
    line-height: 1;
    position: absolute;
    left: 36px;
}

.sidebar-menu,
.main-sidebar .user-panel,
.sidebar-menu>li.header {
    white-space: normal !important;
}

.sidebar-menu-align-text {
    margin-left: -3px;
}

/*header css starts*/

.main-header>a span {
    width: 100%;
    transition: width 0.3s ease 0s;
}

.sidebar-mini.sidebar-collapse .main-header .logo>.logo-mini {
    margin: 0;
}

.logo-mini>img {
    width: 37px;
}

.main-header {
    background-image: url(../images/header-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: inherit;
}

.skin-purple .main-header .navbar {
    background-color: #668356;
}

.skin-purple .main-header .logo {
    background-color: transparent;
}

.main-header .logo {
    height: 78px;
    width: 230px;
    padding: 15px 0;
}

.main-sidebar,
.left-side {
    padding-top: 134px !important;
}

.logo span {
    font-size: 12px;
    /*letter-spacing: 0.8px;*/
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    top: 0px;
    position: relative;
    margin-left: 10px;
}

.main-header .sidebar-toggle {
    padding: 16px 15px;
    background: #597151;
    line-height: 24px;
}

.navbar-custom-menu .navbar-nav>li>a {
    line-height: 28px;
    text-align: center;
}

.bell-badge {
    position: absolute;
    right: -7px;
    top: 1px;
    z-index: 999;
    background-color: #f5b800;
    width: 26px;
    padding: 3px 0;
    text-align: center;
    border-radius: 6px;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 2px 2px 2px -1px #333;
}

.sidebar-menu {
    overflow: initial;
}

.skin-purple .main-header .logo:hover,
.skin-purple .main-header .navbar .sidebar-toggle:hover {
    background-color: transparent;
}

.main-header .logo .logo-lg {
    margin-left: 0px;
}

.main-header .logo .logo-lg img {
    width: 30px;
}

.main-header .logo .logo-lg span {
    margin-left: 5px;
}

.ui-jqgrid .ui-jqgrid-hdiv {
    border-bottom: 0 none !important;
}

.ui-jqgrid .ui-jqgrid-htable th {
    height: 27px;
    padding: 0 2px 0 2px;
    border: 1px solid #e1e1e1;
    border-top: 0 !important;
}

/*JQ grid css*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #ededed !important;
    color: #000000 !important;
    border-top: 0 !important;
    font-weight: 500 !important;
    border-radius: 0;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}

.loading.ui-state-default.ui-state-active {
    border-top: 2px solid #e1e1e1 !important;
}

.ui-jqgrid .loading {
    top: 50% !important;
    left: 50% !important;
    z-index: 99999 !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 2px solid #e1e1e1 !important;
}

#analytical_pager,
#pager {
    background: #fff !important;
    position: relative;
    right: 0;
    left: 7px;
}

.ui-jqgrid .ui-jqgrid-pager {
    overflow: inherit !important;
}

#analytical_pager:before,
#pager:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-left: -8px;
    border: 1px solid #fff;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #e1e1e1;
    background: #f4f4f4;
    color: #999999;
}

.ui-widget-content {
    border: 1px solid #e1e1e1 !important;
    background: #f5f5f5 !important;
    border-radius: 0px !important;
    /* border-right: none !important; */
}

.ui-widget-content:hover {
    background: #ffffff !important;
}

.ui-jqgrid {
    border-radius: 0;
    border: 1px solid #e1e1e1;
}

.ui-widget-content {
    border: 1px solid #e1e1e1;
}

.ui-jqgrid tr.ui-row-ltr td {
    color: #999999;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    text-align: center;
    min-width: 130px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: 'Montserrat', sans-serif !important;
    outline: none;
}

.ui-sortable td input {
    margin-right: 8px;
}
.avg{
    display: block !important;
}

.caret {
    margin-left: 2px !important;
    vertical-align: 3px !important;

}

/* resposnive start */
@media screen and (min-width: 1400px) {
    .containerChartDiv .chartDiv {
        width: 23% !important;
    }
}

@media screen and (max-width: 1300px) {

    .ui-jqgrid .ui-jqgrid-btable,
    .ui-jqgrid .ui-jqgrid-htable {
        min-width: 1200px;
    }

    .ui-jqgrid .ui-jqgrid-toppager .ui-pager-control,
    .ui-jqgrid .ui-jqgrid-pager .ui-pager-control {
        height: 34px;
    }
}

@media screen and (max-width: 767px) {
    .ui-jqgrid-bdiv table td[data-label]:before {
        content: attr(data-label) ": ";
        display: block;
        float: left;
        color: #999999;
    }

    .inventory-table .ui-jqgrid .ui-jqgrid-btable,
    .ui-jqgrid .ui-jqgrid-htable,
    .ui-jqgrid .ui-jqgrid-view, .chemical-order .ui-jqgrid .ui-jqgrid-btable, .ui-jqgrid .ui-jqgrid-htable, .ui-jqgrid .ui-jqgrid-view, .productivity-table .ui-jqgrid .ui-jqgrid-btable, .ui-jqgrid .ui-jqgrid-htable, .ui-jqgrid .ui-jqgrid-view, .collaborator-table .ui-jqgrid .ui-jqgrid-btable,
    .ui-jqgrid .ui-jqgrid-htable,
    .ui-jqgrid .ui-jqgrid-view{
        min-width: 0px !important;
    }
    .chemical-order-wrapper .ui-jqgrid .ui-jqgrid-btable,
    .ui-jqgrid .ui-jqgrid-htable,
    .ui-jqgrid .ui-jqgrid-view, .chemical-order-wrapper .ui-jqgrid .ui-jqgrid-btable, .ui-jqgrid .ui-jqgrid-htable, .ui-jqgrid .ui-jqgrid-view{
         min-width: 0px !important;
    }
    .low-inventory .ui-jqgrid .ui-jqgrid-btable, .ui-jqgrid .ui-jqgrid-htable, .ui-jqgrid .ui-jqgrid-view, .show-request .ui-jqgrid .ui-jqgrid-btable, .ui-jqgrid .ui-jqgrid-htable, .ui-jqgrid .ui-jqgrid-view, .compound-table .ui-jqgrid .ui-jqgrid-btable,
       .ui-jqgrid .ui-jqgrid-htable, .ui-jqgrid .ui-jqgrid-view{
        min-width: 0px !important;
    }
    .page-inventory {
        margin-top: 100px;
    }

    .box-header>.fa,
    .box-header>.glyphicon,
    .box-header>.ion,
    .box-header .box-title {
        padding-left: 20px;
    }

    .analysis-report-wrapper .col-sm-12 {
        padding: 0px;
    }

    #reportPage .containerChartDiv .chartDiv {
        width: 100% !important;
        margin: 15px 0 !important;
    }

    .chart-section-wrapper .form-group.col-sm-12 {
        padding: 15px;
    }

    .chart-section-wrapper .ct-count-no-wrapper .select2-container {
        width: 78px !important;
    }

    .ct-count-no-wrapper input {
        width: 67px;
    }

    .purchase-datepicker {
        padding-left: 0px !important;
    }

    .attachment-file input {
        max-width: 300px;
    }

    .theshold-wrapper {
        margin-bottom: 15px;
    }

    .termination-wrapper {
        margin-top: 36px !important;
    }

    .setup-team-section .setting-tabs a {
        padding: 11px;
    }

    .dispatch-weight {
        margin-top: 0px;
    }

    .purchase-datepicker {
        padding-left: 0px !important;
    }

    .attachment-file input {
        max-width: 300px;
    }

    .label.label-success,
    .label.label-danger,
    .label.label-warning,
    .label.label-info {
        margin-top: 0px !important;
    }

    #customSelect {
        position: relative;
    }

    #customSelect:before {
        content: "\f0d7";
        position: absolute;
        top: 13px;
        right: -4px;
        width: 15px;
        height: 15px;
        display: inline-block;
        font: normal normal normal 14px / 1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
    }

    .ui-tooltip.ui-widget.ui-corner-all.ui-widget-content {
        display: none !important;
    }

    .ui-jqgrid .ui-jqgrid-btable,
    .ui-jqgrid .ui-jqgrid-htable {
        min-width: 0px;
    }

    .ui-jqgrid tr.ui-row-ltr td {
        display: block;
    }

    .ui-jqgrid-hbox thead {
        display: none;
    }

    .ui-jqgrid-bdiv table {
        display: block;
    }

    .ui-jqgrid-bdiv tr {
        display: block;
        margin-bottom: 20px;
    }

    .ui-state-highlight,
    .ui-widget-content .ui-state-highlight,
    .ui-widget-header .ui-state-highlight {
        border: 0px !important;
    }

    .ui-jqgrid tr.jqgrow td {
        height: auto;
        padding: 9px 7px 9px 12px !important;
        text-align: right !important;
        color: #000;
        text-overflow: ellipsis;
        border-color: #e1e1e1;
    }

    .ui-jqgrid tr.ui-row-ltr td {
        border-right-width: 0px !important;
    }

    .ui-widget-content {
        background: #fff !important;
    }

    .ui-jqgrid-bdiv tr {
        background: #f5f5f5 !important;
        border-bottom: 0px !important;
    }

    .ui-jqgrid-bdiv {
        width: 100% !important;
    }

    .ui-jqgrid .ui-jqgrid-btable,
    .ui-jqgrid .ui-jqgrid-htable,
    .ui-jqgrid .ui-jqgrid-view {
        width: 100% !important;
    }

    .ui-jqgrid-hdiv.ui-state-default.ui-corner-top {
        width: 100% !important;
    }

    .ui-jqgrid-pager.ui-state-default.ui-corner-bottom {
        width: 100% !important;
    }

    .ui-jqgrid.ui-widget.ui-widget-content.ui-corner-all {
        width: 100% !important;
        border: 0px !important;
    }

    tbody {
        display: block;
    }

    .ui-jqgrid .ui-pg-table td {
        padding: 3px !important;
    }
}

/* resposnive end */
#pg_analytical_pager, #pg_pager{
    padding: 12px 0;
}
.ui-jqgrid .ui-jqgrid-toppager .ui-pager-control, .ui-jqgrid .ui-jqgrid-pager .ui-pager-control{
    height: 48px !important;
}
.ui-search-table select{
    box-shadow: none !important;
    border: none !important;
    font-family: 'Montserrat', sans-serif !important;
    background: #ffffff !important;
    border-radius: 50px;
}
.ui-pg-input.ui-corner-all{
    box-shadow: none !important;
    border: none !important;
    font-family: 'Montserrat', sans-serif !important;
    background: #ededed !important;
    text-align: center;
    outline: none;
}
.ui-search-toolbar .ui-state-default.ui-th-ltr{
    padding: 0px 2px 13px 2px !important;
}
.ui-pg-table.ui-common-table.ui-paging-pager select{
    box-shadow: none !important;
    border: none !important;
    font-family: 'Montserrat', sans-serif !important;
    background: #ffffff !important;
    border-radius: 50px;
    height:auto;
}
.ui-jqgrid tr.ui-search-toolbar td > input {
    border-radius: 30px;
    box-shadow: none !important;
    border: none !important;
    font-family: 'Montserrat', sans-serif !important;
    background: #ffffff !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #e1e1e1 !important;
    background: #f5f5f5 !important;
}
.select2-results__option[aria-selected] {
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    color: #8c8c8c;
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
}

.ui-widget {
    font-family: 'Montserrat', sans-serif;
}


.ui-jqgrid tr td {
    color: #999999;
}

.ui-jqgrid .ui-jqgrid-view {
    font-size: 13px;
}

.ui-search-table input {
    padding: 4px 10px;
}

.ui-jqgrid .ui-jqgrid-htable .ui-th-div {
    height: 28px;
    width: 100%;
}

.ui-jqgrid .ui-jqgrid-htable .ui-th-div.ui-jqgrid-sortable .s-ico {
    display: inline-block;
    width: 22px;
    height: 16px;
    margin-left: -8px;
}

.box.box-success {
    border-top-color: #87a878;
}

.label.label-success,
.label.label-danger,
.label.label-warning,
.label.label-info {
    background-color: #66cc99;
    font-size: 13px;
    font-weight: normal;
    display: inline-block;
}

.tnc-cehckbox {
    padding-left: 5px;
}

.collaborator-heading h2 {
    padding-left: 11px;
}

.collaborator-content {
    margin-left: -24px;
}

/*
.label.label-danger {
        font-weight: normal;
        min-width: 37px;
        font-size: 13px;
        background-color: #f98d80 !important;
        display: inline-block;
        }*/

/*right content section*/





.img-minute-status-popup {
    cursor: pointer;
}

.content-wrapper,
.right-side {
    background-color: #fff;
}

/*page right control dropdown*/

.box-tools {
    margin-bottom: 10px;
}

/*Sweet Alert Css*/

.sweet-alert {
    border-radius: 0;
}

/*footer css*/

.main-footer {
    background-color: #668356;
    color: #fff;
    position: relative;
    z-index: 820;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    border: 0;
    padding: 34px 15px;
}

.project-code-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
}

.project-code-wrapper input {
    display: none;
}

.project-code-wrapper .project-code-label {
    margin-right: 10px;
}

.project-code-value {
    color: #87a878;
    font-weight: 500;
}

.tab-section {
    border: 1px solid #e8e8e8;
}

.setting-tabs li {
    padding: 0px;
}

.setting-tabs {
    border-bottom: 0;
    margin-bottom: 10px;
    background: #e8e8e8;
}

.setting-tabs li a {
    border-radius: 0;
    text-align: left;
    color: #999999;
    border: none;
    background: none;
    font-size: 14px;
    position: relative;
    border: none;
    padding: 13px 25px;
}

.setting-tabs>li>a:hover,
.setting-tabs>li>a:focus {
    background: none;
    color: #87a878;
}

.setting-tabs>li.active>a,
.setting-tabs>li.active>a:hover,
.setting-tabs>li.active>a:focus {
    margin: 0;
    background: none;
    color: #87a878;
    border: none;
    font-weight: 600;
}

.setting-tabs>li.active a:before {
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #e8e8e8;
    content: "";
    bottom: -12px;
    position: absolute;
    left: 50%;
    margin-left: -13px;
}

.white-bg {
    background-color: #ffffff;
    padding: 15px;
    position: relative;
    display: block;
}

.gray-bg {
    background: #ebebeb;
    padding: 15px;
}

.gray-bg h3 {
    margin-top: 0;
    color: #8c8c8c;
    font-weight: 600;
}

.gray-bordered-block {
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
}

.gray-bordered-block h3 {
    margin: 0;
    padding: 9px 15px;
    background: #ebebeb;
    color: #000000;
    font-weight: 400;
}

.gray-bordered-header {
    background: #ebebeb;
    display: flex;
}

.gray-bordered-block h3.accordion-title {
    padding: 0;
}

.gray-bordered-block h3.accordion-title a {
    color: #000000;
    padding: 9px 15px;
    display: block;
    position: relative;
}

.gray-bordered-block h3.accordion-title a:before {
    content: "\f107";
    font-family: 'FontAwesome';
    color: #818181;
    font-size: 24px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    transform: rotate(-90deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.gray-bordered-block h3.accordion-title a.collapsed:before {
    transform: rotate(0);
}

.gray-bordered-block .custome-table>tbody>tr>td {
    padding: 10px !important;
}

.gray-bg h4 {
    margin-top: 0;
}

.quote-content p {
    color: #8c8c8c;
    line-height: 20px;
}

.quote-content {
    background-color: #fff;
    padding: 15px;
}

.quote-content .control-label,
.quote-content strong {
    margin-bottom: 0;
}

.quote-attachment {
    font-size: 14px;
    text-align: center;
}

.toast-mid-center {
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.total-attachment {
    position: absolute;
    right: 123px;
}

.chemistry-quote-title {
    display: flex;
    float: left;
    margin-bottom: 15px;
}

.chemistry-quote-title .control-label,
.quto-status-block .control-label {
    font-family: 'Montserrat', sans-serif;
    color: #8c8c8c;
    font-weight: 400;
    font-size: 15px;
    margin-right: 10px;
    padding-top: 0;
}

.quote-wrapper .reference-no-view-adme-container {
    margin-right: 15px;
}

.chemistry-quote-title .control-value,
.quto-status-block .control-value {
    color: #000000;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 16px;
}

.quote-header-right-block {
    float: right;
    display: flex;
}

@media all and (max-width:767px) {
    .chemistry-quote-title {
        float: none;
    }

    .quote-header-right-block {
        float: none;
        display: block;
        margin-bottom: 15px;
    }
}

.quto-status-block {
    display: flex;
}

.quote-wrapper .row {
    padding: 0;
}

.quote-wrapper .panel-collapse {
    background: #f8f8f8;
}

.quote-wrapper .panel-collapse .quote-content {
    background: none;
}

.quote-wrapper .panel-collapse .structure-content p {
    margin-bottom: 0;
}

.quote-wrapper .nested {
    margin-top: 0;
    padding: 15px;
    background: #f8f8f8;
}

.quote-wrapper .nested h3 {
    background: #d4d4d4;
}

.quote-wrapper .nested .panel-collapse {
    background: #fff;
}

.quote-wrapper .no-attachments-text {
    text-align: center;
}

.quote-wrapper .control-value li {
    list-style: none;
    padding-left: 15px;
    position: relative;
}

.proposal-item i {
    color: #818181;
}

.quote-wrapper .panel-group {
    margin-bottom: 0;
}

.quote-wrapper .control-value li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #818181;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 8px;
}

.reference-section {
    padding: 0 15px;
}

/* .quote-content strong{ */

/* color:#87a878; */

/* text-transform:uppercase; */

/* } */






.quote-content ul {
    margin: 0 15px 0 15px;
}

.quote-content ul li {
    margin-bottom: 8px;
    list-style: none;
    border-bottom: 1px dashed #939393;
    padding-bottom: 8px;
    color: #8c8c8c;
    font-size: 15px;
}

.quote-content .tnc-section ul li {
    border-bottom: 0;
    padding-left: 15px;
    position: relative;
}

.quote-content .tnc-section ul br {
    display: none;
}

.quote-content .tnc-section ul ol li:before {
    visibility: hidden;

}

.quote-content .tnc-section ul ol {
    padding-top: 15px;
}

.quote-content .tnc-section ul ol li {
    list-style: decimal;
    padding-left: 0;
}

.quote-content .tnc-section ul ol {
    padding-left: 15px;
}

.quote-content .tnc-section ul li:before {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 5px;
    left: 0;
    top: 8px;

}

.quote-content ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.quote-content ul li i:first-child {
    margin-right: 5px;
}

.quote-content ul li i {
    /*color:#222222;*/
    color: #999;
}

.quote-content ul li i.fa-download {
    margin-top: 4px;
}

.example-number {
    font-size: 13px;
}

.status-pending {
    color: #999999;
    font-weight: normal;
    font-size: 1em;
    display: inline-block;
    padding-top: 8px !important;
}

/*Accordion CSS start*/

.accordion-content {
    padding: 0;
}

.panel-heading {
    padding: 0;
}



.accordion-section .panel-heading {
    border-radius: 0;
    color: #fff;
    border: 0;
}

.nested {
    margin-top: 10px;
    margin-bottom: 0;
}

.nested a::before {
    color: #000;
}

.accordion-section .panel-group .panel {
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.accordion-section .panel-title>a {
    display: block;
    padding: 9px 15px;
    outline: none;
    font-weight: 400;
    text-decoration: none;
    background-color: #87a878;
    color: #fff;
    font-size: 16px;
}

.accordion-section .panel-title>a.collapsed {
    background-color: #87a878;
    color: #fff;
}

.accordion-section .nested .panel-title a {
    background-color: #ebebeb !important;
    color: #8c8c8c !important;
    font-size: 16px !important;
    text-transform: capitalize;
}

.accordion-section .nested .panel-title a[data-toggle="collapse"]::before {
    color: #8c8c8c !important;
}

.accordion-section .panel-group .panel+.panel {
    margin-top: 2px;
}

.accordion-section .panel-default>.panel-heading+.panel-collapse>.panel-body p {
    font-size: 14px;
    line-height: 18px;
    color: #969696;
}

.structure-content {
    padding: 0;
}

.quote-content strong.label-text {
    padding: 0;
}

.text-editor {
    position: relative;
    background: #fff;
    border: 2px solid #d3d3d3;
    width: 100%;
    margin: 15px 0 20px 0;
    padding: 10px;
    min-height: 82px;
    outline: none;
    color: #87a878;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0px 13px 13px 13px;
}

/* .project-formatting label{ */

/* color:#8c8c8c; */

/* font-weight:600; */

/* letter-spacing:0; */

/* } */

/* .project-formatting strong{ */

/* color:#87a878; */

/* font-weight:600; */

/* letter-spacing:0; */

/* display:block; */

/* } */

/* */

.ajax-loader {
    position: fixed;
    z-index: 9999;
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(59, 57, 57, 0.5);
    background-image: url('../images/loader.png');
    background-position: center;
    background-repeat: no-repeat;
}

/* */

.project-setup-accordion .panel-group {
    margin-bottom: 2px;
}

.project-setup-accordion .panel-body {
    padding-bottom: 0;
}

label+strong,
.label-text {
    color: #999999;
    font-weight: normal;
    font-size: 1em;
}

label+strong:hover,
.label-text:hover {
    color: #505050;
}

.gray-bg h3 {
    color: #000000;
    font-weight: 400;
    margin-bottom: 0;
    padding-bottom: 7px;
}

.accordion-section .panel-title>a.tactics-head::before {
    content: "\f107";
    float: right;
    font-family: 'FontAwesome';
    color: #999999 !important;
    font-size: 24px;
    margin-top: -2px;
    line-height: normal;
}

.accordion-section .panel-title>a.tactics-head {
    background-color: #f4f4f4;
    font-weight: normal;
    color: #000;
    font-size: 1em;
    padding: 8px 10px;
}

.tactics-content {
    color: #999999;
    font-weight: normal;
    font-size: 1em;
    /* padding:8px 10px; */
    /* margin-bottom:20px; */
}

.rating-projects {
    background-color: #add29c;
    padding: 8px 20px 24px 20px;
}

/**/

.circle {
    background-image: url(../images/rating-img.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 18px;
    height: 18px;
    display: inline-block;
    background-size: 18px;
    margin-right: 5px;
}

.circle-rate {
    background-position: left -25px;
}

.half-rate {
    background-position: left -82px !important;
}

.small-half-rate {
    background-position: left -56px !important;
}

.rating-ave strong {
    color: #fff;
}

.question {
    background-color: #f4f4f4;
    padding: 10px 15px;
    color: #999999;
}

.question span {
    color: #87a878;
}

.circle-rate.small-rating {
    background-position: left -28px;
}

.answer-rating {
    margin-top: 22px;
}

.arrow-div {
    position: relative;
    background: #fff;
    border: 1px solid #cccccc;
    width: 100%;
    margin: 20px 0 20px 0;
    padding: 10px;
    border-radius: 4px;
    min-height: 62px;
}

.arrow-div:before {
    content: "";
    background-image: url(../images/comments-arrow.png);
    background-repeat: no-repeat;
    background-position: top right;
    position: absolute;
    right: 30px;
    top: -11px;
    z-index: 1;
    width: 27px;
    height: 11px;
}

.custome-table {
    margin-bottom: 0;
}

.custome-table>tbody>tr>td,
.custome-table>tbody>tr>th,
.custome-table>tfoot>tr>td,
.custome-table>tfoot>tr>th,
.custome-table>thead>tr>td,
.custome-table>thead>tr>th {
    vertical-align: middle;
    word-break: break-word;
}

/* .arrow-div:after, .arrow-div:before { */

/* bottom: 100%; */

/* left: 50%; */

/* border: solid transparent; */

/* content: " "; */

/* height: 0; */

/* width: 0; */

/* position: absolute; */

/* pointer-events: none; */

/* } */

/* .arrow-div:after { */

/* border-color: rgba(241, 241, 241, 0); */

/* border-bottom-color: #f1f1f1; */

/* border-width: 22px; */

/* margin-left: -22px; */

/* } */

/* .arrow-div:before { */

/* border-color: rgba(204, 204, 204, 0); */

/* border-bottom-color: #b6b6b6; */

/* border-width: 23px; */

/* margin-left: -23px; */

/* } */

/**/






.rating-projects h2 {
    font-size: 16px;
    color: #fff;
}

.rating-ave {
    color: #fff;
    font-size: 16px;
    float: left;
    display: inline-block;
    width: 100%;
    margin-top: 3px;
}

.small-rating {
    background-size: 20px;
    height: 20px;
    width: 20px;
}

.na-circle {
    vertical-align: top;
    text-align: center;
}

.na-circle.selected {
    background-position: 0 -85px;
}

.na-circle.selected .rating-na-text {
    color: #fff;
}

.rating-na-text {
    color: #000;
    font-size: 8px;
    line-height: 10px;
    position: relative;
    top: -2px;
    left: 1px;
}

.feedback p {
    font-size: 14px;
    color: #999999;
    line-height: 21px;
}

/* Account settings page start */

/* .table-responsive .table tr td {
        vertical-align: middle;
        height: 55px;
        }*/

.trash-icon {
    border: 1px solid;
    border-radius: 100px;
    font-size: 20px;
    height: 30px;
    line-height: 28px;
    width: 30px;
    color: #999999;
    text-align: center;
}

.trash-icon:hover {
    color: #666666
}

.profile-pic {
    width: 100%;
    max-width: 80px;
    height: auto;
}

.group-label {
    color: #999999;
    border-color: transparent !important;
    padding-left: 0
}

.group-label-right {
    padding-left: 15px
}

.info-label {
    color: #999999;
}

.list-style li {
    border-top: 1px solid #e1e1e1;
    padding: 10px 0;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.list-style li:first-child {
    border-top: none;
    padding-top: 0;
}

.list-style li:last-child {
    padding-bottom: 0;
}

.list-style li .name,
.list-style li .email {
    padding-top: 6px;
    padding-bottom: 7px;
}

.list-style li h3 {
    margin: 10px 0;
}

.custom-form-group label,
.custom-form-group input {
    margin-bottom: 8px
}

.custom-table-comment {
    margin-left: 200px;
}

.form-horizontal .control-label {
    text-align: left;
    /*white-space: nowrap;*/
    padding-top: 0px;
}

.priority-dropdown.form-horizontal .control-label {
    text-align: right;
}

.priority-dropdown.form-horizontal .control-label.sort-by {
    padding-right: 0;
}

.priority-dropdown.form-horizontal .form-group {
    display: flex;
    align-items: center;
}

.priority-dropdown.form-horizontal .form-group::before,
.priority-dropdown.form-horizontal .form-group::after {
    content: none;
}

.custom-form-group .dot {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 4px !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.margin-b-15 {
    margin-bottom: 15px !important;
}

.btn-gray {
    background: #e6e6e6 none repeat scroll 0 0;
    color: #87a878;
    font-weight: 500
}

.btn-border {
    background: #ffffff none repeat scroll 0 0;
    border: 3px solid #e6e6e6;
    color: #87a878;
    font-weight: 500
}

.btn-border.size-consistent {
    min-height: 34px;
    padding-block: 3px;
}

.tnc-cehckbox .icheckbox_flat-blue {
    /* margin-top: 8px; */
}

.list-style li .icon {
    text-align: right
}

.check-box {
    position: relative;
}

.check-box input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}


.check-box label {
    position: relative;
    min-height: 23px;
    padding-left: 23px;
    margin-bottom: 0;
    cursor: pointer;
}

.scientists .check-box label {
    padding-left: 0;
}

.check-box label:before {
    display: block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 23px;
    height: 22px;
    background: url(../images/input-bg_3.png) 3px 0px no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}
.hplcForm .check-box label:before {
    display: block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(../images/input-bg_3.png) -0.5px 0px no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    border-radius:50%;
}

.hplcForm .check-box input[type="checkbox"]:checked+label:before {
    background-position: -22px -2px;
    background-color: transparent;
}
.chirpalhplcForm .check-box label:before {
    display: block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(../images/input-bg_3.png) -0.5px 0px no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    border-radius:50%;
}

.chirpalhplcForm .check-box input[type="checkbox"]:checked+label:before {
    background-position: -22px -2px;
    background-color: transparent;
}

.check-box input[type="checkbox"]:disabled+label:before {
    /*background-color: #a0a0a0;
    border-radius: 50%;
    background-position: -1000px -1000px;*/
    background-position: 1px 0;
}

.executive-checkbox .icheckbox_flat-blue.checked {
    background-position: -22px 0;
}

.checkbox-align {
    display: inline-block;
    margin-right: 5px;
}

.trash-icon-align {
    float: right;
}

/* .trash-icon-align i.fa-trash {
    font-size: 15px;
    height: 21px;
    line-height: 20px;
    width: 22px;
} */

.feedback_export {
    margin-left: 15px;
}

.check-box input[type="checkbox"]:checked+label:before {
    background-position: -20px -2px;
    background-position: -20px -2px;
    background-color: transparent;
}

.ffs-invoice-table .check-box label {
    margin-top: 10px;
}

/* Account settings page start */

.document-description {
    color: #000000 !important;
    font-size: 13px !important;
    font-style: normal;
    margin-left: 21px;
}

.skin-purple .content-header {
    background-color: #f5f5f5;
    margin-bottom: 13px;
    padding-bottom: 15px;
}

.mark-all-section {
    margin-bottom: 30px;
}

.mark-all-section .tnc-cehckbox .icheckbox_flat-blue {
    margin-top: 5px;
}

.yello-bg-title {
    padding: 7px 15px;
    background-color: #f5b800;
    line-height: 25px;
    margin-bottom: 3px;
}

.yello-bg-title .icheckbox_flat-blue {
    float: right;
    margin: 2px 0 0;
}

.mark-all-gray-bg {
    margin-bottom: 25px;
}

.mark-all-gray-bg .panel-group {
    margin: 0;
}

.mark-all-gray-bg .accordion-section .panel-heading {
    border-bottom: 1px solid #fafafa;
}

.mark-all-gray-bg .accordion-section .panel:last-child .panel-heading {
    border-bottom: 0;
}

.mark-all-gray-bg .accordion-section .panel-title>a.notification-head {
    background-color: #ebebeb;
    color: #404040;
}

.mark-all-gray-bg #accordion .panel-title>a.notification-head::before,
.mark-all-gray-bg #accordion a[data-toggle="collapse"]::before {
    color: #404040;
}

.mark-all-gray-bg .panel-group .panel-heading+.panel-collapse>.panel-body,
.mark-all-gray-bg .panel-group .panel-heading+.panel-collapse>.list-group {
    border: 0;
    padding: 0;
}

.mark-check-listing li {
    list-style-type: none;
    background-color: #fafafa;
    line-height: 25px;
    margin-bottom: 1px;
}

.mark-check-listing li:last-child {
    margin-bottom: 0;
}

.mark-check-listing {
    margin: 0;
}

.mark-check-listing li label {
    color: #87a878;
    font-size: 15px;
    display: block;
    padding: 7px 45px 7px 15px;
    position: relative;
    margin: 0;
}

.mark-check-listing li .icheckbox_flat-blue {
    margin: 0 15px 0 0;
    position: absolute;
    right: 0;
    top: 10px;
}

.btn-new {
    cursor: default;
    background: #666666;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 14px;
    padding: 3px 13px 3px 10px;
    float: right;
    position: relative;
    line-height: 1.1em;
    text-transform: uppercase;
}

.btn-new:hover {
    color: #fff;
}

.btn-new .badge,
.sidebar-menu>li .label,
.sidebar-menu>li .badge {
    top: -8px;
    position: absolute;
    right: -22px;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 1.089px 1.677px 0px 0px rgba(0, 0, 0, 0.35);
}

.badge.bg-yellow {
    background-color: #d6d36b !important;
    color: #000000 !important;
}

.sidebar-menu>li .label,
.sidebar-menu>li .badge {
    right: inherit;
    left: 30px;
    display: block !important;
    top: -7px;
}

.mark-all-gray-bg .panel-title {
    line-height: 23px;
}

.mark-all-gray-bg .panel-title .btn-new {
    margin-right: 25px;
}

.mark-all-accordion {
    max-height: 300px;
}

.mark-all-accordion .panel {
    background-color: transparent;
}

.gray-bg-title {
    padding: 7px 15px;
    background-color: #cccccc;
    line-height: 25px;
    margin-bottom: 0px;
}

.gray-bg-title .btn-new {
    margin-right: 15px;
    margin-top: 3px;
}

.text-yellow {
    color: #f5b800 !important;
}

.priority-symbol {
    /* margin-right: 10px; */
    font-size: 16px;
    vertical-align: 1px;
    padding-right: 5px;
}

.notification-head .priority-symbol {
    float: right;
    margin-top: 5px;
    margin-right: 15px;
}

.priority-icon {
    position: absolute;
    right: 12px;
    top: 7px;
    text-align: center;
    line-height: 19px;
    font-size: 15px;
    color: #87a878;
    font-weight: 700;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    border: 2px solid #668356;
    width: 24px;
    height: 24px;
}

.mark-check-listing li label .priority-symbol {
    margin-right: 0px;
}

.icon-active {
    background-color: #d6d36b;
    color: #87a878;
    border-color: #87a878;
}

.mark-all-accordion .panel-group .panel-heading {
    padding: 0;
}

.mark-all-accordion .panel-group .panel-title>a.accordion-toggle::before,
.mark-all-accordion .panel-group a[data-toggle="collapse"]::before {
    content: "\f106";
    float: right;
    font-family: 'FontAwesome';
    color: #87a878;
    font-size: 24px;
}

.mark-all-accordion .panel-group .panel-title>a.accordion-toggle.collapsed::before,
.mark-all-accordion .panel-group a.collapsed[data-toggle="collapse"]::before {
    content: "\f107";
}

.mark-all-accordion .panel-group .panel-title>a.accordion-toggle::before,
.mark-all-accordion .panel-group a[data-toggle="collapse"]::before {
    content: "\f106";
    float: right;
    font-family: 'FontAwesome';
    color: #87a878;
    font-size: 24px;
}

.mark-all-accordion .panel-group .panel-title>a.accordion-toggle.collapsed::before,
.mark-all-accordion .panel-group a.collapsed[data-toggle="collapse"]::before {
    content: "\f107";
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent;
}

.section-header {
    color: #87a878;
    font-weight: 700;
    font-size: 23px;
    margin: 0;
}

.gray-accoradion .panel-title>a {
    background-color: #ebebeb;
    color: #000;
    font-size: 20px;
}

.gray-accoradion .panel-title>a.collapsed {
    background-color: #ebebeb;
    color: #000;
}

.gray-accoradion .panel-title>a.accordion-toggle::before,
.gray-accoradion #accordion a[data-toggle="collapse"]::before {
    color: #404040
}

.gray-accoradion .panel-body {
    padding-left: 0;
    padding-right: 0;
}

.thumbnail {
    border-radius: 0;
    border: 0;
    padding: 0;
}

.thumbnail-image-table {
    display: table;
    width: 100%;
    height: 270px;
}

.thumbnail-image-table-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.thumbnail-image-table-cell img {
    max-height: 270px;
    margin: 0 auto;
}

.yield-text {
    color: #87a878;
    float: right;
    margin-right: 15px;
}

.section-right-side {
    margin-bottom: 15px;
}

.section-left-side {
    margin-bottom: 15px
}

.rout-box {
    margin-bottom: 30px;
}

.rout-box h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.add-comment-box {
    margin-bottom: 30px;
    position: relative;
}

.add-comment-box textarea.form-control {
    height: 160px;
    font-size: 16px;
    border-radius: 0 15px 15px !important;
    -webkit-border-radius: 0 15px 15px !important;
    overflow-y: auto;
    resize: none;
}

.add-comment-left {
    margin-right: 100px;
}

.add-comment-right {
    bottom: 0;
    position: absolute;
    right: 0;
}

.direct-chat-msg {
    margin-bottom: 15px;
}

.direct-chat-messages {
    max-height: 411px;
    padding: 0;
}

@media all and (max-width:767px) {
    .direct-chat-messages {
        height: auto;
    }
}

.direct-chat-text::after,
.direct-chat-text::before {
    display: none;
}

.direct-chat-text {
    background: -moz-linear-gradient(90deg, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 100%);
    background: -webkit-linear-gradient(90deg, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 100%);
    background: -ms-linear-gradient(90deg, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 100%);
    border: 1px solid #e5e5e5;
    border-radius: 0 15px 15px;
    -webkit-border-radius: 0 15px 15px;
    color: #444;
    margin: 5px 0 0 50px;
    padding: 15px;
    position: relative;
    font-size: 16px;
    color: #666666;
}

.right>.direct-chat-text,
.direct-chat-warning .right>.direct-chat-text {
    background: #f6f6f6;
    background-image: -moz-linear-gradient(90deg, rgb(55, 117, 184) 0%, rgb(62, 132, 205) 100%);
    /* background-image: -webkit-linear-gradient(90deg, rgb(55, 117, 184) 0%, rgb(62, 132, 205) 100%); */
    background-image: -ms-linear-gradient(90deg, rgb(55, 117, 184) 0%, rgb(62, 132, 205) 100%);
    color: #1c1c1c;
    /* border-color: #3775b8; */
    border-radius: 15px 0px 15px 15px;
    -webkit-border-radius: 15px 0px 15px 15px;
}

.direct-chat-name {
    color: #808080;
}

.direct-chat-timestamp {
    color: #999;
}

.direct-chat-timestamp strong {
    color: #808080
}



#accordion .panel-title>a.comment-head:before {
    color: #404040;
}

.rout-box .gray-accoradion .panel-title>a.accordion-toggle,
.rout-box #accordion a[data-toggle="collapse"] {
    background: #ebebeb;
    color: #404040;
}

.rout-box .no-comment-text {
    margin: 0;
}

.lode-more-btn .btn-white {
    font-size: 16px;
    color: #666666;
    font-weight: 500;
}

.lode-more-btn .btn-white .fa {
    font-size: 30px;
    display: inline-block;
    height: 30px;
    vertical-align: middle;
}

.lode-more-btn .btn-white:hover,
.lode-more-btn .btn-white:focus {
    color: #fff;
}

.lode-more-btn .btn-white span {
    display: inline-block;
    vertical-align: middle;
}

.approval-block {
    padding: 5px 15px;
    margin-bottom: 30px;
}

.approvals-listing {
    list-style-type: none;
    margin: 0;
}

.approvals-listing li {
    border-bottom: 1px solid #fff;
}

.approvals-listing li:last-child {
    border-bottom: 0;
}

.approvals-listing li a {
    font-size: 16px;
    color: #404040;
    padding: 15px;
    display: block;
    padding: 10px 60px 10px 15px;
    position: relative;
}

.approvals-listing li a:hover {
    color: #87a878;
}

.approvals-listing li a:before {
    content: "\f105";
    position: absolute;
    right: 0;
    top: 12px;
    font-family: 'FontAwesome';
    color: #404040;
    font-size: 24px;
    line-height: 20px;
}

.doc-icon {
    height: 27px;
    margin-right: 10px;
    width: 27px;
    display: inline-block;
}

.doc-icon img {
    height: auto;
    width: 100%;
}

.approvals-listing li .doc-icon {
    width: 33px;
    height: 33px;
    position: absolute;
    right: 22px;
    top: 5px;
}

.experimental-upload {
    width: 100%;
}

.up-load-doc-icon {
    width: 61px;
    height: 61px;
    float: left;
}

.file-input {
    display: inline-block;
    height: 35px;
    color: #fff;
    margin: 0;
}

.file-input input {
    visibility: hidden;
    width: 120px;
}

.file-input:before {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    content: 'Choose File';
    display: block;
    background: #87a878;
    padding: 8px 10px 8px;
    outline: none;
    white-space: nowrap;
    cursor: pointer;
    font-weight: 600;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    text-align: left;
}

.file-input:hover:before {
    border-color: #e6e6e6;
}

.file-input:active:before {
    background: #e6e6e6;
    color: #87a878;
}

.focus-bg {
    background-color: #fff !important;
    border-color: #87a878 !important;
}

.input-type-file-fild {
    margin-bottom: 15px;
}

.experimental-upload {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}

.experimental-upload p {
    margin-bottom: 0;
}

.minute-upload {
    display: table;
    margin-bottom: 15px;
    cursor: pointer
}

.upload-file-icon {
    display: table-cell;
    vertical-align: top;
    width: 61px;
}

.upload-file-name {
    display: table-cell;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: middle;
}

.input-type-file {
    margin-bottom: 15px;
    position: relative;
}

.caption .input-type-file {
    margin-bottom: 15px;
}

.scientists {
    max-height: 400px;
    padding-bottom: 20px;
}

.box-scroll {
    max-height: 300px;
}

.table-responsive {
    border: 0;
}

.responsive-table {
    max-height: 400px;
}

.custome-table {
    margin-bottom: 0;
}

.custome-table>tbody>tr>td,
.custome-table>tbody>tr>th,
.custome-table>tfoot>tr>td,
.custome-table>tfoot>tr>th,
.custome-table>thead>tr>td,
.custome-table>thead>tr>th {
    vertical-align: middle;
    padding: 10px;
    border-top: 1px solid #e1e1e1;
}

.custome-table>tbody>tr:first-child>td {
    border-top: 0;
    padding-top: 0;
}

.custome-table>tbody>tr:last-child>td {
    padding-bottom: 0;
}

.custome-table>tbody>tr>td:first-child {
    padding-left: 0;
}

.custome-table>tbody>tr>td:last-child {
    padding-right: 0;
}

.custome-table>tbody>tr:last-child>td {
    padding-bottom: 0;
}

.table-condensed>tbody>tr>td:first-child {
    padding-left: 0;
}

.table-condensed>tbody>tr>td:last-child {
    padding-right: 0;
}

.priority-heading {
    float: right;
    margin: 0 10px 5px 0;
    text-transform: uppercase;
    color: 999999;
}

.priority-heading .priority-icon,
.table .priority-icon {
    position: initial;
    display: inline-block;
    margin-left: 5px;
    border-color: #cccccc;
    color: #333333;
    font-size: 18px;
    height: 31px;
    width: 31px;
    line-height: 26px;
}

.carousel-control {
    text-shadow: none;
}

.carousel-control>.fa {
    color: #8c8c8c !important;
    box-shadow: none;
}

.carousel-control>.fa-angle-left {
    left: 15px;
}

.carousel-control>.fa-angle-right {
    right: 15px;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    margin: 0 auto
}

.reference-listing .doc-icon {
    position: initial;
    margin-right: 10px;
    display: inline-block;
    height: 27px;
    width: 27px;
}

.reference-listing .doc-icon img {
    width: 100%;
    height: auto;
}

.reference-listing a {
    color: #333333;
}

.reference-listing a:hover {
    color: #87a878;
}

.blue-text {
    color: #87a878;
}

.black-text {
    color: #000;
}

.quantity-text {
    color: #333333;
    font-weight: 500;
    font-size: 16px;
}

.analytic-columns {
    margin: 0 -10px;
    overflow: hidden;
    min-height: 171px;
}

.analytic-column {
    float: left;
    margin-bottom: -1000px;
    padding: 0 10px 1000px;
    text-align: center;
    width: 33.333%;
}

.analytic-column:first-child {
    border-right: 1px solid #e7e7e7;
}

.analytic-column:last-child {
    border-left: 1px solid #e7e7e7;
}

.analytic-column h6 {
    color: #87a878;
    margin: 0;
    font-size: 14px;
    text-align: left;
    margin: 0 0 3px;
}

.analytic-big {
    background: #ebebeb;
    color: #333333;
    font-size: 16px;
    text-align: center;
    width: 57px;
    height: 57px;
    line-height: 57px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    display: inline-block;
    margin: 60px 0 0;
}

.analytic-small {
    background: #ebebeb;
    color: #333333;
    font-size: 16px;
    text-align: center;
    width: 43px;
    height: 43px;
    line-height: 43px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    display: inline-block;
    float: right;
}

input.knob,
input.knob-confidence {
    background: transparent !important;
    border-radius: 30px !important;
    box-shadow: none !important;
    color: #333333 !important;
    font-weight: normal !important;
    border: 1px solid #a2a2a2 !important;
}

input.knob-confidence:focus {
    border-radius: 30px !important;
    border: 1px solid #a2a2a2 !important;
    outline: none !important;
}

.knob-graph {
    clear: both;
    display: block;
    padding-top: 5px;
    max-width: 97px;
    margin: 0 auto;
    position: relative;
}

.knob-graph div {
    display: inline-block !important;
}

.date .input-group .input-group-addon {
    position: absolute;
    right: 15px;
    border: 0;
    background: transparent;
    z-index: 4;
    top: 3px;
}

.date .input-group {
    width: 100%;
}

.date .input-group .form-control {
    padding-right: 30px;
}

.scheduled-block {
    overflow: hidden;
}

.scheduled-coloumn {
    padding-bottom: 1000px;
    margin-bottom: -1000px;
}

.scheduled-coloumn:first-child {
    border-right: 1px solid #e7e7e7;
}

.confidence-grgraph {
    clear: both;
    display: block;
    margin: 0 auto 15px;
    max-width: 142px;
    text-align: center;
}

.confidence-grgraph div {
    display: inline-block !important;
}

.scheduled-coloumn .slider.slider-horizontal {
    width: 95%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.slider.slider-horizontal .slider-track {
    height: 5px;
    margin-top: 0;
}

.slider-track {
    background-color: rgb(204, 204, 204);
}

.slider-handle {
    background-color: #87a878;
    background-image: none;
    box-shadow: 1px 1.732px 0px 0px #a6a6a6;
    border-style: solid;
    border-width: 4px;
    border-color: #668356;
    height: 25px;
    width: 25px;
}

.slider-track-low,
.slider-track-high {
    background: #cccccc;
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.25) inset;
}

.slider-selection {
    box-shadow: none;
    background-image: none;
    background: #87a878;
}

/* Timeline */

.timeline-bar {
    display: inline-block;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.timeline-horizontal {
    list-style: none;
    position: relative;
    padding: 0;
    display: table;
    /*margin-bottom: 110px; */
    margin-bottom: 50px;
    width: 100%;
}

.gray-bordered-block .timeline-horizontal {
    margin-bottom: 0;
}

.timeline-horizontal .timeline-item {
    margin-bottom: 20px;
    position: relative;
}

.timeline-horizontal .timeline-item .timeline-badge {
    color: #cccccc;
    width: 34px;
    height: 34px;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    position: absolute;
    padding: 5px;
    z-index: 100;
    font-weight: 700;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: auto;
}

.timeline-horizontal .timeline-item .timeline-badge:before {
    background: url(../images/sprit-timeline.png) 0 -242px no-repeat;
    content: "";
    left: -9px;
    width: 60px;
    height: 34px;
    position: absolute;
    top: 0px;
    display: block;
    z-index: -1;
}

.timeline-horizontal .timeline-item:first-child .timeline-badge:before {
    background-position: 9px 1px;
}

.timeline-horizontal .timeline-item.active:first-child .timeline-badge:before {
    background-position: 9px -33px;
}

.timeline-horizontal .timeline-item.progress-active:first-child .timeline-badge:before {
    background-position: 9px -33px;
    background-position: 14px -316px;
}

.timeline-horizontal .timeline-item:last-child .timeline-badge:before {
    background-position: -17px -120px;
}

.timeline-horizontal .timeline-item .timeline-badge span {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.timeline-horizontal .timeline-item.active .timeline-badge span {
    background: #5ea5eb;
}

.timeline-horizontal .timeline-item .timeline-badge span.bg-yellow {
    background: #f5b800 !important;
    color: #003c78 !important;
}

.timeline-horizontal .timeline-item.active .timeline-badge:before {
    background-position: 0 -277px;
}

.timeline-horizontal .timeline-item.progress-active .timeline-badge span {
    height: 37px;
    width: 37px;
}

.timeline-horizontal .timeline-item.progress-active .timeline-badge:before {
    background-position: 100% -191px;
    height: 48px;
    left: -13px;
}

.timeline-horizontal .timeline-item .timeline-panel {
    position: relative;
    background: #ffffff;
    border-radius: 2px;
    top: auto;
    bottom: 34px;
    display: table;
    left: 0;
    right: 0;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    height: 100px;
    padding: 5px;
}

.timeline-horizontal .timeline-item {
    display: table-cell;
    height: 140px;
    width: 128px;
    padding-left: 0px;
    padding-right: 0;
    margin: 0 auto;
    vertical-align: bottom;
}

.timeline-heading {
    display: table-cell;
    vertical-align: middle;
}

.timeline-horizontal .timeline-title {
    margin-bottom: 0;
    font-size: 15px;
    /*font-weight: 300; */
    color: #999999;
    font-weight: normal;
}

.timeline-bottom-panel {
    bottom: -85px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 5px 5px 50px;
}

.timeline-button {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

.timeline-button .btn {
    padding: 7px 15px;
    color: #cccccc;
}

.timeline-button .btn:hover {
    color: #87a878;
}

.timeline-item:before {
    background: #e6e6e6;
    content: "";
    right: 50%;
    width: 100%;
    height: 6px;
    position: absolute;
    bottom: 14px;
}

.timeline-item:first-child:before {
    display: none;
}

.timeline-item.active:before {
    background: #87a878;
}

.timeline-item.active .timeline-badge {
    color: #ffffff;
}

.timeline-item.progress-active .timeline-badge {
    bottom: -7px;
    font-size: 20px;
    height: 47px;
    line-height: 38px;
    width: 47px;
}

.timeline-item.active .timeline-title {
    color: #87a878;
}

.timeline-item.progress-active .timeline-button .btn {
    color: #87a878;
}

.timeline-item.progress-active .timeline-button .btn:hover {
    color: #87a878;
}

.form-control.form-num {
    width: 60px;
    text-align: center;
}

.custom-textbox {
    text-align: left;
    height: 34px;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control.form-num1,
.form-control.form-wid {
    width: 130px;
    text-align: center;
}

.form-control.form-wid {
    width: 100%;
}

.form-wid {
    width: 100%;
}

.knob-graph-big {
    max-width: 216px;
    text-align: center;
    margin: 0 auto;
}

.knob-graph-big div {
    display: inline-block !important;
    position: relative;
}

.knob-graph-big input[readonly] {
    border: 0 !important;
    top: 50%;
    margin-top: -31px !important;
    font-size: 22px !important;
}

.table .analytic-small {
    float: none;
    width: 34px;
    height: 34px;
    line-height: 38px;
    vertical-align: middle;
}

.custom-form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.custom-form-inline .control-label {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.custome-table .priority-symbol {
    float: none;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

/* flag 0 no reference compound-dashboard */

.approved-routes-block .flag {
    text-align: center;
    padding: 30px;
}

/* end */

.route-caption {
    min-height: 36px;
}

.project-metrics {
    width: 100%;
    display: table;
    margin-bottom: 16px;
}

.project-metrics-cell {
    display: table-cell;
    vertical-align: middle;
}

.project-metrics-cell:first-child {
    width: 98px;
    vertical-align: top;
}

.project-metrics-cell:last-child {
    padding-left: 15px;
}

.project-metrics-count {
    font-size: 14px;
    background-color: #87a878;
    color: #fff;
    padding: 0 10px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    min-width: 100px;
    height: 65px;
}

.project-metric-box {
    min-height: 160px;
}

.project-metrics-cell h4 {
    margin-bottom: 0;
    font-size: 15px;
    color: #87a878;
    text-transform: uppercase;
}

.project-metrics-cell h5 {
    margin: 0;
    font-size: 12px;
}

.latest-update {
    display: inline-block;
}

.rout-box {
    min-height: 270px;
}

.image-table {
    display: table;
    width: 100%;
    height: 100%;
    height: 270px;
}

.image-table img {
    height: 100%;
    max-width: 100%;
}

.image-table-cell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    height: 300px;
}

.image-table-cell img {
    height: 100%;
    margin: 0 auto;
}

.reporting-document-box {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}

.reporting-document-box-left {
    display: table-cell;
    position: relative;
}

.reporting-document-repet-block .doc-icon {
    display: inline-block;
    height: 27px;
    margin-right: 10px;
    position: initial;
    width: 27px;
}

.reporting-document-repet-block .doc-icon img {
    height: auto;
    width: 100%;
}

.reporting-document-repet-block a {
    color: #333333;
    display: inline-block;
}

.reporting-document-repet-block a:hover {
    color: #87a878;
}

.reporting-document-repet-block textarea.form-control {
    border-radius: 0 15px 15px !important;
    font-size: 16px;
    height: 54px;
    overflow-y: auto;
    resize: none;
}

.reporting-document-box-right {
    text-align: right;
    text-align: right;
}

.reporting-document-block {
    margin-bottom: 15px;
}

.reporting-document-repet-block {
    padding-bottom: 15px;
}

.reporting-document-repet-block:last-child {
    padding-bottom: 0;
}

.reporting-document-bottom .btn-set {
    float: left;
    width: 50%;
    text-align: left;
    padding-right: 10px;
}

.reporting-document-bottom .btn-set:last-child {
    text-align: right;
    padding-left: 10px;
    padding-right: 0;
}

.experimentals-list-box {
    display: flex;
    align-items: center;
}

.experimentals-list {
    vertical-align: middle;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0;
}

.experimentals-list-doc {
    width: 25%;
    display: table-cell;
    vertical-align: middle;
    padding: 10px 0;
    border-bottom: 1px solid #e1e1e1;
}

.experimentals-list:first-child {}

.experimentals-list:last-child {
    padding-left: 5px;
}

.downloade-pdf {
    position: relative;
    padding-left: 35px;
    line-height: 16px;
}

.downloade-pdf .doc-icon {
    position: absolute;
    left: 0;
    top: 2px;
}

.control-sidebar-bg,
.control-sidebar {
    background: #87a878;
    z-index: -1;
    left: 0;
}

.nav-pills.nav-wizard {
    margin-bottom: 30px;
}

.nav-pills.nav-wizard>li {
    position: relative;
    overflow: visible;
    border-right: 8px solid transparent;
    border-left: 15px solid transparent;
    font-size: 16px;
    width: 50%;
    margin-bottom: 3px;
}

.nav-pills.nav-wizard>li+li {
    margin-left: 0;
}

.nav-pills.nav-wizard>li:first-child {
    border-left: 0;
}

.nav-pills.nav-wizard>li:first-child a {
    border-radius: 50px 0 0 50px;
    -webkit-border-radius: 50px 0 0 50px;
}

.nav-pills.nav-wizard>li:last-child {
    border-right: 0;
}

.nav-pills.nav-wizard>li:last-child a {
    border-radius: 0 50px 50px 0;
    -webkit-border-radius: 0 50px 50px 0;
}

.nav-pills.nav-wizard>li a {
    border-radius: 0;
    background-color: #f1f1f1;
    border-top: 0;
    padding: 7px 20px;
    color: #a6a6a6;
    line-height: 26px;
}

.nav-pills.nav-wizard>li:not(:last-child) a:after {
    position: absolute;
    content: "";
    top: 0px;
    right: -20px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #f1f1f1;
    z-index: 150;
}

.nav-pills.nav-wizard>li:not(:first-child) a:before {
    position: absolute;
    content: "";
    top: 0px;
    left: -20px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: #f1f1f1 #f1f1f1 #f1f1f1 transparent;
    z-index: 150;
}

.nav-pills.nav-wizard>li:hover:not(:last-child) a:after {
    border-color: transparent transparent transparent #aaa;
}

.nav-pills.nav-wizard>li:hover:not(:first-child) a:before {
    border-color: #aaa #aaa #aaa transparent;
}

.nav-pills.nav-wizard>li:hover a {
    background-color: #aaa;
    color: #fff;
}

.nav-pills.nav-wizard>li.active:not(:last-child) a:after {
    border-color: transparent transparent transparent #87a878;
}

.nav-pills.nav-wizard>li.active:not(:first-child) a:before {
    border-color: #87a878 #87a878 #87a878 transparent;
}

.nav-pills.nav-wizard>li.active a {
    background-color: #87a878;
    font-weight: normal;
    color: #fff;
}

.thumbnail-table {
    display: table;
    width: 100%;
    height: 100%;
}

.thumbnail-table-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.thumbnail-table-cell img {
    margin: 0 auto;
    height: 100%;
}

.reporting-document-block.box-scroll {
    max-height: 334px;
}

.compound-dashboard .btn {
    padding-left: 15px;
    padding-right: 15px;
}

.compound-dashboard input.btn-border {
    height: 41px;
}

.footer-cheat-section {
    max-width: 700px;
    width: 99%;
    position: fixed;
    bottom: -1px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 999;
    border: 1px solid #87a878;
    border-bottom: 0;
    -webkit-box-shadow: -1.204px -1.597px 6px 0px rgba(0, 0, 0, 0.25);
    box-shadow: -1.204px -1.597px 6px 0px rgba(0, 0, 0, 0.25);
    border-radius: 15px 0 0;
    -webkit-border-radius: 15px 0 0;
    z-index: 9999;
}

.footer-cheat-section .comments-history-collapse .panel-body {
    background: #fff;
    padding: 15px;
}

.footer-cheat-section .panel-heading {
    border-radius: 13px 0 0;
    -webkit-border-radius: 13px 0 0;
}

.footer-cheat-section .panel-body {
    padding-top: 0;
}

.footer-cheat-top {
    background: #87a878;
    padding: 15px;
    z-index: 0;
}

.cheat-history-button {
    position: absolute;
    right: -1px;
    top: -46px;
    z-index: -1;
}

.cheat-history-button a {
    background: #87a878;
    padding: 10px 22px;
    -webkit-box-shadow: -1.204px -1.597px 6px 0px rgba(0, 0, 0, 0.25);
    box-shadow: -1.204px -1.597px 6px 0px rgba(0, 0, 0, 0.25);
    border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0;
    color: #fff;
    display: block;
    font-size: 18px;
}

.cheat-history-button h4 {
    font-size: 20px;
    font-weight: 400;
}

.cheat-history-button .panel-title>a.comment-head:before {
    color: #fff !important;
    font-size: 24px !important;
    line-height: 28px;
    margin-left: 15px;
}

.footer-cheat-top textarea.form-control {
    border-radius: 0 15px 15px !important;
    -webkit-border-radius: 0 15px 15px !important;
    font-size: 16px;
    height: 45px;
    overflow-y: auto;
    resize: none;
}

.cheat-comment-box-right .btn {
    min-width: 110px;
    /*color: #15589e;
    border: 2px solid #999999;*/
}

.cheat-comment-box-right .btn:hover,
.cheat-comment-box-right .btn:focus,
.cheat-comment-box-right .btn:active {
    color: #333;
}

.cheat-comment-box-left {
    margin-bottom: 15px;
}

.cheat-comment-box-right {
    text-align: right;
}

.image-upload i {
    font-size: 16px;
}

.image-upload label {
    text-align: center;
    width: 100%;
    margin-bottom: 10px
}

.image-upload>input {
    display: none;
}

.image-upload img {
    cursor: pointer;
}

.image-upload label.attach-label-chat {
    padding: 12px 5px;
    margin-bottom: 0
}

.attach-label-chat i {
    color: #fff;
    font-size: 20px
}

.cmn-dropdown.dropdown-bg .select2-container--default .select2-selection--single {
    background: #ffffff none repeat scroll 0 0;
}

/* minutes-status start */

.approvals-listing-new {
    list-style-type: none;
    margin: 0;
    position: relative;
}

.approvals-listing-new li {
    border-top: 1px solid #ffffff;
    position: relative;
    padding: 10px 0;
    display: inline-block;
    width: 100%
}

.approvals-listing-new li:first-child {
    border-top: none;
}

.speech-bubble-text {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 7px;
    display: inline-block;
    padding: 4px 35px 4px 15px;
    width: 75%;
    position: relative;
    font-style: italic;
    color: #000;
    font-size: 16px;
    margin-left: 15px;
}

.speech-bubble-text:before {
    border-bottom: 6px solid rgba(0, 0, 0, 0);
    border-right: 12px solid #ffffff;
    border-top: 6px solid rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    left: -11px;
    position: absolute;
    top: 8px;
    width: 0;
}

.speech-bubble-text img {
    position: absolute;
    right: 10px;
}

.approvals-listing-new div span {
    display: table-cell;
    vertical-align: middle
}

.right-arrow-icon {
    color: #404040;
    font-family: "FontAwesome";
    font-size: 24px;
    line-height: 20px;
    right: 0;
    top: 5px;
}

.icon-sec {
    width: 48px;
    float: right;
    text-align: right
}

.icon-sec a {
    margin-left: 2px
}

/*.mceEditor img {
 max-width: none;
 }*/

.datepicker-days .table-condensed {
    color: #000;
}

.quote-content-label {
    padding-bottom: 20px;
}

.quote-content-label>div {
    display: inline-block;
    min-width: 70px;
}

.quote-content-label span {
    color: #969696;
    font-size: 14px;
    line-height: 18px;
    padding-left: 10px;
}

.quote-content-control-label .control-label {
    min-width: 75px;
}

.white-bg .btn-gray {
    white-space: inherit;
}

.route-attachment {
    float: right;
    margin-top: 8px;
    margin-right: 10px;
}

.new-badge-label {
    font-size: 11px;
    margin-top: 5px;
}

.form-label-align label {
    line-height: 34px;
}

.blue-btn-file {
    background: #87a878;
}

.blue-btn-file>img {
    vertical-align: baseline;
}

.cmn-dropdown {
    min-width: 120px;
}

.ffs-invoice-table .form-inline .form-group {
    padding: 2px 5px;
}


/* custom invoice form-control */

.ffs-invoice-table .form-inline .form-group label {
    margin-bottom: 0;
    color: #999;
}


.add-links {
    display: inline-block;
    margin-right: 15px;
    color: #999999;
}

.add-links .fa {
    font-size: 26px;
    margin-right: 5px;
    vertical-align: middle;
    color: #87a878;
}

.add-links span {
    display: inline-block;
    vertical-align: middle;
}

.attachments-yellow .btn-new,
.attachments-yellow .btn-blue {
    float: left;
}

.attachments-yellow {
    margin-top: 10px;
}

.attachments-yellow .btn-new {
    text-transform: capitalize;
    font-weight: bold;
    padding: 5px 12px;
    cursor: pointer;
    margin-right: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.cheat-comment-box-right .image-upload {
    float: left;
}

.cheat-comment-box-right .image-upload label.attach-label-chat {
    padding: 0px 5px;
}



.fte-invoice-total {
    font-size: 20px;
    font-weight: 500;
}

.file-question-icon {
    position: relative;
    top: -2px;
    right: -2px;
    color: #fff;
}

.file-question-choose-icon {
    position: absolute;
    right: 9px;
    top: 9px;
    cursor: pointer;
    color: #fff;
}

.fet-file-question-choose-icon {
    position: absolute;
    right: 15px;
    top: 13px;
    cursor: pointer;
    color: #fff;
}

.file-inline {
    position: relative;
    display: inline-block;
    padding-left: 2px;
}

.edit-structure-form .form-control.check-no {
    margin-left: -3px;
}

.inventory-table .ui-sortable td input {
    margin-top: 7px;
}

.low-inventory .ui-jqgrid-btable td input {
    margin-top: 1px;
    vertical-align: middle;
    margin-right: 5px;
}

.chat-history-icons {
    display: inline-block;
    padding: 15px 11px 1px 10px;
    float: left;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.d-inline-block {
    display: inline-block;
    vertical-align: top;
}

.ui-jqgrid .ui-pg-table td {
    border: solid 1px transparent;
    padding: 0;
}

.ui-jqgrid .ui-pg-table .ui-pg-button.ui-state-disabled:hover>.ui-separator {
    margin: 2px !important;
}

.view-quote-label .control-label {
    min-width: 136px;
}

.view-quote-chemistry .control-label {
    padding-left: 15px;
}

.padd-left {
    padding-left: 10px;
}

.file-inline .btn {
    border: 0;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    font-size: 15px !important;
    text-transform: uppercase;
    padding: 7px 35px !important;
    height: auto !important;
    color: #fff !important;
    border: none !important;
    transition: background 0.5s ease 0s, color 0.5s ease 0s;
    -webkit-transition: background 0.5s ease 0s, color 0.5s ease 0s;
}

.hplc-span span {
    display: inline-block;
    float: left;
    line-height: 33px;
    padding: 0 10px;
}

.hplc-span input {
    width: 40% !important;
    display: inline-block !important;
    float: left;
}

.Productivity-btn {
    text-transform: none;
    margin-bottom: 20px;
    pointer-events: none;
}

.Productivity-btn span {
    margin-left: 10px;
}

.scheduled-date-plan .datepicker {
    padding-left: 0;
}

.minutes-status-form label {
    line-height: 38px;
}

.minutes-status-form label.file-input {
    line-height: normal;
}

.dashboard-edit-right {
    display: inline-block;
    float: right;
    margin-bottom: 15px;
}

.sweet-alert h2 {
    font-size: 25px;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
    line-height: normal;
}

.sweet-alert button.confirm {
    background: #87a878;
}


.sweet-alert button.confirm:hover ,.sweet-alert button.confirm:focus {
    background: #668356;
}

.sweet-alert button,
.sweet-alert button:hover {
    color: #fff;
}

.specification-edit-form label {
    line-height: 32px;
}

.sweet-alert button.cancel:hover {
    background-color: #aeadad !important;
}

.file-inline-link {
    padding-bottom: 10px;
    cursor: pointer;
    display: block;
    padding-left: 5px;
}

.sweet-alert button.cancel {
    background-color: #C1C1C1 !important;
}


.Productivity-btn p {
    color: #fff;
    width: 70%;
    display: inline-block;
    text-align: left;
    float: left;
    padding-right: 12px;
    margin-bottom: 0;
}

.Productivity-btn p span {
    display: block;
    margin-left: 0;
    font-size: 10px;
}

.Productivity-btn .badge {
    width: 27%;
    float: left;
    margin-top: 20px;
    margin-left: 1%;
}

/* minutes-status end */
.table-jqgrid-ui {
    border-bottom: 0 !important;
}

.table-jqgrid-ui tr th {
    background-color: #ededed;
    text-align: center;
    color: #000000;
    font-weight: 400 !important;
    border-bottom: 0 !important;
    font-size: 14px !important;
}

.table-jqgrid-ui tr:hover {
    background-color: #f4f4f4;
}

.table-jqgrid-ui tr th:hover {
    background-color: #f4f4f4;
}

.table-back-color .dataTables_wrapper {
    background-color: #ededed;
    margin-bottom: 10px;
}

.table-back-color .paginate_button.current {
    padding: 0 !important;
    border-radius: 30px !important;
    box-shadow: 1px 3px 4px #cbcbcb inset !important;
    border: 1px solid #a2a2a2 !important;
}

.table-back-color .dataTables_info {
    padding-left: 15px;
    font-size: 11px !important;
}

.d-inline-block {
    display: inline-block;
}

.form-group .confirmUser {
    color: #fff !important;
    border: none !important;
}

.content-wrapper .table-back-color .dataTables_wrapper .paginate_button {
    font-size: 11px !important;
}

.table-back-color .dataTables_wrapper .paginate_button.previous:hover,
.table-back-color .dataTables_wrapper .paginate_button.next:hover {
    color: #000 !important;
}

.content-wrapper .table-back-color .dataTables_wrapper .paginate_button:hover,
.content-wrapper .table-back-color .dataTables_wrapper .paginate_button:focus {
    background: none !important;
    border: solid 1px transparent !important;
    color: #000 !important;
}

.table-back-color .dataTables_wrapper .paginate_button:active {
    box-shadow: none !important;
}

/*Design changes start*/
.login-box-body.custom-box-body {
    padding: 30px 30px 15px 30px;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: none;
}

.btn:hover,
.btn:focus,
.btn.focus {
    outline: none;
}

.login-box-body.custom-box-body label {
    color: #fff;
}

.login-box-body input[type="password"].custom-box {
    color: #000;
    border-radius: 20px !important;
    -webkit-box-shadow: 1px 3px 4px #cbcbcb inset !important;
}

.mark-check-listing li label.custom-check {
    padding: 0;
}

.mark-check-listing.custom-check-area label .icheckbox_flat-blue {
    margin-top: -34px;
    margin-right: 0;
}

.badge-2x {
    font-size: 16px;
}

.notification-title {
    font-size: 16px;
    margin-left: 15px;
    color: #777;
}

.export {
    margin-left: 15px;
    float: left;
}

.badge.badge-custom {
    border-radius: 5px;
    margin-top: -1px;
}

.badge-c-area {
    margin-left: 15px;
}

.notification-btn {
    margin-top: 8px;
    margin-left: 10px;
}

/*Design changes end*/
@media all and (max-width:1600px) {

    .speech-bubble-text {
        font-size: 12px;
        width: 60%;
    }
}

@media all and (max-width:1440px) {

    .list-style li .name {
        padding-bottom: 5px;
        padding-top: 0;
        word-break: break-all;
    }

    .list-style li .email {
        padding-bottom: 10px;
        padding-top: 0;
        word-break: break-all;
    }
}

@media all and (max-width:1024px) {

    .speech-bubble-text {
        width: 54%;
    }

}

@media all and (max-width:767px) {

    .status-pending {
        padding-left: 15px;
    }

    .login-box,
    .register-box {
        width: 100%;
    }

    .login-box-body,
    .register-box-body {
        padding: 46px 30px 15px 30px;
        margin: 0 15px;
    }

    .cloud-logo {
        margin: 0 15px;
    }

    .feedback-title {
        font-size: 20px;
        font-size: 300;
        margin-bottom: 15px;
    }



    .custom-form-group .input-group {
        padding: 0 !important;
    }

    .custom-form-group .input-group .currency-label {
        padding-left: 0 !important;
    }

    .mobile-left-align {
        text-align: left !important;
    }

    .scheduled-coloumn {
        margin-bottom: 30px;
        padding-bottom: 0
    }

    .exp-btn-edit {
        width: 50%;
        display: table-cell;
        vertical-align: middle;
        border-bottom: 1px solid #e1e1e1;
        text-align: right;
    }

    .experimentals-list:last-child {
        text-align: center;
    }

    .speech-bubble-text {
        font-size: 12px;
        width: 62%;
    }

    .chat-history-icons {
        padding: 4px 11px 1px 10px;
    }

    .padd-left {
        padding-left: 0;
    }

    .table-border-responsive-view {
        border: 1px solid #e1e1e1;
    }

    .fet-file-question-choose-icon {
        top: 11px;
    }

    .hplc-span input {
        width: 60% !important;
    }

}

@media all and (max-width:639px) {

    .setting-tabs {
        /* background: #ffffff; */
    }

    .setting-tabs li {
        /* width: 49%; */
        margin: 1px;
        /* background: #f1f1f1; */
        /* border: 1px solid #e6e6e6; */
        /* height: 50px; */
        /* display: table; */
        /* vertical-align: middle; */
        /* text-align: center; */
    }

    .setting-tabs>li.active a::before {
        display: none;
    }

    .setting-tabs>li a {
        padding: 10px;
    }

    .setting-tabs>li:hover a,
    .setting-tabs>li.active a {
        /* background: #87a878; */
        /* color: #fff; */
    }

    .speech-bubble-text {
        font-size: 12px;
        width: 55%;
    }
}

@media all and (max-width:480px) {

    .table-condensed.table,
    .table-condensed.table tbody,
    .table-condensed.table tr,
    .table-condensed.table tr td {
        display: block;
        width: 100%;
        text-align: left !important;
    }

    .table-condensed.table tr {
        border-top: 1px solid #e1e1e1;
        padding: 5px 0;
    }

    .table-condensed.table tr:first-child {
        border-top: 0;
    }

    .table-condensed.table tr td {
        padding: 5px 0;
        border: 0;
    }

    .reporting-document-bottom .btn-set {
        float: none;
        width: 100%;
        text-align: left;
        padding-right: 0;
        margin-bottom: 15px;
    }

    .reporting-document-bottom .btn-set:last-child {
        text-align: left;
        padding-left: 0;
        margin-bottom: 0;
    }

    .reporting-document-bottom .btn-set .btn {
        display: block;
    }

    .m-b-sm {
        margin-bottom: 15px;
    }

    .cmn-dropdown .inline {
        display: block;
    }

    .p-l-xs {
        padding-left: 15px;
    }

    .btn {
        /* font-size: 12px; */
    }

    .speech-bubble-text {
        font-size: 12px;
        width: 40%;
    }
}

/***************************************************************************************
       
       *MEDIA QUERY FOR DEVICE WIDTH MORE THEN 768px STARTS
       
       ***************************************************************************************/
@media screen and (min-width:768px) {
    .skin-purple .main-header .navbar {
        background-color: transparent;
    }

    .user-menu img.setting-icon,
    .user-menu img.logout-icon {
        margin-right: 10px;
    }

    .main-sidebar,
    .left-side {
        padding-top: 82px !important;
    }

    .main-header .sidebar-toggle {
        padding: 29px 15px;
    }

    .main-header>.navbar {
        margin-left: 230px;
    }

    .ui-jqgrid .ui-jqgrid-view {
        font-size: 14px;
    }

    .quote-content strong {
        padding: 0;
    }

    .tactics-wrapper:nth-child(2n+1),
    .further-feedback .further-wrapper:nth-child(2n+1),
    .content-wrapper .tactics-wrapper:nth-child(2n+1) {
        clear: left;
    }

    .rating-ave {
        margin-left: 0;
    }

    .rating-projects h2 {
        color: #fff;
        font-size: 26px;
        margin-bottom: 20px;
        font-weight: 300;
    }

    .rating-ave {
        color: #fff;
        font-size: 18px;
        float: left;
        display: inherit;
        margin-top: 3px;
        width: auto;
    }

    .circle {
        background-image: url(../images/rating-img.png);
        background-repeat: no-repeat;
        background-position: left top;
        width: 29px;
        height: 29px;
        margin-right: 5px;
        background-size: inherit;
    }

    .circle-rate {
        background-position: left -41px;
    }

    .small-rating {
        background-size: 20px;
        height: 20px;
        width: 20px;
    }

    .feedback-client {
        float: right;
        max-width: 190px;
        min-width: 157px;
    }

    .feedback-client-rightbar {
        float: left;
        margin: 0 -5px;
    }

    .feedback-client-rightbar .feedback-client {
        float: left;
        padding: 0 5px;
    }

    .three-col:nth-child(2n+1) {
        clear: both;
    }

    .feedback-client-rightbar .feedback-client .form-group {
        margin-bottom: 0
    }

    .section-right-side {
        float: right;
    }

    .section-header {
        margin-top: 5px;
    }

    .feedback-client {
        min-width: 190px;
    }

    .file-input {
        position: absolute;
        right: 0;
        top: 0;
    }

    .input-type-file-fild {
        margin-bottom: 0;
        margin-right: 145px;
    }

    .nav-pills.nav-wizard>li {
        font-size: 18px;
    }

    .footer-cheat-section {
        left: inherit;
        right: 15px;
        width: 100%;
    }

    .cheat-history-button {
        top: -51px;
    }

    .cheat-history-button h4 {
        font-size: 24px;
    }

    .cheat-history-button .panel-title>a.comment-head:before {
        font-size: 34px !important;
        line-height: 34px;
    }

    .footer-cheat-top {
        padding: 15px;
    }

    .footer-cheat-section .comments-history-collapse .panel-body {
        padding: 22px;
    }

    .cheat-comment-box {
        display: table;
        width: 100%;
    }

    .cheat-comment-box-left {
        display: table-cell;
        vertical-align: bottom;
    }

    .cheat-comment-box-right {
        display: table-cell;
        width: 205px;
        vertical-align: bottom;
        text-align: right;
        padding-left: 15px;
    }

    .table-detail-area {
        width: 800px;
    }

    .cheat-comment-box-right .btn {
        margin-top: 10px;
    }

    .add-links {
        margin-top: 10px;
    }

    .attachments-yellow .btn-new {
        margin-top: 11px;
    }

    .ffs-invoice-table .form-inline .form-group .form-control {
        max-width: 100%;
    }

    .cheat-comment-box-right .image-upload label.attach-label-chat {
        padding: 12px 5px;
    }

    /*design changes*/
    .export-area {
        text-align: center;
    }
}

/***************************************************************************************
       
       *MEDIA QUERY FOR DEVICE WIDTH MORE THEN 992 STARTS
       
       ***************************************************************************************/

@media screen and (min-width:992px) {

    .nav-pills.nav-wizard>li {
        width: 25%;
    }

    .quote-content strong {
        padding: 0 15px;
    }

    .tactics-wrapper:nth-child(2n+1),
    .further-feedback .further-wrapper:nth-child(2n+1),
    .content-wrapper .tactics-wrapper:nth-child(2n+1) {
        clear: left;
    }

    .tactics-wrapper:nth-child(3n+1),
    .further-feedback .further-wrapper:nth-child(3n+1),
    .content-wrapper .tactics-wrapper:nth-child(3n+1) {
        clear: inherit;
    }

    .input-type-file {
        margin-bottom: 0;
    }

    .uplode-button-last {
        text-align: right;
    }

    .sp-column,
    .sp-column .responsive-table {
        min-height: 188px;
    }

    .compound-dashboard .sp-column,
    .compound-dashboard .sp-column .responsive-table {
        min-height: 0;
    }

    .approved-routes-block {
        min-height: 301px;
    }

    .sp-column.thumbnail-table-cell {
        height: 201px;
    }

    .sp2-column {
        margin-bottom: 10px;
    }

    .sp2-column .responsive-table {
        max-height: 175px;
    }

    .sp2-column.thumbnail-table-cell {
        height: 201px;
    }

    .setup-column {
        min-height: 301px;
    }

    .setup-column .responsive-table {
        max-height: 271px;
    }

    .setup-column .thumbnail-table-cell {
        height: 301px;
    }

    .table-detail-area {
        width: 1000px;
    }

    .attachments-yellow {
        float: right;
        margin-top: 0 !important;
    }
}

/***************************************************************************************
   *MEDIA QUERY FOR DEVICE WIDTH MORE THEN 1024 STARTS
   ***************************************************************************************/
@media screen and (min-width:1024px) {

    .feedback-title {
        font-size: 22px;
        font-size: 300;
        margin-bottom: 15px;
    }

    .exp-btn-edit {
        vertical-align: middle;
        /* padding: 10px 0; */
        margin-left: auto;
    }
}

/***************************************************************************************
       
       *MEDIA QUERY FOR DEVICE WIDTH MORE THEN 1280 STARTS
       
       ***************************************************************************************/
@media screen and (min-width:1200px) {

    .three-col:nth-child(2n+1) {
        clear: none;
    }

    .three-col:nth-child(3n+1) {
        clear: both;
    }

    .feedback-client-rightbar {
        float: right;
    }

    .experimentals-list {
        vertical-align: middle;
        border-bottom: 0;
        padding: 0;
        display: flex;
        align-items: center;
        margin-right: 10px;
    }



    .experimentals-coloumn-main {
        display: table;
        width: 100%;
        margin: 0;
    }

    .experimentals-coloumn {
        vertical-align: middle;
        float: none;
    }

    .experimentals-coloumn:first-child {
        padding-left: 0;
    }

    .experimentals-coloumn:last-child {
        padding-right: 0;
        float: right;
    }

    .experimentals-coloumn.border-left {
        border-left: 1px solid #e1e1e1;
    }

    .experimentals-coloumn-row {
        display: table;
        width: 100%;
        margin: 0;
    }

    .experimentals-col {
        vertical-align: middle;
        float: none;
    }

    .experimentals-col:first-child {
        padding-left: 0;
    }

    .experimentals-col:last-child {
        padding-right: 0;
    }

    .table .analytic-small {
        margin-bottom: 10px;
    }


}

@media screen and (min-width:1280px) {

    .ui-jqgrid tr.jqgrow td {
        padding: 5px;
    }

    .tactics-wrapper:nth-child(2n+1),
    .further-feedback .further-wrapper:nth-child(2n+1),
    .content-wrapper .tactics-wrapper:nth-child(2n+1) {
        clear: inherit;
    }

    .tactics-wrapper:nth-child(3n+1),
    .further-feedback .further-wrapper:nth-child(3n+1),
    .content-wrapper .tactics-wrapper:nth-child(3n+1) {
        clear: inherit;
    }

    .tactics-wrapper:nth-child(4n+1),
    .further-feedback .further-wrapper:nth-child(4n+1),
    .content-wrapper .tactics-wrapper:nth-child(4n+1) {
        clear: left;
    }

    .rating-ave {
        margin-left: 0;
    }

    .custom-form-group label,
    .custom-form-group input {
        margin-bottom: 0
    }
}

.modal-title {
    margin: 0;
    line-height: 1.428571429;
    color: #87a878;
    font-size: 23px;
    font-family: 'Montserrat', sans-serif;
}

.model-text {
    text-align: left;
    color: #87a878;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
    font-size: 14px;
}

.ui-jqgrid tr.jqgrow td {
    padding: 16px 5px;
}

/***************************************************************************************
       
       *MEDIA QUERY FOR DEVICE WIDTH MORE THEN 1280 to 1440 STARTS
       
       ***************************************************************************************/
@media screen and (min-width:1280px) and (max-width:1440px) {

    .login-logo {
        padding: 17px 0 17px 0
    }

    .cloud-logo {
        max-width: 270px;
        display: block;
        margin: 0 auto;
    }

    .cloud-logo img {
        margin: 0 auto;
        max-width: 150px;
    }

    .login-logo a {
        display: contents;
        max-width: 120px;
    }

    .link-password {
        margin-top: 17px;
    }

    .login-box-body,
    .register-box-body {
        padding: 30px 70px 15px 70px;
    }

    .cloud-logo p {
        margin: 14px 0 20px 0;
        font-size: 15px;
    }
}

@media screen and (min-width:1500px) {

    .ui-widget-content .grid-icon {
        font-size: 12px;
        height: 24px;
        line-height: 15px;
        width: 24px;
        font-size: 12px;
    }

    .ui-jqgrid .ui-jqgrid-view {
        font-size: 16px;
    }



    .table .analytic-small {
        margin-bottom: 0;
    }
}

/*radio button style start*/

input[type="radio"] {
    display: none;
}

input[type="radio"]+label {
    color: #292321;
    font-size: 13px;
    line-height: 34px;
}

input[type="radio"]+label span {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: -3px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

input[type="radio"]+label span {
    background-color: #fff;
    border: 1px solid #bdbdbd;
}

input[type="radio"]:checked+label span {
    background-color: #87a878;
}

input[type="radio"]+label span,
input[type="radio"]:checked+label span {
    -webkit-transition: background-color 0.4s linear;
    -o-transition: background-color 0.4s linear;
    -moz-transition: background-color 0.4s linear;
    transition: background-color 0.4s linear;
}

/*radio btn style end*/

.file-up {
    border: 0px !important;
    box-shadow: 0px 0px 0px #cbcbcb inset !important;
    background: none;
}

.file-up-br {
    border: 1px solid;
    padding-bottom: 5px;
    border-radius: 30px;
}

@-moz-document url-prefix() {
    .file-up-br {
        border: 1px solid;
        padding-bottom: 10px;
        border-radius: 30px;
    }
}

/*customcss new for pages start*/

label .inline-lab {
    display: block;
    width: 100%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    transition: background-color 5000s ease-in-out 0s;
}

/* attachment css starts */

.attachments {
    display: block;
    padding: 9px 2px;
    outline: none;
    font-weight: 400;
    text-decoration: none;
    /* background-color: #87a878; */
    color: #fff;
    font-size: 16px;
}

.attachments:before {
    content: "\f105";
    float: right;
    font-family: 'FontAwesome';
    color: #000;
    font-size: 24px;
}

.attachments a {
    color: #808080;
    font-weight: 600;
}

.attachments .btn-new {
    margin-right: 28px;
}

/* attachment css ends */

.body-header {
    position: relative;
    padding: 0px 15px 0 15px;
}

.table-priority-select .feedback-client {
    float: left;
    min-width: 183px;
}

.table-priority-select th .control-label {
    font-weight: normal;
    color: #000;
}

.padd-l-7 {
    padding-left: 7px;
}

.label-b-color {
    font-weight: normal !important;
    color: #000 !important;
}

.padd-l-none {
    padding-left: 0 !important;
}

.padd-r-none {
    padding-right: 0 !important;
}

.input-group-addon {
    padding: 9px 12px;
    padding-left: 0;
}

.text-left {
    text-align: left !important;
}

.cmn-dropdown .select2.select2-container {
    width: 100% !important;
}

#parent {
    height: 500px;
}

.table-details {
    overflow-x: initial !important;
    height: inherit !important;
    width: inherit !important;
}

.bg-gray-hd th {
    border-top: 0 !important;
}

.table-detail-area th {
    font-weight: inherit;
}

.table-detail-area td {
    font-weight: inherit;
}

.loadings {
    position: fixed;
    z-index: 50;
    overflow: hidden;
    margin: 0 auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.8;
    background: #e9e9e9;
    overflow-y: scroll;
    height: 100%;
}

.loadings img {
    top: 45%;
    left: 50%;
    margin-left: -32px;
    position: fixed;
}

.icheckbox-custom .icheckbox_flat-blue {
    margin: 0px !important;
}

@media screen and (min-width:1500px) {

    .dropzone {
        border: 1px dashed #CCC;
        min-height: 227px;
        margin-bottom: 20px;
    }

    .min-stat-block {
        padding: 5px 15px;
        margin-bottom: 30px;
    }

    .breadcrumb {
        padding: 8px 15px;
        padding-left: 0px;
        margin-bottom: 0;
        list-style: none;
        background-color: #ffffff;
        border-radius: 4px;
    }

    .breadcrumb>li+li:before {
        content: "> ";
        padding: 0 5px;
        color: #ccc;
    }

    .breadcrumb>li>a {
        color: #999;
    }

    .breadcrumb>li.active>a {
        color: #87a878;
    }

    .doc-date {
        color: #87a878;
        font-size: 14px;
        padding-left: 12px;
        vertical-align: middle;
        display: inline-block;
        top: 0px;
        position: relative;
    }

    .file-icon {
        font-size: 30px;
    }

    .speech-bubble:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-top: 13px solid transparent;
        border-right: 26px solid #fff;
        border-bottom: 13px solid transparent;
        margin: 3px 0 0 -11px;
    }

    .bubble-text {
        margin-left: 18px;
        vertical-align: middle;
        font-style: italic;
    }

    .read-more {
        position: relative;
        vertical-align: middle;
        right: 6px;
        float: right;
        top: 8px;
    }

    .del-icon {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 22px;
        top: 10px;
    }

    .table-detail-area {
        width: 1100px;
    }

    .table-details .table-detail-area {
        width: 100%;
    }

}

@media screen and (max-width:2000px) {

    .speech-bubble {
        width: 70%;
        height: 30px;
        background: #fff;
        position: absolute;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #fff;
        margin-left: 18px;
    }

    .table-details {
        overflow-x: scroll;
        height: 50%;
        /* Doesnt Work */
        /*height: 300px; /* Works */
        width: 100%
    }

    .bg-gray-hd {
        background: #c9c9c9;
    }

    .bg-gray-hd th {
        color: #000;
        text-align: center;
        border: 2px solid #e1e1e1 !important;
        border-top: 0 !important;
    }

    .bg-dark-hd1 {
        background: rgba(233, 233, 233, 0.77);
    }

    .bg-dark-hd2 {
        background: #f5f5f5;
    }

    .bg-dark-hd2 td {
        /* color: #000;*/
        text-align: center;
        border: 2px solid #e1e1e1 !important;
    }

    .bg-dark-hd2 td.pr-title {
        text-align: left;
    }

    .bg-dark-hd1 td {
        color: #000;
        text-align: center;
        border: 2px solid #e1e1e1 !important;
    }

    .bg-dark-hd1 td.pr-title {
        color: #000;
        text-align: left;
    }

    .bg-dark-hd1 td.oth-fields,
    .bg-dark-hd2 td.oth-fields {
        color: #999;
        width: 127px;
    }

    .bg-white {
        background: #fff;
    }

    th.comp-name {
        float: right;
        line-height: 36px;
        background: #87a878;
        border: 2px solid #fff;
    }

    .proj-title {
        font-weight: 600;
        color: #000;
        text-align: left !important;
    }

    .proj-title-sub {
        font-weight: 500;
        color: #686868 !important;
        text-align: left !important;
    }

    .pr-title-sub {
        color: #000;
        font-weight: 500;
        text-align: left !important;
    }

    .comp-name {
        line-height: 20px;
        /* border: 1px solid #fff; */
        /* height: 56px; */
    }

    .comp-name a {
        font-size: 15px;
        /* line-height: 30px; */
        border: 1px solid #f1f1f1;
        color: #fff;
        padding: 13px;
        font-weight: 100;
        background: #87a878;
        float: right;
        padding: 5px 21px;
    }

    .tags {
        display: block;
    }

    td.data {
        width: 127px;
    }

    th.data {
        width: 127px;
    }
}

@media screen and (max-width:1450px) {
    .stage-process-listing .table-condensed>tbody>tr>td:first-child {
        width: 33%;
    }
}

@media screen and (max-width:1400px) {
    .speech-bubble {
        width: 51%;
    }

    .scheduled-date-plan .datepicker input {
        font-size: 12px;
        padding: 9px;
    }
}

@media screen and (max-width:992px) {

    .table-priority-select input {
        width: 150px !important;
    }

    .table-priority-select .feedback-client {
        min-width: 150px;
    }
}

@media screen and (max-width:768px) {

    .speech-bubble {
        width: 286px;
        height: 30px;
        background: #fff;
        position: absolute;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #fff;
        margin-left: 18px;
    }

    .exp-btn-edit {
        width: 50%;
        display: table-cell;
        vertical-align: middle;
        border-bottom: 1px solid #e1e1e1;
        text-align: right;
    }

    .experimentals-list:last-child {
        text-align: center;
        padding-left: 0;
    }

    .table-priority-select input {
        width: 100px !important;
    }

    .table-priority-select .feedback-client {
        min-width: 100px;
    }

    .table-detail-area {
        width: 800px;
    }

    .stage-process-listing .table-condensed>tbody>tr>td:first-child {
        width: 40%;
    }

    /*Design chnges*/
    .sort-by {
        padding: 0;
    }

    .sort-area {
        margin-top: 15px;
    }
}

@media screen and (max-width:480px) {

    .min-stat-block {
        padding: 5px 0px;
        padding-right: 12px;
    }

    .approvals-listing li a {
        font-size: 16px;
        color: #404040;
        padding: 15px;
        display: block;
        padding: 10px 0px 10px 11px;
        position: relative;
    }

    .doc-date {
        color: #87a878;
        font-size: 12px;
        padding-left: 10px;
    }

    .speech-bubble {
        width: 51%;
    }

    .del-icon {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 12px;
        top: 10px;
    }

    .speech-bubble:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-right: 17px solid #ffffff;
        border-bottom: 1px solid transparent;
        margin: 12px 0 0 -11px;
    }

    .read-more {
        position: relative;
        vertical-align: middle;
        right: 8px;
        float: right;
        top: 9px;
        width: 22px;
    }

    .bubble-text {
        margin-left: 8px;
        font-size: 12px;
    }

    .btn {
        /* font-size: 12px; */
    }

    .comp-name {
        line-height: 14px;
    }

    .comp-name a {
        font-size: 12px;
        /* line-height: 30px; */
        border: 1px solid #f1f1f1;
        color: #fff;
        padding: 13px;
        font-weight: 100;
        background: #87a878;
        float: right;
        padding: 5px 4px;
    }

    .table-priority-select input {
        width: 70px !important;
    }

    .table-priority-select .feedback-client {
        min-width: 70px;
    }

    .hplc-span span {
        padding: 0 5px;
    }

    .hplc-span input {
        width: 57% !important;
    }

    .hplc-span {
        padding-right: 0;
    }

    .stage-process-listing .table-condensed>tbody>tr>td:first-child {
        width: 100%;
    }
}

@media screen and (max-width:320px) {

    .del-icon {
        width: 27px;
        height: 27px;
        right: 14px;
    }

    .trash-icon {
        font-size: 16px;
    }

    .speech-bubble {
        width: 126px;
        margin-left: 9px;
    }

    .bubble-text {
        margin-left: 8px;
        font-size: 10px;
    }

    .read-more {
        position: relative;
        vertical-align: middle;
        right: 4px;
        float: right;
        top: 9px;
        width: 22px;
    }

    .btn {
        /* font-size: 10px; */
    }
}

input[type="radio"],
input[type="checkbox"] {
    margin: 15px 0 0;
}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.datepicker {
    padding-left: 12px;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background: rgba(175, 175, 175, 0.58);
    cursor: no-drop;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow b {
    border-right: 1px solid #555555;
    border-bottom: 1px solid #555555;
    -webkit-appearance: none;
}

a.sample-excel-download {
    vertical-align: bottom;
}

/*ffs invoce css start*/

.ffs-invoice-table {
    width: 100%;
}

.ffs-invoice-table td {
    border: 1px solid #e1e1e1 !important;
}

.ffs-invoice-table th {
    border: 1px solid #e1e1e1 !important;
    text-align: left;
    font-weight: bold;
    color: #000;
}

.ffs-invoice-table td.sub-total {
    border-bottom: 1px solid #f5f5f5 !important;
}

.ffs-invoice-table tr:last-child td.sub-total {
    border-bottom: 1px solid #e1e1e1 !important;
}

.shipment-cost {
    padding: 6px 12px;
}

.shipment-cost-td p {
    display: inline-block;
    float: left;
    width: 100px;
    line-height: 28px;
}

.shipment-cost-td span {
    width: 10px;
    margin: 0 10px;
    float: left;
    text-align: center;
    line-height: 38px;
}

.Chemistry-dropdown .feedback-client,
.Chemistry-dropdown p {
    float: left;
}

.Chemistry-dropdown p {
    margin-right: 10px;
    line-height: 31px;
}




.cheat-history-button .comment-head i {
    display: none;
}

/*ffs invoce css end*/
/*css for IE*/
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

    .cheat-history-button a {
        line-height: 0;
        padding-top: 28px;
    }

    .ui-jqgrid .ui-pg-input,
    .ui-jqgrid .ui-jqgrid-toppager .ui-pg-input {
        height: 17px;
        padding: 0 3px;
    }

    .priority-heading .priority-icon,
    .table .priority-icon {
        margin-left: 17px;
        position: relative;
        top: 0;
    }

    #parent .table-details {
        overflow: hidden !important;
    }

    .attach-label-chat img,
    .image-upload img {
        width: 30px;
        height: 30px;
    }

    /*media all*/

    .image-table-cell img {
        height: auto;
        width: 100%;
    }

    /*media all*/

    .nav-wizard.nav-pills>li:not(:last-child) a::after {
        right: -19px;
    }

    .form-control.input-file {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        border: none !important;
        background: transparent !important;
        text-shadow: none !important;
    }

    .skin-purple .main-header .logo {
        color: #fff !important;
    }

    .add-comment-box .image-upload img {
        display: none;
    }

    .add-comment-box .image-upload .blue-btn-file {
        padding: 23px 20px;
        background-image: url(../images/attach-file.svg);
        background-size: 48px;
        background-repeat: no-repeat;
        background-position-x: 11px;
        background-position-y: 8px;
        text-align: center;
    }

    /*@media screen and (-ms-high-contrast:active), all and (-ms-high-contrast:none)*/

    .attach-label-chat {
        background-image: url(../images/attach-file.svg);
        background-size: 51px;
        background-repeat: no-repeat;
        width: 36px !important;
        position: relative;
        left: 10px;
        top: 6px;
        height: 33px !important;
        background-size: 100%;
        cursor: pointer;
    }

    .attach-label-chat img {
        display: none;
    }

    .cheat-history-button .comment-head i {
        display: block;
        font-size: 32px;
        position: absolute;
        right: 15px;
        top: 13px;
        -webkit-transform: rotate(180deg) !important;
        -moz-transform: rotate(180deg) !important;
        -ms-transform: rotate(180deg) !important;
        -o-transform: rotate(180deg) !important;
        transform: rotate(180deg) !important;
    }

    .comment-head.collapsed i {
        -webkit-transform: rotate(0deg) !important;
        -moz-transform: rotate(0deg) !important;
        -ms-transform: rotate(0deg) !important;
        -o-transform: rotate(0deg) !important;
        transform: rotate(0deg) !important;
    }

    #accordion .panel-title>a.accordion-toggle::before,
    #accordion a[data-toggle="collapse"]::before,
    #accordion .panel-title>a.accordion-toggle.collapsed::before,
    #accordion a.collapsed[data-toggle="collapse"]::before {
        visibility: hidden;
    }
}

@media screen and (min-width:0\0) {
    .cheat-history-button a {
        line-height: 0;
        padding-top: 28px;
    }

    .priority-heading .priority-icon,
    .table .priority-icon {
        margin-left: 17px;
        position: relative;
        top: 0;
    }

    #parent .table-details {
        overflow: hidden !important;
    }

    .image-table img {
        width: 100%;
    }

    .ui-jqgrid .ui-pg-input,
    .ui-jqgrid .ui-jqgrid-toppager .ui-pg-input {
        height: 17px;
        padding: 0 3px;
    }

    .attach-label-chat img,
    .image-upload img {
        width: 30px;
        height: 30px;
    }

    .image-table-cell img {
        height: auto;
        width: 100%;
    }

    /*media all*/
    .nav-wizard.nav-pills>li:not(:last-child) a::after {
        right: -19px;
    }

    .create-client .form-group {
        float: left;
        width: 100%;
    }

    /*media all*/
    .skin-purple .sidebar a {
        color: #b8c7ce !important;
    }

    /*media all*/
    .skin-purple .main-header .navbar .nav>li>a {
        color: #fff !important;
    }

    /*media all*/
    .skin-purple .main-header .logo,
    .skin-purple .main-header .navbar .sidebar-toggle {
        color: #fff !important;
    }

    .skin-purple .main-header .navbar .nav>li>a:hover,
    .skin-purple .main-header .navbar .nav>li:hover {
        background: rgba(0, 0, 0, 0.1) !important;
    }

    .cmn-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b {
        -webkit-transform: rotate(45deg) !important;
        -moz-transform: rotate(45deg) !important;
        -ms-transform: rotate(45deg) !important;
        -o-transform: rotate(45deg) !important;
        transform: rotate(45deg) !important;
    }

    #accordion .panel-title>a.accordion-toggle::before,
    #accordion a[data-toggle="collapse"]::before {
        color: #fff;
        content: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ";
        float: right;
        font-family: "FontAwesome";
        font-size: 15px;
        right: -5px;
        top: -15px;
        position: relative;
    }

    .cheat-history-button .comment-head {
        width: 155px;
        display: inline-block;
    }

    .cheat-history-button .comment-head i {
        display: block;
        font-size: 32px;
        position: absolute;
        right: 15px;
        top: 13px;
        -webkit-transform: rotate(180deg) !important;
        -moz-transform: rotate(180deg) !important;
        -ms-transform: rotate(180deg) !important;
        -o-transform: rotate(180deg) !important;
        transform: rotate(180deg) !important;
    }

    .comment-head.collapsed i {
        -webkit-transform: rotate(0deg) !important;
        -moz-transform: rotate(0deg) !important;
        -ms-transform: rotate(0deg) !important;
        -o-transform: rotate(0deg) !important;
        transform: rotate(0deg) !important;
    }

    #accordion .panel-title>a.accordion-toggle::before,
    #accordion a[data-toggle="collapse"]::before,
    #accordion .panel-title>a.accordion-toggle.collapsed::before,
    #accordion a.collapsed[data-toggle="collapse"]::before {
        visibility: hidden;
    }
}



#in-process .gray-bg {
    padding: 0;
    border: 15px solid #ebebeb;
    background: #ffffff;
}

#in-process .gray-bg h3 {
    background: #ebebeb;
}

.accordion-checkbox .panel-title {
    position: relative;
}

.accordion-checkbox .check-box {
    position: absolute;
    left: 10px;
    top: 2px;
}

.accordion-checkbox .panel-title>a {
    padding-left: 50px;
}

.role-content input {
    margin-right: 5px !important;
}


/* general css */
.btn-wrapper {
    text-align: right;
    margin-top: 20px;
}

.setup-project-tab-content {
    padding: 15px;
}

.setup-project-tab-content .row {
    padding: 0;
}

.currency-wrapper {
    margin-left: -17px;
}

.scientists .check-box label:before {
    left: -23px;
    top: -3px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Montserrat', sans-serif;
}

#business-developement .gray-bg h3 {
    color: #000000;
    font-weight: 400;
    margin-bottom: 0;
    padding-bottom: 13px;
}

.form-group.analysis-wrapper input,
.form-group.nmr-wrapper input {
    border: 0 !important;
    padding: 0px !important;
}

.login-box-body .form-group input {
    padding: 5px 27px !important;
    height: auto !important;
    color: #fff !important;
    font-size: 18px !important;

}

.login-box-body .has-feedback .form-control {
    border-bottom: 1px solid #fff !important;

}

.login-box-body .btn-without-bg {
    border: 2px solid #fff !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
    border-radius: 30px !important;
    border: 2px solid #d3d3d3 !important;
}

.edit-inventory-wrapper .col-sm-3,
.edit-inventory-wrapper .col-lg-10,
.edit-inventory-wrapper .col-sm-9,
.edit-structure-form .col-lg-10,
.edit-structure-form .col-sm-10,
.edit-structure-form .col-sm-3 {
    padding-left: 0px;
}

.edit-inventory-wrapper .col-sm-3 {
    margin-left: -3px;
}

.analysis-type .select2-container .select2-search--inline .select2-search__field {
    margin-top: -12px !important;
}

.select2-container .select2-search--inline {
    float: left;
    padding-left: 5px;
    padding-top: 4px;
}

.form-group.report-reset-btn input,
.adme-compound-name .form-group input,
.form-group .back-confirm-btn input,
.form-group.search-btn input,
.form-group.upload-new-btn input,
.form-group.save-btn input,
.form-group.update-edit-btn input,
.form-group.create-submit-btn input,
.form-group.update-btn input,
.form-group.create-btn input {
    padding: 7px 20px !important;
    height: auto !important;
    border: none !important;
    color: #fff !important;
}

.type-analytics-wrapper .form-group input {
    padding: 0px !important;
    height: auto !important;
    border: none !important;
    color: #000 !important;
}

.adme-edit-compound-name .select2-container--default.select2-container--focus .select2-selection--multiple,
.adme-edit-compound-name .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.adme-edit-compound-name .select2-selection.select2-selection--multiple,
.ADME-Request-wrapper-main-container .cmn-dropdown .select2-selection,
.ADME-Request-wrapper-main-container .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 30px !important;
}

.adme-compound-name .form-group input {
    padding: 0px 0px 8px 0px !important;
    color: #87a878 !important;
    border: none !important;
}

.email-input-wrapper.form-group input,
.form-group.variable-wrapper input,
.compound-input .cmn-dropdown input {
    padding: 0px !important;
    color: #87a878 !important;
    border: none !important;
}

.form-group .form-control.subVariableValue.check-no {
    border: 2px solid #d3d3d3 !important;
    padding-left: 8px !important;
}

.table-priority-select input,
.ffs-invoice-table input {
    padding: 2px 12px !important;
    height: 31px !important;
    box-shadow: none !important;
    border: 2px solid #d3d3d3 !important;
    color: #87a878 !important;
    font-weight: 500;
    font-size: 14px !important;
    outline: none;
    font-family: 'Montserrat', sans-serif;
}

#home textarea.form-control,
textarea {
    margin: 0px;
}

.type-wrapper .select2-container .select2-search--inline .select2-search__field,
.analysis-method-wrapper .select2-container .select2-search--inline .select2-search__field {
    width: 20px !important;
    min-width: 0;
}

.type-wrapper .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.analysis-method-wrapper .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    padding: 0px 10px !important;
}

.analysis-method-wrapper .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    margin: -2px;
}

.logo-lg img {
    vertical-align: 4px;
}

.inner-quote-label {
    float: left;
}

.view-quote-label .d-inline-block {
    margin-top: 5px;
}

.variableAssayWrapperContainer .variable-status,
.variableAssayWrapperContainer .variable-timm-points,
.variableAssayWrapperContainer .status-points,
.create-varible-wrapper .variable-status {
    margin-left: 12px;
}

.create-varible-wrapper label {
    padding-top: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 !important;
    width: 100%;
}

.select2-container--default .select2-selection--multiple {
    padding: 0 10px;
}

.add-more-quantity-wrapper .row {
    padding-left: 0px;
    padding-right: 0px;
}

.total-qty-label {
    padding-top: 7px;
}

.login-box-body.custom-box-body .form-control.custom-box {
    color: #87a878 !important;
    padding: 7px 14px !important;
    font-size: 14px !important;
}

.login-box-body.custom-box-body .form-control.custom-box::placeholder {
    color: #87a878;
}

.login-box-body.custom-box-body .form-group .login-data-save-btn {
    margin-top: 10px !important;
}

.has-client .select2-container--default .select2-selection--single {
    height: 34px;
}

.category-label {
    margin-left: 0px;
    margin-right: -25px;
}

.category-dropdown {
    margin-right: 23px;
}

.collaborator-tab h3 {
    margin-bottom: 0;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    color: #87a878;
    font-weight: 500;
}

.collaborator-tab .top-header {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.scientists-wrapper .btn-wrapper {
    box-shadow: 0px -3px 6px -5px rgba(0, 0, 0, 0.4);
    margin: 0 -15px;
    padding: 15px 15px 4px;
}

.control-wrapper {
    display: flex;
}

.control-wrapper .control-label {
    width: 100px;
    margin-right: 15px;
}

@media all and (max-width:400px) {

    .scientists-wrapper .btn-wrapper a,
    .scientists-wrapper .btn-wrapper button {
        display: block;
        width: 100%;
    }

    .scientists-wrapper .btn-wrapper button {
        margin-bottom: 10px;
    }
}

/* compound dashboard starts */
.compound-completed .control-label {
    white-space: inherit;
}

.compound-dashboard h2 {
    margin-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    color: #87a878;
    font-weight: 500;
}

.compound-dashboard .analytic-columns {
    margin: 0;
    display: flex;
}

.compound-dashboard .scheduled-block {
    display: flex;
}

.compound-dashboard .analytic-column,
.compound-dashboard .scheduled-coloumn {
    padding: 10px;
    margin-bottom: 0;
}

.compound-dashboard .analytic-column h6 {
    text-align: center;
}

.compound-dashboard .form-group .knob-graph input,
.compound-dashboard .form-group .confidence-grgraph input {
    margin-top: -15px !important;
    top: 50%;
    border: 0 !important;
    font-size: 22px !important;
    padding: 0px !important;
}

.compound-dashboard .form-group .confidence-grgraph input {
    margin-top: -5px !important;
}

.graph-greater,
.knob-graph-percentage {
    position: absolute;
    left: -5px;
    bottom: -5px;
    font-size: 11px;
    background: #f1f1f1;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 30px;
    color: #1c1c1c;
}

.knob-graph-percentage {
    left: auto;
    right: -5px;
}

.compound-dashboard-wrapper .content .row {
    padding: 0;
}

.compound-dashboard-wrapper .setup-column {
    padding: 15px;
}

.no-records-text {
    text-align: center;
    padding: 30px;
}

.IPD-row:before,
.IPD-row:after {
    content: '';
    display: table;
}

.IPD-row:after {
    clear: both;
}

.IPD-row {
    border-bottom: 1px solid #e1e1e1;
    padding: 10px;
    display: flex;
    align-items: center;
}

.IPD-row:last-child {
    border-bottom: 0;
}

.IPD-full-block {
    width: 100%;
}

.IPD-row .IPD-left {
    float: left;
    margin-right: 10px;
}

.IPD-row .IPD-right {
    float: right;
    margin-left: auto;
}

.expermentals-row-wrapper {
    display: flex;
    flex-wrap: wrap;
}

@media all and (max-width:991px) {
    .expermentals-row-wrapper {
        display: block;
    }

    .invoice-input,
    .invoice-label {
        float: none !important;
    }

    .invoice-input-payment {
        width: 100% !important;
    }

    .termination-month-label {
        padding-left: 15px;
    }

    .termination-wrapper {
        float: none !important;
    }

    .termination-wrapper {
        padding-left: 0px;
        margin-top: 15px;
    }

    .termination-period-wrapper {
        padding-left: 0px;
    }

    .setup-team-section .setting-tabs a {
        padding: 20px;
    }

    .invoice-input,
    .invoice-label {
        float: none !important;
    }

    .invoice-input-payment {
        width: 100% !important;
    }
}

.experimentals-item-wrapper .exp-btn-edit {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -15px;
    border-bottom: 0;
    width: auto;
}

.experimentals-item-wrapper .exp-btn-edit a {
    display: block;
    background: #f5f5f5;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
}

.experimentals-item-wrapper .exp-btn-edit a i {
    position: relative;
}

.approve-status-note {
    display: flex;
    margin-top: 8px;
}

.upload-new-exp-btn {
    margin-left: auto;
}

.expermentals-row {
    margin-bottom: 20px;
}

.experimentals-item-wrapper {
    border: 1px solid #e1e1e1 !important;
    border-radius: 100px;
    align-items: normal;
    /* background: #f5f5f5; */
}

.experimentals-item {
    padding: 10px 46px;
    position: relative;
}

.experimentals-item .downloade-pdf {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.experimentals-item .doc-icon {
    position: absolute;
    left: 45px;
    top: 5px;
}

.experimentals-item-wrapper .approval-status {
    background: #f5f5f5;
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    width: 36px;
    border-radius: 55px 0 0 55px;
}

.experimentals-item-wrapper .approval-status .blue-text {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -6px;
}

.approve-status-note .approval-status {
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.approve-status-note .approval-status .blue-text {
    white-space: nowrap;
}

.cmp-dash-exp-header {
    display: flex;
    border-bottom: 1px solid #ebebeb;
    margin: 0px -15px 15px;
    padding: 0 15px 15px;
}

@media all and (max-width:991px) {
    .approve-status-note {
        margin-bottom: 15px;
    }

    .cmp-dash-exp-header {
        display: block;
        padding-bottom: 20px;
    }
}

@media all and (max-width:767px) {
    #structureParentDiv .file-inline input {
        width: 300px;
    }

    #refenrenceParentDiv .file-inline input {
        width: 300px;
    }

    .approve-status-note {
        display: block;
    }

    .approve-status-note .approval-status {
        margin-bottom: 10px;
    }

    .route-btn-wrapper .btn {
        display: block;
        max-width: 300px;
        margin: 0 auto;
        float: none !important;
    }

    .email-input-wrapper .select2-container {
        width: 100% !important;
    }

    .tactics-form-wrapper .form-group label {
        min-height: auto !important;
    }
}

.route-btn-wrapper {
    margin-bottom: 15px;
}


.route-approval-page .row,
.es-page .row,
.notification-page .row,
.tactic-page .row {
    padding: 0;
}

.rout-box .accordion-section {
    margin: 0 -15px;
}

.es-panel-wrapper {
    border-bottom: 1px solid #ebebeb;
}

.es-panel-wrapper:last-child {
    border-bottom: 0;
}

.accordion-section li {
    background: none;
    border-bottom: 1px solid #ebebeb;
}

.accordion-section li:last-child {
    border-bottom: 0;
}

.accordion-section a.notification-head {
    background-color: #fafafa !important;

}

.notification-page h2,
.tactic-page h2 {
    margin-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    color: #87a878;
    font-weight: 500;
}

.tnc-cehckbox .control-checkbox,
.yello-bg-title .case.notification_type.flat-blue {
    opacity: 0 !important;
}

/* compound dashboard ends */
.select2-container .select2-selection--single {
    height: 34px;
}

.compound-dashboard .flag {
    padding: 30px;
}

.analysis-wrapper input::placeholder {
    color: #999999 !important;
}

.date-picker-file-upload-wrapper input {
    padding: 2px 12px !important;
    box-shadow: none !important;
    border: 2px solid #d3d3d3 !important;
    color: #87a878 !important;
    font-weight: 500;
    font-size: 14px !important;
    outline: none;
    font-family: 'Montserrat', sans-serif;
    margin-top: 0px !important;
}

.invoice-add {
    float: right;
    margin-top: 15px;
}

.invoice-input,
.invoice-label,
.invoice-input-payment {
    float: left !important;
}

.invoice-label {
    padding-top: 5px;
    padding-right: 11px;
    margin-bottom: 0px;
}

.purchase-datepicker,
.purchase-label {
    padding-top: 8px;
}

.purchase-datepicker {
    float: left;
    padding-top: 0px;
}

.invoice-input-payment {
    width: 30%;
}

.direct-chat-img {
    margin-top: 9px;
}

.chemical-checkbox {
    margin-top: 5px;
}

.adme-email-input .form-group input,
.adme-email-input .select2-container--default .select2-search--inline .select2-search__field {
    padding: 0px !important;
    border: none !important;
}

.assay-master-wrapper-container {
    padding: 20px;
}

.protolink-wrapper {
    vertical-align: -8px;
}

.date-picker-file-upload-wrapper .file-input {
    margin-right: 20px;
    position: relative;
    margin-top: 8px;
}

.chart-section {
    margin-bottom: 17px;
    width: 100%;
}

.purchase-datepicker {
    padding-left: 60px;
}

.add-team-member-wrapper label {
    padding-left: 0px;
}

.timepicker-hour,
.timepicker-minute {
    text-align: center;
    padding: 10px;
    cursor: pointer;
}

.timepicker-hour:hover,
.timepicker-minute:hover {
    padding: 10px;
    background: #eeeeee;
    border-radius: 4px;
    cursor: pointer;

}

.contact-time-picker-wrapper>tbody>tr>td:first-child {
    padding-left: 5px;
}

.contact-time-picker-wrapper .btn-primary:hover {
    background: #87a878;
    color: #fff;
}

.contact-time-picker-wrapper .minute,
.contact-time-picker-wrapper .hour {
    padding: 15px !important;
}

.contact-time-picker-wrapper .minute:hover,
.contact-time-picker-wrapper .hour:hover {
    padding: 10px;
    background: #eeeeee;
    border-radius: 4px;
    cursor: pointer;
}

.contact-time-picker-wrapper td {
    text-align: center;
}

.contact-time-picker input {
    max-width: 100px;
    float: left;
}

.contact-time-picker-to input {
    float: left;
    max-width: 100px;
    margin-left: 12px;
}

.add-member-btn,
.add-address-btn {
    text-align: center;
}

.business-developement .sm-in-addition-section,
.business-developement .cda-section {
    border-bottom: none;
}

.terminate-month-text {
    display: inline-block;
}

.dispatch-weight {
    margin-top: 37px;
}

.country-address-popup .select2.select2-container.select2-container--default {
    width: 100% !important;
}

.country-address-popup label {
    display: block;
}

.dispatch-weight .select2.select2-container.select2-container--default {
    width: 100% !important;
}

.termination-wrapper .control-label {
    padding-top: 0px;
}

.cda-section .btn-wrapper {
    text-align: left;
}

.attachment-link-wrapper input {
    width: 100%;
}

.user-details-wrapper .control-label {
    padding-top: 0px;
    white-space: nowrap;
}

.project-close-btn {
    text-align: center;
}

.address-loader {
    background: none;
}

.add-member-btn {
    margin-bottom: 20px;
    margin-top: 15px;
}

.delivery-address-wrapper {
    border-bottom: 1px solid #eeeeee;
}

.termination-period-wrapper .control-label {
    padding-top: 0px;
}

.date-picker-file-upload-wrapper .file-input {
    margin-right: 20px;
    position: relative;
    margin-top: 8px;
}
.FTEInvoiceDate {
    padding-left:60px !important;
}
.purchase-datepicker {
    padding-left: 54px;
}

.add-team-member-wrapper .fet-file-question-choose-icon {
    position: absolute;
    right: 31px;
    top: 57px;
    cursor: pointer;
    color: #fff;
}

#business-developement .termination-wrapper {
    float: left;
    padding-right: 50px;
}

.termination-peroid-mainbox,
.termination-period-input {
    float: left;
}

.edit-delete-icon {
    position: relative;
}

.edit-delete-icon a {
    position: absolute;
    top: -4px;
    right: 50px;
    cursor: pointer;
}

.add-address-button {
    margin-top: 0px;
}

.delivery-address-wrapper {
    margin-top: 10px;
}

.project-edit-icon {
    position: absolute !important;
    top: -4px !important;
    right: 80px !important;
}

.edit-delete-icon .trash-icon,
.edit-delete-icon .project-edit-icon {
    border: 1px solid;
    border-radius: 100px;
    font-size: 14px;
    height: 23px;
    line-height: 23px;
    width: 23px;
    color: #999999;
    text-align: center;
    display: none;
}

.delivery-address-wrapper:hover .edit-delete-icon a,
.delivery-address-wrapper:hover .edit-delete-icon .trash-icon {
    display: block;
}

.containerChartDiv {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

/* compound dashboard ends */
.containerChartDiv .chartDiv {
    width: 31.3%;
    height: auto;
    /* background: radial-gradient(circle, rgba(238,174,202,0) -21%, rgba(2,3,4,1) 88%); */
    background: #fff !important;
    color: white;
    text-align: center;
    margin: 10px 5px;
    position: relative;
    display: inline-block;
    border: 1px solid #00000030;
}

.containerChartDiv .chartTitle {
    color: #000;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
}

.containerChartDiv .noDataFound {
    position: absolute;
    top: 50%;
    color: #000;
    font-weight: 700;
    left: 50%;
    text-align: center;
    margin-top: -9px;
    margin-left: -52px;
}

.chart-pie-wrapper {
    min-width: 200px;
}

.report-reset-btn {
    margin-top: 20px;
    margin-bottom: 34px;
}

.ct-count-no-wrapper {
    display: inline-block;
    padding-top: 8px;
}

.chart-pie-wrapper select,
.analysis-report-wrapper select {
    opacity: 0 !important;
}

.ct-label {
    float: left;
}

.ct-input {
    float: left;
    width: 100%;
    padding-right: 12px;
}

.ct-count-no-wrapper .select2-container {
    width: 115px !important;
}

.ct-wrapper .fa {
    cursor: pointer;
}

#flip:before,
#flip[data-toggle="collapse"]::before {
    content: "\f107";
    float: right;
    font-family: 'FontAwesome';
    font-size: 30px;
    padding-right: 35px;
}

.login-box-body .form-group input::placeholder {
    color: #fff;
}

#flip.collapsed::before,
#flip.collapsed[data-toggle="collapse"]::before {
    content: "\f106";
}

.table-div-wrapper .slide-down-up,
.table-div-wrapper #reportPage,
.table-div-wrapper #download-pdf {
    display: none;
}

.chartDiv.active:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 24px;
    position: absolute;
    top: 0;
    right: 0;
    background: #87a778;
    padding: 3px 10px;

}

.containerChartDiv .chartDiv.barChart-wrapper {
    width: 90% !important;
}

.tactics-form-wrapper .form-group label {
    min-height: 64px;
}

.setup-project-tab-content .form-group .length-wrapper {
    float: left;
    width: 100%;
}

.setup-project-tab-content .form-group .project-length {
    width: 177px;
    float: left;
    margin-right: 11px;
}

.setup-project-tab-content .select2-container {
    width: 112px !important;
    float: left;
}

.sm-in-addition-section input {
    margin-right: 10px;
}

.project-length .col-lg-6 {
    padding-left: 0px;
}

.estimated-date .control-label {
    white-space: inherit;
}
.chart-loader .ajax-loader{
        opacity: 1;
}

.password-wrapper .control-label {
    text-align: left;
    white-space: inherit;
}

.structure-doc-wrap {
    float: left;
    padding-top: 7px;
}

.chart-loader .ajax-loader {
    opacity: 1;
}

.inner-submenu span {
    padding-left: 40px;

}

.main-header {
    background-image: url(../images/header-bg.jpg);
}

.inner-submenu a:hover {
    color: #fff !important;
}

.inner-submenu a {
    color: #d0cece !important;
}

.inventory-img{
    background-image: url(../images/link-broken.png);
     background-repeat: no-repeat;
     background-size: cover;
     width: 100px;
     height: 100px; 
     max-width: 100%;
     margin: 0 auto;
 }
 .inventory-msg p{
    font-size: 20px;
    color: #87a878;
    margin-top: 22px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
    max-width: 396px;
    line-height: 27px;
    text-align: center;
    margin: 40px auto;
 }
 .inventory-page{
     text-align: center;
 }
 .inventory-button a{
     background-color: #87a878;
     color: #fff;
     padding:10px 30px;
     font-size: 16px;
     font-weight: 500;
     transition: 0.5s;
 }
 .user-panel input{
         display:none;
     }
 .inventory-button a:hover{
 background: #668356;
 }
 .page-inventory{
     margin-top: 150px;
 }
 .inventory-main-wrapper .content-header{
     background: #fff !important;
 }

.skin-purple .sidebar-menu>li>a {
    border-left: 0px;
}

.view-chemical-wrapper {
    padding-left: 4px;
}
.view-chemical-wrapper .control-label{
    padding-top:0px;
}

.user-panel .profile-image {
    height: 25px;
    width: 25px;
}

.user-panel {
    padding: 8px;
}
.user-panel .pull-left.info {
    padding: 4px 11px;
}

.user-panel .pull-left.info p {
    margin: 0;
}

.user-panel .profile-image img {
    max-width: 25px;
    object-fit: cover;
    border-radius: 50%;
    height: 25px;
    width: 25px;
}

.inventory-table .multiRequest {
    vertical-align: -3px;
    margin-top: 0px !important;
    margin-right: 5px !important;
}

#update-chemical .control-label, #create-chemical .control-label {
    white-space: normal;
    text-transform: capitalize;
}
#create-chemical .control-label ::placeholder{
    text-transform: capitalize;
}
.inventory-table + .ui-common-table{
    opacity: 0;
} 
.inventory-table .ui-jqgrid, .chemical-order .ui-jqgrid, .low-inventory .ui-jqgrid, .show-request .ui-jqgrid, .compound-table .ui-jqgrid, .chemical-order-wrapper .ui-jqgrid, .productivity-table .ui-jqgrid{
    opacity: 0;
} 


/* link barcode css */
.barcode-table table {
    border: 1px solid #e1e1e1;
    border-collapse: collapse;
    width: 100%;
    padding: 15px;
  }
  .barcode-table th, .barcode-table td {
      border: 1px solid #e1e1e1;
      border-collapse: collapse;
      padding: 15px;
    }
  .barcode-table th{
    background: #ededed;
    color: #000000;
    font-weight: 500;
    border-radius: 0;
    font-size: 15px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
  }
  .barcode-table td{
    color: #999999;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    text-align: center;
  }
  .barcode-table tr{
    border: 1px solid #e1e1e1;
    background: #f5f5f5;
  }
  .barcode-table tr:hover{
      background: #fff;
  }
  .barcode-table input{
    border: 1px solid #e1e1e1;
    box-shadow: none;  
    outline: none;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;

  }
  .link-btn{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 18px;
  }
  .link-btn button{
    background: #87a878;
    color: #ffffff;
    padding: 7px 37px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    border: none;
    font-family: 'Montserrat', sans-serif;
    outline: none;
    position: relative;
  }
  .link-btn button:hover {
    background: #668356;
}
.error-text{
    color: #f00;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.success-text{
    color: #87a878;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}
#link-barcode .close{
    font-size: 30px;
    outline: none;
}
.chartdiv-close-icon i{
        float: right;
    padding-right: 7px;
    font-size: 19px;
}
.ui-jqgrid .ui-jqgrid-labels .ui-th-column #jqgh_list_act.ui-jqgrid-sortable {
    cursor: default;
}
.link-barcode-wrapper .grid-icon i{
    padding-top: 3px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 margin: 0;
 -moz-appearance: textfield;
}
.compound-input select{
    position: absolute;
    left:-999px;
    opacity: 0;
}
.compound-inner-input{
    border-radius: 30px !important;
    border: 2px solid #d3d3d3 !important;
    min-height: 42px;
}
.compound-inner-input .select2-container--default.select2-container--focus .select2-selection--multiple, .compound-inner-input .select2-container--default .select2-selection--multiple{
    border: 0px !important;
}
@media screen and (max-width: 767px){
    .barcode-table table thead {
        display: none;
    }
    .barcode-table tr td {
        display: block;
        float: right;
        text-align: right;
        width: 100%;
    }
    .barcode-table table td[data-label]:before {
        content: attr(data-label) ": ";
        float: left;
    }
    .barcode-table tr{
        border: none;
        margin-bottom: 25px;
        display: table;
    }
    .barcode-table table{
        border: 0;
    }
    .digital-reading-wrapper.form-popup.chemical-form-popup{
        margin-top: -351px !important;
        width: 285px !important;
        margin-left: -141px !important;
    }
    .digital-reading-wrapper .digital-reading-title h2{
        font-size: 20px !important;
        margin-bottom: 15px !important;
    }
    .digital-reading-wrapper .form-close-btn{
        margin-right: 12px;
        margin-top: 3px;
    }
    .reading-table.reading-link-table tbody{
        display: contents;
    }
}
/* digital reading css */
.digital-reading-wrapper .digital-reading-title h2{
    font-size: 26px;
    margin: 10px 0;
    line-height: 38px;
    font-weight: 400;
    color: #87a878;
    margin-bottom: 30px;
}
.digital-reading-wrapper{
    width: 667px !important;
    margin-left: -321px !important;
    margin-top: -150px !important;
}
.reading-link-wrapper a{
    display: block;
    word-break: break-all;
}
.reading-doc-icon img, .reading-pdf-icon img{
    width:30px;
    display: block;
}
.reading-doc-icon a, .reading-pdf-icon a{
    display: inline-block;
}
.reading-link-wrapper, .reading-doc-icon, .reading-pdf-icon{
    margin-bottom: 35px;
}
.link-icon-wrapper table{
    border-collapse: collapse;
    border:1px solid #ededed;
}
.reading-table{
    overflow: scroll;
}
.link-icon-wrapper td{
    border: 1px solid grey;
    padding:15px;
}
.reading-doc-table, .reading-pdf-table{
    text-align: center;
}
.reading-link-table table{
    width: 100%;
}
.digital-title{
    color: #87a878;
    font-size: 14px;
    font-weight: 500;
    cursor: default;
    padding-top: 5px;
    width: 100px;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
}
.link-icon-wrapper h3{
    font-weight: 500;
    color: #1c1c1c;
    font-size: 16px;
}
.link-icon-wrapper{
    height: 400px;
    overflow: scroll;
}
.form-group.role-content label, #permission-tree .jstree-anchor{
    text-transform: capitalize;
}
.create-compound-wrapper .form-horizontal .form-group{
padding-left: 0px;
}
#spectra .accordion-checkbox .check-box {
    position: absolute;
    left: 16px;
    top: 10px;
}
#spectra label{
    padding-right: 10px;
}
#spectra input{
    margin-right: 10px;
}
#in-process .timeline-horizontal{
    margin-bottom: 70px;
}
#create-abbreviation .text-editor{
    margin-top: 0px;
}
@media all and (max-width:350px) {
     .btn-group:nth-child(3){
        margin-top: 20px;
    }
    .team-management-btn-wrapper .pull-right{
        margin-bottom: 0px !important;
    }
}
.slide-down-up{
    cursor:pointer;
}

@media (min-width: 768px) {
    .add-address-popup{
      width: 600px;
      margin: 70px auto; 
    }
}

.supplier-form-wrapper .supp-form-wrapper .chemical-list{
    height:245px;
}

.chemical-detail-popup .chemical-list-popup {
    margin-top: -300px;
}

.status-checkbox input[type="checkbox"]:checked+label:before {
    background-position: -22px -2px;
    background-color: transparent;
}

.status-checkbox label:before {
    display: block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(../images/input-bg_3.png) -0.5px 0px no-repeat;
    position: absolute;
    left: 3px;
    top: 0;
    content: "";
    border-radius:50%;
}
.data-sketch{
    min-height:130px;
}
.data-sketch-error{
    min-height:210px;
}

.toast-message p{
    color:#ffffff;
}
.error-image{
    min-height: 190px;
}

.route-no-img-found{
    margin-top: 15px;
    width: 70px !important;
    margin-bottom:0px !important;
}

.create-new-experiment-eln-box .feedback-client .form-group .exp-id{
    background-color: #d1d1d1;
}

.tox .tox-dialog-wrap__backdrop{
    background: rgba(0,0,0,0.5) !important;
}

.checkbox-label-wrapper {
    display: inline-flex;
    align-items: center;
    margin-bottom: 8px;
    gap: 6px;
    line-height: normal;
}

.checkbox-label-wrapper input {
    margin-right: 0 !important;
}

.checkbox-label-wrapper label {
    margin-bottom: 0;
}

.checkbox-label-wrapper label a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.cmn-dropdown.fix-alignment .select2-selection.select2-selection--multiple {
    min-height: unset !important;
}

.cmn-dropdown.fix-alignment .select2-search.select2-search--inline {
    padding: 0;
}

.cmn-dropdown.fix-alignment .select2-search.select2-search--inline .select2-search__field{
    position: static;
    min-height: 38px;
    padding: 0px !important;
    border: none !important;
    margin-left: 0 !important;
}

.cmn-dropdown.fix-alignment .comment-close-btn {
    position: absolute;
    top: 50%;
    right: 32px;
    transform: translateY(-50%);
    font-size: 24px;
    margin: 0;
}

.table-consitent-alignment tbody tr td {
    height: 51px;
    padding-block: 4px !important;
}

.text-left {
    text-align: left !important;
}

#checklistModal .modal-body {
    max-height: 70vh;
    overflow: auto;
    padding-bottom: 0;
}

.checklist-form .panel-heading {
    position: sticky;
    top: -0px;
}

.checklist-form .checklist-section:not(:first-of-type) {
    margin-top: 16px !important;
}

.checklist-form .checklist-section .question-block {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 16px;
    background-color: #fafafa;
    transition: box-shadow 0.3s ease;
}

.checklist-form .checklist-section .question-block:not(:first-of-type) {
    margin-top: 16px;
}

.checklist-form .checklist-section .question-block:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.checklist-form .checklist-section .question-text {
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 16px;
    color: #333;
}

.checklist-form .checklist-section .options-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.checklist-form .checklist-section .option-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 15px;
    color: #444;
    margin-bottom: 0;
}

.checklist-form .checklist-section .option-item input[type="checkbox"],
.checklist-form .checklist-section .option-item input[type="radio"] {
    display: inline-block;
    cursor: pointer;
    margin: 0 8px 0 0;
}

.checklist-form .checklist-section .text-input-group {
    margin-top: 8px;
    margin-bottom: 12px;
}

.checklist-form .checklist-section .text-input {
    width: 100%;
    padding: 8px 10px;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.checklist-form .checklist-section .sub-question-container {
    margin-top: 12px;
}

.checklist-form .checklist-section-title {
    margin-block: 0;
    border-radius: 4px;
}

.checklist-form .checklist-section-title a {
    background-color: #87a878;
    color: #fff;
    padding: 8px 16px;
    display: block;
    position: relative;
}

.checklist-form .checklist-section-title a:before {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  transform: rotate(-90deg);
  transition: all 0.3s ease;
}

.checklist-form .checklist-section-title a[aria-expanded="true"]:before {
  transform: rotate(0deg);
}

.checklist-form .checklist-accordion {
    overflow: auto;
    max-height: 60vh;
}

.checklist-form .checklist-empty-msg {
    color: #777;
    margin-bottom: 0;
}

.checklist-form .checklist-confirm-section {
    margin-top: 16px;
    padding-block: 16px;
    border-top: 1px solid #ddd;
}

.checklist-form .checklist-confirm-label {
    font-size: 15px;
    color: #333;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
    cursor: pointer;
}

.checklist-form .checklist-confirm-label input[type="checkbox"] {
    cursor: pointer;
    margin: 0;
}