body
{
    font-family: 'Roboto', sans-serif;
}

pre:first-child
{
    margin-top: 135px;
}

.customTable
{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    margin-bottom: 0;
}

.customTableDark
{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    margin-bottom: 0;
}

.customTableNoHover
{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    margin-bottom: 0;
}


.customFilterTable
{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    margin-bottom: 0;
}

.customTable tr:hover
{
    color: #515151;
    background-color: rgba(219, 219, 219, 0.3) !important;
}

.customTable tr:hover td.customTableHeading
{
    background: #FFFFFF;
}

.customTable tr:hover td.customTableData2
{
    background: #FFFFFF;
}

.customTableIcons
{
    color: #066094;
    cursor: pointer;
}

.customTableErrorIcons
{
    color: #F44336;
}

.customTable tr.odd
{
    background: #f9f9f9;
}

.customTable tr td
{
    font-size: 12px;
}

.customTableHeading
{
    /*background: #EEEEEE;*/
    padding: 7px;
    font-size: 13px;
    color: #212121;
    border-bottom: 1px solid #424242;
    font-weight: bold;
}

.customTableSubHeading
{
    background: linear-gradient(#0c7ec0, #066094);
    color: #FFFFFF;
    padding: 7px;
    border: 1px solid #06537f;
    font-weight: bold;
    text-shadow: 0 1px 1px #0D47A1;
}

.customTableSubHeadingDark
{
    background: linear-gradient(#212121, #212121);
    color: #FFFFFF;
    padding: 7px;
    border: 1px solid #424242;
    font-weight: bold;
    text-shadow: 0 1px 1px #000000;
}

.customTableSubHeading2
{
    background: linear-gradient(#b38f55, #98753c);
    color: #FFFFFF;
    padding: 5px 7px;
    border: 1px solid #816332;
    /*font-weight: bold;*/
    text-shadow: 0 1px 1px #816332;
}

.customTableData
{
    padding: 7px;
    border: 1px solid #EEEEEE;
}

.customTableDataGreen
{
    padding: 7px;
    border: 1px solid #C8E6C9;
    background: #E8F5E9;
}

.customTableDataRed
{
    padding: 7px;
    border: 1px solid #FFCDD2;
    background: #FFEBEE;
}

.customTableDataDark
{
    padding: 7px;
    border: 1px solid #616161;
    text-align: left;
}

.customTableData2
{
    padding: 5px 7px;
    border: 1px solid #EEEEEE;
}

.customTableFilterData
{
    padding: 7px;
}

.customTableDataToday
{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 3px solid #0c7ec0;
    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;
}

.filterLabelHeading
{
    text-align: center;
    font-weight: bold;
    background: linear-gradient(#EEEEEE, #E0E0E0);
    padding: 7px;
    border: 1px solid #BDBDBD;
    /*border-right: 1px solid #E0E0E0;*/
}

.filterLabel
{
    font-weight: bold;
}

.customTableDataButton
{
    padding: 7px 0 0 0;
}

.items
{

}

.bold
{
    font-weight: bold;
}

.italic{
    font-style: italic;
}

.left
{
    text-align: left;
}

.center
{
    text-align: center;
}

.right
{
    text-align: right;
}

ul.navigation
{
    list-style: none;
    z-index: 2;
    padding: 0;
    /*10px 10px 0 10px;*/
    margin: 0;
    white-space: nowrap;
    font-size: 0;
}

ul.navigation li
{
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

ul.navigation li a
{
    text-decoration: none;
    color: #FFFFFF;
    display: block;
    padding: 15px 15px;
    /*border-top-left-radius: 4px;*/
    /*border-top-right-radius: 4px;*/
    text-shadow: 0 1px 1px #281E72;
    text-transform: uppercase;
}

ul.navigation li a:hover
{
    background: #0d87ce;
    transition: background 0.3s;
}

ul.navigation li a.selected
{
    color: #281E72;
    background: #FFFFFF;
    /*border-top: 1px solid #009688;*/
    /*border-left: 1px solid #009688;*/
    /*border-right: 1px solid #009688;*/
    text-shadow: none;
}

.mainPage
{
    background: #FFFFFF;
    /*width: 150%;*/
    /*box-shadow: 0 2px 5px #BDBDBD;*/
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    border-radius: 4px;
    margin-bottom: 20px;
}

.menusNav
{
    background: linear-gradient(#0c7ec0, #066094);
    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: linear-gradient(#0c7ec0, #066094);
    padding: 15px 15px;
    color: #242424;
}

.menusNavArrows:hover
{
    color: #FFFFFF;
}

.menusNavLeft
{
    left: 0;
    display: none;
    box-shadow: 5px 0 5px #06537f;
}

.menusNavRight
{
    right: 0;
    box-shadow: -5px 0 5px #06537f;
}

.pageContents
{
    padding: 10px;
    /* overflow: auto; */
}

div.flashedContainer
{
    margin: 0 0 10px 0;
}

div.flash-success
{
    background: #FFFFFF;
    padding: 0;
    border: 1px solid #43A047;
    margin: 0;
    box-shadow: 0 2px 5px #E0E0E0;
    color: #2E7D32;
    border-radius: 4px;
}

div.flash-icon
{
    float: left;
    width: 48px;
    text-align: center;
    color: #FFFFFF;
    padding: 15px 10px;
}

div.flash-message
{
    margin-left: 55px;
    padding: 15px 10px;
}

.flash-icon-success
{
    background: linear-gradient(#4CAF50, #43A047);
    text-shadow: 0 1px 1px #1B5E20;
}

div.flash-error
{
    background: #FFFFFF;
    padding: 0;
    border: 1px solid #E53935;
    margin: 0;
    box-shadow: 0 2px 5px #E0E0E0;
    color: #C62828;
    border-radius: 4px;
}

.flash-icon-error
{
    background: linear-gradient(#F44336, #E53935);
    text-shadow: 0 1px 1px #B71C1C;
}

div.flash-warning
{
    background: #FFFFFF;
    padding: 0;
    border: 1px solid #FB8C00;
    margin: 0;
    box-shadow: 0 2px 5px #E0E0E0;
    color: #EF6C00;
    border-radius: 4px;
}

.flash-icon-warning
{
    background: linear-gradient(#FF9800, #FB8C00);
    text-shadow: 0 1px 1px #E65100;
}

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;
}

select
{
    padding: 7px;
    border-radius: 4px;
    border: 1px solid #BDBDBD;
    box-shadow: 0 0 5px #E0E0E0;
}

input[type="text"]:focus
{
    /*box-shadow: 0 0 7px #2196F3;*/
}

.chartContainer
{
    border-radius: 4px;
    border: 1px solid #EEEEEE;
    margin-bottom: 10px;
}

.formError
{
    color: #C62828;
    background: #FFEBEE;
    padding: 7px;
    border-radius: 4px;
    margin-top: 5px;
}

.operations_nav
{
    margin: 0 0 10px 0;
}

.operations_nav ul li
{
    display: inline-block;
}

.operations_nav > ul > li > a
{
    color: #ffffff;
    background: linear-gradient(#b38f55, #98753c);
    border-color: #0070BB;
    border-radius: 4px;
}

.operations_nav > ul > li > a:hover
{
    color: #ffffff;
    background: linear-gradient(#0c7ec0, #066094);
    border-color: #00897B;
}

.required
{
    /*color: #F44336;*/
}

.mapIcons
{
    display: inline-block;
    font-size: 12px;
    padding: 10px 10px;
    box-shadow: 4px 0 4px -3px rgba(189,189,189,1);
}

.mapIconsLast
{
    display: inline-block;
    font-size: 12px;
    padding: 10px 10px;
}

.grid-view .pager
{
    margin: 0 0 10px 0;
    text-align: right;
    font-size: 13px;
}

.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: #1976D2;
    font-weight: bold;
    border: 1px solid #1565C0;
}

.galleryPicContainer
{
    padding: 5px;
    background: #FFFFFF;
    /*border-radius: 3px;*/
    /*box-shadow: 0 0 5px rgba(0,0,0,0.2);*/
    /*display: inline-block;*/
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    font-size: 12px;
    /*margin: 5px;*/
    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; background: #F6F0EC;
}

.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;
}

#iconDialog
{
    display: none;
}

.iconPackDialog
{
    position: fixed !important;
    top: 135px !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: 980%; 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: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
}

.bodyLoader
{
    position: fixed;
    z-index: 10001;
    top: 50%;
    left: 50%;
    padding: 10px;
    background: #FFFFFF;
    border-radius: 5px;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10px #9E9E9E;
}

.iconBtn
{
    margin: 10px 0;
    padding: 7px 10px;
    color: #FFFFFF;
    background: linear-gradient(#b38f55, #98753c);
    border: 1px solid #816332;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
}

.iconBtn:hover
{
    background: linear-gradient(#0c7ec0, #066094);
    border: 1px solid #06537f;
}

.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;
}

.fit{
    width:1%;
    white-space:nowrap;
}