﻿
/*html body {
    background-color: #1c2733;
}*/

/*body {
    color: #222222;
    background: #1c2733;
}*/

.font-bold {
    font-weight: bold;
}

.font-italic {
    font-style: italic;
}

.text-primary {
    color: #008cba;
}

.text-warning {
    color: #e99002;
}

.text-info {
    color: #5bc0de;
}

.navbar-inverse {
  background-color: #2c3e50;
  border-color: transparent;
}

.panel-notification {
    border: solid;
    border-width: thin;
    border-color: #008cba;
}

/*.panel-notification > .panel-heading {
    color: #ffffff;
    background-color: #008cba;
    border-color: #008cba;
}*/

/*.panel-borderless {
  border: 0;
  box-shadow: none;
}*/

.fixed-panel {
  min-height: 100px;
  max-height: 250px;
  overflow-y: scroll;
}

.docked {
    width: 375px;
    background: #fff;
    padding: 0px;
    margin: 0px;
    left: 5%;
    bottom: 0;
    margin-left: 0px;
    margin-top: 0px;
    text-align: center;
    position: fixed;
    bottom: 0;
    box-sizing: border-box;
}

a.myclass { 
    color: #e99002; 
    text-decoration: none;
}
a.myclass:hover { 
    text-decoration: none;
}

/*html input[type="button"].plus { 
    padding: 0;
    border: none;
    background: none;
}*/

a.plus { 
    color: black; 
    text-decoration: none; 
    margin-top: -20px;
}
a.plus:hover { 
    text-decoration: none;
}

.plus { 
    color: black; 
    text-decoration: none; 
    margin-top: -20px; 
    background: none; 
    border: none; 
    padding: 0; 
    outline: none;
}
.plus:hover { 
    text-decoration: none;
}

.border-solid { 
    padding-right:20px; 
    border-left: 1px solid #ccc;
}

.navbar-left>img {
  margin-top: 8px;
  margin-left: 10px;
  margin-right: 15px;
}

img.logo {
  /*height: 150px;
  width: 150px;*/
  margin-top: -100px;
  
}

.wrappedLabel {     
    word-break: break-word;
}


.btn-default {
  color: #333333;
  background-color: white;
  border-color: #e99002;
  /*border-color: #008cba;*/  
}

a.activity-open { 
    color: #e99002;
    border: solid;
    border-width: thin;
    border-color: #e99002;    
    background: none; 
    padding: 7px;     
    /*font-weight: bold;*/
}

a.activity-open:hover {    
    color: white;
    border: solid;
    border-width: thin;
    border-color: #e99002;
    /*border-color: #935b01;*/
    background: none;
    padding: 7px;     
    background-color: #e99002;    
}

/* Remove EVERY horizontal row divider line in bootstrap table */
/*.table th, .table td { 
     border-top: none !important; 
 }*/

/* Remove FIRST horizontal row divider line in bootstrap table */
table tr:first-child td{
    border-top: none;
}

.text-muted-dark {
  color: #636363;
}

.jumbotron {
    margin-bottom: 20px;
}

.glyphicon.larger { 
    font-size: 200%;
} 


/***
Pricing table
***/
.content {
    padding: 30px 30px 0px 0px;
}

.pricing {
  position: relative;
  margin-bottom: 15px;
  border: 2px solid #eee;
}

.pricing-active {
  /*border: 2px solid #0079a1;*/
  border: 2px solid #0079a1;
  margin-top: 0px;
  /*box-shadow: 7px 7px rgba(54, 215, 172, 0.2);*/
}

.pricing:hover {
  border: 2px solid #0079a1;
}

.pricing:hover h4 {
  color: #0079a1;
}

.pricing-head {
  text-align: center;
}

.pricing-head h3,
.pricing-head h4 {
  margin: 0;
  line-height: normal;
}

.pricing-head h3 span,
.pricing-head h4 span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-style: italic;
}

.pricing-head h3 {
  font-weight: 300;
  color: #fafafa;
  padding: 12px 0;
  font-size: 27px;
  background: #0079a1;
  /*background: #36d7a*/
  border-bottom: solid 1px #0079a1  ;
}

.pricing-head h4 {
  color: #bac39f;
  padding: 5px 0;
  font-size: 54px;
  font-weight: 300;
  background: #fbfef2;
  border-bottom: solid 1px #f5f9e7;
}

.pricing-head-active h4 {
  color: #0079a1;
}

.pricing-head h4 i {
  top: -8px;
  font-size: 28px;
  font-style: normal;
  position: relative;
}

.pricing-head h4 span {
  top: -10px;
  font-size: 14px;
  font-style: normal;
  position: relative;
}

/*Pricing Content*/
.pricing-content li {
  color: #888;
  font-size: 12px;
  padding: 7px 15px;
  border-bottom: solid 1px #f5f9e7;
}

/*Pricing Footer*/
.pricing-footer {
  color: #777;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  padding: 0 20px 19px;
}

/*Priceing Active*/
.price-active,
.pricing:hover {
  z-index: 9;
}

.price-active h4 {
  color: #0079a1;
}

.no-space-pricing .pricing:hover {
  transition: box-shadow 0.2s ease-in-out;
}

.no-space-pricing .price-active .pricing-head h4,
.no-space-pricing .pricing:hover .pricing-head h4 {
  color: #0079a1;
  padding: 15px 0;
  font-size: 80px;
  transition: color 0.5s ease-in-out;
}

/*.yellow-crusta.btn {
  color: #FFFFFF;
  background-color: #e99002;
}
.yellow-crusta.btn:hover,
.yellow-crusta.btn:focus,
.yellow-crusta.btn:active,
.yellow-crusta.btn.active {
    color: #FFFFFF;
    background-color: #cfa500;
}*/


.shape{    height: 60px; width:60px;border-radius:50%;margin:-20px;float:right;}
.shape-text{text-align:center;margin-top: calc(50% - 15px);font-size:1.5em;color:white;font-weight:bold;}
.shape-icon{text-align:center;margin-top: calc(50% - 20px);font-size:2.5em;}
.shape-img{margin:-20px;float:right;}
.shape-img img{height: 60px; width:60px;}
.thumbnail{min-height:400px;}

.shape-success{background:#5CB85C;color:white;}
.shape-success + .tooltip > .tooltip-inner {background-color: #5CB85C;width:200px;font-size:1.5em;}
.shape-success + .tooltip > .tooltip-arrow { border-bottom-color:#5CB85C; }

.shape-info{background:#5BC0DE;color:white;}
.shape-info + .tooltip > .tooltip-inner {background-color: #5BC0DE;width:200px;font-size:1.5em;}
.shape-info + .tooltip > .tooltip-arrow { border-bottom-color:#5BC0DE; }

.shape-warning{background:#F0AD4E;color:white;}
.shape-warning + .tooltip > .tooltip-inner {background-color:#F0AD4E;width:200px;font-size:1.5em;}
.shape-warning + .tooltip > .tooltip-arrow { border-bottom-color:#F0AD4E; }

.shape-primary{background:#337AB7;color:white;}
.shape-primary + .tooltip > .tooltip-inner {background-color:#337AB7;width:200px;font-size:1.5em;}
.shape-primary + .tooltip > .tooltip-arrow { border-bottom-color:#337AB7; }

.shape-danger{background:#D9534F;color:white;}
.shape-danger + .tooltip > .tooltip-inner {background-color:#D9534F;width:200px;font-size:1.5em;}
.shape-danger + .tooltip > .tooltip-arrow {border-bottom-color:#D9534F;}

.shape-default{background:#FFF;color:black;border:3px solid black;}
.shape-default + .tooltip > .tooltip-inner {background-color:#000;width:200px;font-size:1.5em;}
.shape-default + .tooltip > .tooltip-arrow {border-bottom-color:#000;}



/*.carousel.slide {
    background: url(Images/Desk05.jpg);
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;   
} 

.item {
    width: 1140px;
    height: 601px;
}*/

.carousel-caption {      
    max-width: 800px;
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
    /*color: #636363;*/
    color: #fff;    
}

.carousel-caption.top {      
    top: 22.5%;
    transform: translateY(-50%);    
}

.carousel-caption.left {      
    top: 35%;
    transform: translateX(-50%);    
}

.carousel-caption.right {      
    top: 35%;
    transform: translateX(+50%);    
}

/*.carousel-caption.left {      
    top: 20%;
    transform: translateX(-50%);    
}*/

.carousel-caption.dark {      
    color: black;
}


/*.item {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}*/

/*.carousel {  
    margin-left: -47px;
    margin-right: -16px;
}*/

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.0;    
    transition: all 0.2s ease-out;
}

.administration-userlist-row-separator { 
    margin: 0px 0px -15px 0px; 
}

.administration-userlist-remove-button-margin { 
    margin: -15px 0px 0px 0px;
}

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

    .material-switch > label::before {
        background: rgb(0, 0, 0);
        box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
        border-radius: 8px;
        content: '';
        height: 16px;
        margin-top: -8px;
        position: absolute;
        opacity: 0.3;
        transition: all 0.4s ease-in-out;
        width: 40px;
    }

    .material-switch > label::after {
        background: rgb(255, 255, 255);
        border-radius: 16px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
        content: '';
        height: 24px;
        left: -4px;
        margin-top: -8px;
        position: absolute;
        top: -4px;
        transition: all 0.3s ease-in-out;
        width: 24px;
    }

.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

/*.overlay-wide {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.85;    
    transition: all 0.2s ease-out;    
    padding-left: -32px;
    margin-left: -32px;
}*/

/*.full-width-div {
    background: url(http://lorempixel.com/output/abstract-q-c-1920-480-4.jpg) top left no-repeat;
    margin-left: -397px;
    width: 1880px;
}*/

/*.img-container { 
    background-color: #000000;
    margin-left: -47px;
    margin-right: -16px;
}
.img-container img { 
    opacity: 0.3; 
}*/

/*.container-wide {
  margin-right: 32px;
  margin-left: -32px;
  padding-left: 0px;
  padding-right: -32px;
}*/

/*.img-overlay {
    position: relative;
    max-width: 1140px;
    filter: brightness(100%);
}*/

/*a.activity-open:hover { 
    text-decoration: none;
}*/


body {
    overflow-y: scroll !important;
}

/*.row-orange {
    background-color: orange;
}*/

/*.textarea-bottom {
    background: #0070FF;
    line-height: 2;
    text-align: center;
    color: #042E64;
    font-size: 30px;
    font-family: sans-serif;
    font-weight: bold;
    text-shadow: 0 1px 0 #84BAFF;
    box-shadow: 0 0 15px #00214B;
    position: fixed;
    bottom: 0;
    width: 250px;
    margin-left: 250px;
}*/

/*.fixed-bottom {
    position: fixed;
    bottom: 0;
    background: #e0b7b7;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;
}*/

.fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
}

/*.panels-content {
    text-shadow: 0 1px 0 #84BAFF;
    box-shadow: 0 0 15px #00214B
}*/

.login-button {
    min-width: 80px;
    max-width: 319px;
}

.navbar-inverse .login-button-menu {
    background: #b67102; /*text-warning orange*/
    /*background: #006687;*/ /*blue hover color*/
}

/* Checkboxes & Radio buttons*/



@keyframes effect {
    0% {
        transform: scale(0);
    }

    25% {
        transform: scale(1.3);
    }

    75% {
        transform: scale(1.4);
    }

    100% {
        transform: scale(1);
    }
}