﻿.field-validation-error {
    color: #ED5565;
    font-size: smaller;
}

.validation-summary-errors {
    font-size: x-small;
}

td.details-control {
    background: url('../Images/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.details td.details-control {
    background: url('../Images/details_close.png') no-repeat center center;
}

.tr-language {
    font-weight: 600;
    height: 42;
    text-align: center;
    background: url('../Images/tr_flag.png') repeat scroll 0 0;
    -webkit-transition: all 0.75s ease-in;
    -moz-transition: all 0.75s ease-in;
    -o-transition: all 0.75s ease-in;
    transition: all 0.75s ease-in;
}

    .tr-language:hover {
        background: url('../Images/tr_flag_hover.gif');
        
    }


.en-language {
    font-weight: 600;
    height: 42;
    text-align: center;
    background: url('../Images/en_flag.png') repeat scroll 0 0;
    -webkit-transition: all 0.75s ease-in;
    -moz-transition: all 0.75s ease-in;
    -o-transition: all 0.75s ease-in;
    transition: all 0.75s ease-in;
}

    .en-language:hover {
        
        background: url('../Images/en_flag_hover.gif') repeat scroll 0 0;
    }


.fr-language {
    font-weight: 600;
    height: 42;
    text-align: center;
    background: url('../Images/fr_flag.png') repeat scroll 0 0;
    -webkit-transition: all 0.75s ease-in;
    -moz-transition: all 0.75s ease-in;
    -o-transition: all 0.75s ease-in;
    transition: all 0.75s ease-in;
}

    .fr-language:hover {
        
        background: url('../Images/fr_flag_hover.gif') repeat scroll 0 0;
    }

.other-language {
    font-weight: 600;
    height: 42;
    text-align: center;
    background: url('../Images/other_flag.png') repeat scroll 0 0;
    -webkit-transition: all 0.75s ease-in;
    -moz-transition: all 0.75s ease-in;
    -o-transition: all 0.75s ease-in;
    transition: all 0.75s ease-in;
}

    .other-language:hover {
        
        background: url('../Images/other_flag_hover.gif') repeat scroll 0 0;
    }
