@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);

html {
    filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body {
    font-family: 'PT Sans', sans-serif;
    overflow-x: hidden;
    /*background-color: #F59C2D;*/
    background-color: #EBEBEB;
    /*background: #f9f9fb; /* Old browsers * /
	background: -moz-linear-gradient(left,  #f9f9fb 0%, #e8e8f2 100%); /* FF3.6+ * /
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f9f9fb), color-stop(100%,#e8e8f2)); /* Chrome,Safari4+ * /
	background: -webkit-linear-gradient(left,  #f9f9fb 0%,#e8e8f2 100%); /* Chrome10+,Safari5.1+ * /
	background: -o-linear-gradient(left,  #f9f9fb 0%,#e8e8f2 100%); /* Opera 11.10+ * /
	background: -ms-linear-gradient(left,  #f9f9fb 0%,#e8e8f2 100%); /* IE10+ * /
	background: linear-gradient(to right,  #f9f9fb 0%,#e8e8f2 100%); /* W3C * /
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9fb', endColorstr='#e8e8f2',GradientType=1 ); /* IE6-9 * /*/
}

.page-wrap {
    height: 100%;
    width: 100%;
    position: absolute;
    /*top: 0;
	bottom: 0;*/
    /*border-top: 2px solid #FF7200;*/
}

.padder {
    /*padding-top: 120px;*/
    /*margin-top: 120px;*/
}

.logo {
    display: inline-block;
    /*padding: 0 10px 10px 10px;*/
}

    .logo a {
        background: transparent url('../images/mobile/eticadata.png') scroll no-repeat 0 0;
        height: 0;
        display: inline-block;
        padding: 0;
        padding-top: 72px;
        overflow: hidden;
        width: 128px;
    }

a.top-logout {
    background: transparent url('../images/mobile/header-sprite.png') scroll no-repeat 0 0;
    height: 0;
    display: block;
    padding: 0;
    padding-top: 36px;
    overflow: hidden;
    width: 36px;
    float: right;
}

    a.top-logout:hover {
        background-position: 0 -36px;
    }

a.top-messages {
    background: transparent url('../images/mobile/header-sprite.png') scroll no-repeat -38px 0;
    height: 0;
    display: block;
    padding: 0;
    padding-top: 36px;
    overflow: hidden;
    width: 36px;
    float: right;
}

    a.top-messages span {
        background: none repeat scroll 0 0 #FFF;
        border: 1px solid rgba(255, 255, 255, 0.6);
        color: #FF7200;
        font-size: 10px;
        font-weight: bold;
        padding: 0px 4px;
        position: absolute;
        right: 3px;
        top: 3px;
    }

.top-downloads-and-messages-wrapper {
    float: right;
}

.top-messages-wrapper {
    float: right;
    position: relative;
}

#top-messages-wrapper-refresh {
    display: none;
}

.top-messages-wrapper:hover a.top-messages {
    background-position: -38px -36px;
}

    .top-messages-wrapper:hover a.top-messages span {
        background: none repeat scroll 0 0 #FF3C4C;
        color: #FFFFFF;
    }


.top-downloads-wrapper {
    float: right;
    position: relative;
}

    .top-downloads-wrapper:hover a.top-downloads {
        background-position: -110px -36px;
    }

    .top-downloads-wrapper .contents {
        display: none;
    }

a.top-downloads {
    background: transparent url('../images/mobile/header-sprite.png') scroll no-repeat -110px 0;
    height: 0;
    display: block;
    padding: 0;
    padding-top: 36px;
    overflow: hidden;
    width: 36px;
    float: right;
}

    a.top-downloads span {
        background: none repeat scroll 0 0 #FFF;
        border: 1px solid rgba(255, 255, 255, 0.6);
        color: #FF7200;
        font-size: 10px;
        font-weight: bold;
        padding: 0px 4px;
        position: absolute;
        right: 3px;
        top: 3px;
    }

.top-downloads-wrapper:hover a.top-downloads span {
    background: none repeat scroll 0 0 #FF3C4C;
    color: #FFFFFF;
}

a.top-home {
    background: transparent url('../images/header-sprite.png') scroll no-repeat -38px 0;
    height: 0;
    display: block;
    padding: 0;
    padding-top: 35px;
    overflow: hidden;
    width: 38px;
    float: left;
}

a.top-institucional {
    background: transparent url('../images/header-sprite.png') scroll no-repeat -76px 0;
    height: 0;
    display: block;
    padding: 0;
    padding-top: 35px;
    overflow: hidden;
    width: 38px;
    float: left;
    display: none;
}

.top-logout-wrapper {
    float: right;
    position: relative;
}

    .top-logout-wrapper .panel-body {
        display: none;
    }

.user-widget-wrapper {
    float: right;
    position: relative;
}

    .user-widget-wrapper:hover {
        padding-bottom: 10px;
    }

        .user-widget-wrapper:hover a.top-settings {
            background-color: #D54B0A;
            color: #fefefe;
        }

    .user-widget-wrapper .contents {
        position: absolute;
        top: 80px;
        /*right: -50px;*/
        width: 350px;
        display: none;
        z-index: 20;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        background-color: #efefef;
        overflow: hidden;
        border: 1px solid #D54B0A;
    }


a.top-settings {
    background-color: #D9D9D9;
    color: #636363;
    float: right;
    font-size: 10px;
    height: 36px;
    padding: 5px 0 0 5px;
    text-align: left;
    text-decoration: none;
}

    a.top-settings img {
        float: left;
        height: 22px;
        width: 22px;
        margin-right: 5px;
    }

    a.top-settings span {
        display: block;
        padding: 0px 12px;
        white-space: nowrap;
        margin-right: 5px;
    }

        a.top-settings span:first-child {
            padding-top: 7px;
            font-weight: bold;
        }

.arrow-wrapper {
    position: relative;
}

.arrow-up-A {
    border-color: transparent;
    border-style: dashed dashed solid;
    border-width: 0 8px 8px;
    display: none;
    position: absolute;
    left: 30px;
    z-index: 21;
    height: 0;
    width: 0;
    border-bottom-color: #ccc;
    border-bottom-color: rgba(0,0,0,.2);
    top: 72px;
}

.arrow-up-B {
    border-color: transparent;
    border-bottom-color: #fff;
    border-style: dashed dashed solid;
    border-width: 0 8px 8px;
    display: none;
    position: absolute;
    left: 30px;
    top: 73px;
    z-index: 21;
    height: 0;
    width: 0;
}

.arrow-up-C {
    border-color: transparent;
    border-style: dashed dashed solid;
    border-width: 0 8px 8px;
    display: none;
    position: absolute;
    left: 30px;
    z-index: 21;
    height: 0;
    width: 0;
    border-bottom-color: #428BCA;
    /*border-bottom-color: rgba(0,0,0,.2);*/
    top: 72px;
}

.arrow-up-D {
    border-color: transparent;
    border-bottom-color: #efefef;
    border-style: dashed dashed solid;
    border-width: 0 8px 8px;
    display: none;
    position: absolute;
    left: 30px;
    top: 73px;
    z-index: 21;
    height: 0;
    width: 0;
}

.arrow-up-E {
    border-color: transparent;
    border-style: dashed dashed solid;
    border-width: 0 8px 8px;
    display: none;
    position: absolute;
    left: 30px;
    z-index: 21;
    height: 0;
    width: 0;
    border-bottom-color: #D54B0A;
    /*border-bottom-color: rgba(0,0,0,.2);*/
    top: 72px;
}

.arrow-up-F {
    border-color: transparent;
    border-bottom-color: #efefef;
    border-style: dashed dashed solid;
    border-width: 0 8px 8px;
    display: none;
    position: absolute;
    left: 30px;
    top: 73px;
    z-index: 21;
    height: 0;
    width: 0;
}

.arrow-up-G {
    border-color: transparent;
    border-style: dashed dashed solid;
    border-width: 0 8px 8px;
    display: none;
    position: absolute;
    left: 30px;
    z-index: 21;
    height: 0;
    width: 0;
    border-bottom-color: #333333;
    /*border-bottom-color: rgba(0,0,0,.2);*/
    top: 72px;
}

.arrow-up-H {
    border-color: transparent;
    border-bottom-color: #d90000;
    border-style: dashed dashed solid;
    border-width: 0 8px 8px;
    display: none;
    position: absolute;
    left: 30px;
    top: 73px;
    z-index: 21;
    height: 0;
    width: 0;
}

.arrow-up-I {
    border-color: transparent;
    border-bottom-color: #333;
    border-style: dashed dashed solid;
    border-width: 0 8px 8px;
    display: none;
    position: absolute;
    left: 0px;
    top: 33px;
    z-index: 21;
    height: 0;
    width: 0;
}

.arrow-up-J {
    border-color: transparent;
    border-style: dashed dashed solid;
    border-width: 0 8px 8px;
    display: none;
    position: absolute;
    left: 0px;
    z-index: 21;
    height: 0;
    width: 0;
    border-bottom-color: #000;
    /*border-bottom-color: rgba(0,0,0,.2);*/
    top: 32px;
}


.dashboard h4 {
    font-size: 15px;
    /*font-variant: small-caps;*/
}


.page-header {
    margin: 0 0 20px;
    padding-bottom: 0;
}

h1, h2, h3 {
    margin-top: 5px;
    padding: 0;
}

ul.site-menu {
    padding: 0;
    list-style: none;
    margin: 5px 0 5px 0;
    background: transparent url("../images/menu-bg.jpg") top left scroll repeat-x;
}

    ul.site-menu li a {
        display: block;
        color: #585858;
        font-size: 10px;
        padding: 10px 5px;
    }


/* bigger than iPhone */
@media only screen and (min-width: 480px) {
}

@media (min-width: 768px) {

    a.top-settings {
        display: block;
    }

    a.top-logout {
        background: transparent url('../images/header-sprite.png') scroll no-repeat 0 0;
        padding-top: 72px;
        width: 75px;
    }

    .top-logout-wrapper:hover a.top-logout:hover {
        background-position: 0 -72px;
    }

    .top-logout-wrapper:hover .arrow-up-G, .top-logout-wrapper:hover .arrow-up-H {
        display: block;
    }

    .top-logout-wrapper .panel-body {
        display: block;
    }

    #top-logout-wrapper {
        position: absolute;
        top: 80px;
        right: 0px;
        width: 150px;
        text-align: center;
        display: none;
        z-index: 20;
        border: 1px solid #d90000;
        border-color: rgba(0,0,0,.2);
        box-shadow: 0 2px 10px rgba(0,0,0,.2);
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        color: #ffffff;
    }

    .top-logout-wrapper:hover #top-logout-wrapper {
        display: block;
        background-color: #D90000;
    }

    .top-settings-icon {
        display: none;
    }

    .logo {
        padding-top: 18px;
    }

        .logo a {
            background: transparent url('../images/eticadata70.png') scroll no-repeat 0 0;
            padding-top: 70px;
            width: 145px;
        }

    a.top-institucional {
        padding-top: 35px;
        width: 38px;
        display: block;
    }

    a.top-home {
        padding-top: 35px;
        width: 38px;
    }

    .page-wrap {
    }

        .page-wrap #wrap {
            width: 750px;
        }

    .padder {
        /*padding-top: 230px;*/
        /*margin-top: 230px;*/
    }

    a.top-settings {
        /*background-position: 90% 12px;
		height: 75px;*/
        font-size: 12px;
    }

        a.top-settings span {
            padding: 5px 25px 0;
        }

            a.top-settings span.parceiro {
                font-weight: bold;
            }

    .top-settings-icon {
        display: none;
    }

    a.top-messages {
        background: transparent url('../images/header-sprite.png') scroll no-repeat -75px 0;
        padding-top: 72px;
        width: 75px;
    }

        a.top-messages span {
            background: none repeat scroll 0 0 #FFF;
            border: 1px solid rgba(255, 255, 255, 0.6);
            color: #FF7200;
            font-size: 12px;
            font-weight: bold;
            padding: 2px 7px;
            position: absolute;
            right: 9px;
            top: 9px;
        }

    .top-messages-wrapper:hover a.top-messages {
        background-position: -75px -72px;
    }

    #top-messages-wrapper-refresh {
        overflow: hidden;
    }

    .top-messages-wrapper:hover {
        /*box-shadow: 0 2px 10px rgba(0,0,0,0.2);
            -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.2);*/
        padding-bottom: 10px;
    }

        .top-messages-wrapper:hover a.top-messages {
            background-position: -75px -72px;
        }

        .top-messages-wrapper:hover .arrow-up-A, .top-messages-wrapper:hover .arrow-up-B {
            display: block;
        }

    #top-messages-wrapper-refresh {
        position: absolute;
        top: 80px;
        right: -40px;
        width: 250px;
        display: none;
        z-index: 20;
        border: 1px solid #ccc;
        border-color: rgba(0,0,0,.2);
        box-shadow: 0 2px 10px rgba(0,0,0,.2);
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        /*border-top: none;
            border-top-left-radius: 0;
            border-top-right-radius: 0;*/
    }

    .top-messages-wrapper:hover #top-messages-wrapper-refresh {
        display: block;
        background-color: #FFF;
    }





    .top-downloads-wrapper:hover {
        padding-bottom: 10px;
    }

        .top-downloads-wrapper:hover a.top-downloads {
            background-position: -215px -72px;
        }

        .top-downloads-wrapper:hover .arrow-up-C, .top-downloads-wrapper:hover .arrow-up-D {
            display: block;
        }

        .top-downloads-wrapper:hover .contents {
            display: block;
        }

    .top-downloads-wrapper .contents {
        position: absolute;
        top: 80px;
        right: -106px;
        width: 300px;
        display: none;
        z-index: 20;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        background-color: #efefef;
        overflow: hidden;
        border: 1px solid #428BCA;
    }

    a.top-downloads {
        background: transparent url('../images/header-sprite.png') scroll no-repeat -215px 0;
        height: 0;
        display: block;
        padding: 0;
        padding-top: 72px;
        overflow: hidden;
        width: 75px;
        float: right;
    }

        a.top-downloads span {
            background: none repeat scroll 0 0 #FFF;
            border: 1px solid rgba(255, 255, 255, 0.6);
            color: #FF7200;
            font-size: 12px;
            font-weight: bold;
            padding: 2px 7px;
            position: absolute;
            right: 9px;
            top: 9px;
        }

    .top-downloads-wrapper:hover a.top-downloads span {
        background: none repeat scroll 0 0 #FF3C4C;
        color: #FFFFFF;
    }

    a.top-settings {
        background-color: #D9D9D9;
        height: 71px;
        color: #636363;
        font-size: 12px;
        text-align: left;
        padding: 15px 0 0 15px;
        float: right;
        text-decoration: none;
    }

        a.top-settings img {
            float: left;
            height: 45px;
            width: 45px;
            margin-right: 15px;
        }

        a.top-settings span {
            display: block;
            padding: 2px 12px 0;
            white-space: nowrap;
            margin-right: 60px;
        }

    .user-widget-wrapper:hover .arrow-up-E, .user-widget-wrapper:hover .arrow-up-F {
        display: block;
    }

    .user-widget-wrapper:hover .contents {
        display: block;
    }

    ul.site-menu {
        /*margin: 0 0 0 20px;*/
        padding: 0;
        list-style: none;
        /*background: #fff;
	    box-shadow: 0 0 10px #FFFFFF;
	    display: inline-block;*/
        margin: 20px 0 20px 0;
        background: transparent url("../images/menu-bg.jpg") top left scroll repeat-x;
    }

        ul.site-menu li a {
            display: block;
            color: #585858;
            font-size: 12px;
            /*font-variant: small-caps;
	    font-weight: bold;*/
            padding: 10px 15px;
        }
}

@media (min-width: 992px) {
    .page-wrap #wrap {
        width: 970px;
    }

    .dashboard h4 {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {

    .page-wrap {
        /*margin-left: 20rem;
        padding-right: 20rem;*/
    }

        .page-wrap #wrap {
            width: 1170px;
        }

        .page-wrap .wrapper {
            padding: 0 30px;
            /*height: 100%;*/
            /*margin-bottom: -60px;*/
        }

        .page-wrap .breadcrumb-wrapper {
            padding: 0 30px;
        }
}

.breadcrumb {
    /*background-color: #FFFFFF;*/
}


/*** Main Menu ***/

ul.site-menu li {
    padding: 0;
    display: inline-block;
}



    ul.site-menu li.selected a, ul.site-menu li a:hover {
        border-top: 1px solid #EA804C;
        text-decoration: none;
        padding-top: 9px;
        color: #F3702A;
    }

/* Sticky footer styles
      -------------------------------------------------- */

html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -60px;
    /*margin: 0 auto 20px;*/
}

    #wrap .wrap-shadow {
        padding-top: 20px;
        padding-bottom: 20px;
        background: #FFF;
        -webkit-box-shadow: 0 0 10px #ccc;
        box-shadow: 0 0 10px #ccc;
        border: 1px solid #CDCDCD;
    }

/* Set the fixed height of the footer here */
#push {
    height: 100px;
}

#footer {
    height: 60px;
    background-color: #F37C2C;
    color: #fff;
}

    #footer .container:before, #footer .container:after {
        line-height: 0;
    }

    #footer p {
        margin: 20px 0;
        text-align: center;
        font-size: 12px;
    }

        #footer p a {
            color: #fff;
            /*border-bottom: 1px dashed #fff;*/
            text-decoration: none;
        }

            #footer p a:hover {
                color: #333;
                border-bottom: 1px solid #333;
            }

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}


/* Fixed cart */
@media (min-width: 768px) {
    .col-sm-3 .affix {
        position: fixed;
        top: 30px;
        width: 150px;
        padding-bottom: 20px;
    }

    .col-sm-4 .affix {
        position: fixed;
        top: 30px;
        width: 219px;
        padding-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .col-sm-3 .affix {
        width: 205px;
    }

    .col-sm-4 .affix {
        width: 293px;
    }
}

@media (min-width: 1200px) {
    .col-sm-3 .affix {
        position: fixed;
        width: 240px;
    }

    .col-sm-4 .affix {
        position: fixed;
        width: 339px;
    }
}

label {
    font-weight: normal;
}

th label, .form-group label, .panel-heading label {
    font-weight: bold;
}

label.btn {
    font-weight: normal;
}

.admin .btn-group {
    margin: 0px 0 10px 0;
}

.formAlign {
    padding-top: 9px;
}

.breadcrumbs ul {
    margin-bottom: 0;
}

/*** Admin Menu ***/
.admin-toolbar {
    background-color: #333;
    line-height: 30px;
}

    .admin-toolbar a, .admin-toolbar span, .admin-toolbar i {
        color: #f5f5f5;
    }

    .admin-toolbar span {
        margin-right: 10px;
        font-size: 12px;
    }

    .admin-toolbar a {
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        margin-left: 5px;
        font-size: 11px;
    }

.autocomplete-loader-image {
    position: absolute;
    right: 20px;
    top: 3px;
    display: none;
}

.autocomplete.ui-autocomplete-loading ~ .autocomplete-loader-image {
    display: block;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

* html .ui-autocomplete {
    height: 100px;
}

.top-actions {
    text-align: right;
    margin-bottom: 15px;
}

.btn-xsmall {
    font-size: 10px;
    padding: 2px 4px;
}

.table-double > tbody > tr:nth-child(2n+1) > td {
    background-color: #fff;
}

.table-double > tbody > tr:nth-child(4n+3) > td,
.table-double > tbody > tr:nth-child(4n+4) > td {
    background-color: #f9f9f9;
}

.table-double > tbody > tr:nth-child(4n+4) > td,
.table-double > tbody > tr:nth-child(4n+2) > td {
    border-top: none;
}

.table-double th, .table-ordered th {
    font-size: 13px;
    white-space: nowrap;
    cursor: pointer;
    padding: 10px 5px !important;
}

    .table-double th:hover, .table-ordered th:hover {
        color: #428BCA;
    }

    .table-double th label, .table-ordered th label {
        cursor: pointer;
    }

    .table-double th span, .table-ordered th span {
        font-size: 10px;
        color: #428BCA;
    }

.table-medium {
    font-size: 12px;
}

.table .progress {
    margin: 0;
}

.table-ordered th.not-ordered, .table-ordered th.not-ordered label {
    cursor: default;
}

    .table-ordered th.not-ordered:hover {
        color: #333333;
    }


/*** Pagination users ***/

.pagination ul {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination ul > li {
        display: inline;
    }

        .pagination ul > li > a,
        .pagination ul > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.428571429;
            text-decoration: none;
            background-color: #ffffff;
            border: 1px solid #dddddd;
        }

        .pagination ul > li:first-child > a,
        .pagination ul > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination ul > li:last-child > a,
        .pagination ul > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination ul > li > a:hover,
        .pagination ul > li > span:hover,
        .pagination ul > li > a:focus,
        .pagination ul > li > span:focus {
            background-color: #eeeeee;
        }

    .pagination ul > .active > a,
    .pagination ul > .active > span,
    .pagination ul > .active > a:hover,
    .pagination ul > .active > span:hover,
    .pagination ul > .active > a:focus,
    .pagination ul > .active > span:focus {
        z-index: 2;
        color: #ffffff;
        cursor: default;
        background-color: #428bca;
        border-color: #428bca;
    }

    .pagination ul > .disabled > span,
    .pagination ul > .disabled > a,
    .pagination ul > .disabled > a:hover,
    .pagination ul > .disabled > a:focus {
        color: #999999;
        cursor: not-allowed;
        background-color: #ffffff;
        border-color: #dddddd;
    }

.pagination-sm ul > li > a,
.pagination-sm ul > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm ul > li:first-child > a,
.pagination-sm ul > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm ul > li:last-child > a,
.pagination-sm ul > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

/* Image Gallery Admin */

.etiImageGalleryAdmin ul.imagesList {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
}

    .etiImageGalleryAdmin ul.imagesList li {
        background: #fff;
        padding: 10px;
        text-align: center;
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        -webkit-box-shadow: 0 0 5px #333;
        -moz-box-shadow: 0 0 5px #333;
        box-shadow: 0 0 5px #333;
    }

        .etiImageGalleryAdmin ul.imagesList li img {
            float: left;
            clear: left;
        }

        .etiImageGalleryAdmin ul.imagesList li span {
            width: 235px;
            overflow: hidden;
            float: left;
            clear: left;
            height: 40px;
        }

            .etiImageGalleryAdmin ul.imagesList li span img {
                padding-top: 2px;
            }

        .etiImageGalleryAdmin ul.imagesList li.add {
            opacity: 0.5;
        }

            .etiImageGalleryAdmin ul.imagesList li.add span {
                width: 90px;
                color: #446644;
                font-size: 10px;
            }

            .etiImageGalleryAdmin ul.imagesList li.add:hover {
                opacity: 1;
            }

/* Eti Slider */
.etiImageGallery .modulecontent > div {
    position: relative;
}

.etiImageGallery .slidesjs-pagination {
    /*display: none;*/
}

.etiImageGallery a.slidesjs-navigation {
    display: block;
    width: 30px;
    height: 30px;
    background: url('../images/arrows.png') no-repeat;
    text-indent: -9999px;
    border: 0;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    top: 15px;
    position: absolute;
    z-index: 20;
    outline: none;
}

.etiImageGallery:hover a.slidesjs-navigation {
    opacity: 1;
}

.etiImageGallery a.slidesjs-next {
    background-position: -30px 0;
    left: 45px;
}

.etiImageGallery a.slidesjs-previous {
    left: 15px;
}

    .etiImageGallery a.slidesjs-previous:hover {
        background-position: 0 -30px;
    }

.etiImageGallery a.slidesjs-next:hover {
    background-position: -30px -30px;
}

.etiImageGallery .slidesjs-pagination {
    bottom: 15px;
    /*left: 50%;*/
    right: 20px;
    /*margin-left: -40px;*/
    position: absolute;
    list-style: none;
    padding: 3px 0 0 0;
    margin: 0;
    z-index: 20;
    text-align: center;
    height: 24px;
}

.etiImageGallery:hover .slidesjs-pagination {
    background: rgba(255,255,255,0.4);
    border-radius: 10px;
}

.etiImageGallery .slidesjs-pagination li {
    display: inline-block;
}

.etiImageGallery .slidesjs-pagination a {
    background: url("../images/bullets.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    float: left;
    height: 22px;
    margin-right: 3px;
    text-indent: -9999px;
    width: 22px;
    outline: none;
}

    .etiImageGallery .slidesjs-pagination a.active {
        background-position: 0 -22px;
    }

/*** Dashboard ***/
.dashboard #wrap .wrap-shadow {
    padding-top: 10px;
}

.dashboard h4 {
    padding-bottom: 10px;
    border-bottom: 2px solid #ddd;
    background-color: #FFFFFF;
    margin-bottom: 0;
}

.dashboard h5 {
    font-weight: bold;
}

.dashboard h4 span.glyphicon {
    color: #F37C2C;
}

.dashboard .modulelinks a {
    visibility: hidden;
}

.dashboard .modulelinks:hover a {
    visibility: visible;
}

.dashboard_mensagens small, .dashboard_leads small {
    color: #FF7200;
}

.dashboard_mensagens .badge {
    background: #FF7200 url("../images/bottomcorner.png") bottom right no-repeat;
    border-radius: 0;
    margin-right: 5px;
    font-size: 10px;
    font-variant: small-caps;
}

.dashboard .dashboard_widget {
    background-color: #f5f5f5;
    padding: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.dashboard .panel {
    margin-bottom: 0;
}

.dashboard .dashboard_widget .table {
    margin-bottom: 0;
}

.dashboard .dashboard_widget .panel-body {
    padding: 10px;
}

.dashboard ul.media-list {
    margin-bottom: 0;
}


.mb20 {
    margin-bottom: 20px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.etiImgGal img {
    max-width: 100%;
}

.panel.relative {
    position: relative;
    overflow: hidden;
}

.goto-from-panel {
    background-color: rgba(66, 139, 202, 0.8);
    bottom: 0;
    position: absolute;
    right: -100px;
    text-align: center;
    top: 0;
    width: 100px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    transition: right 0.5s;
}

    .goto-from-panel table {
        width: 100%;
        height: 100%;
    }

        .goto-from-panel table tr td {
            vertical-align: middle;
        }

    .goto-from-panel a {
        color: #fff;
        display: block;
        height: 100%;
    }

.panel:hover .goto-from-panel {
    right: 0;
    transition: right 0.3s;
}

.pull-to-refresh small {
    color: #333;
}

.pull-to-refresh .refresh {
    background-image: url("../images/spinner.gif");
    background-repeat: no-repeat;
    background-size: 15px 15px;
    display: inline-block;
    height: 15px;
    line-height: 1;
    position: relative;
    text-align: left;
    top: 2px;
    width: 15px;
}

.pull-to-refresh {
    text-align: center;
}

.table.small {
    font-size: 85%;
}

/*** Suporte ***/

#erp-version-9, #erp-version-12, #erp-version-13, #erp-version-saas, #erp-version-16, #erp-version-17, #erp-version-18, #erp-version-19 {
    background-image: url("../images/erp-sprite.jpg") !important;
    background-position: 164px 0;
    height: 0;
    overflow: hidden;
    padding: 105px 0 0;
    width: 121px;
    filter: none;
}

#erp-version-9 {
    background-position: -123px -105px;
}

#erp-version-12 {
    background-position: 0 -105px;
}

#erp-version-13 {
    background-position: -246px -105px;
}

#erp-version-saas {
    background-position: -369px -105px;
}

#erp-version-16 {
    background-position: -492px -105px;
}

#erp-version-17 {
    background-position: -619px -105px;
}

#erp-version-18 {
    background-position: -741px -105px;
}

#erp-version-19 {
    background-position: -864px -105px;
}

#erp-version-9.active {
    background-position: -123px 0;
}

#erp-version-12.active {
    background-position: 0 0;
}

#erp-version-13.active {
    background-position: -246px 0;
}

#erp-version-saas.active {
    background-position: -369px 0;
}

#erp-version-16.active {
    background-position: -492px 0;
}

#erp-version-17.active {
    background-position: -619px 0;
}

#erp-version-18.active {
    background-position: -741px 0;
}

#erp-version-19.active {
    background-position: -864px 0;
}

.support-baloon {
    border: 2px dashed #bce8f1;
    background-color: #d9edf7;
    color: #3a87ad;
    border-radius: 50px;
    height: 100px;
    margin: 0 auto;
    opacity: 0.3;
    text-align: center;
    width: 100px;
}

    .support-baloon span {
        margin-top: 25px;
    }

    .support-baloon.active {
        opacity: 1;
        -webkit-transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
    }

    .support-baloon.success {
        color: #468847;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

    .support-baloon.danger {
        color: #B94A48;
        background-color: #F2DEDE;
        border-color: #DCA7A7;
    }

.support-baloon-spacer {
    height: 30px;
    border-left: 2px dashed #bce8f1;
    width: 2px;
    margin: 0 auto;
}

.support-result {
    /* bs */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    margin-bottom: 12px;
    border: 1px solid transparent;
    /* */
    border: 1px solid #F9F9F9;
    border-left: 1px solid #C9C9C9;
    /*padding: 1.5em 0 1.5em 2%;*/
    padding: 0;
    /*width: 98%;*/
    position: relative;
    -webkit-transition-property: color, border-left;
    -webkit-transition-duration: .2s, .4s;
    -webkit-transition-timing-function: linear, ease-in;
    -moz-transition-property: color, border-left;
    -moz-transition-duration: .2s, .4s;
    -moz-transition-timing-function: linear, ease-in;
    transition-property: color, border-left;
    transition-duration: .2s, .4s;
    transition-timing-function: linear, ease-in;
}

    .support-result:hover, .support-result.active {
        -webkit-box-shadow: rgba(0, 168, 226,.3) -1px 0 2px;
        -moz-box-shadow: rgba(0, 168, 226,.3) -1px 0 2px;
        box-shadow: rgba(0, 168, 226,.3) -1px 0 2px;
        border-left: 1px solid #00A8E2;
        color: #000;
        cursor: pointer;
    }

    .support-result .support-badge {
        height: 0;
        opacity: 0;
        text-align: center;
        /*padding: 0;*/
        margin-top: 5px;
        overflow: hidden;
        -webkit-transition-property: opacity, height, padding;
        -webkit-transition-duration: .1s, .3s, .3s;
        -webkit-transition-timing-function: ease-in;
        -moz-transition-property: opacity, height, padding;
        -moz-transition-duration: .1s, .3s, .3s;
        -moz-transition-timing-function: ease-in;
        transition-property: opacity, height, padding;
        transition-duration: .1s, .3s, .3s;
        transition-timing-function: ease-in;
    }

    .support-result:hover .support-badge {
        /*padding: 1em 0 1.5em 0;*/
        padding: 0 0 1.5em 0;
        opacity: 1;
    }

    .support-result.active .support-badge, .support-result.active:hover .support-badge {
        display: none;
    }

    .support-result.success {
        background-image: linear-gradient(to bottom, #DFF0D8 0px, #C8E5BC 100%);
        background-repeat: repeat-x;
        border-color: #B2DBA1;
    }

    .support-result.danger {
        background-image: linear-gradient(to bottom, #F2DEDE 0px, #E7C3C3 100%);
        background-repeat: repeat-x;
        border-color: #DCA7A7;
    }

.support-likes {
    width: 40px;
    margin-right: 10px;
    float: left;
}

.support-result.success .support-likes {
    color: #468847;
}

.no-margin {
    margin: 0 !important;
}

.panel-support {
    border-radius: 0;
    margin: 10px 0 0 0;
    background-color: #F5FAFD;
    border-color: #bce8f1;
}

.support-info {
    cursor: auto;
}

.glyphicon.big {
    font-size: 2em;
}

.jumbotron {
    background-color: #FFF;
    position: relative;
}

    .jumbotron .show-no-more {
        position: absolute;
        color: #888;
        font-size: 14px;
    }

        .jumbotron .show-no-more label {
            font-weight: normal;
            margin: 0;
        }

    .jumbotron .close {
        position: absolute;
        top: 5px;
        right: 10px;
        font-size: 35px;
    }

#jumbo-loader {
    width: 16px;
    display: inline-block;
}

    #jumbo-loader img {
        display: none;
    }

.skype-glyph {
    padding-left: 17px;
    background: transparent url("../images/skype-glyph.png") no-repeat 0 2px;
}

blockquote.eticadata {
    border: 1px solid #F4BFA5;
    width: 80%;
    border-top-left-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    float: right;
}

blockquote.partner {
    border: 1px solid #eee;
    width: 80%;
    border-top-left-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    float: left;
}

/*** RATING ***/
.rating-wrapper {
    border: 1px solid #EEEEEE;
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
}

    .rating-wrapper span {
        font-size: 85%;
        margin-right: 10px;
    }

.new-rating-comentario, .rating-comentario {
    overflow: hidden;
    display: inline-block;
}

    .new-rating-comentario a:hover,
    .new-rating-comentario a:hover ~ a,
    .new-rating-comentario a.rating-selected,
    .new-rating-comentario a.rating-selected ~ a,
    .rating-comentario a.rating-selected,
    .rating-comentario a.rating-selected ~ a {
        background-position: 0 0;
    }

    .new-rating-comentario a,
    .rating-comentario a {
        float: right;
        display: block;
        width: 16px;
        height: 0;
        padding-top: 16px;
        margin-top: 4px;
        overflow: hidden;
        background: url("../images/rating.png") 0 -16px;
        outline: none;
    }

/*** ***/

.form-control.ui-spinner-input {
    margin: 0;
    border: none;
}

a.comentario-reportado {
    color: #999999;
    text-decoration: none;
}

.widget-gold-silver {
    background-color: #EEEEEE;
}

.badge.badge-blue {
    background-color: #428BCA;
}

.well.well-success {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d0e9c6), to(#dff0d8));
    background-image: -webkit-linear-gradient(top, #d0e9c6, 0%, #dff0d8, 100%);
    background-image: -moz-linear-gradient(top, #d0e9c6 0%, #dff0d8 100%);
    background-image: linear-gradient(to bottom, #d0e9c6 0%, #dff0d8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd0e9c6', endColorstr='#ffdff0d8', GradientType=0);
    border-color: #D6E9C6;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

.page-header {
    position: relative;
}

.cache-info {
    color: #428BCA;
    padding: 5px 0;
    position: absolute;
    right: 15px;
    top: -60px;
}

.Formacoes .cache-info {
    top: -116px;
}

/*.admin-toolbar.row { display: none; }*/

/* Scroll Orcamentos */
#cart-scroll {
    position: relative;
}

    #cart-scroll .viewport {
        height: 250px;
        overflow: hidden;
        position: relative;
    }

    #cart-scroll .overview {
        list-style: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    #cart-scroll .thumb .end,
    #cart-scroll .thumb {
        background-color: #428BCA;
    }

    #cart-scroll .scrollbar {
        position: absolute;
        width: 4px;
        top: 0;
        right: -11px;
    }

    #cart-scroll .track {
        background-color: #DDDDDD;
        height: 100%;
        width: 1px;
        position: relative;
        padding: 0;
    }

    #cart-scroll .thumb {
        height: 20px;
        width: 5px;
        cursor: pointer;
        overflow: hidden;
        position: absolute;
        top: 0;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        margin-left: -2px;
    }

        #cart-scroll .thumb .end {
            overflow: hidden;
            height: 5px;
            width: 4px;
        }

/* Global Loader */
#global_loader {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.65);
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2000;
}

    #global_loader table {
        width: 100%;
        height: 100%;
    }

    #global_loader td {
        vertical-allign: middle;
        text-align: center;
    }

.refresh-button {
    background-image: url("../images/spinner.gif");
    background-repeat: no-repeat;
    background-size: 15px 15px;
    display: inline-block;
    height: 15px;
    position: relative;
    top: 2px;
    width: 15px;
}

/*** Collapse tables ***/
.collapsable tr td {
    cursor: pointer;
}


/*** Calendar ***/


.month_day_content {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .month_day_content .viewport {
        max-height: 410px;
        overflow: hidden;
        position: relative;
    }

.month_day_content {
    clear: both;
}

    .month_day_content .overview {
        list-style: none;
        position: relative;
        left: 0;
        top: 0;
    }

    .month_day_content .thumb .end,
    .month_day_content .thumb {
        background-color: #003D5D;
    }

    .month_day_content .scrollbar {
        position: relative;
        float: right;
        width: 15px;
        padding-left: 15px;
    }

    .month_day_content .track {
        background-color: #D8EEFD;
        height: 100%;
        width: 6px;
        position: relative;
    }

    .month_day_content .thumb {
        height: 20px;
        width: 6px;
        cursor: pointer;
        overflow: hidden;
        position: absolute;
        top: 0;
    }

        .month_day_content .thumb .end {
            overflow: hidden;
            height: 5px;
            width: 13px;
        }

.overview:last-child {
    padding-bottom: 10px;
}

#training_calendar {
    background-color: #333333;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
}

    #training_calendar h3 {
        color: #F5F5F5;
        display: block;
        float: left;
        margin: 6px 12px 0;
        padding: 0;
        text-transform: uppercase;
        font-size: 18px;
    }

        #training_calendar h3 i {
            float: left;
        }

        #training_calendar h3 span {
            font-size: 12px;
            float: right;
            margin-right: 10px;
            margin-top: 6px;
            margin-left: 18px;
        }

    #training_calendar ul.month_days {
        margin: 0;
        padding: 0;
        list-style: none;
        float: left;
        font-size: 12px;
    }

        #training_calendar ul.month_days li {
            float: left;
            padding: 0;
            margin-right: 2px;
            position: relative;
        }

            #training_calendar ul.month_days li.has span {
                border-bottom: 5px solid #FF7200;
                padding-bottom: 5px;
                font-weight: bold;
                cursor: pointer;
            }


            #training_calendar ul.month_days li span {
                float: left;
                color: #F5f5f5;
                display: block;
                padding: 10px 0;
                text-align: center;
                width: 18px;
            }

            #training_calendar ul.month_days li.today span {
                background-color: #444;
            }

            #training_calendar ul.month_days li.has div.month_day_content {
                background: #333;
                border: 1px solid #000;
                color: #f5f5f5;
                display: none;
                padding: 10px 15px;
                position: absolute;
                top: 40px;
                left: -80px;
                width: 210px;
                z-index: 20;
            }

                #training_calendar ul.month_days li.has div.month_day_content div.training {
                    border-top: 1px solid #888;
                    margin-bottom: 10px;
                }

                    #training_calendar ul.month_days li.has div.month_day_content div.training:first-child {
                        border-top: none;
                    }

                    #training_calendar ul.month_days li.has div.month_day_content div.training h5 {
                        margin-bottom: 2px;
                    }

                    #training_calendar ul.month_days li.has div.month_day_content div.training > div {
                        padding-bottom: 2px;
                    }

            #training_calendar ul.month_days li.has:hover span {
                background-color: #888;
                border-bottom: 0;
                padding-bottom: 10px;
            }

            #training_calendar ul.month_days li.has:hover div.month_day_content {
                display: block;
            }

            #training_calendar ul.month_days li.has:hover .arrow-up-I, #training_calendar ul.month_days li.has:hover .arrow-up-J {
                display: block;
            }

    #training_calendar .month_arrows {
        float: right;
        color: #FFF;
        margin: 10px 10px 0 0;
        font-size: 12px;
    }

        #training_calendar .month_arrows a {
            color: #FFF;
        }

            #training_calendar .month_arrows a:hover {
                color: #FF7200;
            }


.filterFixs {
    float: left;
    margin-left: 20%;
    min-width: 200px;
    width: 45%;
}

@media (max-width: 1200px) {
    .filterFixs {
        margin-left: 10%;
    }
}

@media (max-width: 767px) {
    .filterFixs {
        width: 30%;
    }
}

@media (max-width: 583px) {
    .filterFixs {
        width: 15%;
        margin-left: 0;
    }
}

.disableInput {
    background-color: rgb(238, 238, 238);
}

#tblSql th {
    text-align: center;
}
