/********************************      Basic Structure      ********************************/
@font-face {
    font-family: 'Barlow Medium';
    src: url('fonts/Barlow-Medium.woff2');
}

@font-face {
    font-family: 'Barlow Regular';
    src: url('fonts/Barlow-Regular.woff2');
}

html {
    font-size: 100%;
    height: 100%;
    margin-bottom: 1px;
}

body {
    font-family: 'Barlow Regular', Arial, Helvetica, sans-serif;
    color: #555;
    font-size: 12px;
    background-color: RGB(247,247,247);
    height: 100%;
    overflow-y: hidden;
}

    body.show-scroll {
        overflow-y: scroll;
    }

#body-wrapper {
    background: url('../images/bg-radial-gradient.gif') fixed 230px top no-repeat;
}

/********************************      Elements styling      ********************************/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Barlow Regular', Helvetica, Arial, sans-serif;
    color: #222;
    font-weight: bold;
}

h1 {
    font-family: 'Barlow Regular', Calibri, Helvetica, Arial, sans-serif;
    font-size: 31px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: -1000px;
}

h2 {
    font-size: 26px;
    padding: 0 0 10px 0;
}

h3 {
    font-size: 17px;
    padding: 0 0 10px 0;
}

h4 {
    font-size: 16px;
    padding: 0 0 5px 0;
}

h5 {
    font-size: 14px;
    padding: 0 0 5px 0;
}

h6 {
    font-size: 12px;
    padding: 0 0 5px 0;
}

a {
    color: #337ab7;
    text-decoration: none;
}

    a:hover {
        color: #000;
    }

    a:active {
        color: #777;
    }

    a:focus {
        outline: 1px;
    }

strong {
    font-weight: bold;
    color: #333;
}

small {
    font-size: 0.85em;
}

pre {
    font-family: monospace;
}

p, div.p {
    padding: 5px 0 10px 0;
    line-height: 1.6em;
}

/********************************      General Classes      ********************************/

.clear {
    clear: both;
}

.align-left {
    float: left;
}

.align-right {
    float: right;
}

/************ Button ************/

.button {
    display: inline-block;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: white;
    color: #0033a0;
    box-shadow: none;
    padding: 7px 16px !important;
    font-size: 12px !important;
    cursor: pointer;
    text-align: center;
    font-family: 'Barlow Regular', Verdana, Arial, sans-serif;
    border: 1px solid #0033a0;
    text-transform: uppercase;
}

    .button:hover, a.button:hover {
        text-decoration: none !important;
        color: #545454 !important;
        text-shadow: 0 1px 0px #000 !important;
    }

    .button:active {
        border: none;
        border-right: none;
        border-bottom: none;
        background-color: #7e7e7e;
        /*padding: 5px 16px 3px !important;*/
    }

    .button:disabled {
        border: none;
        border-right: none;
        border-bottom: none;
        background-color: #7e7e7e;
        color: #fff !important;
        /*padding: 5px 16px 3px !important;*/
    }

.button-red {
    background: #bb0000 url('../images/bg-button-red.gif') top left repeat-x !important;
    border: 1px solid #da4e3c !important;
}

a.remove-link {
    color: #bb0000;
}

    a.remove-link:hover {
        color: #000;
    }

body .k-button, body .k-upload-button, body .k-upload-selected {
    display: inline-block;
    -moz-border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    border-radius: 6px !important; /* border radius */
    -moz-background-clip: padding !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important; /* prevents bg color from leaking outside the border */
    background-color: #4C3385 !important; /* layer fill content + color overlay */
    color: #fff !important; /* text color */
    box-shadow: none !important;
    padding: 4px 16px !important;
    font-size: 12px !important;
    cursor: pointer !important;
    text-align: center !important;
    font-family: 'Barlow Regular', Verdana, Arial, sans-serif !important;
    border: none !important;
    background-image: none !important;
}


    body .k-button:hover, body .k-upload-button:hover, body .k-upload-selected:hover {
        text-decoration: none !important;
        text-shadow: 0 1px 1px #000 !important;
        display: inline-block !important;
        -moz-border-radius: 6px !important;
        -webkit-border-radius: 6px !important;
        border-radius: 6px !important; /* border radius */
        -moz-background-clip: padding !important;
        -webkit-background-clip: padding-box !important;
        background-clip: padding-box !important; /* prevents bg color from leaking outside the border */
        background-color: #4C3385 !important; /* layer fill content + color overlay */
        color: #fff !important; /* text color */
        box-shadow: none !important;
        padding: 4px 16px !important;
        font-size: 12px !important;
        cursor: pointer !important;
        text-align: center !important;
        font-family: 'Barlow Regular', Verdana, Arial, sans-serif !important;
        border: none !important;
        background-image: none !important;
    }

    body .k-button:active, body .k-upload-button:active, body .k-upload-selected:active {
        border: none !important;
        border-right: none !important;
        border-bottom: none !important;
        background-color: #45a175 !important; /* layer fill content + color overlay */
        text-decoration: none !important;
        text-shadow: 0 1px 1px #000 !important;
        display: inline-block !important;
        -moz-border-radius: 6px !important;
        -webkit-border-radius: 6px !important;
        border-radius: 6px !important; /* border radius */
        -moz-background-clip: padding !important;
        -webkit-background-clip: padding-box !important;
        background-clip: padding-box !important; /* prevents bg color from leaking outside the border */
        color: #fff !important; /* text color */
        box-shadow: none !important;
        padding: 4px 16px !important;
        font-size: 12px !important;
        cursor: pointer !important;
        text-align: center !important;
        font-family: 'Barlow Regular', Verdana, Arial, sans-serif !important;
        border: none !important;
        background-image: none !important;
    }

/********************************      Sidebar      ********************************/

#sidebar {
    width: 230px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #888;
    font-size: 11px;
}

    #sidebar #sidebar-wrapper {
        margin: 0 0 0 9px;
    }

    #sidebar a, #sidebar a:active {
        color: #ccc;
    }

        #sidebar a:hover {
            color: #fff;
        }

    #sidebar #sidebar-title {
        margin: 40px 0 40px 15px;
    }

    #sidebar #logo {
        margin: 20px 0 40px 42px;
    }

    /************ Sidebar Accordion Menu ************/

    #sidebar #main-nav {
        width: 206px;
        padding: 0;
        margin: 0 0 0 15px;
        font-family: 'Barlow Regular', Helvetica, Arial, sans-serif;
    }

        #sidebar #main-nav li {
            list-style: none;
            padding-bottom: 10px;
            text-align: right;
        }

            #sidebar #main-nav li a.nav-top-item {
                background: transparent url('../images/bg-menu-item-green.png') right center no-repeat; /* Background image for default color scheme - green */
                padding: 10px 15px 10px 5px;
                color: #fff;
                font-size: 14px;
                cursor: pointer;
                display: block;
                text-decoration: none;
            }

            #sidebar #main-nav li a.current {
                background-image: url('../images/bg-menu-item-current.gif') !important;
                color: #000;
                font-weight: normal;
            }

                #sidebar #main-nav li a.current:hover {
                    color: #000;
                }

        #sidebar #main-nav ul {
            padding: 0;
            font-size: 12px;
            margin: 0;
        }

            #sidebar #main-nav ul li {
                list-style: none;
                margin: 0;
                text-align: right;
                padding: 0;
            }

                #sidebar #main-nav ul li a {
                    padding: 8px 15px;
                    display: block;
                    color: #aaa;
                    font-size: 13px;
                    line-height: 1.2em;
                }

                    #sidebar #main-nav ul li a:hover, #sidebar #main-nav ul li a.current, #sidebar #main-nav ul li a.current:hover {
                        color: #fff;
                    }

                    #sidebar #main-nav ul li a.current {
                        background: transparent url('../images/menu-current-arrow.gif') right center no-repeat !important;
                    }

        /* Sidebar Acc Menu ICONS */

        #sidebar #main-nav li a.nav-top-item .users {
            background: url('../images/icons/users.png') no-repeat center center;
            float: left;
            display: block;
            width: 22px;
            height: 22px;
            margin-top: -3px;
        }

        #sidebar #main-nav li a.nav-top-item .config {
            background: url('../images/icons/config.png') no-repeat center center;
            float: left;
            display: block;
            width: 24px;
            height: 24px;
            margin-top: -4px;
        }

div.config {
    padding-bottom: 10px;
}

    div.config > div.config {
        padding-bottom: 0px;
        margin-left: 20px;
    }

#sidebar #main-nav li a.nav-top-item .zones {
    background: url('../images/icons/zones.png') no-repeat center center;
    float: left;
    display: block;
    width: 24px;
    height: 24px;
    margin-top: -4px;
}


#sidebar #main-nav li a.nav-top-item .repository {
    background: url('../images/icons/repository.png') no-repeat center center;
    float: left;
    display: block;
    width: 20px;
    height: 29px;
    margin-top: -6px;
}

#sidebar #main-nav li a.nav-top-item .report {
    background: url('../images/icons/report.png') no-repeat center center;
    float: left;
    display: block;
    width: 24px;
    height: 24px;
    margin-top: -4px;
}

#sidebar #main-nav li a.nav-top-item .interest {
    background: url('../images/icons/interest.png') no-repeat center center;
    float: left;
    display: block;
    width: 24px;
    height: 24px;
    margin-top: -4px;
}

#sidebar #main-nav li a.nav-top-item .confirm-interest {
    background: url('../images/icons/confirm-poi.png') no-repeat center center;
    float: left;
    display: block;
    width: 24px;
    height: 24px;
    margin-top: -4px;
}

#sidebar #main-nav li a.nav-top-item .historical {
    background: url('../images/icons/historical.png') no-repeat center center;
    float: left;
    display: block;
    width: 24px;
    height: 24px;
    margin-top: -4px;
}

#sidebar #main-nav li a.nav-top-item .location {
    background: url('../images/icons/location.png') no-repeat center center;
    float: left;
    display: block;
    width: 23px;
    height: 23px;
    margin-top: -4px;
}

#sidebar #main-nav li a.nav-top-item .message {
    background: url('../images/icons/message.png') no-repeat center center;
    float: left;
    display: block;
    width: 23px;
    height: 23px;
    margin-top: -4px;
}

#sidebar #main-nav li a.nav-top-item .group {
    background: url('../images/icons/group.png') no-repeat center center;
    float: left;
    display: block;
    width: 23px;
    height: 23px;
    margin-top: -4px;
}

#sidebar #main-nav li a.nav-top-item .node {
    background: url('../images/icons/node.png') no-repeat center center;
    float: left;
    display: block;
    width: 23px;
    height: 23px;
    margin-top: -4px;
}

#sidebar #main-nav li a.nav-top-item .routes {
    background: url('../images/icons/routes.png') no-repeat center center;
    float: left;
    display: block;
    width: 23px;
    height: 23px;
    margin-top: -4px;
}

#sidebar #main-nav li a.nav-top-item .dashboard {
    background: url('../images/icons/dashboard.png') no-repeat center center;
    float: left;
    display: block;
    width: 24px;
    height: 24px;
    margin-top: -4px;
}

/************ Messages ************/

#messages p, #messages form {
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

#messages h4 {
    padding: 10px 0;
}

#messages fieldset {
    margin: 0;
}

#messages textarea {
    margin: 0 0 15px 0;
}

/********************************      Main Content      ********************************/

/************ Layout ************/

#main-content {
    margin: 0;
    padding: 0;
}

.column-left {
    width: 48%;
    float: left;
}

.column-right {
    width: 48%;
    float: right;
}

#footer {
    border-top: 1px solid #ccc;
    margin: 40px 0 0 0;
    padding: 20px 0;
    font-size: 12px;
    background-color: RGB(247,247,247);
}

.btn-exit {
    width: 66px;
    height: 25px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #179bd7;
    padding: 3px 17px 3px 17px;
    margin-left: 10px;
    color: #FFFFFF;
}

    .btn-exit:active {
        background: #7e7e7e;
    }

    .btn-exit:hover {
        text-decoration: none !important;
        color: #fff !important;
        text-shadow: 0 1px 1px #000 !important;
    }

/************ Lists ************/

#main-content :not(div.k-widget) ul, #main-content :not(div.k-widget) ol {
    padding: 10px 0;
}

    /* Unordered List */

    #main-content :not(div.k-widget) ul li {
        background: url('../images/icons/bullet-black.png') center left no-repeat;
        padding: 4px 0 4px 20px;
    }

/* Ordered List */

#main-content :not(div.k-widget) ol {
    padding: 0 0 0 24px;
}

    #main-content :not(div.k-widget) ol li {
        list-style: decimal;
        padding: 4px 0;
    }

/* Client Logo */

.client {
    /*padding: 20px 0;*/
    text-align: right;
    /*overflow:hidden;*/ height: 40px;
    display: block;
}

.client-logo {
    float: right;
    background: #fff;
    padding: 2px 2px;
    margin-top: 30px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

/* Profile */

#profile-links {
    padding: 20px 20px 20px 0;
    text-align: left;
    line-height: 1.2em;
    font-size: 12px;
    float: left;
    color: #FFF;
}

    #profile-links a.red, #profile-links a.red:active {
        color: #da4e3c;
    }

        #profile-links a.red:hover {
            /*color:#fff;*/
            color: #000;
        }

/*************** Content Box ***************/

.content-box {
    border: 1px solid #ccc;
    margin: 0 0 20px 0;
    background: #fff;
}

.content-box-header {
    background: #e5e5e5 url('../images/bg-content-box.gif') top left repeat-x;
    margin-top: 1px;
    height: 40px;
}

.right_col > .content-box > .content-box-header {
    height: 100%;
}

.content-box-header h3 {
    padding: 12px 15px 10px;
    float: left;
    margin: 0;
}

ul.content-box-tabs {
    float: right;
    padding: 12px 15px 0 0 !important;
    margin: 0 0 -2px 0 !important;
}

    ul.content-box-tabs li {
        float: left;
        margin: 0;
        padding: 0 !important;
        background-image: none !important;
    }

        ul.content-box-tabs li a {
            color: #333;
            padding: 8px 10px;
            display: block;
            margin: 1px;
            border-bottom: 0;
        }

            ul.content-box-tabs li a:hover {
                color: #ba2687;
            }

            ul.content-box-tabs li a.current {
                background: #fff;
                border: 1px solid #ccc;
                border-bottom: 0;
                margin: 0;
            }

.content-box-content {
    padding: 20px;
    font-size: 13px;
    border-top: 1px solid #ccc;
}

.tab-content {
    overflow: hidden;
}

/************ Table ************/

#main-content :not(div.k-widget) table {
    width: 100%;
    border-collapse: collapse;
}

    #main-content :not(div.k-widget) table thead th {
        font-weight: bold;
        font-size: 15px;
        border-bottom: 1px solid #ddd;
    }

#main-content :not(div.k-widget) tbody {
    border-bottom: 1px solid #ddd;
}

    #main-content :not(div.k-widget) tbody tr {
        background: #fff;
    }

        #main-content :not(div.k-widget) tbody tr.alt-row {
            background: #f3f3f3;
        }

/*#main-content :not(div.k-widget) table td, #main-content :not(div.k-widget) table th {*/
#main-content table td, #main-content table th {
    padding: 10px;
    line-height: 1.3em;
}

#main-content :not(div.k-widget) table tfoot td .bulk-actions {
    padding: 15px 0 5px 0;
}

    #main-content :not(div.k-widget) table tfoot td .bulk-actions select {
        padding: 4px;
        border: 1px solid #ccc;
    }

/*************** Pagination ***************/

#main-content :not(div.k-widget) .pagination {
    text-align: right;
    padding: 20px 0 5px 0;
    font-family: 'Barlow Regular', Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.pagination a {
    margin: 0 5px 0 0;
    padding: 3px 6px;
}

    .pagination a.number {
        border: 1px solid #ddd;
    }

    .pagination a.current {
        background: #469400 url('../images/bg-button-green.gif') top left repeat-x !important;
        border-color: #459300 !important;
        color: #fff !important;
    }

        .pagination a.current:hover {
            text-decoration: underline;
        }

/************ Table ************/

#map_canvas {
    overflow: hidden;
    border: 1px solid #c9c9c9;
}

/*************** Forms ***************/

form label {
    display: block;
    padding: 6px 0 10px;
    font-weight: bold;
}

form fieldset legend {
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 10px;
}

form p small {
    font-size: 0.75em;
    color: #777;
}

form input.text-input, form select, form textarea, form .wysiwyg {
    padding: 4px;
    font-size: 13px;
    /*background: #fff url('../images/bg-form-field.gif') top left repeat-x;
	border: 1px solid #d5d5d5;
	color: #333;*/
    border: 1px solid #aaa;
    background-color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

form .input {
    width: 97.5% !important;
}

form .small-input {
    width: 25% !important;
}

form .medium-input {
    width: 50% !important;
}

form .large-input {
    width: 97.5% !important;
    font-size: 16px !important;
    padding: 8px !important;
}

form textarea {
    width: 97.5% !important;
    font-family: 'Barlow Regular', Arial, Helvetica, sans-serif;
}

form select {
    padding: 4px;
}

    form select option {
        margin: 2px;
    }

form input[type="checkbox"], form input[type="radio"] {
    padding: 0;
    background: none;
    border: 0;
}

form textarea:hover, form input[type="text"]:hover, form input[type="email"]:hover, form input[type="tel"]:hover, form input[type="password"]:hover, form input[type="number"]:hover, form select:hover, div.wysiwyg:hover {
    border-color: #898989;
}

form textarea:focus, form input[type="text"]:focus, form input[type="email"]:focus, form input[type="tel"]:focus, form input[type="password"]:focus, form input[type="number"]:focus, form select:focus, div.wysiwyg:focus {
    border-color: #00aec7;
}

/*************** Notifications ***************/

.notification {
    position: relative;
    margin: 0 0 15px 0;
    padding: 0;
    border: 1px solid;
    background-position: 10px 11px !important;
    background-repeat: no-repeat !important;
    font-size: 13px;
    width: 99.8%;
}

.notification-login {
    position: relative;
    margin: -15px 0 15px 0;
    padding: 0;
    border: 1px solid;
    background-position: 10px 11px !important;
    background-repeat: no-repeat !important;
    font-size: 13px;
    width: 99.8%;
    font-family: 'Barlow Regular', 'Open Sans Regular', sans-serif;
}

.attention {
    background: #fffbcc url('../images/icons/exclamation.png') 10px 11px no-repeat;
    border-color: #e6db55;
    color: #666452;
}

.information {
    background: #dbe3ff url('../images/icons/information.png');
    border-color: #a2b4ee;
    color: #585b66;
}

.success {
    background: #d5ffce url('../images/icons/tick-circle.png');
    border-color: #9adf8f;
    color: #556652;
}

.error {
    background: #ffcece url('../images/icons/cross-circle.png');
    border-color: #df8f8f;
    color: #665252;
}

.notification div {
    display: block;
    font-style: normal;
    padding: 10px 10px 10px 36px;
    line-height: 1.5em;
}

.notification .close {
    color: #990000;
    font-size: 9px;
    position: absolute;
    right: 5px;
    top: 5px;
}

.notification-login div {
    display: block;
    font-style: normal;
    padding: 10px 10px 10px 36px;
    line-height: 1.5em;
}

.notification-login .close {
    color: #990000;
    font-size: 9px;
    position: absolute;
    right: 5px;
    top: 5px;
}

/* Notification for form inputs */

.input-notification {
    background-position: left 2px;
    background-repeat: no-repeat;
    padding: 2px 0 2px 22px;
    background-color: transparent;
    margin: 0 0 0 5px;
}

body.background_login .field-validation-error, body.background_login span.validationMessage {
    color: #525252;
}

.field-validation-error, span.validationMessage {
    /*background: #fffbcc url('../images/icons/exclamation.png') 10px 11px no-repeat;*/
    border-color: #e6db55;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 2px 0 2px 22px;
    background-color: transparent;
    margin: 0 0 0 5px;
    font-family: 'Barlow Regular', 'Open Sans Regular', sans-serif;
    font-size: 12px;
    color: #525252;
}

.field-validation-valid {
    display: none;
}

/* Notification for login page */

#login-wrapper #login-content .notification {
    border: 0;
    background-color: #141414;
    color: #fff !important;
}

#login-wrapper #login-content .login-notification {
    position: absolute;
    margin-left: 300px;
    width: auto;
    line-height: 1.6em;
}

#login-wrapper #login-content .field-validation-error {
    background: #fffbcc url('../images/icons/exclamation.png') 10px 11px no-repeat;
    border-color: #e6db55;
    color: #FFF;
    background-position: left 2px;
    background-repeat: no-repeat;
    padding: 2px 0 2px 22px;
    background-color: transparent;
    margin: 0 0 0 5px;
}

/********************************      Login Page      ********************************/

body#login {
    color: #fff;
    background: #222 url('../images/bg-login.gif');
}

#login-wrapper {
    /*background: url('../images/bg-login-top.png') top left repeat-x;*/
}

#login-top {
    padding: 20px 20px 20px 20px;
}

#login-bot {
    position: absolute;
    left: 80%; /*20px;*/
    bottom: 20px;
}

#login-wrapper #login-content {
    text-align: left;
    width: 310px;
    margin: 0 auto;
}

    #login-wrapper #login-content label {
        color: #fff;
        font-weight: normal;
        font-size: 14px;
        font-family: 'Barlow Regular', Helvetica, Arial, sans-serif;
        float: left;
        width: 90px;
        padding: 0;
        line-height: 28px;
    }

    #login-wrapper #login-content input {
        width: 200px;
        float: right;
        margin: 0 0 20px 0;
        border: 0;
        background: #fff;
    }

    #login-wrapper #login-content p {
        padding: 0;
    }

        #login-wrapper #login-content p#remember-password {
            float: right;
        }

            #login-wrapper #login-content p#remember-password input {
                float: none;
                width: auto;
                border: 0;
                background: none;
                margin: 0 10px 0 0;
            }

        #login-wrapper #login-content p .button {
            width: auto;
            margin-top: 20px;
        }

    #login-wrapper #login-content .notification {
        border: 0;
        background-color: #141414;
        color: #fff !important;
    }

    #login-wrapper #login-content .login-notification {
        position: absolute;
        margin-left: 310px;
        width: auto;
        line-height: 1.6em;
    }

    #login-wrapper #login-content .field-validation-error {
        background: #fffbcc url('../images/icons/exclamation.png') 10px 11px no-repeat;
        border-color: #e6db55;
        color: #FFF;
        background-position: left 2px;
        background-repeat: no-repeat;
        padding: 2px 0 2px 22px;
        background-color: transparent;
        margin: 0 0 0 5px;
    }

/* Notification for change password page */

#change-password-wrapper #change-password-content .notification {
    border: 0;
    background-color: #141414;
    color: #fff !important;
}

#change-password-wrapper #change-password-content .change-password-notification {
    position: absolute;
    margin-left: 420px;
    width: auto;
    line-height: 1.6em;
}

#change-password-wrapper #change-password-content .field-validation-error {
    background: #fffbcc url('../images/icons/exclamation.png') 10px 11px no-repeat;
    border-color: #e6db55;
    color: #FFF;
    background-position: left 2px;
    background-repeat: no-repeat;
    padding: 2px 0 2px 22px;
    background-color: transparent;
    margin: 0 0 0 5px;
}

/********************************      Change Password Page      ********************************/

body#change-password {
    color: #fff;
    background: #222 url('../images/bg-login.gif');
}

#change-password-wrapper {
    /*background: url('../images/bg-login-top.png') top left repeat-x;*/
}

    #change-password-wrapper #change-password-top {
        width: 100%;
        padding: 127px 0 50px 0;
        text-align: center;
    }

    #change-password-wrapper #change-password-content {
        text-align: left;
        width: 420px;
        margin: 0 auto;
    }

        #change-password-wrapper #change-password-content label {
            color: #fff;
            font-weight: normal;
            font-size: 14px;
            font-family: 'Barlow Regular', Helvetica, Arial, sans-serif;
            float: left;
            width: 190px;
            padding: 0;
        }

        #change-password-wrapper #change-password-content input {
            width: 200px;
            float: right;
            margin: 0 0 20px 0;
            border: 0;
            background: #fff;
        }

        #change-password-wrapper #change-password-content p {
            padding: 0;
        }

            #change-password-wrapper #change-password-content p .button {
                width: auto;
                margin-top: 20px;
            }

/* Notification for forgot password page */

#forgot-password-wrapper #forgot-password-content .notification {
    border: 0;
    background-color: #141414;
    color: #fff !important;
}

#forgot-password-wrapper #forgot-password-content .forgot-password-notification {
    position: absolute;
    margin-left: 420px;
    width: auto;
    line-height: 1.6em;
}

#forgot-password-wrapper #forgot-password-content .field-validation-error {
    background: #fffbcc url('../images/icons/exclamation.png') 10px 11px no-repeat;
    border-color: #e6db55;
    color: #FFF;
    background-position: left 2px;
    background-repeat: no-repeat;
    padding: 2px 0 2px 22px;
    background-color: transparent;
    margin: 0 0 0 5px;
}

/********************************      Forgot Password Page      ********************************/

body#forgot-password {
    color: #fff;
    background: #222 url('../images/bg-login.gif');
}

#forgot-password-wrapper {
    /*background: url('../images/bg-login-top.png') top left repeat-x;*/
}

    #forgot-password-wrapper #forgot-password-top {
        width: 100%;
        padding: 140px 0 0px 0;
        text-align: center;
    }

    #forgot-password-wrapper #forgot-password-content {
        text-align: left;
        width: 310px;
        margin: 0 auto;
    }

        #forgot-password-wrapper #forgot-password-content label {
            color: #fff;
            font-weight: normal;
            font-size: 14px;
            font-family: 'Barlow Regular', Helvetica, Arial, sans-serif;
            float: left;
            width: 190px;
            padding: 0;
        }

        #forgot-password-wrapper #forgot-password-content input {
            width: 200px;
            float: right;
            margin: 0 0 20px 0;
            border: 0;
            background: #fff;
        }

        #forgot-password-wrapper #forgot-password-content p {
            padding: 0;
        }

            #forgot-password-wrapper #forgot-password-content p .button {
                width: auto;
                margin-top: 20px;
            }

/********************************      jQuery plugins styles      ********************************/

/*************** Facebox ***************/

#facebox .b {
    background: url(../images/b.png);
}

#facebox .tl {
    background: url(../images/tl.png);
}

#facebox .tr {
    background: url(../images/tr.png);
}

#facebox .bl {
    background: url(../images/bl.png);
}

#facebox .br {
    background: url(../images/br.png);
}

#facebox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: left;
}

    #facebox .popup {
        position: relative;
    }

    #facebox table {
        border-collapse: collapse;
    }

    #facebox td {
        border-bottom: 0;
        padding: 0;
    }

    #facebox .body {
        padding: 10px;
        background: #fff;
        width: 370px;
    }

    #facebox .loading {
        text-align: center;
    }

    #facebox .image {
        text-align: center;
    }

    #facebox img {
        border: 0;
        margin: 0;
    }

    #facebox .footer {
        border-top: 1px solid #DDDDDD;
        padding-top: 5px;
        margin-top: 10px;
        text-align: right;
    }

    #facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
        height: 10px;
        width: 10px;
        overflow: hidden;
        padding: 0;
    }

#facebox_overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.facebox_hide {
    z-index: -100;
}

.facebox_overlayBG {
    background-color: #000;
    z-index: 99;
}

/* Back to top button */

#back-top {
    position: fixed;
    bottom: 30px;
    left: 24px;
}

    #back-top a {
        width: 40px;
        display: block;
        text-align: center;
        font-size: 11px;
        text-transform: uppercase;
        text-decoration: none;
        color: #696969;
    }

        #back-top a:hover {
            color: #fff;
        }

    /* arrow icon (span tag) */

    #back-top span {
        width: 40px;
        height: 40px;
        display: block;
        margin-bottom: 7px;
        background: #333 url(../images/up-arrow.png) no-repeat center center;
    }

    #back-top a:hover span {
        background-color: #000;
    }

/*************** jQuery WYSIWYG ***************/

div.wysiwyg {
    border: 1px solid #cccccc;
    padding: 5px;
    background-color: #ffffff;
    width: 97.5% !important;
}

    div.wysiwyg * {
        margin: 0;
        padding: 0;
    }

    div.wysiwyg ul.panel {
        border-bottom: 1px solid #cccccc;
        float: left;
        width: 100%;
        padding: 0 0 5px 0;
    }

        div.wysiwyg ul.panel li {
            list-style-type: none;
            float: left;
            margin: 0 2px;
            padding: 0 !important;
            background: #ffffff;
            background-image: none !important;
        }

            div.wysiwyg ul.panel li.separator {
                height: 16px;
                margin: 0 4px;
                border-left: 1px solid #cccccc;
            }

            div.wysiwyg ul.panel li a {
                display: block;
                padding: 0 !important;
                width: 16px;
                height: 16px;
                background: url('../images/icons/jquery.wysiwyg.gif') no-repeat -64px -80px;
                border: 0;
                cursor: pointer;
                padding: 1px;
            }

                div.wysiwyg ul.panel li a:hover, div.wysiwyg ul.panel li a.active {
                }

                div.wysiwyg ul.panel li a.active {
                    background-color: #f9f9f9;
                    border: 1px solid #cccccc;
                    border-left-color: #aaaaaa;
                    border-top-color: #aaaaaa;
                    padding: 0;
                }

                div.wysiwyg ul.panel li a.bold {
                    background-position: 0 -16px;
                }

                div.wysiwyg ul.panel li a.italic {
                    background-position: -16px -16px;
                }

                div.wysiwyg ul.panel li a.strikeThrough {
                    background-position: -32px -16px;
                }

                div.wysiwyg ul.panel li a.underline {
                    background-position: -48px -16px;
                }

                div.wysiwyg ul.panel li a.justifyLeft {
                    background-position: 0 0;
                }

                div.wysiwyg ul.panel li a.justifyCenter {
                    background-position: -16px 0;
                }

                div.wysiwyg ul.panel li a.justifyRight {
                    background-position: -32px 0;
                }

                div.wysiwyg ul.panel li a.justifyFull {
                    background-position: -48px 0;
                }

                div.wysiwyg ul.panel li a.indent {
                    background-position: -64px 0;
                }

                div.wysiwyg ul.panel li a.outdent {
                    background-position: -80px 0;
                }

                div.wysiwyg ul.panel li a.subscript {
                    background-position: -64px -16px;
                }

                div.wysiwyg ul.panel li a.superscript {
                    background-position: -80px -16px;
                }

                div.wysiwyg ul.panel li a.undo {
                    background-position: 0 -64px;
                }

                div.wysiwyg ul.panel li a.redo {
                    background-position: -16px -64px;
                }

                div.wysiwyg ul.panel li a.insertOrderedList {
                    background-position: -32px -48px;
                }

                div.wysiwyg ul.panel li a.insertUnorderedList {
                    background-position: -16px -48px;
                }

                div.wysiwyg ul.panel li a.insertHorizontalRule {
                    background-position: 0 -48px;
                }

                div.wysiwyg ul.panel li a.h1 {
                    background-position: 0 -32px;
                }

                div.wysiwyg ul.panel li a.h2 {
                    background-position: -16px -32px;
                }

                div.wysiwyg ul.panel li a.h3 {
                    background-position: -32px -32px;
                }

                div.wysiwyg ul.panel li a.h4 {
                    background-position: -48px -32px;
                }

                div.wysiwyg ul.panel li a.h5 {
                    background-position: -64px -32px;
                }

                div.wysiwyg ul.panel li a.h6 {
                    background-position: -80px -32px;
                }

                div.wysiwyg ul.panel li a.cut {
                    background-position: -32px -64px;
                }

                div.wysiwyg ul.panel li a.copy {
                    background-position: -48px -64px;
                }

                div.wysiwyg ul.panel li a.paste {
                    background-position: -64px -64px;
                }

                div.wysiwyg ul.panel li a.increaseFontSize {
                    background-position: -16px -80px;
                }

                div.wysiwyg ul.panel li a.decreaseFontSize {
                    background-position: -32px -80px;
                }

                div.wysiwyg ul.panel li a.createLink {
                    background-position: -80px -48px;
                }

                div.wysiwyg ul.panel li a.insertImage {
                    background-position: -80px -80px;
                }

                div.wysiwyg ul.panel li a.html {
                    background-position: -48px -48px;
                }

                div.wysiwyg ul.panel li a.removeFormat {
                    background-position: -80px -64px;
                }

                div.wysiwyg ul.panel li a.empty {
                    background-position: -64px -80px;
                }

    div.wysiwyg iframe {
        border: 0;
        margin: 5px 0 0 0;
        clear: left;
        width: 97.5% !important;
    }

/* ESTILOS GMAP3 */
.gmap3 {
    border: 1px dashed #C0C0C0;
    width: 100%;
    height: 600px;
}

/* ESTILOS TABLA TELERIK MVC */
#telerikGrid table thead th {
    font-weight: bold;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
}

#telerikGrid tbody {
    border-bottom: 1px solid #ddd;
}

    #telerikGrid tbody tr {
        background: #f3f3f3;
    }

        #telerikGrid tbody tr.t-alt {
            background: #fff;
        }

#telerikGrid table tfoot td .bulk-actions {
    padding: 15px 0 5px 0;
}

    #telerikGrid table tfoot td .bulk-actions select {
        padding: 4px;
        border: 1px solid #ccc;
    }

#telerikGrid .t-header {
    font-weight: bold;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
}
/*#telerikGrid .t-grid-header .t-header {
    padding: .3em .6em .3em 0;
}*/

#telerikGrid .t-grid-filter {
    margin: 0;
    background: none;
}

#telerikGrid .t-grid-header .t-header .t-link {
    display: inline-block !important;
    background: none;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#dashboardItems div.content-box div.content-box-header span.users {
    background: url('../images/icons/users.png') no-repeat center center;
    float: right;
    display: block;
    width: 24px;
    height: 30px;
    padding-right: 25px;
    padding-top: 10px;
}

#dashboardItems div.content-box div.content-box-header span.config {
    background: url('../images/icons/config.png') no-repeat center center;
    float: right;
    display: block;
    width: 24px;
    height: 30px;
    padding-right: 25px;
    padding-top: 10px;
}

#dashboardItems div.content-box div.content-box-header span.repository {
    background: url('../images/icons/repository.png') no-repeat center center;
    float: right;
    display: block;
    width: 24px;
    height: 30px;
    padding-right: 25px;
    padding-top: 10px;
}

#dashboardItems div.content-box div.content-box-header span.report {
    background: url('../images/icons/report.png') no-repeat center center;
    float: right;
    display: block;
    width: 24px;
    height: 30px;
    padding-right: 25px;
    padding-top: 10px;
}

#dashboardItems div.content-box div.content-box-header span.interest {
    background: url('../images/icons/interest.png') no-repeat center center;
    float: right;
    display: block;
    width: 24px;
    height: 30px;
    padding-right: 25px;
    padding-top: 10px;
}

#dashboardItems div.content-box div.content-box-header span.historical {
    background: url('../images/icons/historical.png') no-repeat center center;
    float: right;
    display: block;
    width: 24px;
    height: 30px;
    padding-right: 25px;
    padding-top: 10px;
}

#dashboardItems div.content-box div.content-box-header span.location {
    background: url('../images/icons/location.png') no-repeat center center;
    float: right;
    display: block;
    width: 24px;
    height: 30px;
    padding-right: 25px;
    padding-top: 10px;
}

.requestMessage {
    font-family: 'Barlow Regular', "Segoe UI", Helvetica, Verdana;
    font-size: 1.5em;
    font-weight: bold;
    margin-left: 15px;
    display: inline;
    vertical-align: middle;
}

.borderedTable {
    border: 1px solid #ddd !important;
}

.importanceNormal {
    background-color: #d5ffce !important;
    border-bottom: 1px solid #9adf8f !important;
    color: #556652 !important;
}

.importanceImportant {
    background-color: #fffbcc !important;
    border-bottom: 1px solid #e6db55 !important;
    color: #666452 !important;
}

.importanceVeryImportant {
    background-color: #ffcece !important;
    border-bottom: 1px solid #df8f8f !important;
    color: #665252 !important;
}

.table-grid {
    overflow: auto;
    min-height: 300px;
}

.arrow-move-up {
    background-image: url('../images/move-up.png');
    background-repeat: no-repeat;
    height: 16px;
    width: 13px;
    margin-top: 4px;
    margin-right: 5px;
    float: right;
    cursor: pointer;
}

.arrow-move-down {
    background-image: url('../images/move-down.png');
    background-repeat: no-repeat;
    height: 16px;
    width: 13px;
    margin-top: 4px;
    margin-right: 5px;
    float: right;
    cursor: pointer;
}

/*LOGIN*/

.login_box {
    width: 392px;
    height: 205px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px; /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #e5e5e5; /* layer fill content */
}

.btn-login {
    width: 100%;
    height: 32px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #0033a0; /* layer fill content + color overlay */
    color: #fff; /* text color */
    font-family: 'Barlow Regular', "Open Sans", sans-serif;
    font-size: 18px;
    box-shadow: none;
    border: none;
}

    .btn-login:active {
        border: none;
        background-color: #7e7e7e;
    }

.login-input {
    width: 213px;
    height: 28px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #fff; /* layer fill content */
}

.form-signin-input:focus {
    font-family: 'Barlow Regular', 'Open Sans';
    font-size: 16px !important;
    /*color:  #4C3385;*/
    background: none !important;
    background-color: rgba(213, 223, 241, 0.72) !important;
}

.background_login {
    background-color: #FFF;
    background-image: url("../Images/bg-gradient.png");
    background-repeat: no-repeat;
    background-position: 0px 185px;
    background-size: 100% 204px;
}

.form-signin {
    background: #FFF;
    box-shadow: 0px 60px 0px 0px white,0px -60px 0px 0px white, 0 -9px 0px 0px white, 12px 0 65px -15px #505050, -12px 0 65px -15px #505050;
    max-width: 365px;
    margin: 85px auto 20px auto;
    padding: 50px 5px 30px 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
}

form.form-signin input.form-signin-input {
    width: 100%;
    font-family: 'Barlow Regular', 'Open Sans'; /*'Open Sans';*/
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-color: #337ab7;
    color: #444C4D;
}

.form-signin-label {
    font-family: 'Barlow Regular', 'Open Sans Regular', sans-serif;
    font-size: 14px;
    color: #09934E;
    margin-top: 6px;
    font-weight: normal;
    float: right;
}

.login-a {
    font-family: 'Barlow Regular', 'Open Sans Regular', sans-serif;
    font-size: 13px;
    color: #707070;
    line-height: 15px;
    text-decoration: underline;
}

@media screen and (max-width: 980px) {
    .form-signin-label {
        float: left;
    }
}

.form-signin-checkbox {
    font-family: 'Barlow Regular', 'Open Sans Regular', sans-serif;
    font-size: 12px;
    color: #707070;
    line-height: 14px;
    font-weight: normal;
}


/************ Errors ************/

.error-img {
    margin: 0 auto;
    display: block;
    padding-top: 9%;
}

.error-title {
    font-family: 'Barlow Medium' !important;
    font-style: normal;
    font-size: 86.48px;
    color: #F8E7F1;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.error-message {
    font-family: 'Barlow Medium';
    font-weight: 600;
    font-style: normal;
    font-size: 39.17px;
    color: #F8E7F1;
    margin: 0 auto;
    display: block;
    text-align: center;
}

body #main-content{
    height: calc(100% - 90px);
}

body .col-md-12[role="main"] {
    height: calc(100% - 56px);
}

body.error-page #main-content{
    height: 100%;
}

body.error-page .col-md-12[role="main"] {
    padding: 0;
}

.green-text {
    color: #09934E;
}

.error-page-container {
    height: 100%;
    width: 100%;
    background: -webkit-linear-gradient(right top, #0033a0, #00acc7); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom left, #0033a0, #00acc7); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom left, #0033a0, #00acc7); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom left, #0033a0, #00acc7); /* Standard syntax */
    font-family: 'Barlow Medium';
}

.error-number {
}

/* DIV icons */
.circle-div-icon {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    behavior: url(PIE.htc);
    width: 3px;
    height: 3px;
    opacity: 0.5;
    z-index: 900 !important;
}

.background-1 {
    background: #008000;
}

.background-2 {
    background: #cccc00;
}

.background-3 {
    background: #ff6600;
}

.background-4 {
    background: #ff0000;
}

.triangle {
    width: 0 !important;
    height: 0 !important;
    border-style: solid !important;
    border-width: 0 6px 12px 6px !important;
    border-color: transparent transparent #007bff transparent !important;
}

.triangle-color-W {
    border-color: transparent transparent #007bff transparent !important;
}

.triangle-color-R {
    border-color: transparent transparent #00CCCC transparent !important;
}

.triangle-color-E {
    border-color: transparent transparent #FF0000 transparent !important;
}

#main-content > .content-box {
    margin-right: 10px;
}

table.ui-timepicker-table td a {
    padding: .25em 1.3em .3em 0.1em !important;
    display: block;
    overflow: hidden;
    position: relative;
}

/*input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #F8E7F1 !important;
    color:#00914C !important;
}*/

.slide-out-div {
    width: 550px;
    margin-top: 100px;
}



/*********** Responsive ********/
@media (min-width: 992px) {
    .col-md-1-5 {
        width: 12.5%;
    }

    .col-md-10-5 {
        width: 87.5%;
    }
}

input.text-input:disabled, select.text-input:disabled {
    background-color: rgba(213, 223, 241, 0.72);
    color: #959595;
}

.has-error .text-input {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .face-group .face {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .help-block, span.validationMessage, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label, .has-error-message {
    color: #a94442;
    display: table-footer-group;
}

.has-warning .text-input {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label, .has-warning-message {
    color: #8a6d3b;
}

.has-success .text-input {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label, .has-success-message {
    color: #3c763d;
}

.glyphicon-remove {
    color: #D2564C;
}

    .glyphicon-remove:active {
        color: rgb(119, 119, 119);
    }

.glyphicon.glyphicon-remove, .glyphicon.glyphicon-trash {
    color: #D2564C;
}

.glyphicon.glyphicon-pencil, .glyphicon.glyphicon-search, .glyphicon.glyphicon-download-alt, .glyphicon.glyphicon-copy,
.glyphicon.glyphicon-inbox, .glyphicon.glyphicon-exclamation-sign, .glyphicon.glyphicon-comment, .glyphicon.glyphicon-fire,
.glyphicon.glyphicon-th-list, .glyphicon.glyphicon-eye-open, .glyphicon.glyphicon-eye-close {
    color: #0033a0;
}

.glyphicon.glyphicon-ok {
    color: #8DC63F;
}

    .glyphicon.glyphicon-remove:active, .glyphicon.glyphicon-trash:active,
    .glyphicon.glyphicon-pencil:active, .glyphicon.glyphicon-ok:active,
    .glyphicon.glyphicon-search:active, .glyphicon.glyphicon-download-alt:active,
    .glyphicon.glyphicon-inbox:active, .glyphicon.glyphicon-exclamation-sign:active,
    .glyphicon.glyphicon-eye-open:active, .glyphicon.glyphicon-copy:active, .glyphicon.glyphicon-comment:active {
        color: rgb(119, 119, 119);
    }

.glyphicon.glyphicon-check.approved {
    color: #8DC63F;
}

.glyphicon.glyphicon-stats, .glyphicon.glyphicon-stats:hover {
    color: #777;
}

.div-has-error {
    color: #a94442;
}

.stars-container {
    position: relative;
}

.stars {
    position: absolute;
}

    .stars.empty {
        z-index: 2;
    }

    .stars.fill {
        z-index: 1;
    }

.glyphicon.half {
    position: relative;
}

    .glyphicon.half:after {
        content: '';
        position: absolute;
        z-index: 1;
        background: white;
        width: 50%;
        height: 100%;
        left: 48%;
    }


h3.panel-title {
    padding: 0;
}

.form-group input.text-input:read-only {
    border: none;
    border-bottom: 1px solid #DDE2E8;
    background-color: white;
    box-shadow: none;
    -webkit-box-shadow: none;
    cursor: default;
}

.form-group textarea.text-input:read-only {
    border: 1px solid #DDE2E8;
    resize: none;
}

/*****************************************  POLIZAS **************************************/

.left-column-same-size {
    float: left;
    width: 49%;
    text-align: center;
}

.poliza-card-container {
    margin-top: 15px;
    margin-bottom: 20px;
    width: 98%;
    border-width: 1px;
    border-style: solid;
    border-color: #bab6b6;
    background-color: #F6F8F9;
}

.poliza-card-container-top {
    height: 55px;
}

.poliza-title {
    /*font-family: 'Barlow Medium';*/
    font-size: initial;
    margin-top: 10px;
    color: #5a5b5c;
    width: 72%;
    margin-left: 5%;
    float: left;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.poliza-title-img {
    float: left;
    max-width: 25%;
    margin-left: 5%;
}

.horizontal-separator {
    height: 1px;
    width: 100%;
    background-color: #bab6b6;
}

.vertical-separator {
    float: left;
    height: 49px;
    width: 2px;
    background-color: #bab6b6;
}

.vertical-separator-logout {
    float: left;
    height: 30px;
    width: 1.5px;
    background-color: white;
    margin-left: 10px;
    margin-top: 10px;
}

.poliza-subtitle {
    color: #4051b5;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.poliza-subtitle-VA {
    color: #4051b5;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.poliza-type-car-title {
    background-color: #3787c7;
    height: 36px;
}


.poliza-type-hogar-title {
    background-color: #7CB243;
    height: 36px;
}

.poliza-type-otro-title {
    background-color: #00a3a0;
    height: 36px;
}

.left-column {
    float: left;
    width: 30%;
    text-align: left;
    padding-left: 10px;
    height: 45px;
    display: flex;
    align-items: center;
}

.right-column {
    float: left;
    width: 69%;
    text-align: left;
    padding-left: 10px;
    height: 45px;
    display: flex;
    align-items: center;
}

.poliza-text-right-column {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.poliza-text.has-endoso {
    color: #a90f00;
}

.poliza-subtitle-left-column {
    color: #4051b5;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.vertical-separator-poliza {
    float: left;
    height: 45px;
    width: 2px;
    background-color: #bab6b6;
}

.whatsapp-button {
    cursor: pointer;
    text-align: center;
    height: 50px;
    background-color: #23999b;
    width: 50%;
    /*margin-left: 25px;*/
    margin-right: 1px;
    border-radius: 4px;
}

.soa-tv-button {
    cursor: pointer;
    text-align: center;
    padding: 5px;
    height: 60px;
    background-color: #23999b;
    width: 90%;
    /*margin-left: 25px;*/
    margin-right: 1px;
    border-radius: 4px;
}

.soa-tv-link {
    cursor: pointer;
    text-align: center;
    height: 60px;
    background-color: #23999b;
    width: 25%;
    /*margin-right: 25px;
    margin-left: 1px;*/
    border-radius: 4px;
}

.soa-tv-label {
    cursor: pointer;
    color: white;
    font-size: 12px;
    /*padding-top: 11px;*/
    /*padding-bottom: 0px;*/
}

.download-img {
    /*margin-top: 10px;
    float: left;
    margin-left: 10px;*/
}

#crmContainer {
    padding-right: 15px;
    padding-left: 15px;
}

#crmTicketsContainer {
    padding-right: 15px;
    padding-left: 15px;
}

.add-event {
    position: fixed;
    bottom: 0;
    right: 10px;
    width: 420px;
    border: 1px solid #DDD;
    background: #EFEFEF;
    z-index: 3;
}

    .add-event .add-event-form {
        display: inline-block;
        height: auto;
    }

        .add-event .add-event-form input.button {
            width: 100%;
        }

            .add-event .add-event-form input.button.enviar {
                /*color: white;*/
                background: #cceef3;
            }

                .add-event .add-event-form input.button.enviar:active {
                    border: none;
                    border-right: none;
                    border-bottom: none;
                    background-color: #7e7e7e;
                }

                .add-event .add-event-form input.button.enviar:disabled {
                    border: none;
                    border-right: none;
                    border-bottom: none;
                    background-color: #7e7e7e;
                    color: #fff !important;
                    /* padding: 5px 16px 3px !important; */
                }

        .add-event .add-event-form select:invalid {
            color: gray;
        }

        .add-event .add-event-form form textarea {
            width: 100% !important;
        }

        .add-event .add-event-form .control-label {
            margin: 0;
        }

    .add-event .add-event-header {
        background-color: #00aec7;
        color: white;
        font-size: 16px;
        padding: 6px;
        cursor: pointer;
        border-bottom: 1px solid #DDD;
    }

        .add-event .add-event-header span.glyphicon {
            margin-right: 15px;
            margin-left: 15px;
            color: white;
        }

    .add-event.collapsed .add-event-header span.glyphicon.glyphicon-minus:before {
        content: "\002b";
    }

    .add-event .sending-progress-bar {
        display: none;
        height: 5px;
        width: 100%;
        background: #999;
        margin-top: -1px;
        overflow: hidden;
    }

        .add-event .sending-progress-bar.animate-bar {
            display: block;
        }



@keyframes sendingBarAnimation {
    0% {
        margin-left: -50px;
    }

    100% {
        margin-left: 300px;
    }
}

@-o-keyframes sendingBarAnimation {
    0% {
        margin-left: -50px;
    }

    100% {
        margin-left: 300px;
    }
}

@-moz-keyframes sendingBarAnimation {
    0% {
        margin-left: -50px;
    }

    100% {
        margin-left: 300px;
    }
}

@-webkit-keyframes sendingBarAnimation {
    0% {
        margin-left: -50px;
    }

    100% {
        margin-left: 300px;
    }
}

.add-event .sending-progress-bar .inner-bar {
    height: 5px;
    width: 80px;
    background: #7CB243;
}

.add-event .sending-progress-bar.animate-bar .inner-bar {
    -webkit-animation: sendingBarAnimation 2s infinite;
    -moz-animation: sendingBarAnimation 2s infinite;
    -o-animation: sendingBarAnimation 2s infinite;
    animation: sendingBarAnimation 2s infinite;
}

.add-event .add-event-form {
    padding: 10px 4px 4px 4px;
}

.add-event.collapsed {
    /*width: 262px;*/
}

    .add-event.collapsed .add-event-form {
        display: none;
    }

    .add-event.collapsed .add-event-header {
        /*text-align: center;*/
        border: none;
    }

.add-event .add-event-header.header-disabled {
    background: #999;
    cursor: default;
}

/* Enviar INFO MAIL  */
.add-info-mail {
    position: fixed;
    bottom: 0;
    width: 420px;
    right: 435px;
    border: 1px solid #DDD;
    background: #EFEFEF;
    z-index: 3;
}

    .add-info-mail .add-info-mail-form {
        display: inline-block;
        height: auto;
    }

        .add-info-mail .add-info-mail-form input.button {
            width: 100%;
        }

            .add-info-mail .add-info-mail-form input.button.enviar {
                /*color: white;*/
                background: #cceef3;
            }

                .add-info-mail .add-info-mail-form input.button.enviar:active {
                    border: none;
                    border-right: none;
                    border-bottom: none;
                    background-color: #7e7e7e;
                }

                .add-info-mail .add-info-mail-form input.button.enviar:disabled {
                    border: none;
                    border-right: none;
                    border-bottom: none;
                    background-color: #7e7e7e;
                    color: #fff !important;
                    /* padding: 5px 16px 3px !important; */
                }

        .add-info-mail .add-info-mail-form select:invalid {
            color: gray;
        }

        .add-info-mail .add-info-mail-form form textarea {
            width: 100% !important;
        }

        .add-info-mail .add-info-mail-form .control-label {
            margin: 0;
        }

    .add-info-mail .add-info-mail-header {
        background-color: #00aec7;
        color: white;
        font-size: 16px;
        padding: 6px;
        cursor: pointer;
        border-bottom: 1px solid #DDD;
    }

        .add-info-mail .add-info-mail-header span.glyphicon {
            margin-right: 15px;
            margin-left: 15px;
            color: white;
        }

    .add-info-mail.collapsed .add-info-mail-header span.glyphicon.glyphicon-minus:before {
        content: "\002b";
    }

    .add-info-mail .sending-progress-bar {
        display: none;
        height: 5px;
        width: 100%;
        background: #999;
        margin-top: -1px;
        overflow: hidden;
    }

        .add-info-mail .sending-progress-bar.animate-bar {
            display: block;
        }

/* Enviar INFO MAIL  */
.add-info-mail .sending-progress-bar .inner-bar {
    height: 5px;
    width: 80px;
    background: #7CB243;
}

.add-info-mail .sending-progress-bar.animate-bar .inner-bar {
    -webkit-animation: sendingBarAnimation 2s infinite;
    -moz-animation: sendingBarAnimation 2s infinite;
    -o-animation: sendingBarAnimation 2s infinite;
    animation: sendingBarAnimation 2s infinite;
}

.add-info-mail .add-info-mail-form {
    padding: 10px 4px 4px 4px;
}

.add-info-mail.collapsed {
    /*width: 262px;*/
}

    .add-info-mail.collapsed .add-info-mail-form {
        display: none;
    }

    .add-info-mail.collapsed .add-info-mail-header {
        /*text-align: center;*/
        border: none;
    }

.add-info-mail .add-info-mail-header.header-disabled {
    background: #999;
    cursor: default;
}

@keyframes modifiedAnimation {
    0% {
        background: #00aec7;
    }

    50% {
        background: #7CB243;
    }

    100% {
        background: #00aec7;
    }
}

@-o-keyframes modifiedAnimation {
    0% {
        background: #00aec7;
    }

    50% {
        background: #7CB243;
    }

    100% {
        background: #00aec7;
    }
}

@-moz-keyframes modifiedAnimation {
    0% {
        background: #00aec7;
    }

    50% {
        background: #7CB243;
    }

    100% {
        background: #00aec7;
    }
}

@-webkit-keyframes modifiedAnimation {
    0% {
        background: #00aec7;
    }

    50% {
        background: #7CB243;
    }

    100% {
        background: #00aec7;
    }
}

.add-event.collapsed .add-event-header.modified {
    -webkit-animation: modifiedAnimation 2s infinite;
    -moz-animation: modifiedAnimation 2s infinite;
    -o-animation: modifiedAnimation 2s infinite;
    animation: modifiedAnimation 2s infinite;
}

.add-event .add-event-header span.glyphicon.glyphicon-pencil {
    display: none;
}

.add-event.collapsed .add-event-header.modified span.glyphicon.glyphicon-pencil {
    display: inline-block;
    margin-top: 3px;
}

/*Add Info Mail*/
.add-info-mail.collapsed .add-info-mail-header.modified {
    -webkit-animation: modifiedAnimation 2s infinite;
    -moz-animation: modifiedAnimation 2s infinite;
    -o-animation: modifiedAnimation 2s infinite;
    animation: modifiedAnimation 2s infinite;
}

.add-info-mail .add-info-mail-header span.glyphicon.glyphicon-pencil {
    display: none;
}

.add-info-mail.collapsed .add-info-mail-header.modified span.glyphicon.glyphicon-pencil {
    display: inline-block;
    margin-top: 3px;
}

.face-padding {
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 3px;
    padding-top: 4px;
}

.face-group .face {
    border: 1px solid #DDD;
}


    .face-group .face.active {
        /*background: #cceef3;*/
    }

    .face-group .face.sad.active {
        background: #f3d1cc;
    }

    .face-group .face.neutral.active {
        background: #ccdbf3;
    }

    .face-group .face.content.active {
        background: #cceef3;
    }

    .face-group .face.happy.active {
        background: #ccf3e5;
    }

}

.empty-bck {
    text-align: center;
}

.empty-bck-img {
    width: 100%;
    max-width: 700px;
}

.empty-bck-text {
    font-size: 30px;
}

.panel.panel-info > .panel-heading{
    background: #0046a9;
    color: white;
}

.panel.panel-info.collapsed .panel-body {
    display: none;
}

.panel.panel-info.collapsed .tabs {
    display: none;
}

.panel.panel-info .panel-heading {
    cursor: pointer;
}

.panel.panel-info.no-data .panel-heading {
    background: #999;
}

    .panel.panel-info .panel-heading span.glyphicon.glyphicon-minus {
        font-weight: normal;
        font-size: 12px;
    }

.panel.panel-info.collapsed .panel-heading span.glyphicon.glyphicon-minus:before {
    content: "\002b";
}

.panel.panel-info:not(.collapsed).panel-loading .panel-body:not(.loading-body), 
.panel.panel-info:not(.collapsed):not(.panel-loading).no-data .panel-body:not(.no-data):not(.panel-filter),
.panel.panel-info:not(.collapsed):not(.panel-loading) .panel-body.loading-body,
.panel.panel-info:not(.collapsed):not(.no-data) .panel-body.no-data {
    display: none;
}

.panel.panel-info:not(.collapsed).panel-loading .panel-body.loading-body, 
.panel.panel-info:not(.collapsed):not(.panel-loading).no-data .panel-body.no-data,
.panel.panel-info:not(.collapsed):not(.panel-loading):not(.no-data) .panel-body:not(.loading-body):not(.no-data) {
    display: block;
}

.panel .panel-body.loading-body, .panel .panel-body.no-data {
    color: #0033a0;
    font-size: 18px;
    text-align: center;
}


@media (min-width: 992px) {
    .col-md-4.col-md-offset-custom.form-group {
        margin-left: 3.333333% !important;
        width: 30%;
    }
}

.panel-body.panel-filter {
    border-bottom: 1px solid;
    border-color: #bce8f1;
    margin-bottom: 10px;
}

.button.button-expand {
    padding: 5px 8px !important;
}

table.table {
    margin-bottom: 0;
}

.scrollable-table {
    max-height: 311px;
    overflow-y: auto;
    display: block;
}

.small-scrollable-table {
    max-height: 150px;
    overflow-y: auto;
    display: block;
}

.tab-panel ul.tabs {
    float: right;
    margin-top: 8px;
    margin-bottom: 0;
}

.tab-panel .panel-heading .panel-title {
    display: inline-block;
}

.tab-panel ul.tabs li {
    display: inline-block;
}

    .tab-panel ul.tabs li a {
        border: 1px solid #DDE2E8;
        border-bottom: none;
        background: white;
        padding: 7px 14px;
        -webkit-border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        border-radius: 10px 10px 0 0;
        text-decoration: none;
            background: #f8be00;
            color: #0046a9;
    }

        .tab-panel ul.tabs li a:not(.active):hover {
            background: #DDE2E8;
        }

        .tab-panel ul.tabs li a.active {
            background: white;
        }

.tab-panel .tab {
    display: none;
}

.tab-panel .tab {
    display: none;
}

    .tab-panel .tab.active {
        display: block;
    }

.table.table thead th {
    color: #31708f;
    font-weight: bold;
    font-size: 13px;
}

.panel .loading-progress-bar {
        display: none;
        height: 5px;
        width: 100%;
        background: #999;
        margin-top: -1px;
        overflow: hidden;
    }
    .panel.panel-loading .loading-progress-bar {
        display: block;
    }

@keyframes loadingBarAnimation {
    0% {
    background: #00aec7;
        margin-left: -50px;
    }

    100% {
    background: #0033a0;
        margin-left: 100%;
    }
}

@-o-keyframes loadingBarAnimation {
    0% {
    background: #00aec7;
        margin-left: -50px;
    }

    100% {
    background: #0033a0;
        margin-left: 100%;
    }
}

@-moz-keyframes loadingBarAnimation {
    0% {
    background: #00aec7;
        margin-left: -50px;
    }

    100% {
    background: #0033a0;
        margin-left: 100%;
    }
}

@-webkit-keyframes loadingBarAnimation {
    0% {
    background: #00aec7;
        margin-left: -50px;
    }

    100% {
    background: #0033a0;
        margin-left: 100%;
    }
}

.panel.panel-loading .loading-progress-bar .inner-bar {
    height: 5px;
    width: 80px;
}

.panel.panel-loading .loading-progress-bar .inner-bar {
    -webkit-animation: loadingBarAnimation 3s infinite;
    -moz-animation: loadingBarAnimation 3s infinite;
    -o-animation: loadingBarAnimation 3s infinite;
    animation: loadingBarAnimation 3s infinite;
}

.manual-link{
    float:right;
    font-size: 14px;
}

.input-editing {        
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 13px;
}

.gender-select {
    line-height: 28px;
    width: 100%;
    height: 24px;
}

.td-no-border {
    border-top: none;
}

.see-client-link {
    font-size: 14px;
    padding-left: 10px;
}

.td-client-related {
    padding: 8px !important;
    line-height: 0.9em !important;
}

.tr-client-related-deleted {
    background-color: #e5e5e5;
}

.title-related-client {
    font-size: medium;
    color: #31708f;
    margin-bottom: 15px;
}

.container-five-buttons {
    float: left;
    width: 20%;
}

.container-six-buttons {
    float: left;
    width: 16.66%;
}

.container-two-buttons {
    float: left;
    width: 50%;
}

.container-three-buttons {
    float: left;
    width: 33%;
}

.direct-insurance {
    background: #e3e829;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.direct-insurance-text {
    color: #0046a9;
    font-size: 18px;
    text-align: center;
}

.suraGoClientChild {
    border-bottom: 1px solid #bce8f1;
}

.suraGoClientChild:last-child {
    border-bottom: 0;
}

.questionsCategory {
    font-size: 15px;
}

.questionsSubCategory {
    font-size: 15px;
    margin-left: 5px;
}

.questionsCategoryName {
    text-transform: capitalize;
    font-size: 20px;
    padding-left: 15px;
    text-decoration: underline;
    font-style: italic;
}

.questionsSubCategoryName {
    text-transform: capitalize;
    font-size: 18px;
    padding-left: 15px;
    text-decoration: underline;
}

.questionsText {
    text-transform: capitalize;
    font-size: 16px;
}

.questionModified {
    margin-bottom: 0;
    font-style: italic;
    color: blue;
}