﻿
a{
    text-decoration: none;
    color: #ad1f04;
}

a:hover{
    text-decoration: none;
    color: #ad1f04;
}

a:visited{
    color: #ad1f04;
    text-decoration: none;
}

.POS.Hover {
    display: inline-block;
    vertical-align: top;
}

.POS.Hover:hover{
    cursor: pointer;
}

.POS.Container{
    display: inline-block;
    padding-right: 50px;
    padding-bottom: 50px;
}

.POS.SignatureBox{
    display: table-cell; 
    background-image: url('/Content/Images/PhamFramework/SignaturePaper.png');
    background-size: cover;
    border: 0px; 
    width: 278px;
    height: 200px;
    vertical-align: middle;
    text-align: center;
}

.POS.SignatureBox:hover{
    cursor: pointer;
}


.POS.PictureUpload{
    display: inline-block; 
    background-image: url('/Content/Images/PhamFramework/Picture250x250.png');
    background-size: contain;
    background-repeat: no-repeat;
    border: 0px; 
    width: 175px;
    height: 175px;
}

.POS.PictureUpload.Uploaded{
    width: 175px;
    box-sizing: border-box;
}

.POS.PictureUpload.Medium{
    width: 500px; 
    height: 500px;
}

    .POS.PictureUpload.Medium.Uploaded {
        width: 500px;
    }

.POS.PictureUpload.Large{
    width: 700px; 
    height: 700px;
}

    .POS.PictureUpload.Large.Uploaded {
        width: 700px;
    }

.POS.PictureUpload.Auto{
    width: 100%;
}

    .POS.PictureUpload.Auto.Uploaded {
        width: 100%;
    }

.POS.PictureUpload:hover {
    cursor: pointer;
}

.POS.Table.FullWidth{
    width: 100%;
    box-sizing: border-box;
}

.POS.Table.FullWidth tr td{
    text-align: left;
}

.POS.Table.FullWidth.Padding20{
    padding: 20px;
}

.POS.Table.Width900{
    width: 900px;
    box-sizing: border-box;
}

.POS.Table.Width900 tr td{
    text-align: left;
}

.POS.Panel{
    display: none;
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
}

.POS.Panel div.Standard{
    width: 900px;
    display: inline-block;
    background-color: #ffffff;
    box-sizing: border-box;
    text-align: left;
}

.POS.Visual.Color.CLI{
    color: #a21d48;
}

.POS.Visual.Color.White{
    color: #ffffff;
}

.POS.Visual.Text{
    font-size: 14px;
    font-family: Raleway, Tahoma, Verdana, Arial, 'Open Sans', 'Comic Sans MS', 'Lucida Sans';
    color: #2a2a2a;
}

.POS.Visual.Text.Required{
    color: #ad1f04;
}

.POS.Visual.Text.Subject{
    font-size: 18px;
}

.POS.Visual.Text.Section{
    font-size: 24px;
}

.POS.Visual.Text.Splash{
    font-size: 36px;
}

.POS.Scene{
    position: relative;
    display: none;
    background-color: #ffffff;
    overflow-y: auto;
}

.POS.Scene.GradientBlue {
    opacity: 1;
    background: #3dcdbc;
    background: -moz-linear-gradient(left, #3dcdbc 0%, #33a1bd 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #3dcdbc), color-stop(100%, #33a1bd));
    background: -webkit-linear-gradient(left, #3dcdbc 0%, #33a1bd 100%);
    background: -o-linear-gradient(left, #3dcdbc 0%, #33a1bd 100%);
    background: -ms-linear-gradient(left, #3dcdbc 0%, #33a1bd 100%);
    background: linear-gradient(to right, #3dcdbc 0%, #33a1bd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3dcdbc', endColorstr='#33a1bd', GradientType=1 );
}

.POS.Scene.View.Application.Icon{
    display: inline-block;
    position: relative;
    padding-right: 50px;
    padding-bottom: 50px;
}

.POS.Scene.View.Application.Icon img{
    width: 150px;
    height: 150px;
    border-radius: 25px;
    transition: box-shadow linear 0.5s;
}

.POS.Scene.View.Application.Icon img:hover{
    box-shadow: rgba(0,0,0,0.9) 0px 0px 10px;
    cursor: pointer;
}

.POS.Scene.View.Application.Icon div{
    width: 150px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 20px;
    font-family: Arial, Verdana, Tahoma, Raleway, 'Open Sans', 'Comic Sans MS', 'Lucida Sans';
    color: #2a2a2a;
    text-align: center;
}

.POS.Scene.View.CloudFolder{
    display: inline-block;
    padding-right: 20px;
    padding-bottom: 20px;
}

.POS.Scene.View.CloudFolder div.Image{
    display: inline-block;
    width: 64px;
    height: 64px;
    background-size: cover;
    background-image: url('/Content/Images/Phamframework/Folder64x64_Blue.png');
}

.POS.Scene.View.CloudFolder div.Image:hover{
    cursor: pointer;
}

.POS.Scene.View.CloudFolder div.Text{
    width: 64px;
    font-family: Arial, Verdana, Tahoma, Raleway, 'Open Sans', 'Comic Sans MS', 'Lucida Sans';
    font-size: 14px;
    color: #2a2a2a;
    overflow: hidden;
}

    .POS.Scene.View.CloudFolder div.Text:hover {
        cursor: pointer;
    }

.POS.Scene.View.Contact{
    display: inline-block;
    position: relative;
    padding-right: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}

.POS.Scene.View.Contact div.Social{
    display: inline-block;
    position: relative;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border: solid 1px #9a9a9a;
    width: 150px;
    height: 216px;
    overflow: hidden;
}

.POS.Scene.View.Contact div.Social div.ImageStandard{
    position: relative;
    width: 150px;
    height: 150px;
    background-color: #eeeeee;
    background-size: cover;
}

    .POS.Scene.View.Contact div.Social div.ImageStandard.Selectable {
    }

    .POS.Scene.View.Contact div.Social div.ImageStandard.Selectable:hover{
        cursor: pointer;
    }

.POS.Scene.View.Contact div.Social div.Name{
    position: relative;
    padding-left: 7px;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 150px;
    height: 18px;
    font-size: 14px;
    font-family: Arial, Verdana, Tahoma, Raleway, 'Open Sans', 'Comic Sans MS', 'Lucida Sans';
    color: #2a2a2a;
    text-align: left;
}

.POS.Scene.View.Contact div.Social div.Action{
    position: relative;
    overflow: hidden;
    padding-left: 7px;
    padding-top: 0px;
    padding-bottom: 7px;
}

.POS.Scene.View.Contact div.Social div.Action div.Button{
    width: 24px;
    height: 24px;
    background-size: cover;
}

.POS.Scene.View.Contact div.Social div.Action div.Button.Compose{
    background-image: url('/Content/Images/PhamFramework/Actions/Compose24x24.png');    
}

.POS.Scene.View.Contact div.Social div.Action div.Button.Compose:hover{
    cursor: pointer;
    background-image: url('/Content/Images/PhamFramework/Actions/Compose24x24_Blue.png');
}

.POS.Scene.View.Contact div.Social div.Action div.Button.Delete{
    background-image: url('/Content/Images/PhamFramework/Actions/Delete48x48.png');
}

.POS.Scene.View.Contact div.Social div.Action div.Button.Delete:hover{
    cursor: pointer;
    background-image: url('/Content/Images/PhamFramework/Actions/Delete48x48_Red.png');
}

.POS.Scene.View.Contact img{
    width: 150px;
    height: 150px;
    border-radius: 75px;
    transition: box-shadow linear 0.5s;
}

.POS.Scene.View.Contact img:hover{
    box-shadow: rgba(0,0,0,0.9) 0px 0px 10px;
    cursor: pointer;
}

.POS.Scene.View.Contact div.Name{
    width: 150px;
    height: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 20px;
    font-family: Arial, Verdana, Tahoma, Raleway, 'Open Sans', 'Comic Sans MS', 'Lucida Sans';
    color: #2a2a2a;
    text-align: center;
}

.POS.Scene.View.Contact div.Social div.SingleAction{
    width: 152px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    font-family: Arial, Verdana, Tahoma, Raleway, 'Open Sans', 'Comic Sans MS', 'Lucida Sans';
    color: #ffffff;
    text-align: center;
    background-color: #0094be;
    transition: background-color linear 0.5s;
    box-sizing: border-box;
}

.POS.Scene.View.Contact div.Social div.SingleAction:hover{
    cursor: pointer;
    background-color: #0067be;
}

.POS.Scene.View.Contact div.Social div.SingleActionStatic{
    width: 152px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    font-family: Arial, Verdana, Tahoma, Raleway, 'Open Sans', 'Comic Sans MS', 'Lucida Sans';
    color: #ffffff;
    text-align: center;
    box-sizing: border-box;
}

.POS.Scene.View.Dialog{
    display: inline-block;
    position: relative;
    background-color: #ffffff;
    border: solid 1px #7a7a7a;
    border-radius: 5px;
}

.POS.Scene.View.Dialog div.Title{
    display: inline-block;
    width: 100%;
    font-size: 20px;
    font-family: Arial, Verdana, Tahoma, Raleway, 'Open Sans', 'Comic Sans MS', 'Lucida Sans';
    color: #2a2a2a;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 7px;
    padding-right: 7px;
    border-bottom: solid 1px #7a7a7a;
}

.POS.Scene.View.Dialog div.Button{
    position: absolute;
    display: inline-block;
    font-size: 16px;
    font-family: Arial, Verdana, Tahoma, Raleway, 'Open Sans', 'Comic Sans MS', 'Lucida Sans';
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #9a9a9a;
    color: #fefefe;
    transition: background-color ease 0.5s;
    -webkit-appearance: none;
    left: 0px;
    width: 100%;
    text-align: center;
}

.POS.Scene.View.Dialog div.Button:hover{
    cursor: pointer;
    background-color: #6a6a6a;
}

.POS.Scene.View.Dialog div.Button.Red{
    background-color: #be1238;
}

.POS.Scene.View.Dialog div.Container div.Button.Red:hover{
    background-color: #ad0404;
    cursor: pointer;
}

.POS.Scene.View.Dialog div.Button.Blue{
    background-color: #0094be;
}

.POS.Scene.View.Dialog div.Button.Blue:hover{
    background-color: #0067be;
    cursor: pointer;
}

.POS.Scene.View.ImageButton{
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: cover;
    background-color: transparent;
}

.POS.Scene.View.ImageButton.Compose{
    background-image: url('/Content/Images/PhamFramework/Actions/Compose24x24.png');
}

.POS.Scene.View.ImageButton.Compose:hover{
    cursor: pointer;
    background-image: url('/Content/Images/PhamFramework/Actions/Compose24x24_Blue.png');
}

.POS.Scene.View.ImageButton.Delete{
    background-image: url('/Content/Images/PhamFramework/Actions/Delete48x48.png');
}

.POS.Scene.View.ImageButton.Delete:hover{
    cursor: pointer;
    background-image: url('/Content/Images/PhamFramework/Actions/Delete48x48_Red.png');
}

.POS.Scene.View.ImageButton.Forward{
    background-image: url('/Content/Images/PhamFramework/Actions/ForwardEmail24x24.png');
}

.POS.Scene.View.ImageButton.Forward:hover{
    cursor: pointer;
    background-image: url('/Content/Images/PhamFramework/Actions/ForwardEmail24x24_Blue.png');
}

.POS.Scene.View.ImageButton.Edit{
    background-image: url('/Content/Images/PhamFramework/Actions/Pencil48x48.png');
}

.POS.Scene.View.ImageButton.Edit:hover{
    cursor: pointer;
    background-image: url('/Content/Images/PhamFramework/Actions/Pencil48x48_Blue.png');
}

.POS.Scene.View.ImageButton.Trash{
    background-image: url('/Content/Images/PhamFramework/Actions/Trash24x24.png');
}

.POS.Scene.View.ImageButton.Trash:hover{
    cursor: pointer;
    background-image: url('/Content/Images/PhamFramework/Actions/Trash24x24_Blue.png');
}

.POS.Scene.View.ImageButton.Reply{
    background-image: url('/Content/Images/PhamFramework/Actions/Reply24x24.png');
}

.POS.Scene.View.ImageButton.Reply:hover{
    cursor: pointer;
    background-image: url('/Content/Images/PhamFramework/Actions/Reply24x24_Blue.png');
}

.POS.Scene.View.ImageButton.ReplyAll{
    background-image: url('/Content/Images/PhamFramework/Actions/ReplyAll24x24.png');
}

.POS.Scene.View.ImageButton.ReplyAll:hover{
    cursor: pointer;
    background-image: url('/Content/Images/PhamFramework/Actions/ReplyAll24x24_Blue.png');
}

.POS.Scene.View.InfoValueBlock{
    display: inline-block;
    padding-right: 50px;
    padding-bottom: 50px;
}

.POS.Scene.View.InfoValueBlock div.Container{
    background-color: #666666;
    border: solid 1px #8a8a8a;
    box-sizing: border-box;
    width: 200px;
    height: 200px;
}

.POS.Scene.View.InfoValueBlock div.Container div.Value{
    display: inline-block;
    font-size: 32px;
    font-family: Arial, Verdana, Tahoma, Raleway, 'Open Sans', 'Comic Sans MS', 'Lucida Sans';
    color: #ffffff;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    padding-top: 71px;
    height: 166px;
}

.POS.Scene.View.InfoValueBlock div.Container.Selectable{
    transition: background-color ease 0.5s;
}

.POS.Scene.View.InfoValueBlock div.Container.Selectable:hover{
    cursor: pointer;
    background-color: #6a6a6a;
}

.POS.Scene.View.InfoValueBlock div.Title{
    display: inline-block;
    font-size: 24px;
    font-family: Arial, Verdana, Tahoma, Raleway, 'Open Sans', 'Comic Sans MS', 'Lucida Sans';
    color: #ffffff;
    box-sizing: border-box;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: right;
}

.POS.Scene.View.Button{
    display: inline-block;
    font-size: 14px;
    font-family: Arial, Verdana, Tahoma, Raleway, 'Open Sans', 'Comic Sans MS', 'Lucida Sans';
    box-sizing: border-box;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
    background-color: #9a9a9a;
    border: solid 1px #8a8a8a;
    color: #fefefe;
    transition: background-color ease 0.5s;
    -webkit-appearance: none;
}

.POS.Scene.View.Button:hover{
    cursor: pointer;
    background-color: #6a6a6a;
}

.POS.Scene.View.Button.Blue{
    background-color: #0094be;
    color: #ffffff;
    border: solid 1px #0067be;
}

    .POS.Scene.View.Button.Blue:hover {
        background-color: #0067be;
        color: #ffffff;
    }

.POS.Scene.View.Button.Teal{
    background-color: #08bfa0;
    color: #ffffff;
    border: solid 1px #08b0bf;
}

    .POS.Scene.View.Button.Teal:hover {
        background-color: #08b0bf;
        color: #ffffff;
        cursor: pointer;
    }

.POS.Scene.View.Button.Fluid{
    background-color: #0094be;
    color: #ffffff;
    border: solid 1px #0067be;
    width: 100%;
    -webkit-appearance: none;
}
.POS.Scene.View.Button.Fluid:hover{
    cursor: pointer;
}

.POS.Scene.View.Button.Fluid.Teal{
    background-color: #08bfa0;
    color: #ffffff;
    border: solid 1px #08b0bf;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
}
    .POS.Scene.View.Button.Fluid:hover {
        background-color: #08b0bf;
        color: #ffffff;
        cursor: pointer;
    }

.POS.Scene.View.Button.Red{
    background-color: #be1238;
    color: #ffffff;
    border: solid 1px #be1238;
}

    .POS.Scene.View.Button.Red:hover {
        background-color: #ad0404;
        color: #ffffff;
    }

.POS.Scene.View.Button.WithIcon{
    display: inline-block;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    border: solid 1px #ffffff;
    transition: border linear 0.5s;
    background-color: transparent;
    border-radius: 0px;
}

.POS.Scene.View.Button.WithIcon:hover{
    cursor: pointer;
    border: solid 1px #0094be;
}

.POS.Scene.View.Button.WithIcon table tr td img{
    width: 24px;
    height: 24px;
}

.POS.Scene.View.Button.WithIcon table tr td div.Label{
    font-size: 14px;
    font-family: Arial, Verdana, Tahoma, Raleway, 'Open Sans', 'Comic Sans MS', 'Lucida Sans';
    color: #2a2a2a;
}

    .POS.Scene.View.ButtonHollow {
        display: inline-block;
        background-color: transparent;
        border: solid 2px #ffffff;
        border-radius: 7px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
        font-family: Tahoma;
        font-size: 16px;
        color: #ffffff;
        transition: border, color linear 0.5s;
    }

        .POS.Scene.View.ButtonHollow:hover {
            cursor: pointer;
            border: solid 2px #0067be;
            color: #0067be;
        }

.POS.Scene.View.Checkbox{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border: solid 1px #4a4a4a;
}

.POS.Scene.View.ContextMenu{
    position: absolute;
    z-index: 30000;
    left: 0px;
    top: 0px;
    display: none;
    background-color: transparent;
}

    .POS.Scene.View.ContextMenu div.List{
        z-index: 1000;
        left: 0px;
        top: 40px;
        border: solid 1px #9a9a9a;
        width: 150px;
        display: none;
        background-color: #ffffff;
    }

    .POS.Scene.View.ContextMenu div.List div{
        font-size: 14px;
        font-family: Arial, Verdana, Tahoma, Raleway, 'Open Sans', 'Comic Sans MS', 'Lucida Sans';
        color: #2a2a2a;
        border-bottom: solid 1px #9a9a9a;
        padding: 7px;
        transition: background-color ease 0.5s;
    }

        .POS.Scene.View.ContextMenu div.List div:hover{
            cursor: pointer;
            background-color: #dddddd;
        }

        .POS.Scene.View.ContextMenu div.List div.Last{
            border-bottom: 0px;
        }

.POS.Scene.View.DataList{
    display: inline;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
}

.POS.Scene.View.DataList div.Item{
    display: inline-block;
    width: 200px;
    height: 200px;
    border: solid 1px #7a7a7a;
    border-radius: 3px;
}

.POS.Scene.View.DataList div.Item:hover{
    cursor: pointer;
}

.POS.Scene.View.DataList div.Item table{
    width: 100%;
    height: 100%;
}

.POS.Scene.View.DataList div.Item table tr td{
    font-size: 18px;
    font-family: Arial, Verdana, Tahoma, Raleway, 'Open Sans', 'Comic Sans MS', 'Lucida Sans';
    color: #2a2a2a;
    text-align: center;
}

.POS.Scene.View.DataTable{
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.POS.Scene.View.DataTable div.Cell{
    width: 100%;
    height: 84px;
    box-sizing: border-box;
    border-bottom: solid 1px #9a9a9a;
    transition: background-color linear 0.5s;
    overflow: hidden;
    padding: 0px;
}

.POS.Scene.View.DataTable div.Cell.First{
    border-top: solid 1px #9a9a9a;
}

.POS.Scene.View.DataTable div.Cell table{
    width: 100%;
    height: 100%;
    border-collapse: collapse;
}

.POS.Scene.View.DataTable div.Cell table tr td.Text{
    text-align: left;
    padding-left: 20px;
    font-family: Arial;
    font-size: 14px;
    color: #2a2a2a;
}

.POS.Scene.View.DataTable div.Cell table tr td.Button{
    width: 84px;
    text-align: center;
    padding-left: 20px;
    padding-right: 10px;
}

.POS.Scene.View.DataTable div.Cell table tr td.Image{
    padding: 0px;
    width: 84px;
    vertical-align: middle;
    text-align: center;
}

.POS.Scene.View.DataTable div.Cell table tr td.Image img{
    width: 84px;
    height: 84px;
}

.POS.Scene.View.DataTable div.Cell:hover{
    cursor: pointer;
}

.POS.Scene.View.DropdownList{
    background-color: #ffffff;
    box-sizing: border-box;
    border: solid 1px #9a9a9a;
    border-radius: 3px;
    width: 100%;
    padding-right: 32px;
    position: relative;
    background-image: url('/Content/dropdownlist_arrow_narrow.png');
    background-repeat: no-repeat;
    background-position: right;
    overflow: hidden;
    display: inline-block;
    overflow-x: hidden;
    position: relative;
    text-overflow: clip;
}

.POS.Scene.View.DropdownList.Fluid{
    background-color: transparent;
    border: 0px;
    padding: 0px;
    padding-right: 32px;
}

.POS.Scene.View.DropdownList.Required {
    border: solid 1px #ad1f04;
    background-color: #cccccc;
}

.POS.Scene.View.DropdownList.Fluid.Required{
    background-color: transparent;
    border: 0px;
}

.POS.Scene.View.DropdownList.Fluid.Required {
}

.POS.Scene.View.DropdownList.Selecting {
    background-image: url('/Content/dropdownlist_arrow_narrow_up.png');
}

.POS.Scene.View.DropdownList.Fluid.Selecting {
    background-image: url('/Content/dropdownlist_arrow_narrow_up.png');
}

.POS.Scene.View.DropdownList:hover{
    cursor: pointer;
}

.POS.Scene.View.DropdownList input{
    font-size: 14px;
    font-family: Arial, Verdana, Tahoma, Raleway, 'Open Sans', 'Comic Sans MS', 'Lucida Sans';
    color: #2a2a2a;
    background-color: transparent;
    width: 100%;
    height: 100%;
    padding-left: 7px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 32px;
    box-sizing: border-box;
    background-color: transparent;
    border: 0px;
    text-align: left;
}
    .POS.Scene.View.DropdownList input:hover {
        cursor: pointer;
    }

    .POS.Scene.View.DropdownList.Fluid input {
        font-size: 14px;
        font-family: Arial, Verdana, Tahoma, Raleway, 'Open Sans', 'Comic Sans MS', 'Lucida Sans';
        color: #2a2a2a;
        background-color: transparent;
        width: 100%;
        height: 100%;
        padding-left: 0px;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-right: 32px;
        box-sizing: border-box;
        background-color: transparent;
        border: 0px;
        text-align: left;
    }

.POS.Scene.View.Email{
    display: inline-block;
    width: 100%;
}

.POS.Scene.View.Email.Folder{
    display: inline-block;
}

.POS.Scene.View.Email.Folder div.Item{
    display: inline-block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-family: Arial, Verdana, Tahoma, Raleway, 'Open Sans', 'Comic Sans MS', 'Lucida Sans';
    font-size: 18px;
    color: #2a2a2a;
    transition: background-color linear 0.5s;
}

.POS.Scene.View.Email.Folder div.Item:hover{
    cursor: pointer;
    background-color: #0094be;
    color: #ffffff;
}

.POS.Scene.View.Email.Folder div.Item.Selected{
    border: solid 1px #0094be;
}

    .POS.Scene.View.Email div.Subject{
        font-size: 26px;
        font-family: Arial, Verdana, Tahoma, Raleway, 'Open Sans', 'Comic Sans MS', 'Lucida Sans';
        color: #2a2a2a;
        padding-bottom: 7px;
    }

    .POS.Scene.View.Email div.From{
        font-size: 16px;
        font-family: Arial, Verdana, Tahoma, Raleway, 'Open Sans', 'Comic Sans MS', 'Lucida Sans';
        color: #2a2a2a;
        padding-bottom: 5px;
    }

    .POS.Scene.View.Email div.To{
        font-size: 14px;
        font-family: Arial, Verdana, Tahoma, Raleway, 'Open Sans', 'Comic Sans MS', 'Lucida Sans';
        color: #2a2a2a;
        padding-bottom: 5px;
    }

    .POS.Scene.View.Email div.Date{
        font-size: 14px;
        font-family: Arial, Verdana, Tahoma, Raleway, 'Open Sans', 'Comic Sans MS', 'Lucida Sans';
        color: #2a2a2a;
        display: inline-block;
    }

    .POS.Scene.View.Email div.Content{
        padding-top: 10px;
    }

.POS.Scene.View.Email.Header.Item{
    display: inline-block;
    width: 100%;
    transition: background-color linear 0.5s;
    padding: 7px;
    box-sizing: border-box;
    border: solid 1px #aaaaaa;
}

.POS.Scene.View.Email.Header.Item:hover{
    background-color: #69a8f5;
    cursor: pointer;
}
.POS.Scene.View.Email.Header.Item table{
    width: 100%;
    box-sizing: border-box;
}

.POS.Scene.View.Email.Header.Item table.New{
    width: 100%;
    box-sizing: border-box;
    border-left: solid 2px #0097be;
}

.POS.Scene.View.Email.Header.Item table tr td.Attachment{
    width: 20px;
}

.POS.Scene.View.Email.Header.Item table tr td.Attachment div.Attachment{
    width: 24px;
    height: 24px;
    background-size: cover;
    background-image: url('/Content/Images/PhamFramework/Actions/Paperclip48x48.png');
}

.POS.Scene.View.Email.Header.Item table.New tr td.Attachment{
    width: 20px;
}

.POS.Scene.View.Email.Header.Item table.New tr td.Attachment div.Attachment{
    width: 24px;
    height: 24px;
    background-size: cover;
    background-image: url('/Content/Images/PhamFramework/Actions/Paperclip48x48.png');
}

.POS.Scene.View.Email.Header.Item table tr td.Info{
    font-size: 14px;
    font-family: Arial, Verdana, Tahoma, Raleway, 'Open Sans', 'Comic Sans MS', 'Lucida Sans';
    color: #2a2a2a;
    overflow: hidden;
}

.POS.Scene.View.Email.Header.Item table tr td.Info div.Name{
    font-size: 16px;
    font-family: Arial, Verdana, Tahoma, Raleway, 'Open Sans', 'Comic Sans MS', 'Lucida Sans';
    color: #2a2a2a;
    overflow: hidden;
    display: inline-block;
}

.POS.Scene.View.Email.Header.Item table.New tr td.Info{
    font-size: 14px;
    font-family: Arial, Verdana, Tahoma, Raleway, 'Open Sans', 'Comic Sans MS', 'Lucida Sans';
    color: #2a2a2a;
    font-weight: bold;
    overflow: hidden;
}

.POS.Scene.View.Email.Header.Item table.New tr td.Info div.Name{
    font-size: 16px;
    font-family: Arial, Verdana, Tahoma, Raleway, 'Open Sans', 'Comic Sans MS', 'Lucida Sans';
    color: #2a2a2a;
    font-weight: bold;
    overflow: hidden;
    display: inline-block;
}

.POS.Scene.View.Email.Header.Item table tr td.Date{
    width: 80px;
    font-size: 14px;
    font-family: Arial, Verdana, Tahoma, Raleway, 'Open Sans', 'Comic Sans MS', 'Lucida Sans';
    color: #2a2a2a;
    vertical-align: bottom;
    text-align: right;
}

.POS.Scene.View.Email.Header.Item table.New tr td.Date{
    width: 80px;
    font-size: 14px;
    font-family: Arial, Verdana, Tahoma, Raleway, 'Open Sans', 'Comic Sans MS', 'Lucida Sans';
    color: #2a2a2a;
    font-weight: bold;
    vertical-align: bottom;
    text-align: right;
}

.POS.Scene.View.FlipSwitch {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
}

    .POS.Scene.View.FlipSwitch div.Label {
        font-family: Arial, Verdana, Tahoma, Raleway, 'Open Sans', 'Comic Sans MS', 'Lucida Sans';
        font-size: 14px;
        color: #2a2a2a;
        padding-bottom: 3px;
        padding-top: 3px;
        font-weight: bold;
        box-sizing: border-box;
    }

    .POS.Scene.View.FlipSwitch div.Switch{
        position: relative;
        display: inline-block;
        width: 50px;
        height: 26px;
        border-radius: 13px;
        background-color: #808080;
        transition: background-color ease 0.3s;
    }

        .POS.Scene.View.FlipSwitch div.Switch:hover {
            cursor: pointer;
        }

        .POS.Scene.View.FlipSwitch div.Switch.On {
            background-color: #0dc42c;
        }

            .POS.Scene.View.FlipSwitch div.Switch div.Slider {
                    display: inline-block;
                    width: 22px;
                    height: 22px;
                    border-radius: 11px;
                    background-color: #ffffff;
                    position: absolute;
                    left: 3px;
                    top: 2px;
                    transition: left ease 0.7s;
                }

                    .POS.Scene.View.FlipSwitch div.Switch div.Slider.On {
                        left: 25px;
                    }

.POS.Scene.View.Form.Fluid{
    display: inline-block; 
    padding: 0px; 
    border: solid 1px #9a9a9a; 
    border-radius: 3px; 
    background-color: #f3f3f3; width: 600px;
}

.POS.Scene.View.Form.Fluid div.Fluid{
    border: 0px; 
    display: inline-block; 
    padding: 20px; 
    box-sizing: border-box;
    border-right: solid 1px #9a9a9a;
}

.POS.Scene.View.Form.Fluid div.Fluid:hover{
    cursor: pointer;
}

.POS.Scene.View.Form.Fluid div.Fluid.Last{
    border-right: 0px;
}
.POS.Scene.View.Form.Fluid div.Fluid.Middle{
    border-top: solid 1px #9a9a9a;
}

.POS.Scene.View.Grid{
    display: inline-block;
    border-collapse: collapse;
    border: 0px;
    border: solid 1px #9a9a9a;
}

.POS.Scene.View.Grid tr.Header{
    background-color: #2a2a2a;
}

.POS.Scene.View.Grid tr.Header td{
    background-color: #2a2a2a;
    color: #ffffff;
    font-family: Arial;
    font-size: 18px;
    padding-top: 10px;
    padding-left: 7px;
    padding-bottom: 10px;
    padding-right: 20px;
}

.POS.Scene.View.Grid tr.Row {
    background-color: #ffffff;
}

.POS.Scene.View.Grid tr.Row.Selectable{
    transition: background-color ease 0.5s;
}

.POS.Scene.View.Grid tr.Row.Selectable:hover{
    cursor: pointer;
    background-color: #777777;
    color: #ffffff;
}

.POS.Scene.View.Grid tr.Row.Odd{
    background-color: #dddddd;
}

.POS.Scene.View.Grid tr.Row.Selectable.Odd{
    transition: background-color ease 0.5s;
}

.POS.Scene.View.Grid tr.Row.Selectable.Odd:hover{
    background-color: #777777;
    cursor: pointer;
    color: #ffffff;
}

.POS.Scene.View.Grid tr.Row td{
    font-family: Arial;
    font-size: 14px;
    border-bottom: solid 1px #9a9a9a;
    border-left: solid 1px #9a9a9a;
    padding-left: 7px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.POS.Scene.View.Grid tr.Row td.Last{
    border-bottom: 0px;
}

.POS.Scene.View.Grid tr.Row.Odd td{
    font-family: Arial;
    font-size: 14px;
    border-bottom: solid 1px #9a9a9a;
    border-left: solid 1px #9a9a9a;
    padding-left: 7px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

    .POS.Scene.View.Grid tr.Row.Odd td.Last {
        border-bottom: 0px;
    }

.POS.Scene.View.Grid tr.Row td.First{
    border-left: 0px;
}

.POS.Scene.View.Grid tr.Row td.First.Last{
    border-bottom: 0px;
}

.POS.Scene.View.Grid tr.Row td.AlignCenter{
    text-align: center;
}

.POS.Scene.View.Grid tr.Row td.AlignRight{
    text-align: right;
}

.POS.Scene.View.Group.ImageSelection{
    display: inline-block;
    width: 100%;
    text-align: left;
}

.POS.Scene.View.Group.ImageSelection div.Item{
    display: inline-block;
    padding-right: 20px;
    padding-bottom: 20px;
    text-align: left;
}

.POS.Scene.View.Group.ImageSelection div.Item div.Image{
    width: 175px;
    height: 79px;
    background-size: cover;
    background-color: #ffffff;
    border: solid 3px #ffffff;
    transition: border linear 0.5s;
}

    .POS.Scene.View.Group.ImageSelection div.Item div.Image:hover {
        cursor: pointer;
        border: solid 3px #0094be;
    }

    .POS.Scene.View.Group.ImageSelection div.Item div.Image.Selected {
        border: solid 3px #0094be;
    }

.POS.Scene.View.InlineTextbox{
    position: relative;
    display: inline-block;
    padding: 0px;
    box-sizing: border-box;
    -webkit-appearance: none;
    background: transparent;
}

.POS.Scene.View.InlineTextbox input.Standard{
    font-size: 14px;
    font-family: Arial, Verdana, Tahoma, Raleway, 'Open Sans', 'Comic Sans MS', 'Lucida Sans';
    color: #2a2a2a;
    box-sizing: border-box;
    border: solid 1px #9a9a9a;
    border-radius: 3px;
    padding: 7px;
    width: 250px;
    position: relative;
    z-index: 10;
    background-color: transparent;
    display: inline;
    -webkit-appearance: none;
}

.POS.Scene.View.InlineTextbox div.Label{
    font-size: 14px;
    font-family: Arial, Verdana, Tahoma, Raleway, 'Open Sans', 'Comic Sans MS', 'Lucida Sans';
    color: #6a6a6a;
    box-sizing: border-box;
    border: 0px;
    padding: 7px;
    padding-left: 8px;
    padding-right: 8px;
    width: 250px;
    position: absolute;
    z-index: 0;
    left: 0px;
    top: 0px;
    -webkit-appearance: none;
}

.POS.Scene.View.InlineTextbox div.Label.Required{
    color: #ad1f04;
}

.POS.Scene.View.Label{
    font-size: 14px;
    font-family: Arial, Verdana, Tahoma, Raleway, 'Open Sans', 'Comic Sans MS', 'Lucida Sans';
    color: #6a6a6a;
    display: inline-block;
    background-color: transparent;
}

.POS.Scene.View.Label.FullWidth{
    width: 100%;
}

.POS.Scene.View.Label.FullWidth.Center{
    text-align: center;
}

.POS.Scene.View.Label.Required{
    color: #ad1f04;
}

.POS.Scene.View.Link{
    font-size: 14px;
    font-family: Arial, Verdana, Tahoma, Raleway, 'Open Sans', 'Comic Sans MS', 'Lucida Sans';
    color: #be1238;
    padding-bottom: 3px;
    padding-top: 3px;
    display: inline-block;
}

.POS.Scene.View.Link:hover{
    cursor: pointer;
}

.POS.Scene.View.Link.CLI{
    color: #a21d48;
}

.POS.Scene.View.List{
    display: inline-block;
    width: 100%;
    background-color: transparent;
}

.POS.Scene.View.List.Item{
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    background-color: transparent;
    padding-left: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: solid 1px #9a9a9a;
    overflow: hidden;
}

.POS.Scene.View.List.Item:hover{
    cursor: pointer;
    background-color: #dddddd;
}

.POS.Scene.View.List.Item div.Text{
    font-family: Arial, Tahoma, Verdana;
    font-size: 18px;
    color: #2a2a2a;
    width: 100%;
    text-align: left;
    display: inline;
}

.POS.Scene.View.List.Item img{
    width: 36px;
    height: 36px;
    vertical-align: middle;
    padding-right: 15px;
}

.POS.Scene.View.List.Menu{
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.POS.Scene.View.List.Menu div.Item{
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-family: Arial, Verdana, Tahoma, Raleway, 'Open Sans', 'Comic Sans MS', 'Lucida Sans';
    font-size: 18px;
    color: #2a2a2a;
    transition: background-color linear 0.5s;
}

.POS.Scene.View.List.Menu div.Item:hover{
    cursor: pointer;
    background-color: #0094be;
    color: #ffffff;
}

.POS.Scene.View.List.Menu div.Item.Selected{
    border: solid 1px #0094be;
}

.POS.Scene.View.Menu{
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    overflow: hidden;
}

.POS.Scene.View.Menu div.Item{
    display: inline-block;
    padding-right: 20px;
}

.POS.Scene.View.Menu div.Item div.Content{
    display: inline-block;
    font-family: Arial, Tahoma, Verdana;
    font-size: 20px;
    color: #9a9a9a;
    transition: color ease 0.5s;
}

.POS.Scene.View.Menu div.Item div.Content:hover{
    cursor: pointer;
    color: #2a2a2a;
    text-decoration: underline;
}

.POS.Scene.View.Menu div.Item div.Content.Selected{
    color: #2a2a2a;
}

.POS.Scene.View.MenuLight{
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    overflow: hidden;
    background-color: transparent;
}

.POS.Scene.View.MenuLight div.Item{
    display: inline-block;
    padding-right: 20px;
}

.POS.Scene.View.MenuLight div.Item div.Content{
    display: inline-block;
    font-family: 'Open Sans', Arial, Tahoma, Verdana;
    font-size: 20px;
    color: #9a9a9a;
    transition: color ease 0.5s;
}

.POS.Scene.View.MenuLight div.Item div.Content:hover{
    cursor: pointer;
    color: #ffffff;
    text-decoration: underline;
}

.POS.Scene.View.MenuLight div.Item div.Content.Selected{
    color: #ffffff;
}

.POS.Scene.View.Menu.SlideIn{
    width: 300px;
    position: absolute;
    z-index: 0;
    left: -300px;
    height: 1000px;
    background-color: #ffffff;
    display: inline-block;
}

.POS.Scene.View.MessageBox{
    display: none;
    position: absolute;
    z-index: 11000;
    left: 0px;
    top: 0px;
    background-color: rgba(0,0,0,0.84);
}

.POS.Scene.View.MessageBox div.Container{
    display: inline-block;
    background-color: #ffffff;
    padding: 0px;
    position: absolute;
    overflow: hidden;
    border-radius: 5px;
}

.POS.Scene.View.MessageBox div.Container div.Title{
    display: inline-block;
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Arial, Tahoma, Verdana;
    font-size: 18px;
    color: #2a2a2a;
    font-weight: bold;
    text-align: center;
    position: absolute;
    overflow: hidden;
    border-radius: 0px;
    width: 100%;
    border-bottom: solid 1px #7a7a7a;
}

.POS.Scene.View.MessageBox div.Container div.Message{
    display: inline-block;
    font-family: Arial, Tahoma, Verdana;
    font-size: 16px;
    color: #2a2a2a;
    width: 100%;
    text-align: left;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    z-index: 0;
    left: 0px;
    top: 0px;
    padding-top: 60px;
}

.POS.Scene.View.MessageBox div.Container div.Button{
    position: absolute;
    display: inline-block;
    font-size: 16px;
    font-family: Arial, Verdana, Tahoma, Raleway, 'Open Sans', 'Comic Sans MS', 'Lucida Sans';
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #9a9a9a;
    color: #fefefe;
    transition: background-color ease 0.5s;
    -webkit-appearance: none;
    left: 0px;
    width: 100%;
    text-align: center;
}

.POS.Scene.View.MessageBox div.Container div.Button:hover{
    cursor: pointer;
    background-color: #6a6a6a;
}

.POS.Scene.View.MessageBox div.Container div.Button.Red{
    background-color: #be1238;
}

.POS.Scene.View.MessageBox div.Container div.Button.Red:hover{
    background-color: #ad0404;
    cursor: pointer;
}

.POS.Scene.View.MessageBox div.Container div.Button.Blue{
    background-color: #0094be;
}

.POS.Scene.View.MessageBox div.Container div.Button.Blue:hover{
    background-color: #0067be;
    cursor: pointer;
}

.POS.Scene.Multiview{
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.POS.Scene.Multiview div.SingleView{
    display: none;
    width: 100%;
    box-sizing: border-box;
}

.POS.Scene.Multiview div.SingleView.Active{
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
}

.POS.Scene.View.Navigation {
    width: 100%;
    height: 54px;
    background-color: #f1f1f1;
    border-bottom: solid 1px #9a9a9a;
    position: fixed;
    padding: 0px;
    z-index: 1200;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-appearance: none;
    display: inline;
}

.POS.Scene.View.Navigation.Blue{
    background-color: #0094ff;
}

.POS.Scene.View.Navigation.Transparent{
    background-color: transparent;
    border-bottom: 0px;
}

    .POS.Scene.View.Navigation table {
        width: 100%;
        height: 54px;
        box-sizing: border-box;
        padding: 0px;
        border-collapse: collapse;
        background-color: transparent;
    }

        .POS.Scene.View.Navigation table tr td.Left {
            text-align: center;
            width: 54px;
            height: 54px;
        }

            .POS.Scene.View.Navigation table tr td.Left div.Button.Down{
                display: inline-block;
                background-image: url('/content/images/PhamFramework/Navigation/ArrowDown.png');
                background-size: cover;
                width: 54px;
                height: 54px;
                box-sizing: border-box;
                padding: 0px;
            }

                .POS.Scene.View.Navigation table tr td.Left div.Button.Down:hover {
                    cursor: pointer;
                }

            .POS.Scene.View.Navigation table tr td.Left div.Button.Back{
                display: inline-block;
                background-image: url('/content/images/PhamFramework/Navigation/ArrowLeft144x144.png');
                background-size: cover;
                width: 54px;
                height: 54px;
                box-sizing: border-box;
                padding: 0px;
            }

            .POS.Scene.View.Navigation.Blue table tr td.Left div.Button.Back{
                display: inline-block;
                background-image: url('/content/images/PhamFramework/Navigation/ArrowLeft144x144_white.png');
                background-size: cover;
                width: 54px;
                height: 54px;
                box-sizing: border-box;
                padding: 0px;
            }

                .POS.Scene.View.Navigation table tr td.Left div.Button.Back:hover {
                    cursor: pointer;
                }
            
            .POS.Scene.View.Navigation table tr td.Left div.Button.Left{
                display: inline-block;
                background-image: url('/content/images/PhamFramework/Navigation/ArrowLeft144x144.png');
                background-size: cover;
                width: 54px;
                height: 54px;
                box-sizing: border-box;
                padding: 0px;
            }

            .POS.Scene.View.Navigation.Blue table tr td.Left div.Button.Left{
                display: inline-block;
                background-image: url('/content/images/PhamFramework/Navigation/ArrowLeft144x144_white.png');
                background-size: cover;
                width: 54px;
                height: 54px;
                box-sizing: border-box;
                padding: 0px;
            }

                .POS.Scene.View.Navigation table tr td.Left div.Button.Left:hover {
                    cursor: pointer;
                }

            .POS.Scene.View.Navigation table tr td.Left div.Button.Add{
                display: inline-block;
                background-image: url('/content/images/PhamFramework/Navigation/Add144x144.png');
                background-size: cover;
                width: 54px;
                height: 54px;
                box-sizing: border-box;
                padding: 0px;
            }

            .POS.Scene.View.Navigation.Blue table tr td.Left div.Button.Add{
                display: inline-block;
                background-image: url('/content/images/PhamFramework/Navigation/Add144x144_white.png');
                background-size: cover;
                width: 54px;
                height: 54px;
                box-sizing: border-box;
                padding: 0px;
            }

                .POS.Scene.View.Navigation table tr td.Left div.Button.Add:hover {
                    cursor: pointer;
                }

            .POS.Scene.View.Navigation table tr td.Left div.Button.WriteMessage{
                display: inline-block;
                background-image: url('/content/images/PhamFramework/Navigation/ChatEdit144x144.png');
                background-size: cover;
                width: 54px;
                height: 54px;
                box-sizing: border-box;
                padding: 0px;
            }

            .POS.Scene.View.Navigation.Blue table tr td.Left div.Button.WriteMessage{
                display: inline-block;
                background-image: url('/content/images/PhamFramework/Navigation/ChatEdit144x144_white.png');
                background-size: cover;
                width: 54px;
                height: 54px;
                box-sizing: border-box;
                padding: 0px;
            }

                .POS.Scene.View.Navigation table tr td.Left div.Button.WriteMessage:hover {
                    cursor: pointer;
                }

            .POS.Scene.View.Navigation table tr td.Left div.Button.Menu{
                display: inline-block;
                background-image: url('/content/images/PhamFramework/Navigation/Menu144x144.png');
                background-size: cover;
                width: 54px;
                height: 54px;
                box-sizing: border-box;
                padding: 0px;
            }

            .POS.Scene.View.Navigation.Blue table tr td.Left div.Button.Menu{
                display: inline-block;
                background-image: url('/content/images/PhamFramework/Navigation/Menu144x144_white.png');
                background-size: cover;
                width: 54px;
                height: 54px;
                box-sizing: border-box;
                padding: 0px;
            }

            .POS.Scene.View.Navigation.Transparent table tr td.Left div.Button.Menu{
                display: inline-block;
                background-image: url('/content/images/PhamFramework/Navigation/Menu144x144_white.png');
                background-size: cover;
                width: 54px;
                height: 54px;
                box-sizing: border-box;
                padding: 0px;
            }

                .POS.Scene.View.Navigation table tr td.Left div.Button.Menu:hover {
                    cursor: pointer;
                }

            .POS.Scene.View.Navigation table tr td.Left div.Button.Power{
                display: inline-block;
                background-image: url('/content/images/PhamFramework/Navigation/Power144x144.png');
                background-size: cover;
                width: 54px;
                height: 54px;
                box-sizing: border-box;
                padding: 0px;
            }

            .POS.Scene.View.Navigation.Blue table tr td.Left div.Button.Power{
                display: inline-block;
                background-image: url('/content/images/PhamFramework/Navigation/Power144x144_White.png');
                background-size: cover;
                width: 54px;
                height: 54px;
                box-sizing: border-box;
                padding: 0px;
            }

                .POS.Scene.View.Navigation table tr td.Left div.Button.Power:hover {
                    cursor: pointer;
                }

            .POS.Scene.View.Navigation table tr td.Left div.Status {
                text-align: center;
                box-sizing: border-box;
                padding: 0px;
                display: inline-block;
            }   

        .POS.Scene.View.Navigation table tr td.Center {
            text-align: center;
            vertical-align: middle;
        }

            .POS.Scene.View.Navigation table tr td.Center div.Label.Title {
                font-family: Raleway, 'Open Sans', Arial, Tahoma, Verdana, 'Comic Sans MS', 'Lucida Sans';
                font-size: 24px;
                display: inline-block;
                color: #2a2a2a;
                text-align: center;
                box-sizing: border-box;
                overflow: hidden;
            }

            .POS.Scene.View.Navigation.Blue table tr td.Center div.Label.Title {
                font-family: Raleway, 'Open Sans', Arial, Tahoma, Verdana, 'Comic Sans MS', 'Lucida Sans';
                font-size: 24px;
                display: inline-block;
                color: #ffffff;
                text-align: center;
                box-sizing: border-box;
                overflow: hidden;
            }

        .POS.Scene.View.Navigation table tr td.Right {
            text-align: right;
            width: 54px;
            height: 54px;
            text-align: center;
        }

            .POS.Scene.View.Navigation table tr td.Right div.Label.Nothing {
                width: 54px;
                height: 54px;
                display: inline-block;
            }

            .POS.Scene.View.Navigation table tr td.Right div.Button.Action {
                border-radius: 5px;
                display: inline-block;
                background-color: #0094ff;
                color: #ffffff;
                font-family: Raleway, 'Open Sans', Arial, Tahoma, Verdana, 'Comic Sans MS', 'Lucida Sans';
                font-size: 16px;
                padding-top: 10px;
                padding-bottom: 10px;
                padding-left: 20px;
                padding-right: 20px;
                text-align: center;
                box-sizing: border-box;
            }

            .POS.Scene.View.Navigation table tr td.Right div.Button.Green {
                background-color: #11a600;
            }

            .POS.Scene.View.Navigation table tr td.Right div.Button.Red {
                background-color: #be1238;
            }

                .POS.Scene.View.Navigation table tr td.Right div.Button.Action:hover {
                    cursor: pointer;
                }

            .POS.Scene.View.Navigation table tr td.Right div.Button.Add{
                display: inline-block;
                background-image: url('/content/images/PhamFramework/Navigation/Add144x144.png');
                background-size: cover;
                width: 54px;
                height: 54px;
                box-sizing: border-box;
                padding: 0px;
            }

            .POS.Scene.View.Navigation.Blue table tr td.Right div.Button.Add{
                display: inline-block;
                background-image: url('/content/images/PhamFramework/Navigation/Add144x144_white.png');
                background-size: cover;
                width: 54px;
                height: 54px;
                box-sizing: border-box;
                padding: 0px;
            }

                .POS.Scene.View.Navigation table tr td.Right div.Button.Add:hover {
                    cursor: pointer;
                }

            .POS.Scene.View.Navigation table tr td.Right div.Button.WriteMessage{
                display: inline-block;
                background-image: url('/content/images/PhamFramework/Navigation/ChatEdit144x144.png');
                background-size: cover;
                width: 54px;
                height: 54px;
                box-sizing: border-box;
                padding: 0px;
            }

            .POS.Scene.View.Navigation.Blue table tr td.Right div.Button.WriteMessage{
                display: inline-block;
                background-image: url('/content/images/PhamFramework/Navigation/ChatEdit144x144_white.png');
                background-size: cover;
                width: 54px;
                height: 54px;
                box-sizing: border-box;
                padding: 0px;
            }

                .POS.Scene.View.Navigation table tr td.Right div.Button.WriteMessage:hover {
                    cursor: pointer;
                }

            .POS.Scene.View.Navigation table tr td.Right div.Button.ComposeMail{
                display: inline-block;
                background-image: url('/Content/Images/PhamFramework/Actions/Compose144x144.png');
                background-size: cover;
                width: 54px;
                height: 54px;
                box-sizing: border-box;
                padding: 0px;
            }

            .POS.Scene.View.Navigation.Blue table tr td.Right div.Button.ComposeMail{
                display: inline-block;
                background-image: url('/Content/Images/PhamFramework/Actions/Compose144x144_white.png');
                background-size: cover;
                width: 54px;
                height: 54px;
                box-sizing: border-box;
                padding: 0px;
            }

                .POS.Scene.View.Navigation table tr td.Right div.Button.ComposeMail:hover {
                    cursor: pointer;
                }

            .POS.Scene.View.Navigation table tr td.Right div.Button.More{
                display: inline-block;
                background-image: url('/Content/Images/PhamFramework/Navigation/More144x144.png');
                background-size: cover;
                width: 54px;
                height: 54px;
                box-sizing: border-box;
                padding: 0px;
            }

            .POS.Scene.View.Navigation.Blue table tr td.Right div.Button.More{
                display: inline-block;
                background-image: url('/Content/Images/PhamFramework/Navigation/More144x144_white.png');
                background-size: cover;
                width: 54px;
                height: 54px;
                box-sizing: border-box;
                padding: 0px;
            }

                .POS.Scene.View.Navigation table tr td.Right div.Button.More:hover {
                    cursor: pointer;
                }

            .POS.Scene.View.Navigation table tr td.Right div.Button.Menu{
                display: inline-block;
                background-image: url('/content/images/PhamFramework/Navigation/Menu144x144.png');
                background-size: cover;
                width: 54px;
                height: 54px;
                box-sizing: border-box;
                padding: 0px;
            }

            .POS.Scene.View.Navigation.Blue table tr td.Right div.Button.Menu{
                display: inline-block;
                background-image: url('/content/images/PhamFramework/Navigation/Menu144x144_white.png');
                background-size: cover;
                width: 54px;
                height: 54px;
                box-sizing: border-box;
                padding: 0px;
            }

            .POS.Scene.View.Navigation.Transparent table tr td.Right div.Button.Menu{
                display: inline-block;
                background-image: url('/content/images/PhamFramework/Navigation/Menu144x144_white.png');
                background-size: cover;
                width: 54px;
                height: 54px;
                box-sizing: border-box;
                padding: 0px;
            }

                .POS.Scene.View.Navigation table tr td.Right div.Button.Menu:hover {
                    cursor: pointer;
                }

            .POS.Scene.View.Navigation table tr td.Right div.Button.Power{
                display: inline-block;
                background-image: url('/content/images/PhamFramework/Navigation/Power144x144.png');
                background-size: cover;
                width: 54px;
                height: 54px;
                box-sizing: border-box;
                padding: 0px;
            }

            .POS.Scene.View.Navigation.Blue table tr td.Right div.Button.Power{
                display: inline-block;
                background-image: url('/content/images/PhamFramework/Navigation/Power144x144_White.png');
                background-size: cover;
                width: 54px;
                height: 54px;
                box-sizing: border-box;
                padding: 0px;
            }

                .POS.Scene.View.Navigation table tr td.Right div.Button.Power:hover {
                    cursor: pointer;
                }

    .POS.Scene.View.Notification{
        display: inline-block;
        position: absolute;
        z-index: 7000;
        width: 400px;
        padding-top: 7px;
        padding-bottom: 7px;
        font-family: Arial;
        font-size: 14px;
        color: #4a4a4a;
        background-color: #f9edbe;
        border: solid 1px #f0c36d;
        text-align: center;
    }

    .POS.Scene.View.Notification.Mobile{
        width: 280px;
    }

 .POS.Scene.View.Panel{
     display: none;
     background-color: #ffffff;
     width: 100%;
     height: 100%;
     position: absolute;
     z-index: 10;
     left: 0px;
     top: 0px;
     overflow: auto;
 }

 .POS.Scene.View.Panel.WithPadding50{
     padding: 50px;
 }

.POS.Scene.View.Progress{
    position: absolute;
    z-index: 4000;
    left: 0px;
    top: 0px;
    display: inline-block;
}

.POS.Scene.View.Progress div.Container{
    background-color: rgba(0,0,0,0.90);
    border-radius: 5px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    position: absolute;
    display: inline-block;
}

.POS.Scene.View.Progress div.Container div.Image{
    width: 64px;
    height: 64px;
    background-image: url('/Content/Loading64x64_white.png');
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    box-sizing: border-box;
}

.POS.Scene.View.Progress div.Container div.Text{
    font-size: 14px;
    font-family: Arial, Verdana, Tahoma, Raleway, 'Open Sans', 'Comic Sans MS', 'Lucida Sans';
    color: #ffffff;
    padding-bottom: 3px;
    padding-top: 7px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
}

.POS.Scene.View.Progress.Inline{
    position: relative;
    width: 32px;
    height: 32px;
    display: inline-block;
}

.POS.Scene.View.Progress.Inline div.Image{
    width: 32px;
    height: 32px;
    background-image: url('/Content/Loading64x64.png');
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    box-sizing: border-box;
}

.POS.Scene.View.Sidebar{
    display: inline-block;
    position: absolute;
    z-index: 800;
    left: 0px;
    top: 0px;
    background-color: #cccccc;
    border-right: solid 1px #7a7a7a;
    width: 54px;
}

.POS.Scene.View.Sidebar div.Group{
    display: inline-block;
    background-image: url('/content/images/PhamFramework/Navigation/Group144x144.png');
    background-size: cover;
    width: 54px;
    height: 54px;
    box-sizing: border-box;
    padding: 0px;
    transition: background-color ease 0.5s;
}

.POS.Scene.View.Sidebar div.Group:hover{
    background-color: #0094be;
    background-image: url('/Content/Images/PhamFramework/Navigation/Group144x144_white.png')
}

.POS.Scene.View.Sidebar div.Group.Selected{
    background-color: #0094be;
    background-image: url('/Content/Images/PhamFramework/Navigation/Group144x144_white.png')
}

.POS.Scene.View.Sidebar div.Group.White{
    background-image: url('/Content/Images/PhamFramework/Navigation/Group144x144_white.png')
}

.POS.Scene.View.Sidebar div.Group:hover{
    cursor: pointer;
}

.POS.Scene.View.Sidebar div.Group.White:hover{
    cursor: pointer;
}

.POS.Scene.View.Sidebar div.Menu{
    display: inline-block;
    background-image: url('/content/images/PhamFramework/Navigation/Menu144x144.png');
    background-size: cover;
    width: 54px;
    height: 54px;
    box-sizing: border-box;
    padding: 0px;
    transition: background-color ease 0.5s;
}

.POS.Scene.View.Sidebar div.Menu:hover{
    background-color: #0094be;
    background-image: url('/Content/Images/PhamFramework/Navigation/Menu144x144_white.png')
}

.POS.Scene.View.Sidebar div.Menu.Selected{
    background-color: #0094be;
    background-image: url('/Content/Images/PhamFramework/Navigation/Menu144x144_white.png')
}

.POS.Scene.View.Sidebar div.Menu.White{
    background-image: url('/Content/Images/PhamFramework/Navigation/Menu144x144_white.png')
}

.POS.Scene.View.Sidebar div.Menu:hover{
    cursor: pointer;
}

.POS.Scene.View.Sidebar div.Menu.White:hover{
    cursor: pointer;
}

.POS.Scene.View.Sidebar div.Dashboard{
    display: inline-block;
    background-image: url('/content/images/PhamFramework/Dashboard144x144.png');
    background-size: cover;
    width: 54px;
    height: 54px;
    box-sizing: border-box;
    padding: 0px;
    transition: background-color ease 0.5s;
}

.POS.Scene.View.Sidebar div.Dashboard:hover{
    background-color: #0094be;
    background-image: url('/Content/Images/PhamFramework/Dashboard144x144_white.png')
}

.POS.Scene.View.Sidebar div.Dashboard.Selected{
    background-color: #0094be;
    background-image: url('/Content/Images/PhamFramework/Dashboard144x144_white.png')
}

.POS.Scene.View.Sidebar div.Dashboard.White{
    background-image: url('/Content/Images/PhamFramework/Dashboard144x144_white.png')
}

.POS.Scene.View.Sidebar div.Dashboard:hover{
    cursor: pointer;
}

.POS.Scene.View.Sidebar div.Dashboard.White:hover{
    cursor: pointer;
}

.POS.Scene.View.Sidebar div.Statistics{
    display: inline-block;
    background-image: url('/content/images/PhamFramework/Navigation/Statistics144x144.png');
    background-size: cover;
    width: 54px;
    height: 54px;
    box-sizing: border-box;
    padding: 0px;
    transition: background-color ease 0.5s;
}

.POS.Scene.View.Sidebar div.Statistics:hover{
    background-color: #0094be;
    background-image: url('/Content/Images/PhamFramework/Navigation/Statistics144x144_white.png')
}

.POS.Scene.View.Sidebar div.Statistics.Selected{
    background-color: #0094be;
    background-image: url('/Content/Images/PhamFramework/Navigation/Statistics144x144_white.png')
}

.POS.Scene.View.Sidebar div.Statistics.White{
    background-image: url('/Content/Images/PhamFramework/Navigation/Statistics144x144_white.png')
}

.POS.Scene.View.Sidebar div.Statistics:hover{
    cursor: pointer;
}

.POS.Scene.View.Sidebar div.Statistics.White:hover{
    cursor: pointer;
}

.POS.Scene.View.Sidebar div.Power{
    display: inline-block;
    background-image: url('/content/images/PhamFramework/Navigation/Power144x144.png');
    background-size: cover;
    width: 54px;
    height: 54px;
    box-sizing: border-box;
    padding: 0px;
    transition: background-color ease 0.5s;
}

.POS.Scene.View.Sidebar div.Power:hover{
    background-color: #0094be;
    background-image: url('/Content/Images/PhamFramework/Navigation/Power144x144_white.png')
}

.POS.Scene.View.Sidebar div.Power.White{
    background-image: url('/Content/Images/PhamFramework/Navigation/Power144x144_white.png')
}

.POS.Scene.View.Sidebar div.Power:hover{
    cursor: pointer;
}

.POS.Scene.View.Sidebar div.Power.White:hover{
    cursor: pointer;
}

.POS.Scene.View.Sidebar div.Settings{
    display: inline-block;
    background-image: url('/content/images/PhamFramework/Navigation/Settings144x144.png');
    background-size: cover;
    width: 54px;
    height: 54px;
    box-sizing: border-box;
    padding: 0px;
    transition: background-color ease 0.5s;
}

.POS.Scene.View.Sidebar div.Settings:hover{
    background-color: #0094be;
    background-image: url('/Content/Images/PhamFramework/Navigation/Settings144x144_white.png')
}

.POS.Scene.View.Sidebar div.Settings.White{
    background-image: url('/Content/Images/PhamFramework/Navigation/Settings144x144_white.png')
}

.POS.Scene.View.Sidebar div.Settings:hover{
    cursor: pointer;
}

.POS.Scene.View.Sidebar div.Settings.White:hover{
    cursor: pointer;
}

.POS.Scene.View.Sidebar div.Applications{
    display: inline-block;
    background-image: url('/content/images/PhamFramework/Navigation/Application144x144.png');
    background-size: cover;
    width: 54px;
    height: 54px;
    box-sizing: border-box;
    padding: 0px;
    transition: background-color ease 0.5s;
}

.POS.Scene.View.Sidebar div.Applications:hover{
    background-color: #0094be;
    background-image: url('/Content/Images/PhamFramework/Navigation/Application144x144_white.png')
}

.POS.Scene.View.Sidebar div.Applications.White{
    background-image: url('/Content/Images/PhamFramework/Navigation/Application144x144_white.png')
}

.POS.Scene.View.Sidebar div.Applications:hover{
    cursor: pointer;
}

.POS.Scene.View.Sidebar div.Applications.White:hover{
    cursor: pointer;
}

.POS.Scene.View.Spacer{
    display: inline;
    width: 100%;
    background-color: #ff0000;
    min-height: 10px;
}

.POS.Scene.View.Tabbar{
    position: fixed;
    z-index: 0;
    display: inline-block;
    background-color: #fff000;
    height: 70px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    border-top: solid 1px #9a9a9a;
    display: inline-block;
}

.POS.Scene.View.Tabbar.Medium{
    height: 50px;
}

.POS.Scene.View.Tabbar div.Item{
    width: 100%;
    height: 70px;
    text-align: center;
    box-sizing: border-box;
    padding: 0px;
    overflow: hidden;
    display: inline-block;
}

.POS.Scene.View.Tabbar div.Item.Medium{
    height: 50px;
}

.POS.Scene.View.Tabbar div.Item:hover{
    cursor: pointer;
}

.POS.Scene.View.Tabbar div.Item div.Image.Account{
    background-image: url('/Content/Images/PhamFramework/Tabbar/TabBarAccount30x30@2x.png');
    background-size: cover;
    display: inline-block;
    height: 38px;
    width: 38px;
}

.POS.Scene.View.Tabbar div.Item div.Item.Settings.Selected{
    background-image: url('/Content/Images/PhamFramework/Tabbar/TabBarAccount30x30@2x_over.png');
}

.POS.Scene.View.Tabbar div.Item div.Title{
    font-family: Tahoma, Arial;
    font-size: 14px;
    color: #2a2a2a;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 100%;
}

.POS.Scene.View.Tabbar div.Item div.Title.Selected{
    color: #be1238;
}

.POS.Scene.View.Tabbar div.Item div.Button{
    font-family: Tahoma, Arial;
    font-size: 20px;
    color: #ffffff;
    background-color: #777777;
    text-align: center;
    width: 100%;
    display: inline-block;
    padding-top: 24px;
    height: 70px;
    overflow: hidden;
}

    .POS.Scene.View.Tabbar.Medium div.Item div.Button {
        height: 50px;
        padding-top: 16px;
        font-size: 16px;
    }

.POS.Scene.View.Tabbar div.Item div.Button.Blue{
    background-color: #0094be;
    color: #ffffff;
}

.POS.Scene.View.Tabbar div.Item div.Button.BabyBlue{
    background-color: #03a9f5;
    color: #ffffff;
}

.POS.Scene.View.Tabbar div.Item div.Button.Red{
    background-color: #be1238;
    color: #ffffff;
}

.POS.Scene.View.Textbox{
    font-size: 14px;
    font-family: Arial, Verdana, Tahoma, Raleway, 'Open Sans', 'Comic Sans MS', 'Lucida Sans';
    color: #2a2a2a;
    box-sizing: border-box;
    border: solid 1px #9a9a9a;
    border-radius: 3px;
    padding: 7px;
    height: 40px;
    line-height: 28px;
    width: 250px;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #ffffff;
}

.POS.Scene.View.Textbox:focus{
    border: solid 1px #0094be;
    box-shadow: #0094be 0px 0px 6px;
}

.POS.Scene.View.Textbox.Required{
    border: solid 1px #ad1f04;
    color: #2a2a2a;
    background-color: #fbd3dc;
}

.POS.Scene.View.Textbox.Fluid{
    border: 0px;
    padding: 0px;
    background-color: transparent;
    width: 100%;
    -webkit-appearance: none;
}

.POS.Scene.View.Textarea{
    font-size: 14px;
    font-family: Arial, Verdana, Tahoma, Raleway, 'Open Sans', 'Comic Sans MS', 'Lucida Sans';
    color: #2a2a2a;
    box-sizing: border-box;
    border: solid 1px #9a9a9a;
    border-radius: 3px;
    padding: 7px;
    width: 250px;
    height: 100px;
    display: inline-block;
    -webkit-appearance: none;
}

.POS.Scene.View.Textarea.Required{
    border: solid 1px #ad1f04;
    color: #2a2a2a;
    background-color: #cccccc;
}

    .POS.Scene.View.Textarea.Fluid {
        border: 0px;
        padding: 0px;
        background-color: transparent;
        width: 100%;
    }

.POS.Scene.View.UploadWithPreview{
    display: inline-block;
    width: 250px;
    height: 250px;
    border: solid 1px #dddddd;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

    .POS.Scene.View.UploadWithPreview:hover {
        cursor: pointer;
    }

    .POS.Scene.View.UploadWithPreview.Required{
        border: solid 1px #ad1f04;
        background-color: #cccccc;
    }

    .POS.Scene.View.UploadWithPreview div.Image{
        display: inline-block;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('/content/images/phamframework/userprofile.png');
        vertical-align: middle;
        box-sizing: border-box;
        text-align: center;
        padding-top: 20px;
        font-size: 24px;
    }

    .POS.Scene.View.UploadWithPreview div.Image.Only{
        width: 100%;
    }

    .POS.Scene.View.UploadWithPreview div.Image:hover{
        cursor: pointer;
    }

    .POS.Scene.View.UploadWithPreview div.Text{
        display: inline-block;
        width: 150px;
        box-sizing: border-box;
        font-size: 14px;
        font-family: Arial, Verdana, Tahoma, Raleway, 'Open Sans', 'Comic Sans MS', 'Lucida Sans';
        color: #2a2a2a;
        overflow: hidden;
        text-align: center;
        padding-left: 7px;
        padding-right: 7px;
    }

        .POS.Scene.View.UploadWithPreview div.Text:hover {
            cursor: pointer;
        }

    .POS.Scene.View.UploadWithPreview input {
        position: absolute;
        z-index: 0;
        left: -1000px;
        top: -1000px;
    }

.Youtube{
    display: inline-block;
    width: 760px;
    height: 430px;
    background-image: url('/Content/Images/PhamFramework/youtube.png');
    background-size: cover;
    border: solid 1px #9a9a9a;
}

    .Youtube table {
        width: 100%;
        height: 100%;
    }

        .Youtube table tr td {
            text-align: center;
            vertical-align: top;
            font-family: Arial;
            font-size: 24px;
            color: #4a4a4a;
        }