﻿.blueTable th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    text-align: center;
}

.blueTableFormOpen {
    background: #f1e9dc !important;
    height: auto !important;
}

.blueTableFormOpenNest2 {
    background: #f5f5f5 !important;
    height: auto !important;
}


.redTable th {
    background-color: #b94d0a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b94d0a), to(#b94d0a));
    background-image: -webkit-linear-gradient(top, #b94d0a, #b94d0a);
    background-image: -moz-linear-gradient(top, #b94d0a, #b94d0a);
    background-image: -ms-linear-gradient(top, #b94d0a, #b94d0a);
    background-image: -o-linear-gradient(top, #b94d0a, #b94d0a);
    background-image: linear-gradient(top, #b94d0a, #b94d0a);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
}

.whiteTable th {
    background-color: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
    background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
    background-image: -o-linear-gradient(top, #ffffff, #ffffff);
    background-image: linear-gradient(top, #ffffff, #ffffff);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    text-align: center;
    color: #000000;
    font-weight: bold;
}

/*.redTable td {
    white-space: pre-wrap; /* css-3 !1!
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 !1!
    white-space: -pre-wrap; /* Opera 4-6 !1!
    white-space: -o-pre-wrap; /* Opera 7 !1!
    word-wrap: break-word; /* Internet Explorer 5.5+ !1!
}*/

.redTable tr{
	background: #FFFFFF;
}
/*  Define the background color for all the ODD background rows  */
.redTable tr:nth-child(odd){ 
	background: #FFFFFF;
}
	
/*  Define the background color for all the EVEN background rows  */
.redTable tr:nth-child(even){
	background: #f1e9dc;
}

.whiteTable tr:nth-child(even){
	background: #FFFFFF;
}

/*.redTableRowHighlight{
	background: #F7CDCD !important;
}*/


.selectFilter {
	/* border: 2px solid #E5E7E9; */
	height: 26px;
	padding: 0px !important;
    width: 100% !important;
}
/*@media (max-width: 768px) { /* use the max to specify at each container level !1!
   .specifictd {    
        width:200px !important;  /* adjust to desired wrapping !1!
        display:table;
        white-space: pre-wrap; /* css-3 !1!
        white-space: -moz-pre-wrap; /* Mozilla, since 1999 !1!
        white-space: -pre-wrap; /* Opera 4-6 !1!
        white-space: -o-pre-wrap; /* Opera 7 !1!
        word-wrap: break-word; /* Internet Explorer 5.5+ !1!
    }
}*/





.darkBlueTable th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#006699), to(#00557F));
    background-image: -webkit-linear-gradient(top, #006699, #00557F);
    background-image: -moz-linear-gradient(top, #006699, #00557F);
    background-image: -ms-linear-gradient(top, #006699, #00557F);
    background-image: -o-linear-gradient(top, #006699, #00557F);
    background-image: linear-gradient(top, #006699, #00557F);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
}

.darkBlueTable tr{
	background: #FFFFFF;
}

/* תוספת שלי - טליה */
.darkBlueTable td{
    vertical-align: middle !important;
    /*text-align: center;*/
}

.darkBlueTable tr:nth-child(odd){ 
	background: #FFFFFF;
}
	
.darkBlueTable tr:nth-child(even){
	background: #E1EEF4;
}




/*.redTable tr:nth-child(even) {background: #F7CDCD}*/

/*.redTable tbody td { color: #80141C; border-left: 1px solid #F7CDCD;font-size: 12px;font-weight: normal; }
.redTable tbody td { background: #F7CDCD !important; color: #80141C; }*/

.tableLineSmall {
    
}

.tableLineSmall>tbody>tr>td, 
.tableLineSmall>tbody>tr>th, 
/*
.tableLineSmall>tfoot>tr>td, 
.tableLineSmall>tfoot>tr>th, 
*/
.tableLineSmall>thead>tr>td, 
.tableLineSmall>thead>tr>th {
    padding: 4px !important;
    font-size: 12px !important;
    /*line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;*/
}

/*tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}*/

.st-sort-ascent:after {
    content: '\25B2';
}

.st-sort-descent:after {
    content: '\25BC';
}

.modal {
    text-align: center;
    padding: 0!important;
        
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    max-width : 100%;
}


.form-group .help-block {
    display: none;
}

.form-group.has-error .help-block {
    display: block;
}

.pagination {
    margin: 5px 0px 5px 0px !important;
}


i.ico-colorCustomerCard {
    background-color: #53777A;
}

i.ico-colorSimulation {
    background-color: #59BA41;
}

i.ico-colorBudget {
    background-color: #C02942;
}

i.ico-colorTeachers {
    background-color: #5D4157;
}

i.ico-colorMinhala {
    background-color: #ECD078;
}

i.ico-colorShibutz {
    background-color: #F35C07;
}

i.ico-colorSoon {
    background-color: #696969;
}

.setWidth {
    max-width: 50px;
}

.concat div {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: inherit;
}

.breakLongText div {
  -ms-word-break: break-all;
  word-break: break-all;

  /* Non standard for webkit */
  word-break: break-word;

  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

@media (max-width: 767px) {
    /*body{font-size: 10px;}*/
    .responsiveHeaderText{font-size: 13px !important;}
    .responsiveLabelText{font-size: 11px !important;}
    /*.tableFontSize{font-size: 10px !important;}*/
}

@media (min-width: 768px) {
    /*body{font-size: 12px;}*/
    .responsiveHeaderText{font-size: 17px !important;}
    .responsiveLabelText{font-size: 13px !important;}
    /*.tableFontSize{font-size: 12px !important;}*/
}

@media (min-width: 992px) {
    /*body{font-size: 12px;}*/
    .responsiveHeaderText{font-size: 21px !important;}
    .responsiveLabelText{font-size: 15px !important;}
    /*.tableFontSize{font-size: 12px !important;}*/
}

@media (min-width: 1200px) {
    /*body{font-size: 12px;}*/
    .responsiveHeaderText{font-size: 21px !important;}
    .responsiveLabelText{font-size: 15px !important;}
    /*.tableFontSize{font-size: 12px !important;}*/
}



/******************************************/
.reset-this {
    animation : none;
    animation-delay : 0;
    animation-direction : normal;
    animation-duration : 0;
    animation-fill-mode : none;
    animation-iteration-count : 1;
    animation-name : none;
    animation-play-state : running;
    animation-timing-function : ease;
    backface-visibility : visible;
    background : 0;
    background-attachment : scroll;
    background-clip : border-box;
    background-color : transparent;
    background-image : none;
    background-origin : padding-box;
    background-position : 0 0;
    background-position-x : 0;
    background-position-y : 0;
    background-repeat : repeat;
    background-size : auto auto;
    border : 0;
    border-style : none;
    border-width : medium;
    border-color : inherit;
    border-bottom : 0;
    border-bottom-color : inherit;
    border-bottom-left-radius : 0;
    border-bottom-right-radius : 0;
    border-bottom-style : none;
    border-bottom-width : medium;
    border-collapse : separate;
    border-image : none;
    border-left : 0;
    border-left-color : inherit;
    border-left-style : none;
    border-left-width : medium;
    border-radius : 0;
    border-right : 0;
    border-right-color : inherit;
    border-right-style : none;
    border-right-width : medium;
    border-spacing : 0;
    border-top : 0;
    border-top-color : inherit;
    border-top-left-radius : 0;
    border-top-right-radius : 0;
    border-top-style : none;
    border-top-width : medium;
    bottom : auto;
    box-shadow : none;
    box-sizing : content-box;
    caption-side : top;
    clear : none;
    clip : auto;
    color : inherit;
    columns : auto;
    column-count : auto;
    column-fill : balance;
    column-gap : normal;
    column-rule : medium none currentColor;
    column-rule-color : currentColor;
    column-rule-style : none;
    column-rule-width : none;
    column-span : 1;
    column-width : auto;
    content : normal;
    counter-increment : none;
    counter-reset : none;
    cursor : auto;
    direction : ltr;
    display : inline;
    empty-cells : show;
    float : none;
    font : normal;
    font-family : inherit;
    font-size : medium;
    font-style : normal;
    font-variant : normal;
    font-weight : normal;
    height : auto;
    hyphens : none;
    left : auto;
    letter-spacing : normal;
    line-height : normal;
    list-style : none;
    list-style-image : none;
    list-style-position : outside;
    list-style-type : disc;
    margin : 0;
    margin-bottom : 0;
    margin-left : 0;
    margin-right : 0;
    margin-top : 0;
    max-height : none;
    max-width : none;
    min-height : 0;
    min-width : 0;
    opacity : 1;
    orphans : 0;
    outline : 0;
    outline-color : invert;
    outline-style : none;
    outline-width : medium;
    overflow : visible;
    overflow-x : visible;
    overflow-y : visible;
    padding : 0;
    padding-bottom : 0;
    padding-left : 0;
    padding-right : 0;
    padding-top : 0;
    page-break-after : auto;
    page-break-before : auto;
    page-break-inside : auto;
    perspective : none;
    perspective-origin : 50% 50%;
    position : static;
    /* May need to alter quotes for different locales (e.g fr) */
    quotes : '\201C' '\201D' '\2018' '\2019';
    right : auto;
    tab-size : 8;
    table-layout : auto;
    text-align : inherit;
    text-align-last : auto;
    text-decoration : none;
    text-decoration-color : inherit;
    text-decoration-line : none;
    text-decoration-style : solid;
    text-indent : 0;
    text-shadow : none;
    text-transform : none;
    top : auto;
    transform : none;
    transform-style : flat;
    transition : none;
    transition-delay : 0s;
    transition-duration : 0s;
    transition-property : none;
    transition-timing-function : ease;
    unicode-bidi : normal;
    vertical-align : baseline;
    visibility : visible;
    white-space : normal;
    widows : 0;
    width : auto;
    word-spacing : normal;
    z-index : auto;
}

.forceFromLabelRight {
    text-align: right !important;
}

.margin-0 {
    margin-right:0px !important;
    margin-left:0px !important;
}



  .animate-repeat {
  }

  .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;
    xmax-height: 40px;
  }




  /* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 1001;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.disabledContent {
    z-index: 1000;
    background-color: lightgrey;
    opacity: 0.6;
    pointer-events: none;
}