﻿/*
       basic layout
    */
@font-face {
    font-family: 'Museo500-Regular';
    src: url('../fonts/Museo500-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'RobotoCondensed-Regular';
    src: url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'RobotoCondensed-Bold';
    src: url('../fonts/RobotoCondensed-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Lucida-Console';
    src: url('../fonts/Lucida-Console.ttf') format('truetype');
}

h1, h2, h3, h4, h5 {
    font-family: RobotoCondensed-Regular !important;
    margin: 10px;
}

h5 {
    font-weight: 300;
    font-size: 15px;
    color: #303030;
}

    h5 small {
        color: #707070 !important;
    }

a:active, a:focus, a {
    outline: 0 !important;
    border: none !important;
    -moz-outline-style: none !important;
    background-color: transparent !important;
    text-decoration: none !important;
}

hr.style1 {
    border-top: 1px solid #8c8b8b;
    text-align: center;
    margin: 10px 0 25px !important;
}

hr.style1:after {
        content: '§';
        display: inline-block;
        position: relative;
        top: -14px;
        padding: 0 10px;
        background: #fff;
        color: #8c8b8b;
        font-size: 18px;
        -webkit-transform: rotate(60deg);
        -moz-transform: rotate(60deg);
        transform: rotate(60deg);
    }


select.input-sm {
    
    margin-top: -3px !important;
}

.input-sm {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.input-sm {
    font-size:14px;
}
.dataTables_length label {
    padding: 2px 0 0 0 !important;
}

.wraptext {
    white-space: pre;
}

/*loading page */
.loadingpage {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('images/loadingpage.gif') 50% 50% no-repeat;
   
}
body.loading {
    overflow: hidden;
}

/*end loading page */

body {
    font-family: RobotoCondensed-Regular;
    padding-top: 0px;
    padding-bottom: 20px;
    min-height: 100%;
    background: #061f44;
    background: -webkit-linear-gradient(35deg,,0,0,0) no-repeat center center fixed; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(35deg,#091e39, #52176d, #061f44) no-repeat center center fixed; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(35deg,#091e39, #52176d, #061f44) no-repeat center center fixed; /* For Firefox 3.6 to 15 */
    background: linear-gradient(35deg,0,0,0) no-repeat center center fixed; /* Standard syntax */
    border: 0px solid red;
}

#wholespage, #wholespage-M, #wholespage-N {
    border: 0px solid red;
    width: 1518px !important; /* 1250 */
    margin: 0 auto;
    padding: 0;
    min-height: 100%;
    font-size: 11px !important;
    background-color: #1E1E23;
}

#wholespage-M {
    width: 350px !important;
    font-size: 11px !important;
}

#wholespage-N {
    width: 320px !important;
    font-size: 11px !important;
}

.menutop {
    color: #eee;
    text-align: right;
    padding: 5px 15px 0 0;
    margin: 0 2px 0 0;
    width: 100%;
    height: 23px;
    background: #9e0004; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#9e0004, #670002); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#9e0004, #670002); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#9e0004, #670002); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#9e0004, #670002); /* Standard syntax */
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 8px 8px 0 0;
    /* Firefox 1-3.6 */
    -moz-border-radius: 8px 8px 0 0;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 8px 8px 0 0;
    font-size: 10px;
    font-weight: 600;
    border: 0px solid red;
}
.menutop a {
    color: #eee;
    letter-spacing: 2px;
    margin: 0 5px;
    }

.menutop a:hover {
    color: #ffe800;
    
    text-decoration: none;
    }


.navbar-logo {
    width: auto;
    height: 24px !important;
    margin: 0 0 0 0px !important;
    padding: 0 !important;
    border: 0px solid red !important;
    float: right !important;
    background-color: transparent;
    font-size: 12px;
}

.navbar-logo-M, .navbar-logo-N {
    width: auto;
    height: 25px !important;
    margin: 0 0 0 0px !important;
    padding: 0 !important;
    border: 0px solid red !important;
    float: left !important;
    
    font-size: 12px;
}

.navbar-header, .navbar-header a {
    width: auto;
    height: auto !important;
    margin: 0 0 0 20px !important;
    padding: 0 !important;
    border: 0px solid red !important;
    float: left !important;
    
    font-size: 12px;
}

.navbar-menu h4 {
    font-size: 20px !important;
    margin: 10px 0 5px;
}

.navbar-menu {
    height: 28px;
    border: 0px solid yellow;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    background: #1E1E23;
}
.navbar-menu a, .navbar-menu a:active, .navbar-menu a:hover {
    color: #eee;
    }

.navbar-menu img {
    margin: 0 0 10px 0;
    width: auto;
    }

.navbar-menu-compact {
    height: 28px;
    border: 0px solid yellow;
    margin: 0 auto;
    text-align: left;
    width: 15%;
    float: left;
    background: #1E1E23;
}

    .navbar-menu-compact a, .navbar-menu-compact a:active, .navbar-menu-compact a:hover {
        color: #eee;
    }

    .navbar-menu-compact img {
        margin: 0 0 10px 0;
        width: auto;
    }

.unAuthorized {
    width: 50%;
    margin: 10px auto;
    padding: 5px 0 0 0;
    text-align: center;
    color: #000;
    background-image: url('images/menu/unAuthorized.png');
    background-repeat: no-repeat;
    background-position: center left;
    background-color: rgba(255,255,255,0.5);
    height: 120px;
}

.unAuthorized a {
    color: #000;
    }

/* menu li 
    .nav-text {
        padding: 10px 0 10px 60px !important;
        color: #d0d0d0 !important;
    }
    .nav > ul, navbar-nav > ul {
        border: 0px solid red;
        font-size: 12px !important;
        margin: 0px !important;
        padding: 0 !important;

    }

    .navbar-nav li, nav > li {
        margin: 0 !important;
        text-align:left;       
        float:none !important;
        width:198px !important;
        border:0px solid green;
    }
    .navbar-nav > li > a, .nav > li > a {
        padding: 10px 0 10px 60px !important;
        
        color: #a0a0a0 !important;
        margin: 0 auto !important;
        width: 198px !important;
        border: 0px solid red !important;
        text-align: left;
        z-index: 1000;
        line-height:20px !important;
    }
    .navbar-nav > li :hover, nav > li :hover {
        background-color: rgba(255, 156, 0, .2)  !important;
        background-image: url('images/menu/bgmenu-hover.png') !important;
        background-repeat: repeat-y;
        font-weight:600 !important;
        color:#e0e0e0 !important;
        border: 0px solid;
        z-index:-1000;
    }

    #nav2nd > a {
        border: 0px solid red;
        padding-left: 70px !important;
        line-height: 15px !important;
        width: 198px !important;
    }
*/


.page_header {
    border: 0px solid red;
    padding: 10px 0 5px 15px;
    margin: 0 0 5px 0;
   
    height: 45px;
}

    .page_header h4, .page_header h3 {
        margin: 0;
        padding: 0;
        display: inline;
    }


.page_header-M, .page_header-N {
    border: 0px solid red;
    padding: 10px 0 10px 15px;
    margin: 0 0 5px 0;
    height: 40px;
}

    .page_header-M h4, .page_header-M h3, .page_header-N h4, .page_header-N h3 {
        font-size: 16px;
        margin: 0;
        padding: 0;
        display: inline;
    }


.RoleDisplay {
    float: left;
    text-transform: uppercase;
    font-size: 10px;
    color: #fff;
    padding: 2px 12px 3px 12px;
    margin: 0px 5px 1px 2px;
    background: #9e0004; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#670002, #870000); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#670002, #870000); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#670002, #870000); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#670002, #870000); /* Standard syntax */
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 0px 8px 0 0;
    /* Firefox 1-3.6 */
    -moz-border-radius: 8px 8px 0 0;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 0px 0px 10px 10px;
}

.RoleDisplay-M, .RoleDisplay-N {
    float: right;
    text-transform: uppercase;
    font-size: 10px;
    color: #fff;
    padding: 2px 10px 2px 10px;
    margin: 0px 5px 1px 2px;
    background: #9e0004; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#670002, #870000); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#670002, #870000); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#670002, #870000); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#670002, #870000); /* Standard syntax */
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 0px 8px 0 0;
    /* Firefox 1-3.6 */
    -moz-border-radius: 8px 8px 0 0;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 0px 0px 10px 10px;
    height: 20px;
}
/* Menu Tab */

/* Style the tab */
.tabmenu {
    overflow: hidden;
    border: 0px solid #ccc;
    background-color: #99383b;
    height: 25px;
    float: left;
}

.tabmenu > .tablinks {
    text-transform: uppercase !important;
    font-size: 12px;
    font-family: RobotoCondensed-Bold, sans-serif;
    color:#eee;

    background-position-x: 15px;
    background-position-y: 10px;
    background-repeat: no-repeat;
}

/* Style the buttons inside the tab */

.tabmenu button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 6px 20px 6px 43px;
    transition: 0.6s;
    letter-spacing: 0.5px;
    height: 40px;
    }

    /* Change background color of buttons on hover */
    .tabmenu button:hover {
        background-color: #780002;
    }
    /* Create an active/current tablink class */
    .tabmenu button.active {
        background-color: #780002;
        height: 40px;
    }

.tabmenu-M, .tabmenu-N {
    /* overflow: hidden; */
    overflow: auto;
    border: 0px solid #ccc;
    background-color: #99383b;
    padding-top: 0px;
    height: 38px;
    width: 350px;
    float: right;
    white-space: nowrap;
}
    .tabmenu-M {
        width: 350px;
    }
    .tabmenu-N {
        width: 320px;
    }

.tabmenu-M > .tablinks-M, .tabmenu-N > .tablinks-N {
    text-transform: uppercase !important;
    font-size: 9px;
    font-family: RobotoCondensed-Bold, sans-serif;
    color:#eee;

    background-position: center top;
    background-position-y: 3px;
    background-repeat: no-repeat;
}
    .tabmenu-N > .tablinks-N {
        font-size: 9px;
    }

.tabmenu-M button, .tabmenu-N button {
    background-color: inherit;
    /*float: left;*/
    border: none;
    outline: none;
    cursor: pointer;
    padding: 25px 2px 5px 2px;
    transition: 0.6s;
    letter-spacing: 0.5px;
    height: 38px;
    width: 60px; /* 64px, 70px */
    display: inline-block;
}
    .tabmenu-N button {
        padding: 25px 2px 16px 2px;
        width: 54px;
    }

    /* Change background color of buttons on hover */
    .tabmenu-M button:hover, .tabmenu-N button:hover {
        background-color: #780002;
    }
    /* Create an active/current tablink class */
    .tabmenu-M button.active, .tabmenu-N button.active {
        background-color: #780002;
        height: 38px;
    }

.tabsubmenu-M, .tabsubmenu-N {
    /*overflow: hidden;*/
    overflow: auto;
    border: 0px solid #ccc;
    background-color: #b03426;
    height: 38px;
    width: 320px;
    float: right;
    white-space: nowrap;
}
    .tabsubmenu-M {
        width: 350px;
    }
    .tabsubmenu-N {
        width: 320px;
    }

.tabsubmenu-M > .tablinks-M, .tabsubmenu-N > .tablinks-N {
    text-transform: uppercase !important;
    font-size: 9px;
    font-family: RobotoCondensed-Bold, sans-serif;
    color:#eee;

    background-position: center top;
    background-position-y: 3px;
    background-repeat: no-repeat;
}
    .tabsubmenu-N > .tablinks-N {
        font-size: 9px;
    }

.tabsubmenu-M button, .tabsubmenu-N button {
    background-color: inherit;
    /*float: left;*/
    border: none;
    outline: none;
    cursor: pointer;
    padding: 25px 2px 16px 2px;
    transition: 0.6s;
    letter-spacing: 0.5px;
    height: 38px;
    width: 70px;
    display: inline-block;
}
    .tabsubmenu-N button {
        padding: 35px 2px 16px 2px;
        width: 64px;
    }

    /* Change background color of buttons on hover */
    .tabsubmenu-M button:hover, .tabsubmenu-N button:hover {
        background-color: #780002;
    }
    /* Create an active/current tablink class */
    .tabsubmenu-M button.active, .tabsubmenu-N button.active {
        background-color: #780002;
        height: 38px;
    }

.LegendParent {
    float: left;
    position: relative;
}

.LegendParent-M, .LegendParent-N {
    float: left;
}

.LegendIcon {
    position: relative;
}
    .LegendIcon > .ltablinks {
        text-transform: uppercase !important;
        font-size: 10px;
        font-family: RobotoCondensed-Bold, sans-serif;
        color: #eee;
		background-position-y: 2px !important;
    }

.LegendIcon-M, .LegendIcon-N {
    float: left;
    /*
    position: relative;
    display: inline-block;
    */
    flex: auto;
}

    .LegendIcon-M > .ltablinks-M, .LegendIcon-N > .ltablinks-N {
        text-transform: uppercase !important;
        font-size: 9px;
        font-family: RobotoCondensed-Bold, sans-serif;
        color: #eee;
    }

.LegendCount {
    border: 1px solid;
    position: absolute;
    height: 15px;
    width: 22px;
    color: white;
    border: 1px solid;
    background-color: #da0606;
    border-radius: 30px;
   /* padding: 2px 6px; */
    font-size: 9px;
    text-align: center;
    padding-top: 0px;
    margin-top: 1px;
    opacity: 0.9;
}

.LegendCount-M, .LegendCount-N {
    /*float: left;*/
    position: relative;
    height: 20px;
    width: 20px;
    color: white;
    border: 1px solid;
    background-color: #da0606;
    border-radius: 30px;
    font-size: 10px;
    text-align: center;
    padding-top: 2px;
    margin-top: 1px;
    margin-left: 39px;
    opacity: 0.7;
}
    .legendcount-2  { margin-left: 63px; }
    .legendcount-3  { margin-left: 63px; }
    .legendcount-4  { margin-left: 63px; }
    .legendcount-5  { margin-left: 63px; }
    .legendcount-6  { margin-left: 63px; }
    .legendcount-7  { margin-left: 63px; }
    .legendcount-8  { margin-left: 63px; }
    .legendcount-9  { margin-left: 55px; }
    .legendcount-10 { margin-left: 49px; }
    .legendcount-11 { margin-left: 43px; }

    .legendcount-Region { margin-left: 63px; }

.LegendCountText-M, .LegendCountText-N {
    display: inline-block;
    float: left;
    margin-top: -37px;
    text-align: center;
    width: 18px;
}

/* Style the tab */
.legendmenu {
    border: 0px solid #ccc;
    background-color: #696f71;
    height: 40px;
    padding-left: 0px;
    padding-top: 0px;
    /*-webkit-overflow-scrolling: touch;*/
}

.legendmenu > .ltablinks {
    text-transform: uppercase !important;
    font-size: 11px;
    font-family: RobotoCondensed-Bold, sans-serif;
    color:#eee;
    }

.legendmenu button {
    background-color: inherit;
    float: left;
    border: 0px solid #ccc;
    outline: none;
    cursor: pointer;
    padding: 25px 2px 10px 2px; /*1px 13px 6px 37px*/
    transition: 0.6s;
    letter-spacing: 0.5px;
    height: 40px; /*35px*/
    width: 90px; /*95px*/
    background-position: center top;
    background-position-y: 2px;
    background-size: 25%;
    background-repeat: no-repeat;
}

    .legend-11 { width: 69px !important; }
    .catlegend-11 { width: 74px !important; }

    .legend-10 { width: 78px !important; }
    .catlegend-10 { width: 82px !important; }

    .legend-9 { width: 82px !important; }
    .catlegend-9 { width: 90px !important; }

    .legend-8 { width: 90px !important; }
    .catlegend-8 { width: 100px !important; }

    /* Change background color of buttons on hover */
    .legendmenu button:hover {
        background-color: #cc0002;
    }
    /* Create an active/current tablink class */
    .legendmenu button.active {
        background-color: #780002;
        height: 40px; /*35px*/
    }

.legendmenu-M, .legendmenu-N {
    border: 0px solid #ccc;
    background-color: #57b2d4;
    width: 320px;
    height: 40px;
    padding-top: 0px;
    overflow: auto;
    /*
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;

    */
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    /* for IOS? 
    -webkit-overflow-scrolling: touch;
    */
}
.legendmenu-M {
    width: 350px;
}

.legendmenu-M > .ltablinks-M, .legendmenu-N > .ltablinks-N {
    text-transform: uppercase !important;
    font-size: 9px;
    font-family: RobotoCondensed-Bold, sans-serif;
    color:#eee;
    }
    .legendmenu-N > .ltablinks-N {
        font-size: 9px;
    }

.legendmenu-M button, .legendmenu-N button {
    background-color: inherit;
    /*float: left;*/
    border: 0px solid #ccc;
    outline: none;
    cursor: pointer;
    padding: 25px 0px 10px 0px;
    transition: 0.6s;
    letter-spacing: 0.5px;
    height: 40px;
    width: 60px; /* 63px, 70px*/
    display: inline-block;
    background-position: center top;
    background-position-y: 4px;
    background-size: 40%;
    background-repeat: no-repeat;
}
    .legendmenu-N button {
        width: 63px;
    }

    /* Change background color of buttons on hover */
    .legendmenu-M button:hover, .legendmenu-N button:hover {
        background-color: #cc0002;
    }
    /* Create an active/current tablink class */
    .legendmenu-M button.active, .legendmenu-N button.active {
        /* background-color: #780002; */
        /* border-bottom: 2px solid red; */
        background-color: #780002;
        height: 40px;
    }


.regionmenu {
    border: 0px solid #ccc;
    background-color: black; /*#45869e;*/ /*57b2d4;*/
    height: 30px;
    margin-left: 0px;
}

    .regionmenu > .ltablinks {
        text-transform: uppercase !important;
        font-size: 9px;
        font-family: RobotoCondensed-Bold, sans-serif;
        color: #eee;
    }

    .regionmenu button {
        background-color: inherit;
        float: left;
        border: 0px solid #ccc;
        outline: none;
        cursor: pointer;
        /*padding: 1px 2px 16px 2px;*/
        transition: 0.6s;
        letter-spacing: 0.5px;
        height: 30px;
        width: 90px; /* 62px, 86px */
        vertical-align: middle;
		padding-top: 10px;
    }

    /* Change background color of buttons on hover */
    .regionmenu button:hover {
        background-color: #cc0002;
    }
    /* Create an active/current tablink class */
    .regionmenu button.active {
        /* background-color: #780002; */
        border-bottom: 2px solid red;
        height: 30px;
    }


.regionmenu-M, .regionmenu-N {
    border: 0px solid #ccc;
    background-color: #45869e;
    height: 35px;
    padding-top: 0px;
    overflow: auto;
    /*
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;

    */
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    /* for IOS? 
    -webkit-overflow-scrolling: touch;
    */
}

.regionmenu-M > .ltablinks-M, .regionmenu-N > .ltablinks-N {
    text-transform: uppercase !important;
    font-size: 9px;
    font-family: RobotoCondensed-Bold, sans-serif;
    color: white;
    }
    .regionmenu-N > .ltablinks-N {
        font-size: 9px;
    }

.regionmenu-M button, .regionmenu-N button {
    background-color: inherit;
    float: left;
    border: 0px solid #ccc;
    outline: none;
    cursor: pointer;
    /*padding: 1px 2px 16px 2px;*/
    transition: 0.6s;
    letter-spacing: 0.5px;
    height: 30px;
    width: 85px; /* 62px, 86px */
    vertical-align: middle;
    }
    .regionmenu-N button {
        width: 79px;
    }

    /* Change background color of buttons on hover */
    .regionmenu-M button:hover, .regionmenu-N button:hover {
        background-color: #cc0002;
    }
    /* Create an active/current tablink class */
    .regionmenu-M button.active, .regionmenu-N button.active {
        /* background-color: #780002; */
        border-bottom: 2px solid red;
        height: 30px;
    }




/* Style the tab content */
.tabmenucontent {
    display: none;
    border: 0px solid #ccc;
    border-top: none;
    position: absolute;
    background-color: rgba(24,24,24, 0.9);
    width: 1250px;
    top: 43px; /*58px;*/
	z-index: 1;
}

.tabmenucontent-M, .tabmenucontent-N {
    display: none;
    border: 0px solid #ccc;
    border-top: none;
    position: absolute;
    background-color: rgba(24,24,24, 0.5);
    width: 320px;
    top: 28px; /*58px;*/
}
    .tabmenucontent-M {
        width: 350px;
    }
    .tabmenucontent-N {
        width: 320px;
    }

.contentmenu {
    border: 0px solid red;
    padding: 10px 120px 20px;
    margin: 0 20px;
    font-size: 15px;
    font-family: RobotoCondensed-Bold, sans-serif;
    float: right;
    color: #fff;
}

    .contentmenu a {
        color: #fff;
        text-decoration: underline;
    }

    .contentmenu p {
        border: 0px solid red;
        margin: 0 0 10px !important;
        padding: 0px 0 0 45px;
    }

    .contentmenu span {
        border: 0px solid red;
        padding: 0;
        margin: 0;
        font-size: 12px;
        position: relative;
        top: -8px;
        font-family: RobotoCondensed-Regular, sans-serif;
    }

    .contentmenu p:hover {
        border: 0px solid red;
        color: #f6e800;
    }

    .contentmenu h5 {
        padding: 0;
        color: #fff;
        font-size: 18px;
    }

.contentmenu_slide {
    text-align: left;
    padding: 0 20px 0 0px;
    margin: 0 auto;
    float: left;
    height: 20px;
}

    .contentmenu_slide img {
        margin: 0 0 0 20px;
        width: 40px;
    }

    .contentmenu_slide p {
        margin: 0 0 0 20px;
    }

.contentmenu_left {
    text-align: left;
    padding: 0 20px 0 0px;
    margin: 0 auto;
    float: left;
    height: 20px;
    border-right: 1px solid #fff
}

.contentmenu_right {
    text-align: left;
    float: left;
    height: 20px;
    padding: 0 10px 0 0;
}

    .contentmenu_right img {
        margin: 0 0 0 20px;
        width: 40px;
    }


.contentmenu_user {
    text-align: left;
    float: left;
    height: 20px;
    padding: 0 12px 0 0px;
    border-left: 1px solid #fff
}

    .contentmenu_user img {
        margin: 0 0 0 20px;
        width: 40px;
    }

    .contentmenu_user span {
        top: 0 !important;
    }



.contentmenu_center {
    text-align: left;
    padding: 0 0 0 20px;
    margin: 0 auto;
    width: 50%;
}



hr.menu {
    border: 0;
    height: 1px;
    padding: 0;
    margin: 5px 0 15px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}



/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    width: 100% !important; /*1250*/
    max-width: 100% !important; /*1250*/
    border: 0px solid red;
    /*background: #f5f5f5;*/
    background: #1b1b1b;
    /*background-image: url(images/menu/bg_02.jpg);*/
    background-repeat: repeat-y;
    height: 100%;
}

.body-content-M, .body-content-N {
    padding-left: 15px;
    padding-right: 15px;
    width:100% !important;
    max-width: 360px !important;
    border: 0px solid red;
    /*background: #f5f5f5;*/
    background: #278fbf;
    /*background-image: url(images/menu/bg_02.jpg);*/
    background-repeat: repeat-y;
    height: 100%;
}
    .body-content-M {
        max-width: 350px !important;
    }
    .body-content-N {
        max-width: 320px !important;
    }

.container {
    float: left;
    padding: 0 !important;
    overflow: auto;
    min-height: 600px;
}

.headbuttonmenu {
    /*justify-content: center;*/
    text-align: center;
    vertical-align: middle;
    padding: 0 !important;
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
    float: right;
}

.counterhead {
    /*justify-content: center;*/
    text-align: center;
    vertical-align: middle;
    padding: 0 !important;
    display: inline-block;
    font-size: 12px;
}

.counterhead-region {
    /*justify-content: center;*/
    text-align: center;
    vertical-align: middle;
    padding: 0 !important;
    display: inline-block;
    font-size: 12px;
    width: 100%;
    background-color: black; /*#45869e;*/
}

.counter {
    /*float: left;*/
    padding: 4px 0 !important;
    display: inline-block;
    font-size: 10px;
}

.legend {
    font-size: 9px;
    color: #282af0;
    padding: 0px 2px;
    margin: 0px;
}


.login {
    width: 40%;
    padding: 8px 10px 15px;
    margin: 10px auto;
    background: rgba(255,255,255,0.4);
    color: #f0f0f0;
}

.login-M {
    width: 100%;
    padding: 8px 10px 15px;
    margin: 10px auto;
    background: rgba(255,255,255,0.4);
    color: #f0f0f0;
}

.loginleft {
    float: left;
    width: 40%;
    text-align: right;
    padding: 7px 0px 0 0;
    margin: 5px 0;
    color: #000;
}

.loginright {
    float: right;
    width: 60%;
    margin: 5px 0;
}

.logincenter {
    text-align: center;
    width: 100%;
}

.BackToList {
    
    font-size: 13px;
    color: #fff !important;
    border: 0px solid red !important;
    padding: 8px 10px 8px;
    margin: 0 3px 10px 0;
    height:34px;

    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 5px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 5px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 5px;
    background: #b14242;
    background: -webkit-linear-gradient(#d25f5f, #861e1e); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#d25f5f, #861e1e); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#d25f5f, #861e1e); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#d25f5f, #861e1e); /* Standard syntax */
}

    .BackToList a, .BackToList:hover, .BackToList a:focus {
        color: #fff !important;
        font-family: RobotoCondensed-Regular;
    }

.btn-red {
    font-size: 13px;
    color: #fff;
    padding: 6px 15px;
    margin: 0 7px 0 0;
    height: 34px;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 5px !important;
    /* Firefox 1-3.6 */
    -moz-border-radius: 5px !important;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 5px !important;
    background: #a40707 !important;
    background: -webkit-linear-gradient(#fb2a21, #a40707); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fb2a21, #a40707); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fb2a21, #a40707); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fb2a21, #a40707); /* Standard syntax */
    border: 0px solid #f24646;
}

    .btn-red:hover {
        color: #fff !important;
        background-color: #fb2a21 !important;
        background: -webkit-linear-gradient(#fb2a21, #fb2a21); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#fb2a21, #fb2a21); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#fb2a21, #fb2a21); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#fb2a21, #fb2a21); /* Standard syntax */
        outline: 0;
    }

.btn-yellow {
    font-size: 13px;
    color: #fff;
    padding: 6px 15px;
    margin: 6px 10px 10px 0;
    height: 28px;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 5px !important;
    /* Firefox 1-3.6 */
    -moz-border-radius: 5px !important;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 5px !important;
    background: #cf8d00 !important;
    background: -webkit-linear-gradient(#ffae00, #ba7f00); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffae00, #ba7f00); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffae00, #ba7f00); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffae00, #ba7f00); /* Standard syntax */
    border: 0px solid #cf8d00;
}

    .btn-yellow:hover {
        color: #fff !important;
        background-color: #ceb800 !important;
        background: -webkit-linear-gradient(#ffe400, #ceb800); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#ffe400, #ceb800); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#ffe400, #ceb800); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#ffe400, #ceb800); /* Standard syntax */
        outline: 0;
    }

.btn {
    font-size: 13px;
    color: #fff;
    padding: 4px 15px;
    margin: 6px 10px 10px 10px;
    height: 27px;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 2px !important;
    /* Firefox 1-3.6 */
    -moz-border-radius: 2px !important;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 2px !important;
    background: #006400;
    /* background: -webkit-linear-gradient(#6aa46a, #006400); For Safari 5.1 to 6.0 */
    /* background: -o-linear-gradient(#6aa46a, #006400);  For Opera 11.1 to 12.0 */
    /* background: -moz-linear-gradient(#6aa46a, #006400);  For Firefox 3.6 to 15 */
    /* background: linear-gradient(#6aa46a, #006400);  Standard syntax */
    border: 0px solid #6aa46a;
}

.btn-sort {
    font-size: 10px;
    color: #909090;
    padding: 2px 4px;
    margin: 2px 1px;
    height: 18px;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 2px !important;
    /* Firefox 1-3.6 */
    -moz-border-radius: 2px !important;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 6px !important;
    background: rgba(5,103,17,0.4);
    /* background: -webkit-linear-gradient(#6aa46a, #006400); For Safari 5.1 to 6.0 */
    /* background: -o-linear-gradient(#6aa46a, #006400);  For Opera 11.1 to 12.0 */
    /* background: -moz-linear-gradient(#6aa46a, #006400);  For Firefox 3.6 to 15 */
    /* background: linear-gradient(#6aa46a, #006400);  Standard syntax */
    border: 0px solid #6aa46a;
    float: left;
}

.btn-sort:hover {
    color: #fff !important;
    background-color: #6aa46a !important;
    background: -webkit-linear-gradient(#6aa46a, #6aa46a); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#6aa46a, #6aa46a); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#6aa46a, #6aa46a); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#6aa46a, #6aa46a); /* Standard syntax */
}

.btn-sort:active {
    color: #fff !important;
    background-color: #6aa46a !important;
    background: -webkit-linear-gradient(#6aa46a, #6aa46a); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#6aa46a, #6aa46a); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#6aa46a, #6aa46a); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#6aa46a, #6aa46a); /* Standard syntax */
}

.btn-sort-active {
    color: #fff !important;
    background-color: #6aa46a !important;
    background: -webkit-linear-gradient(#6aa46a, #6aa46a); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#6aa46a, #6aa46a); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#6aa46a, #6aa46a); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#6aa46a, #6aa46a); /* Standard syntax */
}


.btn-green {
 
    font-size: 13px;
    color: #fff;
    padding: 4px 15px;
    margin: 3px 10px 10px 0;
    height: 26px;

    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 2px !important;
    /* Firefox 1-3.6 */
    -moz-border-radius: 2px !important;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 2px !important;
    background: #006400;
    /* background: -webkit-linear-gradient(#6aa46a, #006400); For Safari 5.1 to 6.0 */
    /* background: -o-linear-gradient(#6aa46a, #006400);  For Opera 11.1 to 12.0 */
    /* background: -moz-linear-gradient(#6aa46a, #006400);  For Firefox 3.6 to 15 */
    /* background: linear-gradient(#6aa46a, #006400);  Standard syntax */
    border: 0px solid #6aa46a;
}

.btn-green:hover {
        color: #fff !important;
        background-color: #6aa46a !important;
        background: -webkit-linear-gradient(#6aa46a, #6aa46a); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#6aa46a, #6aa46a); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#6aa46a, #6aa46a); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#6aa46a, #6aa46a); /* Standard syntax */
    }

.btn-warning {
 
    font-size: 13px;
    color: #fff;
    padding: 0px 15px;
    margin: 3px 10px 10px 0;
    height: 26px;

    background: #cf8d00;
    background: -webkit-linear-gradient(#ffae00, #ba7f00); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffae00, #ba7f00); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffae00, #ba7f00); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffae00, #ba7f00); /* Standard syntax */
    border: 0px solid #6aa46a;
}

a.btn-warning, a.btn-warning:hover {
    font-family: RobotoCondensed-Regular;
    color: #fff !important;
}

.btn-warning:hover {
	color: #fff !important;
    background: #cf8d00;
    background: -webkit-linear-gradient(#ffae00, #ba7f00); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffae00, #ba7f00); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffae00, #ba7f00); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffae00, #ba7f00); /* Standard syntax */
}

.btn-blue {
    font-size: 13px;
    font-weight: normal;
    padding: 4px 15px;
    margin: 6px 10px 10px 10px;
    height: 28px;
    background: #15506c !important;
    background: -webkit-linear-gradient(#74d0e7, #278fbf); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#74d0e7, #278fbf); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#74d0e7, #278fbf); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#74d0e7, #278fbf); /* Standard syntax */
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 5px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 5px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 5px;
}

    .btn-blue:hover {
        color: #fff !important;
        background-color: #57b2d4 !important;
        background: -webkit-linear-gradient(#ffe400, #ceb800); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#ffe400, #ceb800); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#ffe400, #ceb800); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#ffe400, #ceb800); /* Standard syntax */
        outline: 0;
    }

/*
a.btn-blue, a.btn-blue:hover {
    font-family: RobotoCondensed-Regular;
    color: #fff !important;
}
a.btn-blue:hover {
        background: #57b2d4 !important;
        background: -webkit-linear-gradient(#8fd9f5, #57b2d4); // For Safari 5.1 to 6.0 
        background: -o-linear-gradient(#8fd9f5, #57b2d4); // For Opera 11.1 to 12.0 
        background: -moz-linear-gradient(#8fd9f5, #57b2d4); /* For Firefox 3.6 to 15 
        background: linear-gradient(#8fd9f5, #57b2d4); // Standard syntax 
    }
*/

a {
    color: #fff; /*#034c6d;*/
    /*font-weight: bold;*/
}

.btn-save-M, .btn-save-N {
    font-size: 13px;
    color: #fff;
    padding: 6px 15px;
    margin: 23px 0 0 0;
    height: 34px;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 5px !important;
    /* Firefox 1-3.6 */
    -moz-border-radius: 5px !important;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 5px !important;
    background: #cf8d00;
    background: -webkit-linear-gradient(#ffae00, #ba7f00); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffae00, #ba7f00); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffae00, #ba7f00); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffae00, #ba7f00); /* Standard syntax */
    border: 0px solid #cf8d00;
}

    .btn-save-M:hover, .btn-save-N:hover {
        color: #fff !important;
        background-color: #ceb800 !important;
        background: -webkit-linear-gradient(#ffe400, #ceb800); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#ffe400, #ceb800); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#ffe400, #ceb800); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#ffe400, #ceb800); /* Standard syntax */
        outline: 0;
    }

.btn-popup {
    padding: 2px 12px;
    margin: 0;
}

.btn-command {
    font-size: 13px;
    color: #fff;
    padding: 0px 15px;
    margin: 3px 5px 3px 5px;
    height: 26px;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 2px !important;
    /* Firefox 1-3.6 */
    -moz-border-radius: 2px !important;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 2px !important;
    background: #006400;
    /* background: -webkit-linear-gradient(#6aa46a, #006400); For Safari 5.1 to 6.0 */
    /* background: -o-linear-gradient(#6aa46a, #006400);  For Opera 11.1 to 12.0 */
    /* background: -moz-linear-gradient(#6aa46a, #006400);  For Firefox 3.6 to 15 */
    /* background: linear-gradient(#6aa46a, #006400);  Standard syntax */
    border: 0px solid #6aa46a;
}

    .btn-command:hover {
        color: #fff !important;
        background-color: #6aa46a !important;
        background: -webkit-linear-gradient(#6aa46a, #6aa46a); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#6aa46a, #6aa46a); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#6aa46a, #6aa46a); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#6aa46a, #6aa46a); /* Standard syntax */
    }


.stream-player {
	width:100%;
	height:28px;
    font-size: 14px;
	background:black;
}

.stream-player-N, .stream-player-M {
	width:100%;
	height:22px;
    font-size: 10px;
	background:black;
}

.stream-desc {
    width: 50%;
    float: left;
    padding-top: 3px;
    font-size: 14px;
}

.stream-desc-N, .stream-desc-M {
    width: 100%;
    float: left;
    padding-top: 3px;
    font-size: 9px;
}

.stream-control {
    width: 50%;
    float: right;
    padding-top: 3px;
    font-size: 14px;
}

.stream-control-N, .stream-control-M {
    width: 100%;
    float: right;
    padding-top: 3px;
    font-size: 9px;
}

.stream-timespan {
    width: 100%;
    text-align:left;
    padding-left: 20px;
    background-color: black;
    color: white; 
    border: 0px;
}

.stream-timespan-N, .stream-timespan-M {
    width: 100%;
    text-align:left;
    padding-left: 5px;
    background-color: black;
    color: white; 
    border: 0px;
}

.btn-stream {
    font-size: 10px;
    color: #fff;
    padding: 0px 0px;
    margin: 0px 2px 0px 0;
    height: 20px;
    width: 20px;
    text-align: center;
    background: #2e2f2e;
    border: 0px solid #6aa46a;
    background-size: 80%;
    background-position-x: 3px;
    background-position-y: 3px;
    background-repeat: no-repeat;
    background-color: transparent;
}

.center-align {
    margin: 0px auto;
}

.streamList {
    width: 100%;
    height: 170px;
    border: 2px solid yellow;
}

.streamList-border {
    width: 100%;
    height: 170px;
    border: 2px solid yellow;
}

.streamList-noborder {
    width: 100%;
    height: 170px;
    border: 0px;
}

.motionList {
    width: 100%;
    height: 98px; /*104*/
    border: 2px solid yellow;
}

.motionList-border {
    width: 100%;
    height: 97px;
    border: 2px solid yellow;
}

.motionList-noborder {
    width: 100%;
    height: 97px;
    border: 0px;
}

.motionDashboard-noborder {
    width: 100%;
    height: 81px; /* 97 */
    border: 0px;
}

.playbackList {
    width: 100%;
    height: 196px; /*219*/
    border: 0px;
}


.btn-stream:hover, .btn-stream:active, .btn-stream:focus {
    color: #fff !important;
    background-color: #2e2f2e !important;
    outline: none;
}

.btn-stream-N, .btn-stream-M {
    font-size: 10px;
    color: #fff;
    padding: 0px 2px;
    margin: 0px 2px 0px 0;
    height: 22px;
    width: 40px;
    text-align: center;
    background: #2e2f2e;
    border: 0px solid #6aa46a;
}

.btn-stream-N:hover, .btn-stream-N:active, .btn-stream-N:focus, .btn-stream-M:hover, .btn-stream-M:active, .btn-stream-M:focus {
    color: #fff !important;
    background-color: #2e2f2e !important;
    outline: none;
}

.table_left {
    text-align: left;
}

.table_right {
    text-align: right;
}

.table_right_allperiod {
    text-align: right;
    padding: 5px 25px 0 0 !important;
}



footer {
    text-align: center;
    width: 100% !important;
    padding: 0px 0;
    margin: 0px auto;
    color: #636d79;
    background-color: rgba(0,0,0,0.7);
    font-family: 'RobotoCondensed-Bold';
}

    footer p {
        margin: 0;
    }

/* demo pie chart         */

#myPieChart {
    width: 375px !important;
    height: 375px !important;
    font-size: 12px;
    margin: 0 auto !important;
}

#myPiechartcover {
    width: 400px !important;
    height: 400px !important;
    font-size: 12px;
    margin: 0 auto !important;
    border: 0px solid red;
}


/* end demo pie chart         */


/*   pop up table & table create header */
.ui-widget-header {
    background-color: #474747 !important;
    color: #e0e0e0;
    border: 0;
    font-size: 12px;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
    /* J'man - 20211204. float: left; */
}

/* table new cust & confirm cust */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 0px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background-color: #fff !important;
}

.ui-tabs {
    padding: 0 !important;
   
}
.ui-tabs-tab {
    background: #ccc !important;
}
#tabs {
    width: 100%;    
}

.tabstyleheader {
    background: #ffffff !important;
}

.tabstyle {
    border: 0px solid #534378 !important;
    padding: 25px 85px !important;
    font-weight: 100 !important;
}

.ui-dialog-titlebar {
   
}

/* Create Customer Table */

.grey {
    background: #f0f0f0 !important;
}

.red {
    background: red !important;
    color: white !important;
}

.errorbox {
    font-family:RobotoCondensed-Bold;
    padding: 0 0 0 10px;
    font-size:11px;
    text-transform:uppercase;
}

.errorbox > ul li {
    list-style-type: none;
    text-align: center !important;
}

.col-md-2 {
    border: 0px solid #d0d0d0;
    width: 100px !important;
    padding: 7px 2px 7px 0 !important;
    text-align: right;
}

.col-md-10 {
    width: auto !important;
    float: left;
    padding: 0 0 2px 7px !important;
}

.custprofile {
    border: dashed 0px grey;
    width: 100% !important;
    height: 100% !important;
    padding: 5px;

    color: #707070 !important;
}

.custprofile input, .custprofile select, .profileleft input, .profileleft select, .profileleft textarea {
    font-family:RobotoCondensed-Regular;
}

.profileleft {
    float: left;
    margin: 0 2px 8px 0 !important;
    font-family:RobotoCondensed-Regular;
}

.profileleft select {
        height: 22px;
        padding: 0 0px;
        margin-left: 6px;
    }

.profileleft input[type="radio"] {
        margin: 8px 0 0 0 !important;
    }

.profileleft textarea {
        width: 310px !important;
    }

.profileright input[type="checkbox"] {
        margin: 4px 10px 0 !important;
    }

.control-label {
    font-family:RobotoCondensed-Bold;
    font-size: 12px;
    font-weight: 100;
    text-transform: uppercase;
    padding: 0 6px;
    color: white;
     }

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.form-group {
    margin-bottom: 8px !important;
}

.profileleft li {
    border: 0px solid blue;
    width: 600px !important;
    text-align: left !important;
    margin: 5px 0 5px 0 !important;
}

.box_create {
    width: 48%;
    border: 0px solid gold;
    margin: 5px 5px;
    padding: 10px 5px 10px 25px !important;
    color: #707070 !important;
}

.box_grey{
    font-family:RobotoCondensed-Regular;
}

.box_create input[type="checkbox"] {
        margin: 0 !important;
    }

.dashedbox {
    border: 1px #a5a5a5 dashed !important;
}     

.riskprofile{
    width: 1250px;
    height:45px;
}

.input-group-addon{
    width:auto;
    display:inline;
    margin:0 0 0 -4px;
    font-size:12px;
    background-color:#ddd;
}

.riskprofile ul {
    padding: 5px 0;
}

    .riskprofile > ul li {
        list-style-type: none;
        display:inline;
        margin: 0 10px 0 0 !important;
    }

    .riskprofile input[type="radio"] {
        display: none;
    }

    .riskprofile label {
        font-weight:normal;
    }

.graphical-radio {
    margin: 0 3px -4px 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 3px solid #ddd;
    -webkit-transition: all 0.25s linear;
}

.riskprofile input[type="radio"]:checked + .graphical-radio {
    border: 3px solid #ff4040;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}



/* General datatable */

/*   pop up table */
.ui-dialog-titlebar-close {
    padding: 0px 0 0 10px !important;
    background-color: red;
    background-image: url('images/menu/iconX.png');
    background-repeat: no-repeat;
    background-position: center center !important;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 40px !important;
    /* Firefox 1-3.6 */
    -moz-border-radius: 40px !important;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 40px !important;
}

.ui-dialog {
    padding: 0;
}

.ui-dialog-content {
    padding: 0 5px;
}

.ui-dialog-buttonpane {
    margin-top: 0 !important;
    padding: 0 !important;
}

.ui-dialog-buttonpane button {
    margin-top: 0 !important;
    font-size: 12px;
}

.ui-dialog-buttonset {
    float: none !important;
    text-align: center;
    margin-top: 5px;
}


/* Dashboard */

.datatableheader, .datatableheader2, .datatableheader3, .datatableheader4 {
    font-family:inherit;
    font-size: 15px;
    padding: 5px 0 0 7px;
    /* width: 50%; */
    float: left;
}

.search {
    float: right;
    margin-right: 10px;
}

.table_errordescription {
    width: 100% !important;
    border: 0px solid red !important;
    background: #57b2d4 !important;
    background: -webkit-linear-gradient(#8fd9f5, #57b2d4); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#8fd9f5, #57b2d4); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#8fd9f5, #57b2d4); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#8fd9f5, #57b2d4); /* Standard syntax */
    padding: 0 !important; /*8px 7px*/
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 0px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 0px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 0px;
}

.table_legend {
    width: 100% !important;
    border: 0px solid red !important;
    background: #57b2d4 !important;
    background: -webkit-linear-gradient(#8fd9f5, #57b2d4); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#8fd9f5, #57b2d4); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#8fd9f5, #57b2d4); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#8fd9f5, #57b2d4); /* Standard syntax */
    padding: 8px 7px !important;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 10px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 10px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 10px;
}



.table_dashboard .search {
    width: 50%;
    float: right;
}

.table_dashboard input {
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 10px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 10px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 2px;
}

.table_dashboard tbody, .table_manage tbody, .table_manage thead {
    font-family: RobotoCondensed-Regular, sans-serif;
    font-size: 12px;
}

.table_dashboard a {
    color: #767676;
}

.table_dashboard thead > tr > th, .table_wide thead > tr > th {
    vertical-align:top;
}

.table_dashboard thead > tr , .table_dashboard tbody > tr, .table_wide tbody > tr {
    font-size:11px;
    letter-spacing:0.2px;
    border-bottom: 0px solid red;
}

.table {
    margin-bottom: 0px;
}

.table > tbody > tr > td {
    border-top: 0px;
    vertical-align: middle;
}

.table98 {
    margin-bottom: 0px;
    width: 100%;
}

.table98 > thead > tr:first-child > td, 
.table98 > tbody > tr:first-child > td {
    border: none;
    margin-bottom: 0px;

}

.table_dashboard {
    width: 100% !important;
    border: 1px solid white !important;
    background: #524d4d /*ececec*/ !important;
    background: -webkit-linear-gradient(#8fd9f5, #57b2d4); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#8fd9f5, #57b2d4); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#8fd9f5, #57b2d4); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#8fd9f5, #57b2d4); /* Standard syntax */
    padding: 0 !important;
	margin: 0;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 10px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 10px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 2px;
}

.table_manage, .table_report, .table_managedescription-M, .table_managedescription-N {
    width: 100% !important;
    border: 1px solid grey !important;
    color: whitesmoke;
    background: #2e2e2e !important;
    background: -webkit-linear-gradient(#8fd9f5, #57b2d4); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#8fd9f5, #57b2d4); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#8fd9f5, #57b2d4); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#8fd9f5, #57b2d4); /* Standard syntax */
    padding: 2px 2px 0 0 !important;
	margin: 0;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 10px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 10px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 2px;
}

.table_managedescription {
    width: 100% !important;
    border: 0px solid grey !important;
    color: whitesmoke;
    background: #2e2e2e !important;
    background: -webkit-linear-gradient(#8fd9f5, #57b2d4); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#8fd9f5, #57b2d4); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#8fd9f5, #57b2d4); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#8fd9f5, #57b2d4); /* Standard syntax */
    padding: 2px 2px 0 0 !important;
    margin: 0;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 10px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 10px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 2px;
}

.table_history {
    width: 70% !important;
    border: 1px solid white !important;
    background: #57b2d4 !important;
    background: -webkit-linear-gradient(#8fd9f5, #57b2d4); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#8fd9f5, #57b2d4); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#8fd9f5, #57b2d4); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#8fd9f5, #57b2d4); /* Standard syntax */
    padding: 2px 2px !important;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 10px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 10px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 2px;
}

.tabledesc_left {
    text-align: right;
    width: 25%;
}

.tabledesc_right {
    text-align: left;
    width: 75%;
}

.table_report-M, .table_report-N {
    width: 350px !important;
    border: 0px solid white !important;
    background: #2e2e2e !important; /*57b2d4*/
    background: -webkit-linear-gradient(#8fd9f5, #57b2d4); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#8fd9f5, #57b2d4); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#8fd9f5, #57b2d4); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#8fd9f5, #57b2d4); /* Standard syntax */
    padding: 0px 0px !important;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 0px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 0px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 0px;
}
    .table_report-N {
        width: 315px !important;
    }

/* end table wide */



.table_manage table {
    width: 100% !important;
    background-color: #333 !important;
    border: 0px solid yellow;
}

.k-picker-wrap {
    margin-left: 6px;
    width:100px !important;
}

.form-group .k-textbox {
    width:60px;
}

/*
.k-state-disabled {
    margin-left: 10px;
    width:100px !important;
}
*/

.table_manage tr > th {
    /* 20190113 border-bottom: 2px solid #ddd; */
}

.table_manage input {
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 3px 2px 2px 3px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 3px 2px 2px 3px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 3px 2px 2px 3px;
    margin-left: 6px;
} 

.table_manage > table > tbody > tr > td > table {
    width:100%;
}

.table_manage tr > th, .table_manage tr > td {
    padding: 0px 0px 0px 0px;
}

.table_manage_nopadding table {
    width: 100% !important;
    background-color: #2e2e2e !important;
}

.table_manage_nopadding tr > th, .table_manage_nopadding tr > td {
    padding: 0px 0px 0px 0px;
}

.table_manage_nopadding-M, .table_manage_nopadding-Ntable {
    width: 100% !important;
    background-color: #2e2e2e !important;
}

.table_manage_nopadding-M tr > th, .table_manage_nopadding-M tr > td, .table_manage_nopadding-N tr > th, .table_manage_nopadding-N tr > td {
    padding: 0px 0px 0px 0px;
}

    .table_manage_nopadding-M tbody, .table_manage_nopadding-M thead, .table_manage_nopadding-N tbody, .table_manage_nopadding-N thead {
        font-family: RobotoCondensed-Regular, sans-serif;
        font-size: 10px;
    }

.table_managedescription table {
    width: 100% !important;
    background-color: #1c2e3c !important;
}

.table_managedescription tr > th {
    border-bottom: 2px solid #ddd;
}

.table_managedescription tr > th {
    font-size: 10px;
    padding: 0px 5px 0px 5px;
    vertical-align:middle;
}

.table_managedescription tr > td {
    font-size: 10px;
    padding: 1px 5px 1px 5px;
    vertical-align: middle;
}

.table_managedescription label {
    margin-bottom: 0px !important;
	padding-top: 0px;
}

.table_managedescription-M table {
    width: 100% !important;
    background-color: #1c2e3c !important;
}

.table_managedescription-M tr > th, .table_managedescription-N tr > th {
    border-bottom: 2px solid #ddd;
}

.table_managedescription-M tr > th, .table_managedescription-M tr > td {
    font-size: 11px;
    padding: 1px 5px 1px 5px;
    vertical-align: middle;
}

.table_managedescription-N tr > th, .table_managedescription-N tr > td {
    font-size: 11px;
    padding: 1px 5px 1px 5px;
    vertical-align: middle;
}

.table_managedescription-M label, .table_managedescription-N label {
    margin-bottom: 2px !important;
}

.table_sla {
    width: 100% !important;
    border: 0px solid grey !important;
    color: whitesmoke;
    background: #2e2e2e !important;
    background: -webkit-linear-gradient(#8fd9f5, #57b2d4); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#8fd9f5, #57b2d4); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#8fd9f5, #57b2d4); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#8fd9f5, #57b2d4); /* Standard syntax */
    padding: 2px 2px 0 0 !important;
    margin: 0;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 10px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 10px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 2px;
}

    .table_sla table {
        width: 100% !important;
        background-color: #1c2e3c !important;
    }

    .table_sla tr > th {
        border-bottom: 2px solid #ddd;
    }

    .table_sla tr > th {
        font-size: 10px;
        padding: 0px 5px 0px 5px;
        vertical-align: middle;
    }

    .table_sla tr > td {
        font-size: 10px;
        padding: 1px 0px 1px 0px;
        vertical-align: middle;
    }

    .table_sla label {
        margin-bottom: 0px !important;
        padding-top: 0px;
    }

    .table_sla > table > tbody > tr:nth-child(odd) td {
        background-color: #fafafa;
    }

    .table_sla > table > tbody > tr:nth-child(even) td {
        background-color: #eaeaea;
    }

.table_sla-M, .table_sla-N {
    width: 100% !important;
    border: 1px solid grey !important;
    color: whitesmoke;
    background: #2e2e2e !important;
    background: -webkit-linear-gradient(#8fd9f5, #57b2d4); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#8fd9f5, #57b2d4); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#8fd9f5, #57b2d4); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#8fd9f5, #57b2d4); /* Standard syntax */
    padding: 2px 2px 0 0 !important;
    margin: 0;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 10px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 10px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 2px;
}

    .table_sla-M table {
        width: 100% !important;
        background-color: #1c2e3c !important;
    }

.table_sla-M tr > th, .table_sla-N tr > th {
    border-bottom: 2px solid #ddd;
}

.table_sla-M tr > th, .table_sla-M tr > td {
    font-size: 11px;
    padding: 1px 5px 1px 5px;
    vertical-align: middle;
}

.table_sla-N tr > th, .table_sla-N tr > td {
    font-size: 11px;
    padding: 1px 5px 1px 5px;
    vertical-align: middle;
}

.table_sla-M label, .table_sla-N label {
    margin-bottom: 2px !important;
}

.table_sla-M > table > tbody > tr:nth-child(odd) td {
    background-color: #fafafa;
}

.table_sla-M > table > tbody > tr:nth-child(even) td {
    background-color: #eaeaea;
}

    .table_sla-N > table > tbody > tr:nth-child(odd) td {
        background-color: #fafafa;
    }

    .table_sla-N > table > tbody > tr:nth-child(even) td {
        background-color: #eaeaea;
    }

.table_content_report {
    padding: 0 0px;
    min-height: 300px;
}

.table_content_report-N {
    padding: 0 0px;
    min-height: 300px;
}

.table_content_report-M {
    padding: 0 0px;
    min-height: 300px;
}

.table_content_report-compact {
    padding: 0 0px;
    float: left;
    width: 70%;
    height: 28px;
}

.noborder {
    border: 0px !important;
}

.nopadding {
    padding: 0px !important;
}

.table_content {
    padding: 0 5px;
    min-height:500px;
}

.table_button_maintenance tr > td {
    padding-top: 8px;
}

.table_content, .table_manage tr > td, .table_wide{
    vertical-align:top;
}

.table_description, .table_description-M, .table_description-N {
    width: 100% !important;
    border: 1px solid white !important;
    color: #fff;
    background: #ececec !important;
    background: -webkit-linear-gradient(#8fd9f5, #57b2d4); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#8fd9f5, #57b2d4); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#8fd9f5, #57b2d4); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#8fd9f5, #57b2d4); /* Standard syntax */
    padding: 8px 7px !important;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 10px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 10px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 10px;
}

    /*
    .table_description tbody, .table_description thead {
        display: block;
    }

    .table_description tbody {
        overflow-y: auto;
        overflow-x: hidden;
    }
    */

    .table_description tr > th {
        font-size: 10px;
        color: #0b0c0c; /*218074*/
        background: white;
        padding: 2px 0 2px 0px;
    }

    .table_description tr > td {
        font-size: 9px;
        color: white; /*e3f3ff*/
        padding: 2px;
    }

    .table_description-M tr > th {
        font-size: 10px;
        color: #0b0c0c;
        background: white;
        padding: 2px 0 2px 0px;
    }

    .table_description-N tr > th {
        font-size: 10px;
        color: #218074;
        background: white;
        padding: 2px 0 2px 0px;
    }

.table_description-M tr > td {
    font-size: 9px;
    color: white;
    padding: 1px 0 1px 0px;
}

.table_description-N tr > td {
    font-size: 9px;
    color: #e3f3ff;
    padding: 1px 0 1px 0px;
}



#indexDashboard h2 {
    margin-top: 0 !important;
}


.table_wide tbody tr > td {
    border-top: 0.5px solid #aaa;
}

.table_wide > .dataTables_wrapper {
    height:auto;

}

.table_wide a {
    color: #000;
}


.row_done.odd td {
    background-color: #b6ffa0 !important;
}

.row_done.even td {
    background-color: #b6ffa0 !important;
}

.row_pending.odd td {
    background-color: #f39795 !important;
}

.row_pending.even td {
    background-color: #f39795 !important;
}

.row_inprogress.odd td {
    background-color: #ffda5b !important;
}

.row_inprogress.even td {
    background-color: #ffda5b !important;
}
.row_complete.odd td {
    background-color: #c97dff !important;
}

.row_complete.even td {
    background-color: #c97dff !important;
}

/* table in table */
.table29 {
    width:40%;
    padding: 3px 0px 0px 3px;
    float: left;
}

.table29-N {
    width:100%;
    padding: 0px 0px 0px 0px;
}

.table69 {
    width:60%;
    padding: 0px 0px 0px 0px;
    float: left;
}

.table69 .k-grid-content {
    max-height: 500px !important;
    height: 315px !important; /*303px*/
}

.table69-N {
    width:100%;
    padding: 0px 0px 0px 0px;
}

.table69-N .k-grid-content {
    max-height: 265px !important;
    height: 265px !important; /*303px*/
}

.table69-M {
    width:100%;
    padding: 0px 0px 0px 0px;
}

.table69-M .k-grid-content {
    max-height: 250px !important;
    height: 265px !important; /*303px*/
}

.graph {
    width:60%;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 8px !important;
}

.tableSLA {
    width:60%;
    padding: 0px 0px 0px 0px;
    float: left;
}

.tableSLA .k-grid-content {
    max-height: 600px !important;
    height: 511px !important; /*315px*/
}

.tableSLA-N {
    width:100%;
    padding: 0px 0px 0px 0px;
}

.tableSLA-N .k-grid-content {
    height: 450px !important; /*303px*/
}

.tableSLA-M {
    width:100%;
    padding: 0px 0px 0px 0px;
}

.tableSLA-M .k-grid-content {
    height: 450px !important; /*303px*/
}

.table99 {
    width:100%;
    padding: 0px 0px 0px 0px;
}
    .table99 > table > tbody > tr:nth-child(odd) td {
        background-color: #fafafa;
    }

    .table99 > table > tbody > tr:nth-child(even) td {
        background-color: #eaeaea;
    }

.ui-dialog .ui-dialog-content {
    padding: 0 !important;
}

.popuptable {
    background-color: #bae0ff !important;
    padding: 3px 7px;
    border: 1px solid gold;
    color: #606060;
    font-size: 12px;
    letter-spacing: 0.3px;
    width: 100%;
    font-family: 'Museo500-Regular' !important;
}

.popuptable table{
    width:100% !important;

}

.popuptable > .dataTables_wrapper {
    height:auto;
}

.popuptable-M, .popuptable-N {
    background-color: #bae0ff !important;
    padding: 3px 7px;
    border: 1px solid gold;
    color: #606060;
    font-size: 10px;
    letter-spacing: 0.3px;
    width: 100%;
    min-height: 392px;
    height: auto !important;
    font-family: RobotoCondensed-Regular, sans-serif !important;
}

    .popuptable-M table, .popuptable-N table {
        width: 100% !important;
    }

    .popuptable-M > .dataTables_wrapper, .popuptable-N > .dataTables_wrapper {
        height: auto;
    }


table.dataTable {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}

div.dataTables_wrapper {
    /*min-height: 435px;*/
    /*min-height: 325px;*/
    overflow: hidden;
}

div.dataTables_filter input {
    margin: 3px 0px 0 0 !important;
}

.search_dt {
    float: right;
    margin: 0 0 5px 0;
}

    .search_dt input {
        /* Safari 3-4, iOS 1-3.2, Android 1.6- */
        -webkit-border-radius: 10px !important;
        /* Firefox 1-3.6 */
        -moz-border-radius: 10px !important;
        /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
        border-radius: 10px !important;
        margin: 0px;
    }

.length_dt {
    float: left;
    width: auto !important;
    margin: 5px 2px 5px 15px;
}

    .length_dt select {
        border: 0px !important;
        margin: 0 5px;
        /* Safari 3-4, iOS 1-3.2, Android 1.6- */
        -webkit-border-radius: 30px !important;
        /* Firefox 1-3.6 */
        -moz-border-radius: 30px !important;
        /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
        border-radius: 30px !important;
    }

.info_dt {
    float: left;
    width: 20%;
    padding: 0 0 0 10px;
    border: 0px solid red;
}

.paging_dt .pagination > li > a {
    border: 0px solid red !important;
}

.pagination > .active > a {
    background-color: #505050 !important;
    color: #fff !important;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 30px !important;
    /* Firefox 1-3.6 */
    -moz-border-radius: 30px !important;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 30px !important;
}

.paginate_button a:hover {
    background-color: #808080 !important;
    color: #fff !important;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 30px !important;
    /* Firefox 1-3.6 */
    -moz-border-radius: 30px !important;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 30px !important;
}

.nexttab {
    font-family:RobotoCondensed-Regular;
    color: #f0f0f0 !important;
    float: right;
    margin-right: 20px;
    padding: 9px 13px 8px 14px;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 5px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 5px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 5px;
    background: #442d83;
    background: -webkit-linear-gradient(#886cd4, #442d83); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#886cd4, #442d83); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#886cd4, #442d83); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#886cd4, #442d83); /* Standard syntax */
}

    .nexttab a:hover, .nexttab a:focus {
        text-decoration: none !important;
        border: 1px solid red;
        background: #5e39c4;
    }

.sorting_disabled, .sorting_disabled:after {
    width: 0px !important;
    content: none !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size:0px;
}

.sorting_disabled td.input {
        width: 0 !important;
        padding: 0 !important;
    }

/*   */




/*
   content layout
*/
.form-control {
    display: inline !important;
    /* J'man - 20180824. Error Display Selection */
    height:27px;
    font-size: 11px;
    padding: 2px 12px;
}

.form-control[readonly] {
    height:30px;
}

.form-display {
    display: inline !important;
    height: 20px;
    width: 50px;
    font-size: 10px;
    padding: 2px 2px;
}

.form-horizontal {
    padding-top: 1px !important;
}

.cls {
    clear: both;
}

.clear {
    clear: both;
}


.cmd {
    float: left;
    width: 200px;
}

/*    */





/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */


td.details-control {
    background: url('images/menu/icon-tab3.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('images/menu/icon-tab6.png') no-repeat center center;
}

.required:after { content:"*"; color: #f00; }

/*
canvas {
    border: 1px solid red;
    display: block;
    float: left;
}
*/
.chart-container {
    width: 100%;
    height: 100%;
    float: right;
    padding: 0 !important;
    overflow: auto;
}

.chart-summary {
    width: 300px;
    height: 300px;
}


.report-table-region { /* device-status */
    padding: 0px;
    margin:3px 2px;
    /* ?? region width:124px; */
    /* 12 region width:185px; */
    /* 10 region width:224px; */
    /*  8 region width:280px; */
    /*  6 region width:375px; */
    width: 208px !important; 
    /* height:285px; Res 2560x1600 */
    /* height:265px; Res 1920x1080 */
    /* height:235px; Res 1280x900 */
    /* height:215px; Res ??x?? */
    height: 255px; 
    display: block;
    border: 0px solid darkgreen;
    float: left;
    /* position: relative; */
    /* z-index:-1; */
}

.report-table-region-1 {
    padding: 0px;
    margin: 0px 2px 0 0;
    width: 1146px !important; /*940,908*/
    height: 590px; /*505*/
    display: block;
    border: 0px solid darkgreen;
    float: left;
}

.report-table-region-2 {
    padding: 0px;
    margin: 0px 1px;
    width: 450px !important;
    height: 590px;
    display: block;
    border: 0px solid darkgreen;
    float: left;
}

.report-table-region-3 {
    padding: 0px;
    margin: 0px 1px;
    width: 312px !important; /*272*/
    height: 590px;
    display: block;
    border: 0px solid darkgreen;
    float: left;
}

.report-table-region-4 {
    padding: 0px;
    margin: 1px 1px;
    width: 467px !important;
    height: 290px;
    display: block;
    border: 0px solid darkgreen;
    float: left;
}

.report-table-region-5 {
    padding: 0px;
    margin: 0px 1px;
    width: 312px !important;
    height: 300px;
    display: block;
    border: 0px solid darkgreen;
    float: left;
}

.report-table-region-6 {
    padding: 0px;
    margin: 0px 1px;
    width: 380px !important; /*312*/
    height: 387px; /*322,300*/
    display: block;
    border: 0px solid darkgreen;
    float: left;
}

.report-table-region-7 {
    padding: 0px;
    margin: 0px 1px;
    width: 208px !important;
    height: 290px;
    display: block;
    border: 0px solid darkgreen;
    float: left;
}

.report-table-region-8 {
    padding: 0px;
    margin: 0px 1px;
    width: 224px !important;
    height: 290px;
    display: block;
    border: 0px solid darkgreen;
    float: left;
}

.report-table-region-9 {
    padding: 0px;
    margin: 0px 1px;
    width: 380px !important; /*312*/
    height: 387px; /*322,300*/
    display: block;
    border: 0px solid darkgreen;
    float: left;
}

.report-table-region-M, .report-table-region-N {
    padding: 0px;
    margin: 0px 0px;
    width: 100%;
    height: 375px;
    display: block;
    border: 0px solid darkgreen;
    float: left;
}

#report-table-category { /* device-status */
    padding: 0px;
    margin: 0px 1px;
    /* ?? region width:124px; */
    /* 12 region width:185px; */
    /* 10 region width:224px; */
    /*  8 region width:280px; */
    /*  6 region width:375px; */
    /*  4 region width:475px; */
    width: 208px !important;
    /* 3 column. width: 272px !important; */
    /* height:285px; Res 2560x1600 */
    /* height:265px; Res 1920x1080 */
    /* height:235px; Res 1280x900 */
    /* height:215px; Res ??x?? */
    height: 275px;
    /* STI 3 cats. height: 465px; */
    display: block;
    border: 0px solid darkgreen;
    float: left;
    /* position: relative; */
    /* z-index:-1; */
}

#report-table-category-1 {
    padding: 0px;
    margin: 0px 1px;
    width: 908px !important; /*835*/
    height: 560px;
    display: block;
    border: 0px solid darkgreen;
    float: left;
}

#report-table-category-3 {
    padding: 0px;
    margin: 0px 1px;
    width: 272px !important;
    height: 560px;
    display: block;
    border: 0px solid darkgreen;
    float: left;
}

#report-table-category-6 {
    padding: 0px;
    margin: 0px 1px;
    width: 280px !important;
    height: 255px;
    display: block;
    border: 0px solid darkgreen;
    float: left;
}

#report-table-category-8 {
    padding: 0px;
    margin: 0px 1px;
    width: 225px !important; /*208*/
    height: 280px;
    display: block;
    border: 0px solid darkgreen;
    float: left;
}

#report-table-category-9 {
    padding: 0px;
    margin: 0px 1px;
    width: 278px !important;
    height: 160px;
    display: block;
    border: 0px solid darkgreen;
    float: left;
}

#report-table-category-10 {
    padding: 0px;
    margin: 0px 1px;
    width: 179px !important; /*161*/
    height: 262px;
    display: block;
    border: 0px solid darkgreen;
    float: left;
}

.report-table-category-M, .report-table-category-N {
    padding: 0px;
    margin: 0px 0px;
    width: 100%;
    height: 355px; /* LJ 355 */
    min-height: 45px;
    max-height: 355px;
    display: block;
    border: 0px solid darkgreen;
    float: left;
}

#report-table-activity { /* device-status-all-region */
    padding: 0px;
    margin: 0px 0px;
    width: 100%; /*850*/
    height: 820px; /*690,702,620,313*/
    /*height: 270px;*/
    /* 1 height:315px; */
    display: block;
    border: 0px solid darkgreen;
}

#report-table-activity-M, #report-table-activity-N { /* device-status-all-region */
    padding: 0px;
    margin: 0px 0px;
    width: 100%;
    height: 210px;
    /*height: 270px;*/
    /* 1 height:315px; */
    display: block;
    border: 0px solid darkgreen;
}

.table-head {
    display: block;
    border: 0px solid red;
    width: 100%;
    height: 25px;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #e0e0e0;
    text-align: center;
    text-shadow: 2px 2px 1px #000000;
    padding: 2px 0 0 0;
    /*
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    */
    background: -webkit-linear-gradient(top,rgba(50,50,50,1) 35%, rgba(100,100,100,1) 65%, rgba(150,150,150,1)); /*Safari 5.1-6*/
    background: -o-linear-gradient(top,rgba(50,50,50,1) 35%, rgba(100,100,100,1) 65%, rgba(150,150,150,1)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(top,rgba(50,50,50,1) 35%, rgba(100,100,100,1) 65%, rgba(150,150,150,1)); /*Fx 3.6-15*/
    background: linear-gradient(rgba(50,50,50,1) 35%, rgba(100,100,100,1) 65%, rgba(150,150,150,1)); /*Standard*/
    /*position: relative;*/
    /* z-index:-1; */
}

.table-head-M, .table-head-N {
    display: block;
    border: 0px solid red;
    width: 100%;
    height: 25px;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #e0e0e0;
    text-align: center;
    text-shadow: 2px 2px 1px #000000;
    padding: 2px 0 0 0;
    border-top-left-radius: 5px; /* LJ 10 */
    border-top-right-radius: 5px;
    background: -webkit-linear-gradient(top,rgba(50,50,50,1) 35%, rgba(100,100,100,1) 65%, rgba(150,150,150,1)); /*Safari 5.1-6*/
    background: -o-linear-gradient(top,rgba(50,50,50,1) 35%, rgba(100,100,100,1) 65%, rgba(150,150,150,1)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(top,rgba(50,50,50,1) 35%, rgba(100,100,100,1) 65%, rgba(150,150,150,1)); /*Fx 3.6-15*/
    background: linear-gradient(rgba(50,50,50,1) 35%, rgba(100,100,100,1) 65%, rgba(150,150,150,1)); /*Standard*/
    /*position: relative;*/
    /* z-index:-1; */
}

.table-body /* device-status-by-error & device-status */ {
    overflow-y: auto;
    overflow-x: hidden;
    width: auto;
    /* height:220px; */
    /* height:250px; */
    /* height: 235px; */
    height: 235px;
    background: -webkit-linear-gradient(top,rgba(0,61,121,1) 75%,rgba(0,87,171,1)); /*Safari 5.1-6*/
    background: -o-linear-gradient(top,rgba(0,61,121,1) 75%,rgba(0,87,171,1)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(top,rgba(0,61,121,1) 75%,rgba(0,87,171,1)); /*Fx 3.6-15*/
    background: linear-gradient(rgba(0,61,121,1) 75%, rgba(0,87,171,1)); /*Standard*/
    margin: 0 auto;
    padding: 0 0 0 2px;
    border: 0px solid yellow;
    -webkit-overflow-y: auto;
 
       -webkit-overflow-x: hidden;
    position: relative;
    /* z-index:1; */
}

.table-body-suspect {
    overflow-y: auto;
    overflow-x: hidden;
    width: auto;
    height: 270px;
    background: -webkit-linear-gradient(top,rgba(0,61,121,1) 75%,rgba(0,87,171,1)); /*Safari 5.1-6*/
    background: -o-linear-gradient(top,rgba(0,61,121,1) 75%,rgba(0,87,171,1)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(top,rgba(0,61,121,1) 75%,rgba(0,87,171,1)); /*Fx 3.6-15*/
    background: linear-gradient(rgba(0,61,121,1) 75%, rgba(0,87,171,1)); /*Standard*/
    margin: 0 auto;
    padding: 0px;
    border: 0px solid yellow;
    -webkit-overflow-y: auto;
    -webkit-overflow-x: hidden;
}

.table-body-region {
    overflow-y: auto;
    overflow-x: hidden;
    width: auto;
    /* height:220px; */
    /* height:250px; */
    /* height: 235px; */
    height: 235px;
    background: -webkit-linear-gradient(top,rgba(0,61,121,1) 75%,rgba(0,87,171,1)); /*Safari 5.1-6*/
    background: -o-linear-gradient(top,rgba(0,61,121,1) 75%,rgba(0,87,171,1)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(top,rgba(0,61,121,1) 75%,rgba(0,87,171,1)); /*Fx 3.6-15*/
    /*background: linear-gradient(rgba(0,61,121,1) 75%, rgba(0,87,171,1));*/ /*Standard*/
    background: linear-gradient(rgba(0,8,8,1) 75%, rgba(30,30,30,1));
    margin: 0 auto;
    padding: 0 0 0 2px;
    border: 0px solid yellow;
    -webkit-overflow-y: auto;
    -webkit-overflow-x: hidden;
    /* position: relative; */
    /* z-index:1; */
}

    .region-1 { height: 565px; } /*481*/
    .region-2 { height: 565px; }
    .region-3 { height: 565px; }
    .region-4 { height: 265px; } /*254*/
    .region-5 { height: 275px; }
    .region-6 { height: 360px; } /*297,275*/
    .region-7 { height: 265px; }
    .region-8 { height: 227px; }
    .region-9 { height: 360px; }
    .region-M { height: 350px; }
    .region-N { height: 350px; }

.table-body-cat /* device-status-by-error & device-status */ {
    overflow-y: auto;
    overflow-x: hidden;
    width: auto;
    /* height:220px; */
    /* height:250px; */
    height: 235px;
    /* STI 3 cats. height: 465px; */
    background: -webkit-linear-gradient(top,rgba(0,61,121,1) 75%,rgba(0,87,171,1)); /*Safari 5.1-6*/
    background: -o-linear-gradient(top,rgba(0,61,121,1) 75%,rgba(0,87,171,1)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(top,rgba(0,61,121,1) 75%,rgba(0,87,171,1)); /*Fx 3.6-15*/
    background: linear-gradient(rgba(0,61,121,1) 75%, rgba(0,87,171,1)); /*Standard*/
    margin: 0 auto;
    padding: 0 0 0 2px;
    border: 0px solid yellow;
    -webkit-overflow-y: auto;
    -webkit-overflow-x: hidden;
    /* position: relative; */
    /* z-index:1; */
}

.table-body-cat-2 {
    overflow-y: auto;
    overflow-x: hidden;
    width: auto;
    height: 505px;
    background: -webkit-linear-gradient(top,rgba(0,61,121,1) 75%,rgba(0,87,171,1)); /*Safari 5.1-6*/
    background: -o-linear-gradient(top,rgba(0,61,121,1) 75%,rgba(0,87,171,1)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(top,rgba(0,61,121,1) 75%,rgba(0,87,171,1)); /*Fx 3.6-15*/
    background: linear-gradient(rgba(0,61,121,1) 75%, rgba(0,87,171,1)); /*Standard*/
    margin: 0 auto;
    padding: 0 0 0 2px;
    border: 0px solid yellow;
    -webkit-overflow-y: auto;
    -webkit-overflow-x: hidden;
    position: relative;
}

    .cat-1 { height: 535px; }
    .cat-3 { height: 535px; }
    .cat-8 { height: 254px; }
    .cat-10 { height: 254px; }
    .cat-9 { height: 144px; }
    .cat-M { height: 330px; width: 100%; } /* LJ 330 */
    .cat-N { height: 330px; width: 100%; }

    .catrow-0 { height: 40px; } /*25*/
    .catrow-1 { height: 80px; } /*50*/
    .catrow-2 { height: 125px; } /*75*/
    .catrow-3 { height: 165px; } /*100*/
    .catrow-4 { height: 210px; } /*125*/
    .catrow-5 { height: 240px; } /*150*/
    .catrow-6 { height: 280px; } /*175*/
    .catrow-7 { height: 320px; } /*200*/
    .catrow-8 { height: 325px; } /*225*/
    .catrow-9 { height: 35px; } /*250*/
    .catrow-10 { height: 325px; } /*275*/
    .catrow-11 { height: 325px; } /*300*/
    .catrow-12 { height: 325px; } /*325*/

    .row-0 { height: 65px; } /*45*/
    .row-1 { height: 105px; } /*69*/
    .row-2 { height: 150px; } /*93*/
    .row-3 { height: 185px; } /*120*/
    .row-4 { height: 230px; } /*145*/
    .row-5 { height: 270px; } /*170*/
    .row-6 { height: 310px; } /*195*/
    .row-7 { height: 350px; } /*220*/
    .row-8 { height: 355px; } /*245*/
    .row-9 { height: 355px; } /*270*/
    .row-10 { height: 355px; } /*295*/
    .row-11 { height: 355px; } /*320*/
    .row-12 { height: 355px; } /*355*/

.table-body-disabled /* device-status-by-error & device-status */ {
    overflow-y: auto;
    overflow-x: hidden;
    width: auto;
    /* height:220px; */
    /* height:250px; */
    height: 235px;
    background: -webkit-linear-gradient(top,rgba(0,61,121,1) 75%,rgba(0,87,171,1)); /*Safari 5.1-6*/
    background: -o-linear-gradient(top,rgba(0,61,121,1) 75%,rgba(0,87,171,1)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(top,rgba(0,61,121,1) 75%,rgba(0,87,171,1)); /*Fx 3.6-15*/
    background: linear-gradient(rgba(120,120,120,1) 75%, rgba(180,180,180,1)); /*Standard*/
    margin: 0 auto;
    padding: 0 0 0 2px;
    border: 0px solid yellow;
    -webkit-overflow-y: auto;
    -webkit-overflow-x: hidden;
    position: relative;
    /* z-index:1; */
}

.table-body-activity {
    /* width:1136px;	Resolution 1920x1080 */
    width: auto;
    /* height: 240px; */
    height: 792px; /*664,677,595,288*/
    background: -webkit-linear-gradient(top,rgba(210,210,210,1) 75%,rgba(180,180,180,1)); /*Safari 5.1-6*/
    background: -o-linear-gradient(top,rgba(210,210,210,1) 75%,rgba(180,180,180,1)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(top,rgba(210,210,210,1) 75%,rgba(180,180,180,1)); /*Fx 3.6-15*/
    /*background: linear-gradient(rgb(160, 212, 226) 75%, rgb(111, 159, 186)); */ /*Standard*/
    /*background: linear-gradient(rgba(0,61,121,1) 75%, rgba(0,87,171,1));*/
    background: linear-gradient(rgba(0,8,8,1) 75%, rgba(30,30,30,1));
    margin: 0 auto;
    padding: 3px 3px;
    border: 0px solid yellow;
    overflow-y: auto;
}

.dropdown {
    border: 0px solid red;
    z-index: 9999;
    text-shadow: 0 0 0 !important;
    display: inline-block;
    position:unset;
}

.table-icon {
    /* width:50px; 12 region */
    /* width:55px; 10 region */
    /* width:60px; 8 region */
    /* height:45px; 12 region */
    /* height:48px; 10 region */
    /* height:53px; 8 region */
    /* width:95px; */
    /* height:30px; */
    /* width:65px;	height:48px; */
    /*
    width: 46px;
    height: 48px;
    */
    font-size: 12px;
    /*font-size: 14px;*/
    font-weight: 500;
    font-family: RobotoCondensed-Bold;
    line-height: 105%; /*170*/
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 0.1px #000000;
    background: -webkit-linear-gradient(top,rgba(186,31,31,1) 75%,rgba(121,0,0,1)); /*Safari 5.1-6*/
    background: -o-linear-gradient(top,rgba(186,31,31,1) 75%,rgba(121,0,0,1)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(top,rgba(186,31,31,1) 75%,rgba(121,0,0,1)); /*Fx 3.6-15*/
    background: linear-gradient(rgba(186,31,31,1) 35%, rgba(121,0,0,1) 75%, rgba(85,0,0,1)); /*Standard*/
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 0px solid white;
    box-shadow: 2px 2px 0px #001d3a;
    float: left;
    margin: 1px 1px 1px 0;
    /*padding: 5px 0 0 0;*/
    /*position: relative;*/
    /* -webkit-overflow-scrolling:touch; */
    width: 85px; /* 91,96 */
    height: 31px; /* 45 */
    padding: 2px 2px 0 0;
    text-align: right;
    /*
    background-position: left top;
    background-position-y: 2px;
    background-repeat: no-repeat;
    background-size: 40%;
    */
}

.table-icon-M, .table-icon-N {
    width: 57px; /* 64px, 70px */
    height: 52px; /*52px*/
    font-size: 10px;
    /*font-size: 14px;*/
    font-weight: 300;
    font-family: RobotoCondensed-Bold;
    line-height: 170%;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 0.1px #000000;
    background: -webkit-linear-gradient(top,rgba(186,31,31,1) 75%,rgba(121,0,0,1)); /*Safari 5.1-6*/
    background: -o-linear-gradient(top,rgba(186,31,31,1) 75%,rgba(121,0,0,1)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(top,rgba(186,31,31,1) 75%,rgba(121,0,0,1)); /*Fx 3.6-15*/
    background: linear-gradient(rgba(186,31,31,1) 35%, rgba(121,0,0,1) 75%, rgba(85,0,0,1)); /*Standard*/
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 0px solid white;
    box-shadow: 2px 2px 2px #001d3a;
    float: left;
    /*position: relative;*/
    /* -webkit-overflow-scrolling:touch; */

    margin: 1px 2px 2px 0;
    width: 76px; /* 73 */
    height: 38px; /* 22 */
    padding: 3px 1px 0 1px;
    text-align: right;
}
.table-icon-M {
    width: 84px; /*56*/
    font-size: 9px;
}
    .table-icon-N {
        width: 53px; /*56*/
        font-size: 9px;
    }

.table-icon-button-selected {
    border: 1.5px solid white !important;
    box-shadow: 2px 2px 2px green;
    padding: 2px 2px 0 0;
}

.table-icon-button-selected-M, .table-icon-button-selected-N {
    border: 1px solid white !important;
    box-shadow: 0px 0px 0px yellow;
    padding: 2px 1px 0 0;
    background-position-y: 3px !important;
}

.monospace {
	font-family: Lucida Console, Courier, monospace;
}

.TermName {
    font-size: 11px;
    height: 11px;
    line-height: 100%;
	padding-top: 0px;
    float: right;
}

.TermID {
    font-size: 12px;
    font-family: Lucida Console;
    height: 11px;
    line-height: 100%;
    color: greenyellow;
    float: right;
}

.TermLoc {
    font-size: 6px;
    font-family: Lucida Console;
    height: 10px;
    line-height: 100%;
    text-align: center;
    color: white;
    float: right;
    margin-top: 2px;
}

.TermName-M, .TermName-N {
    font-size: 10px;
    height: 10px;
    line-height: 100%;
    text-shadow: 1px 1px 0.1px #000000;
    float: right;
}

.TermID-M, .TermID-N {
    font-size: 11px;
    font-family: monospace;
    height: 8px;
    line-height: 100%;
    text-shadow: 0.3px 0.3px 0.1px #000000;
    color: greenyellow;
    float: right;
}

.TermLoc-M, .TermLoc-N {
    font-size: 6.8px;
    font-family: Lucida Console;
    height: 7.5px;
    line-height: 100%;
    text-shadow: 0.2px 0.2px 0.1px #000000;
    text-align: center;
    padding-top: 0px;
    color: white;
    float: right;
}

.table-footer {
    color: #000;
    overflow: hidden;
    font-family: open_sansbold, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    height: 22px;
    background: -webkit-linear-gradient(top,rgba(230,230,230,1) 50%,rgba(180,180,180,1)); /*Safari 5.1-6*/
    background: -o-linear-gradient(top,rgba(230,230,230,1) 50%,rgba(180,180,180,1)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(top,rgba(186,31,31,1) 50%,rgba(180,180,180,1)); /*Fx 3.6-15*/
    background: linear-gradient(rgba(230,230,230,1) 50%, rgba(180,180,180,1)); /*Standard*/
    margin: 0 auto;
    padding: 0 0 0 2px;
    width: auto;
    border: 0px solid yellow;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px -3px 3px 0 #a0a0a0;
    position: relative;
    /* z-index:-1; */
}


.iconred {
    background: -webkit-linear-gradient(top,rgba(186,31,31,1) 75%,rgba(121,0,0,1)); /*Safari 5.1-6*/
    background: -o-linear-gradient(top,rgba(186,31,31,1) 75%,rgba(121,0,0,1)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(top,rgba(186,31,31,1) 75%,rgba(121,0,0,1)); /*Fx 3.6-15*/
    background: linear-gradient(rgba(186,31,31,1) 35%, rgba(121,0,0,1) 75%, rgba(85,0,0,1)); /*Standard*/
    background-color: rgba(121,0,0,1);
    border: 1px solid #943333;
}

.iconyellow {
    background: -webkit-linear-gradient(top,rgba(228,162,0,1) 75%,rgba(255,128,0,1)); /*Safari 5.1-6*/
    background: -o-linear-gradient(top,rgba(228,162,0,1) 75%,rgba(255,128,0,1)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(top,rgba(228,162,0,1) 75%,rgba(255,128,0,1)); /*Fx 3.6-15*/
    background: linear-gradient(rgba(255,188,0,1) 35%, rgba(204,105,0,1) 75%, rgba(194,85,0,1)); /*Standard*/
    background-color: rgba(204,105,0,1);
    border: 1px solid #a7710f;
}

.iconblue {
    background: -webkit-linear-gradient(top,rgb(255, 0, 220) 75%,rgba(121,0,0,1)); /*Safari 5.1-6*/
    background: -o-linear-gradient(top,rgb(255, 0, 220) 75%,rgba(121,0,0,1)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(top,rgb(255, 0, 220) 75%,rgba(121,0,0,1)); /*Fx 3.6-15*/
    background: linear-gradient(rgb(64, 106, 246) 35%, rgb(17, 57, 183) 75%, rgb(9, 6, 168)); /*Standard*/
    background-color: rgb(17, 57, 183);
    border: 1px solid #1e42ad;
}

.icongreen {
    background: -webkit-linear-gradient(top,rgba(7,153,0,1) 75%,rgba(4,94,0,1)); /*Safari 5.1-6*/
    background: -o-linear-gradient(top,rgba(7,153,0,1) 75%,rgba(4,94,0,1)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(top,rgba(7,153,0,1) 75%,rgba(4,94,0,1)); /*Fx 3.6-15*/
    background: linear-gradient(rgba(7,153,0,1) 35%, rgba(6,123,0,1) 75%, rgba(4,94,0,1)); /*Standard*/
    background-color: rgba(4,94,0,1);
    border: 1px solid rgba(10,88,62,0.95);
}

.icongrey {
    background: -webkit-linear-gradient(top,rgba(100,100,100,1) 75%,rgba(225,225,225,1)); /*Safari 5.1-6*/
    background: -o-linear-gradient(top,rgba(100,100,100,1) 75%,rgba(225,225,225,1)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(top,rgba(100,100,100,1) 75%,rgba(225,225,225,1)); /*Fx 3.6-15*/
    background: linear-gradient(rgba(100,100,100,1) 35%, rgba(180,180,180,1) 75%, rgba(225,225,225,1)); /*Standard*/
    background-color: rgba(100,100,100,1);
    border: 1px solid rgba(107,107,107,0.95);
}

.font10 {
    font-size: 10px;
}

.icon-dvr {
    background-image: url(images/dvr.png);
    background-position: left top;
    background-position-y: 0px;
    background-repeat: no-repeat;
    background-size: 20%;
}

.icon-controller {
    background-image: url(images/controller.png);
    background-position: left top;
    background-position-y: 2px;
    background-repeat: no-repeat;
    background-size: 20%;
}

.icon-camlost {
    background-image: url(images/camlost.png);
    background-position: left top;
    background-position-y: 2px;
    background-repeat: no-repeat;
    background-size: 20%;
}

.icon-camtamp {
    background-image: url(images/camtamp.png);
    background-position: left top;
    background-position-y: 2px;
    background-repeat: no-repeat;
    background-size: 20%;
}

.icon-camint {
    background-image: url(images/cam-int.png);
    background-position: left top;
    background-position-y: 2px;
    background-repeat: no-repeat;
    background-size: 20%;
}

.icon-briefcase {
    background-image: url(images/briefcase.png);
    background-position: left top;
    background-position-y: 1px;
    background-repeat: no-repeat;
    background-size: 21%;
}

.icon-light {
    background-image: url(images/light.png);
    background-position: left top;
    background-position-y: 2px;
    background-repeat: no-repeat;
    background-size: 20%;
}

.icon-signage {
    background-image: url(images/light.png);
    background-position: left top;
    background-position-y: 2px;
    background-repeat: no-repeat;
    background-size: 20%;
}

.icon-illegal {
    background-image: url(images/illegal.png);
    background-position: left top;
    background-position-y: 2px;
    background-repeat: no-repeat;
    background-size: 20%;
}

.icon-hdderr {
    background-image: url(images/hdderr.png);
    background-position: left top;
    background-position-y: 2px;
    background-repeat: no-repeat;
    background-size: 20%;
}

.icon-skim {
    background-image: url(images/skim.png);
    background-position: left top;
    background-position-y: 0px;
    background-repeat: no-repeat;
    background-size: 20%;
}

.icon-temp {
    background-image: url(images/temp.png);
    background-position: left top;
    background-position-y: 2px;
    background-repeat: no-repeat;
    background-size: 20%;
}

.icon-temp-room {
    background-image: url(images/temp-room.png);
    background-position: left top;
    background-position-y: 2px;
    background-repeat: no-repeat;
    background-size: 20%;
}

.icon-fascia-door {
    background-image: url(images/fascia-door.png);
    background-position: left top;
    background-position-y: 1px;
    background-repeat: no-repeat;
    background-size: 20%;
}

.icon-safe-door {
    background-image: url(images/safe-door.png);
    background-position: left top;
    background-position-y: 1px;
    background-repeat: no-repeat;
    background-size: 20%;
}

.icon-booth-door {
    background-image: url(images/booth-door.png);
    background-position: left top;
    background-position-y: 1px;
    background-repeat: no-repeat;
    background-size: 20%;
}

.icon-line {
    background-image: url(images/line.png);
    background-position: left top;
    background-position-y: 0px;
    background-repeat: no-repeat;
    background-size: 20%;
}

.icon-stay {
    background-image: url(images/stay.png);
    background-position: left top;
    background-position-y: 2px;
    background-repeat: no-repeat;
    background-size: 28%;
}

.icon-buzzer {
    background-image: url(images/buzzer.png);
    background-position: left top;
    background-position-y: 2px;
    background-repeat: no-repeat;
    background-size: 25%;
}

.icon-dline {
    background: url(images/dline.png) top center no-repeat;
    height: 27px;
    padding: 0;
    margin: 0 auto;
}

.icon-powergrid {
    background-image: url(images/powergrid.png);
    background-position: left top;
    background-position-y: 2px;
    background-repeat: no-repeat;
    background-size: 17% !important;
}

.icon-motion {
    background-image: url(images/motion.png);
    background-position: left top;
    background-position-y: 2px;
    background-repeat: no-repeat;
    background-size: 25% !important;
}

.icon-atm-moved {
    background-image: url(images/atm-moved.png);
    background-position: left top;
    background-position-y: 2px;
    background-repeat: no-repeat;
    background-size: 25% !important;
}

#DeviceDashboard {
    width: 75.5% !important; /*72.7*/
    float: left;
    margin: 0px 0px;
}

#DeviceDashboard-M, #DeviceDashboard-N {
    width: 100% !important;
    float: left;
    margin: 0px 0px;
}

#DeviceErrorDetail {
    width: 100% !important;
    float: left;
    margin: 0px 0px;
}

#DeviceErrorDetail-M, #DeviceErrorDetail-N {
    width: 100% !important;
    float: left;
    margin: 0px 0px;
}

#DashboardContainer-M, #DashboardContainer-N {
    width: 100% !important;
    float: left;
    margin: 2px 0px;
    border: 1px solid white;
}

#DashboardSummary-M, #DashboardSummary-N {
    width:99% !important;
    height: 300px;
    float: left;
    margin: 2px 0px;
}

#DashboardErrorCategory-M, #DashboardErrorCategory-N {
    width: 100% !important;
    height: 350px;
    float: left;
    margin: 2px 0px;
}

#DashboardCountSummary-M, #DashboardCountSummary-N {
    width: 100% !important;
    height: 400px;
    float: left;
    margin: 2px 0px;
}

#DashboardCountSummary {
    width: 100% !important;
    height: 400px;
    float: left;
    margin: 2px 0px;
}

#DeviceErrorDashboard {
    width: 100% !important;
    float: left;
    margin: 5px 0px;
}

#DashboardContainer {
    width: 49.9% !important;
    height: 255px !important;
    float: left;
    margin: 0px 0px;
    border: 1px solid white !important;
}

#DashboardSummary {
    width: 99% !important; /*35*/
    height: 250px !important;
    float: left;
    margin: 0px 4px;
}

#DashboardErrorCategory {
    width: 90% !important; /*45*/
    height: 250px !important;
    float: left;
    margin: 0px 4px;
}

#report-table-suspect {
    padding: 0px;
    margin:0px 2px;
    width: 17% !important; 
    height: 300px; 
    display: block;
    float: left;
}

#DeviceErrorDescription {
    width: 39% !important;
    float: left;
    margin: 6px 5px;
}

#DeviceErrorDescription-M, #DeviceErrorDescription-N {
    width: 100% !important;
    float: left;
    margin: 2px 0px;
}

#DeviceErrorDashboardDescription {
    width: 24.5% !important; /*27.3*/
    float: left;
    margin: 0px 0px;
}

#DeviceErrorDashboardDescription-M, #DeviceErrorDashboardDescription-N {
    width: 100% !important;
    float: left;
    margin: 2px 0px;
}

#DeviceDashboardRegion {
    width: 75.5% !important; /* 72.7 */
    float: left;
    margin: 0px 0px;
}

#DeviceErrorDescriptionRegion {
    width: 24.5% !important; /* 27.3 */
    float: left;
    margin: 0px 0px;
}

#DeviceDashboardRegion-M, #DeviceDashboardRegion-N {
    width: 100% !important;
    float: left;
    margin: 2px 0px;
    background: #57b2d4;
}

#DeviceErrorDescriptionRegion-M, #DeviceErrorDescriptionRegion-N {
    width: 100% !important;
    float: left;
    margin: 2px 0px;
}

span.k-datetimepicker {
    width:150px;
}

.table-condensed tbody>tr>td {
    padding: 0px; /* 2px */
}

.table-condensed-M tbody>tr>td, .table-condensed-N tbody>tr>td {
    padding:0px 0;
    font-size: 10px;
}

#dataCommandDetailIcon {
    height: 550px;
}

#devicecommands-data-table_wrapper {
    height: 500px;
}

.table-cmd > .dataTables_wrapper {
    height: 500px;
}

.table-cmd {
    height:500px;
}

.table-cmd thead > tr > th {
    padding: 2px;
    background-color: darkgreen;
    color: white;
    border: 1px solid darkgreen;
}

.table-cmd-M thead > tr > th {
    padding: 2px;
    background-color: darkgreen;
    color: white;
    border: 1px solid darkgreen;
}

.table-cmd tbody > tr > td {
    padding: 2px;
    background-color: black;
    color: springgreen;
    border: 0;
    border-bottom: 1px dotted darkgreen;
}

.table-cmd-M tbody > tr > td, .table-cmd-N tbody > tr > td {
    padding: 3px 0;
    background-color: black;
    color: springgreen;
    border: 0;
    border-bottom: 1px dotted darkgreen;
}

.table-cmd tbody > tr:hover > td, .table-cmd tbody > tr > td:hover {
    background-color: lightgreen !important;
    color: darkgreen;
}

/*
.table-condensed thead>tr>th:hover, .table-hover thead>tr:hover>th, .table-hover tbody>tr:hover>td, .table-hover tbody>tr>td:hover
{
    border: 0px solid white;
    background-color: none !important;   
}

.table-hover tbody>tr:hover>td, .table-hover tbody>tr>td:hover
{
    background-color: #ffa !important;   
}
*/
.table tbody>tr:hover>td, .table tbody>tr>td:hover
{
    background-color: #ffa;   
    color: black;
}

.lnkAction {
    background-color: green;
    float: left;
    width: 40px;
    text-align: center;
}

    .lnkAction a {
        color: white;
        padding: 0 3px;
    }

.bg-Red {
    background-color: red;
}

label {
    margin-bottom: 0px;
}

div.dataTables_paginate {
    text-align: center !important;
}

.pagination > li > a {
    padding: 6px 10px !important;
}

.k-textbox {
    text-transform: uppercase;
}

.k-header, .k-grid-header-wrap, .k-grouping-header, .k-grid-header {
    background-color: #517d82 !important;
    background-image: none !important;
    border-color: white !important;
}

.k-grid table tr:hover td {
    background-color: #fcd597 !important;
    color: #fb9c02 !important;
    cursor: pointer !important;
}

.table_content .k-grid-content {
    max-height: 500px !important;
    height: 228px !important; /*315px*/
}

.k-grouping-row td {
    background-color: #9a7c28 !important; /* #fb9c02 !important; */
    color: white !important;
    font-weight: 100 !important;
    border: 0.5px solid white !important;
}

k-group-cell, td.k-group-cell {
    background-color: transparent !important;
}

.k-grid-header th.k-header {
    color: white !important;
}

.k-grid-header th.k-with-icon .k-link {
    margin-right: 8px !important;
}

.k-grid-header tr > th.k-header {
    vertical-align: middle;
    font-size: 9px;
}

.k-state-selected {
    background-color: #fcd597 !important;
    color: #cd7f02 !important;
}

.k-alt.k-state-selected {
    background-color: #fcd597 !important;
    color: #cd7f02 !important;
}

.k-alt {
    background-color: #ebfcfc !important;
    color: black !important;
}

.k-alt-red {
    background-color: #fcd1d3 !important;
    color: black !important;
}

.k-link {
    text-align: center;
    font-size: 10px;
}

.k-icon {
    background-color: #fff;
}

.k-header > .k-link {
    color: #e4f5f5 !important;
}

.k-grid tbody td:first-child {
    /*background: #fc8d26 !important;*/
}

.k-grid tr > td {
    font-size: 11px;
    border-color: white;
}

.k-grouping-row p {
    padding: 5px .6em;
}

.k-group-cell tr > td {
    background-color: #fbb06a !important;
}

.k-primary {
    color: #2e2e2e !important;
}

.k-pager-wrap {
    background-color: #e4f5f5 !important;
}

.k-chart {
    height: 310px !important;
}

/* PDF Styles -Start */

        /*
            Use the DejaVu Sans font for display and embedding in the PDF file.
            The standard PDF fonts have no support for Unicode characters.
        */
        .k-grid {
            font-family: "DejaVu Sans", "Arial", sans-serif;
        }

        /* Hide the Grid header and pager during export */
        .k-pdf-export .k-grid-toolbar,
        .k-pdf-export .k-pager-wrap
        {
            display: none;
        }

    /* Page Template for the exported PDF */
    .page-template {
        font-family: monospace, "DejaVu Sans", "Arial", sans-serif;
        font-size: 12px;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .page-template .header {
        position: absolute;
        top: 20px;
        left: 30px;
        right: 30px;
        border-bottom: 1px solid #888;
        color: #888;
    }
    .page-template .footer {
        position: absolute;
        bottom: 15px;
        left: 30px;
        right: 30px;
        border-top: 1px solid #888;
        text-align: center;
        color: #888;
    }
    .page-template .watermark {
        font-weight: bold;
        font-size: 400%;
        text-align: center;
        margin-top: 35%;
        color: #aaaaaa;
        opacity: 0.1;
        transform: rotate(-35deg) scale(1.7, 1.5);
    }

.table_pdf table {
    width: 100% !important;
    background-color: #d1ebff !important;
    border: 0px solid yellow;
}

.table_pdf tr > th {
    /* 20190113 border-bottom: 2px solid #ddd; */
}

.table_pdf input {
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 3px 2px 2px 3px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 3px 2px 2px 3px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 3px 2px 2px 3px;
} 

.table_pdf > table > tbody > tr > td > table {
    width:99%;
}

.table_pdf tr > th, .table_pdf tr > td {
    padding: 0px 3px 0px 3px;
}

.table_pdf_nopadding table {
    width: 100% !important;
    background-color: #d1ebff !important;
}

.table_pdf_nopadding tr > th, .table_pdf_nopadding tr > td {
    padding: 0px 0px 0px 0px;
}

.table_pdf {
    width: 100% !important;
    border: 1px solid white !important;
    background: #57b2d4 !important;
    background: -webkit-linear-gradient(#8fd9f5, #57b2d4); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#8fd9f5, #57b2d4); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#8fd9f5, #57b2d4); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#8fd9f5, #57b2d4); /* Standard syntax */
    padding: 0px 0px 0 0 !important;
	margin: 0;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 10px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 10px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 2px;
}

.table_pdf tbody, .table_pdf thead {
    font-family: RobotoCondensed-Regular, sans-serif;
    font-size: 12px;
}

.table_pdf tr > th, .table_pdf tr > td {
    padding: 0px 1px 0px 1px;
}


.table_pdf_compact {
    width: 100% !important;
    border: 0px solid white !important;
    background: #57b2d4 !important;
    background: -webkit-linear-gradient(#8fd9f5, #57b2d4); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#8fd9f5, #57b2d4); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#8fd9f5, #57b2d4); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#8fd9f5, #57b2d4); /* Standard syntax */
    padding: 0px 0px 0 0 !important;
    margin: 0;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 10px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 10px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 2px;
}

    .table_pdf_compact table {
        width: 100% !important;
        background-color: #d1ebff !important;
        border: 0px solid yellow;
    }

    .table_pdf_compact input {
        /* Safari 3-4, iOS 1-3.2, Android 1.6- */
        -webkit-border-radius: 3px 2px 2px 3px;
        /* Firefox 1-3.6 */
        -moz-border-radius: 3px 2px 2px 3px;
        /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
        border-radius: 3px 2px 2px 3px;
    }

    .table_pdf_compact > table > tbody > tr > td > table {
        width: 99%;
    }

    .table_pdf_compact tbody, .table_pdf thead {
        font-family: RobotoCondensed-Regular, sans-serif;
        font-size: 12px;
    }

    .table_pdf_compact tr > th, .table_pdf tr > td {
        padding: 0px 1px 0px 1px;
    }


/* Content styling */
.customer-photo {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-size: 32px 35px;
    background-position: center center;
    vertical-align: middle;
    line-height: 32px;
    box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0,0,0,.2);
    margin-left: 5px;
}

.customer-name {
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
    padding-left: 3px;
}

/* PDF Styles - End */

.menu-container {
    /*margin-top: 50px;
    Display: flex;*/
    justify-content: center;
    align-items: center;
    width: 250px;
}

.menu-phone {
    background-color: #36383F;
    /* border-radius: 40px; */
    width: auto;
    height: auto;
    Display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 30px 50px 100px #85888C;
}

.menu-content {
    border: 1px solid #36383F;
    border-radius: 20px;
    width: 94%;
    height: 91%;
    background-color: black;
    overflow: hidden;
}

.menu-nav {
    background-color: #1E1E23;
    width: 30px;
    float: left;
}

#btn-nav {
    background-color: #1E1E23;
    width: 30px;
}

    #btn-nav span {
        display: flex;
        width: 20px;
        height: 2px;
        margin-bottom: 5px;
        position: relative;
        background: #ffffff;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 5px 0px;
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
    }

    #btn-nav span:first-child {
        transform-origin: 0% 0%;
    }

    #btn-nav span:nth-last-child(2) {
        transform-origin: 0% 100%;
    }

#menuToggle {
    display: none;
    flex-direction: column;
    position: relative; /*relative;*/
    top: -28px;
    left: 200px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

    #menuToggle input {
        display: flex;
        width: 20px;
        height: 18px;
        position: absolute;
        cursor: pointer;
        opacity: 0.5;
        z-index: 2;
    }

    #menuToggle span {
        display: flex;
        width: 29px;
        height: 2px;
        margin-bottom: 5px;
        position: relative;
        background: #ffffff;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 5px 0px;
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
    }

        #menuToggle span:first-child {
            transform-origin: 0% 0%;
        }

        #menuToggle span:nth-last-child(2) {
            transform-origin: 0% 100%;
        }

    #menuToggle input:checked ~ span {
        opacity: 1;
        transform: rotate(45deg) translate(-3px, -1px);
        background: #36383F;
    }

        #menuToggle input:checked ~ span:nth-last-child(3) {
            opacity: 0;
            transform: rotate(0deg) scale(0.2, 0.2);
        }

        #menuToggle input:checked ~ span:nth-last-child(2) {
            transform: rotate(-45deg) translate(0, -1px);
        }

#menu {
    position: absolute;
    width: 220px;
    height: 670px;
    box-shadow: 0 0 10px #85888C;
    margin: 0; /*-50px 0 0 -50px;*/
    padding: 0 30px;
    padding-top: 20px;
    background-color: rgb(0,0,0,0.9);
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

    #menu li {
        padding: 5px 0;
        font-size: 14px;
        transition-delay: 2s;
    }

#menuToggle input:checked ~ ul {
    transform: none;
}

.tablinks {
    background: #1E1E23;
    width: 26px;
    height: 25px;
    margin: 0;
    padding: 3px;
    padding-top: 5px;
    border: 0;
}

.width-50 {
    width: 50px;
}

