﻿@charset "UTF-8";
body{color: #74727C}
.breadcrumb { border: 0px solid rgba(255, 255, 255, 1); border-radius: 4px;}
.breadcrumb li {font-size: 14px;}
.breadcrumb a {color: rgba(66, 139, 202, 1);}
.breadcrumb a:hover {color: rgba(42, 100, 150, 1);}
.breadcrumb>.active {color: rgba(153, 153, 153, 1);}
.breadcrumb>li+li:before {color: rgba(204, 204, 204, 1); content: "\002F\00a0";}
.breadcrumb {padding:0px;}
.breadcrumb {margin-bottom:5px;}
.navbar {margin-bottom:0px !important;}
.navbar-default {background-color:#00529B;}
.navbar-default .navbar-nav > li > a {color: #FFF;}
.angular-highlight { background-color:	rgba(142,109,155,0.4);font-weight:bold;}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
}
.navbar-nav .open .dropdown-menu {
    background-color: #fff;
    }
.navbar-default
{ /* assigning the top bar to the entire navbar div element */
    padding-left:3px;
    box-shadow:  0px 0px 0px ; /* initial gray color to the top bar */   
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: white;
    /*background-color: #f9f9f9;*/
    /*box-shadow: inset 0px 6px 0px gray; /* switch to a darker color on hover */
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: white;
    /*background-color: #f9f9f9;*/
    /*box-shadow: inset 0px 6px 0px gray;  switch to a lighter color for active element */
}

.navbar-collapse {
padding-left: 0px;
    padding-right: 0px;
}

/*.xt-error { border: 1px solid red; color: red;}*/
.xt-error:focus { border: 1px solid red;box-shadow: 0 0 2px red; }
.xt-example {
    position: relative;
    padding: 45px 15px 15px;
    margin: 0 -15px 15px;
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px 0;
    -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, .05);
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, .05);
}

.xt-example:after {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 12px;
    font-weight: 700;
    color: #959595;
    text-transform: uppercase;
    letter-spacing: 1px;
    content: "Example";
}

.xt-example + .highlight, .xt-example + .zero-clipboard + .highlight {
    margin: -15px -15px 35px;
    border-width: 0 0 1px;
    border-radius: 0;
}
.col-md-8
{
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}

.col-md-4
{
    padding-left: 0px;
    padding-right: 10px;
    position: relative;
}

@media (min-width: 768px) {
    .points {
        padding-top: 20px;
    }

    .xt-example {
        margin-right: 0;
        margin-left: 0;
        background-color: #fff;
        border-color: #ddd;
        border-width: 1px;
        border-radius: 4px 4px 0 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-top: 20px;
    }

    .xt-example + .highlight, .xt-example + .zero-clipboard + .highlight {
        margin-top: -16px;
        margin-right: 0;
        margin-left: 0;
        border-width: 1px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .zero-clipboard {
        display: block;
    }

    .xt-example + .zero-clipboard .btn-clipboard {
        top: -16px;
        border-top-right-radius: 0;
    }
}

@media (min-width: 992px) {
    .points {
        padding-top: 40px;
    }
}

.xt-validation-summary {
    list-style: none;
    margin: 0;
    padding: 0;
}

.xt-validation-inline {
    color: red;
    margin-top: 5px;
    display: inline-block;
}

.xt-validation-inline .xt-validation-item:before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e101";
    margin-right: 5px;
}

/* ==== Utility classes ===== */

input.ng-dirty.ng-invalid,
select.ng-dirty.ng-invalid,
textarea.ng-dirty.ng-invalid {
    border: 1px solid red;
}

.ng-submitted input.ng-invalid,
.ng-submitted select.ng-invalid,
.ng-submitted textarea.ng-invalid {
    border: 1px solid red;
}

input.ng-dirty.ng-valid,
select.ng-dirty.ng-valid,
textarea.ng-dirty.ng-valid {
    border: 1px solid green;
}




.progress {
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 3px;
    margin-bottom: 20px;
    overflow: hidden;
}

#login-nav input { margin-bottom: 15px; }

.loginStatus 
{
    color: White;
    padding-top: 13px;
}

.loginStatusResize
{
    padding-top: -8px;
    padding-bottom: -7px;
}

.main-header .navbar-custom-menu,
.main-header .navbar-right {
  float: right;
}

.labelNotification {
  position: absolute; top: 4px; right: 7px; text-align: center; font-size: 11px; padding: 2px 3px; line-height: .9;
  background-color:#f77219;
}

 .main-header {
  position: relative;
  max-height: 100px;
  z-index: 1030;
}
.main-header > .navbar {
  -webkit-transition: margin-left 0.3s ease-in-out;
  -o-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
  margin-bottom: 0;
  margin-left: 230px;
  border: none;
  min-height: 50px;
  border-radius: 0;
}
.layout-top-nav .main-header > .navbar {
  margin-left: 0;
}

@media (max-width: 991px) {
  .main-header .navbar-custom-menu a,
  .main-header .navbar-right a {
    color: inherit;
    background: transparent;
  }
}
@media (max-width: 767px) {
  .main-header .navbar-right {
    float: none;
  }
  .navbar-collapse .main-header .navbar-right {
    margin: 7.5px -15px;
  }
  .main-header .navbar-right > li {
    color: inherit;
    border: 0;
  }
}

.main-header .navbar .nav > li.user > a > .fa,
.main-header .navbar .nav > li.user > a > .glyphicon,
.main-header .navbar .nav > li.user > a > .ion {
  margin-right: 5px;
}


.main-header .logo .logo-lg {
  display: block;
}
.main-header .logo .logo-mini {
  display: none;
}
.main-header .navbar-brand {
  color: #fff;
}

@media (max-width: 991px) {
  .navbar-custom-menu .navbar-nav > li {
    float: left;
  }
  .navbar-custom-menu .navbar-nav {
    margin: 0;
    float: left;
  }
  .navbar-custom-menu .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .main-header {
    position: relative;
  }
  .main-header .logo,
  .main-header .navbar {
    width: 100%;
    float: none;
  }
  .main-header .navbar {
    margin: 0;
  }
  .main-header .navbar-custom-menu {
    float: right;
  }
}

.main-header .navbar-nav > li > a:hover, .main-header .navbar-nav > li > a:focus {
    background-color: transparent;    
}
.main-header .navbar-nav > .active > a,
.main-header .navbar-nav > .active > a:hover,
.main-header .navbar-nav > .active > a:focus 
{
    background-color: transparent;
    }

@media (max-width: 991px) {
  .navbar-collapse.pull-left {
    float: none!important;
  }
  .navbar-collapse.pull-left + .navbar-custom-menu {
    display: block;
    position: absolute;
    top: 0;
    right: 40px;
  }
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
    border-color: #337ab7;
}




.dropdown ul.dropdown-menu:before {
    content: "";
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    right: 16px;
    z-index: 10;
}
.dropdown ul.dropdown-menu:after {
    content: "";
    border-bottom: 12px solid #ccc;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -12px;
    right: 14px;
    z-index: 9;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

#service .block {
    text-align: center;
}


#face-wrapper .face {

 z-index: 1;
	-moz-box-shadow: 0px 0px 0px 5px #357CA5; /* Firefox */  
  -webkit-box-shadow: 0px 0px 0px 5px #357CA5; /* Safari, Chrome */  
 box-shadow: 0px 0px 0px 5px #357CA5; /* CSS3 */
}

.verticalMenuItem {
    border-bottom: 1px solid #eeeeee;
    margin: 20px 0 30px;
    padding-bottom: 9px;
}

.newdivider {
 
    border-color: #eee -moz-use-text-color -moz-use-text-color;    
    border-style: solid none none;
    border-width: 2px 0 0;
    margin-bottom: 7px;
    margin-top: 11px;
}

.panelbodyChangePadding
{
    margin: 10px 0 10px 0;
    }
    
    a.link.active { color:blue; }
    
 .h3Tag   
 {
    margin-bottom: 0;
    margin-top: 0;
}   


.btn-default
{
    background-color: #357CA5;
    border-color: #96CBE8;
    color: #F9F9F9;
}


.btn-default.focus,
.btn-default:focus,
.btn-default:hover
 {
    background-color: #439CCC;
    border-color: #96CBE8;
    color: #F9F9F9;
}

.btn-cart
{
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f75b16 0%, #f75b16 0%, #f75b16 0%, #f75b16 100%) repeat scroll 0 0;
    border: 1px solid #ec6723;
    color: #FFFFFF;
}


.btn-cart.focus,
.btn-cart:focus,
.btn-cart:hover
 {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f75b16 0%, #f75b16 0%, #f75b16 0%, #f75b16 100%) repeat scroll 0 0;
    border: 1px solid #ee3a39;
    color: #F9F9F9;
}



.table>tbody>tr>td, .table>tfoot>tr>td{
    vertical-align: middle;
}
@media screen and (max-width: 600px) {
    table#cart tbody td .form-control{
		width:20%;
		display: inline !important;
	}
	.actions .btn{
		width:36%;
		margin:1.5em 0;
	}
	
	.actions .btn-info{
		float:left;
	}
	.actions .btn-danger{
		float:right;
	}
    .imageCenter {
        margin-left: 25% !important
    }
	table#cart thead { display: none; }
	table#cart tbody td { display: block; padding: .6rem; min-width:320px;}
	table#cart tbody tr td:first-child { background: #333; color: #fff; }
	table#cart tbody td:before {
		content: attr(data-th); font-weight: bold;
		display: inline-block; width: 8rem;
	}
	
	
	
	table#cart tfoot td{display:block; }
	table#cart tfoot td .btn{display:block;}
	
}

.bs-example{
    	margin: 20px;
    }
    
    .modal-header {
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.43px;
    padding: 0px 18px;
}

.modal-body {
    padding: 0px 15px 15px 15px;
    position: relative;
}

.faModified {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.LoginSection
{
     background-color:#fb4907;
}

.RegistrationSection
{
     background-color:#2598EA;
}
.navbar-nav > li  {
    margin-right: 2px;
    
}



/*///////////////Created by Ryan Bishop.//////////////////// 
Check out more of my work at: http://dribbble.com/RyanBishop 
---------------------------OR-------------------------------
------------Follow me on twitter: @abletroner---------------
//////////////////////////////////////////////////////////*/


* {
	margin: 0;
	padding: 0;
}






.settings {
  height:20px;
  float:right;
  background-image:url(http://i.imgur.com/CLs7u.png);
  width:20px;
  margin:10px;
}

.menu ul {
  list-style:none;
}

.menu ul li {

    box-shadow: 0 1px 1px #fff inset;
    padding: 5px 5px;
    text-indent: 1px;
  }

.menu ul li a {
  font-size:14px;
  color:#5B5B5B;
  font-family: 'Strait', sans-serif;
  font-size:14px;
  text-decoration:none;
  text-shadow: 1px 1px 1px #fff;
}

.menu ul li img {
  float:left;
  margin:-2px 0 0 0;
}

.menu ul li:hover {
  border-left:3px solid #ed6b3a;
  padding: 5px 2px;
  background-color:rgba(0,0,0,0.02);
}

.Menupanel-body {
    padding: 0;
}

.navbar-default {
    
    border-color: #f8f8f8;
}

.navigationBarAdv
{
    background-color: White;
    width: 100%;
    height: 40px;
    margin-top: 5px;
    border-radius: 10px;
    padding: 2px 5px 2px 5px;
    }
    
.navbar-default .navbar-nav > li > span {
    color: #fff;
    cursor: pointer; cursor: hand;
}

.navbar-nav > li > span {
    padding-bottom: 15px;
    padding-top: 15px;
}

.navbar-nav > li > span {
    line-height: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.nav > li > span {
    display: block;
    padding: 10px 15px;
    position: relative;
}    
    
.btn-default.disabled, 
.btn-default.disabled.active, 
.btn-default.disabled.focus, 
.btn-default.disabled:active, 
.btn-default.disabled:focus, 
.btn-default.disabled:hover, 
.btn-default[disabled], 
.btn-default.active[disabled], 
.btn-default.focus[disabled], 
.btn-default[disabled]:active, 
.btn-default[disabled]:focus, 
.btn-default[disabled]:hover, 
fieldset[disabled] .btn-default, 
fieldset[disabled] .btn-default.active, 
fieldset[disabled] .btn-default.focus, 
fieldset[disabled] .btn-default:active, 
fieldset[disabled] .btn-default:focus, 
fieldset[disabled] .btn-default:hover 
{
    background-color: #357CA5;
    border-color: #f9f9f9;
}    
    

.Modelpanel {
    margin-bottom: 0px;
  
}


.Pollpanel-body {
    padding: 5px 5px 10px 5px;
}

.parentimage { 
    width: 300px;
    height: 300px; 
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
} 
.parentimage:hover {
    -moz-transform: scale(5);
    -webkit-transform: scale(5);
    -o-transform: scale(5);
    -ms-transform: scale(5);
    transform: scale(5);
} 

.panel-default > .panel-heading {
    background-color: #66C5BF;
    border-color: #ddd;
    color: #fff;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 10px 15px;
}

.menuPanel {
    background-color: #CD6155;
    border-color: #ddd;
    color: #fff;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 10px 15px;
}

.linkPanel {
    background-color: #d9edf7;
    border-color: #ddd;
    color: #fff;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 8px 13px;
    font-size: 16px;
    font-weight: bold;
}


.panel {
    background-color: #fff;
    /*border: 1px solid transparent;
border-radius: 4px;*/
    border: none;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    border-radius: 0px;    
    margin-bottom: 20px;
}

.input-group-addon {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0px;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 6px 12px;
    text-align: center;
}

.requiredLabel {
    color: #8b1a1a;
}

.panel-title {
    font-weight: bold;
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.btn  {
    -moz-user-select: none;
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    height: 34px;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.navbar {
    border-radius: 0px;
     border: 0px solid transparent;
    margin-bottom: 20px;
    min-height: 50px;
    position: relative;
}


.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #dc9088;
    color: #fff;
    cursor: default;
    font-weight: bold;
    border-radius: 0px;
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border: none;
}

.panel-with-button {
    background-color: #439ccc;
    border-color: #ddd;
    color: #fff;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 4px 15px;
}

.add-btn 
{
     -moz-user-select: none;
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    height: 30px;
    color: #000;
    margin-bottom: 0;
    padding: 3px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #ff9900;
    border: 1px solid #cccccc;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.00);
}

.btnImage
{
    margin-left:73px;
    margin-top:-238px;
    }
    
.imgDropdown
{
    margin-top:-111px;
    margin-left:86px;
    }
    
tags-input .tags {box-shadow: none !important;}

.dropdown ul.dropdown-menu::before 
{
    border-bottom: medium none;
}
    
.dropdown ul.dropdown-menu::after 
{
    border-bottom: medium none;
}

h1, h2, h3, h4, h5, h6 {
    color: #595959;
    font-family: "Open Sans",Arial,sans-serif;
    font-weight: 300;
}

.btn-link {
     color: #66C5BF;
 }
 
 .row {
    margin-left: -15px;
    margin-right: -15px;
}

.innerrow {
    margin-left: 10px;
    margin-right: 10px;
}


.waniOne {
   background-color:#808000;
}

a {
    color: #B65E5C;
    text-decoration: none;
}

.capitalize { text-transform: capitalize; }

