body {
  padding-top: 50px;
  padding-bottom: 30px;
  color: white;
  overflow-y: scroll;
  overflow-x: hidden;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: red;
    color: white;
    text-align: center;
}
.logo {
    position: relative;
    margin-top: -5px;
    color: #f0f;
    font-weight: bold;
}
a:link, a:visited, a:hover, a:active {
    color: #00ccff;
}
.link_lightblue {
  color: red !important;
  font-weight: bold;
}

.cmp_name {
   color: #f0f;
   /* font-size: 12px;
   font-weight: bold; */
}
.small_warning {
  color: yellow;
  font-size: 91%;
}
.alert-warning {
  color: red;
  font-weight: bold;
}
.nosel {
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */
}
.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}
textarea:not(:placeholder-shown) {
  background-color: #ffffff;
}
input:not(:placeholder-shown) {
  background-color: #ffffff;
}
input:placeholder-shown {
  background-color: #ffcccc;
}
textarea:placeholder-shown {
  background-color: #ffcccc;
}

.theme-mixer {
  background: url(../images/backgrounds/header-bg.jpg) no-repeat center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.theme-showcase > p > .btn {
  margin: 5px 0;
    background-color: rgba(41, 41, 41, 0.68);
    width: 80%;
    margin: auto;
}
.nowrap {
  white-space: nowrap;
}


.navbar li {
  margin-left : -2px;
  margin-right : -2px;
}
.navbar a {
    color: #f0f;
    text-decoration: none;
    cursor: pointer;
}
.doctext {
  color: #bbbbbb;
}
.docheader1 {
  color: #ffffff;
}
.docheader2 {
  color: yellow;
}
.docheader3 {
  color: #00ccff;
}

/*  ==========================================================================================*/
/* @media only screen and (min-width: 615px) {
    .collapse {
        display: block;
    }

    .navbar-header {
        float: left;
    }

    .navbar-toggle {
        display: none;
    }

    .navbar-nav.navbar-left {
       float: left;
       margin: 0;
    }

    .navbar-nav.navbar-right {
       float: right;
       margin: 0;
    }
    .navbar-nav>li {
        float: left;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 420px) {
     .collapse {
        display: none;
     }

     .navbar-header {
        display: block;
     }
} */
/*  ==========================================================================================*/
/* .navbar li.active{
  margin-left : 25px;
  margin-right : 25px;
} */
.btn-disabled {
  color:#777;
  background-color:#404040;
  border-color:#808080
}
.page-header h1{
  color: #fff;
  text-align: center;
}
.page-header-black h1{
  color: #000;
  text-align: center;
}
.page-content {
  color: #fff;
  text-align: center;
}
.text-highlight {
  color: #00ccff;
}
.text-white {
  color: #fff;
}
.text-green {
  color: #0f0;
}
.text-purple {
  color: #ff66cc;
}
.text-yellow {
  color: #ffff00;
}
.text-msg {
  font-size: 160%;
  color: #00ccff;
}
.text-alert {
  font-size: 160%;
  color: #ffff00;
}
.dl_row {
  padding-bottom: 10px;
}
.dl_appname {
  color: #0ff;
  font-size: 150%;
  margin-top: 0px;
  display: inline;
}
.dl_descr {
    font-size: 100%;
    padding-top: 5px;
}
.dl_extra {
  color: #0f0;
  font-size: 80%;
  text-align: center;
  margin-top: 11px;
}
.dl_nodl {
  color: #f00;
  font-size: 80%;
  text-align: center;
  margin-top: 3px;
}
.dl_btn {
  width: 100px;
  margin-top: 0px;
  /* margin-left: 2px; */
  margin-right: 2px;
}
.btn_wide {
  width: 200px;
  margin-top: 0px;
  margin-left: 12px;
  margin-right: 2px;
}
.dl_size {
  color: #bbb;
  font-size: 80%;
  margin-top: 13px;
}
.dl_version {
  font-size: 80%;
  color: #99ccff;
  /* text-align: center; */
  margin-top: 8px;
  left: -15px;
  white-space: nowrap;
}
.dl_trial {
  color: #bbb;
  font-size: 80%;
  margin-top: -5px;
  margin-left: 12px;
}
.btn-purchase {
  width: 100px;
  margin: 10px;
}
input[type=checkbox] {
  transform: scale(1.5);
}
.label {
  font-size: 16px;
}
.cmplabel {
  margin-top: 5px;
  padding: 5px;
  color: #99ccff;
}
.cmptelinfo {
  color: #0099e6;
  font-size: small;
}
.cmpinfo {
  color: #fff;
  font-size:medium;
  white-space: nowrap;
  border-radius: 10px 10px 10px 10px;
  /* background: #006680; */
  border: 1px solid gray;
  padding: 6px;
  margin: 2px;
}
.cmpinfo_bold {
  color: #fff;
  font-size:medium;
  font-weight: bold;
  white-space: nowrap;
  border-radius: 10px 10px 10px 10px;
  /* background: #006680; */
  border: 1px solid gray;
  padding: 6px;
  margin: 2px;
}
.small_white {
  color: white;
  font-weight: small;
  font-size:small;
}
.small_gray {
  color: #999999;
  font-weight: small;
  font-size:small;
}
.nowrap {
  white-space: nowrap;
}
.inline {
  display:inline;
}
@media (min-width: 768px) {
  .alignright_min768 {
      text-align: right;
  }
}
/* @media (max-width: 768px) {
   .collapse {
       display: none !important;
   }
} */
.email_important {
  color: #ff5050;
  font-weight: bold;
}
.email_important_msg {
  color: #99ccff;
}
.email_oops {
  color: #ff5050;
  font-size: 1.4em;
  font-weight: bold;
}
.pf_refs {
	padding: 25px 0;
}
.popover-content {
  color: #000000;
  font-size:80%;
}

/*For Gallery Section*/

.gallery-item h6{
	background:#4b4c4e;
	color:#4bcaff;
	padding:12px 0;
	font-size:15px;
	text-transform:uppercase;
	margin-top:0;
	border-radius:0px 0px 10px 10px;
	-webkit-border-radius:0px 0px 10px 10px;
	-moz-border-radius:0px 0px 10px 10px;
	-ms-border-radius:0px 0px 10px 10px;
}
.gallery img{
	width:100%;
}
.gallery{
	position:relative;
	margin-bottom:10px;
	overflow:hidden;
	border-radius:10px 10px 0px 0px;
	-webkit-border-radius:10px 10px 0px 0px;
	-moz-border-radius:10px 10px 0px 0px;
	-ms-border-radius:10px 10px 0px 0px;
}
.img-overlay{
	/*background:rgba(83,160,192, .9);*/
	position:absolute;
	width: 100%;
  height: 79%;
  top: -90%;
	transition:.5s;
}
.gallery:hover .img-overlay{
	top:0;
}

.gallery-icon a{
	font-size:15px;
	color:#fff;
	/*text-transform:uppercase;*/
	transition:.3s;
}
.gallery-icon:hover a{
	color:#c9c9c9;
}

.gallery-icon{
	position:absolute;
	color:red;
	z-index:1;
	transition:.5s;
	-webkit-transition:.5s;
}
.gallery:hover  .gallery-icon{
	bottom:50%;
	left:35%;
}
.cur_select {
  color:black;
}
.country_select {
  color:black;
  background: #ffffff;   /* #ffcccc; */
  //background: red;
}
.country_select select [value>0] { /* value not val */
    background: yellow;
}
.currency_val {
  font-family: monospace;
  font-weight: bold;
  border-radius: 5px;
  background: #555555;
  margin-top: 3px;
  margin-right: 10px;
  padding: 3px;
  width: 110px;
  height: 25px;
}
.lic_type {
  top: 5px;
	color:#4bcaff;
}
.cur_warning {
  padding-top: 2px;
  /* font-size: 85%; */
	color:yellow;
}
.desc_adjup {
  margin-top: -2px;
}
.desc_adjdown {
  padding-top: 5px;
}
.ex_rate {
	color:#4bcaff;
  font-size: 75%;
}
.glyphicon-info-sign {
   color:#4bcaff;
   font-size: 120%;
   margin-left: 8px;
}
.info_adj {
  padding-top: 4px;
}
.sl_header {
	color:white;
  font-weight: bold;
  font-size: 200%;
}
.footnote {
	color:#4bcaff;
  font-size: 80%;
}
