
*
{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.clear
{
    clear: both;
    margin: 0;
}

img
{
    border: none;
}

.cms-header
{
    width: 100%;
    padding: 20px 0;
    border-bottom: solid #F06424 1px;
    margin-bottom: 20px;
}

.cms-wrapper
{
    max-width: 1150px;
    margin: 0 auto;
    position: relative;
}

.cms-wrapper img
{
    max-width: 235px;
}

.cms-header .cms-wrapper h2
{
    position: absolute;
    top: -8px;
    right: 0;
    text-align: right;
    width: 172px;
    color: #284763;
}

.signin-form
{
    border: solid #CECECE 1px;
    width: 500px;
    margin: 20px auto;
    padding: 10px;
    border-radius: 5px;
    position: relative;
}

.signin-form h2, .restore-form h2
{
    margin-bottom: 30px;
    color: #F06424;
}

.signin-form label, .restore-form label, .register-form label
{
    display: block;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 14px;
}

.signin-form p, .restore-form p
{
    margin: 20px 0;
}

.signin-form p a, .restore-form p a
{
    color: #284763;
    font-size: 14px;
    text-decoration: none;
}

.signin-form p a:hover, .restore-form p a:hover
{
    text-decoration: underline;
}

.txtmax
{
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    border-radius: 3px;
    border: solid #CECECE 1px;
}

.txt
{
    padding: 10px;
    box-sizing: border-box;
    border-radius: 3px;
    border: solid #CECECE 1px;
}

.txtarea
{
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    height: 120px;
    border-radius: 3px;
    border: solid #CECECE 1px;
}

.cmb
{
    padding: 10px;
    box-sizing: border-box;
    border-radius: 3px;
    border: solid #CECECE 1px;
}

.button
{
    display: inline-block;
    cursor: pointer;
    padding: 10px 30px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 3px;
}

.btnblue
{
    background: #007FCC;
    border: solid #005782 1px;
}

.btnblue:hover
{
    background: #0097E2;
}

.btnorange
{
    background: #F06424;
    border: solid #B34716 1px;
}

.btnorange:hover
{
    background: #FC8048;
}

.btnred
{
    background: #D35A54;
    border: solid #6D1616 1px;
}

.btnred:hover
{
    background: #DD6664;
}

.btngreen
{
    background: #6CCAC9;
    border: solid #3D8280 1px;
}

.btngreen:hover
{
    background: #ACC6C5;
}

.terms
{
    color: #787877;
    font-size: 12px;
    line-height: 16px;
    text-align: justify;
    text-align: center;
}

.form-errors
{
    background-color: #AA6D6D;
    border: solid #542525 1px;
    border-radius: 5px;
    color: white;
    font-size: 14px;
    padding: 20px;
    margin: 20px;
    list-style: none;
}

.cms-data
{
    color: #284763;
    margin-bottom: 20px;
    border-bottom: dotted #CECECE 1px;
    padding-bottom: 20px;
}

.cms-data a
{
    color: #007FCC;
    text-decoration: none;
}

.cms-data a:hover
{
    text-decoration: underline;
}

.cms-header-section
{
    border-bottom: solid #284763 5px;
    padding-bottom: 10px;
    position: relative;
}

.cms-header-section .cms-top-button-holder
{
    position: absolute;
    top: -10px;
    right: 0;
}

.cms-table
{

    font-size: 14px;
}

.cms-table thead tr th
{
    padding: 8px;
    background-color: #284763;
    color: white;
    font-weight: normal;
    text-align: left;
}

.cms-table tr td
{
    padding: 8px;
    border-bottom: dotted #CECECE 1px;
}

.cms-table a
{
    cursor: pointer;
    text-decoration: none;
    color: #007FCC;
}

.cms-table a:hover
{
    text-decoration: underline;
}

.cms-table tfoot tr td
{
    text-align: right;
}

.cms-delete-icon
{
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../images/delete.png");
    background-size: contain;
}

.cms-paginator
{
    text-align: right;
}

.cms-form
{
    margin: 20px auto;
    border: solid #CECECE 1px;
    border-radius: 5px;
    width: 80%;
}

.cms-form h3
{
    padding: 20px;
    border-bottom: solid #F06424 1px;
}

.cms-form-row
{
    padding: 10px;
    border-bottom: solid #CECECE 1px;
}


.cms-form label
{
    display: block;
    font-size: 14px;
    margin: 10px 0;
}
.cms-form textarea
{
    display: block;
    font-size: 14px;
   max-width: 98%;
    margin: 10px 0;

}

.cms-button-holder
{
    padding: 20px;
}

.cms-navigator
{
    font-size: 14px;
    padding: 10px;
    background-color: #E2E2E2;
    border-radius: 3px;
    color: #787877;
    margin-bottom: 20px;
}

.cms-navigator a
{
    color: #284763;
    text-decoration: none;
}

.cms-navigator a:hover
{
    text-decoration: underline;
}

.cms-header-search
{
    padding: 10px;
    background-color: #E2E2E2;
}

.cms-header-search label
{
    font-size: 14px;
}

.cms-paginator
{
    text-align: right;
    font-size: 14px;
}

.cms-image-link
{
    color: #007FCC;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
}

.cms-image-link:hover
{
    text-decoration: underline;
}

.cms-paginator ul
{
    list-style: none;
    display: inline;
}

.cms-paginator ul li
{
    display: inline-block;
}

.cms-paginator ul li a
{
    display: block;
    width: 20px;
    height: 20px;
    color: #007FCC;
    cursor: pointer;
    text-align: center;
}

.cms-options a
{
    display: block;
    padding: 10px;
    margin: 20px;
    width: 140px;
    height: 160px;
    float: left;
    border: solid #284763 1px;
    border-radius: 5px;
    text-align: center;
    color: #007FCC;
    text-decoration: none;
    font-weight: bold;
}

.cms-options a:hover
{
    background-color: #E5E5E5;
}

.cms-options a img
{
    max-width: 90%;
    margin-bottom: 10px;
}

.cms-results
{
    padding: 20px;
}

.cms-results h2
{
    color: #284763;
    margin-bottom: 40px;
}

.cms-results p
{
    font-size: 14px;
    margin-bottom: 5px;
}

.cms-results p span
{
    color: #007FCC;
    display: inline-block;
    width: 150px;
}

.order-button-holder
{
    margin-bottom: 40px;
}