.admin-form {
    float: left;
}

.row.menu {
    margin-left: 30px;
}

.col-tool.col-select-row {
    display: inline-block;
    margin: 0;
    width: 27%;
}

.col-tool {
    margin: -7px 0 0 38px;
    display: inline-block;
    width: 48%;
}

.col-tool.add-quiz {
    width: 20%;
    margin: 0;
    float: none;
}

.dataTables_filter {
    display: inline-block;
    width: 189px;
}

.search-btn {
    font-size: 16px !important;
    line-height: initial !important;
    width: auto !important;
    margin-top: 0 !important;
    margin-left: 185px !important;
}

#page_63 .formoid-solid-purple input[type="submit"]:hover{
    box-shadow: none;

    background :#59a930 none repeat scroll 0 0;
}
#page_65 .search-btn {
    margin-left: 20px !important;
    margin-top: -1px !important;
}

.search-field {
    width: 270px !important;
    padding-left: 10px !important;
}
#page_65 .search-field {
    width: 179px !important;
}

.admin-btn {
    border: initial !important;
    border-color: initial !important;
}

.admin-btn:hover,
.admin-btn:focus,
.admin-btn.active {
    background: none repeat scroll 0 0 #59A930;
}

.select-row {
    width: 100px;
    height: 30px;
    padding-left: 10px;
    margin-left: 4px;
}

#innerFull .list-quiz table.all-quiz td {
    /*color:#3a9a95;*/
    
    color: #000;
}

.add-more {
    margin-left: 30px !important;
}

.submitt-btn {
    margin-right: 90px !important;
    margin-top: 50px !important;
    width: 11% !important;
    padding: 10px !important;
}

textarea:focus,
select:focus,
input:focus {
    outline: none !important;
    border: 2px solid #3a9a95 !important;
}

#template {
    width: 100%;
    font-size: 15px;
    border: 1px solid #bbb;
}

.form-wrapper table {
    width: 100%;
}

#vdo-content,
#body {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
}

input,
textarea {
    padding-left: 10px !important;
    font-size: 15px !important;
}

#uploadedImg,
#uploadedHeader {
    width: 50%;
}

.submit_button:hover,
.submit_button:focus,
.submit_button.active {
    background: #3a9a95;
    background-color: #3a9a95;
}

.pages-records {
    margin-top: -10px;
    border: 1px solid #bbb;
}

a.butt,
.butt {
    cursor: pointer;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #4aaaa5;
    border-color: #e3edf4 #e3edf4 #3a9a95;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 0 0 2px;
    color: #f4f4f4;
    font-family: Arial, sans-serif;
    font-weight: bold;
    margin: 5px 0 0 5px;
    padding: 8px 25px;
}

h2.heading {
    color: #3a9a95;
    font-size: 35px;
    padding: 10px;
    margin-bottom: 10px;
}

h3.sub-heading {
    font-size: 25px;
    padding: 10px;
    margin-top: 0;
}

.close-btn {
    float: right;
    margin-right: 30px !important;
    margin-top: 30px !important;
    text-decoration: none;
}
.vdo-view{
	margin: 0 auto;
}
.top-img{
	width: 100%;
}
.img-view {
  width: 80%;
  margin: 20px auto;
}
img.imgTop,
img.imgView{
	width: 100%;
}
p.content-para {
  text-align: justify;
  padding: 0 10px 0 10px;
}

/* Eed - Quiz Admin : Fix UI for 22Oct2015Fail */
.add-quiz-form .each-choice {
    position: relative;
    margin: 10px 0;
}
.add-quiz-form input[type="checkbox"] {
    position: static !important;
}
.add-quiz-form input[type="text"]{
    width: 75% !important;
}
.add-quiz-form  input.input-question[type="text"],
.add-quiz-form  input.question[type="text"]{
    width: 77% !important;
}
.added-question a.del-question {
    top: 5px !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}
.add-quiz-form .question-field label.title {    
    margin-bottom: 10px;    
}
.add-quiz-form a.add-more {
    padding-left: 29px !important;
    padding-right: 29px !important;
}
.add-quiz-form input#subbutton {
    box-shadow: none;
}