/*
.paging{
    text-align: center;
    color: #555555;
}
*/

div.actions{
    width:21%;
}
div.col-md-2.actions {
    width: 16.6666%;
}
div.form.fullwidth , div.index.fullwidth, div.view.fullwidth {
    float:none;
    width:100%;
    border-left:none;
    margin:0;
}

#header {
    padding:0px;
    border-bottom:2px solid #ccc;
}

div.section {
    margin-bottom: 10px;
}

#header h1 {
    white-space: nowrap;
    overflow: hidden;
    line-height:36px;
    background-color: white; /*url('../img/errequadro_logo.png') no-repeat 4px;*/
    background-image: none;
    color: #fff;
    padding: 6px;
    display:inline-block;
    float:left;
    width:200px;
    margin:0px;
}

.clearfloat, .clear {
    clear:both;
    line-height: 0;
}

a img {
    border:none;
}

hr {
    height:1px;
    border: none;
    background-color:#ddd;
}

img.ajax-loader {
    margin: 0px 3px;
}

ul#main_menu.menu ul li {
    list-style: none;
}

ul#main_menu.menu.horizontal {
    display:inline;
}

ul#main_menu.menu.horizontal li {
    display: inline;
    float: left;
    padding:2px 12px;
    margin-top:14px;
}

a,
a:active,
a:link,
a:visited {
    text-decoration:none;
}

ul#main_menu.menu a {
    color: #ffffff;
}

ul#main_menu.menu a.managers {
    color:orange;
}

ul#main_menu.menu a.internals {
    color:lightblue;
}

div#login_box {
    float:right;
    margin-bottom:0px;
    font-size: 14pt;
    padding:7px;
}

div#login_box ul {
    font-size:12pt;
}

div#login_box .userbox a {
    color: #ffffff;
}

div.userbox {
    color: #ffffff;
    cursor: pointer;
    padding: 2px 10px;
}
div.userbox:hover {
    background:#009999;
}

iframe.dialogbox {
    border:none;
    display:none;
}

.clean .form {
    float:none;
}

#footer {
    /*
    background: #003d4c url('../img/pat.logo.png') no-repeat left;
    min-height:90px;
    */
}

.unselectable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.index td.actions a.inspect {
    background: url('../img/icons/file_search.png') center center no-repeat;
    text-indent: -10000px !important;
    display:inline-block;
    border:none;
    width:32px;
}
.tool_box {
    right: 20px;
    position: fixed;
    top: 150px;
    width:10%;
    background-clip: padding-box;
    background-color: #F9F9F9;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px 6px 6px 6px;
    line-height: 16px;
    margin-bottom: 10px;
    padding: 20px;
    text-shadow: 0 1px 0 #FFFFFF;
    height:20%;
    overflow-x: auto;
    word-break:break-all;
    min-width: 100px;
}
.tool_box label{
    font-size: 20px;
}

.bootbox .modal-body{
    color:#333;
}

.modal-content .btn-primary{
    color:#FFFFFF
}
/*
.paging .disabled {
    padding: 5px 8px;
}
*/
.ui-dialog .ui-dialog-titlebar-close span {
    /*
    margin:0px !important;
    */
}

.panel > .list-group {
    border-radius: 0px;
}

.bootbox-body .form .form-section {
    margin: 10px -0.5em;
}

#facets-panel > .list-group > a {
    text-decoration: none;
}
.btn-align {
    font-size: 14px;
    padding: 6px 12px;
    line-height: 1.4;
    vertical-align: middle;
}

.paging .input-goto {
    padding: 5px 8px;
    border: 1px solid #ccc;
    border-left: 0px;
    border-right: 0px;
    display: inline-block;
    font-size: 12px;
    width: 48px;    
    background: #efefef;
    color: #c73e14;
}

.paging .btn-goto {
    padding: 5px 12px;
    border-radius: 0px;
    font-size: 12px;
    vertical-align: baseline;
    box-shadow: none;
}

.paging .stats {
    border: 0px;
}

.paging .stats:hover {
    background-color: transparent;
}

.paging .disabled {
    padding: 5px 8px;
}

body.dragging, body.dragging * {
    cursor: move !important;
}

.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}

ol.sortable-list {
    list-style-type: none;
}

ol.sortable-list li.placeholder {
    position: relative;
    /** More li styles **/
}

ol.sortable-list li.placeholder:before {
    position: absolute;
    /** Define arrowhead **/
    content: "";
    width: 0;
    height: 0;
    margin-top: -5px;
    left: -5px;
    top: -4px;
    border: 5px solid transparent;
    border-left-color: red;
    border-right: none;
}

i.icon-move {
    cursor: pointer;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    float: left;
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

i.icon-move:before {
    content: "\e068";
}

.icon-action:hover {
    cursor: pointer;
}

.nav-tabs .close.closeTab {
    margin: -2px 0 0 10px;
    font-size: 18px;
}

.progress-task {
    margin-bottom: 10px;
}


.collapsibleAdvancedDiv{
    width: 100%;
    padding: 0px;
}

.collapsibleAdvancedDiv .panel-heading{
    background-image:none;
    cursor: pointer;
}

.checkbox {
    margin-left: 20px;
}

.blink{
    animation: blink 1s infinite;
}

@keyframes blink{
    0%{opacity: 1;}
    75%{opacity: 1;}
    76%{ opacity: 0;}
    100%{opacity: 0;}
}

.switch {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 26px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e0e0e0;
    border: 1px solid #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-image: linear-gradient(to bottom,#428bca 0,#2d6ca2 100%);
    border: 1px solid #2b669a;
}

input:focus + .slider {
    /* box-shadow: 0 0 1px #2196F3; */
}

input:checked + .slider:before {
    -webkit-transform: translateX(29px);
    -ms-transform: translateX(29px);
    transform: translateX(29px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 26px;
}

.slider.round:before {
    border-radius: 50%;
}