﻿html, form {height: 100%; margin: 0;}
body {height: calc(100% - 112px); margin: 0;}
.FullHeight, Content, MainContent, Content2 {height: 100%; margin: 0;}

.DecoreNone{text-decoration:none;}

@font-face {
    font-family: "Bar Code";
    src: url("../App_Styles/Bar Code.ttf") format("truetype");
}

.SidePan {
    width: 320px;
    height: 100%;
    float: right;
    margin-left: 16px;
    padding-right: 16px;
    background: #F4F4F4;
}

.PageLogo {
    border-radius: 4px;
    padding: 8px;
    margin-right: 12px;
    float: right;
    text-align: center;
}

.CardBlock {
    margin-top: 48px;
    margin-bottom: 12px;
    margin-right: 60px;
    margin-left: 112px;
    width: 120px;
    display: inline-block;
}

.CardText {
    border-radius: 3px;
    background-color: #999;
    padding: 12px;
    margin-top: -20px;
    margin-right: 12px;
    float: left;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(99,99,99,.4);
    color: #FFFFFF;
    font-size: large;
    text-align: center;
}

.Card {
    width: 220px;
    padding: 0 15px;
    border-radius: 3px;
    background-color: #FFFFFF;
    height: 80px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
    font-size: medium;
}

.NutiNum {
    color: white;
    border-radius: 4px;
    padding: 4px;
    border: 2px solid #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.14);
    font-size: medium;
    font-weight: bold;
}


.FixedHead {
    background: #F4F4F4;
}

.BigBox input {
    width: 12px;
    height: 12px;
}

.Warning {
    border: 1px solid #FFFFFF;
    margin: 2px 40px;
    padding: 4px 12px;
    background-color: red;
    color: white;
    border-radius: 16px;
}

.Dialog {
    border: 1px solid #cccccc;
    margin: 2px 4px;
    padding: 4px 12px;
    font-family: 'Segoe UI';
    font-size: small;
    color: black;
    border-radius: 12px;
    box-shadow: inset 0 1px 1px rgba(102, 175, 233, 0.075), 0 0 24px rgba(102, 175, 233, 0.6);
}

.SideDiv {
    width: 300px;
    display: table-cell;
    background-color: #2A579A;
}

.CenterAlign {
    text-align: center;
}

.RightAlign {
    text-align: right;
}

.LeftAlign {text-align: left;}

.FontColor {
    font-family: 'Segoe UI';
    font-size: small;
    color: black;
}

.LableTitle {
    font-family: 'Segoe UI';
    font-size: large;
    background-color: #666666;
    color: #ffffff;
    border-radius: 4px;
    width: 400px;
    padding: 16px;
    margin: 16px;
}

.MainTitle {
    font-family: 'Segoe UI';
    font-size: x-large;
    border-radius: 4px;
    margin: 16px;
}
.Opacity{
    opacity: 0.75;
}

.menuitem img {
    width: 20px;
    height: 20px;
}

.Head {
    font-family: 'Segoe UI';
    font-size: medium;
    color: #666666;
    border-Top-left-radius: 4px;
    border-bottom-left-radius: 0px;
    border-Top-right-radius: 4px;
    border-bottom-right-radius: 0px;
    border-style: solid;
    border-width: 4px 0px 0px 0px;
    border-top-color: #C0C0C0;
    border-bottom-color: #eeeeee;
}

.Category {
    border-color: #C0C0C0;
    border-style: none none solid none;
    border-width: 1px;
    font-family: 'Segoe UI';
    font-size: small;
    color: #C0C0C0;
    text-align: right;
}

.LableEdit {
    margin: 16px 0px 0px 0px;
    font-family: 'Segoe UI';
    font-size: small;
    color: #EE0000;
    width: 95%;
}

.SimpleTextBox {
    outline: 0;
    border: 1px solid #cccccc;
    margin: 1px 2px;
    padding: 2px 6px;
    font-family: 'Segoe UI';
    font-size: small;
    color: black;
    width: 224px;
    border-radius: 3px;
}

.EditorTextBox {
    border: 1px solid #cccccc;
    margin: 2px 4px;
    padding: 4px 12px;
    font-family: 'Segoe UI';
    font-size: small;
    color: black;
    width: 100%;
    border-radius: 4px;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.EditorTextBox:focus {
        border-color: #66afe9;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.TextBoxEdit {
    border: 1px solid #cccccc;
    margin: 2px 2px;
    padding: 4px 12px;
    font-family: 'Segoe UI';
    font-size: small;
    color: black;
    width: 100%;
    border-radius: 4px;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .TextBoxEdit:focus {
        border-color: #66afe9;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.DropDownEdit {
    border: 1px solid #cccccc;
    margin: 2px 2px;
    padding: 4px 12px;
    font-family: 'Segoe UI';
    font-size: small;
    color: black;
    width: 224px;
    border-radius: 4px;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .DropDownEdit:focus {
        border-color: #66afe9;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.DataCell {
    margin: 9px 6px;
    padding: 7px 12px;
    font-family: 'Segoe UI';
    font-size: small;
    color: black;
}

.TextSearch {
    display: inline-block;
    text-align: center;
    vertical-align: sub;
    border: 1px solid #cccccc;
    border-radius: 4px;
    height: 28px;
    width: 60%;
    font-family: 'Segoe UI';
    font-size: small;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .TextSearch:focus {
        border-color: #66afe9;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.TextDetails {
    border: none;
    width: 64px;
    font-family: 'Segoe UI';
    font-size: small;
    color: #367FA9;
}

    .TextDetails:focus {border-color: #66afe9;}

.SignInText {
    border: 1px solid #cccccc;
    border-radius: 3px;
    text-align: center;
    font-family: 'Segoe UI';
    font-size: small;
    color: #367FA9;
}

    .SignInText:focus {border-color: #66afe9;}

.BtnBase {
    margin: 2px 2px 2px 2px;
    display: inline-block;
    border: none;
    border-radius: 4px;
    height: 28px;
    color: white;
    padding: 2px 8px 2px 34px;
    background: left 4px top 6px no-repeat #3F8BD1;
}

    .BtnBase:hover {
        background-color: #E81020;
        text-decoration: none;
    }

    .BtnBase:active {
        background-color: #D24625;
        text-decoration: none;
    }

.BtnSearch {
    margin: 4px;
    display: inline-block;
    border: none;
    border-radius: 4px;
    height: 28px;
    color: white;
    padding: 2px 8px 2px 34px;
    background: url(../App_Images/ToolBar/Search16.png) left 4px top 6px no-repeat #3F8BD1;
}

    .BtnSearch:hover {
        background-color: #E81020;
        text-decoration: none;
    }

.inlineBlock {
    display: inline-block;
}

.BtnMenu {
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: transparent;
    background-color: transparent;
    color: white;
}
    .BtnMenu:hover {
        border-style: solid;
        border-width: 0px 0px 2px 0px;
        border-color: white;
    }

.BtnLock {
    background-repeat: no-repeat;
    background-image: url(../App_Images/ToolBar/LockW.png);
}
.BtnHome {background-repeat: no-repeat; background-image: url(../App_Images/ToolBar/Metro16W.png); background-color:black; width:20px; border: none;}
.BtnAlarm { background-repeat: no-repeat; background-image: url(../App_Images/ToolBar/Bell16W.png); background-color:black; width:20px; border: none; }

.BtnDistribute {background-repeat: no-repeat; background-image: url(../App_Images/ToolBar/Distribute.png); background-color:#10893E; }
.BtnDocument {background-repeat: no-repeat; background-image: url(../App_Images/ToolBar/Doc16.png);}
.BtnShow {background-repeat: no-repeat; background-image: url(../App_Images/ToolBar/OkWhite16.png);}
.BtnPrint {background-repeat:no-repeat; background-image: url(../App_Images/ToolBar/Print16.png); background-color:#641790; }
.BtnScan {background-repeat:no-repeat; background-image: url(../App_Images/ToolBar/Scan16.png); background-color:#641790; }
.BtnSave {background-repeat:no-repeat; background-image: url(../App_Images/ToolBar/Save16.png); background-color:#10893E; }
.BtnAdd { background-repeat:no-repeat; background-image: url(../App_Images/ToolBar/Add16.png);}
.BtnCalc { background-repeat:no-repeat; background-image: url(../App_Images/ToolBar/RefreshW.png);}
.BtnSign { background-repeat:no-repeat; background-image: url(../App_Images/ToolBar/Sign.png);}
.BtnUp { background-repeat: no-repeat; background-image: url(../App_Images/ToolBar/Up16.png);}
.BtnDown { background-repeat: no-repeat; background-image: url(../App_Images/ToolBar/Down16.png);}
.BtnCopy { background-repeat: no-repeat; background-image: url(../App_Images/ToolBar/CopyTo16.png);}
.BtnExcel { background-repeat: no-repeat; background-image: url(../App_Images/ToolBar/Excel16.png);}
.BtnText { background-repeat: no-repeat; background-image: url(../App_Images/ToolBar/WhiteTxt16.png);}
.BtnOk { background-repeat: no-repeat; background-image: url(../App_Images/ToolBar/OkWhite.png); background-color:#3F8BD1; }
.BtnRefresh { background-repeat: no-repeat; background-image: url(../App_Images/ToolBar/RefreshW.png); background-color:#3F8BD1; }
.BtnNext { background-repeat: no-repeat; background-image: url(../App_Images/ToolBar/Next.png); background-color:#3F8BD1; }
.BtnPrevious { background-repeat: no-repeat; background-image: url(../App_Images/ToolBar/Previous16.png); background-color:#3F8BD1; }
.BtnNotification { background-repeat: no-repeat; background-image: url(../App_Images/ToolBar/Alarm16.png); background-color:#FFC008; }

.BtnSettings { background-repeat:no-repeat; background-image: url(../App_Images/ToolBar/Settings16.png);background-color: #E81020;}
.BtnDelete { background-repeat:no-repeat; background-image: url(../App_Images/ToolBar/Delete16.png);background-color: #E81020;}
.BtnUplaodDetails { background-repeat: no-repeat; background-image: url(../App_Images/ToolBar/Up16.png);}
.BtnSearchPhone { background-repeat: no-repeat; background-image: url(../App_Images/ToolBar/Search16W.png);}

.BtnUplaod {
    margin: 4px;
    display: inline-block;
    border: 1px solid #4A87BF;
    border-radius: 4px;
    height: 28px;
    color: white;
    padding: 4px 12px 4px 34px;
    background: url(../App_Images/ToolBar/Up16.png) left 4px top 4px no-repeat #3F8BD1;
}
    .BtnUplaod:active {
        background-color: #E81020;
        text-decoration: none;
    }

.BtnOnly {
    display: inline-block;
    padding: 6px;
    text-align: center;
    vertical-align: middle;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px;
    direction: ltr;
}

    .BtnOnly:hover {
        background-color: #E81020;
        text-decoration: none;
    }

    .BtnOnly:active {
        background-color: #ccc;
        text-decoration: none;
    }

.FontTool {
    padding: 1px 8px 3px 8px;
    vertical-align: middle;
    display: inline-block;
    font-size: medium;
    background-color: #C5E0B4;
    margin-right: -5px;
    border-radius: 4px 0 0 4px;
}

.BtnFontOk {
    display: inline-block;
    padding: 6px;
    left: 40px;
    text-align: center;
    vertical-align: middle;
    border-radius: 0 4px 4px 0;
    direction: ltr;
}

    .BtnFontOk:hover {
        background-color: #E81020;
        text-decoration: none;
    }

    .BtnFontOk:active {
        background-color: #ccc;
        text-decoration: none;
    }

.DetailBoxEdit {
    margin: 8px 2px 8px 2px;
    font-family: 'Segoe UI';
    font-size: small;
    color: black;
    width: 90%;
}

.MainButton {
    margin: 4px;
    padding: 6px;
    display: inline-block;
    font-family: 'Segoe UI';
    font-size: large;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.BtnTool {
    margin: 4px;
    display: inline-block;
    padding: 6px 9px 4px 9px;
    text-align: center;
    vertical-align: middle;
    background-color: #eeeeee;
    border: 1px solid;
    border-color: #cccccc;
    border-radius: 4px;
}

    .BtnTool:hover {
        background-color: #E81020;
        text-decoration: none;
    }

    .BtnTool:active {
        background-color: #ccc;
        text-decoration: none;
    }

.Btnlink {
    font-family: 'Segoe UI';
    color: #FFFFFF;
    background-color: #3C8DBC;
    text-decoration: none;
    font-size: small;
}
    .Btnlink:hover {
        background-color: #E81020;
        text-decoration: none;
    }
    .Btnlink:active {
        background-color: #367FA9;
        text-decoration: none;
    }

.BtnBlocked {
    margin: 4px;
    display: inline-block;
    padding: 6px 9px 4px 9px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid;
    border-radius: 4px;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
}

.TableBox {
    padding: 0px 2% 0px 2%;
    width: 96%;
}

.TableCaption {
    margin: 16px;
    font-weight: normal;
    font-size: large;
    color: black;
}

.TableTitle {
    padding: 10px 5% 10px 5%;
    font-size: medium;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0px;
    border-style: solid;
    border-width: 4px 0px 1px 0px;
    background-color: #FFFFFF;
    border-top-color: #D2D6DE;
    border-bottom-color: #F4F4F4;
}

.TableHeader {
    font-weight: bold;
    border-color: #F4F4F4;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    background-color: #FFFFFF;
    height: 30px;
}

.TableCells {
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    /*background-color: #F4F4F4;*/
    font-family: 'Segoe UI';
    font-size: small;
    color: black;
}

.CellEditor {
    border-style: none;
    /*background-color: #F4F4F4;*/
    font-family: 'Segoe UI';
    font-size: small;
    color: black;
}

.CollapseTitle {
    border-radius: 4px;
    background-color: #D0D0D0;
    color: black;
    padding: 8px 4px 0 4px;
    margin: 4px;
}
