.c-1_5{ width: 12.5%}   
.col-centered { float:none; margin:0 auto; }

.valign-top{vertical-align: top !important;}
.td-action{white-space: nowrap;}
tr.item-desc > td{ border-top: 0px !important;}
.login-f span.input-group-addon i {width: 16px}
.display-none{ display:none !important; }
.right{float: right;}

.bread-div{ display: inline-block; font-size: 0.8em; margin: 0;}

.order-title-id h2{font-weight: bold;}
.order-title-id h2 span{ font-size: 11px; vertical-align: middle;font-weight: normal; }

.form-btn{border-top: 1px solid #CCC; padding-top:20px; }
 
.width-30-pct{ width:30%; }
.width-40-pct{ width:40%; }
.overflow-hidden{ overflow:hidden;}
  
 
.padding-bottom-2em{ padding-bottom:2em; }
.padding-top-2em{ padding-top:2em; }

 .margin-top-3em { margin-top:3em; }  
.margin-right-1em{ margin-right:1em; }
.right-margin{ margin:0 .5em 0 0; }
.margin-bottom-1em { margin-bottom:1em; }
.margin-zero{ margin:0; }

.text-danger { color: #f44336;}
.text-align-center{ text-align:center; }
.text-align-r, .text-right{text-align: right;}
.text-indentation{ text-indent: 10px;}

.avatar{
    height: 180px;
    width: 180px;
    background: #DDD;
    border-radius: 180px;
    margin: 50px auto 0 auto;}
    .avatar i { font-size: 10em;  margin-top: 12%;}

.c-success { color: #5cb85c; }
.c-primary { color: #337ab7; }
.c-danger { color: #d9534f; }
.c-warning { color: #f0ad4e; }
 
.table-no-border {
    
    border: 0px solid !important;
}

#items-order-form .select2-results__option {
  border-bottom: 1px solid #CCC;
}

.modal-backdrop {
 
    background-color: rgba(255, 255, 255, 0.8);
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0px;
    outline: 0;
     -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .2); 
     box-shadow: 0 3px 9px rgba(0, 0, 0, .2); 
}
 
.alert-default{  color: #181818;  background-color: #FEFEFE;  border-color: #CDCDCD;}

div.icon-notify {  border-radius: 40px; color: #FFF; height: 60px; width: 60px; margin-left: 8px;}
div.icon-notify.success { background: #4DAA4D;}
div.icon-notify.warning { background: #F4BE4B;}
div.icon-notify.danger { background: #D93A3A;}
.fa-icon-notify{    margin: 10px 0px 0px -5px;}
.fa-icon-notify.fa-trash-o{    margin: 10px 0px 0px -2px;}

#create-order-d:hover{    cursor: pointer;   color:#428bca; }

.setup-callout:hover { cursor: pointer;  color: #428bca;}

.btn{ border-radius: 0px; border: 0px;}
.btn.btn-white{background-color:#FFF; border: 1px solid #A2A2A2; }
    .btn-white:hover{background-color:#EEE; border: 1px solid #ccc; }
    #filter.btn-white.active{background-color: #E3F0FD;}

.btn.btn-none{color:#9E9E9E; background-color:#FFF; border: 0px solid #FFF; outline:none;}
.btn.btn-none:active{
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}
    .btn-none:hover{background-color:#FFF ; color:#d9534f; border: 0px solid #FFF; }

.dropdown-menu { left: -5px; min-width: 140px;}
.dropdown-menu{border-radius: 0px; box-shadow: 0 0 0}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #262626 !important;
    text-decoration: none;
    background-color: #f5f5f5 !important;
}
.dropdown-menu .divider {border-bottom: 1px solid #DDD;}
.dropdown-toggle span.username{ padding: 12px 11px 0 11px; display: inline-block; line-height: 15px; text-align: left;}
.dropdown-toggle span.user{ display: block;font-size: 10px;}
.dropdown-toggle i.fa-angle-down{ vertical-align: super;}


.page-header{margin-top: 0}
.page-header h3{text-transform:capitalize;}

.page-title{display: inline-block; padding: 0 25px;}
.btn-title{display: inline-block;float: right;padding-right: 10px;}

div.dataTables_wrapper {/*clear:none; float: left;*/ /*width: 300px;*/
       /* margin: 0 auto;*/}
.page-header .btn{
    display: inline-block;
    /*float: right;*/
    margin: 20px 0 0 20px;
}


.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border-top: 1px solid #3174c7;
}
.nav-tabs>li>a {border-radius: 0;}
.nav-tabs>li { margin-bottom: -2px; }

div.alphabet {
    position: relative;
    display: inline-block;
   /* margin-bottom: 1em;
    margin-left: 6.1%;
    padding-left: 1%;
    padding-right: 1%;*/
    width: 100%;
    margin:1em auto; 
}
 
div.alphabet span {
    /*display: block;*/
    /*display: table-cell;*/
    display: inline-block;
    color: #3174c7;
    cursor: pointer;
    text-align: center;
    /*width: 3.5%*/
    /*width: 20px; */
    border-left: 1px solid #CCC;
    font-weight: bold;
    min-width: 30px;
    max-width: 40px;
}
 
div.alphabet span:hover {
    text-decoration: underline;
}
 
div.alphabet span.active {
   /* color: black;*/
    color: #FFF;
    background: #3174c7;
    border-left: 1px solid #3174c7;
}
 
div.alphabet span.empty {
    color: #CCC;
    font-weight: lighter;
}

td.Pendiente-text{color:red !important; font-weight:bold;}
td.Recibido-text{color:green !important; font-weight:bold;}
td.Procesado-text{color:orange !important; font-weight:bold;}
.nb-id{ 
       
    padding-left: 8px;
    padding: 7px;
}
.Pendiente{
    border-left: 3px solid red;
    padding-left: 5px;
}

#side-menu li.active a, #side-menu li.active a:hover{background: #0062B2;}

#total{
    padding: 2% 10% 1% 0;
    border-top: 1px solid #EEE;
}
#create-order-form input[name="estado"]{    
    background-color: #FFF;
    color: #d9534f;
    font-weight: bold;
    border: 1px solid #CCC;
    border-left: 5px solid #d9534f;
}

#select_estado{
    background-color: #FFF;
    font-weight: bold;
}
#select_estado.Pendiente {    
    color: #d9534f;
    border-left: 5px solid #d9534f;
}
#select_estado.Procesado {    
    color: orange;
    border-left: 5px solid orange;
}
#select_estado.Recibido {    
    color: #4CAF50;
    border-left: 5px solid #4CAF50;
}
#select_estado.Anulado {    
    color: #777;
    border-left: 5px solid #777;
}

#select_estado option[value='Pendiente']{color: #d9534f;}
#select_estado option[value='Procesado']{color: orange;}
#select_estado option[value='Recibido']{color: #4CAF50;}
#select_estado option[value='Anulado']{color: #777;}
.table > tbody > tr > td{
    padding: 2px;
    line-height: 1.42857143;
    vertical-align: middle;
}

/*#page-loader {
    position: fixed;
    top: 46px;
    left: 46px;
    bottom: 0;
    right: 0;
    background: #FFF;
    z-index: 1020;
}
#page-loader.fade {
    display: none
}

#page-loader.fade.in {
    display: block
}*/

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg)
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(359deg)
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg)
    }

    to {
        -o-transform: rotate(359deg)
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.spinner,.spinner-small {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px -20px 0 0;
    border: 2px solid #e7e7e7;
    border-top: 2px solid #007EF1;
    border-radius: 100%
}

/*.fade.in .spinner,.fade.in .spinner-small {*/
.spinner, .spinner-small {
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear
}

.spinner-small {
    border: 2px solid rgba(0,0,0,.05);
    border-top: 2px solid #007EF1;
    height: 30px;
    width: 30px;
    margin: -15px -15px 0 0
}
#progressbar i {

  color: #008BFF;
  margin-left:20px;
  margin-top: 5px;
  font-size: 18px;
  position: fixed;
  right: 20px;

}

.faa-fast{  
  -webkit-animation: fa-spin 0.5s infinite linear;
  animation: fa-spin 0.5s infinite linear;
}
 
body {
    background-color: #f8f8f8;
    font-family: "Segoe UI Light", 'Open Sans' !important;
    font-weight: lighter;
} 

.navbar{min-height: 46px;}
.navbar-brand{padding-top: 10px !important; color: #FFF !important}
#wrapper { width: 100%;}

#page-wrapper { padding: 0 15px; min-height: 568px; background-color: #fff; border-top: 1px solid #ddd; margin: 0 0 0 46px;}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
}

@media screen and (max-width: 740px){

    .display-icon{
        display: none;
    }
}


#side-menu li a i.fa { margin-left: 14px; padding-right: 30px; }
#side-menu .nav > li > a {  padding: 0 0 0 15px}

.n-radius{border-radius: 0 !important;}
.navbar-brand>img {display: inline; !important;}
.panel, .panel-body,  .panel-heading, .form-group .form-control, .form-group span{    border-radius: 0 !important;box-shadow: 0 0 0 0;}

#create-order{ cursor: pointer; cursor: hand;}

.navbar-top-links { margin-right: 0; }
.navbar-top-links li { display: inline-block; }
.navbar-top-links li:last-child { margin-right: 15px; }
.navbar-top-links li a { padding: 15px; min-height: 50px; }

.navbar-top-links .dropdown-menu li {    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
    background-color: #eee;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 51px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 5%;
    background: rgba(255, 255, 255, 0.25);
    border: 0px;
    margin-bottom: 50px;

}
.login-panel>.panel-heading {
    color: #FFF;
    background: rgba(255, 255, 255, 0);
    border: 0;
}
.login-f .form-control { border: 0px;}
.login-f .input-group-addon{background-color: #FFF; border:0px;}
.login-panel .login-f .input-group { border:1px solid #DDD;}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: none;
    padding-left: 8px;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: none;
    padding-left: 8px;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: none;
    padding-left: 8px;
    font-family: fontawesome;
    color: rgba(50,50,50,.2);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 5px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.btn-success.btn-circle {
  color: #5cb85c;
  background-color: transparent;
  border:1px solid;
  border-color: #4cae4c;
}

.btn-primary.btn-circle {
    color: #337ab7;
    background-color: transparent;
    border:1px solid;
    border-color: #2e6da4;
}

.btn-danger.btn-circle {
    color: #d9534f;
    background-color: transparent;
    border:1px solid;
    border-color: #d43f3a;
}

.btn-warning.btn-circle {
    color: #f0ad4e;
    background-color: transparent;
    border:1px solid;
    border-color: #d58512;
}

.btn-success.btn-circle:hover {
  color: #FFF;
  background-color: #5cb85c;
  border:1px solid;
  border-color: #4cae4c;
}

.btn-primary.btn-circle:hover {
    color: #FFF;
    background-color: #337ab7;
    border:1px solid;
    border-color: #2e6da4;
}

.btn-danger.btn-circle:hover {
    color: #FFF;
    background-color: #d9534f;
    border:1px solid;
    border-color: #d43f3a;
}

.btn-warning.btn-circle:hover {
    color: #FFF;
    background-color: #f0ad4e;
    border:1px solid;
    border-color: #d58512;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 36px;
}

.panel.panel-form .panel-heading i {
    border-right: 1px solid #ccc;
    padding: 12px 20px;
    height: 40px;
    width: 50px;
    display: inline-block;
    text-align: center;
    margin: -10px 20px -10px -20px;
    font-size: 16px;
    color: #337ab7;
}

  

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}


.item{
margin: 10px 15px 10px 10px;
}
.item div{
    padding-right: 5px;
    padding-left: 0;
}

.sl-text{font-size: 14px; font-weight: bold;}

.searchs-box{
    background: #FBFBFB;
    padding: 20px 10px 5px 10px;
    /*border: 1px solid #CCC;*/
    margin-bottom: 2em;
    border-bottom: 3px solid #337AB7;
}

.searchs-box.row {display: none;}

.searchs-box input, .searchs-box select, .searchs-box button { margin-bottom: 1em;}
.searchs-box .search-bt{    
    width: 100%;
}

.form-control,
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    /* background-image: none; */
    border: 1px solid #ccc;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
    -webkit-transition: border-color ease-in-out .15s, 
    -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 0;
    box-shadow: 0 0 0

}


select, select.form-control{
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px;
  border: 1px solid #ccc;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  padding: 5px 20px 5px 10px;
  }
select::-ms-expand {
    display: none; }
select.radius {
    border-radius: 3px; }
select:hover {
     
    border-color: #999999; }

.form-control:hover, input[type="search"]:hover {  border-color: #999999; }
.form-control:focus, input[type="search"]:focus { border-color: #277DEF; outline: 0; box-shadow: 0 0 0; }

select:disabled, select:disabled:focus, select:disabled:hover {
    background-color: #FFFFFF !important;
    cursor: default !important;
    border: 1px solid #FFF;
    background-image: initial; 

}


#select_estado.Pendiente:active, #select_estado.Pendiente:focus, #select_estado.Pendiente:hover {    
    border-color:#d9534f;
}
#select_estado.Procesado:active, #select_estado.Procesado:focus, #select_estado.Procesado:hover {    
    border-color:orange;
}
#select_estado.Recibido:active, #select_estado.Recibido:focus, #select_estado.Recibido:hover {    
    border-color:#4CAF50;
}

input[disabled], select[dissabled], textarea[disabled],textarea[readonly],
input[disabled]:hover, select[dissabled]:hover, textarea[disabled]:hover, textarea[readonly]:hover,
input[disabled]:focus, select[dissabled]:focus, textarea[disabled]:focus, textarea[readonly]:focus{
    background-color: #FFF !important;
    cursor: default !important;
    border-color: #FFF;
    font-style: italic;
    border-top: 1px solid #CCC;
}

#items-order-form input[disabled]{border-color: #FFF !important;}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #FFF;
    cursor: default;
    font-style: italic;
    border-color: #FFF;
    border-top: 1px solid #CCC;
}

#items-order-form .select2-container--default.select2-container--disabled .select2-selection--single {
    border-color: #FFF !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow b {
    border-color: #FFF transparent transparent transparent;
}


/* default screen, non-retina */

.login-bg {
    /*background-image: url('../images/pp_entrada.png');*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 70% 45%;
    background-size: 145%;
    background-color: #001131;
}
.login-bg h1{color: #FFF;}

 

@media only screen and (max-width: 320px) {
    /* Small screen, non-retina */
    /*.login-bg { background-image: url("images/bg290.jpg"); }*/
    .login-bg{
        background-position: 60% 0;
        background-size: 320%;
    }
    .login-bg h1{font-size: 25px;}
    
}

@media only screen and (max-width: 481px) and (min-width: 321px) {
    /* Medium screen, non-retina */
    /*.login-bg { background-image: url("images/bg538.jpg"); }*/
    .login-bg{
        background-position: 60% 30%;
        background-size: 370%;
    }
     .login-bg h1{font-size: 25px;}
}
 /* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
    .login-bg{
        background-position: 60% 30%;
        background-size: 200%;
    }
}

@media only screen and (max-width: 532px) and (min-width: 481px) {
    /* Medium screen, non-retina */
    /*.login-bg { background-image: url("images/bg538.jpg"); }*/
    .login-bg{
        background-position: 50% 30%;
        background-size: 340%;
    }
    .login-bg h1{font-size: 30px;}
}

@media only screen and (max-width: 600px) {
    .btn-title{display: block; margin: 0 auto; width: 100%;text-align: center;}
}
 
@media only screen and (min-width: 532px) and (max-width: 790px) {
    /* Medium screen, non-retina */
    /*.login-bg { background-image: url("images/bg538.jpg"); }*/
    .login-bg{
        background-position: 70% 50%;
        background-size: 190%;
    }
   
}
 

 .bs-callout {
    padding: 10px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}
.bs-callout-grey-bg { background-color: #FBFBFB;}



.dx-widget
{
   
  font-size: 12px;
  font-family: 'Open Sans', 'Helvetica Neue','Segoe UI',Helvetica,Verdana,sans-serif;
  line-height: normal;
}

.dx-pager .dx-pages .dx-page {
    padding: 0.3em 0.8em;
}
.dx-datagrid .dx-header-filter {
    position: relative;
    font: normal normal normal 14px/1 FontAwesome;
}
.dx-datagrid .dx-header-filter:before {
    content: "\f0b0";
}