/*
 ::Table Of Content

 1.) @FontFace Style
 2.) Global TypoGraphy
 3.) Global Form Elements
 4.) Global Button And Links
 5.) Header Section
 6.) Footer Section
 -------------------------------------*/

/*
 1.) @FontFace Style
 -------------------------------------*/
@font-face {
    font-family: 'latobold';
    src: url('../../fonts/lato-bold-webfont.eot');
    src: url('../../fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/lato-bold-webfont.woff2') format('woff2'),
         url('../../fonts/lato-bold-webfont.woff') format('woff'),
         url('../../fonts/lato-bold-webfont.ttf') format('truetype'),
         url('../../fonts/lato-bold-webfont.svg#latobold') format('svg');
}
@font-face {
    font-family: 'latolight';
    src: url('../../fonts/lato-light-webfont.eot');
    src: url('../../fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/lato-light-webfont.woff2') format('woff2'),
         url('../../fonts/lato-light-webfont.woff') format('woff'),
         url('../../fonts/lato-light-webfont.ttf') format('truetype'),
         url('../../fonts/lato-light-webfont.svg#latolight') format('svg');
}
@font-face {
    font-family: 'latomedium';
    src: url('../../fonts/lato-medium-webfont.eot');
    src: url('../../fonts/lato-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/lato-medium-webfont.woff2') format('woff2'),
         url('../../fonts/lato-medium-webfont.woff') format('woff'),
         url('../../fonts/lato-medium-webfont.ttf') format('truetype'),
         url('../../fonts/lato-medium-webfont.svg#latomedium') format('svg');
}
@font-face {
    font-family: 'latoregular';
    src: url('../../fonts/lato-regular-webfont.eot');
    src: url('../../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../../fonts/lato-regular-webfont.woff') format('woff'),
         url('../../fonts/lato-regular-webfont.ttf') format('truetype'),
         url('../../fonts/lato-regular-webfont.svg#latoregular') format('svg');   
}
@font-face {
    font-family: 'latosemibold';
    src: url('../../fonts/lato-semibold-webfont.eot');
    src: url('../../fonts/lato-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/lato-semibold-webfont.woff2') format('woff2'),
         url('../../fonts/lato-semibold-webfont.woff') format('woff'),
         url('../../fonts/lato-semibold-webfont.ttf') format('truetype'),
         url('../../fonts/lato-semibold-webfont.svg#latosemibold') format('svg');
}
/*
 2.) Global TypoGraphy
-------------------------------------*/
body {
    font-family: 'latoregular';
    font-size: 14px;
    color: #7a7a7a;
    line-height: 1;
}

html, body, #form1 {
    height: 100%;
}

.wrapper {
    height: auto !important;
    min-height: 100%;
}
/*
 2.) Global TypoGraphy
 -------------------------------------*/
.main {
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
}

#header, #wrapper, #footer {
    width: 100%;
}

h1 {
    text-transform: uppercase;
}

h1, h2 {
    font-size: 20px;
    text-transform: uppercase;
}

h1 strong, h2 strong {
    color: #e31837;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
    padding-bottom: 20px;
    margin: 0;
    font-family: 'latoregular';
    color: #313131;
}

h3 {
    font-size: 14px;
    color: #1d1d1d;
    font-family: 'latobold';
}

h4 {
    font-size: 13.5px;
}

h5 {
    font-size: 12.5px;
}

h6 {
    font-size: 10.5px;
}

a {
    text-decoration: none;
}

a:active, a:visited, a:focus {
    outline: none;
}

p {
    padding: 10px 0;
    font-size: 14px;
    margin: 0;
    line-height: 1.2;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

table {
    background-color: #fff;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    width: 100%;
    border: 1px solid #f2f2f2;
}

table th {
    font-weight: bold;
    color: #434343;
    background-color: #f0f0f0;
}

table th a {
    color: #434343;
    outline:none;
}

table th, table td {
    border-top: 1px solid #f2f2f2;
    text-align: center;
}

table th:first-child, table td:first-child {
    text-align: left;
}

table th, table td {
    line-height: 20px;
    padding: 26px 12px;
    vertical-align: top;
    border: none;
}

table td {
    background-color: rgb(255, 255, 255);
    color: #434343;
    font-size: 14px;
}


table td a {
    color: #5884d2;
}

form fieldset {
    border: 1px solid rgb(0,0,0);
    margin-bottom: 20px;
}

form {
    padding: 0px;
}


form fieldset {
    padding: 10px;
}

form legend {
    padding: 0 10px;
}

form fieldset > div {
    margin: 15px 0;
}

form button, form input[type="button"], form button:hover, form input[type="button"]:hover {
    color: rgb(255, 255, 255);
}


form button, form input[type="button"], form input[type="reset"] {
    vertical-align: middle;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}

address {
    font-size: 18px;
    color: #616369;
    line-height: 1.2;
  font-family: 'latomedium';
}

em {
    font-style: italic;
}

ul, ol {
    padding: 10px 0;
}

ul ul, ol ol {
    padding: 10px 0 10px 15px;
}

ul {
    list-style: disc inside;
}

ul ul {
    list-style: circle;
}

ol ol {
    list-style: lower-alpha;
}

ol {
    list-style: decimal inside;
}

blockquote {
    font-size: 19px;
    padding: 5px 10px;
    margin: 5px;
    color: #212121;
}

blockquote p {
    color: #212121;
    font-size: 19px;
    line-height: 1.18;
}

strong {
    font-family: 'latobold';
}
/* ====================================================================================================================
 * RESETS flexslider
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
    outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
    display: block;
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    height: 1%;
}

.no-js .flexslider .slides > li:first-child {
    display: block;
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

/* ====================================================================================================================
 * Owlcrousel css rules
 * ====================================================================================================================*/
/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}


/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}
/* fade */
.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}
/* Keyframes */

img {
    max-width: 100%;
    height: auto;
}
/*
3.) 
Global Form Elements
--------------------------*/
input[type="text"],
input[type="tel"],
input[type="search"],
input[type="url"],
input[type="number"],
input[type="password"],
input[type="email"],
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #595959;
    font-size: 14px;
    display: block;
    width: 100%;
    margin-bottom: 13px;
    border: none;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
    padding: 5px 20px;
    background-color: #f2f2f2;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    color: #595959;
}

input[type="text"],
input[type="tel"],
input[type="search"],
input[type="url"],
input[type="number"],
input[type="password"],
input[type="email"] {
    height: 46px;
    outline:none;
}

textarea {
    resize: none;
    padding: 14px 20px;
    min-height: 130px;
}

input[type="submit"], input[type="reset"],
input[type="button"], button {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    padding: 5px 20px;
    background: #1d7345;
    font-size: 18px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
    min-width: 120px;
    height: 40px;
    line-height: 27px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    position: relative;
    top: 0px;
    left: 0px;
    text-transform:capitalize;
}

input[type="submit"]:hover, input[type="reset"]:hover,
input[type="button"]:hover, button:hover {
    color: #f1f3f4;
    background-color: #2a8956;
}
/*
4.) Global Button And Links
--------------------------------*/

.common-showdow {
    -webkit-box-shadow: 0 1px 2px 0 #cccccc;
    -moz-box-shadow: 0 1px 2px 0 #cccccc;
    -ms-box-shadow: 0 1px 2px 0 #cccccc;
    -o-box-shadow: 0 1px 2px 0 #cccccc;
    box-shadow: 0 1px 2px 0 #cccccc;
    border-bottom: 1px solid #d0d0d0;
}
.select-type {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 2%;
    vertical-align: top;
    width: 31%;
}
/*
5.) Header Section
----------------------------------*/
.dashboard-main-container {
    height: 100%;
}
.dashboard-header {
    background-color: #fafafa;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.28);
    padding: 10px 20px 15px 25px;
    position: relative;
    z-index: 12;
}
.dashboard-header label {
    color: #df2222;
     font-family: 'latobold';
    line-height: 25px;
}
.login-link {
    background: url(../../images/login-button.png) left top no-repeat;
    height:26px;
    width:26px;
    display: inline-block;
    cursor: pointer;
    float: right;
}
.dashboard-top-section h1 {
    float: left;
    width: 50%;
    color: #1d1d1d;
    font-size: 18px;
    font-family: 'latobold';
    margin-top: 10px;
    position: relative;
    text-transform: uppercase;
}

/*
 6.) Footer Section
------------------------------------*/
.dashboard-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.28);
    -o-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.28);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.28);
}
.dashboard-data {
    padding: 25px 20px 25px 32px;
}
.dashboard-copy-right {
    display: block;
    float: left;
    font-size: 12px;
    line-height: 1.3;
    margin-right: 2%;
    width: 50%;
}
.dashborad-footer-conatact-info {
    float: right;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.dashborad-footer-conatact-info li:first-child {
    border-left: medium none;
}
.dashborad-footer-conatact-info li {
    border-left: 1px solid #d3d4d7;
    float: left;
    font-size: 13px;
    line-height: 1.3;
    padding: 0 18px;
}
.dashborad-footer-conatact-info li a {
    color: #aaaaaa;
    display: block;
}
.lbl-liq{
    float:left;
    padding-top:10px;
}
.square-grey {
  height: 20px;
  width: 20px;
  background-color: #d3d3d3;
}
.square-blue {
  height: 20px;
  width: 20px;
  background-color: #00bfff;
}
.square-green {
  height: 20px;
  width: 20px;
  background-color: #90ee90;
}
.square-span{
    padding-top: 2px;
    position: absolute;
    padding-left: 10px;
}
.liq-line{
    line-height: 1.5;
    font-size: 14px;
}