﻿html {
    font-family: 'Lato', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

fieldset {
    padding: 0030px;
    margin: 02px;
    border: 1px solid silver;
}

a, a:visited {
    text-decoration: none;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #344b75;
    background-color:#fff;
}

a {
    color: inherit;
    text-decoration: none;
}

a:focus, a:hover {
    color: #df6b47;
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.text-primary {
    color: #344b75;
}

a.text-primary:focus, a.text-primary:hover {
    color: #344b75;
}

.bg-primary {
    color: #fff;
    background-color: #344b75;
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #344b75;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.pull-right {
    float: right!important;
}

.btn {
    display: inline-block;
    padding: 6px 20px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    line-height: 1.1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 0;
}

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn.focus, .btn:focus, .btn:hover {
        color: #333;
        text-decoration: none;
    }

    .btn.active, .btn:active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.btn-warning {
    color: #fff;
    background: rgb(223,142,71);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmOGU0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZjZiNDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(237,187,77,1) 0%,rgba(223,107,71,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(237,187,77,1)),color-stop(100%,rgba(223,107,71,1)));
    background: -webkit-linear-gradient(top, rgba(237,187,77,1) 0%,rgba(223,107,71,1) 100%);
    background: -o-linear-gradient(top, rgba(237,187,77,1) 0%,rgba(223,107,71,1) 100%);
    background: -ms-linear-gradient(top, rgba(237,187,77,1) 0%,rgba(223,107,71,1) 100%);
    background: linear-gradient(to bottom, rgba(237,187,77,1) 0%,rgba(223,107,71,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df8e47',endColorstr='#df6b47',GradientType=0);
}

    .btn-warning.focus, .btn-warning:focus {
        color: #fff;
        background: rgb(223,142,71);
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmOGU0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZjZiNDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(237,187,77,1) 0%,rgba(223,107,71,1) 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(237,187,77,1)),color-stop(100%,rgba(223,107,71,1)));
        background: -webkit-linear-gradient(top, rgba(237,187,77,1) 0%,rgba(223,107,71,1) 100%);
        background: -o-linear-gradient(top, rgba(237,187,77,1) 0%,rgba(223,107,71,1) 100%);
        background: -ms-linear-gradient(top, rgba(237,187,77,1) 0%,rgba(223,107,71,1) 100%);
        background: linear-gradient(to bottom, rgba(237,187,77,1) 0%,rgba(223,107,71,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df8e47',endColorstr='#df6b47',GradientType=0);
    }

    .btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: background:rgb(237,187,77);
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI2JSIgc3RvcC1jb2xvcj0iI2VkYmI0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZjZiNDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(237,187,77,1) 6%, rgba(223,107,71,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(6%,rgba(237,187,77,1)), color-stop(100%,rgba(223,107,71,1)));
        background: -webkit-linear-gradient(top, rgba(237,187,77,1) 6%,rgba(223,107,71,1) 100%);
        background: -o-linear-gradient(top, rgba(237,187,77,1) 6%,rgba(223,107,71,1) 100%);
        background: -ms-linear-gradient(top, rgba(237,187,77,1) 6%,rgba(223,107,71,1) 100%);
        background: linear-gradient(to bottom, rgba(237,187,77,1) 6%,rgba(223,107,71,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edbb4d', endColorstr='#df6b47',GradientType=0);
        border-color: background:rgb(237,187,77);
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI2JSIgc3RvcC1jb2xvcj0iI2VkYmI0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZjZiNDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(237,187,77,1) 6%, rgba(223,107,71,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(6%,rgba(237,187,77,1)), color-stop(100%,rgba(223,107,71,1)));
        background: -webkit-linear-gradient(top, rgba(237,187,77,1) 6%,rgba(223,107,71,1) 100%);
        background: -o-linear-gradient(top, rgba(237,187,77,1) 6%,rgba(223,107,71,1) 100%);
        background: -ms-linear-gradient(top, rgba(237,187,77,1) 6%,rgba(223,107,71,1) 100%);
        background: linear-gradient(to bottom, rgba(237,187,77,1) 6%,rgba(223,107,71,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edbb4d', endColorstr='#df6b47',GradientType=0);
    }

        .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
            color: #fff;
            background-color: background:rgb(237,187,77);
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI2JSIgc3RvcC1jb2xvcj0iI2VkYmI0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZjZiNDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top, rgba(237,187,77,1) 6%, rgba(223,107,71,1) 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(6%,rgba(237,187,77,1)), color-stop(100%,rgba(223,107,71,1)));
            background: -webkit-linear-gradient(top, rgba(237,187,77,1) 6%,rgba(223,107,71,1) 100%);
            background: -o-linear-gradient(top, rgba(237,187,77,1) 6%,rgba(223,107,71,1) 100%);
            background: -ms-linear-gradient(top, rgba(237,187,77,1) 6%,rgba(223,107,71,1) 100%);
            background: linear-gradient(to bottom, rgba(237,187,77,1) 6%,rgba(223,107,71,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edbb4d', endColorstr='#df6b47',GradientType=0);
            border-color: #985f0d;
        }

    .btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
        background-color: background:rgb(237,187,77);
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI2JSIgc3RvcC1jb2xvcj0iI2VkYmI0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZjZiNDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(237,187,77,1) 6%, rgba(223,107,71,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(6%,rgba(237,187,77,1)), color-stop(100%,rgba(223,107,71,1)));
        background: -webkit-linear-gradient(top, rgba(237,187,77,1) 6%,rgba(223,107,71,1) 100%);
        background: -o-linear-gradient(top, rgba(237,187,77,1) 6%,rgba(223,107,71,1) 100%);
        background: -ms-linear-gradient(top, rgba(237,187,77,1) 6%,rgba(223,107,71,1) 100%);
        background: linear-gradient(to bottom, rgba(237,187,77,1) 6%,rgba(223,107,71,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edbb4d', endColorstr='#df6b47',GradientType=0);
        border-color: background:rgb(237,187,77);
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI2JSIgc3RvcC1jb2xvcj0iI2VkYmI0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZjZiNDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(237,187,77,1) 6%, rgba(223,107,71,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(6%,rgba(237,187,77,1)), color-stop(100%,rgba(223,107,71,1)));
        background: -webkit-linear-gradient(top, rgba(237,187,77,1) 6%,rgba(223,107,71,1) 100%);
        background: -o-linear-gradient(top, rgba(237,187,77,1) 6%,rgba(223,107,71,1) 100%);
        background: -ms-linear-gradient(top, rgba(237,187,77,1) 6%,rgba(223,107,71,1) 100%);
        background: linear-gradient(to bottom, rgba(237,187,77,1) 6%,rgba(223,107,71,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edbb4d', endColorstr='#df6b47',GradientType=0);
    }

    .btn-warning .badge {
        color: background:rgb(237,187,77);
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI2JSIgc3RvcC1jb2xvcj0iI2VkYmI0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZjZiNDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(237,187,77,1) 6%, rgba(223,107,71,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(6%,rgba(237,187,77,1)), color-stop(100%,rgba(223,107,71,1)));
        background: -webkit-linear-gradient(top, rgba(237,187,77,1) 6%,rgba(223,107,71,1) 100%);
        background: -o-linear-gradient(top, rgba(237,187,77,1) 6%,rgba(223,107,71,1) 100%);
        background: -ms-linear-gradient(top, rgba(237,187,77,1) 6%,rgba(223,107,71,1) 100%);
        background: linear-gradient(to bottom, rgba(237,187,77,1) 6%,rgba(223,107,71,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edbb4d', endColorstr='#df6b47',GradientType=0);
        background-color: #fff;
    }

    .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success.focus, .btn-success:focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625;
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

        .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
            color: #fff;
            background-color: #398439;
            border-color: #255625;
        }

    .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

/* Links */
@font-face {
    font-family: 'luzdelsur';
    src: url('../fuentes/luzdelsur.eot?46189157');
    src: url('../fuentes/luzdelsur.eot?46189157#iefix') format('embedded-opentype'), url('../fuentes/luzdelsur.woff?46189157') format('woff'), url('../fuentes/luzdelsur.ttf?46189157') format('truetype'), url('../fuentes/luzdelsur.svg?46189157#luzdelsur') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lds-dos';
    src: url('../fuentes/lds-dos.eot?46189157');
    src: url('../fuentes/lds-dos.eot?46189157#iefix') format('embedded-opentype'), url('../fuentes/lds-dos.woff?46189157') format('woff'), url('../fuentes/lds-dos.ttf?46189157') format('truetype'), url('../fuentes/lds-dos.svg?46189157#lds-dos') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "luzdelsur";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="ldsfnt-"]:before, [class*=" ldsfnt-"]:before {
  font-family: "lds-dos";
  font-style: normal;
  font-weight: normal;
  speak: none; 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.ldsfnt-help-circled:before{content:'\e800'}
.ldsfnt-facebook:before{content:'\e801'}
.ldsfnt-recycling10:before{content:'\e802'}
.ldsfnt-exclamation8:before{content:'\e803'}
.ldsfnt-home:before{content:'\e804'}
.ldsfnt-search:before{content:'\e805'}
.ldsfnt-block:before{content:'\e806'}
.ldsfnt-cw:before{content:'\e807'}
.ldsfnt-cog:before{content:'\e808'}
.ldsfnt-ccw:before{content:'\e809'}
.ldsfnt-arrows-cw:before{content:'\e80a'}
.ldsfnt-scissors:before{content:'\e80b'}
.ldsfnt-logout20:before{content:'\e80c'}

.icon-cancel:before {
    content: '\e800';
}

.icon-ok:before {
    content: '\e801';
}

.icon-cancel-1:before {
    content: '\e802';
}

.icon-menu:before {
    content: '\e803';
}

.icon-down-open-1:before {
    content: '\e804';
}

.icon-left-open-1:before {
    content: '\e805';
}

.icon-right-open-1:before {
    content: '\e806';
}

.icon-up-open-1:before {
    content: '\e807';
}

.icon-correo:before {
    content: '\e808';
}

.icon-avanzar:before {
    content: '\e809';
}

.icon-volver:before {
    content: '\e80a';
}

.icon-menu-user:before {
    content: '\e80b';
}

.icon-cerrar:before {
    content: '\e80c';
}

.icon-mundo:before {
    content: '\e80d';
}

.icon-play:before {
    content: '\e80e';
}

.icon-avion:before {
    content: '\e80f';
}

.icon-ojo:before {
    content: '\e810';
}

.icon-herramientas:before {
    content: '\e811';
}

.icon-usuario:before {
    content: '\e812';
}

.icon-lupa:before {
    content: '\e813';
}

.icon-adelante:before {
    content: '\e814';
}

.icon-atras:before {
    content: '\e815';
}

.icon-plus:before {
    content: '\e816';
}

.icon-attach:before {
    content: '\e817';
}

.icon-alerta:before {
    content: '\e818';
}

.icon-bell:before {
    content: '\e819';
}

.icon-alarma:before {
    content: '\e81a';
}

.icon-star:before {
    content: '\e81b';
}

.icon-star-empty:before {
    content: '\e81c';
}

.animate-spin {
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    display: inline-block;
}
/*ÃƒÂcono ayuda*/
.icono-ayuda:before {
    content: "?";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.inner-addon {
    position: relative;
}

.right-addon [class*="icono-"] {
    right: 11px;
}

.inner-addon [class*="icono-"] {
    position: absolute;
    background: rgba(52,75,117,.35);
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    margin: 4px;
}

    .inner-addon [class*="icono-"]:hover {
        background: rgba(52,75,117,.5);
    }

.ayuda .modal-dialog {
    width: 390px;
}

.ayuda legend {
    padding-bottom: 15px;
}

legend span:not([aria-hidden=true]) {
    font-size: 14px;
    font-weight: normal;
}

.btn i {
    margin-right: 5px;
}

.table-striped > tbody > tr > td:first-child {
    border-left: 2px solid #e6e6e6;
}

.table-striped.seprat > tbody > tr:nth-of-type(odd) > td:last-child {
    background: #ccc;
}

.table-striped.bancos > tbody > tr > td:first-child {
    padding: 0;
}

.table-striped.bancos > thead > tr > th:first-child {
    width: 160px;
}

.table-striped.bancos > thead > tr > th {
    position: relative;
}

    .table-striped.bancos > thead > tr > th:not(:last-child):after {
        content: "";
        display: block;
        background: #fff;
        width: 1px;
        height: 80%;
        position: absolute;
        top: 10%;
        right: 0;
    }

table.reclamos {
    border: 3px solid #e2e2e2;
}

    table.reclamos thead {
        background: #fff;
        color: #344b75;
    }

        table.reclamos thead tr th:not(:last-child) {
            border-right: 2px solid #344b75;
        }

.table-striped.reclamos > tbody > tr:nth-of-type(odd) {
    background: #344b75;
}

.table-striped.reclamos > tbody > tr:nth-of-type(even) {
    background: #495c80;
}

.subBord {
    position: relative;
}

    .subBord:before {
        content: "";
        display: block;
        background: #fff;
        height: 1px;
        width: 96%;
        position: absolute;
        left: 2%;
        bottom: 0;
    }

.table-striped.bancos > thead > tr > th:not(:first-child) {
    width: 11%;
}

.table-striped > tbody > tr > td:not(:last-child) {
    border-right: 2px solid #fff;
}

.table-striped > tbody > tr > td:last-child {
    border-right: 2px solid #e6e6e6;
}

.table-striped > tbody > tr:last-child {
    border-bottom: 2px solid #e6e6e6;
}

.bancos i {
    font-size: 21px;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

html,
body {
    height: 100%;
}

    body.login {
        background: #0b2984;
    }

footer {
    padding: 20px;
}

h1 {
    font-family: 'Lato', sans-serif;
}

h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 15px;
    font-weight: normal;
}

h3, .h3 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px;
}

.h4, h4 {
    font-size: 14px;
    margin: 0;
}

a, .btn {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
/*PÃƒÆ’Ã‚Â¡gina login*/
body.login {
    overflow-x: hidden;
    color: #fff;
}

label.error {
    color: #edbb4d;
    padding: 0 10px;
}

.form-signin {
    max-width: 360px;
    padding: 15px;
    margin: 0 auto;
}

    .form-signin h1 {
        margin: 0 0 30px;
    }

.site-wrapper {
    display: table;
    width: 100%;
    height: 100%; /* For at least Firefox */
    min-height: 100%;
}

.site-wrapper-inner {
    display: table-cell;
    vertical-align: top;
}

.cover-container {
    margin-right: auto;
    margin-left: auto;
}

.inner {
    padding: 10px;
}

.cover {
    padding: 0 20px;
}

    .cover .btn-lg {
        padding: 10px 20px;
        font-weight: bold;
    }

.mastfoot {
    color: #999;
    color: rgba(255,255,255,.5);
}

#sub-logo {
    margin-bottom: 45px;
    position: relative;
}

    #sub-logo:before, #sub-logo:after {
        content: "";
        position: absolute;
        background: #344b75;
        height: 1px;
        width: 1600px;
        display: block;
        top: 50%;
    }

    #sub-logo:before {
        left: 120%;
        right: auto;
    }

    #sub-logo:after {
        right: 120%;
        left: auto;
    }

.olv {
    font-size: 12px;
    line-height: 44px;
    padding-right: 20px;
}

.mastfoot {
    background: #0b2984;
    width: 100%;
}

#nuevUsr {
    margin-top: 25px;
}

.requerido {
    position: relative;
}

    .requerido:before {
        position: absolute;
        content: "*";
        left: 30px;
        right: auto;
        font-weight: 700;
        font-size: 1.45em;
    }

.bg_azul .requerido:before {
    color: #df8e47;
}
.rojo{color:#FF0500}
/*//pÃƒÆ’Ã‚Â¡gina login*/
::-webkit-input-placeholder {
    color: #344b75!important;
}

:-moz-placeholder {
    color: #344b75!important;
}
/* Firefox 18- */
::-moz-placeholder {
    color: #344b75!important;
}
/* Firefox 19+ */
:-ms-input-placeholder {
    color: #344b75!important;
}

.login input {
    background-color: rgba(255,255,255,.5);
}

.clrNar {
    color: #df8e47;
}

.Azul_70 {
    font-size: 70px;
    font-weight: 900;
    line-height: 120px;
}
.Azul_20 {
    font-size: 20px;
}
.Nar_20 {
    font-size: 25px;
    color: rgba(223, 107, 71, 1);
    line-height: 1;
}
.relative {
    position: relative;
}

.ast {
    font-size: 11px;
    line-height: 1;
    display: block;
    padding: 2px;
}

.fSize_16 {
    font-size: 16px;
}

.fSize_20 {
    font-size: 20px;
    line-height: 1.2;
}

.fSize_22 {
    font-size: 22px;
    line-height: 1.2;
}

.fSize_28 {
    font-size: 28px;
}

.txtNar {
    color: #eab14c;
}

.bgNar {
    background: #eab14c;
    color: #344b75;
}

.bgNar_os {
    color: #fff;
    background: #df8e47;
}

.bg_azul {
    color: #fff;
    background: #344b75;
}

    .bg_azul .close, .bgNar .close {
        color: #fff;
    }

.bg_blanco {
    border: 2px solid #344b75;
    background: #fff;
}

.bg_gris {
    background: #b3b3b3;
    color: #424242;
}

.margB12 {
    margin-bottom: 12px;
}

.paddB30 {
    margin-bottom: 30px;
}
.paddT30{
    margin-top: 30px;
}
.paddB40 {
    margin-bottom: 40px;
}

.paddTB12 {
    padding: 12px 0;
}

.padd15 {
    padding: 15px 15px 0;
}

.top-20 {
    margin-top: -20px;
}

.degNar {
    background: rgb(223,142,71);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmOGU0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZjZiNDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(237,187,77,1) 0%,rgba(223,107,71,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(237,187,77,1)),color-stop(100%,rgba(223,107,71,1)));
    background: -webkit-linear-gradient(top, rgba(237,187,77,1) 0%,rgba(223,107,71,1) 100%);
    background: -o-linear-gradient(top, rgba(237,187,77,1) 0%,rgba(223,107,71,1) 100%);
    background: -ms-linear-gradient(top, rgba(237,187,77,1) 0%,rgba(223,107,71,1) 100%);
    background: linear-gradient(to bottom, rgba(237,187,77,1) 0%,rgba(223,107,71,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df8e47',endColorstr='#df6b47',GradientType=0);
    color: #fff;
}

.degNar .bg_active {
    background: rgba(179,120,61,1);
    background: -moz-linear-gradient(top, rgba(179,120,61,1) 0%, rgba(172,90,60,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179,120,61,1)), color-stop(100%, rgba(172,90,60,1)));
    background: -webkit-linear-gradient(top, rgba(179,120,61,1) 0%, rgba(172,90,60,1) 100%);
    background: -o-linear-gradient(top, rgba(179,120,61,1) 0%, rgba(172,90,60,1) 100%);
    background: -ms-linear-gradient(top, rgba(179,120,61,1) 0%, rgba(172,90,60,1) 100%);
    background: linear-gradient(to bottom, rgba(179,120,61,1) 0%, rgba(172,90,60,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3783d', endColorstr='#ac5a3c', GradientType=0 );
}
.degAzul, .degAzul:hover, .degAzul:active, .degAzul:visited, .degAzul:focus {
    color: #fff;
    background: #344b75;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(65,109,190,1) 0%,rgba(52,75,117,1) 100%);
    background: -webkit-gradient(linear,left top, left bottom,color-stop(0%,rgba(65,109,190,1)),color-stop(100%,rgba(52,75,117,1)));
    background: -webkit-linear-gradient(top, rgba(65,109,190,1) 0%,rgba(52,75,117,1) 100%);
    background: -o-linear-gradient(top, rgba(65,109,190,1) 0%,rgba(52,75,117,1) 100%);
    background: -ms-linear-gradient(top, rgba(65,109,190,1) 0%,rgba(52,75,117,1) 100%);
    background: linear-gradient(to bottom, rgba(65,109,190,1) 0%,rgba(52,75,117,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#416dbe',endColorstr='#344b75',GradientType=0);
}
.bgNar_os .bg_active {
    background: #b3783d;
}

.bg_azul .bg_active {
    background: #293b5c;
}

.bg_RegUsr {
    background: rgb(223,142,71);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmOGU0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZjZiNDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(237,187,77,1) 0%,rgba(223,107,71,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(237,187,77,1)),color-stop(100%,rgba(223,107,71,1)));
    background: -webkit-linear-gradient(top, rgba(237,187,77,1) 0%,rgba(223,107,71,1) 100%);
    background: -o-linear-gradient(top, rgba(237,187,77,1) 0%,rgba(223,107,71,1) 100%);
    background: -ms-linear-gradient(top, rgba(237,187,77,1) 0%,rgba(223,107,71,1) 100%);
    background: linear-gradient(to bottom, rgba(237,187,77,1) 0%,rgba(223,107,71,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df8e47',endColorstr='#df6b47',GradientType=0);
    color: #fff;
}
.cab {
    padding-bottom: 12px;
    border-bottom: 2px solid #ccc;
}

.volver {
    padding: 8px 0;
    display: inline-block;
}
/*RADIOS*/
[class^="roun"] {
    overflow: hidden;
}

.roun0000 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 10px 25px;
}

.roun1111 {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 15px 25px;
}

.roun1000 {
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
}

.roun1100 {
    -webkit-border-radius: 15px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 15px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
/*WIZARD*/
#carousel-example-generic {
    min-height: 375px;
    position: relative;
}

.cntForm {
    padding-top: 60px;
    padding-bottom: 50px;
}

.carousel-indicators li.numero {
    cursor: default;
    text-indent: 0;
    margin: 0 2px;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 100%;
    line-height: 30px;
    color: #e17448;
    background-color: #fff;
    -ebkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.carousel-indicators li.numero.active {
    background-color: #2e4772;
}

ul.subMenu {
    list-style: none;
}

ul.subMenu li a:hover, ul.subMenu li a.active {
    font-weight: 700;
    color: inherit;
}

ul.subMenu li a:focus {
    color: inherit;
}
input.help-inline, select.help-inline,textarea.help-inline {
    border: 2px solid #FF5100;
}
label.help-inline {
    margin: 0;
    padding-left: 0!important;
    /*position:absolute;
    display:inline-block;
    background-color:#fff;
    color:#000;
    padding:4px 6px;
    border-radius:10px;
    overflow:hidden;
    z-index:99*/
}
/*WIZARD*/
#hist_consumo {
    /*max-height:460px!important;*/
}
input[type="text"]{
    text-transform:uppercase
}

.detal > div {
    position: relative;
}
.detal > div:after {
    padding-top: 57%;
    content: "";
    display: block;
}

.detal > div > div {
    padding: 20px 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.detal > div > div > a{
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 30px;
}

header {
    height: 90px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjcyJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjA0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.15) 0%, rgba(255,255,255,0.04) 72%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.15)), color-stop(72%,rgba(255,255,255,0.04)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.15) 0%,rgba(255,255,255,0.04) 72%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0.15) 0%,rgba(255,255,255,0.04) 72%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0.15) 0%,rgba(255,255,255,0.04) 72%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%,rgba(255,255,255,0.04) 72%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#00ffffff',GradientType=0 ); /* IE6-8 */
}

    header .logo {
        display: block;
        /*width: 245px;*/
    }

    header .container > .navbar-header {
        margin: 0px;
    }

        header .container > .navbar-header .menReps {
            margin: 0;
            background: rgba(0, 0, 0, 0.4);
        }

            header .container > .navbar-header .menReps .icon-bar {
                background: White;
            }

    header .container .navbar-collapse.collapse {
        border: none;
        display: block;
        background: #344b75;
        background: rgba(52,75,117,0.9);
        position: fixed;
        left: -100%;
        top: 0;
        /*width: 80%;*/
        bottom: 0;
        z-index: 99;
        -webkit-transition: left 0.5s ease;
        transition: left 0.5s ease;
        -webkit-transition: left 0.5s ease 2s ease;
        -moz-transition: left 0.5s ease 2s ease;
        -o-transition: left 0.5s ease 2s ease;
        transition: left 0.5s ease 2s ease;
    }

        header .container .navbar-collapse.collapse.in {
            left: 0;
        }

            header .container .navbar-collapse.collapse.in > li > a {
                padding: 8px 15px;
                border-bottom: 1px solid grey;
            }

        header .container .navbar-collapse.collapse .nav {
            /*margin: 0px -15px;*/
        }

            header .container .navbar-collapse.collapse .nav .dropdown-menu {
                /*padding: 0px;
                background: #FFF;
                top: 45px;
                right: 0px;
                left: auto;*/
            }

                header .container .navbar-collapse.collapse .nav .dropdown-menu > li > a:hover {
                    background: #f0f0f0;
                }

            header .container .navbar-collapse.collapse .nav > li.active > a,
            header .container .navbar-collapse.collapse .nav > li.active > a:hover,
            header .container .navbar-collapse.collapse .nav > li.open > a,
            header .container .navbar-collapse.collapse .nav > li.open > a:focus,
            header .container .navbar-collapse.collapse .nav > li > a:focus {
            }

            header .container .navbar-collapse.collapse .nav > li.secondary > a {
                color: rgba(255, 255, 255, 0.4);
            }

            header .container .navbar-collapse.collapse .nav > li > a {
                color: #344b75;
                padding: 13px 15px;
                -webkit-transition: background 0.5s ease;
                -moz-transition: background 0.5s ease;
                -o-transition: background 0.5s ease;
                transition: background 0.5s ease;
                font-size: 14px;
            }

                header .container .navbar-collapse.collapse .nav > li > a:hover {
                }

            header .container .navbar-collapse.collapse .nav.profile > li > a {
                color: #21aee8;
            }

#lglds {
    margin-bottom: 12px;
}

#mainContainer {
    left: 0;
    position: absolute;
    width: 100%;
    -webkit-transition: left 0.5s ease;
    -moz-transition: left 0.5s ease;
    -o-transition: left 0.5s ease;
    transition: left 0.5s ease;
}

    #mainContainer.in {
        left: 80%;
    }

.shadowBox {
    margin-top: -15px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    background: white;
    overflow: auto;
    padding-bottom: 15px;
}

    .shadowBox.loginBox {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .shadowBox.secondaryBox {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

.input-group input.form-control,
.callout {
    background: #f0f0f0;
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #0000ff;
}

.input-group {
    width: 100%;
}

    .input-group .input-group-addon {
        width: 36px;
        text-align: center;
    }

    .input-group .input-arrow {
        position: absolute;
        top: 13px;
        left: 37px;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #ccc;
        margin: 0;
        z-index: 5;
    }

[data-tooltip=tooltip] {
    position: relative;
}

.delSum {
    display: table;
    margin-top: 20px;
}

    .delSum > div {
        display: table-cell;
        vertical-align: middle;
    }

.tooltip.left {
    display: table!important;
    Ãƒâ€šÃ‚Âº min-width:160px!important;
    margin-left: -20px;
}

.group-span-filestyle {
    float: left;
    position: relative;
}

    .group-span-filestyle .btn .badge {
        position: absolute;
        right: -5px;
        top: -5px;
    }

.btn-lg span {
    font-size: 12px;
    line-height: 1;
    display: block;
}

#consIndRec .clearfix [class*=col] {
    padding-bottom: 5px;
}
/*bancos*/
#mapa {
    height: 400px;
    width: 100%;
}

.centros, .sucursales {
    padding-top: 20px;
    padding-bottom: 0;
}

    .centros ul, .sucursales ul {
        padding: 0;
        list-style: none;
    }

        .centros ul li, .sucursales ul li {
            line-height: 1.1;
            padding-bottom: 12px;
        }

.lgoSuc {
    padding-bottom: 15px;
}

.sucursales ul {
    padding: 15px;
}

.typ {
    color: #fff;
    color: rgba(255,255,255,.6);
}

fieldset.conRec {
    /*margin: 0 2px;
    border: 1px solid silver;
    border-radius: 6px;
    border-color: rgb(234, 149, 73);
    padding: 15px;*/
}

.bgNar_os fieldset.conRec {
    border: 1px solid #fff;
}

fieldset.conRec legend {
    display: inline-block;
    width: auto;
    padding: 0 10px;
    padding-bottom: 0;
    line-height: inherit;
    color: inherit;
    border: 0;
    font-weight: normal;
    margin-bottom: 20px;
}
.bgNar_os fieldset.conRec legend {    
    background: #DF8E47;
}
/*//centros*/
.olvido p {
    font-size: 16px;
    font-weight: 300;
}

.olvido h2 {
    /*margin: 40px 0 0;*/
}

.olvido input {
    background: #fff;
}

.olvido .form-group {
    margin-bottom: 20px;
}

.form-group label:not(.btn) {
    padding-left: 40px;
}

.block-left {
    display: inline-block;
}
#fleArchivo-error {
    padding: 0 0 10px 0;
    display: block;
}
/*RESPONSIVE*/
@media (min-width:1200px) {
    header .container .navbar-collapse.collapse {
        padding: 0px;
    }

    #mainContainer {
        width: 1200px;
    }
}

@media (max-width:1200px) {
    .detal > div > div {
        padding: 10px 20px;
    }

        .detal > div > div p {
            line-height: 1.2;
        }

    .detal > div:after {
        padding-top: 65%;
    }
}

@media (max-width:1200px) and (orientation:portrait) {
    .detal > div:after {
        padding-top: 70%;
    }
}

@media (min-width:992px) {
    header .container {
        padding-top: 10px;
        padding-bottom: 15px;
    }

        header .container > .navbar-header {
            margin: 0px;
        }

        header .container .navbar-collapse.collapse {
        }

            header .container .navbar-collapse.collapse .nav > li > a {
                padding: 13px;
            }

    #mainContainer {
        width: 992px;
    }

    .masthead, .cover-container {
        width: 700px;
    }

    .shadowBox.secondaryBox {
        float: left;
        width: 100%;
    }

    header {
        height: auto;
        border-bottom: 1px solid #344b75;
    }

        header .container .navbar-collapse.collapse {
            width: auto;
            background: none;
            position: relative;
            left: auto;
            top: auto;
            padding: 0px;
        }

            header .container .navbar-collapse.collapse .nav {
                margin: 0px;
            }

                header .container .navbar-collapse.collapse .nav .dropdown-menu {
                    padding: 10px 0px;
                }

                header .container .navbar-collapse.collapse .nav > li > a {
                    padding: 10px 5px 3px 45px;
                }

                    header .container .navbar-collapse.collapse .nav > li > a:after {
                        position: absolute;
                        width: 50%;
                        height: 3px;
                        display: block;
                        background: #00365D;
                        content: "";
                        right: 3px;
                        top: auto;
                        bottom: 0;
                        -webkit-transform: scaleX(0);
                        transform: scaleX(0);
                        -webkit-transform-origin: 100% 50%;
                        transform-origin: 100% 50%;
                        -webkit-transition-property: transform;
                        transition-property: transform;
                        -webkit-transition-duration: 0.8s;
                        transition-duration: 0.8s;
                        -webkit-transition-timing-function: ease-out;
                        transition-timing-function: ease-out;
                    }

                    header .container .navbar-collapse.collapse .nav > li > a:hover::after, header .container .navbar-collapse.collapse .nav > li > a.active:after {
                        -webkit-transform: scaleX(1);
                        transform: scaleX(1);
                        -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
                        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
                    }

    #mainContainer {
        position: relative;
        left: auto;
        width: 750px;
    }

    .shadowBox.loginBox {
        float: left;
        width: 50%;
    }

    .shadowBox.loginBox {
        margin-left: 25%;
    }

    .menReps {
        display: none;
    }

    .navbar-header {
        float: left;
    }

    ul.nav > li > ul.subMenu {
        margin-top: 8px;
    }

    ul.subMenu {
        position: absolute;
        text-align: center;
        font-size: 12px;
    }

        ul.subMenu li {
            background: #fff;
            border-width: 0 1px 1px;
            border-color: #344b75;
            border-style: solid;
            line-height: 1.2;
            margin-right: 1px;
            position: relative;
        }

        ul.subMenu ul li:first-child {
            border-top-width: 1px;
        }

        ul.subMenu li a {
            padding: 6px 10px;
            display: block;
            position: relative;
            min-height: 40px;
        }

    ul.nav > li > ul.subMenu > li > a.active:after {
        content: "";
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 8px solid #344b75;
        display: block;
        position: absolute;
        right: -8px;
        top: 50%;
        margin-top: -8px;
        z-index: 9;
        display: none;
    }

    ul.subMenu li ul.subMenu {
        left: 100%;
        padding: 0;
        width: 100%;
        top: -1px;
    }

    header .logo {
        padding-top: 20px;
    }
}

@media (max-width:991px) {
    header .logo {
        width: 188px;
    }

    header .container {
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .no-more-tables table,
    .no-more-tables thead,
    .no-more-tables tbody,
    .no-more-tables th,
    .no-more-tables td,
    .no-more-tables tr {
        display: block;
    }

        .no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .no-more-tables tr {
        border: 1px solid #ccc;
    }

    .no-more-tables td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%!important;
        white-space: normal;
        text-align: left;
        min-height: 30px;
        height: 30px;
    }

    .no-more-tables td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }
    .no-more-tables td:before{
        content:attr(data-title);
        white-space:normal;
        height:auto;
        line-height:1;
    }
    .altura-3{
        height:60px!important;
    }
    .altura-4{
        height:80px!important;
    }
    .roun1111{
        -webkit-border-radius:15px;
        -moz-border-radius:15px;
        border-radius:15px;
        padding:10px 20px;
    }

    #carousel-example-generic {
        min-height: 415px;
    }

    .carousel-control {
        top: auto;
        bottom: 70px;
        margin-top: -42px;
        left: 0;
        width: 40px;
        height: 48px;
        font-size: 40px;
    }

        .carousel-control.right {
            right: 0;
        }

        .carousel-control.left {
            left: 0;
        }

    header .container .navbar-collapse.collapse .nav > li > a {
        color: #fff;
    }

    .subMenu {
        color: #fff;
    }

    .listSum {
        position: relative;
    }

    .cerrCnt {
        float: right;
        padding: 2px 0 0 6px;
    }

    .delSum {
        display: inline-block;
        margin-top: 20px;
        position: absolute;
        right: 15px;
        background: rgba(255,255,255,0.5);
        padding: 5px;
        border-radius: 4px;
        top: -15px;
    }

        .delSum .relative {
            display: inline-block;
        }

    .Nar_20 {
        font-size: 18px;
        line-height: 1.2;
    }

    .Azul_20 {
        font-size: 14px;
        line-height: 1.2;
    }
}

@media (min-width:768px) {
    .mastfoot {
        position: fixed;
        bottom: 0;
    }

    .site-wrapper-inner {
        vertical-align: middle;
    }

    .masthead, .mastfoot, .cover-container {
        width: 100%; /* Must be percentage or pixels for horizontal alignment */
    }

    .detal > div:first-child > div {
        border-right: 1px solid #fff;
    }

    .tabBord thead {
        border-bottom: 1px solid #344b75;
    }

    .tabBord tr th:not(:last-child), .tabBord tr td:not(:last-child) {
        position: relative;
    }

        .tabBord tr th:not(:last-child):after, .tabBord tr td:not(:last-child):after {
            content: "";
            display: block;
            background: #344b75;
            width: 1px;
            height: 65%;
            position: absolute;
            top: 20%;
            right: 0;
        }

    .centros > div {
        position: relative;
    }

        .centros > div:not(:last-child) > div.infsuc:after {
            /*content:"";
        width:1px;
        height:100%;
        position:absolute;
        background:#344b75;
        top:0;
        right:-25px;*/
        }

    .sucursales > div:not(:last-child) {
        border-right: 1px solid #344b75;
    }

    .olvido {
        max-width: 450px;
    }

        .olvido .modal-body {
            padding: 15px 50px;
        }

    .modal-dialog.modal-sm {
        width: 430px;
    }
}

@media (max-width:767px) {
    .detal > div > div {
        padding: 10px 20px;
        position: static;
    }

    .detal > div:after {
        display: none;
    }

    .detal > div {
        border-bottom: 1px solid #fff;
    }

    .fSize_28 {
        font-size: 20px;
    }

    .table-responsive {
        padding-bottom: 0;
    }

    #regUser {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    header .container .navbar-collapse.collapse.in {
        left: 15px;
    }

    legend {
        padding-bottom: 15px;
        font-size: 14px;
    }

    #carousel-example-generic .carousel-inner {
        min-height: 400px;
    }

    .carousel-control {
        bottom: 0;
        z-index: 99;
    }

    .centros > div {
        border-bottom: 1px solid #344b75;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .carousel-indicators {
        bottom: 5px;
    }

    .form-group {
        margin-bottom: 5px;
    }

    .typ {
        font-weight: 700;
    }

    #consIndRec .clearfix [class*=col] {
        padding-bottom: 0;
    }
    #consIndRec .clearfix [class*=col]:last-child {
        padding-bottom: 15px;
    }
    .detal > div > div > a{
        position:relative;
        padding: 5px 0px;
    }
}

@media (max-width:767px) and (orientation:landscape) {
    header .container .navbar-collapse.collapse {
        width: 50%;
    }
}

@media (max-width:400px) {
    #sub-logo:before, #sub-logo:after {
        display: none;
    }
}

.colorBlanco {
    color: #fff;
}

.form-signin h1 {
    margin: 0 0 13px;
}

.sub-logo{
    margin-bottom:20px;
}

.form-signin-heading .row{
    margin-right: -15px;
    margin-left: -15px;
}
.pull-right.olvido{
    margin:10px;
    display:inline-block;
}
.captcha.row{
    margin-left:-5px;
    margin-right:-5px;
}
.captcha div[class*=col-]{
    padding-right:5px;
    padding-left:5px
}
.captcha p{
    margin-bottom:5px;
    line-height:1.1;
    font-size: 13px;
}
.captcha input.form-captcha{
    border:1px solid #fff;
    max-width:100%;
    background:transparent;
    color:#fff;
    height:37px;
    text-align: center;
    text-transform:none;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}
.captcha label.error{
    font-size: 12px;
    padding: 0
}
.captcha input.form-captcha:focus{
    outline:0!important;
    -webkit-box-shadow:0;
    box-shadow:0;
}
.captcha input.form-captcha::-webkit-input-placeholder{
   color:#fff!important;
}
.captcha input.form-captcha:-moz-placeholder { /* Firefox 18- */
   color:#fff!important;  
}
.captcha input.form-captcha::-moz-placeholder {  /* Firefox 19+ */
   color:#fff!important;
}
.captcha input.form-captcha:-ms-input-placeholder {  
   color:#fff!important;
}

.btn-primaryPagar {
  color: #fff;
  padding: 5px;
  text-align: center;
  background-color: #344b75;
  border-radius: 10px;
}