.has-error .form-control {
    border-color: #a94442 !important;
}

input[type=checkbox] {
    cursor: pointer;
}

.checker {
    cursor: pointer;
}

.margin-bot {
    margin-bottom: 1%;
}

.login .content .form-actions {
     padding: 0px 0px 0px 0px !important;
     margin-left: 0px !important;
     margin-right: 0px !important;
}

#row-label-fields label div div {
    width: 44%;
}

#row-label-fields label .select2-container,
#row-label-fields label input[type=text].filter {
    margin-top: 10px;
    margin-left: 5px;
}

.actions {
    white-space: nowrap;
    width: 1%;
}

.form-render-show {
    background-color: #f4f9fd;
    border: 1px solid #e5e5e5;
    padding-top: 25px !important;
    margin-bottom: 25px;
}

/*.form-control:disabled{*/
    /*background: transparent !important;*/
    /*/!*border: none !important;*!/*/
    /*cursor: default !important;*/
/*}*/

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.app-page-logo-container {
    display: table;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

.app-page-logo-helper {
    #position: absolute; /*a variation of an "lte ie7" hack*/
    #top: 50%;
    display: table-cell;
    vertical-align: middle;
}

.app-page-logo-content {
    #position: relative;
    #top: -50%;
    margin:0 auto;
}

.app-page-logo-content a {
    float: left;
    position: relative;
}

.app-page-logo-content img {
    max-height: 38px;
    display:block;
}

.app-checkbox-collection {
    margin-top: 8px;
}

label.required:after {
    color: #e02222;
    font-size: 12px;
    padding-left: 2px;
    content: '*';
    /*display:inline;*/
}

.dz-details img{
    cursor: -webkit-zoom-in !important;
    cursor: -moz-zoom-in !important;
}

/*Botão de download do dropzonejs*/
.dropzone a.dz-download,
.dropzone-previews a.dz-download {
    background-image: -webkit-linear-gradient(top, #fafafa, #eee);
    background-image: -moz-linear-gradient(top, #fafafa, #eee);
    background-image: -o-linear-gradient(top, #fafafa, #eee);
    background-image: -ms-linear-gradient(top, #fafafa, #eee);
    background-image: linear-gradient(to bottom, #fafafa, #eee);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #eee;
    text-decoration: none;
    display: block;
    padding: 4px 5px;
    text-align: center;
    color: #aaa;
    margin-top: 5px;
}
.dropzone a.dz-download:hover,
.dropzone-previews a.dz-download:hover {
    color: #666;
}

.blueimp-gallery > .download {
    position: absolute;
    top: 15px;
    left: 15px;
    margin: 0 40px 0 0;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    opacity: 0.8;
    display: none;
}

.blueimp-gallery > .download {
    padding: 2px 15px 15px 15px;
    right: 50px;
    left: auto;
    margin: -15px;
    font-size: 30px;
    text-decoration: none;
    cursor: pointer;
}

.blueimp-gallery > .download:hover {
    color: #fff;
    opacity: 1;
}

.blueimp-gallery-controls > .download {
    display: block;
    /* Fix z-index issues (controls behind slide element) on Android: */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.blueimp-gallery > .download {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.portlet.box.grey-steel {
    border: 1px solid #e9edef;
}

.portlet.sm .portlet-title {
    min-height: initial;
}

.portlet.sm .portlet-title .caption{
    font-size: 14px;
    line-height: 14px;
    padding: 8px 0 6px 0;
}

.portlet.legend ul {
    margin: 0;
}
.legend-marker-wrapper {
    display: inline-block;
    vertical-align: middle;
}
.legend-marker-wrapper .legend-marker.red, .legend-marker.green {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 6px;
}
.legend-marker-wrapper .legend-marker.red {
    background-color: red;
}
.legend-marker-wrapper .legend-marker.green {
    background-color: green;
}
.table-scrollable{
    position: relative;
}
a:hover > .login-h {
    color: #000 !important;
}

a.disabled {
    text-decoration:none;
    color:#333;
    cursor: default
}

@-moz-document url-prefix() {
    li [class^="glyphicon-"], li [class*=" glyphicon-"] {
        top: 0;
    }
}


.page-content-wrapper .page-content {
    min-height:586px;
    padding:0;
    margin: 0;
}





.page-header-fixed .page-container {
    margin: 0;
}


.page-header.navbar{
    height: 40px;
    min-height: 40px;
    color: #999999;
    overflow: visible;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
}

.page-header.navbar .page-logo{
    padding-left: 5px;
}

.page-header.navbar .page-logo, .page-header.navbar .top-menu, .page-header.navbar .top-menu .navbar-nav > li.dropdown{
    height: 40px;

}

.page-header.navbar {
    border-radius: 0px 0px 0px 0px;
    background-color: #0075B2;
    background-image: -ms-linear-gradient(top, #2BB0F8 0%, #0075B2 100%);
    background-image: -moz-linear-gradient(top, #2BB0F8 0%, #0075B2 100%);
    background-image: -o-linear-gradient(top, #2BB0F8 0%, #0075B2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2BB0F8), color-stop(1, #0075B2));
    background-image: -webkit-linear-gradient(top, #2BB0F8 0%, #0075B2 100%);
    background-image: linear-gradient(to bottom, #2BB0F8 0%, #0075B2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0075B2', endColorstr='#2BB0F8', GradientType=0);
}

.navbar .brand {
    float: left;
    display: block;
    padding: 8px 20px 12px;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 200;
    line-height: 1;
    color: #999999;
}




.navbar .btn{
    display: inline-block;
    padding: 4px 10px 4px;
    margin: 5px 5px 6px;
    line-height: 18px;

}


.navbar .btn-group > .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
    -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}




.dropdown > .dropdown-menu:after, .dropdown-toggle > .dropdown-menu:after, .btn-group > .dropdown-menu:after {
    position: absolute;
    top: -7px;
    left: auto;
    right: 13px;
    display: inline-block !important;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    content: '';
}

.dropdown > .dropdown-menu:before, .dropdown-toggle > .dropdown-menu:before, .btn-group > .dropdown-menu:before {
    left: auto;
    right: 13px;
}


.navbar .dropdown-toggle [class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("../images/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
}


.navbar .dropdown-toggle .icon-user {
     background-position: -168px 0;
}
.navbar .dropdown-menu{
    list-style: none;
    padding: 4px 0px;

}


.navbar .dropdown-menu a {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    color: #333333;
    white-space: nowrap;

}
.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
}

.page-header.navbar .page-logo{
    width: auto;
    max-width: 50%;
}

.navbar .btn-group{
    padding: 5px;
    padding-bottom: 6px;
    margin-right: 5px;
}

.top-menu .btn {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    *zoom: 1;
    padding: 4px 10px 4px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    *line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(top, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #cccccc;
    *border: 0;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);

}

.top-menu .btn-group > .btn:first-child {
    margin: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    padding: 4px;
    padding-right: 10px;
    padding-left: 10px;
    border: 1px;



}



.navbar .brand:hover{
    text-decoration: none;
}