

/* ======================================================
    General Styles 
 ====================================================== */

body {
    background:#2C3944;
    padding-top: 66px;
}
a {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn-primary {
    color: #fff;
    background-color: #0F75BD;
    border-color: #0F75BD;
}
.btn-primary:hover {
	/*background-color: #E15826;
    border-color: #E15826;*/
}
.btn-primary.btn-outline {
	color: #0F75BD;
}
.btn-secondary {
    color: #fff;
    background-color: #0F75BD;
    border-color: #0F75BD;
}
.btn-lg {
    padding: 13px 18px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 4px;
}
.navbar {
	margin-bottom: 0;
    padding: 0 65px;
    box-shadow: none;
    background-color: #1E2A33;
    border-bottom: 1px solid #354958;
    height: 60px;
    min-height: 60px;
}
.navbar-brand .logo {
	height: 35px;
}
.navbar-toolbar>li>a {
    padding-top: 20px;
    padding-bottom: 19px;
    line-height: 20px;
}
.navbar-default .navbar-toolbar>.active>a, .navbar-default .navbar-toolbar>.active>a:focus, .navbar-default .navbar-toolbar>.active>a:hover,
.navbar-default .navbar-toolbar>li>a:hover,
.navbar-default .navbar-toolbar>li>a:focus,
.navbar-default .navbar-toolbar>.open>a:focus {
    color: #FFFFFF;
    background-color: #0F75BD;
}
.navbar-nav>li>a.navbar-avatar, .navbar-toolbar>li>a.navbar-avatar {
    padding-top: 16px;
    padding-bottom: 13px;
}
.height-125 {
	height: 125px;
}
.site-footer {
    height: 44px;
    padding: 10px 30px;
    background-color: #2C3944;
    border-top: 1px solid #3D4C58;
    margin-top: 20px;
    font-size: 12px;
}
.site-footer a {
    color: #76838f;
}
.navbar-brand {
    padding: 12px 0;
}
.navbar .team-name {
    padding: 19px 40px 19px 0;
    margin: 0;
    color: #dbdee0;
    font-size: 20px;
}

.navbar-avatar .avatar {
    width: 30px;
}
.avatar {
    position: relative;
    display: inline-block;
    width: 40px;
    white-space: nowrap;
    vertical-align: bottom;
    border-radius: 1000px;
}

.avatar-online i {
    background-color: #46be8a;
}

.avatar i {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 100%;
}

.avatar img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 0 none;
    border-radius: 1000px;
 }

.page {
	 position: relative;
}
.page {
	min-height: calc(100% - 44px);
}


.padding-10 {
	padding:10px;
}

.margin-right-5 {
	margin-right:5px!important;
}
.margin-left-0 {
	margin-left:0px!important;
}
.icon-color {
  color: rgba(55,71,79,.4);
}
icon-color:hover {
	color: rgba(55,71,79,.6);
}


@media (min-width: 768px) {
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0;
}
}


.loading {
	font-size:24px;
	visibility:hidden;
	display:inline-block;
}
.lshow {
	visibility:visible !important;
}

/* ======================================================
    Login Pages
 ====================================================== */

.page-register-v3:before {
	background: #2C3944 !important;
	background-image: none !important;
}

.page-register-v3 .brand-img {
	width: 250px;
	max-width:90%;
	margin-top: 10px;
}
.page-register-v3 .brand-text {
	color: #999;
	font-weight: 100;
}
.page-register-v3 .phoxapp-span {
    background-color: #f5f5f5;
    padding: 12px;
    vertical-align: text-top;
    border-bottom: 1px solid #e4eaec;
    letter-spacing: 1px;
 }
 .page-register-v3 .panel {
 	margin-bottom: 0 !important;
 }
 .page-register-v3 .page-copyright {
    margin-top: 25px;
    font-size: 10px;
    opacity: 0.6;
}

 .page-register-v3 .panel.invite {
 	width: 600px;
 }
 .page-register-v3 .panel.invite .form-group {
    width: 49%;
    display: inline-block;
    margin-top: 10px;

}


/* ======================================================
    Navigation
 ====================================================== */
.icon.icon-circle {
    position: relative;
    margin: .5em;
}
.icon.icon-circle:before {
    position: relative;
    z-index: 1;
}
.icon.icon-circle:after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 2em;
    height: 2em;
    content: "";
    background-color: inherit;
    border-radius: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.white {
    color: #fff!important;
}
.bg-red-600 {
    background-color: #f96868!important;
}
.bg-green-600 {
    background-color: #46be8a!important;
}
.bg-blue-600 {
    background-color: #62a8ea!important;
}
.bg-orange-600 {
    background-color: #f2a654!important;
}
.dropdown-menu-media .list-group {
  max-height: 500px !important; */
}
 
/* ======================================================
    Dashboard
 ====================================================== */

.dashboard .page-content {
    padding: 40px 60px;
}
 .dashboard .media-body .wb-envelope,
 .dashboard .media-body .wb-map,
 .dashboard .panel-title i,
.dashboard .user-create i {
    color:#0F75BD; 
 }
.dashboard .user-stats {
    font-size: 12px;
  }
 .dashboard .user-stats .icon {
    margin-right: 5px;
    margin-left: 10px;
 }
  .dashboard .user-email {
    margin-bottom: 1px;
    font-size: 13px;
  }
.dashboard .panel {
    -webkit-box-shadow:none;
    box-shadow:none;
    margin-left: 10px;
    margin-right: 10px;
}
.dashboard .panel-body {
	background: #fff;
	    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-radius:3px;
    padding: 0;
}
.dashboard .page {
	background: transparent;
}
.dashboard .search-bar {
    border-bottom: 1px solid rgb(228, 234, 236);
    border-top: 1px solid rgb(228, 234, 236);
    background-color: rgb(243, 247, 249);
    padding: 7px 15px 6px 20px;
    border-radius: 5px 5px 0 0;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: none;
    border-bottom: 1px solid #e4eaec;
    padding: 8px;
    vertical-align: middle;
}
.dashboard .panel-title {
    padding: 20px;
    font-size: 18px;
    color: #fff;
    font-weight: 100;
    display: inline-block;
}
.dashboard table .avatar {
    width: 70px;
    margin-left: 10px;
}
.label-admin {
    background: #0F75BD;
}
.label-athlete {
    background: #ff2f2f;
}

.dashboard .user-buttons {
    width: 140px;
}
.dashboard .user-buttons div {
    display: inline-block;
    margin-left: 10px;
}
.dashboard .user-buttons a.dropdown-toggle,
.dashboard .user-buttons .user-projects a {
    border: 1px solid #E4EAEC;
    width: 40px;
    height: 40px;
    border-radius: 1000px;
    text-align: center;
    line-height: 40px;
    font-size: 17px;
    display: inline-block;
}
.dashboard .user-create {
    position: relative;
    top: 21px;
    right: 15px;
    font-size: 13px;
    background-color: #222E38;
    padding: 10px 15px;
    border-radius: 100px;
    border: 1px solid #3D4E5D;
    color: #B3BEC7;
}
.dashboard .user-create:hover,
.dashboard .user-create:focus {
    text-decoration: none;
    color: #fff;
}

.dashboard .user-settings {
    position:absolute;
    bottom:5px;
    right:5px;
}

.dashboard  h4.media-heading {
    font-size: 15px;
    margin-bottom: 1px;
}

.dashboard .page-content .open>.dropdown-menu {
    margin-left: -62px;
    background-color: #fff;
    font-size: 13px;
    margin-top: 11px;
    width: 165px;
}
.dashboard .page-content .open>.dropdown-menu a {
    padding: 4px 10px;
    text-decoration: none;
}
.dashboard .page-content .open>.dropdown-menu li.delete {
    /* background: #F3F7F9; */
    border-top: 1px solid #E4EAEC;
    margin-top: 7px;
    margin-bottom: -5px;
    padding: 5px;
}
.dashboard .page-content .open>.dropdown-menu a:hover {
    color:#2C3944;
}
.dashboard .page-content .open>.dropdown-menu:after, .dashboard .open>.dropdown-menu:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.dashboard .page-content .open>.dropdown-menu:after {
    border-color: rgba(243, 247, 249, 0);
    border-bottom-color: #fff;
    border-width: 7px;
    margin-left: -7px;
}
.dashboard .page-content .open>.dropdown-menu:before {
    border-color: rgba(228, 234, 236, 0);
    border-bottom-color: #DBE2E4;
    border-width: 8px;
    margin-left: -8px;
}

.mdp-title {
    padding:10px;
    background-color:#62a5d4;
}
.mdp-title.mdp-highlight {
    background-color:#0f75bd !important;
}

.col-greybg {
    background-color:#f5f5f5; 
}

.mdp-title h4 {
    color:white;
    padding:0;
    margin:0;
    text-align:center;
}
.mdp-list {
    padding-top:10px;
}


.ap-title {
    padding:10px;
    background-color:#5e9e56;
    min-height:70px;
    position:relative;
}

.col-greybg {
    background-color:#f5f5f5; 
}

.ap-title h4 {
    color:white;
    padding:0;
    margin:0;
    text-align:center;
    font-size:1.0em;
}
.mdp-list {
    padding-top:10px;
}

.ap-subtitle {
    padding:5px;
    color:white;
    background-color:#9ab7e2;
    text-align:center;
}

.goal-edit {
    position:absolute;
    bottom:1px;
    right:1px;
}
.goal-edit > a {
    color:white;
    font-size:0.8em;
}

.goal-del {
    position:absolute;
    top:1px;
    right:1px;
}
.goal-edit > a {
    color:white;
    font-size:0.8em;
}


.infinite-list {
    padding:0;
    padding-left:5px;
}

.infinite-list li {
    margin-top:5px;
    font-size:13px;
    list-style:none;
    background:url('../images/favicon.png') no-repeat left 0px;
    background-size:17px;
    padding-left:20px;
}

.infinite-list-multi li {
    width:250px;
    display:inline-block;
}

.row-nomargin {
    margin-left:0px !important;
    margin-right:0px !important;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.border-left {
    border-left:1px solid #d5d5d5;
}


.row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.row-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

input:disabled, select:disabled,textarea:disabled {
    background-color:#c7c7c7;
}

.addbox {
    margin: 20px auto;
    border: 2px dashed #efefef;
    height: 150px;
    text-align: center;
    padding-top: 18px;
    width: 80%;
    font-size: 70px;
    color: #9c9c9c;
}

.selgreen {
    background-color:#d7ffd7;
}

/* ======================================================
    Notifications
 ====================================================== */
.notification-item {
    border:1px solid #d7d7d7;
    border-radius:10px;
    margin-bottom:10px;
    padding:10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 15px;
}
.notification-message {
    display:flex;
}
.notification-message-text {
    width:75%;
}
.notification-message-button {
    width:25%;
}
.notification-message-button a {
    display:block;
    height:100%;
    width:100%;
    line-height:35px;
    text-align:center;
    font-size: 14px;
    border-radius: 3px;
    -webkit-transition: border .2s linear,color .2s linear,width .2s linear,background-color .2s linear;
    -o-transition: border .2s linear,color .2s linear,width .2s linear,background-color .2s linear;
    transition: border .2s linear,color .2s linear,width .2s linear,background-color .2s linear;
    -webkit-font-smoothing: subpixel-antialiased;
}
.notification-message-button a:hover {
    text-decoration:none;
}
.notification-message-dates {
    width:100%;
    display:flex;
    font-size:0.85em;

    color:#666666;
}
.notification-sent {
    width:50%;
}
.notification-due {
    width:49%;
    text-align:right;
    font-weight:bold;
}

/* ======================================================
    Master Plan Page
 ====================================================== */
.pad20 {padding:20px !important;}
.pad5 {padding:5px !important;}
.ditem > i {vertical-align:top;padding:3px;}
.ditem-text,.ditem-area {width:95%;border:1px dashed #b7b7b7;height:50px;}
.optsdiv {margin-bottom:15px;}
.img-popup {
    cursor:pointer;
}


#overlay{
  position: fixed;
  top:10%;
  left:10%;
  width:80%;
  height:80%;
  background: rgba(0,0,0,0.6) none 50% no-repeat;
  background-position: center center;
  background-size: 80% auto;
  z-index:999999;
  cursor: pointer;
  transition: 0.3s;
  
  visibility: hidden;
  opacity: 0;
}
#overlay.open {
  visibility: visible;
  opacity: 1;
}

#overlay:after { /* X button icon */
  content: "\2715";
  position: absolute;
  color:#fff;
  top: 10px;
  right:20px;
  font-size: 2em;
}


/* ======================================================
    PDF Design
 ====================================================== */
.pdfonly {
    padding:25px;
    background-color:#ffffff;
    width:1050px;
}
#pdfhead {
    height:60px;
}
#pdfhead h2 {
    font-size:20px;
}
#pdffoot {
    padding:10px 0px;
}
#pdffoot p {
    font-size:0.8em;
}
#pdfcontent .infinite-list li {
    font-size:0.8em !important;
}

/* ======================================================
    Project Pages
 ====================================================== */

.project-image {
    width: 100%;
    max-height:230px;
    border-radius: 5px 5px 0 0;
}
.project-info {
    padding: 15px 20px;
}
.project-info h3.panel-title {
    color: #0F75BD;
    font-size: 17px;
    padding: 0;
}
.project-info h4 {
    font-size: 13px;
    font-weight: 100;
    margin: 5px 0;
}
.project-info h5 {
    font-size: 11px;
    font-weight: 100;
    margin: 9px 0;
    color: #76838f;
}
.project-actions {
    border-top: 1px solid #e4eaec;
    text-align: center;
}
.project-actions a {
    padding: 15px 20px;
    display: inline-block;
}
.project-actions a:hover {
    background: rgb(243, 247, 249);
}
i.edit-picture {
    position: absolute;
    right: 10px;
    top: 10px;
    background: rgba(255, 255, 255, 0.3);
    padding: 7px;
    border-radius: 5px;
    font-size: 13px;
}
.project-folders {
    position: relative;
    background: #ffffff;
}
.project-folders {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 10px;
    margin-top: -10px;
}
.project-team {
    padding: 15px 15px 0;
    margin-top: -30px;
}
.project-team .avatar {
    margin: 0 1px;
    border: 3px solid #fff;
        width: 48px;
}

/* ======================================================
    Photo Pages
 ====================================================== */

.photos .widget-body {
    padding: 0;
}
.photos .widget-metas {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.9);
    margin-top: -41px;
    text-align: center;
        padding: 15px 0 5px;
        margin-bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,000000+100&amp;0+0,1+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.01) 1%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(1%,rgba(0,0,0,0.01)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}
.photos .widget-metas i {
    margin-left: 10px;
    margin-right: 3px;
    opacity: 0.5;
}
.photos .widget-metas a {
    color:#fff;
}
.photos ul.blocks {
    padding:5px 20px;
}
.photos .blocks>li, [class*=blocks-]>li {
    padding-right: 1px;
    padding-left: 0px;
    margin-bottom: 1px;
}
.photos .blocks img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 0;
}
.photos .blocks img:hover {
    opacity: 0.8;
    cursor: pointer;
}
.photos .blocks .photo-settings {
    position: absolute;
    right: 10px;
    top: 10px;
    background: rgba(255, 255, 255, 0.3);
    padding: 3px 7px 2px;
    border-radius: 5px;
    font-size: 13px;
    z-index: 99;
}

.blocks-md-4>li {
    width: 24%;
}
.blocks .widget .widget-header {
    border-radius: 0;
}

/* ======================================================
    Misc
 ====================================================== */
 
.table-center {
	margin: 0 auto !important;
	float: none !important;
}
.padding-top-5 {
	padding-top:5px;
}
.fullwidth {
	width:100%;
}

.modal-header, .modal-header h4, .modal-header .close {
      background-color: #0F75BD;
      color:white !important;
      text-align: center;
      font-size: 30px;
}

.modal-body input[type="text"], .modal-body input[type="password"], .modal-body select {
  background: #f5f5f5;
  outline: 1px solid #ccc;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  border-radius: 0;
}

.modal-body textarea {
  background: #f5f5f5;
  outline: 1px solid #ccc;
  width: 100%;
  height: 150px;
  padding-left: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  border-radius: 0;
}


.modal-body .btn {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 2px solid #0F75BD;
  padding: 0 26px;
  height: 40px;
  min-width: 150px;
  line-height: 36px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  color: #0F75BD;
  background-color:#ffffff;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  margin-right: 8px;
  margin-bottom: 5px;
}

.modal-body .btn:hover {
	  background: #0F75BD;
  color: #fff;
}
.modal-body hr {
	margin:10px 0;
}

.modal-body .form-error,
.modal-body .form-success {
  background: #58ce38;
  padding: 12px;
  width: 100%;
  color: #fff;
  max-width: 700px;
  position: relative;
  top: 16px;
  margin: 0 auto;
}
.modal-body .form-error {
  background: #ce3838;
}

.modal-body {
	padding-bottom:30px;
}

/* ======================================================
    table
 ====================================================== */

.table1 {
    margin:0 auto;
}

.table1 > tbody > tr > th {
    margin-top:5px;
    background-color:#efefef;
    padding:8px 5px;
}
.table1  > tbody > tr > td {
    padding:0 5px;
    text-align:left;
    border-bottom:1px solid #dcdcdc;
}
.table1  > tbody > tr > td.score0 {
    padding:0 15px;
    text-align:center;
}
.table1  > tbody > tr > td.score1 {
    padding:0 15px;
    text-align:center;
    background-color:#ffcbcb;
}
.table1  > tbody > tr > td.score2 {
    padding:0 15px;
    text-align:center;
    background-color:#ffd0cb;
}
.table1  > tbody > tr > td.score3 {
    padding:0 15px;
    text-align:center;
    background-color:#ffedcb;
}
.table1  > tbody > tr > td.score4 {
    padding:0 15px;
    text-align:center;
    background-color:#e9ffcb;
}
.table1  > tbody > tr > td.score5 {
    padding:0 15px;
    text-align:center;
    background-color:#ccffcb;
}




/* ======================================================
    Responsive
 ====================================================== */
 
@media screen and (max-width: 1500px) {
 .dashboard table .avatar {
    width: 35px;
    margin-left: 10px;
 }
}
 
 @media screen and (max-width: 768px) {
  .dashboard .page-content {
      padding:0px;
  }




.dashboard .user-create {
 position:inherit;
 top:0px;
 right:0px;
}

.panel {
    margin-top:10px;
}  
  .navbar {
      padding: 0 10px;
  }
  
 .navbar-toolbar .open .dropdown-menu {
      top:130px;
  }
  
  .row-flex {
      display:block;
      flex-wrap:unset;
  }
  
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
      background-color:white !important;
      height:300px;
      overflow:auto;
  }
  .team-name {
      display:none;
  }
     
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
margin:0px 10px;
}
     
 }
 
