﻿
/* FORMS */
input.ng-dirty.ng-invalid {
    border: 1px solid red;
}

input.ng-valid {
    border: 1px solid green;
}




/* NAV - Index page */

#header, #nav-container {
    display: none;
}


.show-this {
    display: block !important;
}



/* Profiles action buttons */

.profiles-options {
    position: relative;
    display: block;
}

    .profiles-options .glyphicon-remove {
        right: 7px;
    }

    .profiles-options.glyphicon-pencil {
        right: 5px;
    }

    .profiles-options .glyphicon-remove, .profiles-options .glyphicon-pencil {
        display: none;
        position: absolute;
        top: 4px;
        color: #777;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }


.profile-row:hover .profiles-options .glyphicon-remove, .profile-row:hover .profiles-options .glyphicon-pencil {
    display: block;
}

.profile-row:hover td {
    font-weight: 500 !important;
}

/*.glyphicon-remove:hover, .glyphicon-pencil:hover {
    cursor: pointer;
    color: #333;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}*/




.password-generator {
    cursor: pointer;
}

.input-group-addon.password-generator {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    background-color: #eee;
    border: 1px solid #cbd5dd;
    -webkit-border-top-right-radius: 4px !important;
    -webkit-border-bottom-right-radius: 4px !important;
    -moz-border-radius-topright: 4px !important;
    -moz-border-radius-bottomright: 4px !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    color: #fff;
    background-color: #248AAF;
    border-color: #20799a;
}

    .input-group-addon.password-generator:hover {
        color: #fff;
        background-color: #1b6985;
        border-color: #155167;
    }

.panel .panel-heading {
    position: relative;
}

ul.header-controls {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
}

    ul.header-controls > li {
        display: inline-block;
        height: 100%;
        float: left;
    }

    ul.header-controls > li {
        border-left: 1px solid rgba(0,0,0,.1);
    }


.help-block {
    font-size: 12px;
}

    .help-block .fa {
        color: #95a2a9 !important;
    }

.make-cursor {
    cursor: pointer;
}


.callout-default {
    background-color: #eee;
    border-color: #333;
}



.animate-repeat.ng-move,
.animate-repeat.ng-enter,
.animate-repeat.ng-leave {
  -webkit-transition:all linear 0.5s;
  transition:all linear 0.5s;
}

.animate-repeat.ng-leave.ng-leave-active,
.animate-repeat.ng-move,
.animate-repeat.ng-enter {
  opacity:0;
  max-height:0;
}

.animate-repeat.ng-leave,
.animate-repeat.ng-move.ng-move-active,
.animate-repeat.ng-enter.ng-enter-active {
  opacity:1;
  max-height:40px;
}




/* Filter */

.input-group.filter {
padding-bottom: 10px;
padding-left: 15px;
}
.input-group.filter  {
position: relative;
display: table;
border-collapse: separate;

}
.search-keyword.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555;
vertical-align: middle;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.table-profiles thead tr th span:hover
{
    cursor:pointer;
}

.table-profiles thead tr th span.glyphicon.glyphicon-sort-by-alphabet
{
   color:#36a97f !important;
}

.table-profiles thead tr th span.glyphicon.glyphicon-sort-by-alphabet-alt
{
   color:#ae2312 !important;
}




/* Users */

.user-row {
    margin-bottom: 14px;
}

.user-row:last-child {
    margin-bottom: 0;
}

.dropdown-user {
    margin: 13px 0;
    padding: 5px;
    height: 100%;
}

.dropdown-user:hover {
    cursor: pointer;
}

.table-user-information > tbody > tr {
    border-top: 1px solid rgb(221, 221, 221);
    background:#fff;
    background-color:#fff;
}

.table-user-information > tbody > tr:first-child {
    border-top: 0;
}


.table-user-information > tbody > tr > td {
    border-top: 0;
}


.users-list .panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}


.mar-l-usr
{
    
}


.panel-info2 .panel-heading 
{
    background-image: -webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
    background-image: -o-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#2aabd2));
    background-image: linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #28a4c9;
}

/*.datetimepicker-wrapper
{
    display:inline-block;
}*/


.flag-icon 
{
    font-size:20px !important;
}


.table tr td {
    vertical-align: middle !important;
}


.spinner {
    margin: 20% auto 0 auto;
    left: auto;
    top: auto !important;
}


 .clear-selected-opt {
      /*background:none;
      border:none;*/
      cursor:pointer;
      padding:5px 10px;
      position:absolute;
      right:30px;
      /*top:4px;*/
      top: -8px;
    }



.popup-ddl {
    overflow: visible !important;
}



.dob-picker .datetimepicker-wrapper:last-child
{
    display:none !important;
}

/*[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}*/

.table-fb-groups tr td { max-width:380px; word-break: break-all;}



.max-break
{
word-break: break-all;
max-width:350px;
}
