*{
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
    font-size: 16px;
}

/*-----------------------------HEADER START-----------------------------*/
#header{
    width: 100%;
    border: 0 solid #ff0000;
    margin: 0 auto;
    height: auto;
    background: url('images/top-line.jpg') left bottom repeat-x;
}
#header-modificator{
    width: 100%;
    border: 0 solid #ff0000;
    margin: 0 auto;
    height: auto;
    background: none;
}

/*-----------------------------TOP START-----------------------------*/
#top{
    width: 1000px;
    margin: 0 auto;
    height: 135px;
    position: relative;
}

#top-modificator{
    width: 1000px;
    margin: 0 auto;
    height: 100px;
    position: relative;
    background: #fdfdfd;
    text-align: center;
    border-left: 1px solid #fafafa;
    border-right: 1px solid #fafafa;

}

#top #logo {
    position: absolute;
    top: 0;
    margin: 20px 0 50px 0;
    border: 0 solid #ff0000;
}
#top-modificator .modified-logo {
    float: left;
    margin: 30px 10px 0 20px;
    border: 0 solid #ff0000;
}
#top-modificator .modified-logo p {
    font-size: 20px;
    color:#404040;
    word-wrap: break-word;
    margin-left: 165px;
}

.titleforheader{
    max-width: 480px;
}

#top .top-nav{
    position: absolute;
    bottom: 0;
    border: 0px solid #ff0000;
}
#top .top-nav ul{
    list-style: none;
    overflow: hidden;
    border-left:  1px solid #c1d493;
    border-right: 1px solid #829f34;

}
#top .top-nav ul li{
    float: left;

    height: 34px;
    border-left: 1px solid #829f34;
    border-right: 1px solid #c1d493;
    border-bottom: 1px solid #618515;
}
#top .top-nav ul li span a{
    display:  block;
    margin: 7px 20px 0 20px;
    border: 0px solid #fff000;
    font-size: 14px;
    color: #fff;
    text-shadow: 0 -1px #757575, 0 -1px #757575;
    text-decoration: none;
}
/*-----------------------------TOP MENU ACTIONS-----------------------------*/

#top .top-nav ul li:hover, #top .top-nav ul li.hover{
    cursor: pointer;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #a5a5a4;
    background: url('images/hover-line.jpg') left bottom repeat-x;
}
#top .top-nav ul li:hover span  a, #top .top-nav ul li.hover span a{
    text-shadow: none;
}





/*---------------CONTENT START-----------------*/
#content{
    width: 960px;
    background: #fdfdfd;
    border: 1px solid #fafafa;
    margin: 0 auto;
    padding: 20px;
    height:  auto;
    overflow:  hidden;
}
.content{
    width: 960px;
    background: #fdfdfd;
    border: 1px solid #fafafa;
    margin: 0 auto;
    padding: 20px;
    height:  auto;
    overflow:  hidden;
}
.content-modificator{
    border-top: 0;
}

h1{
    display: inline-block;

    margin: 10px 0 20px 0;
    padding: 10px 20px;
    background: #f0f0f0;
    border-bottom:1px solid #c9c9c9;
    width: 96%; height: auto;
    border-radius: 3px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    behavior: url('css/PIE.htc');

    font-family:  Arail,sans-serif;
    font-size: 20px;
    color: #404040;
}

#content p{
    font-size: 12px;
    margin: 0 20px;
}

.butblockwrapper{

    display: block;
    float: left;
    width: auto;
    height: auto;
    margin: 20px;
    padding: 15px 10px 20px 10px;
    background: #eae8e8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url(css/PIE.htc);
}

.clear{
    clear: both;
}

.details{
    border: 0px solid #ff0000;
    overflow:  hidden;
    margin: 10px 0 0 10px;
}
.details ul{
    list-style:  none;
}
.details ul li{
    border: 0px solid #000000;
    float: left;
    font-size: 11px;
    text-align:  center;
    margin-right: 10px;
}
.info{
    font-size: 11px;
    margin-top: 10px;
    color:#5e5d5d;
}
/*----------------------------------------------------------------------------*/
/*---------------                SEVEN PAGE                 ------------------*/
.seven{
    margin: 0;
    padding: 20px;
    width: 410px;
    background: #f1f1f1;
}
.seven h2{
    font-size: 24px;
    font-family: Verdana, Arial, sans-serif;
    color: #404040;
    font-weight: normal;
    margin-bottom: 20px;
}

.left-7 {
    float: left;
    width: 450px;
    height: auto;
    border: 0px solid #ff0000;

}
.right-7{
    float: right;
    width: 460px;
    height: auto;
    border: 0px solid #ff0000;
}

.seven input {
    width: 385px;
    background: #fff;
    border: solid 1px #ccc;
    padding: 5px 10px;
    font: 14px 'Verdana', 'Arial', serif;
    -webkit-box-shadow: inset 0 0px 6px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 0px 6px rgba(0,0,0,.1);
    box-shadow: inset 0 0px 6px rgba(0,0,0,.1);
    -webkit-appearance: none; /* reset webkit search style */
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    behavior: url(css/PIE.htc);
}

/* input:focus styles */
.seven input[type=text]:focus {
    background: #fff;
    border-color: #5e5d5d;
    outline: none; /* remove outline */
}

/*---------------                SEVEN END                  ------------------*/

/*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/
/*-------                        NINE start                      ----------*/

.nine-page{
    width:98%;
    margin: 0;
    background: #f9f9f9;
}

.butblockwrapper .left-part{
    float:  left;
    padding: 10px;
}
.butblockwrapper .left-part .comp-name{
    font-size: 20px;
    color: #404040;
    border:0 solid #ccc;
    max-width: 650px;
}
.butblockwrapper .left-part .address{
    float: left;
    font-size: 12px;
    margin-right: 100px;
}
.butblockwrapper .left-part .help-call{
    float: left;
}
.butblockwrapper .left-part .help-call span{
    font-size: 12px;
}
.butblockwrapper .left-part .help-phone{
    font-size: 12px;
    color: #309f1d;
    font-weight: bold;
}

.butblockwrapper .right-part{
    float: right;
    padding: 10px;
}
.right-part .logos-place img{border:0;   border:1px solid #ccc; }

/*---------------                NINE END                  ------------------*/
/*----------------------------------------------------------------------------*/



/*----------------------------------------------------------------------------*/
/*-------                        sixteen start                      ----------*/
.select-page-block{
    float: right;
    margin-right: 20px;
}
.view-all-pages{
    border:0px solid #ff0000;
    width: 300px;
    float: left;
    height: auto;
}
.view-all-pages span.select-text{
    font-size: 12px;
    float:  right;
}
.view-all-pages span.select-text a{
    font-size: 12px;
    color: #1d8018;
    text-decoration: underline;
}
.view-all-pages span.select-text a:hover{
    text-decoration: none;
}
.l-r-but{
    width: 25px;
    height: 25px;
    float: left;
    cursor: pointer;
}
.right-but{
    margin: 31px  0 0 10px;
    background: url('images/arrow-right.png')
}
.left-but{
    margin: 31px 10px 0 0;
    background: url('images/arrow-left.png')
}
.right-but:hover{
    background: url('images/arrow-right-bl.png')
}
.left-but:hover{
    background: url('images/arrow-left-bl.png')
}

/*-------                        sixteen end                        ----------*/
/*----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------*/
/*-------                        TWENTY ONE Start                   ----------*/

.left-21 {
    float: left;
    width: 450px;
    height: 550px;
    border: 1px solid #cacaca;
    position:  relative;
}

.left-21lineblock{
    border: 0px solid #000;
    padding: 10px;
    color: #777575;
    position:  relative;
}

.left-21lineblock-b-text{
    font-size: 14px;
    font-weight: bold;
}
.left-21lineblock-n-text{
    font-size: 12px;
    font-weight: normal;
}

.left-21lineblock-w-back{
    background: #fdfdfd;
}
.left-21lineblock-g-back{
    background: #f4f4f4;
}

.left-21lineblock table{
    margin: 0;
    padding: 0;
    width: 100%;
    border: 0;
}
.left-21lineblock-w-back table td{
    background: #fdfdfd;
    border: 0;
    margin: 0;
    padding: 0;
}
.left-21lineblock-g-back table td{
    background: #f4f4f4;
    border: 0;
    margin: 0;
    padding: 0;
}
.left-21lineblock table td.radiio-td{width:20px; margin: 0; padding: 0}

.left-21-progressbar{
    border:0px solid #000fff;
    width: 270px;
    margin:0;
    padding: 0;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -135px;
}

.left-21-progressbar-procent{
    font-size: 12px;
    margin-left: 10px;
}

div.radio-but{
    display: block;
    width: 17px;
    height: 17px;
    cursor: pointer;
    background-position: 0 0;
    background: url('images/radiobox.png') no-repeat top left;
    vertical-align: middle;
}

div.check-but {
    width: 17px;
    height: 17px;
    border: 0 solid #333;
    display: inline-block;
    cursor: pointer;
    background: url('images/chechbox.png') no-repeat top left;
    vertical-align: middle;
}


div.radio-but.active {
    background-position: 0 -17px;
}

.right-21-title{
    float: right;
    width: 415px;
    border: 0px solid #ff0000;
}
.right-21{
    float: right;
    width: 415px;
    border: 0px solid #ff0000;
    margin-right: 20px;
}
.learn{
    width: 100%;
}
.aboutit{
    float: right;
    width: 425px;
    font-size: 20px;
    color:#689303;
    font-weight: bold;
    font-style:  italic;
    padding-bottom: 15px;
}

.whatisit{
    background: #f3f1d9;
    padding: 10px;
    margin: 0 0 10px 0;
}
.whatisit p.title{
    font-size: 14px;
    font-weight: bold;
    font-style:  italic;
    color: #3a3a3a;
    margin: 0 0 10px 0;
}
.whatisit p.text{
    font-size: 12px;
    font-style:  italic;
    line-height: 18px;
    color: #777575;
}
.whatisit .video-place{
    border: 0px solid #000;
    width: 100%;
    height: 164px;
    margin: 10px 10px 10px 40px;
    cursor: pointer;
}
/*-------                        TWENTY ONE end                     ----------*/
/*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/
/*-------                        23 start                           ----------*/

.page23 p strong{
    font-family: arial;
    font-size: 12px;
    color:#404040;
    font-weight: bold;
}
.page23 p{
    padding: 0 20px 20px 20px;
    font-family: arial;
    font-size: 12px;
    line-height: 20px;
    color:#404040;
    font-weight:  normal;
}
h3{
    margin: 0 20px 20px 20px;
    padding-bottom: 10px;
    font-family: arial;
    font-size: 20px;
    color:#404040;
    font-weight:  normal;
    border-bottom: 1px solid #898989;
}
.table-block-page23{
    display: block;
    width: auto;
    float: left;
    border: 0px solid #000;
    margin: 0 0 10px 20px
}
.page23 .buttonsblock{position: relative; height: 150px;}
.page23 .butblockwrapper{position: absolute; left: 50%; margin-left: -150px;}

/*-------                        23 ebd                             ----------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*-------                        25 start                           ----------*/
.twenty-five h3{
    padding: 5px 5px 5px 0px;
    margin:  5px 17px 5px 20px;
    border-bottom: 1px solid #b1b1b1;
    font-family: Arial;
    font-size: 20px;
    color: #404040;
}
.twenty-five .butblockwrapper{
    margin: 0 20px 20px 20px;
    padding: 25px;
    background: #f3f2f2;
}
.twenty-five .butblockwrapper span{
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    color: #404040;
}
.twenty-five .butblockwrapper span.mmm{
    margin-right: 5px;
}
.twenty-five .butblockwrapper input{
    width: 250px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #fff;
    font-family: Arial;
    font-size: 12px;
    font-style: italic;
}

.twenty-five .butblockwrapper input[type=text]:focus {
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    color: #404040;
}
.twenty-five .butblockwrapper input.nonevisibleinput{
    display: inline-block;
}
.twenty-five .butblockwrapper span.editable-email{
    font-weight: normal;
    width: 260px;
    display: inline-block;
    padding-left: 12px;
}



.twenty-five .butblockwrapper div.smallbut{
    width:31px;
    float: none;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}
/*-------                        25 end                             ----------*/
/*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/
/*-------                        28 start                           ----------*/
.page28 table{margin: 0; padding: 0; width: 100%}

.page28  table tr.title td{
    font-size: 12px;
    font-weight: bold;
}

.page28 table td{
    font-size: 12px;
    padding: 10px;
}

.page28 table td input{
    border-radius: 3px;
    width: 130px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #ffffff;
    font-family: arial;
    font-size: 11px;
}

.page28 table td img{
    margin: 5px;
    width: 80px;
}

fieldset{
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
legend{font-size: 20px;  color: #404040; margin: 10px; padding: 10px;}

.left-text-field-block{
    border: 0px solid #000;
    float: left;
    width: 600px;
}
.field-name{
    display: inline-block;
    float: right;
    font-size: 12px;
    margin: 10px;
}
.left-text-field-block input, .left-text-field-block textarea{
    float: right;
    width: 380px;
    margin: 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-family: Arial;
    font-size: 12px;
    font-style:  italic;
    background: #ffffff;
}
.left-text-field-block textarea{
    height: 70px;
    max-height: 70px;
    max-width: 380px;
}
.left-text-field-block input[type=text]:focus{
    font-family: Arial;
    font-size: 12px;
    font-style:  normal;
    color:#404040;
}


fieldset .bigbut{
    float: right;
    margin: 25px 5px 35px 5px;
}
.page28 .logo-block{
    font-size: 18px;
    float: right;
    width: 300px;
    margin-right: 30px;
    text-align: center;
}
.page28 .logo-block .upload-block{
    border:0px solid #000;
    margin: 20px auto;
    width: 261px;
    height: 130px;
}
.page28 .logo-block .upload-but{
    float: none;
    margin: 0 auto;
    width: 100px;
}
/*-------                        28 end                             ----------*/
/*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/
/*-------                        29 start                           ----------*/



/*-------                        29 end                             ----------*/
/*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/
/*-------                        30 start                           ----------*/


/*combo*/
.page30 .ui-combobox {
    position: relative;
    display: inline-block;
    float: right;
    /*        background: #ffffff;*/
}

.page30 .ui-combobox .ui-state-default.ui-combobox-input.ui-autocomplete-input.ui-widget.ui-widget-content.ui-corner-left{
    border: 1px solid #ccc;
    width: 312px;
    font-size: 12px;
    height: 19px;

    -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 2px 3px rgba(0,0,0,.1);
    box-shadow: inset 0 0px 6px rgba(0,0,0,.1);
    background: #ffffff;
}

.page30 ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all{
    height: 200px;
    overflow-y: auto;
}
.page30 a.ui-button.ui-widget.ui-state-default.ui-button-icon-only.ui-corner-right.ui-combobox-toggle{
    background: none;
    margin-top: 5px;
    position: absolute;
    right: 5px;
    width: 27px;
    height: 26px;
}

.page30  a.ui-button.ui-widget.ui-state-default.ui-button-icon-only.ui-corner-right.ui-combobox-toggle.ui-state-hover span.ui-button-icon-primary{
    border: 0px solid #ff0000;
    background: url('images/choose-action.png') 0 -27px;
}

.page30  span.ui-button-icon-primary.ui-icon.ui-icon-triangle-1-s{
    position:  absolute;
    top:0;
    left: 0;
    width: 27px;
    height: 27px;
    margin: 0;
    background: url('images/choose.png') ;
    border: 0px solid #ff0000;
}


.page30  .ui-autocomplete.ui-menu.ui-widget.ui-widget-content a.ui-corner-all{
    background: none;
    border: 0;
    border-radius: 0;
    font-size: 12px;
}
.page30  .ui-autocomplete.ui-menu.ui-widget.ui-widget-content a:hover{
    border: 1px solid #eee;
    background: #eee;
    border-radius: 0;
    cursor: pointer;
}

.page30  .ui-state-default.ui-combobox-input.ui-autocomplete-input.ui-widget.ui-widget-content.ui-corner-left{
    background: none;
}

.page30  .ui-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    /* adjust styles for IE 6/7 */
    *height: 1.7em;
    *top: 0.1em;
}
.page30  .ui-combobox-input {
    margin: 0;
    padding: 0.3em;

}
/*combo end*/


.page30{}

.page30 .left-text-field-block{
    width: 500px;
    padding: 0 10px 10px 0;
}
.page30 .left-text-field-block input, .page30 .left-text-field-block textarea{
    float: right;
    width: 300px;
    margin: 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-family: Arial;
    font-size: 12px;
    font-style:  italic;
    background: #ffffff;

}



/** ACCORDION **/
.page30 div#accordion{
    overflow-y: auto;
    border: 0;
    border-left: 1px solid #9d9d9d;
    border-right: 1px solid #9d9d9d;
    border-bottom: 1px solid #9d9d9d;
    width: 390px;
    height: 440px;
    padding: 0px;
    margin: 0px 10px 20px 10px;
    font-size: 12px
}

.sub-acc-contblock{
    font-size: 12px;
    font-style:  italic;
    height: 20px;
}

.page30 span.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-e{
    width: 13px;
    height: 13px;
    background: url('images/plus-minus.png') no-repeat 0 0;
}
.page30 span.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-s{
    width: 13px;
    height: 13px;
    background: url('images/plus-minus.png') no-repeat 0 -13px;
}

.page30 div.ui-accordion-header.ui-helper-reset.ui-state-default{
    background: #f7f7f7;
    border: 0px;
    border-top: 1px solid #9d9d9d;

}

.page30 div.ui-accordion-content.ui-helper-reset.ui-widget-content.ui-corner-bottom.ui-accordion-content-active{
    border: 0px;
    border-radius: 0;
    padding: 10px 10px 10px 40px;
}

.page30 div.ui-accordion-header.ui-helper-reset.ui-state-default.ui-corner-all.ui-accordion-icons{
    color: #404040;
    padding: 10px 10px 10px 30px;
    margin: 0;
    margin: 0;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.page30 div.ui-accordion-header.ui-helper-reset.ui-state-default.ui-accordion-icons{
    color: #404040;
    padding: 10px 10px 10px 30px;
    margin: 0;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.page30 span.edit, .page30 span.delete {
    display: inline-block;
    float: right;
    background: #ffffff;
    padding: 0 10px 3px 10px;
    margin-top: -4px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.page30 span.edit a{
    font-size: 12px;
    color:#618515;
    text-decoration: none;
}

.page30 span.delete a{
    font-size: 12px;
    color: #ff0000;
    text-decoration: none;
}

.page30 span.edit a:hover, .page30 span.delete a:hover {
    text-decoration: underline;
}

/*-------                        30 end                             ----------*/
/*----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------*/
/*-------                        31 start                           ----------*/

.page31{}

.page31 .radio-example{
    width: 17px;
    height: 17px;
    background: url('images/radiobox.png') no-repeat;
    background-position: 0 -17px;
}
.page31 .check-example{
    width: 17px;
    height: 17px;
    background: url('images/chechbox.png') no-repeat;
    background-position: 0 -17px;
}

.page31 .left-text-field-block{
    width: 405px;
    padding: 0 10px 10px 0;
}

.page31 .left-text-field-block .field-name{
    float: left;
    margin: 0 0 0 20px;
}
.page31 .left-text-field-block input, .page31 .left-text-field-block textarea{
    float: left;
    margin: 10px 0 0 20px;
    width: 350px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-family: Arial;
    font-size: 12px;
    font-style:  italic;
    background: #ffffff;
}

/*combo*/
.page31 .ui-combobox {
    position: relative;
    display: inline-block;
}

.page31 .ui-combobox .ui-state-default.ui-combobox-input.ui-autocomplete-input.ui-widget.ui-widget-content.ui-corner-left{
    border: 1px solid #ccc;
    width: 335px;
    font-size: 12px;
    height: 19px;

    -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 2px 3px rgba(0,0,0,.1);
    box-shadow: inset 0 0px 6px rgba(0,0,0,.1);
}

ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all{
    height: 200px;
    overflow-y: auto;
}
a.ui-button.ui-widget.ui-state-default.ui-button-icon-only.ui-corner-right.ui-combobox-toggle{
    background: none;
    margin-top: 10px;
    width: 27px;
    height: 26px;
}

a.ui-button.ui-widget.ui-state-default.ui-button-icon-only.ui-corner-right.ui-combobox-toggle.ui-state-hover span.ui-button-icon-primary{
    border: 0 solid #ff0000;
    background: url('images/choose-action.png') 0 -27px;
}

span.ui-button-icon-primary.ui-icon.ui-icon-triangle-1-s{
    position:  absolute;
    top:0;
    left: 0;
    width: 27px;
    height: 27px;
    margin: 0;
    background: url('images/choose.png') ;
    border: 0px solid #ff0000;
}


.ui-autocomplete.ui-menu.ui-widget.ui-widget-content a.ui-corner-all{
    background: none;
    border: 0;
    border-radius: 0;
    font-size: 12px;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content a:hover{
    border: 1px solid #eee;
    background: #eee;
    border-radius: 0;
    cursor: pointer;
}

.ui-state-default.ui-combobox-input.ui-autocomplete-input.ui-widget.ui-widget-content.ui-corner-left{
    background: none;
}

.ui-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    /* adjust styles for IE 6/7 */
    *height: 1.7em;
    *top: 0.1em;
}
.ui-combobox-input {
    margin: 0px;
    padding: 0.3em;
}
/*combo end*/

.page31 .right-part {
    float: right;
    width: 520px;
    height: auto;
    border:1px solid #cacaca;
    margin-top: 30px;
    padding: 0;
}
.page31 .right-part .line{
    display: block;
    padding: 10px;
    width: 96%;
    height: auto;
    margin: 0;
    font-family: Arial;
    color:#404040;
}

.page31 .right-part .line table{
    padding: 0;
    margin: 0;
    width:100%;
    border: 1;
}
.page31 .right-part .line table tr{
    background: 0;
    border: 0;
}
.page31 .right-part .line table tr td{
    border: 0;
}


.page31 .title{
    font-size: 16px;
    font-weight: bold;
    background: #e9e9e9;
}
.page31 .nonepare{
    background: #ffffff;
}
.page31 .pare{
    background: #f6f6f6;
}

.page31 a.edit {
    display: block;
    margin-bottom: 5px;
    color: #829f34
}
.page31 a.dele {
    display: block;
    color: #d32929
}

/*-------                        31 end                             ----------*/
/*----------------------------------------------------------------------------*/



/*----------------------------------------------------------------------------*/
/*-------                        32 end                             ----------*/
.page32{}

.page32 .survey-input-name{
    display:inline-block;
    font-size: 12px;
    margin-left: 30px
}
.page32 .survey-input{display:inline-block; float: right}

.page32 .survey-description-name{float: left; display: inline-block; font-size: 12px}

.page32 input, .page32 textarea{
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-family: Arial;
    font-size: 12px;
    font-style:  italic;
    background: #ffffff;

}
.page32 .filter-name{
    float: left;
    margin-top: 25px;
    font-size: 12px
}

/*combo start*/


.page32 .ui-combobox .ui-state-default.ui-combobox-input.ui-autocomplete-input.ui-widget.ui-widget-content.ui-corner-left{
    border: 1px solid #ccc;
    width: 220px;
    font-size: 12px;
    height: 19px;

    -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 2px 3px rgba(0,0,0,.1);
    box-shadow: inset 0 0px 6px rgba(0,0,0,.1);
}


.page32 span.ui-button-icon-primary.ui-icon.ui-icon-triangle-1-s{
    position:  absolute;
    top:0;
    left: 0;
    width: 27px;
    height: 27px;
    margin: 0;
    background: url('images/choose.png') ;
    border: 0px solid #ff0000;
}
.page32 a.ui-button.ui-widget.ui-state-default.ui-button-icon-only.ui-corner-right.ui-combobox-toggle{
    top:10px;
}
/*combo end*/

.page32 .question-block-name, .page32 .answer-block-name{
    font-weight: bold;
    font-family: Arial;
    font-size: 16px;
    margin-left: 10px;
}

.page32 .questions-block{position: relative}
.page32 .question-block-go-left{
    float: left;
    margin-left: 10px;
}
.page32 .question-block-go-right{
    float: right;
    margin-right: 10px;
}
.page32 .question-block{
    border:1px solid #eee;
    width:380px;
    height: 235px;
    overflow-y: auto
}
.page32 .question-block ul{list-style: none}
.page32 .question-block ul li{padding: 10px; font-size: 12px;}
.page32 .pare{background: #fdfdfd}
.page32 .nonepare{background: #f4f4f4}
.page32 .but-block{
    position: absolute;
    width: 110px;
    top:70px;
    left: 50%;
    margin-left:-60px;
}
.page32 .but-block .but-w{
    width: 70px;
}


.page32 .save-survey-but-block{
    margin-right: 350px;
}


/*-------                        32 end                             ----------*/
/*----------------------------------------------------------------------------*/


/*--------------------------TABLE1 START--------------------*/
table{
    border:1px solid #a8a8a8;
    margin: 20px 0 0 20px;
    width:96%;
}

table td{
    font-size: 12px;
    padding: 0 10px 0 15px;
    height: 30px;
}

table .title{
    background: #d1d1d1;
}
i{
    font-size: 12px;
}
table tr.title td{
    font-size: 14px;
    background: #d1d1d1;
    padding: 3px;
    padding-left: 10px;
    border-left:1px solid #bababa;
    border-right:1px solid #fff;
}

table tr td{
    border-right:1px solid #fff;
}

table tr td a{
    font-size: 12px;
    color:#4f4e4e;
    text-decoration: underline;
}
table tr td a:hover{
    text-decoration: none;
}

table tr td a.view{
    color:#139409;
}
table tr td a.remove{
    color:#dc0e22;
    margin: 0 20px;
}

table tr:first-child {background: #fdfdfd}
table tr:nth-child(2n+2) {background: #f4f4f4}
/*--------------------------TABLE1 END----------------------*/
/*--------------------------TABLE2 START--------------------*/
table.table2 table.questions{
    width:100%;
    border:0 solid #ff0000;
    margin: 0;
    padding: 0;
}
table.table2 table.questions td{
    height: 50px;
}
table.table2 table.questions tr td{
    background: #ffffff;
}
table.table2 table.questions tr.grey td{
    background: #f0f0f0;
}

table.table2 td.title2{
    font-size: 14px;
    font-weight: bold;
    color: #404040;
    border-bottom: 1px solid #ffffff;
    border-right: none;
    background: #d1d1d1;
    padding: 3px;
    padding-left: 10px;
}
table.table2 td.secondline{
    background: #ebebeb;
    border-bottom: 1px solid #ffffff;
}
table b{
    font-size: 12px;
    font-weight: bold;
}
table.table2 td span.recomendations{
    font-size: 14px;
    color: #1d8018;
    font-weight: bold;
    margin-left: 50px;
}
table.table2 td span.in-exclude{
    font-size: 14px;
    color: #b90000;
    font-weight: bold;
    margin-left: 50px;
}


/*--------------------------TABLE2 END----------------------*/

.space{
    clear:  both;
    padding: 10px;
}
.space2{
    clear:  both;
    margin: 20px;
}


/*------CHART Start--------*/

.cblock{
    position: relative;
    border: 0px solid #ff0000;
    display:  block;
    float:  left;
    margin: 7px;
}
.cblock span{
    display:  block;
    position:  absolute;
    top:25px;
    right:14px;
    font-size: 12px;

}

#bigaround1, #bigaround2, #bigaround3, #bigaround4, #bigaround1_1, #bigaround2_1, #bigaround3_1, #bigaround4_1{
    width: 62px;
    height: 62px;
    border: 0px solid #000;
    position: absolute;
}
#around1, #around2, #around3, #around4, #around1_1, #around2_1, #around3_1, #around4_1{
    width: 62px;
    height: 62px;
    border: 0px solid #000;
}
#smallaround1, #smallaround2, #smallaround3, #smallaround4, #smallaround1_1, #smallaround2_1, #smallaround3_1, #smallaround4_1{
    width: 46px;
    height: 46px;
    border: 0px solid #000;
    position: absolute;
    top: 8px;
    left: 8px;
}

/*------CHART End--------*/
/*------CHECK BOX start--------*/
/*input{
  vertical-align: middle;
}*/

span.decor-radio {
    display: block;
    width: 17px;
    height: 17px;
    cursor: pointer;
    background-position: 0 0;
    background: url('images/radiobox.png') no-repeat top left;
    vertical-align: middle;
}


span.decor-check{
    width: 17px;
    height: 17px;
    border: 0 solid #333;
    display: inline-block;
    cursor: pointer;
    background: url('images/chechbox.png') no-repeat top left;
    vertical-align: middle;
}
span.decor-check input {
    display: none;
}

/*------CHECK BOX end--------*/
.progressline{
    display:  inline-block;
    float:  left;
    width: 100% ;
    border: 0 solid #ff0000;
}
.progressbar{
    margin-top: 3px;
    float:  left;
    width: 100% ;
    height: 10px;
    display: block;
    overflow: hidden;
    background-image: url('images/glow-3px.png');
    background-repeat:  repeat-x;
    background-position:  top left;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 3px solid #e2e2e2;
    behavior: url('css/PIE.htc');
}

.block{
    background-image: -webkit-linear-gradient(rgba(186, 101, 7, .7) 0%, rgba(186, 101, 7, 0) 40%),
    -webkit-linear-gradient(0deg, rgba(254, 139, 5, 1) 0%, rgba(255, 184, 29, 1) 100%);
    background-image: -moz-linear-gradient(rgba(186, 101, 7, .7) 0%, rgba(186, 101, 7, 0) 40%),
    -moz-linear-gradient(0deg, rgba(254, 139, 5, 1) 0%, rgba(255, 184, 29, 1) 100%);
    background-image: -ms-linear-gradient(rgba(186, 101, 7, .7) 0%, rgba(186, 101, 7, 0) 40%),
    -ms-linear-gradient(0deg, rgba(254, 139, 5, 1) 0%, rgba(255, 184, 29, 1) 100%);
    background-image: -o-linear-gradient(rgba(186, 101, 7, .7) 0%, rgba(186, 101, 7, 0) 40%),
    -o-linear-gradient(0deg, rgba(254, 139, 5, 1) 0%, rgba(255, 184, 29, 1) 100%);
    background-image: linear-gradient(rgba(186, 101, 7, .7) 0%, rgba(186, 101, 7, 0) 40%),
    linear-gradient(0deg, rgba(254, 139, 5, 1) 0%, rgba(255, 184, 29, 1) 100%);
    -pie-background:  linear-gradient(rgba(186, 101, 7, .7) 0%, rgba(186, 101, 7, 0) 40%),
    linear-gradient(0deg, rgba(254, 139, 5, 1) 0%, rgba(255, 184, 29, 1) 100%);
    behavior: url('PIE.htc');
    height: 100%;
}
.pro{
    float:  left;
    font-size: 12px;
    vertical-align:  middle;
    margin:  3px 5px 5px 15px;
}
.line{
    height: 1px;
    width: 100%;
    background-color: #898989;
    margin: 20px 0;
}
/* BUTTONS PART start*/

.bigbut{
    display:  block;
    float: left;
    width: auto;
    height: auto;

    font-size: 14px;
    text-align:  center;
    color: #fff;
    text-shadow: 0 -1px #757575, 0 -1px #757575;

    margin: 0 10px;
    padding: 15px 25px;

    border: 1px solid #86aa2c;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #86aa2c;
    background-image: -webkit-linear-gradient(rgba(159, 196, 51, 1) 0%, rgba(145, 181, 47, 1) 50%, rgba(139, 176, 45, 1) 50%, rgba(127, 160, 40, 1) 100%);
    background-image: -moz-linear-gradient(rgba(159, 196, 51, 1) 0%, rgba(145, 181, 47, 1) 50%, rgba(139, 176, 45, 1) 50%, rgba(127, 160, 40, 1) 100%);
    background-image: -ms-linear-gradient(rgba(159, 196, 51, 1) 0%, rgba(145, 181, 47, 1) 50%, rgba(139, 176, 45, 1) 50%, rgba(127, 160, 40, 1) 100%);
    background-image: linear-gradient(rgba(159, 196, 51, 1) 0%, rgba(145, 181, 47, 1) 50%, rgba(139, 176, 45, 1) 50%, rgba(127, 160, 40, 1) 100%);
    -pie-background: linear-gradient(rgba(159, 196, 51, 1) 0%, rgba(145, 181, 47, 1) 50%, rgba(139, 176, 45, 1) 50%, rgba(127, 160, 40, 1) 100%);

    -webkit-box-shadow: #656464 0px 3px 6px;
    -moz-box-shadow:    #656464 0px 3px 6px;
    box-shadow:         #656464 0px 3px 6px;

    behavior: url('css/PIE.htc');
}

.bigbut:hover{
    cursor: pointer;
    background: #a5a5a4;
    border: 1px solid #a8a8a8;
    text-shadow: none;
    -pie-background: linear-gradient(rgba(165, 165, 164, 1) 0%, rgba(165, 165, 164, 1) 100%);
}
.middlebut{
    display:  block;
    float: right;
    width: auto;
    height: auto;

    font-size: 14px;
    text-align:  center;
    color: #fff;
    text-shadow: 0 -1px #757575, 0 -1px #757575;

    margin: 0 20px;
    padding: 10px 13px;

    border: 1px solid #86aa2c;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #86aa2c;
    background-image: -webkit-linear-gradient(rgba(159, 196, 51, 1) 0%, rgba(145, 181, 47, 1) 50%, rgba(139, 176, 45, 1) 50%, rgba(127, 160, 40, 1) 100%);
    background-image: -moz-linear-gradient(rgba(159, 196, 51, 1) 0%, rgba(145, 181, 47, 1) 50%, rgba(139, 176, 45, 1) 50%, rgba(127, 160, 40, 1) 100%);
    background-image: -ms-linear-gradient(rgba(159, 196, 51, 1) 0%, rgba(145, 181, 47, 1) 50%, rgba(139, 176, 45, 1) 50%, rgba(127, 160, 40, 1) 100%);
    background-image: linear-gradient(rgba(159, 196, 51, 1) 0%, rgba(145, 181, 47, 1) 50%, rgba(139, 176, 45, 1) 50%, rgba(127, 160, 40, 1) 100%);
    -pie-background: linear-gradient(rgba(159, 196, 51, 1) 0%, rgba(145, 181, 47, 1) 50%, rgba(139, 176, 45, 1) 50%, rgba(127, 160, 40, 1) 100%);

    -webkit-box-shadow: #656464 0px 2px 3px;
    -moz-box-shadow:    #656464 0px 2px 3px;
    box-shadow:         #656464 0px 2px 3px;

    behavior: url('css/PIE.htc');
}

.middlebut:hover{
    cursor: pointer;
    background: #a5a5a4;
    border: 1px solid #a8a8a8;
    text-shadow: none;
    -pie-background: linear-gradient(rgba(165, 165, 164, 1) 0%, rgba(165, 165, 164, 1) 100%);
}

.smallbut{
    display:  block;
    float: right;
    width: auto;
    height: auto;
    font-size: 12px;
    text-align:  center;
    color: #fff;
    text-shadow: 0 -1px #757575, 0 -1px #757575;

    margin-left: 10px;
    padding: 5px 13px;

    border: 1px solid #86aa2c;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #86aa2c;
    background-image: -webkit-linear-gradient(rgba(159, 196, 51, 1) 0%, rgba(145, 181, 47, 1) 50%, rgba(139, 176, 45, 1) 50%, rgba(127, 160, 40, 1) 100%);
    background-image: -moz-linear-gradient(rgba(159, 196, 51, 1) 0%, rgba(145, 181, 47, 1) 50%, rgba(139, 176, 45, 1) 50%, rgba(127, 160, 40, 1) 100%);
    background-image: -ms-linear-gradient(rgba(159, 196, 51, 1) 0%, rgba(145, 181, 47, 1) 50%, rgba(139, 176, 45, 1) 50%, rgba(127, 160, 40, 1) 100%);
    background-image: linear-gradient(rgba(159, 196, 51, 1) 0%, rgba(145, 181, 47, 1) 50%, rgba(139, 176, 45, 1) 50%, rgba(127, 160, 40, 1) 100%);
    -pie-background: linear-gradient(rgba(159, 196, 51, 1) 0%, rgba(145, 181, 47, 1) 50%, rgba(139, 176, 45, 1) 50%, rgba(127, 160, 40, 1) 100%);

    -webkit-box-shadow: #656464 0px 2px 3px;
    -moz-box-shadow:    #656464 0px 2px 3px;
    box-shadow:         #656464 0px 2px 3px;

    behavior: url('css/PIE.htc');
}

.smallbut:hover{
    cursor: pointer;
    background: #a5a5a4;
    border: 1px solid #a8a8a8;
    text-shadow: none;
    -pie-background: linear-gradient(rgba(165, 165, 164, 1) 0%, rgba(165, 165, 164, 1) 100%);
}
.smallbut-hover{
    cursor: pointer;
    background: #a5a5a4;
    border: 1px solid #a8a8a8;
    text-shadow: none;
    -pie-background: linear-gradient(rgba(165, 165, 164, 1) 0%, rgba(165, 165, 164, 1) 100%);
}

.but-right-arrow{
    display:  inline-block;
    margin-left: 10px;
    margin-bottom: -2px;
    width: 8px;
    height: 12px;
    background: url('images/but-right-arrow.png') no-repeat;
}
.but-left-arrow {
    display:  inline-block;
    margin-right: 10px;
    margin-bottom: -2px;
    width: 8px;
    height: 12px;
    background: url('images/but-left-arrow.png') no-repeat;
}

.go-right{
    float:  right;
    margin: 40px 20px 0 0;
}
.go-left{
    float:  left;
}


.verysmallbut{
    display:  block;
    float: right;
    width: 60px;
    height: auto;
    font-size: 11px;
    text-align:  center;
    color: #fff;

    text-shadow: 0 -1px #757575, 0 -1px #757575;

    margin: 5px 0px;
    padding: 3px 5px;

    border: 1px solid #86aa2c;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #86aa2c;
    background-image: -webkit-linear-gradient(rgba(164, 195, 87, 1) 0%, rgba(164, 195, 87, 1) 50%, rgba(133, 168, 44, 1) 50%, rgba(133, 168, 44, 1) 100%);
    background-image: -moz-linear-gradient(rgba(164, 195, 87, 1) 0%, rgba(164, 195, 87, 1) 50%, rgba(133, 168, 44, 1) 50%, rgba(133, 168, 44, 1) 100%);
    background-image: -ms-linear-gradient(rgba(164, 195, 87, 1) 0%, rgba(164, 195, 87, 1) 50%, rgba(133, 168, 44, 1) 50%, rgba(133, 168, 44, 1) 100%);
    background-image: linear-gradient(rgba(164, 195, 87, 1) 0%, rgba(164, 195, 87, 1) 50%, rgba(133, 168, 44, 1) 50%, rgba(133, 168, 44, 1) 100%);
    -pie-background: linear-gradient(rgba(164, 195, 87, 1) 0%, rgba(164, 195, 87, 1) 50%, rgba(133, 168, 44, 1) 50%, rgba(133, 168, 44, 1) 100%);
    -webkit-box-shadow: #656464 0px 2px 3px;
    -moz-box-shadow:    #656464 0px 2px 3px;
    box-shadow:         #656464 0px 2px 3px;

    behavior: url('css/PIE.htc');
}

.red{
    border: 1px solid #9a0100;
    background-image: -webkit-linear-gradient(rgba(219, 59, 62, 1) 0%, rgba(219, 59, 62, 1) 50%, rgba(195, 17, 23, 1) 50%, rgba(195, 17, 23, 1) 100%);
    background-image: -moz-linear-gradient(rgba(219, 59, 62, 1) 0%, rgba(219, 59, 62, 1) 50%, rgba(195, 17, 23, 1) 50%, rgba(195, 17, 23, 1) 100%);
    background-image: -ms-linear-gradient(rgba(219, 59, 62, 1) 0%, rgba(219, 59, 62, 1) 50%, rgba(195, 17, 23, 1) 50%, rgba(195, 17, 23, 1) 100%);
    background-image: linear-gradient(rgba(219, 59, 62, 1) 0%, rgba(219, 59, 62, 1) 50%, rgba(195, 17, 23, 1) 50%, rgba(195, 17, 23, 1) 100%);
    -pie-background: linear-gradient(rgba(219, 59, 62, 1) 0%, rgba(219, 59, 62, 1) 50%, rgba(195, 17, 23, 1) 50%, rgba(195, 17, 23, 1) 100%);
}


.verysmallbut:hover{
    cursor: pointer;
    background: #a5a5a4;
    border: 1px solid #a8a8a8;
    text-shadow: none;
    -pie-background: linear-gradient(rgba(165, 165, 164, 1) 0%, rgba(165, 165, 164, 1) 100%);
}





/* BUTTONS PART end*/

/*-----------------------------FOOTER START-----------------------------*/
#footer{
    width: 1000px;
    position:  relative;
    margin: 0 auto;
    height: 50px;
    border:0px solid #ff0000;
    padding-top: 30px;
    color: #7d7b7b;
}
#footer .designedby{
    position:  absolute;
    left: 0;
    border:0px solid #ff0000;
    font-size: 12px;
}
#footer .rights{
    position:  absolute;
    left: 50%;
    margin-left: -50px;
    border:0px solid #ff0000;
    font-size: 12px;
}
#footer .footmenu{
    position:  absolute;
    right: 0;
    border:0px solid #ff0000;
    font-size: 12px;
}
/*-----------------------------FOOTER MENU START-----------------------------*/

#footer .footmenu ul{
    list-style: none;
}
#footer .footmenu ul li{
    float: left;
    margin-left: 15px;
}
#footer .footmenu ul li#middle{
    font-size: 12px;
    color: #95b841;
    margin-top: 3px;

}
#footer .footmenu ul li a{
    font-size: 12px;
    color: #95b841;
}
#footer .footmenu ul li a:hover{
    color: #7d7b7b;
    text-decoration: none;
}
.hhh{
    border: 1px solid #696;
    padding: 60px 0;
    text-align: center;
    width: 200px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
    background: #EEFF99;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EEFF99), to(#66EE33));
    background: -webkit-linear-gradient(#EEFF99, #66EE33);
    background: -moz-linear-gradient(#EEFF99, #66EE33);
    background: -ms-linear-gradient(#EEFF99, #66EE33);
    background: -o-linear-gradient(#EEFF99, #66EE33);
    background: linear-gradient(#EEFF99, #66EE33);
    -pie-background: linear-gradient(#EEFF99, #66EE33);
    behavior: url(css/PIE.htc);
}

/*----------------------------------------------------------------------------*/
/*------                     POPUPS CONTROL START                       ------*/
.popup{
    padding: 0;
}

.popup-wrap{
    padding: 20px 20px 50px 20px;
}
.popup-title{
    padding: 0 30px 20px 0;
}
.popup p{
    font-weight: bold;
    font-size: 16px;
    color: #5e5d5d;
}

.popup input{
    height: 20px;
    margin-bottom: 10px;
    width: 97%;
    font-size: 12px;
    border: 1px solid #cccccc;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    behavior: url(css/PIE.htc);
}
.popup input[type=text]{
    background:#ffffff;
    padding: 0 7px;
    font:12px Arial,sans-serif;
}

.ico-alert{
    float:  left;
    width:  43px;
    height: 36px;
    margin-right: 40px;
    background: url('images/ico-alert.png') no-repeat;
}

.alert-check{
    width:  30px;
    height: 30px;
    background: url('images/ico-check.png') no-repeat;
}
.alert-warning{
    background: url('images/ico-warning.png') no-repeat;
}


/* ____________  table in popup start________________ */

.popupwithtable{


}

.popupwithtable .butblockwrapper{margin: 10px 0 20px 0}
.popupwithtable .butblockwrapper p{font-weight: normal; font-size: 14px; margin-bottom: 10px;}
.popupwithtable .butblockwrapper .left {float:left; text-align: right}
.popupwithtable .butblockwrapper .right{float:left; text-align: left }
.popup table{margin: 0; width: 100%}
.popup table td.centered-td {
    text-align:  center;
}
.popup table{
    float: left;
    width:100%;
    height: auto;
}
.popup table td{padding: 7px}

.popup table .title-line{
    background: #d1d1d1;
}
/* ____________   table in popup end  _______________ */

/*------                     POPUPS CONTROL END                         ------*/
/*----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------*/
/*------                     PLACEHOLDER Start                           -----*/

/* input styles */
input,
textarea,
input[type=search] {
    background: #f4f4f4;
    border: solid 1px #a3a3a3;
    padding: 5px 10px;
    font: 15px "Times New Roman", Times, serif;
    -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 2px 3px rgba(0,0,0,.1);
    box-shadow: inset 0 0px 6px rgba(0,0,0,.1);
    -webkit-appearance: none; /* reset webkit search style */
    behavior: url(css/PIE.htc);
}

/* input:focus styles */
input[type=text]:focus,
textarea:focus,
input[type=search]:focus {
    background: #fff;
    border-color: #5e5d5d;
    outline: none; /* remove outline */
}
textarea {
    width: 400px;
    height: 250px;
    resize: none;
}

/* fallback placeholder */
.placeholder {
    color: #ccc;

}
/* webkit placeholder */
::-webkit-input-placeholder {
    color: #ccc;
}
/* moz placeholder */
:-moz-placeholder {
    color: #ccc;
}

/* remove webkit search input decoration and cancel button */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    display: none;
}
/*-----                       PLACEHOLDER End                            -----*/
/*----------------------------------------------------------------------------*/

.editCorpAccount-textarea {
    border-radius: 3px 3px 3px 3px;
    width: 150px;
    height: 50px;
}

.triangulumDialogInputFile {
    width: 280px;
    height: 25px;
}

.dialogTextArea {
    width: 353px;
    height: 70px;
    border-radius: 3px;
}

.dialogInput {
    width: 353px;
    border-radius: 3px;
}

.dialog-field-name {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 10px;
}

.selectedSurveyQuestion {
    background: #525355 !important;
    color: #ffffff;
}

.hidden {
    display: none !important;
}

#addNewSurveyBtn {
    position:absolute;
    margin-top: -76px;
    margin-left: 810px;
    background-color: #86AA2C;
    background-image: -moz-linear-gradient(#9FC433 0%, #91B52F 50%, #8BB02D 50%, #7FA028 100%);
    border-radius: 3px 3px 3px 3px
    font-size: 12px;
}

.videHolder {
    margin-left:-17px;
}

.bigaroundchart {
    width: 62px;
    height: 62px;
    border: 0px solid #000;
    position: absolute;
}

.aroundchart {
  width: 62px; 
  height: 62px;
  border: 0px solid #000;
}

.smallaroundchart {
  width: 46px; 
  height: 46px;
  border: 0px solid #000;
  position: absolute;
  top: 8px;
  left: 8px;
}