﻿.Bold:before {
    content: "\e636";
}

.Collapse:before {
    content: "\e625";
}

.refresh:before {
    content: "\e84d" !important;
}

[id^="togList"], /* HIDE CHECKBOX */
[id^="togList"] ~ .list, /* HIDE LIST */
[id^="togList"] + label span + span, /* HIDE "Collapse" */
[id^="togList"]:checked + label span { /* HIDE "Expand" (IF CHECKED) */
    display: none;
}

    [id^="togList"]:checked + label span + span {
        display: inline-block; /* SHOW "Collapse" (IF CHECKED) */
    }

    [id^="togList"]:checked ~ .list {
        display: block; /* SHOW LIST (IF CHECKED) */
    }

#scrollable {
    border: 0px solid #999;
    padding: 0px;
    position: relative;
    top: 0px;
    text-align: center2;
    height: 520px;
    right: 10px;
    bottom: 0px;
    left: 0px;
    overflow-y:auto;
    overflow-x:hidden;
}
.container2 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container2 {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container2 {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container2 {
        width: 1170px;
    }
}
.container-fluid2 {
    /*padding-right: 15px;
    padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto;
}
.demoWrapper {
    padding: 1vh;
    background: white;
    box-sizing: border-box;
    resize: both;
    border: 1px dashed;
    overflow: auto;
    max-width: 100%;
    height: 80vh;
}
.edit-adv {
    margin:5px;
}
.edit_Icon {
    background-image: url('../images/edit.png') !important;
}

.delete_Icon {
    background-image: url('../images/delete.png') !important;
}
.btnGrid {
    background: #a7b0b5;
    background-image: -webkit-linear-gradient(top, #a7b0b5, #a7b0b5) !important;
    background-image: -moz-linear-gradient(top, #a7b0b5, #a7b0b5) !important;
    /*background-image: -ms-linear-gradient(top, #a7b0b5, #a7b0b5) !important;*/
    background-image: -o-linear-gradient(top, #a7b0b5, #a7b0b5) !important;
    background-image: linear-gradient(to bottom, #a7b0b5, #a7b0b5) !important;
    -webkit-border-radius: 18px !important;
    -moz-border-radius: 18px !important;
    border-radius: 18px !important;
    font-family: Arial !important;
    color: #ffffff !important;
    font-size: 15px !important;
    padding: 5px 5px 5px 5px !important;
    text-decoration: none !important;
}
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
    background-color: yellow2;
    /*font: 300 14px/18px Roboto;*/
    font: 300 14px/18px Arial;
    /*font: 300 18px/22px Arial;*/
    /*background-image: url('../images/texture.png');*/
}

 *,
:after,
:before {
  box-sizing: border-box
}

.clearfix:after,
.clearfix:before {
  content: '';
  display: table
}

.clearfix:after {
  clear: both;
  display: block
}
ul{
	list-style:none;
	margin: 0;
	padding: 0;
}
a, a:hover, a.active, a:active, a:visited, a:focus {
    /*color: white;*/
    /*    color: red;*/
}
.content {
    width: 100%;
    height: 15%;
    visibility:visible;
    margin: 50px 100px 0px 100px;
}

.exo-menu {
    font: 300 16px/16px Arial;
    float: right;
    padding-right: 80px;
    list-style:arabic-indic;
    position:relative;
    display:inline-block;
    background-color: transparent;
    z-index: 1000;
}
.exo-menu > li {	display: inline-block;float:left;}
    .exo-menu > li > a {
        color: #ccc;
        font-weight:lighter;
        text-transform: uppercase;
        /*border-right: 1px #365670 dotted;*/
        -webkit-transition: color 0.2s linear, background 0.2s linear;
        -moz-transition: color 0.2s linear, background 0.2s linear;
        -o-transition: color 0.2s linear, background 0.2s linear;
        transition: color 0.2s linear, background 0.2s linear;
    }
        .exo-menu > li > a.active {
            background: none;
        }
        .exo-menu > li > a:hover {
            background: none; /*mouse over in menu 888*/
            font-weight: 600;
            color: white;
            box-shadow: 0px 9px 15px 0px rgba(0,0,0,0.3);
        }
    .exo-menu > ul {
        color: black;
        border-radius: 3px;
        border: 1px solid;
        position: absolute;
        display: none;
        overflow: auto;
        width: 100%;
        box-shadow: 0px 9px 15px 0px rgba(0,0,0,0.3);
        left: -9999px;
        top: -9999px;
        list-style-type: none;
    }
li.drop-down ul > li > a:hover {
    background: #a7b0b5; /*888*/
    color: black; /*888*/
    text-decoration: blink;
    border-color: black;
    border: 3px;
    z-index:8888;
}
.exo-menu i {
    float: left;
    color: #a7b0b5; /*888*/ /*icon*/
    font-size: 12px;
    margin-right: 6px;
    line-height: 10px !important;
    z-index:1000;
}
.exo-menu > i > a:hover {
    color: tan;
    color: #c5cbc9;
    border-radius: 3px;
    border-left: 1px solid;
    border-top: 1px solid;
    border-right: 1px solid;
    z-index: 1000;
}
li.drop-down,
.flyout-right,
.flyout-left{position:relative;}
    li.drop-down:before {
        content: "\f103";
        color: #dde3e8; /* dropdown >>*/
        margin2:10px;
        font-family: FontAwesome;
        font-style: normal;
        display: inline;
        position: absolute;
        right: 2px;
        top: 10px;
        font-size: 14px;
        z-index: 1000;
    }
    li.drop-down > ul {
        left: 0px;
        background: purple;
        margin:0px;
        min-width: 248px;
    }
.drop-down-ul{display:none;}
.flyout-right>ul,
.flyout-left>ul{
  top: 0;
  min-width: 130px;
  display: none;
  border-left: 1px solid #365670;
  }

li.drop-down > ul > li > a,
.flyout-right ul > li > a,
.flyout-left ul > li > a {
    color: Black;
    display: block;
    border-left: 1px solid;
    border-top-width: 2px;
    border-top: 0px solid;
    border-right: 1px solid;
    border-top-left-radius: 0px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: white;
    position: relative;
    z-index: 88888;
    /*   border-bottom: 2px dotted #547787;
            border: 2px dotted #547787;*/
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
}
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
	border-bottom: 1px dotted #B8C7BC;
}
ul.nav li.current-menu-item:first-child a,
ul.nav li.current_page_item:first-child a {
    color: green;
    background: url(../gfx/menu_hover.gif) left top repeat-x;
    border-top-left-radius: 7px !important; /* added !important here */
    border-bottom-left-radius: 7px !important;
}

    /*.flyout-left ul > li > a*/
.flyout-left li:hover li:first-child a {
    border-top: 2px black solid;
}
.flyout-left li:hover li:last-child a {
    border-bottom: 2px black solid;
    /*Flyout Mega*/
}
    .flyout-mega-wrap {
	top: 0;
	right: 0;
	left: 100%;
	width: 100%;
	display:none;
	height: 100%;
	padding: 15px;
	min-width: 742px;

}
h4.row.mega-title {
  color:#eee;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
 }
.flyout-mega ul > li > a {
  font-size: 90%;
  line-height: 25px;
  color: #fff;
  font-family: inherit;
}
        .flyout-mega ul > li > a:hover,
        .flyout-mega ul > li > a:active,
        .flyout-mega ul > li > a:focus {
            text-decoration: none;
            background-color: #00264b !important;
            color: #ccc !important; 
            border-color: red;
            border: 1px;
        }
/*mega menu*/

.mega-menu {
    left: 0;
    right: 0;
    padding: 15px;
    display: none;
    padding-top: 0;
    min-height: 100%;
    color: #fff; /* dropdown >>*/
}
h4.row.mega-title {
  color: #eee;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #547787;
  padding-top: 15px;
  background-color: #365670
  }
 .mega-menu ul li a {
  line-height: 25px;
  font-size: 90%;
  display: block;
}
ul.stander li a {
    padding: 3px 0px;
}

ul.description li {
    padding-bottom: 12px;
    line-height: 8px;
}

ul.description li span {
    color: #ccc;
    font-size: 85%;
}
a.view-more{
  border-radius: 1px;
  margin-top:15px;
  background-color: #009FE1;
  padding: 2px 10px !important;
  line-height: 21px !important;
  display: inline-block !important;
}
a.view-more:hover{
	color:#fff;
	background:#0DADEF;
}
ul.icon-des li a i {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #009FE1;
    line-height: 35px !important;
}

ul.icon-des li {
    width: 100%;
    display: table;
    margin-bottom: 11px;
}
/*Blog DropDown*/
.Blog{
	left:0;
	display:none;
	color:#fefefe;
	padding-top:15px;
	background:#547787;
	padding-bottom:15px;
}
.Blog .blog-title{
	color:#fff;
	font-size:15px;
	text-transform:uppercase;
}
.Blog .blog-des{
	color:#ccc;
	font-size:90%;
	margin-top:15px;
}
.Blog a.view-more{
	margin-top:0px;
}
/*Images*/
.Images{
	left:0;
   width:100%;
	 display:none;
	color:#fefefe;
	padding-top:15px;
	background:#547787;
	padding-bottom:15px;
}
.Images h4 {
  font-size: 15px;
  margin-top: 50px;
  text-transform: uppercase;
}
/*common*/
.flyout-right ul>li>a ,
.flyout-left ul>li>a,
.flyout-mega-wrap,
.mega-menu{
	background-color: #547787;
}

/*hover*/
.Blog:hover,
.Images:hover,
.mega-menu:hover,
.drop-down-ul:hover,
li.flyout-left>ul:hover,
li.flyout-right>ul:hover,
.flyout-mega-wrap:hover,
li.flyout-left a:hover +ul,
li.flyout-right a:hover +ul,
.blog-drop-down >a:hover+.Blog,
li.drop-down>a:hover +.drop-down-ul,
.images-drop-down>a:hover +.Images,
.mega-drop-down a:hover+.mega-menu,
li.flyout-mega>a:hover +.flyout-mega-wrap{
	display:block;
}
/*responsive*/
 @media (min-width:767px){
	.exo-menu > li > a{
	display:block;
	padding: 10px 10px;
 }
.mega-menu, .flyout-mega-wrap, .Images, .Blog,.flyout-right>ul,
.flyout-left>ul, li.drop-down>ul{
		position:absolute;
}
 .flyout-right>ul{
	left: 100%;
	}
	.flyout-left>ul{
	right: 100%;
}
 }
@media (max-width:767px){

	.exo-menu {
		max-height: 28px;
		background-color: red/*#23364B;*/;
		width: 100%;
	}

	.exo-menu > li > a{
		width:100% ;
	    display:none ;

	}
	.exo-menu > li{
		width:100%;
	}
	.display.exo-menu > li > a{
	  display:block ;
	  	padding: 20px 22px;
	}

.mega-menu, .Images, .Blog,.flyout-right>ul,
.flyout-left>ul, li.drop-down>ul{
		position:relative;
}

}
a.toggle-menu{
    position: absolute;
    right: 0px;
    padding: 20px;
    font-size: 27px;
    background-color: #ccc;
    color: #23364B;
    top: 0px;
}
/*xxx*/
.edit_Icon {
    background-image: url('../images/edit.png') !important;
}

.delete_Icon {
    background-image: url('../images/delete.png') !important;
}

#wrapper {
    display: block;
    /*border: 1px solid black;*/
}
/*Help tabs begin*/
.tabs {
    max-width: 100%;
    float: none;
    list-style: none;
    padding: 0;
    margin: 75px auto;
    border-bottom: 4px solid #ccc;
}
.tabs:after {
    content: '';
    display: table;
    clear: both;
}
.tabs input[type=radio] {
    display: none;
}
.tabs label {
    display: block;
    float: left;
    width: 14%;
    color: #ccc;
    font-size: 30px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    line-height: 2;
    cursor: pointer;
    box-shadow: inset 0 4px #ccc;
    border-bottom: 4px solid #ccc;
}
.tabs label i {
    padding: 5px;
    margin-right: 0;
}
.tabs label:hover {
    color: #00264b;
    box-shadow: inset 0 4px #00264b;
    border-bottom: 4px solid #00264b;
}
.tab-content {
    display: none;
    width: 100%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
    background-color: #ffffff;
}
.tab-content * {
    -webkit-animation: scale 0.7s ease-in-out;
    -moz-animation: scale 0.7s ease-in-out;
    animation: scale 0.7s ease-in-out;
}
.tabs [id^="tab"]:checked + label {
    background: #FFF;
    box-shadow: inset 0 4px #00264b;
    border-bottom: 4px solid #00264b;
    color: #00264b;
}
#tab1:checked ~ #tab-content1,
#tab2:checked ~ #tab-content2,
#tab3:checked ~ #tab-content3,
#tab4:checked ~ #tab-content4,
#tab5:checked ~ #tab-content5,
#tab6:checked ~ #tab-content6,
#tab7:checked ~ #tab-content7 {
    display: block;
}
@media (min-width: 768px) {
    .tabs i {
        padding: 5px;
        margin-right: 10px;
    }

    .tabs label span {
        display: inline-block;
    }

    .tabs {
        /*max-width: 750px;*/
        max-width: 90%;
        margin: 50px auto;
    }
}
/*Help tabs end*/

/*Used for highly backward compatible single row with left and right sections*/
.left {
    width: 49%;
    margin-left: 5px;
    margin-top: 5px;
    float: left;
    border: 2px solid #8e8d8e;
    border-radius: 5px;
    opacity: 1;
    padding: 1em;
    color: #d9480f;
}
.right {
    width: 49%;
    margin-right: 5px;
    margin-top: 5px;
    border: 2px solid #8e8d8e;
    border-radius: 5px;
    padding: 1em;
    color: #d9480f;
    float: right;
}
/*Used for highly backward compatible single row with left and right sections*/
/*Top fixed nav bar refinements*/
.navbar-nav > li > a {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
/*Top fixed nav bar refinements*/

/*Blinking Red Warning*/
.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
 @-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}
 @-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}
 @keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}
/*Blinking Red Warning*/

/*Simplified G3 Info Panel*/
.panelG3-group {
    margin-bottom: 0px;
    color: yellow2;
}
    .panelG3-group .panelG3 {
        margin-bottom: 0;
    }
.panelG3-default {
    /*border-color: #ddd;*/
    border-color: purple;
}
.panelG3 {
    /*margin-bottom: 20px;*/
    border: 0px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panelG3-default > .panelG3-heading {
    color: #333;
    background-color: #b5121b;
    border-radius: 12px 0px 0px 0px;
    border-color: #ddd;
    color: #000;
    text-decoration: none;
}
.panelG3-group .panelG3-heading {
    border-bottom: 0;
}
.panelG3-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    overflow-y: hidden;
}
.panelG3-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    /*color: inherit;*/
    color: yellow2;
    overflow-y: hidden;
}

/*the final and best link color solution begin*/
A.noDecoration {
    text-decoration: none;
    color: white;
    display: block;
}
A.noDecoration:link {
    text-decoration: none;
    color: white;
    display: block;
}
A.noDecoration:visited {
    text-decoration: none;
    color: white;
    display: block;
}
A.noDecoration:hover {
    text-decoration: none;
    color: white;
    display: block;
}
A.noDecoration:active {
    text-decoration: none;
    color: black;
    display: block;
}
a.forceBlackLink {
    color: black;
}
/*the final and best link color solution end*/

a:link {
    text-decoration: none !important;
}
.collapse2.in {
    display: block;
}
.collapse2 {
    display: none;
}
.panelG3-body::after {
    /*clear: both;*/
}
.panelG3-body::after, .panelG3-body::before {
    display: table;
    content: " ";
}
.panelG3-default > .panelG3-heading + .panelG3-collapse > .panelG3-body {
    border-top-color: #ddd;
}
.panelG3-group .panelG3-heading + .panelG3-collapse > .panelG3-body {
    border-top: 1px solid #ddd;
    color: #000;
    color: black;
}
.panelG3-body {
    padding: 5px 5px 5px 15px;
    background-color: #dde3e8;
    color: white;
    border-radius: 0px 0px 12px 0px;
}
.panelG3-group .panelG3 + .panelG3 {
    margin-top: 5px;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .15s;
    -o-transition: height .15s;
    transition: height .15s;
}
/*Simplified G3 Info Panel*/        
 
/*Fade*/
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fade-in {
    opacity: 0; /* make things invisible upon start */
    -webkit-animation: fadeIn ease-in 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

    .fade-in.one {
        -webkit-animation-delay: 0.2s;
        -moz-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .fade-in.two {
        -webkit-animation-delay: .4s;
        -moz-animation-delay: .4s;
        animation-delay: .4s;
    }

    .fade-in.three {
        -webkit-animation-delay: .6s;
        -moz-animation-delay: .6s;
        animation-delay: .6s;
    }

    .fade-in.four {
        -webkit-animation-delay: .8s;
        -moz-animation-delay: .8s;
        animation-delay: .8s;
    }

    .fade-in.five {
        -webkit-animation-delay: .6s;
        -moz-animation-delay: .6s;
        animation-delay: .6s;
    }

    .fade-in.six {
        -webkit-animation-delay: .4s;
        -moz-animation-delay: .4s;
        animation-delay: .4s;
    }

    .fade-in.seven {
        -webkit-animation-delay: .4s;
        -moz-animation-delay: .4s;
        animation-delay: .4s;
    }

    .fade-in.eight {
        -webkit-animation-delay: .4s;
        -moz-animation-delay: .4s;
        animation-delay: .4s;
    }

    .fade-in.nine {
        -webkit-animation-delay: .4s;
        -moz-animation-delay: .4s;
        animation-delay: .4s;
    }
/*General*/
.collapsing {
    transition: height .3s;
}
.panel-body {
    height: 100% !important;
}
#panel, #flip {
    padding: 5px;
    text-align: left;
}

        #panel {
            padding: 0px;
            display: none;
        }

        #custom-bootstrap-menu.navbar-default .navbar-brand {
        color: rgba(119, 119, 119, 1);
        }
        #c2ustom-bootstrap-menu.navbar-default {
            font-size: 15px;
            background-color: rgba(0, 0, 0, 1);
            background: -webkit-linear-gradient(top, rgba(0, 38, 75, 1) 0%, rgba(0, 0, 0, 1) 100%);
            background: linear-gradient(to bottom, rgba(0, 38, 75, 1) 0%, rgba(0, 0, 0, 1) 100%);
            border-width: 0px;
            border-radius: 0px;
        }
        #c2ustom-bootstrap-menu.navbar-default .navbar-nav>li>a {
            color: rgba(240, 231, 231, 1);
            background-color: rgba(0, 38, 75, 0);
        }
        #custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
        #custom-bootstrap-menu.navbar-default .navbar-nav>li>a:focus {
            color: rgba(240, 231, 231, 1);
            background-color: rgba(189, 186, 217, 1);
            background: -webkit-linear-gradient(top, rgba(248, 248, 248, 0) 0%, rgba(189, 186, 217, 1) 100%);
            background: linear-gradient(to bottom, rgba(248, 248, 248, 0) 0%, rgba(189, 186, 217, 1) 100%);
        }
        #custom-bootstrap-menu.navbar-default .navbar-nav>.active>a,
        #custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover,
        #custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus {
            color: rgba(85, 85, 85, 1);
            background-color: rgba(231, 231, 231, 1);
        }
        #custom-bootstrap-menu.navbar-default .navbar-toggle {
            border-color: #ddd;
        }
        #custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
        #custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
            background-color: #ddd;
        }
        #custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }
        #custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
        #custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
            background-color: #000000;
        }
        #grad {
            background: red; /* For browsers that do not support gradients */
            background: -webkit-linear-gradient(red, yellow); /* For Safari 5.1 to 6.0 */
            background: -o-linear-gradient(red, yellow); /* For Opera 11.1 to 12.0 */
            background: -moz-linear-gradient(red, yellow); /* For Firefox 3.6 to 15 */
            background: linear-gradient(red, yellow); /* Standard syntax */
        }
        /*********************************************************************************/
        .jumbotron {
            padding: 0px !important;
            background-color: #dde3e8;
            overflow-y: auto;
        }

        .container-band-ray {
            display: block;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 0px;
            margin-top: 0px;
            background-color: #b5121b;
            border-radius:  6px 6px 0px 0px;
            top: 90px;
            height: 20px;
            width: 100%;
        }
       .nav a {
            /*color:white !important;*/
            font-size: 1.4em !important;
        }

        .nav > li > a:hover {
            color: black !important;
        }

        .dropdown-menu li > a {
            color:black !important;
        }
                .dropdown:hover .dropdown-menu {
            display: block;
        }

        .nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
            margin-top: 0;
        }

 /*       html, body{background-color:yellow2;height:100%; margin:0;padding:0}*/
 
        .container-fluid{
          background-color:black;
          height:100%;
          min-height:100%;
          overflow-y:scroll;
          display:table;
          width: 100%;
          padding: 0;
        }
    .col-md-6 {
        height: 100%;
        min-height: 100%;
        overflow-y: scroll;
     }
 
        .row-fluid {height: 100%; display:table-cell; vertical-align: middle;}
 
        .centering {
          float:none;
          margin:0 auto;
        }                    

            .btnAwesome {
              background: #a7b0b5;
              background-image: -webkit-linear-gradient(top, #a7b0b5, #a7b0b5);
              background-image: -moz-linear-gradient(top, #a7b0b5, #a7b0b5);
              background-image: -ms-linear-gradient(top, #a7b0b5, #a7b0b5);
              background-image: -o-linear-gradient(top, #a7b0b5, #a7b0b5);
              background-image: linear-gradient(to bottom, #a7b0b5, #a7b0b5);
              -webkit-border-radius: 28;
              -moz-border-radius: 28;
              border-radius: 28px;
              font-family: Arial;
              color: #ffffff;
              font-size: 20px;
              padding: 10px 20px 10px 20px;
              text-decoration: none;
            }

            .btnAwesome:hover {
              background: #a7b0b5;
              text-decoration: none;
            }

             .btn {
        background: #a7b0b5;
        background-image: -webkit-linear-gradient(top, #a7b0b5, #a7b0b5);
        background-image: -moz-linear-gradient(top, #a7b0b5, #a7b0b5);
        background-image: -ms-linear-gradient(top, #a7b0b5, #a7b0b5);
        background-image: -o-linear-gradient(top, #a7b0b5, #a7b0b5);
        background-image: linear-gradient(to bottom, #a7b0b5, #a7b0b5);
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        border-radius: 18px;
        font-family: Arial;
        color: #ffffff;
        font-size: 15px;
        padding: 5px 5px 5px 5px;
        margin:5px;
        text-decoration: none;
    }

        .btn:hover {
            background: #a7b0b5;
            text-decoration: none;
        }
          .ui-state-focus:focus { outline:1px dotted red !important }
          .ui-state-active:active { outline:1px dotted yellow !important }
           /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#959595+0,0d0d0d+46,010101+50,0a0a0a+53,4e4e4e+76,383838+88,1b1b1b+99 */
           /*181,18,27*/
            .grad {
                background-color:#b5121b!important;
                color: white;
                }
                /*a.linkHover:hover, a.ex3:active {background: #b5121b;}*/
                .panel-heading2 .accordion-toggle:after {
                    overflow: hidden;
                    height:37px;
                }
                .panel-title a {
                    display: block;
                    padding: 10px 15px;
                    /*margin: -10px -15px;*/
                }
                .panel-heading2 .accordion-toggle.collapsed:after {
                    /* symbol for "collapsed" panels */
                    /*content: "\e080";*/    /* adjust as needed, taken from bootstrap.css */
                }
                            @-webkit-keyframes typing {
                    from { width: 0 }
                    to { width:16.3em }
                }

                @-moz-keyframes typing {
                    from { width: 0 }
                    to { width:16.3em }
                }

                @-webkit-keyframes blink-caret {
                    from, to { border-color: transparent }
                    50% { border-color:transparent }
                }

                @-moz-keyframes blink-caret {
                    from, to { border-color: transparent }
                    50% { border-color: transparent }
                }

                h4 { 
                    width:100%;
                    white-space:normal;
                    overflow:auto;
                    border-right: 0px;
                    /*-webkit-animation: typing 1s steps(30, end), 
                                        blink-caret .1s step-end infinite;
                    -moz-animation: typing 1s steps(30, end);*/
                    font-size:5vw;
                }

                /* make keyframes that tell the start state and the end state of our object */
 
    .collapsing {
    transition: height .3s;
}
.c2ustom-trackingtool.navbar {
    font-size: 15px;
    background-color: rgba(0, 0, 0, 1);
    background: -webkit-linear-gradient(top, rgba(0, 38, 75, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 38, 155, 1) 0%, rgba(0, 0, 0, 1) 100%);
    border-width: 0px;
    border-radius: 0px;
}
.c2t {
    background-color: black;
    /*background: black;
    background: -webkit-radial-gradient(#000000, #00264b);*/
    background: linear-gradient(to right, #0f0c29, #00264b, #24243e);
/*    background: linear-gradient(to top, #0f0c29, #00264b);
*/    /*background: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(0,38,75,1) 93%, rgba(0,38,75,1) 100%);*/
}