﻿/*************************************/
/*                                   */
/*            Global stuff           */
/*                                   */
/*************************************/

body, html {
    /*font-family: 'Roboto', sans-serif;*/
    /*font-family: 'Maven Pro', sans-serif;*/
    font-family: 'Titillium Web', sans-serif;
    color: #000;
    font-size: 12px;
    /*height: 100%;*/
}


body {
    background-color: #e0eaec;
    background-repeat: repeat-x;
}

* {
    padding: 0;
    margin: 0;
}

h3 {
    color: #000;
    margin: 8px 8px 12px 8px;
    font-size: 28px;
}

/* Safari buttons */
/*input {
    -webkit-appearance: none;
}*/

input[type="text"], input[type="password"], input[type="number"], input[type="submit"] {
    -webkit-appearance: none;
}

#body_ctl00:focus {
    outline: 0;
}

/*************************************/
/*                                   */
/*             Top menu              */
/*                                   */
/*************************************/

.panMasterFixedBodyHeader {
    position: fixed;
    height: 45px;
    top: 0;
    left: 0;
    width: 100%;
    background: #333;
    z-index: 9;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
}

#ctl06 {
    display: table-cell;
}

/*#btnMessageIcon {
    width: 30px;
}*/


#panLogoutWrapper {
    display: table-cell;
    position: absolute;
    right: 0;
    top: -8px;
}

#panLogout {
    top: 0;
    width: 1000px;
    position: relative;
    z-index: 10;
    margin: .6em auto;
}

#btnLogout {
    width: 3em;
    padding: 5px 12px;
    margin: 10px -8px 10px 6px;
    /*font-size: 14px;*/
    /*line-height: 20px;*/
    color: #FFF;
    /*text-align: center;
        vertical-align: middle;*/
    cursor: pointer;
    background: #BE4240;
    font-family: 'roboto', sans-serif;
    font-weight: 100;
    display: inline-block;
    /*border: none;
    -webkit-box-shadow: none;
    box-shadow: none;*/
    text-decoration: none;
}

    #btnLogout:hover {
        background: #B23939;
    }

    #btnLogout:before {
        content: "\f08b   ";
        font-family: FontAwesome;
        /*margin: 0 .5em 0 0;*/
        display: block;
        color: #FFF;
        font-size: 1.5em;
        margin: auto;
        width: .8em;
    }

#panLogout p {
    display: inline-block;
    font-size: 12px;
    margin: 0 0 0 5px;
}

/*************************************/
/*                                   */
/*          Master content           */
/*                                   */
/*************************************/


#panMasterWrapper {
    width: 1000px;
    margin: auto;
}

/*************************************/
/*                                   */
/*             Main menu             */
/*                                   */
/*************************************/
#panMasterMenu {
    margin-top: 80px;
    background-color: #407CBC;
    margin-bottom: 10px;
    box-shadow: 0px 30px 20px -31px rgba(50, 50, 50, 0.75);
    /*display: none;*/ /* REMOVE */
}

#panUserMasterContent { /* REMOVE */
    /*display: none;*/
}

.MasterMenuTab {
    padding: .8em 1em .6em 1em;
    font-size: 1.2em;
    text-align: center;
    display: inline-block;
    font-weight: 300;
    min-width: 5em;
    text-shadow: 0px 1px 1px #444;
}

    .MasterMenuTab a.active {
        background: #3573AA;
    }

#panMasterMenu a:hover {
    background: #3573AA;
    /*border-top: solid 4px #bbbc3d;
    border-bottom: solid 4px #bbbc3d;*/
}

#panMasterMenu a {
    color: #FFF;
    text-decoration: none;
}


/*********
/*************************************************/
/*                                               */
/*                Icons for menu                 */
/*                                               */
/*************************************************/

/*****************************************/
/*                Admin                  */
/*****************************************/

#body_btnAdministrationSetup:before {
    content: "\f085";
    font-family: FontAwesome;
    margin: 0 0 .2em 0em;
    font-size: 1.8em;
    display: block;
    text-align: center;
}

#body_btnAdministrationEmployeeSettings:before {
    content: "\f0c0";
    font-family: FontAwesome;
    margin: 0 0 .2em 0em;
    font-size: 1.8em;
    display: block;
    text-align: center;
}

#body_btnAdministrationCommit:before {
    content: "\f00c";
    font-family: FontAwesome;
    margin: 0 0 .2em 0em;
    font-size: 1.8em;
    display: block;
    text-align: center;
}

/*****************************************/
/*             User register             */
/*****************************************/

#body_btnUserMasterOverview:before {
    content: "\f0c9";
    font-family: FontAwesome;
    margin: 0 0 .2em 0em;
    font-size: 1.8em;
    display: block;
    text-align: center;
}

#body_btnUserMasterRegister:before {
    content: "\f040";
    font-family: FontAwesome;
    margin: 0 0 .2em 0em;
    font-size: 1.8em;
    display: block;
    text-align: center;
}

#body_btnUserMasterProjects:before {
    content: "\f0f6";
    font-family: FontAwesome;
    margin: 0 0 .2em 0em;
    font-size: 1.8em;
    display: block;
    text-align: center;
}

#body_btnUserMasterApprove:before {
    content: "\f00c";
    font-family: FontAwesome;
    margin: 0 0 .2em 0em;
    font-size: 1.8em;
    display: block;
    text-align: center;
}

#body_btnUserMasterStockOrder:before {
    content: "\f0d1";
    font-family: FontAwesome;
    margin: 0 0 .2em 0em;
    font-size: 1.8em;
    display: block;
    text-align: center;
}

#body_btnUserMasterOrders:before {
    content: "\f0ea ";
    font-family: FontAwesome;
    margin: 0 0 .2em 0em;
    font-size: 1.8em;
    display: block;
    text-align: center;
}

#body_btnUserMasterMessages:before {
    content: "\f003";
    font-family: FontAwesome;
    margin: 0 0 .2em 0em;
    font-size: 1.8em;
    display: block;
    text-align: center;
}

#body_btnUserMasterCustomers:before {
    content: "\f0c0";
    font-family: FontAwesome;
    margin: 0 0 .2em 0em;
    font-size: 1.8em;
    display: block;
    text-align: center;
}

#body_btnUserMasterStock:before {
    content: "\f1b3";
    font-family: FontAwesome;
    margin: 0 0 .2em 0em;
    font-size: 1.8em;
    display: block;
    text-align: center;
}

/*****************************************/
/*             User Order                */
/*****************************************/

#body_btnOrderOverview:before {
    content: "\f0ea  ";
    font-family: FontAwesome;
    margin: 0 0 .2em 0em;
    font-size: 1.8em;
    display: block;
    text-align: center;
}

#body_btnOrderDebitor:before {
    content: "\f0c0";
    font-family: FontAwesome;
    margin: 0 0 .2em 0em;
    font-size: 1.8em;
    display: block;
    text-align: center;
}

#body_btnOrderInventory:before {
    content: "\f1b3";
    font-family: FontAwesome;
    margin: 0 0 .2em 0em;
    font-size: 1.8em;
    display: block;
    text-align: center;
}

#body_btnNewOrder:before {
    content: "\f15c";
    font-family: FontAwesome;
    margin: 0 0 .2em 0em;
    font-size: 1.8em;
    display: block;
    text-align: center;
}


/*************************************************/
/*                                               */
/*              Icons for menu  end              */
/*                                               */
/*************************************************/


.panWebRegGridWrapper table {
    width: 100%;
    color: #000;
    margin-bottom: 10px;
}

#body_UserMasterPageContent_panHeadline {
    padding: 0 10px 10px 10px;
}

.labPageSectionHeadlines {
    color: #000000;
    font-size: 18px;
    font-weight: 800;
}


/* -------------------------- GLOBAL TABLE -------------------------- */

.panWebRegGridWrapper table th {
    background: #407CBC;
    padding: .8em 1.5em;
    position: relative;
    font-weight: 400 !important;
    color: #FFF;
}

    .panWebRegGridWrapper table th:hover {
        background: #3573AA;
    }

.panWebRegGridWrapper table td {
    border-right: 1px solid #fff;
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e8e8e8;
    padding: .3em .5em;
    position: relative;
    /*text-align: right;*/
}

.panWebRegGridWrapper table tr:nth-child(1) a {
    color: #FFF;
    text-decoration: none;
}

.panWebRegGridWrapper table tr td:nth-child(1) {
    border-left: none;
}

.panWebRegGridWrapper table tr td:last-child {
    border-right: none;
}

.panWebRegGridWrapper table tr:nth-child(2n+3) {
    background: #D6E7E7;
}

.panWebRegGridWrapper table tr:nth-child(2n+2) {
    background: #eff5f8;
}

/*---------------------------*/

.UserPagesButtons {
    width: 150px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    /*background: #7dbd41;*/
    font-family: inherit;
    font-weight: 400;
    border: none;
    display: inline-block;
    text-decoration: none;
    border-radius: 2px;
    text-shadow: 0px 1px 1px #333;
    box-shadow: 0 4px 4px -3px gray;
}

    .UserPagesButtons:hover {
        /*background: #78ab49;*/
    }


/*************************************/
/*                                   */
/*               Tablet              */
/*                                   */
/*************************************/

@media screen and (max-width: 1000px) {

    /* Global Stuff */
    .UserPagesButtons {
        text-shadow: none;
    }


    /* Top Bar */
    /***********/

    .panMasterFixedBodyHeader {
        position: absolute;
    }

    #panTopFixedBodyHeader_OrderOverviewPage {
        width: 100%;
    }

    #panLogout {
        width: auto;
        margin: 0.5em;
    }

    /* Email box */
    #ucMessaging_ucMessagingUpdatePanel {
        border: 2px solid #1A4040;
        border-radius: 5px;
        padding: 10px 10px 20px;
        /* position: absolute; */
        width: 95%;
        /* margin-left: 60px; */
        margin: 100px auto auto auto;
    }




    /* Master wrapper */
    /******************/
    #panMasterWrapper {
        width: auto;
    }

    /* Main menu */
    /*************/
        .MasterMenuTab {
        font-size: 1em;
        min-width: 3em;
    }

    #panMasterMenu {
    }
}


/*************************************/
/*                                   */
/*               Mobile              */
/*                                   */
/*************************************/

@media screen and (max-width: 1000px) {

}



/*************************************/
/*                                   */
/*               Mobile              */
/*                                   */
/*************************************/

@media screen and (max-width: 620px) {

    @viewport {
        min-width: 620px;
    }


    html, body {
        width: 620px !important;
    }

    #panTopFixedBodyHeader_OrderOverviewPage {
        width: 620px;
    }

    .MasterMenuTab {
        /*width: 15%;*/
    }


    #body_btnNewOrder, #body_btnOrderOverview, #body_btnOrderDebitor, #body_btnOrderInventory {
        width: 19.9%;
        /*#panMasterWrapper {
        min-width: 500px;
    }*/
    }
}


/*************************************/
/*                                   */
/*     Message dialogue section      */
/*                                   */
/*************************************/
.clsMessageDialogueOverlay > * {
    display: none;
}

.clsMessageDialogueOverlay {
    background: rgba(0, 0, 0, .5);
    transition: all 1s ease 0s;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.clsMasterSlidePanelWrapper > .clsSendEmail {
    background-color: #eff5f8;
    width: 70%;
    height: 400px;
    position: absolute;
    right: -100%;
    top: 2%;
    transition: all 1s ease 0s;
    z-index: 200;
}

.clsMessageDialogueOverlay > .clsSendEmail {
    background-color: #eff5f8;
    width: 70%;
    height: 400px;
    position: absolute;
    right: 0;
    top: 2%;
    z-index: 200;
    transition: all 1s ease 0s;
    display: block;
}

/* Panel Header */

#panMessageDialogueHeadWrapper {
    background: #407CBC;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
}

#panMessageDialogueCloseButton {
    display: inline-block;
    width: 35px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #3573AA;
}

#panMessageHeadline {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #FFF;
    /*float: right;*/
    margin-left: 1em;
    font-size: 1.2em;
    font-weight: 100;
    text-shadow: 1px 1px 1px #333;
    font-weight: 700;
}

/* Panel Content */

#panMessageDialogueContent {
    padding: 1em 1em;
}

/* Yes/No Buttons */

#panSendEmailDialogueCommandButton {
    position: absolute;
    bottom: 1em;
}



#btnCancel {
    background: #BE4240;
    text-decoration: none;
    display: inline-block;
    /*width: 100px;*/
    position: relative;
    margin-left: -2px;
    padding-left: 30px;
    width: 155px;
}

    #btnCancel:hover {
        background: #B23939;
    }

    #btnCancel:before {
        content: "\f00d";
        font-family: FontAwesome;
        position: absolute;
        left: 6px;
        background: #B23939;
        margin: -6px;
        padding: 6px 13px;
    }
