label {
    --color: rgb(116, 116, 116);
}

.tbl-multi-headers {
    table-layout: fixed;
}
.questions-footer {
    width: 100%; 
    -webkit-transform: translateZ(0); 
    position:fixed;
    bottom:0px;
    padding:10px 0px;
    z-index:5000;
    background-color:#fff;
}

    .question-container .textSizeButtons, .question-container .question-time-color {
        padding-top: 32px;
    }
.btn-prev-sm {
    display: none;
}
.btn-prev-lg {
    display: block;
}

.tbl-col-1 {
    width: 100px !important;
}

.tbl-col-2 {
    width: 200px !important;
}

.tbl-col-3 {
    width: 300px !important;
}

.tbl-col-4 {
    width: 400px !important;
}

.tbl-col-5 {
    width: 500px !important;
}

.tbl-col-6 {
    width: 600px !important;
}

.tbl-col-7 {
    width: 700px !important;
}

.tbl-col-8 {
    width: 800px !important;
}

.tbl-col-9 {
    width: 900px !important;
}

.tbl-col-10 {
    width: 1000px !important;
}

.questions-footer input[type="submit"], .questions input[type="submit"]
{
 
 height: 34px;
 text-align: center; 
 overflow: hidden; 
 --font-family: Arial; 
 --font-size: 14px; 
 --font-weight: normal; 
 color: #FFFFFF;
 --background-color: transparent;
 border:none;
 cursor:pointer;
 text-decoration:none;
 --background-repeat: no-repeat;
 width: 191px !important; 
 --background-image: url('../../Styles/Images/ButtonsImages/middlebtn.png') !important; 
 border-radius: 5px;
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
   
    .buttons-md {
        display: block;
    }
    .buttons-xs {
        display: none;
    }
}


/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    
    .buttons-md {
        display: block;
    }
    .buttons-xs {
        display: none;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    
    .buttons-md {
        display: block;
    }
    .buttons-xs {
        display: none;
    }

    .questions-header .col-sm-5 {
        width: 41.66666667%;
        float: left;
    }
    .questions-header .col-sm-3 {
        width: 25%;
        float: left;
    }

    .questions-header .col-sm-2 {
        width: 16.66666667%;
        float: left;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

    .question-container .textSizeButtons, .question-container .question-time-color {
        padding-top: 10px;
    }
    .buttons-md {
        display: block;
    }
    .buttons-xs {
        display: none;
    }

    .multi-header, .multi-answer {
        width: 65px !important;

    }
        .tbl-col-1 {
    width: 65px !important;
}

.tbl-col-2 {
    width: 130px !important;
}

.tbl-col-3 {
    width: 195px !important;
}

.tbl-col-4 {
    width: 260px !important;
}

.tbl-col-5 {
    width: 325px !important;
}

.tbl-col-6 {
    width: 390px !important;
}

.tbl-col-7 {
    width: 455px !important;
}

.tbl-col-8 {
    width: 520px !important;
}

.tbl-col-9 {
    width: 585px !important;
}

.tbl-col-10 {
    width: 650px !important;
}

    .questions-header .col-sm-5 {
        width: 41.66666667%;
        float: left;
    }
    .questions-header .col-sm-3 {
        width: 25%;
        float: left;
    }

    .questions-header .col-sm-2 {
        width: 16.66666667%;
        float: left;
    }
    
    .questions-footer input[type="submit"], .questions input[type="submit"]
    {
        width: 86px !important; 
        background-image: url('../../Styles/Images/ButtonsImages/smallbtn.png') !important; 
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {

    .question-container .textSizeButtons, .question-container .question-time-color {
        padding-top: 10px;
    }
    .buttons-md {
        display: none;
    }
    .buttons-xs {
        display: block;
    }
    
    .multi-header, .multi-answer {
        width: 50px !important;
        word-wrap:break-word !important;
    }
        .tbl-col-1 {
    width: 50px !important;
}

.tbl-col-2 {
    width: 100px !important;
}

.tbl-col-3 {
    width: 150px !important;
}

.tbl-col-4 {
    width: 200px !important;
}

.tbl-col-5 {
    width: 250px !important;
}

.tbl-col-6 {
    width: 300px !important;
}

.tbl-col-7 {
    width: 350px !important;
}

.tbl-col-8 {
    width: 400px !important;
}

.tbl-col-9 {
    width: 450px !important;
}

.tbl-col-10 {
    width: 500px !important;
}

    .questions-footer input[type="submit"], .questions input[type="submit"]
    {
        width: 86px !important; 
        background-image: url('../../Styles/Images/ButtonsImages/smallbtn.png') !important; 
    }

    .questions-header .col-sm-5 {
        width: 100%;
    }
    .questions-header .col-sm-3 {
        width: 100%;
    }

    .questions-header .col-sm-2 {
        width: 100%;
    }

}





th.sortasc a  
   {
        background:url(images/asc.gif) no-repeat;
        padding-right: 18px;
       background-position: right 0px top;
         
       
   }
    
   th.sortdesc a 
   {
       background:url(images/desc.gif) no-repeat;
       padding-right: 18px;
       background-position: right 0px top;
       
       
   }
*
{
    margin: 0px;
    padding: 0px;
}
.questions table
{
    border-spacing:0px;
}
body
{
    width: 100%;
    font-size: 8pt;
    font-family: Verdana, Arial;
}

img
{
    border: none;
}

a img
{
    vertical-align: middle;
}

/* HEAD */

div.head
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    width: 1002px;
    background: #A5A5A5;
}

div.head h1
{
    padding: 10px;
    color: white;
}

div.head ul
{
    position: relative;
    margin-top: 8px;
    list-style-type: none;
    background-image: url('images/menubar.png');
    background-repeat: no-repeat;
    height: 42px;
}

div.head li
{
    margin-top: 8px;
    float: left;
}

div.head li a
{
    /*font-size: 14px;*/
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    line-height: 34px;
    color: white;
}

div.head li:hover
{
    background: #B0B0B0;
}

div.head li.selected
{
    background: #B0B0B0;
    border-top: solid #858585 1px;
    border-left: solid #858585 1px;
    border-right: solid #858585 1px;
}
div.head li.selected a
{
    text-decoration: none;
    font-weight: bold;
}

div.account
{
    float: right;
    color: white;
    text-align: right;
    margin: 2px;
}

div.account a
{
    color: white;
    text-decoration: none;
}
div.account a:hover
{
    text-decoration: underline;
}

/* BODY */

div.body
{
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    border: solid #858585 1px;
}

div.column1
{
    width: 400px;
}

div.column2
{
    float: right;
    width: 400px;
}

div.column2 th
{
    text-align: left;
    background-color: #B0B0B0;
}

div.column1 th
{
    text-align: left;
    background-color: #B0B0B0;
}


/* COMMANDS BAR */

div.commands
{
    width: 100%;
    background: #B0B0B0;
    height: 27px;
}

div.commands ul
{
    list-style-type: none;
}

div.commands li
{
    float: left;
    margin-left: 10px;
    margin: 5px;
}

div.commands a
{
    color: white;
    text-decoration: none;
}
div.commands a:hover
{
    text-decoration: underline;
}

div.search
{
    float: right;
}

/* TABLE */

table#table
{
    width: 100%;
}

tr.header
{
    font-weight: bold;
}

.striped tr.odd
{
    background-color: #eee;
}

td
{
    padding: 3px;
}
.questions td, .questions th
{
    padding:3px 5px 3px 0px;
}
th
{
    background-color: rgb(240, 240, 240);
    padding: 3px;
}

.odd
{
    background-color: #eee;
}
.tr_hover
{
    background-color: #ff8;
}

/* BREAD CRUMS */
div.breadcrums
{
    width: 100%;
    background: #B0B0B0;
    height: 25px;
}

div.breadcrums p
{
    padding: 5px;
    padding-left: 15px;
    color: white;
}

div.breadcrums a
{
    color: white;
    text-decoration: none;
}
div.breadcrums a:hover
{
    text-decoration: underline;
}


/* EDIT FORM */

div.form
{
    margin-left: auto;
    margin-right: auto;
    width: 75%;
}

div.form h2
{
    text-align: right;
    margin-top: 20px;
    margin-bottom: 10px;
}

div.form table
{
    width: 100%;
}

div.form tr
{
    height: 30px;
    background-color: white;
}

div.form td
{
    vertical-align: top;
}

td.label
{
    width: 150px;
    text-align: right;
    padding-right: 5px;
    color: rgb(116, 116, 116);
}

td.value input[type='text']
{
    width: 100%;
}

td.value input[type='text']:focus
{
    background: #ff8;
}

td.value textarea
{
    width: 100%;
}

td.value textarea:focus
{
    background: #ff8;
}

td.value input[type='radio']
{
    vertical-align: middle;
    margin-right: 2px;
    height: 20px;
}

p.buttons
{
    text-align: right;
    margin-top: 20px;
    margin-bottom: 20px;
}
p.buttons a
{
    text-decoration: none;
}

div.form a
{
    text-decoration: none;
}

/* EDIT BIGFORM */

div.bigform
{
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    height: 100%;
}

div.bigform a
{
    text-decoration: none;
    margin-left: 15px;
}
div.bigform h2
{
    text-align: right;
    margin-top: 20px;
    margin-bottom: 10px;
}

div.bigform table
{
    width: 100%;
}

div.bigform tr
{
    height: 25px;
    background-color: white;
}

div.bigform td
{
    vertical-align: top;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-top: 3px;
}

div.bigform td.label
{
    width: 100px;
    text-align: left;
}

.error
{
    color: Red;
}

.cb label
{
    margin-left: 5px;
    vertical-align: top;
}

.tests, .questions, .finishtest
{
    --font-family: Arial, Verdana;
    --font-weight: normal;
    --min-height: 400px;
}


.tests a
{
    text-decoration: none;
    color: black;
}

.tests a:hover .code
{
    text-decoration: underline;
}

.tests a:hover .name
{
    color: #4d4d4d;
}

.tests .code
{
    text-align: justify;
    font-size: 11pt;
    padding-top: 10px;
    padding-bottom: 25px;
}

.tests .name
{
    font-size: 16pt;
    font-family: inherit;
    font-weight: inherit;
}

.tests .continue
{
    margin-top: -12px;
}

.tests .continue a
{
    color: green;
    font-size: 12pt;
}

.tests .continue a:hover
{
    text-decoration: underline;
}

.tests .header, .finishtest .header
{
    font-size: 20pt;
    padding-bottom: 50px;
    padding-top: 50px;
}

.tests .firstColumn
{
    width: 48%;
    padding-right: 35px;
    float: left;
}

/*Account pages styles*/
.login
{
    font-family: Arial, Verdana;
    font-weight: normal;
    width: 370px;
}

.login_account
{
    font-family: Arial, Verdana;
    font-weight: normal;
    width: 370px;
    padding-top: 10px;
}

.login_container
{
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    margin-top: 100px;
}
.gen_password_container
{
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    margin-top: 100px;
}
.register_container
{
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    margin-top: 100px;
}
.register_label
{
    width: 20%;
}
.register_middle_tb
{
    width: 45%;
}
.register_little_tb
{
    width: 15%;
}
.login_text
{
    text-align: left;
    font-size: 11pt;
    padding-top: 10px;
    padding-bottom: 25px;
}

.login_text_big
{
    text-align: left;
    font-size: 13pt;
    padding-top: 10px;
    padding-bottom: 25px;
    font-weight: bold;
}
.login_link
{
    text-align: left;
    font-size: 10pt;
    padding-top: 10px;
    padding-bottom: 5px;
    display: block;
    color: black;
}
.login_link_err
{
    text-align: left;
    font-size: 11pt;
    color: red;
}

/* Test run styles*/
.questions .header
{
    text-transform: uppercase;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 20pt;
}

.questions hr
{
    height: 2px;
    background-color: black;
    border: 0px;
}

.questions .textSizeIcon
{
    vertical-align: bottom;
    padding-bottom: 10px;
}

.questions .textSizeButtons
{
    vertical-align: bottom;
    padding-bottom: 7px;
}

.questions .labelText
{
    font-size: 11pt;
}

.questions .text
{
    font-size: 13pt;
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    vertical-align: top;
}

.questions input[type="submit"]:hover
{
    text-decoration:underline;
}

.questions .leftColumn
{
    padding-left: 20px;
}

.questions .rightColumn
{
    padding-right: 20px;
}

.questions .questionHead
{
    font-size: 19pt;
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: left;
}

.questions .player
{
    display: block;
    width: 520px;
    height: 330px;
    margin-left: auto;
    margin-right: auto;
}

.questions .audioplayer
{
    margin-left: auto;
    margin-right: auto;
}

.progressbar
{
    border: 2px solid #d3d3d3;
    height: 22px;
    padding:2px;
    margin: 0 auto;
}

.progressbar td
{
    font-size: 0px;
}

div.jp-audio
{
    font-size: 1em; /* 1.25em for testing in site pages */ /* No parent CSS that can effect the size in the demos ZIP */
    font-family: Verdana, Arial, sans-serif;
    line-height: 1.6;
    color: #666;
    position: relative;
}

div.jp-audio
{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

div.jp-interface
{
    position: relative;
    width: 100%;
}

div.jp-audio div.jp-type-single div.jp-interface
{
    height: 60px;
}

/* @group CONTROLS */
div.jp-interface ul.jp-controls
{
    list-style-type: none;
    padding: 0px;
    overflow: hidden;
}

div.jp-interface ul.jp-controls li
{
    margin-top: 13px;
    float: left;
}

div.jp-interface ul.jp-controls a
{
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}
a.jp-play, a.jp-pause, a.jp-stop
{
    width: 28px;
    height: 28px;
}

a.jp-play
{
    background: url("../../Styles/Images/Tests/buttons.png") -28px 0px no-repeat;
}

a.jp-play:active
{
    background: url("../../Styles/Images/Tests/buttons.png") 0px -28px no-repeat;
}

a.jp-pause
{
    background: url("../../Styles/Images/Tests/buttons.png") -56px -28px no-repeat;
    display: none;
}

a.jp-pause:active
{
    background: url("../../Styles/Images/Tests/buttons.png") -56px 0px no-repeat;
}

a.jp-stop
{
    background: url("../../Styles/Images/Tests/buttons.png") 0px 0px no-repeat;
    margin-left: 10px;
}

a.jp-stop:active
{
    background: url("../../Styles/Images/Tests/buttons.png") -28px -28px no-repeat;
}


/* @end */

/* @group progress bar */

div.jp-progress
{
    overflow: hidden;
    position: relative;
}
div.jp-audio div.jp-progress
{
    float: left;
    height: 24px;
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
}
div.jp-audio div.jp-type-single div.jp-progress
{
    width: 75%;
}
div.jp-seek-bar
{
    width: 0px;
    height: 100%;
    cursor: pointer;
    overflow: visible;
    margin-top: -14px;
}
div.jp-seek-line
{
    width: 100%;
    background-color: black;
    height: 4px;
    margin-top: 10px;
}
div.jp-play-bar
{
    position: absolute;
    background-color: black;
    width: 4px;
    top: 0px;
    height: 25px;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg
{
}

/* @end */

/* @group volume controls */

div.jp-volume-bar
{
    position: relative;
    float: left;
    overflow: hidden;
    width: 54px;
    height: 56px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url("../../Styles/Images/Tests/volume.png");
}

div.jp-volume-bar-value
{
    position: absolute;
    background-color: black;
    width: 0px;
    height: 0px;
    bottom: 0px;
}

/* @end */

/* @group current time and duration */

div.jp-audio div.jp-time-holder
{
}
div.jp-audio div.jp-type-single div.jp-time-holder
{
    width: 85%;
}

div.jp-current-time, div.jp-duration
{
    width: 60px;
    font-size: .64em;
    font-style: oblique;
}
div.jp-current-time
{
    float: left;
    display: inline;
}
div.jp-duration
{
    float: right;
    display: inline;
    text-align: right;
}

div.jp-video div.jp-current-time
{
    margin-left: 20px;
}
div.jp-video div.jp-duration
{
    margin-right: 20px;
}

li ul.popup
{
    position: absolute;
    display: none;
    height: auto;
    margin: 0px;
    padding: 0px;
}
li ul.popup li
{
    background: #858484;
    float: none;
    margin: 0px;
}
li.selected ul.popup
{
    position: absolute;
    display: none;
    height: auto;
    margin: 0px;
    padding: 0px;
}
li.selected ul.popup li
{
    background: #858484;
    float: none;
    margin: 0px;
}
/* Supervisor styles*/

li.supervisor ul
{
    position: absolute;
    display: none;
    height: auto;
    margin: 0px;
    padding: 0px;
}

li.supervisor li
{
    background: #858484;
    float: none;
    margin: 0px;
}

.finishtest
{
    font-size: 12pt;
}

.finishtest .header
{
    margin-left: 15px;
    padding-bottom: 40px;
}

.finishtest td
{
    padding-bottom: 10px;
    padding-top: 10px;
    white-space: nowrap;
}

.finishtest td:first-child, .finishtest td:nth-child(4), .finishtest td:nth-child(5)
{
    width: 1%;
}

.finishtest td:nth-child(2), .finishtest td:nth-child(3)
{
    width: 50%;
}

.finishtest input[type="text"]
{
    height: 18px;
}
.finishtest select
{
    height: 23px;
}

.finishtest label
{
    padding-left: 5px;
}

.finishtest input[type="submit"]
{
    float: right;
    margin-top: 20px;
    margin-right: 10px;
    font-size: 11pt;
}

#UpdateProgress
{
    bottom: 5px;
    left: 0px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    position: fixed;
}
.NoPadding {
    padding: 0px;
}
.NoPadding td{
    padding: 0px;
}
.NoPadding th{
    padding-left: 90px;
    text-align: left;
}
.striped td{
    padding: 3px;
    word-wrap: break-word;
}
.striped th{
    padding-left: 3px;
    word-wrap: break-word;
    text-align: left;
}

.TestReportValidationError {
    color: red;
}
.TestReportValidationOk {
    color: green;
}
.BtnTestReport {
    padding-left: 10px;
    padding-right: 10px;
}

.listBox {
    font-size: 8pt;
    font-family: Verdana, Arial;
}

/*styling wizard*/
#wizHeader li .prevStep
{
    background-color: #669966;
}
#wizHeader li .prevStep:after
{
    border-left-color:#669966 !important;
}
#wizHeader li .currentStep
{
    background-color: #C36615;
}
#wizHeader li .currentStep:after
{
    border-left-color: #C36615 !important;
}
#wizHeader li .nextStep
{
    background-color:#C2C2C2;
}
#wizHeader li .nextStep:after
{
    border-left-color:#C2C2C2 !important;
}
#wizHeader
{
    list-style: none;
    overflow: hidden;
    font: 14px Helvetica, Arial, Sans-Serif;
    margin: 0px;
    padding: 0px;
}
#wizHeader li
{
    float: left;
}
#wizHeader li a
{
    color: white;
    text-decoration: none;
    padding: 10px 0 10px 55px;
    background: brown; /* fallback color */
    background: hsla(34,85%,35%,1);
    position: relative;
    display: block;
    float: left;
}
#wizHeader li a:after
{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid hsla(34,85%,35%,1);
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}
#wizHeader li a:before
{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}
#wizHeader li:first-child a
{
    padding-left: 10px;
}
#wizHeader li:last-child
{
    padding-right: 50px;
}
#wizHeader li a:hover
{
    background: #FE9400;
}
#wizHeader li a:hover:after
{
    border-left-color: #FE9400 !important;
}
.content
{
    height:auto;
    padding-top:75px;
    text-align:center;
    background-color:#FFFFFF;
    font-size:18px;
    color: black;
}
.wizard td{ padding: 0px;}

#ui-datepicker-div {
    display: none;
}

div.form .ajax__colorPicker tr {
    padding: 0px;
    margin: 0px;
    height: 10px;
}
.ajax__colorPicker td {
    padding: 0px;
    margin: 0px;
    height: 10px;
}
/*
questions lay-out



.question-show-time {
    
}

.question-color-progress-bar {
    use uc:progress bar control color parameter
}

.question-explanation {
    color: aqua;
}
.question-color-button {
    background-color: blueviolet !important;
}

.Feedback {
    color: chartreuse;
}

.question-position-of-text {
    text-align: left;
}

.question-answers
 {
    text-align: left;
}
td.question-answers img, .question-image-float img
{
        
}
.multiple-questions table
{
    float: right;
    text-align: right;
}
.question-make-rows ul{
    list-style-type: none;
    
}
.question-make-rows ul li {
    float: left;
    margin: 0px 5px;
}

end
*/

.payment_button, .orange_button
{
    width: 191px; 
    height: 34px;
    text-align: center; 
    overflow: hidden; 
    font-family: Arial; 
    font-size: 14px; 
    font-weight: normal; 
    color: #FFFFFF;
    background-color: transparent;
    border:none;
    cursor:pointer;
    text-decoration:none;
    display: block; 
    background-image: url('../../Styles/Images/ButtonsImages/middlebtn.png'); 
    background-repeat: no-repeat;

}
.payment_button:hover, .payment_button a:hover,
.orange_button:hover, .orange_button a:hover
{
    color: white;
    text-decoration:underline;
}

.textbox-counter {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: -20px;
}

.reg-button {
    padding: 0px 6px;
    display: inline-block;
    line-height: 22px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    color: #fff;
    font-family: Arial;
    font-size: 12px;
    margin: 0 5px 0 0;
    border: 1px solid #ea6615;
    background: rgb(255,138,51); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOGEzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjc5MWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,138,51,1) 0%, rgba(255,121,26,1) 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,138,51,1)), color-stop(100%,rgba(255,121,26,1))); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top,  rgba(255,138,51,1) 0%,rgba(255,121,26,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top,  rgba(255,138,51,1) 0%,rgba(255,121,26,1) 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top,  rgba(255,138,51,1) 0%,rgba(255,121,26,1) 100%); /* IE10 preview */
    background: linear-gradient(to bottom,  rgba(255,138,51,1) 0%,rgba(255,121,26,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a33', endColorstr='#ff791a',GradientType=0 ); /* IE6-8 */
}

.acttext {
    text-align: left;
    vertical-align:middle!important;
    font-weight: bold;
    color: #50c850;
}
.actbuttons {
    text-align: right;
    margin-top: 20px;
    margin-bottom: 20px;
}
.mt10 {
    margin-top:10px;
}
