/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
        border-radius: 4px !important;
}

.portlet .portlet-title {
        border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
        border-radius: 0px 0px 4px 4px !important;
}
*/

/*.table-responsive { overflow-x: hidden !important;; }*/
.app-title { color: #14B9D6; }
.ms-container { width: 570px !important;  }
.ms-container .ms-list { height: 400px; }

.input-icon > i {
    color: #ccc;
    display: block;
    position: absolute;
    margin: 15px 2px 4px 10px;
}


@media (min-width: 480px) and (max-width: 800px) {
    .app-title {
        /*font-size: 20px;*/
    }
}

.mr0{
    margin-right: 0px;
}

@media (min-width: 992px) {
    .modal-gt-lg {
        width: 1200px;
    }
}

.page-footer .page-footer-inner {
  float: none;
  display: block;
}

.table.table-bordered thead > tr > th {
    border-bottom: 1px solid #ddd;
}

.text-middle {
    vertical-align: middle!important;
}

.text-center-middle {
    text-align: center;
    vertical-align: middle!important;
}