﻿/* MIXINS */
@font-face {
    font-family: 'SourceSansProRegular';
    src: url(Fonts/SourceSansPro/SourceSansPro-Regular.ttf);
    /*a name to be used later*/
    /*src: url('../Fonts/SourceSansPro/SourceSansPro-Regular.otf');*/
    /*URL to font*/
}

@font-face {
    font-family: 'SourceSansProLight';
    /*src: url(../Fonts/SourceSansPro/SourceSansPro-Light.otf);*/
    src: url(Fonts/SourceSansPro/sourcesansprolight.ttf);
    /*a name to be used later*/
    /*URL to font*/
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}



body {
    line-height: 1;
    width: 100%;
    margin: 0;
    font-family: 'SourceSansProRegular';
    font-size: 15px;
    background-color: rgba(241, 241, 241, 0.25)
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

/*#hover-account {
    color: #f39612 !important;
}*/

#hover-account:hover {
    color: #ffb440 !important;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

/*KS.Financial Site CSS Starts Here*/
/**********************************************************/

.hidden {
    display: none !important;
}

.ctl-error {
    border: 1px solid #b22222;
}
/**********************************************************/

div.row div.col-lg-12,
div.row div.col-md-12,
div.row div.col-sm-12,
div.row div.col-xs-12 {
    margin-top: 5px;
}

div.unconnected-container {
    margin-right: 33%;
    margin-left: 33%;
    display: block;
}


section {
    margin-top: 6px;
}



div.login-container {
    display: block;
    margin-top: 100px;
    background-color: #4C628B;
    padding: 15px;
    border-radius: 8px;
}

div.login-logo {
    text-align: center;
    margin: auto;
    padding: 10px;
}

div.label-wrapper label {
    font-weight: normal;
    font-size: 13px;
}

.ui-dialog-control {
    font-size: 13px;
}

div.checkbox label {
    font-size: 15px;
}

.white-color {
    color: #fff;
}

.app-menu li {
    font-size: 12px;
}



.sub-header {
    width: 100%;
    background-color: #EFEFEE;
    background-image: url(images/back_header.png);
    display: inline-block;
    padding-bottom: 6px;
}

.panel-date {
    font-size: 12px;
}

select.language-selector {
    height: 30px;
    float: right;
    width: 100%;
}

footer {
    margin-top: 20px;
    height: 50px;
    font-size: 12px;
    line-height: 8px;
}

.page-toolbar {
    border-bottom: 1.5px solid #DEA27D;
    margin-bottom: 5px;
}

    .page-toolbar h2 {
        line-height: 32px;
        font-weight: bold;
    }

fieldset {
    margin-top: 15px;
}

th, td {
    font-size: 12px;
}

legend {
    background-color: #f1f1f1;
    padding: 6px 10px;
    border-radius: 5px;
    font-size: 15px;
    text-transform: uppercase;
}

.fieldset-controls {
    padding: 10px;
}



    .fieldset-controls label, .languages-input label {
        font-weight: normal;
        font-size: 14px;
        /*width:80px;*/
        word-wrap: break-word;
    }

div.languages-input {
    padding: 20px;
    width: 300px;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    left: 40px;
    top: -60px;
    display: none;
    z-index: 3000;
    top: 24px;
    left: -280px;
    box-shadow: 0 0 28px rgba(239, 239, 237, 150.4);
    animation: animateErrorIcon 0.2s;
    border: 1px solid #E8E8E8;
}

    div.languages-input label, div.languages-input input {
        font-size: 14px;
    }

.required-field {
}

/************************ LOGIN ***********************/


.input-icon {
    position: relative
}

span.input-icon {
    display: inline-block
}

.input-icon > input {
    padding-left: 24px;
    padding-right: 6px
}

.input-icon.input-icon-right > input {
    padding-left: 6px;
    padding-right: 24px
}

.input-icon > .ace-icon {
    padding: 0 3px;
    z-index: 2;
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 3px;
    line-height: 30px;
    display: inline-block;
    color: #909090;
    font-size: 16px
}

.input-icon.input-icon-right > .ace-icon {
    left: auto;
    right: 3px
}

.input-icon > input:focus + .ace-icon {
    color: #579
}

.input-icon ~ .help-inline {
    padding-left: 8px
}

.login-container {
    width: 375px;
    margin: 0 auto
}

.login-layout label,
.ui-jqdialog-content .searchFilter .queryresult {
    margin-bottom: 11px
}

.login-layout {
    background-color: #1D2024
}

.login-layout .main-container:before {
    display: none
}

.login-layout .main-content {
    margin-left: 0 !important;
    margin-right: 0 !important;
    min-height: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.login-layout .widget-box {
    visibility: hidden;
    position: fixed;
    z-index: -5;
    border-bottom: none;
    box-shadow: none;
    padding: 6px;
    background-color: #394557;
    -moz-transform: scale(0, 1) translate(-150px);
    -webkit-transform: scale(0, 1) translate(-150px);
    -o-transform: scale(0, 1) translate(-150px);
    -ms-transform: scale(0, 1) translate(-150px);
    transform: scale(0, 1) translate(-150px)
}

.login-layout .widget-box.visible {
    visibility: visible;
    position: relative;
    z-index: auto;
    -moz-transform: scale(1, 1) translate(0);
    -webkit-transform: scale(1, 1) translate(0);
    -o-transform: scale(1, 1) translate(0);
    -ms-transform: scale(1, 1) translate(0);
    transform: scale(1, 1) translate(0);
    transition: transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    -o-transition: -o-transform .2s ease
}

.login-layout .widget-box .widget-main {
    padding: 16px 36px 36px;
    background: #F7F7F7
}

.login-layout .widget-box .widget-main form {
    margin: 0
}

.login-layout .widget-box .widget-body .toolbar-register > div > a {
    font-size: 15px;
    font-weight: 400;
    text-shadow: 1px 0 1px rgba(0, 0, 0, .25)
}

.login-box .forgot-password-link {
    color: #FE9
}

.login-box .user-signup-link {
    color: #CF7
}

.login-box .toolbar-register {
    background: #5090C1;
    border-top: 2px solid #597597
}

.login-box .toolbar-register > div {
    width: 50%;
    display: inline-block;
    padding: 9px 0 11px
}

.login-box .toolbar-register > div:first-child {
    float: left;
    text-align: left
}

.login-box .toolbar-register > div:first-child > a {
    margin-left: 11px
}

.login-box .toolbar-register > div:first-child + div {
    float: right;
    text-align: right
}

.login-box .toolbar-register > div:first-child + div > a {
    margin-right: 11px
}

.forgot-box .toolbar-register {
    background: #C16050;
    border-top: 2px solid #976559;
    padding: 9px 18px
}

.signup-box .toolbar-register {
    background: #76B774;
    border-top: 2px solid #759759;
    padding: 9px 18px
}

.forgot-box .back-to-login-link,
.signup-box .back-to-login-link {
    color: #FE9;
    font-size: 14px;
    font-weight: 700;
    text-shadow: 1px 0 1px rgba(0, 0, 0, .25)
}

.login-layout .login-box .widget-main {
    padding-bottom: 16px
}

.social-or-login {
    margin-top: 4px;
    text-align: center;
    position: relative;
    z-index: 1
}

.social-or-login:first-child {
    display: inline-block;
    background: #F7F7F7;
    padding: 0 8px;
    color: #5090C1;
    font-size: 13px
}

.social-or-login:before {
    display: block;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 1px dotted #A6C4DB
}

.social-login a {
    border-radius: 100%;
    width: 42px;
    height: 42px;
    line-height: 46px;
    padding: 0;
    margin: 0 1px;
    border-width: 0
}

    .social-login a > .ace-icon {
        font-size: 24px;
        margin: 0
    }

@media only screen and (max-width:540px) {
    .login-layout .widget-box .widget-main {
        padding: 16px
    }

    .login-container {
        width: 98%
    }

    .login-layout .widget-box {
        padding: 0
    }

    .login-layout .main-content {
        padding-left: 6px;
        padding-right: 6px
    }

    .login-box .toolbar-register > div {
        width: auto
    }
}

.light-login {
    background: url(images/pattern.jpg) #DFE0E2
}

    .light-login .widget-box {
        padding: 1px 1px 0;
        -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, .12);
        box-shadow: 0 0 2px 1px rgba(0, 0, 0, .12);
        border-bottom: 1px solid rgba(50, 50, 50, .33)
    }

        .light-login .widget-box .toolbar-register {
            border-top-width: 1px
        }

        .light-login .widget-box.login-box {
            background-color: #BCC6CF;
            background-color: rgba(100, 110, 120, .4)
        }

        .light-login .widget-box.signup-box {
            background-color: #C1CEC4;
            background-color: rgba(110, 120, 100, .4)
        }

        .light-login .widget-box.forgot-box {
            background-color: #D2C5C5;
            background-color: rgba(120, 110, 100, .4)
        }

.blur-login {
    background: url(images/meteorshower2.jpg) #394557
}








.well h1,
.well h2,
.well h3,
.well h4,
.well h5,
.well h6 {
    margin-top: 0
}

.well h1,
.well h2,
.well h3 {
    line-height: 36px
}

.alert {
    font-size: 14px
}

.list-group-item,
.no-radius,
.pager > li > a,
.pagination > li > a {
    border-radius: 0 !important
}

.alert .close {
    font-size: 16px
}

.alert-block p + p {
    margin-top: 10px
}

.pager > li > span,
.pagination > li > span {
    border-width: 1px;
    border-radius: 0 !important
}

.pager > li > a,
.pagination > li > a {
    border-width: 1px;
    border-color: #d4dfe3;
    color: #2283C5;
    background-color: #FAFAFA;
    margin: 0 -1px 0 0;
    position: relative;
    z-index: auto
}

    .pager > li > a:hover,
    .pagination > li > a:hover {
        color: #1c6ca2;
        background-color: #EAEFF2;
        border-color: #c1d1d7;
        z-index: 1
    }

    .pager > li > a:focus,
    .pagination > li > a:focus {
        background-color: #eaeef2
    }

.pager > li.disabled > a,
.pager > li.disabled > a:hover,
.pagination > li.disabled > a,
.pagination > li.disabled > a:hover {
    background-color: #F9F9F9;
    border-color: #D9D9D9;
    z-index: auto
}

.pagination > li.active > a,
.pagination > li.active > a:focus,
.pagination > li.active > a:hover {
    background-color: #6FAED9;
    border-color: #6FAED9;
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    z-index: 2
}

.list-group {
    margin-left: auto
}

.lighter {
    font-weight: lighter
}

.bolder {
    font-weight: bolder
}

.inline {
    display: inline-block !important
}

.block {
    display: block !important
}

.align-center,
.center {
    text-align: center !important
}

.align-left {
    text-align: left !important
}

.align-right {
    text-align: right !important
}

.align-justify {
    text-align: justify
}

.middle {
    vertical-align: middle
}

.align-middle {
    vertical-align: middle !important
}

.align-top {
    vertical-align: top !important
}

.align-bottom {
    vertical-align: bottom !important
}

.pos-rel,
.position-relative {
    position: relative
}

.pos-abs,
.position-absolute {
    position: absolute
}

.no-float {
    float: none !important
}

.line-height-normal {
    line-height: normal !important
}

.line-height-0 {
    line-height: 0 !important
}

.line-height-1 {
    line-height: 1 !important
}

.line-height-125 {
    line-height: 1.25 !important
}

.line-height-150 {
    line-height: 1.5 !important
}

.dark {
    color: #333 !important
}

.white {
    color: #FFF !important
}

.red {
    color: #DD5A43 !important
}

.red2 {
    color: #E08374 !important
}

.light-red {
    color: #F77 !important
}

.blue {
    color: #478FCA !important
}

.light-blue {
    color: #93CBF9 !important
}

.green {
    color: #69AA46 !important
}

.light-green {
    color: #B0D877 !important
}

.orange {
    color: #FF892A !important
}

.orange2 {
    color: #FEB902 !important
}

.light-orange {
    color: #FCAC6F !important
}

.purple {
    color: #A069C3 !important
}

.pink {
    color: #C6699F !important
}

.pink2 {
    color: #D6487E !important
}

.brown {
    color: brown !important
}

.grey {
    color: #777 !important
}

.yellow {
    color: #FE9 !important
}

.light-grey {
    color: #BBB !important
}

.bigger-110 {
    font-size: 110% !important
}

.bigger-120 {
    font-size: 120% !important
}

.bigger-130 {
    font-size: 130% !important
}

.bigger-140 {
    font-size: 140% !important
}

.bigger-150 {
    font-size: 150% !important
}

.bigger-160 {
    font-size: 160% !important
}

.bigger-170 {
    font-size: 170% !important
}

.bigger-180 {
    font-size: 180% !important
}

.bigger-190 {
    font-size: 190% !important
}

.bigger-200 {
    font-size: 200% !important
}

.bigger-210 {
    font-size: 210% !important
}

.bigger-220 {
    font-size: 220% !important
}

.bigger-230 {
    font-size: 230% !important
}

.bigger-240 {
    font-size: 240% !important
}

.bigger-250 {
    font-size: 250% !important
}

.bigger-260 {
    font-size: 260% !important
}

.bigger-270 {
    font-size: 270% !important
}

.bigger-280 {
    font-size: 280% !important
}

.bigger-290 {
    font-size: 290% !important
}

.bigger-300 {
    font-size: 300% !important
}

.bigger-115 {
    font-size: 115% !important
}

.bigger-125 {
    font-size: 125% !important
}

.bigger-175 {
    font-size: 175% !important
}

.bigger-225 {
    font-size: 225% !important
}

.bigger-275 {
    font-size: 275% !important
}

.smaller-90 {
    font-size: 90% !important
}

.smaller-80 {
    font-size: 80% !important
}

.smaller-70 {
    font-size: 70% !important
}

.smaller-60 {
    font-size: 60% !important
}

.smaller-50 {
    font-size: 50% !important
}

.smaller-40 {
    font-size: 40% !important
}

.smaller-30 {
    font-size: 30% !important
}

.smaller-20 {
    font-size: 20% !important
}

.smaller-75 {
    font-size: 75% !important
}

.width-20 {
    width: 20% !important
}

.width-30 {
    width: 30% !important
}

.width-35 {
    width: 35% !important
}

.width-40 {
    width: 40% !important
}

.width-45 {
    width: 45% !important
}

.width-50 {
    width: 50% !important
}

.width-55 {
    width: 55% !important
}

.width-60 {
    width: 60% !important
}

.width-65 {
    width: 65% !important
}

.width-70 {
    width: 70% !important
}

.width-80 {
    width: 80% !important
}

.width-85 {
    width: 85% !important
}

.width-90 {
    width: 90% !important
}

.width-95 {
    width: 95% !important
}

.width-100 {
    width: 100% !important
}

.width-75 {
    width: 75% !important
}

.width-25 {
    width: 25% !important
}

.width-auto {
    width: auto !important
}

.height-auto {
    height: auto !important
}

.no-padding {
    padding: 0 !important
}

.no-padding-bottom {
    padding-bottom: 0 !important
}

.no-padding-top {
    padding-top: 0 !important
}

.no-padding-left {
    padding-left: 0 !important
}

.no-padding-right {
    padding-right: 0 !important
}

.no-margin {
    margin: 0 !important
}

.no-margin-bottom {
    margin-bottom: 0 !important
}

.no-margin-top {
    margin-top: 0 !important
}

.no-margin-left {
    margin-left: 0 !important
}

.no-margin-right {
    margin-right: 0 !important
}

.no-border {
    border-width: 0
}

.no-border-bottom {
    border-bottom-width: 0
}

.no-border-top {
    border-top-width: 0
}

.no-border-left {
    border-left-width: 0
}

.no-border-right {
    border-right-width: 0
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-scroll {
    overflow-x: hidden !important;
    overflow-y: scroll !important
}

.no-text-shadow {
    text-shadow: none !important
}

.hr {
    display: block;
    height: 0;
    overflow: hidden;
    font-size: 0;
    border-width: 1px 0 0;
    border-top: 1px solid #E3E3E3;
    margin: 12px 0;
    border-top-color: rgba(0, 0, 0, .11)
}

.hr-double {
    height: 3px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    border-top-color: rgba(0, 0, 0, .11);
    border-bottom-color: rgba(0, 0, 0, .11)
}

.hr-title {
    border: 2px dotted #E3E3E3;
}

.hr-dotted,
.hr.dotted {
    border-style: dotted;
}

.hr-32,
.hr32 {
    margin: 32px 0
}

.hr-30,
.hr30 {
    margin: 30px 0
}

.hr-28,
.hr28 {
    margin: 28px 0
}

.hr-26,
.hr26 {
    margin: 26px 0
}

.hr-24,
.hr24 {
    margin: 24px 0
}

.hr-22,
.hr22 {
    margin: 22px 0
}

.hr-20,
.hr20 {
    margin: 20px 0
}

.hr-18,
.hr18 {
    margin: 18px 0
}

.hr-16,
.hr16 {
    margin: 16px 0
}

.hr-14,
.hr14 {
    margin: 14px 0
}

.hr-12,
.hr12 {
    margin: 12px 0
}

.hr-10,
.hr10 {
    margin: 10px 0
}

.hr-8,
.hr8 {
    margin: 8px 0
}

.hr-6,
.hr6 {
    margin: 6px 0
}

.hr-4,
.hr4 {
    margin: 4px 0
}

.hr-2,
.hr2 {
    margin: 2px 0
}

.space {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0
}

[class*=vspace-] {
    display: none
}

.space-32,
[class*=vspace-32] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 32px 0 31px
}

.space-30,
[class*=vspace-30] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 30px 0 29px
}

.space-28,
[class*=vspace-28] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 28px 0 27px
}

.space-26,
[class*=vspace-26] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 26px 0 25px
}

.space-24,
[class*=vspace-24] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 24px 0 23px
}

.space-22,
[class*=vspace-22] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 22px 0 21px
}

.space-20,
[class*=vspace-20] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 20px 0 19px
}

.space-18,
[class*=vspace-18] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 18px 0 17px
}

.space-16,
[class*=vspace-16] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 16px 0 15px
}

.space-14,
[class*=vspace-14] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 14px 0 13px
}

.space-12,
[class*=vspace-12] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0 11px
}

.space-10,
[class*=vspace-10] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 10px 0 9px
}

.space-8,
[class*=vspace-8] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 8px 0 7px
}

.space-6,
[class*=vspace-6] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 6px 0 5px
}

.space-4,
[class*=vspace-4] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 4px 0 3px
}

.space-2,
[class*=vspace-2] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 2px 0 1px
}

.space-0,
[class*=vspace-0] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 0
}

@media only screen and (max-width:479px) {
    [class*=vspace-][class*="-xs"] {
        display: block
    }
}

@media only screen and (max-width:767px) {
    [class*=vspace-][class*="-sm"] {
        display: block
    }
}

@media only screen and (max-width:991px) {
    [class*=vspace-][class*="-md"] {
        display: block
    }
}

@media only screen and (max-width:1199px) {
    [class*=vspace-][class*="-lg"] {
        display: block
    }
}

.header {
    line-height: 28px;
    margin-bottom: 16px;
    margin-top: 18px;
    padding-bottom: 4px;
    border-bottom: 1px solid #CCC
}

    .header.less-margin {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .header.blue {
        border-bottom-color: #d5e3ef
    }

    .header.green {
        border-bottom-color: #cce2c1
    }

    .header.purple {
        border-bottom-color: #e0d1ea
    }

    .header.orange {
        border-bottom-color: #fdd0ac
    }

    .header.orange2 {
        border-bottom-color: #fbd36b
    }

    .header.red {
        border-bottom-color: #f3cdc6
    }

    .header.grey {
        border-bottom-color: #c3c3c3
    }

    .header.pink {
        border-bottom-color: #f2e0eb
    }

    .header.pink2 {
        border-bottom-color: #e69eb9
    }

    .header.light-blue {
        border-bottom-color: #dceefc
    }

    .header.light-red {
        border-bottom-color: #fec5c5
    }

    .header.light-green {
        border-bottom-color: #d2e7b5
    }

    .header.brown {
        border-bottom-color: #df9393
    }

    .header > .ace-icon {
        margin-right: 2px
    }

.action-buttons a {
    margin: 0 3px;
    display: inline-block;
    opacity: .85;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

    .action-buttons a:hover {
        text-decoration: none;
        opacity: 1;
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }

/*********************BEAN PROCESING*********************************************/

/*PMP**/
.lot-content .content_PMP {
    background-color: #E9E9E7;
    color: #666566;
    border-radius: 0px 0px 15px 15px;
    width: 97%;
}

.content_PMP .headerPMP {
    background-color: #666566;
    color: #fff;
    margin-top: -10px;
    padding-top: 4px;
    width: 104.5%;
}

.lot-content .content_PMP .cont-descp {
    border-bottom: 1px solid #cdc8cd;
}

    .lot-content .content_PMP .cont-descp span {
        color: #666566;
        font-family: 'SourceSansProRegular';
    }

    .lot-content .content_PMP .cont-descp .min-desc {
        color: #000;
        font-family: 'SourceSansProLight';
    }

.resumeRight {
}




/*fin PMP*/

.timer .btn {
    font-family: 'SourceSansProLight';
}

.activity {
    background-color: #bed7ed;
    border-radius: 25px 0px 0px 25px;
    font-size: 25px;
}

.lot-content li .dropdown-menu li {
    background-color: #fff !important;
    border-radius: 0px !important;
    padding: 0px !important;
    color: #fff !important;
    margin-bottom: 0px !important;
}

.timeset {
    background-color: #408bca;
    font-size: 25px;
}

.timebuttons {
    font-size: 25px;
}


.table-center table {
    margin: 0 auto;
}

.btn-left {
    border-radius: 20px 0px 0px 20px;
}

.btn-right {
    border-radius: 0px 20px 20px 0px;
}



.glyphicon-space {
    margin: 0px 3px;
}

.user-icon .fa-user {
    margin: 0px 20px;
    cursor: pointer;
    font-size: 40px;
    color: #fff;
    background-color: #bbcce9;
    margin-bottom: 3px;
    border-radius: 1000px;
    padding: 20px 25px;
}

.user-icon .user-name {
    cursor: pointer;
    font-size: 15px;
    color: #fff;
}


.first-row {
    border-bottom: 1px solid;
    padding-bottom: 8px;
}


.station-side .row {
    animation: login 0.5s;
}

.station-side label {
    font-family: sans-serif;
    font-weight: normal;
    color: #fff;
    margin-bottom: 5px;
    font-family: 'SourceSansProRegular';
}



.station-side-new .row {
    animation: login 0.5s;
}

.station-side-new label {
    font-family: sans-serif;
    font-weight: normal;
    /*color: #fff;*/
    margin-bottom: 5px;
    font-family: 'SourceSansProRegular';
}



.station-side-new2 .row {
    animation: login 0.5s;
}

.station-side-new2 label {
    font-family: sans-serif;
    font-weight: normal;
    /*color: #fff;*/
    margin-bottom: 5px;
    font-family: 'SourceSansProRegular';
}

.cont-descp {
    border-bottom: 1px solid #948e8e;
    padding-bottom: 5px;
}

    .cont-descp .min-desc {
        float: right;
        font-size: 13px;
    }



.Lot-fieldset-controls .fa-filter {
    border-radius: 10px;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    font-size: 22px;
    position: relative;
    z-index: 20;
    background: #337ab7;
    color: #fff;
    float: right;
    top: -38px;
    padding: 8px;
    right: 0;
}


.lot-content li {
    background-color: #666566;
    border-radius: 15px;
    padding: 10px;
    color: #fff;
    margin-bottom: 10px;
    font-family: 'SourceSansProLight';
}

.lot-content-dest li {
    background-color: #666566;
    border-radius: 15px;
    padding: 10px;
    color: #fff;
    margin-bottom: 10px;
    font-family: 'SourceSansProLight';
}




.lot-content-dest .cont-descp {
    border-bottom: 1px solid #adacac;
    padding-bottom: 5px;
}



.fa-filter {
}

.div_filterControls {
    border-radius: 30px;
    width: 40px;
    height: 40px;
    font-size: 22px;
    position: absolute;
    top: 0;
    z-index: 20;
    background: #337ab7;
    color: #fff;
}

.fld_filters .fieldset-controls, .fld_resume .fieldset-controls {
    display: block;
}


.div_filterControls .fa {
    padding: 10px;
    cursor: pointer;
}

.fld_filters legend, .fld_resume legend {
    display: none;
}

.fld_filters, .fld_resume {
    width: 40px;
    height: 40px;
    overflow: hidden;
    top: 0px;
    position: absolute;
    z-index: 10;
    border-radius: 40px;
    opacity: 0.95;
    display: block;
    right: 0%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px rgba(165, 165, 160, 10.4);
    -moz-box-shadow: 0 0 8px rgba(165, 165, 160, 10.4);
    box-shadow: 0 0 8px rgba(165, 165, 160, 10.4);
}

/*.div_SummaryControls {
    
    border-radius: 30px;
    width: 150px;
    height: 40px;
    font-size: 22px;
    position: absolute;
    top: 0;
    z-index: 20;
    background: #337ab7;
    color: #fff;
}

.div_SummaryControls .fa {
    padding:10px;
    cursor:pointer;
    }*/


.lot-content li input[type=text], .lot-content-dest li input[type=text] {
    width: 100%;
}

.lot-content li .input-group, .lot-content-dest li .input-group {
    width: 100%;
}




/*********************IN COMMON**********************************************/


.separator {
    border-top: 1px solid #D8D8D8;
    margin-top: 10px;
    padding-top: 10px;
    text-align: center;
}

.actual-link {
    color: #353435;
    background-color: #fff;
    border-radius: 15px;
    padding-left: 15px;
}

.normal-link {
    color: #fff;
    background-color: none;
    border-radius: 0px;
    padding-left: 0px;
}

.icon-detail {
    font-size: 18px;
    float: right;
}

.icon-process-ok {
    font-size: 30px;
    color: #40b549;
}

.icon-process-error {
    font-size: 30px;
    color: #c41010;
}


.ui-dialog {
    font-family: 'SourceSansProRegular';
    padding: 20px;
}

#cont-LateralMenu ul:nth-child(2) li {
    padding-top: 0px;
}


#cont-LateralMenu ul .menu-items {
    border-bottom: 1px solid;
    padding-bottom: 9px;
    padding-top: 28px;
}

@keyframes FromLeftToRight {
    from {
        width: 0;
    }

    to {
        width: auto;
    }
}


.center-align .fa-search {
    margin-right: 10px;
}

.table-content table {
    width: 100%;
}


#panel-Search {
    position: absolute;
    left: 30%;
    width: 900px;
    top: 5px;
    z-index: 10000;
    left: 30%;
}

#cont-Search {
    float: none;
    padding: 10px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #ccc;
}

    #cont-Search ul {
        list-style: none;
        margin-top: 25px;
    }

        #cont-Search ul li {
            list-style: none;
            padding: 5px 0px;
            border-bottom: 1px solid #eee;
            color: #57585c;
        }

.mod-menu {
    overflow: hidden;
}

.lnkElements {
    padding: 35px;
    list-style: none;
}

    .lnkElements li {
        margin-bottom: 10px;
    }

#menu-icon .col-xs-12 {
    height: 30px;
    cursor: pointer;
}

.mod-menu .fa-bars {
    color: #fff;
    font-size: 25px;
    padding: 7px 0px;
}

.mod-menu .fa-times-circle {
    color: #fff;
    font-size: 25px;
    padding: 7px 0px;
    font-size: 0px;
    animation: animateErrorIcon 0.5s;
    float: right;
}



#cont-PanelMenu {
    position: absolute;
    margin-top: 5px;
    background-color: #185fac;
    color: #fff;
    width: auto;
    height: auto;
    z-index: 1000;
    left: 172px;
    border-radius: 0px 10px 10px 0px;
}

    #cont-PanelMenu a {
        color: #fff;
    }

#cont-LateralMenu {
    padding: 0px 5px;
    color: #fff;
    height: auto;
    z-index: 1;
}

    #cont-LateralMenu ul {
        list-style: none;
    }

        #cont-LateralMenu ul li {
            list-style: none;
            margin-top: 6px;
        }




#cont-Allmenu ul {
    display: none;
}

.mod-menu {
    position: absolute;
    margin-top: 5px;
    height: 100%;
    background-color: #719fc0;
    width: 50px;
    height: 50px;
    border-radius: 40px;
    z-index: 1001;
    margin-left: 5px;
}

.table-bordered > tbody > tr > td {
    border: 0px;
    border-right: 1px solid #ddd;
}

.ui-widget input {
    font-size: 14px;
    font-family: sans-serif;
}

.table-bordered > thead .info {
    color: #050505;
    text-transform: uppercase;
}

.table > thead > tr.info > th {
    border: 0px;
    background-color: #d7d7d7;
    text-transform: capitalize;
}

.table-bordered > thead .info th {
    border: 0px;
    background-color: #b8c0c4;
}


.btn-control {
    float: right;
    margin-top: -29px;
}

    .btn-control .glyphicon {
        margin-right: 5px;
    }

    .btn-control .fa {
        display: inline-block;
        font-size: 19px;
        color: #fafafa;
        background-color: #979797;
        padding: 8px 10px;
        /* border-radius: 0px 5px 5px 0px; */
        float: right;
        animation: animateErrorIcon 0.5s;
    }

.col-sp-md input[type=checkbox] {
    width: 18px;
    height: 18px;
}

.dataTables_scrollBody {
    top: -7px;
}




.glyphicon-action-remove, .glyphicon-trash {
    color: #B42225;
    animation: animateErrorIcon 0.5s;
}

.glyphicon-action-ok {
    color: #1C4077;
    animation: animateErrorIcon 0.2s;
}


.glyphicon-action-confirm {
    color: #fff;
    background-color: #40B549;
    float: left;
    animation: animateErrorIcon 0.5s;
    margin-right: 0 !important;
}

    .glyphicon-action-confirm span {
        font-family: 'SourceSansProRegular';
        color: white;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 13px;
        position: relative;
        top: -2px;
    }

.btn-group .glyphicon-action-remove {
    position: absolute;
    color: #fff;
    background-color: #B42225;
    left: 80px;
}

.table-content .select2-container {
    width: 100%
}



#tbl_Search {
    padding-top: 8px;
}

#tbl_Search_length label, #tbl_Search_filter label {
    font-weight: normal;
    font-size: 13px;
}

.table-content {
    padding: 5px;
    padding-bottom: 15px;
}

    .table-content table th, .table-content table td {
        font-size: 13px;
    }

    .table-content table thead th {
        text-transform: uppercase;
        font-weight: normal;
        background-color: #fff;
    }



    .table-content #tbl_Search_filter input[type=search] {
        position: relative;
        z-index: 2;
        margin-bottom: 0;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 2px;
        font-weight: 300;
    }


    .table-content .dataTables_length select {
        float: none;
        position: relative;
        z-index: 2;
        margin-bottom: 0;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 2px;
        font-weight: 300;
    }


.glyphicon-action {
    font-size: 14px;
    margin-right: 5px;
    padding: 6px;
    border: 1px solid;
    border-radius: 20px;
    text-decoration: none;
}

    .glyphicon-action:hover {
        text-decoration: none;
        background: #57585b;
        color: #fff;
    }


.glyphicon-action-thin {
    padding: 6px 10px;
    font-size: 15px;
    margin-right: 10px;
    border: 1px solid;
    border-radius: 20px;
}




#btn_Save:hover {
    background-position: 0px;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .ui-tooltip {
        display: none !important;
    }
}


.btn-text {
    font-family: 'SourceSansProRegular';
    margin-left: 4px;
}


.cont-translation {
    position: absolute;
    right: 20px;
    top: 5px;
}

.lnk-translation {
    font-size: 20px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
    height: 30px;
    padding: 2px 5px;
}


.page-container {
    background: #F7F7F7 !important;
    width: 100%;
    margin: 0px auto;
    float: none;
}

.select2-container {
    width: 100%;
    float: right;
    font-size: 14.5px;
}




.page-container-simple-catalog, .page-container-simple-catalog-md, .page-container-simple-catalog-xl {
    width: 100%;
    margin: 0px auto;
    float: none;
    margin-top: 10px;
    background-color: #fff;
    padding: 12px 25px;
    -webkit-box-shadow: 0 0 8px rgba(239, 239, 237, 10.4);
    -moz-box-shadow: 0 0 8px rgba(239, 239, 237, 10.4);
    box-shadow: 0 0 8px rgba(239, 239, 237, 10.4);
    border: 1px solid #eee;
}



.cont-menu {
    position: absolute;
    z-index: 50000;
}

.clear {
    clear: both;
}

.cont-language {
    position: absolute;
}

.module-header-section {
    height: 40px;
}

    .module-header-section img {
        float: left;
        width: 20%;
    }

    .module-header-section span {
        color: #57585B;
        position: relative;
        top: 40%;
        margin-left: 10px;
    }

.company-station {
    position: absolute;
    top: 29px;
    border-top: 1px solid #acafb4;
    font-size: 13px;
}

    .company-station .station {
        font-weight: bolder;
        color: #D46B26
    }


.menu-user {
    left: -280%;
    font-size: 90%;
}

    .menu-user .fa {
        font-size: 18px;
        margin-right: 5px;
        color: #D46B26;
    }

.circular-button {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    margin-top: 10px;
}

    .circular-button .glyphicon, .circular-button .fa {
        left: -5px;
        top: -1px;
        position: relative;
    }

    .circular-button .fa {
        font-size: 19px;
    }

.login-side .form-control, .station-side .form-control, .station-side-new .form-control, .station-side-new2 .form-control {
    font-size: 14.5px;
    width: 100%;
    float: right;
}

.form-control {
    font-size: 14.5px;
    width: 70%;
    float: right;
}

.container-login {
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    /*padding-left: 25px;
  padding-right: 25px;*/
    padding-top: 40px;
    padding-bottom: 50px;
    border: 0px solid #fff;
}

.module-title span {
    font-family: 'SourceSansProLight';
    font-size: 20px;
    color: #fff;
}



.problem-field {
    position: absolute;
    top: 0px;
    float: right;
    left: 90%;
    z-index: 1;
}

.warning-field {
    background: #FDD936;
    border-radius: 3px;
    padding: 5px;
    animation: animateErrorIcon 0.5s;
}

.module-icon span {
    font-size: 40px;
    border: 2px solid;
    color: #fff;
    border-radius: 5px;
    padding: 20px;
}

.module-icon {
    float: right;
    clear: both;
}

.module-title {
    float: right;
}

.module-side-cont {
    margin-top: 10%;
}


.fa-spin-custom, .glyphicon-spin {
    -webkit-animation: spin 4000ms infinite linear;
    animation: spin 4000ms infinite linear;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.loading {
    font-size: 20px;
}

.loading .loading-text {
    margin-left: 10px;
    position: relative;
    top: -10px;
}

.loading .fa-gear {
    font-size: 45px;
    color: #D46B26;
}


.block-message {
    border: 0px;
    padding: 15px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    opacity: 0.8;
    color: #000;
    border-radius: 30px;
    width: 8%;
    left: 45%;
    top: 65%;
    padding: 5px;
}

.page-title {
    text-transform: uppercase;
}

/**************MEDIA 320***************************/

.page-toolbar .page-title {
    font-size: 16px;
    float: none;
    margin: 0px auto;
    display: table;
    margin-bottom: 3px;
    margin-top: -15px;
}

.page-toolbar .btn-group {
    margin: 0px auto;
    float: none;
    position: relative;
    top: -5px;
}


.form-control {
    font-size: 14.5px;
    width: 100%;
    float: right;
}

.col-sp {
    width: 100%;
}

.page-container-simple-catalog, .page-container-simple-catalog-md {
    width: 90%
}

div.unconnected-container {
    margin-right: 10%;
    margin-left: 10%;
    display: block;
}

.container-login {
    margin-top: 10px;
}

.module-side {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
    background-color: #2c877e;
    background-image: url(images/back_finalcial.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 40px;
    background: rgba(189, 189, 189, 0.8) !important;
    /*height: 325px;*/
}

.login-side, .station-side, .station-side-new, .station-side-new2 {
    border-radius: 0px 0px 10px 10px;
    width: 100%;
    background-color: #00649F;
    background-image: url(images/back_login.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 40px;
    background: rgba(0, 100, 159, 0.6) !important;
    /*height: 325px;*/
}

.loading .loading-text {
    display: none;
}




/*************MEDIA 568****************/
@media (min-width: 568px) {

    .page-toolbar .page-title {
        font-size: 16px;
        float: none;
        margin: 0px auto;
        display: table;
        margin-bottom: 3px;
        margin-top: -15px;
    }

    . /*page-toolbar .btn-group { margin: 0px auto; float: none; position:relative; }*/
    .form-control, .input-group {
        font-size: 14.5px;
        width: 60%;
        float: right;
    }

    .col-sp {
        width: 80%;
    }

    .page-container-simple-catalog {
        width: 70%
    }

    .page-container-simple-catalog-xl {
        width: 80%
    }

    .select2-container {
        width: 60%;
        float: right;
    }

    .loading .loading-text {
        display: none;
    }

    .module-side-cont {
        margin-top: 1%;
    }

    div.unconnected-container {
        margin-right: 23%;
        margin-left: 23%;
        display: block;
    }

    .module-side {
        border-radius: 10px 10px 0px 0px;
        width: 100%;
        height: 100px;
        background-color: #2c877e;
        background-image: url(images/back_finalcial.png);
        background-repeat: no-repeat;
        background-position: right center;
        padding: 40px;
    }

    .login-side, .station-side, .station-side-new, .station-side-new2 {
        border-radius: 0px 0px 10px 10px;
        width: 100%;
        height: 270px;
        background-color: #00649F;
        background-image: url(images/back_login.png);
        background-repeat: no-repeat;
        background-position: right center;
        padding: 40px;
        height: 440px;
    }
}

@media (max-width: 960px) {
    .chkRemember {
        text-align: center;
        display: block;
    }
}

@media (max-width: 1024px) {
    .chkRemember {
        text-align: center;
        display: block;
    }
}

/***************MEDIA 768******************/
@media (max-width: 768px) {

    #panel-Search {
        position: absolute;
        left: 0%;
        top: 5px;
        z-index: 10000;
    }

    #panel-Search .input-group {
        float: none;
        width: 50%;
    }

    .fieldset-controls label, .languages-input label {
        font-weight: normal;
        font-size: 14px;
        width: 100%;
        word-wrap: break-word;
    }

    .page-container-simple-catalog-md {
        width: 70%
    }

    .page-toolbar .page-title {
        font-size: 16px;
        position: absolute;
        width: 180px;
        top: 15px;
    }
    /*.page-toolbar .btn-group {margin: 0px auto;float: none;position:relative;}*/
    .form-control, .input-group, .checkbox {
        font-size: 14.5px;
        width: 100%;
        float: right;
    }

        .checkbox label {
            height: 0;
        }

    .col-sp {
        width: 50%;
    }

    .col-sp-md {
        width: 50%;
    }

    .page-container-simple-catalog {
        width: 60%
    }

    .page-container-simple-catalog-xl {
        width: 80%
    }

    .select2-container {
        width: 100%;
        float: right;
    }

    div.unconnected-container {
        margin-right: 10%;
        margin-left: 10%;
        display: block;
    }

    .module-side-cont {
        margin-top: 0%;
    }

    .module-side {
        height: 120px;
    }

    .login-side, .station-side, .station-side-new, .station-side-new2 {
        height: 470px;
    }
  
    .container-login {
        margin-top: 10%;
    }

    .loading .loading-text {
        display: -webkit-inline-box;
    }

    .col-xs-6 {
        width: 100% !important;
    }
}

@media only screen and (min-width: 991px)  {
    .module-side-cont {
        margin-left: 60px;
    }

    .margin-login {
        margin-right: -60px;
    }
}


/*************MEDIA 1200*************/

@media (min-width: 1200px) {
    #panel-Search {
        position: absolute;
        left: 20%;
        top: 5px;
        z-index: 10000;
    }

        #panel-Search .input-group {
            float: none;
            width: 50%;
        }

    .page-container-simple-catalog-xl {
        width: 80%
    }

    .col-sp-md {
        width: 48%;
    }

    .col-sp {
        width: 50%;
    }

    .page-container-simple-catalog {
        width: 60%
    }

    .module-header-section span {
        display: none;
    }

    .page-toolbar .page-title {
        font-size: 14px;
        position: absolute;
        width: auto;
        top: 20px;
    }
    /*.page-toolbar .btn-group { margin: 0px auto; float: none;position:relative;}*/
    .form-control, .input-group, .checkbox {
        font-size: 13px;
        width: 70%;
        float: right;
    }

        .checkbox label {
            height: 0;
        }

    .chkRemember {
        margin-top: -10px !important;
    }

    .select2-container {
        width: 70%;
        float: right;
        font-size: 13px;
    }

    .company-station {
        font-size: 14px;
        margin-top: -5px;
    }

    .module-header-section img {
        float: left;
        width: 23%;
        margin-top: 5px;
    }

    div.unconnected-container {
        margin-right: 30%;
        margin-left: 30%;
        display: block;
    }

    .module-side-cont {
        margin-top: 45%;
        margin-left: 0px;
    }

    .module-side {
        border-radius: 20px 0px 0px 20px;
        width: 50%;
        float: left;
        background-color: #2c877e;
        background-image: url(images/back_finalcial.png);
        background-repeat: no-repeat;
        background-position: right center;
        padding: 40px;
        height: 450px;
    }

    .login-side, .station-side, .station-side-new, .station-side-new2 {
        border-radius: 0px 20px 20px 0px;
        width: 50%;
        float: right;
        background-color: #00649F;
        background-image: url(images/back_login.png);
        background-repeat: no-repeat;
        background-position: right center;
        padding: 30px;
        height: 450px;
    }


    .station-side-new {
        padding: 50px !important;
    }

    .station-side-new2 {
        padding: 50px !important;
    }
    
    .loading .loading-text {
        display: -webkit-inline-box;
    }

    .row .col-sp label {
        font-size: 13px;
    }

    .margin-login {
        margin-right: -65px;
        margin-left: 0px;
    }

    .margin-login-new {
        margin-top: -40px;
        margin-right: -5px;
        margin-left: 0px;
    }
}

@media (min-width: 1200px) {
    div.unconnected-container {
        margin-right: 22%;
        margin-left: 22%;
        display: block;
    }

        /*div.unconnected-container .form-parking {
            margin-right: 15%;
            margin-left: 15%;
            display: block;
        }*/

    .page-container-simple-catalog-xl {
        width: 70%
    }

    .fieldset-controls div.row {
        margin-bottom: 2px;
    }

    .page-toolbar .page-title {
        font-size: 15px;
    }

    .row .col-sp label {
        font-size: 14px;
    }

    .form-control, .input-group, .checkbox {
        font-size: 14px;
        width: 70%;
        float: right;
    }

    .input-sm {
        height: 30px;
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
    }

    .select2-container--default .select2-selection--single {
        height: 30px;
        padding: 0;
    }

    legend {
        background-color: #f1f1f1;
        padding: 6px 10px;
        border-radius: 5px;
        font-size: 15px;
        text-transform: uppercase;
    }

    .btn-control {
        margin-top: -29px;
    }

        .btn-control .btn-sm {
            padding: 5px 10px;
            font-size: 12px;
            line-height: 1.5;
            border-radius: 3px;
        }

    .page-toolbar .btn-sm {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
    }

    .row {
        margin-bottom: 2px;
    }

    .table > thead > tr > th {
        padding: 8px
    }

    .module-side-cont {
        margin-top: 41%;
        margin-left: 0px;
    }

    .margin-login {
        margin-right: -65px !important;
        margin-left: 0px !important;
    }
}


/*************MEDIA 2000*************/

@media (min-width: 2000px) {

    .page-container-simple-catalog-xl {
        width: 60%
    }

    .module-header-section span {
        display: none;
    }

    .select2-container {
        width: 60%;
        float: right;
    }

    .form-control, .input-group {
        font-size: 14.5px;
        width: 60%;
        float: right;
    }

    .col-sp {
        width: 100%;
    }

    .page-container-simple-catalog {
        width: 90%
    }

    .page-toolbar .page-title {
        font-size: 17px;
        position: absolute;
    }
    /*.page-toolbar .btn-group { margin: 0px auto;float: none;}*/
    .company-station {
        font-size: 16px;
    }

    .module-header-section img {
        float: left;
        width: 15%;
        margin-top: 5px;
    }


    div.unconnected-container {
        margin-right: 30%;
        margin-left: 30%;
        display: block;
    }


    .module-side-cont {
        margin-top: 40%;
    }

    .module-side {
        border-radius: 30px 0px 0px 80px;
        ;
        width: 50%;
        float: left;
        background-color: #2c877e;
        background-image: url(images/back_finalcial.png);
        background-repeat: no-repeat;
        background-position: right center;
        padding: 40px;
    }

    .login-side, .station-side, .station-side-new, .station-side-new2 {
        border-radius: 0px 80px 30px 0px;
        width: 50%;
        float: right;
        background-color: #00649F;
        background-image: url(images/back_login.png);
        background-repeat: no-repeat;
        background-position: right center;
        padding: 40px;
    }

    .loading .loading-text {
        display: -webkit-inline-box;
    }
}


/*********************XL size******/
@media (min-width:1400px) {
    .col-xl-12 {
        width: 100%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .ui-dialog {
        padding-bottom: 20px;
    }

    div.grid-items {
        border: 1px solid #87ceeb;
        padding: 10px;
        border-radius: 5px;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }
}

.full-width-control, .full-width-select2-container span.select2-container {
    width: 100% !important;
}

.center-align {
    text-align: center;
}

.row-bg-blue {
    background-color: #c6e2f4 !important;
}

.row-bg-yellow {
    background-color: #fffca5 !important;
}

.row-bg-orange {
    background-color: #ffbe0c !important;
}

.row-bg-green {
    background-color: #bdff8e !important;
}


/******************mobile version*******/
.body-back {
    background-color: rgba(234, 234, 234, 0.92) !important;
}

.pending-1 {
    border: 1px solid #1c4077;
    color: #fff;
    margin: 0px;
    border-radius: 30px;
    padding: 2px;
    font-size: 14px;
    margin-bottom: 3px;
}



    .pending-1:nth-child(2) {
        border: 1px solid #dc332a;
    }

.area-2 {
    border: 1px solid #179acb !important;
}




.mob-tit {
    background-color: #3d3939;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}


.pending-1 .col-xs-4 {
    border-right: 1px solid;
    text-align: center;
}

    .pending-1 .col-xs-4 .fa {
        font-size: 40px;
    }


.pending-1 .col-xs-8 {
    text-align: center;
}

    .pending-1 .col-xs-8 .col-xs-12:nth-child(1) {
        border-bottom: 1px solid #7f7f7f;
        padding-bottom: 2px;
    }


.Mob_mod-menu { /*class*/
    display: none;
    position: fixed !important;
}

.Mob_cont-PanelMenu { /*ID*/
    position: fixed !important;
    /* margin-top: 5px; */
    background-color: #185fac !important;
    color: #fff !important;
    width: 280px !important;
    height: auto !important;
    z-index: 3000 !important;
    left: 20px !important;
    border-radius: 10px !important;
    /* margin-left: -256px; */
    opacity: 0.85 !important;
}

#MobileFooter {
    position: fixed;
    bottom: 0;
    height: 42px;
    background-color: #000;
    width: 100%;
    padding: 10px;
}

.Mob_panel-Search { /*ID*/
    position: absolute !important;
    width: 80% !important;
    top: -40px !important;
}

.Mob_module-header-section img { /*class*/
    display: none !important;
}

.Mob_btn-language { /*class*/
    position: absolute !important;
    top: 0px !important;
    right: 0px !important;
}

#infoUserMobile {
    position: absolute;
    background-color: #f3f2f2;
    border-radius: 10px;
    animation: animateErrorIcon 0.2s;
    left: 10%;
    top: 20%;
    z-index: 40000;
    width: 80%;
    box-shadow: 0 0 28px rgb(135, 135, 135);
}

#infoCompanyMobile .company-station {
    position: inherit;
    top: 0;
    border-top: 1px solid #acafb4;
    font-size: 13px;
}

#infoCompanyMobile .module-header-section {
    height: 21px;
}



.blur {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    opacity: 0.5;
}

#infoUserMobile .fa-times-circle {
    color: #ccc;
    position: absolute;
    font-size: 25px;
    margin: 5px;
    right: 0px;
    z-index: 40001;
}

#infoUserMobile .col-xs-12 {
    padding-bottom: 5px;
}

    #infoUserMobile .col-xs-12:nth-child(1) {
        border-bottom: 1px solid;
        color: #807676;
    }


#infoUserMobile .fa-user {
    font-size: 50px;
    border: 1px solid;
    border-radius: 60px;
    padding: 30px 35px;
    color: #ccc;
}

#MobileFooter .fa {
    color: #fff;
    font-size: 25px;
}

#MobileFooter .items {
    color: #fff;
    font-size: 15px;
    position: absolute;
    left: 50%;
    /* left: -15px; */
    width: 26px;
    background-color: red;
    padding: 8px;
    border-radius: 20px;
    height: 26px;
    top: -10px;
}
/****************end mobile version*****/

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger {
    height: 34px !important;
}

#sortable2 {
    height: 1000px;
}

#sortable1 {
    height: 1000px;
}

.bck-index {
    background-image: url(images/banner-principal.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    margin-left: 15px !important;
}


@media screen and (max-height: 575px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

/******************/
