
html,
body {
    height: 100%;
    font-size: 13px;
}
.main-header {
    max-height: 200px;
}
.main-header .navbar-custom-menu, .main-header .navbar-right {
    margin-top: 0px;
}    

.main-header .logo {
    background-color: #404040;
    color: #fff;
    border-bottom: 0 solid transparent;
    padding-top: 5px;
    height: 55px;
    line-height: 40px;
    text-align: left;
    margin-left: 0;
}
.main-header .logo img {
    padding: 0;
    object-fit: contain;
    margin: 0 auto;
}

.main-header .logo .logo-lg img {
    max-width: 200px;
    max-height: 35px;
}


.fa-1p8x {
    font-size: 1.8em;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}


/*.input-group-html5 .input-group-addon:first-child {
    border-right: 0px solid #ccc !important;
}*/

.input-group-html5 .input-group-addon:first-child {
    border:none !important;
    background-color: #565656;
}
.input-group-html5 .input-group-addon {
    width: auto;
    padding: 0;
}

.sp-replacer {
    background-color: #565656;
}

.sp-krajee .sp-choose {
    color: #fff;
    background-color: #003afe;
    border-color: #2e6da4;
}


.fa-2x {
    font-size: 1.8em;
}

@media (max-width: 564px){
    .modal.in .modal-dialog {
        width: auto;
    }    
};

.alert-minimalist {
	background-color: rgb(241, 242, 240);
	border-color: rgba(149, 149, 149, 0.3);
	border-radius: 3px;
	color: rgb(149, 149, 149);
	padding: 10px;
}
.alert-minimalist > [data-notify="icon"] {
	height: 30px;
	margin-right: 12px;
}
.alert-minimalist > [data-notify="title"] {
	color: rgb(51, 51, 51);
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}
.alert-minimalist > [data-notify="message"] {
	font-size: 80%;
}

.alert-info {
    border-color: #003afe;
}
.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
  background-color: #003afe !important;
}



.content {
    min-height: 250px;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}
.info-box-text {
    display: block;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
} 
.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 12px;
}
.progress-description, .info-box-text {
    display: block;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 70px;
    width: 70px;
    text-align: center;
    font-size: 45px;
    line-height: 70px;
    background: rgba(0,0,0,0.2);
}       
.info-box {
    display: block;
    min-height: 70px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 2px;
    margin-bottom: 15px;
}
.info-box-content {
    padding: 5px 10px;
    margin-left: 70px;
}  

.skin-t2 .wrapper, .skin-t2 .main-sidebar, .skin-t2 .left-side {
  background-color: #ecf0f5;
}
.wrapper {
    background-color: #ecf0f5;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.panel {
  border-radius: 0px;
  border: 1px; 
  box-shadow: none;
}

.panel-heading {
    border:none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0px 5px 3px;
}

.panel-body {
    padding: 5px;
    margin-left: 3px;
}  

.panel-footer {
    border:none;
}

.panel-form {
    box-shadow: none;
    background-color: #ffffff;
    padding: 10px;
}

/*
 * Component: Users List
 * ---------------------
 */
.users-list-t2 > li {
  width: 25%;
  float: left;
  padding: 15px;
  margin-left: 6%;
  text-align: center;
}
.users-list-t2 > li img {
  border-radius: 50%;
  max-width: 55%;
  height: auto;
}
.users-list-t2 > li > a:hover,
.users-list-t2 > li > a:hover .users-list-t2-name {
  color: #999;
}
.users-list-t2-name,
.users-list-t2-date {
  display: block;
}
.users-list-t2-name {
  font-weight: 600;
  color: #444;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.users-list-t2-date {
  color: #000000;
  font-size: 25px;
}
.users-list-t2-date-white {
  color: #FFFFFF;
  /* font-size: 25px; */
}

.input-date-iot {
    border:none; 
    width: 157px;
    background-color: #333; 
    color:#ccc;    
    font-size: 9px;
    height: 19px;
}

/* Configuração para usar o input date */
input[type="date"]:before{
    color:lightgray;
    content:attr(placeholder);
}

input[type="date"].full:before {
    color:black;
    content:""!important;
}
/*  */
.users-list-t2 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tabs-krajee.tabs-left .nav-tabs, .tabs-krajee.tabs-right .nav-tabs {
    width: 174px;
}
.tabs-krajee.tabs-left .tab-content {
    margin-left: 165px;
}

.tabs-left .tab-content {
    border: none;
    border-left: 0;
}
.tabs-left > .nav-tabs {
    float: left;
    margin-right: 0;
    border-right: 0;
}

/*
 * Overrid Widget Kartik
 * ---------------------
 */

.summary {
    font-size: 8px;
    color: graytext;
}

.sortable {
    border: 0;
    padding: 0px;
}
.sortable li {
    border: 0;
}

.sortable li {
    border: none;
    list-style: none outside none;
    margin: 4px;
    padding: 0px;
    cursor: move;
}
.sortable li:focus, .sortable li:hover {
    background-color: cyan;
    border-radius: 6px;
    border: 0px; 
}


/* Modo Ligth do Thema */

/* SCROLLBAR                                                                 */
::-webkit-scrollbar { width: 8px; height: 8px;  background-color: #333; }
::-webkit-scrollbar-button {  background-color: #666; }
::-webkit-scrollbar-track {  background-color: #eeeeee;}
::-webkit-scrollbar-track-piece { background-color: #eee;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 3px;}
::-webkit-scrollbar-corner { background-color: #eeeeee;}
::-webkit-resizer { background-color: #333;}

.widget-clp-mini {
  background-color: #000000;
  box-shadow: none;
  border-radius: 0px;

}
.widget-clp-small {
  background-color: #000000;
  box-shadow: none;
  border-radius: 0px;
}
.widget-clp-normal {
  background-color: #000000;
  box-shadow: none;
  border-radius: 0px;
}
.widget-clp-large {
  background-color: #000000;
  box-shadow: none;
  border-radius: 0px;
}


.dropdown > a {
    color: #909090;
}

.dropdown > a:visited {
   background-color: yellow;
}

.iot-dropdown > a {
        color: #000;
        background-color: #ecf0f5;;
}

.iot-dropdown > a:focus {
        background-color: #ecf0f5;
}

.iot-dropdown > a:hover {
        background-color: #ecf0f5;
}

/* ************************************************************************* */
/* MENU DO MODULO - Igual para Dark/Ligth                                    */
/* ************************************************************************* */

.input-menu {
    height:20px;
    font-size:10px;
    background-color: #333;
    border-color: #333;    
}

label-menu {
    color:#ccc;
    font-size: 11px;
}

label-titlemenu {
    color:#eee;
    font-size: 12px;
}

/* ************************************************************************* */




.dropdown-menu {
   box-shadow: none;
   font-size: 11px;
   border: none;
}

.pull-left {
    color: black;
}

.pull-left > h5{
    margin-top: 2px;
    margin-bottom: 2px;
}

.menu>li{
    padding-top: 0px;
    margin-top: 0px;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a {
    margin: 0;
    padding: 1px 10px;
}

.navbar-nav > .messages-menu > .dropdown-menu{
    box-shadow: none;    
    border: none;
    border-radius: 0px;
    width: 260px;
    margin-top: 20px;
    padding: 0px;
}
.navbar-nav > .messages-menu > .dropdown-menu >.li{
    padding: 10px;
}


.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4 {
    padding: 0;
    margin: 0 0 0 45px;
    color: #000000;
    font-size: 15px;
    position: relative;
}

.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
    width: 180px;
    
}
.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    width: 180px;
    height: 100px;
    /*padding: 5px;*/
    text-align: center;
    background-color: #222;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>img {
    z-index: 5;
    height: 50px;
    width: 50px;
    border: 0px solid;
    border-color: transparent;
    border-color: rgba(255,255,255,0.2);
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer {
    background-color: #333;
    padding: 10px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 12px 10px;
}

.dropdraw-menu { 
    width: 100px;
}


/* ************************************************************************** */

/* Azul padrão iotResolve */
.blue-iotresolve { 
    color: #003afe;
}
/* Azul padrão iotResolve mais claro*/
.blue-hover-iotresolve {
    color: #004efe;
}

/*.btn-sm, btn-default, btn-profile {
    background-color: #003afe;
    border-color: #003afe;
}*/

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-default, btn-profile {
    background-color: #2c2c2c;
    border-color: #2c2c2c;
}

.btn-primary {
    background-color: #003afe;
    border-color: #003afe;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus  {
    background-color: #004efe;
}

.btn-profile>a {
    background-color: #003afe;
    border-color: #003afe;
}
.bg-blue-medium {
    color: #ffffff;
    background-color: #004efe !important;
}
.open > .dropdown-toggle.btn-primary { 
    background-color: #004efe; 
    border-color: #004efe; 
}


/* ************************************************************************** */

.login-page, .register-page {
    background-image: none;
    background: none;
}
.login-box, .register-box {
    width: 280px;
    margin: 7% auto;
}
.login-box>.panel>.panel-heading {
    top:25%;
    padding: 10px 15px;
}

.login-box>.panel>.panel-body {
    padding: 10px;
    background-color: #333;
    margin-left: 0px;
}

.field-login-form-login>input, .field-login-form-password>input, .field-recovery-form-email>input, .field-recovery-form-password {
    background-color: #333;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-color: #d3d3d3;
    color: #ffffff;
    margin-top: 10px;
}

.field-login-form-login>label, .field-login-form-password>label {
    display:none;
}

/*.field-login-form-password>.help-block {
    margin-top: -15px;
}*/

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-color: #d3d3d3;
    -webkit-text-fill-color: #ffffff;
 /* -webkit-box-shadow: 0 0 0px 1000px #d3d3d3 inset;*/
    transition: background-color 5000s ease-in-out 0s;
}



.skin-t2 .main-header .navbar .nav > li > a:hover, .skin-t2 .main-header .navbar .nav > li > a:active, .skin-t2 .main-header .navbar .nav > li > a:focus, .skin-t2 .main-header .navbar .nav .open > a, .skin-t2 .main-header .navbar .nav .open > a:hover, .skin-t2 .main-header .navbar .nav .open > a:focus, .skin-t2 .main-header .navbar .nav > .active > a {
    background: rgba(0,0,0,0.1);
    color: #f6f6f6;
    height: 55px;
}

.title-module-monitor{
    color:black;
}
.title-module-monitor>a:hover{
    color:#333;
}
[data-theme="dark"] .title-module-monitor>a:focus{
    color:#333;
}


.table-bordered>thead>tr>th { border: none; }
.table-bordered>tbody>tr>th { border: none; }
.table-bordered>tfoot>tr>th { border: none; }
.table-bordered>thead>tr>td { border: none; }
.table-bordered>tbody>tr>td { border: none; } 
.table-bordered>tfoot>tr>td { border: none; }




/*  QRCODE */ 
/*.responsive {
    max-width: 100%;
    height: auto;
}

@media screen and (min-width: 340px){

    .dialogWide > .modal-dialog {
        width: 375px !important;
        left:-10px;
        top:5%;
    }
    
}
@media screen and (min-width: 960px){
    .dialogWide > .modal-dialog {
        width: 50% !important;
        left:-10px;
    } 
}

@media screen and (min-width: 1280px){

    .dialogWide > .modal-dialog {
        width: 30% !important;
        left:-10px;
    } 
}*/

/* ************************************************************************* */
/* FORM CONTROL                                                              */
/* ************************************************************************* */

/*.form-control {
   background-color: #ccc !important;
    border: none;
    color: #000 !important;
}*/

/* ************************************************************************* */
/* Dashboard                                                                 */
/* ************************************************************************* */

.box-graph {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}
canvas {
/*  border: 1px dotted red;*/
/*  border-bottom: 1px dotted red;*/
}
.chart-container {
  position: relative;
  margin: auto;
  margin-right: 5px;
  height: 50%;
  width: 98%;
  margin-left: 4px;
}
     
.chart-container-h20 {
  position: relative;
  margin: auto;
  height: 30%;
  width: 98%;
  margin-left: 5px;
}


.box-header>.fa, .box-header>.glyphicon, .box-header>.ion, .box-header .box-title {
    display: inline-block;
    font-size: 14px;
    margin: 0;
    line-height: 1;
}


/* loader */
#loader{
    position: relative;
/*    left: 50%;
    top: 50%;*/
    height: 3vw;
    width: 3vw;
    margin: 5px; 
    border: 1px solid transparent;
    border-top-color: #003afe;
    border-bottom-color: #003afe; 
    border-radius: 50%;
    z-index: 2;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader:before{
	content: "";
    position: absolute;
    top:2%;
    bottom: 2%;
    left: 2%;
    right: 2%; 
    border: 1px solid transparent;
    z-index: 2;
    border-top-color: #004efe;
    border-radius: 50%;
    -webkit-animation: spin 3s linear infinite;
    -moz-animation: spin 3s linear infinite;
    -o-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader:after{
    content: "";
    position: absolute;
    top:5%;
    bottom: 5%;
    left: 5%;
    right: 5%; 
    border: 1px solid transparent;
    border-top-color: #ffffff;
    z-index: 2;
    border-radius: 50%;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;

}

/*Keyframes for spin animation */

@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }

    50% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(180deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}


@-moz-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }

    50% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(180deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

@-o-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }

    50% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(180deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }

    50% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(180deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}


/* fim loader */


/*.col-lg-6, .col-lg-12 { 
    position: relative;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
}*/
/* ************************************************************************* */
/* MOBILE MODE                                                               */
/* ************************************************************************* */

@media (max-width: 850px) and (orientation: portrait) {
    .col-lg-6, .col-lg-12 { 
        position: relative;
        min-height: 1px;
        padding-right: 8px;
        padding-left: 8px;
    }
    .main-header .logo {
        text-align: center;
    }

    #loader{
        position: relative;
        height: 6vw;
        width: 6vw;
        margin: 12px; 
    }
}



/* Galaxy S5 */
@media (min-width: 360px) and (max-width: 361px) and (orientation: portrait) {
    .widget-clp-mini {
        width: 78px;
        height: 80px;
    }
    .sortable li { 
        margin: 2px;
        margin-left: 0px; 
        margin-bottom: 2px;
        min-width: 78px;
        min-height: 80px;     
     }
     .btext{
        position: absolute;
        top: 25%;
        width: 100%;
    }
    .login-box, .register-box {
        width: 240px;
        margin: 7% auto;
    }
    
}

@media (min-width: 640px) and (max-width: 641px) and (orientation: landscape) {
    .sortable li { margin: 10px; }
    .btext{
        position: absolute;
        top: -20px;
        width: 100%;
    }     
    .login-box, .register-box {
        width: 240px;
        margin: 7% auto;
    }
    
}

/* Pixel 2 */
@media (min-width: 411px) and (max-width: 412px) and (orientation: portrait) {
    .sortable li { margin: 6px; }
    .btext{
        position: absolute;
        top: 30%;
        width: 100%;
    }
    .login-box, .register-box {
        width: 240px;
        margin: 7% auto;
    }
}

@media (min-width: 731px) and (max-width: 732px) and (orientation: landscape) {
    .sortable li { margin: 3px; }
    .btext{
        position: absolute;
        top: 0px;
        width: 100%;
    }     
    .login-box, .register-box {
        width: 240px;
        margin: 7% auto;
    }
}
/* Pixel 2 XL */
@media (min-width: 823px) and (max-width: 824px) and (orientation: landscape) {
    .sortable li { margin: 3px; }
    .btext{
        position: absolute;
        top: 0px;
        width: 100%;
    }     
    .login-box, .register-box {
        width: 240px;
        margin: 7% auto;
    }
}



/* iPhone 5/SE S */
@media (min-width: 320px) and (max-width: 321px) and (orientation: portrait) {
    .sortable li { margin: 6px; }
    .btext{
        position: absolute;
        top: 25%;
        width: 100%;
    }
    .login-box, .register-box {
        width: 240px;
        margin: 7% auto;
    }
    
}

@media (min-width: 568px) and (max-width: 569px) and (orientation: landscape) {
    .btext{
        position: absolute;
        top: -20px;;
        width: 100%;
    }
    .login-box, .register-box {
        width: 240px;
        margin: 7% auto;
    }
}

/* iPhone 6/7/8 X M */
@media (min-width: 375px) and (max-width: 376px) and (orientation: portrait) {
    .sortable li { margin: 4px; }
    .btext{
        position: absolute;
        top: 25%;
        width: 100%;
    }     
    .login-box, .register-box {
        width: 240px;
        margin: 7% auto;
    }
}

@media (min-width: 667px) and (max-width: 668px) and (orientation: landscape) {
    .btext{
        position: absolute;
        top: -10px;;
        width: 100%;
    }
    .login-box, .register-box {
        width: 240px;
        margin: 7% auto;
    }
}
/* iPhone 6/7/8 PLUS */
@media (min-width: 414px) and (max-width: 415px) and (orientation: portrait) {
    .sortable li { margin: 8px; }
    .btext{
        position: absolute;
        top: 30%;
        width: 100%;
    }     
    .login-box, .register-box {
        width: 240px;
        margin: 7% auto;
    }
   
}

@media (min-width: 736px) and (max-width: 737px) and (orientation: landscape) {
    .sortable li { margin: 3px; }
    .btext{
        position: absolute;
        top: -10px;;
        width: 100%;
    }     
    .login-box, .register-box {
        width: 240px;
        margin: 7% auto;
    }
}

/* iPhone X */
@media (min-width: 812px) and (max-width: 813px) and (orientation: landscape) {
    .sortable li { margin: 3px; }
    .btext{
        position: absolute;
        top: -40px;
        width: 100%;
    }       
    .login-box, .register-box {
        width: 240px;
        margin: 7% auto;
    }
}

/* Responsive mobile L */
@media (min-width: 425px) and (max-width: 426px) and (orientation: portrait) {
     .sortable li { margin: 8px; }
    .login-box, .register-box {
        width: 240px;
        margin: 7% auto;
    }
}


@media (min-width: 854px) and (max-width: 855px) and (orientation: landscape) {
    .btext{
        position: absolute;
        top: 0px;
        width: 100%;
    }
    .login-box, .register-box {
        width: 240px;
        margin: 7% auto;
    }
}

@media (max-width: 991px) {
    .navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
        position: absolute;
        right: 0%;
        left: auto;
        border: none;
    }
    .navbar-custom-menu .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 21px;
    }    
    .navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
        position: absolute;
        right: 0%;
        left: auto;
        border: none;
        background: none;
    }
  
}
@media screen and (max-width: 480px) { 
    .kv-table-wrap tr > td:first-child {
        border-top: 3px double #ccc;
        margin-top: 0px;
        font-size: 1.2em;
    }
}


