﻿
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.dropdownlist {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 5px 0px;
    padding: 5px;
}


.dropdownlisthigh {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1em;
    margin: 4px 0 4px 0px;
    padding: 9px;
}

.dropdownlow {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 10px;
    margin: 1px 0 1px 0px;
    padding: 2px;
}

#btnScroll {
    display: none;
    position: fixed;
    bottom: -6px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 15px 10px 15px;
    border-radius: 10px;
    font-size: 14px;
}

#btnScroll:hover {
    background-color: #555;
}

.userloggedinfo {
    padding: 11px;
    color: #fff;
    padding-right: 20px;
}

.required
{
    color:#ee2020;
}

.statusImage {
    vertical-align: text-top;
    border-style: none;
}

    .userloggedinfo .userinfo {
        float: left;
        margin-left: 10px;
    }

        .userloggedinfo .userinfo h5 {
            font-size: 12px;
            opacity: 0.8;
            color: #fff;
            font-family: sans-serif;
        }

            .userloggedinfo .userinfo h5 a {
                font-size: 12px;
                color: #fff;
                font-family: sans-serif;
            }

    .userloggedinfo .useinfo h5 a:hover span {
        text-decoration: none;
        color: #444;
    }

    .userloggedinfo ul {
        list-style: none;
        margin-top: 5px;
    }

        .userloggedinfo ul li a {
            display: block;
            font-size: 11px;
            line-height: normal;
            margin-bottom: 1px;
            color: #fff;
        }

            .userloggedinfo ul li a:hover {
                text-decoration: none;
                color: #444;
            }

.no-borderradius .userloggedinfo .userinfo {
    float: none;
    margin-left: 92px;
}

.borderbox {
    border: 1px solid #ccc;
    padding: 15px;
    background: #fff;
    margin-bottom: 10px;
}

.borderboxlow {
    border: 1px solid #ccc;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
    margin-bottom: 5px;
}

.borderboxpadd10 {
    border: 1px solid #ccc;
    padding: 10px;
    background: #fff;
    margin-bottom: 10px;
}

.wide-modal {
    width: 90%;
}


.modalBackground1 {
    height: 100%;
    background-color: #EBEBEB;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.pnlBackGround {
    position: fixed;
    top: 5px;
    left: 0px;
    width: 1200px;
    height: 700px;
    text-align: center;
    background-color: #868686;
    border: solid 3px #444444;
}

.iframeStyle {
    width: 1194px;
    height: 694px;
    overflow: hidden;
    background-color: #868686;
    border: 0;
}



/*** FORM STYLES ***/

.stdform input {
    padding: 5px;
    border: 1px solid #bbb;
}

.stdform textarea {
    padding: 6px 5px;
    border: 1px solid #bbb;
}

.stdform select {
    border: 1px solid #bbb;
    padding: 5px 2px;
}

.stdform p, .stdform div.par {
    margin: 10px 0;
}

.stdform span.field, .stdform div.field {
    /*margin-left: 220px;*/
    display: block;
    position: relative;
}

.stdform .formwrapper {
    display: block;
    padding-top: 5px;
    /*margin-left: 220px;*/
    line-height: 25px;
}

.stdform label {
    float: left;
    width: 120px;
    text-align: right;
    padding: 5px 20px 0 0;
}

    .stdform label.error {
        float: none;
        display: block;
        font-size: 11px;
        color: #ff0000;
        text-align: left;
        padding: 0;
        width: auto;
        margin-left: 220px;
    }

    .stdform label.valid {
        color: #468847;
    }

.stdform small.desc {
    font-size: 11px;
    color: #999;
    font-style: italic;
    display: block;
    margin: 5px 0 0 220px;
}

.stdform .stdformbutton {
    margin-left: 220px;
}

.stdform #spinner.input-small {
    width: 100px;
}

.stdfrom1 input {
    padding: 3px;
    border: 1px solid #bbb;
}

.stdfrom1 textarea {
    padding: 4px 3px;
    border: 1px solid #bbb;
}

.stdfrom1 select {
    border: 1px solid #bbb;
    padding: 3px 2px;
}

.stdfrom1 p, .stdfrom1 div.par {
    margin: 5px 0;
}

.stdfrom1 span.field, .stdfrom1 div.field {
    margin-left: 200px;
    display: block;
    position: relative;
    line-height: 20px;
}

.stdfrom1 .formwrapper {
    display: block;
    padding-top: 2px;
    margin-left: 200px;
    line-height: 20px;
}

.stdfrom1 label {
    float: left;
    width: 180px;
    text-align: right;
    padding: 5px 20px 0 0;
}

    .stdfrom1 label.error {
        float: none;
        display: block;
        font-size: 11px;
        color: #ff0000;
        text-align: left;
        padding: 0;
        width: auto;
        margin-left: 200px;
    }

    .stdfrom1 label.valid {
        color: #468847;
    }

.stdfrom1 small.desc {
    font-size: 11px;
    color: #999;
    font-style: italic;
    display: block;
    margin: 5px 0 0 220px;
}

.stdfrom1 .stdfrom1button {
    margin-left: 220px;
}

.stdfrom1 #spinner.input-small {
    width: 100px;
}


.stdform2 p, .stdform2 div.par {
    border-top: 1px solid #ddd;
    background: #fcfcfc;
    margin: 0;
    clear: both;
}

.stdform2 div.terms {
    border: 0;
    background: none;
}

.stdform2 p:first-child, .stdform2 div.par:first-child {
    border-top: 0;
}

.stdform2 label {
    display: inline-block;
    padding: 15px 0 0 15px;
    vertical-align: top;
    text-align: left;
    font-weight: bold;
}

    .stdform2 label.error {
        margin-left: 0;
        padding: 0;
    }

    .stdform2 label small {
        font-size: 11px;
        color: #999;
        display: block;
        font-weight: normal;
        line-height: 16px;
    }

.stdform2 span.field, .stdform2 div.field {
    margin-left: 220px;
    display: block;
    background: #fff;
    padding: 15px;
    border-left: 1px solid #ddd;
}

.stdform2 .stdformbutton {
    margin-left: 0;
    padding: 15px;
    background: #fff;
}

.stdform2 input {
    margin: 0;
}

    .stdform2 input[type=checkbox], .stdform2 input[type=radio] {
        margin: 10px;
    }

.order-tag
{
    color: #ffffff;
    padding-left:3px;
    padding-right:3px;
}

.rbl input[type="radio"]
{
   margin-left: 10px;
   margin-right: 1px;
}

/***   TABLES ***/



/*.table {
    width: 100%;
    margin-bottom: 20px;
}

    .table thead > tr > th,
    .table tbody > tr > th,
    .table tfoot > tr > th,
    .table thead > tr > td,
    .table tbody > tr > td,
    .table tfoot > tr > td {
        padding: 8px;
        line-height: 1.428571429;
        vertical-align: top;
        border-top: 1px solid #dddddd;
    }

    .table thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #dddddd;
    }

    .table caption + thead tr:first-child th,
    .table colgroup + thead tr:first-child th,
    .table thead:first-child tr:first-child th,
    .table caption + thead tr:first-child td,
    .table colgroup + thead tr:first-child td,
    .table thead:first-child tr:first-child td {
        border-top: 0;
    }

    .table tbody + tbody {
        border-top: 2px solid #dddddd;
    }

    .table .table {
        background-color: #ffffff;
    }

.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #dddddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    display: table-column;
    float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
    display: table-cell;
    float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
    background-color: #d0e9c6;
    border-color: #c9e2b3;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
    border-color: #eed3d7;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
    background-color: #ebcccc;
    border-color: #e6c1c7;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
    border-color: #fbeed5;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
    background-color: #faf2cc;
    border-color: #f8e5be;
}*/
