input, textarea, select {
    outline: none;
    resize: none;
    font-size: 11px !important;
}

input:active, input:focus, select:active, select:focus, textarea:active, textarea:focus {
    border: 1px #c4c6f1 solid !important;
}

/**
 * Buttons
 */
.button1 {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;

    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);

    cursor: pointer;
    display: inline-block;
    font: 13px/100% "lucida grande", tahoma, verdana, arial, sans-serif;
    font-weight: bold;
    padding: 7px 20px;
    outline: none !important;
    text-align: center;
    text-decoration: none;

    -moz-box-sizing: border-box !important;
    line-height: 16px;
}

.button_tiny1 {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    font: 11px/130% "lucida grande", tahoma, verdana, arial, sans-serif !important;
    text-decoration: none;
}

.button_small1 {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    text-decoration: none;

    cursor: pointer;
    display: inline-block;
    font: 11px/130% "lucida grande", tahoma, verdana, arial, sans-serif !important;
    font-weight: bold;
    padding: 3px 10px;
    outline: none !important;
    text-align: center;
    text-decoration: none !important;

    -moz-box-sizing: border-box !important;
    line-height: 17px;
}

.button {
    background-color: #e5e5e5;
    background-image: none;
    filter: none;
    border: 0;
    text-decoration: none !important;
    padding: 5px 14px;


    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;

    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
}

.button:hover,
.button:focus,
.button:active,
.button.active,
.button[disabled],
.button.disabled {
    /*color: #333333;
  background-color: #d8d8d8 !important;*/
    border: none;
}

input[type=button]:focus, input[type=button]:active, input[type=button].active,
input[type=submit]:focus, input[type=submit]:active, input[type=submit].active {
    border: none !important;
}


.button_tiny {
    background-color: #e5e5e5;
    background-image: none;
    filter: none;
    border: 0;
    padding: 7px 14px;

    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    color: #333333;
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;

    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    font-size: 12px !important;
    line-height: 11px;
    text-decoration: none !important;
}

/* .button_small {
    background-color: #e5e5e5;
    background-image: none;
    filter: none;
    border: 0;
    padding: 7px 10px;

    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    color: #333333;
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    /* border-radius: 0 !important; 

    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    font-size: 12px !important;
    padding: 3px 10px;
    text-decoration: none !important; 
}*/


button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
}

.button-round {
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    border-radius: 16px;
    padding: 7px 0;
    width: 30px;
    text-decoration: none;
}

.pageing_numbers, .button-gray {
    color: #777;
    /*border: 1px solid #ccc;*/
    background: #e5e5e5;
    /*font-size:0.8em;*/
    /*background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e1e1e1));
    background: -moz-linear-gradient(top,  #f7f7f7,  #e1e1e1);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e1e1e1');
    text-shadow: 0 1px 0 #fff;*/
    text-decoration: none;
}

.pageing_numbers:hover, .button-gray:hover, .pageing_numbers:focus, .button-gray:focus {
    /* color: #777 !important; */
    /* border: 1px solid #aaa;*/
    background: #d8d8d8;
    /* background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#ccc));
    background: -moz-linear-gradient(top,  #f1f1f1,  #ccc);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#cccccc');*/
    text-decoration: none !important;
}

/* .pageing_numbers:active, .button-gray:active, .button-gray.active {
    color: #777 !important;
    background: #d8d8d8; */
    /* background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#f1f1f1));
    background: -moz-linear-gradient(top,  #ccc,  #f1f1f1);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#f1f1f1');*/
    /* text-decoration: none !important;
} */

/* .paging_selected, .button-orange {
    color: #fef4e9 !important; */
    /*border: solid 1px #da7c0c;*/
    /* background: #f78d1d; */
    /*background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top, #faa51a, #f47a20);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
    text-shadow: 0 1px 1px rgba(0,0,0,0.25);*/
    /* text-decoration: none !important;
} */

/* .button-orange:hover, .button-orange:focus {
    background: #f47c20 !important; */
    /* background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
    background: -moz-linear-gradient(top,  #f88e11,  #f06015);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');*/
    /* text-decoration: none;
} */

/* .button-orange:active, .button-orange.active {
    background: #f47a20 !important; */
    /* background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
    background: -moz-linear-gradient(top,  #f47a20, #faa51a);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');*/
    /* text-decoration: none !important;
} */

/* .button-blue { */
    /* color: #fff !important; */
    /*border: 1px solid #0076a3;*/
    /* background: #8285e1; */
    /*background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
    background: -moz-linear-gradient(top,  #00adee,  #0078a5);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
    text-shadow: 0 1px 1px rgba(0,0,0,0.25);*/
    /* text-decoration: none !important; */
/* } */

/* .button-blue:hover, .button-blue:focus { */
    /* background: #606d94 !important; */
    /* background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
    background: -moz-linear-gradient(top,  #0095cc,  #00678e);
    /* filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');*/ */
    /* text-decoration: none !important; */
/* } */

/* .button-blue:active, .button-blue.active { */
    /* background: #80bed6 !important; */
    /* background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
    background: -moz-linear-gradient(top,  #0078a5,  #00adee);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');*/
    /* text-decoration: none !important; */
/* } */

.button-green {
    color: #fff !important;
    /*border:1px solid #749217;*/
    background: #35AA47;
    /* background: -webkit-gradient(linear, left top, left bottom, from(#8fc857), to(#5c9425));
    background: -moz-linear-gradient(top,  #8fc857,  #5c9425);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#8fc857', endColorstr='#5c9425');*/
    text-decoration: none !important;
    /*text-shadow: 0 1px 1px rgba(0,0,0,0.25);*/
}

.button-green:hover, .button-green:focus {
    color: #fff !important;
    /* border:1px solid #749217 !important;*/
    background: #1d943b;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#8fbb44), to(#5c8825));
    background: -moz-linear-gradient(top,  #8fbb44,  #5c8825);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#8fbb44', endColorstr='#5c8825');*/
    text-decoration: none !important;
}

.button-green:active, .button-green.active {
    color: #fff !important;
    background: #1d943b;
    /* background: -webkit-gradient(linear, left top, left bottom, from(#5c8825), to(#8fbb44));
    background: -moz-linear-gradient(top,  #5c8825,  #8fbb44);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c8825', endColorstr='#8fbb44');*/
    text-decoration: none !important;
}

/**
 * Pagination
 */

.pagination {
    margin: 1em 0;
    padding: 0;
}

.pagination li {
    display: inline-block;
    float: left;
    margin: 0 2px;
}

.pagination li a {
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    display: block;
    padding: 0 6px;
    height: 20px;
    line-height: 20px;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;

    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);

    cursor: pointer;
    outline: none !important;
    text-align: center;
    text-decoration: none;
}

.pagination .current {
    background: #fff;
    filter: none;
    color: #666;
}


/**
 * Widgets
 */
.widget, .panel, #calroot {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    font-size: 12px;
}

.widget, .panel {
    border-radius: 5px;
    margin: 5px 0;
}

.widget header h2, .widget #calhead {
    background: #f7f7f7;
    /* background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e1e1e1));
    background: -moz-linear-gradient(top,  #f7f7f7,  #e1e1e1);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e1e1e1');*/
    border: 1px solid #ccc;
    color: #333;
    font-size: 12px;
    /* text-shadow: 0 1px 0 #fff;*/
    height: 30px !important;
    line-height: 30px;
    margin: 0;
    padding: 0 10px;
    /*-moz-box-shadow:inset 0 1px 0 #fff;
    -webkit-box-shadow:inset 0 1px 0 #fff;
    box-shadow:inset 0 1px 0 #fff;*/

    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -khtml-border-top-left-radius: 5px;
    -khtml-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.widget section, #calbody {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;

    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -khtml-border-bottom-left-radius: 5px;
    -khtml-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.widget section {
    background: #fafafa;
    padding: 10px;
}

.widget.modal {
    display: none;
    width: 350px;
}

.panel {
    background: #f7f7f7;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#eaeaea));
    background: -moz-linear-gradient(top,  #f7f7f7,  #eaeaea);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#eaeaea');
    text-shadow: 0 1px 0 #fff;*/
    padding: 10px;
    /* -moz-box-shadow:inset 0 1px 0 #fff;
    -webkit-box-shadow:inset 0 1px 0 #fff;
    box-shadow:inset 0 1px 0 #fff;*/
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.nobackground {
    background: none !important;
}

.panel header h2 {
    margin-top: 0;
    font-size: 12px;
}

/**
 * Tabs
 */

/* root element for tabs  */
.tabs {
    list-style: none;
    margin: 0 !important;
    padding: 0;
    height: 20px;
    border-bottom: 1px solid #aaa;
}

/* single tab */
.tabs li {
    float: left;
    text-indent: 0;
    padding: 0;
    margin: 0 2px 0 0 !important;
    list-style-image: none !important;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

/* link inside the tab. uses a background image */
.tabs a {
    background: #ddd;
    background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#ddd));
    background: -moz-linear-gradient(top, #aaa, #ddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaaaaa', endColorstr='#dddddd');
    border-bottom: 1px solid #aaa;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    font-size: 11px;
    display: block;
    height: 19px;
    line-height: 20px;
    width: 111px;
    text-align: center;
    text-decoration: none;
    color: #000;
    padding: 0px;
    margin: 0px;
    position: relative;
    text-shadow: 0 1px 0 #fff;
    top: 0px;

    -webkit-background-clip: padding-box;
}

.tabs a:active {
    outline: none;
}

/* when mouse enters the tab move the background image */
.tabs a:hover {
    background: #aaa;
    color: #fff;
    text-shadow: 0 -1px 0 #000;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.tabs .current, .tabs .current:hover, .tabs li.current a {
    border-bottom: 1px solid #fff;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#fff));
    background: -moz-linear-gradient(top, #e1e1e1, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#ffffff');
    cursor: default !important;
    color: #000 !important;
    text-shadow: 0 1px 0 #fff;
}

/* tab pane styling */
.panes div {
    display: none;
    padding: 15px 10px;
    border: 1px solid #aaa;
    border-top: 0;
    min-height: 100px;
    background-color: #fff;
}

/* initially all panes are hidden */
.panes .pane {
    display: none;
}

/**
 * Accordion
 */
/* root element for accordion. decorated with rounded borders and gradient background image */
.accordion {
    color: #000;
    border: 1px solid #ccc;
    background: #fff;
    text-shadow: 0 1px 0 #fff;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

/* accordion header */
.accordion h2 {
    background: #f7f7f7;
    background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e1e1e1));
    background: -moz-linear-gradient(top, #f7f7f7, #e1e1e1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e1e1e1');
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    text-shadow: 0 1px 0 #fff;
    color: #333;
    margin: 0;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    cursor: pointer;

    -webkit-background-clip: padding-box;
}

.accordion h2:first-child {
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -khtml-border-top-left-radius: 4px;
    -khtml-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.accordion h2:nth-last-child(2), .accordion .pane:last-child {
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -khtml-border-bottom-left-radius: 4px;
    -khtml-border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.accordion h2:hover {
    background: #ececec;
    background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#ccc));
    background: -moz-linear-gradient(top, #f1f1f1, #ccc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#cccccc');
}

/* currently active header */
.accordion h2.current {
    cursor: default;
    background: #f7f7f7;
    background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#eeeeee));
    background: -moz-linear-gradient(top, #f7f7f7, #eeeeee);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#eeeeee');
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -khtml-border-bottom-left-radius: 0px;
    -khtml-border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

/* accordion pane */
.accordion .pane {
    background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#efefef));
    background: -moz-linear-gradient(top, #f9f9f9, #efefef);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#efefef');
    display: none;
    padding: 15px;
    color: #000;
    font-size: 12px;
}

/* a title inside pane */
.accordion .pane h3 {
    font-weight: normal;
    margin: 0 0 -5px 0;
    font-size: 16px;
    color: #999;
}

/**
 * Calendar
 */

/* calendar root element */
#calroot {
    /* place on top of other elements. set a higher value if nessessary */
    z-index: 10000;

    margin-top: -1px;
    width: 205px;
    background-color: #fff;
    font-size: 11px;

    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
}

/* head. contains title, prev/next month controls and possible month/year selectors */
#calhead {
    padding: 2px 0;
    height: 22px;
}

#caltitle {
    float: left;
    text-align: center;
    width: 163px;
    line-height: 20px;
}

#calnext, #calprev {
    display: block;
    width: 20px;
    height: 20px;
    background: transparent url(../images/prev.gif) no-repeat scroll center center;
    float: left;
    cursor: pointer;
}

#calnext {
    background-image: url(../images/next.gif);
    float: right;
}

#calprev.caldisabled, #calnext.caldisabled {
    visibility: hidden;
}

/* year/month selector */
#caltitle select {
    font-size: 10px;
}

#calbody {
    padding: 3px;
}

/* names of the days */
#caldays {
    height: 14px;
    border-bottom: 1px solid #ddd;
}

#caldays span {
    display: block;
    float: left;
    width: 28px;
    text-align: center;
}

/* container for weeks */
#calweeks {
    background-color: #fff;
    margin-top: 4px;
}

/* single week */
.calweek {
    clear: left;
    height: 22px;
}

/* single day */
.calweek a {
    display: block;
    float: left;
    width: 27px;
    height: 20px;
    text-decoration: none;
    font-size: 11px;
    margin-left: 1px;
    text-align: center;
    line-height: 20px;
    color: #666;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

/* different states */
.calweek a:hover, .calfocus {
    background-color: #ddd;
}

/* sunday */
a.calsun {
    color: red;
}

/* offmonth day */
a.caloff {
    color: #ccc;
}

a.caloff:hover {
    background-color: rgb(245, 245, 250);
}


/* unselecteble day */
a.caldisabled {
    background-color: #efefef !important;
    color: #ccc !important;
    cursor: default;
}

/* current day */
#calcurrent {
    background-color: #498CE2;
    color: #fff;
}

/* today */
#caltoday {
    background-color: #333;
    color: #fff;
}

/* Progress bars
---------------------------------------------------------------------*/

.progress {
    border: 1px solid #ccc;
    position: relative;
    display: block;
    height: 17px;
    padding: 0;
    /* min-width: 200px;*/
    margin: 4px 0;
    /*background: #DEDEDE;*/
    /*background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#e9e9e9));
    background: -moz-linear-gradient(top, #ccc, #e9e9e9);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#e9e9e9');

    -moz-box-shadow:0 1px 0 #fff;
    -webkit-box-shadow:0 1px 0 #fff;
    box-shadow:0 1px 0 #fff;
	*/
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.progress span {
    display: block;
    height: 17px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 0;
    font-size: 12px;
    /* -moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
	*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.progress span b {
    color: #fff;
    line-height: 18px;
    padding-left: 2px;
    /*text-shadow:0 1px 1px rgba(0, 0, 0, 0.5);*/
}

.progress-blue span {
    /* border: 1px solid #0078a5;*/
    background-color: #5C9ADE;
    /*background: -moz-linear-gradient(top, #00adee 10%, #0078a5 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #00adee), color-stop(0.9, #0078a5));
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');*/
}

.progress-green span {
    /* border: 1px solid #5c9425; */
    background-color: #77AF3F;
    /*background: -moz-linear-gradient(top, #8fc857 10%, #5c9425 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #8fc857), color-stop(0.9, #5c9425));
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#8fc857', endColorstr='#5c9425');*/
}

.progress-orange span {
    /* border: 1px solid #f47a20; */
    background-color: #faa51a;
    /*background: -moz-linear-gradient(top, #faa51a 10%, #f47a20 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #faa51a), color-stop(0.9, #f47a20));
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');*/
}

.progress-red span {
    /*border: 1px solid #A92C2C; */
    background-color: #C44747;
    /*background: -moz-linear-gradient(top, #DD5F5F 10%, #A92C2C 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #DD5F5F), color-stop(0.9, #A92C2C));
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#DD5F5F', endColorstr='#A92C2C');*/
}

/**
 * Validation
 */
.in-error,.in-error:focus,.valid-in-error,.valid-in-error:focus {
    border-color: #F00 !important;
    background-color: #FEF5F7;
    box-shadow:none !important;
}

.form-error {
    -moz-box-shadow: #DDD 0px 0px 6px;
    -webkit-box-shadow: #DDD 0px 0px 6px;
    box-shadow: #DDD 0px 0px 6px;
    background-color: #000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    display: none;
    font-size: 11px;
    height: 15px;
    padding: 4px 10px;
    z-index: 9999;
}

.form-error p {
    margin: 0px;
    line-height: 15px;
}

.form-error em {
    display: block;
    width: 0;
    height: 0;
    border: 5px solid;
    border-color: transparent #000 transparent transparent;

    /* positioning */
    position: absolute;
    top: 6px;
    left: -10px;
}

.form label {
    display: block;
    font-size: 14px;
    margin: 10px 0;
    width: 100%;
    float: left;
}
div{
    font-size: 14px;
}
.form input, .form textarea, .form select, .form .selector {
    float: left;
}

.form .selector {
    margin-left: -4px;
}

input.half, select.half, textarea.half {
    width: 50%;
}

input.full, select.full, textarea.full {
    width: 95%;
}

select, textarea, input[type=text], input[type=password], input[type=email], input[type=url], input[type=date], input[type=number], input[type=time], input[type=date], input.date {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    khtml-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 4px 6px;

    -moz-box-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    font: 12px/16px "lucida grande", tahoma, verdana, arial, sans-serif;
}

.search_main {
    /* width: 74%; */
    height: 30px;
    padding-top: 10px;
    margin-top: 0 !important;
}

select {
    padding: 3px;
}

textarea {
    margin-bottom: 10px;
}

.invalid {
    border: 1px solid red !important;
}

span.radio-input {
    float: left;
    line-height: 25px;
}

.selector span {
    font: 12px/16px "lucida grande", tahoma, verdana, arial, sans-serif;
}

.selector select {
    padding-top: 4px;
    padding-bottom: 4px;
    margin-left: 3px;
}

.test_test {
    width: 400px;
    height: 50px;
    float: left !important;
    clear: right !important;
}


/* Application redesign :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
select, textarea, input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=date],
input[type=number],
input[type=time],
input[type=date],
input.date {
    font-size: 14px !important;
    font-family:  "Lexend", sans-serif !important;
    padding: 6px 10px;
    margin-top: 6px;
    box-shadow: none;
    box-sizing: border-box;
}

select {
    height: 30px;
    padding: 4px 10px !important;
}

.panel {
    background: #FFF;
    border: 1px solid #ebebeb;
    box-shadow: 0 4px 23px -8px rgb(14 17 28 / 6%);
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 10px;
}

.form-opening {
    background-color: #ECF7FF;
    padding: 10px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
}
.row.vendor-search.plus {
    display: flex;
    flex-wrap: wrap;
}
select#state {
    width: 100%;
}
.panel br {
    display: none;
}

.panel .col br {
    display: block;
}

.col {
    font-size: 14px;
    /* padding-left: 10px; */
}
form#profilesearch .row.left_search-box-1.pad_b_10 .col.pad_r_10 {
    padding-right: 10px;
}

.row.pad_t_10.pad_b_0 .col.pad_r_10 {
    padding-right: 10px;
}
.rpt_note.panel.clear .col.pad_r_10 {
    padding-right: 10px;
}
.row.left_search-box-1 {
    /* padding-top: 10px !important; */
    width: 100% !important;
}
/* .col.padding_r_5 {
    padding: 0px 0px 0px 15px;
} */
/* .col.padding_r_5 {
    width: 80% !important;
} */
.name .col img {
    width: 5px;
}
.row.left_search-box-1 .name.col {
    padding-left: 0px !important;
}
button.ui-multiselect.ui-widget.ui-state-default.ui-corner-all {
    width: 100% !important;
    border-radius: 5px !important;
    padding: 5px;
}
/* .fl.f1-label {
    padding-bottom: 5px;
} */
/* input#s_datefrom {
    width: 75px !important;
} */
.name.flex-1.pad_r_5 {
    padding-left: 10px;
}
/* input#s_dateto {
    width: 75px !important;
} */
/* button#resetCandidate {
    margin-top: 25px !important;
} */
/* #tracker {
    padding: 10px 0px 15px 0px;
} */
.green_txt.f11 {
    padding-top: 5px;
}
.green_txt.f11.pad_t_5 {
    padding-top: 10px;
}
.c_title.green_txt.fl.col.pad_t_16 {
    padding-top: 10px !important;
}
/* .row.vendor-search.pad_b_10 {
    width: 97%;
} */
.col.padding_r_5 input#radio1 {
    margin: 0;
}
.col.padding_r_5 input#radio2 {
    margin: 0;
}
.row.left_search-box-1 .col.padding_r_5 {
    display: table;
    gap: 5px;
}
.col.pad_r_5 input#s_followup {
    margin: 0px 5px 0px 0px;
}
/* div#search-action {
    padding: 10px;
} */
.name.col.padding_r_5 label {
    font-size: 10px;
}

div#search-history .c_title.green_txt.fl.col {
    padding: 10px 0px 10px 0px;
}
.columns.fl.dd .clearfix {
    display: flex !important;
}
.columns.fl.dd strong {
    font-size: 12px;
    font-weight: 400;
    color: red;
    padding: 5px;
}
header h2 {
    font-size: 14px;
    padding: 12px 0px 8px 0px;
}
div#search_div_candidate{
    display: flex;
    flex-direction: row-reverse; 
}
/* .calltracker #call-tracker .row {
    margin: 10px auto;
} */
/* .row.left_search-box-1 .row {
    margin-top: 6px;
} */
.row.pad_t_5.left_search-box-1 .name.col.padding_r_5 input#email {
    width: 65% !important;
}
.create-customer .row.left_search-box-1 {
    padding-top: 10px !important;
}
.create-customer .followp_panel .col {
    padding-left: 4px;
}
/* .row.left_search-box-1 .col.padding_r_5 {
    width: 99% !important;
} */
.section .col.pad_r_10 {
    padding-right: 10px;
}
.edit-status-model .col.pad_r_10 {
    padding-right: 10px;
}
/* div#call-tracker div#resume_search {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
} */
#resume_search .calltracker #call-tracker .row {
    /* margin: 10px auto; */
    width: 42%;
}
#resume_search .row.vendor-search.pad_b_10 {
    /* padding-top: 10px !important; */
    width: 42%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
/* .row  div#rsearch_s_job {
    width: 80%;
} */
div#rsearch_s_job input#can_job {
    width:100%;
}
#resume_search .left_search-box-1 {
    display: flex;
    flex-direction: column;
}
.resume-tracking .col.padding_r_5 {
    display: flex;
    flex-direction: column;
}
/* td.text-nowrap {
    border-bottom: 1px solid #DDDDDD;
} */
div#resume_text_area input#resume_file {
    padding: 10px 0px 10px 0px;
}
.create-customer .create-customer-left {
    display: flex;
    flex-wrap: wrap;
    background-color: #ECF7FF;
    padding: 10px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
}
.create-customer .create-customer-left .row.pad_t_5.left_search-box-1 {
    width: 50%;
}

#mes-tabs div#pro-photo {
    float: right;
}


.button_small, .button {
    font-size: 12px !important;
    padding: 7.5px 16px;
    font-weight: 500 !important;
    /* border-radius: 3px !important; */
    line-height: normal;
    font-family:  "Lexend", sans-serif !important;
    margin-top: 3px;
    margin-left: 4px;
}
/* .button-blue,.button-blue:focus, .button-blue:active,
.button-orange, .button-orange:focus, .button-orange:active   {
    background: #ffffff !important;
    border: 1px solid #004cbe !important;
    color: #004cbe !important;
    border-radius: 8px !important;
}
.button-blue:hover,
.button-orange:hover {
    background: #8285e1 !important;
    color: #000000 !important;
    border: none;
    font-weight: 500;
} */

.widget {
    margin-bottom: 15px;
}

.widget header h2, .widget #calhead {
    background: #e4e6ed;
    background: #8285e1 !important;
    border: 1px solid #ebebeb;
    border-radius: 0;
    height: auto !important;
    font-size: 14px;
    font-weight: 600 !important;
    font-family: "Lexend", sans-serif !important;
    color: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.widget header h2.search-ticket {
    background: transparent;
    font-size: 12px;
    border-radius: 5px;
}

widget section, #calbody {
    border: 1px solid #ebebeb;
    border-radius: 0;
    padding: 10px;
    font-size: 13px !important;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

}

.home-wrapper .fl .panel {
    margin-top: 0;
}

.home-wrapper .fr .widget {
    margin-top: 0;
}

.box-shadow-none {
    box-shadow: none;
}

.mt-0 {
    margin-top: 0;
}

.margin_t_0 {
    margin-top: 0px !important;
}
div#search-container .txt_normal .left_search-box-1 {
    /* display: flex; */
    /* flex-direction: column; */
    gap: 8px;
}
.txt_normal-left.col_3 .row.left_search-box-1.col_3 .name.col.padding_r_5 {
    width: 30% !important;
}
.col_3.txt_normal-left .row.left_search-box-1.col_3 {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: unset !important;
}
.row.left_search-box-1.col_4 {
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: unset !important;
}
.row.left_search-box-1.col_4 .name {
    width: 30% !important;
}
.txt_normal-left.col_3 {
    width: 100%;
}
.row.left_search-box-1.col_4 {
    width: 100% !important;
    padding-top: 5px;
}
.row.left_search-box-1.col_5 {
    width: 50% !important;
}
.name .name-left {
    padding: 10px 2px;
}
.col input#vrfyd_email {
    width: 25%;
}
.col.inner-searchbox {
    width: 100% !important;
}
.fl.location {
    display: flex;
    flex-wrap: wrap;
    width: 47% !important;
}
.col.inner-search {
    width: 90% !important;
}


.individualrecipientGroup textarea#add_individual_mail {
    width: 100%;
}
.form-f1 {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    padding-bottom: 20px;
}
.individualrecipientGroup #individual_mail {
    width: 100%;
}
/* input#username {
    border: 1px solid #ddd !important;
} */
.col.pad_r_5.button-rigth {
    display: flex;
    align-items: flex-end;
}