﻿
/*=============================================================
    Authour URL: www.designbootstrap.com
    
    http://www.designbootstrap.com/

    License: MIT

    http://opensource.org/licenses/MIT

    100% Free To use For Personal And Commercial Use.

    IN EXCHANGE JUST TELL PEOPLE ABOUT THIS WEBSITE
   
========================================================  */


/* =============================================================
   GENERAL STYLES
 ============================================================ */

@import url(https://fonts.googleapis.com/css?family=Roboto); /* FREE GOOGLE FONT */
@import url(https://fonts.googleapis.com/css?family=Lato);

html {
  height: 100%;
}

body {
  /*font-family: "Helvetica Neue", Arial, sans-serif;*/
  font-family: Lato;
  line-height: 1.3em;
  height: 100%;
  color: #636363;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.set-radius-zero {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.progress {
    height: 8px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}


.box {
    border: 2px solid #4a86af;
    margin-bottom: 15px;
    background-color:white;
}

    .box h4 {
        background: #4a86af !important;
        color: white;
        padding: 10px;
        margin-top: 0px;
    }

    .box div {
        color: #333;
        padding-left: 10px;
        padding-right:10px;
    }

.box {
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
}

.table label {
    font-size:1em;
    color:black;
}


.btn-toolbar .btn {
    margin-top: 2px;
    
}

.login-icon {
    height: 60px;
width: 60px;
padding: 13px;
border-radius: 50%;
font-size: 30px;
margin-bottom: 20px;
color: #fff;
text-align: center;
cursor:pointer;
background-color:#F0677C;
-webkit-border-radius:50%;
    -moz-border-radius:50%;
}
/* =============================================================
   HEADER SECTION STYLES
 ============================================================ */
header {
    /*background-color: #0e285c;*/
    background-color: #bababa;
    color: #fff;
    /*padding: 10px;*/
    text-align: right;
}


/* =============================================================
   LOGO SECTION STYLES
 ============================================================ */
.left-div {
    padding-left: 30px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.navbar-brand {
    width: 250px;
    padding-top: 30px;
}

/* USER SETTINGS DIV */
.user-settings-wrapper .nav > li > a {
    position: relative;
    display: block;
    padding: 15px 18px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 60px;
    width: 60px;
    background-color: #F0677C;
    color: #fff;
}

.user-settings-wrapper {
    margin-top: 10px;
}

    .user-settings-wrapper li {
        display: inline-block;
    }

    .user-settings-wrapper .dropdown-settings {
        width: 200px;
        padding: 10px;
    }

    .user-settings-wrapper .nav > li > a:hover,.user-settings-wrapper .nav > li > a:focus {
        text-decoration: none;
        background-color: #C36464!important;
    }

    .user-settings-wrapper img {
        height: 64px;
        width: 64px;
        border: 1px solid #000000;
    }

    .user-settings-wrapper .dropdown-menu {
        margin: 0px;
        border-radius: 0px!important;
        -moz-border-radius: 0px!important;
        -webkit-border-radius: 0px!important;
    }

    .user-settings-wrapper .btn {
        border-radius: 0px!important;
        -moz-border-radius: 0px!important;
        -webkit-border-radius: 0px!important;
    }

    .user-settings-wrapper .media-heading {
        padding-top: 10px;
    }

/* MENU LINKS SECTION*/

.menu-section {
  background-color: #133A60;
}

#menu-top a, #menu-top2 a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    padding: 15px 10px 15px 10px;
    font-size:1.2em;
    /*text-transform: uppercase;*/
}


#menu-top .dropdown-menu, #menu-top2 .dropdown-menu {
  background-color: #133A60
}

#menu-top a a:active, #menu-top2 a a:active {
  color: black;
  text-decoration: none;
  font-weight: 500;
  padding: 10px 10px 10px 10px;
}

.menu-top-active {
  background-color: #0CA3D9;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #0CA3D9 !important;
}
  .nav > li > a:hover, .nav > li > a:focus .nav .open > a, .nav .open > a:hover, .nav .open > a:focus .menu-section .nav > li > a:hover, .menu-section .nav > li > a:focus {
    background-color: #0CA3D9 !important;
  }

.menu-section .dropdown-menu > li > a:hover, .menu-section .dropdown-menu > li > a:focus {
  background-color: #133A60 !important;
}

.nav > li > a:hover, .nav > li > a:focus {
  background-color: #0CA3D9 !important;
  border-color: transparent;
}

.navbar-inverse {
  background-color: #fff !important;
  /*overflow: auto;*/
  height:auto;
  padding-top:10px;
  padding-bottom:5px;
}

.userimage {
  margin-top: 5px;
  margin-bottom: 5px;
  max-height: 70px;
  max-width: 70px;
  min-height: 70px;
  min-width:70px;
  float:right;
  margin-left:20px;
  border-radius:100px;
}

.navbar-toggle {
  background-color: #0CA3D9;
  border: 1px solid #fff;
  color: black;
}

.logo
{
  max-height:70px;
 margin-top:5px;
 margin-bottom:5px;
 max-width:251px;
 width:75%;
}

.navbar {
    margin-bottom: 0px;
}
/* =============================================================
   FOOTER SECTION STYLES
 ============================================================ */
footer {
  padding: 10px;
  color: #fff;
  font-size: 12px;
  background-color: #133A60;
}

    footer a, footer a:hover {
        color: #fff;
        text-decoration: none;
    }

/*==============================================
    DASHBOARD  STYLES    
 =============================================*/

/* DASHBOARD ICONS */

.bk-clr-one {
    background-color: #B9B739;
}

.bk-clr-two {
    background-color: #F94C4C;
}

.bk-clr-three {
    background-color: #119c7e;
}

.bk-clr-four {
    background-color: #b739b9;
}

.dashboard-div-icon {
    height: 75px;
    width: 75px;
    border: 2px solid #fff;
    padding: 20px;
    border-radius: 50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
}

.dashboard-div-wrapper {
    border-radius: 5px;
    text-align: center;
    padding: 15px;
    color: #fff;
    margin-bottom: 50px;
}

    .dashboard-div-wrapper .progress {
        height: 2px;
    }

/* NOTICE BOARD */


.notice-board .panel {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.notice-board ul {
    padding-left: 0px;
    list-style: none;
}

.notice-board li {
    padding: 10px;
    border-bottom: 1px solid #E5E5E5;
}

    .notice-board li span {
        margin-right: 10px;
        border: 1px solid #DBDBDB;
        padding: 5px;
    }

    .notice-board li a, li a:hover {
        text-decoration: none;
        color: #000;
    }

/* SOCIAL BUTTONS */
.btn-social {
    color: white;
    opacity: 0.8;
}

    .btn-social:hover {
        color: white;
        opacity: 1;
        text-decoration: none;
    }

.btn-facebook {
  background-color: #133A60;
}

.btn-twitter {
  background-color: #0CA3D9;
}

.btn-linkedin {
    background-color: #0e76a8;
}

.btn-google {
    background-color: #c32f10;
}


.user-name {
  font-size: 1.7em;
}

.user-company
{
  font-size:1.3em;
  color:#808080
}

.user-account a:hover {
  text-decoration: none;
}

.show {
  display: block;
}


.input-error {
  /*border-color: #ff0000;*/
  /*background-color: #ffdada*/
  border: 2px solid red;
}

.datepicker
{
  max-width:270px;
}

.inputsize-sm
{
  max-width:270px;
}

.inputsize-md {
  max-width: 500px;
}

.circleicon {
  /*background: #ffc0c0;*/
  background:red;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  /*line-height: 100px;*/
  vertical-align: middle;
  padding: 15px;
}

.circleicon-2x {
  /*background: #ffc0c0;*/
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  /*line-height: 100px;*/
  vertical-align: middle;
  padding: 8px;
}

.modal-open {
  overflow: auto;
  padding-right: 0px !important;
}


.img-product
{
  width:100%;
  max-width:350px;
  max-height:230px;
  /*margin:20px;*/
  padding:10px;
  border-radius:15px;
  /*float:right;*/
}

.wizard
{
  position:relative;
  z-index:1 !important;
}


.mpBg {
  background-color: #000000;
  filter: alpha(opacity=30);
  opacity: 0.7;
  margin-top: 0px;
  height: 100%;
}

.CPButtonContainer
{
  min-height:200px;
  padding:15px;
}

/*.CPButtonContainer :hover
{
 
}*/


.CPButtonText :hover
{
 text-decoration:none !important;
 color:white;
}


#awardsfooter {
  background: #ffffff;
  text-align: center;
  border-radius: 15px;
  padding: 10px;
  border: 2px solid #44c9f6;
}


#awardsfooter img
{
  border:3px solid #e3e3e9;
  padding: 2px;
  border-radius:6px;
  margin:3px;
}

.followbutton {
  margin: 1px;
  margin-top: -10px;
  color:#eaeeff
}

.odometer-inside {
  margin-bottom:-1px;
}

.MyAccountImage {
  border-radius: 120px;
  max-height: 150px;
  max-width: 150px;
  min-height: 150px;
  min-width: 150px;
  padding: 3px;
  border: 3px solid #133A60;
  margin: 15px;
}

.DualBrandingLogo {
  max-height: 150px;
  /*max-width: 150px;*/
  min-height: 150px;
  /*min-width: 150px;*/
  padding: 3px;
  border: 1px solid #d0d0d0;
  margin: 15px;
}

.tile_count .tile_stats_count {
  border-bottom: 1px solid #D9DEE4;
  padding: 0 10px 0 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  color: #686e83;
  margin-bottom: 15px;
}

  .tile_count .tile_stats_count .count {
    font-size: 8px;
    line-height: 47px;
    font-weight: 600;  
  }

ul.top_profiles li:nth-child(odd) {
  background-color: #eee;
}

.profile_thumb {
  border: 1px solid;
  width: 50px;
  height: 50px;
  margin: 5px 10px 5px 0;
  border-radius: 50%;
  padding: 2px 2px;
}

.profile_thumb i {
    font-size: 30px;
  }

  .profile_thumb img
  {
    max-height:44px;
    max-width:44px;
    border-radius:100px;
  }
  
  
  .byline {
    -webkit-font-smoothing: antialiased;
    font-style: italic;
    font-size: .9375em;
    line-height: 1.3;
    color: #aab6aa
  }



.flip-box {
  background-color: transparent;
  height: 200px;
  perspective: 1000px;
  display:flex;
}

 .flip-box
{
  color:white;
}


.flip-box-inner {
 
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  overflow:visible;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  padding-top: 20px;
}

.flip-box-front {
  background-color:white;
}

  .flip-box-front h4 {
    padding-top: 10px;
    color: #0CA3D9;
  }

.flip-box-back {
  /*background-color: #555;*/
  background-color: white;
  color: #133A60;
  transform: rotateY(180deg);
}

  .flip-box-back h2 {
    color: #133A60;
  }


.overflowimage {
  top:5px;
  position: absolute;
  z-index: 10;
  max-width: 280px;
  width:100%;
  max-height:350px;
}

.img-full
{
  width:100%;
}

.nounderline {
  text-decoration: none !important
}

.divselect :hover
{
  opacity:0.8;
}


.hiddencol {
  display: none;
}


.dropdowndisabled {
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
}



#loading {
    width: 100%;
    height: 100%;
    position: fixed;
    display: block;
    opacity: 0.9;
    background-color: #000000;
    z-index: 99;
    text-align: center;
}

#loading {
    position: fixed;
    z-index: 100;
    top: 0;
    background-color: white;
}

    #loading h4 {
        color: #133A60;
        opacity: 1;
        font-weight: bolder;
    }

.loader {
    width: 268px;
    height: 143px;
    /*-webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;*/
    margin-top: CALC(50vh - 100px);
    margin-left: CALC(50vw - 134px);
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.cpHeader {
    color: white;
    cursor: pointer;
    /*height: 18px;*/
    padding: 5px;
    background-color: #133A60;
    font-size: 13px;
}

.cpBody {
    /* background-color: #DCE4F9;*/
    /* border: 1px gray;      */
    /*  width:450px;*/
    padding: 10px;
    padding-top: 15px;
    border: 1px solid gray;
}

hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(20, 58, 97, 0), rgba(20, 58, 97, 0.75), rgba(20, 58, 97, 0));
}

.minborderheight {
    min-height: 300px;
    max-height: 300px;
    overflow:auto;
}


/* faq */
.faq-Answer {
    padding-left: 20px;
    display: none;
    color: #808285;
}


.faq-Question-Text:hover, .faq-Header-Text:hover {
    /*text-decoration: underline;*/
}


.faq-Question {
    padding: 0px;
    margin: 0px;
    padding-left: 10px;
    font-weight: bold;
    cursor: pointer;
    padding-bottom: 3px;
    color: #808285;
}

.faq-Question-Text:hover, .faq-Header-Text:hover {
    /*text-decoration: underline;*/
}

.faq-prefix {
    font-weight: bold;
    padding-right: 10px;
    font-size: 14px;
    color: #44C7F4;
}

.faq-Answer {
    padding-left: 20px;
    display: none;
    color: #808285;
}

.ALPSCommunication {
    background-color: #e7fdff;
    border-radius: 10px;
    border: 2px solid #4b87c8;
    padding: 5px;
    float: right;
    width: 100%;
}

.ClientCommunication {
    background-color: #fcd1ff;
    border-radius: 10px;
    border: 2px solid #ec52fe;
    padding: 5px;
    float: left;
    width: 100%;
}

.HideCommentAttachment {
    display: none;
}

label.error{
    color: red
}

.fileuploaded {
    margin: 1px;
    padding: 4px;
    border-radius: 4px;
    background-color: lightgreen;
    color: black;
    display: inline-block;
}

.footer hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(250, 250, 250, 0), rgba(250, 250, 250, 0.75), rgba(250, 250, 250, 0));
}


.footer a:hover
{
  text-decoration:underline;
}

#menu-top li .nav {
  background-color: #0CA3D9;
}

.logout {
    width: 90%;
  }


.footernavsection {
  min-height: unset;
}


.vidimage
{
  /*margin-top:55px;*/
  margin-bottom:25px;
}

.tempheader 
{
  /*padding-top:20px;
  padding-bottom:20px;*/
}

@media (min-width: 768px) {
  #menu-top li .nav {
    background-color: #133A60 !important;
  }

  .menu-section .dropdown-menu > li > a:hover, .menu-section .dropdown-menu > li > a:focus {
    background-color: #0CA3D9 !important;
  }

  .footernavsection {
    min-height: 200px !important;
  }

  .logout {
    width:unset;
    margin-top:10px;
  }

  .sidebar-nav {
    padding: 9px 0;
  }

  .dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
  }

  .dropdown-menu li:hover .sub-menu {
    visibility: visible;
  }

  .dropdown:hover .dropdown-menu {
    display: block;
  }

  .nav-tabs .dropdown-menu,
  .nav-pills .dropdown-menu,
  .navbar .dropdown-menu {
    margin-top: 0;
  }

  .navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
  }

  .navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
  }

  

  .nicknav {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

  .nicknav a {
    height: 100%;
  }

}

.inputiconright {
    float: right;
    margin-right: 10px;
    margin-top: -35px;
    position:static;
    z-index: 2;
    font-size: 1.7em;
    color: #0CA3D9
}

.alpsbackground {
  background: linear-gradient(to bottom, #133a60 0039%, #0ca3d9 100%);
  background: #133a60;
  background: linear-gradient(to bottom, #0ca3d9 0039%, #133a60 100%);
  background: linear-gradient(to bottom, #133a60 0039%, #010511 100%);
}


.Communic8Logo {
  margin-bottom: 15px;
}


/*input[type="file"] {
  display: none;
}*/

.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  border-radius:4px;  
}


.ChartLoader
{
  width:50%;
}

.nohover
{
  cursor:default !important;
}

.topimage
{
  padding-top:0px;
  width:100%;
}
@media (min-width: 992px) {
  .topimage {
    padding-top: 10px;
  }
}

.NotFoundImage {
  max-height: 100%;
  width: 100%;
  max-width: 700px;
  padding: 10px;
  border-radius: 50px;
}

.dropzone {
    border: 3px dashed #0CA3D9;
    background-color: rgba(19, 58, 96, 0.31);
    overflow: hidden;
    padding: 15px;
    margin: 10px;
    border-radius: 10px;
    color: #143a61;
}

.custom-file-upload:hover {
    cursor: pointer;
}

.SelectedFileUpload {
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    border: solid 2px #133A60;
    margin: 10px;
    overflow: hidden;
}

.filenamecontainer {
    margin: 15px;
}

.btnhyperlink {
    display: inherit;
    padding: 0px 0px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: initial;
    text-align: center;
    white-space: normal;
    vertical-align: unset;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: transparent;
    border-radius: 0px;
    background-color: white;
    color: dodgerblue;
}

.alertstyle {
        background-color: red;
    color: black;
    padding: 8px;
}

.successstyle {
    background-color: limegreen;
    color: black;
    padding: 8px;
}

.closebtn {
    margin-left: 25px;
    color: white;
    font-weight: bold;
    float: none;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.successbtn {
    margin-left: 25px;
    color: black;
    font-weight: bold;
    float: none;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}
    .closebtn:hover {
        color: black;
    }