﻿/*
 * Component: Info Box
 * -------------------
 */
.info-box1 {
  display: block;
  min-height: 130px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 15px;
}
.info-box1 small {
  font-size: 14px;
}
.info-box1 .progress {
  background: rgba(0, 0, 0, 0.2);
  margin: 5px -10px 5px -10px;
  height: 2px;
}
.info-box1 .progress,
.info-box1 .progress .progress-bar {
  border-radius: 0;
}
.info-box1 .progress .progress-bar {
  background: #fff;
}
.info-box1-icon {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: 130px;
  width: 100px;
  text-align: center;
  font-size: 14px;
  padding-top : 5px;
  
  /*line-height: 130px;*/
  background: rgba(0, 0, 0, 0.2);
}

.info-box1-icon:hover {
 
}
.info-box1-content {
  padding: 5px 10px;
  margin-left: 100px;
}

.info-box1-number {
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.progress-description,
.info-box1-text {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.info-box1-text {
  text-transform: uppercase;
}
.info-box1-more {
  display: block;
}
.progress-description {
  margin: 0;
}
.info-box1-text1 {
   color: rgba(0, 168, 225,0.8);
}
.info-box1-text2 {
   color: rgba(0, 168, 225,0.8);
}
.info-box1-text-small {
  font-size: small;
  /*color: rgba(0, 168, 225,1);*/
}
.info-box-text1-x-small {
  font-size: x-small;
  color: rgba(77, 78, 83,0.7);
}
@media (max-width: 360px) {
  .info-box1 {
    text-align: center;
  }
  .info-box-text1-x-small {
    display: none;
  }
    .info-box-text1-small {
     display: none;
  }
    .info-box1-text1 {
        display: none;
    }
}
.bg-white1,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
  background-color: white;
  font-size : small;
  color: rgba(0, 168, 225,1);
     
}
.bg-white1:hover {
   background-color: white;
  font-size : small;
  color: rgba(0, 168, 225,1);
}
.box-header .box-title1 {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
  text-align:center;
}

.label {
}
.label1-info {
  background-color: #00c0ef;
  border-color: #00acd6;
    font-size : small;
  background-color: rgba(0, 168, 225,1);
}
.label1-info:hover,
.label1-info:active,
.label1-info.hover {
  background-color: #00acd6;
}
.login-page1,
.register-page1 {
  /*background: #d2d6de;*/
  /*background: rgba(77, 78, 83,0.1);*/
  background: white;
}
.btn-primarybig {
   
  background-color: rgba(0, 168, 225,0.4);
  border-color: rgba(0, 168, 225,0.2);
  color: white;
}
/*
 * Skin: Green
 * -----------
 */
.skin-green .main-header {
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.skin-green .main-header .navbar-toggle {
  color: #333;
  
}
.skin-green .main-header .navbar-brand {
  color: #333;
  border-right: 1px solid #eee;
 
}
    .skin-green .main-header .navbar {
        background-color: #009a49;
    }
.skin-green .main-header .navbar .nav > li > a {
  color: #ffffff;
  
}
.skin-green .main-header .navbar .nav > li > a:hover,
.skin-green .main-header .navbar .nav > li > a:active,
.skin-green .main-header .navbar .nav > li > a:focus,
.skin-green .main-header .navbar .nav .open > a,
.skin-green .main-header .navbar .nav .open > a:hover,
.skin-green .main-header .navbar .nav .open > a:focus {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6;
  
}
.skin-green .main-header .navbar .navbar-custom-menu > .nav {
  margin-right: 10px;
   
}
.skin-green .main-header .navbar .sidebar-toggle {
  color: #ffffff;
 
}
.skin-green .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  
  background: rgba(0, 0, 0, 0.1);
}
.skin-green .main-header .navbar .sidebar-toggle {
  color: #fff;
}
.skin-green .main-header .navbar .sidebar-toggle:hover {
  background-color: #008d4c;
}
@media (max-width: 767px) {
  .skin-green .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1);
   
  }
  .skin-green .main-header .navbar .dropdown-menu li a {
    color: #fff;
  }
  .skin-green .main-header .navbar .dropdown-menu li a:hover {
    background: #008d4c;
  }
}
.skin-green .main-header .logo {
    /*background-color: #008d4c;*/
    background-color: #009a49;
    color: #ffffff;
    border-bottom: 0px solid transparent;
}
.skin-green .main-header .logo > a {
  color: #ffffff;

}
.skin-green .main-header .logo:hover {
  /*background: #008749;*/
  background: rgba(0, 154, 73,0.9);
}
.skin-green .main-header li.user-header {
  background-color: #00a65a;

}
.skin-green .content-header {
  background: transparent;
  /*background: red;*/
}
.skin-green .user-panel > .info,
.skin-green .user-panel > .info > a {
  color: #fff;
}
.skin-green .sidebar-menu > li.header {
  color: #4b646f;
  
  background: #1a2226;
  background: rgba(0, 154, 73,1);

  background-color: rgba(143,212,0,0.08);
}
.skin-green .sidebar-menu > li > a {
  border-left: 3px solid transparent;
  margin-right: 1px;
}
.skin-green .sidebar-menu > li > a:hover,
.skin-green .sidebar-menu > li.active > a {
  color: #fdfdfd;
  
  font-weight:bold; 
  border-left-color: rgba(255, 203, 0,1);
  border-left-color: rgb(243, 156, 18);
  /*background: rgba(0, 154, 73,0.5);*/
  /*background: rgba(234, 113, 37,1);*/
   background: rgba(255, 203, 0,1);
}



.skin-green .sidebar-menu > li > a:hover {
    background: rgba(255, 203, 0,0.60);
    border-left-color: rgba(255, 203, 0,0.60);
     color: white;
}
.skin-green .sidebar-menu > li > .treeview-menu {
  margin: 0 1px;
  /*background: #2c3b41;*/
  background: rgba(143,212,0,0.02);
}
.skin-green .sidebar-menu > li > .treeview-menu > li > a:hover,
.skin-green .sidebar-menu > li > .treeview-menu li.active > a {
  margin: 0 1px;
  background: rgba(255, 203, 0,0.5);
}
.skin-green .wrapper,
.skin-green .main-sidebar,
.skin-green .left-side {
  background: #222d32;

  background-color: rgba(143,212,0,0.02);
  /*background-color: #f8f8f8;*/
   /*background-color: white;*/
}
.skin-green .sidebar a {
  /*color: #b8c7ce;*/
  color: rgba(77,78,83,1);
}
.skin-green .sidebar a:hover {
  text-decoration: none;
}
.skin-green .treeview-menu > li > a {
  color: rgb(152, 152, 152);
}
.skin-green .treeview-menu > li.active > a {
    color: rgb(152, 152, 152);
}
.skin-green .treeview-menu > li > a:hover {
  color: rgb(62, 62, 62);
}
.skin-green .sidebar-form {
  border-radius: 3px;
  border: 1px solid #374850;
  margin: 10px 10px;
}
.skin-green .sidebar-form input[type="text"],
.skin-green .sidebar-form .btn {
  box-shadow: none;
  background-color: #374850;
  border: 1px solid transparent;
  height: 35px;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
  -o-transition: all 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
  transition: all 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
}
.skin-green .sidebar-form input[type="text"] {
  color: #666;
  border-top-left-radius: 2px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 2px !important;
}
.skin-green .sidebar-form input[type="text"]:focus,
.skin-green .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #fff;
  color: #666;
}
.skin-green .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
.skin-green .sidebar-form .btn {
  color: #999;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
  border-bottom-left-radius: 0 !important;
}

.label-pink {
  background-color:  rgba(207, 3, 96,0.8);
}
/*
 * Component: Carousel
 * -------------------
 */
.carousel-control {
  background-image: none!important;
}
.carousel-control > .fa {
  font-size: 40px;
  color: green;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -20px;
  width: 100% !important;
/*background: #343432;
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 15%;
font-size: 20px;
color: #ffffff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);*/
}
.carousel-caption {
 /*right:20%;left:20%;padding-top:30px;*/
 padding-top:0px;
 /*top: 0px;*/
 bottom: auto;
 text-align: center;
}
.carousel-indicators{
   /*top:80px;*/
   bottom:-20px;
   margin-left: -33%;
}
.carousel-indicators li {
  background-color: #999 !important;
  background-color: rgba(70,70,70,.25) !important;
}

.carousel-indicators .active {
  background-color:  rgba(0,154,73,.7)  !important;
}
.bg-office,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
  background-color: rgba(0, 114, 198, 1) !important;
}
.bg-excel,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
  background-color: rgba(33, 115, 70, 1) !important;
}
.bg-word,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
  background-color: rgba(43, 87, 154, 1) !important;
}
.bg-onenote,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
  background-color: rgba(128, 57, 123, 1) !important;
}
.bg-pp,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
  background-color: rgba(210, 71, 38, 1) !important;
}
.bg-yellow2,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
  background-color: rgba(234,113, 37, 1) !important;
 
}
.bg-app,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
  background-color:  rgba(0, 114, 198, 1)  !important;
}
.bg-app1,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0,0,0,0.1);
  background-color:  rgba(255, 255, 255, 1)  !important;

/*background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 72%, rgba(246,246,246,1) 94%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(72%, rgba(255,255,255,1)), color-stop(94%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 72%, rgba(246,246,246,1) 94%, rgba(237,237,237,1) 100%);
background: -o-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 72%, rgba(246,246,246,1) 94%, rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 72%, rgba(246,246,246,1) 94%, rgba(237,237,237,1) 100%);
background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 72%, rgba(246,246,246,1) 94%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );*/

-webkit-box-shadow: 9px 9px 8px -6px rgba(0,0,0,0.1);
-moz-box-shadow: 9px 9px 8px -6px rgba(0,0,0,0.1);
box-shadow: 9px 9px 8px -6px rgba(0,0,0,0.1);

/*border-radius: 40px 40px 40px 40px;
-moz-border-radius: 40px 40px 40px 40px;
-webkit-border-radius: 40px 40px 40px 40px;
border: 0px solid #000000;*/
}
    .bg-app1:hover {
     background-color:  rgba(205, 207, 205, 0.5)  !important;
    }

.trn-fade {
    margin-top: 25px;
    font-size: 21px;
    text-align: center;

    -webkit-animation: fadein 5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 5s; /* Firefox < 16 */
        -ms-animation: fadein 5s; /* Internet Explorer */
         -o-animation: fadein 5s; /* Opera < 12.1 */
            animation: fadein 5s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0;  }
    to   { opacity: 1;}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0;  }
    to   { opacity: 1;  }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.animated { 
    -webkit-animation-duration: 5s; 
    animation-duration: 5s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
} 

@-webkit-keyframes bounceInRight { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(2000px); 
    } 
    60% { 
        opacity: 1; 
        -webkit-transform: translateX(-30px); 
    } 
    80% { 
        -webkit-transform: translateX(10px); 
    } 
    100% { 
        -webkit-transform: translateX(0); 
    } 
} 

@keyframes bounceInRight { 
    0% { 
        opacity: 0; 
        transform: translateX(2000px); 
    } 
    60% { 
        opacity: 1; 
        transform: translateX(-30px); 
    } 
    80% { 
        transform: translateX(10px); 
    } 
    100% { 
        transform: translateX(0); 
    } 
} 

.bounceInRight { 
    -webkit-animation-name: bounceInRight; 
    animation-name: bounceInRight; 
}
.linkmeter:hover{
   
   text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.2);
   }
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;

}
.label-white {
  background-color:  white;
  color:cornflowerblue;  
}
.label-white:hover {
 text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.2);
 color:cornflowerblue;  
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  /*color: #555;*/
  color: #337ab7;
  cursor: default;
  background-color: #fff;
  //border: 1px solid #ddd;
  border-bottom-color: transparent;
  font-weight:700;
}
.btn-nav {
  background-color: white;
  color: gray;
  border-color: #ddd;
}
.btn-nav
{  background-color: white;
  color: gray !important;
  /*-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.025);*/
}
.btn-nav:hover {
  background-color: ghostwhite !important;
  color: gray !important;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.025);
}
.btn-nav-active
{  background-color:  rgba(0, 154, 73, 0.4);
  color: white !important;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-nav-active:hover
{   background-color: ghostwhite !important;
  color: gray !important;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.form-inline {
 margin-bottom: 15px;
 /*margin: auto;*/ 
 display:inline;
  /*padding: 10px;*/
}
.text-sm {
  color: #777;
  font-size:smaller;
  font-weight:100;
}
.label-only {
padding-top:5px;
}
.line3{
    line-height: 3;
}
.btn-default1 {
  background-color: transparent;
  color: rgba(0, 168, 225,0.8);
  
  border:none;
}
.btn-default1:hover,
.btn-default1:active,
.btn-default1.hover {
  color: #337ab7 !important;
  text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.2) !important;
}
.btn-default2 {
  background-color: transparent;
  color: #337ab7 ;
  
  border:none;
}
.btn-default2:hover,
.btn-default2:active,
.btn-default2.hover {
 color: #337ab7 !important;
 text-shadow: 3px 2px 2px rgba(1, 1, 1, 0.2) !important;
 font-weight:500;

}
.btn-default3 {
  background-color: transparent;
  color: #337ab7 ;
  border:thin;
}
.btn-default3:hover,
.btn-default3:active,
.btn-default3.hover {
 color: #337ab7 !important;
 text-shadow: 3px 2px 2px rgba(1, 1, 1, 0.2) !important;
 font-weight:500;

}
.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.iconlink:hover{
   
   color: deepskyblue;
  
   cursor: pointer;
   }

.iconlink:active {
     text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.5);
      color: orangered;
  
}



