/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */


/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html * {
    box-sizing: border-box;
}

html,
button,
input,
utton select,
textarea {
    color: #222;
}

body {
    background-color: #2e3641;
    color: #2e3641;
    font-family: 'Open Sans', sans-serif;
}

html {
    font-size: 1em;
    line-height: 1.4;
}


/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}


/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}


/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}


/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

.fullwidth {
    width: 100%;
    float: left;
}

.container {
    max-width: 1572px;
    padding: 0 20px;
    margin: auto;
}

.tick {
    width:16px;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
    
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links for images, or javascript/internal links
     */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* ==========================================================================
  	Main Site Styles
   ========================================================================== */

h1 {
    font-size: 24px;
    line-height: 40px;
    position: relative;
    padding-bottom: 10px;
    z-index: 2000;
    height: auto;
    float: left;
    width: 100%;
    border-bottom: solid 1px #c1cfd9;
    background-color: #ffffff;
}

h1 .icon {
    margin-right: 10px;
}

header {
    max-width: 1572px;
    float: left;
    width: 100%;
}

.login-box {
    float: right;
    font-size: 16px;
    color: #fff;
    margin: 45px 30px 30px 25px;
}

#logo {
    float: left;
    margin: 40px 30px 30px 25px;
}

nav {
    width: 226px;
    float: left;
    background-color: #fff;
}

nav a {
    width: 100%;
    float: left;
    background-color: #1e252e;
    height: 71px;
    border-top: solid 1px #2e3641;
    border-bottom: solid 1px #2e3641;
    border-left: solid 0px #2e3641;
    border-right: solid 4px #2e3641;
    color: #fff;
    text-decoration: none;
    line-height: 71px;
    padding-left: 25px;
    font-weight: bold;
}

nav span {
    margin-right: 10px;
}

nav a:hover {
    background-color: #181d24;
}

nav a:hover span {
    color: #ef8700;
}

nav a.active {
    cursor: default;
    background-color: transparent;
    border: none;
    color: #2e3641;
}

nav a.active span {
    color: #2e3641;
}

#nav-one .nav-one,
#nav-two .nav-two,
#nav-three .nav-three,
#nav-four .nav-four,
#nav-five .nav-five,
#nav-six .nav-six,
#nav-seven .nav-seven,
#nav-eight .nav-eight,
#nav-nine .nav-nine,
#nav-ten .nav-ten,
#nav-eleven .nav-eleven,
#nav-twelve .nav-twelve {
    cursor: default;
    background-color: transparent;
    border: none;
    color: #2e3641;
}

.subnav {
    display: none;
}

#nav-one .subnav-one,
#nav-two .subnav-two,
#nav-three .subnav-three,
#nav-four .subnav-four,
#nav-five .subnav-five,
#nav-six .subnav-six,
#nav-seven .subnav-seven,
#nav-eight .subnav-eight,
#nav-nine .subnav-nine,
#nav-ten .subnav-ten,
#nav-eleven .subnav-eleven,
#nav-twelve .subnav-twelve {
    display: block;
}

.subnav a:nth-child(1) {
    border-top: none;
}

.subnav a {
    line-height:17px;
    background-color: #e9f0f4 !important;
    padding-left: 25px;
    font-weight: normal;
    padding-top: 12px;
    height: auto;
    padding-bottom: 12px;
    font-size: 13px;
    border-top: solid 1px #c1cfd9 !important;
    border-bottom: solid 0px #1e252e !important;
    border-left: solid 0px #1e252e !important;
    border-right: solid 1px #c1cfd9 !important;
}

.subnav a:hover {
    cursor: pointer !important;
    color: #ffffff !important;
    border-right: 0;
    background-color: #181d24 !important;
}

#sign-out {
    border-top: solid 20px #2e3641;
    height: 91px;
}

main {
    width: 100%;
    max-width: 1306px;
    padding: 0px 30px 0px;
    margin-bottom: 40px;
    float: left;
    background-color: #fff;
}

.button {
    border-radius: 5px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    padding: 0 20px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    background-color: #ef8700;
    transition: background 1s;
}

.left {
    float: left;
}

.right {
    float: right;
}

.button.left {
    margin-right: 10px;
}

.button.right {
    margin-left: 10px;
    margin-right: 0;
}

.button:hover {
    background-color: #2e3641;
    border-color: #2e3641;
    transition: background 1s;
}

.button.ghost {
    background-color: #fff;
    color: #c1cfd9;
    border: solid 1px #c1cfd9;
}

.button.ghost:hover {
    border-color: #2e3641;
    color: #2e3641;
    transition: background 1s;
}

.button.dark {
    background-color: #2e3641;
    border-color: #2e3641;
}

input:focus,
textarea:focus {
    outline: none;
    border-color: #57a6e1;
}

.indicator {
    width: 10px;
    border-radius: 10px;
    margin-top: 19px;
    height: 10px;
    background-color: #ef8700;
    margin-right: 15px;
    float: left;
}

.indicator.error {
    background-color: #fa5c5b;
}

.indicator.valid {
    background-color: #a8bd44;
}

input.error {
    border-color: #fa5c5b;
    color: #fa5c5b;
}

label.error:after {
    content: 'Complete Info';
    float: right;
    position: absolute;
    right: 0;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    font-size: 12px;
    padding: 0 25px;
    top: 22px;
    z-index: 2;
    background-color: #fa5c5b;
}

label.error:after:after {
    float: left;
}

label.valid:after {
    content: '✔';
    float: right;
    position: absolute;
    right: 0;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    font-size: 21px;
    padding: 0 15px;
    top: 23px;
    z-index: 2;
    background-color: #a8bd44;
}

input.valid {
    border-color: #a8bd44;
    color: #a8bd44;
}

.sticky {
    background-color: #ffffff;
    padding-top: 1px;
    position: fixed;
    width: 646px;
    top: 0;
    z-index: 10;
    margin-bottom: 15px;
    border-bottom: solid 1px #c1cfd9;
}

.expand-section,
label,
input,
textarea,
.textarea-buttons {
    width: 100%;
    padding: 0;
    float: left;
    position: relative;
}

input,
textarea {
    font-weight: 300;
}

.expand-section {
    margin-bottom: 30px;
}

.expand-title {
    width: 100%;
    min-height: 48px;
    padding: 0 10px 0 25px;
    background-color: #2e3641;
}

.expand-title h2 {
    color: #fff;
    padding-right: 15px;
    margin: 0;
    font-size: 16px;
    line-height: 48px;
} 

.expand-title h2 span {
    font-size: 12px;
    line-height: 45px;
    font-weight: normal;
}

.expand-content {
    float: left;
    width: 100%;
    background-color: #e9f0f4;
    border: solid 1px #c1cfd9;
    padding: 25px 25px 10px;
}

.mandatory {
    color: #ef8700;
}

input,
textarea {
    background-color: #fff;
    margin-bottom: 15px;
    padding: 0 15px;
    font-size: 14px;
    border: solid 1px #c1cfd9;
    border-radius: 3px;
    height: 40px;
}


.uppercase {
    text-transform: uppercase;
}

.titlecase {
    text-transform: capitalize;
}

.edit {
    margin-left: 10px;
    line-height: 29px !important;
    float: right;
}

textarea {
    padding-top: 15px;
    resize: none;
    height: 225px;
    line-height: 18px;
    padding-bottom: 15px;
}

.textarea-buttons {
    margin-bottom: -3px;
    height: 40px;
    position: relative;
    z-index: 1;
    background-color: #e9f0f4;
    border: solid 1px #c1cfd9;
}

.textarea-buttons span {
    line-height: 39px;
    width: 40px;
    float: left;
    text-align: center;
    border-right: solid 1px #c1cfd9;
}

.textarea-buttons span:hover {
    cursor: pointer;
    background-color: #c1cfd9;
}

.textarea-buttons span.active {
    color: #fff;
    background-color: #2e3641;
}

.image-container,
.tip {
    width: 100%;
    float: left;
    max-width: 188px;
    margin-right: 15px;
    background-color: #ffffff;
    margin-bottom: 15px;
    padding: 10px;
    border: solid 1px #c1cfd9;
}

.end {
    margin-right: 0;
}

.image-frame {
    float: left;
    position: relative;
    width: 100%;
    height: 128px;
    cursor: pointer;
    background-size: cover;
    background-image: url(http://www.discoverlowestoft.co.uk/images/business_images/img_120_552e47fdc1005blob);
    background-color: #c1cfd9;
    background-position: center;
}

.image-frame img {
    border: solid 1px #fff;
    border-radius: 44px;
    position: absolute;
    left: 50%;
    margin-left: -22px;
    margin-top: -22px;
    top: 50%;
}

.image-frame:hover .color-overlay {
    opacity: 0.9;
}

.image-container.error .image-frame {
    background-color: #fa5c5b;
}

.color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #2e3641;
    opacity: 0.4;
}

table {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 23px;
    width: 100%;
}

td,
th {
    border: solid 1px #c1cfd9;
    padding: 10px 10px;
    word-wrap: break-word;
}

th {
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    background-color: #2e3641;
}

tr {
    background-color: #ffffff;
}

tr:nth-child(even) {
    background-color: #dfe7eb;
}

table .button {
    line-height: 27px;
    border-radius: 3px;
    font-size: 14px;
}

.tip {
    background-color: #c1cfd9;
    position: relative;
    padding: 13px 20px;
    text-align: center;
    color: #fff;
}

.tip:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(193, 207, 217, 0);
    border-right-color: #c1cfd9;
    border-width: 12px;
    margin-top: -12px;
}

.tip strong {
    font-size: 16px;
    margin-bottom: 0;
}

.tip p {
    font-size: 12px;
    margin: 5px;
}

.tip .button {
    margin-top: 7px;
    font-size: 12px;
    padding: 0;
    width: 100%;
}

#mobile-nav {
    display: none;
}

.activenav{
    display: block;}

.add-section {
    border: solid 1px #c1cfd9;
    background-color: #fff;
    color: #c1cfd9;
    transition: all 1s;
}

.add-section h2 {
    text-align: center;
    width: 100%;
    transition: all 1s;
    color: #c1cfd9;
}

.add-section:hover {
    border-color: #2e3641;
    transition: all 1s;
}

.add-section:hover h2 {
    transition: all 1s;
    color: #2e3641;
}

.two-column .col {
    width: 49%;
    float: left;
    margin-right: 2%;
}

.two-column .col:nth-child(2n) {
    margin-right: 0 !important;
}

.three-column .col {
    width: 32%;
    float: left;
    margin-right: 2%;
}

.three-column .col:nth-child(3n) {
    margin-right: 0 !important;
}

.four-column .col {
    width: 23.5%;
    float: left;
    margin-right: 2%;
}

.four-column .col:nth-child(4n) {
    margin-right: 0 !important;
}

.add-button {
    width: 20px;
    height: 20px;
    float: left;
    position: relative;
    margin-top: 12px;
}

.horizontal-bar {
    width: 100%;
    height: 2px;
    background-color: #c1cfd9;
    position: absolute;
    top: 9px;
}

.vertical-bar {
    height: 100%;
    width: 2px;
    background-color: #c1cfd9;
    left: 9px;
    position: absolute;
    top: 0;
}

.add-button:hover .vertical-bar,
.add-button:hover .horizontal-bar {
    background-color: #2e3641;
}

.address_label{
    float:left;
    width:15%;
}
.address_data{
    float:left;
    width:85%;
}
.address_details{
    float:left;
    width:100%;
 margin-bottom: 20px;
}

.top-buttons{
    float:right;
}

.tickbtn-container{
    float:left;
    width:230px;
    margin-top:20px;
    margin-bottom:20px;
}
.switch-container{
    float:left;
    width:400px;
    margin-top:20px;
}
.float-left100{
    width:100%;
    float:left;
}

.filter-type-container{
    width:170px; float:left; height:28px;
}
.filter-type-box{
    width:20px; float:left; height:35px;}
.filter-type-label{
    width:150px; margin-top:10px; float:left;
    }


.border-bottom{
    border-bottom: 1px solid #ccc;
}

/*------- Category Page --------*/

.button.delete,
.button.approve,
.button.reject {
    padding: 0;
    width: 30px;
    background-color: transparent;
    border: solid 1px #c1cfd9;
    text-align: center;
    float: right;
    margin-right: 0px;
    margin-left: 10px;
    color: #c1cfd9;
}

.button.approve {
    background-color: #a8bd44;
    border-color: #a8bd44;
    color: #fff;
}

.button.approve:hover {
    background-color: #8b9e37;
}

.button.reject {
    background-color: #fa5c5b;
    border-color: #fa5c5b;
    color: #fff;
}

.button.reject:hover {
    background-color: #c74c4c;
}

.button.delete:hover {
    border-color: #2e3641;
    color: #2e3641;
}

.button.edit {
    margin-right: 0;
}

.domain-button{
    height:25px;
    float:right;
    position:relative;
    z-index:240;}

.domain-button a{
    background: linear-gradient(to bottom, #494949 0%, #252525 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #666666;
    box-shadow: 0 2px 4px #000000;
    cursor: pointer;
    float: left;
    height: 25px;
    padding-left: 25px;
    padding-right: 25px;
    color:#CCC;
    text-decoration:none;
    padding-top: 0px;
    position: relative;
    text-align: center;}

.domain-button a:hover{
    background: linear-gradient(to bottom, #5E318C 0%, #49206E 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #333333;
    box-shadow: 0 2px 4px #000000 inset;
    float: left;
    height: 27px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 3px;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 240;}


td .indicator {
    margin-top: 6px;
}

.category table {
    margin-bottom: 30px;
}

td.pending {
    color: #ef8700;
}

td.reject {
    color: #fa5c5b;
}

td.approve {
    color: #a8bd44;
}

td.reject .indicator {
    background-color: #fa5c5b;
}

td.approve .indicator {
    background-color: #a8bd44;
}

.error-message,
.confirmation-message {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    padding-right: 20px;
    float: left;
    background-color: #ffffff;
    border-bottom: solid 2px #fa5c5b;
    border-top: solid 2px #fa5c5b;
    margin-top: -65px;
    position: relative;
}

.error-message .icon,
.confirmation-message .icon {
    font-size: 25px;
    line-height: 42px;
    margin-right: 15px;
    float: left;
    margin-left: 20px;
    height: 100%;
    min-height: 100%;
    color: #fa5c5b;
}

.error-message strong,
.confirmation-message strong {
    color: #fa5c5b;
    padding-top: 9px;
    display: block;
    padding-bottom: 9px;
    width: 100%;
}

.confirmation-message {
    color: #a8bd44;
    border-color: #a8bd44;
}

.confirmation-message strong,
.confirmation-message .icon {
    color: #a8bd44;
}

.error-message,
.confirmation-message {
    -webkit-animation: slidedown 0.5s linear 1 forwards;
    -moz-animation: slidedown 0.5s linear 1 forwards;
    -ms-animation: slidedown 0.5s linear 1 forwards;
    animation: slidedown 0.5s linear 1 forwards;
}

@keyframes "slidedown" {
    0% {
        -webkit-margin-top: -65px;
        -moz-margin-top: -65px;
        -o-margin-top: -65px;
        -ms-margin-top: -65px;
        margin-top: -65px;
    }
    100% {
        -webkit-margin-top: -5px;
        -moz-margin-top: -5px;
        -o-margin-top: -5px;
        -ms-margin-top: -5px;
        margin-top: -5px;
    }
}

@-moz-keyframes "slidedown" {
    0% {
        -webkit-margin-top: -65px;
        -moz-margin-top: -65px;
        -o-margin-top: -65px;
        -ms-margin-top: -65px;
        margin-top: -65px;
    }
    100% {
        -webkit-margin-top: -5px;
        -moz-margin-top: -5px;
        -o-margin-top: -5px;
        -ms-margin-top: -5px;
        margin-top: -5px;
    }
}

@-webkit-keyframes "slidedown" {
    0% {
        -webkit-margin-top: -65px;
        -moz-margin-top: -65px;
        -o-margin-top: -65px;
        -ms-margin-top: -65px;
        margin-top: -65px;
    }
    100% {
        -webkit-margin-top: -5px;
        -moz-margin-top: -5px;
        -o-margin-top: -5px;
        -ms-margin-top: -5px;
        margin-top: -5px;
    }
}

.pulse2 {
    -webkit-animation: pulse2 1s linear infinite;
    -moz-animation: pulse2 1s linear infinite;
    -ms-animation: pulse2 1s linear infinite;
    animation: pulse2 1s linear infinite;
}





@keyframes "pulse2" {
    0% {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@-moz-keyframes "pulse2" {
    0% {
        -moz-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -moz-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@-webkit-keyframes "pulse2" {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@-ms-keyframes "pulse2" {
    0% {
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        -ms-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
}

.icon-pencil {
    display: none;
}

.half-width {
    width: 49%;
    margin-right: 2%;
}

.half-width.last {
    margin-right: 0;
}

.dashboard-buttons .button {
    line-height: 50px;
    width: 23.5%;
    margin-right: 2%;
    margin-top: 10px;
    box-sizing: border-box;
    font-size: 18px;
    height: 50px;
    background-color: #2e3641;
}

.dashboard-buttons .button.last {
    margin-right: 0;
}

.dashboard-buttons .button span {
    margin-right: 15px;
}

#mobile {
    display: none;
}

.stat-contain {
    width: 48%;
    float: left;
    background-color: #ffffff;
    margin-bottom: 4%;
    border: solid 1px #c1cfd9;
    border-radius: 5px;
    text-align: center;
    color: #ef8700;
    font-weight: 300;
    font-size: 43px;
    padding-top: 17px;
    padding-bottom: 29px;
    margin-right: 4%;
}

.stat-contain:nth-child(2n) {
    margin-right: 0;
}

.stat-caption {
    font-weight: 700;
    font-size: 14px;
    color: #2e3641;
}

.expand-title .button {
    width: auto;
    line-height: 25px;
    margin-top: 10px;
    border-radius: 3px;
    padding: 0 10px;
}

.expand-title .button .icon {
    font-size: 13px;
    margin-left: 5px;
}

.comment-image {
    width: 50px;
    height: 50px;
    background-color: #c1cfd9;
    float: left;
}

.comments {
    font-size: 12px;
    line-height: 15px;
    border: solid 1px #c1cfd9 !important;
}

.comments strong {
    margin-top: 10px;
    margin-bottom: 0;
}

.comments p {
    margin-top: 5px;
    margin-bottom: 0;
}

.comments td {
    border: 0;
}

.comments .button.reject {
    margin-bottom: 10px;
}


.ui-widget-header,.ui-datepicker-title{
    background: #2e3641 !important; 
    background-image: none;
    color:#ffffff !important;
} 

.ui-widget-header a,.ui-datepicker .ui-icon{
    color:#ffffff !important;
}

#ui-datepicker-div th{
  background-color: #e9f0f4;
border: solid 1px #c1cfd9;
    color: #2e3641;

}

.ui-state-default{
background: #dfe7eb !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br{
    border-radius:0 !important; 
}

.ui-state-highlight,.ui-state-hover,.ui-state-highlight, .ui-widget-content .ui-state-highlight{
background-color: #ef8700;
}


.overlay{
    background-color: rgba(46,54,65,0.8);
    width:100%;
    height: 100%;
    position: fixed;
    z-index: 9999;

}

.popup{
    width:300px;
    margin-left: -150px;
    background-color: #e9f0f4;
    position: absolute;
    left: 50%;
    border:solid 1px #c1cfd9;
    padding: 0;
    top:50%;
    margin-top: -150px;}

.popup .expand-title h2{
    float: left;
    width: 100%;
    text-align: center;}

.popup .expand-title{
    padding-left: 10px;}

.popup p{
    text-align: center;
    padding: 0 20px;}

.popup .button{
    width: 40%;
    margin-left: 0;
    margin-right: 6%;
    margin-bottom: 20px;
}

.popup .expand-title .icon{
    font-size: 20px;
    margin-right: 8px;
    line-height: 45px;
}

.pagination {
    float: left;

  padding: 0;
  margin: 0;
  list-style: none;

    margin-bottom: 20px;
  
  
    width: 100%;}

.pagination a{
    background-color: #2e3641;
    width: 3.703%;
    float:left;
    height: 43px;
    text-transform: uppercase;
    color: #fff;
    border:solid 1px #fff;
    text-align: center;
    line-height: 43px;
    cursor: pointer;
    text-decoration: none;
}




.pagination a:hover{
    background-color:#ef8700;
}

.pagination a.active{
    background-color: #ef8700;
    cursor:auto;
}

.bottom-pag{
    margin-top:-10px;}


@media only screen and (max-width:1574px) {
    main {
        width: 80%;
    }
    nav {
        width: 20%;
    }
}

@media only screen and (max-width:1074px) {
    .image-container {
        max-width: 48%;
        margin-right: 4%;
    }
    .two {
        margin-right: 0;
    }
    .tip {
        margin-right: 0;
        max-width: 48%;
    }
    .icon-pencil {
        display: block;
        height: 28px;
        line-height: 28px;
        float: left;
        padding-top: 6px;
        width: 28px;
    }
    .edit {
        line-height: 38px;
        height: 27px;
        padding: 0;
        margin-right: 0px;
        margin-left: 10px;
        text-align: center;
        width: 27px;
    }
    .hide-1074 {
        display: none;
    }
    .half-width {
        width: 100%;
        margin-right: 0;
    }
    .dashboard-buttons .button {
        width: 49%;
        margin-right: 2%;
    }
    .dashboard-buttons .button:nth-child(2),
    .image-container:nth-child(2n) {
        margin-right: 0;
    }
    .expand-section.dashboard-buttons {
        margin-bottom: 30px;
    }
    .stat-contain {
        width: 22%;
        font-size: 33px;
    }
    .stat-contain:nth-child(2) {
        margin-right: 4%;
    }
    .stat-contain:nth-child(4) {
        margin-right: 0;
    }
    .stat-caption {
        font-size: 12px;
    }
    
    .pagination a{
        width: 9.09%;}
    
 
}

@media only screen and (max-width:768px) {
    main {
        width: 90%;
    }
    nav {
        width: 10%;
    }
    nav a {
    }
    #mobile-nav,
    #mobile {
        width: 100%;
        padding-left: 0;
        padding-top: 0;
        height: 59px;
        line-height: 49px;
    }
    #mobile-nav span,
    #mobile span {
        width: 100%;
        height: 59px;
        line-height: 55px;
        float: left;
        font-size: 25px;
        text-align: center;
    }
    #mobile {
        display: none;
    }
    h1 a {
        margin-bottom: 15px;
    }
    .image-frame {
        height: 160px;
    }
    .two-column,
    .three-column,
    .four-column {
        float: left;
        width: 100%;
    }
    .two-column .col,
    .three-column .col,
    .four-column .col {
        width: 49%;
        margin-right: 2%;
    }
    .two-column .col:nth-child(2n),
    .three-column .col:nth-child(2n),
    .four-column .col:nth-child(2n) {
        margin-right: 0;
    }
    .two-column .col:nth-child(3n),
    .three-column .col:nth-child(3n),
    .four-column .col:nth-child(3n) {
        margin-right: 2%;
    }
    .stat-contain {
        width: 48%;
    }
    .stat-contain:nth-child(2) {
        margin-right: 0;
    }
      h1 span{
        float:left;
        width: 100%;
     }
    
    .subnav a{
        height: 50px;
        font-size: 15px;
        line-height: 50px;}
}

@media only screen and (max-width:580px) {
    .container {
        padding: 0;
    }
    #mobile {
        width: 50px;
        display: block;
        color: #fff;
        float: left;
    }
    nav,
    nav a {
        width: 100%;
    }
    nav a,
    #sign-out {
        height: 50px;
        border-right: 0;
        line-height: 50px;
    }
    #sign-out {
        height: 70px;
    }
    .expand-title {
        float: left;
        padding-bottom: 10px;
        height: auto;
    }
    .expand-title h2 {
        margin-bottom: -10px;
        width: 100%;
    }
    table {
        margin-bottom: 15px;
    }
    .tip {
        min-height: inherit;
    }
    main {
        margin-bottom: 0;
        padding: 0px 15px;
        width: 100%;
    }
    #mobile-nav {
        display: none;
    }
    .expand-section {
        margin-bottom: 15px;
    }
    .two-column .col,
    .three-column .col,
    .four-column .col {
        width: 100%;
    }
    table.big-table tr {
        width: 100%;
        float: left;
    }
    table.big-table td {
        float: left;
        line-height: normal;
        font-size: 14px;
        text-align: right;
        border: none;
        width: 100%;
    }
    table.big-table .indicator {
        margin-right: 0;
        margin-left: 10px;
        float: right;
    }
    table.big-table th {
        display: none;
    }
    table.big-table td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        width: 50%;
        text-align: left;
        font-weight: bold;
    }
    .addbutton strong {
        display: none;
    }
    #logo {
        float: none;
        display: block;
        margin: 20px auto;
    }
    .login-box {
        width: 100%;
        margin: 0px 10px 20px;
        text-align: center;
    }
    .addbutton {
        padding: 0;
        text-align: center;
        width: 40px;
    }
    h1 .addbutton .icon-plus {
        margin-right: 0;
        font-size: 18px;
        line-height: 35px;
        margin-top: 0px;
        display: block;
    }
    
    
    h1 .button{
        float:right;
        margin-top: 5px;
        margin-bottom: 0;
        text-align: center;
    }
    
    h1 .button:nth-of-type(2){
    
        display: none;
    }
    
    textarea{
        font-size: 16px;
        height: 400px;
    line-height:20px;} 
    
    input{
        height: 50px;
        line-height: 50px;
    font-size: 16px;}
    
    label.error::after{
        content: '✘';
    }
    
    label.error::after, label.valid::after{
        height:50px;
        line-height: 45px;
        width: 50px;
        padding: 0;
        text-align: center;
        color: #ffffff;
        font-size: 30px;
        
    }
       .popup p{
        float:left;
    }
  
}

@media only screen and (max-width:450px) {
    .image-container {
        max-width: 100%;
    }
    .tip {
        margin-right: 0;
        min-height: inherit;
        max-width: 100%;
    }
    .tip:after {
        bottom: 100%;
        top: inherit;
        right: inherit;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(193, 207, 217, 0);
        border-bottom-color: #c1cfd9;
        border-width: 12px;
        margin-left: -12px;
    }
    #ui-datepicker-div{
        left: 18px !important;}
    
      h1 .button{
          margin: 0;
          margin-top: 5px;
          margin-bottom: 5px;
          width: 46%;}
    
    h1 .button:nth-of-type(3){
        margin-left: 0;
    }
    
    
    h1 .button:nth-of-type(1){
    margin-right: 6px;
    }
    
    .expand-content{
        padding: 15px 15px 0px;
    }
    
 
    
}