﻿.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;
}

.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 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: 7px !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: 20px !important;}
    .responsiveLabelText{font-size: 14px !important;}
    /*.tableFontSize{font-size: 12px !important;}*/
}

@media (min-width: 992px) {
    /*body{font-size: 12px;}*/
    .responsiveHeaderText{font-size: 24px !important;}
    .responsiveLabelText{font-size: 18px !important;}
    /*.tableFontSize{font-size: 12px !important;}*/
}

@media (min-width: 1200px) {
    /*body{font-size: 12px;}*/
    .responsiveHeaderText{font-size: 24px !important;}
    .responsiveLabelText{font-size: 18px !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;
}




/* 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);
  }
}


/*.notConfirmEducation {
    background-color: lightskyblue !important;
}*/

/* Large desktop */
@media (min-width: 1200px) {
    .notConfirmEducationId {
        background-color: lightskyblue !important;
    }
    .notConfirmEducationName {
        background-color: white !important;
    }
    .notConfirmTransportationId {
        background-color: lightcoral !important;
    }
    .notConfirmTransportationName {
        background-color: white !important;
    }
    
    .minusIcon:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 2em;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        content: "\f068"
    }

    .plusIcon:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 2em;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        content: "\f067";
    }

    
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .notConfirmEducationId {
        background-color: lightskyblue !important;
    }  
    .notConfirmEducationName {
        background-color: white !important;
    }
    .notConfirmTransportationId {
        background-color: lightcoral !important;
    }
    .notConfirmTransportationName {
        background-color: white !important;
    }

    .minusIcon:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 2em;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        content: "\f068"
    }

    .plusIcon:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        content: "\f067";
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .notConfirmEducationId {
        background-color: white !important;
    }  
    .notConfirmEducationName {
        background-color: lightskyblue !important;
    }
    .notConfirmTransportationId {
        background-color: white !important;
    }
    .notConfirmTransportationName {
        background-color: lightcoral !important;
    }
    .page-header {
        margin: 15px 0 5px 0;
        padding-bottom: 0px;
    }
    
    .page-header h1 {
        xfont-family: 'Raleway', sans-serif;
        font-weight: 300;
        xletter-spacing: -1px;
        margin: 0 0 3px;
        padding: 0;
        color: #666666;
        font-size: 18px;
    }

    .minusIcon:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        content: "\f068"
    }

    .plusIcon:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        content: "\f067";
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    .notConfirmEducationId {
        background-color: white !important;
    }  
    .notConfirmEducationName {
        background-color: lightskyblue !important;
    }
    .notConfirmTransportationId {
        background-color: white !important;
    }
    .notConfirmTransportationName {
        background-color: lightcoral !important;
    }
    .page-header {
        margin: 15px 0 5px 0;
        padding-bottom: 0px;
    }
    
    .page-header h1 {
        xfont-family: 'Raleway', sans-serif;
        font-weight: 300;
        xletter-spacing: -1px;
        margin: 0 0 3px;
        padding: 0;
        color: #666666;
        font-size: 18px;
    }

    .minusIcon:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        content: "\f068"
    }

    .plusIcon:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        content: "\f067";
    }
}

.backGroundGreen {
    background-color: green !important;
}

.backGroundRed {
    background-color: red !important;
}


.switchSmall {
  background: #fff;
  border: 1px solid #dfdfdf;
  position: relative;
  display: inline-block;
  box-sizing: content-box;
  overflow: visible;
  width: 42px;
  height: 20px;
  padding: 0px;
  margin: 0px;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
  transition: 0.3s ease-out all;
  -webkit-transition: 0.3s ease-out all;
  top: -1px;
}
/*adding a wide width for larger switch text*/
.switch.wide {
  width:80px;
}
.switchSmall small {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0,0,0,0.4);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: 0.3s ease-out all;
  -webkit-transition: 0.3s ease-out all;
}





  .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;
  }




[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}


.tableColBackGroundColorGreen {
    background-color: green;
}
.tableColBackGroundColorRed {
    background-color: red;
}


.cropArea {
    /*xxxbackground: #E4E4E4;*/
    border: 1px #006699 dotted;
    overflow: hidden;
    width: 460px;
    height: 305px;
}

.cropFinalImage {
    /*xxxbackground: #E4E4E4;*/
    border: 1px #006699 dotted;
    overflow: hidden;
    height: 200px;
    width: 200px;
}


.symbol.required:before {
    content: "*";
    display: inline;
    color: #E6674A;
}
