body
{
    font-family: 'Poppins', sans-serif;
    padding-top: 65px;
    font-size: 12px !important;
}

table{
    font-size: 12px !important;
    font-family: 'Poppins', sans-serif !important;
}

table tr td{
    font-size: 12px !important;
    font-family: 'Poppins', sans-serif !important;
}

select
{
    font-size: 12px !important;
    padding: 7px;
    border-radius: 4px;
    border: 1px solid #BDBDBD;
    box-shadow: 0 0 5px #E0E0E0;
    font-family: 'Poppins', sans-serif;/*!important;*/
    background: #FFFFFF;
}

input{
    font-size: 12px !important;
    font-family: 'Poppins', sans-serif !important;
}

textarea{
    font-size: 12px !important;
    font-family: 'Poppins', sans-serif !important;
}

a{
    font-size: 12px !important;
    font-family: 'Poppins', sans-serif !important;
}

pre
{
    font-family: monospace,monospace;
}

.loginLogo{
    margin-top: 50px;
    margin-bottom: 15px;
    text-align: center;
}

.customTable
{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    /*font-size: 1.2em;*/
    margin-bottom: 0;
}

.customTableHead th{
    position: sticky;
    top: 50px;
}

.customTableDark
{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    /*font-size: 1.2em;*/
    margin-bottom: 0;
}

.customTableNoHover
{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    /*font-size: 1.2em;*/
    margin-bottom: 0;
}


.customFilterTable
{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    /*font-size: 1.2em;*/
    margin-bottom: 0;
}

.customTable tr:hover
{
    color: #515151;
    /*background-color: rgba(219, 219, 219, 0.3) !important;*/
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    transition: all 0.2s;
}

.customTable tr:hover td.customTableHeading
{
    background: #FFFFFF;
}

.customTable tr:hover td.customTableData2
{
    background: #FFFFFF;
}

.customTableIcons
{
    color: #2196F3;
    cursor: pointer;
}

.customTableErrorIcons
{
    color: #F44336;
}

.customTable tr.odd
{
    background: #f9f9f9;
}

.customTable tr td
{
    /*font-size: 1.2em;*/
}

.customTableHeading
{
    padding: 8px;
    color: #212121;
    border-bottom: 2px solid #BDBDBD;
    font-weight: bold;
}

.customTableHeadingDark
{
    background: linear-gradient(#424242, #212121);
    color: #FFFFFF;
    padding: 7px 5px;
    border: 1px solid #212121;
    font-weight: bold;
    text-shadow: 0 1px 1px #000000;
}

.customTableHeadingDark > select{
    color: #212121;
    box-shadow: 0 0 5px #212121;
    border: 1px solid #212121;
}

.customTableSubHeading
{
    background: #F5F5F5;
    color: #212121;
    padding: 8px;
    border: 1px solid #DDDDDD;
    font-weight: bold;
    text-shadow: 0 1px 1px #FFFFFF;
}

.customTableSubHeadingMandatory
{
    background: #ffebee;
    border: 1px solid #ffcdd2;
    border-bottom: 2px solid #ffcdd2;
}

.customTableSubHeadingDark
{
    background: linear-gradient(#9E9E9E, #616161);
    color: #FFFFFF;
    padding: 7px 5px;
    border: 1px solid #616161;
    font-weight: bold;
    text-shadow: 0 1px 1px #424242;
}

.customTableSubHeading2
{
    background: #FAFAFA;
    color: #212121;
    padding: 8px;
    border: 1px solid #DDDDDD;
    font-weight: bold;
    text-shadow: 0 1px 1px #FFFFFF;
}

.customTableData
{
    padding: 8px;
    border: 1px solid #DDDDDD;
}

.customTableDataClean
{
    padding: 8px 0 8px 0;
    border: 1px solid #FFFFFF;
}

.customTableDataNoBorder
{
    padding: 8px;
    border: none;
}

.customTableDataDark
{
    padding: 8px;
    border: 1px solid #616161;
    text-align: left;
    vertical-align: top;
}

.customTableData2
{
    padding: 8px;
    border: 1px solid #EEEEEE;
}

.customTableDataHighlightInfo
{
    background: #B3E5FC;
    border: 1px solid #81D4FA;
}

.customTableDataHighlightWarning
{
    background: #FFF176;
    border: 1px solid #FFD54F;
}
.customTableDataHighlightSuccess
{
    background: #9ae493fb;
    border: 1px solid #9ae493fb;
}
.customTableFilterData
{
    padding: 8px;
}

.customTableDataToday
{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 3px solid #616161;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    padding: 5px;
    margin: 0 auto;
    font-weight: bold;
}

.customTableDataFuturePast
{
    color: #757575;
    /*font-size: 11px;*/
    padding: 5px;
    margin: 0 auto;
    font-weight: bold;
}

.customTableDataAgeAnalysisData
{
    color: #757575;
    /*font-size: 11px;*/
    padding: 5px;
}

.fit{
    width:1%;
    white-space:nowrap;
}

.filterLabelHeading
{
    text-align: center;
    font-weight: bold;
    background: linear-gradient(#EEEEEE, #E0E0E0);
    padding: 7px;
    border: 1px solid #BDBDBD;
}

.filterLabel
{
    font-weight: bold;
}

.customTableDataButton
{
    padding: 7px 0 0 0;
}

.items
{

}

.bold
{
    font-weight: bold;
}

.left
{
    text-align: left;
}

.center
{
    text-align: center;
}

.italic{
    font-style: italic;
}

.right
{
    text-align: right;
}

ul.navigation
{
    list-style: none;
    z-index: 2;
    padding: 0;
    /*10px 10px 0 10px;*/
    margin: 0;
    white-space: nowrap;
    clear: both;
    /*font-size: 0;*/
}

ul.navigation li
{
    float: left;
}

ul.navigation li.dropdown {
    float: left;
}

ul.navigation li a
{
    text-decoration: none;
    color: #757575;
    display: block;
    padding: 15px 15px;
    text-shadow: 0 1px 1px #ffffff;
    text-transform: uppercase;
}

ul.navigation li a:hover
{
    background: #EEEEEE;
    transition: background 0.3s;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

ul.navigation li a.selected
{
    background: #E0E0E0;
    text-shadow: 0 1px 1px #FFFFFF;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #000000;
}

li.dropdown div.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    border: 1px solid rgba(0,0,0,0.15);
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    border-radius: 0 0 4px 4px;
    z-index: 3;
}

li.dropdown div.dropdown-content a {
    text-transform: none;
    padding: 10px;
    text-decoration: none;
    display: block;
    text-align: left;
}

ul.navigation li.dropdown:hover a.dropbtn {
    background: #EEEEEE;
    transition: background 0.3s;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

ul.navigation li.dropdown:hover .dropdown-content {
    display: block;
}

.mainPage
{
    background: #FFFFFF;
    box-shadow: 0 1px 1px rgba(0,0,0,0.08);
    margin-bottom: 20px;
}

.menusNav
{
    /* background: #F8F8F8; */
    border-bottom: 1px solid #E0E0E0;
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
    clear: both;
    position: relative;
}

.menusNavArrows
{
    position: absolute;
    top: 0;
    z-index: 20;
    background: #E0E0E0;
    padding: 15px 15px;
    color: #757575;
}

.menusNavLeft
{
    left: 0;
    display: none;
    box-shadow: 5px 0 5px #9E9E9E;
}

.menusNavRight
{
    right: 0;
    box-shadow: -5px 0 5px #9E9E9E;
}

.pageContents
{
    padding: 10px 0;
    /*overflow: hidden;*/
}

div.flashedContainer
{
    margin: 0 0 15px 0;
}

div.flash-success
{
    background: #424242;
    text-shadow: 0 1px 1px #000000;
    padding: 0;
    border-left: 10px solid #8bc34a;
    margin: 0;
    border-radius: 4px;
    color: #9ccc65;
}

div.flash-icon
{
    float: left;
    text-align: center;
    /*color: #FFFFFF;*/
    padding: 17px;
}

div.flash-message
{
    margin-left: 30px;
    padding: 17px;
}

.flash-icon-success
{
    color: #8bc34a;
    text-shadow: 0 1px 1px #000000;
}

div.flash-error
{
    /* background: #FFEBEE;
    text-shadow: 0 1px 1px #FFFFFF;
    padding: 0;
    border: 1px solid #ffcdd2;
    margin: 0;
    border-radius: 4px;
    color: #E53935; */
    background: #424242;
    text-shadow: 0 1px 1px #000000;
    padding: 0;
    border-left: 10px solid #f44336;
    margin: 0;
    border-radius: 4px;
    color: #ef5350;
}

.flash-icon-error
{
    color: #f44336;
    text-shadow: 0 1px 1px #000000;
}

div.flash-warning
{
    /* background: #FFF3E0;
    text-shadow: 0 1px 1px #FFFFFF;
    padding: 0;
    border: 1px solid #ffe0b2;
    margin: 0;
    border-radius: 4px;
    color: #FB8C00; */
    background: #424242;
    text-shadow: 0 1px 1px #000000;
    padding: 0;
    border-left: 10px solid #ff9800;
    margin: 0;
    border-radius: 4px;
    color: #ffa726;
}

.flash-icon-warning
{
    color: #ff9800;
    text-shadow: 0 1px 1px #000000;
}

div.flash-info
{
    background: #424242;
    text-shadow: 0 1px 1px #000000;
    padding: 0;
    border-left: 10px solid #2196f3;
    margin: 0;
    border-radius: 4px;
    color: #42a5f5;
}

.flash-icon-info
{
    color: #2196f3;
    text-shadow: 0 1px 1px #000000;
}

div.form .errorSummary
{
	/* border: 1px solid #ffcdd2;
	border-radius: 4px;
	padding: 7px 7px 12px 7px;
	margin: 0 0 20px 0;
	background: #FEE; */
    background: #424242;
    text-shadow: 0 1px 1px #000000;
    border-left: 10px solid #f44336;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    color: #ef5350;
}

div.form .errorMessage
{
	color: red;
	/*font-size: 0.9em;*/
}

div.form .errorSummary p
{
	margin: 0;
	padding: 5px;
}

div.form .errorSummary ul
{
	margin: 0;
	padding: 0 0 0 20px;
}

div.flash-drop
{
    /* border: 0; */
    border-radius: 0;
}

/* input[type="text"]
{
    padding: 7px;
    border-radius: 4px;
    border: 1px solid #BDBDBD;
    box-shadow: 0 0 5px #E0E0E0;
}

input[type="number"]
{
    padding: 7px;
    border-radius: 4px;
    border: 1px solid #BDBDBD;
    box-shadow: 0 0 5px #E0E0E0;
}

input[type="text"]:focus
{
} */

.chartContainer
{
    border-radius: 4px;
    border: 1px solid #EEEEEE;
    margin-bottom: 10px;
}

.formError
{
    color: #C62828;
    background: #FFEBEE;
    padding: 7px;
    border-radius: 4px;
    margin-top: 5px;
}

.formErrorUnits
{
    color: #FFFFFF;
    background: #C62828;
    padding: 2px 5px;
    border-radius: 4px 0 0 0;
    /*font-size: 10px;*/
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    right: 0;
}

.operations_nav
{
    margin: 0 0 15px 0;
}

.operations_nav ul li
{
    display: inline-block;
}

.operations_nav > ul > li > a
{
    margin-right: 3px;
}

.requiredCredit
{
    color: #FF0000;
}

.mapIcons
{
    display: inline-block;
    /*font-size: 1.2em;*/
    padding: 10px 10px;
    box-shadow: 4px 0 4px -3px rgba(189,189,189,1);
}

.mapIconsLast
{
    display: inline-block;
    /*font-size: 1.2em;*/
    padding: 10px 10px;
}

.grid-view .pager
{
    margin: 0;
    text-align: right;
    /*font-size: 1.2em;*/
}

.pager li>a, .pager li>span
{
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
}

.pager li>a:focus, .pager li>a:hover
{
    text-decoration: none;
    background-color: #eee;
    color: #424242;
}

ul.yiiPager .selected a {
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.galleryPicContainer
{
    padding: 5px;
    background: #FFFFFF;
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    /*font-size: 1.2em;*/
    text-align: center;
}

.galleryPicAnchor
{
    display: inline-block;
    border: 2px solid #FFFFFF;
    border-radius: 3px;
    transition: border 0.3s;
}

.galleryPicAnchor:hover
{
    border: 2px solid #2196F3;
}

.galleryPic
{
    width: 10rem;
    border-radius: 3px;
}

/* #17/06/2016 by Papin */
.table_action .fa
{
   cursor: pointer;
   margin-right: 10px;
   /*font-size: 15px;*/
}

.delivery_tracking{
    padding: 10px;
}

.delivery_tracking table{
    border: 1px solid #000;
}

/*.delivery_tracking table tbody td{*/
    /*background: #FFF;*/
/*}*/

.delivery_tracking .shipment_orders_close{
    margin-top: 10px;
}

/* End #17/06/2016 */

.iconPackContainer
{
    z-index: 1001;
    position: fixed;
    right:0;
    bottom: 0;
    padding: 10px;
    cursor: pointer;
}

.supportContainer
{
    z-index: 1001;
    position: fixed;
    right:0;
    bottom: 0;
    margin: 0 5px 5px 0;
    cursor: pointer;
}

#iconDialog
{
    display: none;
}

.iconPackDialog
{
    position: fixed !important;
    top: 55px !important;
}

.widtherInput{
    width: 100%;
}

/* 25 July 2016 */
#float_left_50{
    float: left;
    width: 45%;
    min-height: 100px;
    margin: 1%; padding: 15px;
    border: 1px solid #ddd;
}
#float_left_50 select, #float_left_50 .btn{
    width:80%;
}

#float_right_50{
    float: right;
    width: 40%;
    min-height: 100px;
    margin: 2%;
}

/* 02 August 2016 */
#float_left_70{
    float: left;
    width: 60%;
    min-height: 100px;
    margin: 1%; padding: 15px;
    border: 1px solid #ddd;
}
#float_left_70 select, #float_left_50 .btn{
    width:80%;
}
#float_right_30{
    float: right;
    width: 30%;
    min-height: 100px;
    margin: 2%;
}
.text-green{
    color: #4CAF50;
}
.text-red{
    color: #B71C1C;
}
/* 08 Aug 2016 */
#wizard {width: 98%; height: 40px; border-bottom: 1px solid #ddd; margin:0 1%;}
#step {
    line-height: 38px; position: relative;
    border-right: 0px solid #ddd; border-radius: 0px 0% 0% 0px; float: left;
    text-align: left; font-weight: 500; color:#ddd; margin-right: 5px;
}
#step.s3{border:0;}
#wizard .fa{
    margin-left: 3px;
}
#wizardPage .btn{
    min-width: 100px;
}

.smallLogo
{
    position: absolute;
    top: 0;
    display: none;
}

#reportsLoader
{
    display: none;
    margin: 50px;
    text-align: center;
}

.reportsLoaderText
{
    padding-top: 15px;
    color: #9E9E9E;
}

.loader
{
    display: none;
    text-align: center;
    padding: 15px;
}

.bodyLoaderContainer
{
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
}

.bodyLoaderContainerDark
{
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}

.bodyLoader
{
    position: absolute;
    z-index: 10001;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bodyLoaderSpinner
{
    padding: 10px;
    /*background: #FFFFFF;*/
    border-radius: 5px;
    /*box-shadow: 0 0 10px #9E9E9E;*/
    text-align: center;
}

.bodyLoaderSpinnerDark
{
    padding: 10px;
    /*background: #FFFFFF;*/
    border-radius: 5px;
    /*box-shadow: 0 0 10px #9E9E9E;*/
    text-align: center;
    color: #efefef;
}

.bodyLoaderText
{
    padding: 10px 0 0 0;
}

.bodyLoaderProgressBar{
    height: 10px;
    border: 1px solid #1976d2;
    width: 350px;
    border-radius: 3px;
}

.bodyLoaderProgressBarPercentage{
    height: 8px;
    background-image: linear-gradient(#2196f3, #1976d2);
}

.bodyLoaderProgressBarPercentageText{

}

.iconBtn
{
    margin: 10px 0;
    padding: 7px 10px;
    color: #FFFFFF;
    border-radius: 4px;
    background-color: #337ab7;
    border-color: #2e6da4;
    display: inline-block;
    cursor: pointer;
}

.iconBtn:hover
{
    background-color: #286090;
    border-color: #204d74;
}

#preSalesNewOrdersInfoBox
{
    position: fixed;
    text-align: center;
    width: 100%;
    top: 50px;
    left: 0;
    background: #ffffff;
    color: #2196f3;
    display: none;
    border-bottom: 1px solid #eeeeee;
    /* padding: 0 150px; */
    box-shadow: #EFEFEF 0 5px 5px;
}

.preSalesNewOrdersHeading
{
    display: none;
}

.preSalesNewOrdersSubBox{
    color: #9E9E9E;
}

.preSalesNewOrdersSubBoxError
{
    color: #f44336;
}

.preSalesNewOrdersSubBoxSuccess
{
    color: #8bc34a;
}

.text
{
    color: #9E9E9E;
    /*font-size: 1.2em;*/
}

.textError
{
    color: #f44336;
}

.textSuccess
{
    color: #8bc34a;
}

.customBadge
{
    margin: 0 auto;
    font-weight: bold;
    color: #9E9E9E;
    /*font-size: 1.2em;*/
}

.customBadgeError
{
    color: #f44336;
}

.customBadgeSuccess
{
    color: #8bc34a;
}

.cicLeft
{
    position: fixed;
    width: 20%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.cicCenter
{
    position: fixed;
    left: 20%;
    width: 55%;
    height: 100%;
    overflow: hidden;
}

.cicRight
{
    position: fixed;
    width: 25%;
    right: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

#toolsWindow
{
    min-height: 250px;
}

#toolsWindowResponse
{
    display: none;
}

#toolsWindowLoader
{
    display: none;
}

#languagesLoader
{
    text-align: center;
    display: none;
    padding-top: 10px;
}

#languagesContent
{
    display: none;
    padding-top: 10px;
}

.treeItemContainer{
    background: #FFFFFF;
    /*padding: 10px 0;*/
}

.treeItem1{
    padding: 5px;
    cursor: pointer;
    background: #EEEEEE;
    border-bottom: 1px solid #E0E0E0;
    font-weight: bold;
}
.treeItem1:hover{
    background: #E0E0E0;
    transition: background 0.25s;
}

.treeItem2{
    /*display: none;*/
    padding: 5px 5px 5px 10px;
    cursor: pointer;
    background: #F5F5F5;
    border-bottom: 1px solid #EEEEEE;
}
.treeItem2:hover{
    background: #EEEEEE;
    transition: background 0.25s;
}

.treeItem3{
    display: none;
    /*padding: 5px 5px 5px 50px;*/
    padding: 5px;
}

.treeItem3 > ul{
    margin: 0;
    padding: 0 0 0 16px;
}

.clockContainer{
    background: #DDDDDD;
    display: inline-block;
    border-radius: 3px;
    padding: 4px;
    /*color: #ffffff;*/
    /*text-shadow: none;*/
    font-weight: normal;
}

.dashboardToggle
{
    cursor: pointer;
}

.callSectionsTable
{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    /*font-size: 1.2em;*/
    margin-bottom: 0;
}

.callSectionsHeading
{
    width: 33%;
    padding: 3px;
    background: #F5F5F5;
}

.callSectionsData
{
    padding: 3px;
}

.resultBox{
    z-index: 500;
    position: absolute;
    top: 34px;
    left: 0;
    width: 100%;
    max-height: 280px;
    overflow-y: auto;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    /*display: none;*/
}

.resultItem{
    padding: 7px;
    background: rgba(238,238,238, 0.9);
    color: #337ab7;
    cursor: pointer;
    border-bottom: 1px solid #E0E0E0;
}

.resultItem:hover{
    color: #286090;
    background: rgba(255,255,255, 1);
    transition: background 0.3s;
    border-left: 3px solid #286090;
}

.csDisplaying{
    /*font-size: 1.2em;*/
    font-style: italic;
    margin-bottom: 5px;
}

.csShowPerPage{
    padding: 0;
    min-width: 50px;
    border: 0;
    box-shadow: none;
}

.csPagerContainer{
    float: right;
    margin-top: 10px;
    /*font-size: 1.2em;*/
}

ul.csPager{
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul > li.csPage{
    float: left;
    margin-left: -1px;
    border: 1px solid #DDDDDD;
}

ul > li.csSelected{
    cursor: default;
    color: #FFFFFF;
    background-color: #337ab7;
    border-color: #2e6da4;
    padding: 5px 14px;
}

.csPage > a{
    padding: 5px 14px;
    display: inline-block;
    color: #515151;
}

.csPage > a:hover{
    background: #EEEEEE;
}

.wizardStepContainer
{
    margin-top: 10px;
    text-align: center;
}

.wizardStep
{
    width: 30px;
    height: 30px;
    display: inline-block;
    color: #BDBDBD;
    line-height: 30px;
    background: #EEEEEE;
    border-radius: 50px;
    margin: 0 15px 0 15px;
}

.wizardStepComplete
{
    color: #ffffff;
    background: #7CB342;
}

.wizardStepActive
{
    color: #ffffff;
    background: #2196F3;
}

.wizardDivide
{
    display: inline-block;
    color: #BDBDBD;
    margin: 0 15px 0 15px;
}

.wizardContentContainer
{
    margin-top: 15px;
}

.ui-autocomplete-loading {
    background: white url("../images/ui-anim_basic_16x16.gif") center center no-repeat;
}

.ui-autocomplete{
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.bigNumber{
    color: #03A9F4;
}

.input-icon {
  position: relative;
}

.input-icon > i {
  position: absolute;
  display: block;
  transform: translate(0, -50%);
  top: 50%;
  pointer-events: none;
  width: 25px;
  text-align: center;
  font-style: normal;
}

.input-icon > input {
  padding-left: 25px;
  padding-right: 0;
}

#diag {
    font-family: 'Poppins', sans-serif;
}

.gpsTrackingContainer{
    width: 100%;
    box-sizing: border-box;
}

.gpsTrackingBlock25{
    float: left;
    width: 25%;
    box-sizing: border-box;
}

.gpsTrackingBlockSmall{
    float: left;
    width: 14.28%;
    box-sizing: border-box;
}

.gpsTrackingBlockContent{
    margin: 0 0 5px 5px;
    background: #ffffff;
    padding: 15px;
    border: 1px solid #E0E0E0;
    border-top: 4px solid #BDBDBD;
}

.gpsTrackingBlockContentFirst{
    margin: 0 0 5px 0;
    background: #ffffff;
    padding: 15px;
    border: 1px solid #E0E0E0;
    border-top: 4px solid #BDBDBD;
}

.gpsTrackingBlockBlue{
    border: 1px solid #90CAF9;
    border-top: 4px solid #2196F3;
}

.gpsTrackingCircle{
    margin: 0 auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 45px;
}

.gpsTrackingCircleBlue{
    border: 3px solid #2196F3;
}

.gpsTrackingBlockGreen{
    border: 1px solid #A5D6A7;
    border-top: 4px solid #4CAF50;
}

.gpsTrackingCircleGreen{
    border: 3px solid #4CAF50;
}

.gpsTrackingBlockOrange{
    border: 1px solid #FFCC80;
    border-top: 4px solid #FF9800;
}

.gpsTrackingCircleOrange{
    border: 3px solid #FF9800;
}

.gpsTrackingBlockRed{
    border: 1px solid #EF9A9A;
    border-top: 4px solid #F44336;
}

.gpsTrackingCircleRed{
    border: 3px solid #F44336;
}

.gpsTrackingBlockTitle{
    /*font-size: 18px;*/
    margin-bottom: 15px;
}

.gpsTrackingBlockInfo{
    color: #9E9E9E;
    /*font-size: 1.2em;*/
}

.dateInfinityBtn{
    float:right;
    position:relative;
    height:32px;
    margin-top:-39px !important;
    width:10%;
    color:white;
    /*font-size:18px;*/
    background-color:#0995f3;
    border: 0;
    border-radius: 0 4px 4px 0;
}

.productBrandEmployeeChecked{
    border-left: 5px solid rgb(0, 169, 157);
    background-color: rgb(106, 221, 213);
}

.hide{
    display: none;
}

.highlightLinked{
    background: #ffecb3;
}

.highlightLinked > td.customTableData{
    border: 1px solid #ffd54f;
}

.highlightNonOriginal{
    background: #424242;
}

.highlightNonOriginal > td.customTableData{
    border: 1px solid #212121;
    color: #f5f5f5;
}

input[type="number"].inputError{
    border: 1px solid #f44336;
}

select.inputError{
    border: 1px solid #a94442;
}

.submitDeliveryHide{
    display: none;
}

input[type="time"].timePicker{
    color: #000000;
    font-size: 10px !important;
    /* padding: 1px; */
    box-shadow: none;
    /* width: 50px; */
    text-align: center;
}

.inputReadOnly{
    cursor: not-allowed;
    background: #DDDDDD;
}

.passwordEyeIcon{
    position: absolute;
    top: 29px;
    right: 160px;
    cursor: pointer;
}
.gPasswordBtn{
    float:right;
    position:relative;
    height:32px;
    margin-top:-37px;
    width:150px;
    color:#FFFFFF;
    background-color:#0070BB;
    border: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.rangeToBtn{
    float:right;
    position:relative;
    height:34px;
    margin-top:-34px;
    width:10%;
    color:#FFFFFF;
    background-color:#0070BB;
    border: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}.infinityDateBtn{
    float:right;
    position:relative;
    height:34px;
    margin-top:-34px;
    width:10%;
    color:#FFFFFF;
    background-color:#0070BB;
    border: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.checkoutBanner {
    text-align:center;
    color: #FFFFFF;
    background: linear-gradient(#9E9E9E, #616161);
    padding: 5px;
    text-shadow: 0 1px 1px #000000;
    border-radius: 4px;
}

.checkoutBannerBlue {
    text-align:center;
    padding: 10px 5px;
    border-bottom: 1px solid #eeeeee;
}

.regionContainer{
    background-color: #f5f5f5;
    margin-bottom: 10px;
    text-align: left;
    padding: 10px 10px 10px 28px;
    border-bottom: 1px solid #eeeeee;
}

.systemStatusContainer{
    /* background: radial-gradient(#424242, #242424); */
    border-radius: 5px;
    padding: 0 10px 10px 10px;
    /* color: #f8f8f8; */
}

.systemStatusHeader{
    color: #424242;
    text-shadow: none;
    text-align: center;
}

.fontSize10{
    font-size: 10px;
}

.fontSize11{
    font-size: 11px;
}

@font-face {
    font-family: barcodeFont;
    src: url(../fonts/IDAutomationHC39M_Code_39_Barcode.ttf);
}

.barcode{
    font-family: barcodeFont;
}

.bogofStepsContainer{
    width: 100%;
    margin: 0 auto;
}

.bogofStep{
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #BBBBBB;
    border-radius: 50%;
    line-height: 50px;
    font-weight: bold;
    border: 2px solid #FFFFFF;
    box-shadow: 0 0 5px #616161;
}

.bogofStepSpacer{
    display: inline-block;
    padding: 0 100px 0 100px;
    background: #DDDDDD;
    height: 1px;
    line-height: 0;
}

.bogofStep-active{
    background: #2196f3;
    color: #FFFFFF;
}

.bogofStep-complete{
    background: #4caf50;
    color: #FFFFFF;
}

.bogofStep-complete > a{
    color: #FFFFFF;
}
.bogofStepsContainer{
    width: 100%;
    margin: 0 auto;
}

.peivStep{
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #BBBBBB;
    border-radius: 50%;
    line-height: 50px;
    font-weight: bold;
    border: 2px solid #FFFFFF;
    box-shadow: 0 0 5px #616161;
}

.peivStepSpacer{
    display: inline-block;
    padding: 0 100px 0 100px;
    background: #DDDDDD;
    height: 1px;
    line-height: 0;
}

.peivStep-active{
    background: #2196f3;
    color: #FFFFFF;
}

.peivStep-complete{
    background: #4caf50;
    color: #FFFFFF;
}

.peivStep-complete > a{
    color: #FFFFFF;
}

input[readonly] {
    background: #eee;
    /* pointer-events: none; */
    touch-action: none;
}
textarea[readonly] {
    background: #eee;
    pointer-events: none;
    touch-action: none;
}
select[readonly] {
    background: #eee;
    pointer-events: none;
    touch-action: none;
    box-shadow: none;
}

#callCycleStep2Part2{
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;     
}

#web_and_data_permissions_content, #mobile_permissions_content, #report_permissions_content{
    display: none;
}

#web_and_data_permissions_header{
    font-weight: bold;
    padding: 10px;
    background-color: #cceea0;
    border-left: 10px solid #8ac53e;
    border-radius: 4px;
    cursor: pointer;
}

#web_and_data_permissions_header:hover{
    background-color: #8ac53e;
}

#mobile_permissions_header{
    font-weight: bold;
    padding: 10px;
    background-color: #63b5cf;
    border-left: 10px solid #30829c;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 15px;
}

#mobile_permissions_header:hover{
    background-color: #30829c;
}
#report_permissions_header{
    font-weight: bold;
    padding: 10px;
    background-color: #dbe2e3;
    border-left: 10px solid #c2c9cb;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 15px;
}

#report_permissions_header:hover{
    background-color: #c2c9cb;
}

.form-control-inline{
    display: inline-block;
    width: auto;
}

.form-select-inline{
    display: inline-block;
    width: auto;
}

.block {
    padding: 5px;
    border-bottom: 1px solid #E0E0E0;
}

.blockFirst {
    background: #424242;
    color: #FFFFFF;
}

.select2-container--default .select2-results>.select2-results__options{
    max-height: 500px !important;
}