﻿@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,600,700,700italic|Droid+Serif:700);

/*@font-face {
    font-family: OpenSans-Regular;
    src: url(/fonts/OpenSans-Regular.ttf);
}*/

body {
    padding-top: 0px;
    padding-bottom: 20px;
    background-color: #E0E8F0;
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica,Arial, sans-serif;
    font: 15px/1.5 'Source Sans Pro', sans-serif;
    /*font-family: OpenSans-Regular !important;
    font-family: 'OpenSans-Regular', sans-serif !important;*/
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}

html, body {
    height: 100%;
    margin: 0;
}

a {
    color: #333333;
    cursor: pointer;
}

a:hover, a:focus {
    color: #333333;
    text-decoration: underline;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

input,
select,
textarea {
    max-width: 280px; 
    border:1px solid #cccccc;
    float: left;
}

.select-content {
    padding-left: 5px;
    text-indent: 6px; /* safari fix for padding-left*/
    width: 150px;
    height: 30px;
    line-height: 25px; /* safari fix for height*/
    float: right;
    cursor: auto;
}

.input-content {
    padding-left: 5px;
    text-indent: 6px; /* safari fix for padding-left*/
    height:30px;
    line-height: 25px; /* safari fix*/
}

.input-content-middle { 
    height:30px;
    line-height: 25px; /* safari fix*/
} 

/* Site master */

.float-left-100 {
    float: left;
    width: 100%;
}

padt0 {
    padding-top: 0;
}
.padt5 {
    padding-top: 5px;
}
.padt10 {
    padding-top: 10px;
}
.padt15 {
    padding-top: 15px;
}
.padt25 {
    padding-top: 25px;
}
.padt30 {
    padding-top: 30px;
}
.padt40 {
    padding-top: 40px;
}

.padb0 {
    padding-bottom: 0;
}
.padb5 {
    padding-bottom: 5px;
}
.padb10 {
    padding-bottom: 10px;
}
.padb15 {
    padding-bottom:15px;
}
.padb25 {
    padding-bottom: 25px;
}
.padb30 {
    padding-bottom: 30px;
}
.padb40 {
    padding-bottom: 40px; 
} 

.clear-float {
    clear: both;
}
.right {
    float: right;
}
.boldtxt {
    font-weight:bold;
}
#topmenu {
    float: right;
    width: 100%;
    /*text-align: right;*/
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
}

#mainadmin {
    box-shadow: inset 0px 10px 6px -10px rgba(0,0,0,0.75);
    float: left;
    width: 100%;
}

#searchbarmain {  
    float:left;
    width:100%;
}

.alinkbasket {
    border: 1px solid #cccccc;
    background-color: #ffffff;
    width: 125px;
    height: 40px;
} 

#companyname { 
    float:left; 
    width: 0%;
}

#lblCompanyName {
    font-size:26px;
    font-weight:bold;
    white-space: nowrap;
}

#master { 
    float:left;
    text-align:left;
    width: auto;
    padding-left: 240px;
}

#searchbar { 
    float:left;
    text-align:center;
    width: 60%; 
    visibility: hidden; /* deactivate */ 
}

#topbasket { 
     float:right;
     /*width: 10%;*/
     text-align: center;
}

.pagemenuclass {
    float: left;
    width: 100%;
    text-align: left;
    background-color: #EDF1F2;
    color: #ffffff;
    min-height: 44px;
    height: 44px;
    box-shadow: none !important;
    transition: all .2s ease-in;
    /*border-bottom: 3px solid rgb(218, 226, 228);*/
}

#maincontent {
    float: left;
    width: 100%;
    text-align: left;
    background-color: #E0E8F0;
}

#footer { 
    float:left;
    width:100%;
    text-align:left;
} 

.parentfp {
    display: table;  
    width: 100%; 
    height:100%;
}
.childfp {
    display: table-cell;
    vertical-align: middle;
} 

/* Top menu */
#topmenu ul li a {
    color: #FFFFFF;
}

.li-list {
    float: right;
    font-size: 15px; 
}
.li-inline-menu { 
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.li-list.li-inline-menu > li {
    padding-right: 20px;
    padding-left: 0px; 
    font-size: 15px; 
}

.li-inline-menu > li {
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block; 
}

.li-inline-menu > li:first-child {
    padding-left: 0;
}
.li-list.li-inline-menu > li:last-child {
    padding-right: 0px;
}
/* Top menu */

#pagemenu-items a {
    color: #ffffff !important;
    padding: 0 10px;
}

#pagemenu-items > a:first-child {
    padding-left: 0;
}
#pagemenu-items > a:last-child {
    padding-right: 0px; 
}

.isselected {
    font-weight: bold;
}
#pagemenu-items-bottom > li {
    padding: 0px; 
    list-style: none; 
}

#container {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 960px;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

.downbtn { 
    border-radius: 3px;
    cursor: pointer;
    display: block;
    float: left;
    height: 36px;
    margin-left: 10px;
    overflow: hidden; 
    position: absolute;
    top: 1px;
    right: 12px;
}

.dd-list {
    display: none;
    background-color: #FFFFFF;
    border: 1px solid #d3d3d3;
    overflow: auto;
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
    position: absolute;
    margin: 0;
    padding: 0;
    top: 34px;
    z-index: 999;
    width: 100%;
    max-height: 250px;
}

.dd-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    outline: none;
    padding: 10px 0;
    width: 100%;
}

.dd-list ul li {
    clear: both;
    cursor: pointer;
    font-size: 1em;
    list-style: none;
    padding-left: 10px;
    margin: 0;
    line-height: 1.9em;
}

.row-form .input {
    float: left;
    position: relative;     
}

.dd-default {
    height: 35px;
    padding-left: 5px;
    text-indent: 6px;
    width: 230px;
}

.fa-1-8x {
    font-size: 1.5em !important;
}

.downbtnGoSearch {
    border-radius: 3px;
    cursor: pointer;
    display: block;
    float: left;
    height: 36px;
    position: absolute;
    margin-left: -30px;
    overflow: hidden;    
    top: 3px;
}

.input-content.smallinput
{
    width: 115px;  
    outline: none;
}

.input.smallinput
{    
    width: 168px !important;
    padding-left: 10px;
    font-size: 16px;
     float: left;
}
  
.lblSmallinput
{
    padding: 4px 0 0 0;
    float: left;
    font-size: 16px;
    display: none;
}  

/* BCM - Buttons, Header, Search*/

label {
    font-size: 15px; 
    font-weight: normal; 
}
.pageheader {
    float: left; 
    width: 100%;
    margin-top: 5px;   
}
.pageheader h4 {
    font-size: 26px;
    color: #032139;
    font: 26px/1.5 'Source Sans Pro', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}

.pageheader h4.padb0
{
    margin-bottom:0;
}

.pagetitle {
    font-size: 26px !important;
    margin-bottom: 0;
    height: 0px;
    color: #032139;
}

.center-side-form {
    padding-top: 3px;
}

.searchbar {
    width: 248px;
}

.searchinputsymbol {
    padding-top: 6px !important;
    padding-left: 10px !important;
}

.input.lblErrMsg.searchinput {
    float: none;
    display: block;
    line-height: 20px;
    height: 20px;
    padding: 3px 0 0px 37px;
}

.input.lblErrMsg {
    float: none;
    display: block;
    line-height: 20px;
    height: 20px;
    padding: 3px 0 0px 150px;
}

.input.lblErrMsg label {
    font-size: 0.8em !important;
    color: red;
}

.pagechanged {
    color: #999999;
    font-size: 12px !important;
    margin: 0;
    padding: 0;
    visibility: hidden;
}

.hr-separate {
    border-top: 3px solid #dae2e4;
    margin: 10px 0;
}
 
.pageheaderinner {
    float: left;
    width: 100%;
    margin-top: 5px;
}
.pageheaderinner h4.inner {
    margin-left: 0px;
    float: left;
    margin-bottom: 25px;
    font-size: 26px;
    color: #032139;
    margin-top: 0;
}

/* Button blue and grey */

.bcm-btn {
    height: 38px !important;
    width: 135px;
    min-width: 12%;
    padding: 5px 15px;
    margin: 0 10px 0 0;
    outline: 0;
    -moz-outline-style: none;
    border: 1px solid #afafaf !important;
    box-shadow: none !important;
    transition: all .2s ease-in !important;
    opacity: 1;
    color: #333333;
    font: 15px/1.5 'Source Sans Pro', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    background-color: #f6f6f6;
}
.bcm-btn:hover {
    background-color: #fefefe !important;
    transition: all .2s ease-in !important;
}

    .bcm-btn.blue {
        background-color: #349FF4;       
        border-color: #0474cc !important;
        text-shadow: none !important;
        color: #ffffff;
    }
.bcm-btn.blue:hover {
    background-color: #85c5f8 !important;
    transition: all .2s ease-in !important;
}

.bcm-btn-pressed {
    border: 1px solid #349ff4 !important;
    color: #349ff4;
}

.btn-txt-medium-s {
    width: 100% !important;
    max-width: 150px;
}

.btn-txt-medium-m {
    width: 100% !important;
    max-width: 160px;
}

.btn-txt-medium-l {
    width: 100% !important;
    max-width: 170px;
}

.btn-txt-max {
    width: 100% !important;
    max-width: 185px;
}
.btn-txt-max-s {
    width: 100% !important;
    max-width: 190px;
}
.btn-txt-max-m {
    width: 100% !important;
    max-width: 195px;
}
.btn-txt-max-l {
    width: 100% !important;
    max-width: 200px;
}
.btn-txt-max-lm {
    width: 100% !important;
    max-width: 230px;
}
.btn-txt-max-xl {
    width: 100% !important;
    max-width: 260px;
}
.btn-txt-max-xxl {
    width: 100% !important;
    max-width: 270px;
}
.btn-txt-max-xxxl {
    width: 100% !important;
    max-width: 300px;
}

/* Button blue and grey */

/* BCM - Common grid, header setup, right pos content ------------------------------------------------------------------ */

.row-form.padt0 {
    padding-top: 0px;
}

.HeaderSection {
    height: 35px;
    background-color: #ffffff;
    color: #999999;
    padding-top: 5px;
    border-bottom: 1px solid #cccccc;
    font-weight: normal;
    font-size: 14px;
}
.SortColumnSelected {
    color: #333333;
}
.SortIcon {
    float: left;
    padding: 0 0 0 5px;
}

.Hidden {
    visibility:hidden;
}

.list-items {
    width: 100%;
    float: left;
    padding-bottom: 20px;
}
.list-items.padb0 {
    padding-bottom: 0px;
}

.row-item {
    width: 100%;
    float: left;
    cursor: default;
    background-color: #ffffff;
    color: black;
    border-bottom: 1px solid #cccccc;
    padding: 8px 0;    
} 

.row-item:hover {
    background-color: #f7f7f7; /* #ecf4fa; #eaeaea; */ 
}

.row-item.hightlight {
    background-color: #ececec;
}

.row-item.first {
    border-bottom: 1px solid #cccccc;
}

.row-item.last {
    border-bottom: 1px solid #cccccc;
}

.rowitem {
    font-size: 14px;
    float: left;
    line-height: 16px;
    padding-top: 6px;
}

.rotate-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.alinkmove {
    float: left;
    width: 50px;
    padding-top: 5px;
    text-align: center;
    color: #777777;
}
.alinkedit {
    float: left;
    width: 50px;
    padding-top: 5px;
    text-align: center;
    z-index: 2;
    display: block;
    cursor: pointer; 
    color: #777777 !important;
}

.alinkrefresh {
    float: left;
    width: 50px;
    padding-top: 5px;
    text-align: center;
    z-index: 2;
    display: block;
    cursor: pointer;
    color: #777777;
}

.alinkbroadcast {
    float: left;
    width: 50px;
    padding-top: 5px;
    text-align: center;
    z-index: 2;
    display: block;
    cursor: pointer;
    color: #777777;
}

.alinkdelete {
    float: left;
    width: 50px;
    padding-top: 5px;
    text-align: center;
    color: #777777;
}

.alinkreset {
    color: #777777;
}

/* space between list icons move, edit, delete and last btn margin for small grid, medium grid */ 
.smallwidth {
    width: 30px;
    padding-top: 3px;
}
.mediumwidth {
    width: 40px;
    padding-top: 3px;
}
.largewidth {
    width: 50px;
    padding-top: 3px;
}
.right {
    float:right;
}
.last-btn-smallmargin {
    margin-right: 5px;
}
.last-btn-mediummargin {
    margin-right: 15px;
}

/* (Label and Icon) btn */
.countlabelicon {
    float: left;
    width: 74px;
    text-align: right;
    cursor: pointer;
}
.countlabel {
    padding-right: 10px;
    text-align: right;
    width: 50px;
    color: #032139;
    margin-bottom: 0;
    cursor: pointer;
}
.counticon {
    font-size: 16px;
    float: right;
    color: #777777;
    cursor: pointer;
} 
.iconhover:hover {
    color: #349ff4;
    cursor: pointer;
}
/* Label + Icon btn */

/* Mobile label general for list */
.mHideLabel {
    float: left;
    display: none;
}

/* Mobile label specif for list */
.mDate, .mCount, .mStatus, .mType {
    float: left;
    display: none;
}

#optioncontainer0, #optioncontainer1, #optioncontainer2, #optioncontainer3, #optioncontainer4 {
    float: left;
    width: 100%;
}

#optioncontainer0 {
    padding-bottom: 5px;
}

/* right pos content */
.colexp-container {
    float: left;
    width: 100%;
}
/* right pos content */
#r-conainter1 {
    padding-top: 4px;
}
.alinksettingcontrols:hover{
    text-decoration:none;
}
.h4style {
    color: #032139;
    font-size: 15px; 
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 15px;
}
.alinksettingcontrols.top .h4style {
    margin-top: 5px !important;
}


.fa.fa-1x {
    padding-top: 8px;
}

.fa-2x {
    font-size: 1.6em;
}
.fa.fa-angle-double-up.fa-2x.setting {
    color: #2196F3;
    padding-top: 0px;
    text-shadow: 0 0 #0086b3;
    transition: all .2s ease-in;
    cursor: pointer;
    float: left;
    padding-right: 10px;
}
/* right pos content */


.lblErrStyle {
    padding-top: 0;
    float: left;
    width: 20px;
    padding-left: 15px;
    margin: 0;
} 

.fas.fa-filter {
    font-size: 20px;
    color: #777777;
}

.fas.fa-filter.pressed {  
    color: red;
}

.fas.fa-filter.standard {
    color: #777777;
}

.divErrLbl.whereleftbuttons {
    float: unset;
}

#divForMenusMain {
    width: 1142px;
    text-align: left;
    padding: 7px 15px 0 0;
}

#divForLogoMain {
    display: block;
    padding: 17px 0 0 14px;
}

#divForLogoMaintabletview {
    display: block;
    padding: 17px 0 0 14px;
}

#mainadminchilddetail {
    background-color: none;
}

.childfp.inMenusMain {
    padding: 13px 0 0 15px;
    float: left;
}

#topmenutabletview ul li a {
    color: #FFFFFF;
}

#topmenutabletview {
    display: none;
    height: 64px;
}

#ulForMenustabletview li {
    padding-left: 0;
}

#topmenu {
    display: block;
}

/* Responsive: */
@media (max-width: 1142px) {
    #divForMenusMain {
        width: 75%;
    }

    #mainadmin {
        height: 100vh;
    }

    body {
        background-color: #FFFFFF;
    }
}

@media (max-width: 1024px) {
    #topmenu {
        display: none;
    }

    #topmenutabletview {
        display: block;
        height: 120px;
    }

    #divForMenusMaintabletview {
        width: 100%;
    }    

    #divForLogoMaintabletview {
        padding: 19px 0 0 14px;
    }

    .childfp.inMenusMain {
        padding: 13px 0 0 15px;
        float: none;
    }

    #bcmnametabletview {
        float: none;
    }

    #ulForMenustabletview {
        padding-left: 5px;
    }    
}

@media (max-width: 768px) {
    
    #divForMenusMaintabletview {
        width: 100%;
        float: none;
    }
}