﻿
.aw input[type='text']:focus,.aw input[type='email']:focus,.aw input[type='url']:focus,.aw input[type='password']:focus,.aw input[type='search']:focus {
    border: 1px solid #AAA;
}

.aw input[type='text'],.aw input[type='email'],.aw input[type='url'],.aw input[type='password'],.aw input[type='search'],.aw select,.aw textarea {
    padding: 3px 6px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.aw .articlebox > div {
    padding: 5px;
}

.aw .articlebox hr {
    margin: 7px 0;
}

.aw .articlebox > div > div {
    border: solid 1px #00467f;
}


    .aw .inputicon {
    position: relative;
}

.clientlogo.empty {
    background-color: whitesmoke;
    border: 1px solid #ccc;
    width: 75px;
    margin: 0 auto;
    padding-top: 5px;
}

.aw .articlebox .status.Pending::before {
    content: "";
    color: orange;
}


.aw .articlebox {
    list-style-type: none;
    padding: 0;
    margin: 0 -5px;
}

.aw .articlebox div {
    list-style-type: none;
}

.aw .articlebox .corner {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.aw .articlebox .status::before {
    font-family: FontAwesome;
    margin-right: 5px;
}

.aw .articlebox .status {
    margin-left: 10px;
}

.aw #upload_logo {
    width: 60px;
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 10px;
    text-align: center;
    padding: 8px 5px;
    float: right;
}

.aw-breadcrumbs::after {
    content: "";
    display: block;
    clear: both;
}

.aw-breadcrumbs {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    color: #1c447d;
    font-size: 18px;
}

.aw-breadcrumbs div.active {
    background-color: whitesmoke;
}

    .aw-breadcrumbs div:first-child {
        border-left: 1px solid #ccc;
    }

    .aw-breadcrumbs div.active {
        background-color: whitesmoke;
    }

    .aw-breadcrumbs div:first-child {
        border-left: 1px solid #ccc;
    }

.aw-breadcrumbs > div {
    line-height: 75px;
    border: 1px solid #ccc;
    text-align: center;
}

.aw h6 {
    margin: 10px 0;
}

.aw h6.gray {
    padding: 10px;
    border: 1px solid #ccc;
}

.aw .gray {
    background-color: whitesmoke;
}
.aw-breadcrumbs div:last-child {
    line-height: normal;
}

.aw-breadcrumbs > div:last-child {
    background-color: whitesmoke;
    padding-top: 6px;
    text-align: center;
    font-size: 14px;
    height: 77px;
}

.aw-breadcrumbs li:last-child > div > span {
    color: #808080;
    font-size: 12px;
}

.aw-breadcrumbs .price, .aw-breadcrumbs .price span {
    font-size: 24px;
    font-weight: bold;
}

.aw .states {
    display: none;
    border: 1px solid #ccc;
    padding: 10px;
    width: 300px;
    height: 420px;
    overflow-y: auto;
    margin-top: 10px;
}

.aw .continue:hover,.aw input[type=submit].continue:hover {
    text-decoration: none;
    color: red;
}

.aw a.continue {
    text-decoration: none;
}

.aw .continue,.aw .continue input[type=submit] {
    color: #1c447d;
    font-size: 24px;
    line-height: 32px;
    margin: 10px 0;
    float: right;
    font-weight: bold;
    line-height: 24px;
    margin-left: 40px;
    border: none;
    background: none;
}

del {
    color: #ccc;
}

.RadCalendarPopup caption {
    display: none;
}

.button.blue{
    color: #fff;
    padding: 0 10px;
	border-radius: 6px;
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
	background-color: rgb(124, 181, 236);
}

.button.blue a {
    color: #fff;
    padding: 10px;
    line-height: 200%;
}


.states {
    display: block;
    border: 1px solid #ccc;
    padding: 10px;
    width: 300px;
    height: 420px;
    overflow-y: auto;
    margin-top: 10px;
}

.states ul li{
    list-style-type: none !important;
	margin: 0 !important;
    padding: 0 !important;
}

.states ul{margin: 0 !important;}

#page input[type="checkbox"] {
    margin-right: 5px !important;
}

.aw input[type="checkbox"] {
    margin-right: 5px;
}

a.btn-default, a.btn-primary {
    text-decoration: none;
}

.aw caption, .aw th, .aw td {
    text-align: left;
}
.aw .gridview{
	border-collapse: collapse;
    width: 100%;
	}
	
.aw .gridview th {
    background-color: #C42E24;
    border: medium none;
    color: #fff;
    font-weight: normal;
	 padding: 5px 10px;
}
 .aw  td {padding: 5px 0px;}
 .aw .gridview tr:nth-child(2n+1) {background-color: whitesmoke;}
 .aw .gridview tr td:last-child { border-right: none; }
 .aw .gridview tr:hover td {background-color: #dcdcdc;}
.entry-content .aw table{ border-collapse: collapse;margin: 0 0 15px;width: 100%}
.aw td.labels {padding-right: 10px; text-align: right; vertical-align: unset;}

.aw input[type="text"], .aw input[type="email"], .aw input[type="url"], .aw input[type="password"], .aw input[type="search"] {
    padding: 3px 6px;
}
.aw input[type="text"], .aw input[type="email"], .aw input[type="url"], .aw input[type="password"], .aw input[type="search"], .aw select {
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #666;
    height: 36px;
}
.aw button, .aw input, .aw select, .aw textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: middle;
}
.aw .list-inlineblock li {
    display: inline-block;
    margin-right: 10px;
	vertical-align: unset;
	margin-left:0px
}
.aw .creditcards img {
    opacity: 0.4;
	 height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.aw .completed {
    color: green;
    font-family: "FontAwesome";
    font-size: 16px;
    position: absolute;
    right: 10px;
    display: none;
    top: calc(50% - 7px);
}

.aw .checkBoxList {
    padding-left: 0;
    list-style-type: none;
}

.subAccount .col-md-4 {
    padding: 22px;
}

/* Extra Small devices (desktops, 768px and up) */
@media (max-width: 767px) {
    .gridview th {
        display: none;
    }
    .gridview td {
        display: block;
        text-align: center;
    }

    .aw-breadcrumbs > div {
        margin-top: -1px;
    }
    .xs-vpadding {
        padding-top: 10px;
        padding-bottom: 10px;
        clear: both;
    }
}

/* Small devices (desktops, 768px and up) */
@media (min-width: 768px) {
    .aw-breadcrumbs > div:nth-child(2n) {
        border-left: none;
    }
    .aw-breadcrumbs > div {
        margin-top: -1px;
    }
}

@media (max-width: 991px ) {
    .sm-vpadding {
        padding-top: 10px;
        padding-bottom: 10px;
        clear: both;
    }
}

    /* Medium devices (desktops, 992px and up) */
    @media (min-width: 992px) {
        .ui-tabs-panel .uiPlanelSplashMessage {
            margin: 40px auto;
        }

        .ui-tabs-panel {
            min-height: 300px;
        }

        .aw-breadcrumbs > div:last-child {
            font-size: 12px;
        }

        .aw-breadcrumbs > div {
            border-left: none;
        }
        .col-md-20 {
            width: 20%;
        }
    }

    /* Large devices (large desktops, 1200px and up) */
    @media (min-width: 1200px) {
    }