﻿.formviewer-textbox-withguides {
    border: none;
    background: 
        url(../images/formviewer/textbox/lefttopcorner.png) top left no-repeat,
        url(../images/formviewer/textbox/righttopcorner.png) top right no-repeat,
        url(../images/formviewer/textbox/leftbottomcorner.png) bottom left no-repeat,
        url(../images/formviewer/textbox/rightbottomcorner.png) bottom right no-repeat ; 
    padding-left: 2px;
    padding-right: 2px;  
}

.formviewer-textbox-default {
    border: none;     
    padding-left: 2px;
    padding-right: 2px; 
    color: blue !important; 
    font-weight: bold;
}

.formviewer-textbox-calculated-default {
    background-color: rgb(0, 38, 255);
    background: 
        url(../images/formviewer/textbox/lefttopcorner.png) top left no-repeat,
        url(../images/formviewer/textbox/righttopcorner.png) top right no-repeat,
        url(../images/formviewer/textbox/leftbottomcorner.png) bottom left no-repeat,
        url(../images/formviewer/textbox/rightbottomcorner.png) bottom right no-repeat rgb(0, 38, 255); 
    color: white !important;    
}

.formviewer-textbox-calculated-transfered {
    background-color: rgb(72, 0, 255);
    color: white !important;
}

.formviewer-textbox-flagged {
    background-color: yellow;
    color: blue;
}

.formviewer-kendo-dropdownlist span.k-icon.k-i-arrow-s {
        background-image: none;
        background-position: 0 0;
        background-size: 0 0;        
}

.formviewer-kendo-dropdownlist .k-item {
        padding: 0 0 0 0;
}