﻿.searchable {
    cursor: url(icons/magnify.png),pointer;
    text-decoration: underline;
}

    .searchable:hover {
        text-decoration: underline;
        background: #385487;
        color: white;
    }

.bigButton2:hover {
    background: white;
    color: #66369f;
    border: 3px solid #66369f;
}

.bigButton2 {
    font-family: Helvetica;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #66369f;
    color: white;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    height: 42px;
    vertical-align: middle;
    box-shadow: 3px 3px 2px #888888;
    border: 3px solid #66369f;
    -o-transition: color,background 0.2s ease-in-out;
    -webkit-transition: color,background 0.2s ease-in-out;
    -moz-transition: color,background 0.2s ease-in-out;
}

.searchable {
    cursor: url(icons/magnify.png),pointer;
}

    .searchable :hover {
        text-decoration: underline;
        color: Blue;
    }


div.frame {
    border-top: 1px solid #5c5c5c;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #c7c7c7;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
}



.buttonYellow {
    font-family: Helvetica;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 0px;
    cursor: pointer;
    text-align: center;
    background: #a44400;
    color: white;
}

    .buttonYellow:hover {
        background: #cad6e7;
        color: Black;
    }

td.IOSForm_Header {
    background: #1d4a6d;
    color: White;
    font-size: 18px;
    height: 42px;
    text-align: center;
    font-weight: bold;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

div.IOSForm_body {
    padding: 5px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

div.IOSForm {
    border: 0px;
}


#rightFrameDetail {
    overflow: hidden;
    height: 600px;
    border: 0px dashed black;
    padding-left: 10px;
    padding-top: 10px;
}




#rightFrameHeader {
    border-bottom: 1px solid #7f7f7f;
    width: 700px;
    height: 42px;
    background: #1f4b6e;
    color: #e9e9f9;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding-left: 20px;
}


#leftFrame {
    overflow: hidden;
    background: white;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 320px;
    border: 0px;
    height: 600px;
}

#rightFrame {
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 320px;
    border-left: 1px solid black;
    width: 700px;
    height: 600px;
    background: White;
}

.menuLabel {
    height: 42px;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: middle;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    font-family: Helvetica;
}

td.searchBoxOld1 {
    background: url(images/searchbox.png);
    height: 42px;
    padding-left: 40px;
}

.searchBox td {
    background: #1f4b6e;
    padding: 8px;
    padding-right: 12px;
}

.searchBox input {
    width: 100%;
    height: 26px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 0px;
}



td .mainMenuL1 {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    background: #6390af;
    color: white;
    height: 18px;
    font-family: Helvetica;
    font-weight: bold;
}

td .mainMenuL2 {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 20px;
    background: #ddeafa;
    color: #222;
    height: 18px;
    font-family: Helvetica;
    font-weight: bold;
}

.clsListMainMenu tr:hover {
    background: url(images/clsListTrBgHoverBlue.gif) #015de6;
    background-repeat: repeat-x;
    cursor: pointer;
    color: white;
}



.blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    filter: blur(5px);
}


div {
    -o-transition: left 0.5s ease-in-out;
    -webkit-transition: left 0.5s ease-in-out;
    -moz-transition: left 0.5s ease-in-out;
}





.button {
    font-family: Helvetica;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 0px;
    cursor: pointer;
    text-align: center;
    background: #a44400;
    color: white;
}

    .button:hover {
        background: #cad6e7;
        color: Black;
    }


.buttonRed {
    font-family: Helvetica;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #AA2223;
    color: white;
    cursor: pointer;
}

    .buttonRed:hover {
        background: #FB8C8D;
        color: Black;
    }


.buttonBlue {
    font-family: Helvetica;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid black;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #0063B7;
    color: white;
    cursor: pointer;
    font-weight: bold;
}

    .buttonBlue:hover {
        background: #64B1F2;
        color: Black;
    }

.buttonBlack {
    font-family: Helvetica;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid black;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-image: -ms-linear-gradient(top, #64B1F2 0%, #0063B7 100%);
    background-image: -moz-linear-gradient(top, #64B1F2 0%, #0063B7 100%);
    background-image: -o-linear-gradient(top, #64B1F2 0%, #0063B7 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #64B1F2), color-stop(1, #0063B7));
    background-image: -webkit-linear-gradient(top, #64B1F2 0%, #0063B7 100%);
    background-image: linear-gradient(to bottom, #64B1F2 0%, #0063B7 100%);
    background-repeat: repeat-x;
    color: white;
    cursor: pointer;
    font-weight: bold;
}

    .buttonBlack:hover {
        background: url(images/button1_BG.gif);
        background-repeat: repeat-x;
        color: Black;
    }



body {
    background-color: #ddd; /* Background color */
    color: #222; /* Foreground color used for text */
    font-family: Helvetica;
    font-size: 14px;
    margin: 0; /* Amount of negative space around the outside of the body */
    padding: 0; /* Amount of negative space around the inside of the body */
}

input {
    font-family: Helvetica;
    font-size: 14px;
    color: #222;
    border: 1px solid #ddd;
}

div.leftButton {
    font-weight: bold;
    text-align: center;
    line-height: 28px;
    color: white;
    text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
    position: absolute;
    top: 7px;
    left: 6px;
    max-width: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-width: 0 8px 0 14px;
    -webkit-border-image: url(images/back_button.png) 0 8 0 14;
}


.clsTreeView td:hover {
    border-bottom: 1px solid #c3c3c3;
    padding: 6px;
    background: url(images/clsListTrBgHoverBlue.gif);
    background-repeat: repeat-x;
    cursor: pointer;
}

.clsTreeView td {
    border-bottom: 1px solid #c3c3c3;
    padding: 6px;
    background-repeat: repeat-x;
    cursor: pointer;
}



.clsList2 tr:hover {
    background: #cccccc;
    cursor: pointer;
    color: White;
}

.clsList tr:hover {
    background: #cccccc;
    cursor: pointer;
    color: White;
}

.clsList td:hover {
    color: White;
}


.clsList td {
    color: Black;
}

.clsList tr {
    background: #ffffff;
    background-repeat: repeat-x;
}

.clsList span.mobile {
    color: #3799cf;
    font-size: 12px;
}

.clsList td:hover span.mobile {
    color: #3799cf;
    font-size: 12px;
}

.clsList span.cname {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.clsList td:hover span.cname {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.clsList span {
    color: #878787;
    font-size: 12px;
}

.clsList td:hover span {
    color: White;
    font-size: 12px;
}

.clsFormList table {
    vertical-align: top;
    width: 100%;
    background: #f7f7f7;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.clsFormList_OLD td {
    border-bottom: 1px solid #c3c3c3;
    color: #385487;
    font-weight: bold;
    padding: 6px;
}


.clsFormList td {
    color: #385487;
    font-weight: bold;
    padding: 6px;
}

.clsFormList .lastRow td {
    border: 0px;
}

.clsPackage table {
    vertical-align: top;
    width: 100%;
    background: #f7f7f7;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid black;
}

.clsPackage td {
    border-bottom: 1px solid #c3c3c3;
    color: #385487;
    font-weight: bold;
    padding: 6px;
}


.clsPackage input {
    color: #385487;
    font-weight: bold;
    background: none;
}



ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    background-color: #fff;
    border-bottom: solid 1px #ACACAC;
    padding: 10px;
}


.switch {
    float: right;
    height: 28px;
    width: 77px;
    border: 1px solid #979797;
    border-radius: 20px;
    margin-top: -5px;
    box-shadow: inset 0 1px 3px #BABABA, inset 0 12px 3px 2px rgba(232, 232, 232, 0.5);
    cursor: pointer;
    overflow: hidden;
}

    .switch.on {
        background: #0000FF;
    }

    .switch input[type=checkbox] {
        display: none;
    }

    .switch > .thumb {
        display: block;
        width: 26px;
        height: 26px;
        position: relative;
        top: 0;
        z-index: 3;
        border: solid 1px #919191;
        border-radius: 28px;
        box-shadow: inset 0 2px 1px white, inset 0 -2px 1px white;
        background-color: #CECECE;
        background-image: -webkit-linear-gradient(#CECECE, #FBFBFB);
        background-image: -moz-linear-gradient(#CECECE, #FBFBFB);
        background-image: -o-linear-gradient(#CECECE, #FBFBFB);
        -o-transition: all 0.125s ease-in-out;
        -webkit-transition: all 0.125s ease-in-out;
        -moz-transition: all 0.125s ease-in-out;
        -o-transform: translateX(0px);
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translateX(0px);
    }

    .switch.on > .thumb {
        -webkit-transform: translate3d(49px,0,0);
        -o-transform: translateX(49px);
        -moz-transform: translateX(49px);
    }

    .switch:hover > .thumb {
        box-shadow: inset 0 2px 1px #fff, inset 0 -2px 1px #fff;
        background-image: none;
    }

    .switch > .thumb::before {
        content: "";
        display: block;
        height: 14px;
        width: 2px;
        background-color: white;
        box-shadow: 0px -1px 1px #666;
        border: none;
        position: absolute;
        top: 6px;
        left: -24px;
    }

    .switch > .thumb::after {
        content: "";
        display: block;
        height: 10px;
        width: 10px;
        border-radius: 10px;
        border: solid 2px #777;
        position: absolute;
        right: -32px;
        top: 6px;
    }


.header td {
    background: #0063B7;
    color: White;
}

.header th {
    background: #0063B7;
    color: White;
}


.poslist td {
    padding-left: 10px;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: middle;
    background: white;
    padding-left: 10px;
    padding-right: 10px;
}

.button2 {
    font-size: 30px;
    color: #f1fdf5;
    background: #1f4b6e;
    font-family: "Arial Narrow", Arial, sans-serif;
    padding: 5px;
    border: 0px;
}

    .button2:hover {
        color: #1f4b6e;
        background: #f1fdf5;
        cursor: pointer
    }