/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10-Oct-2016, 11:23:44
    Author     : rudeboy
*/

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12-Sep-2016, 13:56:02
    Author     : rudeboy
    HiGPS Server v. 4.0.0   
*/

@charset "utf-8";




* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    background-color: #f1f1f2;
    font-style: normal;
    font-weight: 300;
    color: #424143;

}
/*
GLOBAL VAR*/

html, body {
    height: 100%;
    width: 100%;
    font-weight: 500;
    overflow: hidden;
    overflow-y: auto;
}

.h6, h6 {
    font-size: 11px;
}
.fwThin {
    font-weight: 100;
}
.fwLight {
    font-weight: 300;
}
/*fixing bootstrap h2 tag to by design theme*/
.h2, h2 {
    font-size: 16px;
}
p {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}
a {
    outline: none;
    background: transparent;
    text-decoration: none;
    color: #424143;
    font-family: 'Roboto', sans-serif;
}
a:active, a:hover, a:visited, a:focus {
    border: none;
    outline: none !important;
    -moz-outline-style: none;
    text-decoration: none;
    color: #424143;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #424143;
    text-decoration: none;
}
a.btn-primary:active, a.btn-primary:hover, a.btn-primary:visited, a.btn-primary:focus {
    color: #424143;
    border: none;
    border-color: transparent;
}
a.btn:active, a.btn:hover, a.btn:visited, a.btn:focus {
    color: #424143;
}
a.btn {
    border: none;
}
.btn {
    border-radius: 0;
    border-color: transparent;
}


a.btn-primary:active, a.btn-primary:hover, a.btn-primary:visited, a.btn-primary:focus {
    color: #424143;
    border: none;
    border-color: transparent;
}
a.btn:active, a.btn:hover, a.btn:visited, a.btn:focus {
    color: #424143;
}
a.btn {
    border: none;
    height: 34px;
}

a.btn-link {
    color: #4376bb;
}
.btnBorderR.btn {
    border-radius: 6px;

}

.btnBorderR.btn:hover,
.btnBorderR.btn:focus,
.btnBorderR.btn:active,
.btnBorderR.btn:visited {
    color:#fff;
}

.btn-group-vertical .btn.btn-default,
.btn-group .btn.btn-default {
    border: 1px solid #b0acb0;
    -webkit-box-shadow: 2px 3px 0px 0px rgba(176,172,176,1);
    -moz-box-shadow: 2px 3px 0px 0px rgba(176,172,176,1);
    box-shadow: 2px 3px 0px 0px rgba(176,172,176,1);
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover, 
.btn-success.focus:active, 
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover ,
.btn-success:hover {
    background-color: rgba(0, 166, 119, 1);
    border-color: transparent;
    color: #fff;
}
.btn-primary:hover,
.btn-primary.active.focus, .btn-primary.active:focus, 
.btn-primary.active:hover, .btn-primary.focus:active,
.btn-primary:active:focus, .btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, 
.open > .dropdown-toggle.btn-primary:hover {
    background-color: rgba(47, 109, 182, 1);
    border-color: transparent;
    color: #fff;
}
.btn-info:hover,
.btn-info.active.focus, .btn-info.active:focus,
.btn-info.active:hover, .btn-info.focus:active,
.btn-info:active:focus, .btn-info:active:hover, 
.open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
    background-color: rgba(138, 57, 110, 1);
    border-color: transparent;
    color: #fff;
}
.btn-warning:hover,
.btn-warning.active.focus, 
.btn-warning.active:focus,
.btn-warning.active:hover, 
.btn-warning.focus:active, 
.btn-warning:active:focus, 
.btn-warning:active:hover, 
.open > .dropdown-toggle.btn-warning.focus, 
.open > .dropdown-toggle.btn-warning:focus, 
.open > .dropdown-toggle.btn-warning:hover {
    background-color: rgba(253, 188, 61, 1);
    border-color:transparent;
    color: #424143;
}
.btn-danger:hover,
.btn-danger.active.focus, 
.btn-danger.active:focus, 
.btn-danger.active:hover,
.btn-danger.focus:active,
.btn-danger:active:focus, 
.btn-danger:active:hover, 
.open > .dropdown-toggle.btn-danger.focus, 
.open > .dropdown-toggle.btn-danger:focus, 
.open > .dropdown-toggle.btn-danger:hover {
    background-color: rgba(239, 69, 69, 1);
    border-color: transparent;
    color: #fff;
}

.textUnderLine {
    text-decoration:underline; 
    text-decoration-color: #424143;
}

.textUnderLine:active, .textUnderLine:hover, .textUnderLine:visited, .textUnderLine:focus {
    text-decoration:underline; 
    text-decoration-color: #424143;
    color:#424143;
}


label {

    font-weight: 400;
}
.form-control {
    width: 100%;
    height: 35px;
    padding-left: 10px;
    border:1px solid #b0acb0;
    box-shadow: none;
    border-radius: 0;
    color: #424143;
    font-weight: 300;
    outline: none;
    font-size: 11px;

}
.form-control:hover,
.form-control:focus,
.form-control:active,
.form-control:visited {
    border:1px solid #b0acb0;
    box-shadow: none;
    border-radius: 0;
    outline: none;
    color: #424143;
    font-size: 11px;
}
select.select.form-control:hover,
select.select.form-control:focus,
select.select.form-control:active,
select.select.form-control:visited {
    border:1px solid  transparent;
    box-shadow: none;
    border-radius: 0;
    outline: none;
    color: #fff;
    font-size: 11px;
}
.textarea ,
.noteTextarea{
    resize:vertical;
    width: 100%;
    height: 200px;
}

/* THEME
BUTTONS*/

.buttonStatus{

    display: block;
    font-weight: 100;
    text-transform: uppercase;
    -webkit-box-shadow: 2px 3px 0px 0px rgb(176 172 176);
    -moz-box-shadow: 2px 3px 0px 0px rgba(176,172,176,1);
    box-shadow: 2px 3px 0px 0px rgb(176 172 176);
    text-align: center;
    background-color: rgba(47,109,182, 1) !important;
    color:#fff !important;
}

.btn {
    font-weight: 100 ;
}
a.btnMain,
.btnMain,
/*
secound button*/
a.btnSecondary,
.btnSecondary ,
/*
white button*/
a.btnWhite,
.btnWhite,
/*
green button*/
a.btnGreen,
.btnGreen ,
/*
green button*/
a.btnGreen,
.btnGreen   
/*
yellow button*/
a.btnYellow,
.btnYellow ,
/*
red button*/
a.btnRed,
.btnRed,
/*
gray button*/
a.btnGray,
.btnGray  {
    width: 100%;
    display: block;

    font-weight: 100;
    text-transform: uppercase;
    -webkit-box-shadow: 2px 3px 0px 0px rgba(176,172,176,1);
    -moz-box-shadow: 2px 3px 0px 0px rgba(176,172,176,1);
    box-shadow: 2px 3px 0px 0px rgba(176,172,176,1);
    text-align: center;
}


a.btnMain:hover,
a.btnMain:focus,
.btnMain:hover,
.btnMain:focus {
    background-color: rgba(47,109,182, 0.7) !important;
    color:#fff;

}

.btnStatusSend{
    width: 50%;
    display: block;

    font-weight: 100;
    text-transform: uppercase;
    -webkit-box-shadow: 2px 3px 0px 0px rgba(176,172,176,1);
    -moz-box-shadow: 2px 3px 0px 0px rgba(176,172,176,1);
    box-shadow: 2px 3px 0px 0px rgba(176,172,176,1);
    text-align: center;
    background-color: rgba(47,109,182, 1) !important;
    color:#fff !important;
}
.btnStatusRead{
    width: 50%;
    display: block;

    font-weight: 100;
    text-transform: uppercase;
    -webkit-box-shadow: 2px 3px 0px 0px rgba(176,172,176,1);
    -moz-box-shadow: 2px 3px 0px 0px rgba(176,172,176,1);
    box-shadow: 2px 3px 0px 0px rgba(176,172,176,1);
    text-align: center;
    background-color: rgba(239,69,69, 0.7) !important;
    color:#fff !important;
}


a.btnSecondary:hover,
a.btnSecondary:focus,
.btnSecondary:hover,
.btnSecondary:focus {
    background-color: rgba(138,57,110, 0.7)  !important;
    color:#fff;

}

a.btnWhite:hover,
a.btnWhite:focus,
.btnWhite:hover,
.btnWhite:focus {
    background-color:  rgba(235,235,235, 0.7)  !important;

}

a.btnGreen:hover,
a.btnGreen:focus,
.btnGreen:hover,
.btnGreen:focus {
    background-color:  rgba(0,166,119, 0.7)  !important;

}
a.btnYellow:hover,
a.btnYellow:focus,
.btnYellow:hover,
.btnYellow:focus {
    background-color:  rgba(253,188,61, 0.7)  !important;

}

a.btnRed:hover,
a.btnRed:focus,
.btnRed:hover,
.btnRed:focus {
    background-color: rgba(239,69,69, 0.7)  !important;

}

a.btnMain,
.btnMain {
    background-color: rgba(47,109,182, 1) !important;
    color:#fff !important;
}

a.btnSecondary,
.btnSecondary {
    background-color: rgba(138,57,110, 1)  !important;
    color:#fff !important;
}

/*
white button*/
a.btnWhite,
.btnWhite {
    background-color:  rgba(255,255,255, 1)  !important;
    color:#424143 !important;
}


/*
green button*/
a.btnGreen,
.btnGreen {
    background-color:  rgba(0,166,119, 1)  !important;
    color:#fff !important;
}

/*
yellow button*/
a.btnYellow,
.btnYellow {
    background-color:  rgba(253,188,61, 1)  !important;
    color:#424143 !important;  
}

/*
red button*/
a.btnRed,
.btnRed {
    background-color: rgba(239,69,69, 1)  !important;
    color:#fff !important;  
}

/*
gray button*/
a.btnGray,
.btnGray {
    background-color: rgba(136,130,135, 1)  !important;
    color:#fff !important;  
}

a.btnGray:hover,
a.btnGray:focus,
.btnGray:hover,
.btnGray:focus {
    background-color:  rgba(136,130,135, 0.7)   !important;

}


.btnBorderR {
    border-radius: 6px;
}
/* THEME
LINE*/
.btLine {
    padding-bottom: 5px; 
    border-bottom: 1px solid #424143;
}
.bottomBorder {

    border-bottom: 1px solid #828084;
}
.img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    width: 100%;
}

.ellipsisword {
    text-overflow: ellipsis;

    /* Required for text-overflow to do anything */
    white-space: nowrap;
    overflow: hidden;
}
/* reset bootstrap style global strong */
b, strong {
    font-weight: 400;
}

/*COLOR BG*/
.bg1 {
    background-color: #dcd9dc;
}
.bg2 {
    background-color: #fff;
}
.bgRed {
    background-color: rgba(239,69,69, 1) ;
    color:#fff;
}
.bgYellow {
    background-color: rgba(253,188,61, 1) ;
}
.bgWhite {
    background-color: rgba(255,255,255, 1) ;
}
.bgGreen {
    background-color:  rgba(0,166,119, 1) ;
    color:#fff;
}
.bgCherry {
    background-color: rgba(138,57,110, 1) ;
    color:#fff;
}
.bgBlue {
    background-color: rgba(47,109,182, 1);
    color:#fff;
}
.bgBlueDark {
    background-color: rgba(46,54,143, 1);
}

.bgViolet {
    background-color: rgba(158,86,162, 1);

}
.bgVioletDark {
    background-color: rgba(67,118,187, 1);
}
.bgOrange {
    background-color: rgba(239,69,69, 1);
}

.bg
/*
COLOR*/
.clRed {
    color: rgba(239,69,69, 1) ;

}
.clYellow {
    color: rgba(253,188,61, 1) ;
}
.clWhite {
    color: rgba(255,255,255, 1) ;
}
.clGreen {
    color:  rgba(0,166,119, 1) ;

}
.clCherry {
    color: rgba(138,57,110, 1) ;

}
.clBlue {
    color: rgba(47,109,182, 1);

}
.clGray {
    color: rgba(169,159,169, 1);

}

.clWhite {
    color: #fff;
}

.uppercase {
    text-transform: uppercase;
}
.overflowh {
    overflow: hidden;
}
.positionR {
    position: relative;
}
.listItem {
    list-style: none;
}
.pNoMar p {
    margin: 0;
}
.mar13top {
    margin-top: 13px;
}
.mararginRight2p {
    margin-right: 1%;
}
.marRight20 {
    margin-right: 30px;
}
.marLeft40 {
    margin-left: 40px;
}
.marBottom20 {
    margin-bottom: 20px;
}
.marBottom40 {
    margin-bottom: 40px;
}
.marBottom48 {
    margin-bottom: 48px;
}
.martop20 {
    margin-top: 20px;
}
.martop15 {
    margin-top: 15px;
}
.martop10 {
    margin-top: 10px;
}
.paddingBT12 {
    padding-bottom: 12px;
    padding-top: 12px;
}
.paddingBottom20 {
    padding-bottom: 20px;
}
.paddingRight20 {
    padding-right: 20px;
}
.paddingLeft20 {
    padding-left: 20px;
}
.paddingLeft10 {
    padding-left: 10px;
}
.vert-center {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.hamburger-menu {
    position: relative;
    display: block;
    display: none;
    width: 96px;
    height: 102px;
    float:right;
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: none;
    box-shadow: none;
}
.hamburger-menu:hover,
.hamburger-menu:focus,
.hamburger-menu:active,
.hamburger-menu:visited {
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: none;
    box-shadow: none;
}

.hamburger-menu:before {
    position: relative;
    content: url(../images/menu.png);
}
/*iOS better text*/
div, p, a, li, td { -webkit-text-size-adjust:none; }


.cursorP {
    cursor: pointer;
}



.boxCenter {
    width: 85%;
    margin: 0 auto;
}

.boxCenter.small {
    width: 60%;
}

.vh100 {
    height: 100vh;
}

input::-webkit-input-placeholder {
    font-size: 14px;
    color: #424143;

}

.index_icon{
    width: 20px;

}

#container_chart0{

    font-size: 20px!import;
}

input:-moz-placeholder { 
    font-size: 14px;
    color: #424143;

}
input::-moz-placeholder {  
    font-size: 14px;
    color: #424143;

}

input:-ms-input-placeholder {  
    font-size: 14px;
    color: #424143;

}

.fw100 {
    font-weight: 100;
}


.fs23 {
    font-size: 23px;
}
.fs30 {
    font-size: 30px;
}
.fs18 {
    font-size: 18px;
}
.fw300 {
    font-weight: 300;
}

.fontS10 {
    font-size: 10px;
}

.historyElements{

    border-bottom: 1px solid black;
    padding-top: 10px;
}


.sectionP0 p{
    padding-bottom:0;
}
.lhp p{
    line-height: 1.2;
}

.brBottomSmall {
    position: relative;
    display: block;
}
.brBottomSmall:before {
    content: '__';
    position: absolute;
    top:10px;
}
.btBorder {
    border-top: 1px solid #424143;
    border-bottom: 1px solid #424143;
    margin: 0;
    padding: 0.7% 0;
}
.borderRight{  border-right: 1px solid #424143;}

.borderLeft{  border-left: 1px solid #424143;}

.borderBottom{  border-bottom: 1px solid #424143;}


.borderTop{  border-top: 1px solid #424143;}

.btLine {
    padding-bottom: 5px;
    border-bottom: 1px solid #424143;
}

.boxShadow{
    -webkit-box-shadow: 2px 3px 0px 0px rgba(176,172,176,1);
    -moz-box-shadow: 2px 3px 0px 0px rgba(176,172,176,1);
    box-shadow: 2px 3px 0px 0px rgba(176,172,176,1);
}

#htmlMsg {
    display: none;
    position: fixed;
    left: 43%;
    top: 6%;
    padding: 10px;
    background-color: rgba(239, 69, 69, 1);
    color:#fff;
    font-size: 18px;
    z-index: 999999999;
    font-weight: 100;

}

#htmlMsg.msgVisible {
    display: block;
}
/* slightly enhanced, universal clearfix hack */

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* close commented */
/*    min-height: 100% !important;*/
/* min. height for modern browser */
/*  height:100% !important;  important rule for modern Browser */
/*    height:100% !important;*/
/* min. height for IE */
/*    overflow: hidden !important;*/
/* FF scroll-bar */

.container {
    width: 980px;
}

@media screen and (min-width: 1440px) {
    .container {
        width: 1224px;
    }
}
@media screen and (max-width: 980px) {
    .container {
        width: auto;
        max-width: 100%;
    }
}
/*
GRID*/
/* Bootstrap 990px Breakpoint to 480px */
/*
fix focus on button, toggle menu drop  down to none by theme design like globa var*/
:focus {
    outline: none;
}
/*
fix H Bootstrap weight font*/
h1, .h1 {
    font-size: 23px;
    font-weight:100;
}
h2,  .h2 ,  .h3 , h3 {

    font-weight:300;
}
h2,  .h2 {
    font-size: 19px;
}
.h3 {
    font-size: 15px;
}
.h4 {
    font-size: 10px;
}
.h5 {
    font-size: 9px;
}
.h4, .h5, .h6, h4, h5, h6 {
    font-weight:400;
}

h6 {
    font-size: 7px;
}

.inputCss{
    border-bottom: 1px solid black !important;
    background: white !important;
}

@media screen and (min-width: 480px) and (max-width: 991px) {
    .container {
        width: 100%;
        padding: 0 3.5%;
    }
    .panel-heading {
        padding: 1% 1.5%;
    }
}
/* 480px (WVGA - Low End Windows Phone) */

@media screen and (max-width: 220px) {
    .col {
        padding: 0;
        float: left;
    }
    .pcol {
        padding: 1.5% 1.5% 1.5% 1.5%;
        float: left;
    }
    .pcol.c_1, .pcol.c_1_2, .pcol.c_1_3, .pcol.c_2_3, .pcol.c_1_4, .pcol.c_2_4, .pcol.c_3_4, .pcol.c_1_5, .pcol.c_2_5, .pcol.c_3_5, .pcol.c_4_5, .pcol.c_1_6, .pcol.c_2_6, .pcol.c_3_6, .pcol.c_4_6, .pcol.c_5_6 {
        width: 100%;
    }
    .col.c_1, .col.c_1_2, .col.c_1_3, .col.c_2_3, .col.c_1_4, .col.c_2_4, .col.c_3_4, .col.c_1_5, .col.c_2_5, .col.c_3_5, .col.c_4_5, .col.c_1_6, .col.c_2_6, .col.c_3_6, .col.c_4_6, .col.c_5_6 {
        width: 100%;
    }
}
@media screen and (min-width: 220px) {
    .col {
        float: left;
    }
    .pcol {
        padding: 1.5% 1.5% 1.5% 1.5%;
        margin: 0% 0% 0% 1.5%;
        float: left;
    }
    .col.c_1, .pcol.c_1 {
        width: 100%;
    }
    .col.c_1_2 {
        width: 49.25%;
    }
    .pcol.c_1_2 {
        width: 48.50%
    }
    .col.c_1_3, .pcol.c_1_3 {
        width: 32.3333333333%;
    }
    .col.c_2_3, .pcol.c_2_3 {
        width: 66.17%;
    }
    .col.c_1_4, .pcol.c_1_4 {
        width: 23.875%;
    }
    .col.c_1_8, .pcol.c_1_8 {
        width: 13.875%;
    }
    .col.c_1_9, .pcol.c_1_9 {
        width: 9.575%;
    }
    .col.c_2_4, .pcol.c_2_4 {
        width: 49.25%;
    }
    .col.c_3_4, .pcol.c_3_4 {
        width: 74.625%;
    }
    .col.c_1_5, .pcol.c_1_5 {
        width: 18.80%;
    }
    .col.c_2_5, .pcol.c_2_5 {
        width: 39.10%;
    }
    .col.c_3_5, .pcol.c_3_5 {
        width: 59.40%;
    }
    .col.c_4_5, .pcol.c_4_5 {
        width: 79.70%;
    }
    .col.c_1_6, .pcol.c_1_6 {
        width: 15.4167%;
    }
    .col.c_1_7, .pcol.c_1_7 {
        width: 11.4167%;
    }
    .col.c_2_6, .pcol.c_2_6 {
        width: 32.3332%;
    }
    .col.c_3_6, .pcol.c_3_6 {
        width: 49.2499%;
    }
    .col.c_4_6, .pcol.c_4_6 {
        width: 66.1666%;
    }
    .col.c_5_5, .pcol.c_5_5 {
        width: 60.1666%;
    }
    .col.c_5_6, .pcol.c_5_6 {
        width: 83.0833%;
    }
    .col.c_5_8, .pcol.c_5_8 {
        width: 85.233%;
    }
    .col.c_5_7, .pcol.c_5_7 {
        width: 75.1777%;
    }
}
.col:first-child, .pcol:first-child {
    margin-left: 0;
}
.first-col {
    margin-left: 0 !important;
}
.fr {
    float: right;
}
.fl {
    float: left;
}
/*end Grip*/


/*
HEADER TOP*/
.top_header {
    height: 110px;
}
/*
LOGO*/
.logo {
    position: relative;
    padding: 0;
    margin:0;

}
.logo span {
    position: absolute;
    display: block;
    bottom: 0;
    font-size: 12px;
}
/*
LOGO HEADER TOP*/
.top_navigation {
    position: relative;
    float: right;
}
.top_navigation > ul {
    display: block;


    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.top_navigation > ul > li {
    display: block;
    float: left;
    width: 10%;

    margin-right: 1%;
}
.top_navigation.headerStatus > ul > li {

    width: 15%;

    margin-right: 1%;
}

.top_navigation > ul > li > a {
    display: block;
    width: 100%;
    height: 110px;
    padding: 38px 5px 0 5px;
    font-size: 12px;
    font-weight: 400;
    color: #424143;
}
.top_navigation > ul > li  a:hover {
    background-color: #c7bdc7;
    color: #fff;
}
.top_navigation > ul li a.active {
    background-color: #c7bdc7;
    color: #fff;
}
.top_navigation > ul li  a span {
    display: block;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}
.top_navigation > ul > li > a em {
    position: absolute;
    right: 5px;
    top:50%;
}

.top_navigation > ul li:last-child {
    margin-right: 0;
}
/*ADMIN VIEW*/
.panel_header_higps > .col.c_1_2{
    width: 47.5%;
    min-height: 300px;
    overflow: hidden;
    margin: 5% 0 0 0;
}

.panel_header_higps > .col.c_1_2:nth-child(odd) {
    margin-right: 5%;
}

.panel_higps {
    overflow: hidden;
    position: relative;
    background-color: #fff;
}
.panel_higps h3  {
    margin: 0;
    padding: 2%;
    background-color: #ef4545;
    color: #fff;
    font-weight: 300;
}

.panel_higps #new_group  {
    overflow: hidden;
    background-color: #ef4545;
}
#new_group input{
    color:#fff;
    font-size: 24px;
    font-weight: 300;
}

.panel_higps .rpw_btn {
    position: absolute;
    bottom: 20px;
    left:20px;
}

.panel_higps form ,
.panel_higps .inner_panel {
    padding: 2%;  
}

/*
HISTORY VIEW*/
.historyBoxs , 
.charsetLine {
    position: relative;

}

.historyBoxs {


    overflow: hidden;
    height: 800px;
}

.charsetLine .fromtoDate {
    position: absolute;
    bottom: -420px;
    width: 100%;

}
.charsetLine .fromtoDate .dateFrom,
.charsetLine .fromtoDate .dateTo {
    position: absolute;
}

.charsetLine .fromtoDate .dateFrom {
    left:0;
}
.charsetLine .fromtoDate .dateTo {
    right: 0;
}


.historyBoxs > section {
    min-height: 270px;
}

.canvasjs-chart-credit {
    display: none !important;
}

#historyTL {
    width: 100%;
    overflow: hidden;
    top: 500px;
    position: absolute;
    margin-bottom: 40px;
}
.showInfoHistory ,
.showInfoHistory #map {
    overflow: hidden;
    height: 400px;
}

#mapPopUp {
    height: 500px;
    margin: 0 auto;
    width: 80%;

}

.formHIGP1  h5 {
    position: relative;
    width: 100%;
}
.formHIGPInput {

    border-bottom: 1px solid black !important;
    text-align: center;
}
/*
form styling*/
.formHIGP  h5 {
    position: relative;
    float: left;
    width: 100%;
}
.formHIGP  h5 strong input,
.formHIGP  h5 strong  select {
    width: 100%;
    display: block;

}
.formHIGP   .switchChekbox  label {
    top:4px;
} 
.formHIGP   .switchChekbox strong label {
    top: -30px;
    height: 32px;
}
.formHIGP  .switchChekbox input  {

}
.formHIGP  h5 strong {
    display: block;
    padding: 10px 5px 0 5px;
    border-bottom: 1px solid #424143;
}

.formHIGP  h5 .error {
    position: absolute;
    top: 100%;
}

.formHIGP  h5 .dataPbox {
    padding: 0 5px 0 5px;
}

.formHIGP  h5 .dataPbox .dtPickerIcon {
    position: relative;
    right: -8px;
}
.formHIGP  h5  label {
    position: relative;
    height: 40px;
    top:10px;
    padding: 0;
    margin: 0;

}

.formHIGP .dateSet  label {
    float: left;
}

.formHIGP .dateSet  input {
    float: left;
    width: 80%;
}

.searchForm {
    margin-bottom: 20px;
}


input[type=text], input[type=password], input[type=file], textarea, input , .search{
    padding-left: 10px;
    border: none;
    border-radius: 0;
    color: #424143;
    font-weight: 300;
    box-shadow: none;
    outline: none;
    background-color: transparent;
}


input[type=text]:focus,
input[type=text]:hover,
input[type=text]:active,
input[type=text]:visited, 
input[type=password]:focus,
input[type=password]:hover,
input[type=password]:active,
input[type=password]:visited {
    border:none;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    color: #424143;
    font-weight: 300;
}



/*
table styling*/
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px solid #806680;
}

.table td,.table th {
    color: #424143;
}

.table > thead > tr {
    font-weight: 300;
    text-transform: uppercase;
}
/*
table first white color*/
.table_white {
    background-color: transparent;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    border-top: none;
    margin-bottom: 20px;
}
.table_white tr:hover,
.table_white tr:active,
.table_white tr:focus {
    background-color: #c7bdc7;
    color: #fff;
}

.table_white thead tr td {
    text-transform: uppercase;
}

/*
TABS*/
.panel {
    background-color: transparent;
    border-radius: 0;
    box-shadow:none;
}

.higpPanelAccrd .panel.panel-warning .panel-heading * {
    color:#fff;
}
.panel-heading {

    border-radius: 0; 
}
.nav-tabs {
    border-bottom: 1px solid #b0acb0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover  {
    color:#f47421;
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-top:none;
    border-bottom: 1px solid #f47421;
    background-color: transparent;
}
.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
}

.nav-tabs > li > a:hover {
    border:1px solid transparent;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
    border:1px solid transparent;
}
/*VERTICAL TAB*/
.tabs-vertical .verticlaTab {
    width: 20%;
    float: left;
}
.tabs-vertical .verticlaTab li {
    display: block;
    width: 100%;
    float: left;
}
.tabs-vertical  .tab-content {
    width: 74%;
    padding: 0 0 0 2%;
    position: relative;
    float: right;
}

.ui-autocomplete-input {
    border: none; 
    font-size: 14px;
    width: 300px;
    height: 24px;
    margin-bottom: 5px;
    padding-top: 2px;
    border: 1px solid #DDD !important;
    padding-top: 0px !important;
    z-index: 1000;
    position: relative;
}
.ui-menu .ui-menu-item a {
    font-size: 12px;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000 !important;
    float: left;
    display: none;
    min-width: 160px;
    width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

div[id^="AnyTime--"] {
    z-index: 99999 !important;
}

.ui-helper-hidden-accessible{
    display: none;
}

/*
Breadcrumbs*/
.breadcrumb {
    border-radius: 0;
    background-color: #e1dae1;}
.breadcrumb li a {
    color:#bfb2c0;
}
.breadcrumb  .active {
    color: #f47421;
}

/*pagination*/
.pagination {
    border-radius: 0;
}

.pagination > li > a, .pagination > li > span {
    border: 1px solid #b0acb0;
    color: #f47421;

}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    background-color: #f47421;
    border-color: #b0acb0;
    color: #fff;
}


.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius:0;
    border-top-left-radius: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
/*
system message alert msg*/
.alert p {

    color: #fff;

}
.alert {
    position: relative;
    border-radius: 0;
}
.alert  .close {
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 20px;
    color:#f47421;

}
/*
LIST GROUP ITEMS*/

.list-group-item {
    border: 1px solid #b0acb0;
    color:#414141;
    font-weight: 300;
}
.list-group-item-heading {
    font-size: 16px;
    font-weight: 300;
}  
.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.list-group-item.current {
    background-color: #f47421;
    color: #fff;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #fff;
    border-color: #b0acb0;
    color: #424143;
    z-index: 2;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #b0acb0;
}
/*
PANELS*/

.panel .panel-title {
    font-size: 14px;
    font-weight: 300;
}
.panel .panel-title  .accordion-toggle:active,
.panel .panel-title  .accordion-toggle:hover,
.panel .panel-title  .accordion-toggle:focus {
    color: #fff;
}
.panel-body {
    color: #414141;
    font-size: 12px;
    font-weight: 300;
    background-color: #fff;
}

.panel-footer {
    background-color: #e3e0e2;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top: 1px solid #b0acb0;
    font-size: 12px;
    font-weight: 300; 

} 

.panel-primary > .panel-heading {
    background-color: #00a677;
    border-color: #00a677;
}
.panel-primary {
    border-color: #b0acb0;
}


.panel-success {
    border-color: #b0acb0;
}


.panel-success > .panel-heading {
    background-color: #fdbc3d;
    border-color: #b0acb0;
    color: #fff;
}


.panel-info {
    border-color: #b0acb0;
}

.panel-info > .panel-heading {
    background-color: #ef4545;
    border-color: #b0acb0;
    color: #fff;
}


.panel-warning {
    border-color: #b0acb0;
}

.panel-warning > .panel-heading {
    background-color: #f47421;
    border-color: #b0acb0;
    color: #fff;
}


.panel-danger {
    border-color: #b0acb0;
}

.panel-danger > .panel-heading {
    background-color:rgba(47, 109, 182, 1);
    border-color: #ebccd1;
    color: #fff;
}
/*
footer*/
.footer * {
    color: #000;
}
/*
MESSAGES
*/
.message {
    width: 180px;
    position: relative;
    padding: 5%;
    background-color: #fff;
}
.message {
    color: #414141;
    font-weight: 300;
}
.message .arrow {
    position: absolute;

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 0 20px;
    border-color: transparent transparent transparent #ffffff;

}
.message .arrow.rightComment{
    right: -20px;
    transform: rotate(360deg);
}
.message .arrow.leftComment{
    left: -20px;
    transform:rotate(-90deg);
}

/*
MODAL*/

.modal-content {
    border-radius: 0;
    border:none;
    -webkit-box-shadow: 2px 3px 0px 0px rgba(176,172,176,1);
    -moz-box-shadow: 2px 3px 0px 0px rgba(176,172,176,1);
    box-shadow: 2px 3px 0px 0px rgba(176,172,176,1);
}

.modal-title {
    font-weight: 300;
    color:#f47421;
}

/*DROPDOWN MENU
ul dropdown*/
.dropdown.blockMenu li {
    display: block;
    width: 100%;
    float:left;

}
/*
VIEW PREDEF MODE*/

.boxMprefined .titleBox {
    margin-top: 27px;
}

.sidebarContent {
    list-style: none;
}
.sidebarContent li.active{
    color: rgba(47,109,182, 1);
}

.sidebarContent .selected {
    color: rgba(47,109,182, 1);
    font-size: 12px;
}

/*
page reports GPRS*/
.reportsGPRS img {
    max-height: 230px;
}
.reportsGPRS section h2 {
    margin: 0;
    padding: 8px 0 0 0;
    position: relative;
}

#historyTL {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

/*
navigation  Carousels */
.higpCarousels .owl-buttons {
    width: 100%;
    position: absolute;
    top: 35%;

}
.higpCarousels .owl-buttons .owl-prev,
.higpCarousels .owl-buttons .owl-next {
    width: 52px;
    position: absolute;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    color: transparent;
}
.higpCarousels .owl-buttons .owl-prev {
    left: -52px;
}
.higpCarousels .owl-buttons .owl-next {
    right: -51px;
}
.higpCarousels .owl-buttons .owl-prev:before,
.higpCarousels .owl-buttons .owl-next:before {
    font-size: 52px;
    background-color: rgba(47,109,182, 1) ;
    color: #fff ;
}
.higpCarousels .owl-buttons .owl-prev:before:hover,
.higpCarousels .owl-buttons .owl-next:before:hover {

    background-color: rgba(47,109,182, 0.7) ;

}
.higpCarousels .owl-buttons .owl-prev:before {
    content: "\e257";
}
.higpCarousels .owl-buttons .owl-next:before {
    content: "\e258";

}

/*
SWITCH MODE*/
.switch{

    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
/* on off button*/
.cb-enable, .cb-disable,.cb-enable2 {
    width:45px;
    height:30px;
    display: block;
    float: left;


    background-color: #fbfbfb;
    background-image: -moz-linear-gradient(100% 100% 90deg, #f2f2f2, #fff);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f2f2f2));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2');
    background-image: -o-linear-gradient(#ffffff,#f2f2f2);
}
.cb-enable,.cb-enable2{
    border: 1px solid #dfdfdf;

    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.cb-disable{
    border: 1px solid #dfdfdf;

    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.cb-enable span,.cb-enable2 span {
    line-height: 30px;
    margin-left: 10px;
}
.cb-disable span {
    line-height: 30px;
    margin-left: 10px;
}
/*.cb-disable.selected {
        background: #222 url(../images/button-overlay.png) top repeat-x;
}*/
.cb-disable.selected span {
    background-position: right -210px;
    color: #fff;
}
.cb-enable.selected {
    background: rgb(98,194,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(98,194,255,1) 0%, rgba(86,189,255,1) 36%, rgba(0,156,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(98,194,255,1)), color-stop(36%,rgba(86,189,255,1)), color-stop(100%,rgba(0,156,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(98,194,255,1) 0%,rgba(86,189,255,1) 36%,rgba(0,156,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(98,194,255,1) 0%,rgba(86,189,255,1) 36%,rgba(0,156,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(98,194,255,1) 0%,rgba(86,189,255,1) 36%,rgba(0,156,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(98,194,255,1) 0%,rgba(86,189,255,1) 36%,rgba(0,156,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62c2ff', endColorstr='#009cff',GradientType=0 ); /* IE6-9 */

}
.switchChekbox input.selected > label.cb-enable {
    background: rgb(98,194,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(98,194,255,1) 0%, rgba(86,189,255,1) 36%, rgba(0,156,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(98,194,255,1)), color-stop(36%,rgba(86,189,255,1)), color-stop(100%,rgba(0,156,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(98,194,255,1) 0%,rgba(86,189,255,1) 36%,rgba(0,156,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(98,194,255,1) 0%,rgba(86,189,255,1) 36%,rgba(0,156,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(98,194,255,1) 0%,rgba(86,189,255,1) 36%,rgba(0,156,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(98,194,255,1) 0%,rgba(86,189,255,1) 36%,rgba(0,156,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62c2ff', endColorstr='#009cff',GradientType=0 ); /* IE6-9 */

}
.cb-enable.selected span {
    background-position: left -150px;
    color: #fff;
}
.switch label {
    cursor: pointer;
}
.switch input {
    display: none;
}

.sectionSupport{

    max-height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
    border-radius: 4px;
    border: 1px solid #e6e7e8;
}

.h3Section{
    margin: 0 10px 0 8px;
    padding: 10px 0 10px 10px;
    font-size: 15px;
    color: #ff7300;
    border-bottom: 1px solid #e6e7e8;
}

.h4Section{
    padding: 5px 0;
    margin: 0;
    font-size: 10px;
    color: #8c8c8c;
}

.liClient{
    position: relative;
    float: left;
    width: 66.17%;
    padding: 6px 0 7px 10px;
    margin: 6px 0 14px 0;
    background-color: #929497;
    border-radius: 4px;
    font-size: 15px;
    color: #fff;
    font-family: BloggerLight;
}

.liAdmin{
    position: relative;
    float: right;
    width: 66.17%;
    padding: 6px 0 7px 10px;
    margin: 6px 10px 14px 0;
    background-color: #6d6e70;;
    border-radius: 4px;
    font-size: 15px;
    color: #fff;
    font-family: BloggerLight;
}

.statusFontSize{

    font-size: 10px !important;
}
.statusPadding{
    padding: 0 !important;
}


.YellowClass{

    background: yellow;
    color: yellow;
    border-radius: 13px;

}
.RedClass{

    background: red;
    color: red;
    border-radius: 13px;

}

.GreenClass{

    background: green;
    color: green;
    border-radius: 13px;

}



#signal-strength {
    height: 60px;
    list-style: none;
    overflow: hidden;
}

#signal-strength li {
    display: inline-block;
    width: 15px;
    float: left;
    height: 100%;
    margin-right: 1px;
}

#signal-strength li.pretty-strong {
    padding-top: 0px;
}

#signal-strength li.very-pretty-strong {
    padding-top: 0px;
}
#signal-strength li.strong {
    padding-top: 15px;
}

#signal-strength li.weak {
    padding-top: 30px;
}

#signal-strength li.very-weak {
    padding-top: 45px;
}
#signal-strength li.pretty-strong {
    padding-top: 5px;
}

#signal-strength li div {
    height: 100%;
    background: blue;
}


.circle {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    padding: 10px;
    background: #fff;
    border: 3px solid #000;
    color: #000;
    text-align: center;
    font: 32px Arial, sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/*
MEDIA QUERY*/
@media screen and (max-width: 1224px) {
    .higpCarousels .owl-buttons .owl-prev {
        left: 0px;
    }
    .higpCarousels .owl-buttons .owl-next {
        right: 0;
    }
}
@media screen and (max-width: 948px) {
    a.btnMain, .btnMain {
        font-size: 10px;
    }
}
@media screen and (max-width: 820px) {
    .formHIGP  h5  label {
        font-size: 12px;
    }
    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
        padding: 4px;
        font-size: 12px;
    }

}

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

    .h3, h3 {
        font-size: 18px;
    }
    .top_navigation {
        position: absolute;
        display: none;
        float:none;
        top:111px;
        background-color: #fff;

        z-index: 10;
    }
    .top_navigation.open {
        display: block;
    }
    .c_3_4.top_navigation {
        width: 93%;
    }
    .top_navigation ul li ,
    .top_navigation.headerStatus ul li {
        display: block;
        float: left;
        width: 100%;
        border-bottom: 1px solid #828084;
    }
    .top_navigation > ul > li > a,
    .top_navigation.headerStatus > ul > li > a{
        padding: 5px 0 5px 15px;
        height: 40px;
    }
    .hamburger-menu {
        display: block;

    }
    .hamburger-menu.open-menu{
        height: 30px;
        width: 65px;
        position: absolute;
        right: 40px;
        top: 30px;
        z-index: 21;
        background: transparent none repeat scroll 0 0;

    }


    .hamburger-menu.open-menu:before {
        content: url("../images/cruz.svg");
        position: relative;
    }

    .formHIGP  h5  label {
        font-size: 10px;
    }
    .btn {
        padding: 6px 3px;
    }

    .mar13top {
        margin-top: 10px;
    }


}
@media screen and (max-width: 640px) {
    .btnHolder > h4.col.c_1_4{
        width: 100%;

    }
    .panel_higps .rpw_btn {
        left: 10px;
        width: 90%;
    }

    .boxCenter.small {
        width: 95%;
    }

    .tabs-vertical .verticlaTab li {
        font-size: 12px;
    }
    a.btnMain, .btnMain {
        font-size: 8px;
    }

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

    .h3, h3 {
        font-size: 16px;
    }
    p,
    .h5, h5 {
        font-size: 12px;
    }

    .panel .panel-title  .accordion-toggle {
        font-size: 10px;
    }

    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {

        font-size: 10px;
    }
    .reportsGPRS .col.c_1_4 {
        width: 40%;

    }
    .reportsGPRS .col.c_3_4 {
        width: 60%;
    }

    .boxCenter.small h4.col.c_1_3,
    .boxCenter.small h4.pcol.c_1_3 {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .boxCenter.small h4.col.c_1_3 {
        margin-bottom: 5px;
    }
    .sectionFlag > .col.c_1_2  {
        width: 100%;
    }
    .sectionFlag > .col.c_1_2 img {
        margin: 0 auto;
        float: none;
    }

}

@media screen and (max-width: 540px) {
    .historyBoxs > .pcol.c_1_3 ,
    .tab-content > .active  > div.pcol.c_1_2,
    .tab-content > .active > div.col.c_1_2,
    .live .col.c_2_3.textBox,
    .reportsGPRS .pcol.c_1_3,
    .status .panelBox.col.c_1_2,
    .status .panelBox.pcol.c_1_2,
    .formHIGP.searchForm div.col.c_1_2  {    
        width: 100%; 
    }

    .historyBoxs > .pcol.c_1_3 {
        margin: 0 0 10px 0;
        padding: 1.5%;
    }
    .panel .panel-title .accordion-toggle {
        font-size: 14px;
    }
    .with-nav-tabs.panelHIGP   .h1 {
        font-size: 13px;
    }
    h2, .h2 {
        font-size: 13px;
    }
    .boxMprefined .titleBox {
        margin-top: 32px;
    }
}
@media screen and (max-width: 520px) {

    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {

        font-size: 6px;
    }
    .tabs-vertical .verticlaTab li {
        font-size: 10px;
    }
    .mar13top {
        margin-top: 6px;
    }
}
@media screen and (max-width: 420px) {

    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {

        font-size: 8px;
    }
}

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

    .c_1_3{


        width: 100% !important;
    }
    .pcol{

        margin: 0%;
    }
    .smallSC{

        margin-bottom: 10px;
    }
    .panel_header_higps > .col.c_1_2{

        width: 100% !important;
    }
    .timeLineMarginTop{

        margin-top: 20px;
    }
    .phoneView{
        width: 50.875% !important;
    }



}