﻿body {
    margin: auto;
    height: 100%;
    width: 100%;
    font: normal 12px "Segoe UI", Arial, Helvetica, sans-serif;
    line-height: 100%;
    /*background-color: #6d695c !important;
    background-image:
    repeating-linear-gradient(120deg, rgba(255,255,255,.1), rgba(255,255,255,.1) 1px, transparent 1px, transparent 60px),
    repeating-linear-gradient(60deg, rgba(255,255,255,.1), rgba(255,255,255,.1) 1px, transparent 1px, transparent 60px),
    linear-gradient(60deg, rgba(0,0,0,.1) 25%, transparent 25%, transparent 75%, rgba(0,0,0,.1) 75%, rgba(0,0,0,.1)),
    linear-gradient(120deg, rgba(0,0,0,.1) 25%, transparent 25%, transparent 75%, rgba(0,0,0,.1) 75%, rgba(0,0,0,.1));
    background-size: 70px 120px;*/
    background-color: white;
    background: url(../../Content/images/ScreenBackground2.jpg) no-repeat center center fixed;
    /*background: url('../Content/images/WallPaper_Acc.jpg');*/
    background-repeat: no-repeat;
    background-size: cover;
}


.loginbg {
    /*margin: auto;
    height: 100% !important;
    width: 100%;
    font: normal 12px "Segoe UI", Arial, Helvetica, sans-serif;
    line-height: 100%;
    background: url('../Content/images/LoginBox.jpg') black !important;
    background-repeat: no-repeat !important;
    background-position: center 0% !important;
    position: fixed !important;*/
    /*background-position: center center !important;*/
    /*background-size: cover !important;*/
    background: url('../Content/images/ScreenBackground2.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#login-wrapper {
    margin: auto;
    width: 300px;
    height: 200px;
    text-align: center;
    z-index: 99;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -150px;
}

#login-top {
    height: 130px;
}

#login-content {
    height: 300px;
}

.text-input {
    width: 100% !important;
    float: right;
    background: transparent !important;
    border: solid 1px transparent;
    color: black !important;
    padding: 8px;
    font-size: 16px;
}

.GrayButton {
    padding: 0 1rem;
    height: 3.125rem;
    text-align: center;
    vertical-align: middle;
    border: 1px #d9d9d9 solid;
    cursor: pointer;
    display: inline-block;
    outline: none;
    font-size: 16px;
    margin: .15625rem 0;
    position: relative;
    background: #2086bf;
    color: #ffffff;
    border-color: #2086bf;
    z-index: 9999;
}

    .GrayButton:active {
        background: #1b6eae;
        color: #ffffff;
    }

.error {
    color: red;
}

.container {
    padding-bottom: 20px;
}

.content {
    position: relative;
    padding: 5px 20px 15px 20px;
    margin: 0 auto;
    background-color: white !important;
    border: 1px solid #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
    margin-top: 20px;
    color: black;
}

.ver {
    font-size: xx-small;
    color: silver;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

table tr td {
    padding-left: 2px;
    padding-right: 2px;
    background-color: transparent;
}

select {
    color: black;
}

.myTable tr td {
    padding-left: 4px;
    padding-right: 2px;
}

.myTable table {
    margin: auto;
    width: 100%;
    border: 1px solid lightgrey;
    border-radius: 1px !Important;
    -moz-border-radius: 1px !Important;
    -webkit-border-radius: 1px !Important;
}

.myTable thead, .myForm thead {
    border-bottom: silver 1px solid;
    font: normal 12px "Segoe UI", Arial, Helvetica, sans-serif;
    color: #00156e;
    font-weight: lighter;
    height: 25px;
    line-height: 25px;
    background-image: -webkit-gradient(linear, left top, left bottom, from( #DDE7F5 ), to( #C3D9F1 )); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient( #DDE7F5, #C3D9F1 ); /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient( #DDE7F5, #C3D9F1 ); /* FF3.6 */
    background-image: -ms-linear-gradient( #DDE7F5, #C3D9F1 ); /* IE10 */
    background-image: -o-linear-gradient( #DDE7F5, #C3D9F1 ); /* Opera 11.10+ */
    background-image: linear-gradient( #DDE7F5, #C3D9F1 );
}

    .myTable thead tr:first-child td:first-child {
        border-top-left-radius: 1px !Important;
        -moz-border-top-left-radius: 1px !Important;
        -webkit-border-top-left-radius: 1px !Important;
    }

    .myTable thead tr:first-child td:last-child {
        border-top-right-radius: 1px !Important;
        -moz-border-top-right-radius: 1px !Important;
        -webkit-border-top-right-radius: 1px !Important;
    }


.myTable tbody tr:nth-child(odd) {
    background-color: #fafafa;
}

.myTable tbody tr:nth-child(even) {
    background-color: #F4F6FB;
}

.myTable tbody tr {
    padding: 2px;
    font-size: 90%;
    line-height: 130%;
    border-bottom: solid 1px #E8EDFB;
    color: black;
}

    .myTable tbody tr:first-child {
        border-top: none !Important;
    }

    .myTable tbody tr:last-child {
        border-bottom: none !Important;
    }

    .myTable tbody tr:last-child {
        border-bottom: none !Important;
    }

        .myTable tbody tr:last-child td:first-child {
            border-bottom-left-radius: 1px !Important;
            -moz-border-bottom-left-radius: 1px !Important;
            -webkit-border-bottom-left-radius: 1px !Important;
        }

        .myTable tbody tr:last-child td:last-child {
            border-bottom-right-radius: 1px !Important;
            -moz-border-bottom-right-radius: 1px !Important;
            -webkit-border-bottom-right-radius: 1px !Important;
        }

.myTable tfoot {
    background-color: white;
}

    .myTable tfoot .action td {
        padding-top: 20px;
    }

        .myTable tfoot .action td .btn {
            margin-right: 10px;
        }

.myTable .labelColumn {
    width: 140px;
    color: black;
}

.Hoverable tbody tr:hover, .SelectedRow {
    background-image: -webkit-gradient(linear, left top, left bottom, from( #fceda7 ), to( #fbef7e )); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient( #fceda7, #fbef7e ); /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient( #fceda7, #fbef7e ); /* FF3.6 */
    background-image: -ms-linear-gradient( #fceda7, #fbef7e ); /* IE10 */
    background-image: -o-linear-gradient( #fceda7, #fbef7e ); /* Opera 11.10+ */
    background-image: linear-gradient( #fceda7, #fbef7e );
    cursor: pointer;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
}

.Hoverable tr {
    -webkit-transition: all 0.40s ease;
    -moz-transition: all 0.40s ease;
    -ms-transition: all 0.40s ease;
    transition: all 0.40s ease;
}

.SelectedRow {
    font-style: italic;
    font-weight: bold;
}

.Bold {
    font-weight: bold;
}



.myForm table {
    margin: auto;
    width: 100%;
    border: 1px solid lightgrey;
    border-radius: 1px !Important;
    -moz-border-radius: 1px !Important;
    -webkit-border-radius: 1px !Important;
    background-color: white;
}

/*.myForm thead{
    font-weight: bold;
    font-size: 90%;
    height: 25px;
    line-height: 25px;
    border-bottom: silver 1px solid;
    background-color: #D3E1F6;
}*/

.myForm thead tr:first-child td:first-child {
    border-top-left-radius: 1px !Important;
    -moz-border-top-left-radius: 1px !Important;
    -webkit-border-top-left-radius: 1px !Important;
    padding-left: 7px;
}

.myForm thead tr:first-child td:last-child {
    border-top-right-radius: 1px !Important;
    -moz-border-top-right-radius: 1px !Important;
    -webkit-border-top-right-radius: 1px !Important;
}

.myForm tbody tr:first-child .labelColumn {
    padding-top: 11px;
}

.myForm tbody tr:first-child .dataColumn {
    padding-top: 9px;
}

.myForm tbody tr:last-child td {
    padding-bottom: 7px;
}

.myForm .labelColumn {
    min-width: 100px;
    max-width: 200px;
    padding: 3px 7px 1px 7px;
    background-color: #fafafa;
    vertical-align: text-top;
}

.myForm .dataColumn {
    background-color: #E8EDFB;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 1px 7px 1px 7px;
    vertical-align: top;
}

.myForm tfoot {
    /*background-color: white;*/
}

    .myForm tfoot .action td {
        padding-top: 20px;
    }

        .myForm tfoot .action td .btn {
            margin-right: 10px;
        }


.bgBlue {
    background-image: -webkit-gradient(linear, left top, left bottom, from( #6facd5 ), to( #497bae )); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient( #6facd5, #497bae ); /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient( #6facd5, #497bae ); /* FF3.6 */
    background-image: -ms-linear-gradient( #6facd5, #497bae ); /* IE10 */
    background-image: -o-linear-gradient( #6facd5, #497bae ); /* Opera 11.10+ */
    background-image: linear-gradient( #6facd5, #497bae );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6facd5', endColorstr='#497bae',GradientType=0 ); /* IE6-9 */
}

.AppsTitle {
    font-weight: bold;
    font-size: 110%;
    color: white;
    height: 30px;
    line-height: 30px;
    background-color: #336598;
    background-color: #336598;
    width: 100%;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


#Dialog {
    display: none;
}

input[type="text"], input[type="password"], input[type="number"] {
    margin: 3px 0px;
    display: inline-block;
    font-size: 12px;
    height: 26px;
    line-height: 16px;
    padding: 4px 8px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

textarea{
    color: #555;
}

.input-label {
    padding-left: 1px!important;
    background-color: transparent!important;
    background-image: none!important;
    border: none !important;
    border-radius: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    -webkit-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
}

input[type="text"]:disabled {
    background-color: #eee;
    color: #999;
}

input[type="number"]:disabled {
    background-color: #eee;
    color: #999;
}

.input-mini {
    width: 60px;
}

.input-small {
    width: 90px;
}

.input-medium {
    width: 150px;
}

.input-large {
    width: 210px;
}

.input-xlarge {
    width: 270px;
}

.input-xxlarge {
    width: 570px;
}

.input-max {
    width: 100%;
}

@media print {
    #non-printable {
        display: none;
    }

    #printable {
        display: block;
    }
}


h1, h2, h3, h4, h5, h6 {
    margin: 0 !Important;
}

hr {
    margin: 10px 0 !Important;
}

legend {
    font-size: medium !important;
    font-weight: bold;
    color: gray !important;
    border-bottom: none!important;
    border-top: 1px solid #e5e5e5!important;
    padding-top: 10px!important;
    padding-bottom: 0px!important;
    margin-top: 20px!important;
    margin-bottom: 7px!important;
    line-height: inherit !important;
}

.myEditorForm {
    margin: auto;
    width: 100%;
    border: none!Important;
    background: beige!Important;
    padding-top: 7px;
    padding-bottom: 7px;
}

    .myEditorForm table {
        margin: auto;
        width: 100%;
        border: none!Important;
        background: inherit!Important;
    }

    .myEditorForm .labelColumn {
        background-color: inherit;
        padding: 1px 7px 1px 7px !Important;
        vertical-align: text-top;
    }

    .myEditorForm .dataColumn {
        background-color: inherit;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 1px 7px 1px 7px;
        vertical-align: top;
    }

    .myEditorForm tbody tr:first-child .labelColumn {
        padding-top: 0px;
    }

    .myEditorForm tbody tr:first-child .dataColumn {
        padding-top: 3px;
    }

    .myEditorForm tbody tr:last-child td {
        padding-bottom: 0px;
    }

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, .select2-container, .select2-choice {
    -webkit-border-radius: 4px !Important;
    -moz-border-radius: 4px !Important;
    border-radius: 4px !Important;
}


.btn {
    /*
        font: normal 12px "Segoe UI", Arial, Helvetica !important;
        width: 75px !Important;
    */
    color: black;
    min-width: 90px;
    padding: 2px 4px;
    font-size: 12px !Important;
    height: 28px;
    border: solid #95adcc 1px;
    background-image: -webkit-gradient(linear, left top, left bottom, from( #DDE7F5 ), to( #C3D9F1 )); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient( #DDE7F5, #C3D9F1 ); /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient( #DDE7F5, #C3D9F1 ); /* FF3.6 */
    background-image: -ms-linear-gradient( #DDE7F5, #C3D9F1 ); /* IE10 */
    background-image: -o-linear-gradient( #DDE7F5, #C3D9F1 ); /* Opera 11.10+ */
    background-image: linear-gradient( #DDE7F5, #C3D9F1 );
}

.btn-default {
    background-color: #eee;
    background-image: none;
    border-color: #999;
}

.btn:disabled {
    color: #adadad!important;
    background-color: #e6e6e6!important;
    border: solid #adadad 1px!important;
    background-image: none;
}

.btn:hover {
    color: black;
    background-position: top;
    border: solid #e8be4a 1px;
    background-image: -webkit-gradient(linear, left top, left bottom, from( #FFFCE8 ), to( #FFD563 )); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient( #FFFCE8, #FFD563 ); /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient( #FFFCE8, #FFD563 ); /* FF3.6 */
    background-image: -ms-linear-gradient( #FFFCE8, #FFD563 ); /* IE10 */
    background-image: -o-linear-gradient( #FFFCE8, #FFD563 ); /* Opera 11.10+ */
    background-image: linear-gradient( #FFFCE8, #FFD563 );
}

.btn:disabled {
    background-color: #C3D9F1;
}

.btn-sm {
    background-color: #eee;
    height: 26px;
    width: 28px;
    min-width: 20px;
    margin-top: -3px;
    background-image: none;
    border-color: #bbb;
}

.btn-m {
    background-color: #eee;
    height: 26px;
    width: 60px;
    margin-top: -3px;
    background-image: none;
    border-color: #bbb;
}

.en-pagetitle {
    font-family: tahoma,sans-serif;
    font-weight: bold;
    font-size: 14pt;
    color: #4c4c4c;
}

.KeepRight {
    text-align: right;
}

.add-on {
    height: 11px!important;
    min-width: 14px!important;
    width: 14px!important;
}

    .add-on .icon {
        line-height: 5px !important;
        font-size: 11px !important;
        color: #555 !important;
    }

/*Menu*/

.menuLink {
    color: #eee;
    text-decoration: none;
    cursor: pointer;
}

    .menuLink:hover {
        color: #fff;
    }

.menu {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -ms-touch-action: none;
    background: #494741;
}

    .menu div {
        position: absolute;
        background: #333;
        padding: 10px 10px 0 10px;
        z-index: 50;
        border-radius: 0 0 10px 10px;
    }

       .menu div.sub, .menu div.sub dl {width:270px;}
.menu div.sub1, .menu div.sub1 dl {width:450px;}
.menu div.sub2, .menu div.sub2 dl {width:540px;}
.menu div.sub3, .menu div.sub3 dl {width:720px;}
.menu div.sub4, .menu div.sub4 dl {width:940px;}

        .menu div.sub dl {
            padding-right: 14px;
        }

        .menu div.sub1 dl {
            -webkit-column-count: 1;
            -webkit-column-gap: 5%;
            -webkit-column-rule: 1px dotted #888;
            -moz-column-count: 1;
            -moz-column-gap: 5%;
            -moz-column-rule: 1px dotted #888;
            column-count: 1;
            column-gap: 5%;
            column-rule: 1px dotted #888;
            padding-right: 14px;
            max-height : 500px;
        }

        .menu div.sub2 dl {
            width: 100%;
            -webkit-column-count: 2;
            -webkit-column-gap: 5%;
            -webkit-column-rule: 1px dotted #888;
            -moz-column-count: 2;
            -moz-column-gap: 5%;
            -moz-column-rule: 1px dotted #888;
            column-count: 2;
            column-gap: 5%;
            column-rule: 1px dotted #888;
            max-height : 500px;
        }

        .menu div.sub3 dl {
            width: 100%;
            -webkit-column-count: 3;
            -webkit-column-gap: 5%;
            -webkit-column-rule: 1px dotted #888;
            -moz-column-count: 3;
            -moz-column-gap: 5%;
            -moz-column-rule: 1px dotted #888;
            column-count: 3;
            column-gap: 5%;
            column-rule: 1px dotted #888;
            max-height : 400px;
        }

        .menu div.sub4 dl {
            width: 100%;
            -webkit-column-count: 4;
            -webkit-column-gap: 5%;
            -webkit-column-rule: 1px dotted #888;
            -moz-column-count: 4;
            -moz-column-gap: 5%;
            -moz-column-rule: 1px dotted #888;
            column-count: 4;
            column-gap: 5%;
            column-rule: 1px dotted #888;
            max-height : 500px;
        }

    .menu li.top-li {
        float: left;
        position: relative;
        background: #494741;
        z-index: 50;
    }

        .menu li.top-li a.top-a {
            display: block;
            float: left;
            line-height: 40px;
            color: #FFFFFF;
            padding: 0 18px 0 10px;
            text-decoration: none;
            font-size: 1.0em;
            white-space: nowrap;
        }

        .menu li.top-li b {
            display: block;
            width: 100%;
            height: 30px;
            position: relative;
            z-index: 100;
            -webkit-transition: 0.75s;
            -o-transition: 0.75s;
            -moz-transition: 0.75s;
            transition: 0.75s;
        }

        .menu li.top-li a.top-a:hover {
            background: #333;
            color: #fff;
            text-decoration: none;
            position: relative;
            z-index: 10;
        }

        .menu li.top-li:hover > a.top-a {
            background: #333;
            color: #fff;
            text-decoration: none;
            position: relative;
            z-index: 10;
        }

    .menu li.has-sub a.top-a:hover {
        text-decoration: none;
        position: relative;
        z-index: 10;
    }

    .menu li.has-sub:hover > a.top-a {
        text-decoration: none;
        position: relative;
        z-index: 10;
    }

    .menu div dl {
        padding: 0;
        margin: 0;
    }

    .menu div dt {
        display: block;
        padding: 5px 0 5px 0;
        margin: 0;
        color: #86D0D0;
        font-size: 1.5em;
        line-height: 25px;
    }

    .menu div dd {
        display: block;
        padding: 0;
        margin: 0;
    }

        .menu div dd span {
            line-height: 20px;
            color: #fff;
            display: block;
            margin-bottom: 1px;
            padding: 5px 10px;
            text-decoration: none;
            font-size: 1.0em;
            cursor: pointer;
        }

            .menu div dd span:hover {
                background: #ccc;
                color: #000;
            }

    .menu .bottomLine {
        width: 100%;
        padding: 5px 10px;
        background: #000;
        margin: 10px 0 0 -10px;
        border-top: 1px solid #888;
        border-radius: 0 0 10px 10px;
        line-height: 20px;
        font-size: 0.8em;
        color: #c60;
        font-weight: normal;
    }

        .menu .bottomLine a {
            display: inline;
            padding: 0 3px;
            line-height: 20px;
            background: none;
            color: #ccc;
            text-decoration: underline;
        }

            .menu .bottomLine a:hover {
                color: #fff;
                text-decoration: none;
            }

    .menu li:hover {
        z-index: 60000;
    }

        .menu li:hover > b {
            height: 0;
        }

    .menu li div,
    .menu li div.left {
        left: -9999px;
        top: -3000px;
        display: none;
    }

    .menu li:hover div {
        left: 0;
        top: 40px;
        display: block;
    }

    .menu li:hover:last-child div {
        left: 0px;
        top: 40px;
        display: block;
    }

        .menu li:hover div.left {
            left: auto;
            right: 0;
            display: block;
        }

.clear {
    clear: left;
    height: 0;
    overflow: hidden;
}



[class^="colsize"] {
    float: left!Important;
    white-space: nowrap!Important;
}

.colsize0 {
}

.colsize1 {
    width: 50px;
}

.colsize2 {
    width: 100px;
}

.colsize3 {
    width: 150px;
}

.colsize4 {
    width: 200px;
}

.colsize5 {
    width: 250px;
}

.colsize6 {
    width: 300px;
}

.colsize7 {
    width: 350px;
}

.colsize8 {
    width: 400px;
}

.SelectRow {
    line-height: 18px;
    display: flex;
}

    .SelectRow:after {
        display: table;
        content: " ";
        clear: both;
    }

.Select2HeaderDiv {
    padding: 2px 0px 0px 0px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#dde7f5),to(#c3d9f1));
    background-image: -webkit-linear-gradient(#dde7f5,#c3d9f1);
    background-image: -moz-linear-gradient(#dde7f5,#c3d9f1);
    background-image: -ms-linear-gradient(#dde7f5,#c3d9f1);
    background-image: -o-linear-gradient(#dde7f5,#c3d9f1);
    background-image: linear-gradient(#dde7f5,#c3d9f1);
    font-weight: bold;
    height: 20px;
    line-height: 16px;
}

.select2-results .select2-result-label {
    padding: 0px 4px;
    height: 20px;
    line-height: 20px;
}

.Select2Header {
    color: #00156e;
    padding-left: 6px;
}

.Select2InnerBorder:not(:last-child) {
    border-right: 1px solid #bbb;
}

.Select2InnerBorder {
    padding-left: 6px;
}

.select2-hidden-accessible {
    display: none;
}


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline !important;
    font-weight: bold !important;
    color: blue !important;
}

.select2-results .select2-highlighted {
    background-color: #fbef7e !important;
}

.ellipsis {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.select2-results {
    margin: 0px;
    padding: 0px;
}

.select2-container .select2-choice {
    height: 26px;
    line-height: 24px;
}

    .select2-container .select2-choice abbr {
        top: 6px;
    }

.select2-container-multi {
    -webkit-border-radius: 4px!important;
    -moz-border-radius: 4px!important;
    border-radius: 4px!important;
}

.select2-search input {
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    padding: 4px 8px;
    margin-top: 0px;
}

.select2-drop-active {
    padding: 2px;
}

select {
    height: 26px;
    padding-left: 4px;
}

.select2-container-disabled .select2-choice {
    background-color: #eee;
    color: #999;
}

    .select2-container-disabled .select2-choice .select2-arrow {
        display: none;
    }

.select2-arrow {
    -webkit-border-radius: 4px !Important;
    -moz-border-radius: 4px !Important;
    border-radius: 4px !Important;
    border-top-left-radius: 0px !Important;
    border-bottom-left-radius: 0px !Important;
}

input[type="text"]:disabled, input[type="password"]:disabled {
    background-color: #eee;
    color: #999;
    border: solid 1px #ddd;
}


.newTag {
    width: 44px;
    padding: 4px;
    background-color: red;
    border-radius: 4px;
    font-size: 12px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}

    .newTag:hover {
        background-color: orange;
        text-decoration: none;
        color: white;
    }

.mediumnewTag {
    width: 80px;
    padding: 4px;
    background-color: red;
    border-radius: 4px;
    font-size: 12px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}

    .mediumnewTag:hover {
        background-color: orange;
        text-decoration: none;
        color: white;
    }

.longnewTag {
    width: 150px;
    padding: 4px;
    background-color: red;
    border-radius: 4px;
    font-size: 12px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}

    .longnewTag:hover {
        background-color: orange;
        text-decoration: none;
        color: white;
    }


.pagination ul {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.input-group > input, .input-group-btn > button {
    -webkit-border-radius: 0px!Important;
    -moz-border-radius: 0px!Important;
    border-radius: 0px!Important;
}

.input-group-btn > button {
    margin-top: -1px;
    min-width: 26px;
    max-height: 26px;
    border: 1px solid #ccc;
}

.input-group > input:first-child {
    min-width: 86px;
}

.input-group > input:first-child, .input-group-btn:first-child > button:first-child {
    border-top-left-radius: 4px!Important;
    border-bottom-left-radius: 4px!Important;
}

.input-group > input:last-child, .input-group-btn:last-child > button:last-child {
    border-top-right-radius: 4px !Important;
    border-bottom-right-radius: 4px !Important;
}

.bgRed {
    background: #d9534f !Important;
    color: #ffffff !important;
}

.title {
    width: calc(100% + 38px);
    background: #4f4d48;
    color: white;
    margin: -4px 0px 0px -19px;
    padding: 8px 10px;
    font-size: 18px;
    line-height: 18px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -moz-border-top-right-radius: 4px;
}

.glyphicon {
    font-family: 'Glyphicons Halflings'!important;
}

.fa {
    font: normal normal normal 14px/1 FontAwesome!important;
}

.ReportButton {
    font-weight: bold;
    font-size: 16px!important;
    height: 32px;
    width: 40px;
    min-width: 40px;
}

.PDF {
    color: maroon !important;
}

.EXCEL {
    color: green !important;
}

.PRINTER {
    color: black !important;
}

.WORD {
    color: blue !important;
}

.number {
    text-align: right;
    padding-right: 4px;
}

.sizer {
    width: 100% !important;
}

@media (min-width: 1400px) {
    .container {
        width: 1360px;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1560px;
    }
}

@media (min-width: 1800px) {
    .container {
        width: 1760px;
    }
}

/* Menu Styles */

.third-level-menu {
    position: absolute;
    top: 0;
    right: -280px;
    width: 280px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    z-index: 9999;
}

    .third-level-menu > li {
        height: 30px;
        background: #1a1a1a;
    }

        .third-level-menu > li:hover {
            background: #1a1a1a;
        }

.lastthird-level-menu {
    position: absolute;
    top: 0;
    left: -280px;
    width: 280px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

    .lastthird-level-menu > li {
        height: 30px;
        background: #1a1a1a;
    }

        .lastthird-level-menu > li:hover {
            background: #1a1a1a;
        }

.second-level-menu {
    position: absolute;
    top: 30px;
    left: 0;
    width: 220px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    z-index: 9999;
}

    .second-level-menu > li {
        position: relative;
        height: 30px;
        background: #1a1a1a;
    }

        .second-level-menu > li:hover {
            background: #1a1a1a;
        }

    .second-level-menu:hover li:hover > ul {
        /* On hover, display the next level's menu */
        display: inline;
        top: 0;
    }

.top-level-menu {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: left;
    height: 40px;
    z-index: 9999;
}

    .top-level-menu > li {
        position: relative;
        float: left;
        height: 40px;
        width: 150px;
        vertical-align: middle;
        background: #494741;
    }

        .top-level-menu > li:hover {
            background: #494741;
        }

    .top-level-menu li:hover > ul {
        /* On hover, display the next level's menu */
        display: inline;
        top: 40px;
    }


    /* Menu Link Styles */

    .top-level-menu a {
        font-size: 1.0em;
        color: #ffffff;
        text-decoration: none;
        padding: 0 18px 0 10px;
        /* Make the link cover the entire list item-container */
        display: block;
        line-height: 40px;
        float: left;
    }

.second-level-menu a {
    font-size: 1.0em;
    color: #ffffff;
    text-decoration: none;
    padding: 0 18px 0 10px;
    /* Make the link cover the entire list item-container */
    display: block;
    line-height: 30px;
    float: left;
    width: 100%;
    height: 100%;
    background: #333333;
}

.third-level-menu a {
    font-size: 1.0em;
    color: #ffffff;
    text-decoration: none;
    padding: 0 18px 0 10px;
    /* Make the link cover the entire list item-container */
    display: block;
    line-height: 30px;
    float: left;
    width: 100%;
    height: 100%;
}

.lastthird-level-menu a {
    font-size: 1.0em;
    color: #fff;
    text-decoration: none;
    padding: 0 18px 0 10px;
    /* Make the link cover the entire list item-container */
    display: block;
    line-height: 30px;
    float: left;
    width: 100%;
    height: 100%;
}

.top-level-menu a:hover {
    color: #ffffff;
}

.second-level-menu a:hover {
    color: #86D0D0;
}

.third-level-menu a:hover {
    color: #86D0D0;
}

.lastthird-level-menu a:hover {
    color: #fff;
}

.headeruser {
    text-align: right;
    color: white !important;
    font-size: 11px;
}

.headercom {
    text-align: right;
    color: white !important;
    font-weight: bold;
    font-size: 20px;
    vertical-align: middle;
}

.headerinfo {
    text-align: right;
    color: white !important;
    font-weight: bold;
    font-size: 14px;
    vertical-align: middle;
}

.logo-preview {
    background: whitesmoke;
    border: 1px solid silver;
    display: inline-block;
    float: left;
    margin-right: 1em;
    width: 120px;
    height: 120px;
    text-align: center;
}

.daterangebtn {
    min-width:60px;
    width:60px;
}

.dropdown-mainsubmenu {
    position: relative;
}

    .dropdown-mainsubmenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
    }

    .dropdown-mainsubmenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-mainsubmenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-mainsubmenu.pull-left {
        float: none;
    }

        .dropdown-mainsubmenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
        }

.strikethrough {
    text-decoration: line-through;
}