/* STYLE INTERFACE */

@import url(https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600);

html {
    /*
    background-color:#ffffff;
    */
    height: 100%;
}

body {
    height: 100%;
}

/*
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-family: 'lucida grande', verdana, sans-serif;
    font-weight: normal;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 {
    font-family: 'lucida grande', verdana, sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    border: 0;
}

h2 {
    font-family: 'lucida grande', verdana, sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    border: 0;
}

h3 {
    font-family: 'lucida grande', verdana, sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    border: 0;
}

h4 {
    font-family: 'lucida grande', verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    border: 0;
}

h5 {
    font-family: 'lucida grande', verdana, sans-serif;
    font-size: 11px;
    font-weight: normal;
    margin: 0px;
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
    padding: 0;
    margin: 0;
}

thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

th {
    font-family: 'lucida grande', verdana, sans-serif;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    text-align: left;
    padding: 0;
    margin: 0;
}

td {
    font-family: 'lucida grande', verdana, sans-serif;
    font-size: 11px;
    text-decoration: none;
    text-align: left;
    /*
    vertical-align: top;
    */
    padding: 0;
    margin: 0;
}

img {
    border: 0;
    vertical-align: middle;
}

input:focus {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

*:focus {
    outline: 0;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    /* background-color: #ffffff !important; */
    background-color: transparent !important;
    background-image: none;
}

input[type='text'],
input[type='password'],
textarea,
select {
    height: 28px;
    font-weight: normal;
    /* border:1px solid #dddddd; */
    /* border:1px solid #ffffff; */
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #dddddd;
    padding: 0px 8px;
    font-family: 'Lucida Grande', verdana, helvetica, arial, sans-serif;
    font-size: 11px;
    background-color: transparent;
    color: #333333;
}

input[type='button'],
input[type='submit'] {
    height: 28px;
    font-weight: normal;
    padding: 0px 8px;
    font-family: 'Lucida Grande', verdana, helvetica, arial, sans-serif;
    font-size: 11px;
    background-color: #5c4c40;
    color: #ffffff;
    border: 0px;
    cursor: pointer;
}

input[type='checkbox'],
input[type='radio'] {
    vertical-align: text-bottom;
    margin: 0;
    margin-right: 5px;
    margin-top: 2px;
}

/* LOGIN */

.n-login-body {
    position: relative;
    background-size: 100% 100%;
    min-height: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #efefef;
    font-family: 'lucida grande', verdana, sans-serif;
    font-size: 11px;
    text-decoration: none;
}

.n-login-body::after {
    content: '';
    background: url('/visual/Netspe/Template/Default/tpl/background/IMG_4084.JPG') no-repeat center center fixed;
    background: url('/visual/Netspe/Template/Default/tpl/background/IMG_1498.JPG') no-repeat center center fixed;
    background: url('/visual/Netspe/Template/Default/tpl/background/img_login.jpg') no-repeat center center fixed;
    background: url('/visual/Specific/Template/SPF/login-background.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*
    background-size: 100% 100%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    */
    /* opacity: 0.5;*/
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.n-login {
    position: absolute;
    margin: auto;
    display: block;
    width: 500px;
    height: 450px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 45px;
    background: rgba(255, 255, 255, 0.9);
}

.n-login .logo {
    float: left;
    position: relative;
    display: block;
    margin: 5px 10px 5px 25px;
    width: 200px;
    height: 48px;
    background-image: url('/visual/Netspe/Template/Default/logo/dotsimply.png');
    background-image: url('/visual/Specific/Template/SPF/login-logo.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.n-login .title {
    float: right;
    position: relative;
    display: block;
    margin: 5px 10px 5px 25px;
    width: 100px;
    height: 24px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #555555;
}

.n-login .picture {
    float: left;
    position: relative;
    display: block;
    width: 100%;
    height: 100px;
    background-image: url('/visual/Specific/Template/adivalor/login-logo.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.n-login .logo-only {
    float: left;
    position: relative;
    display: block;
    width: 410px;
    height: 100px;
    background-image: url('/visual/Specific/Template/adivalor/logo_login.png');
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    /* background-size: cover; */
    background-size: contain;
    margin-bottom: 30px;
}

.n-login .button {
    float: left;
    position: relative;
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 16px;
}

.n-login .button input {
    float: left;
    position: relative;
    display: block;
    width: 100%;
    background-color: #6a6a6a;
}

.n-login .help {
    float: left;
    position: relative;
    display: block;
    width: 100%;
}

.n-login .help a {
    float: right;
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #aaaaaa;
    cursor: pointer;
}

.n-login .help a:hover {
    text-decoration: underline;
}

.inputLogin {
    background-color: rgba(255, 255, 255, 0) !important;
}

/* BODY & PAGE */

#ntspBody {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #f6f6f6;
    /* background-color:#b0b0b0; */
    background-color: #d6dedd;

    background-color: #efefef;

    font-family: 'lucida grande', verdana, sans-serif;
    font-size: 11px;
    text-decoration: none;
}

#ntspPage {
    position: relative;
    display: block;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    /* width: 1000px; */
    min-width: 1000px;
    width: 100%;
    height: 100%;
    background-color: #e9e9e9;

    background-color: #e2eae9;

    background-color: #d6dedd;
}

/* TOP NAVBAR */

#ntspTopNavbar {
    clear: both;
    display: block;
    z-index: 20;
    width: 100%;
    min-width: 1000px;
    height: 34px;
    margin: auto;
    background-color: #b8c702;
    background-color: #474747;
    background-color: #ffffff;
    border-bottom: 1px solid #bbbbbb;
}

/* NAVBAR ICONS */

#ntspTopNavbarLogo {
    float: left;
    position: relative;
    display: block;
    margin: 5px 10px 5px 25px;
    width: 100px;
    height: 24px;
    background-image: url('/visual/Specific/Template/adivalor/logo_small.png');
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

#ntspTopNavbarIcons {
    float: left;
    position: relative;
    display: block;
    padding: 2px;
    list-style: none;
}

#ntspTopNavbarIcons > li {
    display: inline-block;
    margin: 0px 5px;
    border-radius: 500px;
    background-color: #424a52;
    background-color: #000000;
    padding: 6px;
    cursor: pointer;
}

#ntspTopNavbarIcons > li.dd-bt {
    background-color: #424a52;
    background-color: #000000;
    background-color: #ffffff;
}

#ntspTopNavbarIcons > li.dd-bt:hover,
#ntspTopNavbarIcons > li.dd-bt.bt-on {
    background-color: #d2dad9;
    background-color: #6d90cc;
    background-color: #6cc5c0;
    background-color: #79b6bc;
    background-color: #79aaaf;
    background-color: #03aa98;
    background-color: #d0d0d0;
}

#ntspTopNavbarIcons > li > i {
    display: inline-block;
    vertical-align: middle;
}

.dd-bt .dd-menu,
.dd-bt .dd-panel {
    /* display: none; */
    margin-top: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.dd-bt:hover .dd-menu,
.dd-bt:hover .dd-panel {
    height: auto;
}

.dd-menu {
    position: absolute;
    top: 100%;
    /* left: 0px; */
    z-index: 1000;
    display: none;
    float: left;
    min-width: 150px;
    /*
    padding: 5px 0px;
    margin: 2px 0px 0px;
    */
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
    background-clip: padding-box;
    list-style: outside none none;
    list-style: outside none none;

    right: auto;
    margin: 0px;
    margin-left: -10px;
    padding: 0px;
    width: auto;
    border: medium none;
    text-align: left;
}

#ntspTopNavbarIcons .dd-menu {
    box-shadow: 0px 8px 15px 2px rgba(0, 0, 0, 0.1);
}

.dd-menu li {
    position: relative;
    line-height: 30px;
    display: block;
    font-size: 11px;
    text-transform: capitalize;
    min-width: 150px;
    padding: 0 10px;
    white-space: nowrap;

    font-family: 'Open Sans', sans-serif;
    color: #555555;
    border-bottom: 1px solid #e5e5e5;
    background: #ffffff none repeat scroll 0% 0%;
}

.dd-menu li:first-child {
    border-top: 1px solid #e1e1e1;
}

.dd-menu li:last-child {
    border-bottom: medium none;
    font-weight: 700;
}

.dd-menu li:hover {
    background-color: #eff0e9;
    color: #333333;
}

.dd-menu li i {
    display: inline-block;
    vertical-align: middle;
    filter: alpha(opacity=30);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)';
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    cursor: pointer;
}

.dd-menu li > a {
    font-family: 'lucida grande', verdana, sans-serif;
    font-size: 11px;
    text-decoration: none;
    line-height: 30px;
    cursor: pointer;

    /*
    border-radius: 2px;
    padding: 8px 7px 8px 15px;
    */
    display: inline-block;
    transition: 0.35s;
    -moz-transition: 0.35s;
    -o-transition: 0.35s;
    -ms-transition: 0.35s;
    -webkit-transition: 0.35s;

    white-space: nowrap;

    padding: 0 0 0 10px;
    color: inherit;
    border-radius: 0;
}

.dd-panel {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0 auto;
    width: 100%;
    z-index: 100;
    /* border-radius: 0 0 4px 4px; */
}

.dd-panel.pre-fixed {
    position: absolute;
    top: 100%;
    transition: 0.35s;
    -webkit-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    -moz-transition: 0.35s;
    transition-property: top;
    -webkit-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    -moz-transition-property: top;
}

.dd-panel.fixed-top {
    transition: 0.35s ease;
    -webkit-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    transition-property: top;
    -o-transition-property: top;
    -webkit-transition-property: top;
    -ms-transition-property: top;
    -moz-transition-property: top;
    position: absolute;
    top: 100%;
}

#ntspTopNavbarUser {
    float: right;
    position: relative;
    display: block;
    height: 24px;
    /*
    padding:11px;
    font-family: 'Raleway', sans-serif;
    font-weight:400;
    font-size:11px;
    vertical-align:middle;
    */
    padding: 12px;
    font-family: 'lucida grande', Verdana;
    font-size: 10px;
    line-height: 10px;
    color: #333333;
}

#ntspTopNavbarUserIcons {
    float: right;
    position: relative;
    display: block;
    padding: 5px;
    list-style: none;
}

#ntspTopNavbarUserIcons > li {
    display: inline-block;
    margin: 0px 5px;
    /*
    border-radius:500px;
    background-color:#424a52;
    */
    padding: 4px;
}

#ntspTopNavbarUserIcons > li.dd-bt {
    background-color: #ffffff;
}

#ntspTopNavbarUserIcons > li.dd-bt.bt-on {
    background-color: #d2dad9;
    background-color: #6d90cc;
    background-color: #6cc5c0;
    background-color: #79b6bc;
    background-color: #79aaaf;
}

#ntspTopNavbarUserIcons > li > i {
    display: inline-block;
    vertical-align: middle;
    /*
    filter: alpha(opacity=75);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
    */
    cursor: pointer;
}

#ntspTopNavbarUserIcons > li > i:hover {
    display: inline-block;
    vertical-align: middle;
    /*
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    */
}

/*
#ntspTopNavbarIcons li+li:before {
    content:"|";
    padding:0 5px;
    color:#bbbbbb;
}
*/

/* HEADER */

#ntspHeader {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
    min-width: 1000px;
    height: 120px;
    margin: auto;
    background-color: #b8c702;
    background-color: #474747;
    background-color: #ffffff;
}

.header-logo {
    /* float:left; */
    position: absolute;
    left: 0px;
    top: 0px;
    border: 0;
    background-color: #ffffff;
    background-color: #474747;
    background-color: #ffffff;
    /* width:335px; */
    min-width: 200px;
    width: 200px;
    height: 120px;
    font-size: 50px;
}

/* PACKAGES */

.header-navbar {
    /* float:right; */
    position: absolute;
    left: 200px;
    top: 0px;
    border: 0;
    background-color: #ffffff;
    background-color: #474747;
    background-color: #ffffff;
    /* width:665px; */
    min-width: 665px;
    /* width:65%; */
    height: 120px;
}

.header-navbar ul {
    list-style: none;
    float: left;
    clear: both;
    margin: 0;
    margin-left: 0px;
    margin-top: 15px;
    padding: 0;
    padding-top: 0px;
    border: 0;
}

.header-navbar ul li {
    display: block;
    position: relative;
    float: left;
    width: 92px;
    height: 92px;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #ffffff;
    color: #777777;
    color: #444444;
    cursor: pointer;
}

.header-navbar ul li > div {
    display: block;
    position: absolute;
    top: 0px;
    left: 10px;
    width: 72px;
    height: 72px;
    margin: 0px;
    padding: 0px;
    border: 0;
    background-color: #000000;
    border-radius: 500px;
}

.header-navbar ul > li > div > i {
    margin: 20px;
}

.header-navbar ul > li > b {
    display: block;
    position: absolute;
    top: 80px;
    left: 0px;
    right: 0px;
    width: 100%;
    text-align: center;
    font-family: 'lucida grande', Verdana;
    font-size: 10px;
    line-height: 10px;
}

.header-navbar ul li.bt-off > div {
    background-color: #000000;
    background-color: #ffffff;
}

.header-navbar ul li.bt-off:hover > div,
.header-navbar ul li.bt-on > div {
    background-color: #ee0000;
    background-color: #03aa98;
    background-color: #e0e0e0;
}

/*
#module-groupe ul {
    margin: 0;
    padding: 0;
    list-style-type:none;
}

#module-groupe li {
    float:left;
    top:0;
    margin:0;
    padding:0;
    border:0;
    border-left:0px #ffffff solid;
}

#module-groupe .section {
    height:125px;
    overflow:hidden;
}

#module-groupe .content {
    padding:0;
    border:0;
}

#module-groupe .content h1 {
    color:#ffffff;
    font-size:16px;
    font-family:Verdana, Helvetica, arial;
    font-weight:normal;
    margin:0;
    padding:10px 20px;
}

#module-groupe .content ul {
    float:left;
    clear:both;
    margin:0;
    margin-left:0px;
    padding:0;
    padding-top:0px;
    border:0;
}

#module-groupe .content ul li {
    width:95px;
    margin:0;
    padding:0;
    padding-top:20px;
    border:0;
    text-align:center;
    color:#ffffff;
    color:#444444;
}

#module-groupe .content ul li.on {
    width:95px;
    margin:0;
    padding:0;
    border:0;
    text-align:center;
    color:#ffffff;
    background-color:#ffffff;
}

#module-groupe .content ul li img {
    margin-bottom:24px;
}

#module-groupe .content ul li b {
    font-family:"lucida grande",Verdana;
    font-size:10px;
    line-height:10px;
}
*/

/* TIME */

.n-time {
    position: relative;
    float: right;
    top: 0px;
    width: 48px;
    width: 58px;
    height: 100%;
    background-color: #03aa98;
    cursor: pointer;
}

.n-time .time-timer {
    position: relative;
    float: left;
    width: 100%;
    height: 120px;
}

.n-time .time-timer > .time-modal {
    position: relative;
    float: left;
    width: 100%;
    height: 82px;
    background: url('/visual/Netspe/Template/Default/26x26/white/time-9.png') no-repeat 16px 15px;
    background-color: #03aa98;
    cursor: pointer;
}

.n-time .time-timer.played > .time-modal {
    background: url('/visual/Netspe/Template/Default/26x26/white/time-10.png') no-repeat 16px 15px;
    background-color: #03aa98;
}

.n-time .time-timer.paused > .time-modal {
    background: url('/visual/Netspe/Template/Default/26x26/white/coffee-5.png') no-repeat 16px 15px;
    background-color: #f7aa47;
}

.n-time .time-timer > .time-modal:hover {
    background-color: #006755;
}

.n-time .time-timer.paused > .time-modal:hover,
.n-time .time-timer.played > .time-modal:hover {
    background-color: #76d0bf;
    background-color: #800000;
}

.n-time .time-timer > .time-modal > .time {
    position: absolute;
    top: 50px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 20px;
    width: 100%;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #ffffff;
}

.n-time .time-timer > .time-modal > .unit {
    position: absolute;
    top: 64px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 20px;
    width: 100%;
    text-align: center;
    /*
    font-family: 'Raleway', sans-serif;
    font-size:10px;
    */
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 300;
    color: #ffffff;
}

.n-time .time-timer > .time-toggle {
    position: relative;
    float: left;
    width: 100%;
    height: 38px;
    background: url('/visual/Netspe/Template/Default/16x16/white/play.png') no-repeat 21px 11px;
    background-color: #03aa98;
    cursor: pointer;
}

.n-time > .time-timer.played > .time-toggle,
.n-time > .time-timer.paused > .time-toggle {
    width: 29px;
    height: 38px;
}

.n-time .time-timer.played > .time-toggle {
    background: url('/visual/Netspe/Template/Default/16x16/white/pause.png') no-repeat 7px 11px;
    background-color: #03aa98;
}

.n-time .time-timer.played > .time-toggle:hover {
    background-color: #76d0bf;
    background-color: #f7aa47;
}

.n-time .time-timer.paused > .time-toggle {
    background: url('/visual/Netspe/Template/Default/16x16/white/play.png') no-repeat 7px 11px;
    background-color: #f7aa47;
}

.n-time .time-timer.paused > .time-toggle:hover {
    background-color: #03aa98;
}

.n-time .time-timer > .time-toggle:hover {
    background-color: #76d0bf;
    background-color: #006755;
}

.n-time .time-timer > .time-stop {
    display: none !important;
}

.n-time .time-timer.played > .time-stop,
.n-time .time-timer.paused > .time-stop {
    display: block !important;
    position: relative;
    float: right;
    width: 29px;
    height: 38px;
    background: url('/visual/Netspe/Template/Default/16x16/white/stop.png') no-repeat 7px 11px;
    background-color: #03aa98;
    cursor: pointer;
}

.n-time .time-timer.played > .time-stop {
    background-color: #03aa98;
}

.n-time .time-timer.paused > .time-stop {
    background-color: #f7aa47;
}

.n-time .time-timer.played > .time-stop:hover,
.n-time .time-timer.paused > .time-stop:hover {
    background-color: #800000;
}

#ntspTimeModal .time-timer {
    display: inline-table;
    border-collapse: collapse;
    width: 100%;
}

#ntspTimeModal .time-timer > div {
    word-wrap: break-word;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    display: table-cell;
    vertical-align: middle;
    font-family: 'Open Sans', 'Lucida Grande', verdana, helvetica, arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #777777;
}

#ntspTimeModal .time-timer > .name {
}

#ntspTimeModal .time-timer > .name input {
    color: #333333;
    font-size: 12px;
    border: 1px dashed #dddddd;
    padding: 2px 5px;
    width: 100%;
}

#ntspTimeModal .time-timer > .status {
    height: 28px;
    width: 28px;
    background: url('/visual/Netspe/Template/Default/16x16/white/time-9.png') no-repeat 6px 6px;
    background-color: #03aa98;
}

#ntspTimeModal .time-timer.played > .status {
    background: url('/visual/Netspe/Template/Default/16x16/white/time-10.png') no-repeat 6px 6px;
    background-color: #03aa98;
}

#ntspTimeModal .time-timer.paused > .status {
    background: url('/visual/Netspe/Template/Default/16x16/white/coffee-5.png') no-repeat 6px 6px;
    background-color: #f7aa47;
}

#ntspTimeModal .time-timer > .time {
    width: 52px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #ffffff;
    background-color: #03aa98;
    text-align: center;
}

#ntspTimeModal .time-timer.played > .time {
    background-color: #03aa98;
}

#ntspTimeModal .time-timer.paused > .time {
    background-color: #f7aa47;
}

#ntspTimeModal .time-timer > .unit {
    width: 30px;
    font-family: 'Raleway', sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #ffffff;
    background-color: #03aa98;
}

#ntspTimeModal .time-timer.played > .unit {
    background-color: #03aa98;
}

#ntspTimeModal .time-timer.paused > .unit {
    background-color: #f7aa47;
}

/*
#ntspTimeModal .time-timer > .time-toggle {
    width:112px;
    height:28px;
    padding: 0px 0px 0px 32px;
    background: url("/visual/Netspe/Template/Default/16x16/white/play.png") no-repeat 8px 6px;
    background-color:#03aa98;
    font-family: Verdana;
    font-size:12px;
    color:#ffffff;
    cursor:pointer;
}

#ntspTimeModal .time-timer > .time-toggle.paused {
    background: url("/visual/Netspe/Template/Default/16x16/white/play.png") no-repeat 8px 6px;
    background-color:#f7aa47;
}

#ntspTimeModal .time-timer > .time-toggle.played {
    background: url("/visual/Netspe/Template/Default/16x16/white/pause.png") no-repeat 8px 6px;
    background-color:#03aa98;
}
*/

#ntspTimeModal .time-timer > .time-toggle {
    width: 56px;
    height: 28px;
    background: url('/visual/Netspe/Template/Default/16x16/white/play.png') no-repeat 20px 6px;
    background-color: #03aa98;
    cursor: pointer;
}

#ntspTimeModal .time-timer.played > .time-toggle,
#ntspTimeModal .time-timer.paused > .time-toggle {
    width: 28px;
    height: 28px;
}

#ntspTimeModal .time-timer.played > .time-toggle {
    background: url('/visual/Netspe/Template/Default/16x16/white/pause.png') no-repeat 6px 6px;
    background-color: #03aa98;
}

#ntspTimeModal .time-timer.paused > .time-toggle {
    background: url('/visual/Netspe/Template/Default/16x16/white/play.png') no-repeat 6px 6px;
    background-color: #f7aa47;
}

#ntspTimeModal .time-timer.played > .time-toggle:hover {
    background-color: #76d0bf;
    background-color: #f7aa47;
}

#ntspTimeModal .time-timer.paused > .time-toggle:hover {
    background-color: #03aa98;
}

#ntspTimeModal .time-timer > .time-toggle:hover {
    background-color: #76d0bf;
    background-color: #006755;
}

#ntspTimeModal .time-timer > .time-stop {
    display: none !important;
}

#ntspTimeModal .time-timer.played > .time-stop,
#ntspTimeModal .time-timer.paused > .time-stop {
    display: table-cell !important;
    width: 28px;
    height: 28px;
    background: url('/visual/Netspe/Template/Default/16x16/white/stop.png') no-repeat 6px 6px;
    background-color: #03aa98;
    cursor: pointer;
}

#ntspTimeModal .time-timer.played > .time-stop {
    background-color: #03aa98;
}

#ntspTimeModal .time-timer.paused > .time-stop {
    background-color: #f7aa47;
}

#ntspTimeModal .time-timer.played > .time-stop:hover,
#ntspTimeModal .time-timer.paused > .time-stop:hover {
    background-color: #800000;
}

#ntspTopTime {
    position: relative;
    float: right;
    display: block;
    /*
    width:100%;
    */
}

#ntspTopTime .time-timer {
    position: relative;
    float: left;
    display: inline-table;
    border-collapse: collapse;
    height: 33px;
}

#ntspTopTime .time-timer > div {
    word-wrap: break-word;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    display: table-cell;
    vertical-align: middle;
    font-family: 'Open Sans', 'Lucida Grande', verdana, helvetica, arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #777777;
}

/*
#ntspTopTime .time-timer > .name {
}

#ntspTopTime .time-timer > .name input {
    color:#333333;
    font-size:12px;
    border:1px dashed #dddddd;
    padding:2px 5px;
    width:100%;
}
*/

#ntspTopTime .time-timer > .status {
    height: 33px;
    width: 28px;
    background: url('/visual/Netspe/Template/Default/16x16/white/time-9.png') no-repeat 6px 8px;
    background-color: #03aa98;
}

#ntspTopTime .time-timer.played > .status {
    background: url('/visual/Netspe/Template/Default/16x16/white/time-10.png') no-repeat 6px 8px;
    background-color: #03aa98;
}

#ntspTopTime .time-timer.paused > .status {
    background: url('/visual/Netspe/Template/Default/16x16/white/coffee-5.png') no-repeat 6px 8px;
    background-color: #f7aa47;
}

#ntspTopTime .time-timer > .status:hover {
    background-color: #006755;
}

#ntspTopTime .time-timer.paused > .status:hover,
#ntspTopTime .time-timer.played > .status:hover {
    background-color: #76d0bf;
    background-color: #800000;
}

#ntspTopTime .time-timer > .time {
    width: 52px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #ffffff;
    background-color: #03aa98;
    text-align: center;
}

#ntspTopTime .time-timer.played > .time {
    background-color: #03aa98;
}

#ntspTopTime .time-timer.paused > .time {
    background-color: #f7aa47;
}

#ntspTopTime .time-timer > .unit {
    width: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #ffffff;
    background-color: #03aa98;
}

#ntspTopTime .time-timer.played > .unit {
    background-color: #03aa98;
}

#ntspTopTime .time-timer.paused > .unit {
    background-color: #f7aa47;
}

#ntspTopTime .time-timer > .time-toggle {
    width: 56px;
    height: 33px;
    background: url('/visual/Netspe/Template/Default/16x16/white/play.png') no-repeat 20px 8px;
    background-color: #03aa98;
    cursor: pointer;
}

#ntspTopTime .time-timer.played > .time-toggle,
#ntspTopTime .time-timer.paused > .time-toggle {
    width: 28px;
    height: 33px;
}

#ntspTopTime .time-timer.played > .time-toggle {
    background: url('/visual/Netspe/Template/Default/16x16/white/pause.png') no-repeat 6px 8px;
    background-color: #03aa98;
}

#ntspTopTime .time-timer.paused > .time-toggle {
    background: url('/visual/Netspe/Template/Default/16x16/white/play.png') no-repeat 6px 8px;
    background-color: #f7aa47;
}

#ntspTopTime .time-timer.played > .time-toggle:hover {
    background-color: #76d0bf;
    background-color: #f7aa47;
}

#ntspTopTime .time-timer.paused > .time-toggle:hover {
    background-color: #03aa98;
}

#ntspTopTime .time-timer > .time-toggle:hover {
    background-color: #76d0bf;
    background-color: #006755;
}

#ntspTopTime .time-timer > .time-stop {
    display: none !important;
}

#ntspTopTime .time-timer.played > .time-stop,
#ntspTopTime .time-timer.paused > .time-stop {
    display: table-cell !important;
    width: 28px;
    height: 33px;
    background: url('/visual/Netspe/Template/Default/16x16/white/stop.png') no-repeat 6px 8px;
    background-color: #03aa98;
    cursor: pointer;
}

#ntspTopTime .time-timer.played > .time-stop {
    background-color: #03aa98;
}

#ntspTopTime .time-timer.paused > .time-stop {
    background-color: #f7aa47;
}

#ntspTopTime .time-timer.played > .time-stop:hover,
#ntspTopTime .time-timer.paused > .time-stop:hover {
    background-color: #800000;
}

/* USER INFO */

.user-info {
    position: relative;
    float: right;
    margin-top: 27px;
    margin-top: 0px;
    height: 120px;
    background-color: #555555;
    background-color: #76d0bf;
    background-color: #ffffff;
}

#user-image {
    display: none;
    display: block;
}

.user-rounded-image {
    position: relative;
    float: left;

    position: absolute;
    top: 15px;
    left: 0px;
    right: 0px;
    margin: auto;

    display: block;
    width: 65px;
    height: 65px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.user-icon {
    position: relative;
    /*
    position:absolute;
    display:block;
    top:10px;
    left:10px;
    */
    float: left;
    width: 18px;
    height: 50px;
    margin-top: 5px;
    margin-left: 20px;
    height: 30px;
    margin-top: 82px;
    margin-left: 15px;
}

.user-icon > i {
    margin: auto;
    margin-top: 10px;
    cursor: pointer;
    /*
    filter: alpha(opacity=75);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
    */
}

.user-icon > i > .circle-text-upd {
    position: absolute;
    top: -3px;
    left: 10px;
    width: 20px;
}

.user-icon > i > .circle-text-upd:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: #4679bd;
    background: #ff0000;
    background: #bd362f;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.user-icon > i > .circle-text-upd div {
    float: left;
    width: 100%;
    padding-top: 50%;
    line-height: 1em;
    margin-top: -0.5em;
    text-align: center;
    font-family: arial;
    font-size: 9px;
    font-style: normal;
    color: white;
}

.user-name {
    position: absolute;
    top: 40px;
    left: 20px;
    font-family: 'lucida grande', Verdana;
    font-size: 10px;
    line-height: 10px;
}

@media (min-width: 1100px) {
    .header-logo {
        position: absolute;
        left: 20px;
        top: 0px;
    }
    .header-navbar {
        position: absolute;
        left: 220px;
        top: 0px;
    }

    #user-image {
        display: block;
    }
    .user-name {
        position: absolute;
        top: 40px;
        left: 86px;
        font-family: 'lucida grande', Verdana;
        font-size: 10px;
        line-height: 10px;
    }
}

@media (min-width: 1200px) {
    .header-logo {
        position: absolute;
        left: 30px;
        top: 0px;
    }
    .header-navbar {
        position: absolute;
        left: 250px;
        top: 0px;
    }

    .header-navbar ul li {
        margin-left: 10px;
    }
}

/* PAGE CONTENT */

/*
div.ntspContainer {
    position: relative;
    display:block;
    height:100%;
}
*/

#ntspModule {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;

    background-color: #e2e5e5;
    background-color: #e6eaeb;
    background-color: #e8e8e8;
    background-color: #e9e9e9;
    background-color: #e5e9ea;
    background-color: #e7e7e7;
    background-color: #e5eaea;
    background-color: #b6d1ca;
    background-color: #c9d9d7;

    background-color: #e2eae9;

    background-color: #d6dedd;

    background-color: #efefef;

    margin: 0px;
    padding: 0px;
}

/* MODULE HEADER */

.module-header-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    display: block;
    margin: 0px;
    padding: 0px;
    height: 120px;
    height: 150px;
}

/*
#ntspModuleHeader {
    clear:both;
    position:relative;
    display:block;
    margin: 0 auto;
    padding: 25px 20px 0px;
    max-width: 100%;
    height:122px;
}
*/

.module-navbar {
    position: absolute;
    top: 20px;
    left: 20px;
    top: 15px;
    left: 15px;
    display: block;
    height: 28px;
    list-style: none;
    /* clear:both; */
}

.module-navbar > li.module-bt {
    display: inline-block;
    margin: 0px 10px 0px 0px;
    margin: 0px 15px 0px 0px;
    height: 28px;
    cursor: pointer;
    background-color: #ffffff;
}

.module-navbar .module-bt.bt-off:hover {
    background-color: #eff0e9;
}

.module-navbar .module-bt.bt-on {
    background-color: #03aa98;
}

.module-navbar .module-bt a {
    display: block;
    height: 28px;
    padding: 6px 10px 6px 8px;
    font-family: 'lucida grande', verdana, sans-serif;
    font-size: 11px;
    text-decoration: none;
    color: #555555;
}

.module-navbar li.module-bt.bt-off > a {
    color: #555555;
}

.module-navbar li.module-bt.bt-on > a {
    color: #ffffff;
}

.module-navbar .module-bt a > i {
    display: block;
    position: relative;
    float: left;
    margin-right: 7px;
}

.module-navbar .module-bt a > span {
    display: block;
    position: relative;
    float: left;
    margin-top: 1px;
}

.module-navbar .module-bt .module-menu {
    position: absolute;
    top: 100%;
    /* left: 0px; */
    z-index: 1000;
    display: block;
    float: left;
    min-width: 150px;
    /*
    padding: 5px 0px;
    margin: 2px 0px 0px;
    */
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    /* border-radius: 4px; */
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
    background-clip: padding-box;
    list-style: outside none none;
    list-style: outside none none;

    right: auto;
    margin: 0px;
    padding: 0px;
    width: auto;
    border: medium none;
    text-align: left;

    margin-top: 0px;
    height: auto;
}

.module-navbar .module-bt .module-menu li {
    position: relative;
    display: block;
    font-size: 11px;
    /* text-transform: capitalize; */
    min-width: 150px;
    white-space: nowrap;
    border-bottom: 1px solid #e5e5e5;
    /*
    padding: 0 10px;
    line-height: 30px;
    background: #ffffff none repeat scroll 0% 0%;
    font-family: "Open Sans",sans-serif;
    color: #555555;
    */
}

.module-navbar .module-bt .module-menu li:first-child {
    border-top: 1px solid #e1e1e1;
}

.module-navbar .module-bt .module-menu li:last-child {
    border-bottom: medium none;
    font-weight: 700;
}

.module-navbar .module-bt .module-menu li:hover {
    background-color: #eff0e9;
    color: #333333;
}

.module-navbar .module-bt .module-menu li i {
    /*
    display:inline-block;
    vertical-align: middle;
    filter: alpha(opacity=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -moz-opacity: 0.30;
    -khtml-opacity: 0.30;
    opacity: 0.30;
    cursor:pointer;
    */
}

.module-navbar .module-bt .module-menu li > a {
    /*
    font-family: "lucida grande", verdana, sans-serif;
    font-size:11px;
    text-decoration: none;
    line-height: 30px;
    cursor: pointer;
    display: inline-block;
    transition: 0.35s;
    -moz-transition: 0.35s;
    -o-transition: 0.35s;
    -ms-transition: 0.35s;
    -webkit-transition: 0.35s;
    white-space: nowrap;
    padding: 0 0 0 10px;
    color: inherit;
    border-radius: 0;
*/
}

.module-container {
    position: absolute;
    top: 75px;
    top: 70px;
    left: 10px;
    right: 10px;
    display: block;
    height: 100%;
    clear: both;
}

.module-panel-area {
    position: absolute;
    top: 51px;
    left: 0px;
    right: 0px;
    display: block;
    height: 100%;
    clear: both;
}

/*
#ntspModuleNavbar div.navBt {
    position:relative;
    float:left;
    text-align:center;
    margin: 0;
    padding-bottom: 8px;
    margin-left: 0px;
    margin-right: 10px;
}

#ntspModuleNavbar div.currentNavBt {
    position:relative;
    float:left;
    text-align:center;
    background: url(/visual/Netspe/Template/Default/tpl/bt/navbt_424a52_arrow_down.png) no-repeat 50% 100%;
    margin: 0;
    padding-bottom: 8px;
    margin-left: 0px;
    margin-right: 10px;
}

#ntspModuleNavbar div.navBt a {
    position:relative;
    float:left;
    font-family: "lucida grande", verdana, sans-serif;
    font-size:11px;
    text-decoration: none;
    height: 28px;
    padding: 7px 10px 7px 8px;
    color:#555555;
    background-color: #ffffff;
    cursor:pointer;
}

#ntspModuleNavbar div.navBt a:hover,
#ntspModuleNavbar div.navBt a:focus {
    background-color:#e2eae9;
    background-color: #eff0e9;
    color: #333333;
}
#ntspModuleNavbar div.navBt a:active,
#ntspModuleNavbar div.navBt a:focus {
    outline: 0;
}

#ntspModuleNavbar div.currentNavBt a {
    position:relative;
    float:left;
    font-family: "lucida grande", verdana, sans-serif;
    font-size:11px;
    text-decoration: none;
    height: 28px;
    padding: 7px 10px 7px 8px;
    color: #ffffff;
    background-color: #585858;
    background-color: #505050;
    background-color: #424a52;
    
    background-color: #38B7AB;
    background-color: #03aa98;
    cursor:pointer;
}
*/

#ntspQuickToolbar {
    position: absolute;
    top: 20px;
    right: 20px;
    top: 15px;
    right: 15px;
    display: block;
    height: 36px;
}

#ntspQuickSearch {
    position: relative;
    float: right;
    display: block;
    width: 108px;
    height: 28px;
    margin-right: 0px;
    padding: 0px;
    background-color: #424a52;
    color: #333333;
    border: 0;
}

#ntspQuickSearch input {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 28px;
    height: 28px;
    width: 80px;
    margin: 0px;
    margin-top: 0px;
    padding: 2px 8px 2px 8px;
    border: 0px;
    background-color: #ffffff;
    color: #666666;
}

#ntspQuickSearchBt {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 28px;
    height: 28px;
    padding: 5px 0px 0px 0px;
    background: url('/visual/Netspe/Template/Default/16x16/grey/magnifier.png') no-repeat 6px 6px;
    background-color: #ffffff;
    cursor: pointer;
}

#ntspQuickSearchBt:hover {
}

#ntspQuickAdd {
    float: right;
    display: block;
    /* width:98px; */
    height: 28px;
    margin-left: 10px;
    margin-left: 15px;
    padding: 0px;
    border: 0;
    cursor: pointer;
}

#ntspQuickAdd span:hover {
    background-color: #4acead;
    background-color: #d2dad9;
}

#ntspQuickAdd span {
    float: left;
    display: block;
    /* width:70px; */
    height: 28px;
    padding: 5px 10px 0px 10px;
    /* background: url(/visual/Netspe/Template/Default/16x16/white/blank-file-2.png) no-repeat 8px 6px; */
    background-color: #424a52;

    background-color: #6a6a6a;
    font-family: Verdana;
    font-size: 13px;
    color: #ffffff;
}

#ntspQuickAdd div,
#ntspQuickAdd div.plus-off,
#ntspQuickImport div {
    float: right;
    display: block;
    width: 28px;
    height: 28px;
    padding: 5px 0px 0px 0px;
    background: url(/visual/Netspe/Template/Default/16x16/grey/plus-2.png) no-repeat 6px 6px;
    background-color: #424a52;

    background-color: #6a6a6a;

    background-color: #ffffff;

    font-family: Verdana;
    font-size: 13px;
    color: #ffffff;
}

#ntspQuickAdd div:hover,
#ntspQuickImport div:hover {
    background-color: #6fe8cc;
    background-color: #ecf6f7;
    background-color: #e2eae9;
    background-color: #eff0e9;
    background: url(/visual/Netspe/Template/Default/16x16/white/plus-2.png) no-repeat 6px 6px;
    background-color: #03aa98;
}

#ntspQuickAdd div.plus-on {
    background-color: #6fe8cc;
    background-color: #ecf6f7;

    background-color: #d6dedd;
    background-color: #e2eae9;
    background-color: #eff0e9;
    background: url(/visual/Netspe/Template/Default/16x16/white/plus-2.png) no-repeat 6px 6px;
    background-color: #03aa98;
}

#ntspQuickImport {
    float: right;
    display: block;
    /* width:130px; */
    width: 102px;
    height: 28px;
    margin-left: 8px;
    padding: 0px;
    border: 0;
    cursor: pointer;
}

#ntspQuickImport span:hover {
    background-color: #4acead;
    background-color: #6a6a6a;
}

#ntspQuickImport span {
    float: left;
    display: block;
    width: 102px;
    height: 28px;
    padding: 5px 0px 0px 32px;
    background: url(/visual/Netspe/Template/Default/16x16/white/cloud.png) no-repeat 8px 6px;
    background-color: #424a52;
    background-color: #6a6a6a;
    font-family: Verdana;
    font-size: 13px;
    color: #ffffff;
}

#ntspBookmarks {
    position: relative;
    float: right;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-left: 15px;
    margin-right: 0px;
}

#ntspBookmarks div,
#ntspBookmarks div.star-off {
    float: right;
    display: block;
    width: 28px;
    height: 28px;
    padding: 5px 0px 0px 0px;
    background: url(/visual/Netspe/Template/Default/16x16/grey/star-2.png) no-repeat 6px 6px;
    background-color: #424a52;

    background-color: #6a6a6a;

    background-color: #ffffff;

    font-family: Verdana;
    font-size: 13px;
    color: #ffffff;
}

#ntspBookmarks div:hover,
#ntspBookmarks div:hover {
    background-color: #6fe8cc;
    background-color: #ecf6f7;
    background-color: #e2eae9;
    background-color: #eff0e9;
    background: url(/visual/Netspe/Template/Default/16x16/white/star-2.png) no-repeat 6px 6px;
    background-color: #03aa98;
}

#ntspBookmarks div.star-on {
    background-color: #6fe8cc;
    background-color: #ecf6f7;

    background-color: #d6dedd;
    background-color: #e2eae9;
    background-color: #eff0e9;
    background: url(/visual/Netspe/Template/Default/16x16/white/star-2.png) no-repeat 6px 6px;
    background-color: #03aa98;
}

#ntspBookmarks a {
    position: relative;
    float: left;
    font-family: 'lucida grande', verdana, sans-serif;
    font-size: 11px;
    text-decoration: none;
    width: 28px;
    height: 28px;
    padding: 6px;
    color: #333333;
    background-color: #ffffff;
    cursor: pointer;
}

#ntspBookmarks.bt-off a {
    background-color: #ffffff;
    color: #333333;
}

#ntspBookmarks.bt-on a,
#ntspBookmarks a:hover,
#ntspBookmarks a:focus {
    background-color: #eff0e9;
    background-color: #03aa98;
    color: #ffffff;
}
#ntspBookmarks a:active,
#ntspBookmarks a:focus {
    outline: 0;
}

#ntspHamburgerMenu {
    z-index: 20;
    position: absolute;
    top: 28px;
    right: 43px;
    width: 190px;
    background-color: #6fe8cc;
    background-color: #ecf6f7;
    background-color: #e2eae9;
    background-color: #eff0e9;
}

#ntspHamburgerMenu > .bt {
    float: left;
    display: block;
    width: 190px;
    padding: 5px;
}

#ntspHamburgerMenu > .bt:hover {
    background-color: #f2f2f2;
    background-color: #e2eae9;
    background-color: #ffffff;
}

#ntspHamburgerMenu > .bt > i {
    float: left;
    margin-right: 5px;
}

#ntspHamburgerMenu > .bt > span {
    float: left;
}

.addplusmenu {
    z-index: 20;
    position: absolute;
    top: 28px;
    right: 0px;
    width: 190px;
    background-color: #6fe8cc;
    background-color: #ecf6f7;

    background-color: #d6dedd;
    background-color: #e2eae9;
    background-color: #03aa98;
}

.addplusmenu > .bt {
    float: left;
    display: block;
    width: 190px;
    padding: 10px;
    color: #ffffff;
}

.addplusmenu > .bt:hover {
    background-color: #f2f2f2;
    background-color: #e2eae9;
    background-color: #ecf6f7;
    background-color: #14bba9;
}

.addplusmenu > .bt > i {
    float: left;
    margin-right: 10px;
}

.addplusmenu > .bt > span {
    float: left;
}

@media (min-width: 1100px) {
    #ntspQuickSearch {
        width: 168px;
    }
    #ntspQuickSearch input {
        width: 140px;
    }
    #ntspHamburgerMenu {
        right: 43px;
    }
}

/* BREADCRUMB */

#ntspBreadcrumb {
    position: absolute;
    top: 13px;
    top: 0px;
    left: 5px;
    display: block;
    padding: 0px;
    list-style: none;
}

#ntspBreadcrumb li {
    display: inline-block;
    margin: 0px;
}

#ntspBreadcrumb li + li:before {
    content: '/';
    padding: 0 5px;
    font-size: 14px;
    color: #bbbbbb;
}

#ntspBreadcrumb li.breadcrumb-top {
    font-size: 20px;
}

#ntspBreadcrumb li.breadcrumb-top a {
    /*
    font-family: "Open Sans", "lucida grande", verdana, sans-serif;
    */
    font-family: 'Raleway', sans-serif;

    font-weight: 300;
    font-size: 18px;

    font-weight: 100;
    font-size: 30px;

    color: #555555;
    color: #ffffff;
    margin: 0px;
    text-decoration: none;
}

#ntspBreadcrumb li.breadcrumb-link a {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 12px;
    font-size: 14px;
    color: #555555;
    color: #ffffff;
    margin: 0px;
    text-decoration: none;
}

#ntspBreadcrumb li.breadcrumb-link a:hover {
    text-decoration: underline;
}

#ntspBreadcrumb li.breadcrumb-current {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #777777;
    color: #ffffff;
    text-decoration: none;
}

/* TOOLBAR */

#ntspToolbar,
.dmap-toolbar {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    padding: 0px;
    list-style: none;
}

.slide-panel .dmap-toolbar {
    position: absolute;
    top: 7px;
    right: 0px;
    display: block;
    padding: 0px;
    list-style: none;
}

#ntspToolbar li,
.dmap-toolbar li {
    /* font-size:20px; */
    display: inline-block;
    margin: 0px 0px 0px 3px;
    width: 34px;
    height: 34px;
    padding: 6px;
    border-radius: 3px;
}

#ntspToolbar li.bt-on,
.dmap-toolbar li.bt-on {
    background-color: #03aa98;
}

.slide-panel .dmap-toolbar li.bt-on {
    background-color: #ffffff;
}

#ntspToolbar li i,
.dmap-toolbar li i {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    filter: alpha(opacity=80);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    cursor: pointer;
}

.slide-panel .dmap-toolbar li i {
    display: inline-block;
    vertical-align: middle;
    filter: alpha(opacity=30);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)';
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    cursor: pointer;
}

#ntspToolbar li.bt-on i,
#ntspToolbar li:hover i,
.dmap-toolbar li.bt-on i,
.dmap-toolbar li:hover i {
    display: inline-block;
    vertical-align: middle;
    filter: alpha(opacity=100);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.slide-panel .dmap-toolbar li.bt-on i,
.slide-panel .dmap-toolbar li:hover i {
    display: inline-block;
    vertical-align: middle;
    filter: alpha(opacity=65);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
    -moz-opacity: 0.65;
    -khtml-opacity: 0.65;
    opacity: 0.65;
}

/*
#ntspToolbar li.bt-on i,
#ntspToolbar li.bt-on:hover i {
    display:inline-block;
    vertical-align: middle;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
*/

/*
#ntspToolbar li+li:before {
    content:"|";
    content:" ";
    padding:0 5px;
    color:#bbbbbb;
}
*/

.bt-dmap-h {
    position: absolute;
    display: none;
    top: -8px;
    left: 8px;
    width: 20px;
}

.bt-dmap-nb,
.bt-dmap-nb-upd {
    position: absolute;
    display: block;
    top: -8px;
    left: 8px;
    width: 20px;
}
.bt-dmap-nb:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: #4679bd;
    background: #808080;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.bt-dmap-nb-upd:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: #4679bd;
    background: #ff0000;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.bt-dmap-nb div,
.bt-dmap-nb-upd div {
    float: left;
    width: 100%;
    padding-top: 50%;
    line-height: 1em;
    margin-top: -0.5em;
    text-align: center;
    font-family: arial;
    font-size: 9px;
    font-style: normal;
    color: white;
}

/* SEARCH */

#ntspSearchInput {
    color: #333333;
    font-size: 20px;
    border: 1px dashed #dddddd;
    padding: 2px 5px;
    width: 100%;
}

#ntspSearchResult {
    position: absolute;
    display: block;
    top: 60px;
    bottom: 0px;
    width: 100%;
    overflow: hidden;
}

#ntspSearchResult .list {
    position: absolute;
    display: block;
    top: 0px;
    bottom: 0px;
    width: 100%;
    overflow: auto;
    padding: 0px 20px;
}

#ntspSearchResult .right-panel {
    right: -100%;
    width: 100%;
    display: block;
    /* background-color:#ababab; */
    color: red;
    padding: 20px;
}

/* PANEL */

.ntspPanel {
    background-color: #ffffff;
    background-color: #e2eae9;
    background-color: #d6dedd;
    /*
    border:1px solid #d5d5d5;
    */
    height: 100%;
}

.ntspPanel .panel-header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ecf6f7;
    background-color: #eef6f6;
    background-color: #424a52;
    background-color: #86afa6;
    background-color: #93c0b7;
    background-color: #eff0e9;
    background-color: #e2eae9;
    padding: 0px;
    height: 42px;
    width: 100%;
    margin-bottom: 10px;
    /*
    border-bottom:20px solid #d6dedd;
    border-bottom:5px solid #d6dedd;
    */
}

.ntspPanel .panel-header .panel-title {
    position: relative;
    display: block;
    float: left;
    padding: 0px;
    height: 42px;
}

.ntspPanel .panel-header .panel-title i {
    float: left;
    margin-top: 5px;
    margin-left: 15px;
}

.ntspPanel .panel-header .panel-title span {
    float: left;
    margin-top: 10px;
    margin-left: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 18px;
}

.ntspPanel .panel-toggle-on {
    position: relative;
    display: block;
    float: left;
    margin-top: 14px;
    margin-left: 15px;
    width: 16px;
    height: 16px;
    background: url(/visual/Netspe/Template/Default/16x16/white/sort-6.png) no-repeat 0 0;
}

.ntspPanel .panel-toggle-off {
    position: relative;
    display: block;
    float: left;
    margin-top: 14px;
    margin-left: 15px;
    width: 16px;
    height: 16px;
    background: url(/visual/Netspe/Template/Default/16x16/white/arrow-37.png) no-repeat 0 0;
}

.ntspPanel .panel-dmap {
    float: right;
    position: relative;
    display: block;
    padding: 0px 0px 0px 0px;
    list-style: none;
}

.ntspPanel .panel-dmap li {
    display: inline-block;
    width: 42px;
    height: 42px;
    margin: 0px;
    border-left: 1px solid #ffffff;
}

.ntspPanel .panel-dmap li.bt-dmap-off {
    background-color: #e2eae9;
}

.ntspPanel .panel-dmap li.bt-dmap-off:hover,
.ntspPanel .panel-dmap li.bt-dmap-on {
    background-color: #424a52;
}

.ntspPanel .panel-dmap li > i {
    margin: auto;
    margin-top: 8px;
}

.n-feedback.info,
.n-feedback.advice,
.n-feedback.success,
.n-feedback.warning,
.n-feedback.error,
.ntspPanel .panel-feedback,
.ntspPanel .panel-feedback-info,
.ntspPanel .panel-feedback-success,
.ntspPanel .panel-feedback-warning,
.ntspPanel .panel-feedback-error {
    float: left;
    width: 100%;
    min-height: 42px;
    background-color: #b1e1d0;
    /*
    border:1px solid #90c8b4;
    */
    margin-bottom: 20px;
    /*
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    */
    padding: 15px;
    font-size: 12px;
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-left: 42px;
}

.n-feedback.info b,
.n-feedback.advice b,
.n-feedback.success b,
.n-feedback.warning b,
.n-feedback.error b,
.ntspPanel .panel-feedback b,
.ntspPanel .panel-feedback-info b,
.ntspPanel .panel-feedback-advice b,
.ntspPanel .panel-feedback-success b,
.ntspPanel .panel-feedback-warning b,
.ntspPanel .panel-feedback-error b {
    font-size: 16px;
}

.n-feedback,
.n-feedback.info,
.ntspPanel .panel-feedback,
.ntspPanel .panel-feedback-info {
    /*
    background-color:#d9edf7;
    border:1px solid #bfd4de;
    color:#246480;
    */
    background-color: #2f96b4;
    background-color: #bbbbbb;
    /*
    border:1px solid #dddddd;
    */
    color: #ffffff;
    /*
    background-image: url(/visual/Netspe/Template/Default/22x22/white/direction-4.png);
    */
    background-image: url(/visual/Netspe/Template/Default/22x22/white/info.png);
}

.n-feedback.advice,
.ntspPanel .panel-feedback-advice {
    background-color: #2f96b4;
    background-color: #bbbbbb;
    /*
    border:1px solid #dddddd;
    */
    color: #ffffff;
    background-image: url(/visual/Netspe/Template/Default/22x22/white/direction-4.png);
}

.n-feedback.success,
.ntspPanel .panel-feedback-success {
    background-color: #b1e1d0;
    background-color: #d0f3e7;
    background-color: #03aa98;
    /*
    border:1px solid #90c8b4;
    */
    color: #ffffff;
    background-image: url(/visual/Netspe/Template/Default/22x22/white/thumb-2.png);
    background-image: url(/visual/Netspe/Template/Default/22x22/white/check-mark.png);
}

.n-feedback.warning,
.ntspPanel .panel-feedback-warning {
    background-color: #fcf8e3;
    background-color: #fff8d2;
    background-color: #f89406;
    /*
    border:1px solid #faebcc;
    */
    color: #ffffff;
    background-image: url(/visual/Netspe/Template/Default/22x22/white/help.png);
}

.n-feedback.error,
.ntspPanel .panel-feedback-error {
    background-color: #f2dede;
    background-color: #ffefef;
    background-color: #ffe1e1;
    background-color: #ff0000;
    background-color: #bd362f;
    /*
    border:1px solid #f8cdcd;
    border:1px solid #ebccd1;
    */
    color: #e76e70;
    color: #ffffff;
    background-image: url(/visual/Netspe/Template/Default/22x22/white/thumb-4.png);
    background-image: url(/visual/Netspe/Template/Default/22x22/white/x-mark.png);
}

.middle-panel {
    position: relative;
    margin-top: 5px;
    margin-bottom: 10px;
    display: block;
    /*
    overflow:hidden;
    */
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.middle-panel.cropped-right {
    margin-right: 410px;
}

.middle-panel.cropped-left {
    margin-left: 410px;
}

.middle-panel.cropped-top {
    margin-top: 410px;
}

.middle-panel .panel-container {
    position: relative;
    float: left;
    display: block;
    width: 100%;
    padding: 0px 0px 0px 0px;
    clear: both;
}

.middle-panel .panel-header {
    position: relative;
    float: left;
    display: block;
    width: 100%;
    height: 48px;
    padding: 0px 0px 0px 0px;
    background-color: #ffffff;
    margin: 0px;
    /* border-bottom:1px solid #cccccc; */
}

.middle-panel .panel-header > .icon {
    position: relative;
    display: block;
    float: left;
    width: 66px;
    height: 48px;
}

.middle-panel .panel-header > .icon > i {
    margin: 11px 20px;
}

.middle-panel .panel-header .title {
    position: relative;
    float: left;
    display: block;
    height: 48px;
    padding: 14px 0px 0px 0px;
    margin: 0px 20px 0px 0px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #555555;
    color: #999999;
    color: #777777;
}

.middle-panel .panel-header .select-bt {
    position: relative;
    float: left;
    display: block;
    /*
    width:48px;
    height:48px;
    background: url(/visual/Netspe/Template/Default/16x16/grey/check-mark.png) no-repeat 16px 16px;
    */
    width: 38px;
    height: 38px;
    background: url(/visual/Netspe/Template/Default/16x16/grey/checkbox-4.png) no-repeat 11px 11px;
    border-radius: 500px;
    margin: 5px 0px;
    cursor: pointer;
}

.middle-panel .panel-header .select-bt:hover {
    background: url(/visual/Netspe/Template/Default/16x16/grey/checkbox-3.png) no-repeat 11px 11px;
    /* background-color:#f3bb4c; */
}

.middle-panel .panel-header .select-bt.bt-on {
    background: url(/visual/Netspe/Template/Default/16x16/grey/checkbox-3.png) no-repeat 11px 11px;
}

.middle-panel .panel-header .filter-bt {
    position: relative;
    float: left;
    display: block;
    /*
    width:48px;
    height:48px;
    background: url(/visual/Netspe/Template/Default/16x16/grey/check-mark.png) no-repeat 16px 16px;
    */
    width: 38px;
    height: 38px;
    background: url(/visual/Netspe/Template/Default/16x16/grey/magnifier.png) no-repeat 11px 11px;
    border-radius: 500px;
    margin: 5px 0px;
    cursor: pointer;
}

.middle-panel .panel-header .filter-bt:hover {
    background: url(/visual/Netspe/Template/Default/16x16/grey/magnifier-6.png) no-repeat 11px 11px;
    /* background-color:#f3bb4c; */
}

.middle-panel .panel-header .filter-bt.bt-on {
    background: url(/visual/Netspe/Template/Default/16x16/grey/magnifier-6.png) no-repeat 11px 11px;
}

.middle-panel .panel-header .bookmark-bt {
    position: relative;
    float: left;
    display: block;
    /*
    width:48px;
    height:48px;
    background: url(/visual/Netspe/Template/Default/16x16/grey/check-mark.png) no-repeat 16px 16px;
    */
    width: 38px;
    height: 38px;
    background: url(/visual/Netspe/Template/Default/16x16/grey/bookmark-21.png) no-repeat 11px 11px;
    border-radius: 500px;
    margin: 5px;
    cursor: pointer;
}

.middle-panel .panel-header .bookmark-bt:hover {
    background: url(/visual/Netspe/Template/Default/16x16/grey/star-2.png) no-repeat 11px 11px;
    /* background-color:#f3bb4c; */
}

.middle-panel .panel-header .bookmark-bt.bt-on {
    background: url(/visual/Netspe/Template/Default/16x16/grey/star-2.png) no-repeat 11px 11px;
}

.modal-header .toolbar-switch,
.panel-header .toolbar-switch {
    position: relative;
    float: right;
    display: block;
    width: 46px;
    height: 62px;
    cursor: pointer;
}

.modal-header .toolbar-switch > i,
.panel-header .toolbar-switch > i {
    margin: 23px 20px 23px 10px;
}

.modal-header .toolbar-switch:hover > i,
.panel-header .toolbar-switch:hover > i {
    filter: alpha(opacity=65);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
    -moz-opacity: 0.65;
    -khtml-opacity: 0.65;
    opacity: 0.65;
}

.modal-header .toolbar,
.middle-panel .panel-header .toolbar {
    position: relative;
    float: right;
    display: none;
    height: 48px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    clear: both;
}

@media (min-width: 768px) {
    .modal-header .toolbar-switch,
    .middle-panel .panel-header .toolbar-switch {
        display: none;
    }
    .modal-header .toolbar,
    .middle-panel .panel-header .toolbar {
        display: block !important;
        float: right;
        clear: none;
    }
}

.modal-header .n-b-undo,
.panel-header .n-b-undo {
    position: relative;
    float: left;
    display: block;
    width: 32px;
    height: 32px;
    /* background: url(/visual/Netspe/Template/Default/16x16/grey/fullscreen.png) no-repeat 8px 8px; */
    background: url(/visual/Netspe/Template/Default/16x16/grey/time-5.png) no-repeat 8px 8px;
    border-radius: 500px;
    margin: 8px;
    cursor: pointer;
}

.modal-header .n-b-undo:hover,
.panel-header .n-b-undo:hover {
    background: url(/visual/Netspe/Template/Default/16x16/white/time-5.png) no-repeat 8px 8px;
    background-color: #c06767;
    background-color: #dfbe87;
}

.panel-header .expend-bt {
    position: relative;
    float: left;
    display: block;
    /*
    width:48px;
    height:48px;
    background: url(/visual/Netspe/Template/Default/16x16/grey/check-mark.png) no-repeat 16px 16px;
    */
    width: 32px;
    height: 32px;
    /* background: url(/visual/Netspe/Template/Default/16x16/grey/fullscreen.png) no-repeat 8px 8px; */
    background: url(/visual/Netspe/Template/Default/16x16/grey/resize-8.png) no-repeat 8px 8px;
    border-radius: 500px;
    margin: 8px;
    cursor: pointer;
}

.panel-header .expend-bt:hover {
    /* background: url(/visual/Netspe/Template/Default/16x16/white/plus-2.png) no-repeat 11px 11px; */
    /* background: url(/visual/Netspe/Template/Default/16x16/black/plus-2.png) no-repeat 8px 8px; */
    /* background: url(/visual/Netspe/Template/Default/16x16/white/fullscreen.png) no-repeat 8px 8px; */
    background: url(/visual/Netspe/Template/Default/16x16/white/resize-8.png) no-repeat 8px 8px;
    background-color: #7caa31;
    background-color: #03aa98;
    background-color: #424a52;
    background-color: #f2f2f2;
    background-color: #888888;
}

.modal-header .n-b-add,
.panel-header .add-bt {
    position: relative;
    float: left;
    display: block;
    /*
    width:48px;
    height:48px;
    background: url(/visual/Netspe/Template/Default/16x16/grey/check-mark.png) no-repeat 16px 16px;
    */
    width: 32px;
    height: 32px;
    background: url(/visual/Netspe/Template/Default/16x16/grey/plus-2.png) no-repeat 8px 8px;
    border-radius: 500px;
    margin: 8px;
    cursor: pointer;
}

.modal-header .n-b-add:hover,
.panel-header .add-bt:hover {
    /* background: url(/visual/Netspe/Template/Default/16x16/white/plus-2.png) no-repeat 11px 11px; */
    /* background: url(/visual/Netspe/Template/Default/16x16/black/plus-2.png) no-repeat 8px 8px; */
    background: url(/visual/Netspe/Template/Default/16x16/white/plus-2.png) no-repeat 8px 8px;
    background-color: #7caa31;
    background-color: #03aa98;
    background-color: #424a52;
    background-color: #f2f2f2;
    background-color: #888888;
}

.modal-header .n-b-close,
.panel-header .close-bt {
    position: relative;
    float: left;
    display: block;
    /*
    width:48px;
    height:48px;
    background: url(/visual/Netspe/Template/Default/16x16/grey/check-mark.png) no-repeat 16px 16px;
    */
    width: 32px;
    height: 32px;
    background: url(/visual/Netspe/Template/Default/16x16/black/x-mark.png) no-repeat 8px 8px;
    filter: alpha(opacity=35);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=35)';
    -moz-opacity: 0.35;
    -khtml-opacity: 0.35;
    opacity: 0.35;
    border-radius: 500px;
    margin: 8px;
    cursor: pointer;
}

.modal-header .n-b-close:hover,
.panel-header .close-bt:hover {
    filter: alpha(opacity=65);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
    -moz-opacity: 0.65;
    -khtml-opacity: 0.65;
    opacity: 0.65;
}

.modal-header .n-b-save,
.panel-header .save-bt {
    position: relative;
    float: left;
    display: block;
    /*
    width:48px;
    height:48px;
    background: url(/visual/Netspe/Template/Default/16x16/grey/check-mark.png) no-repeat 16px 16px;
    */
    width: 32px;
    height: 32px;
    background: url(/visual/Netspe/Template/Default/16x16/grey/check-mark.png) no-repeat 8px 8px;
    border-radius: 500px;
    margin: 8px;
    cursor: pointer;
}

.modal-header .n-b-save:hover,
.panel-header .save-bt:hover {
    background: url(/visual/Netspe/Template/Default/16x16/white/check-mark.png) no-repeat 8px 8px;
    background-color: #03aa98;
    background-color: #7caa31;
}

.modal-header .n-b-download,
.panel-header .download-bt {
    position: relative;
    float: left;
    display: block;
    width: 32px;
    height: 32px;
    background: url(/visual/Netspe/Template/Default/16x16/grey/download-2.png) no-repeat 8px 8px;
    border-radius: 500px;
    margin: 8px;
    cursor: pointer;
}

.modal-header .n-b-download:hover,
.panel-header .download-bt:hover {
    background: url(/visual/Netspe/Template/Default/16x16/white/download-2.png) no-repeat 8px 8px;
    background-color: #626a72;
}

.modal-header .n-b-duplicate,
.panel-header .duplicate-bt {
    position: relative;
    float: left;
    display: block;
    width: 32px;
    height: 32px;
    background: url(/visual/Netspe/Template/Default/16x16/grey/copy-2.png) no-repeat 8px 8px;
    border-radius: 500px;
    margin: 8px;
    cursor: pointer;
}

.modal-header .n-b-duplicate:hover,
.panel-header .duplicate-bt:hover {
    background: url(/visual/Netspe/Template/Default/16x16/white/copy-2.png) no-repeat 8px 8px;
    background-color: #626a72;
}

.modal-header .n-b-translate,
.panel-header .translate-bt {
    position: relative;
    float: left;
    display: block;
    width: 32px;
    height: 32px;
    background: url(/visual/Netspe/Template/Default/16x16/grey/language-4.png) no-repeat 8px 8px;
    border-radius: 500px;
    margin: 8px;
    cursor: pointer;
}

.modal-header .n-b-translate:hover,
.panel-header .translate-bt:hover {
    background: url(/visual/Netspe/Template/Default/16x16/white/language-4.png) no-repeat 8px 8px;
    background-color: #4b76a0;
}

.modal-header .n-b-export,
.panel-header .export-bt {
    position: relative;
    float: left;
    display: block;
    width: 32px;
    height: 32px;
    background: url(/visual/Netspe/Template/Default/16x16/grey/language-4.png) no-repeat 8px 8px;
    border-radius: 500px;
    margin: 8px;
    cursor: pointer;
}

.modal-header .n-b-export:hover,
.panel-header .export-bt:hover {
    background: url(/visual/Netspe/Template/Default/16x16/white/language-4.png) no-repeat 8px 8px;
    background-color: #4b76a0;
}

.modal-header .n-b-filter {
    position: relative;
    float: left;
    display: block;
    width: 32px;
    height: 32px;
    background: url(/visual/Netspe/Template/Default/16x16/grey/magnifier.png) no-repeat 8px 8px;
    border-radius: 500px;
    margin: 8px;
    cursor: pointer;
}

.modal-header .n-b-filter:hover {
    background: url(/visual/Netspe/Template/Default/16x16/white/magnifier.png) no-repeat 8px 8px;
    background-color: #4b76a0;
}

.modal-header .n-b-delete,
.panel-header .delete-bt {
    position: relative;
    float: left;
    display: block;
    width: 32px;
    height: 32px;
    background: url(/visual/Netspe/Template/Default/16x16/grey/trash-can.png) no-repeat 8px 8px;
    border-radius: 500px;
    margin: 8px;
    cursor: pointer;
}

.modal-header .n-b-delete:hover,
.panel-header .delete-bt:hover {
    background: url(/visual/Netspe/Template/Default/16x16/white/trash-can.png) no-repeat 8px 8px;
    background-color: #ee0000;
}

.modal-header .n-b-help,
.panel-header .help-bt {
    position: relative;
    float: left;
    display: block;
    width: 32px;
    height: 32px;
    background: url(/visual/Netspe/Template/Default/16x16/grey/help.png) no-repeat 8px 8px;
    border-radius: 500px;
    margin: 8px;
    cursor: pointer;
}

.modal-header .n-b-help:hover,
.panel-header .help-bt:hover {
    background: url(/visual/Netspe/Template/Default/16x16/white/help.png) no-repeat 8px 8px;
    background-color: #626a72;
}

.middle-panel .panel-header .language-bt-off,
.middle-panel .panel-header .language-bt-on {
    position: relative;
    float: left;
    display: block;
    width: 48px;
    height: 48px;
}

.middle-panel .panel-header .language-bt-off {
    display: block;
    background: url(/visual/Netspe/Template/Default/16x16/grey/language-4.png) no-repeat 16px 16px;
    cursor: pointer;
}

.middle-panel .panel-header .language-bt-off:hover {
    background: url(/visual/Netspe/Template/Default/16x16/white/language-4.png) no-repeat 16px 16px;
    background-color: #6fe8cc;
    background-color: #626a72;
}

.middle-panel .panel-header .language-bt-on {
    display: block;
    background: url(/visual/Netspe/Template/Default/16x16/white/language-4.png) no-repeat 16px 16px;
    background-color: #6fe8cc;
    background-color: #626a72;
    cursor: pointer;
}

.middle-panel .panel-header .tools-bt-off,
.middle-panel .panel-header .tools-bt-on {
    position: relative;
    float: left;
    display: block;
    width: 48px;
    height: 48px;
}

.middle-panel .panel-header .tools-bt-off {
    display: block;
    background: url(/visual/Netspe/Template/Default/16x16/grey/menu-3.png) no-repeat 16px 16px;
    cursor: pointer;
}

.middle-panel .panel-header .tools-bt-off:hover {
    background: url(/visual/Netspe/Template/Default/16x16/white/menu-3.png) no-repeat 16px 16px;
    background-color: #6fe8cc;
    background-color: #626a72;
}

.middle-panel .panel-header .tools-bt-on {
    display: block;
    background: url(/visual/Netspe/Template/Default/16x16/white/menu-3.png) no-repeat 16px 16px;
    background-color: #6fe8cc;
    background-color: #626a72;
    cursor: pointer;
}

.middle-panel .panel-header .back-bt {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 32px;
    height: 32px;
    padding: 0px 0px 0px 0px;
}

.middle-panel .panel-filter {
    position: relative;
    float: left;
    display: block;
    width: 100%;
    /* height:96px; */
    padding: 10px 20px;
    background-color: #ffffff;
    margin: 0px;
    /* border-bottom:1px solid #cccccc; */
}

.middle-panel .panel-filter label {
    display: block;
    margin-top: 0px;
    margin-bottom: 8px;
    margin-left: 0px;
    font-family: 'Open Sans', 'Lucida Grande', verdana, helvetica, arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #777777;
}

.middle-panel .panel-filter label span.help {
    display: inline-block;
    /* font-family:"Open Sans", "Lucida Grande", verdana, helvetica, arial,sans-serif; */
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #aaaaaa;
    margin-left: 12px;
}

.middle-panel .panel-body {
    position: relative;
    float: left;
    display: block;
    width: 100%;
    z-index: 1;
    margin-bottom: auto;
    background-color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.middle-panel .panel-footer {
    position: relative;
    float: left;
    display: block;
    width: 100%;
    height: 48px;
    padding: 0px 0px 0px 0px;
    background-color: #ffffff;
    margin: 0px;
    border-top: 1px solid #cccccc;
}

.middle-panel .panel-footer .log {
    position: relative;
    float: left;
    display: block;
    height: 48px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

.middle-panel .panel-footer .log .log-bt {
    position: relative;
    float: left;
    display: block;
    /*
    width:48px;
    height:48px;
    background: url(/visual/Netspe/Template/Default/16x16/grey/check-mark.png) no-repeat 16px 16px;
    */
    width: 38px;
    height: 38px;
    background: url(/visual/Netspe/Template/Default/16x16/grey/time-5.png) no-repeat 11px 11px;
    background: url(/visual/Netspe/Template/Default/16x16/grey/time.png) no-repeat 11px 11px;
    border-radius: 500px;
    margin: 5px;
    cursor: pointer;
}

.middle-panel .panel-footer .log .log-bt:hover {
    background: url(/visual/Netspe/Template/Default/16x16/white/time-5.png) no-repeat 11px 11px;
    background: url(/visual/Netspe/Template/Default/16x16/white/time.png) no-repeat 11px 11px;
    background-color: #6a6a6a;
}

.middle-panel .panel-footer .log .log-text {
    position: relative;
    float: left;
    display: block;
    height: 48px;
    padding: 18px 0px 0px 0px;
    margin: 0px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 11px;
    color: #999999;
}

.right-panel {
    position: absolute;
    display: block;
    top: 0px;
    bottom: 0px;
    right: -400px;
    width: 400px;
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
    transition: transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-perspective: 1000;

    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.right-panel.visible {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -ms-transform: translate(-100%, 0);
}

.right-panel.cropped-right {
    margin-right: 410px;
}

.right-panel .panel-container {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0px 0px 0px 0px;
}

.right-panel .panel-header {
    position: relative;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 48px;
    padding: 0px 0px 0px 0px;
    background-color: #d6d6d6;
    background-color: #fbf6e5;
    background-color: #ffffff;
    /*
    border-top:1px solid #eeeeee;
    border-bottom:1px solid #eeeeee;
    */
    border-top: 0px;
    border-bottom: 0px;
    color: #555555;
}

.right-panel .panel-header .title {
    position: absolute;
    top: 0px;
    left: 48px;
    display: block;
    height: 48px;
    padding: 0px 0px 0px 0px;
}

.right-panel .panel-header .title .icon {
    position: relative;
    display: table-cell;
    width: 40px;
}

.right-panel .panel-header .title .icon > b {
    display: block;
    width: 40px;
    height: 40px;
    padding: 12px;
    background-color: #555555;
}

.right-panel .panel-header .title .label {
    position: relative;
    display: table-cell;
    padding: 0px 0px 0px 10px;
    vertical-align: middle;
}

.right-panel .panel-header .title .label b:first-child {
    font-family: 'Open Sans', 'lucida grande', verdana, sans-serif;
    font-size: 14px;
    margin-right: 4px;
}

.right-panel .panel-header .title .label b:last-child {
    margin-left: 4px;
    font-weight: bold;
    color: #000000;
}

.right-panel .panel-header .title .label u {
    text-decoration: none;
}

.right-panel .panel-header .back-bt {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 32px;
    height: 32px;
    padding: 8px 8px;
}

.panel-tabs {
    position: relative;
    display: block;
    width: 100%;
    height: 32px;
    padding: 0px;
    background-color: #ffffff;
}

.panel-tabs ul {
    position: relative;
    display: block;
    height: 32px;
    list-style: none;
    clear: both;
    border-bottom: 1px solid #dddddd;
}

.panel-tabs ul > li {
    position: relative;
    display: block;
    float: left;
    height: 31px;
    min-width: 100px;
    margin: 0px;
    padding: 4px 20px;
    border-bottom: 5px solid #ffffff;
    cursor: pointer;
    font-family: 'Open Sans', 'Lucida Grande', verdana, helvetica, arial, sans-serif;
    font-size: 12px;
    color: #777777;
}

.panel-tabs ul > li.on {
    border-bottom: 5px solid #aaaaaa;
}

.panel-tabs ul > li.off:hover {
    border-bottom: 5px solid #f0f0f0;
}

.right-panel .panel-body {
    display: block;
    position: relative;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    margin-bottom: auto;
    background-color: #ffffff;
    padding: 0px 0px;
}

.panel-body:before,
.panel-body:after {
    content: ' ';
    display: table;
}

.panel-body:after {
    clear: both;
}

.right-panel.fixed-top .panel-body {
    height: calc(100% - 48px);
    overflow: auto;
}

/* SLIDE PANEL */

.slide-panel {
    position: absolute;
    display: block;
    top: 0px;
    bottom: 0px;
    right: -100%;
    width: 100%;
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
    transition: transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

.slide-panel.visible {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -ms-transform: translate(-100%, 0);
}

.slide-panel.cropped-right {
    /*
    width:50%;
    margin-right:50%;
    */
    width: calc(100% - 400px);
    margin-right: 400px;
}

.slide-panel.cropped-right.visible {
    /*
    -webkit-transform: translate3d(-200%,0,0);
    transform: translate3d(-200%,0,0);
    -ms-transform: translate(-200%,0);
    */
    -webkit-transform: translate3d(calc(-100% - 400px), 0, 0);
    transform: translate3d(calc(-100% - 400px), 0, 0);
    -ms-transform: translate(calc(-100% - 400px), 0);
}

.slide-panel .panel-container {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0px 0px 0px 0px;
}

.slide-panel .panel-header {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 48px;
    padding: 0px 0px 0px 0px;
    background-color: #d6d6d6;
    background-color: #fbf6e5;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.slide-panel .panel-header .title {
    position: absolute;
    top: 0px;
    left: 48px;
    display: block;
    height: 48px;
    padding: 0px 0px 0px 0px;
}

.slide-panel .panel-header .title .icon {
    position: relative;
    display: table-cell;
    width: 48px;
}

.slide-panel .panel-header .title .icon > b {
    display: block;
    width: 48px;
    height: 48px;
    padding: 11px;
}

.slide-panel .panel-header .title .label {
    position: relative;
    display: table-cell;
    padding: 0px 0px 0px 10px;
    vertical-align: middle;
}

.slide-panel .panel-header .title .label b:first-child {
    font-family: 'Open Sans', 'lucida grande', verdana, sans-serif;
    font-size: 14px;
    margin-right: 4px;
}

.slide-panel .panel-header .title .label b:last-child {
    margin-left: 4px;
    font-weight: bold;
    color: #000000;
}

.slide-panel .panel-header .title .label u {
    text-decoration: none;
}

.slide-panel .panel-header .back-bt {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 48px;
    height: 48px;
    padding: 16px;
}

.slide-panel .panel-body {
    display: block;
    position: absolute;
    top: 48px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    margin-bottom: auto;
    background-color: #ffffff;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}

.slide-panel .panel-body:hover {
    padding-right: 0px;
    overflow-y: scroll;
    overflow-x: auto;
}

.slide-panel .panel-body.cropped-right {
    /*
    width:50%;
    margin-right:50%;
    width: calc(100% - 400px);
    */
    margin-right: 410px;
    padding-right: 15px;
    overflow: hidden;
}

.slide-panel .panel-body.cropped-right:hover {
    padding-right: 0px;
    overflow: auto;
}

/* INSERT PANEL */

.insert-panel {
    position: absolute;
    display: block;
    top: 48px;
    bottom: 0px;
    right: -400px;
    width: 400px;
    border-left: 10px solid #6a6a6a;
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
    transition: transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

.insert-panel.visible {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -ms-transform: translate(-100%, 0);
}

.insert-panel .panel-container {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0px 0px 0px 0px;
}

.insert-panel .panel-header {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 48px;
    padding: 0px 0px 0px 0px;
    background-color: #d6d6d6;
    background-color: #ffffff;

    background-color: #03aa98;

    border-top: 0px;
    border-bottom: 1px solid #eeeeee;
}

.insert-panel .panel-header .title {
    display: block;
    position: absolute;
    top: 14px;
    left: 85px;
    width: 220px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #ffffff;
}

.insert-panel .panel-header .icon {
    display: block;
    position: absolute;
    z-index: 2;
    top: 25px;
    left: 20px;
    width: 48px;
    height: 48px;
    /* padding:10px; */
    background-color: #ffffff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.insert-panel .panel-header .icon > i {
    margin: 10px;
    margin-left: 11px;
}

.insert-panel .panel-header .title .icon {
    position: relative;
    display: table-cell;
    width: 40px;
}

.insert-panel .panel-header .title .icon > b {
    display: block;
    width: 40px;
    height: 40px;
    padding: 12px;
    background-color: #555555;
}

.insert-panel .panel-header .title .label {
    position: relative;
    display: table-cell;
    padding: 0px 0px 0px 10px;
    vertical-align: middle;
}

.insert-panel .panel-header .title .label b:first-child {
    font-family: 'Open Sans', 'lucida grande', verdana, sans-serif;
    font-size: 14px;
    margin-right: 4px;
}

.insert-panel .panel-header .title .label b:last-child {
    margin-left: 4px;
    font-weight: bold;
    color: #000000;
}

.insert-panel .panel-header .title .label u {
    text-decoration: none;
}

.insert-panel .panel-header .back-bt {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 32px;
    height: 32px;
    padding: 8px 8px;
}

.insert-panel .panel-body {
    display: block;
    position: absolute;
    top: 48px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    margin-bottom: auto;
    background-color: #ffffff;
    padding-top: 5px;
}

/* SPECIFIC PANELS */

#ntspModule .right-panel {
    position: absolute;
    display: none;
    top: 5px;
    bottom: 0px;
    right: -410px;
    width: 400px;
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
    transition: transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

#ntspModule .right-panel.visible {
    display: block;
    width: 400px;
    -webkit-transform: translate3d(-410px, 0, 0);
    transform: translate3d(-410px, 0, 0);
    -ms-transform: translate(-410px, 0);
}

#ntspModule .right-panel.fixed-top {
    position: fixed;
    top: 34px;
    right: -400px;
}

/*
#ntspModule .right-panel .panel-header {
    display:block;
    position:absolute;
    top:0px;
    width:100%;
    height:48px;
    background-color:#4acead;
    background-color:#424a52;
    
    background-color:#6a6a6a;
    
    background-color:#03aa98;
    
    background-color:#ffffff;
    color:#ffffff;
    color:#555555;
    border-top:0px;
    border-bottom:0px;
}
*/

.module-panel-area .right-panel .panel-header > .icon {
    position: relative;
    display: block;
    float: left;
    width: 66px;
    height: 48px;
}

.module-panel-area .right-panel .panel-header > .icon > i {
    margin: 11px 20px;
}

.module-panel-area .right-panel .panel-header > .title {
    position: relative;
    float: left;
    display: block;
    top: 0px;
    left: 0px;
    height: 48px;
    padding: 14px 0px 0px 0px;
    margin: 0px 20px 0px 0px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #555555;
    color: #999999;
    color: #777777;
}

.module-panel-area .right-panel .panel-header .toolbar {
    position: relative;
    float: right;
    display: block;
    height: 48px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

.module-panel-area .right-panel .panel-header .stick-bt {
    position: relative;
    float: left;
    display: block;
    /*
    width:48px;
    height:48px;
    background: url(/visual/Netspe/Template/Default/16x16/grey/check-mark.png) no-repeat 16px 16px;
    */
    width: 38px;
    height: 38px;
    background: url(/visual/Netspe/Template/Default/16x16/black/pin-2.png) no-repeat 11px 12px;
    filter: alpha(opacity=35);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=35)';
    -moz-opacity: 0.35;
    -khtml-opacity: 0.35;
    opacity: 0.35;
    border-radius: 500px;
    margin: 5px 0px;
    cursor: pointer;
}

.module-panel-area .right-panel .panel-header .stick-bt:hover {
    background: url(/visual/Netspe/Template/Default/16x16/black/pin.png) no-repeat 11px 12px;
    filter: alpha(opacity=65);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
    -moz-opacity: 0.65;
    -khtml-opacity: 0.65;
    opacity: 0.65;
    /* background-color:#f3bb4c; */
}

.module-panel-area .right-panel .panel-header .stick-bt.bt-on {
    background: url(/visual/Netspe/Template/Default/16x16/black/pin.png) no-repeat 11px 13px;
    filter: alpha(opacity=35);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=35)';
    -moz-opacity: 0.35;
    -khtml-opacity: 0.35;
    opacity: 0.35;
}

.module-panel-area .right-panel .panel-header .tools-bt-off,
.module-panel-area .right-panel .panel-header .tools-bt-on {
    position: relative;
    float: left;
    display: block;
    width: 48px;
    height: 48px;
}

.module-panel-area .right-panel .panel-header .tools-bt-off {
    display: block;
    background: url(/visual/Netspe/Template/Default/16x16/grey/menu-3.png) no-repeat 16px 16px;
    cursor: pointer;
}

.module-panel-area .right-panel .panel-header .tools-bt-off:hover {
    background: url(/visual/Netspe/Template/Default/16x16/white/menu-3.png) no-repeat 16px 16px;
    background-color: #6fe8cc;
    background-color: #626a72;
    background-color: #76d0bf;
}

.module-panel-area .right-panel .panel-header .tools-bt-on {
    display: block;
    background: url(/visual/Netspe/Template/Default/16x16/white/menu-3.png) no-repeat 16px 16px;
    background-color: #6fe8cc;
    background-color: #626a72;
    background-color: #76d0bf;
    cursor: pointer;
}

.module-panel-area .right-panel .panel-header-menu {
    position: absolute;
    z-index: 10;
    top: 48px;
    right: 0px;
    width: 180px;
    background-color: #6fe8cc;
    background-color: #b2bac2;
    background-color: #d2dae2;
    background-color: #626a72;
    background-color: #76d0bf;
}

.module-panel-area .right-panel .panel-header-menu > .bt {
    float: left;
    display: block;
    width: 180px;
    padding: 5px;
}

.module-panel-area .right-panel .panel-header-menu > .bt:hover {
    background-color: #f2f2f2;
    background-color: #929aa2;
    background-color: #727a82;
    background-color: #60c1af;
}

.module-panel-area .right-panel .panel-header-menu > .bt > i {
    float: left;
    margin-right: 5px;
}

.module-panel-area .right-panel .panel-header-menu > .bt > span {
    float: left;
    color: #ffffff;
}

/*
#ntspModule .right-panel .panel-header > .title {
    display:block;
    position:absolute;
    top:14px;
    left:85px;
    width:220px;
    font-family: 'Raleway', sans-serif;
    font-weight:300;
    font-size:18px;
    color:#ffffff;
}
*/

#ntspModule .right-panel .panel-header .bt-stick-off {
    display: block;
    width: 48px;
    height: 48px;
    background: url(/visual/Netspe/Template/Default/16x16/white/pin.png) no-repeat 16px 16px;
    cursor: pointer;
}

#ntspModule .right-panel .panel-header .bt-stick-off:hover {
    background-color: #6fe8cc;
    background-color: #d2dae2;
    background-color: #b2bac2;
    background-color: #626a72;
    background-color: #76d0bf;
}

#ntspModule .right-panel .panel-header .bt-stick-on {
    display: block;
    width: 48px;
    height: 48px;
    background: url(/visual/Netspe/Template/Default/16x16/white/pin.png) no-repeat 16px 16px;
    background-color: #626a72;
    background-color: #76d0bf;
    cursor: pointer;
}

#ntspModule .right-panel .panel-header .bt-stick-on:hover {
    background-color: #6fe8cc;
    background-color: #626a72;
    background-color: #76d0bf;
}

#ntspModule .right-panel .panel-header .bt-tools-off {
    display: block;
    width: 48px;
    height: 48px;
    background: url(/visual/Netspe/Template/Default/16x16/white/menu-3.png) no-repeat 16px 16px;
    cursor: pointer;
}

#ntspModule .right-panel .panel-header .bt-tools-off:hover {
    background-color: #6fe8cc;
    background-color: #626a72;
    background-color: #76d0bf;
}

#ntspModule .right-panel .panel-header .bt-tools-on {
    display: block;
    width: 48px;
    height: 48px;
    background: url(/visual/Netspe/Template/Default/16x16/white/menu-3.png) no-repeat 16px 16px;
    background-color: #6fe8cc;
    background-color: #626a72;
    background-color: #76d0bf;
    cursor: pointer;
}

/*
#ntspModule .right-panel .panel-header > .bt-tools-off,
#ntspModule .right-panel .panel-header > .bt-tools-on {
    display:block;
    position:absolute;
    right:48px;
    top:0px;
}

#ntspModule .right-panel .panel-header > .bt-stick-off,
#ntspModule .right-panel .panel-header > .bt-stick-on {
    display:block;
    position:absolute;
    right:0px;
    top:0px;
}
*/

#ntspModule .right-panel .panel-header > .pin2 {
    display: block;
    position: absolute;
    right: 5px;
    top: 10px;
    width: 26px;
    height: 26px;
    background: url('icons/convert/26x26/black/pin.png') no-repeat left top;
}

#ntspModule .right-panel .panel-icon {
    display: block;
    position: absolute;
    z-index: 2;
    top: 25px;
    left: 20px;
    width: 48px;
    height: 48px;
    /* padding:10px; */
    background-color: #ffffff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

#ntspModule .right-panel .panel-icon > i {
    margin: 10px;
    margin-left: 11px;
}

/*
#ntspModule .right-panel .panel-body {
    display:block;
    position:absolute;
    top:48px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:1;
    margin-bottom:auto;
    background-color:#ffffff;
    padding-top:5px;
}
*/

#ntspModule .right-panel .panel-bts {
    float: right;
    display: block;
    width: 210px;
    height: 24px;
    margin-right: 18px;
    margin-top: 4px;
    padding: 0px;
    border: 0;
}

#ntspModule .right-panel .panel-bts .save-bt {
    float: left;
    display: block;
    width: 112px;
    height: 28px;
    padding: 4px 0px 0px 32px;
    background: url(/visual/Netspe/Template/Default/16x16/white/check-mark.png) no-repeat 8px 6px;
    background-color: #424a52;
    background-color: #7caa31;
    font-family: Verdana;
    font-size: 12px;
    color: #ffffff;
    cursor: pointer;
}

#ntspModule .right-panel .panel-bts .cancel-bt {
    float: right;
    display: block;
    width: 92px;
    height: 28px;
    padding: 4px 0px 0px 32px;
    background: url(/visual/Netspe/Template/Default/16x16/white/x-mark.png) no-repeat 8px 6px;
    background-color: #cccccc;
    font-family: Verdana;
    font-size: 12px;
    color: #ffffff;
    cursor: pointer;
}

#ntspModule .right-panel .panel-bts .save-bt:hover {
    background-color: #4acead;
}

#ntspModule .right-panel .panel-bts .cancel-bt:hover {
    background-color: #ee0000;
}

/* BLOCKS */

.n-block-area {
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    /*
    margin-left: -10px;
    margin-right: -10px;
    */
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.n-block-area:before,
.n-block-area:after {
    content: ' ';
    display: table;
}

.n-block-area:after {
    clear: both;
}

.n-block-area.cropped-right {
    margin-right: 405px !important;
}

.n-block-area.cropped-left {
    margin-left: 405px !important;
}

.n-block-area.cropped-top {
    margin-left: 410px !important;
}

.n-block.xs-1,
.n-block.sm-1,
.n-block.md-1,
.n-block.lg-1,
.n-block.xl-1,
.n-block.xs-2,
.n-block.sm-2,
.n-block.md-2,
.n-block.lg-2,
.n-block.xl-2,
.n-block.xs-3,
.n-block.sm-3,
.n-block.md-3,
.n-block.lg-3,
.n-block.xl-3,
.n-block.xs-4,
.n-block.sm-4,
.n-block.md-4,
.n-block.lg-4,
.n-block.xl-4,
.n-block.xs-5,
.n-block.sm-5,
.n-block.md-5,
.n-block.lg-5,
.n-block.xl-5,
.n-block.xs-6,
.n-block.sm-6,
.n-block.md-6,
.n-block.lg-6,
.n-block.xl-6,
.n-block.xs-7,
.n-block.sm-7,
.n-block.md-7,
.n-block.lg-7,
.n-block.xl-7,
.n-block.xs-8,
.n-block.sm-8,
.n-block.md-8,
.n-block.lg-8,
.n-block.xl-8,
.n-block.xs-9,
.n-block.sm-9,
.n-block.md-9,
.n-block.lg-9,
.n-block.xl-9,
.n-block.xs-10,
.n-block.sm-10,
.n-block.md-10,
.n-block.lg-10,
.n-block.xl-10,
.n-block.xs-11,
.n-block.sm-11,
.n-block.md-11,
.n-block.lg-11,
.n-block.xl-11,
.n-block.xs-12,
.n-block.sm-12,
.n-block.md-12,
.n-block.lg-12,
.n-block.xl-12 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative !important;
    float: left !important;
    min-height: 1px;
    /*
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    */
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.n-block.xs-12 {
    width: 100% !important;
}
.n-block.xs-11 {
    width: 91.66666667% !important;
}
.n-block.xs-10 {
    width: 83.33333333% !important;
}
.n-block.xs-9 {
    width: 75% !important;
}
.n-block.xs-8 {
    width: 66.66666667% !important;
}
.n-block.xs-7 {
    width: 58.33333333% !important;
}
.n-block.xs-6 {
    width: 50% !important;
}
.n-block.xs-5 {
    width: 41.66666667% !important;
}
.n-block.xs-4 {
    width: 33.33333333% !important;
}
.n-block.xs-3 {
    width: 25% !important;
}
.n-block.xs-2 {
    width: 16.66666667% !important;
}
.n-block.xs-1 {
    width: 8.33333333% !important;
}
@media (min-width: 768px) {
    .n-block.sm-12 {
        width: 100% !important;
    }
    .n-block.sm-11 {
        width: 91.66666667% !important;
    }
    .n-block.sm-10 {
        width: 83.33333333% !important;
    }
    .n-block.sm-9 {
        width: 75% !important;
    }
    .n-block.sm-8 {
        width: 66.66666667% !important;
    }
    .n-block.sm-7 {
        width: 58.33333333% !important;
    }
    .n-block.sm-6 {
        width: 50% !important;
    }
    .n-block.sm-5 {
        width: 41.66666667% !important;
    }
    .n-block.sm-4 {
        width: 33.33333333% !important;
    }
    .n-block.sm-3 {
        width: 25% !important;
    }
    .n-block.sm-2 {
        width: 16.66666667% !important;
    }
    .n-block.sm-1 {
        width: 8.33333333% !important;
    }
}
@media (min-width: 992px) {
    .n-block.md-12 {
        width: 100% !important;
    }
    .n-block.md-11 {
        width: 91.66666667% !important;
    }
    .n-block.md-10 {
        width: 83.33333333% !important;
    }
    .n-block.md-9 {
        width: 75% !important;
    }
    .n-block.md-8 {
        width: 66.66666667% !important;
    }
    .n-block.md-7 {
        width: 58.33333333% !important;
    }
    .n-block.md-6 {
        width: 50% !important;
        /* min-width:446px; */
    }
    .n-block.md-5 {
        width: 41.66666667% !important;
    }
    .n-block.md-4 {
        width: 33.33333333% !important;
    }
    .n-block.md-3 {
        width: 25% !important;
    }
    .n-block.md-2 {
        width: 16.66666667% !important;
    }
    .n-block.md-1 {
        width: 8.33333333% !important;
    }
}
@media (min-width: 1200px) {
    .n-block.lg-12 {
        width: 100% !important;
    }
    .n-block.lg-11 {
        width: 91.66666667% !important;
    }
    .n-block.lg-10 {
        width: 83.33333333% !important;
    }
    .n-block.lg-9 {
        width: 75% !important;
    }
    .n-block.lg-8 {
        width: 66.66666667% !important;
    }
    .n-block.lg-7 {
        width: 58.33333333% !important;
    }
    .n-block.lg-6 {
        width: 50% !important;
    }
    .n-block.lg-5 {
        width: 41.66666667% !important;
    }
    .n-block.lg-4 {
        width: 33.33333333% !important;
    }
    .n-block.lg-3 {
        width: 25% !important;
    }
    .n-block.lg-2 {
        width: 16.66666667% !important;
    }
    .n-block.lg-1 {
        width: 8.33333333% !important;
    }
}
@media (min-width: 1500px) {
    .n-block.xl-12 {
        width: 100% !important;
    }
    .n-block.xl-11 {
        width: 91.66666667% !important;
    }
    .n-block.xl-10 {
        width: 83.33333333% !important;
    }
    .n-block.xl-9 {
        width: 75% !important;
    }
    .n-block.xl-8 {
        width: 66.66666667% !important;
    }
    .n-block.xl-7 {
        width: 58.33333333% !important;
    }
    .n-block.xl-6 {
        width: 50% !important;
    }
    .n-block.xl-5 {
        width: 41.66666667% !important;
    }
    .n-block.xl-4 {
        width: 33.33333333% !important;
    }
    .n-block.xl-3 {
        width: 25% !important;
    }
    .n-block.xl-2 {
        width: 16.66666667% !important;
    }
    .n-block.xl-1 {
        width: 8.33333333% !important;
    }
}

/* FORM */

label .n-b-feedback {
    position: relative;
    float: right;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/visual/Netspe/Template/Default/16x16/grey/warning.png) no-repeat 0px 0px;
    margin: 0px 5px 0px 0px;
    cursor: pointer;
}

label .n-b-feedback:hover {
    background: url(/visual/Netspe/Template/Default/16x16/black/warning.png) no-repeat 0px 0px;
}

label .n-b-rollback {
    position: relative;
    float: right;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/visual/Netspe/Template/Default/16x16/grey/time-5.png) no-repeat 0px 0px;
    margin: 0px;
    cursor: pointer;
}

label .n-b-rollback:hover {
    background: url(/visual/Netspe/Template/Default/16x16/black/time-5.png) no-repeat 0px 0px;
}

/* WIDGET */

.n-widget-area {
}

.n-widget {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    z-index: 0;

    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.widget-header {
    position: relative;
    float: left;
    width: 100%;
    z-index: 1;
    padding: 20px 20px 10px 20px;
}

.widget-header > .title {
    display: block;
    position: relative;
    float: left;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 16px;
    /* color:#777777; */
    font-weight: 400;
    font-size: 14px;
}

.widget-header .config-bt {
    position: relative;
    float: right;
    display: block;
    width: 16px;
    height: 16px;
    padding: 0px;
    cursor: pointer;
}

.widget-body {
    position: relative;
    float: left;
    width: 100%;
    height: 180px;
    z-index: 1;
    overflow: auto;
    padding: 0px 20px 20px 20px;
}

/* STRIP */

.n-strip-area {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    border: 0px;
    border-top: 1px solid #eeeeee;
}

.n-strip {
    position: relative;
    display: table;
    float: left;
    width: 100%;
    padding: 15px;
    background-color: #ffffff;
    border: 0px;
    border-bottom: 1px solid #eeeeee;
    cursor: pointer;
}

.n-strip:hover {
    background-color: #f2f2f2;
    background-color: #ecf6f7;
}

.n-strip.goto:hover {
    background: url(/visual/Netspe/Template/Default/16x16/grey/arrow-25.png) no-repeat 98% 50%;
    background-color: #f2f2f2;
    background-color: #ecf6f7;
    background-color: #fbf6e5;
}

.n-strip .icon {
    position: relative;
    display: table-cell;
    width: 40px;
}

.n-strip .icon > b {
    display: block;
    width: 40px;
    height: 40px;
    padding: 12px;
    background-color: #555555;
    border-radius: 500px;
}

.n-strip.ok:hover {
    background-color: #ecf6f7;
}

.n-strip.ok .icon > b {
    background-color: #03aa98;
}

.n-strip.ko:hover {
    background-color: #fbf2f2;
}

.n-strip.ko .icon > b {
    background-color: #d64d4d;
}

.n-strip .label {
    position: relative;
    display: table-cell;
    padding: 0px 0px 0px 10px;
    vertical-align: middle;
}

.n-strip .label b:first-child {
    font-family: 'Open Sans', 'lucida grande', verdana, sans-serif;
    font-size: 14px;
    margin-right: 4px;
}

.n-strip .label b:last-child {
    margin-left: 4px;
    font-weight: bold;
    color: #000000;
}

.n-strip .label u {
    text-decoration: none;
}

/* BT */

.n-bt-area {
    float: right;
    display: block;
    /* width:100%; */
    height: 28px;
    margin: 10px 0px;
    padding: 0px 0px;
    border: 0;
}

.n-bt {
    float: left;
    display: block;
    width: 112px;
    height: 28px;
    padding: 5px 0px 0px 32px;
    margin-right: 20px;
    background: url(/visual/Netspe/Template/Default/16x16/white/check-mark.png) no-repeat 8px 6px;
    background-color: #424a52;
    background-color: #7caa31;
    border-radius: 3px;
    font-family: Verdana;
    font-size: 12px;
    color: #ffffff;
    cursor: pointer;
    opacity: 1;
    line-height: inherit;
}

.n-bt-simple {
    float: left;
    display: block;
    height: 28px;
    padding: 5px 8px;
    margin-right: 8px;
    background-color: #424a52;
    border-radius: 3px;
    font-family: Verdana;
    font-size: 12px;
    color: #ffffff;
    cursor: pointer;
    opacity: 1;
    line-height: inherit;
    border: none;
}

.n-bt.save {
    width: 112px;
    background: url(/visual/Netspe/Template/Default/16x16/white/check-mark.png) no-repeat 8px 6px;
    background-color: #424a52;
    background-color: #7caa31;
    background-color: #7caa31;
}

.n-bt.cancel {
    width: 92px;
    background: url(/visual/Netspe/Template/Default/16x16/white/x-mark.png) no-repeat 8px 6px;
    background-color: #bbbbbb;
}

.n-bt.delete {
    width: 102px;
    background: url(/visual/Netspe/Template/Default/16x16/white/trash-can.png) no-repeat 8px 6px;
    background-color: #e66b6b;
}

.n-bt.duplicate {
    width: 102px;
    background: url(/visual/Netspe/Template/Default/16x16/white/copy-2.png) no-repeat 8px 6px;
    background-color: #cccccc;
    background-color: #424a52;
    background-color: #727a82;
    background-color: #626a72;
}

.n-bt.preview {
    width: 102px;
    /* background: url(/visual/Netspe/Template/Default/16x16/white/monitoring-10.png) no-repeat 8px 6px; */
    background: url(/visual/Netspe/Template/Default/16x16/white/magic.png) no-repeat 8px 6px;
    background-color: #cccccc;
    background-color: #424a52;
    background-color: #727a82;
    background-color: #626a72;
}

.n-bt.help {
    width: 102px;
    /* background: url(/visual/Netspe/Template/Default/16x16/white/magic.png) no-repeat 8px 6px; */
    background: url(/visual/Netspe/Template/Default/16x16/white/help.png) no-repeat 8px 6px;
    background-color: #7eaed0;
}

.n-bt.nextstep {
    width: 312px;
    background: url(/visual/Netspe/Template/Default/16x16/white/arrow-37.png) no-repeat 8px 6px;
    background-color: #424a52;
    background-color: #7caa31;
}

.n-bt.stepback {
    width: 92px;
    background: url(/visual/Netspe/Template/Default/16x16/white/undo.png) no-repeat 8px 6px;
    background-color: #bbbbbb;
}

.n-bt.pending {
    background: url(/visual/Netspe/Template/Default/ajax-loader-999999.gif) no-repeat 8px 6px !important;
    background-color: #999999 !important;
    color: #ffffff !important;
}

.n-bt.save:hover,
.n-bt.nextstep:hover {
    background-color: #4acead;
    background-color: #008972;
}

.n-bt.duplicate:hover {
    background-color: #999999;
    background-color: #727a82;
    background-color: #424a52;
}

.n-bt.preview:hover {
    background-color: #999999;
    background-color: #727a82;
    background-color: #424a52;
}

.n-bt.help:hover {
    background-color: #3880a5;
}

.n-bt.delete:hover {
    background-color: #ee0000;
}

.n-bt.cancel:hover,
.n-bt.stepback:hover {
    background-color: #999999;
}

/* TREE */

.ntspTreePanel {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    background-color: #ffffff;
    /*
    z-index:1;
    border-left:4px solid #4acead;
    */
}

.ntspTreePanel:before,
.ntspTreePanel:after {
    content: ' ';
    display: table;
}

.ntspTreePanel:after {
    clear: both;
}

.ntspTreePanel .tree-header {
    background-color: #424a52;
    background-color: #86afa6;
    background-color: #93c0b7;
    background-color: #eff0e9;
    background-color: #e2eae9;
    background-color: #ecf6f7;
    background-color: #eef6f6;
    background-color: #ffffff;
    padding: 0px;
    height: 38px;
    width: 100%;
    /*
    border-bottom:20px solid #d6dedd;
    */
}

.ntspTreePanel .tree-header .tree-title {
    position: relative;
    display: block;
    float: left;
    padding: 0px;
    height: 38px;
}

.ntspTreePanel .tree-header .tree-title i {
    float: left;
    margin-top: 5px;
    margin-left: 10px;
}

.ntspTreePanel .tree-header .tree-title span {
    float: left;
    margin-top: 8px;
    margin-left: 15px;
    /* font-family: "lucida grande", verdana, sans-serif; */
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #555555;
}

.ntspTreePanel .tree-header .tree-title span.bold {
    margin-left: 0px;
    font-weight: 600;
}

.ntspTreePanel .tree-toggle-on {
    position: relative;
    display: block;
    float: left;
    margin-top: 12px;
    margin-left: 15px;
    width: 16px;
    height: 16px;
    background: url(/visual/Netspe/Template/Default/16x16/grey/sort-6.png) no-repeat 0 0;
}

.ntspTreePanel .tree-toggle-off {
    position: relative;
    display: block;
    float: left;
    margin-top: 12px;
    margin-left: 15px;
    width: 16px;
    height: 16px;
    background: url(/visual/Netspe/Template/Default/16x16/grey/arrow-37.png) no-repeat 0 0;
}

.ntspTreePanel .tree-container {
    /* margin:10px; */
    margin: 5px 20px 20px 20px;
    overflow-x: auto;
    overflow-y: auto;
    white-space: nowrap;
    background-color: #ffffff;
}

.ntspTree {
    margin: 0px;
    padding: 0px;
}

.ntspTree ul {
    /* Sub menu groups */
    margin-left: 20px !important; /* Left spacing */
    padding-left: 0px !important;
    display: none; /* Initially hide sub nodes */
}

.ntspTree li {
    /* Nodes */
    list-style-type: none;
    /* vertical-align:middle; */
    margin-top: 4px !important;
}

.ntspTree li a {
    /* Node links */
    color: #000;
    text-decoration: none;
    font-family: 'lucida grande', helvetica, tahoma, arial;
    font-size: 8pt;
    padding-left: 1px;
    line-height: 13px;
    margin-left: 4px;
}

.ntspTree li a.highlightedNodeItem {
    color: #fff;
    background-color: #009;
}

.ntspTree li a.editedNodeItem {
    color: #fff;
    background-color: #eeeeee;
}

.ntspTree input.folderTreeTextBox {
    /* Css for the text input - rename item */
    width: 350px;
    font-size: 10px;
    margin: 0px;
    padding: 0px;
    height: 14px;
}

.ntspTree li a {
    cursor: pointer;
}

.ntspTree li img {
    cursor: pointer;
}

.ntspTree li img.node-drag {
    cursor: grab;
}

.ntspTree li img.node-rename {
    cursor: pointer;
    margin: 0px 4px;
}

#ntspTreeFloatingContainer {
    margin: 0px;
    padding: 0px;
}

#ntspTreeFloatingContainer ul {
    margin-left: 20px; /* Left spacing */
    padding-left: 0px;
}

#ntspTreeFloatingContainer li {
    /* Nodes */
    list-style-type: none;
    /* vertical-align:middle; */
    margin-top: 4px;
}

#ntspTreeFloatingContainer li a {
    /* Node links */
    color: #000;
    text-decoration: none;
    font-family: 'lucida grande', helvetica, tahoma, arial;
    font-size: 8pt;
    padding-left: 1px;
    line-height: 13px;
    margin-left: 4px;
}

/* A renommer */

.DHTMLSuite_contextMenu {
    /* The bar that is parent of the menu strip */
    position: absolute;
    background-color: #fff;
    border: 1px solid #000;
    padding: 1px;
}

.DHTMLSuite_contextMenu li {
    list-style-type: none;
    padding: 1px; /* Equal to border + padding of .DHTMLSuite_item_mouseover */
    border: 0px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: left center;
}
.DHTMLSuite_contextMenu .DHTMLSuite_item_mouseover {
    border: 1px solid #000;
    background-color: #eee;
    padding: 0px; /* Padding + border of this element should be equal to padding of li element (see above ) */
}
.DHTMLSuite_contextMenu ul {
    margin: 0px;
    padding: 0px;
}

.DHTMLSuite_contextMenu a {
    text-decoration: none;
    color: #000;
    padding-left: 25px;
}

.DHTMLSuite_contextMenu div.DHTMLSuite_contextMenu_separator {
    /* Css for the separator line */
    height: 1px;
    line-height: 1px;
    padding: 0px;
    background-color: #aaa;
    overflow: hidden;
    margin-top: 1px;
    margin-bottom: 1px;
}

/* DEPRECATED A PRIORI Mon Nov 17 14:31:54 CET 2014 @605 /Internet Time/

.ntspBlock .block-header {
    background-color:#424a52;
    background-color:#86afa6;
    background-color:#93c0b7;
    background-color:#eff0e9;
    background-color:#e2eae9;
    background-color:#ecf6f7;
    background-color:#eef6f6;
    padding:0px;
    height:38px;
    width:100%;
}

.ntspBlock .block-header .block-title {
    position:relative;
    display:block;
    float:left;
    padding:0px;
    height:38px;
}

.ntspBlock .block-header .block-title i {
    float:left;
    margin-top:5px;
    margin-left:10px;
}

.ntspBlock .block-header .block-title span {
    float:left;
    margin-top:6px;
    margin-left:15px;
    font-family: "lucida grande", verdana, sans-serif;
    font-size:16px;
    color:#555555;
}

*/

/* QLIST */

.n-qlist,
.n-card {
    width: 100%;
    height: 100%;
    /* padding:0px 20px 10px 20px; */
    padding: 0px;
    /* overflow:auto; */
}

.n-qlist > ul,
.n-card > ul {
    position: relative;
    display: block;
    list-style: none;
    clear: both;
    width: 100%;
    border: 0px;
}

.n-qlist > ul > li,
.n-card > ul > li {
    position: relative;
    display: inline-flex;
    background-color: #f8f8f8;
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #dddddd;
    margin: 0px;
    padding: 0px;
    padding: 10px 0px 5px 0px;
}

.n-qlist > ul > li .qlist-stickers,
.n-card > ul > li .card-stickers {
    position: relative;
    display: inline-block;
    width: 78px;
    padding: 5px 15px;
}

.n-qlist > ul > li .qlist-stickers .qlist-pic,
.n-card > ul > li .card-stickers .card-pic {
    position: relative;
    width: 48px;
    height: 48px;
    /*
    float:left;
    margin:20px 10px 10px 20px;
    */
}

.n-qlist > ul > li .qlist-stickers .qlist-pic img,
.n-card > ul > li .card-stickers .card-pic img {
    width: 48px;
    height: 48px;
    background-color: #eeeeee;
    border-radius: 100%;
    margin: 0px !important;
}

.n-qlist > ul > li .qlist-content,
.n-card > ul > li .card-content {
    position: relative;
    display: inline-block;
    width: calc(100% - 88px);
    padding: 0px;
}

.ntsp-qlist .qlist-item,
.ntsp-card .card-item {
    width: 100%;
    border: 0px;
    /* margin:10px 0px 20px 0px; */
    background-color: #e8f1ef;
    background-color: rgba(198, 221, 215, 0.3);
    background-color: #f4f4f4;
    background-color: #f8f8f8;
    border-bottom: 1px solid #dddddd;
    /*
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    */
    padding: 10px 10px 5px 10px;
}

.n-qlist .qlist-label,
.n-card .card-label {
    font-family: 'Open sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    /* line-height: 20px; */
    padding: 0px;
    border: 0px;
    /* border-bottom:1px solid #dddddd; */
    /* background-color: #f4f4f4; */
    color: #333333;
    margin-bottom: 5px;
}

/*
.ntsp-qlist .qlist-item-header.grey {
    background-color: #808080;
    color:#ffffff !important;
}

.ntsp-qlist .qlist-item-header.darkblue {
    background-color: #3e4a59;
    color:#ffffff !important;
}

.ntsp-qlist .qlist-item-header.red {
    background-color: #ff3030;
    color:#ffffff !important;
}
*/

.n-qlist .qlist-sublabel,
.n-card .card-sublabel {
    text-overflow: ellipsis;
    overflow: hidden;
    height: 23px;
    width: 100%;
    white-space: nowrap;
    line-height: 17px;
    padding: 3px 0px;
}

/*
.ntsp-qlist .qlist-item-sublabel {
    text-overflow: ellipsis;
    overflow: hidden;
    height: 19px;
    width: calc(100% - 22px);
    white-space: nowrap;
    padding:3px 0px;
    color:#777777;
}
*/

.n-qlist .qlist-text,
.n-card .card-text {
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 23px;
    height: 23px;
    width: 100%;
    white-space: nowrap;
    line-height: 17px;
    padding: 3px 0px;
    margin-bottom: 5px;
}

.n-qlist > ul > li:hover .qlist-text,
.n-card > ul > li:hover .card-text {
    /* text-overflow: inherit; */
    overflow: visible;
    height: auto;
    width: 100%;
    white-space: normal;
}

/*
.n-qlist .qlist-action {
    visibility:hidden;
    display:inline-block;
    width:32px;
    height:calc(100% - 23px);
    padding:0px 0px 0px 6px;
}

.n-qlist > ul > li:hover .qlist-action {
    visibility:visible;
}

.n-qlist .qlist-action i {
    float:left;
    margin-bottom:8px;
    display:inline-block;
    vertical-align: middle;
    filter: alpha(opacity=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -moz-opacity: 0.30;
    -khtml-opacity: 0.30;
    opacity: 0.30;
    cursor:pointer;
}

.n-qlist .qlist-action i:hover {
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: 0.80;
    -khtml-opacity: 0.80;
    opacity: 0.80;
}

.n-qlist .qlist-bts {
    display:inline-block;
    width:78px;
    padding:0px 0px 0px 6px;
}

.n-qlist .qlist-bts i {
    float:right;
    margin-left:8px;
    display:inline-block;
    vertical-align: middle;
    filter: alpha(opacity=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -moz-opacity: 0.30;
    -khtml-opacity: 0.30;
    opacity: 0.30;
    cursor:pointer;
}

.n-qlist .qlist-bts i:hover {
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: 0.80;
    -khtml-opacity: 0.80;
    opacity: 0.80;
}

*/

.n-qlist .qlist-tags,
.n-card .card-tags {
    width: 100%;
    line-height: 17px;
    padding: 5px 0px 0px 0px;
    border: 0px;
    /* border-top:1px solid #dddddd; */
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 11px;
    color: #999999;
}

.n-qlist .qlist-tags .ntsp-update-stamp,
.n-card .card-tags .ntsp-update-stamp {
    width: calc(100% - 50px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 17px;
    border: 0px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 11px;
    color: #999999;
}

.n-qlist .qlist-tags .ntsp-rcode,
.n-card .card-tags .ntsp-rcode {
    float: right;
    margin-left: 8px;
    display: inline-block;
    line-height: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 11px;
    color: #999999;
    vertical-align: middle;
    cursor: pointer;
}

.n-qlist .qlist-tags .ntsp-rcode a,
.n-card .card-tags .ntsp-rcode a {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 10px;
    color: #999999;
    cursor: pointer;
    margin-left: 1px;
}

.n-qlist .qlist-tags .ntsp-rcode a.rcode-off,
.n-card .card-tags .ntsp-rcode a.rcode-off {
    font-weight: 300;
    color: #999999;
}

.n-qlist .qlist-tags .ntsp-rcode a.rcode-on,
.n-card .card-tags .ntsp-rcode a.rcode-on {
    font-weight: 600;
    color: #333333;
}

.n-qlist .qlist-tags i,
.n-card .card-tags i {
    float: right;
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
    filter: alpha(opacity=30);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)';
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    cursor: pointer;
}

.n-qlist .qlist-tags i:hover,
.n-card .card-tags i:hover {
    filter: alpha(opacity=80);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.n-qlist .qlist-loadmore,
.n-card .card-loadmore {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    height: 24px;
    border: 0px;
    background-color: #777777;
    color: #ffffff;
    text-align: center;
}

/* MODAL */

.n-modal-overlay {
    display: flex;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    background: rgba(0, 0, 0, 0.6);
    overflow: auto;
}

.n-modal-unlock-overlay {
    display: flex;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    background: rgba(0, 0, 0, 0.92);
    overflow: auto;
}

.n-modal {
    position: relative;
    top: 30px;
    width: 600px;
    /* height:560px; */
    background: #ffffff;
    /* box-shadow: 1px 1px 3px rgba(0,0,0,0.5); */
    box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
    padding: 0px;
    /* min-height: 90%; */
}

.n-modal.xs {
    width: 200px;
}

.n-modal.sm {
    width: 400px;
}

.n-modal.md {
    width: 600px;
}

.n-modal.lg {
    width: 800px;
}

.n-modal.xl {
    width: 1000px;
}

.n-modal.xxl {
    top: 30px;
    width: 1200px;
}

.n-modal.full {
    top: 10px;
    width: 98%;
    height: calc(100vh - 20px);
}

.n-modal .modal-block {
    position: relative;
    display: block;
    width: 100%;
    padding: 0px;
}

.n-modal .modal-header {
    position: relative;
    display: block;
    /* float:left; */
    width: 100%;
    height: 62px;
    background-color: #ffffff;
}

.n-modal .modal-header > .icon {
    position: relative;
    display: block;
    float: left;
    width: 72px;
    height: 62px;
    background-color: #ffffff;
}

.n-modal .modal-header > .icon > i {
    margin: 15px 20px 15px 20px;
}

.n-modal .modal-header > .title {
    position: relative;
    display: block;
    float: left;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #555555;
    color: #777777;
    margin: 20px 0px 0px 0px;
}

.n-modal .modal-header > .title > .bold {
    position: relative;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #555555;
    color: #777777;
}

.n-modal .modal-header > .help-bt {
    position: absolute;
    display: block;
    top: 0px;
    right: 46px;
    width: 36px;
    height: 62px;
    cursor: pointer;
}

.n-modal .modal-header > .help-bt > i {
    margin: 23px 10px 23px 10px;
}

.n-modal .modal-header > .help-bt:hover > i {
    filter: alpha(opacity=65);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
    -moz-opacity: 0.65;
    -khtml-opacity: 0.65;
    opacity: 0.65;
}

.n-modal .modal-header > .close-bt {
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    width: 46px;
    height: 62px;
    cursor: pointer;
}

.n-modal .modal-header > .close-bt > i {
    margin: 23px 20px 23px 10px;
}

.n-modal .modal-header > .close-bt:hover > i {
    filter: alpha(opacity=65);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
    -moz-opacity: 0.65;
    -khtml-opacity: 0.65;
    opacity: 0.65;
}

.n-modal .modal-container {
    /* position:absolute; */
    position: relative;
    display: block;
    /* top:72px; */
    top: 0px;
    bottom: 0px;
    /* float:left; */
    width: 100%;
    height: calc(100% - 62px);
    padding: 0px 0px 20px 0px;
    /*
    padding:20px;
    max-height:96%;
    */
    /*
    overflow: auto;
    */
}

.n-modal .modal-slide-container {
    position: absolute;
    display: block;
    top: 0px;
    bottom: 0px;
    width: 100%;
    overflow: hidden;
}

#ntspTimeModal .modal-slide-container {
    top: 60px;
}

.n-modal .modal-strip {
    width: 100%;
    /*
    height:48px;
    */
    background-color: #275eac;
    background-color: #b20080;
    background-color: #e56a28;
    background-color: #7caa31;
    color: #ffffff;
    margin: 0px !important;
    padding: 10px;
}

.n-modal .modal-strip.blue {
    background-color: #66aae0;
}

.n-modal .modal-strip.violet {
    background-color: #b20080;
}

.n-modal .modal-strip.orange {
    background-color: #e56a28;
}

.n-modal .modal-strip.green {
    background-color: #7caa31;
}

.n-modal .modal-strip .modal-stickers {
    float: right;
    position: relative;
    display: inline-block;
    width: 86px;
    padding: 5px 15px;
}

.n-modal .modal-strip .modal-stickers .modal-pic {
    position: relative;
    width: 56px;
    height: 56px;
    /*
    float:left;
    margin:20px 10px 10px 20px;
    */
}

.n-modal .modal-strip .modal-stickers .modal-pic img {
    width: 56px;
    height: 56px;
    background-color: #eeeeee;
    border-radius: 100%;
    margin: 0px !important;
}

.n-modal .modal-strip .modal-content-left {
    position: relative;
    display: inline-block;
    width: calc(100% - 396px);
    padding: 0px;
    vertical-align: top;
}

.n-modal .modal-strip .modal-content-title {
    font-family: 'Open Sans', 'Lucida Grande', verdana, helvetica, arial, sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #ffffff;
    /*
    opacity: 0.6;
    */
    padding: 10px;
}

.n-modal .modal-strip .modal-content-right {
    position: relative;
    display: inline-block;
    width: 300px;
    padding: 0px;
}

.ntsp-modal .modal-item {
    width: 100%;
    border: 0px;
    /* margin:10px 0px 20px 0px; */
    background-color: #e8f1ef;
    background-color: rgba(198, 221, 215, 0.3);
    background-color: #f4f4f4;
    background-color: #f8f8f8;
    border-bottom: 1px solid #dddddd;
    /*
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    */
    padding: 10px 10px 5px 10px;
}

.n-modal .modal-label {
    display: inline-block;
    font-family: 'Open sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    width: 100%;
    text-align: right;
    /*
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 20px;
    */
    padding: 0px;
    border: 0px;
    /* border-bottom:1px solid #dddddd; */
    /* background-color: #f4f4f4; */
    color: #ffffff;
    margin-bottom: 5px;
}

/*
.ntsp-modal .modal-item-header.grey {
    background-color: #808080;
    color:#ffffff !important;
}

.ntsp-modal .modal-item-header.darkblue {
    background-color: #3e4a59;
    color:#ffffff !important;
}

.ntsp-modal .modal-item-header.red {
    background-color: #ff3030;
    color:#ffffff !important;
}
*/

.n-modal .modal-sublabel {
    text-align: right;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 23px;
    width: 100%;
    white-space: nowrap;
    line-height: 17px;
    padding: 3px 0px;
}

.n-modal .modal-text {
    text-align: right;
    min-height: 23px;
    height: auto;
    width: 100%;
    white-space: nowrap;
    line-height: 17px;
    padding: 3px 0px;
    margin-bottom: 5px;
}

.select-add-modal {
    width: 400px;
    height: 560px;
    background: #ffffff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.select-add-modal > .modal-header {
    width: 400px;
    height: 40px;
    background: #eeeeee;
    border-bottom: 1px solid #cccccc;
    padding: 0px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
}

.select-add-modal > .modal-container {
    position: relative;
    width: 400px;
    height: 520px;
}

.modal-unlock {
    width: 80%;
    height: 400px;
    background: transparent;
    background: #3f454e;
    background: #ffffff;
    margin-top: auto;
    margin-bottom: auto;
    /* box-shadow: 1px 1px 3px rgba(0,0,0,0.5); */
}

.modal-unlock .modal-header {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 50px;
    background-color: #2f353e;
}

.modal-unlock .modal-header > .icon {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    background-color: #4acead;
}

.modal-unlock .modal-header > .icon > i {
    margin: auto;
    margin-top: 14px;
}

.modal-unlock .modal-header > .title {
    position: absolute;
    top: 18px;
    left: 60px;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    font-size: 16px;
    color: #ffffff;
}

.modal-unlock .modal-header > .closebt {
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    border-right: 1px solid #f1f1f1;
}

.modal-unlock .modal-header > .closebt > i {
    margin: auto;
    margin-top: 18px;
}

.modal-unlock .modal-unlock-container {
    position: relative;
    float: left;
    width: 100%;
    min-height: 200px;
    padding: 20px;
    text-align: center;
}

.modal-unlock .modal-unlock-container img {
    position: relative;
    background-color: #ffffff;
    width: 148px;
    height: 148px;
    margin: 0px 0px 20px 0px;
}

.modal-unlock-form {
    position: relative;
    float: left;
    width: 100%;
    height: 300px;
    text-align: center;
}

.modal-unlock-title {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 220px;
    height: 26px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #aaaaaa;
    background: url(/visual/Netspe/Template/Default/26x26/grey/lock.png) no-repeat -4px 0px;
    padding: 6px 0px 0px 30px;
    text-align: left;
}

.modal-unlock-user-name {
    position: relative;
    float: left;
    width: 100%;
    height: 26px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 16px;
    font-family: 'Lucida Grande', verdana, helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 0px;
    color: #888888;
    margin-top: 18px;
}

.modal-unlock-user-login {
    position: relative;
    float: left;
    height: 35px;
    font-family: 'Lucida Grande', verdana, helvetica, arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.modal-unlock-fields {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 228px;
}

.modal-unlock-fields > input[type='text'],
.modal-unlock-fields > input[type='password'] {
    position: relative;
    float: left;
    height: 28px;
    width: 220px;
    font-weight: normal;
    border: 1px solid #dddddd;
    padding: 5px 4px;
    font-family: 'Lucida Grande', verdana, helvetica, arial, sans-serif;
    font-size: 12px;
    margin-top: 10px;
}

.modal-unlock-fields > input:focus,
.modal-unlock-fields > input.active:focus {
    border: 1px solid #aaaaaa;
}

.modal-unlock-bt {
    position: relative;
    float: left;
    margin-top: 10px;
    width: 28px;
    height: 28px;
    background: url(/visual/Netspe/Template/Default/16x16/white/lock-9.png) no-repeat 8px 6px;
    background-color: #7caa31;
    cursor: pointer;
}

.modal-unlock-bt-pending {
    position: relative;
    float: left;
    margin-top: 10px;
    width: 28px;
    height: 28px;
    background: url(/visual/Netspe/Template/Default/ajax-loader-999999.gif) no-repeat 8px 6px;
    background-color: #999999;
    color: #ffffff;
}

.modal-unlock-bt:hover {
    background-color: #4acead;
    background-color: #008972;
}

@media (min-width: 768px) {
    .modal-unlock {
        width: 518px;
        height: 190px;
        /*
        background:transparent;
        background:#3f454e;
        */
        /* box-shadow: 1px 1px 3px rgba(0,0,0,0.5); */
    }

    .modal-unlock .modal-unlock-container {
        text-align: left;
    }

    .modal-unlock .modal-unlock-container img {
        position: relative;
        float: left;
        width: 148px;
        height: 148px;
        margin: 0px 20px 0px 0px;
    }

    .modal-unlock-form {
        position: relative;
        float: left;
        width: 310px;
        height: 160px;
        text-align: left;
    }

    .modal-unlock-title {
        float: left;
        margin-left: 0px;
        margin-right: 0px;
    }

    .modal-unlock-fields {
        float: left;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
}

.arrow {
    z-index: 10;
    border-width: 9px;
}

.arrow,
.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.arrow:after {
    border-width: 8px;
    content: '';
}

.arrow.top {
    top: -9px;
    left: 50%;
    margin-left: -9px;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    border-top-width: 0;
}

.arrow.top.arrow-border {
    border-bottom-color: rgba(0, 0, 0, 1);
}

.arrow.top:after {
    top: 1px;
    margin-left: -8px;
    border-bottom-color: #fff;
    border-top-width: 0;
}

.arrow.top.arrow-violet:after {
    border-bottom-color: #7266ba;
}

.arrow.top.arrow-blue:after {
    border-bottom-color: #23b7e5;
}

.arrow.top.arrow-green:after {
    border-bottom-color: #27c24c;
}

.arrow.top.arrow-red:after {
    border-bottom-color: #f05050;
}

.arrow.top.arrow-orange:after {
    border-bottom-color: #fad733;
}

.arrow.top.arrow-light:after {
    border-bottom-color: #f2f2f2;
}

.arrow.top.arrow-darkblue:after {
    border-bottom-color: #3a3f51;
}

.arrow.top.arrow-black:after {
    border-bottom-color: #000000;
}

.arrow.right {
    top: 50%;
    right: -9px;
    margin-top: -9px;
    border-left-color: rgba(0, 0, 0, 0.1);
    border-right-width: 0;
}

.arrow.right.arrow-border {
    border-left-color: rgba(0, 0, 0, 1);
}

.arrow.right:after {
    right: 1px;
    bottom: -8px;
    border-left-color: #fff;
    border-right-width: 0;
}

.arrow.right.arrow-violet:after {
    border-left-color: #7266ba;
}

.arrow.right.arrow-blue:after {
    border-left-color: #23b7e5;
}

.arrow.right.arrow-green:after {
    border-left-color: #27c24c;
}

.arrow.right.arrow-red:after {
    border-left-color: #f05050;
}

.arrow.right.arrow-orange:after {
    border-left-color: #fad733;
}

.arrow.right.arrow-light:after {
    border-left-color: #f2f2f2;
}

.arrow.right.arrow-darkblue:after {
    border-left-color: #3a3f51;
}

.arrow.right.arrow-black:after {
    border-left-color: #000000;
}

.arrow.bottom {
    bottom: -9px;
    left: 50%;
    margin-left: -9px;
    border-top-color: rgba(0, 0, 0, 0.1);
    border-bottom-width: 0;
}

.arrow.bottom.arrow-border {
    border-top-color: rgba(0, 0, 0, 1);
}

.arrow.bottom:after {
    bottom: 1px;
    margin-left: -8px;
    border-top-color: #ffffff;
    border-bottom-width: 0;
}

.arrow.bottom.arrow-violet:after {
    border-top-color: #7266ba;
}

.arrow.bottom.arrow-blue:after {
    border-top-color: #23b7e5;
}

.arrow.bottom.arrow-green:after {
    border-top-color: #27c24c;
}

.arrow.bottom.arrow-red:after {
    border-top-color: #f05050;
}

.arrow.bottom.arrow-orange:after {
    border-top-color: #fad733;
}

.arrow.bottom.arrow-light:after {
    border-top-color: #f2f2f2;
}

.arrow.bottom.arrow-darkblue:after {
    border-top-color: #3a3f51;
}

.arrow.bottom.arrow-black:after {
    border-top-color: #000000;
}

.arrow.left {
    top: 50%;
    left: -9px;
    margin-top: -9px;
    border-right-color: rgba(0, 0, 0, 0.1);
    border-left-width: 0;
}

.arrow.left.arrow-border {
    border-right-color: rgba(0, 0, 0, 1);
}

.arrow.left:after {
    bottom: -8px;
    left: 1px;
    border-right-color: #ffffff;
    border-left-width: 0;
}

.arrow.left.arrow-violet:after {
    border-right-color: #7266ba;
}

.arrow.left.arrow-blue:after {
    border-right-color: #23b7e5;
}

.arrow.left.arrow-green:after {
    border-right-color: #27c24c;
}

.arrow.left.arrow-red:after {
    border-right-color: #f05050;
}

.arrow.left.arrow-orange:after {
    border-right-color: #fad733;
}

.arrow.left.arrow-light:after {
    border-right-color: #f2f2f2;
}

.arrow.left.arrow-darkblue:after {
    border-right-color: #3a3f51;
}

.arrow.left.arrow-black:after {
    border-right-color: #000000;
}

.sticker {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    background-color: #cfdadd;
}

.sticker.bg-light {
    text-shadow: none;
}

.sticker.up {
    position: relative;
    top: -10px;
    padding: 3px 6px;
    margin-left: -10px;
}

.sticker-sm {
    padding: 2px 5px !important;
    font-size: 85%;
}

.sticker-white {
    padding: 2px 6px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.sticker-empty {
    color: inherit;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

/* COLOR */

.white {
    color: #ffffff !important;
}

.grey {
    color: #cccccc !important;
}

.darkgrey {
    color: #aaaaaa !important;
}

.darkblue {
    color: #3a3f51 !important;
}

.black {
    color: #000000 !important;
}

/* BG COLOR */

.bg-white-opacity {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.bg-black-opacity {
    background-color: rgba(32, 43, 54, 0.5) !important;
}

.bg-light {
    color: #58666e !important;
    background-color: #f2f2f2 !important;
}

.bg-grey {
    color: #dee4e9 !important;
    background-color: #cccccc !important;
}

.bg-darkgrey {
    color: #dee4e9 !important;
    background-color: #aaaaaa !important;
}

.bg-darkblue {
    color: #dee4e9 !important;
    background-color: #3a3f51 !important;
}

.bg-black {
    color: #efefef !important;
    background-color: #000000 !important;
}

.bg-violet {
    color: #f4f3f9 !important;
    background-color: #7266ba !important;
}

.bg-darkviolet {
    color: #b8b2b9 !important;
    background-color: #352738 !important;
}

.bg-green {
    color: #c2f3ce !important;
    background-color: #27c24c !important;
    background-color: #68b828 !important;
}

.bg-greenblue {
    color: #c2f3ce !important;
    background-color: #00b19d !important;
}

.bg-blue {
    color: #d9f3fb !important;
    background-color: #23b7e5 !important;
}

.bg-bluegrey {
    color: #dee4e9 !important;
    background-color: #788195 !important;
}

.bg-orange {
    color: #fffefa !important;
    background-color: #fad733 !important;
    background-color: #f7aa47 !important;
}

.bg-red {
    color: #fff !important;
    background-color: #f05050 !important;
}

.bg-darkred {
    color: #fff !important;
    background-color: #cc3f44 !important;
}

.bg-brown {
    color: #beb3a3 !important;
    background-color: #5c4c40 !important;
}

.bg-darkbrown {
    color: #9e9383 !important;
    background-color: #4a392b !important;
}

.bg-mustard {
    color: #f5efdc !important;
    background-color: #cfae45 !important;
}

.bg-yellow {
    color: #fff !important;
    background-color: #fcd036 !important;
}

.bg-yellowegg {
    color: #fff !important;
    background-color: #f3bb4c !important;
}

.bg-white {
    color: #6a6a6a !important;
    background-color: #ffffff !important;
}

.none {
    display: none;
}

.rounded {
    border-radius: 500px;
}

.rounded-light {
    border-radius: 4px;
}

.rounded-xlight {
    border-radius: 3px;
}

.scrollable {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.scrollable-hover {
    padding-right: 15px;
    overflow-y: hidden !important;
}

.scrollable-hover:hover {
    padding-right: 0px;
    overflow: visible !important;
    overflow-y: auto !important;
}

.no-scroll {
    overflow: hidden !important;
}

.muted {
    font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #98a6ad;
    color: #999999;
}

.sticky {
    display: block;
    position: relative;
}

.fixed-top {
    position: fixed;
    top: 0;
    z-index: 100;
    border-top: 0;
}

.shadowed {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.shadowed-plus {
    box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
}

.checkbox {
    position: relative;
    float: left;
    margin: 0px;
    width: 26px;
    height: 26px;
    background: url(/visual/Netspe/Template/Default/22x22/black/checkbox-9.png) no-repeat 0px 3px;
    background-color: transparent;
    filter: alpha(opacity=20);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=20)';
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
    cursor: pointer;
}

.checkbox.checked {
    position: relative;
    float: left;
    margin: 0px;
    width: 26px;
    height: 26px;
    background: url(/visual/Netspe/Template/Default/22x22/black/checkbox-3.png) no-repeat 0px 3px;
    background-color: transparent;
    filter: alpha(opacity=50);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    cursor: pointer;
}

.radio {
    position: relative;
    float: left;
    margin: 0px;
    width: 26px;
    height: 26px;
    background: url(/visual/Netspe/Template/Default/16x16/black/checkbox-19.png) no-repeat 0px 5px;
    background-color: transparent;
    cursor: pointer;
}

.radio.checked {
    position: relative;
    float: left;
    margin: 0px;
    width: 26px;
    height: 26px;
    background: url(/visual/Netspe/Template/Default/16x16/black/checkbox-13.png) no-repeat 0px 5px;
    background-color: transparent;
    cursor: pointer;
}

.ntspBrowser {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    /*
    z-index:1;
    border-left:4px solid #4acead;
    */
}

.ntspBrowser:before,
.ntspBrowser:after {
    content: ' ';
    display: table;
}

.ntspBrowser:after {
    clear: both;
}

.ntspBrowser .browser-container {
    display: block;
    float: left;
    border-collapse: collapse;
    width: 100%;
}

.ntspBrowser .browser-left-panel {
    display: block;
    float: left;
    width: 50%;
}

.ntspBrowser .browser-right-panel {
    display: block;
    float: right;
    width: 50%;
}

.ntspBrowser .browser-left-panel-tools,
.ntspBrowser .browser-right-panel-tools {
    position: relative;
    display: block;
    width: 100%;
    float: left;
}

.ntspBrowser .browser-tree {
    position: relative;
    display: block;
    width: 100%;
    float: left;
}

.ntspBrowser .input-group {
    display: table;
    border-collapse: collapse;
    width: 100%;
}

.ntspBrowser .input-group > div {
    display: table-cell;
}

.ntspBrowser .input-group > div > input {
    width: 100%;
}

.ntspBrowser .input-group > div.input-bt {
    width: 24px;
    height: 24px;
    background-color: #dddddd;
    vertical-align: middle;
    text-align: center;
    padding: 0px 4px;
}

.ntspBrowser .input-group > div.input-bt i {
    position: relative;
    float: left;
    margin: 0px;
    filter: alpha(opacity=35);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=35)';
    -moz-opacity: 0.35;
    -khtml-opacity: 0.35;
    opacity: 0.35;
    cursor: pointer;
}

.ntspBrowser .input-group > div.input-bt i:hover {
    position: relative;
    float: left;
    margin: 0px;
    filter: alpha(opacity=65);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
    -moz-opacity: 0.65;
    -khtml-opacity: 0.65;
    opacity: 0.65;
}

.ntspBrowser .menu {
    /*
    position:absolute;
    bottom:20px;
    right:0px;
    */
    position: relative;
    float: right;
    display: block;
    height: 28px;
    margin: 0px 20px;
    padding: 0px 0px;
    border: 0;
}

.ntspBrowser .save-bt {
    float: left;
    display: block;
    width: 112px;
    height: 28px;
    padding: 5px 0px 0px 32px;
    background: url(/visual/Netspe/Template/Default/16x16/white/check-mark.png) no-repeat 8px 6px;
    background-color: #424a52;
    background-color: #7caa31;
    font-family: Verdana;
    font-size: 12px;
    color: #ffffff;
    cursor: pointer;
}

.ntspBrowser .cancel-bt {
    float: left;
    display: block;
    width: 92px;
    height: 28px;
    padding: 5px 0px 0px 32px;
    margin-left: 20px;
    background: url(/visual/Netspe/Template/Default/16x16/white/x-mark.png) no-repeat 8px 6px;
    background-color: #bbbbbb;
    font-family: Verdana;
    font-size: 12px;
    color: #ffffff;
    cursor: pointer;
}

.ntspBrowser .save-bt:hover {
    background-color: #4acead;
    background-color: #008972;
}

.ntspBrowser .cancel-bt:hover {
    background-color: #999999;
}

.ntspList {
    border: 1px solid #dddddd;
    background: rgba(0, 0, 0, 0.02);
}

.ntspList ul {
    display: block;
    float: left;
    width: 100%;
    min-height: 150px;
    overflow: auto;
    background-color: #ffffff;
}

.ntspBrowser .ntspList ul {
    max-height: 200px;
}

.ntspList ul li {
    display: table;
    display: block;
    float: left;
    width: 100%;
    background-color: #ffffff;
    border: 0px;
    border-bottom: 1px solid #eeeeee;
    /* padding:5px; */
}

.ntspList ul li .checkbox,
.ntspList ul li .radio {
    position: relative;
    display: table-cell;
    float: none;
    display: block;
    float: left !important;
    width: 26px;
    padding: 5px 5px 5px 5px;
}

.ntspList ul li .pic {
    position: relative;
    display: table-cell;
    display: block;
    float: left;
    width: 26px;
    padding: 5px 5px 5px 5px;
}

.ntspList ul li .pic img {
    width: 16px;
    height: 16px;
    margin: 0px !important;
}

.ntspList ul li span {
    position: relative;
    display: table-cell;
    display: block;
    float: left;
    /* width:240px; */
    padding: 5px 0px 5px 0px;
}

.ntspList ul li .bt {
    position: relative;
    display: table-cell;
    display: block;
    float: right;
    width: 16px;
    margin: 0px;
    padding: 5px 5px 5px 0px;
    vertical-align: top;
}

.ntspList ul li .bt i {
    position: relative;
    float: left;
    margin: 0px;
    filter: alpha(opacity=25);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=25)';
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
    opacity: 0.25;
    cursor: pointer;
}

.ntspList ul li .bt i:hover {
    position: relative;
    float: left;
    margin: 0px;
    filter: alpha(opacity=75);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}

.ntspList li.ne-select {
    background-color: transparent;
}

.ntspList li.ne-select.selected {
    background-color: #eeeeee;
}

/*
.ntspBlock100 {
    float:left;
    position:relative;
    width:100%;
}

.ntspBlock80 {
    float:left;
    position:relative;
    width:80%;
}

.ntspBlock70 {
    float:left;
    position:relative;
    width:70%;
}

.ntspBlock60 {
    float:left;
    position:relative;
    width:60%;
    border:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    padding-left:10px;
    padding-right:10px;
}

.ntspBlock50 {
    float:left;
    position:relative;
    width:50%;
}

.ntspBlock40 {
    border:0;
    float:left;
    position:relative;
    width:40%;
    padding-left:10px;
    padding-right:10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ntspBlock30 {
    float:left;
    position:relative;
    width:30%;
}

.ntspBlock20 {
    float:left;
    position:relative;
    width:20%;
}

.ntspBlock10 {
    float:left;
    position:relative;
    width:10%;
}
*/

/* TOAST */

.toast-title {
    font-weight: bold;
}
.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.toast-message a,
.toast-message label {
    color: #ffffff;
}
.toast-message a:hover {
    color: #cccccc;
    text-decoration: none;
}
.toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    -webkit-text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.toast-top-center {
    top: 0;
    right: 0;
    width: 100%;
}
.toast-top-full-width {
    top: 0;
    /* right: 0; */
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}
.toast-top-left {
    top: 12px;
    left: 12px;
}
.toast-top-right {
    top: 12px;
    right: 12px;
}
.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}
.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}
#toast-container {
    position: fixed;
    z-index: 2999999;
    /*overrides*/
}
#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#toast-container > div {
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999999;
    -webkit-box-shadow: 0 0 12px #999999;
    box-shadow: 0 0 12px #999999;
    color: #ffffff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}
#toast-container > :hover {
    -moz-box-shadow: 0 0 12px #000000;
    -webkit-box-shadow: 0 0 12px #000000;
    box-shadow: 0 0 12px #000000;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer;
}

#toast-container > .toast-info {
    /*
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
    */
    background-image: url(/visual/Netspe/Template/Default/22x22/white/info.png);
}
#toast-container > .toast-error {
    /*
    background-image: url(/visual/Netspe/Template/Default/22x22/white/x-mark-3.png);
    */
    background-image: url(/visual/Netspe/Template/Default/22x22/white/x-mark.png);
}
#toast-container > .toast-success {
    /*
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
    background-image: url(/visual/Netspe/Template/Default/22x22/white/check-mark-3.png);
    */
    background-image: url(/visual/Netspe/Template/Default/22x22/white/check-mark.png);
}
#toast-container > .toast-warning {
    /*
    background-image: url(/visual/Netspe/Template/Default/22x22/white/warning.png);
    */
    background-image: url(/visual/Netspe/Template/Default/22x22/white/help.png);
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
    width: 96%;
    margin: auto;
}
.toast {
    background-color: #030303;
}
.toast-success {
    background-color: #51a351;
    background-color: #03aa98;
}
.toast-error {
    background-color: #bd362f;
}
.toast-info {
    background-color: #2f96b4;
    background-color: #bbbbbb;
}
.toast-warning {
    background-color: #f89406;
}
/*Responsive Design*/
@media all and (max-width: 240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em;
    }
    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}
@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }
    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}
@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }
}

.bg-roche {
    background-image: url('/visual/Netspe/Template/Default/header/roche.jpg');
}

.bg-tree {
    background-image: url('/visual/Netspe/Template/Default/header/tree.jpg');
}

.bg-tree-2 {
    background-image: url('/visual/Netspe/Template/Default/header/tree-2.jpg');
}

.bg-tree-3 {
    background-image: url('/visual/Netspe/Template/Default/header/tree-3.jpg');
}

.bg-fougere {
    background-image: url('/visual/Netspe/Template/Default/header/fougere.jpg');
}

.bg-bambou {
    background-image: url('/visual/Netspe/Template/Default/header/bambou.jpg');
}

.bg-feuille-goutte {
    background-image: url('/visual/Netspe/Template/Default/header/feuille-goutte.jpg');
}

.bg-ecosse {
    background-image: url('/visual/Netspe/Template/Default/header/ecosse.jpg');
}

.bg-image {
    background-color: #f9f9f9;
    background-color: #000000;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.bg-alpha-roche:after {
    background-image: url('/image/header/roche.jpg');
}

.bg-alpha-event:after {
    background-image: url(/visual/Netspe/Template/Default/148x148/black/calendar-4.png);
}

.bg-alpha-event-white:after {
    background-image: url(/visual/Netspe/Template/Default/148x148/white/calendar-4.png);
}

.bg-alpha-image:after {
    -webkit-background-size: cover;
    background-size: cover;
    content: ' ';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;
    opacity: 0.69;
}

/*
.block-area .bg-alpha-image:after {
    margin:5px;
}
*/

.bg-alpha-icon:after,
.bg-alpha-icon-light:after {
    background-repeat: no-repeat;
    background-position: 92% 80%;
    content: ' ';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;
}

.bg-alpha-icon:after {
    opacity: 0.2;
}

.bg-alpha-icon-light:after {
    opacity: 0.07;
}

/*
.block-area .bg-alpha-icon:after,
.block-area .bg-alpha-icon-light:after {
    margin:5px;
}
*/

.hidden {
    display: none !important;
}

.visible {
    display: inline-block !important;
}

.full-width {
    width: 100% !important;
}

.xxl-width {
    width: 95% !important;
}

.half-width {
    width: 50% !important;
}

.full-height {
    height: 100% !important;
}

.xxl-height {
    height: 95% !important;
}

.half-height {
    height: 50% !important;
}

.padded-10-h {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.padded-20-h {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.padded-10-v {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.padded-20-v {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.nopad {
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
}

.margin-10-h {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.margin-20-h {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.margin-auto-h {
    margin-left: auto !important;
    margin-right: auto !important;
}

.margin-10-v {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.margin-20-v {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.margin-auto-v {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.margin-10 {
    margin: 10px !important;
}

.margin-20 {
    margin: 20px !important;
}

.margin-auto {
    margin: auto !important;
}

/* TABLE */

.n-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 18px;
}

.n-table > caption + thead > tr:first-child > th,
.n-table > colgroup + thead > tr:first-child > th,
.n-table > thead:first-child > tr:first-child > th,
.n-table > caption + thead > tr:first-child > td,
.n-table > colgroup + thead > tr:first-child > td,
.n-table > thead:first-child > tr:first-child > td {
    border-top: 0px;
    border-bottom: 1px solid #eeeeee;
    font-weight: bold;
}

.n-table > thead > tr > td,
.n-table > tbody > tr > td,
.n-table > tfoot > tr > td,
.n-table > thead > tr > th,
.n-table > tbody > tr > th,
.n-table > tfoot > tr > th {
    padding: 12px 15px;
}

.n-table > tbody > tr > td,
.n-table > tfoot > tr > td,
.n-table > tbody > tr > th,
.n-table > tfoot > tr > th {
    border: 0px;
    border-bottom: 1px solid #eeeeee;
}

.n-table.condensed > thead > tr > td,
.n-table.condensed > tbody > tr > td,
.n-table.condensed > tfoot > tr > td,
.n-table.condensed > thead > tr > th,
.n-table.condensed > tbody > tr > th,
.n-table.condensed > tfoot > tr > th {
    padding: 5px 8px;
}

.n-table.hover > tbody > tr:hover,
.n-table.striped.hover > tbody > tr:hover,
.n-table.bordered.hover > tbody > tr:hover,
.n-table.striped.bordered.hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

.n-table.striped > tbody > tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.n-table.bordered {
    border: 1px solid #eeeeee;
}

.n-table.bordered > thead > tr > th,
.n-table.bordered > tbody > tr > th,
.n-table.bordered > tfoot > tr > th,
.n-table.bordered > thead > tr > td,
.n-table.bordered > tbody > tr > td,
.n-table.bordered > tfoot > tr > td {
    border: 1px solid #eeeeee;
}

/* HELP */

.n-help {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2000000;
}

.n-help .help-bg {
    background: rgba(67, 67, 67, 0.9);
    z-index: 2000001;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.n-help .help-highlight {
    position: absolute;
    z-index: 2000002;
    -webkit-box-shadow: #ffffff 0 0 15px;
    -moz-box-shadow: #ffffff 0 0 15px;
    box-shadow: #ffffff 0 0 15px;
    cursor: pointer;
}

.n-help .help-tag {
    position: absolute;
    z-index: 2000003;
    width: 500px;
    /*
    white-space: nowrap;
    */
}

.n-help .help-tag > .pointer {
    position: absolute;
    display: block;
    width: 63px;
    height: 54px;
}

.n-help .help-tag > .body {
    position: absolute;
    display: block;
    width: 432px;
    /* width:650px; */
    padding: 18px 10px;
}

.n-help .help-tag.bottom.left > .pointer {
    top: 0px;
    left: 5px;
    background: url(/visual/Netspe/Template/Default/tpl/pointer-arrow-bl.png) no-repeat 0px 0px;
}

.n-help .help-tag.bottom.left > .body {
    top: 0px;
    right: 0px;
}

.n-help .help-tag.bottom.right > .pointer {
    top: 0px;
    right: 5px;
    background: url(/visual/Netspe/Template/Default/tpl/pointer-arrow-br.png) no-repeat 0px 0px;
}

.n-help .help-tag.bottom.right > .body {
    top: 0px;
    left: 0px;
}

.n-help .help-tag.top.left > .pointer {
    bottom: 0px;
    left: 5px;
    background: url(/visual/Netspe/Template/Default/tpl/pointer-arrow-tl.png) no-repeat 0px 0px;
}

.n-help .help-tag.top.left > .body {
    bottom: 20px;
    right: 0px;
}

.n-help .help-tag.top.right > .pointer {
    bottom: 0px;
    right: 5px;
    background: url(/visual/Netspe/Template/Default/tpl/pointer-arrow-tr.png) no-repeat 0px 0px;
}

.n-help .help-tag.top.right > .body {
    bottom: 0px;
    left: 0px;
}

.n-help .help-tag > .body > .text {
    position: relative;
    float: left;
    width: 100%;
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    font-size: 17px;
    color: #ffffff;
    clear: both;
}

.n-help .help-tag > .body > .button {
    position: relative;
    float: left;
    z-index: 2000004;
    height: 28px;
    padding: 5px 10px;
    margin-top: 10px;
    background-color: #03aa98;
    border-radius: 3px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
}

/* BADGE */

.ntsp-badged[data-ntsp-badge]::after {
    content: attr(data-ntsp-badge);
    /*
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    */
    display: block;
    position: absolute;
    top: -11px;
    right: -24px;
    text-align: center;
    font-family: 'Arial', sans-serif;
    font-size: 9px;
    font-style: normal;
    padding: 4px 4px 4px 2px;
    /* line-height:2.2em; */
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #d26a5c;
    color: #ffffff;
}

.ntsp-badged[data-ntsp-badge].red-badge::after {
    background-color: #d40604;
    background-color: #ff3030;
}

.ntsp-badged[data-ntsp-badge].grey-badge::after {
    background-color: #808080;
}

.ntsp-badged[data-ntsp-badge].darkblue-badge::after {
    background-color: #3e4a59;
}

.ntsp-badged {
    position: relative;
    white-space: nowrap;
}

.n-loading {
    display: none;
    position: fixed;
    top: 30px;
    left: 50%;
    height: 30px;
    width: 30px;
    padding: 3px;
    background: #ffffff;
    z-index: 99999999;
    border-radius: 50%;
}

/* EVENTS */

.ne-toggle,
.ne-select,
.ne-save,
.ne-reload,
.ne-order,
.ne-filter,
.ne-alphafilter,
.ne-cpt,
.ne-cpt-m,
.ne-cpt-c,
.ne-cpt-b,
.ne-cpt-p,
.ne-cpt-w,
.ne-view-m,
.ne-view-c,
.ne-view-b,
.ne-view-p,
.ne-view-w,
.ne-edit-m,
.ne-edit-c,
.ne-edit-b,
.ne-edit-p,
.ne-edit-w,
.ne-list-m,
.ne-list-c,
.ne-list-b,
.ne-list-p,
.ne-list-w,
.ne-link-m,
.ne-lock,
.ne-grid-m,
.ne-grid-c,
.ne-grid-b,
.ne-grid-p,
.ne-grid-w,
.ne-map-m,
.ne-map-c,
.ne-map-b,
.ne-map-p,
.ne-map-w,
.ne-qedit-m,
.ne-qedit-c,
.ne-qview-m,
.ne-qview-c,
.ne-qlist-m,
.ne-qlist-c,
.ne-link-m,
.ne-qmap-m,
.ne-qmap-c,
.ne-time-start,
.ne-time-toggle,
.ne-time-stop,
.ne-fct,
.ne-help {
    cursor: pointer;
}

/* STYLE FORM BASE */

input:focus {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

*:focus {
    outline: 0;
}

.listTable {
    border-collapse: collapse;
    border-spacing: 0;
}

.listTable tbody tr th {
    height: 18px;
    border: 1px solid #c0c0c0;
    background-color: #f2f2f2;
}

.listTable tbody tr td {
    height: 18px;
    border: 1px solid #c0c0c0;
}

.fieldName {
    width: 140px;
    font-family: 'Lucida Grande', verdana, helvetica, arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    text-align: right;
    color: #202020;
}

.fieldValue {
    font-family: 'Lucida Grande', verdana, helvetica, arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    text-align: left;
    color: #202020;
}

.fieldValue input,
.fieldValue select,
.fieldValue textarea {
    font-family: 'Lucida Grande', helvetica, arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    color: #404040;
    border: 1px solid #d0d0d0;
    background-color: #ffffff;
}

.toolBt {
    height: 20px;
    border: 1px outset #c0c0c0;
    background-color: #f2f2f2;
    cursor: pointer;
}

div.n-formToolBar {
    width: 701px;
    height: 24px;
    margin-top: 6px;
    background-color: #ffffff;
}

.n-formLeftBt {
    float: left;
    width: 90px;
    height: 18px;
    margin: 0px;
    padding: 2px 0px 2px 25px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
    background: #3e3e3e url('/visual/Netspe/Template/Default/tpl/tb/valid.png') 4px 2px no-repeat;
    cursor: pointer;
}

.n-formRightBt {
    float: right;
    width: 90px;
    height: 18px;
    margin: 0px;
    padding: 2px 0px 2px 25px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
    background: #3e3e3e url('/visual/Netspe/Template/Default/tpl/tb/quit.png') 4px 3px no-repeat;
    cursor: pointer;
}

.n-form,
.ntspQForm {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    /*
    z-index:1;
    border-left:4px solid #4acead;
    */
    height: 100%;
}

.n-form:before,
.n-form:after,
.ntspQForm:before,
.ntspQForm:after {
    content: ' ';
    display: table;
}

.n-form:after,
.ntspQForm:after {
    clear: both;
}

.n-form .form-header {
    background-color: #424a52;
    background-color: #86afa6;
    background-color: #93c0b7;
    background-color: #eff0e9;
    background-color: #e2eae9;
    background-color: #ecf6f7;
    background-color: #eef6f6;
    background-color: #ffffff;
    padding: 0px;
    height: 38px;
    width: 100%;
    /*
    border-bottom:20px solid #d6dedd;
    */
}

.n-form .form-header .form-title {
    position: relative;
    display: block;
    float: left;
    padding: 0px;
    /* height:38px; */
}

.n-form .form-header .form-title i {
    float: left;
    margin-top: 5px;
    margin-left: 10px;
}

.n-form .form-header .form-title span {
    float: left;
    margin-top: 8px;
    margin-left: 15px;
    margin-bottom: 10px;
    /* font-family: "Raleway", sans-serif; */
    font-family: 'Open Sans', 'Lucida Grande', verdana, helvetica, arial, sans-serif;
    font-weight: 300;
    font-size: 21px;
    color: #03aa98;
    color: #555555;
}

.n-form .form-header .form-title span.bold {
    margin-left: 0px;
    font-weight: 600;
}

.n-form .form-toggle-on {
    position: relative;
    display: block;
    float: left;
    margin-top: 12px;
    margin-left: 15px;
    width: 16px;
    height: 16px;
    background: url(/visual/Netspe/Template/Default/16x16/grey/sort-6.png) no-repeat 0 0;
}

.n-form .form-toggle-off {
    position: relative;
    display: block;
    float: left;
    margin-top: 12px;
    margin-left: 15px;
    width: 16px;
    height: 16px;
    background: url(/visual/Netspe/Template/Default/16x16/grey/arrow-37.png) no-repeat 0 0;
}

.ntspQForm .form-feedback {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    padding: 0px 20px 0px 20px;
}

.ntspQForm .feedback-info,
.ntspQForm .feedback-success,
.ntspQForm .feedback-warning,
.ntspQForm .feedback-error {
    margin: 0px 0px;
}

.ntspQForm .panel-container,
.n-form .panel-container {
    display: block;
    float: left;
    border-collapse: collapse;
    width: 100%;
}

.ntspQForm .panel-left,
.n-form .panel-left {
    display: block;
    float: left;
    width: 50%;
}

.ntspQForm .panel-right,
.n-form .panel-right {
    display: block;
    float: right;
    width: 50%;
}

.n-form .form-fields,
.ntspQForm .form-fields,
.n-field-area {
    display: block;
    float: left;
    width: 100%;
    padding: 5px 20px 20px 20px;
    background-color: #ffffff;
}

/*
.n-form .fieldname {
    display:block;
    margin-top:15px;
    margin-left:0px;
    font-weight:bold;
}
*/

.n-field,
.field-read,
.field-read-edit,
.field-edit {
    display: block;
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 16px;
}

.field-hidden {
    display: none;
}

.field-read > label,
.field-read-edit > label,
.field-edit > label,
.n-field > label {
    display: block;
    margin-top: 0px;
    margin-bottom: 8px;
    margin-left: 0px;
    font-family: 'Open Sans', 'Lucida Grande', verdana, helvetica, arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #777777;
}

.field-read > label span.help,
.field-read-edit > label span.help,
.field-edit > label span.help,
.n-field > label span.help {
    display: inline-block;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #aaaaaa;
    margin-left: 12px;
}

.field-read > label span.require,
.field-read-edit > label span.require,
.field-edit > label span.require,
.n-field > label span.require {
    display: inline-block;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #ee0000;
    margin-left: 12px;
}

.field-read input[type='text'],
.field-read-edit input[type='text'],
.field-edit input[type='text'],
.field-read input[type='password'],
.field-read-edit input[type='password'],
.field-edit input[type='password'],
.n-field input[type='text'],
.n-field input[type='password'] {
    /*
    display:block;
    width:430px;
    */
    width: 100%;
    height: 28px;
    font-weight: normal;
    color: #333333;
    /* border:1px solid #dddddd; */
    /* border:1px solid #ffffff; */
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #dddddd;
    padding: 0px 8px;
    font-family: 'Lucida Grande', verdana, helvetica, arial, sans-serif;
    font-size: 11px;
}

.field-edit textarea,
.n-field textarea {
    /*
    display:block;
    */
    width: 100%;
    height: 56px;
    height: 98px;
    font-weight: normal;
    color: #333333;
    /* border:1px solid #dddddd; */
    /* border:1px solid #ffffff; */
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #dddddd;
    padding: 4px 8px;
    font-family: 'Lucida Grande', verdana, helvetica, arial, sans-serif;
    font-size: 11px;
}

.field-edit textarea.note,
.n-field textarea.note {
    width: 100%;
    height: 305px;
    font-weight: normal;
    color: #333333;
    /* border:1px solid #ffffff; */
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #dddddd;
    padding: 4px 8px;
    font-family: 'Lucida Grande', verdana, helvetica, arial, sans-serif;
    font-size: 11px;
}

.field-edit select,
.n-field select {
    width: 100%;
    height: 28px;
    font-weight: normal;
    color: #333333;
    /* border:1px solid #dddddd; */
    /* border:1px solid #ffffff; */
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #dddddd;
    padding: 0px 8px;
    font-family: 'Lucida Grande', verdana, helvetica, arial, sans-serif;
    font-size: 11px;
}

.field-read input[readonly],
.field-read input[readonly='readonly'],
.field-read textarea[readonly],
.field-read textarea[readonly='readonly'],
.field-read-edit input[readonly],
.field-read-edit input[readonly='readonly'],
.field-read-edit textarea[readonly],
.field-read-edit textarea[readonly='readonly'],
.n-field.read input[readonly],
.n-field.read input[readonly='readonly'],
.n-field.read textarea[readonly],
.n-field.read textarea[readonly='readonly'],
.n-field.read-edit input[readonly],
.n-field.read-edit input[readonly='readonly'],
.n-field.read-edit textarea[readonly],
.n-field.read-edit textarea[readonly='readonly'] {
    /*
    width:425px;
    */
    width: 100%;
    /* border:1px solid #f4f4f4; */
    /* border:1px solid #ffffff; */
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #f4f4f4;
    background-color: #ffffff;
    color: #555555;
    cursor: pointer;
    font-family: 'Lucida Grande', verdana, helvetica, arial, sans-serif;
    font-size: 11px;
}

.field-edit input:focus,
.field-edit select:focus,
.field-edit textarea:focus,
.n-field.edit input:focus,
.n-field.edit select:focus,
.n-field.edit textarea:focus {
    /* border:1px solid #aaaaaa; */
    border-bottom: 1px solid #333333;
}

.field-read input.active:focus,
.field-read select.active:focus,
.field-read textarea.active:focus,
.n-field.read input.active:focus,
.n-field.read select.active:focus,
.n-field.read textarea.active:focus,
.field-edit input.active:focus,
.field-edit select.active:focus,
.field-edit textarea.active:focus,
.n-field.edit input.active:focus,
.n-field.edit select.active:focus,
.n-field.edit textarea.active:focus {
    border-bottom: 1px solid #333333;
}

.input-group {
    display: inline-table;
    border-collapse: collapse;
    width: 100%;
}

.input-group > div {
    word-wrap: break-word;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    display: table-cell;
    vertical-align: middle;
    font-family: 'Open Sans', 'Lucida Grande', verdana, helvetica, arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #777777;
}

.input-group > div input {
    width: 100%;
}

.input-group > div.input-group-bt {
    width: 28px;
    height: 28px;
    /* background-color:#dddddd; */
    vertical-align: middle;
    text-align: center;
    padding: 0px 6px;
    border-bottom: 1px solid #dddddd;
}

.input-group > div.input-group-bt i {
    position: relative;
    float: left;
    margin: 0px;
    filter: alpha(opacity=35);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=35)';
    -moz-opacity: 0.35;
    -khtml-opacity: 0.35;
    opacity: 0.35;
    cursor: pointer;
}

.input-group > div.input-group-bt:hover i {
    position: relative;
    float: left;
    margin: 0px;
    filter: alpha(opacity=65);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
    -moz-opacity: 0.65;
    -khtml-opacity: 0.65;
    opacity: 0.65;
}

.input-group .selection-display {
    border: 1px solid #dddddd;
    background: rgba(0, 0, 0, 0.02);
    vertical-align: top;
}

.input-group .selection-display ul {
    display: block;
    max-height: 150px;
    width: 100%;
    overflow: auto;
    background-color: #ffffff;
}

.input-group .selection-display ul li {
    display: table;
    width: 100%;
    background-color: #ffffff;
    border: 0px;
    border-bottom: 1px solid #eeeeee;
    /* padding:5px; */
}

.input-group .selection-display ul li .pic {
    position: relative;
    display: table-cell;
    width: 26px;
    padding: 5px 5px 5px 5px;
}

.input-group .selection-display ul li .pic img {
    width: 16px;
    height: 16px;
    margin: 0px !important;
}

.input-group .selection-display.image ul li .pic img {
    width: auto;
    max-width: 200px;
    height: 139px;
    margin: 0px !important;
}

.input-group .selection-display.photo-id ul li .pic img {
    width: auto;
    max-width: 139px;
    height: 139px;
    margin: 0px !important;
}

.input-group .selection-display ul li span {
    position: relative;
    display: table-cell;
    /* width:240px; */
    padding: 5px 0px 5px 5px;
}

.input-group .selection-display ul li .bt {
    position: relative;
    display: table-cell;
    width: 16px;
    margin: 0px;
    padding: 5px 5px 5px 0px;
    vertical-align: top;
}

.input-group .selection-display ul li .bt i {
    position: relative;
    float: left;
    margin: 0px;
    filter: alpha(opacity=25);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=25)';
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
    opacity: 0.25;
    cursor: pointer;
}

.input-group .selection-display ul li .bt:hover i {
    position: relative;
    float: left;
    margin: 0px;
    filter: alpha(opacity=75);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}

.n-form .menu,
.ntspQForm .menu {
    /*
    position:absolute;
    bottom:20px;
    right:0px;
    */
    position: relative;
    float: right;
    display: block;
    height: 28px;
    margin: 0px 20px;
    padding: 0px 0px;
    border: 0;
}

#ntspForm fieldset {
    font-family: helvetica, arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    color: #000000;
    border: 1px solid #dddddd;
}

#ntspForm legend {
    margin: 5px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 5px;
    padding-bottom: 0px;
    padding-top: 0px;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    font-size: 16px;
    line-height: 15px;
    text-align: center;
    color: #202020;
}

#ntspForm .head {
    display: block;
    float: left;
    /*
    position:absolute;
    */
    top: 0px;
    width: 300px;
    height: 50px;
    background-color: #4acead;
    text-align: right;
    color: #ffffff;
}

#ntspForm .head2 {
    display: block;
    position: absolute;
    top: 46px;
    width: 300px;
    height: 46px;
    background-color: #f6f6f6;
    text-align: right;
    color: #ffffff;
}

#ntspForm .head > .title {
    display: block;
    position: absolute;
    top: 14px;
    left: 85px;
    text-align: right;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    font-size: 18px;
    color: #ffffff;
}

#ntspForm .head > .bt-tools-off,
#ntspForm .head > .bt-tools-on {
    display: block;
    position: absolute;
    right: 50px;
    top: 0px;
    /*
    width:26px;
    height:26px;
    background: url("icons/convert/26x26/white/pin.png") no-repeat left top;
    */
}

#ntspForm .head > .bt-stick-off,
#ntspForm .head > .bt-stick-on {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    /*
    width:26px;
    height:26px;
    background: url("icons/convert/26x26/white/pin.png") no-repeat left top;
    */
}

#ntspForm .head > .pin2 {
    display: block;
    position: absolute;
    right: 5px;
    top: 10px;
    width: 26px;
    height: 26px;
    background: url('icons/convert/26x26/black/pin.png') no-repeat left top;
}

/*
#ntspForm .form {
    display:block;
    float:left;
    width:300px;
    min-height:600px;
    margin-bottom:auto;
    background-color:#ffffff;
    padding-top:10px;
}
*/

/* ne marche pas */

#ntspForm fieldset.left {
    width: 440px;
    /*height:440px;*/
    padding: 15px;
    padding-top: 0px;
    min-height: 600px;
}

#ntspForm fieldset.right {
    width: 440px;
    /*height:440px;*/
    padding: 15px;
    padding-top: 0px;
    min-height: 600px;
}

/* fin ne marche pas */

#ntspForm h1 {
    margin: 5px;
    margin-left: 10px;
    margin-bottom: 20px;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 12px;
}

#ntspForm .icon {
    display: block;
    position: absolute;
    z-index: 2;
    top: 25px;
    left: 20px;
    width: 50px;
    height: 50px;
    /* padding:10px; */
    background-color: #ffffff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

#ntspForm .icon > i {
    margin: 10px;
    margin-left: 12px;
}

#ntspForm .list {
    border-collapse: collapse;
    width: 100%;
    margin-top: 10px;
}

#ntspForm .list th {
    color: #ff0000;
}

#ntspForm .list-item td {
    border-top: 1px solid #cccccc;
    padding: 5px;
}

#ntspForm .fieldvalue {
    width: 260px;
    height: 28px;
    margin-top: 5px;
    margin-left: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

#ntspForm .fieldvalue > input[type='text'] {
    width: 256px;
    height: 24px;
    font-weight: normal;
    border: 1px solid #cccccc;
    padding: 2px;
}

#ntspForm .fieldvalue > textarea {
    width: 256px;
    height: 60px;
    /*
    margin-top:5px;
    margin-left:20px;
    */
    font-weight: normal;
    border: 1px solid #cccccc;
    padding: 2px;
    resize: vertical;
}

#ntspForm .fieldvalue > input[readonly],
#ntspForm .fieldvalue > input[readonly='readonly'],
#ntspForm .fieldvalue > textarea[readonly],
#ntspForm .fieldvalue > textarea[readonly='readonly'] {
    border: 1px solid #f4f4f4;
    background-color: #ffffff;
    color: #444444;
    cursor: pointer;
}

#ntspForm .fieldvalue > input.active:focus,
#ntspForm .fieldvalue > select.active:focus,
#ntspForm .fieldvalue > textarea.active:focus {
    border: 1px solid #aaaaaa;
}

#ntspForm .result-box-ok {
    float: left;
    display: block;
    width: 178px;
    height: 24px;
    padding: 4px 0px 0px 32px;
    background: url(/visual/Netspe/Template/Default/16x16/white/check-mark.png) no-repeat 8px 6px;
    background-color: #00ee00;
    font-family: Verdana;
    font-size: 12px;
    color: #ffffff;
    cursor: pointer;
}

#ntspForm .result-box-ko {
    float: left;
    display: block;
    width: 178px;
    height: 24px;
    padding: 4px 0px 0px 32px;
    background: url(/visual/Netspe/Template/Default/16x16/white/check-mark.png) no-repeat 8px 6px;
    background-color: #ee0000;
    font-family: Verdana;
    font-size: 12px;
    color: #ffffff;
    cursor: pointer;
}

.right-panel .topmenu,
#ntspForm .topmenu {
    position: absolute;
    z-index: 10;
    top: 50px;
    right: 50px;
    width: 180px;
    background-color: #6fe8cc;
}

.right-panel .topmenu > .bt,
#ntspForm .topmenu > .bt {
    float: left;
    display: block;
    width: 170px;
    padding: 5px;
}

.right-panel .topmenu > .bt:hover,
#ntspForm .topmenu > .bt:hover {
    background-color: #f2f2f2;
}

.right-panel .topmenu > .bt > i,
#ntspForm .topmenu > .bt > i {
    float: left;
    margin-right: 5px;
}

.right-panel .topmenu > .bt > span,
#ntspForm .topmenu > .bt > span {
    float: left;
}

.ntspQList,
#ntspQForm {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    /* border-left:4px solid #4acead; */
}

#ntspQForm .head {
    display: block;
    float: left;
    /*
    position:absolute;
    */
    top: 0px;
    width: 300px;
    width: 100%;
    height: 48px;
    background-color: #4acead;
    background-color: #424a52;
    text-align: right;
    color: #ffffff;
}

#ntspQForm .head2 {
    display: block;
    position: absolute;
    top: 46px;
    width: 300px;
    height: 46px;
    background-color: #f6f6f6;
    text-align: right;
    color: #ffffff;
}

#ntspQForm .head > .title {
    display: block;
    position: absolute;
    top: 14px;
    left: 85px;
    text-align: right;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #ffffff;
}

.bt-stick-off {
    display: block;
    width: 48px;
    height: 48px;
    background: url(/visual/Netspe/Template/Default/26x26/white/pin.png) no-repeat 11px 11px;
    cursor: pointer;
}

.bt-stick-off:hover {
    background-color: #6fe8cc;
    background-color: #d2dae2;
    background-color: #b2bac2;
    background-color: #626a72;
}

.bt-stick-on {
    display: block;
    width: 48px;
    height: 48px;
    background: url(/visual/Netspe/Template/Default/26x26/white/pin.png) no-repeat 11px 11px;
    background-color: #626a72;
    cursor: pointer;
}

.bt-stick-on:hover {
    background-color: #6fe8cc;
    background-color: #626a72;
}

.bt-tools-off {
    display: block;
    width: 48px;
    height: 48px;
    background: url(/visual/Netspe/Template/Default/26x26/white/menu-3.png) no-repeat 11px 11px;
    cursor: pointer;
}

.bt-tools-off:hover {
    background-color: #6fe8cc;
    background-color: #626a72;
}

.bt-tools-on {
    display: block;
    width: 48px;
    height: 48px;
    background: url(/visual/Netspe/Template/Default/26x26/white/menu-3.png) no-repeat 11px 11px;
    background-color: #6fe8cc;
    background-color: #626a72;
    cursor: pointer;
}

#ntspQForm .head > .bt-tools-off,
#ntspQForm .head > .bt-tools-on {
    display: block;
    position: absolute;
    right: 48px;
    top: 0px;
    /*
    width:26px;
    height:26px;
    background: url("icons/convert/26x26/white/pin.png") no-repeat left top;
    */
}

#ntspQForm .head > .bt-stick-off,
#ntspQForm .head > .bt-stick-on {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    /*
    width:26px;
    height:26px;
    background: url("icons/convert/26x26/white/pin.png") no-repeat left top;
    */
}

#ntspQForm .head > .pin2 {
    display: block;
    position: absolute;
    right: 5px;
    top: 10px;
    width: 26px;
    height: 26px;
    background: url('icons/convert/26x26/black/pin.png') no-repeat left top;
}

.ntspQList .qlist-filter,
#ntspQForm .qform-filter {
    display: block;
    float: left;
    z-index: 1;
    width: 100%;
    min-height: 48px;
    margin-bottom: auto;
    background-color: #bbbbbb;
    padding: 15px 10px;
    color: #ffffff;
}

.ntspQList .qlist-filter-nb,
#ntspQForm .qform-filter-nb {
    display: block;
    float: left;
    z-index: 1;
    width: 100%;
    padding: 0px 0px 10px 75px;
    font-family: 'Lucida Grande', verdana, helvetica, arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
}

.ntspQList .qlist-filter-search {
    display: block;
    float: left;
    z-index: 1;
    width: 100%;
    margin-top: 25px;
}

.ntspQList .qlist-filter-search > input {
    display: block;
    float: left;
    z-index: 1;
    width: 100% !important;
    font-family: 'Lucida Grande', verdana, helvetica, arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #666666;
    background: url('/visual/Netspe/Template/Default/16x16/grey/magnifier.png') no-repeat 98% center;
    background-color: #ffffff;
    border: 0px !important;
    padding-right: 25px !important;
}

.ntspQList .qlist-list {
    display: block;
    float: left;
    /*
    position:absolute;
    top:46px;
    */
    z-index: 1;
    width: 100%;
    min-height: 200px;
    margin-bottom: auto;
    background-color: #ffffff;
}

.fixed-top .ntspQList .qlist-list-rows {
    max-height: 200px;
    overflow: auto;
}

@media (min-height: 500px) {
    .fixed-top .ntspQList .qlist-list-rows {
        max-height: 300px;
        overflow: auto;
    }
}

@media (min-height: 600px) {
    .fixed-top .ntspQList .qlist-list-rows {
        max-height: 400px;
        overflow: auto;
    }
}

@media (min-height: 700px) {
    .fixed-top .ntspQList .qlist-list-rows {
        max-height: 500px;
        overflow: auto;
    }
}

@media (min-height: 800px) {
    .fixed-top .ntspQList .qlist-list-rows {
        max-height: 600px;
        overflow: auto;
    }
}

.ntspQList .qlist-order {
    display: block;
    float: left;
    z-index: 1;
    width: 100%;
    height: 28px;
    background-color: #e2eae9;
}

.ntspQList .qlist-order-asc-off {
    display: block;
    float: left;
    height: 28px;
    width: 87px;
    background: url('/visual/Netspe/Template/Default/16x16/white/sort-4.png') no-repeat 92% center;
    background-color: #e2eae9;
    border: 0px;
    border-right: 1px solid #ffffff;
    color: #a2aaa9;
    padding: 6px 25px 5px 10px;
    cursor: pointer;
}

.ntspQList .qlist-order-asc-off:hover,
.ntspQList .qlist-order-asc-on {
    display: block;
    float: left;
    height: 28px;
    width: 87px;
    background: url('/visual/Netspe/Template/Default/16x16/white/sort-4.png') no-repeat 92% center;
    background-color: #c2cac9;
    border: 0px;
    border-right: 1px solid #ffffff;
    color: #ffffff;
    padding: 6px 25px 5px 10px;
    cursor: pointer;
}

.ntspQList .qlist-order-desc-off {
    display: block;
    float: left;
    height: 28px;
    width: 87px;
    background: url('/visual/Netspe/Template/Default/16x16/white/sort-3.png') no-repeat 92% center;
    background-color: #e2eae9;
    border: 0px;
    border-right: 1px solid #ffffff;
    color: #a2aaa9;
    padding: 6px 25px 5px 10px;
    cursor: pointer;
}

.ntspQList .qlist-order-desc-off:hover,
.ntspQList .qlist-order-desc-on {
    display: block;
    float: left;
    height: 28px;
    width: 87px;
    background: url('/visual/Netspe/Template/Default/16x16/white/sort-3.png') no-repeat 92% center;
    background-color: #c2cac9;
    border: 0px;
    border-right: 1px solid #ffffff;
    color: #ffffff;
    padding: 6px 25px 5px 10px;
    cursor: pointer;
}

.ntspQList .qlist-add {
    display: block;
    float: left;
    height: 28px;
    width: 89px;
    background: url('/visual/Netspe/Template/Default/16x16/white/plus.png') no-repeat 92% center;
    background-color: #e2eae9;
    border: 0px;
    /* border-right:1px solid #ffffff; */
    color: #a2aaa9;
    padding: 6px 25px 5px 10px;
    cursor: pointer;
}

.ntspQList .qlist-add:hover {
    display: block;
    float: left;
    height: 28px;
    width: 89px;
    background: url('/visual/Netspe/Template/Default/16x16/white/plus.png') no-repeat 92% center;
    background-color: #c2cac9;
    border: 0px;
    /* border-right:1px solid #ffffff; */
    color: #ffffff;
    padding: 6px 25px 5px 10px;
    cursor: pointer;
}

.ntspQList .qlist-list-rows {
    display: block;
    float: left;
    z-index: 1;
    width: 100%;
    margin-bottom: auto;
    background-color: #ffffff;
}

.ntspQList .qlist-list-rows ul {
    display: block;
    float: left;
    width: 100%;
    background-color: #ffffff;
}

.ntspQList .qlist-list-rows ul li {
    display: block;
    float: left;
    width: 100%;
    background-color: #ffffff;
    border: 0px;
    border-bottom: 1px solid #eeeeee;
    padding: 0px 0px 10px 0px;
}

.ntspQList .qlist-list-rows ul li .qlist-pic {
    position: relative;
    width: 48px;
    float: left;
    margin: 20px 10px 10px 20px;
}

.ntspQList .qlist-list-rows ul li .qlist-pic img {
    width: 48px;
    height: 48px;
    background-color: #eeeeee;
    border-radius: 100%;
    margin: 0px !important;
}

.ntspQList .qlist-list-rows ul li .qlist-text {
    position: relative;
    float: left;
    display: inline-block;
    width: 240px;
    margin: 10px 0px 10px 10px;
    padding: 0px;
}

.ntspQList .qlist-list-rows ul li .qlist-bt {
    position: relative;
    float: left;
    display: block;
    width: 100%;
    margin: 0px 0px 0px auto;
    padding: 0px;
}

.ntspQList .qlist-list-rows ul li .qlist-bt i {
    position: relative;
    float: right;
    margin: 0px 4px;
    filter: alpha(opacity=25);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=25)';
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
    opacity: 0.25;
    cursor: pointer;
}

.ntspQList .qlist-list-rows ul li .qlist-bt i:hover {
    position: relative;
    float: right;
    margin: 0px 4px;
    filter: alpha(opacity=75);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}

.ntspQList .qlist-list-rows ul li ul li {
    display: block;
    float: left;
    width: 100%;
    background-color: #ffffff;
    border: 0px;
    padding: 0px 0px 10px 0px;
}

.ntspQList .qlist-list-rows ul li ul li .qlist-pic-odd {
    position: relative;
    width: 38px;
    float: left;
    margin: 10px 10px 10px 25px;
}

.ntspQList .qlist-list-rows ul li ul li .qlist-pic-even {
    position: relative;
    width: 38px;
    float: left;
    margin: 10px 10px 10px 10px;
}

.ntspQList .qlist-list-rows ul li ul li .qlist-pic-odd img,
.ntspQList .qlist-list-rows ul li ul li .qlist-pic-even img {
    width: 38px;
    height: 38px;
    background-color: #eeeeee;
    border-radius: 100%;
    margin: 0px !important;
}

.ntspQList .qlist-list-rows ul li ul li .qlist-text-odd,
.ntspQList .qlist-list-rows ul li ul li .qlist-text-even {
    position: relative;
    float: left;
    display: inline-block;
    /*
    width:240px;
    */
    width: calc(100% - 100px);
    padding: 10px;
    margin: 0px;
}

.ntspQList .qlist-list-rows ul li ul li .qlist-text-odd {
    margin-left: 10px;
    margin-right: 10px;
}

.ntspQList .qlist-list-rows ul li ul li .qlist-text-even {
    margin-right: 10px;
    margin-left: 25px;
}

.ntspQList .qlist-list-rows ul li ul li .qlist-text-odd .arrow,
.ntspQList .qlist-list-rows ul li ul li .qlist-text-even .arrow {
    top: 29px;
}

.ntspQList .qlist-loadmore {
    display: block;
    float: left;
    z-index: 1;
    width: 100%;
    height: 28px;
    background-color: #e2eae9;
    text-align: center;
    color: #a2aaa9;
    padding: 6px 25px 5px 10px;
    cursor: pointer;
}

.ntspQList .qlist-loadmore:hover {
    background-color: #c2cac9;
    color: #ffffff;
}

i.circle-green {
    position: absolute;
    background-color: #27c24c;
    width: 10px;
    height: 10px;
    border-width: 2px !important;
    border-radius: 100%;
}

i.circle-red {
    position: absolute;
    background-color: #f05050;
    width: 10px;
    height: 10px;
    border-width: 2px !important;
    border-radius: 100%;
}

i.circle-orange {
    position: absolute;
    background-color: #fad733;
    width: 10px;
    height: 10px;
    border-width: 2px !important;
    border-radius: 100%;
}

.border-white {
    border: 1px solid #ffffff;
}

.bottom-right {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
}

/*
.ntspQList .qlist-filter-search > img {
    display:block;
    float:right;
    z-index:1;
}
*/

#ntspQForm .form {
    display: block;
    float: left;
    /*
    position:absolute;
    top:46px;
    */
    z-index: 1;
    width: 100%;
    min-height: 600px;
    margin-bottom: auto;
    background-color: #ffffff;
    padding-top: 5px;
}

#ntspQForm h1 {
    margin: 5px;
    margin-left: 10px;
    margin-bottom: 20px;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 12px;
}

#ntspQForm .icon {
    display: block;
    position: absolute;
    z-index: 2;
    top: 25px;
    left: 20px;
    width: 48px;
    height: 48px;
    /* padding:10px; */
    background-color: #ffffff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

#ntspQForm .icon > i {
    margin: 10px;
    margin-left: 11px;
}

#ntspQForm .list {
    border-collapse: collapse;
    width: 100%;
    margin-top: 10px;
}

#ntspQForm .list th {
    color: #ff0000;
}

#ntspQForm .list-item td {
    border-top: 1px solid #cccccc;
    padding: 5px;
}

#ntspQForm .fields {
    display: block;
    float: left;
    margin-left: 20px;
}

#ntspQForm label {
    display: block;
    margin-top: 12px;
    margin-left: 0px;
    margin-bottom: 7px;
    font-family: 'Lucida Grande', verdana, helvetica, arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

/*
#ntspQForm .field {
    display:block;
    float:left;
    margin-top:15px;
    margin-left:20px;
}

#ntspQForm .field-hidden {
    display:none;
}

#ntspQForm .fieldvalue {
    width:260px;
    height:28px;
    margin-top:5px;
    margin-left:20px;
    margin-bottom:20px;
    cursor:pointer;
}
*/

#ntspQForm input[type='text'] {
    width: 256px;
    height: 26px;
    vertical-align: top;
    font-weight: normal;
    border: 1px solid #cccccc;
    padding: 0px;
    padding-left: 8px;
    font-family: 'Lucida Grande', verdana, helvetica, arial, sans-serif;
    font-size: 11px;
}

#ntspQForm textarea {
    width: 256px;
    height: 60px;
    vertical-align: top;
    /*
    margin-top:5px;
    margin-left:20px;
    */
    font-weight: normal;
    border: 1px solid #cccccc;
    padding-left: 8px;
    font-family: 'Lucida Grande', verdana, helvetica, arial, sans-serif;
    font-size: 11px;
    resize: vertical;
}

#ntspQForm input:focus,
#ntspQForm select:focus,
#ntspQForm textarea:focus {
    border: 1px solid #aaaaaa;
}

#ntspQForm input[readonly],
#ntspQForm input[readonly='readonly'],
#ntspQForm textarea[readonly],
#ntspQForm textarea[readonly='readonly'] {
    border: 1px solid #f4f4f4;
    background-color: #ffffff;
    color: #444444;
    cursor: pointer;
}

#ntspQForm input.active:focus,
#ntspQForm select.active:focus,
#ntspQForm textarea.active:focus {
    border: 1px solid #aaaaaa;
}

.n-form .menu,
#ntspQForm .menu {
    float: right;
    display: block;
    width: 210px;
    height: 24px;
    margin-right: 18px;
    margin-top: 4px;
    padding: 0px;
    border: 0;
}

.n-form .menu .save-bt,
#ntspQForm .save-bt {
    float: left;
    display: block;
    width: 112px;
    height: 28px;
    padding: 4px 0px 0px 32px;
    background: url(/visual/Netspe/Template/Default/16x16/white/check-mark.png) no-repeat 8px 6px;
    background-color: #424a52;
    background-color: #7caa31;
    font-family: Verdana;
    font-size: 12px;
    color: #ffffff;
    cursor: pointer;
}

.n-form .menu .cancel-bt,
#ntspQForm .cancel-bt {
    float: right;
    display: block;
    width: 92px;
    height: 28px;
    padding: 4px 0px 0px 32px;
    background: url(/visual/Netspe/Template/Default/16x16/white/x-mark.png) no-repeat 8px 6px;
    background-color: #cccccc;
    font-family: Verdana;
    font-size: 12px;
    color: #ffffff;
    cursor: pointer;
}

.n-form .menu .save-bt:hover,
#ntspQForm .save-bt:hover {
    background-color: #4acead;
}

.n-form .menu .cancel-bt:hover,
#ntspQForm .cancel-bt:hover {
    background-color: #ee0000;
}

.n-form .relation-bt {
    float: left;
    display: table;
    height: 48px;
    width: 100%;
    background-color: #cccccc;
    background-color: #626a72;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.n-form .relation-bt:hover {
    background-color: #999999;
    background-color: #727a82;
    background-color: #424a52;
}

.n-form .relation-bt .icon {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}

.n-form .relation-bt .label {
    display: table-cell;
    padding: 5px 5px 5px 0px;
    vertical-align: middle;
    font-family: Verdana;
    font-size: 12px;
    color: #ffffff;
    cursor: pointer;
}

#ntspQForm .result-box-ok {
    float: left;
    display: block;
    width: 178px;
    height: 24px;
    padding: 4px 0px 0px 32px;
    background: url(/visual/Netspe/Template/Default/16x16/white/check-mark.png) no-repeat 8px 6px;
    background-color: #00ee00;
    font-family: Verdana;
    font-size: 12px;
    color: #ffffff;
    cursor: pointer;
}

#ntspQForm .result-box-ko {
    float: left;
    display: block;
    width: 178px;
    height: 24px;
    padding: 4px 0px 0px 32px;
    background: url(/visual/Netspe/Template/Default/16x16/white/check-mark.png) no-repeat 8px 6px;
    background-color: #ee0000;
    font-family: Verdana;
    font-size: 12px;
    color: #ffffff;
    cursor: pointer;
}

#ntspQForm .topmenu {
    position: absolute;
    z-index: 10;
    top: 48px;
    right: 48px;
    width: 180px;
    background-color: #6fe8cc;
    background-color: #b2bac2;
    background-color: #d2dae2;
    background-color: #626a72;
}

#ntspQForm .topmenu > .bt {
    float: left;
    display: block;
    width: 180px;
    padding: 5px;
}

#ntspQForm .topmenu > .bt:hover {
    background-color: #f2f2f2;
    background-color: #929aa2;
    background-color: #727a82;
}

#ntspQForm .topmenu > .bt > i {
    float: left;
    margin-right: 5px;
}

#ntspQForm .topmenu > .bt > span {
    float: left;
    color: #ffffff;
}

#static_map {
    height: 300px;
    background: url(/visual/Netspe/Template/Default/48x48/grey/map.png) no-repeat 50% 50%;
    background-color: #eeeeee;
}

/* Bootstrap datepicker */

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
    font-size: 14px;
}

.input-append .add-on,
.input-prepend .add-on {
    display: inline-block;
    width: auto;
    height: 20px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #eeeeee;
    border: 1px solid #ccc;
}

.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
    vertical-align: top;
}

/*
table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}
*/

.table-condensed th,
.table-condensed td {
    padding: 4px 5px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -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;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    *width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
    color: #ffffff;
    text-decoration: none;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    outline: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: default;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* Fin Bootstrap */

.datepicker {
    top: 0;
    left: 0;
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*.dow {
    border-top: 1px solid #ddd !important;
    }*/
}

.datepicker:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px;
}
.datepicker:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    left: 7px;
}
.datepicker > div {
    display: none;
}

.datepicker-days,
.datepicker-months,
.datepicker-years {
    width: 210px;
}

.datepicker table {
    width: 100%;
    margin: 0;
}
.datepicker td,
.datepicker th {
    text-align: center;
    width: 30px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.datepicker td.day:hover {
    background: #eeeeee;
    cursor: pointer;
}
.datepicker td.day.disabled {
    color: #eeeeee;
}
.datepicker td.old,
.datepicker td.new {
    color: #999999;
}
.datepicker td.active,
.datepicker td.active:hover {
    color: #ffffff;
    background-color: #424a52;
    /*
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #0044cc;
    */
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
    color: #ffffff;
    background-color: #424a52;
    /*
    *background-color: #003bb3;
    */
}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
    background-color: #424a52;
}
.datepicker td span {
    display: block;
    width: 62px;
    height: 35px;
    line-height: 35px;
    float: left;
    margin: 2px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.datepicker td span:hover {
    background: #eeeeee;
}
.datepicker td span.active {
    color: #ffffff;
    background-color: #424a52;
    /*
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #0044cc;
    */
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
    color: #ffffff;
    background-color: #424a52;
    /*
    *background-color: #003bb3;
    */
}
.datepicker td span.active:active,
.datepicker td span.active.active {
    background-color: #424a52;
}
.datepicker td span.old {
    color: #999999;
}
.datepicker th.switch {
    width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
    font-size: 21px;
}
.datepicker thead tr:first-child th {
    cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
    background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

/*
.n-b-undo {
    position:relative;
    display:inline-block;
    width:22px;
    height:22px;
    background: url(/visual/Netspe/Template/Default/16x16/black/undo.png) no-repeat 3px 3px;
    filter: alpha(opacity=35);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
    -moz-opacity: 0.35;
    -khtml-opacity: 0.35;
    opacity: 0.35;
    margin:0px 2px;
    cursor:pointer;
}

.n-b-undo:hover {
    filter: alpha(opacity=65);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    -moz-opacity: 0.65;
    -khtml-opacity: 0.65;
    opacity: 0.65;
}

*/

/**
 * Tooltip Styles
 */

/* Add this attribute to the element that needs a tooltip */
[data-ntsp-tooltip],
[data-ntsp-tooltip-left] {
    position: relative;
    /*
  z-index: 2;
  */
    cursor: pointer;
    filter: alpha(opacity=100);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

/* Hide the tooltip content by default */
[data-ntsp-tooltip]:before,
[data-ntsp-tooltip]:after,
[data-ntsp-tooltip-left]:before,
[data-ntsp-tooltip-left]:after {
    visibility: hidden;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}

/* Position tooltip above the element */
[data-ntsp-tooltip]:before,
[data-ntsp-tooltip-left]:before {
    position: absolute;
    bottom: 110%;
    left: 50%;
    width: 120px;
    margin-bottom: 5px;
    margin-left: -60px;
    padding: 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.95);
  */
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.95);

    color: #000;
    color: #f6f6f6;
    content: attr(data-ntsp-tooltip);
    text-align: center;
    font-size: 11px;
    line-height: 1.2;
    /*
  z-index:2000000;
  */
}

[data-ntsp-tooltip-left]:before {
    right: 0;
    bottom: 110%;
    left: auto;
    content: attr(data-ntsp-tooltip-left);
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-ntsp-tooltip]:after,
[data-ntsp-tooltip-left]:after {
    position: absolute;
    bottom: 110%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    /*
  border-top: 5px solid #fff;
  border-top: 5px solid rgba(255, 255, 255, 0.95);
  */
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.95);

    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: ' ';
    font-size: 0;
    line-height: 0;
}

/* Position tooltip on the left of the element */
/*
[data-ntsp-tooltip-left]:before {
  position: absolute;
  top: -50%;
  right: 150%;
  left: auto;

  width: 120px;
  margin-bottom: 5px;
  margin-left: -60px;
  padding: 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.95);

  color: #000;
  color: #f6f6f6;
  content: attr(data-ntsp-tooltip-left);
  text-align: center;
  font-size: 11px;
  line-height: 1.2;

  margin-left: 0;
  margin-bottom: -16px;

}
  */

/* Triangle hack to make tooltip look like a speech bubble */

/* Show tooltip content on hover */
[data-ntsp-tooltip]:hover:before,
[data-ntsp-tooltip]:hover:after,
[data-ntsp-tooltip-left]:hover:before,
[data-ntsp-tooltip-left]:hover:after {
    visibility: visible;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1 !important;
}

/**
 * Tooltip Styles 2
 */

/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
    position: relative;
    cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
    position: absolute;
    visibility: hidden;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
    visibility: visible;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
    z-index: 1001;
    border: 6px solid transparent;
    background: transparent;
    content: '';
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
    z-index: 1000;
    padding: 8px;
    width: 160px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    font-size: 14px;
    line-height: 1.2;
}

/* Directions */

/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
    bottom: 100%;
    left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: #000;
    border-top-color: hsla(0, 0%, 20%, 0.9);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
    margin-left: -80px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
}

/* Left */
.tooltip-left:before,
.tooltip-left:after {
    right: 100%;
    bottom: 50%;
    left: auto;
}

.tooltip-left:before {
    margin-left: 0;
    margin-right: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-left-color: #000;
    border-left-color: hsla(0, 0%, 20%, 0.9);
}

/*
.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform:    translateX(-12px);
  transform:         translateX(-12px); 
}
*/

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
    top: 100%;
    bottom: auto;
    left: 50%;
}

.tooltip-bottom:before {
    margin-top: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-bottom-color: #000;
    border-bottom-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    transform: translateY(12px);
}

/* Right */
.tooltip-right:before,
.tooltip-right:after {
    bottom: 50%;
    left: 100%;
}

.tooltip-right:before {
    margin-bottom: 0;
    margin-left: -12px;
    border-top-color: transparent;
    border-right-color: #000;
    border-right-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
    -webkit-transform: translateX(12px);
    -moz-transform: translateX(12px);
    transform: translateX(12px);
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
    top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
    margin-left: 0;
    margin-bottom: -16px;
}

#ntspGrid .list-infos td {
    padding: 0px 5px 0px 0px;
}

.commit-success {
    border-bottom: 1px solid #03aa98 !important;
}

.commit-warning {
    border-bottom: 1px solid #f89406 !important;
}

.commit-error {
    border-bottom: 1px solid #bd362f !important;
}

@media (min-width: 1100px) {
    .middle-panel.cropped-right {
        margin-right: 510px;
    }

    .middle-panel.cropped-left {
        margin-left: 510px;
    }

    .middle-panel.cropped-top {
        margin-top: 510px;
    }

    #ntspModule .right-panel {
        right: -510px;
        width: 500px;
    }

    #ntspModule .right-panel.visible {
        width: 500px;
        -webkit-transform: translate3d(-510px, 0, 0);
        transform: translate3d(-510px, 0, 0);
        -ms-transform: translate(-510px, 0);
    }

    #ntspModule .right-panel.fixed-top {
        right: -500px;
    }
}

@media (min-width: 1200px) {
    .middle-panel.cropped-right {
        margin-right: 610px;
    }

    .middle-panel.cropped-left {
        margin-left: 610px;
    }

    .middle-panel.cropped-top {
        margin-top: 610px;
    }

    #ntspModule .right-panel {
        right: -610px;
        width: 600px;
    }

    #ntspModule .right-panel.visible {
        width: 600px;
        -webkit-transform: translate3d(-610px, 0, 0);
        transform: translate3d(-610px, 0, 0);
        -ms-transform: translate(-610px, 0);
    }

    #ntspModule .right-panel.fixed-top {
        right: -600px;
    }
}

@media (min-width: 2000px) {
    .middle-panel.cropped-right {
        margin-right: 810px;
    }

    .middle-panel.cropped-left {
        margin-left: 810px;
    }

    .middle-panel.cropped-top {
        margin-top: 810px;
    }

    #ntspModule .right-panel {
        right: -810px;
        width: 800px;
    }

    #ntspModule .right-panel.visible {
        width: 800px;
        -webkit-transform: translate3d(-810px, 0, 0);
        transform: translate3d(-810px, 0, 0);
        -ms-transform: translate(-810px, 0);
    }

    #ntspModule .right-panel.fixed-top {
        right: -800px;
    }
}

.list-pic {
    position: relative;
    width: 30px;
    height: 30px;
}

.list-pic img {
    width: 30px;
    height: 30px;
    background-color: #eeeeee;
    border-radius: 100%;
    margin: 0px !important;
}
